/* 
  * Reset
  * Header
  * Menu mobile
  * Blog
  * Blog masonry
  * Blog grid
  * Blog detail
  * Footer
  * Preload
  * Boxed
  * Switcher
  * Scroll 
  
*/
/* Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 24px;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-size: 14px;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

figure {
  margin: 0;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-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 {
  color:#df291b;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul,
ol {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: 900;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000000;
}


button {
  border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 12px;
  font-weight: 700;
  color: #202020;
  background-color: transparent;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #202020;
  padding: 7px 21px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  width: 100%;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  color: #a0a0a0;
  background-color: transparent;
  height: 50px;
  padding: 12px 30px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  width: 100%;
  height: 166px;
  padding: 15px 30px;
}

input[type="checkbox"] {
  display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #a0a0a0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

/* bootstrap resetting elements */
.btn {
  background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #a0a0a0;
}

.tf-container.ctn-full {
  width: 100%;
}




/* Header
---------------------------------------------- */
.tf-container.ct2 {
  width: 1830px;
}

#header {
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    height: 70px;
    padding: 5px 0px;
}

/* header-landing page */
#header.header-landing {
  background-color: #F8F8F8;
}

.header {
  position: relative;
}
#header.style-absolute {
    position: relative;
    z-index: 999;
    background:#fff;
    box-shadow: 0 0 5px #ccc;
}
.sticky-area-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: center;
}

.sticky-area-wrap .header-ct-left {
  flex-grow: 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.sticky-area-wrap .header-ct-left .logo .site-logo {
    width: auto;
    height: 60px;
    display: block;
}
.sticky-area-wrap .header-ct-left .logo {
  flex-shrink: 0;
  margin-right: 48px;
}

.sticky-area-wrap .header-ct-left .categories {
  position: relative;
  cursor: pointer;
}

.sticky-area-wrap .header-ct-left .categories::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 82px;
}

.sticky-area-wrap .header-ct-left .categories a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
}

.sticky-area-wrap .header-ct-left .categories>a span {
  font-size: 24px;
  color: #000000;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

/*Header fixed
-------------------------------- */
.header.is-fixed,
#header.style-absolute.is-fixed {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  background: #ffffff;
  border: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header.is-fixed.is-small,
#header.style-absolute.is-small {
  top: 0;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-duration: 0.8s;
}

.usefull-link {
  display: flex;
  align-items: center;
}

.usefull-link li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.usefull-link li:not(:last-child) {
  margin-right: 40px;
}

.header-customize-item.login,
.header-customize-item.login .item-login {
  display: flex;
  align-items: center;
}

.header-customize-item.login .item-login {
  margin-left: 8px;
}

.header-style2 .sticky-area-wrap .header-ct-right .bell {
  margin-right: 28px;
}

.header-style2 .sticky-area-wrap .header-ct-right .help a {
  margin-right: 28px;
}

.header-customize-item.login .item-login li:not(:last-child):after {
  content: "/";
}

.header-style2 .sticky-area-wrap .header-ct-right {
  flex-grow: 0;
}

.header-customize-item.login .item-login li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.header-style2 .sticky-area-wrap .header-ct-center {
  width: unset;
  display: block;
  text-align: center;
}

.header-style2 .logo .site-logo {
  max-width: 149px;
}

.header-style2 {
  padding: 22px 0;
}

.header-style2 .sticky-area-wrap .header-ct-center {
  padding-left: 0;
}

.header-style2 .nav-wrap {
  margin-bottom: -90px;
  margin-top: 10px;
  position: relative;
  z-index: 5;
}

/* .sub-categorie */
.sub-categorie {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #fff;
  z-index: 20;
  border-radius: 0 0 8px 8px;
  transition: ease-out 0.3s;
  display: flex;
  pointer-events: none;
}

.sticky-area-wrap .header-ct-left .categories:hover .sub-categorie {
  opacity: 1;
  visibility: visible;
  top: 53px;
  pointer-events: all;
}

.sub-categorie .pop-up {
  padding: 24px;
  border: 1px solid #e5e5e5;
  width: 288px;
  text-align: left;
}

.sub-categorie ul.pop-up>li {
  padding: 12px 11px;
  font-weight: 500;
  line-height: 28px;
}

.sub-categorie ul.pop-up li span {
  font-size: 24px;
  color: #64666c;
  margin-right: 13px;
  vertical-align: text-bottom;
}

.sub-categorie ul.pop-up>li:hover,
.sub-categorie ul.pop-up>li.active {
  background-color: #f5f5f2;
}

.sub-categorie ul.pop-up li:hover span::before,
.sub-categorie ul.pop-up li.active span::before {
  color: #14a077;
}

.sub-categorie .pop-up-content {
  border: 1px solid #e5e5e5;
  display: flex;
}

.sub-categorie .pop-up-item {
  width: 240px;
  padding-top: 40px;
  padding-left: 24px;
  text-align: start;
}

.sub-categorie .pop-up-item .top-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
  margin-bottom: 20px;
}

.sub-categorie .pop-up-item .top-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #121212;
  margin-bottom: 24px;
}

.sub-categorie .group-menu-category {
  position: absolute;
  top: 3%;
  right: -167%;
  background: #ffffff;
  border-radius: 0px 0px 8px 0px;
  border: 1px solid #e5e5e5;
  border-left: 1px solid transparent;
  height: 100%;
  padding: 39px 0px;
  padding-left: 25px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sub-categorie .group-menu-category::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e5e5e5;
}

.sub-categorie ul.pop-up>li:hover .group-menu-category {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.sub-categorie ul.pop-up>li:hover .group-menu-category .menu {
  opacity: 1;
  transition-delay: 0.15s;
}

.sub-categorie .group-menu-category h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
  margin-bottom: 17px;
}

.sub-categorie .group-menu-category .menu ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #121212;
}

.sub-categorie .group-menu-category .menu {
  width: 240px;
  padding: 0 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.sub-categorie .group-menu-category ul li a:hover {
  color: #14a077;
}

.sub-categorie .group-menu-category ul li:not(:last-child) {
  margin-bottom: 18px;
}

.sticky-area-wrap .header-ct-center {
  flex-grow: 1;
  justify-content: center;
  display: flex;
  width: 45%;
  align-items: center;
}

.header-landing .sticky-area-wrap .header-ct-center {
  padding-left: 0px;
  margin-left: -16px;
}

.header-ct-center.st-1 {
  justify-content: unset;
  padding-left: 84px;
}

#main-nav #menu-primary-menu {
  display: flex;
  justify-content: center;
}

 .main-nav li.menu-item {
    color: black;
}
#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub,
#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub-2,
#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub-3,
#menu-primary-menu>li {
  position: relative;
}

#main-nav #menu-primary-menu>li.menu-item-has-children>a::before {
  content: "\e9a2";
  font-family: "icomoon";
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub>a {
  position: relative;
}

#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub>a span {
  position: absolute;
  right: 15%;
  top: 22%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub>a span::before {
  font-size: 23px;
}

#main-nav #menu-primary-menu li.current-item a::after,
#main-nav #menu-primary-menu li:hover a::after,
#header.style-absolute #main-nav #menu-primary-menu li.current-item>a::after,
#header.style-absolute #main-nav #menu-primary-menu li:hover>a::after {
  background: #14a077;
}

#main-nav #menu-primary-menu>li:not(:first-child) {
  margin-left: 41px;
}


#menu-primary-menu li a {
    font-weight: 500;
    font-size: 20px;
    color: #121212;
}

#main-nav #menu-primary-menu>li>a {
  line-height: 40px;
}

#menu-primary-menu li.menu-item-has-children span::before {
  position: absolute;
  right: -12px;
  top: 40%;
  font-size: 18px;
}

#main-nav #menu-primary-menu .menu-item-has-children .menu-bar {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 20;
  transition: ease-out 0.3s;
  min-width: 460px;
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  text-align: start;
  overflow: hidden;
  pointer-events: none;
}

#main-nav #menu-primary-menu .menu-item-has-children .menu-bar .sub-menu-bar {
  width: 50%;
}

#main-nav #menu-primary-menu .menu-item-has-children:hover .menu-bar,
#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub:hover .nav-sub-menu,
#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub.nav-sub-2:hover .nav-sub-menu,
#main-nav #menu-primary-menu>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: all;
}

#main-nav #menu-primary-menu>li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120%;
  left: 0;
  background-color: #fff;
  z-index: 20;
  transition: ease-out 0.3s;
  min-width: 240px;
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: start;
  overflow: hidden;
  pointer-events: none;
}

.header-ct-center #main-nav #menu-primary-menu>li .sub-menu.st1 {
  overflow: unset;
}

