/*
Theme Name: hesoce 
Theme URI: http://wp.sthemeit.com/hesoce/
Description: hesoce - Human Resource Wordpress Theme
Author: sThemeIT
Author URI: https://www.templatemonster.com/authors/sthemeit/
Version: 1.0.0
Tags: custom-menu, editor-style, featured-images
Text Domain: hesoce
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
-------------------------------------------------------------------------------------
CSS index
======================================================================================
* THEME DEFULT CSS
* SECTION TITLE
* SLIDER BUTTON STYLE
* WIDGET  CSS
* HEADING TOP AREA CSS
* HEADING NAV AREA CSS
* SLIDER CSS
* ABOUT SECTION CSS
* SERCIVE CSS
* PROGRESS CSS
* TEAM CSS
* COUNTER AREA CSS
* PRICING AREA CSS
* BRAND AREA CSS
* TESTIMONIAL AREA CSS
* PORTFOLIO AREA CSS
* BLOG AREA CSS
* BLOG DETAILS AREA CSS
* choose AREA CSS
* COMMENT AREA CSS
* PAGINATION AREA CSS
* BREADCRUMB AREA CSS
* 404 AREA CSS
* FOOTER TOP AREA CSS
* FOOTER TOP 2 AREA CSS
* FOOTER MIDDLE AREA CSS
* FOOTER BOTTOM AREA CSS
* SCROLL TOP CSS
* RESPONSIVE CSS
============================================================================================= */
/*----------------------------------------
  Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/

/* Root Color Theme */
:root{
  --si-theme-color:#3870ff;
}

html,
body {
  overflow-x: hidden;
}
img {
	max-width: 100%;
}
/* box layout */
.box.wrapper {
	max-width: 1200px;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	        box-shadow: 0px 0px 5px #ddd;
}
/* end box layout */

.fix {
	overflow: hidden;
}

