@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author: Rocky Ahmed
@URL: http://wethemez.com
Author E-mail: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Airtech
@Author: Rocky Ahmed
@Developed By: Rocky Ahmed
@Developer URL: http://rocky.wethemez.com 
Author E-mail: rockybd1995@gmail.com

@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 ====================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,400i,500,500i,600,700|Lato:300,400,400i,700,900|Lora:400,400i,700&amp;display=swap");

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

/* color:#d82a27; */


.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

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

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

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

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

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

.m0 {
  margin: 0px;
}

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

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

.pad_top {
  padding-top: 100px;
}

.pad_btm {
  padding-bottom: 100px;
}

.p_160 {
  padding-bottom: 160px;
  padding-top: 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
============================================================================================ */
.left_title {
  margin-bottom: 55px;
}

.left_title h2 {
  font: normal 32px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 12px;
}

.left_title h2 b {
  font-weight: bold;
}

.left_title p {
  margin-bottom: 0px;
}

.left_title_2 {
  margin-bottom: 65px;
}

.left_title_2 h2 {
  font: 600 32px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 5px;
}

.left_title_2 p {
  margin-bottom: 0px;
}

.left_br_single_title {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
  padding-bottom: 8px;
  position: relative;
}

.left_br_single_title:before {
  content: "";
  height: 2px;
  width: 50px;
  background: #f23441;
  position: absolute;
  left: 0px;
  bottom: -1.5px;
}

.left_br_single_title h2 {
  font: 600 32px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 0px;
}

.left_br_single_title.white {
  border-color: #274b59;
}

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

.sub-title {
  font-weight: bold;
  font-size: 18px;
  color: #f23441;
  margin-bottom: 5px;
}

.service-sec {
  background-color: #f7f7f7;
  position: relative;
}
.service-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/Pipe-BG-2.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
}

/* .service-sec:before {
  content: "";
  background: url(../img/water-gray.jpg) no-repeat;
  height: 364px;
  width: 631px;
  position: absolute;
  right: 0px;
  bottom: 0px;
} */

.why-choose {
  background: #012c3c;
  overflow: hidden;
}

.why-choose .mb--20 {
  margin-bottom: -20px;
}


.why-choose .one-box span {
  font-size: 18px;
  color: #f23441;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  background: #fff;
}

.why-choose .one-box h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
}

.why-choose .one-box {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.center_title {
  margin-bottom: 60px;
  position: relative;
}

.center_title:before {
  content: "";
  height: 2px;
  width: 45px;
  background: #f23441;
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.center_title h2 {
  color: #fff;
  font: 600 32px/36px "Poppins", sans-serif;
}

.center_title p {
  /* color: #fff; */
  margin-bottom: 0px;
}

.text-black h2 {
  color: #000;
}

.single_br_title {
  margin-bottom: 50px;
}

.single_br_title h2 {
  font: 600 32px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 4px;
  display: inline-block;
  position: relative;
}

.single_br_title h2:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #f23441;
  position: absolute;
  right: -60px;
  bottom: 12px;
}

.single_br_title p {
  font: normal 18px "Lora", serif;
  font-style: italic;
}

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

.single_title {
  margin-bottom: 45px;
}

.single_title h2 {
  color: #242424;
  margin-bottom: 0px;
  font: 600 32px "Poppins", sans-serif;
}

.ct_title {
  margin-bottom: 22px;
}

.ct_title h2 {
  font: 600 22px "Poppins", sans-serif;
  color: #242424;
}

.ct_title p {
  margin-bottom: 0px;
}

/* 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;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Button Area css
============================================================================================ */
.all_btn {
  display: inline-block;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0px 32px;
  font: 600 13px/32px "Poppins", sans-serif;
  color: #fff;
  /* text-transform: uppercase; */
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: transparent;
}

.all_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f23441;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.all_btn:hover {
  color: #fff;
  background: #f23441;
  border-color: #f23441;
}

.all_btn:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.main_btn {
  display: inline-block;
  position: relative;
  padding: 0px 45px;
  font: 500 20px/52px "Poppins", sans-serif;
  color: #fff;
  /* text-transform: uppercase; */
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: transparent;
}

.main_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f23441;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main_btn:hover {
  color: #fff;
  background: #f23441;
  border-color: #f23441;
}

.main_btn:hover:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.more_btn {
  font: 500 15px "Poppins", sans-serif;
  text-transform: capitalize;
  color: #f23441;
}

.more_btn:hover {
  color: #f23441;
  text-decoration: underline;
}

.submit_btn {
  display: inline-block;
  position: relative;
  padding: 0px 30px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: transparent;
  font: 600 14px/45px "Poppins", sans-serif;
  border-radius: 3px;
  width: auto;
  height: auto;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.submit_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f23441;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 3px;
}

.submit_btn:hover {
  color: #fff;
  background: #f23441;
  border-color: #f23441;
}

.submit_btn:hover:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.submit_btn.red {
  background: #f23441;
}

/* End Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* First Menu Area css
============================================================================================ */
.header_area {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 35;
  top: 0px;
}

.header_area .top_bar {
  background: #182c41;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.header_area .top_bar:before {
  content: "";
  width: 50%;
  height: 48px;
  background: #f23441;
  position: absolute;
  top: 0px;
  right: -370px;
  z-index: -1;
}

.header_area .top_bar .d-flex .left h5 {
  font: normal 16px "Poppins", sans-serif;
  color: #8db1d7;
  line-height: 48px;
  margin-bottom: 0px;
}

.header_area .top_bar .d-flex .left h5 i {
  padding-right: 10px;
  color: #f23441;
  font-size: 18px;
}

.header_area .top_bar .d-flex .left h5 a {
  font: 400 18px "Poppins", sans-serif;
  color: #fff;
  margin-left: 5px;
}

.gap-25 {
  gap: 25px;
}

.header_area .top_bar .d-flex .right a {
  padding-left: 30px;
  line-height: 48px;
  background: #f23441;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

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

.header_area.navbar_fixed .main_menu {
  position: fixed !important;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  -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;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
}

.header_area.navbar_fixed .main_menu .navbar .nav.navbar-nav li a {
  line-height: 70px;
}

.main_menu {
  background: #fff;
}

.main_menu .navbar {
  background: transparent !important;
  position: relative;
  padding: 0px;
}

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

.main_menu .navbar .nav.navbar-nav li a {
  line-height: 92px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 17px;
  display: inline-block;
}

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

.main_menu .navbar .nav.navbar-nav li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #f23441;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: none;
}

.main_menu .navbar .nav.navbar-nav li .mobile_dropdown {
  position: absolute;
  right: 7px;
  top: 11px;
  font-size: 25px;
  color: #f23441;
  cursor: pointer;
}

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li .mobile_dropdown {
    display: none;
  }
}

.main_menu .navbar .nav.navbar-nav li:last-child {
  margin-right: 0px;
}

.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: 260px;
    background: #fff;
    margin: 0px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.24);
  }
}

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

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 49px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 0px 30px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 500;
  text-shadow: none;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  padding-left: 25px;
  text-transform: capitalize;
}

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

.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:hover a {
  color: #fff;
  background: #f23441;
  border-color: #f23441;
}

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

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 97%;
    right: auto;
    min-width: 240px;
    background: #edf1f4;
    top: 0px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    padding: 0px;
  }
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li {
  padding: 0px 20px;
  border-bottom: 1px solid #d8d8d8;
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a {
  color: #242424;
  position: relative;
  display: inline-block;
  padding: 0px;
  background: transparent;
  border: none;
}

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

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li:hover a:before {
  opacity: 1;
}

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

@media (min-width: 992px) {
  .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu:hover.submenu .dropdown-menu {
    visibility: visible;
    left: 100%;
    opacity: 1;
  }
}

.main_menu .navbar .nav.navbar-nav li:hover a{
  color: #f23441;
}
.main_menu .navbar .nav.navbar-nav li.current a {
  color: #f23441;
}

.main_menu .navbar .nav.navbar-nav li:hover a:before,
.main_menu .navbar .nav.navbar-nav li.active a:before {
  width: 100%;
  opacity: 1;
}

@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;
    visibility: visible;
    opacity: 1;
  }
}

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

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

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

.main_menu .navbar .nav.navbar-nav.navbar-right li.search a {
  color: #b9b9b9;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 33px;
}

.main_menu .navbar .nav.navbar-nav.navbar-right li.search a:hover {
  color: #f23441;
  border-color: #f23441;
}

