/*----------------------------------------------------
@File: Default Styles
@Author: PixelSigns
@URL: https://codecanyon.net/user/pixelsigns/portfolio
Author E-mail: 

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Betop
@Author: PixelSigns
@Developed By: PixelSigns
@Developer URL: https://codecanyon.net/user/pixelsigns/portfolio
Author E-mail: 

@Default Styles

Table of Content:
01/ Variables
02/ predefine
03/ button
04/ header
05/ slider
06/ features
07/ about
08/ service
09/ portfolio 
10/ testimonial 
11/ team 
12/ blog 
13/ contact 
14/ search 
15/ footer 


=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,600,700,900|Poppins:400,600,700|Roboto:400,400i,700,900");
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

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

.p0 {
  padding: 0px;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #454545;
}

:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #000000;
}

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

button:focus {
  outline: none;
}

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

.sec_pad {
  padding: 100px 0px;
}

.sec_title {
  margin-bottom: 50px;
}

.sec_title h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 4px;
}

.sec_title p {
  color: #8d8d8d;
  margin-bottom: 15px;
  font-style: italic;
}

.sec_title .title_line {
  width: 2px;
  height: 20px;
  background: #0074d6;
  display: inline-block;
}

.sec_title .yellow_bg {
  background: #ffb400;
}

.sec_title .line_red {
  background: #ee0000;
}

.sec_title_two h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
}

.sec_title_two p {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #8d8d8d;
}

.sec_title_two .title_line {
  background: #00d0e4;
}

.s_white h2, .s_white p {
  color: #fff;
}

.s_white .title_line {
  background: #fff;
}

.line_br {
  width: 55px;
  height: 2px;
  background: #0074d6;
}

.line_g {
  background: #01d0e2;
}

.line_red {
  background: #ee0000;
}

.line_w {
  background: #fff;
}

.body_wrapper {
  overflow-x: hidden;
}

.bg_color {
  background: #f5f9fc;
}

.scrolltop {
  bottom: 70px;
  display: none;
  height: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  border-radius: 100%;
  background: #1d1d1d;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  z-index: 999999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.btn_one {
  font-size: 12px;
  background: #0074d6;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 5px 29px;
  font-weight: 900;
  letter-spacing: 0.20px;
  border: 1px solid #0074d6;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn_one:hover {
  color: #0074d6;
  background: transparent;
}

.btn_one.yellow_bg {
  background: #ffb400;
  border-color: #ffb400;
}

.btn_one.yellow_bg:hover {
  background: #1c2237;
  border-color: #1c2237;
  color: #fff;
}

.btn_green {
  background: #01d0e2;
  border-color: #01d0e2;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  padding: 8px 31px;
}

.btn_green:hover {
  color: #01d0e2;
}

.dark_btn {
  background: #1c2237;
  border-color: #1c2237;
}

.dark_btn:hover {
  background: #fff;
  border-color: #fff;
  color: #ffb400;
}

.car_btn {
  background: #ee0000;
  border-color: #ee0000;
}

.car_btn:hover {
  color: #fff;
  background: #050713;
  border-color: #050713;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header_top {
  background: #0074d6;
}

.header_info {
  font: 400 14px/46px "Nunito Sans", sans-serif;
  color: #fff;
}

.header_info ul {
  margin-bottom: 0;
  display: inline-block;
}

.header_info ul li {
  display: inline-block;
}

.header_info ul li a {
  color: #fff;
  padding: 0px 10px;
  border-top: 1px solid transparent;
  display: inline-block;
  line-height: 46px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header_info ul li a i {
  padding-right: 8px;
}

.header_info ul li a:hover {
  border-color: #fff;
}

.header_social_icon {
  text-align: right;
}

.header_social_icon a {
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  display: inline-block;
  padding-left: 12px;
}

.navbar {
  border: 0px;
  border-radius: 0px;
  padding: 0px 1rem;
}

.navbar .container {
  padding-left: 15px;
  padding-right: 15px;
}

.menu > .nav-item {
  position: relative;
  padding: 45px 0px;
}

.menu > .nav-item > .nav-link {
  font: 700 14px/20px "Nunito Sans", sans-serif;
  color: #000000;
  text-transform: uppercase;
  padding: 0px;
  position: relative;
}

.menu > .nav-item > .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  bottom: -1px;
  background: #0074d6;
  width: 0;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.menu > .nav-item > .nav-link:after {
  display: none;
}

.menu > .nav-item.submenu .dropdown-menu {
  margin: 0px;
  border: 0px;
  padding: 20px 0px;
  border-radius: 4px;
  left: 0;
  min-width: 200px;
  background: #fff;
  -webkit-box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
}

@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    left: -30px;
    visibility: hidden;
    display: block;
  }
}

.menu > .nav-item.submenu .dropdown-menu .nav-item {
  display: block;
  width: 100%;
  margin-right: 0px;
  padding: 0px 30px;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
  transition: transform 1s cubic-bezier(0.35, 0.81, 0.41, 1), opacity 650ms cubic-bezier(0.35, 0.81, 0.41, 1), -webkit-transform 1s cubic-bezier(0.35, 0.81, 0.41, 1);
}

.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0px;
  white-space: nowrap;
  font: 700 14px/38px "Nunito Sans", sans-serif;
  color: #051441;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #0074d6;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item.submenu > .nav-link:before {
  content: "\35";
  position: absolute;
  right: 15px;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: eleganticons;
}

.menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -20px;
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}

@media (min-width: 992px) {
  .menu > .nav-item.submenu .dropdown-menu:hover .dropdown-menu > .nav-item > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .menu > .nav-item.submenu:hover .dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }
  .menu > .nav-item.submenu:hover .dropdown-menu > .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .menu > .nav-item.submenu:hover .dropdown-menu > .nav-item:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

.menu > .nav-item.active, .menu > .nav-item:hover {
  color: #000000;
}

.menu > .nav-item.active .nav-link:before, .menu > .nav-item:hover .nav-link:before {
  width: 100%;
}

.menu > .nav-item:not(:last-child) {
  margin-right: 48px;
}

.navbar-right {
  padding-left: 30px;
}

.navbar-right li {
  margin-left: 30px;
}

.navbar-right li a {
  font-size: 15px;
  color: #949494;
}

.header_top_three {
  background: #01d0e2;
}

.header_area_three .menu > .nav-item > .nav-link:before {
  background: #01d0e2;
}

.header_area_three .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .header_area_three .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .header_area_three .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #01d0e2;
}

.header_top_four {
  background: #ffb400;
}

.header_area_four .menu > .nav-item > .nav-link:before {
  background: #ffb400;
}

.header_area_four .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .header_area_four .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .header_area_four .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #ffb400;
}

.header_top_five {
  background: transparent;
}

.header_area_five {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.header_area_five .navbar {
  background: transparent;
}

.header_area_five .menu > .nav-item > .nav-link {
  color: #fff;
}

.header_area_five .menu > .nav-item > .nav-link:before {
  background: #ee0000;
}

.header_area_five .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .header_area_five .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .header_area_five .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: #ee0000;
}

.header_area_five .navbar-right li a {
  color: #fff;
}

.header_area_five.coming + section, .header_area_five.coming + div {
  margin-top: 0px;
}

.header_area_five .menu_toggle .hamburger span, .header_area_five .menu_toggle .hamburger-cross span {
  background: #fff;
}

.navbar-toggler {
  padding: 0px;
  margin-left: 20px;
  border: 0px;
}

.navbar-toggler:focus {
  outline: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}

.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #000000;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.menu_toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.menu_toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: .125s;
  -o-transition-delay: .125s;
  transition-delay: .125s;
}

.menu_toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}

.menu_toggle .hamburger-cross span {
  display: block;
  background: #000000;
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

header.coming + section, header.coming + div {
  margin-top: 105px;
}

.stricky-fixed {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  margin: 0;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.stricky-fixed .menu > .nav-item {
  padding: 30px 0px;
}

.header_area_five .navbar.stricky-fixed {
  background: #1c223a;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.main_slider {
  height: 660px;
}

.main_slider .swiper-wrapper .swiper-slide {
  height: 100%;
}

.main_slider .swiper-wrapper .swiper-slide.swiper-slide-active .img img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  transition: opacity 1.5s linear, -webkit-transform 0.8s ease-out 0.2s;
  -webkit-transition: opacity 1.5s linear, -webkit-transform 0.8s ease-out 0.2s;
  -o-transition: transform 0.8s ease-out 0.2s, opacity 1.5s linear;
  transition: transform 0.8s ease-out 0.2s, opacity 1.5s linear;
  transition: transform 0.8s ease-out 0.2s, opacity 1.5s linear, -webkit-transform 0.8s ease-out 0.2s;
}

.main_slider .background_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
  overflow: hidden;
}

.main_slider .img {
  overflow: hidden;
}

.main_slider .img img {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 1.5s linear, -webkit-transform 0.8s ease-out 0.2s;
  transition: opacity 1.5s linear, -webkit-transform 0.8s ease-out 0.2s;
  -o-transition: transform 0.8s ease-out 0.2s, opacity 1.5s linear;
  transition: transform 0.8s ease-out 0.2s, opacity 1.5s linear;
  transition: transform 0.8s ease-out 0.2s, opacity 1.5s linear, -webkit-transform 0.8s ease-out 0.2s;
}

.main_slider .slider_content h6 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #333;
}

.main_slider .slider_content h2 {
  font-size: 60px;
  line-height: 56px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #010101;
}

.main_slider .slider_content p {
  font-size: 18px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}

.main_slider .slider_content .btn_one {
  padding: 13px 21px;
  border-radius: 5px;
}

.main_slider .slider_content .btn_one i {
  padding-right: 10px;
  font-size: 16px;
}

.slider_two {
  height: 660px;
}

.slider_two .slick-list {
  height: 100%;
}

.slider_two .slick-list .slick-track {
  height: 100%;
}

.slider_two .slick-list .slick-track .slider_item {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_two .slick-list .slick-track .slider_item .slider_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover !important;
  background-position: center !important;
}

.slider_two .text {
  max-width: 800px;
  text-align: center;
  overflow: hidden;
}

.slider_two .text h2 {
  font: 700 70px/60px "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 25px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 1s linear, -webkit-transform 1.5s;
  transition: opacity 1s linear, -webkit-transform 1.5s;
  -o-transition: opacity 1s linear, transform 1.5s;
  transition: opacity 1s linear, transform 1.5s;
  transition: opacity 1s linear, transform 1.5s, -webkit-transform 1.5s;
}

.slider_two .text h2 span {
  color: #d5ebfc;
}

.slider_two .text h6 {
  font: 900 24px/24px "Nunito Sans", sans-serif;
  background: #0074d6;
  color: #fff;
  display: inline-block;
  padding: 8px 28px;
  margin-bottom: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 1.2s linear, -webkit-transform 2.1s;
  transition: opacity 1.2s linear, -webkit-transform 2.1s;
  -o-transition: opacity 1.2s linear, transform 2.1s;
  transition: opacity 1.2s linear, transform 2.1s;
  transition: opacity 1.2s linear, transform 2.1s, -webkit-transform 2.1s;
}

.slider_two .slick-prev, .slider_two .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #2b2d2c;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slider_two .slick-prev:before, .slider_two .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
}

.slider_two .slick-prev:hover, .slider_two .slick-next:hover {
  background: #0074d6;
}

.slider_two .slick-prev {
  left: 10%;
}

.slider_two .slick-prev:before {
  content: "\f104";
}

.slider_two .slick-next {
  right: 10%;
}

.slider_two .slick-next:before {
  content: "\f105";
}

.slider_two .slider_imgs {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.slider_two .slick-active .slider_imgs {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.slider_two .slick-active .text_two a, .slider_two .slick-active .text_two h6, .slider_two .slick-active .text_two h2, .slider_two .slick-active .text_two p, .slider_two .slick-active .text_two .btn_one, .slider_two .slick-active .text a, .slider_two .slick-active .text h6, .slider_two .slick-active .text h2, .slider_two .slick-active .text p, .slider_two .slick-active .text .btn_one {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.slider_three .slick-prev:hover, .slider_three .slick-next:hover {
  background: #01d0e3;
}

.text_two {
  overflow: hidden;
}

.text_two a {
  font: 900 32px/35px "Roboto", sans-serif;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}

.text_two h6 {
  font: 500 16px/24px "Roboto", sans-serif;
  color: #fff;
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}

.text_two h2 {
  font: 900 60px/65px "Roboto", sans-serif;
  color: #000000;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}

.text_two p {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 1.3s linear;
  -o-transition: all 1.3s linear;
  transition: all 1.3s linear;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  font-style: italic;
}

.text_two .btn_one {
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}

.text_two .btn_one i {
  font-size: 16px;
  padding-right: 8px;
}

.text_two .btn_one:hover {
  background: #01d0e2;
  color: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.12);
}

.slider_four .slick-prev:hover, .slider_four .slick-next:hover {
  background: #ffb400;
}

.slider_four .text_two {
  position: relative;
  z-index: 1;
  padding: 70px;
}

.slider_four .text_two:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
}

.slider_four .text_two h6 {
  color: #ffb400;
  -webkit-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.slider_four .text_two h2 {
  -webkit-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  transition: all 1.5s linear;
}

.slider_four .text_two p {
  -webkit-transition: all 1.8s linear;
  -o-transition: all 1.8s linear;
  transition: all 1.8s linear;
}

.slider_four .text_two .yellow_bg {
  line-height: 36px;
  -webkit-transition: all 1.2s linear;
  -o-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.slider_four .text_two .yellow_bg:hover {
  background: #ffb400;
  border-color: #ffb400;
  font-weight: 700;
}

.slider_four .slick-active .text_two:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slider_five {
  height: 815px;
}

.slider_five .text_two {
  padding-top: 100px;
  padding-left: 50px;
}

.slider_five .text_two h6 {
  color: #ee0000;
}

.slider_five .text_two h2 {
  color: #1c223a;
}

.slider_five .text_two p {
  font-weight: 600;
}

.slider_five .text_two .car_btn {
  padding: 7px 25px;
}

.slider_five .text_two .car_btn:hover {
  background: #050713;
  color: #fff;
}

.slider_five .slick-prev:hover, .slider_five .slick-next:hover {
  background: #ee0000;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= features_one_area css =============*/