.clear_both {
	clear: both;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
	margin-bottom: 10px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/* PreLoader */
.ctn-preloader {
    align-items: center;
	display: flex;
    height: 100%;
    justify-content: center;
	position: fixed;
	left: 0;
    top: 0;
	width: 100%;
    z-index: 90000;
}
.ctn-preloader .animation-preloader {
	position: absolute;
    z-index: 2;
}
/* / Spinner cargando / */
.ctn-preloader .animation-preloader .spinner {
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-top-color: var(--si-theme-color);
	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;
	user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading::before {
	animation: letters-loading 7s infinite;
	color: var(--si-theme-color);
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	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 {
  animation-delay: 0.2s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.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;
  transition: 0.3s ease-out;
}
/* / Efecto de cortina / */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
/* / Animación del preloader / */
@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}
/* / Animación de las letras cargando del preloader / */
@keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    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 'Livvic', sans-serif;
	}
}
/*===================== hesoce HEADING TOP AREA CSS =========================*/
.current-menu-item a{
    color:var(--si-theme-color) !important;
}
.hesoce-header-top {
    background: #1d2027;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.top-right-menu ul li {
    display: inline;
}
.top-right-menu ul li a {
    display: inline-block;
    color: #fff;
    margin-left: 30px;
    font-size: 18px;
}
.top-right-menu {
    text-align: right;
}
.top-address ul li {
    display: inline;
    list-style: none;
    color: #fff;
    margin-right: 30px;
}
.top-address ul li a{
	color: #fff;
	display: inline-block;
}
.top-address ul li a i {
    display: inline-block;
    color: var(--si-theme-color);
    margin-right: 15px;
    font-size: 20px;
}
.top-address ul li span i{
	color: var(--si-theme-color);
	margin-right: 15px;
    font-size: 20px;
}
/*======================= hesoce HEADING NAV AREA CSS ========================*/
/* Logo CSS */
.logo a img {
  max-height: 50px;
}
/* MENU CSS */
.hesoce_menu ul {
	list-style: none;
	text-align: left;
	display: inline-block;
}
.hesoce_menu>ul>li {
	display: inline-block;
	position: relative;
}
.hesoce_menu > ul > li > a {
    margin: 32px 33px 30px 0;
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #0a0a0a;
    text-transform: capitalize;
}
.header-src-btn {
    display: inline-block;
    cursor: pointer;
    margin-right: 25px;
}
.header-right {
    text-align: right;
}
/* Header Memu Style Two */
.hesoce-main-menu-area.menu-style-two {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.hesoce-main-menu-area.menu-style-two .hesoce_menu > ul > li > a {
    color: #fff;
}
.hesoce-main-menu-area.menu-style-two .navSidebar-button span {
    display: block;
    border-top: 2px solid #fff;
    margin: 6px 3px;
    width: 30px;
}
.hesoce-main-menu-area.menu-style-two .header-logo-top{
	position: relative;
	z-index: 1;
}
.hesoce-main-menu-area.menu-style-two .header-logo-top:after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	height: 300px;
	width: 500%;
	background: #fff;
	z-index: -1;
	transform: skewX(15deg);
}
.hesoce-main-menu-area.menu-style-two .header-logo-top:before{
	position: absolute;
	right: -10px;
	bottom: 15px;
	content: "";
	height: 300px;
	width: 100%;
	background: var(--si-theme-color);
	z-index: -1;
	transform: skewX(15deg);
}
.hesoce-main-menu-area.menu-style-two .logo {
    position: relative;
    top: -36px;
    left: -40px;
}
.hesoce-main-menu-area.menu-style-two .is-sticky .logo {
    position: relative;
    top: 0;
    left: 0;
}
/* Header Style Three */
.hesoce-main-menu-area.menu-style-three {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.hesoce-main-menu-area.menu-style-three .hesoce_menu > ul > li > a {
  color: #fff;
}
.hesoce-main-menu-area.menu-style-three .retina-logo {
  display: none;
}
.hesoce-main-menu-area.menu-style-three .is-sticky .retina-logo{
  display: block;
}
.hesoce-main-menu-area.menu-style-three .is-sticky .standard-logo{
  display: none;
}
/* Header Style Four */
.ts_logo a img {
  max-height: 50px;
}
.hesoce-main-menu-area.menu-style-four {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding: 10px 0 12px;
}
.hesoce-main-menu-area.menu-style-four .hesoce_menu > ul > li > a {
  color: #fff;
}
.hesoce-main-menu-area.menu-style-four .retina-logo {
  display: none;
}
.hesoce-main-menu-area.menu-style-four .is-sticky .retina-logo{
  display: block;
}
.hesoce-main-menu-area.menu-style-four .is-sticky .standard-logo{
  display: none;
}
.menu-style-four .menu-full-wrap {
  padding: 0 40px;
}
.menu-style-four .sidebar {
  left: 0;
  top: 0;
  margin-left: 0;
  padding-left: 16px;
  padding-right: 42px;
}
.menu-style-four .header-src-btn {
  position: relative;
  padding: 0 20px;
}
.menu-style-four .header-src-btn:before {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 0;
  height: 102px;
  width: 1px;
  background-color: rgba(206,206,206,.4);
}
.menu-style-four .header-src-btn:after {
  content: "";
  position: absolute;
  bottom: -31px;
  right: 0;
  height: 102px;
  width: 1px;
  background-color: rgba(206,206,206,.4);
}
.menu-style-four .hesoce-hmini {
  position: relative;
  padding: 0 25px 0 17px;
  margin-right: 0 !important;
}
.menu-style-four .hesoce-hmini:after {
  content: "";
  position: absolute;
  bottom: -31px;
  right: 0;
  height: 102px;
  width: 1px;
  background-color: rgba(206,206,206,.4);
}
.menu-style-four .header-src-btn {
  margin-right: 5px;
}
.menu-style-four .count {
  top: -10px;
  right: 22px;
}
.menu-style-four .sidebar:after {
  content: "";
  position: absolute;
  bottom: -38px;
  right: 0;
  height: 102px;
  width: 1px;
  background-color: rgba(206,206,206,.4);
}
.menu-wrap-right-one {
  display: inline-block;
}
.menu-wrap-right-two {
  display: inline-block;
}
.header-number {
  padding-left: 30px;
}
.header-number .phone-icon i {
  display: flex;
  justify-content: center;
  height: 44px;
  width: 44px;
  color: #fff;
  align-items: center;
  background-color: var(--si-theme-color);
  border-radius: 50%;
  -webkit-animation: pulse2 linear 1000ms infinite;
  animation: pulse2 linear 1000ms infinite;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 20px;
}
.header-number .media .media-body a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  transition: none;
}
.header-number .media .media-body .item-label {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--si-theme-color);
    box-shadow: 0 0 0 0 var(--si-theme-color);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
  }
}
.menu-style-four .is-sticky .header-src-btn:before {
  background-color: 1px solid rgba(255,255,255,.2);
  bottom: -19px;
}
.menu-style-four .is-sticky .header-src-btn:after {
  background-color: 1px solid rgba(255,255,255,.2);
  bottom: -19px;
}
.menu-style-four .is-sticky .hesoce-hmini:after {
  background-color: 1px solid rgba(255,255,255,.2);
  bottom: -19px;
}
.menu-style-four .is-sticky .sidebar:after {
  background-color:1px solid rgba(255,255,255,.2);
  bottom: -26px;
}
.menu-style-four .is-sticky .nav-btn.navSidebar-button svg {
  fill: #0f0d1d;
}
.menu-style-four .is-sticky .header-number .media .media-body .item-label {
  color: #0f0d1d;
}
.menu-style-four .is-sticky .header-number .media .media-body a {
  color: #0f0d1d;
}
/* Menu Style Five */
.all-content {
  background-repeat: no-repeat;
  position: relative;
  padding: 7px 110px 7px;
}
.menu-style-five .header-number .media .media-body .item-label {
  color: #0a0a0a;
}
.menu-style-five .header-number .media .media-body a {
  color: #0a0a0a;
}
.header-btn {
  display: inline-block;
  margin: 0 0 0 15px;
}
.menu-style-five .sthemeit-btn {
  background: var(--si-theme-color);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.menu-style-five .sthemeit-btn:hover{
  color: #fff;
}
.menu-style-five .sthemeit-btn::after {
  background-color: #0f0d1d;
}
.menu-style-five .menu-wrap-right {
  align-items: center;
  display: flex;
}
.menu-style-five .menu-wrap-right-one {
  align-items: center;
  display: flex;
}

/* Mobile Logo Area */
.mobile_logo_area {
  padding: 30px 0 30px;
}
.mobile_menu_logo a img {
  width: 200px;
}
/* sticky */
.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 9;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.is-sticky .hesoce_menu > ul > li > a {
  color: #0a0a0a !important;
}
.hesoce-main-menu-area.menu-style-two .is-sticky  .navSidebar-button span {
  display: block;
  border-top: 2px solid #0a0a0a;
  margin: 6px 3px;
  width: 30px;
}
.hesoce-main-menu-area.menu-style-two .is-sticky .header-logo-top:before{
  display: none;
}
.hesoce-main-menu-area.menu-style-two .is-sticky .header-logo-top:after{
  display: none;
}
.hesoce-main-menu-area {
  z-index: 10;
  position: relative;
}
/* Sub Menu */
.menu-style-five .header-sticky.is-sticky .hesoce_menu ul li .sub-menu {
  top: 87px;
}
.header-sticky.is-sticky .hesoce_menu ul li .sub-menu {
  top: 80px;
}
.hesoce_menu ul li .sub-menu {
  position: absolute;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
  padding: 18px 25px;
  left: 0;
  top: 87px;
  transform: scaleY(0);
  visibility: hidden;
  transform-origin: 0 0 0;
  border-top: 1px solid var(--si-theme-color);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 2;
}
.hesoce_menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.hesoce_menu ul li .sub-menu li > a{
  position: relative;
  display: inline-block;
}
.hesoce_menu ul li .sub-menu li > a:hover {
  color: var(--si-theme-color);
  padding-left: 18px;
}
.hesoce_menu ul li .sub-menu li > a::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--si-theme-color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.hesoce_menu ul li .sub-menu li > a:hover::before {
  width: 12px;
}
.VIpgJd-ZVi9od-ORHb {
  display: none !important;
}
.skiptranslate {
  display: none !important;
}
/* ==========================================
start search Popup Css
=========================================*/
.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-box-btn i {
    background: var(--si-theme-color);
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.search-popup{
	width: 100%;
}
.search-active .search-popup{
	transform: translateY(0%);
	margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--si-theme-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i{
	position: relative;
	font-size: 30px;
	color: #ffffff;
}
.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}
.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}
.search-popup .form-group input[type="text"], .search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
	border: none;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#000000;
}
.search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #ffffff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	transform: rotate(45deg);
}
.search-popup .close-search.style-two i {
	font-size: 20px;
	color: #ffffff;
}
/* Side bar */
.sidebar {
    display: inline-block;
    position: relative;
    left: 3px;
    top: 8px;
    width: 40px;
    height: 40px;
    line-height: 53px;
    border-radius: 50%;
    text-align: right;
}
.nav-btn.navSidebar-button {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}
  .sticky-nav .nav-btn.navSidebar-button {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: relative;
    top: 6px;
  }
  span.icon.flaticon-menu-2 i {
    font-size: 20px;
    color: #000000;
  }

  .sidebar-title h2 {
	font-size: 20px;
	margin-top: 15px;
}
.sidebar-contact-info h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.sidebar-content-inner {
	margin-top: 40px;
}
.sidebar-contact-info ul li {
	list-style: none;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
}
.sidebar-contact-info ul li i {
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: var(--si-theme-color);
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
}
.sidebar-social-icon {
	margin-top: 38px;
}
.sidebar-social-icon ul li {
	list-style: none;
	display: inline;
}
.sidebar-social-icon ul li a {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #0a0a0a;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
    position: relative;
    z-index: 1;
}
.sidebar-social-icon ul li a:hover{
    background:var(--si-theme-color);
    color: #fff;
}
  
