@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author: Rocky Ahmed
@URL: http://wethemez.com
Author E-mail: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: HostHub Construction 
@Author: Rocky Ahmed
@Developed By: Rocky Ahmed
@Developer URL: http://rocky.wethemez.com
Author E-mail: rockybd1995@gmail.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ banner
06/ breadcrumb
07/ about
08/ team
09/ project 
10/ price 
11/ team 
12/ blog 
13/ video  
14/ features  
15/ career  
16/ contact 
17/ footer

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:300,400,500,700,900");
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

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

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

.row.m0 {
  margin: 0px;
}

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

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

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

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

.m0 {
  margin: 0px;
}

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

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

.pad_top {
  padding-top: 100px;
}

.pad_btm {
  padding-bottom: 100px;
}

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

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

.main_title h2 {
  color: #242424;
  font-size: 32px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.main_title h2:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #024ae6;
  position: absolute;
  right: -60px;
  bottom: 9px;
}

.main_title p {
  margin-bottom: 0px;
  max-width: 700px;
  margin-top: 15px;
}

.single_title {
  margin-bottom: 60px;
  text-transform: uppercase;
}

.single_title h2 {
  font-size: 32px;
  color: #242424;
}

.b_single_title {
  margin-bottom: 30px;
}

.b_single_title h3 {
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 0px;
  font-size: 24px;
}

/* End Main Title Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Menu Area css
============================================================================================ */
.header_area {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
}

.header_area + section, .header_area + div, .header_area + footer {
  margin-top: 145px;
}

.header_area.menu_tow + section, .header_area.menu_tow + div, .header_area.menu_tow + footer {
  margin-top: 95px;
}

.header_area.menu_three {
  z-index: 35;
}

.header_area.menu_three .main_menu {
  background: transparent;
}

.header_area.menu_three .main_menu .navbar.navbar-expand-lg {
  background: #fff !important;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header_area.menu_three + section, .header_area.menu_three + div, .header_area.menu_three + footer {
  margin-top: 50px;
}

.header_area.menu_four {
  z-index: 35;
}

.header_area.menu_four .main_menu {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header_area.menu_four .main_menu .navbar.navbar-expand-lg .navbar-brand img {
  display: none;
}

.header_area.menu_four .main_menu .navbar.navbar-expand-lg .navbar-brand img + img {
  display: inline-block;
}

.header_area.menu_four .main_menu .navbar.navbar-expand-lg .navbar-nav li a {
  color: #fff;
}

.header_area.menu_four .main_menu .navbar.navbar-expand-lg .navbar-nav li a:after {
  display: none;
}

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

.header_area.menu_four .main_menu .navbar.navbar-expand-lg .navbar-nav li:hover a, .header_area.menu_four .main_menu .navbar.navbar-expand-lg .navbar-nav li.active a {
  color: #024ae6;
}

.header_area.menu_four .main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a {
  color: #242424;
}

.header_area.menu_four .main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li:hover > a {
  color: #fff;
  background: #024ae6;
}

.header_area.menu_four + section, .header_area.menu_four + div, .header_area.menu_four + footer {
  margin-top: 50px;
}

.header_area.menu_four.navbar_fixed .main_menu {
  background: #242424;
}

.header_area.menu_five .top_logo {
  padding: 25px 0px;
}

.header_area.menu_five .top_logo .right_logo .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 250px;
  margin-right: 20px;
}

.header_area.menu_five .top_logo .right_logo .media .d-flex {
  padding-right: 20px;
}

.header_area.menu_five .top_logo .right_logo .media .d-flex i {
  color: #024ae6;
  font-size: 20px;
  margin-top: 6px;
}

.header_area.menu_five .top_logo .right_logo .media .media-body p {
  margin-bottom: 0px;
}