.header-ct-center #main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -2% !important;
  left: 100%;
  background-color: #fff;
  z-index: 20;
  transition: ease-out 0.3s;
  min-width: 240px;
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: start;
}

.header-ct-center #main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub-2 .nav-sub-menu {
  top: 50% !important;
  left: 100%;
}

#main-nav #menu-primary-menu .menu-item-has-children .menu-bar li a,
#main-nav #menu-primary-menu>li .sub-menu li a {
  padding: 10px 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu-primary-menu>li .sub-menu .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#menu-primary-menu>li .sub-menu .sub-menu-item {
  width: 100%;
  padding: 6px 0 6px 32px;
  transition: ease-out 0.3s;
}

#main-nav #menu-primary-menu>li .sub-menu li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-nav #menu-primary-menu .menu-item-has-children .menu-bar li:hover,
#main-nav #menu-primary-menu .menu-item-has-children .menu-bar li.current-item,
#main-nav #menu-primary-menu>li .sub-menu li:hover,
#main-nav #menu-primary-menu>li .sub-menu li.current-item {
  background-color: #f5f5f2;
}

#main-nav #menu-primary-menu>li .sub-menu .nav-sub.current-item:last-child,
#main-nav #menu-primary-menu .sub-menu .nav-sub .nav-menu-item.current-item:last-child,
#main-nav #menu-primary-menu .sub-menu .nav-sub:last-child:hover,
#main-nav #menu-primary-menu .sub-menu .nav-sub .nav-menu-item:last-child:hover {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#main-nav #menu-primary-menu>li .sub-menu.st1 .nav-sub:hover>a,
#main-nav #menu-primary-menu>li .sub-menu .nav-menu-item:hover a,
#main-nav #menu-primary-menu>li .sub-menu .menu-item:hover a,
#main-nav #menu-primary-menu>li .sub-menu .menu-item.current-item a {
  color: #14a077;
}

.header .header-ct-center .btn-action {
  margin-left: 12px;
}

.header #main-nav-mobi {
  display: none;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
  overflow-y: auto;
  background: #fff;
  max-height: 60vh;
}

.header #main-nav-mobi ul {
  padding: 0;
  text-align: left;
  border-top: 1px solid rgb(221 221 221 / 70%);
}

.header #main-nav-mobi ul li {
  border-bottom: 1px solid rgb(221 221 221 / 70%);
  position: relative;
}

.header #main-nav-mobi ul li:last-child {
  border: 0;
}

.header #main-nav-mobi ul li .arrow {
  cursor: pointer;
  font-size: 20px;
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  line-height: 48px;
  position: absolute;
  right: 15px;
  top: 0;
}

.header #main-nav-mobi ul li.current-item {
  background-color: #f5f5f2;
}

.header #main-nav-mobi ul li.current-item>a {
  color: #14a077;
}

.header #main-nav-mobi ul li .arrow::before {
  content: "\e9a2";
  font-family: "icomoon" !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header #main-nav-mobi ul li .arrow.active::before {
  transform: rotate(180deg);
}

.header #main-nav-mobi ul li ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.header #main-nav-mobi ul li ul li {
  padding-left: 20px;
}

.header .current-menu-item>a,
.header .current-item a {
  color: var(--primary);
}

#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-nav-mobi ul>li>a {
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 15px;
  font-weight: 500;
}

/* header-ct-right */
.sticky-area-wrap .header-ct-right {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.header-landing .sticky-area-wrap .header-ct-right {
  justify-content: center;
}

.sticky-area-wrap .header-ct-right .help a {
  color: #64666c;
  font-size: 24px;
  margin-right: 23px;
  transform: translateY(2px);
}

.sticky-area-wrap .header-ct-right .bell {
  color: #121212;
  font-size: 24px;
  margin-right: 24px;
  position: relative;
  cursor: pointer;
}

.sticky-area-wrap .header-ct-right .bell::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 82px;
}

.sticky-area-wrap .header-ct-right .bell span {
  position: relative;
}

.sticky-area-wrap .header-ct-right .bell::after {
  position: absolute;
  content: "";
  top: 0;
  right: 2px;
  width: 8px;
  height: 8px;
  background-color: #14a077;
  border-radius: 4px;
}

/* sub-notification */
.sticky-area-wrap .header-ct-right .bell .sub-notification {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: -160px;
  width: 424px;
  padding: 24px;
  background-color: #fff;
  z-index: 20;
  transition: ease-out 0.3s;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  text-align: start;
  pointer-events: none;
}

.sticky-area-wrap .header-ct-right .bell:hover .sub-notification {
  opacity: 1;
  visibility: visible;
  top: 53px;
  pointer-events: all;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
  margin-bottom: 28px;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-heading span {
  color: #14a077;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item {
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  position: relative;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item.icon-plus::before {
  position: absolute;
  content: "\ea0a";
  transform: rotate(45deg);
  font-size: 12px;
  right: 0;
  top: 0;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item .time {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #64666c;
  padding-left: 24px;
  margin-bottom: 16px;
  position: relative;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item .time::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 4px solid #14a077;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #64666c;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item .content .name {
  font-weight: 500;
  color: #121212;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-item .content .status {
  font-weight: 500;
  color: #14a077;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-button {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background: #14a077;
  border-radius: 4px;
  margin-top: 28px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.sticky-area-wrap .header-ct-right .bell .sub-notification-button a {
  color: #fff;
}

.sticky-area-wrap .header-ct-right .account {
    display: flex;
    gap: 9px;
    align-items: center;
    padding-right: 21px;
    position: relative;
    cursor: pointer;
    background: #074e50;
    padding: 5px 20px;
    color: #fff;
    border-radius: 25px;
}
.sticky-area-wrap .header-ct-right .account a{
    position:relative;
    color: #fff;
}
.sticky-area-wrap .header-ct-right.st-1 .account {
  gap: 0;
}

.sticky-area-wrap .header-ct-right.st-1 .account .name {
  margin-left: 8px;
  position: relative;
}

.sticky-area-wrap .header-ct-right .account img {
  border-radius: 50%;

}

.sticky-area-wrap .header-ct-right .account .name span {
  font-size: 20px;
  position: relative;
  top: 3px;
}


/* sub-account */
.sticky-area-wrap .header-ct-right .account .sub-account {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-top: -1px;
  top: 100%;
  left: -50px;
  transition: ease-out 0.3s;
  width: 288px;
  padding: 24px;
  text-align: start;
  z-index: 999;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
  border-radius: 0px 0px 8px 8px;
  pointer-events: none;
}


.sticky-area-wrap .header-ct-right .account .sub-account-item {
  width: 100%;
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.sticky-area-wrap .header-ct-right .account .sub-account-item a span::before {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sticky-area-wrap .header-ct-right .account .sub-account-item a {
  color: #121212;
}

.sticky-area-wrap .header-ct-right .account .sub-account-item a:hover,
.sticky-area-wrap .header-ct-right .account .sub-account-item a:hover span::before {
  color: #14a077;
}

.sticky-area-wrap .header-ct-right .account .sub-account-item span {
  font-size: 24px;
  margin-right: 12px;
  vertical-align: middle;
}

.sticky-area-wrap .header-ct-right .account:hover .sub-account {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.sticky-area-wrap .header-ct-right .button {
  flex-shrink: 0;
}

.header-landing .sticky-area-wrap .header-ct-right .button {
  margin-left: 29px;
}

.sticky-area-wrap .header-ct-right .button a {
  padding: 12px 31px;
  border: 1px solid #14a077;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  display: block;
}

.header-landing .sticky-area-wrap .header-ct-right .button a {
  background: #14a077;
  padding: 12px 32px;
  color: #fff;
  text-transform: capitalize;

}

.header-landing .sticky-area-wrap .header-ct-right .button a:hover {
  background-color: #148160;
}

.sticky-area-wrap .header-ct-right .button a:hover {
  background: #14a077;
  color: #fff;
}

.sticky-area-wrap .header-ct-right .button a {
  color: #121212;
}

#header.style-absolute .sticky-area-wrap .header-ct-left .categories>a span,
#header.style-absolute .sticky-area-wrap .header-ct-left .categories>a,
#header.style-absolute #main-nav #menu-primary-menu>li>a,
#header.style-absolute .sticky-area-wrap .header-ct-right .help a,
#header.style-absolute .sticky-area-wrap .header-ct-right .bell,
#header.style-absolute .sticky-area-wrap .header-ct-right .account .name,
#header.style-absolute .sticky-area-wrap .header-ct-right .button a {
  color: black;
}

#header.style-absolute.is-small .sticky-area-wrap .header-ct-left .categories>a span,
#header.style-absolute.is-small .sticky-area-wrap .header-ct-left .categories>a,
#header.style-absolute.is-small #main-nav #menu-primary-menu>li>a,
#header.style-absolute.is-small .sticky-area-wrap .header-ct-right .help a,
#header.style-absolute.is-small .sticky-area-wrap .header-ct-right .bell,
#header.style-absolute.is-small .sticky-area-wrap .header-ct-right .account .name,
#header.style-absolute.is-small .sticky-area-wrap .header-ct-right .button a {
   color: black;
}

/* Menu mobile
-------------------------------------------- */
.menu-mobile-popup .main-nav .menu-item-has-children-mobile .iteam-menu::before {
  content: "\e9a2";
  font-family: "icomoon";
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-nav.mobile #menu-primary-menu li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
  cursor: pointer;
}

.main-nav.mobile #menu-primary-menu li a {
  width: 100%;
  display: block;
}

.main-nav.mobile #menu-primary-menu li:last-child,
.main-nav.mobile #menu-primary-menu .menu-item-mobile:last-child {
  border-bottom: none;
}

.main-nav.mobile #menu-primary-menu .menu-item-mobile {
  padding-left: 10px;
}

.menu-mobile-popup .main-nav .menu-item-has-children-mobile.active .iteam-menu::before {
  top: 15px;
  transform: rotate(180deg) !important;
  transition: all 0.3s ease-out;
}

.main-nav.mobile #menu-primary-menu>li .sub-menu-mobile {
  top: 120%;
  left: 0;
  background-color: #fff;
  z-index: 20;
  border-radius: 8px;
  display: none;
  text-align: start;
  overflow: hidden;
}

.main-nav #menu-primary-menu>li .sub-menu a {
  color: #121212;
}