.navSidebar-button span {
    display: block;
    border-top: 2px solid #0a0a0a;
    margin: 6px 3px;
    width: 30px;
}
.navSidebar-button span.line3 {
    width: 20px;
    transition: .5s;
}
  .sidebar:hover .navSidebar-button span.line3{
      width:30px;
  }
  .xs-sidebar-group .dt-overlay {
	/* left: 100%; */
	top: 0;
	position: fixed;
	z-index: 9999;
	height: 100%;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in 0.8s;
	-o-transition: all 0.4s ease-in 0.8s;
	transition: all 0.4s ease-in 0.8s;
	right: 0;
	left: 0;
}
  .sidebar-logo .main_sticky_l {
    display: none;
  }

.sidebar-info-contents {
	margin-top: 40px;
}
.xs-sidebar-group .widget-top {
	position: absolute;
	top: 20px;
	right: 25px;
    color: #181818;
	opacity: 1;
	font-size: 20px;
	background: var(--si-theme-color);
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.widget-top:hover .bar-close {
	transform: rotate(180deg);
    color: #181818;
}
.xs-sidebar-group .widget-top .bar-close {
    display: inline-block;
    transition: .5s;
    color: #fff;
}
  .dt-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
  }
  .xs-sidebar-group.isActive .dt-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
  }
  .xs-sidebar-group.isActive .dt-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    background: #fff;
  }
  .sidebar-textwidget {
    padding: 40px;
  }
  .close-side-widget {
    color: var(--si-theme-color);
    font-size: rem(15px);
    display: block;
  }
  .sidebar-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
  .xs-sidebar-group.isActive .sidebar-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .dt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
  }