/* End First Menu Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Breadcrumb Area css
============================================================================================ */
.breadcrumb_area {
  background: url(../img/breadcrumb/breadcrumb-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 58px 0px 58px 0px;
  color: #fff;
  position: relative;
  z-index: 3;
}

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

.breadcrumb_area h2 {
  font: 600 42px "Poppins", sans-serif;
  margin-bottom: 0px;
}

.breadcrumb_area .nav li {
  margin-right: 18px;
}
.breadcrumb_area .nav li,
.breadcrumb_area .nav li a {
  font: normal 14px "Open Sans", sans-serif;
  color: #fff;
  position: relative;
}

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

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

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

.breadcrumb_area .nav li.active a {
  color: #f23441;
}

/* End Breadcrumb Area css
============================================================================================ */
/* Home Static Banner Area css
============================================================================================ */
.static_banner {
  background: url(../img/breadcrumb/static-home-bg.jpg) no-repeat;
  background-size: cover;
}

.static_banner .col-lg-5 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.static_left_text h2 {
  font: 700 55px/67px "Poppins", sans-serif;
  color: #32b1f5;
  position: relative;
  margin-bottom: 45px;
}

.static_left_text h2:before {
  content: "";
  width: 191px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -12px;
  left: 4px;
}

.static_left_text h2 span {
  color: #fe5454;
}

.static_left_text p {
  font: 400 16px/28px "Open Sans", sans-serif;
  color: #fff;
  margin-bottom: 45px;
}

.static_left_text .all_btn {
  text-transform: capitalize;
  font: 500 16px/48px "Poppins", sans-serif;
  padding: 0px 35px;
}

.static_right_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.static_right_text img {
  margin-left: -15px;
}

.static_right_text .static_form {
  width: 300px;
  margin-left: -60px;
  background: #fff;
  position: relative;
  left: 15px;
  height: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-bottom: 38px;
}

.static_right_text .static_form .nav.nav-tabs {
  border: none;
}

.static_right_text .static_form .nav.nav-tabs li {
  width: 50%;
}

.static_right_text .static_form .nav.nav-tabs li a {
  border: none;
  text-align: center;
  font: 600 16px/54px "Poppins", sans-serif;
  text-transform: uppercase;
  color: #242424;
  background: #e8e8e8;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}

.static_right_text .static_form .nav.nav-tabs li a:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #51b7e3;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.static_right_text .static_form .nav.nav-tabs li a.active {
  background: #fff;
}

.static_right_text .static_form .nav.nav-tabs li a.active:before {
  opacity: 1;
}

.static_right_text .static_form .tab-pane h3 {
  background: #012c3c;
  color: #fff;
  font: 700 20px "Poppins", sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.static_right_text .static_form .tab-pane .contact_us_form {
  padding-left: 25px;
  padding-right: 25px;
}

.static_right_text .static_form .tab-pane .contact_us_form .form-group {
  margin-bottom: 17px;
}

.static_right_text .static_form .tab-pane .contact_us_form .form-group label {
  font-size: 15px;
  line-height: 34px;
  color: #000;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  font-weight: normal;
  width: 15%;
  font-family: "Open Sans", sans-serif;
}

.static_right_text .static_form .tab-pane .contact_us_form .form-group input {
  border: 1px solid #eaeaea;
  height: 34px;
  padding-left: 10px;
  line-height: 34px;
  width: 77%;
  outline: none;
  background: #fafafa;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
  line-height: 34px;
  color: #000;
}

.static_right_text .static_form .tab-pane .contact_us_form .form-group input.placeholder {
  font-size: 15px;
  line-height: 34px;
  color: #000;
}

.static_right_text .static_form .tab-pane .contact_us_form .form-group input:-moz-placeholder {
  font-size: 15px;
  line-height: 34px;
  color: #000;
}

.static_right_text .static_form .tab-pane .contact_us_form .form-group input::-moz-placeholder {
  font-size: 15px;
  line-height: 34px;
  color: #000;
}

.static_right_text .static_form .tab-pane .contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 34px;
  color: #000;
}

.static_right_text .static_form .tab-pane .contact_us_form .form-group .submit_btn {
  width: 100%;
  width: 77%;
  float: right;
  border-radius: 0px;
  font: 600 16px/42px "Poppins", sans-serif;
  letter-spacing: 0.48px;
}

.static_right_text .static_form .tab-pane .contact_us_form .form-group .submit_btn:before {
  border-radius: 0px;
}

.static_right_text .static_form .tab-pane .contact_us_form .form-group:last-child {
  margin-top: 3px;
}

/* End Home Static Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Emergencies Area css
============================================================================================ */
.emergencies_area {
  background: #f23441;
  padding: 32px 0px;
  position: relative;
}

.emergencies_area .left .media .d-flex {
  padding-right: 25px;
}

.emergencies_area .left .media .media-body h4 {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 8px;
}

.emergencies_area .left .media .media-body p {
  color: #fff;
  font-size: 19px;
  margin-bottom: 0px;
}

.emergencies_area .right .all_btn {
  border-radius: 3px;
  /* text-transform: capitalize; */
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  padding: 0px 34px;
  margin-top: 7px;
}

.emergencies_area .right .all_btn:hover {
  color: #242424;
}

.emergencies_area .right .all_btn:hover:before {
  background: #fff;
  border-radius: 3px;
}

/* End Emergencies Area css
============================================================================================ */
/* Welcome Angel Area css
============================================================================================ */
.angel_item_2 {
  background: #4fb5e1;
  color: #fff;
}

.angel_item_2 .media-body {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 0px 15px 0px 25px;
}

.angel_item_2 .media-body h4 {
  font: 600 26px "Poppins", sans-serif;
  margin-bottom: 7px;
}

.angel_item .angel_img {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  display: block;
}

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

.angel_item .angel_img img {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.angel_item .angel_text h4 {
  color: #242424;
  font: 600 19px "Poppins", sans-serif;
  margin-bottom: 6px;
}

.angel_item .angel_text p {
  margin-bottom: 0px;
  font-size: 15px;
}

.angel_item:hover .angel_img:before {
  opacity: 1;
}

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

/* End Welcome Angel Area css
============================================================================================ */
/* Choose Contract Area css
============================================================================================ */
.choose_contract_area {
  position: relative;
  z-index: 3;
}

.choose_contract_area:before {
  content: "";
  background: url(../img/choos-water.png) no-repeat scroll center center;
  height: 366px;
  width: 685px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

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

.choose_contract_area .contract_part .contract_text h4 {
  font-size: 32px;
  color: #242424;
  margin-bottom: 12px;
}

.choose_contract_area .contract_part .contract_text p {
  margin-bottom: 20px;
}

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

.choose_contract_area .contract_part .contract_text .nav {
  /* max-width: 500px; */
  width: 100%;
  margin-bottom: -5px;
  display: block;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  /* margin-left: -20px; */
  /* margin-top: 35px; */
}

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

.choose_contract_area .contract_part .contract_text .nav li a {
  font-size: 17px;
  color: #1f3959;
  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: 0px;
  top: 4px;
  display: block;
}


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

.choose_contract_area .contract_part .contract_text .nav li i {
  position: absolute;
  left: 0px;
  top: 4px;
  display: block;
  font-weight: bold;
}

.contract_discount {
  background: #f8f8f8;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 7px 59px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 7px 59px 0px rgba(0, 0, 0, 0.16);
}

.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: #f23441;
  color: #fff;
  margin-bottom: 0px;
  padding: 20px 0px 16px 0px;
  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: 0.7;
  font-family: "Poppins", sans-serif;
  margin-bottom: 18px;
}

.contract_discount a {
  background: #1f65bd;
  display: inline-block;
  padding: 0px 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: 16px;
}

.print:hover {
  color: #f23441;
}

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

.more:hover {
  color: #f23441;
}

/* End Choose Contract Area css
============================================================================================ */
/* Emergency Area css
============================================================================================ */
.emergency_area {
  background: #4fb5e1;
  color: #fff;
  position: relative;
}

.emergency_area:before {
  /* content: "";
  background: url(../img/emergency-right.png) no-repeat;
  height: 198px;
  width: 344px;
  position: absolute;
  right: 0px;
  bottom: 0px; */
}

.emergency_inner .emergency_img {
  margin-top: -42px;
}

.emergency_inner .emergency_text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.emergency_inner .emergency_text h4 {
  font: 600 34px/26px "Poppins", sans-serif;
  margin-bottom: 13px;
}

.emergency_inner .emergency_text p {
  margin-bottom: 20px;
}

.emergency_inner .emergency_text h5 {

  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0px;
}

.emergency_inner .emergency_text h5 a {
  color: #242424;
  font: 600 34px/26px "Poppins", sans-serif;
}

.emergency_inner .emergency_text h5 a:hover {
  color: #f23441;
}

.emergency_inner .emergency_text h5 span {
  font-size: 22px;
  margin-left: 25px;
}

.emergency_inner .emergency_text .all_btn {
  line-height: 36px;
  padding: 0px 28px;
  top: -4px;
}

/* End Emergency Area css
============================================================================================ */
/* Coupons Area css
============================================================================================ */
.coupons_area {
  padding-bottom: 160px;
}

.coupons_area .coupons_text {
  margin-bottom: 75px;
}

.coupons_area .coupons_text h2 {
  color: #242424;
  font: 600 32px/33px "Poppins", sans-serif;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.coupons_area .coupons_text h2:before {
  content: "";
  width: 35px;
  height: 2px;
  background: #4fb5e1;
  position: absolute;
  right: -60px;
  bottom: 8px;
}

.coupons_area .coupons_img {
  margin-bottom: -22px;
  overflow: hidden;
}

.coupons_area .coupons_img img {
  margin-bottom: 22px;
}

/* End Coupons Area css
============================================================================================ */
/* Job Details Area css
============================================================================================ */
.job_details_area {
  padding-bottom: 160px;
}

.job_details_area .single_br_title {
  margin-bottom: 35px;
}

.job_details_inner .nav {
  margin-bottom: 40px;
}

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

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

.job_details_inner .nav li span {
  min-width: 115px;
  display: inline-block;
  font: bold 16px/26px "Open Sans", sans-serif;
  font-style: italic;
}

.job_details_inner p {
  margin-bottom: 0px;
}

.job_details_inner .button_right {
  text-align: right;
}

.job_details_inner .button_right .main_btn {
  font: 600 16px/58px "Poppins", sans-serif;
  border-radius: 3px;
  padding: 0px 44px;
}

.job_details_inner .button_right .main_btn:before {
  border-radius: 3px;
}

.job_details_list .job_details_item {
  margin-top: 45px;
}

.job_details_list .job_details_item h3 {
  font: 600 22px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 20px;
}

.job_details_list .job_details_item .nav {
  padding-left: 20px;
}

.job_details_list .job_details_item .nav li {
  margin-bottom: 8px;
}

.job_details_list .job_details_item .nav li a {
  position: relative;
  padding-left: 16px;
  display: inline-block;
  color: #797979;
  line-height: 32px;
}

.job_details_list .job_details_item .nav li a:before {
  content: "-";
  position: absolute;
  left: 0px;
  top: 1px;
}

.job_details_list .job_details_item .nav li:last-child {
  margin-bottom: 0px;
}

.job_details_list .job_details_item p {
  margin-top: 55px;
}

.job_details_list .job_details_item .main_btn {
  margin-top: 55px;
  font: 600 16px/58px "Poppins", sans-serif;
  border-radius: 3px;
  padding: 0px 44px;
}

.job_details_list .job_details_item .main_btn:before {
  border-radius: 3px;
}

/* End Job Details Area css
============================================================================================ */
/* Prices Area css
============================================================================================ */
.prices_area {
  background: #f7f7f7;
}

.prices_inner {
  margin-bottom: -50px;
}

.prices_item {
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.12);
}

.prices_item .media .media-body {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 0px 40px 0px 35px;
}

.prices_item .media .media-body h5 {
  font: 600 20px/26px "Poppins", sans-serif;
  color: #242424;
}

.prices_item .media .media-body h3 {
  font: bold 36px "Poppins", sans-serif;
  color: #f23441;
  margin-bottom: 0px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.prices_item .media .media-body h3 span {
  font: 500 18px "Poppins", sans-serif;
  color: #797979;
}

.prices_item:hover .media .media-body h3 {
  color: #242424;
}

.querry_box {
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.12);
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 63px 0px;
}

.querry_box h4 {
  font: 600 24px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 5px;
}

.querry_box a {
  font: normal 18px "Poppins", sans-serif;
  color: #898989;
  text-decoration: underline;
}

.querry_box a:hover {
  color: #f23441;
}

/* End Prices Area css
============================================================================================ */
/* Transparency Area css
============================================================================================ */
.transparency_area .transparency_text h4 {
  font: 600 24px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 18px;
}

.transparency_area .transparency_text p {
  margin-bottom: 25px;
}

.transparency_area .transparency_text p:last-child {
  margin-bottom: 0px;
}

.transparency_inner {
  margin-top: 55px;
}

.transparency_inner .tp_inner {
  padding-right: 45px;
}

.transparency_inner .tp_inner .tp_item {
  margin-bottom: 25px;
}

.transparency_inner .tp_inner .tp_item:last-child {
  margin-bottom: 0px;
}

.transparency_inner .tp_inner .tp_item h4 {
  font: 600 24px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 12px;
}

.transparency_inner .tp_inner .tp_item h5 {
  color: #898989;
  font: 600 20px/26px "Poppins", sans-serif;
}

.transparency_inner .tp_inner .tp_item p {
  margin-bottom: 25px;
}

.transparency_inner .tp_inner .tp_item p:last-child {
  margin-bottom: 0px;
}

.tp_right {
  padding-left: 50px;
}

.tp_right .tp_img {
  margin-bottom: 45px;
}


.left_br_single_title h2 {
  /* font-size: 22px; */
}

.tp_download_box a {
  display: block;
  border: 5px solid #ededed;
  background: #fbfbfb;
  padding: 0px 20px;
  font: 600 18px/50px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 20px;
}

.tp_download_box a img {
  float: right;
  margin-top: 8px;
}

.tp_download_box a:last-child {
  margin-bottom: 0px;
}

/* End Transparency Area css
============================================================================================ */
/* Our Mission Area css
============================================================================================ */
.our_mission_area .mission_inner .mission_text {
  padding-right: 45px;
}

.our_mission_area .mission_inner .mission_text p {
  margin-bottom: 30px;
}

.our_mission_area .mission_inner .mission_text .nav {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  display: block;
  max-width: 510px;
}

.our_mission_area .mission_inner .mission_text .nav li {
  display: inline-block;
  margin-bottom: 12px;
}

.our_mission_area .mission_inner .mission_text .nav li a {
  font: 400 15px "Open Sans", sans-serif;
  color: #999999;
  padding-left: 24px;
  position: relative;
  display: block;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.our_mission_area .mission_inner .mission_text .nav li a i {
  position: absolute;
  left: 0px;
  top: 2px;
  color: #f23441;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.our_mission_area .mission_inner .mission_text .nav li a:hover {
  color: #f23441;
}

.our_mission_area .mission_inner .mission_text .nav li a:hover i {
  left: 5px;
}

/* End Our Mission Area css
============================================================================================ */
/* Feature Function Area css
============================================================================================ */
.feature_function_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1a92ca;
  overflow: hidden;
}

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

.feature_function_area .right {
  width: calc(50% + 215px);
  padding-left: 50px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.feature_function_area .right .feature_fc_text {
  max-width: 770px;
  /* margin-bottom: -35px; */
}

.feature_function_area .right .feature_fc_text .col-lg-6 {
  margin-bottom: 35px;
}

.feature_function_area .right .feature_fc_text .media .d-flex {
  padding-right: 15px;
  margin-top: 5px;
}

.feature_function_area .right .feature_fc_text .media .media-body h4 {
  color: #fff;
  font: 600 20px "Poppins", sans-serif;
}

.feature_function_area .right .feature_fc_text .media .media-body p {
  font: 400 16px/26px "Open Sans", sans-serif;
  color: #fff;
  /* padding-right: 15px; */
  /* margin-bottom: 0px; */
}

/* End Feature Function Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Offer Service Area css
============================================================================================ */
.offer_services_area {
  background: #f7f7f7;
  overflow: hidden;
}

.offer_service_tab .nav-tabs {
  border-radius: 0px;
  border: none;
}

.offer_service_tab .nav-tabs li {
  width: 100%;
  margin-bottom: 0px;
}

.offer_service_tab .nav-tabs li a {
  background: #fff;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-radius: 0px;
  padding: 0px 25px;
  font: 600 14px/47px "Poppins", sans-serif;
  color: #7b7a7a;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.offer_service_tab .nav-tabs li a:hover,
.offer_service_tab .nav-tabs li a.active {
  background: #f9f9f9;
  color: #242424;
  /* border-right-color: transparent; */
  border-left: 6px solid #242424;
  border-bottom: 1px solid #e4e4e4;
}

.offer_service_tab .nav-tabs li:first-child a {
  border-top: 1px solid #e4e4e4;
}

.offer_service_content .tab-content .service_content_inner {
  padding-left: 20px;
  /* margin-right: -50px; */
}
.offer_service_content .tab-content .service_content_inner h3{
  color: #242424;
  font: 600 24px "Poppins", sans-serif;
  margin-bottom: 15px;
}
.offer_service_content .tab-content .service_content_inner .media .media-body h4{
  font: 600 1.25rem "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 5px;
}
.offer_service_content .tab-content .service_content_inner p {
  /* margin-bottom: 15px; */
}

.offer_service_content .tab-content .service_content_inner .media .d-flex {
  padding-right: 20px;
}

.offer_service_content .tab-content .service_content_inner .media .media-body .nav li {
  margin-bottom: 9px;
}

.offer_service_content .tab-content .service_content_inner .media .media-body .nav li:last-child {
  margin-bottom: 0px;
}

.offer_service_content .tab-content .service_content_inner .media .media-body .nav li {
  padding-left: 25px;
  position: relative;
  color: #797979;
  font: 500 16px "Poppins", sans-serif;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.offer_service_content .tab-content .service_content_inner .media .media-body .nav li i {
  font-size: 16px;
  color: #f23441;
  position: absolute;
  left: 0px;
  top: 2.5px;
}

.offer_service_content .tab-content .service_content_inner .media .media-body .nav li:hover a {
  color: #f23441;
}

/* End Offer Service Area css
============================================================================================ */
/* Years Area css
============================================================================================ */
.years_area {
  padding-bottom: 80px;
}

.years_inner .years_text h4 {
  font: 600 32px "Poppins", sans-serif;
  color: #242424;
}

.years_inner .years_text p {
  margin-bottom: 30px;
}

.years_inner .years_text h6 {
  font: 500 18px "Poppins", sans-serif;
  margin-bottom: 45px;
}

.years_inner .years_text h5 {
  background: #f23441;
  display: inline-block;
  font: bold 25px/48px "Open Sans", sans-serif;
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 0px;
}

.years_inner .years_text h5 i {
  padding-right: 36px;
  margin-bottom: 0px;
  position: relative;
  top: 1px;
  font-weight: normal;
}

.years_inner .years_text h5 i:after {
  content: "";
  height: 23px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.years_inner .years_text .email_text {
  font-weight: 300;
  font-size: 22px;
  margin-left: 20px;
}

/* End Years Area css
============================================================================================ */
/* Feature Service Area css
============================================================================================ */
.feature_service_area {
  background: #182c41;
  padding-bottom: 140px;
}

.feature_service_area .single_br_title {
  margin-bottom: 45px;
}

.feature_service_area .single_br_title h2 {
  margin-bottom: 0px;
}

.f_service {
  text-align: center;
  border-bottom: 1px solid #3f4f5f;
}

.f_service h4 {
  font: 500 16px "Poppins", sans-serif;
  color: #e5e4e4;
  margin-bottom: 0px;
  padding: 12.5px 0px;
}

/* End Feature Service Area css
============================================================================================ */
/* Services Area css
============================================================================================ */
.services_area {
  padding-bottom: 140px;
  background: #f4f4f5;
  position: relative;
}

.services_area:before {
  content: "";
  background: url(../img/water-gray.jpg) no-repeat;
  height: 356px;
  width: 674px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.service_item {
  margin-bottom: 30px;
  border-radius: 4px;
}

.service_item .service_text {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 35px 30px;
}

.service_item .service_text h4 {
  color: #242424;
  font: 600 21px "Poppins", sans-serif;
  padding: 0px 3px;
  margin-bottom: 10px;
}

.service_item .service_text p {
  margin-bottom: 15px;
}

.service_item .service_text .more_btn {
  color: #f23441;
  font: italic 15px "Open Sans", sans-serif;
  text-decoration: underline;
}

/* End Services Area css
============================================================================================ */
/* Single Service Area css
============================================================================================ */
.service_left_sidebar .s_left_widget:last-child {
  margin-bottom: 0px;
}

.s_left_widget {
  margin-bottom: 50px;
}

.list_wd .nav li {
  margin-bottom: 3px;
}

.list_wd .nav li a {
  background: #f1f1f1;
  display: block;
  border-left: 4px solid #d2d2d2;
  color: #242424;
  font: 500 16px/55px "Poppins", sans-serif;
  padding: 0px 22px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.list_wd .nav li:hover a,
.list_wd .nav li.active a {
  background: #f23441;
  color: #fff;
  border-color: #242424;
}

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

.download_wd a {
  margin-bottom: 10px;
  padding: 12px 17px;
  font: 600 16px/30px "Poppins", sans-serif;
}

.download_wd a img {
  float: none;
  margin-top: -4px;
  margin-left: 12px;
}

.download_wd a:last-child {
  margin-bottom: 0px;
}

.app_wd {
  position: relative;
}

.app_wd .number {
  background: #f23441;
  color: #fff;
  text-align: right;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  font: 500 24px "Poppins", sans-serif;
  padding: 6px 20px 6px 0px;
}

.s_wd_title {
  margin-bottom: 45px;
}

.s_wd_title h3 {
  font: 600 24px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 0px;
  position: relative;
}

.s_wd_title h3:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #f23441;
  position: absolute;
  left: 0px;
  bottom: -16px;
}

.single_service_inner {
  padding-left: 30px;
}

.single_service_item {
  margin-bottom: 55px;
}

.single_service_item .dubble_img {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single_service_item .dubble_img img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  max-width: 57%;
  padding-right: 10px;
}

.single_service_item .dubble_img img+img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
  padding-right: 0px;
  padding-left: 10px;
}

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

.single_service_item h4 {
  font: 600 32px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 12px;
}

.single_service_item p {
  font: 400 16px/28px "Open Sans", sans-serif;
  color: #797979;
  margin-bottom: 20px;
}

.single_service_item p:last-child {
  margin-bottom: 0px;
}
.feature_function_area .feature_fc_text .feature_list{
  padding-left: 30px;
}
.feature_function_area .feature_fc_text .feature_list li{
color: #fff;
}
.benefit_service {
  margin-bottom: -50px;
}

.benefit_service .benefit_text_inner, .benefit_service .benefit_img {
  /* padding-right: 56px; */
  margin-bottom: 50px;
}

.benefit_service .benefit_text_inner h4 {
  font: 600 24px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 15px;
  margin-top: -3px;
}

.benefit_service .benefit_text_inner p {
  margin-bottom: 20px;
}
.benefit_service .benefit_text_inner .nav{
  width: 100%;
  display: block;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
.benefit_service .benefit_text_inner .nav li {
  margin-bottom: 10px;
}

.benefit_service .benefit_text_inner .nav li {
  position: relative;
  padding-left: 10px;
  font: 600 16px "Open Sans", sans-serif;
  color: #797979;
  display: flex;
  align-items: baseline;
}

.benefit_service .benefit_text_inner .nav li i {
  /* height: 16px;
  width: 16px;
  border: 1px solid #77797c;
  color: #f23441;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  padding-right: 10px;

}

.benefit_service .benefit_text_inner .nav li:last-child {
  margin-bottom: 0px;
}

.benefit_service .benefit_img {
  /* margin-left: -39px; */
}

.benefit_service.right .benefit_text_inner {
  padding-right: 0px;
  padding-left: 55px;
}

.benefit_service.right .benefit_img {
  margin-left: 0px;
  margin-right: -37px;
}

.some_fact {
  margin-bottom: 45px;
}

.some_fact .some_fact_title {
  margin-bottom: 35px;
}

.some_fact .some_fact_title h3 {
  font: 600 24px "Poppins", sans-serif;
  color: #242424;
}

.some_fact .some_fact_title p {
  margin-bottom: 0px;
}

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

.some_fact_inner .media {
  margin-bottom: 30px;
}

.some_fact_inner .media .d-flex {
  padding-right: 20px;
}

.some_fact_inner .media .d-flex .icon {
  height: 70px;
  width: 70px;
  background: #f23441;
  border-radius: 50%;
  text-align: center;
  line-height: 68px;
}

.some_fact_inner .media .media-body h4 {
  color: #242424;
  font: 600 20px "Poppins", sans-serif;
}

.some_fact_inner .media .media-body p {
  margin-bottom: 0px;
}

.more_information h4 {
  font: 600 28px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 25px;
}

.more_information_inner .accordion .card {
  border-radius: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4 !important;
}

.more_information_inner .accordion .card:last-child {
  margin-bottom: 0px;
}

.more_information_inner .accordion .card .card-header {
  border-radius: 0px;
  border-bottom: 0px;
  padding: 0px;
  background: transparent;
}

.more_information_inner .accordion .card .card-header button {
  padding: 11px 30px 11px 45px;
  position: relative;
  font: 500 17px "Poppins", sans-serif;
  color: #242424;
  width: 100%;
  text-align: left;
  text-decoration: none;
  background: #f9f9f9;
}

.more_information_inner .accordion .card .card-header button i {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  color: #242424;
  font: 800 22px "Poppins", sans-serif;
  display: none;
  font-weight: normal;
}

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

.more_information_inner .accordion .card .card-header button.collapsed {
  background: transparent;
}

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

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

.more_information_inner .accordion .card .card-body {
  padding-left: 50px;
  font: 400 16px/24px "Poppins", sans-serif;
  background: #f9f9f9;
  letter-spacing: 0.32px;
  padding-right: 30px;
  padding-bottom: 27px;
}

/* End Single Service Area css
============================================================================================ */
/* Service Three Area css
============================================================================================ */
.service_icon_item {
  background: #fff;
  text-align: center;
  padding: 35px 25px 38px 30px;
  margin-bottom: 30px;
}

.service_icon_item .service_icon {
  margin-bottom: 20px;
}

.service_icon_item .service_text h4 {
  color: #242424;
  font: 600 19px "Poppins", sans-serif;
  margin-bottom: 13px;
}

.service_icon_item .service_text p {
  margin-bottom: 25px;
}

.service_icon_item .service_text .main_btn {
  font: 500 14px/42px "Poppins", sans-serif;
  padding: 0px 30px;
  border-radius: 5px;
}

.service_icon_item .service_text .main_btn:before {
  border-radius: 5px;
}

/* End Service Three Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Our Projects Area css
============================================================================================ */
.our_projects_area {
  background: #012c3c;
}

.our_projects_area .btn_area {
  margin-top: 50px;
}

.ms_project_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 .box_border {
  position: absolute;
  padding: 10px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.gallery_item a .box_border .box_br_inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.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 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.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: 0px;
  bottom: 30px;
  color: #fff;
  opacity: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.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 .box_border {
  opacity: 1;
  z-index: 2;
  height: 100%;
}

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

.gallery_item a:hover:after {
  opacity: 1;
  visibility: visible;
}

/* End Our Projects Area css
============================================================================================ */
/* Gallery Area css
============================================================================================ */
.project_area {
  padding-bottom: 140px;
}

.p_fillter {
  margin-bottom: 50px;
}

.p_fillter .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e2e2e2;
}

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

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

.p_fillter .nav li a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 62px;
  color: #242424;
  display: inline-block;
  padding: 0px 12px;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.p_fillter .nav li a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 3px;
  width: 100%;
  background: #4fb5e1;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.p_fillter .nav li:hover a,
.p_fillter .nav li.active a {
  color: #4fb5e1;
}

.p_fillter .nav li:hover a:before,
.p_fillter .nav li.active a:before {
  opacity: 1;
}

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

.project_inner.ms_gallery .project_item .link_btn {
  margin: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project_inner.ms_gallery .project_item .link_btn i {
  margin-right: 0px;
}

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

.project_three .project_item_inn {
  margin-bottom: 30px;
}

.project_three .project_item_inn .project_item {
  -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 0px;
}

.project_three .project_item_inn .project_item .link_btn {
  margin: 0px;
  top: 50%;
}

.project_three .project_item_inn .project_item .link_btn .light i {
  margin-right: 0px;
}

.project_three .project_item_inn .project_text {
  position: relative;
  background: #fff;
  z-index: 5;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.07);
  /* border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1; */
  text-align: center;
  padding: 15px 0px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.project_three .project_item_inn .project_text h5 {
  font: 500 18px "Poppins", sans-serif;
  color: #3d3d3d;
  /* color: #616060; */
  margin-bottom: 0px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.project_three .project_item_inn .project_text p {
  margin-bottom: 0px;
  font-size: 14px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.project_three .project_item_inn .project_text:hover {
  background: #182c41;
  /* background: #eaeaea; */
  border-color: #182c41;
}

.project_three .project_item_inn .project_text:hover h5 {
  color: #fff;
}

.project_three .project_item_inn .project_text:hover p {
  color: #fff;
}

.project_item {
  margin-bottom: 30px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.project_item 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); */

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project_item:before {
  /* content: "";
  background: rgba(243, 67, 67, 0.9);
  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; */

  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project_item .link_btn {
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -55.5px;
  margin-top: -25.5px;
  z-index: 4;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.project_item .link_btn i {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #f57e72;
  background: rgba(0, 0, 0, 0.27);
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  margin-right: 7px;
}

.project_item .link_btn i.fa-reply {
  -webkit-transform: rotatey(-180deg);
  -ms-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
  margin-right: 0px;
}

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

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

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

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

.project_item:hover h4 {
  opacity: 1;
}

.project_item:hover:before {
  opacity: 1;
}

.project_item:hover .link_btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* End Gallery Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Team Area css
============================================================================================ */
.team_area {
  background: #f7f7f7;
}

.team_area.p_160 {
  padding-bottom: 140px;
}

.team_inner {
  margin-bottom: -80px;
}

.team_item {
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin-bottom: 80px;
}

.team_item .team_img {
  position: relative;
  z-index: 3;
  text-align: center;
}

.team_item .team_img:before {
  content: "";
  background: #e3e3e3;
  position: absolute;
  left: 0px;
  bottom: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.team_item .team_social {
  background: #48afdc;
  padding: 9px 0px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  left: 0px;
  width: 100%;
  top: -24px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.team_item .team_social a {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  margin-right: 4px;
}

.team_item .team_social a:last-child {
  margin-right: 0px;
}

.team_item .team_text {
  background: #f23441;
  text-align: center;
  position: relative;
  z-index: 5;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.team_item .team_text h4 {
  color: #fff;
  font: 600 18px/22px "Poppins", sans-serif;
  margin-bottom: 4px;
  padding-top: 13px;
}

.team_item .team_text p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
  padding-bottom: 13px;
}

.team_item:hover .team_img:before {
  bottom: 0px;
}

.team_item:hover .team_text {
  background: #51b7e3;
}

.team_item:hover .team_social {
  top: -48px;
  opacity: 1;
  visibility: visible;
}
.mt-30{
  margin-top: 30px;
}
/* End Team Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Testimonials Area css
============================================================================================ */

.testimonials_area.bg-img {
  background: url(../img/bg.jpg) no-repeat scroll center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;

}
.testimonials_area.bg-gradient::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
  content: "";
  /* opacity: .5; */
}
.testimonials_area .center_title p{
  color: #fff;
}

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

.testimonials_area.white_testi {
  background: #ffffff;
}

.testimonials_area.white_testi .testi_inner {
  margin-bottom: -30px;
}
.testimonials_area.white_testi .testi_inner .col-lg-6{
  margin-bottom: 30px;
}

.testimonials_area.white_testi .testi_item {
  -webkit-box-shadow: 0px 2px 54px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 2px 54px 0px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  /* margin-bottom: 50px; */
  height: 100%;
}

.testi_item {
  background: #fff;
  border-radius: 5px;
  padding: 35px 30px 35px 30px;
}

.testi_item .media .d-flex {
  position: relative;
}

.testi_item .media .d-flex:before {
  content: "";
  height: 2px;
  width: 24px;
  background: #dddddd;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testi_item .media .d-flex img {
  width: auto;
}

.testi_item .media .media-body {
  padding-left: 25px;
}

.testi_item .media .media-body h4 {
  font: 600 22px/30px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 8px;
}

.testi_item .media .media-body h5 {
  color: #3f3f3fdf;
  font: normal 18px "Lato", sans-serif;
  font-style: italic;
  margin-bottom: 15px;
}

.testi_item .media .media-body p {
  margin-bottom: 0px;
  /* min-height: 140px; */
}

/* End Testimonials Area css
============================================================================================ */
/* Client Logo Area css
============================================================================================ */
.client_logo_area {
  background: #f7f7f7;
}

.client_logo_slider {
  border-top: 1px solid #dddddd;
  padding-top: 61px;
  padding-bottom: 61px;
}

.client_logo_slider .item {
  text-align: center;
}

.client_logo_slider .item img {
  width: auto;
  margin: auto;
  max-width: 100%;
}

/* End Client Logo Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Latest News Area css
============================================================================================ */
.latest_news_area {
  background: #f7f7f7;
}

.l_news_item .l_news_img {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

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

.l_news_item .l_news_img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.l_news_item .l_news_img a {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  background: #4fb5e1;
  display: inline-block;
  padding: 0px 15px;
  line-height: 40px;
  font-size: 17px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  z-index: 1;
}

.l_news_item .l_news_text h4 {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 26px;
  color: #242424;
  margin-bottom: 14px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.l_news_item .l_news_text h4:hover {
  color: #f23441;
}

.l_news_item .l_news_text .date {
  color: #a9a9a9;
  font: 600 16px "Poppins", sans-serif;
  margin-bottom: 12px;
  display: block;
}

.l_news_item .l_news_text p {
  font-size: 17px;
  color: #7d7d7d;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: 0.34px;
  margin-bottom: 25px;
}

.l_news_item:hover .l_news_img:before {
  opacity: 1;
}

.l_news_item:hover .l_news_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.h_news_list .news_list_item {
  margin-bottom: 0px;
  padding: 18px 32px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background: #fff;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.h_news_list .news_list_item h4 {
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #242424;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-bottom: 10px;
}

.h_news_list .news_list_item h4:hover {
  color: #f23441;
}

.h_news_list .news_list_item .date {
  color: #c2c1c1;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.h_news_list .news_list_item:first-child {
  border-top: 1px solid #d9d9d9;
}

.h_news_list .news_list_item:hover {
  background: #eaeaea;
}

/* End Latest News Area css
============================================================================================ */
/* Main Blog Area css
============================================================================================ */
.main_blog_area {
  padding-bottom: 160px;
}

.main_blog_inner {
  padding-right: 30px;
}

.main_blog_column {
  margin-bottom: -80px;
}

.main_blog_column .col-lg-6 {
  margin-bottom: 80px;
}

.blog_item {
  margin-bottom: 80px;
}

.blog_item:last-child {
  margin-bottom: 0px;
}

.blog_item .blog_img {
  overflow: hidden;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
}

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

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

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

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

.blog_item .blog_text .blog_time {
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
}

.blog_item .blog_text .blog_time .float-left a {
  color: #f23441;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 65px;
  font-size: 20px;
}

.blog_item .blog_text .blog_time .float-right .nav li {
  display: inline-block;
  margin-right: 25px;
}

.blog_item .blog_text .blog_time .float-right .nav li a {
  line-height: 65px;
  font-size: 17px;
  color: #b8b8b8;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.blog_item .blog_text .blog_time .float-right .nav li a:before {
  content: "/";
  position: absolute;
  top: 50%;
  right: -17px;
  font-size: 16px;
  color: #b8b8b8;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog_item .blog_text .blog_time .float-right .nav li:hover a {
  color: #f23441;
}

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

.blog_item .blog_text .blog_time .float-right .nav li:last-child a:before {
  display: none;
}

.blog_item .blog_text h4 {
  font-size: 24px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 35px 0px 22px 0px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

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

.blog_item .blog_text p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  color: #797979;
  margin-bottom: 30px;
}

.blog_item .blog_text .main_btn {
  line-height: 42px;
  height: 42px;
  padding: 0px 30px;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 500;
}

.blog_item .blog_text .main_btn:before {
  border-radius: 3px;
}

.r_widget {
  margin-bottom: 40px;
}

.r_widget:last-child {
  margin-bottom: 0px;
}

.r_title {
  margin-bottom: 30px;
}

.r_title h3 {
  font-size: 22px;
  color: #0e2a4e;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}

.r_title h3:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #4fb5e1;
  position: absolute;
  right: -35px;
  bottom: 7px;
}

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

.search_widget .input-group input {
  width: 100%;
  border-radius: 0px;
  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;
}

.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: 12px;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.search_widget .input-group .input-group-append .btn {
  padding: 0px;
  margin-left: 0px;
  background: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

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

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

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

.categories_widget .nav 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: 0px;
  position: relative;
}

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

.categories_widget .nav li:hover a {
  color: #f23441;
}

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

.recent_widget .recent_w_inner .media {
  margin-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e1e1e1;
}

.recent_widget .recent_w_inner .media .d-flex {
  padding-right: 22px;
}

.recent_widget .recent_w_inner .media .media-body h4 {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #242424;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: -4px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.recent_widget .recent_w_inner .media .media-body h4:hover {
  color: #f23441;
}

.recent_widget .recent_w_inner .media .media-body p {
  font-size: 14px;
  color: #9a9a9a;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
}

.recent_widget .recent_w_inner .media:first-child {
  margin-top: 0px;
}

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

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

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

.tags_widget .nav li:hover a {
  color: #fff;
  background: #961716;
  border-color: #961716;
}

.blog_pagination {
  margin-top: 50px;
}

.blog_pagination .pagination {
  margin-bottom: 0px;
}

.blog_pagination .pagination li {
  display: inline-block;
  margin-right: 10px;
}

.blog_pagination .pagination li a {
  border: 2px solid #999999;
  border-radius: 50% !important;
  height: 43px;
  width: 43px;
  text-align: center;
  line-height: 40px;
  padding: 0px;
  color: #0e2a4e;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

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

.blog_pagination .pagination li:hover a,
.blog_pagination .pagination li.active a {
  background: #f23441;
  color: #fff;
  border-color: #f23441;
}

/* End Main Blog Area css
============================================================================================ */
/* Single Blog Area css
============================================================================================ */
.b_single_text {
  font-size: 22px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}

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

.two_column_text {
  margin-bottom: 55px;
}

.two_column_text p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #797979;
  margin-bottom: 0px;
  font-weight: normal;
}

.single_element_text p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #797979;
  margin-bottom: 0px;
  font-weight: normal;
}

.single_element_text p a {
  color: #f23441;
  text-decoration: underline;
}

.cm_title_br {
  font-size: 24px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.cm_title_br:before {
  content: "";
  width: 25px;
  background: #acb2b4;
  position: absolute;
  right: -45px;
  height: 1px;
  bottom: 5px;
  display: none;
}

.s_comment_list {
  margin-top: 50px;
}

.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: 0px;
  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: 0.45px;
  line-height: normal;
  color: #242424;
  font-weight: bold;
  margin-bottom: 8px;
}

.s_comment_list .s_comment_list_inner .media .media-body p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #898989;
  line-height: 26px;
  margin-bottom: 0px;
}

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

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.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: #f23441;
}

.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: 0px;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.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 {
  background: #fff;
  font-size: 15px;
  color: #737373;
  height: 45px;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 0px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 45px;
}

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

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

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

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 15px;
  color: #737373;
  font-family: "Poppins", 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: 0px;
  resize: none;
  font-size: 15px;
  color: #737373;
  font-family: "Poppins", sans-serif;
}

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

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

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

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

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

/* End Single Blog Area css
============================================================================================ */
/* Grid Blog Area css
============================================================================================ */
.grid_blog_area {
  padding-bottom: 160px;
}

.grid_blog_area .grid_blog_inner {
  margin-bottom: -80px;
}

.grid_blog_area .grid_blog_inner .blog_item {
  margin-bottom: 80px;
}

/* EndGrid Blog Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Faq Area css
============================================================================================ */
.faq_collaps .single_br_title {
  margin-bottom: 40px;
}

.faq_collaps .single_br_title h2 {
  margin-bottom: 0px;
}

.faq_collaps .single_br_title h2:before {
  bottom: 12px;
}

.left_side_collaps .card {
  margin-bottom: 10px;
  border-radius: 0px;
  border-color: #d1d1d1;
}

.left_side_collaps .card:last-child {
  margin-bottom: 0px;
}

.left_side_collaps .card .card-header {
  border-bottom: 0px;
  background: transparent;
  padding: 0px;
}

.left_side_collaps .card .card-header button {
  padding: 12px 20px;
  font: 600 16px "Poppins", sans-serif;
  color: #242424;
  background: #fafafa;
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
  text-decoration: none;
  border-radius: 0px;
}

.left_side_collaps .card .card-header button.collapsed {
  border-color: transparent;
}

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

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

.left_side_collaps .card .card-header button i {
  float: right;
  line-height: 25px;
  display: none;
}

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

.left_side_collaps .card .card-body {
  padding: 30px 25px 35px 25px;
}

/* End Faq Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Faq Answer Form Area css
============================================================================================ */
.answer_form_area {
  background: #f4f4f4;
  padding-bottom: 130px;
}

.answer_form_area .contact_us_form {
  max-width: 800px;
  margin: auto;
}

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

.contact_us_form .form-group input {
  height: 55px;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  background: #fff;
  padding: 0px 22px;
  color: #959595;
  font: normal 15px/55px "Open Sans", sans-serif;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact_us_form .form-group input.placeholder {
  color: #959595;
  font: normal 15px/55px "Open Sans", sans-serif;
}

.contact_us_form .form-group input:-moz-placeholder {
  color: #959595;
  font: normal 15px/55px "Open Sans", sans-serif;
}

.contact_us_form .form-group input::-moz-placeholder {
  color: #959595;
  font: normal 15px/55px "Open Sans", sans-serif;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  color: #959595;
  font: normal 15px/55px "Open Sans", sans-serif;
}

.contact_us_form .form-group input:focus {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(188, 188, 188, 0.39);
  box-shadow: 0px 0px 18px 0px rgba(188, 188, 188, 0.39);
}

.contact_us_form .form-group textarea {
  height: 150px;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  background: #fff;
  padding: 20px 22px;
  color: #959595;
  font: normal 15px "Open Sans", sans-serif;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}

.contact_us_form .form-group textarea.placeholder {
  color: #959595;
  font: normal 15px "Open Sans", sans-serif;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  color: #959595;
  font: normal 15px "Open Sans", sans-serif;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  color: #959595;
  font: normal 15px "Open Sans", sans-serif;
}

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

.contact_us_form .form-group textarea:focus {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(188, 188, 188, 0.39);
  box-shadow: 0px 0px 18px 0px rgba(188, 188, 188, 0.39);
}

.contact_us_form .form-group:last-child {
  margin-bottom: 0px;
  /* margin-top: 30px; */
}

/* End Faq Answer Form Area css
============================================================================================ */
/* Appiontment Area css
============================================================================================ */
.appointment_area .title {
  margin-bottom: 55px;
}

.appointment_area .title h2 {
  color: #242424;
  font: 600 32px/38px "Poppins", sans-serif;
  margin-bottom: 15px;
}

.appointment_area .title p {
  color: #898989;
  margin-bottom: 0px;
}

.ap_title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #242424;
  line-height: 1.2;
  letter-spacing: 0.3px;
  font-size: 16px;
}

.ap_title span {
  color: #f23441;
}

.appointment-form {
  max-width: 800px;
}

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

.appointment_inner div {
  margin-bottom: 30px;
}

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

.appointment_inner .appointment-form {
  padding: 0px 0px;
}

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

.appointment_inner .service_chose {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

.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(../img/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(../img/icon/check-box-checked.jpg);
}

.appointment_inner .service_chose .form-group {
  margin-bottom: 15px;
}

.appointment_inner .day_select {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.appointment_inner .day_select div {
  margin-bottom: 0px;
}

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

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

.appointment_inner .time_sl {
  display: block;
}

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

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

.appointment_inner .form_box_1 {
  width: 100%;
}

.appointment_inner .form_box_1 .form-group input {
  height: 50px;
  border-radius: 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #242424;
  font-family: "Open Sans", sans-serif;
}

.appointment_inner .form_box_1 .form-group input.placeholder {
  font-size: 16px;
  color: #242424;
  font-family: "Open Sans", sans-serif;
}

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

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

.appointment_inner .form_box_1 .form-group input::-webkit-input-placeholder {
  font-size: 16px;
  color: #242424;
  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: 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #242424;
  font-family: "Open Sans", sans-serif;
  resize: none;
}

.appointment_inner .form_box_1 .form-group textarea.placeholder {
  font-size: 16px;
  color: #242424;
  font-family: "Open Sans", sans-serif;
}

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

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

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

.appointment_inner .form_box_1 .form-group:last-child {
  margin-bottom: 10px;
}

/* End Appiontment Area css
============================================================================================ */
/* Contact Page Area css
============================================================================================ */
.contact_page_area {
  padding-bottom: 100px;
}

.contact_page_area .text-center {
  margin-bottom: 65px;
}

.contact_page_area .text-center p {
  font: 400 18px/30px "Poppins", sans-serif;
  color: #242424;
  max-width: 960px;
  margin: auto;
}

.contact_page_area .text-center p a {
  color: #f23441;
}

.contact_page_form .form-group input {
  background: #f8f8f8;
}

.contact_page_form .form-group textarea {
  background: #f8f8f8;
}

.contact_page_form .form-group .submit_btn {
  width: 173px;
  height: 50px;
}

.contact_info {
  position: relative;
}

.contact_info:before {
  content: "";
  width: 1px;
  height: 420px;
  background: #e9e9e9;
  position: absolute;
  left: -55px;
  top: 0px;
}

.contact_details_text .media {
  margin-bottom: 17px;
}

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

.contact_details_text .media .d-flex {
  width: 55px;
}

.contact_details_text .media .d-flex img {
  margin-top: 4px;
}

.contact_details_text .media .media-body h4 {
  font: 600 18px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 5px;
}

.contact_details_text .media .media-body p {
  margin-bottom: 0px;
}

.contact_details_text .media .media-body a {
  display: block;
  font: 400 16px "Open Sans", sans-serif;
  color: #797979;
  margin-bottom: 4px;
}
.contact_details_text .media .media-body a:hover{
  color: #f23441;
}
.contact_details_text .media .media-body a:last-child {
  margin-bottom: 0px;
}

.map_area {
  /* padding-bottom: 155px; */
  margin-bottom: -10px;
}

.map_area .mapBox {
  min-height: 440px;
}

.map_area.map_two_area {
  padding-bottom: 0px;
}

.map_area.map_two_area .mapBox {
  min-height: 470px;
}

.contact_page_two {
  padding-bottom: 150px;
}

.contact_page_two .contact_info:before {
  display: none;
}

.contact_page_two .contact_info .address_title {
  margin-bottom: 35px;
}

.contact_page_two .contact_info .address_title h3 {
  color: #242424;
  font: 500 24px "Poppins", sans-serif;
  margin-bottom: 25px;
}

.contact_page_two .contact_info .contact_details_text .media {
  margin-bottom: 20px;
}

.contact_page_two .contact_info .contact_details_text .media .media-body h4 {
  font: 500 18px "Poppins", sans-serif;
}

.contact_page_two .contact_info .contact_details_text .media .media-body a {
  display: inline-block;
}

.contact_page_two .contact_page_form .form-group input {
  background: #f6f7fc;
  border: 1px solid #eeeff5;
  border-radius: 27.5px;
}

.contact_page_two .contact_page_form .form-group textarea {
  background: #f6f7fc;
  border: 1px solid #eeeff5;
  border-radius: 27.5px;
}

.ct_title2 {
  color: #242424;
  font: 600 34px "Poppins", sans-serif;
  margin-bottom: 35px;
}

/* End Contact Page Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Case Study Area css
============================================================================================ */
.case_study_area {
  /* padding-top: 80px;
  padding-bottom: 80px; */
}

.study_img {
  margin-bottom: -50px;
}

.study_main_text h3 {
  color: #242424;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  font: 600 32px "Poppins", sans-serif;
}

.study_main_text h3:before {
  content: "";
  width: 35px;
  height: 2px;
  background: #4fb5e1;
  position: absolute;
  right: -50px;
  bottom: 13px;
}

.study_main_text p {
  margin-bottom: 25px;
}

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

.study_secand_text {
  margin-top: 40px;
}

.study_secand_text h3 {
  color: #242424;
  font: 600 24px "Poppins", sans-serif;
  margin-bottom: 20px;
}

.study_secand_text p {
  margin-bottom: 25px;
}

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

.study_quote {
  margin-top: 15px;
}

.study_quote h6 {
  font-family: Arial;
  font-size: 100px;
  color: #5aa0d1;
  margin-bottom: 0px;
  margin-bottom: -50px;
}

.study_quote p {
  font: 200 16px/28px "Open Sans", sans-serif;
  font-style: italic;
}

.study_quote h5 {
  font: 400 15px "Open Sans", sans-serif;
  color: #5aa0d1;
  font-style: italic;
}

.image_swipe {
  /* margin-bottom: 50px; */
}
.mb-50{
  margin-bottom: 50px;
}
.case_study_two_img img {
  margin-bottom: 30px;
}

.image_swipe .twentytwenty-handle {
  background: #e4e4e4;
}

.image_swipe .twentytwenty-left-arrow {
  border-right: 6px solid #f23441;
}

.image_swipe .twentytwenty-right-arrow {
  border-left: 6px solid #f23441;
}

/* End Case Study Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Comming Soon Area css
============================================================================================ */
.comming_soon_area {
  background: url(../img/coming-soon-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  min-height: 963px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comming_soon_area .comming_soon_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.comming_soon_area .comming_soon_inner .comming_soon_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  vertical-align: middle;
  text-align: center;
  max-width: 950px;
  margin: auto;
}

.comming_soon_area .comming_soon_inner .comming_soon_text h3 {
  font-size: 70px;
  color: #fff;
  line-height: 80px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
  font-weight: 600;
  margin-bottom: 60px;
}

.comming_soon_area .comming_soon_inner .comming_soon_text p {
  font-size: 24px;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  padding-top: 56px;
  padding-bottom: 30px;
  max-width: 815px;
  margin: auto;
}

.comming_soon_area .comming_soon_inner .comming_soon_text p a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: bold;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .countdown .countdown-container {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  background: transparent;
  position: relative;
  border: 1px solid #fff;
  margin-right: 20px;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .countdown .countdown-container .countdown-heading {
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0px;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .countdown .countdown-container .countdown-value {
  padding: 0px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 135px;
  margin-bottom: 0px;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .countdown .countdown-container:last-child {
  margin-right: 0px;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .fun_subscrib_inner {
  padding: 0px 0px;
  max-width: 720px;
  margin: auto;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .fun_subscrib_inner:before {
  display: none;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .fun_subscrib_inner .input-group input {
  height: 50px;
  padding: 0px 30px;
  border-radius: 5px;
  font: 400 17px/50px "Poppins", sans-serif;
  color: #7e7e7e;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-right: 25px;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .fun_subscrib_inner .input-group input.placeholder {
  font: 400 17px/50px "Poppins", sans-serif;
  color: #7e7e7e;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .fun_subscrib_inner .input-group input:-moz-placeholder {
  font: 400 17px/50px "Poppins", sans-serif;
  color: #7e7e7e;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .fun_subscrib_inner .input-group input::-moz-placeholder {
  font: 400 17px/50px "Poppins", sans-serif;
  color: #7e7e7e;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .fun_subscrib_inner .input-group input::-webkit-input-placeholder {
  font: 400 17px/50px "Poppins", sans-serif;
  color: #7e7e7e;
}

.comming_soon_area .comming_soon_inner .comming_soon_text .fun_subscrib_inner .submit_btn {
  height: 50px;
  border-radius: 0px;
  font: 500 16px "Poppins", sans-serif;
  padding: 0px 48px;
  border-radius: 5px;
}

/* End Comming Soon Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Shop Page Banner Area css
============================================================================================ */
.shop_banner_area {
  background: url(../img/shop/shop-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 30px;
}

.shop_banner_area .col-lg-6 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.shop_banner_area .shop_text {
  margin-top: -45px;
}

.shop_banner_area .shop_text h3 {
  font: 700 55px/67px "Poppins", sans-serif;
  color: #f23441;
  position: relative;
  margin-bottom: 45px;
}

.shop_banner_area .shop_text h3:before {
  content: "";
  height: 1px;
  background: #fff;
  width: 190px;
  position: absolute;
  left: 0px;
  bottom: -10px;
}

.shop_banner_area .shop_text h3 span {
  color: #32b1f5;
}

.shop_banner_area .shop_text p {
  font: 400 16px/28px "Open Sans", sans-serif;
  color: #fff;
  max-width: 460px;
  margin-bottom: 40px;
}

.shop_banner_area .shop_text .all_btn {
  padding: 0px 35px;
  font: 600 18px/48px "Poppins", sans-serif;
  text-transform: capitalize;
}

/* End Shop Page Banner Area css
============================================================================================ */
/* Shop Feature Area css
============================================================================================ */
.shop_feature {
  background: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 35px;
}

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

.shop_feature .media .media-body h4 {
  color: #242424;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.shop_feature .media .media-body p {
  margin-bottom: 0px;
}

/* End Shop Feature Area css
============================================================================================ */
/* Product Area css
============================================================================================ */
.product_inner {
  margin-bottom: -50px;
}

.product_item {
  margin-bottom: 50px;
}

.product_item .p_img {
  overflow: hidden;
}

.product_item .p_img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product_item:hover .p_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.product_item:hover .product_text h3 {
  color: #f23441;
}

.product_text {
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  text-align: center;
  padding: 25px 25px 35px 25px;
}

.product_text h3 {
  color: #242424;
  font: 600 20px/28px "Poppins", sans-serif;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.product_text h6 {
  color: #f23441;
  font: 600 22px "Poppins", sans-serif;
  margin-bottom: 15px;
}

.product_text .main_btn {
  padding: 0px 25px;
  font: 700 14px/38px "Open Sans", sans-serif;
  border-radius: 3px;
}

.product_text .main_btn:before {
  border-radius: 3px;
}

/* End Product Area css
============================================================================================ */
/* Luxury Area css
============================================================================================ */
.luxury_area {
  background: url(../img/shop/luxury-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 80px 0px;
}

.luxury_area .luxury_inner {
  margin-bottom: -50px;
}

.luxury_area .luxury_inner .product_item .product_text {
  background: #f1f2f2;
  padding-top: 7px;
}

.luxury_text {
  padding-left: 40px;
  margin-right: -50px;
  padding-top: 8px;
}

.luxury_text h4 {
  color: #fff;
  font: 600 50px/50px "Poppins", sans-serif;
}

.luxury_text h5 {
  color: #1dbee8;
  font: 400 40px/58px "Poppins", sans-serif;
  margin-bottom: 12px;
}

.luxury_text p {
  color: #fff;
  font: 400 18px/26px "Open Sans", sans-serif;
  letter-spacing: 0.24px;
  max-width: 535px;
  margin-bottom: 38px;
}

.luxury_text .main_btn {
  font: 700 18px/60px "Open Sans", sans-serif;
  padding: 0px 33px;
  border-radius: 3px;
}

.luxury_text .main_btn:before {
  border-radius: 3px;
}

/* End Luxury Area css
============================================================================================ */
/* Payment Method Area css
============================================================================================ */
.payment_method_area {
  padding-bottom: 115px;
}

.payment_method_area .row {
  margin-bottom: 30px;
}

.payment_text h2 {
  color: #242424;
  font: 600 28px/39px "Poppins", sans-serif;
  margin-bottom: 33px;
}

.payment_text_item {
  margin-bottom: 30px;
}

.payment_text_item h4 {
  color: #242424;
  margin-bottom: 10px;
}

.payment_text_item p {
  margin-bottom: 20px;
}

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

.payment_text_item:last-child {
  margin-bottom: 0px;
}

.payment_text_item.payment_full_text h4 {
  margin-bottom: 15px;
}

.payment_person_img {
  margin-top: 105px;
}

/* End Payment Method Area css
============================================================================================ */
/* Cart Page Area css
============================================================================================ */
.cart_table_area .table-responsive .table {
  border: 1px solid #ebebeb;
  margin-bottom: 50px;
}

.cart_table_area .table-responsive .table thead {
  background: #f9f9f9;
}

.cart_table_area .table-responsive .table thead tr th {
  border: 1px solid #ebebeb;
  line-height: 56px;
  padding: 0px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.cart_table_area .table-responsive .table thead tr th:first-child {
  width: 246px;
  padding: 0px 35px;
}

.cart_table_area .table-responsive .table thead tr th:nth-child(2) {
  width: 214px;
  padding: 0px 20px;
}

.cart_table_area .table-responsive .table thead tr th:nth-child(3) {
  width: 145px;
  padding: 0px 20px;
}

.cart_table_area .table-responsive .table thead tr th:nth-child(4) {
  width: 230px;
  padding: 0px 20px;
}

.cart_table_area .table-responsive .table thead tr th:nth-child(5) {
  width: 196px;
  padding: 0px 20px;
}

.cart_table_area .table-responsive .table tbody tr {
  border-bottom: 1px solid #ebebeb;
}

.cart_table_area .table-responsive .table tbody tr td {
  padding: 25px 25px;
  border-right: 1px solid #ebebeb;
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  color: #797979;
}

.cart_table_area .table-responsive .table tbody tr td .product_select {
  width: 96px;
  border-radius: 0px;
  padding: 0px;
  height: 42px;
  border: 1px solid #ebebeb;
  text-align: center;
  padding-left: 22px;
}

.cart_table_area .table-responsive .table tbody tr td .product_select:after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin-top: -7px;
  right: 16px;
}

.cart_table_area .table-responsive .table tbody tr td .product_select:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #ebebeb;
  right: 36px;
  position: absolute;
  top: 0px;
}

.cart_table_area .table-responsive .table tbody tr td:first-child {
  text-align: center;
}

.cart_table_area .table-responsive .table tbody tr td:nth-child(5) {
  font-size: 17px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.cart_table_area .table-responsive .table tbody tr td:last-child {
  text-align: center;
  color: #242424;
  font-size: 18px;
  color: #242424;
}

.cart_table_area .table-responsive .table tbody tr:last-child {
  background: #f9f9f9;
}

.cart_table_area .table-responsive .table tbody tr:last-child td {
  border: none;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline {
  margin-right: -120px;
  padding-left: 20px;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input {
  width: 130px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  height: 33px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #8e8d8d;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input.placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #8e8d8d;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input:-moz-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #8e8d8d;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input::-moz-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #8e8d8d;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input::-webkit-input-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #8e8d8d;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .btn {
  width: 140px;
  border-radius: 3px;
  background: #242424;
  color: #fff;
  height: 31px;
  line-height: 24px;
  vertical-align: text-top;
  padding: 0px;
  margin-left: 17px;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #242424;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .main_btn {
  margin-left: -90px;
  margin-right: 15px;
  line-height: 44px;
  padding: 0px 29px;
  border-radius: 20px;
  text-transform: none;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
}

.cart_table_area .table-responsive .table tbody tr:last-child td .main_btn:before {
  border-radius: 3px;
}

.cart_total_inner .cart_total_text {
  border: 1px solid #ebebeb;
}

.cart_total_inner .cart_total_text .cart_head {
  background: #f9f9f9;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #242424;
  line-height: 56px;
  padding: 0px 24px;
  font-size: 18px;
  border-bottom: 1px solid #ebebeb;
}

.cart_total_inner .cart_total_text .sub_total {
  border-bottom: 1px solid #ebebeb;
  padding: 0px 35px 0px 24px;
}

.cart_total_inner .cart_total_text .sub_total h5 {
  line-height: 56px;
  margin-bottom: 0px;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  color: #242424;
  font-weight: normal;
}

.cart_total_inner .cart_total_text .sub_total h5 span {
  float: right;
  line-height: 56px;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  color: #797979;
}

.cart_total_inner .cart_total_text .total {
  padding: 0px 35px 0px 24px;
  border-bottom: 1px solid #ebebeb;
}

.cart_total_inner .cart_total_text .total h4 {
  line-height: 56px;
  margin-bottom: 0px;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  color: #242424;
  font-weight: normal;
}

.cart_total_inner .cart_total_text .total h4 span {
  float: right;
  font-weight: bold;
  font-size: 17px;
  color: #242424;
}

.cart_total_inner .cart_total_text .cart_footer {
  overflow: hidden;
}

.cart_total_inner .cart_total_text .cart_footer .main_btn {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 30px;
  line-height: 40px;
  padding: 0px 35px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 44px;
  border-radius: 3px;
}

.cart_total_inner .cart_total_text .cart_footer .main_btn:before {
  border-radius: 3px;
}

/* End Cart Page Area css
============================================================================================ */
/* Checkout Area css
============================================================================================ */
.billing_details_area .return_option {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  padding-left: 28px;
  margin-bottom: 50px;
}

.billing_details_area .return_option h4 {
  color: #797979;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: inherit;
  font-size: 20px;
  line-height: normal;
  padding: 24px 0px;
  margin-bottom: 0px;
}

.billing_details_area .return_option h4 a {
  color: #f34b4b;
  text-decoration: underline;
}

.billing_details_area .single_br_title {
  margin-bottom: 40px;
}

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

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

.billing_form .form-group input {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 38px;
  border: 1px solid #e2e2e2;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: 0.3px;
  padding: 0px 20px;
}

.billing_form .form-group input.placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: 0.3px;
}

.billing_form .form-group input:-moz-placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: 0.3px;
}

.billing_form .form-group input::-moz-placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: 0.3px;
}

.billing_form .form-group input::-webkit-input-placeholder {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #c6c6c6;
  letter-spacing: 0.3px;
}

.billing_form .form-group input+input {
  margin-top: 12px;
}

.billing_form .form-group input:focus {
  border-color: #797979;
}

.billing_form .form-group label {
  display: block;
  font-size: 15px;
  color: #797979;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

.billing_form .form-group .product_select {
  height: 38px;
  border-radius: 0px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px;
}

.billing_form .form-group .product_select .current {
  position: relative;
  top: -3px;
  color: #c6c6c6;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.billing_form .form-group .product_select:after {
  border: none;
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: -6px;
  margin-right: 5px;
}

.billing_form .form-group .product_select.open:after {
  content: "";
  margin-top: -7px;
}

.billing_form .form-group .product_select .list {
  width: 100%;
  background: #fff;
  z-index: 10;
}

.billing_form .form-group textarea {
  resize: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100px;
  border: 1px solid #e2e2e2;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #c6c6c6;
  letter-spacing: 0.3px;
  padding: 15px 20px;
}

.billing_form .form-group textarea.placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #c6c6c6;
  letter-spacing: 0.3px;
}

.billing_form .form-group textarea:-moz-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #c6c6c6;
  letter-spacing: 0.3px;
}

.billing_form .form-group textarea::-moz-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #c6c6c6;
  letter-spacing: 0.3px;
}

.billing_form .form-group textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #c6c6c6;
  letter-spacing: 0.3px;
}

.billing_form .form-group textarea:focus {
  border-color: #797979;
}

.billing_form .select_check2 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.billing_form .select_check2 .creat_account label {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #242424;
  top: -2px;
  position: relative;
  display: inline-block;
  padding-left: 18px;
}

.billing_form .select_check2 .creat_account label:before {
  content: "";
  height: 2px;
  width: 40px;
  background: #4fb5e1;
  position: absolute;
  right: -60px;
  bottom: -8px;
}

.order_box_price .payment_list {
  background: #fdfdfd;
  border: 1px solid #d9d9d9;
  padding: 30px 30px 55px 30px;
}

.order_box_price .payment_list .price_single_cost h5 {
  font-size: 16px;
  color: #797979;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: inherit;
  line-height: normal;
  margin-bottom: 22px;
}

.order_box_price .payment_list .price_single_cost h5 span {
  float: right;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #797979;
}

.order_box_price .payment_list .price_single_cost h5 span.text_f {
  text-transform: inherit;
}

.order_box_price .payment_list .price_single_cost h5:nth-child(4) {
  text-transform: none;
}

.order_box_price .payment_list .price_single_cost h4 {
  font-size: 15px;
  color: #797979;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: inherit;
  line-height: normal;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.order_box_price .payment_list .price_single_cost h4 span {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #242424;
  float: right;
}

.order_box_price .payment_list .price_single_cost h3 {
  font-size: 15px;
  color: #797979;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: inherit;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  line-height: normal;
  padding: 15px 0px 18px 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.order_box_price .payment_list .price_single_cost h3 span {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #242424;
  float: right;
}

.order_box_price .payment_list .accordion_area .card {
  border: none;
}

.order_box_price .payment_list .accordion_area .card .card-header {
  padding: 0px;
  border: none;
  background: transparent;
}

.order_box_price .payment_list .accordion_area .card .card-header h5 {
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link {
  padding: 0px;
  border: none;
  line-height: normal;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #797979;
  display: inline-block;
  line-height: 45px;
  cursor: pointer;
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link:before {
  content: "";
  height: 12px;
  width: 12px;
  border: 1px solid #919292;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link:after {
  content: "";
  height: 8px;
  width: 8px;
  border: 1px solid #274760;
  border-radius: 50%;
  position: absolute;
  background: #0e84c6;
  left: 2px;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link.collapsed:after {
  background: #efefef;
  border-color: #e1e2e2;
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link img {
  margin-left: 20px;
}

.order_box_price .payment_list .accordion_area .card .card-header h5 a {
  font-size: 14px;
  color: #f23441;
  margin-left: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.order_box_price .payment_list .accordion_area .card .card-body {
  border: none;
  padding: 25px 20px 25px 25px;
  background: #ececec;
  border-radius: 5px;
  position: relative;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  color: #8e8d8d;
  letter-spacing: 0.45px;
}

.order_box_price .payment_list .accordion_area .card .card-body:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #ececec transparent;
  position: absolute;
  top: -10px;
  left: 25px;
}

.order_box_price .payment_list .submit_btn {
  margin-top: 30px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0px 30px;
  border-radius: 3px;
}

.order_box_price .payment_list .submit_btn:before {
  border-radius: 3px;
}

/* End Checkout Area css
============================================================================================ */
/* Product Details Area css
============================================================================================ */
.product_details_area .product_d_price {
  margin-bottom: 80px;
}

.product_details_area .product_d_price .product_img {
  padding-right: 45px;
}

.product_details_text h4 {
  font-size: 32px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.product_details_text p {
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0px;
  padding: 25px 0px;
}

.product_details_text h5 {
  font-size: 18px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 25px 0px;
  margin-bottom: 0px;
}

.product_details_text h5 span {
  font-size: 22px;
  font-weight: 500;
  padding-left: 10px;
  color: #242424;
}

.product_details_text .quantity_box {
  margin-bottom: 40px;
}

.product_details_text .quantity_box label {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #242424;
  padding-right: 25px;
}

.product_details_text .quantity_box input {
  width: 40px;
  height: 35px;
  border: 1px solid #eaeaea;
  text-align: center;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  color: #797979;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.product_details_text .quantity_box input.placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.product_details_text .quantity_box input:-moz-placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.product_details_text .quantity_box input::-moz-placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.product_details_text .quantity_box input::-webkit-input-placeholder {
  font-size: 18px;
  color: #797979;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.product_details_text .pink_more {
  line-height: 54px;
  padding: 0px 45px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.product_details_text .main_btn {
  border-radius: 3px;
  font: 700 14px/48px "Open Sans", sans-serif;
  padding: 0px 29px;
}

.product_details_text .main_btn:before {
  border-radius: 3px;
}

.product_tab_area .nav.nav-tabs {
  border-bottom: 1px solid #e2e2e2;
}

.product_tab_area .nav.nav-tabs a {
  margin-right: 10px;
  border-radius: 0px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  background: #f23441;
  border-color: #f23441;
  padding: 0px 24px;
  line-height: 46px;
  font-weight: 600;
  position: relative;
}

.product_tab_area .nav.nav-tabs a:before {
  content: "";
  width: 101%;
  height: 3px;
  background: #f23441;
  left: -1px;
  top: -1px;
  position: absolute;
  z-index: 1;
}

.product_tab_area .nav.nav-tabs a.active {
  border-color: #e2e2e2;
  border-bottom-color: transparent;
  background: #fff;
  color: #242424;
}

.product_tab_area .nav.nav-tabs a.active:before {
  background: #f23441;
}

.product_tab_area .nav.nav-tabs a:last-child {
  margin-right: 0px;
}

.product_tab_area .tab-content {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 50px 60px 80px 35px;
}

.product_tab_area .tab-content .tab-pane p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #797979;
  margin-bottom: 30px;
}

.product_tab_area .tab-content .tab-pane p:last-child {
  margin-bottom: 0px;
}

/* Product Details Area css
============================================================================================ */
/* SQUARED THREE */
.creat_account {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.creat_account input {
  visibility: hidden;
}

.creat_account label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 0px 0px 0px 25px;
  height: 15px;
  margin: 0px;
  top: -25px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #797979;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px;
  font-weight: 500;
  font-size: 15px;
}

.creat_account .check {
  display: block;
  position: absolute;
  border: 1px solid #8e8f8f;
  border-radius: 2px;
  background: #fff;
  height: 13px;
  width: 13px;
  top: 6px;
  border-radius: 0px;
  left: 0px;
  z-index: 5;
  -o-transition: border 0.25s linear;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
  cursor: pointer;
}

.creat_account .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  top: -3px;
  left: -1px;
  margin: auto;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  color: #fff;
  font: normal normal normal 18px/1 FontAwesome;
  opacity: 0;
  color: #000;
}

.creat_account .check::after {
  display: block;
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  border: 1px solid #aeb3b9;
  background: #e8e8e8;
  left: 1px;
  top: 1px;
}

.creat_account input[type=checkbox]:checked~.check::before {
  opacity: 1;
}

.creat_account input[type=checkbox]:checked~.check::after {
  opacity: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* 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: 0px 0px 43px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 43px 0px 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: #f23441;
  letter-spacing: 0.48px;
}

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

.search_area .search_box_inner .input-group input {
  background: transparent;
  border-radius: 0px;
  outline: none;
  height: 50px;
  padding: 0px;
  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: 0px;
  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: 0.28px;
}

.search_area .mfp-close {
  right: 0px;
  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;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-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);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -ms-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;
  -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;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-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);
  -ms-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);
  -ms-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;
  -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
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Error Page Area css
============================================================================================ */
.error_area {
  background: url(../img/error-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error_area .error_inner .error_inner_text {
  color: #fff;
  margin-top: -20px;
}

.error_area .error_inner .error_inner_text h3 {
  font: 700 200px/150px "Poppins", sans-serif;
  margin-bottom: 25px;
}

.error_area .error_inner .error_inner_text h4 {
  font: 700 50px/55px "Poppins", sans-serif;
  margin-bottom: 15px;
}

.error_area .error_inner .error_inner_text h5 {
  font: 400 25px "Poppins", sans-serif;
  margin-bottom: 40px;
}

.error_area .error_inner .error_inner_text .main_btn {
  line-height: 70px;
  border-radius: 35px;
  padding: 0px 72px;
}

.error_area .error_inner .error_inner_text .main_btn:before {
  border-radius: 35px;
}

/* End Error Page Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_area {
  border-top: 6px solid #f23441;
  overflow: hidden;
}

.footer_widgets {
  padding-top: 120px;
  padding-bottom: 80px;
  background: url(../img/footer-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
}

.footer_widgets .main_btn {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 0.6px;
  text-transform: capitalize;
  white-space: nowrap;
}

.f_title {
  margin-bottom: 24px;
}

.f_title h3 {
  color: #fff;
  font: 600 20px "Poppins", sans-serif;
  margin-bottom: 0px;
}

.contact_widget p {
  font: 600 16px "Open Sans", sans-serif;
  color: #9ba8c0;
  margin-bottom: 12px;
}

.contact_widget span {
  font: 400 16px "Open Sans", sans-serif;
  color: #9ba8c0;
  margin-bottom: 12px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.contact_widget a:hover span {
  color: #f23441;
}

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

.link_widget {
  /* max-width: 360px; */
  margin-left: 30px;
}

.link_widget .nav {
  display: block;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  margin-bottom: -8px;
}

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

.link_widget .nav li a {
  font-size: 16px;
  color: #9ba8c0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.link_widget .nav.style1 li a{
  font-size: 16px;
  color: #9ba8c0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.link_widget .nav.style1 {
  display: block;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  margin-bottom: -8px;
}

.link_widget .nav li:hover a {
  color: #f23441;
}
.sociallist{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: left;
  flex-flow: row wrap;
}
.sociallist li {
  margin: 5px;
}
 .sociallist li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-decoration: none;
  background-color: #999;
  color: #fff;
  transition: 0.35s;
}
.sociallist li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: scale(1) translate(-50%, -50%);
  transition: 0.35s;
}
.sociallist li a:hover i {
  transform: scale(1.5) translate(-50%, -50%);
}

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

.card_widget h5 {
  color: #fff;
  margin-bottom: 13px;
  font-size: 20px;
  margin-top: 30px;
}

.footer_copyright {
  background: #091222;
  padding: 28px 0px;
}

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

.footer_copyright p a {
  /* color: rgba(155, 168, 192, 0.5); */
  color: #fff;
}

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

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

.footer_copyright .right a:hover {
  color: #f23441;
}

.navbar-light .navbar-brand span {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  max-width: 100px;
}

.welcome_angel_area a {
  color: #3d3d3d;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.welcome_angel_area a:hover {
  color: #f23441;
  text-decoration: underline;
  /* border-bottom: 1px solid; */
}

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */
/*# sourceMappingURL=style.css.map */

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
}

.hero-slider {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-slider .carousel-cell .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
}

.hero-slider .carousel-cell .inner .subtitle {
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-slider .carousel-cell .inner .title {
  /* font-family: "Montserrat", sans-serif; */
  font-size: 3.5rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.hero-slider .carousel-cell .inner .btn {
  font: 500 18px/25px "Poppins", sans-serif;
  border: 1px solid #fff;
  padding: 14px 18px;
  /* text-transform: uppercase; */
  /* font-size: 0.8rem; */
  /* letter-spacing: 2px; */
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  
}

.hero-slider .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
}

.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}

.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}

.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}

.hero-slider .flickity-page-dots {
  bottom: 100px;
}

.hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}

.hero-slider .flickity-page-dots .dot.is-selected {
  background: #ff0000;
  border: 0 solid #ff0000;
}
.flickity-button:focus{
  outline: none;
  box-shadow: none;
}

.sdevices {
  display: none;
  margin: auto;
}
.contact_widget p i{
  min-width: 15px;
}


.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
  background-color: #f23441;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 1px;
  left: 1px;
}

.owl-dots button.owl-dot {
  border: 1px solid gray;
  background: white;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
}


/* google */
.g-blue { 
  color: #4285F4; 
  transition: color 0.3s;
}
.o-red { 
  color: #EA4335; 
  transition: color 0.3s;
}
.o-yellow { 
  color: #FBBC05; 
  transition: color 0.3s;
}
.g-green { 
  color: #34A853; 
  transition: color 0.3s;
}
/* Hover effect */
.g-blue:hover { color: #6aa9f6; }
.o-red:hover { color: #f16450; }
.o-yellow:hover { color: #fccc4d; }
.g-green:hover { color: #57c371; }


.contact-info p a {
  color: #9ba8c0;
  font: 400 16px "Open Sans", sans-serif;
}
.contact-info p a:hover {
  color: #f23441;
}