.features_btn {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #000000;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  margin-top: 20px;
}

.features_btn:before {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background: #0074d6;
  height: 2px;
  display: inline-block;
  position: absolute;
}

.features_btn:hover {
  color: #0074d6;
}

.features_item {
  text-align: center;
  padding: 87px 40px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  margin-bottom: 30px;
}

.features_item i {
  font-size: 40px;
  color: #cfcfcf;
  margin-bottom: 15px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.features_item h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.features_item h3:before {
  content: "";
  width: 0px;
  height: 2px;
  background: #0074d6;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.features_item p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.features_item:hover {
  background: #f5f9fc;
}

.features_item:hover i {
  color: #0074d6;
}

.features_item:hover h3:before {
  width: 80px;
}

/*============= features_one_area css =============*/
/*============= main_features_area css =============*/
.main_features_area {
  background: #e8f2fa;
}

.main_features_img img {
  max-width: 100%;
}

.main_features_content h2 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main_features_content p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  color: #4f5052;
  margin-bottom: 35px;
}

.main_features_one .main_features_content {
  padding-left: 100px;
}

.main_features_two {
  margin-top: -70px;
}

.main_features_two .main_features_content {
  padding-right: 100px;
  padding-bottom: 30px;
}

/*============= main_features_area css =============*/
/*============= main_features_area css =============*/
.timeline_area {
  background: #1c223a;
  position: relative;
  padding: 90px 0px;
}