.header_area.menu_five .top_logo .right_logo .media .media-body a {
  color: #242424;
  display: block;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.header_area.menu_five .top_logo .right_logo .media .media-body a span {
  color: #797979;
}

.header_area.menu_five .top_logo .right_logo .media:last-child {
  margin-right: 0px;
}

.header_area.menu_five .main_menu {
  background: #242424;
}

@media (min-width: 991px) {
  .header_area.menu_five .main_menu .navbar.navbar-expand-lg .navbar-brand {
    display: none;
  }
}

.header_area.menu_five .main_menu .navbar.navbar-expand-lg .navbar-nav li > a {
  color: #fff;
  line-height: 70px;
}

.header_area.menu_five .main_menu .navbar.navbar-expand-lg .navbar-nav li > a:after {
  display: none;
}

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

.header_area.menu_five .main_menu .navbar.navbar-expand-lg .navbar-nav li:hover a, .header_area.menu_five .main_menu .navbar.navbar-expand-lg .navbar-nav li.active a {
  color: #024ae6;
}

.header_area.menu_five .main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a {
  color: #242424;
}

.header_area.menu_five .main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li:hover > a {
  color: #fff;
  background: #024ae6;
}

.header_area.menu_five .main_menu .nav.navbar-nav.navbar-right .search_icon .input-group {
  display: block;
  position: relative;
}

.header_area.menu_five .main_menu .nav.navbar-nav.navbar-right .search_icon .input-group input {
  background: #000;
  border: none;
  border-radius: 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 250px;
  padding: 0px 10px;
  color: #797979;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.header_area.menu_five .main_menu .nav.navbar-nav.navbar-right .search_icon .input-group input.placeholder {
  color: #797979;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.header_area.menu_five .main_menu .nav.navbar-nav.navbar-right .search_icon .input-group input:-moz-placeholder {
  color: #797979;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.header_area.menu_five .main_menu .nav.navbar-nav.navbar-right .search_icon .input-group input::-moz-placeholder {
  color: #797979;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.header_area.menu_five .main_menu .nav.navbar-nav.navbar-right .search_icon .input-group input::-webkit-input-placeholder {
  color: #797979;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.header_area.menu_five .main_menu .nav.navbar-nav.navbar-right .search_icon .input-group .input-group-append {
  position: absolute;
  right: 8px;
  top: 52%;
  z-index: 4;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header_area.menu_five .main_menu .nav.navbar-nav.navbar-right .search_icon .input-group .input-group-append .btn {
  background: transparent;
  border: none;
  color: #797979;
  padding: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header_area.menu_five + section, .header_area.menu_five + div, .header_area.menu_five + footer {
  margin-top: 174px;
}

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

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

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

.top_menu {
  background: #242424;
}

.top_menu .left_side a {
  color: #797979;
  font-size: 14px;
  line-height: 50px;
  margin-right: 15px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-family: "Roboto", sans-serif;
}

.top_menu .left_side a:last-child {
  margin-right: 0px;
}

.top_menu .left_side a i {
  color: #024ae6;
  padding-right: 7px;
  font-size: 16px;
}

.top_menu .left_side a:hover {
  color: #024ae6;
}

.top_menu .right_side .list {
  display: inline-block;
}

.top_menu .right_side .list li {
  display: inline-block;
  margin-right: 20px;
}

.top_menu .right_side .list li:last-child {
  margin-right: 0px;
}

.top_menu .right_side .list li a {
  line-height: 50px;
  color: #797979;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.top_menu .right_side .list li a:hover {
  text-decoration: underline;
  color: #024ae6;
}

.top_menu .right_side .nice-select {
  float: none;
  display: inline-block;
  background: transparent;
  border: none;
}

.top_menu .right_side .nice-select span {
  font-size: 14px;
  color: #797979;
  font-family: "Roboto", sans-serif;
}

.top_menu .right_side .nice-select:after {
  content: "\f0d7";
  border: none;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: -7px;
}

.top_menu .right_side .nice-select .list {
  z-index: 30;
  border-radius: 0px;
}

.top_menu .right_side .nice-select .list li {
  display: block;
  margin: 0px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.main_menu {
  background: #fff;
}

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

.main_menu .navbar.navbar-expand-lg .navbar-nav li {
  margin-right: 25px;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li a {
  line-height: 95px;
  font-size: 16px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  display: block;
}

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

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

.main_menu .navbar.navbar-expand-lg .navbar-nav li:hover a, .main_menu .navbar.navbar-expand-lg .navbar-nav li.active a {
  color: #024ae6;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  background: transparent;
}

@media (min-width: 992px) {
  .main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 220px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media (min-width: 992px) {
  .main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li {
    margin-top: 10px;
  }
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 42px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 0px 30px;
  text-transform: inherit;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  text-shadow: none;
  border-bottom: 1px solid #dcdcdc;
}

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

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #fff;
  background: #024ae6;
}

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

@media (min-width: 992px) {
  .main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: auto;
    right: 97%;
    top: 0px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
  }
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a {
  background: #fff;
  color: #242424;
}

.main_menu .navbar.navbar-expand-lg .navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li:hover a {
  background: #024ae6;
  color: #fff;
}

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

@media (min-width: 992px) {
  .main_menu .navbar.navbar-expand-lg .navbar-nav li:hover.submenu .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .main_menu .navbar.navbar-expand-lg .navbar-nav li:hover.submenu .dropdown-menu li {
    margin-top: 0px;
  }
}

.main_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.main_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li.search_icon {
  margin-left: 40px;
}

.main_menu .navbar.navbar-expand-lg .nav.navbar-nav.navbar-right li.search_icon a:before {
  content: "";
  height: 18px;
  width: 1px;
  background: #a6a6a6;
  position: absolute;
  left: -20px;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Main Menu Area css
============================================================================================ */
/* Search Form Area css
============================================================================================ */
.search_box {
  z-index: 50;
  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_box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #024ae6;
  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_box .close_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  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_box .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_box .input-group input {
  border: none;
  height: 55px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 15px;
  font-size: 16px;
  padding-left: 0px;
  color: #fff;
  background: transparent;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  box-shadow: none;
}

.search_box .input-group input.placeholder {
  font-size: 16px;
  color: #fff;
}

.search_box .input-group input:-moz-placeholder {
  font-size: 16px;
  color: #fff;
}

.search_box .input-group input::-moz-placeholder {
  font-size: 16px;
  color: #fff;
}

.search_box .input-group input::-webkit-input-placeholder {
  font-size: 16px;
  color: #fff;
}

.search_box .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_box .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: #fff;
  font-size: 24px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

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

.open .search_box {
  top: 0px;
}

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

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

.open .search_box .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 Search Form Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Breadcrumb Area css
============================================================================================ */
.breadcrumb_area {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../img/banner/banner-bg.jpg) no-repeat fixed bottom center;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner/banner-bg.jpg) no-repeat fixed bottom center;
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner/banner-bg.jpg) no-repeat fixed bottom center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner/banner-bg.jpg) no-repeat fixed bottom center;
  padding: 100px 0px;
  position: relative;
  background-size: cover;
}

.breadcrumb_area .breadcrumb_inner h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
}

.breadcrumb_area .breadcrumb_inner .link a {
  margin-right: 20px;
  color: #fff;
  font-size: 16px;
  position: relative;
}

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

.breadcrumb_area .breadcrumb_inner .link a:last-child {
  margin-right: 0px;
}

.breadcrumb_area .breadcrumb_inner .link a:last-child:before {
  display: none;
}

/* End Breadcrumb Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* What We Do Area css
============================================================================================ */
.what_we_do_area .what_we_inner {
  margin-bottom: -50px;
}

.what_we_inner .col-lg-6:nth-child(1n+5) .what_we_item .media {
  border-bottom: 0px;
}

.what_we_item {
  padding: 0px 20px;
}

.what_we_item .media {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

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

.what_we_item .media .d-flex i {
  line-height: 40px;
  color: #024ae6;
}

.what_we_item .media .d-flex i:before {
  font-size: 40px;
}

.what_we_item .media .media-body h4 {
  font-size: 20px;
  color: #242424;
  margin-bottom: 15px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.what_we_item .media .media-body h4:hover {
  color: #024ae6;
}

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

/* End What We Do Area css
============================================================================================ */
/* Who Creat Business Area css
============================================================================================ */
.who_creat_business {
  background: #2C1B39;
}

.who_creat_inner img {
  margin-bottom: -35px;
  padding-top: 100px;
}

.who_creat_text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 20px;
}

.who_creat_text p {
  color: #fff;
  margin-bottom: 40px;
}

.who_creat_text .list li {
  margin-bottom: 13px;
}

.who_creat_text .list li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.who_creat_text .list li a i {
  padding-right: 10px;
  color: #797979;
  font-weight: 700;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.who_creat_text .list li a:hover i {
  color: #fff;
}

.who_creat_text .list li:last-child {
  margin-bottom: 0px;
}

/* End Who Creat Business Area css
============================================================================================ */
/* Personal Profile Area css
============================================================================================ */
.profile_area .profile_inner {
  border-bottom: 1px solid #eeeeee;
}

.personal_text {
  padding-left: 85px;
}

.personal_text h6 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2.5px;
  color: #242424;
  margin-bottom: 10px;
}

.personal_text h3 {
  color: #242424;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.personal_text h4 {
  color: #024ae6;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.personal_text p {
  margin-bottom: 35px;
}

.personal_text .basic_info li {
  margin-bottom: 10px;
}

.personal_text .basic_info li a {
  color: #797979;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.personal_text .basic_info li a i {
  padding-right: 10px;
  color: #024ae6;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.personal_text .basic_info li:last-child {
  margin-bottom: 0px;
}

.personal_text .basic_info li:hover a {
  color: #024ae6;
}

.personal_text .personal_social {
  margin-top: 35px;
}

.personal_text .personal_social li {
  display: inline-block;
  margin-right: 7px;
}

.personal_text .personal_social li:last-child {
  margin-right: 0px;
}

.personal_text .personal_social li a {
  height: 45px;
  width: 45px;
  background: #024ae6;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  border-radius: 5px;
}

/* End Personal Profile Area css
============================================================================================ */
/* About My Self Area css
============================================================================================ */
.welcome_inner .welcome_img {
  background: #eeeeee;
  margin-left: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.welcome_inner .welcome_img img {
  margin-top: -30px;
}

.welcome_text h4 {
  color: #242424;
  font-size: 36px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.welcome_text p {
  max-width: 495px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 40px;
}

.wel_item {
  border: 1px solid #eeeeee;
  padding: 20px 20px;
  border-radius: 5px;
}

.wel_item i {
  font-size: 24px;
  color: #024ae6;
}

.wel_item h4 {
  font-size: 24px;
  font-weight: bold;
  color: #242424;
  margin-bottom: 5px;
  margin-top: 10px;
}

.wel_item p {
  font-size: 16px;
  color: #797979;
  margin-bottom: 0px;
}

.tools_expert {
  padding: 20px 0px 0px 0px;
}

.tools_expert .skill_main .skill_item {
  margin-bottom: 18px;
}

.tools_expert .skill_main .skill_item:last-child {
  margin-bottom: 0px;
}

.tools_expert .skill_main .skill_item h4 {
  text-align: none;
  font-size: 16px;
  font-weight: 500;
  color: #242424;
  margin-bottom: 15px;
}

.tools_expert .skill_main .skill_item .progress_br {
  border: 1px solid #eeeeee;
  padding: 5px;
  border-radius: 10px;
}

.tools_expert .skill_main .skill_item .progress {
  height: 10px;
  border-radius: 10px;
  background: #e8e8e8;
}

.tools_expert .skill_main .skill_item .progress .progress-bar {
  width: 0%;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
  height: 10px;
  border-radius: 5px;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  background: #024ae6;
}

/* End About My Self Area css
============================================================================================ */
/* End About My Self Area css
============================================================================================ */
.about_hotel_inner .ab_hotel_text {
  padding-right: 50px;
}

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

.about_hotel_inner h5 {
  color: #242424;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 26px;
}

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

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

/* End About My Self Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Video Area Area css
============================================================================================ */
.digital_video_area {
  background: url(../img/gray-bg.png);
}

.digital_video_area .chain_area {
  padding-top: 0px;
}

.digital_video_area .chain_area .chain_img {
  margin-left: -15px;
}

.video_area .video_item {
  position: relative;
  margin-right: -15px;
}

.video_area .video_item:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.video_area .video_item img {
  width: 100%;
}

.video_area .video_item a {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video_area .video_item a i:before {
  font-size: 100px;
  color: #fff;
  line-height: 100px;
}

.text_element {
  padding-left: 20px;
  padding-right: 20px;
}

.text_element h2 {
  color: #242424;
  margin-bottom: 20px;
  font-size: 28px;
}

.text_element p {
  margin-bottom: 30px;
}

/* Video Area Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Button Area css
============================================================================================ */
.main_btn {
  position: relative;
  left: 0px;
  display: inline-block;
  overflow: hidden;
  background: #000;
  color: #fff !important;
  padding: 0px 16px;
  line-height: 44px;
  font-size: 14px;
  padding-right: 70px;
  font-family: "Poppins", sans-serif;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 3;
}

.main_btn:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #024ae6;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.main_btn .icon {
  position: absolute;
  right: -10px;
  top: 0px;
  display: block;
  line-height: 44px;
  padding: 0px 24px 0px 20px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  height: 100%;
  background: #024ae6;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.main_btn .icon i {
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}

.main_btn:hover:before {
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.submit_btn {
  position: relative;
  left: 0px;
  display: inline-block;
  overflow: hidden;
  background: #000;
  color: #fff !important;
  padding: 0px 16px;
  line-height: 44px;
  font-size: 14px;
  padding-right: 70px;
  width: auto;
  height: auto;
  font-family: "Poppins", sans-serif;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  border-radius: 0px;
}

.submit_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #024ae6;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.submit_btn .icon {
  position: absolute;
  right: -10px;
  top: 0px;
  display: block;
  line-height: 44px;
  padding: 0px 24px 0px 20px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  height: 100%;
  background: #024ae6;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.submit_btn .icon i {
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}

.submit_btn:hover:before {
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* End Main Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Team Area css
============================================================================================ */
.team_inner .team_list {
  margin-bottom: -30px;
}

.team_text h3 {
  color: #242424;
  font-size: 36px;
  margin-bottom: 15px;
}

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

.team_item {
  margin-bottom: 30px;
}

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

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

.team_item h4 {
  color: #024ae6;
  color: #242424;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.team_item h5 {
  color: #797979;
  font-weight: normal;
  font-size: 15px;
}

.team_item p {
  margin-bottom: 0px;
  background: #F6F9FF;
  padding: 0px 5px;
}

.team_item:hover .team_img .list li a {
  top: 0px;
}

/* End Team Area css
============================================================================================ */
/* Team Two Area css
============================================================================================ */
.team_two_inner {
  margin-bottom: -50px;
}

.team_two_item {
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  margin-bottom: 50px;
}

.team_two_item .team_text {
  text-align: center;
  padding: 15px 0px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.team_two_item .team_text h4 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #242424;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.team_two_item .team_text p {
  margin-bottom: 0px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.team_two_item:hover .team_text {
  background: #024ae6;
}

.team_two_item:hover .team_text h4 {
  color: #fff;
}

.team_two_item:hover .team_text p {
  color: #fff;
}

/* End Team Two Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Testimonials Area css
============================================================================================ */
.testimonials_area {
  background: url(../img/gray-bg.png);
}

.testi_item p {
  background: #fff;
  padding: 30px 40px;
  font-style: italic;
  position: relative;
}

.testi_item p:before {
  position: absolute;
  bottom: -22px;
  left: 45px;
  content: '';
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  border-top: 22px solid #fff;
}

.testi_item .media {
  margin-top: 40px;
}

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

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

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

.testi_item .media .media-body p {
  background: transparent;
  padding: 0px;
  margin-bottom: 0px;
}

.testi_item .media .media-body p:before {
  display: none;
}

/* End Testimonials Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Latest Post Area css
============================================================================================ */
.hl_post_item .post_img {
  position: relative;
  overflow: hidden;
  display: block;
}

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

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

.hl_post_item .post_text h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #242424;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.hl_post_item .post_text p {
  margin-bottom: 20px;
}

.hl_post_item .post_text .list {
  border-top: 1px dashed #797979;
  padding-top: 12px;
}

.hl_post_item .post_text .list li {
  display: inline-block;
  margin-right: 15px;
}

.hl_post_item .post_text .list li a {
  font-size: 16px;
  color: #797979;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.hl_post_item .post_text .list li a i {
  padding-right: 7px;
  color: #024ae6;
}

.hl_post_item .post_text .list li a:hover {
  color: #024ae6;
}

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

.hl_post_item:hover .post_img:before {
  opacity: 1;
}

.hl_post_item:hover .post_text h4 {
  color: #024ae6;
}

/* End Home Latest Post Area css
============================================================================================ */
/* Main Blog Area css
============================================================================================ */
.main_blog_item {
  margin-bottom: 40px;
}

.main_blog_item .main_blog_img {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

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

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

.main_blog_item .blog_text {
  margin-top: 30px;
}

.main_blog_item .blog_text .list {
  margin-bottom: 15px;
}

.main_blog_item .blog_text .list li {
  display: inline-block;
  margin-right: 18px;
}

.main_blog_item .blog_text .list li a {
  color: #797979;
  font-family: "Roboto", sans-serif;
}

.main_blog_item .blog_text .list li a i {
  padding-right: 10px;
  color: #024ae6;
}

.main_blog_item .blog_text h4 {
  color: #242424;
  font-size: 28px;
  margin-bottom: 15px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.main_blog_item .blog_text p {
  margin-bottom: 30px;
}

.main_blog_item:hover .main_blog_img:before {
  opacity: 1;
}

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

.main_blog_item:hover .blog_text h4 {
  color: #024ae6;
}

.pagination {
  margin-bottom: 0px;
}

.pagination .page-item a {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #242424;
}

.r_widget {
  margin-bottom: 40px;
}

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

.r_w_title {
  margin-bottom: 30px;
}

.r_w_title h3 {
  color: #242424;
  font-size: 22px;
  margin-bottom: 0px;
}

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

.search_widget .input-group input {
  width: 100%;
  border-radius: 0px;
  height: 50px;
  padding: 0px 36px 0px 15px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #797979;
  font-family: "Roboto", sans-serif;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search_widget .input-group input.placeholder {
  font-size: 14px;
  color: #797979;
  font-family: "Roboto", sans-serif;
}

.search_widget .input-group input:-moz-placeholder {
  font-size: 14px;
  color: #797979;
  font-family: "Roboto", sans-serif;
}

.search_widget .input-group input::-moz-placeholder {
  font-size: 14px;
  color: #797979;
  font-family: "Roboto", sans-serif;
}

.search_widget .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #797979;
  font-family: "Roboto", sans-serif;
}

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

.search_widget .input-group .input-group-append .btn {
  padding: 0px;
  background: transparent;
  color: #242424;
  cursor: pointer;
}

.ct_widget .list li a {
  color: #797979;
  border-bottom: 1px solid #eee;
  display: block;
  line-height: 45px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-family: "Roboto", sans-serif;
}

.ct_widget .list li:hover a {
  color: #024ae6;
  border-color: #024ae6;
}

.recent_widget .recent_inner .media {
  margin-bottom: 15px;
}

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

.recent_widget .recent_inner .media .media-body h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-top: -5px;
  margin-bottom: 0px;
  color: #242424;
  margin-bottom: 5px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.recent_widget .recent_inner .media .media-body h4:hover {
  color: #024ae6;
}

.recent_widget .recent_inner .media .media-body .date {
  color: #797979;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.recent_widget .recent_inner .media .media-body .date:hover {
  color: #242424;
}

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

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

.tag_widget .list li a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 0px 15px;
  line-height: 30px;
  color: #242424;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.tag_widget .list li:hover a {
  color: #024ae6;
  border-color: #024ae6;
}

.two_column_text {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.s_comment_area {
  margin-top: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End Main Blog Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Service Area css
============================================================================================ */
.home_service {
  background: url(../img/gray-bg.png);
  padding: 50px 0px;
}

.home_service .h_service_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
  background: #024ae6;
  color: #fff;
}

@media (min-width: 1800px) {
  .home_service .h_service_item {
    padding: 40px 50px;
  }
}

.home_service .h_service_item h4 {
  margin-bottom: 10px;
}

.home_service .h_service_item p {
  margin-bottom: 0px;
}

.home_service .h_service_item:nth-child(2) {
  background: #589CAD;
}

.home_service .h_service_item:nth-child(3) {
  background: #2C1B39;
}

/* End Home Service Area css
============================================================================================ */
/* Work Process Area css
============================================================================================ */
.work_process_area {
  background: url(../img/gray-bg.png);
}

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

.process_item {
  background: #fff;
  padding: 40px 40px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
}

.process_item i {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #fff;
  background: #024ae6;
  line-height: 60px;
  font-size: 18px;
  margin-bottom: 30px;
}

.process_item h4 {
  color: #242424;
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: 600;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

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

.process_item:hover h4 {
  color: #024ae6;
}

/* End Work Process Area css
============================================================================================ */
/* Report Area css
============================================================================================ */
.annual_report_inner .report_text {
  padding-right: 15px;
}

.annual_report_inner .report_text h4 {
  font-size: 36px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 20px;
}

.annual_report_inner .report_text p {
  margin-bottom: 20px;
}

.annual_report_inner .report_text .main_btn {
  margin-top: 30px;
}

/* End Report Area css
============================================================================================ */
/* Client Logo Slider Area css
============================================================================================ */
.client_logo_area .clients_slider {
  border-top: 1px solid #eeeeee;
}

.client_logo_area .clients_slider .item a {
  text-align: center;
  display: block;
  line-height: 160px;
  opacity: .5;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.client_logo_area .clients_slider .item a img {
  display: inline-block;
}

.client_logo_area .clients_slider .item:hover a {
  opacity: 1;
}

/* End Client Logo Slider Area css
============================================================================================ */
/* Service Area css
============================================================================================ */
.service_item .service_img {
  position: relative;
  overflow: hidden;
  display: block;
}

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

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

.service_item .service_text {
  margin-top: 25px;
}

.service_item .service_text h4 {
  color: #242424;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px dashed #797979;
  padding-bottom: 12px;
  margin-bottom: 15px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

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

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

.service_item:hover .service_img:before {
  opacity: 1;
}

.service_item:hover .service_text h4 {
  color: #024ae6;
}

/* End Service Area css
============================================================================================ */
/* End Service Area css
============================================================================================ */
.request_area {
  background: url(../img/gray-bg.png);
}

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

.request_form .form-group input {
  height: 50px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 0px 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 14px;
}

.request_form .form-group input.placeholder {
  color: #999;
  font-size: 14px;
}

.request_form .form-group input:-moz-placeholder {
  color: #999;
  font-size: 14px;
}

.request_form .form-group input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}

.request_form .form-group input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

.request_form .form-group textarea {
  height: 150px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 15px 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 14px;
  resize: none;
}

.request_form .form-group textarea.placeholder {
  color: #999;
  font-size: 14px;
}

.request_form .form-group textarea:-moz-placeholder {
  color: #999;
  font-size: 14px;
}

.request_form .form-group textarea::-moz-placeholder {
  color: #999;
  font-size: 14px;
}

.request_form .form-group textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

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

.service_plan .card .card-header {
  padding: 0px;
  border-bottom: 0px;
}

.service_plan .card .card-header button {
  padding: 0px;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 18px;
  color: #242424;
  text-decoration: none;
  position: relative;
}

.service_plan .card .card-header button i {
  position: absolute;
  right: 20px;
  top: 21px;
  display: none;
  color: #242424;
  font-weight: bold;
}

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

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

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

/* End Service Area css
============================================================================================ */
/* Service Page Area css
============================================================================================ */
.mutual_funds_text .single_title {
  margin-bottom: 25px;
}

.mutual_funds_text .list {
  overflow: hidden;
  margin-bottom: -6px;
  margin-top: 20px;
}

.mutual_funds_text .list li {
  width: calc(100% / 2);
  float: left;
  margin-bottom: 6px;
}

.mutual_funds_text .list li a {
  color: #242424;
}

.mutual_funds_text .list li a i {
  padding-right: 10px;
  color: #024ae6;
}

.funds_facilities .single_title {
  margin-bottom: 45px;
}

.funds_faci_item {
  border: 1px solid #ccc;
  text-align: center;
  border-bottom: 3px solid #024ae6;
  padding: 30px 0px 30px 0px;
}

.funds_faci_item i {
  font-size: 48px;
  font-weight: normal;
  color: #024ae6;
}

.funds_faci_item h5 {
  color: #242424;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
  margin-top: 15px;
}

.list_of_faci .list li {
  margin-bottom: 10px;
}

.list_of_faci .list li a {
  color: #797979;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.list_of_faci .list li:hover a {
  color: #024ae6;
}

.loan_f_item {
  margin-bottom: 30px;
}

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

.loan_f_item .media .d-flex i {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #024ae6;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.loan_f_item .media .media-body h4 {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 15px;
}

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

.growth_strategy .single_title h2 {
  margin-bottom: 20px;
}

.growth_strategy .single_title p {
  text-transform: lowercase;
}

.investment_text {
  border-bottom: 1px solid #ccc;
  margin-bottom: 70px;
  padding-bottom: 40px;
}

.investment_text .single_title {
  margin-bottom: 30px;
  margin-top: 50px;
}

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

.left_widget {
  margin-bottom: 50px;
}

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

.service_list_widget .list {
  border: 1px solid #eeeeee;
}

.service_list_widget .list li a {
  padding: 0px 15px;
  position: relative;
  display: block;
  color: #797979;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  line-height: 50px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.service_list_widget .list li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service_list_widget .list li:hover a, .service_list_widget .list li.active a {
  color: #024ae6;
}

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

.left_s_title h3 {
  font-size: 22px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 30px;
}

.contact_s_widget h4 {
  font-size: 22px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 15px;
}

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

.contact_s_widget a {
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.contact_s_widget a + a {
  margin-bottom: 0px;
}

.contact_s_widget a i {
  padding-right: 12px;
  font-size: 18px;
  color: #024ae6;
}

.download_widget a {
  display: block;
  background: #024ae6;
  color: #fff;
  line-height: 50px;
  padding: 0px 15px;
}

.download_widget a i {
  font-size: 18px;
  padding-right: 12px;
}

/* End Service Page Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Gallery Area css
============================================================================================ */
.g_fillter {
  text-align: center;
  margin-bottom: 70px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 0px;
}

.g_fillter .list li {
  display: inline-block;
  margin-right: 35px;
}

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

.g_fillter .list li a {
  text-align: center;
  text-transform: uppercase;
  color: #242424;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.g_fillter .list li a:before {
  content: '';
  width: 10px;
  height: 2px;
  background: #ccc;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -1px;
}

.g_fillter .list li.active a {
  color: #024ae6;
}

.g_fillter .list li:last-child a:before {
  display: none;
}

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

.g_classic_item {
  margin-bottom: 50px;
  overflow: hidden;
}

.g_classic_item .g_img {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

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

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

.g_classic_item .g_img a {
  position: absolute;
  left: 50%;
  top: 45%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  color: #fff;
  background: #000;
  padding: 0px 30px;
  line-height: 36px;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.g_classic_item .g_content p {
  color: #242424;
  margin-bottom: 0px;
  margin-top: 15px;
}

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

.g_classic_item:hover .g_img:before {
  opacity: 1;
}

.g_classic_item:hover .g_img a {
  opacity: 1;
  top: 50%;
}

.gallery_fullwidth .g_classic_inner {
  margin-left: 15px;
  margin-right: 15px;
}

.gallery_fullwidth .g_classic_inner .col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.gallery_fullwidth .g_classic_inner .g_img img {
  width: 100%;
}

/* End Gallery Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Contact Area css
============================================================================================ */
.contact_area .single_title p {
  text-transform: lowercase;
}

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

.contact_us_form .form-group input {
  height: 50px;
  border-radius: 0px;
  border-color: #dedede;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #797979;
}

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

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

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

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

.contact_us_form .form-group textarea {
  height: 150px;
  border-radius: 0px;
  border-color: #dedede;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  padding: 15px;
  font-size: 16px;
  color: #797979;
  resize: none;
}

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

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

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

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

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

.contact_details .media {
  margin-bottom: 20px;
}

.contact_details .media .d-flex {
  padding-right: 20px;
  width: 40px;
}

.contact_details .media .d-flex i {
  font-size: 22px;
  color: #024ae6;
  margin-top: 5px;
}

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

.contact_details .media .media-body a {
  color: #242424;
  display: block;
  font-weight: bold;
}

.contact_details .media .media-body a span {
  color: #797979;
  font-weight: normal;
}

.contact_details .media .media-body h5 {
  color: #797979;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.contact_details .media .media-body h5 span {
  color: #242424;
  font-weight: bold;
}

.home_contact_form {
  background: url(../img/gray-bg.png);
}

.home_contact_form .single_title h2 {
  margin-bottom: 0px;
}

.get_in_touch .contact_details {
  padding-left: 20px;
}

/* End Contact Area css
============================================================================================ */
/* Map Area css
============================================================================================ */
.map_area .mapBox {
  min-height: 450px;
}

/* End Map Area css
============================================================================================ */
/* Error Page css
============================================================================================ */
.error_area .error_content {
  text-align: center;
}

.error_area .error_content h3 {
  font-size: 120px;
  font-family: "Poppins", sans-serif;
  color: #024ae6;
  margin-bottom: 20px;
}

.error_area .error_content h4 {
  color: #242424;
  font-size: 24px;
  margin-bottom: 30px;
}

.error_area .error_content p {
  max-width: 500px;
  margin: 0px auto 50px;
}

/* End Error Page css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Menu Area css
============================================================================================ */
.main_slider_area .rev_slider ul li .slider_text_box .first_text {
  color: #fff;
  text-align: center;
  padding: 0px 15px 10px 15px;
}

.main_slider_area .rev_slider ul li .slider_text_box .secand_text {
  color: #fff;
  padding: 5px 15px 5px 15px;
}

.main_slider_area #main_slider2 ul li .slotholder, .main_slider_area #main_slider3 ul li .slotholder {
  position: relative;
}

.main_slider_area #main_slider2 ul li .slotholder:before, .main_slider_area #main_slider3 ul li .slotholder:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.main_slider_area #main_slider2 ul li .slider_text_box .first_text, .main_slider_area #main_slider3 ul li .slider_text_box .first_text {
  padding: 0px 0px 0px 0px;
  font-weight: bold !important;
}

.main_slider_area #main_slider2 ul li .slider_text_box .secand_text, .main_slider_area #main_slider3 ul li .slider_text_box .secand_text {
  padding: 0px 0px 0px 0px;
}

/* Main Menu Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Preloader */
.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
  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;
  width: 100%;
  z-index: 99999;
}

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

/* Spinner cargando */
.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;
  /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ctn-preloader
.animation-preloader
.txt-loading
.letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* Animación del preloader */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

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

/* Animación de las letras cargando del preloader */
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}

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

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Post Area css
============================================================================================ */
.footer_area {
  background: #242424;
  padding-top: 100px;
}

.footer_widget_area {
  padding-bottom: 50px;
}

.f_title {
  margin-bottom: 25px;
}

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

.about_widget img {
  margin-bottom: 25px;
}

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

.f_social {
  margin-top: 25px;
}

.f_social li {
  display: inline-block;
  margin-right: 15px;
}

.f_social li a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 34px;
  color: #797979;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-size: 24px;
}

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

.f_social li:hover a {
  color: #024ae6;
  border-color: #024ae6;
}

.contact_widget a {
  color: #797979;
  font-weight: 600;
  display: block;
}

.contact_widget a span {
  font-weight: normal;
}

.link_widget .list li {
  margin-bottom: 5px;
}

.link_widget .list li a {
  color: #797979;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.link_widget .list li:last-child {
  margin-bottom: 0px;
}

.link_widget .list li:hover a {
  color: #024ae6;
}

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

.news_widget .input-group input {
  height: 50px;
  width: 100%;
  display: block;
  border-radius: 0px;
  border: 1px solid #393939;
  background: transparent;
  font-size: 16px;
  color: #797979;
  padding: 0px 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.news_widget .input-group input.placeholder {
  font-size: 16px;
  color: #797979;
}

.news_widget .input-group input:-moz-placeholder {
  font-size: 16px;
  color: #797979;
}

.news_widget .input-group input::-moz-placeholder {
  font-size: 16px;
  color: #797979;
}

.news_widget .input-group input::-webkit-input-placeholder {
  font-size: 16px;
  color: #797979;
}

.news_widget .input-group .input-group-append {
  margin-top: 20px;
}

.footer_copyright .copyright_inner {
  border-top: 1px solid #393939;
  padding: 30px 0px;
}

.footer_copyright .copyright_inner p {
  margin-bottom: 0px;
}

.footer_copyright .copyright_inner a {
  color: #024ae6;
}

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

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