.mobile #menu-primary-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-filter .nav-mobile {
  display: none;
  position: relative;
  width: 26px;
  height: 26px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  float: right;
}

.header-style2 .nav-filter .nav-mobile span,
.header-default .nav-filter .nav-mobile span,
.header.style-absolute .nav-filter .nav-mobile span {
  position: absolute;
  width: 24px;
  height: 2px;
  right: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.header .nav-filter .nav-mobile::after {
  content: "";
  position: absolute;

  height: 2px;

  width: 24px;
  right: 0;
  top: 83%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.header .nav-filter .nav-mobile::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 24px;
  right: 0;
  top: 17%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.header.style-absolute .nav-filter .nav-mobile::before,
.header.style-absolute .nav-filter .nav-mobile::after,
.header.style-absolute .nav-filter .nav-mobile span {
  background-color: #fff;
}

.header-style2 .nav-filter .nav-mobile::before,
.header-style2 .nav-filter .nav-mobile::after,
.header-style2 .nav-filter .nav-mobile span,
.header-default .nav-filter .nav-mobile::before,
.header-default .nav-filter .nav-mobile::after,
.header-default .nav-filter .nav-mobile span,
.header.style-absolute.is-fixed .nav-filter .nav-mobile::before,
.header.style-absolute.is-fixed .nav-filter .nav-mobile::after,
.header.style-absolute.is-fixed .nav-filter .nav-mobile span {
  background-color: #121212;
}

.menu-mobile-popup .widget-filter {
  width: 300px;
  background-color: #fff;
  padding: 24px;
  transition: all 0.3s ease-in-out;
}

.menu-mobile-popup .mobile-header .site-logo {
  width: 150px;
}

.menu-mobile-popup .modal-menu__backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.menu-mobile-popup .mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.menu-mobile-popup .mobile-header .title-button-group {
  font-size: 30px;
  margin-top: 4px;
  color: rgb(0, 0, 0);
  opacity: 0.5;
  cursor: pointer;
}

.menu-mobile-popup .button a {
  padding: 12px 31px;
  border: 1px solid #14a077;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  display: block;
  text-align: center;
}

.menu-mobile-popup.modal-menu--open .modal-menu__backdrop {
  left: 0%;
}

.menu-mobile-popup .modal-menu__backdrop {
  left: 100%;
}

.menu-mobile-popup .header-customize-item.login {
  margin-top: 14px;
  justify-content: center;
}

.menu-mobile-popup .header-customize-item.button {
  margin-top: 14px;
  display: block;
}

.mobile-footer {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}

.mobile-footer .wd-social ul {
  flex-wrap: wrap;
  row-gap: 10px;
}

.menu-mobile-popup .categories .sub-categorie-mobile .group-menu-category-mobile {
  display: none;
  padding: 0px 15px;
}

.sub-categorie-mobile .pop-up .categories-mobile:hover>a,
.sub-categorie-mobile .pop-up .categories-mobilea:active>a,
.sub-categorie-mobile ul.pop-up li:hover span::before,
.sub-categorie-mobile ul.pop-up li.active span::before {
  color: #14a077;
}

.sub-categorie-mobile ul.pop-up li span {
  font-size: 24px;
  color: #64666c;
  margin-right: 13px;
  vertical-align: text-bottom;
}

.menu-mobile-popup .categories .sub-categorie-mobile .pop-up .categories-mobile>a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.menu-mobile-popup .categories .sub-categorie-mobile .pop-up .categories-mobile {
  padding: 16px 0px;
  font-weight: 500;
  line-height: 28px;
}

.menu-mobile-popup .menu-tab {
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px -24px;
  font-weight: 500;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.menu-mobile-popup .menu-tab .user-tag {
  text-align: center;
  display: block;
  padding: 15px;
  width: 50%;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.menu-mobile-popup .menu-tab .user-tag.active {
  background-color: #14a077;

  color: #fff;
}

.sub-categorie-mobile .group-menu-category-mobile h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
  padding: 16px 0px;
}

.sub-categorie-mobile .group-menu-category-mobile .menu ul li {
  padding: 10px 0px;
}

.sub-categorie-mobile .group-menu-category-mobile .menu ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #121212;
}

/* Footer
------------------------------------------ */
.footer {
    background: #1b1818;
}

.footer .footer-logo img {
  width: 149px;
  display: block;
}

.footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #64666c;
}

.list-social li a {
  background: #e5e5e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #121212;
}

/* .list-social li:not(:last-child) {
  margin-right: 12px;
} */
.list-social {
  flex-wrap: wrap;
  gap: 12px;

}

.list-social li a:hover {
  background: #14a077;
  color: #fff;
}

.footer .wd-social {
  justify-content: right;
}

.footer .wd-social span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
  margin-right: 17px;
}

.footer .top-ft {
  border-bottom: 1px solid #e5e5e5;
}

.icon-infor .icon {
  font-size: 36px;
  margin-right: 16px;
}

.icon-infor .content p {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #64666c;
  margin-bottom: 3px;
}

.icon-infor .content h6 {
  font-size: 16px;
  line-height: 26px;
}

.icon-infor {
  margin-bottom: 21px;
}

.footer .ft-icon {
  margin-top: 11px;
  margin-bottom: 19px;
  color: #121212;
}

.footer .ft-icon i {
  font-size: 15px;
  margin-right: 5px;
  color: #64666c;
}

#subscribe-form {
  position: relative;
}

#subscribe-form input {
  background: #ffffff;
  border-radius: 8px;
  padding: 11px 70px 11px 15px;
  border-color: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #121212;
  font-style: unset;
  height: 46.01px;
}

#subscribe-form input::placeholder {
  color: #b1b1b1;
  font-style: unset;
}

#subscribe-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 46.01px;
  background: #14a077;
  border-radius: 0px 8px 8px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px 17px 10px 17px;
}

#subscribe-form button:hover {
  opacity: 0.8;
}

.navigation-menu-footer li:not(:last-child) {
  margin-bottom: 6px;
}

.navigation-menu-footer li a {
  position: relative;
  color: #f5f7f8;
  font-size: 14px;
}

.navigation-menu-footer li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #14a077;
}

.navigation-menu-footer li a:hover {
  color: #14a077;
}

.navigation-menu-footer li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.ft-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.footer-cl-2 {
  margin-left: 4.4%;
}

.footer-cl-3 {
  margin-left: 14%;
}

.footer-cl-4 {
  margin-left: 26.3%;
}

.footer-cl-5 {
  margin-left: 36.3%;
}

.ft-download li:not(:last-child) {
  margin-bottom: 10px;
}

.footer .bottom {
  padding: 11px 0;
  background: #000;
}

.footer .bt-left {
  display: flex;
  align-items: center;
}

.select-language .dropdown {
  position: relative;
}

.select-language .dropdown ul {
  position: absolute;
  top: 25px;
  left: 0;
}

.select-language .dropdown img {
  margin-right: 7px;
}