.timeline_area .timeline_bg {
  position: absolute;
  background: url("../img/home_one/timeline_bg.png") no-repeat scroll top right;
  right: -30px;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.timeline {
  position: relative;
  padding-left: 5px;
  padding-top: 40px;
}

.timeline .card {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  border-left: 2px solid #fff;
  padding-left: 50px;
}

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

.timeline .card .card-header h2 {
  line-height: 12px;
}

.timeline .card .card-header button {
  padding: 0px;
  font-size: 18px;
  line-height: 17px;
  display: inline-block;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  border: 0px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.timeline .card .card-header button.collapsed:after {
  opacity: 0;
}

.timeline .card .card-header button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.timeline .card .card-header button:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -59px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.6;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.timeline .card .card-body {
  padding: 25px 0px 7px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}

.timeline .card:not(:first-child) {
  padding-top: 28px;
}

/*============= main_features_area css =============*/
/*============= features_area_two css =============*/
.features_area_two {
  background: #e1f0fd;
  overflow: hidden;
}

.f_img {
  padding: 0px;
  position: relative;
}

.f_img .parallax-effect {
  position: absolute;
  background-size: cover !important;
  left: 0;
  width: 100%;
  height: 115%;
}

.f_content_left {
  padding: 140px 0px;
}

.f_content {
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
}

.f_content h6 {
  font: 700 14px/36px "Nunito Sans", sans-serif;
  color: #0074d6;
  margin-bottom: 17px;
}

.f_content h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 36px;
}

.f_content p {
  font-size: 18px;
  line-height: 26px;
  color: #484848;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  margin-bottom: 45px;
}

.f_content .line_br {
  margin: 0 auto 50px;
  background: #000000;
}

.service_features_area {
  overflow: hidden;
  background: #fff;
}

/*============= features_area_two css =============*/
/*============= clean_features_area css =============*/
.clean_features_info.text-right .media {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.clean_features_info.text-right .media .icon {
  margin-right: 0;
  margin-left: 25px;
}

.clean_features_item {
  cursor: pointer;
}

.clean_features_item .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.clean_features_item .media .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f5f9fc;
  text-align: center;
  line-height: 48px;
  margin-right: 25px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.clean_features_item .media .icon img {
  -webkit-filter: brightness(-10%);
  filter: brightness(-10%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.clean_features_item .media .media-body h4 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 36px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.clean_features_item p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  font-weight: 500;
  color: #5b5b5b;
}

.clean_features_item:hover .icon {
  background: #00d0e4;
}

.clean_features_item:hover .icon img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.clean_features_item:hover .media-body h4 {
  color: #00d0e4;
}

.clean_features_item + .clean_features_item {
  margin-top: 45px;
}

.cons_features_info .clean_features_item:hover .icon {
  background: #ffb400;
}

.cons_features_info .clean_features_item:hover .media-body h4 {
  color: #ffb400;
}

/*============= clean_features_area css =============*/
/*================ care_features_area =============*/
.care_features_area {
  background: #f5f9fc;
}

.car_info {
  position: relative;
}

.car_info .feat_top_left, .car_info .feat_top_right, .car_info .feat_bottom_right, .car_info .feat_bottom_left {
  position: absolute;
}

.car_info .feat_top_left {
  left: 0;
  top: 0;
}

.car_info .feat_top_right {
  right: 0;
  top: 0;
}

.car_info .feat_bottom_left {
  left: 0;
  bottom: 0;
}

.car_info .feat_bottom_right {
  right: 0;
  bottom: 0;
}

.car_info .feat_top_left .clean_features_item, .car_info .feat_bottom_left .clean_features_item {
  text-align: right;
}

.car_info .feat_top_left .clean_features_item .media, .car_info .feat_bottom_left .clean_features_item .media {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.car_info .feat_top_left .clean_features_item .media .icon, .car_info .feat_bottom_left .clean_features_item .media .icon {
  margin-right: 0;
  margin-left: 25px;
}

.car_info .clean_features_item .media .icon {
  background: #1b243b;
}

.car_info .clean_features_item .media .icon img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.car_info .clean_features_item .line {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.8s linear;
  -o-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}

.car_info .clean_features_item .line.line_one {
  right: -130px;
  top: 25px;
}

.car_info .clean_features_item .line.line_two {
  left: -130px;
  top: 25px;
}

.car_info .clean_features_item .line.line_three {
  right: -130px;
  top: -48px;
}

.car_info .clean_features_item .line.line_four {
  left: -135px;
  top: -45px;
}

.car_info .clean_features_item:hover .line {
  opacity: 1;
}

.car_info .clean_features_item:hover .media .icon {
  background: #ee0000;
}

.car_info .clean_features_item:hover .media h4 {
  color: #ee0000;
}

.car_info .track_feature_img {
  margin: 140px auto 160px;
}

/*============= service_features_area_two css ============*/
.service_features_area_two .clean_features_item:hover .icon {
  background: #0074d6;
}

.service_features_area_two .clean_features_item:hover .media-body h4 {
  color: #0074d6;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*========= about_area css =========*/
.about_content_slider {
  margin-bottom: 0 !important;
  padding-bottom: 50px;
}

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

.about_content_slider .about_content {
  width: 50%;
  padding-right: 20px;
}

.about_content_slider .a_img {
  width: 50%;
}

.about_content_slider .slick-dots {
  text-align: right;
  padding-right: 200px;
  bottom: 0;
}

.about_content_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 3px;
}

.about_content_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 3px;
  line-height: 8px;
  border: 2px solid #868686;
  border-radius: 50%;
}

.about_content_slider .slick-dots li button:before {
  display: none;
}

.about_content_slider .slick-dots li.slick-active button {
  border-color: #0074d6;
}

.about_content h3 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #000000;
}

.about_content .line_br {
  width: 80px;
}

.about_content p {
  font-weight: 400;
  margin: 20px 0px 28px;
}

.about_slider_nav .nav_item {
  cursor: pointer;
}

.about_slider_nav .nav_item p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 36px;
  color: #4a4a4a;
  position: relative;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  padding: 7px 0px 7px 55px;
}

.about_slider_nav .nav_item p img {
  position: absolute;
  left: 20px;
  top: 17px;
}

.about_slider_nav .nav_item.slick-current {
  background: #0074d6;
}

.about_slider_nav .nav_item.slick-current p {
  color: #fff;
}

/*========= about_area css =========*/
/*========= clean_about_area css =========*/
.clean_about_area {
  background: url("../img/home_three/bg.jpg") no-repeat scroll center 0/cover;
}

.clean_about_content {
  position: relative;
  z-index: 1;
  padding: 180px 0px;
}

.clean_about_content:before {
  content: "";
  width: 25000px;
  position: absolute;
  top: 0;
  height: 100%;
  background: #01d0e2;
  opacity: 0.851;
  left: -133px;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1;
  opacity: 0.65;
}

.clean_about_content h6 {
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
}

.clean_about_content h6, .clean_about_content h2, .clean_about_content p {
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.clean_about_content h2 {
  font-size: 46px;
  font-weight: 900;
  margin-bottom: 20px;
}

.clean_about_content p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 35px;
}

.clean_about_content .btn_one {
  background: #1c223a;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-top: 45px;
}

.clean_about_content .btn_one:hover {
  background: #fff;
  border-color: #fff;
  color: #01d0e2;
}

/*========= clean_about_area css =========*/
/*========= cons_ribbon_area css =========*/
.cons_ribbon_area {
  padding: 38px 0px;
}

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

.cons_ribbon_info h2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  color: #fff;
}

.car_ribbon_area {
  background: #1c223a;
}

/*========= cons_ribbon_area css =========*/
/*========= cons_about_area css =========*/
.cons_tab {
  border: 0px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}

.cons_tab .nav-item {
  margin: 0px;
  width: calc(100% / 6);
  padding: 0px 15px;
}

.cons_tab .nav-item .nav-link {
  padding: 0px 40px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #000000;
  border-radius: 0px;
  border: 0px;
  background: #f5f9fc;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.cons_tab .nav-item .nav-link.active {
  background: #ffb400;
  color: #fff;
}

.cons_about_text {
  max-width: 100%;
}

.cons_about_text h2 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.cons_about_text p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 32px;
}

/*========= cons_about_area css =========*/
/*========= car_quote_area css =========*/
.car_quote_area {
  background: url("../img/home_five/world_map.jpg") no-repeat scroll center 0/cover;
  padding: 110px 0px;
  position: relative;
}

.car_quote_area .car_img {
  position: absolute;
  right: 50px;
  bottom: 0;
}

.car_quote_content h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 35px;
}

.car_quote_content .get_quote .form-control {
  background: #fff;
  font: 600 12px/33px "Nunito Sans", sans-serif;
  height: auto;
  color: #adacb4;
  border-radius: 0px;
  border: 0px;
  padding-left: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
}

.car_quote_content .get_quote .form-control.placeholder {
  color: #adacb4;
}

.car_quote_content .get_quote .form-control:-moz-placeholder {
  color: #adacb4;
}

.car_quote_content .get_quote .form-control::-moz-placeholder {
  color: #adacb4;
}

.car_quote_content .get_quote .form-control::-webkit-input-placeholder {
  color: #adacb4;
}

.car_quote_content .get_quote .car_btn {
  border: 0px;
  font: 900 12px/29px "Nunito Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 31px;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.car_quote_content .get_quote .car_btn i {
  padding-right: 14px;
}

/*========= car_quote_area css =========*/
/*========= page_header css =========*/
.page_header {
  position: relative;
  text-align: center;
  padding: 99px 0px;
  background: #1c223a;
  z-index: 1;
}

.page_header h2 {
  font: 400 24px "Poppins", sans-serif;
  font-style: italic;
  color: #fff;
}