/* .bt-black {
    background: rgb(0,0,0,0.5)!important;
} */
.close {

}
/* Sidebar End */

/*---------------------- * FORM CSS -----------------------*/
.form-area.home-form {
  background: #fff;
  padding: 50px;
  border-radius: 7px;
}
select, .form-control {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #e1e1e1;
  padding: 6px 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #868e96;
}
select, .form-control::placeholder{
  font-size: 16px;
  color: #868e96;
}
.ctn-button {
  display: inline-block;
  border: none;
  background: var(--si-theme-color);
  color: #fff;
  padding: 18px 30px;
  border-radius: 7px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.ctn-button:hover{
  background: #000;
  color: #fff;
}
.comment_forms textarea.form-control {
	margin-top: 30px;
}
.dark-contact .quote_form .form-control {
    background-color: #fff;
    border-color: #e6e6e6;
}
h1.form-title {
    font-size: 32px;
    margin: 0 0 25px;
}
.comment_forms {
	margin-bottom: 25px;
}

.form-group {
	position: relative;
	margin: 0;
	line-height: 1;
}
.form-group p {
	margin: 0;
}
span.box-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--si-theme-color);
    font-size: 14px;
}
.form-control:focus {
	color: #181818;
	outline: 0;
	border: 1px solid #d1d0c8;
	box-shadow: none;
}
.submit-button {
	margin-top: 10px;
}
.submit-button p input {
	background: #181818;
	padding: 18px 30px;
	border-radius: 3px;
	box-shadow: 0 0 0 0 #181818 inset;
    transition: .5s;
    border: none;
}
.submit-button p input:hover{
    box-shadow: 0 0 0 4em var(--si-theme-color) inset, 0 5px 15px rgba(0, 0, 0, 0.1);
}
.buttons {
    text-align: left;
}
.button {
	background: var(--si-theme-color);
	border: 1px solid transparent;
	display: inline-block;
	text-align: center;
	padding: 12px 32px;
	border-radius: 7px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #fff;
}
.button:hover {
    background: var(--si-theme-color);
    color: #fff;
}
.button i {
    margin-left: 5px;
}
.quote_form .button {
	background: var(--si-theme-color);
	color: #fff;
	border-radius: 0;
	text-transform: capitalize;
	margin-top: 0;
	padding: 18px 30px;
	border-radius: 5px;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
}
.quote_form .button:hover {
    background:var(--si-theme-color);
    color: #fff;
}
.buttons-form input {
	background: #0a0a0a !important;
	color: #fff !important;
}
.quote-form-two .buttons {
    text-align: left;
}
.odoo-consult-form {
    z-index: 1;
    position: relative;
}
/* Comment Area */
.comments-area .form-control {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #d1d0c8;
  padding: 6px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 0;
}
.form-group #email {
	height: 54px;
	background-color: #fff;
	border-color: transparent;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border: 1px solid #d1d0c8;
	padding: 6px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 5px;
}
.comments-area textarea.form-control {
	height: 140px !important;
	padding-top: 20px;
}
.comment-button {
  border: none;
  background: var(--si-theme-color);
  padding: 12px 28px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  transition: .5s;
}
.comment-button:hover{
  background: #00247E;
}
.comment-button i {
	margin-left: 10px;
}