.select-language .dropdown .btn-selector::after {
  border-bottom: 1px solid #191919;
  border-right: 1px solid #191919;
  content: "";
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: -21px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.select-language .dropdown ul {
  position: absolute;
  top: 20px;
  left: 0;
}

.footer .bt-left .copyright {
  margin-right: 40px;
  color: #fff;
  font-size: 14px;
}

.menu-bottom {
  justify-content: right;
}

.menu-bottom li:not(:last-child) {
  margin-right: 19px;
}

/* Blog
--------------------------- */
.blog.wrap-blog {
  padding: 60px 0;
  display: flex;
  gap: 32px;
}

.blog.wrap-blog.style-1 {
  gap: 152px;
}

.blog .list-blog {
  width: 100%;
  max-width: 1050px;
}

.blog .list-blog .widget-blog-1 {
  margin-bottom: 40px;
}

.blog .list-blog .widget-blog-1 .main-title {
  width: 100%;
  max-width: 490px;
}

.blog .list-blog .widget-blog-1 .main-title a {
  color: #121212;
}

.blog .list-blog .widget-blog-1 .main-title:hover a {
  color: #14a077;
}

/* Blog masonry
--------------------------- */

.blog-masonry .list-blog-wrap {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.blog-masonry .list-blog {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.blog-masonry .list-blog .widget-blog-1 {
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 8px;
  gap: 0px;
}

.blog-masonry .list-blog .widget-blog-1:hover {
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
  border: none;
}

.blog-masonry .list-blog .widget-blog-1 .image {
  width: 100%;
}

.blog-masonry .list-blog .widget-blog-1 .image img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.blog-masonry .list-blog .widget-blog-1 .content {
  padding: 24px;
}

.blog-masonry .list-blog .widget-blog-1 .content .main-title a {
  color: #121212;
}

.blog-masonry .list-blog .widget-blog-1 .content .main-title:hover a {
  color: #14a077;
}

.blog-masonry .widget-pagination {
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}

/* Blog grid
--------------------------- */
.blog-grid.wrap-blog {
  width: 100%;
  max-width: 1410px;
  margin: auto;
  padding: 60px 0;
}

.blog-grid .list-blog-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.blog-grid .list-blog-wrap .widget-blog-1 {
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 8px;
  gap: 0px;
  width: 31.82%;
  transition: all 0.3s ease-in-out;
}

.blog-grid .list-blog-wrap .widget-blog-1:hover {
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
  border-color: #f1f1f1;
}

.blog-grid .list-blog-wrap .widget-blog-1 .image img {
  border-radius: 8px 8px 0 0;
}

.blog-grid .list-blog-wrap .widget-blog-1 .content {
  padding: 24px;
}

.blog-grid .list-blog-wrap .widget-blog-1 .content .main-title a {
  color: #121212;
}

.blog-grid .list-blog-wrap .widget-blog-1 .content .main-title:hover a {
  color: #14a077;
}

.blog-grid .widget-pagination {
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}

/* Blog detail
---------------------------------- */
.side-bar-blog .widget-blog-1 {
  border: none;
}

.blog-detail-side-bar.wrap-blog {
  width: 100%;
  max-width: 1410px;
  margin: auto;
  padding: 60px 0;
}

.blog-detail-side-bar-wrap {
  display: flex;
  gap: 153px;
}

.blog-detail-side-bar-content {
  width: 100%;
}

.blog-detail>.widget-blog-1 {
  border: none;
  flex-wrap: wrap;
  gap: 12px;
}

.blog-detail-side-bar-content>.widget-blog-1 .content {
  padding: 0;
}

.blog-detail-side-bar-content>.widget-blog-1 .image img,
.blog-detail-side-bar-content>.widget-blog-1 .image {
  width: 100%;
  padding: 7px 0px;
}

.blog-detail-side-bar-content>p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #64666c;
  margin-bottom: 16px;
}

.blog-detail-side-bar-content .image-single {
  display: flex;
  gap: 32px;
  margin: 32px 0px;
}

.blog-detail-side-bar-content .image-single img {
  width: 100%;
}

.blog-detail-side-bar-content>h5 {
  line-height: 30px;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.blog-detail-side-bar-content .blog-text {
  margin-bottom: 16px;
  padding-left: 26px;
}

.tag-social .wd-social span {
  margin-right: 16px;
}

.blog-detail-side-bar-content .blog-text li {
  font-size: 16px;
  line-height: 26px;
  color: #121212;
  margin-bottom: 12px;
  list-style: disc;
}

.blog-detail-side-bar-content .tag-social {
  display: flex;
  justify-content: space-between;
  margin: 32px 0px;
}

.blog-detail-side-bar-content .tag-social .widget-popular-tags {
  display: flex;
  gap: 12px;
  align-items: center;
}

.blog-detail-side-bar-content .tag-social .widget-popular-tags span {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.blog-detail-side-bar-content .tag-social .wd-social span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.widget-popular-tags .widget-popular-tags-wrap .widget-popular-tags-item a {
  font-size: 12px;
  line-height: 16px;
}

.blog-detail-side-bar-content .tag-social .widget-social-item {
  background-color: #f1f1f1;
}

.blog-detail-side-bar-content .nav-links {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding-top: 24px;
  padding-bottom: 34px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.nav-links.stc {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.nav-links.stc .next-post {
  text-align: end;

}

.blog-detail-side-bar-content .nav-links .post-navigation {
  margin: 0;
  padding: 0;
}

.blog-detail-side-bar-content .nav-links .title-post {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
}

.blog-detail-side-bar-content .nav-links .title-post.text-end {
  text-align: end;
}

.blog-detail-side-bar-content .nav-links .title-post a {
  color: #14a077;
  text-transform: uppercase;
}

.blog-detail-side-bar-content .nav-links p {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
}

.blog-detail-side-bar-content .nav-links .previous-post {
  border-right: 1px solid #e5e5e5;
}

/* .blog-detail-side-bar-content .nav-links::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 65px;
  background-color: #e5e5e5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.blog-detail-side-bar-content .comment-list-wrap {
  margin-bottom: 40px;
}

.blog-detail-side-bar-content .comment-list-wrap .comment-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
}

.widget-comment-wrap {
  display: flex;
  gap: 20px;
  position: relative;
}

.widget-comment-wrap .feature-post img {
  border-radius: 1000px;
  max-width: 60px;
  height: 60px;
}

.widget-comment-wrap .content-post {
  border-bottom: 1px solid #e5e5e5;
  flex-grow: 1;
}

.blog-detail-side-bar-content .comment-list .widget-comment-wrap:last-child .content-post {
  border: none;
}

.widget-comment-wrap .content-post .post-author {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.widget-comment-wrap .content-post .post-author a {
  color: #121212;
  margin-right: 12px;
}

.widget-comment-wrap .content-post .post-author span {
  color: #ffffff;
  background-color: #37b853;
  border-radius: 10px;
  font-size: 10px;
  padding: 4.5px 5px;
}

.widget-comment-wrap .content-post .post-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #64666c;
  margin-bottom: 8px;
}

.widget-comment-wrap .content-post p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #64666c;
  margin-bottom: 8px;
}

.widget-comment-wrap .content-post .button {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.widget-comment-wrap .content-post .button a {
  color: #14a077;
}

.widget-comment-wrap .helpfull {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.widget-comment-wrap .helpfull a {
  color: #6a6a6a;
}

.widget-comment-wrap .helpfull span {
  font-size: 16px;
  margin-left: 8px;
}

.blog-detail-side-bar-content .comment-list .widget-comment-wrap {
  margin-bottom: 20px;
}

.blog-detail-side-bar-content .comment-list .children {
  padding-left: 78px;
}

.comment-reply {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 40px;
}

.comment-reply .comment-reply-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
  margin-bottom: 24px;
}

.comment-reply form .comment-reply-name-email {
  display: flex;
  gap: 20px;
}

.comment-reply form .infor-container {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
}

.comment-reply form .infor-container textarea,
.comment-reply form .infor-container input {
  background-color: #e5e5e5;
  color: #64666c;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 15px 16px;
  font-style: normal;
  margin-top: 12px;
  margin-bottom: 20px;
}

.comment-reply form .checkbox {
  padding-left: 24px;
}

.comment-reply form .checkbox label {
  padding-left: 0;
}

.comment-reply form .form-submit button {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  padding: 12px 28px;
  background-color: #14a077;
  border-radius: 4px;
  border: none;
  margin-top: 12px;
}

.blog-detail-side-bar .widget-news {
  margin-top: 60px;
}

.wrap-blog-detail {
  max-width: 929px;
  margin: 0 auto;
}

.blog-detail-01.page-title {
  height: 568px;
  background-image: url(./images/page-title/blog-detail.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -58px;
}

.blog-detail-01.blog-detail-side-bar-content>.widget-blog-1 .sub-title {
  margin: auto;
}

.blog-detail-01.blog-detail-side-bar-content>.widget-blog-1 .meta {
  justify-content: center;
}

.text-pri {
  color: #14a077;
}

.d-flex {
  display: flex;
}

.aln-center {
  align-items: center;
}

.mg-bt-0 {
  margin-bottom: 0 !important;
}

.bg-f5 {
  background: #f5f5f5;
}

.preload {
  overflow: hidden;
}

/* Preload 
------------------------------------------- */
.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
}

.preload-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  margin: -100px 0 0 -100px;
  background: #ffffff;
}

.spinner {
  width: 56px;
  max-width: 56px;
  height: 56px;
  display: inline-grid;
  border: 4.5px solid #0000;
  border-radius: 50%;
  border-color: #14a076a3 #0000;
  animation: spinner-preloader 1s infinite linear;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  margin: 2.2px;
  border: inherit;
  border-radius: 50%;
}

.spinner::before {
  border-color: #14a077 #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.spinner::after {
  margin: 8.9px;
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
  position: fixed;
  right: -290px;
  top: 150px;
  width: 290px;
  background-color: #202020;
  z-index: 99999999;
  display: none;
}

.switcher-container h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  height: 50px;
  line-height: 45px;
  padding-left: 50px;
  padding-right: 85px;
  margin: 0;
  font-weight: 400;
}

.switcher-container h2 a {
  background-color: #14a077;
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  outline: 0;
  color: #fff;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
  text-decoration: none;
}

.switcher-container h2 .setting {
  margin-top: -2px;
  -webkit-animation: rotating 1s infinite linear;
  animation: rotating 1s infinite linear;
}

.switcher-container h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.switcher-container .selector-box {
  color: #fff;
  overflow: hidden;
}

.switcher-container .layout-switcher {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
  float: left;
  display: block;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
  margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
  margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
  color: #fff;
  cursor: pointer;
}

.switcher-container .color-box {
  height: auto;
  overflow: hidden;
  margin-bottom: 6px;
}

.switcher-container .styleswitch {
  margin-bottom: 10px;
}

.sw-odd {
  background-color: #323232;
  padding: 21px 0 30px 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sw-even {
  background-color: #202020;
  padding: 21px 0 25px 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sw-even a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 26px 10px 27px;
  margin-right: 10px;
  letter-spacing: 1.8px;
}

.sw-even a:hover {
  background-color: #14a077;
  border: 1px solid #14a077;
  color: #fff !important;
}

.sw-light {
  background-color: #fff;
  color: #000 !important;
}

.sw-odd a {
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: inline-block;
  line-height: 30px;
  width: 100%;
  position: relative;
  padding-left: 47px;
}

.sw-odd .ws-colors a:before {
  background: none;
}

.sw-odd .ws-colors a {
  width: auto;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #14a077;
  text-indent: -9999px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}

.sw-odd #color2 {
  background-color: #8b91dd;
}

.sw-odd #color3 {
  background-color: #fb236a;
}

.sw-odd #color4 {
  background-color: #1967d2;
}

.sw-odd #color5 {
  background-color: #059669;
}