.page_header .p_icon {
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  line-height: 40px;
  font-size: 16px;
  background: #0074d6;
  color: #fff;
  display: inline-block;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page_header .overlay_bg {
  height: 100%;
  background-position: center 0 !important;
}

/*========= page_header css =========*/
/*============= history_timeline_area css ============*/
.history_timeline_info {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.history_timeline_info:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #c9c9c9;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.history_timeline_info .hi_timeline {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 75px;
}

.history_timeline_info .hi_timeline .timeline_content {
  width: 50%;
  padding-left: 110px;
  cursor: pointer;
}

.history_timeline_info .hi_timeline .timeline_content .timeline_title {
  font: 700 18px/28px "Nunito Sans", sans-serif;
  color: #000000;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.history_timeline_info .hi_timeline .timeline_content p {
  font: 400 16px/32px "Nunito Sans", sans-serif;
  font-style: italic;
  color: #acacac;
  margin-bottom: 0;
}

.history_timeline_info .hi_timeline .timeline_content .date {
  width: 100px;
  height: 100px;
  border: 1px solid transparent;
  background: #fff;
  -webkit-box-shadow: 0 0 0 30px #fff;
  box-shadow: 0 0 0 30px #fff;
  border-radius: 50%;
  text-align: center;
  font: 600 16px "Nunito Sans", sans-serif;
  color: #676767;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.history_timeline_info .hi_timeline .timeline_content .date .middle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #e5f1fb;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.history_timeline_info .hi_timeline .timeline_content .read_more {
  font: 900 12px "Nunito Sans", sans-serif;
  color: #000000;
  text-transform: uppercase;
  border-bottom: 2px solid #0074d6;
  padding-top: 16px;
  display: inline-block;
}

.history_timeline_info .hi_timeline .timeline_content:hover .date {
  border-color: #c9c9c9;
}

.history_timeline_info .hi_timeline .timeline_content:hover .date .middle {
  background: #0074d6;
  border-color: #0074d6;
  color: #fff;
}

.history_timeline_info .hi_timeline .timeline_content:hover .timeline_title {
  color: #0074d6;
}

.history_timeline_info .hi_timeline:nth-child(even) {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  text-align: right;
}

.history_timeline_info .hi_timeline:nth-child(even) .timeline_content {
  padding-left: 0;
  padding-right: 110px;
}

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

/*============= history_timeline_area css ============*/
/*=========== video_area css ===========*/
.video_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #1c223a;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_area .video_content {
  text-align: center;
  color: #fff;
}

.video_area .video_content a {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  color: #0074d6;
  -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.5);
  font-size: 18px;
  margin-bottom: 30px;
}

.video_area .video_content h5 {
  font: 700 28px/36px "Nunito Sans", sans-serif;
  color: #fff;
}

.video_area .video_content p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
}

/*=========== video_area css ===========*/
/*============ faq_area css =============*/
.service_accordian .card {
  border: 0px;
  margin-bottom: 20px;
}

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

.service_accordian .card .card-header button {
  display: block;
  width: 100%;
  font: 700 14px/23px "Nunito Sans", sans-serif;
  text-align: left;
  text-decoration: none;
  color: #0074d6;
  background: transparent;
  padding: 0px 50px 20px 30px;
  border: 0px;
  border-radius: 0px;
  border-bottom: 2px solid #0074d6;
  position: relative;
  white-space: normal;
}

.service_accordian .card .card-header button i {
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  float: right;
  background: #0074d6;
  color: #fff;
  position: absolute;
  right: 0;
}

.service_accordian .card .card-header button.collapsed {
  color: #000000;
  border-color: #f6fafd;
}

.service_accordian .card .card-header button.collapsed i {
  background: #f6fafd;
  color: #000000;
}

.service_accordian .card .card-body {
  font-size: 14px;
  line-height: 24px;
  color: #343739;
  padding: 30px 40px 10px 30px;
}

.service_info .service_tab {
  border: 0px;
}

.service_info .service_tab .nav-item {
  width: calc(100% / 4);
}

.service_info .service_tab .nav-item .nav-link {
  font: 700 14px "Nunito Sans", sans-serif;
  color: #000000;
  border-radius: 0px;
  padding: 10px;
  text-align: center;
  background: #f6fafd;
  border: 1px solid #edf0f2;
}

.service_info .service_tab .nav-item .nav-link.active {
  background: #fff;
  border-bottom-color: #fff;
  border-top: 2px solid #0074d6;
}

.service_info .tab-content {
  padding-top: 50px;
}

.service_info .tab-content .tab-pane .text {
  padding-right: 80px;
}

.service_info .tab-content .tab-pane .text h2 {
  font: 700 18px/36px "Nunito Sans", sans-serif;
  color: #000000;
}

.service_info .tab-content .tab-pane .text p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0;
}

.service_info .tab-content .tab-pane .tab_img {
  padding-right: 80px;
}

/*============ faq_area css =============*/
/*============ campaign_area css =============*/
.campaign_info .about_content {
  padding-right: 10px;
}

.campaign_info .about_content p {
  color: #454545;
  font-size: 16px;
  margin-bottom: 0;
}

.pr_details {
  margin-bottom: 0;
}

.pr_details li {
  font: 900 14px/36px "Nunito Sans", sans-serif;
  color: #000000;
  text-transform: uppercase;
}

.pr_details li span {
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 10px;
}

.pr_details a {
  color: #000000;
}

/*============ campaign_area css =============*/
.about_showcase_area {
  padding-bottom: 120px;
}

.about_showcase_area .f_content {
  max-width: 100%;
}

/* Preloader */
.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 9000;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Poppins", sans-serif;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.service_area .row {
  margin-bottom: -90px;
}

.service_item {
  margin-bottom: 90px;
  cursor: pointer;
}

.service_item .service_icon {
  margin-right: 35px;
}

.service_item .service_icon img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.service_item .media-body h4 {
  font-size: 16px;
  line-height: 30px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.service_item .media-body h4:hover {
  color: #0074d6;
}

.service_item .media-body p {
  line-height: 24px;
  color: #4d4d4d;
  margin-bottom: 25px;
}

.service_item .media-body a {
  font-size: 12px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
}

.service_item .media-body a:after {
  content: "\e628";
  font-family: 'themify';
  color: #0074d6;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.service_item .media-body a:hover {
  color: #0074d6;
}

.service_item .media-body a:hover:after {
  padding-left: 10px;
  opacity: 1;
}

.service_item:hover .service_icon img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.clean_service_info .service_item .media-body h4 {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.clean_service_info .service_item .media-body h4:hover {
  color: #00d0e4;
}

.clean_service_info .service_item .media-body h4, .clean_service_info .service_item .media-body p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.clean_service_info .service_item .media-body a:after {
  color: #00d0e4;
}

.clean_service_info .service_item .media-body a:hover {
  color: #00d0e4;
}

.service_info .service_item .media-body h4 {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.service_info .service_item .media-body h4:hover {
  color: #ffb400;
}

.service_info .service_item .media-body a:after {
  color: #ffb400;
}

.service_info .service_item .media-body a:hover {
  color: #ffb400;
}

.service_area_five {
  background: #1c223a;
}

.service_area_five .sec_title h2 {
  color: #fff;
}

.service_area_five .service_item .service_icon img {
  -webkit-filter: contrast(0);
  filter: contrast(0);
}

.service_area_five .service_item .media-body h4 {
  color: #fff;
}

.service_area_five .service_item .media-body h4:hover {
  color: #ee0000;
}

.service_area_five .service_item .media-body p {
  color: #bcc1d3;
}

.service_area_five .service_item .media-body a {
  color: #fff;
}

.service_area_five .service_item .media-body a:after {
  color: #ee0000;
}

.service_area_five .service_item .media-body a:hover {
  color: #ee0000;
}

.service_area_five .service_item:hover .service_icon img {
  -webkit-filter: contrast(1);
  filter: contrast(1);
}

.service_area_five .car_btn {
  font-size: 14px;
  font-weight: 900;
  padding: 9px 41px;
  background: #050713;
  border-color: #050713;
  color: #fff;
}

.service_area_five .car_btn:hover {
  background: #ee0000;
  border-color: #ee0000;
}

/*============ recommend_area css ===========*/
.recommend_left {
  padding-top: 35px;
}

.recommend_left .about_recommend {
  padding-top: 100px;
}

.recommend_left .about_recommend h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

.recommend_left .about_recommend .line_br {
  display: inline-block;
}

.recommend_left .about_recommend p {
  color: #4a4a4a;
  padding: 10px 0px 50px;
}

.recommend_skill .progress_item {
  text-align: center;
}

.recommend_skill .progress_item .number {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.recommend_skill .circle {
  display: inline-block;
  position: relative;
}

.recommend_skill h4 {
  font-size: 16px;
  line-height: 26px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  margin-top: 15px;
  color: #000000;
  margin-bottom: 0;
}

.recommend_skill p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
}

.recommend_img_gallery {
  margin-left: -3px;
  margin-right: -3px;
  padding-top: 35px;
}

.recommend_img_gallery .item {
  padding: 3px;
}

/*============= add_area css ==========*/
.add_area {
  text-align: center;
  padding: 43px 0px;
}

.add_area h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  color: #fff;
}

.add_area h2 span {
  color: #000000;
}

.blue_bg {
  background: #0074d6;
}

.green_bg {
  background: #01d0e2;
}

.yellow_bg {
  background: #ffb400;
}

/*=========== skill_area css ============*/
.progress-element p {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  margin-bottom: 5px;
}

.progress-element .progress {
  height: 4px;
  background: #f0f0f0;
  border-radius: 0px;
  margin-bottom: 22px;
}

.progress-element .progress .progress-bar {
  background: #0074d6;
  width: 0;
  -webkit-transition: width 1s linear;
  -o-transition: width 1s linear;
  transition: width 1s linear;
}

.progress-element .count-tip {
  position: absolute;
  top: 0;
  right: 0;
}

/*============= clients_logo_area css ==============*/
.clients_logo_area {
  padding: 100px 0px 150px;
}

.clients_logo_area .clients_log_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 10px 0px;
}

.clients_logo_area .clients_log_info .log_item {
  width: calc(100% / 5);
  text-align: center;
  height: 212px;
  line-height: 212px;
  border: 1px dashed #ededef;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.clients_logo_area .clients_log_info .log_item a {
  display: block;
}

.clients_logo_area .clients_log_info .log_item:hover {
  background: #e1f0fd;
}

.clients_logo_area .clients_log_info.clients_log_info_two .log_item:hover {
  background: #00d0e4;
}

.clients_logo_area .clients_log_info.clients_log_info_two .log_item:hover img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.clients_logo_area .clients_log_info.clients_log_info_three .log_item:hover {
  background: #ffb400;
}

.clients_logo_area .clients_log_info.clients_log_info_three .log_item:hover img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

/*=========== clean_recommend_area css ===========*/
.clean_recommend_area {
  padding-bottom: 120px;
}

.clean_recommend_left {
  background-color: #f5f9fc;
  -webkit-box-shadow: 0px 40px 50px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 40px 50px 0px rgba(0, 0, 0, 0.2);
  padding-top: 56px;
  margin-top: -80px;
}

.clean_recommend_left .sec_title {
  margin-bottom: 0;
}

.clean_recommend_left .sec_title h2 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
}