/*=============================================
   - Scroll top         
=============================================*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: var(--si-theme-color);
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}
.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
} 
.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*======================== hesoce BLOG DETAILS AREA CSS =========================*/
.single-blog-details {
  padding: 100px 0 100px;
}
.em-theme-main-page .hesoce-single-blog-details {
  padding: 30px;
}
.hesoce-single-blog-details-inner {
    padding: 25px 0px 45px;
}
.em-theme-main-page .hesoce-single-blog-title h2 {
  padding-bottom: 15px;
}
.hesoce-single-blog--thumb {
  position: relative;
}
.hesoce-single-blog--thumb img {
width: 100%;
height: 100%;
}
.single-blog-title {
  font-size: 24px;
  padding: 0;
  margin-top: 17px;
  margin-bottom: 20px;
  text-transform: unset;
  color: #232323;
}
.hesoce-single-blog-content p {
margin-bottom: 20px;
}
.hesoce-single-blog-details h2 {
  line-height: 1.3;
  font-size: 30px;
  margin-top: 10px;
}
.hesoce-blog-social {
  padding-top: 26px;
  text-align: left;
  border-top: 1px solid #ddd;
  margin-top: 40px;
}
.hesoce-single-icon-inner {
  text-align: left;
}
.hesoce-single-icon-inner span {
  font-size: 17px;
  margin-right: 6px;
}
.hesoce-single-icon-inner a {
  border: 1px solid var(--si-theme-color);
  color: var(--si-theme-color);
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 32px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 34px;
  border-radius: 50%;
}
.hesoce-blog-meta-left a {
  margin-right: 15px;
  text-transform: capitalize;
}
.hesoce-blog-meta-left span {
  margin-right: 15px;
}
.hesoce-blog-meta-left span i {
  margin-right: 5px;
}
.hesoce-blog-meta-left a i {
  margin-right: 5px;
}
.hesoce-single-icon-inner a:hover {
  background: var(--si-theme-color);
  border-color: var(--si-theme-color);
  color: #fff;
}
blockquote p {
font-size: 16px;
margin-bottom: 12px !important;
}
.single-blog-content ul {
  padding-bottom: 10px;
}
.blog-title {
    margin-bottom: 25px;
}
.blogs-special-desc {
    padding: 30px 0 44px;
}
.blogs-icon {
    float: left;
    padding-right: 25px;
}
.special-desc p {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 28px;
    color: #1b3434;
    font-weight: 400;
    font-family: "Manrope";
}
.special-desc p span {
    color: var(--si-theme-color);
    font-family: lobster;
    padding: 0 0 0 38px;
    position: relative;
}
.special-desc span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 28px;
    height: 2px;
    background: #FD7E4B;
}
blockquote {
  padding: 37px 60px 20px;
  border-left: 2px solid var(--si-theme-color);
  font-style: normal;
  color: #232;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
  background: #fafafa;
  z-index: 1;
}
blockquote::before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 120px;
  position: absolute;
  bottom: -15px;
  color: #f0f0f0;
  border-radius: 50%;
  left: 25px;
  text-align: center;
  z-index: -1;
}