.sw-odd #color6 {
  background-color: #3c65f5;
}

.sw-even h3 {
  margin-bottom: 6px;
}

/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
  width: 90.4%;
  margin: 0 auto;
  position: relative;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.home-boxed #header.downscrolled,
.home-boxed #header.upscrolled {
  width: 90.4%;
}


@keyframes spinner-preloader {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

/* Scroll
------------------------------------------------------ */
#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  z-index: 9999;
}

#scroll-top:hover {
  transform: translateY(-3px);
}

#scroll-top::before {
  z-index: -1;
  background-color: #14a077;
}

#scroll-top::before,
#scroll-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scroll-top::after {
  content: "\e99f";
  font-family: "icomoon";
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

/* @Keyframe */
@keyframes rotating {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*====================================
  custom by rajeev singh
===================================*/
.heading.text-center h2{
  font-size: 42px;
}  
.tf-slider.sl6 {
    padding-top: 160px;
    padding-bottom: 50px;
    min-height: 350px;
    background-image: url(../images/slider/slider3.jpg);
}
.nice-select .list {
  margin: 0px;
}
.primary-color {
    color: #0a5253;
    font-size: 28px;
    display: inline-block;
}
.why-us-section {
    position: relative;
    width: 100%;
}
.why-us-section .it-employeez-title h1 {
    color: #000000;
}
.why-it-employeez{
    position: relative;
    width: 100%;
    padding: 40px 50px 40px 50px; 
}
.why-us-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    right: -15px;
    height: 100%;
}
.why-us-image img {
    position: relative;
    width: 100%;
    height: 100%;
}
.why-choose-box {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 65px;
    display: inline-block;
}
.why-choose-box span {
    position: absolute;
    left: 0;
    top: 5px;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 3px solid #6dffff;
    overflow: hidden;
}
.why-choose-box span img{
  position: relative;
  width: 100%;
}
.why-choose-box h4 {
    position: relative;
    font-size: 22px;
    color: #fff;
    margin: 0px 0px 5px 0px;
}
.why-choose-box p{
    position: relative;
    font-size: 14px;
    color: black;
    margin: 0px;
}
.front-page-blog-section{
  position: relative;
  width: 100%;
  padding: 50px 0px;
}
.front-page-blog-section .group-col-3 .cl3 {
    width: calc(25% - 32px);
    margin-left: 32px;
}
.front-page-blog-section .widget-blog-1 .main-title {
    font-size: 18px;
    line-height: 24px;
} 
.front-page-blog-section .widget-blog-1 .main-title a{
    font-size: 18px;
    line-height: 24px;
}
.expert-item {
    border: 1px solid #FFF;
    border-radius: 10px;
    box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
}
.expert-item .expert-img {
    text-align: center;
    margin: 4px 4px 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    display: block;
}
.team-image{
  position: relative;
  width: 100%;
}
.expert-item .expert-img img {
    width: auto;
    height: 140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    object-fit: cover;
}
.bg-purple-100 {
    background-color: #EDEDFF !important;
}
.bg-teal-100 {
    background-color: #D4ECE9 !important;
}
.bg-orange-100 {
    background-color: #FFEEE9 !important;
}
.bg-pink-100 {
    background-color: #FFECF4 !important;
}
.expert-item .expert-img .circle-shape {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 149px;
    height: 149px;
    border-radius: 50%;
    margin-top: -40px;
    z-index: 1;
}
.bg-purple {
    background-color: #6938EF !important;
    border: 1px solid #6938EF !important;
    color: #FFF;
}
.section-team-section{
  position: relative;
  width: 100%;
  background: #f5f7f8;
  padding: 50px 0px;
}
.bg-orange {
    background-color: #E04F16 !important;
}
.bg-pink {
    background-color: #DD2590 !important;
    border: 1px solid #DD2590 !important;
    color: #FFF;
}
.bg-teal {
    background-color: #0E9384 !important;
    border: 1px solid #0E9384 !important;
}
.footer-about {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-right: 40px;
}
.footer-about p{
  position: relative;
  color: #fff;
}
.footer-weigit .ft-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #fff;
}
.footer-weigit {
    position: relative;
    width: 100%;
}
.footer-weigit .content {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.footer-weigit .content p {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: flex;
    margin-bottom: 15px;
}
.footer-weigit .content p span {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    display: block;
        margin-right: 7px;
}
.testimonials-section .swiper-backface-hidden .swiper-slide {
    padding: 30px 0px;
}
.testimonials-section{
  position: relative;
  width: 100%;
  padding: 50px 0px 0px 0px;
}
.btn-login-signup {
    display: inline-block;
    background: #1e9cb2;
    color: #fff;
    border: none;
    padding:8px 25px;
    height: 40px;
    border-radius: 25px;
}
.join-us-section{
    position: relative;
    width: 100%;
    background: #074e50;
}
.join-us-it-employeez{
    position: relative;
    width: 100%;
    padding: 40px 50px 40px 50px; 
}
.join-us-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    left: -15px;
    height: 100%;
}
.join-us-image img {
    position: relative;
    width: 100%;
    height: 100%;
}
.join-us-box {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 0;
    padding-left: 60px;
    display: inline-block;
}
.join-now-box{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align:left;
  transform: translate(-50%, -50%);
}
.join-now-box p {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.join-now-box h3 {
    position: relative;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.join-now-box a {
    position: relative;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #6dffff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 4px;
    background: #229cac;
}
.join-us-box span {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    border: 3px solid #6dffff;
    overflow: hidden;
}
.join-us-box span img{
  position: relative;
  width: 100%;
}
.join-us-box h4 {
    position: relative;
    font-size: 22px;
    color: #fff;
    margin: 0px 0px 5px 0px;
}
/*=========================================
  owl-carousel slider css
=========================================*/  
  .one-item{
            position: relative;
            width: 100%;
         }
         .one-item .owl-nav{
            position: absolute;
            width: 100%;
            top: 42%;
         } 
         .one-item .owl-nav button {
             position: absolute;
             width: 30px;
             background: #fff !important;
             height: 50px;
             font-size: 42px;
         }   
         .one-item .owl-nav button span{
             font-size: 28px;
         }         
         .one-item .owl-nav button.owl-prev{
            position: absolute;
            left: 0px; 
            border-radius: 0px 4px 4px 0px;          
         }  
         .one-item .owl-nav button.owl-next{
            position: absolute;
            right: 0px;  
            border-radius: 4px 0px 0px 4px;            
         } 
/*=========================================
  owl-carousel slider css end
=========================================*/       

.view-all-button {
    position: relative;
    display: inline-block;
    float: right;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
    padding: 7.5px 20px;
    background: #0a5253;
}
.view-all-button:hover {
    color: #fff;
}
.view-all-button span{
    position: relative;
    top: 2px;
}
.slider-section {
    width: 100%;
    position: relative;
    margin-top: 0px;
}
/*=========================================
  Apply a job for banner section
=========================================*/ 
.apply-for-job {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    z-index: 2;
}
.apply-for-job .heading {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.apply-for-job .heading h1{
    position: relative;
    color: #fff;
    font-size: 42px;
    margin: 0px;
}
.apply-for-job .form-sl {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 5px 5px 5px 10px;
    border-radius: 50px;
}
.apply-for-job .form-group-1 {
    position: relative;
    width: 40%;
}
.apply-for-job .form-group-2 {
    position: relative;
    width: 40%;
}
.apply-for-job .form-group-4 {
    position: relative;
    width: 20%;
}
/*=========================================
  Apply a job for banner section end
=========================================*/ 
.top-search-bar {
    position: relative;
    width: 100%;
        left: 42px;
}
.top-search-bar input {
    position: relative;
    width: 100%;
    padding: 0px 50px 0px 20px;
    border: 1px solid #ccc;
    border-radius: 25px;
    background: #fff;
    height: 42px;
}
.nav-wrap {
    width: 85%;
    text-align: center;
}
.nav-filter {
    position: relative;
    width: 10%;
    text-align: inherit;
}
.btn-top-search {
    position: absolute;
    right: 0;
    width: 50px;
    height: 42px;
    background: #1691ac;
    border: none;
    text-align: center;
    top: 0;
    border-radius: 0px 25px 25px 0px;
    padding: 0;
}
.btn-top-search i{
    position: relative;
    color: #fff;
}
.menu-area {
    position: relative;
    background: #1691ac;
    margin-top: 5px;
    border-bottom: 1px solid #96fcfc;
}
.whu-it-employeez-text-box{
  position: relative;
  width: 100%;
}
.whu-it-employeez-image-box{
  position: relative;
  width: 100%;  
}
.whu-it-employeez-image-box img{
  position: relative;
  width: 100%;  
}

.why-us-section .it-employeez-title {
    width: 70%;
    justify-content: space-between;
    margin-bottom: 25px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 25px;
    margin-bottom: 0px;
    align-items: inherit;
    display: block;
}
.footer-about p{
    position: relative;
    font-size: 14px;
    line-height: 24px;
}
.page-contact-us{
  position: relative;
  width: 100%;
  padding: 50px 0px;
}
.page-breadcrumb {
    position: relative;
    width: 100%;
     padding: 4px 0px 4px;
    background: #074e50;
}
.page-breadcrumb .widget-menu-link {
    background-color: #074d50;
    padding-top: 11px;
    
}
.page-breadcrumb .widget-menu-link ul li:last-child a {
    color: #fff;
}
.page-breadcrumb .widget-menu-link ul li a {
    color: #fff;
}
.page-content{
  position: relative;
  width: 100%;
  padding: 50px 0px;
}
.servise-img-area {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 6px;
    overflow: hidden;
}
.service-details-location{
  position: relative;
  width: 100%;
  padding:50px 0px;
}
.candidates-page-section{
  position: relative;
  width: 100%;
  padding: 50px 0px;
}
.widget-blog-1 .main-title a{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.tab-term {
    position: sticky;
    background: #e2ebdd;
    padding: 25px;
}
.term-section h6{
  font-size: 20px;
}
.it-apps-page-section{
   position: relative;
    width: 100%;
    padding: 5px 0px; 
    min-height: 300px;
}
.popular-company {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
    z-index: 2;
    text-align: center;
    background: #0000001f;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #696969;
}
.popular-company .tab {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.popular-company .tab a {
    background-color: #1691ac;
    border: none;
    display:inline-block;
    outline: none;
    cursor: pointer;
    padding: 5px 20px;
    transition: 0.3s;
    font-size: 15px;
    margin-right: 10px;
    color: #fff;
    border-radius: 20px;
}
.popular-company .tab a:hover {

}
.popular-company .tab a.active {

}
.popular-company .tabcontent {

}
.popular-company .contentText {
    position: relative;
    width: 100%;
    display: inline-block;
}
.popular-company .contentText p {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.popular-company .contentText h4 {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    width: auto;
    margin-bottom: 15px;
}
.btn-grp {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}
.btn-grp {
    position: relative;
    text-align: center;
    display: inline-block;
}
.combo-btn {
    background: #0a5253;
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
}
 .center-text h4 {
    font-size: 20px;
    line-height: 1.2222222222222223em;
    float: left;
    display: inline-block;
    position: relative;
    top: 20px;
}
.center-text {
    display: inline-block;
    position: relative;
    width: 100%;
}


.it-employeez-text-top h1 {
    color: black;
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
}
.it-employeez-text-top p {
    text-align: center;
    margin-bottom: 25px;
}
.why-us-section-new {
    position: relative;
    background: #20a1b60a;
    padding: 35px 0px;
}
.job-category-box .btn-category-job {
    color: #df291b;
    text-transform: none;
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
   margin-left: 56px;
    position: relative;
}
.job-category-box h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
.job-category-box p {
    color: #64666c;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
 .job-category-box img.prduct-img {
    border-radius: 8px;
    margin-bottom: 5px;
}
.group-category-job-prdct {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.group-category-job-prdct.padding {
  padding-bottom: 50px;
}
.job-category-box-new .btn-category-job {
    color: #df291b;
    text-transform: none;
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
   margin-left: 56px;
    position: relative;
}
.job-category-box-new h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
.job-category-box-new p {
    color: #64666c;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 13px;
}
 .job-category-box-new img.prduct-img {
      border-radius: 8px;
    margin-bottom: 5px;
    height: 100px;
    width: 100%;
}
.group-category-job-prdct .job-category-box-new {
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
    border-radius: 8px;
    /*padding: 28px;*/
}
.filter-form {
    padding: 20px;
    /* background: #f8f9fa; */
    border-radius: 10px;
    box-shadow: 0 0 6px #ccc;
}
.filter-form input, .filter-container select {
    width: 100%;
    padding: 15px;
    margin-bottom: 7px;
    border-radius: 60px;
    border: 1px solid #ddd;
    margin-top: 3px;
    background: #f1f1f1ab;
}
 .filter-form h4 {
    color: black;
    padding-bottom: 13px;
}
 .filter-form p {
    padding-bottom: 5px;
    font-size: 18px;
}

.group-category-job-it-app {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.group-category-job-it-app.padding {
  padding-bottom: 50px;
}
.job-category-box-it-app .btn-category-job span {
  margin-left: 4px;
  font-size: 20px;
}

.job-category-box-it-app:hover,
.job-category-box.active {
  background: #0c5253;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.job-category-box-new:hover{
  background: #0c5253;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
  
}
.job-category-box-new:hover p {
  color: #fff;
}

.job-category-box-new{
    padding: 12px;
}
.job-category-box-it-app.active a,
.job-category-box-it-app.active p,
.job-category-box-it-app.active .btn-category-job,
.job-category-box-it-app:hover a,
.job-category-box-it-app:hover p,
.job-category-box-it-app:hover .btn-category-job,
.job-category-box-it-app {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.job-category-box-it-app .job-category-header {
  margin-bottom: 0px;
}

.job-category-box-it-app h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
    padding-bottom: 13px;
}

.job-category-box-it-app a.btn-category-job {
    margin-left: 20px;
}
.job-category-box-it-app p {
    color: #64666c;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 13px;
}
.job-category-box-it-app h1 a {
  color: #121212;
}

.job-category-box-it-app h1 a:hover {
  color: #14a077;
}

.job-category-box-it-app p {
  color: #64666c;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.job-category-box-it-app .btn-category-job {
    color: #064e51;
  text-transform: none;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  display: flex;
  align-items: center;
}
.login-joinItEmployeez{
    position:relative;
    width:100%;
    text-align:center;
    margin-bottom:25px;
}
.group-category-job-it-app .job-category-box-it-app {
    width: calc(16% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px rgba(28, 36, 51, 0.1);
    border-radius: 8px;
    padding: 10px;
}

.front-page .group-category-job-it-app .job-category-box-it-app {
    width: calc(20% - 20px);
}
.why-it-section {
    box-shadow: 0 0 12px #cccc;
    position:relative;
    width:100%;
    border-radius:8px;
    overflow:hidden;
}
.searchBar {
    position: relative;
    width: 100%;
    margin: 20px auto;
}
.searchBar input {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 25px;
    padding: 0px 65px 0px 20px;
    margin: 20px auto;
    height: 46px;
}
.btn-top-search-bottom {
    position: absolute;
    right: 15px;
    border: none;
    text-align: center;
    top: 10px;
    padding: 0;
    color: #000;
}
.term-content h4{
    font-size:24px;
    color:#333;
    margin:0px 0px 15px 0px;
}
.servise-text-area h6{
    font-size:24px;
    color:#333;
    margin:0px 0px 15px 0px;    
}
.group-contact-us .content a{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
.wd-form-login h4 {
    margin-bottom: 15px;
    font-size: 28px;
    color: #074d50;
}
.wd-form-login .form-icon {
    padding-bottom: 14px;
}
.wd-form-login {
    max-width: 472px;
    margin: 0 auto;
    text-align: center;
    background: #f5f7f8;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #074d50;
}
.wd-form-login label {
    position: relative;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}
.wd-form-login input {
    position: relative;
    width:100%;
    height:36px;
    border:1px solid #ccc;
    margin-bottom: 10px;
}
input.form-control {
    height: 44px;
    border-radius: 6px;
    border: 1px solid;
}
.wd-form-login  label.form-check-label {
    float: left;
}
/*==============================================
    16-04-2025
==============================================*/
.btn-top-search-bottom i{
    font-size: 22px;
    color:#333;
}
.combo-btn a{
    display: inline-block;
    color: #fff;
    font-weight:600;
    font-size: 24px;
    text-decoration:underline;
}

/*#main-nav #menu-primary-menu  li.menu-item.current-item a{*/
/*    border-bottom: 2px solid #333;*/
/*}*/
.job-category-box4u {
    position: relative;
    width: 100%;
    text-align: center;
    background: #fcfcfc;
    border-radius: 12px;
    padding: 5px;
    box-shadow: 0 0 10px #e6dede;
        margin-bottom: 17px;
}
.job-category-box4u img{
    position: relative;
    width: 80%;
    height: 74px;
    margin:0 auto;
}
.job-category-box4u h2{
    position: relative;
    font-size: 28px;
    color: #074e50;
    margin-bottom:15px;
}
.expert-item .expert-content {
    padding: 20px;
    position: relative;
    width: 100%;
    text-align:center;
    background: #fff;
}
.expert-item .expert-content h5{
    position: relative;
    margin: 0px 0px 5px 0px;
}
.expert-item .expert-content h5 a{
    position: relative;
    font-size: 18px;
}
.why-it-section-img img {
    width: 100%;
    height: 190px;
}
.why-it-section-text h4 {
    color: #14a077;
    padding-bottom: 10px;
    font-size: 18px;
}
.why-it-section-text {
    padding: 15px;
    background-color: #fff;
    min-height: 225px;
    margin-bottom: 0;
}
.front-page-blog-section .col-lg-3{
    width:20%;
}
.front-blog-box{
    position:relative;
    width:100%;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0px 0px 5px #efefef;
}
.front-blog-box .content{
    position:relative;
    width:100%;
    padding:15px;
    text-align:justify;
}
.front-blog-box .content a {
    position: relative;
    color: #333;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 24px !important;
    margin-bottom: 10px !important;
    display: block;
}

/*======================================
Loader css start here
======================================*/
.waviy {
  position: relative;
  -webkit-box-reflect: below -1.25rem linear-gradient(transparent, rgba(0, 0, 0, 0.2)); }

.waviy span {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  color: #000;
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i)); }

@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0); }
  20% {
    transform: translateY(-1.25rem); } }

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  background-color: #fff; }

[data-theme-version="dark"] #preloader {
  background: #171622; }

[data-theme-version="dark"] .waviy span {
  color: #fff; }
/*======================================
Loader css end here
======================================*/

/*======================================
    dashboard css start here
======================================*/
.page-title-dashboard {
    padding: 32px 0 32px;
}
.inner-form-area{
   position:relative;
   width:100%;
   padding: 30px;
   background:#fff;
   border-radius: 12px;
   box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

/*======================================
    dashboard css end here
======================================*/
.mob-login-wrapper{
   position:relative;
   width:100%;
   display:none;
}
.whatsappORcall {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    display: none;
    z-index: 9;
}
.whatsappORcall .phoneCall {
    position: relative;
    width: 50%;
    background: #41A5EE;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    float: left;
}
.whatsappORcall .phoneCall img{
    position: relative;
    height:20px;
}
.whatsappORcall .whatsApp{
    position: relative;
    width: 50%;
    background: #28A71A;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    float: left;
}
.whatsappORcall .whatsApp img{
    position: relative;
    height:20px;
}
.title-btn-group-area{
    position: relative;
    width:100%;
}
.title-btn-group-area h4{
    position: relative;
    font-size: 24px;
    color: #333;
    display: inline-block;
}
.title-btn-group-area .btn-add-new-item {
    position: relative;
    float: right;
    display: inline-block;
    background: #074e50;
    color: #fff;
    padding: 5px 25px;
    border-radius: 25px;
}
.clients-comments-section{
    position: relative;
    width: 100%;
    background: #f7f7f7;
    padding: 50px;
}
.clients-comments-box{
    position: relative;
    width: 100%;    
}
.clients-comments-box .parent-commenter{
   position: relative;
    width: 100%;
    display: inline-block;
    background: #dccece29;
    padding: 10px;
    border-radius: 12px;
    
}
.clients-comments-box .parent-commenter .commenter-identity{
    position: relative;
    width: 100%;    
    display: inline-block;
}
.clients-comments-box .parent-commenter .commenter-identity .commenter-picture{
    position: relative;
    width:15%;
    text-align: center;
    float: left;
    display: inline-block;
}
.clients-comments-box .parent-commenter .commenter-identity .commenter-picture img{
    position: relative;
    width:70px;
    margin: 0 auto;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #333;
}
.clients-comments-box .parent-commenter .commenter-identity .commenter-picture h3{
    position: relative;
    font-size:20px;
    margin: 10px 0px;
    color: #333;
}
.clients-comments-box .parent-commenter .commenter-identity .comment-title-name{
    position: relative;
    width:85%;
    float: left;
    display: inline-block;
}
.clients-comments-box .parent-commenter .commenter-identity .comment-title-name h4{
    position: relative;
    font-size:20px;
    margin: 10px 0px;
    color: #333;
}
.clients-comments-box .parent-commenter .commenter-identity .comment-title-name p{
    position: relative;
    font-size:14px;
    margin: 10px 0px;
    color: #666;
}
.clients-comments-box .parent-commenter .commenter-comment{
    position: relative;
    width: 100%;    
    display: inline-block;
}
.clients-comments-box .child-commenter{
    position: relative;
    width: 90%;  
    float: right;
    background: #fff;
    border-radius:12px;
    padding: 15px;
    display: inline-block;
    margin: 15px 0px;
}
.clients-comments-box .child-commenter .commenter-identity{
    position: relative;
    width: 100%;    
    display: inline-block;
}
.clients-comments-box .child-commenter .commenter-identity .commenter-picture{
    position: relative;
    width:15%;
    text-align: center;
    float: left;
    display: inline-block;
}
.clients-comments-box .child-commenter .commenter-identity .commenter-picture img{
    position: relative;
    width:70px;
    margin: 0 auto;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #333;
}
.clients-comments-box .child-commenter .commenter-identity .commenter-picture h3{
    position: relative;
    font-size:20px;
    margin: 10px 0px;
    color: #333;
}
.clients-comments-box .child-commenter .commenter-identity .comment-title-name{
    position: relative;
    width:85%;
    float: left;
    display: inline-block;
}
.clients-comments-box .child-commenter .commenter-identity .comment-title-name h4{
    position: relative;
    font-size:20px;
    margin: 10px 0px;
    color: #333;
}
.clients-comments-box .child-commenter .commenter-identity .comment-title-name p{
    position: relative;
    font-size:14px;
    margin: 10px 0px;
    color: #666;
}
.clients-comments-box .child-commenter .commenter-comment{
    position: relative;
    width: 100%;    
    display: inline-block;
}
.reply-comments-box{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.reply-comments-box h2{
    position: relative;
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}
.reply-comments-box .form-group{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.reply-comments-box .form-group input{
    position: relative;
    height: 42px;
    padding: 0px 15px;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
}
.reply-comments-box .form-group label{
    position: relative;
    display: block;
    font: 16px;
    margin-bottom: 5px;
    color: #333;
}
.reply-comments-box .form-group textarea{
    position: relative;
    padding:15px;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
}
.reply-comments-box .form-group .btn-submit{
    position: relative;
    padding: 0px 25px;
    height: 40px;
    background: #333;
    border-radius: 4px;
    width:auto;
    color: #fff;
}
.filter-form-new {
    width: 502px;
    margin-left: 14px;
}
.filter-form-new input.form-control {
    height: 43px;
    border-radius: 52px;
    border: 1px solid;
    background: #fff;
}
.content-text h2{
    color:black;
}
.content-text h3{
    color:black;
}
.servise-img img{
    width: 100%;
    height: auto;
}
.filter-form-new1 {
    width: 340px;
    margin-left: 0;
}
.candidate_naming{
    position: relative;
    text-align: center;
    padding: 10px 0px;
}
.candidate_naming h2{
    position: relative;
    font-size: 20px;
}
.comments-type-text-area{
    position: relative;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius:8px;
    margin-bottom: 15px;
    overflow:hidden;
    box-shadow: 0px 0px 10px #ccc;
}
.comments-type-text-area .tabcontent {
  display: none;
  position: relative;
  width: 100%;
  border-top: none;
  padding:60px 15px 15px 15px;
}
.comments-type-text-area .tabcontent h3{
    position: absolute;
    top: 0px;
    left:0px;
    height: 40px;
    background: #f6f7f8;
    padding: 5px 15px;
    right: 0px;
    color: #333;
}
.comments-type-text-area .tabcontent.active {
  display:inline-block;
}
.comments-type{
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.comments-type button{
    position: relative;
    width:auto;
    padding: 10px 25px;
    text-align: center;
    background: #f5f6f7;
    margin-right: 40px;
    border: none;
    color: #333;
    height: 40px;
    border-radius: 25px;
    display: inline-block;
}
.comments-type button.active{
    position: relative;
    width:auto;
    padding: 10px 25px;
    text-align: center;
    background: #333;
    border: none;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.message-sender-box{
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px 10px 10px 90px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #f5f5f5;
}
.message-sender-box .message-sender-picture-box{
    position: absolute;
    width:60px;
    left:10px;
    top: 10px;
    height: 60px;
    border-radius: 50px;
    overflow:hidden;
    display: inline-block;
}
.message-sender-box .message-sender-picture-box img{
    position:relative;
    width:100%;
}
.message-sender-box .message-sender-message-box{
    position: relative;
    width: 100%;
}
.message-sender-box .message-sender-message-box h4{
    position: relative;
    font-size: 18px;
    color: #333;
}
.message-sender-box .message-sender-message-box p{
    position: relative;
    font-size: 14px;
    color: #333;
}
.taged-box{
    position: relative;
    width: 100%;
    border-top: 1px solid #ccc;
}
.taged-box span{
    position: relative;
    display: inline-block;
    margin: 0px 15px;
}

.message-receiver-box{
    position: relative;
    width: 93%;
    display: inline-block;
    padding: 10px 10px 10px 90px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #ccc;
    margin-left: 7%;
}
.message-receiver-box .message-receiver-picture-box{
    position: absolute;
    width:60px;
    left:10px;
    top: 10px;
    height: 60px;
    border-radius: 50px;
    overflow:hidden;
    display: inline-block;
}
.message-receiver-box .message-receiver-picture-box img{
    position:relative;
    width:100%;
}
.message-receiver-box .message-receiver-message-box{
    position: relative;
    width: 100%;
}
.message-receiver-box .message-receiver-message-box h4{
    position: relative;
    font-size: 18px;
    color: #333;
}
.message-receiver-box .message-receiver-message-box p{
    position: relative;
    font-size: 14px;
    color: #333;
}
.message-receiver-box .taged-box{
    position: relative;
    width: 100%;
    border-top: 1px solid #fff;
}
.comments-count-box{
    position: relative;
    width: 100%;
    text-align: right;
}
.comments-count-box span{
    position: relative;
    font-size: 16px;
    color: #333;
}
.ccomments-reply-box{
    position: relative;
    width: 100%;
}
.ccomments-reply-box input{
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0px 60px 0px 15px;
    height:50px;
    border-radius: 25px;
}
.btn-reply-comment{
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    padding: 0px!important;
    border:none!important;
    height: 40px;
}
.btn-reply-comment img{
    width:70%;
}
.comments-section-area{
    position: relative;
    width: 100%;
    height:215px;
    overflow:hidden;
}
.comments-section-area.active{
    position: relative;
    width: 100%;
    height:auto;
}

.Comments-counts{
    position: relative;
    border: none!important;
    background: transparent;
    color: #333;
}
.page-sidebar-list{
    position: relative;
    width: 100%;
    padding: 30px;
    background: #074e50;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.page-sidebar-right{
    position: relative;
    width: 100%;
    /*box-shadow: 0px 0px 20px #ccc;*/
    border-radius: 12px;
    padding: 25px;
    
}
.page-sidebar-list h2{
    position: relative;
    font-size:24px;
    color:#fff;
}
.page-sidebar-right .post-box{
    padding: 20px 0px;
}
.what-about-login{
    position: relative;
    width: 100%;
    text-align: center;
}
.what-about-login p{
    position: relative;
    font-size: 24px;
    color: #333;
}
.what-about-login p a{
    position: relative;
    text-decoration: underline;
    color: #000;
    font-size: 24px;
}

.page-sidebar-right .comments-type-text-area {
    position: relative;
    width: 100%;
    padding: 0px;
    background: #fff;
    border-radius: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    box-shadow:none;
}
.community-banenr{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow:hidden;
    text-align: center;
}
.community-banenr img{
    position: relative;
    width: 100%;
    border-radius: 14px;
}



   .dropdown-wrapper {
      position: relative;
      display: inline-block;
      background-color: #004d4d;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 999px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    }
   
    .dropdown-menu {
      display: none;
      position: absolute;
      top: 110%;
      left: 0;
      background-color: #fff;
      min-width: 180px;
      border-radius: 6px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      z-index: 1000;
      overflow: hidden;
    }
    .dropdown-menu a {
      display: block;
      padding: 10px 15px;
      color: #004d4d;
      text-decoration: none;
      font-size: 14px;
    }
    .dropdown-menu a:hover {
      background-color: #f0f0f0;
    }
    .dropdown-wrapper:hover .dropdown-menu {
      display: block;
    }
    a.dropdown-button {
    color: #fff;
}
.it-apps-page-section.top {
    position: relative;
    width: 100%;
    padding: 3px 0px;
    background: #f6fbfc;
}
.dropdown-button {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease;
}

.dropdown-button:hover {
  border-bottom: 2px solid white;
}
img.site-logo {
    height: 85px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 12px;
}
div#companyResults {
    padding-bottom: 20px;
}
div#companyProductResults {
    padding-bottom: 20px;
}
.popular-company .contentText h4:hover{
    color: #fff;
    border-bottom:4px solid;
    display: inline-block;
}
#main-nav #menu-primary-menu  li.menu-item:hover a{
       border-bottom: 2px solid #004d4d;
       color:#004d4d;
}
.job-category-box4u:hover{
    background: #004d4d;
}
.job-category-box-new p:hover{
    color:#fff;
}
.sbscribe-wrapper {
    position: relative;
    display: inline-block;
    background-color: #000000;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 999px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    /* max-width: 181px; */
    width: 100%;
    text-align: center;
}
.sbscribe-wrapper:hover{
    background-color: red;
}
a.subscribe-button {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.sbscribe-wrapper a{
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.wd-form-login img.site-logo {
    height: 29px;
    width: 30px;
    margin: 0;
    padding: 0;
    border-radius: 12px;
}
.pd-left {
    padding-left: 60px;
}
.about-page-section{
    position: relative;
    padding: 60px 0px;
    width:100%;
}
.about-page-section .thumb{
    position: relative;
    width:100%;
}

.about-page-section .thumb img{
    position: relative;
    width:100%;
}
.about-text{
    position: relative;
    width:100%;    
}

.about-text h3{
    position: relative;
    font-size: 28px;
    margin-bottom: 15px;
}


.login-nav {
    display: none;
}
/* Mobile only */
@media(max-width: 768px) {
  .login-nav {
    position: relative;
  }
  .mobile-login-dropdown {
    position: relative;
    display: inline-block;
  }
}