.clean_recommend_left .sec_title p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #000000;
  margin-bottom: 0;
}

.clean_recommend_left .clean_form {
  padding: 38px;
}

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

.clean_recommend_left .clean_form .form-group .form-control {
  font-size: 12px;
  line-height: 24px;
  padding: 15px;
  border-radius: 0px;
  background: #fff;
  border: 0px;
  height: 45px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.clean_recommend_left .clean_form .form-group .form-control.placeholder {
  color: #000000;
}

.clean_recommend_left .clean_form .form-group .form-control:-moz-placeholder {
  color: #000000;
}

.clean_recommend_left .clean_form .form-group .form-control::-moz-placeholder {
  color: #000000;
}

.clean_recommend_left .clean_form .form-group .form-control::-webkit-input-placeholder {
  color: #000000;
}

.clean_recommend_left .clean_form .form-group textarea.form-control {
  height: 180px;
  padding-top: 10px;
  resize: none;
}

.clean_recommend_left .clean_form_btn {
  width: 100%;
  border: 0px;
  background: #01d0e2;
  font-size: 12px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 23px 20px;
  text-align: center;
  cursor: pointer;
  border: 0px;
}

.clean_recommend_info {
  padding-top: 100px;
}

.clean_recommend_info .sec_title {
  margin-bottom: 95px;
}

.clean_recommend_info .recommend_skill h4 {
  font-family: "Roboto", sans-serif;
}

.clean_recommend_info .recommend_skill p {
  color: #a9a9a9;
}

.clean_recommend_info .about_content {
  padding-left: 20px;
}

.clean_recommend_info .about_content h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.clean_recommend_info .about_content p {
  font-family: "Roboto", sans-serif;
  margin-bottom: 40px;
}

.service_area_two {
  padding-top: 120px;
}

.service_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.service_info_list li a {
  font: 600 24px/44px "Poppins", sans-serif;
  color: #000000;
  display: inline-block;
  position: relative;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  padding-bottom: 75px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service_info_list li a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #e6e6e6;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service_info_list li.active a, .service_info_list li:hover a {
  color: #0074d6;
}

.service_info_list li.active a:before, .service_info_list li:hover a:before {
  background: #0074d6;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= portfolio_area css ==============*/
.portfolio_area {
  background: #1c223a;
}

.portfolio_area .sec_title h2 {
  color: #fff;
}

.portfolio_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.portfolio_filter .work_portfolio_item {
  display: inline-block;
  font-size: 12px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.portfolio_filter .work_portfolio_item:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #0074d6;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.9s linear;
  -o-transition: opacity 0.9s linear;
  transition: opacity 0.9s linear;
}

.portfolio_filter .work_portfolio_item.active:before, .portfolio_filter .work_portfolio_item:hover:before {
  opacity: 1;
}

.portfolio_filter .work_portfolio_item:not(:last-child) {
  margin-right: 50px;
}

.portfolio_img {
  cursor: pointer;
}

.portfolio_img .img {
  position: relative;
  overflow: hidden;
}

.portfolio_img .img img {
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.portfolio_img .img .popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 116, 214, 0.8);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.portfolio_img .img .popup img {
  width: auto;
}

.portfolio_img .portfolio_content {
  text-align: center;
  padding: 21px 0px 25px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.portfolio_img .portfolio_content h3 {
  font-size: 18px;
  line-height: 30px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.portfolio_img .portfolio_content .p_catagory {
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  color: #fff;
}

.portfolio_img:hover .img img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.portfolio_img:hover .img .popup {
  opacity: 1;
}

.portfolio_img:hover .portfolio_content {
  background: #fff;
}

.portfolio_img:hover .portfolio_content h3, .portfolio_img:hover .portfolio_content .p_catagory {
  color: #000000;
}

/*============= portfolio_area css ==============*/
/*============= work_portfolio_area css ==============*/
.work_portfolio_area {
  background: url("../img/home_four/work_bg.jpg") no-repeat scroll center 0/cover;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.work_portfolio_area .bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c223a;
  opacity: 0.90;
  z-index: -1;
}

.work_portfolio_area .sec_title h2 {
  color: #fff;
}

.work_portfolio_area .sec_title p {
  color: #ffb400;
}

.work_portfolio_area .sec_title .title_line {
  background: #ffb400;
}

.work_portfolio_area .portfolio_filter .work_portfolio_item:before {
  background: #ffb400;
}

.work_portfolio_area .portfolio_item {
  padding: 0px;
}

.work_portfolio_area .portfolio_item .portfolio_img .img .popup {
  background: rgba(255, 180, 0, 0.8);
}

/*============= work_portfolio_area css ==============*/
/*============= portfolio_area_two css ==============*/
.portfolio_gallery_two .portfolio_item .portfolio_img .portfolio_content {
  border: 1px solid transparent;
}

.portfolio_gallery_two .portfolio_item .portfolio_img .portfolio_content h3, .portfolio_gallery_two .portfolio_item .portfolio_img .portfolio_content .p_catagory {
  color: #000000;
}

.portfolio_gallery_two .portfolio_item .portfolio_img .portfolio_content h3 {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.portfolio_gallery_two .portfolio_item .portfolio_img .portfolio_content h3:hover {
  color: #0074d6;
}

.portfolio_gallery_two .portfolio_item .portfolio_img:hover .portfolio_content {
  border-color: #ededed;
}

.portfolio_masonry_area .portfolio_filter .work_portfolio_item {
  color: #000;
}

.portfolio_gallery_three .portfolio_item {
  margin-bottom: 30px;
}

/*============= portfolio_area_two css ==============*/
.gallery_area {
  padding-top: 120px;
}

/*============= h_portfolio_area css =============*/
.h_portfolio_area .portfolio_filter {
  margin-bottom: 80px;
}

.h_portfolio_area .portfolio_filter .work_portfolio_item {
  color: #000;
}

.h_portfolio_area .portfolio_slider .item {
  position: relative;
}

.h_portfolio_area .portfolio_slider .item img {
  max-width: 100%;
}

.h_portfolio_area .portfolio_slider .item:hover .popup {
  opacity: 1;
}

.h_portfolio_area .portfolio_slider .popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 116, 214, 0.8);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h_portfolio_area .portfolio_slider .swiper-scrollbar {
  width: 1170px;
  margin: 80px auto 0;
  position: relative;
  height: 7px;
  background: #f1f1f1;
}

.h_portfolio_area .portfolio_slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0074d6;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= testimonial_area css ================*/
.testimonial_area {
  position: relative;
  z-index: 0;
  background: #000;
  overflow: hidden;
  padding: 150px 0px;
}

.testimonial_area .container {
  position: relative;
}

.testimonial_area .slider_nav .lefts, .testimonial_area .slider_nav .rights {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  font-family: rob;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.testimonial_area .slider_nav .lefts:before, .testimonial_area .slider_nav .rights:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #00d0e4;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.testimonial_area .slider_nav .lefts:hover:before, .testimonial_area .slider_nav .rights:hover:before {
  opacity: 1;
}

.testimonial_area .slider_nav .rights {
  right: 15px;
}

.overlay_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
  background-size: cover !important;
  z-index: -1;
  opacity: 0.15;
}

.testimonial_slider {
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
}

.testimonial_slider .testimonial_content p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 60px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #feffff;
}

.testimonial_slider .clients_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 70px;
  overflow: hidden;
}

.testimonial_slider .customer_name {
  font-size: 18px;
  color: #00d0e4;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.testimonial_slider .customer_title {
  font-size: 14px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

.testimonial_area_two {
  background: #000118;
}

.testimonial_area_two .slider_nav .lefts, .testimonial_area_two .slider_nav .rights {
  font-family: "Nunito Sans", sans-serif;
}

.testimonial_area_two .slider_nav .lefts:before, .testimonial_area_two .slider_nav .rights:before {
  background: #fdb602;
}

.testimonial_area_two .testimonial_slider .customer_name {
  color: #fdb602;
}

.testimonial_area_three {
  background: #1c223a;
}

.testimonial_area_three .slider_nav .lefts, .testimonial_area_three .slider_nav .rights {
  font-family: "Nunito Sans", sans-serif;
}

.testimonial_area_three .slider_nav .lefts:before, .testimonial_area_three .slider_nav .rights:before {
  background: #0074d6;
}

.testimonial_area_three .testimonial_slider .customer_name {
  color: #fff;
}

/*============ cl_work_skill_area css ==========*/
.cl_work_skill_area {
  background: #01d0e2;
  position: relative;
}

.cl_work_skill_area .clean_img {
  position: absolute;
  right: 200px;
  top: -140px;
  height: 570px;
}

.work_skill_item {
  text-align: center;
  color: #fff;
}

.work_skill_item .counter {
  font-size: 64px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 70px;
}

.work_skill_item .line_br {
  background: #fff;
  width: 40px;
  height: 5px;
  display: inline-block;
}

.work_skill_item p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
}

/*============ cl_work_skill_area css ==========*/
/*============ car_testimonial_area css ==========*/
.car_testimonial_area .testimonial_slider {
  max-width: 100%;
  padding: 0px 25px;
}

.car_testimonial_area .testimonial_slider .testimonial_content p {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}

.car_testimonial_area .testimonial_slider .testimonial_content .customer_name {
  color: #ee0000;
}

.car_testimonial_area .testimonial_slider .testimonial_content .customer_title {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}

.counter_info {
  margin-bottom: -90px;
}

.counter_info .work_skill_item {
  margin-bottom: 90px;
}

.counter_info .work_skill_item .counter {
  font-family: "Poppins", sans-serif;
  color: #000000;
}

.counter_info .work_skill_item .line_br {
  background: #bcc1d3;
}

.counter_info .work_skill_item p {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

/*============ car_testimonial_area css ==========*/
.about_counter_up {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #1c223a;
  padding: 220px 0px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=========== clean_team_area css ============*/
.clean_team_area {
  background: #f5f9fc;
}

.clean_team_item {
  text-align: center;
}

.clean_team_item .team_content {
  padding: 40px 30px;
}

.clean_team_item .team_content h6 {
  font-style: italic;
  color: #808487;
  font-family: "Nunito Sans", sans-serif;
}

.clean_team_item .team_content h4 {
  font: 900 18px/34px "Roboto", sans-serif;
  color: #000000;
  margin-bottom: 15px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.clean_team_item .team_content h4:hover {
  color: #00d0e4;
}

.clean_team_item .team_content p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #4f5053;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

/*============ cons_team_area css ============*/
.cons_team_area {
  background: #f5f9fc;
  position: relative;
}

.cons_team_area .team_img_bg {
  position: absolute;
  left: 0;
  bottom: -80px;
}

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

.cons_team_item {
  margin-bottom: 30px;
}

.cons_team_item h3 {
  font-size: 18px;
  line-height: 36px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  margin-top: 36px;
}

.cons_team_item .line_br {
  width: 80px;
}

.cons_team_item p {
  margin: 22px 0px 40px;
}

.team_info .clean_team_item .team_content h4:hover {
  color: #0074d6;
}

.team_info .clean_team_item .team_content p {
  margin-bottom: 35px;
}

.team_info .clean_team_item .team_content .social_list {
  border-top: 1px dashed #d0d0d0;
  padding-top: 40px;
}

.team_info .clean_team_item .team_content .social_list a {
  font-size: 14px;
  font-weight: 500;
  color: #8f8f8f;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  display: inline-block;
  line-height: 12px;
  padding: 0px 8px 0px 10px;
}

.team_info .clean_team_item .team_content .social_list a + a {
  border-left: 2px solid #8f8f8f;
}

.team_info .clean_team_item .team_content .social_list a:hover {
  color: #0074d6;
}

.team_info .btn_one {
  margin-top: 40px;
}

/*=========== promo_area css ============*/
.promo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: 1;
  flex-wrap: 1;
}

.promo_area .promo_btn {
  width: 50%;
  text-align: center;
  font: 700 18px/40px "Nunito Sans", sans-serif;
  color: #fff;
  background: #1c223a;
  letter-spacing: 0.50px;
  padding: 80px 0px;
}

.promo_area .promo_btn + .promo_btn {
  background: #e7f2f8;
  color: #000000;
}

/*=========== promo_area css ============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================ blog_grid_area css =============*/
.blog_left {
  padding-right: 112px;
}

.blog_item {
  margin-bottom: 70px;
}

.blog_item img {
  max-width: 100%;
}

.blog_item h2 {
  font: 700 18px "Nunito Sans", sans-serif;
  color: #454545;
  margin-top: 25px;
  margin-bottom: 12px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.blog_item h2:hover {
  color: #0074d6;
}

.blog_item .post_info a {
  font: 400 14px/24px "Nunito Sans", sans-serif;
  color: #8d8d8d;
  -webkit-transition: color 0.3s lionear;
  -o-transition: color 0.3s lionear;
  transition: color 0.3s lionear;
}

.blog_item .post_info a i {
  padding-right: 8px;
}

.blog_item .post_info a + a {
  margin-left: 15px;
}

.blog_item .post_info a:hover {
  color: #0074d6;
}

.blog_item p {
  font: 400 16px/24px "Nunito Sans", sans-serif;
  color: #8d8d8d;
  margin: 20px 0px 25px;
}

.blog_list_item {
  margin-bottom: 30px;
}

.blog_list_item img {
  margin-right: 30px;
}

.blog_list_item h2 {
  margin-top: 0;
}

.blog_list_item p {
  margin-bottom: 0;
}

/*============= blog_sidebar css =============*/
.widget:not(:last-child) {
  margin-bottom: 70px;
}

.widget .widget_title {
  margin-bottom: 35px;
}

.widget .widget_title h2 {
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  font-weight: 700;
}

.widget .widget_title .line_br {
  width: 50px;
}

.widget .post_news {
  font: 400 14px/15px "Nunito Sans", sans-serif;
  color: #8d8d8d;
}

.widget .post_news i {
  padding-right: 8px;
  font-size: 16px;
}

.widget .post_news:hover {
  color: #0074d6;
}

.widget.trending_widget .trending_item .trending_img {
  position: relative;
  margin-right: 30px;
}

.widget.trending_widget .trending_item .trending_img .popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 116, 214, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.widget.trending_widget .trending_item .media-body h4 {
  font: 700 16px "Nunito Sans", sans-serif;
  color: #454545;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.widget.trending_widget .trending_item .media-body h4:hover {
  color: #0074d6;
}

.widget.trending_widget .trending_item + .trending_item {
  margin-top: 20px;
}

.widget.trending_widget .trending_item:hover .trending_img .popup {
  opacity: 1;
}

.widget.popular_post_widget .nav-tab .nav-item {
  width: calc(100% / 2);
}

.widget.popular_post_widget .nav-tab .nav-item .nav-link {
  background: #f6fafd;
  text-align: center;
  font-size: 14px;
  color: #454545;
  font-weight: 700;
  border: 1px solid #edf0f2;
}

.widget.popular_post_widget .nav-tab .nav-item .nav-link.active {
  background: #fff;
  border-bottom: 0px;
  border-top: 2px solid #0074d6;
}

.widget.popular_post_widget .tab-content .tab_item {
  padding-right: 20px;
  margin-top: 20px;
}

.widget.popular_post_widget .tab-content .tab_item h4 {
  margin-bottom: 0px;
  color: #454545;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.widget.popular_post_widget .tab-content .tab_item h4:hover {
  color: #0074d6;
}

.widget.tag_widget ul {
  margin: -10px -8px;
}

.widget.tag_widget ul li {
  display: inline-block;
  padding: 10px 8px;
}

.widget.tag_widget ul li a {
  font: 900 14px "Nunito Sans", sans-serif;
  color: #454545;
  background: #f6fafd;
  border: 1px solid #edf0f2;
  padding: 10px 27px;
  display: block;
}

.widget.tag_widget ul li a:hover {
  background: #0074d6;
  color: #fff;
}

.widget.subscribe_widget .widget_title {
  margin-bottom: 12px;
}

.widget.subscribe_widget p {
  font-size: 16px;
  color: #8d8d8d;
}

.widget.subscribe_widget .blog_subscribe {
  position: relative;
  z-index: 0;
}

.widget.subscribe_widget .blog_subscribe input {
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  color: #8d8d8d;
  width: 100%;
  border: 0px;
  height: 50px;
  border-bottom: 1px solid #0074d6;
  padding-left: 25px;
}

.widget.subscribe_widget .blog_subscribe input.placeholder {
  color: #8d8d8d;
}

.widget.subscribe_widget .blog_subscribe input:-moz-placeholder {
  color: #8d8d8d;
}

.widget.subscribe_widget .blog_subscribe input::-moz-placeholder {
  color: #8d8d8d;
}

.widget.subscribe_widget .blog_subscribe input::-webkit-input-placeholder {
  color: #8d8d8d;
}

.widget.subscribe_widget .blog_subscribe .subscribe_btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0px;
  background: #0074d6;
  padding: 13px 26px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.blog-pagination {
  padding-top: 50px;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li a {
  font-size: 24px;
  color: #8d8d8d;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

.blog-pagination ul li a:hover {
  color: #0074d6;
}

.blog-pagination ul li.page-number a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-align: center;
  display: inline-block;
}

.blog-pagination ul li.page-number.active a {
  background: #0074d6;
  color: #fff;
}

.blog-pagination ul li.page-prev {
  padding-right: 40px;
}

.blog-pagination ul li.page-next {
  padding-left: 40px;
}

.blog_details_info .blog_item {
  margin-bottom: 26px;
}

.blog_details_info .blog_item h2:hover {
  color: #454545;
}

.blog_details_info .blog_item p {
  font-size: 14px;
  margin-bottom: 35px;
}

.blog_details_info .blog_item blockquote {
  font: 600 18px/28px "Poppins", sans-serif;
  font-style: italic;
  background: #f6fafd;
  padding: 66px 80px 66px 110px;
  position: relative;
  margin-bottom: 32px;
}

.blog_details_info .blog_item blockquote:before {
  content: "\f10d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: 55px;
  font-style: normal;
  color: #0074d6;
  position: absolute;
  left: 35px;
}

.blog_details_info .blog_item .media {
  padding-bottom: 10px;
}

.blog_details_info .blog_item .media img {
  margin-right: 30px;
}

.blog_details_info .blog_item .media .media-body h5 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.blog_details_info .blog_item .media .media-body p {
  margin-top: 5px;
  margin-bottom: 10px;
}

.blog_details_info .blog_item .media .media-body ul {
  padding-left: 17px;
}

.blog_details_info .blog_item .media .media-body ul li {
  font-size: 14px;
  line-height: 24px;
  font-family: "Nunito Sans", sans-serif;
  color: #8d8d8d;
}

.blog_share span {
  font: 900 14px/26px "Nunito Sans", sans-serif;
  color: #454545;
  text-transform: uppercase;
  padding-right: 5px;
}

.blog_share .social-share-holder {
  display: inline-block;
}

.blog_share .social-share-holder li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 3px;
}

.blog_share .social-share-holder li a {
  display: block;
  color: #454545;
  border: 1px solid #edf0f2;
  background: #f6fafd;
}

.blog_share .social-share-holder li a:hover {
  background: #0074d6;
  color: #fff;
  border-color: #0074d6;
}

.blog_single_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  line-height: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  border-top: 1px solid #edf0f2;
  padding-top: 35px;
}

.blog_single_nav a {
  color: #000000;
}

.blog_single_nav a i {
  padding-right: 5px;
  padding-left: 5px;
}

.blog_single_nav a:hover {
  color: #0074d6;
}

.comment_holder_inner {
  margin-top: 110px;
  overflow: hidden;
}

.comment_title {
  font: 700 18px/26px "Nunito Sans", sans-serif;
  color: #000000;
  margin-bottom: 35px;
}

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

.comment_list li .author-bio {
  margin-bottom: 50px;
}

.comment_list li .author-bio .media-left {
  margin-right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.comment_list li .author-bio .media-middle h4 {
  font: 700 16px/26px "Nunito Sans", sans-serif;
}

.comment_list li .author-bio .media-middle h4 a {
  color: #454545;
}

.comment_list li .author-bio .media-middle h4 span {
  color: #8d8d8d;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  font-weight: 400;
  padding-left: 15px;
}

.comment_list li .author-bio .media-middle p {
  font: 400 14px/24px "Nunito Sans", sans-serif;
  color: #8d8d8d;
  margin-bottom: 28px;
}

.comment_list li .author-bio .media-middle .reply_btn {
  font: 900 12px/26px "Nunito Sans", sans-serif;
  color: #454545;
  text-transform: uppercase;
}

.comment_list li .author-bio .media-middle .reply_btn i {
  padding-right: 8px;
}

.comment_list li ul li .author-bio {
  padding-left: 100px;
}

.comment_form {
  margin-top: 105px;
}

.comment_form .comment_form_info .form-control {
  font: 400 14px "Nunito Sans", sans-serif;
  color: #8d8d8d;
  border: 2px solid #edf0f2;
  border-radius: 0px;
  height: 60px;
  padding-left: 22px;
  margin-bottom: 40px;
}

.comment_form .comment_form_info .form-control.placeholder {
  color: #8d8d8d;
}

.comment_form .comment_form_info .form-control:-moz-placeholder {
  color: #8d8d8d;
}

.comment_form .comment_form_info .form-control::-moz-placeholder {
  color: #8d8d8d;
}

.comment_form .comment_form_info .form-control::-webkit-input-placeholder {
  color: #8d8d8d;
}

.comment_form .comment_form_info textarea.form-control {
  height: 235px;
  padding-top: 25px;
}

.comment_form .comment_form_info .btn_one {
  border: 0px;
  padding: 8px 29px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=============== map_area css =============*/
.mapBox {
  height: 550px;
  -webkit-box-shadow: -7.66px 6.428px 50px 0px rgba(0, 116, 214, 0.1);
  box-shadow: -7.66px 6.428px 50px 0px rgba(0, 116, 214, 0.1);
}

/*================= contact_area css ===============*/
.contact_area {
  padding-bottom: 140px;
}

.title {
  margin-bottom: 40px;
}

.title h2 {
  font: 700 18px/36px "Nunito Sans", sans-serif;
  color: #000000;
  margin-bottom: 0;
}

.title .line_br {
  width: 80px;
}

.contact_info {
  padding-right: 80px;
}

.contact_info .info_item {
  position: relative;
  margin-bottom: 22px;
}

.contact_info .info_item img {
  position: absolute;
  left: 0;
  top: 4px;
}

.contact_info .info_item h4 {
  font: 400 14px/24px "Poppins", sans-serif;
  color: #000000;
  padding-left: 25px;
}

.contact_info .info_item h4 span {
  font-weight: 700;
  font-size: 16px;
  padding-right: 15px;
}

.contact_info .info_item h4 a {
  color: #000000;
}

.contact_info .info_social p {
  color: #000000;
  margin-bottom: 25px;
}

.contact_info .info_social ul {
  margin-bottom: 0;
}

.contact_info .info_social ul li {
  display: inline-block;
  margin-left: 13px;
}

.contact_info .info_social ul li a {
  font-size: 16px;
  color: #000000;
}

.contact_info .info_social ul li a:hover {
  color: #0074d6;
}

.contact_info .info_social ul li:first-child {
  margin-left: 0;
}

.contact_form input, .contact_form textarea {
  font: 400 14px/24px "Poppins", sans-serif;
  color: #000;
  border: 2px solid #dee3e8;
  border-radius: 0px;
  width: 100%;
  height: 45px;
  padding-left: 18px;
  margin-bottom: 20px;
}

.contact_form input.placeholder, .contact_form textarea.placeholder {
  color: #000000;
}

.contact_form input:-moz-placeholder, .contact_form textarea:-moz-placeholder {
  color: #000000;
}

.contact_form input::-moz-placeholder, .contact_form textarea::-moz-placeholder {
  color: #000000;
}

.contact_form input::-webkit-input-placeholder, .contact_form textarea::-webkit-input-placeholder {
  color: #000000;
}

.contact_form input:focus, .contact_form textarea:focus {
  border-color: #0074d6;
}

.contact_form textarea {
  height: 155px;
  width: 100%;
  padding-top: 12px;
}

.contact_form .btn_one {
  border: 0px;
  letter-spacing: 0.50px;
  padding: 8px 35px;
  cursor: pointer;
}

.contact_form .btn_one:hover {
  background: #1c2237;
  border-color: #1c2237;
  color: #fff;
}

/*============= map_info_area css ===============*/
.map_info_area {
  padding: 290px 0px 170px;
  position: relative;
  z-index: 1;
}

.map_info_area:before {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/home_five/map.png") no-repeat scroll;
  background-position: 62%;
  position: absolute;
  z-index: -1;
}

.map_info {
  max-width: 370px;
}

.map_info h3, .map_info h6 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.map_info h6 {
  color: #ee0000;
  margin-top: 40px;
}

.map_info p {
  color: #5b5b5b;
  margin-bottom: 40px;
}

/*============= error_area css  ==============*/
.error_area {
  padding: 185px 0px 200px;
}

.error_text {
  max-width: 520px;
  margin: 0 auto;
}

.error_text h1 {
  font-size: 120px;
  color: #0074d6;
  line-height: 120px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}

.error_text h2 {
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}

.error_text p {
  font-size: 14px;
  line-height: 24px;
  color: #545454;
  font-family: "Nunito Sans", sans-serif;
}

#success, #error {
  position: absolute;
  top: -15px;
  display: block;
  right: 0;
  left: 0;
  bottom: -15px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

#success p, #error p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

#success {
  color: lawngreen;
}

#error {
  color: orangered;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.search_boxs {
  z-index: 20000;
  position: fixed;
  top: -105%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.search_boxs:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(27, 29, 34, 0.95);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.04), translateY(9999px);
  -ms-transform: scale(0.04), translateY(9999px);
  transform: scale(0.04), translateY(9999px);
  overflow: hidden;
}

.search_boxs .close_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  opacity: 0;
}

.search_boxs .input-group {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 800px;
  width: 20%;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.search_boxs .input-group input {
  border: none;
  height: 55px;
  padding: 0px 15px;
  font-size: 16px;
  padding-left: 0px;
  width: 100%;
  color: #fff;
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 0px;
  outline: none;
}

.search_boxs .input-group input.placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group input:-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group input::-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group input::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.search_boxs .input-group .input-group-append {
  margin-left: 0px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 4;
}

.search_boxs .input-group .input-group-append button {
  border: none;
  background: transparent;
  border-radius: 0px;
  height: 55px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.search_boxs .input-group .input-group-append button i {
  cursor: pointer;
}

input[type="text"] {
  -webkit-appearance: none;
  outline: none;
}

.open .search_boxs {
  top: 0px;
}

.open .search_boxs:before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
  animation: menu-animation 0.8s ease-out forwards;
  height: 100%;
}

.open .search_boxs .close_icon {
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
  opacity: 1;
}

.open .search_boxs .input-group {
  width: 100%;
  opacity: 1;
}

/* Css keyframes css
============================================================================================ */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

/* End Css keyframes css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= footer_area_one css ============*/
.footer_top {
  background: #050713;
  padding-top: 100px;
}

.f_widget .f_title {
  margin-bottom: 56px;
}

.f_widget .f_title h2 {
  color: #fff;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.f_widget .f_title .line_br {
  width: 85px;
}

.f_widget.widget_img img {
  margin-bottom: -20px;
  margin-top: -130px;
}

.f_widget.widget_link ul {
  margin-bottom: 0;
}

.f_widget.widget_link ul li a {
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  color: #fff;
  position: relative;
  padding-left: 15px;
}

.f_widget.widget_link ul li a:before {
  content: "\f105";
  position: absolute;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  left: 0;
  top: 0;
  font-size: 12px;
}

.f_widget.widget_link ul li a:hover {
  color: #0074d6;
}

.f_widget.widget_link ul li + li {
  margin-top: 17px;
}

.f_widget.widget_contact .info_item {
  margin-bottom: 28px;
}

.f_widget.widget_contact .info_item h3 {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.f_widget.widget_contact .info_item h3 img {
  margin-right: 10px;
  margin-top: -3px;
}

.f_widget.widget_contact .info_item p, .f_widget.widget_contact .info_item a {
  color: #91949b;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  margin-bottom: 0;
}

.f_widget.widget_contact .info_item a:hover {
  color: #0074d6;
}

.f_widget.widget_news .latest_slider .date {
  font-size: 12px;
  color: #91949b;
  font-style: italic;
  padding-bottom: 5px;
  padding-top: 22px;
}

.f_widget.widget_news .latest_slider h6 {
  color: #fff;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}

.f_widget.widget_news .slider_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  color: #91949b;
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 20px;
}

.f_widget.widget_news .slider_nav .slick-arrow {
  border-bottom: 1px solid transparent;
  line-height: 16px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.f_widget.widget_news .slider_nav .slick-arrow:hover {
  border-color: #0074d6;
  color: #fff;
}

.f_widget.clean_recommend_left {
  margin-top: -150px;
  -webkit-box-shadow: 0px 40px 200px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 40px 200px 0px rgba(0, 0, 0, 0.2);
}

.f_widget.clean_recommend_left .car_btn {
  background: #ee0000;
}

.footer_bottom {
  background: #02050c;
  border-top: 2px solid #23262d;
  padding: 30px 0px;
}

.footer_bottom .footer_list {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px;
}

.footer_bottom .footer_list li {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  padding: 0px 12px;
  border-left: 1px solid #c0c0b4;
}

.footer_bottom .footer_list li a {
  color: #fff;
}

.footer_bottom .footer_list li a:hover {
  color: #0074d6;
}

.footer_bottom .footer_list li:first-child {
  border: 0px;
}

/*============= footer_area_one css ============*/
/*============= footer_area_two css ============*/
.footer_area_two .f_widget.widget_img img {
  margin-left: -50px;
}

.footer_area_two .f_widget .f_title .line_br {
  background: #01d0e2;
}

.footer_area_two .f_widget.widget_link ul li a:hover {
  color: #01d0e2;
}

.footer_area_two .f_widget.widget_contact .info_item a:hover {
  color: #01d0e2;
}

.footer_area_two .f_widget.widget_news .slider_nav .slick-arrow:hover {
  border-color: #01d0e2;
}

.footer_area_two .footer_bottom .footer_list li a:hover {
  color: #01d0e2;
}

/*============= footer_area_two css ============*/
/*============= footer_area_three css ============*/
.footer_area_three .f_widget .f_title .line_br {
  background: #ffb400;
}

.footer_area_three .f_widget.widget_link ul li a:hover {
  color: #ffb400;
}

.footer_area_three .f_widget.widget_contact .info_item a:hover {
  color: #ffb400;
}

.footer_area_three .f_widget.widget_news .slider_nav .slick-arrow:hover {
  border-color: #ffb400;
}

.footer_area_three .footer_bottom .footer_list li a:hover {
  color: #ffb400;
}

/*============= footer_area_three css ============*/
.footer_area_four .f_widget.widget_link ul li a:hover {
  color: #ee0000;
}

.footer_area_four .f_widget.widget_contact .info_item a:hover {
  color: #ee0000;
}

.footer_area_four .f_widget.widget_news .slider_nav .slick-arrow:hover {
  border-color: #ee0000;
}

.footer_area_four .footer_bottom .footer_list li a:hover {
  color: #ee0000;
}

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

/*# sourceMappingURL=style.css.map */