h3.wp-block-heading {
  padding: 15px 0 20px;
  line-height: 1.5;
}
blockquote p {
  font-size: 18px;
  font-weight: 600;
}
blockquote i {
  margin-right: 10px;
}
.post-text blockquote::before {
  content: "\f10d";
  left: 42px;
  top: 50px;
  position: absolute;
  color: #758799;
  font-family: "FontAwesome";
  font-weight: 700;
  font-size: 41px;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.hesoce-blog-social {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  margin-top: 40px;
}
.hesoce-single-blog-details .inner-content h4 {
  padding-bottom: 20px;
  font-size: 24px;
}
.hesoce-blog-meta.txp-meta {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(27,43,43,0.10196078431372549);
    margin-bottom: 20px;
}
.single-blog-content p span {
    color: var(--si-theme-color);
}
.blogs-thumb {
    display: flex;
    justify-content: space-between;
}
.blogs-thumb img {
  width: 48%;
}
.single-blog-content h2 {
padding-top: 10px;
padding-bottom: 10px;
}
.blog-tags h2 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  color: #1b3434;
  padding-right: 10px;
  display: inline-block;
}
.hesoce-single-icon {
    display: flex;
    justify-content: space-between;
}
.blog-tags {
    display: inline-block;
}
.hesoce-single-icon-inner {
    display: inline-block;
    margin-left: 8px;
}
.hesoce-single-icon span {
    font-size: 18px;
    font-weight: 500;
    color: #1b3434;
    padding-right: 6px;
}
.meta-tag {
    display: inline-block;
}
span.tag-links a {
  padding: 2px 8px;
  background: #f2f2f2;
  display: inline-block;
  margin-right: 8px;
  color: #232;
  transition: .5s;
  font-size: 14px;
}
span.tag-links a:hover{
  background: var(--si-theme-color);
  color: #fff;
}
.cat-links {
  display:none;
}
.cat-links span a{
  padding: 5px 21px;
  background: var(--si-theme-color);
  color: #fff;
  border-radius: 0 17px 0 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.hesoce-blog-thumb_adn span {
padding: 2px 21px;
color: #181818;
border-radius: 0 19px 0 0;
display: inline-block;
font-size: 14px;
font-weight: 400;
}
/*======================== hesoce COMMENT AREA CSS =========================*/
/* POST REPLY CSS */
.comments {
  padding-bottom: 50px;
  padding-top: 14px;
}
.post_comment {
  border-bottom: 1px solid #EAEAEA;
  margin: 20px 0;
  padding: 0 15px;
}
.commment_title h3 {
  font-size: 24px;
  margin-bottom: 75px;
  margin-top: 0;
  position: relative;
  display: inline-block;
}
.commment_title h3::before {
  content: "";
  height: 4px;
  width: 15px;
  background-color: var(--si-theme-color);
  position: absolute;
  bottom: -15px;
  left: 0;
  border-radius: 10px;
  border: none;
}
.commment_title h3::after {
  content: "";
  height: 4px;
  width: 34px;
  background-color:var(--si-theme-color);
  position: absolute;
  bottom: -15px;
  left: 20px;
  border-radius: 10px;
  border: none;
}
.post_replay_inner {
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.mgl-30 {
  margin-left: 30px;
}
.post_reply_thumb img {
  border-radius: 50%;
}
.post_replay {
  margin-top: 36px;
}
.post_reply {
  padding-left: 15px;
  width: 100%;
  position: relative;
}
.post_reply div.st {
  font-size: 18px;
  font-weight: 400;
}
.post_reply div.st a {
  color: #232323;
  font-size: 18px;
  display: inline-block;
  padding-bottom: 3px;
  font-weight: 700;
}
.reply_date {
  overflow: hidden;
  margin-bottom: 5px;
}
.reply_date span.span_left {
  display: block;
}
.reply_date span.span_right {
  float: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--si-theme-color);
  padding: 3px 18px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 4px;
}
.reply_date span.span_right:hover{
  background:var(--si-theme-color);
}
.post_reply p {}
.comments-area .children {
  margin-left: 90px;
}
.post_comment .post_comment {
  margin-left: 15px;
}
.em-theme-main-page .commment_title h3 {
  margin-top: 0px;
}
.em-theme-main-page .empgc {
  margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
  margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc>h3 {
  margin-bottom: 35px;
}
.logged-in-as {
  margin-bottom: 10px;
  margin-top: 30px;
}
.logged-in-as a {
  color: #333;
}
a.comment-edit-link {
  margin-bottom: 12px;
  display: inline-block;
}
.em-theme-main-page .comments-area {
  margin-top: 40px;
  clear: both;
}
.comment-respond {
  padding-top: 14px;
}
/* Footer Area */
.footer-area {
    background: #000;
    color: #fff;
    padding: 15px 0 0;
}
/* Error Section */
.not-found-area {
  padding: 80px 0 80px;
}
.not-found {
  text-align: center;
}
.not-found-inner {
  font-size: 20px;
}
.nf {
  margin-top: 15px;
}
/* Subscribe Form */
.consfy-subscribe-form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(174, 168, 185, 0.4);
  padding: 0px 50px 15px 0px;
  font-size: 14px;
  color: #aea8b9;
}
.consfy-subscribe-form input::placeholder{
  font-size: 16px;
}
.consfy-subscribe-form button {
  background: transparent;
  border: none;
}
.consfy-subscribe-form button i {
  font-size: 16px;
  color: #fff;
  margin-left: -36px;
}
.mc4wp-form-fields p {
  margin-bottom: 10px;
}