.site-text-primary {
  color: var(--primary-color);
}
.site-text-secondry {
  color: #171d28;
}
.site-text-black {
  color: #000;
}
.site-text-gray {
  color: #f9fcff;
}
.site-text-white {
  color: #fff;
}
.site-text-orange {
  color: #fd7e14;
}
.site-bg-primary {
  background-color: var(--primary-color);
}
.site-bg-black {
  background-color: #000;
}
.site-bg-dark {
  background-color: #17171d;
}
.site-bg-gray {
  background-color: #f9fcff;
}
.site-bg-light {
  background-color: #f9f9f9;
}
.site-bg-white {
  background-color: #fff;
}
.site-bg-light-purple {
  background-color: #f0f6fe;
}
body {
  color: #3c3c3c;
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}
a {
  color: #17171d;
}
a,
a:focus,
a:hover {
  outline: 0 none;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  color: inherit;
}
.overflow-hide {
  overflow: hidden;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.shadow-bx {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.wt-icon-box-wraper:after,
ol.commentlist li:after {
  clear: both;
  content: "";
  display: table;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
ul {
  padding: 0;
}
::-moz-selection {
  background: #484848;
  color: #fff;
}
::selection {
  background: #484848;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #17171d;
  font-family: var(--primary-font);
  line-height: 1.2;
}
h1 {
  font-size: 60px;
  font-weight: 700;
}
h2 {
  font-size: 46px;
}
h2,
h3 {
  font-weight: 500;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h4,
h5 {
  font-weight: 500;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  font-weight: 400;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
dl,
ol,
ul {
  list-style-position: outside;
  padding: 0;
}
ol,
ul {
  margin-bottom: 24px;
}
ol li,
ul li {
  padding: 0;
}
.list-simple li {
  margin-bottom: 10px;
}
.list-simple li ul {
  margin-left: 15px;
  margin-top: 10px;
}
.list-simple.list-unstyled li ul {
  margin-left: 30px;
  margin-top: 10px;
}
.list-angle-right,
.list-arrow,
.list-arrow-circle,
.list-check,
.list-check-circle,
.list-checked,
.list-chevron-circle,
.list-circle,
.list-times-circle {
  font-weight: 600;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.list-angle-right li,
.list-arrow li,
.list-arrow-circle li,
.list-check li,
.list-check-circle li,
.list-checked li,
.list-chevron-circle li,
.list-circle li,
.list-times-circle li {
  padding: 5px 5px 5px 20px;
  position: relative;
}
.list-angle-right li:before,
.list-arrow li:before,
.list-arrow-circle li:before,
.list-check li:before,
.list-check-circle li:before,
.list-checked li:before,
.list-chevron-circle li:before,
.list-circle li:before,
.list-times-circle li:before {
  color: #000;
  display: block;
  font-family: FontAwesome;
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 3px;
}
.list-circle li:before {
  content: "";
  font-size: 10px;
  top: 6px;
}
.list-angle-right li:before {
  content: "";
}
.list-arrow li:before {
  content: "";
}
.list-check li:before {
  content: "";
}
.list-checked li:before {
  content: "";
}
.list-check-circle li:before {
  content: "";
}
.list-chevron-circle li:before {
  content: "";
}
.list-arrow-circle li:before {
  content: "";
}
.list-times-circle li:before {
  content: "";
}
.p-a0 {
  padding: 0;
}
.p-a5 {
  padding: 5px;
}
.p-a10 {
  padding: 10px;
}
.p-a15 {
  padding: 15px;
}
.p-a20 {
  padding: 20px;
}
.p-a25 {
  padding: 25px;
}
.p-a30 {
  padding: 30px;
}
.p-a40 {
  padding: 40px;
}
.p-a50 {
  padding: 50px;
}
.p-a60 {
  padding: 60px;
}
.p-a70 {
  padding: 70px;
}
.p-a80 {
  padding: 80px;
}
.p-a90 {
  padding: 90px;
}
.p-a100 {
  padding: 100px;
}
.p-a110 {
  padding: 110px;
}
.p-a120 {
  padding: 120px;
}
.p-a130 {
  padding: 130px;
}
.p-a140 {
  padding: 140px;
}
.p-a150 {
  padding: 150px;
}
.p-t0 {
  padding-top: 0;
}
.p-t5 {
  padding-top: 5px;
}
.p-t10 {
  padding-top: 10px;
}
.p-t15 {
  padding-top: 15px;
}
.p-t20 {
  padding-top: 20px;
}
.p-t30 {
  padding-top: 30px;
}
.p-t40 {
  padding-top: 40px;
}
.p-t50 {
  padding-top: 50px;
}
.p-t60 {
  padding-top: 60px;
}
.p-t70 {
  padding-top: 70px;
}
.p-t80 {
  padding-top: 80px;
}
.p-t90 {
  padding-top: 90px;
}
.p-t100 {
  padding-top: 100px;
}
.p-t110 {
  padding-top: 110px;
}
.p-t120 {
  padding-top: 120px;
}
.p-t130 {
  padding-top: 130px;
}
.p-t140 {
  padding-top: 140px;
}
.p-t150 {
  padding-top: 150px;
}
.p-b0 {
  padding-bottom: 0;
}
.p-b5 {
  padding-bottom: 5px;
}
.p-b10 {
  padding-bottom: 10px;
}
.p-b15 {
  padding-bottom: 15px;
}
.p-b20 {
  padding-bottom: 20px;
}
.p-b30 {
  padding-bottom: 30px;
}
.p-b40 {
  padding-bottom: 40px;
}
.p-b50 {
  padding-bottom: 50px;
}
.p-b60 {
  padding-bottom: 60px;
}
.p-b70 {
  padding-bottom: 70px;
}
.p-b80 {
  padding-bottom: 80px;
}
.p-b90 {
  padding-bottom: 90px;
}
.p-b100 {
  padding-bottom: 100px;
}
.p-b110 {
  padding-bottom: 110px;
}
.p-b120 {
  padding-bottom: 120px;
}
.p-b130 {
  padding-bottom: 130px;
}
.p-b140 {
  padding-bottom: 140px;
}
.p-b150 {
  padding-bottom: 150px;
}
.p-l0 {
  padding-left: 0;
}
.p-l5 {
  padding-left: 5px;
}
.p-l10 {
  padding-left: 10px;
}
.p-l15 {
  padding-left: 15px;
}
.p-l20 {
  padding-left: 20px;
}
.p-l30 {
  padding-left: 30px;
}
.p-l40 {
  padding-left: 40px;
}
.p-l50 {
  padding-left: 50px;
}
.p-l60 {
  padding-left: 60px;
}
.p-l70 {
  padding-left: 70px;
}
.p-l80 {
  padding-left: 80px;
}
.p-l90 {
  padding-left: 90px;
}
.p-l100 {
  padding-left: 100px;
}
.p-l110 {
  padding-left: 110px;
}
.p-l120 {
  padding-left: 120px;
}
.p-l130 {
  padding-left: 130px;
}
.p-l140 {
  padding-left: 140px;
}
.p-l150 {
  padding-left: 150px;
}
.p-r0 {
  padding-right: 0;
}
.p-r5 {
  padding-right: 5px;
}
.p-r10 {
  padding-right: 10px;
}
.p-r15 {
  padding-right: 15px;
}
.p-r20 {
  padding-right: 20px;
}
.p-r30 {
  padding-right: 30px;
}
.p-r40 {
  padding-right: 40px;
}
.p-r50 {
  padding-right: 50px;
}
.p-r60 {
  padding-right: 60px;
}
.p-r70 {
  padding-right: 70px;
}
.p-r80 {
  padding-right: 80px;
}
.p-r90 {
  padding-right: 90px;
}
.p-r100 {
  padding-right: 100px;
}
.p-r110 {
  padding-right: 110px;
}
.p-r120 {
  padding-right: 120px;
}
.p-r130 {
  padding-right: 130px;
}
.p-r140 {
  padding-right: 140px;
}
.p-r150 {
  padding-right: 150px;
}
.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}
.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}
.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}
.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}
.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}
.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}
.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}
.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}
.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}
.p-lr120 {
  padding-left: 120px;
  padding-right: 120px;
}
.p-lr150 {
  padding-left: 150px;
  padding-right: 150px;
}
.p-tb0 {
  padding-bottom: 0;
  padding-top: 0;
}
.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}
.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}
.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}
.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}
.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}
.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}
.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.p-tb120 {
  padding-bottom: 120px;
  padding-top: 120px;
}
.p-tb150 {
  padding-bottom: 150px;
  padding-top: 150px;
}
.m-a-1 {
  margin: -1px;
}
.m-a0 {
  margin: 0;
}
.m-a5 {
  margin: 5px;
}
.m-a10 {
  margin: 10px;
}
.m-a15 {
  margin: 15px;
}
.m-a20 {
  margin: 20px;
}
.m-a30 {
  margin: 30px;
}
.m-a40 {
  margin: 40px;
}
.m-a50 {
  margin: 50px;
}
.m-a60 {
  margin: 60px;
}
.m-a70 {
  margin: 70px;
}
.m-a80 {
  margin: 80px;
}
.m-a90 {
  margin: 90px;
}
.m-a100 {
  margin: 100px;
}
.m-a110 {
  margin: 110px;
}
.m-a120 {
  margin: 120px;
}
.m-a130 {
  margin: 130px;
}
.m-a140 {
  margin: 140px;
}
.m-a150 {
  margin: 150px;
}
.m-t0 {
  margin-top: 0;
}
.m-t5 {
  margin-top: 5px;
}
.m-t10 {
  margin-top: 10px;
}
.m-t15 {
  margin-top: 15px;
}
.m-t20 {
  margin-top: 20px;
}
.m-t30 {
  margin-top: 30px;
}
.m-t40 {
  margin-top: 40px;
}
.m-t50 {
  margin-top: 50px;
}
.m-t60 {
  margin-top: 60px;
}
.m-t70 {
  margin-top: 70px;
}
.m-t80 {
  margin-top: 80px;
}
.m-t90 {
  margin-top: 90px;
}
.m-t100 {
  margin-top: 100px;
}
.m-t110 {
  margin-top: 110px;
}
.m-t120 {
  margin-top: 120px;
}
.m-t130 {
  margin-top: 130px;
}
.m-t140 {
  margin-top: 140px;
}
.m-t150 {
  margin-top: 150px;
}
.m-b0 {
  margin-bottom: 0;
}
.m-b5 {
  margin-bottom: 5px;
}
.m-b10 {
  margin-bottom: 10px;
}
.m-b15 {
  margin-bottom: 15px;
}
.m-b20 {
  margin-bottom: 20px;
}
.m-b30 {
  margin-bottom: 30px;
}
.m-b40 {
  margin-bottom: 40px;
}
.m-b50 {
  margin-bottom: 50px;
}
.m-b60 {
  margin-bottom: 60px;
}
.m-b70 {
  margin-bottom: 70px;
}
.m-b80 {
  margin-bottom: 80px;
}
.m-b90 {
  margin-bottom: 90px;
}
.m-b100 {
  margin-bottom: 100px;
}
.m-b110 {
  margin-bottom: 110px;
}
.m-b120 {
  margin-bottom: 120px;
}
.m-b130 {
  margin-bottom: 130px;
}
.m-b140 {
  margin-bottom: 140px;
}
.m-b150 {
  margin-bottom: 150px;
}
.m-l0 {
  margin-left: 0;
}
.m-l5 {
  margin-left: 5px;
}
.m-l10 {
  margin-left: 10px;
}
.m-l15 {
  margin-left: 15px;
}
.m-l20 {
  margin-left: 20px;
}
.m-l30 {
  margin-left: 30px;
}
.m-l40 {
  margin-left: 40px;
}
.m-l50 {
  margin-left: 50px;
}
.m-l60 {
  margin-left: 60px;
}
.m-l70 {
  margin-left: 70px;
}
.m-l80 {
  margin-left: 80px;
}
.m-l90 {
  margin-left: 90px;
}
.m-l100 {
  margin-left: 100px;
}
.m-l110 {
  margin-left: 110px;
}
.m-l120 {
  margin-left: 120px;
}
.m-l130 {
  margin-left: 130px;
}
.m-l140 {
  margin-left: 140px;
}
.m-l150 {
  margin-left: 150px;
}
.m-r0 {
  margin-right: 0;
}
.m-r5 {
  margin-right: 5px;
}
.m-r10 {
  margin-right: 10px;
}
.m-r15 {
  margin-right: 15px;
}
.m-r20 {
  margin-right: 20px;
}
.m-r30 {
  margin-right: 30px;
}
.m-r40 {
  margin-right: 40px;
}
.m-r50 {
  margin-right: 50px;
}
.m-r60 {
  margin-right: 60px;
}
.m-r70 {
  margin-right: 70px;
}
.m-r80 {
  margin-right: 80px;
}
.m-r90 {
  margin-right: 90px;
}
.m-r100 {
  margin-right: 100px;
}
.m-r110 {
  margin-right: 110px;
}
.m-r120 {
  margin-right: 120px;
}
.m-r130 {
  margin-right: 130px;
}
.m-r140 {
  margin-right: 140px;
}
.m-r150 {
  margin-right: 150px;
}
.m-lr0 {
  margin-left: 0;
  margin-right: 0;
}
.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}
.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}
.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}
.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}
.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}
.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}
.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}
.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}
.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}
.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}
.m-lr120 {
  margin-left: 120px;
  margin-right: 120px;
}
.m-lr150 {
  margin-left: 150px;
  margin-right: 150px;
}
.m-tb0 {
  margin-bottom: 0;
  margin-top: 0;
}
.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}
.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}
.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}
.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}
.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}
.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}
.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}
.m-tb120 {
  margin-bottom: 120px;
  margin-top: 120px;
}
.m-tb150 {
  margin-bottom: 150px;
  margin-top: 150px;
}
.no-col-gap [class*="col-lg-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-xs-"] {
  padding-left: 0;
  padding-right: 0;
}
.bg-center {
  background-position: 50%;
}
.bg-top-left {
  background-position: 0 0;
}
.bg-top-right {
  background-position: 100% 0;
}
.bg-top-center {
  background-position: top;
}
.bg-bottom-left {
  background-position: 0 100%;
}
.bg-bottom-right {
  background-position: 100% 100%;
}
.bg-bottom-center {
  background-position: bottom;
}
.bg-left-center,
.bg-right-center {
  background-position: 0;
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-full-width {
  background-size: 100% auto;
}
.bg-full-height {
  background-size: auto 100%;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-scroll {
  background-attachment: scroll;
}
.overlay-main {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.overlay-light .overlay-main {
  opacity: 0.3;
}
.overlay-dark .overlay-main {
  opacity: 0.9;
}
.overlay-wraper > .container,
.overlay-wraper > .container-fluid,
.overlay-wraper > .wt-icon-box-wraper,
.overlay-wraper > .wt-left-part,
.overlay-wraper > .wt-right-part {
  position: relative;
  z-index: 1;
}
.rounded-bx,
.wt-box,
.wt-icon-box,
.wt-icon-box-small,
.wt-post-thum,
.wt-thum-bx {
  position: relative;
}
.wt-box.no-margin {
  margin-bottom: 0;
}
.wt-icon-box-xld {
  display: inline-block;
  height: 180px;
  text-align: center;
  width: 180px;
}
.wt-icon-box-xld i {
  font-size: 100px;
}
.wt-icon-box-xld img {
  height: 90px;
}
.wt-icon-box-xl {
  display: inline-block;
  height: 150px;
  text-align: center;
  width: 150px;
}
.wt-icon-box-xl i {
  font-size: 80px;
}
.wt-icon-box-xl img {
  height: 80px;
}
.wt-icon-box-lg {
  display: inline-block;
  height: 120px;
  text-align: center;
  width: 120px;
}
.wt-icon-box-lg i {
  font-size: 60px;
}
.wt-icon-box-lg img {
  height: 55px;
}
.wt-icon-box-md {
  display: inline-block;
  height: 100px;
  text-align: center;
  width: 100px;
}
.wt-icon-box-md i {
  font-size: 45px;
}
.wt-icon-box-md img {
  height: 40px;
}
.wt-icon-box-sm {
  display: inline-block;
  height: 80px;
  text-align: center;
  width: 80px;
}
.wt-icon-box-sm i {
  font-size: 30px;
}
.wt-icon-box-sm img {
  height: 30px;
}
.wt-icon-box-xs {
  display: inline-block;
  height: 40px;
  text-align: center;
  width: 40px;
}
.wt-icon-box-xs i {
  font-size: 20px;
}
.wt-icon-box-xs img {
  height: 20px;
}
.wt-icon-box-lg.radius,
.wt-icon-box-md.radius,
.wt-icon-box-sm.radius,
.wt-icon-box-xl.radius,
.wt-icon-box-xld.radius,
.wt-icon-box-xs.radius {
  border-radius: 100%;
}
.wt-icon-box-lg i,
.wt-icon-box-md i,
.wt-icon-box-sm i,
.wt-icon-box-xl i,
.wt-icon-box-xld i,
.wt-icon-box-xs i {
  vertical-align: middle;
}
.wt-icon-box-lg img,
.wt-icon-box-md img,
.wt-icon-box-sm img,
.wt-icon-box-xl img,
.wt-icon-box-xld img,
.wt-icon-box-xs img {
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}
.icon-lg,
.icon-md,
.icon-sm,
.icon-xl,
.icon-xld,
.icon-xs {
  display: inline-block;
  text-align: center;
}
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xl i,
.icon-xld i,
.icon-xs i {
  vertical-align: middle;
}
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xl img,
.icon-xld img,
.icon-xs img {
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}
.icon-xld {
  width: 120px;
}
.icon-xld i {
  font-size: 100px;
  line-height: 100px;
}
.icon-xld.inline-icon {
  text-align: left !important;
}
.icon-xld img {
  height: 90px;
}
.icon-xld.inline-icon {
  width: auto;
}
.icon-xl {
  width: 100px;
}
.icon-xl i {
  font-size: 80px;
  line-height: 80px;
}
.icon-xl.inline-icon {
  text-align: left !important;
}
.icon-xl img {
  height: 80px;
}
.icon-xl.inline-icon {
  width: auto;
}
.icon-lg {
  width: 80px;
}
.icon-lg i {
  font-size: 60px;
  line-height: 60px;
}
.icon-lg.inline-icon {
  text-align: left !important;
}
.icon-lg img {
  height: 70px;
}
.icon-lg.inline-icon {
  width: auto;
}
.icon-md {
  width: 60px;
}
.icon-md i {
  font-size: 45px;
  line-height: 45px;
}
.icon-md.inline-icon {
  text-align: left !important;
}
.icon-md img {
  height: 50px;
}
.icon-md.inline-icon {
  width: auto;
}
.icon-sm {
  width: 40px;
}
.icon-sm i {
  font-size: 30px;
  line-height: 30px;
}
.icon-sm.inline-icon {
  text-align: left !important;
}
.icon-sm img {
  height: 30px;
}
.icon-sm.inline-icon {
  width: auto;
}
.icon-xs {
  width: 30px;
}
.icon-xs i {
  font-size: 20px;
  line-height: 20px;
}
.icon-xs.inline-icon {
  text-align: left !important;
}
.icon-xs img {
  height: 20px;
}
.icon-xs.inline-icon {
  width: auto;
}
.wt-icon-box-wraper {
  position: relative;
}
.wt-icon-box-wraper .wt-tilte {
  margin-top: 0;
}
.wt-icon-box-wraper .after-titile-line {
  margin-bottom: 10px;
}
.wt-icon-box-wraper p:last-child {
  margin: 0;
}
.icon-content {
  overflow: hidden;
}
.wt-icon-box-lg,
.wt-icon-box-md,
.wt-icon-box-sm,
.wt-icon-box-xl,
.wt-icon-box-xld,
.wt-icon-box-xs {
  display: table;
}
.wt-icon-box-lg .icon-cell,
.wt-icon-box-md .icon-cell,
.wt-icon-box-sm .icon-cell,
.wt-icon-box-xl .icon-cell,
.wt-icon-box-xld .icon-cell,
.wt-icon-box-xs .icon-cell {
  display: table-cell;
  vertical-align: middle;
}
.wt-icon-box-wraper.left .icon-lg,
.wt-icon-box-wraper.left .icon-md,
.wt-icon-box-wraper.left .icon-sm,
.wt-icon-box-wraper.left .icon-xl,
.wt-icon-box-wraper.left .icon-xld,
.wt-icon-box-wraper.left .icon-xs,
.wt-icon-box-wraper.left .wt-icon-box-lg,
.wt-icon-box-wraper.left .wt-icon-box-md,
.wt-icon-box-wraper.left .wt-icon-box-sm,
.wt-icon-box-wraper.left .wt-icon-box-xl,
.wt-icon-box-wraper.left .wt-icon-box-xld,
.wt-icon-box-wraper.left .wt-icon-box-xs {
  float: left;
  margin-right: 10px;
}
.wt-icon-box-wraper.right {
  text-align: right;
}
.wt-icon-box-wraper.right .wt-icon-box-lg,
.wt-icon-box-wraper.right .wt-icon-box-md,
.wt-icon-box-wraper.right .wt-icon-box-sm,
.wt-icon-box-wraper.right .wt-icon-box-xl,
.wt-icon-box-wraper.right .wt-icon-box-xld,
.wt-icon-box-wraper.right .wt-icon-box-xs {
  display: table;
  float: right;
  margin-left: 20px;
}
.wt-icon-box-wraper.right .icon-lg,
.wt-icon-box-wraper.right .icon-md,
.wt-icon-box-wraper.right .icon-sm,
.wt-icon-box-wraper.right .icon-xl,
.wt-icon-box-wraper.right .icon-xld,
.wt-icon-box-wraper.right .icon-xs {
  float: right;
  margin-left: 20px;
}
.wt-icon-box-wraper.center {
  text-align: center;
}
.wt-icon-box-wraper.center .wt-icon-box-lg,
.wt-icon-box-wraper.center .wt-icon-box-md,
.wt-icon-box-wraper.center .wt-icon-box-sm,
.wt-icon-box-wraper.center .wt-icon-box-xl,
.wt-icon-box-wraper.center .wt-icon-box-xld,
.wt-icon-box-wraper.center .wt-icon-box-xs {
  margin-left: auto;
  margin-right: auto;
}
.wt-icon-box-wraper.bx-style-1,
.wt-icon-box-wraper.bx-style-2 {
  border: 1px solid #ddd;
}
.wt-icon-box-wraper.bx-style-2.center [class*="wt-icon-box-"] {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.wt-icon-box-wraper.bx-style-2.left [class*="wt-icon-box-"],
.wt-icon-box-wraper.bx-style-2.right [class*="wt-icon-box-"] {
  position: absolute;
}
.site-button-link {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
  z-index: 1;
}
.site-button-link:after {
  content: "";
  font-family: Font Awesome\5 Free;
  font-size: 0;
  font-weight: 900;
  left: -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.site-button-link:hover {
  color: #000;
  padding-left: 15px;
}
.site-button-link:hover:after {
  font-size: 14px;
  left: 0;
  opacity: 1;
}
.site-button-link.site-text-white {
  color: #fff;
}
.site-button-link.site-text-white:hover {
  color: #17171d;
}
.site-button-link.site-text-secondry,
.site-button-link.site-text-secondry:hover {
  color: #171d28;
}
.site-button {
  background-color: var(--primary-color);
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-table;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  overflow: hidden;
  padding: 15px 30px;
  position: relative;
  transition: all 0.5s ease;
}
.site-button:hover {
  color: #000;
}
.site-button i {
  padding-right: 10px;
}
@media (max-width: 480px) {
  .site-button {
    font-size: 14px;
    padding: 8px;
  }
}
.site-button.white {
  background-color: #fff;
  color: var(--primary-color);
  text-shadow: 0 0 0 var(--primary-color), 400px 0 0 var(--primary-color);
}
.site-button.outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.site-button.outline-primary {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  text-shadow: 0 0 0 var(--primary-color), 400px 0 0 var(--primary-color);
}
.site-button.outline-primary:hover {
  border: 1px solid #17171d;
  color: #17171d;
}
.site-button.secondry {
  background-color: #17171d;
}
.site-button.secondry:hover {
  color: var(--primary-color);
}
.btn-hover-animation {
  display: inline-block;
  overflow: hidden;
  z-index: 1;
}
.btn-hover-animation:before {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  content: "";
  height: 50px;
  left: -14px;
  position: absolute;
  top: -4px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  width: 50px;
  z-index: -1;
}
.btn-hover-animation:hover:before {
  transform: scale(8);
}
.site-button-secondry {
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 15px 40px;
  position: relative;
}
.site-button-secondry.sb-bdr-light {
  border-right: 6px solid #fff;
}
.site-button-secondry:active,
.site-button-secondry:focus,
.site-button-secondry:visited {
  background-color: #000;
  color: #fff;
}
.site-button-secondry:hover {
  background-color: #f9fcff;
  color: #000;
}
.site-button {
  color: transparent !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
  transition: all 1.3s ease !important;
}
.site-button:hover {
  background-color: #d70101;  
  box-shadow: 0 15 15px #f928e7;
}
.mfp-video.video-play-btn {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 40px;
  left: 50%;
  line-height: 38px;
  margin: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 10;
}
.mfp-video.video-play-btn:hover {
  background-color: #0f1221;
  border: 2px solid transparent;
  color: #fff;
}
.mfp-video.video-play-btn i {
  margin-right: -5px;
}
.site-button.text-uppercase {
  text-transform: uppercase;
}
.button-sm {
  font-size: 12px;
  padding: 5px 10px;
}
.button-lg {
  font-size: 16px;
  padding: 15px 30px;
}
.button-xl {
  font-size: 24px;
  padding: 30px 50px;
}
.radius-no {
  border-radius: 0;
}
.radius-sm {
  border-radius: 10px;
}
.radius-md {
  border-radius: 20px;
}
.radius-xl {
  border-radius: 100px;
}
.radius-bx {
  border-radius: 100%;
}
.owl-carousel .owl-nav {
  margin-top: 40px;
  text-align: center;
}
.owl-carousel .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}
.owl-carousel .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
  border-radius: 50%;
  display: block;
  height: 6px;
  margin: auto;
  transition: opacity 0.2s ease;
  width: 6px;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-carousel .owl-dots .owl-dot.active {
  position: relative;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  height: 6px;
  position: relative;
  width: 6px;
}
.owl-btn-top-center .owl-nav,
.owl-btn-top-left .owl-nav,
.owl-btn-top-right .owl-nav {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.owl-btn-top-center .owl-stage-outer,
.owl-btn-top-left .owl-stage-outer,
.owl-btn-top-right .owl-stage-outer {
  padding-top: 60px;
}
.owl-btn-top-center .owl-nav {
  text-align: center;
}
.owl-btn-top-left .owl-nav {
  text-align: left;
}
.owl-btn-top-right .owl-nav {
  text-align: right;
}
.owl-btn-bottom-center .owl-nav {
  text-align: center;
}
.owl-btn-bottom-right .owl-nav {
  text-align: right;
}
.owl-btn-vertical-center .owl-nav {
  margin: 0;
}
.owl-btn-vertical-center .owl-nav .owl-prev {
  left: 0;
  margin: -15px 0;
  position: absolute;
  top: 50%;
}
.owl-btn-vertical-center .owl-nav .owl-next {
  margin: -15px 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.owl-btn-hover .owl-nav {
  opacity: 0;
}
.owl-btn-hover:hover .owl-nav {
  opacity: 1;
}
.owl-carousel .owl-item img {
  transform-style: inherit;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background-color: var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(56, 152, 226, 0.3);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  height: 42px;
  letter-spacing: 2px;
  line-height: 42px;
  margin-right: 5px;
  opacity: 1;
  padding: 0 !important;
  text-align: center;
  text-transform: uppercase;
  width: 42px;
}
.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
  font-size: 26px;
  font-style: normal;
  line-height: 42px;
}
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #fff;
  color: var(--primary-color);
  opacity: 0.9;
}
.owl-carousel button.owl-dot {
  background-color: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  margin-right: 5px;
  opacity: 1;
  text-align: center;
  width: 12px;
}
.owl-btn-bottom-left .owl-nav {
  text-align: left;
}
.owl-dots-bottom-left .owl-dots {
  bottom: 0;
  padding: 15px 20px;
  position: absolute;
  text-align: left;
  width: 100%;
}
.owl-dots-bottom-right .owl-dots {
  text-align: right;
}
.owl-dots-bottom-center .owl-dots,
.owl-dots-bottom-right .owl-dots {
  bottom: 0;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
}
.bypostauthor,
.gallery-caption,
.sticky {
  clear: both;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.wt-tabs .tab-pane {
  background-color: #fff;
  padding: 20px 0 0;
}
.wt-tabs .nav-tabs {
  border: 0;
}
.wt-tabs .nav-tabs > li {
  border: 1px solid #ebebeb;
}
.wt-tabs .nav-tabs > li > a {
  background-color: #fff;
  border: 0;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px;
}
.wt-tabs .nav-tabs > li > a i {
  margin-right: 5px;
}
.wt-tabs .nav-tabs > li a.active,
.wt-tabs .nav-tabs > li a.active:focus,
.wt-tabs .nav-tabs > li a.active:hover {
  background-color: #f9fcff;
  color: #000;
}
.wt-tabs .nav > li > a:focus,
.wt-tabs .nav > li > a:hover {
  background-color: transparent;
  border: 0;
}
.wt-tabs .nav li a:hover {
  border: 1px;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
    justify-content: flex-start;
  }
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a {
  color: #000;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a span {
  display: block;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a span i {
  font-weight: 400;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li > a.active {
  color: #fff;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a,
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a:focus,
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a:hover {
  border-color: #ddd #ddd #fff;
  color: #000;
}
.wt-tabs.tabs-default .tab-pane {
  color: #fff;
}
@media (max-width: 991px) {
  .wt-tabs.tabs-default .tab-pane {
    padding: 0;
  }
}
.header-style-3 {
  position: relative;
}
.header-style-3 .header-nav-btn-section {
  display: flex;
  float: right;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left {
  margin-right: 10px;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
  background-color: #e0eeff;
  border-radius: 10px;
  color: var(--primary-color);
  display: block;
  font-size: 16px;
  overflow: hidden;
  padding: 8px 15px;
  position: relative;
  white-space: nowrap;
  z-index: 0;
}
.header-style-3
  .header-nav-btn-section
  .twm-nav-btn-left
  .twm-nav-sign-up:before {
  background-color: #3898e2;
  bottom: 0;
  content: "";
  height: 100%;
  opacity: 0.1;
  position: absolute;
  right: 100%;
  transition: all 0.5s ease;
  width: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    font-size: 14px;
    padding: 6px 12px;
  }
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    font-size: 0;
  }
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up i {
  padding-right: 5px;
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up i {
    font-size: 16px;
    padding-right: 0;
  }
}
.header-style-3
  .header-nav-btn-section
  .twm-nav-btn-left
  .twm-nav-sign-up:hover:before {
  opacity: 0.1;
  right: 0;
  width: 100%;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-right {
  margin-right: 10px;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
  background-color: var(--primary-color);
  border-radius: 10px;
  color: #f0f6fe;
  display: block;
  font-size: 16px;
  overflow: hidden;
  padding: 8px 15px;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.header-style-3
  .header-nav-btn-section
  .twm-nav-btn-right
  .twm-nav-post-a-job:before {
  background-color: #f73d5c;
  bottom: 0;
  content: "";
  height: 100%;
  opacity: 0.1;
  position: absolute;
  right: 100%;
  transition: all 0.5s ease;
  width: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .header-style-3
    .header-nav-btn-section
    .twm-nav-btn-right
    .twm-nav-post-a-job {
    font-size: 14px;
    padding: 6px 12px;
  }
}
@media (max-width: 1360px) {
  .header-style-3
    .header-nav-btn-section
    .twm-nav-btn-right
    .twm-nav-post-a-job {
    font-size: 0;
  }
}
.header-style-3
  .header-nav-btn-section
  .twm-nav-btn-right
  .twm-nav-post-a-job
  i {
  padding-right: 5px;
}
@media (max-width: 1360px) {
  .header-style-3
    .header-nav-btn-section
    .twm-nav-btn-right
    .twm-nav-post-a-job
    i {
    font-size: 16px;
    padding-right: 0;
  }
}
.header-style-3
  .header-nav-btn-section
  .twm-nav-btn-right
  .twm-nav-post-a-job:hover:before {
  opacity: 1;
  right: 0;
  width: 100%;
}
.header-style-3 .header-search a.header-search-icon {
  border-radius: 50%;
  color: var(--primary-color);
  display: block;
  font-size: 24px;
  font-weight: 400;
  height: 54px;
  line-height: 54px;
  text-align: center;
  width: 54px;
}
@media (max-width: 600px) {
  .header-style-3 .header-search a.header-search-icon {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
.header-style-3 .extra-nav {
  display: table;
  float: right;
  height: 70px;
  position: relative;
  z-index: 13;
}
.header-style-3 .extra-nav .extra-cell {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.header-style-3 .extra-nav .extra-cell:first-child {
  padding-left: 0;
}
@media (max-width: 600px) {
  .header-style-3 .extra-nav .extra-cell {
    padding-left: 0;
  }
}
.header-style-3 .logo-header {
  color: #000;
  display: table;
  float: left;
  font-size: 36px;
  height: 70px;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 190px;
  z-index: 11;
}
@media (max-width: 1199px) {
  .header-style-3 .logo-header {
    width: 130px;
  }
}
@media (max-width: 400px) {
  .header-style-3 .logo-header {
    width: 70px;
  }
}
.header-style-3 .logo-header .logo-header-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.header-style-3 .logo-header .logo-header-inner img {
  max-height: 100%;
  max-width: 100%;
}
.header-style-3.site-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-style-3.site-header ol,
.header-style-3.site-header ul {
  margin-bottom: 0;
}
.header-style-3 .main-bar {
  background: transparent;
  left: 50%;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  transform: translateX(-50%);
  width: 100%;
}
.header-style-3 .main-bar .container,
.header-style-3 .main-bar .container-fluid {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1146px;
}
@media (max-width: 991px) {
  .header-style-3 .main-bar .container,
  .header-style-3 .main-bar .container-fluid {
    display: block;
  }
}
.header-style-3 .main-bar:after {
  clear: both;
  content: "";
  display: table;
}
.header-style-3 .navbar-toggler {
  border: none;
  margin: 24px 0 24px 15px;
  padding: 12px 10px;
}
@media (max-width: 540px) {
  .header-style-3 .navbar-toggler {
    margin-left: 0;
  }
}
.header-style-3 .navbar-toggler:focus {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .header-style-3 .navbar-toggler {
    display: block;
    float: right;
    margin-bottom: 14px;
    margin-top: 14px;
    outline: none !important;
  }
}
.header-style-3 .navbar-toggler .icon-bar {
  background: var(--primary-color);
  border-radius: 0;
  display: block;
  height: 3px;
  width: 22px;
}
.header-style-3 .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (max-width: 991px) {
  .header-style-3 .navbar-toggler {
    margin-bottom: 14px;
    margin-top: 14px;
  }
}
@media (max-width: 540px) {
  .header-style-3 .is-fixed .navbar-toggler {
    margin-bottom: 0;
  }
}
.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
  height: 100vh !important;
  width: 100%;
}
.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
  padding: 12px 15px !important;
}
.header-style-3 .header-nav {
  padding: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav {
    border-bottom: 1px solid #e9e9e9;
    clear: both;
    margin: 0 -15px;
  }
  .header-style-3 .header-nav.navbar-collapse {
    align-items: flex-start;
  }
}
.header-style-3 .header-nav .nav {
  display: flex;
  flex-direction: inherit;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav {
    background: #fff;
    display: block;
    float: none;
    left: 0;
    margin: 0;
    width: 100%;
  }
  .header-style-3 .header-nav .nav li {
    float: none;
  }
}
.header-style-3 .header-nav .nav li i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  opacity: 0.7;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav li i {
    float: right;
  }
}
.header-style-3 .header-nav .nav > li {
  font-family: var(--primary-font);
  margin: -10px 0;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li ul {
    background: #f9f9f9;
    display: none;
    position: static;
    visibility: visible;
    width: auto;
  }
}
.header-style-3 .header-nav .nav > li > a {
  color: #2f2f2f;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 15px 16px;
}
@media (max-width: 1199px) {
  .header-style-3 .header-nav .nav > li > a {
    padding: 12px;
  }
}
.header-style-3 .header-nav .nav > li > a:hover {
  background-color: transparent;
  color: var(--primary-color);
}
.header-style-3 .header-nav .nav > li > a:active,
.header-style-3 .header-nav .nav > li > a:focus {
  background-color: transparent;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li.active > a,
  .header-style-3 .header-nav .nav > li.current-menu-item > a {
    color: #000;
  }
  .header-style-3 .header-nav .nav > li > a:active,
  .header-style-3 .header-nav .nav > li > a:focus,
  .header-style-3 .header-nav .nav > li > a:hover {
    background-color: #f0f0f0;
    text-decoration: none;
  }
}
.header-style-3 .header-nav .nav > li.active > a,
.header-style-3 .header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #000;
}
.header-style-3 .header-nav .nav > li:hover > a {
  color: var(--primary-color);
}
.header-style-3 .header-nav .nav > li:hover > .sub-menu {
  margin-top: 0;
  opacity: 1;
  transition: all 0.3s ease;
  visibility: visible;
}
.header-style-3 .header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 220px;
  z-index: 10;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li .sub-menu {
    background: #f9f9f9;
    display: none;
    margin: 0 !important;
    opacity: 1;
    position: static;
    visibility: visible;
    width: auto;
  }
}
.header-style-3 .header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
}
.header-style-3 .header-nav .nav > li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 11px 20px;
}
.header-style-3 .header-nav .nav > li .sub-menu li a:hover {
  color: #000;
  text-decoration: none;
}
.header-style-3 .header-nav .nav > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-style-3 .header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0;
}
.header-style-3 .header-nav .nav > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: -1;
}
.header-style-3 .header-nav .nav > li .sub-menu li.has-child.nav-active > a {
  color: var(--primary-color);
}
.header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0 0 0 20px;
  transition: all 0.1s ease;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu > li {
    display: block;
    float: none;
    margin-left: 20px;
    width: auto;
  }
  .header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu > li a {
    padding-left: 30px;
  }
}
.header-style-3 .header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header-style-3 .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0;
  width: 6px;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li .sub-menu li .fa {
    padding: 10px;
    text-align: right;
    top: 4px;
    width: 100%;
    z-index: 1;
  }
  .header-style-3 .header-nav .nav > li .sub-menu li > a:hover + .fa {
    z-index: 0;
  }
}
.header-style-3 .header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0;
}
.header-style-3 .header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  margin: 0 20px 0 0;
  right: 220px;
}
.header-style-3 .header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
  left: auto;
  margin: 0;
  right: 220px;
}
.header-style-3 .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
  position: relative;
  transition: all 0.5s ease-out;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
    z-index: 0;
  }
}
.header-style-3
  .header-nav.nav-animation
  .nav
  > li:hover
  > ul.sub-menu
  li:hover
  > a {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .header-style-3 .has-child {
    position: relative;
  }
}
.header-style-3 .has-child .submenu-toogle {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: none;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 900;
}
@media (max-width: 991px) {
  .header-style-3 .has-child .submenu-toogle {
    display: block;
  }
}
.header-style-3 .has-child li .submenu-toogle {
  opacity: 0.9;
}
.header-style-3
  .has-child.nav-active
  > a
  + .submenu-toogle.glyphicon-chevron-right:before {
  content: "";
}
.header-style-3
  .has-child.nav-active
  > a
  + .submenu-toogle.glyphicon-plus:before {
  content: "−";
}
@media (max-width: 991px) {
  .header-style-3
    .has-child.nav-active
    > a
    + .submenu-toogle.fa.fa-angle-right:before {
    content: "";
  }
  .header-style-3 .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
  .header-style-3.mobile-sider-drawer-menu .header-nav {
    background-color: #fff;
    height: 100vh !important;
    left: -250px;
    overflow-y: inherit !important;
    position: fixed;
    top: 0;
    transition: all 0.5s linear;
    width: 250px !important;
    z-index: 999;
  }
  .header-style-3.mobile-sider-drawer-menu
    .header-nav
    .nav
    > li:hover
    > .sub-menu {
    animation: none !important;
  }
  .header-style-3.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu {
    transition: none !important;
  }
  .header-style-3.mobile-sider-drawer-menu
    .header-nav
    .nav
    > li
    .sub-menu
    li:hover
    > .sub-menu {
    animation: none !important;
  }
  .header-style-3.mobile-sider-drawer-menu.active .header-nav {
    left: 15px;
  }
  .header-style-3.mobile-sider-drawer-menu .icon-bar {
    position: relative;
    transition: all 0.5s linear;
  }
  .header-style-3.mobile-sider-drawer-menu #mobile-side-drawer {
    min-height: 41px;
    position: relative;
  }
  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }
  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }
  .header-style-3.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0;
  }
  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    opacity: 0;
    position: absolute;
    right: 100px;
  }
  .header-style-3.mobile-sider-drawer-menu .header-fixed .header-nav .nav,
  .header-style-3.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    max-height: 100%;
    overflow: auto;
  }
}
.header-style-3 .sticky-no .main-bar {
  position: static !important;
}
.header-style-3 .is-fixed .main-bar.color-fill {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  position: fixed;
}
.header-style-3 .is-fixed .header-nav .nav > li {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li {
    margin: 0;
    padding: 0;
  }
  .header-style-3 .header-nav .nav > li > a {
    margin: 0;
    padding: 10px 12px;
  }
  .header-style-3 .is-fixed .color-fill .header-nav .nav > li {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-style-3 .is-fixed .main-bar,
  .header-style-3 .is-fixed .main-bar.color-fill,
  .header-style-3 .main-bar {
    padding: 0;
  }
}
.header-full-width,
.header-style-3.no-fixed {
  position: relative;
}
.header-full-width .header-nav-btn-section {
  display: flex;
  float: right;
}
.header-full-width .header-nav-btn-section .twm-nav-btn-left {
  margin-right: 10px;
}
.header-full-width .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
  background-color: #e0eeff;
  border-radius: 10px;
  color: var(--primary-color);
  display: block;
  font-size: 16px;
  overflow: hidden;
  padding: 8px 15px;
  position: relative;
  white-space: nowrap;
  z-index: 0;
}
.header-full-width
  .header-nav-btn-section
  .twm-nav-btn-left
  .twm-nav-sign-up:before {
  background-color: #3898e2;
  bottom: 0;
  content: "";
  height: 100%;
  opacity: 0.1;
  position: absolute;
  right: 100%;
  transition: all 0.5s ease;
  width: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .header-full-width
    .header-nav-btn-section
    .twm-nav-btn-left
    .twm-nav-sign-up {
    font-size: 14px;
    padding: 6px 12px;
  }
}
@media (max-width: 1360px) {
  .header-full-width
    .header-nav-btn-section
    .twm-nav-btn-left
    .twm-nav-sign-up {
    font-size: 0;
  }
}
.header-full-width
  .header-nav-btn-section
  .twm-nav-btn-left
  .twm-nav-sign-up
  i {
  padding-right: 5px;
}
@media (max-width: 1360px) {
  .header-full-width
    .header-nav-btn-section
    .twm-nav-btn-left
    .twm-nav-sign-up
    i {
    font-size: 16px;
    padding-right: 0;
  }
}
.header-full-width
  .header-nav-btn-section
  .twm-nav-btn-left
  .twm-nav-sign-up:hover:before {
  opacity: 0.1;
  right: 0;
  width: 100%;
}
.header-full-width .header-nav-btn-section .twm-nav-btn-right {
  margin-right: 10px;
}
.header-full-width
  .header-nav-btn-section
  .twm-nav-btn-right
  .twm-nav-post-a-job {
  background-color: var(--primary-color);
  border-radius: 10px;
  color: #f0f6fe;
  display: block;
  font-size: 16px;
  overflow: hidden;
  padding: 8px 15px;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.header-full-width
  .header-nav-btn-section
  .twm-nav-btn-right
  .twm-nav-post-a-job:before {
  background-color: #f73d5c;
  bottom: 0;
  content: "";
  height: 100%;
  opacity: 0.1;
  position: absolute;
  right: 100%;
  transition: all 0.5s ease;
  width: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .header-full-width
    .header-nav-btn-section
    .twm-nav-btn-right
    .twm-nav-post-a-job {
    font-size: 14px;
    padding: 6px 12px;
  }
}
@media (max-width: 1360px) {
  .header-full-width
    .header-nav-btn-section
    .twm-nav-btn-right
    .twm-nav-post-a-job {
    font-size: 0;
  }
}
.header-full-width
  .header-nav-btn-section
  .twm-nav-btn-right
  .twm-nav-post-a-job
  i {
  padding-right: 5px;
}
@media (max-width: 1360px) {
  .header-full-width
    .header-nav-btn-section
    .twm-nav-btn-right
    .twm-nav-post-a-job
    i {
    font-size: 16px;
    padding-right: 0;
  }
}
.header-full-width
  .header-nav-btn-section
  .twm-nav-btn-right
  .twm-nav-post-a-job:hover:before {
  opacity: 1;
  right: 0;
  width: 100%;
}
.header-full-width .header-search a.header-search-icon {
  border-radius: 50%;
  color: var(--primary-color);
  display: block;
  font-size: 24px;
  font-weight: 400;
  height: 54px;
  line-height: 54px;
  text-align: center;
  width: 54px;
}
@media (max-width: 600px) {
  .header-full-width .header-search a.header-search-icon {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
.header-full-width .extra-nav {
  display: table;
  float: right;
  height: 70px;
  position: relative;
  z-index: 13;
}
.header-full-width .extra-nav .extra-cell {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.header-full-width .extra-nav .extra-cell:first-child {
  padding-left: 0;
}
@media (max-width: 600px) {
  .header-full-width .extra-nav .extra-cell {
    padding-left: 0;
  }
}
.header-full-width .logo-header {
  color: #000;
  display: table;
  float: left;
  font-size: 36px;
  height: 70px;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 190px;
  z-index: 11;
}
@media (max-width: 1199px) {
  .header-full-width .logo-header {
    width: 130px;
  }
}
@media (max-width: 400px) {
  .header-full-width .logo-header {
    width: 70px;
  }
}
.header-full-width .logo-header .logo-header-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.header-full-width .logo-header .logo-header-inner img {
  max-height: 100%;
  max-width: 100%;
}
.header-full-width.site-header {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-full-width.site-header ol,
.header-full-width.site-header ul {
  margin-bottom: 0;
}
.header-full-width .main-bar {
  background: #fff;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  left: 50%;
  padding: 10px 30px;
  position: relative;
  transform: translateX(-50%);
  width: 100%;
}
.header-full-width .main-bar .container,
.header-full-width .main-bar .container-fluid {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-full-width .main-bar .container,
  .header-full-width .main-bar .container-fluid {
    display: block;
  }
}
.header-full-width .main-bar:after {
  clear: both;
  content: "";
  display: table;
}
.header-full-width .navbar-toggler {
  border: none;
  margin: 24px 0 24px 15px;
  padding: 12px 10px;
}
@media (max-width: 540px) {
  .header-full-width .navbar-toggler {
    margin-left: 0;
  }
}
.header-full-width .navbar-toggler:focus {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .header-full-width .navbar-toggler {
    display: block;
    float: right;
    margin-bottom: 14px;
    margin-top: 14px;
    outline: none !important;
  }
}
.header-full-width .navbar-toggler .icon-bar {
  background: var(--primary-color);
  border-radius: 0;
  display: block;
  height: 3px;
  width: 22px;
}
.header-full-width .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (max-width: 991px) {
  .header-full-width .navbar-toggler {
    margin-bottom: 14px;
    margin-top: 14px;
  }
}
@media (max-width: 540px) {
  .header-full-width .is-fixed .navbar-toggler {
    margin-bottom: 0;
  }
}
.header-full-width .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
  height: 100vh !important;
  width: 100%;
}
.header-full-width
  .is-fixed.mobile-sider-drawer-menu
  .header-nav
  .nav
  > li
  > a {
  padding: 12px 15px !important;
}
.header-full-width .header-nav {
  padding: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .header-full-width .header-nav {
    border-bottom: 1px solid #e9e9e9;
    clear: both;
    margin: 0 -15px;
  }
  .header-full-width .header-nav.navbar-collapse {
    align-items: flex-start;
  }
}
.header-full-width .header-nav .nav {
  display: flex;
  flex-direction: inherit;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav {
    background: #fff;
    display: block;
    float: none;
    left: 0;
    margin: 0;
    width: 100%;
  }
  .header-full-width .header-nav .nav li {
    float: none;
  }
}
.header-full-width .header-nav .nav li i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  opacity: 0.7;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav li i {
    float: right;
  }
}
.header-full-width .header-nav .nav > li {
  font-family: var(--primary-font);
  margin: -10px 0;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li ul {
    background: #f9f9f9;
    display: none;
    position: static;
    visibility: visible;
    width: auto;
  }
}
.header-full-width .header-nav .nav > li > a {
  color: #2f2f2f;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 15px 16px;
}
@media (max-width: 1199px) {
  .header-full-width .header-nav .nav > li > a {
    padding: 12px;
  }
}
.header-full-width .header-nav .nav > li > a:hover {
  background-color: transparent;
  color: var(--primary-color);
}
.header-full-width .header-nav .nav > li > a:active,
.header-full-width .header-nav .nav > li > a:focus {
  background-color: transparent;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li.active > a,
  .header-full-width .header-nav .nav > li.current-menu-item > a {
    color: #000;
  }
  .header-full-width .header-nav .nav > li > a:active,
  .header-full-width .header-nav .nav > li > a:focus,
  .header-full-width .header-nav .nav > li > a:hover {
    background-color: #f0f0f0;
    text-decoration: none;
  }
}
.header-full-width .header-nav .nav > li.active > a,
.header-full-width .header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #000;
}
.header-full-width .header-nav .nav > li:hover > a {
  color: var(--primary-color);
}
.header-full-width .header-nav .nav > li:hover > .sub-menu {
  margin-top: 0;
  opacity: 1;
  transition: all 0.3s ease;
  visibility: visible;
}
.header-full-width .header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 220px;
  z-index: 10;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li .sub-menu {
    background: #f9f9f9;
    display: none;
    margin: 0 !important;
    opacity: 1;
    position: static;
    visibility: visible;
    width: auto;
  }
}
.header-full-width .header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
}
.header-full-width .header-nav .nav > li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 11px 20px;
}
.header-full-width .header-nav .nav > li .sub-menu li a:hover {
  color: #000;
  text-decoration: none;
}
.header-full-width .header-nav .nav > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-full-width .header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0;
}
.header-full-width .header-nav .nav > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: -1;
}
.header-full-width .header-nav .nav > li .sub-menu li.has-child.nav-active > a {
  color: var(--primary-color);
}
.header-full-width .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0 0 0 20px;
  transition: all 0.1s ease;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li .sub-menu li > .sub-menu > li {
    display: block;
    float: none;
    width: auto;
  }
  .header-full-width .header-nav .nav > li .sub-menu li > .sub-menu > li a {
    padding-left: 30px;
  }
}
.header-full-width .header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header-full-width .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0;
  width: 6px;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li .sub-menu li .fa {
    padding: 10px;
    text-align: right;
    top: 4px;
    width: 100%;
    z-index: 1;
  }
  .header-full-width .header-nav .nav > li .sub-menu li > a:hover + .fa {
    z-index: 0;
  }
}
.header-full-width .header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0;
}
.header-full-width .header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  margin: 0 20px 0 0;
  right: 220px;
}
.header-full-width
  .header-nav
  .submenu-direction
  .sub-menu
  li:hover
  > .sub-menu {
  left: auto;
  margin: 0;
  right: 220px;
}
.header-full-width .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
  position: relative;
  transition: all 0.5s ease-out;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-full-width .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
    z-index: 0;
  }
}
.header-full-width
  .header-nav.nav-animation
  .nav
  > li:hover
  > ul.sub-menu
  li:hover
  > a {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .header-full-width .has-child {
    position: relative;
  }
}
.header-full-width .has-child .submenu-toogle {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: none;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 900;
}
@media (max-width: 991px) {
  .header-full-width .has-child .submenu-toogle {
    display: block;
  }
}
.header-full-width .has-child li .submenu-toogle {
  opacity: 0.9;
}
.header-full-width
  .has-child.nav-active
  > a
  + .submenu-toogle.glyphicon-chevron-right:before {
  content: "";
}
.header-full-width
  .has-child.nav-active
  > a
  + .submenu-toogle.glyphicon-plus:before {
  content: "−";
}
@media (max-width: 991px) {
  .header-full-width
    .has-child.nav-active
    > a
    + .submenu-toogle.fa.fa-angle-right:before {
    content: "";
  }
  .header-full-width .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
  .header-full-width.mobile-sider-drawer-menu .header-nav {
    background-color: #fff;
    height: 100vh !important;
    left: -250px;
    overflow-y: inherit !important;
    position: fixed;
    top: 0;
    transition: all 0.5s linear;
    width: 250px !important;
    z-index: 999;
  }
  .header-full-width.mobile-sider-drawer-menu
    .header-nav
    .nav
    > li:hover
    > .sub-menu {
    animation: none !important;
  }
  .header-full-width.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu {
    transition: none !important;
  }
  .header-full-width.mobile-sider-drawer-menu
    .header-nav
    .nav
    > li
    .sub-menu
    li:hover
    > .sub-menu {
    animation: none !important;
  }
  .header-full-width.mobile-sider-drawer-menu.active .header-nav {
    left: 15px;
  }
  .header-full-width.mobile-sider-drawer-menu .icon-bar {
    position: relative;
    transition: all 0.5s linear;
  }
  .header-full-width.mobile-sider-drawer-menu #mobile-side-drawer {
    min-height: 41px;
    position: relative;
  }
  .header-full-width.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }
  .header-full-width.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }
  .header-full-width.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0;
  }
  .header-full-width.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    opacity: 0;
    position: absolute;
    right: 100px;
  }
  .header-full-width.mobile-sider-drawer-menu .header-fixed .header-nav .nav,
  .header-full-width.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    max-height: 100%;
    overflow: auto;
  }
}
.header-full-width .sticky-no .main-bar {
  position: static !important;
}
.header-full-width .is-fixed .main-bar {
  position: fixed;
}
.header-full-width .is-fixed.color-fill .main-bar {
  background-color: #fff;
  border-radius: 10px;
}
.header-full-width .is-fixed.color-fill .header-nav .nav > li {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .header-full-width .header-nav .nav > li {
    margin: 0;
    padding: 0;
  }
  .header-full-width .header-nav .nav > li > a {
    margin: 0;
    padding: 10px 12px;
  }
  .header-full-width .is-fixed.color-fill .header-nav .nav > li {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-full-width .is-fixed .main-bar,
  .header-full-width .is-fixed.color-fill .main-bar,
  .header-full-width .main-bar {
    padding: 0;
  }
}
.header-full-width.no-fixed {
  position: relative;
}
.header-full-width .color-fill .main-bar {
  animation: none;
  position: fixed;
}
.header-style-light {
  position: relative;
}
.header-style-light .header-nav-btn-section {
  display: flex;
  float: right;
}
.header-style-light .header-nav-btn-section .twm-nav-btn-left {
  margin-right: 10px;
}
.header-style-light .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
  background-color: #f0f6fe;
  border-radius: 10px;
  color: var(--primary-color);
  display: block;
  font-size: 16px;
  overflow: hidden;
  padding: 8px 15px;
  position: relative;
  white-space: nowrap;
  z-index: 0;
}
.header-style-light
  .header-nav-btn-section
  .twm-nav-btn-left
  .twm-nav-sign-up:before {
  background-color: #3898e2;
  bottom: 0;
  content: "";
  height: 100%;
  opacity: 0.1;
  position: absolute;
  right: 100%;
  transition: all 0.5s ease;
  width: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .header-style-light
    .header-nav-btn-section
    .twm-nav-btn-left
    .twm-nav-sign-up {
    font-size: 14px;
    padding: 6px 12px;
  }
}
@media (max-width: 540px) {
  .header-style-light
    .header-nav-btn-section
    .twm-nav-btn-left
    .twm-nav-sign-up {
    font-size: 0;
  }
}
.header-style-light
  .header-nav-btn-section
  .twm-nav-btn-left
  .twm-nav-sign-up
  i {
  padding-right: 5px;
}
@media (max-width: 540px) {
  .header-style-light
    .header-nav-btn-section
    .twm-nav-btn-left
    .twm-nav-sign-up
    i {
    font-size: 16px;
    padding-right: 0;
  }
}
.header-style-light
  .header-nav-btn-section
  .twm-nav-btn-left
  .twm-nav-sign-up:hover:before {
  opacity: 0.1;
  right: 0;
  width: 100%;
}
.header-style-light .header-nav-btn-section .twm-nav-btn-right {
  margin-right: 10px;
}
.header-style-light
  .header-nav-btn-section
  .twm-nav-btn-right
  .twm-nav-post-a-job {
  background-color: #ff0404;
  border-radius: 10px;
  color: #f0f6fe;
  display: block;
  font-size: 16px;
  overflow: hidden;
  padding: 8px 15px;
  position: relative;
  white-space: nowrap;
  z-index: 0;
}
.header-style-light
  .header-nav-btn-section
  .twm-nav-btn-right
  .twm-nav-post-a-job:before {
  background-color: var(--primary-color);
  bottom: 0;
  content: "";
  height: 100%;
  opacity: 0.1;
  position: absolute;
  right: 100%;
  transition: all 0.5s ease;
  width: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .header-style-light
    .header-nav-btn-section
    .twm-nav-btn-right
    .twm-nav-post-a-job {
    font-size: 14px;
    padding: 6px 12px;
  }
}
@media (max-width: 540px) {
  .header-style-light
    .header-nav-btn-section
    .twm-nav-btn-right
    .twm-nav-post-a-job {
    font-size: 0;
  }
}
.header-style-light
  .header-nav-btn-section
  .twm-nav-btn-right
  .twm-nav-post-a-job
  i {
  padding-right: 5px;
}
@media (max-width: 540px) {
  .header-style-light
    .header-nav-btn-section
    .twm-nav-btn-right
    .twm-nav-post-a-job
    i {
    font-size: 16px;
    padding-right: 0;
  }
}
.header-style-light
  .header-nav-btn-section
  .twm-nav-btn-right
  .twm-nav-post-a-job:hover:before {
  opacity: 1;
  right: 0;
  width: 100%;
}
.header-style-light .header-search a.header-search-icon {
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 400;
  height: 54px;
  line-height: 54px;
  text-align: center;
  width: 54px;
}
.header-style-light .extra-nav {
  display: table;
  float: right;
  height: 70px;
  position: relative;
  z-index: 13;
}
.header-style-light .extra-nav .extra-cell {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.header-style-light .extra-nav .extra-cell:first-child {
  padding-left: 0;
}
@media (max-width: 540px) {
  .header-style-light .extra-nav .extra-cell {
    padding-left: 0;
  }
}
.header-style-light .logo-header {
  color: #000;
  display: table;
  float: left;
  font-size: 36px;
  height: 70px;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 190px;
  z-index: 11;
}
@media (max-width: 1199px) {
  .header-style-light .logo-header {
    width: 130px;
  }
}
@media (max-width: 400px) {
  .header-style-light .logo-header {
    width: 90px;
  }
}
.header-style-light .logo-header .logo-header-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.header-style-light .logo-header .logo-header-inner img {
  max-height: 100%;
  max-width: 100%;
}
.header-style-light.site-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-style-light.site-header ol,
.header-style-light.site-header ul {
  margin-bottom: 0;
}
.header-style-light .main-bar {
  background: transparent;
  left: 50%;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  transform: translateX(-50%);
  width: 100%;
}
.header-style-light .main-bar .container,
.header-style-light .main-bar .container-fluid {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1146px;
}
@media (max-width: 991px) {
  .header-style-light .main-bar .container,
  .header-style-light .main-bar .container-fluid {
    display: block;
  }
}
.header-style-light .main-bar:after {
  clear: both;
  content: "";
  display: table;
}
.header-style-light .navbar-toggler {
  border: none;
  margin: 24px 0 24px 15px;
  padding: 12px 10px;
}
@media (max-width: 540px) {
  .header-style-light .navbar-toggler {
    margin-left: 0;
  }
}
.header-style-light .navbar-toggler:focus {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .header-style-light .navbar-toggler {
    display: block;
    float: right;
    margin-bottom: 14px;
    margin-top: 14px;
    outline: none !important;
  }
}
.header-style-light .navbar-toggler .icon-bar {
  background: #fff;
  border-radius: 0;
  display: block;
  height: 3px;
  width: 22px;
}
.header-style-light .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (max-width: 991px) {
  .header-style-light .navbar-toggler {
    margin-bottom: 14px;
    margin-top: 14px;
  }
}
@media (max-width: 540px) {
  .header-style-light .is-fixed .navbar-toggler {
    margin-bottom: 0;
  }
}
.header-style-light .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
  height: 100vh !important;
  width: 100%;
}
.header-style-light
  .is-fixed.mobile-sider-drawer-menu
  .header-nav
  .nav
  > li
  > a {
  padding: 12px 15px !important;
}
.header-style-light .header-nav {
  padding: 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .header-style-light .header-nav {
    border-bottom: 1px solid #e9e9e9;
    clear: both;
    margin: 0 -15px;
  }
  .header-style-light .header-nav.navbar-collapse {
    align-items: flex-start;
  }
}
.header-style-light .header-nav .nav {
  display: flex;
  flex-direction: inherit;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav {
    background: #fff;
    display: block;
    float: none;
    left: 0;
    margin: 0;
    width: 100%;
  }
  .header-style-light .header-nav .nav li {
    float: none;
  }
}
.header-style-light .header-nav .nav li i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  opacity: 0.7;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav li i {
    float: right;
  }
}
.header-style-light .header-nav .nav > li {
  font-family: var(--primary-font);
  margin: -10px 0;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li ul {
    background: #f9f9f9;
    display: none;
    position: static;
    visibility: visible;
    width: auto;
  }
}
.header-style-light .header-nav .nav > li > a {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 15px 16px;
}
@media (max-width: 1199px) {
  .header-style-light .header-nav .nav > li > a {
    padding: 12px;
  }
}
.header-style-light .header-nav .nav > li > a:hover {
  background-color: transparent;
  opacity: 0.8;
}
.header-style-light .header-nav .nav > li > a:active,
.header-style-light .header-nav .nav > li > a:focus {
  background-color: transparent;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li.active > a,
  .header-style-light .header-nav .nav > li.current-menu-item > a {
    color: #000;
  }
  .header-style-light .header-nav .nav > li > a:active,
  .header-style-light .header-nav .nav > li > a:focus,
  .header-style-light .header-nav .nav > li > a:hover {
    background-color: #f0f0f0;
    text-decoration: none;
  }
}
.header-style-light .header-nav .nav > li.active > a,
.header-style-light .header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #000;
}
.header-style-light .header-nav .nav > li:hover > a {
  opacity: 0.8;
}
.header-style-light .header-nav .nav > li:hover > .sub-menu {
  margin-top: 0;
  opacity: 1;
  transition: all 0.3s ease;
  visibility: visible;
}
.header-style-light .header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 220px;
  z-index: 10;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li .sub-menu {
    background: #f9f9f9;
    display: none;
    margin: 0 !important;
    opacity: 1;
    position: static;
    visibility: visible;
    width: auto;
  }
}
.header-style-light .header-nav .nav > li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
}
.header-style-light .header-nav .nav > li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 11px 20px;
}
.header-style-light .header-nav .nav > li .sub-menu li a:hover {
  color: #000;
  text-decoration: none;
}
.header-style-light .header-nav .nav > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-style-light .header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0;
}
.header-style-light .header-nav .nav > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 2px;
  top: 6px;
  z-index: -1;
}
.header-style-light
  .header-nav
  .nav
  > li
  .sub-menu
  li.has-child.nav-active
  > a {
  color: var(--primary-color);
}
.header-style-light .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0 0 0 20px;
  transition: all 0.1s ease;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li .sub-menu li > .sub-menu > li {
    display: block;
    float: none;
    width: auto;
  }
  .header-style-light .header-nav .nav > li .sub-menu li > .sub-menu > li a {
    padding-left: 30px;
  }
}
.header-style-light .header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header-style-light
  .header-nav
  .nav
  > li
  .sub-menu
  li:hover
  > .sub-menu:before {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0;
  width: 6px;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li .sub-menu li .fa {
    padding: 10px;
    text-align: right;
    top: 4px;
    width: 100%;
    z-index: 1;
  }
  .header-style-light .header-nav .nav > li .sub-menu li > a:hover + .fa {
    z-index: 0;
  }
}
.header-style-light .header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0;
}
.header-style-light .header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  margin: 0 20px 0 0;
  right: 220px;
}
.header-style-light
  .header-nav
  .submenu-direction
  .sub-menu
  li:hover
  > .sub-menu {
  left: auto;
  margin: 0;
  right: 220px;
}
.header-style-light .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
  position: relative;
  transition: all 0.5s ease-out;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-style-light .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
    z-index: 0;
  }
}
.header-style-light
  .header-nav.nav-animation
  .nav
  > li:hover
  > ul.sub-menu
  li:hover
  > a {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .header-style-light .has-child {
    position: relative;
  }
}
.header-style-light .has-child .submenu-toogle {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: none;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 900;
}
@media (max-width: 991px) {
  .header-style-light .has-child .submenu-toogle {
    display: block;
  }
}
.header-style-light .has-child li .submenu-toogle {
  opacity: 0.9;
}
.header-style-light
  .has-child.nav-active
  > a
  + .submenu-toogle.glyphicon-chevron-right:before {
  content: "";
}
.header-style-light
  .has-child.nav-active
  > a
  + .submenu-toogle.glyphicon-plus:before {
  content: "−";
}
@media (max-width: 991px) {
  .header-style-light
    .has-child.nav-active
    > a
    + .submenu-toogle.fa.fa-angle-right:before {
    content: "";
  }
  .header-style-light .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
  .header-style-light.mobile-sider-drawer-menu .header-nav {
    background-color: #fff;
    height: 100vh !important;
    left: -250px;
    overflow-y: inherit !important;
    position: fixed;
    top: 0;
    transition: all 0.5s linear;
    width: 250px !important;
    z-index: 999;
  }
  .header-style-light.mobile-sider-drawer-menu
    .header-nav
    .nav
    > li:hover
    > .sub-menu {
    animation: none !important;
  }
  .header-style-light.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu {
    transition: none !important;
  }
  .header-style-light.mobile-sider-drawer-menu
    .header-nav
    .nav
    > li
    .sub-menu
    li:hover
    > .sub-menu {
    animation: none !important;
  }
  .header-style-light.mobile-sider-drawer-menu.active .header-nav {
    left: 14px;
  }
  .header-style-light.mobile-sider-drawer-menu .icon-bar {
    position: relative;
    transition: all 0.5s linear;
  }
  .header-style-light.mobile-sider-drawer-menu #mobile-side-drawer {
    min-height: 41px;
    position: relative;
  }
  .header-style-light.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }
  .header-style-light.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }
  .header-style-light.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0;
  }
  .header-style-light.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    opacity: 0;
    position: absolute;
    right: 100px;
  }
  .header-style-light.mobile-sider-drawer-menu .header-fixed .header-nav .nav,
  .header-style-light.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    max-height: 100%;
    overflow: auto;
  }
}
.header-style-light .sticky-no .main-bar {
  position: static !important;
}
.header-style-light .is-fixed .main-bar.color-fill {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  position: fixed;
}
.header-style-light .is-fixed .header-nav .nav > li {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li {
    margin: 0;
    padding: 0;
  }
  .header-style-light .header-nav .nav > li > a {
    color: #000;
    margin: 0;
    padding: 10px 12px;
  }
  .header-style-light .is-fixed .color-fill .header-nav .nav > li {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-style-light .is-fixed .main-bar,
  .header-style-light .is-fixed .main-bar.color-fill,
  .header-style-light .main-bar {
    padding: 0;
  }
}
.header-style-light .on-scroll-show {
  display: none;
}
.header-style-light .is-fixed .color-fill .on-scroll-show {
  display: block;
}
.header-style-light .is-fixed .color-fill .default-scroll-show {
  display: none;
}
.header-style-light .color-fill .navbar-toggler .icon-bar {
  background: var(--primary-color);
}
.header-style-light .color-fill .header-nav .nav li a {
  color: #17171d;
}
#map {
  height: 100%;
  margin: 0;
  width: 100%;
  z-index: 1;
}
#map-container {
  height: 600px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
}
#map-container.fullwidth-home-map {
  height: 620px;
  margin-bottom: 0;
}
#map-container.fullwidth-home-map .main-search-inner {
  bottom: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  transform: none;
  width: 100%;
  z-index: 9999;
}
#map-container.fullwidth-home-map .main-search-input {
  margin-top: 0;
}
.gmnoprint {
  margin: 10px;
}
.cluster img {
  display: none;
}
.cluster0 {
  background-color: #fff;
  border-radius: 50%;
  color: #17171d !important;
  font-size: 15px !important;
  font-weight: 500;
  height: 36px !important;
  line-height: 36px !important;
  text-align: center;
  width: 36px !important;
}
.cluster0:before {
  animation: cluster-animation 2.5s infinite;
  border: 7px solid var(--primary-color);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes cluster-animation {
  0%,
  to {
    transform: scale(1.3) rotate(0deg);
  }
  50% {
    transform: scale(1.5) rotate(90deg);
  }
}
.map-marker-container {
  margin-top: 10px;
  position: absolute;
  transform: translate3d(-50%, -100%, 0);
}
.marker-container {
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  margin: 10px auto;
  perspective: 1000;
  position: relative;
  width: 36px;
  z-index: 1;
}
.marker-container .marker-card {
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 1;
}
.marker-container.clicked .marker-card,
.marker-container:hover .marker-card {
  transform: rotateY(180deg) translateX(0);
}
#singleListingMap .marker-container {
  cursor: default;
}
.marker-arrow {
  border-color: #66676b transparent transparent;
  border-color: var(--primary-color) transparent transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 14px 13px 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 37px;
  transform: translate(-50%, -50%);
  width: 0;
  z-index: 1;
}
.face {
  backface-visibility: hidden;
  border-radius: 50%;
  color: #fff;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.face i {
  background-color: #fff;
  border-radius: 100%;
  color: var(--primary-color);
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 4px;
  width: 28px;
}
.face.front {
  background-color: var(--primary-color);
  color: #fff;
  z-index: 100;
}
.face.back {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  transform: rotateY(180deg);
}
.face.back i {
  transform: scaleX(-1);
}
.custom-zoom-in,
.custom-zoom-out {
  background-color: var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  height: 34px;
  margin: 5px 15px;
  text-align: center;
  transition: color 0.3s, background-color 0.3s;
  width: 34px;
}
.custom-zoom-in:hover,
.custom-zoom-out:hover {
  background-color: #253641;
  color: #fff;
}
.custom-zoom-in:before,
.custom-zoom-out:before {
  font-family: fontawesome;
  line-height: 35px;
  width: 100%;
}
.custom-zoom-in:before {
  content: "";
}
.custom-zoom-out:before {
  content: "";
}
.zoomControlWrapper {
  left: 0;
  position: absolute;
  right: auto;
  width: 70px;
}
.map-box {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.map-box .listing-img-container {
  background-color: #f0f6fe;
  border-radius: 10px 10px 0 0;
  display: block;
  height: 100%;
  padding: 10px;
  position: relative;
}
.map-box .listing-img-container img {
  border-radius: 10px;
  display: block;
  margin: 0 auto 20px;
  max-width: 136px;
  width: 100%;
}
.map-box h4 {
  margin: 0;
  padding: 0;
}
.map-box h4 a {
  display: inline-block;
  font-size: 17px;
  line-height: 25px;
  padding: 0 0 2px;
  transition: all 0.2s ease-in-out;
}
.map-box h4 a:hover {
  color: #66676b;
}
.map-box p {
  font-size: 14px;
  line-height: 25px;
  margin: 2px 0 0;
  padding: 0;
}
.map-box .listing-title {
  padding: 2px 22px;
}
.map-box ul.listing-details {
  display: none;
  font-size: 14px;
  padding: 0;
}
.listing-img-content {
  padding: 18px 22px;
}
.listing-img-content span {
  font-size: 21px;
}
.listing-img-content .listing-price i {
  font-size: 15px;
  margin: -7px 0 0;
}
.infoBox > img {
  position: absolute !important;
  right: 0;
  top: 0;
}
.listing-item-content {
  box-sizing: border-box;
  padding: 0 24px;
  width: 100%;
  z-index: 50;
}
.listing-item-content h3 {
  color: #17171d;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  padding: 0 0 10px;
  text-transform: capitalize;
}
.listing-item-content span {
  color: #3c3c3c;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.infoBox-close {
  -webkit-text-stroke: 1px #fff;
  background-color: #fff;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: fontawesome;
  font-size: 15px;
  font-weight: 500;
  height: 29px;
  line-height: 29px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  transition: all 0.2s ease-in-out;
  width: 29px;
  z-index: 999;
}
.infoBox-close:hover {
  -webkit-text-stroke: 1px #66676b;
  background-color: #66676b;
  color: #fff;
}
.map-box-icon {
  background-color: #3685cf;
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 38px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateX(50%);
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: 38px;
  z-index: 101;
}
.map-box-icon:before {
  content: "";
  display: block;
  font-family: fontawesome;
  position: relative;
  top: 7px;
}
.map-box-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.map-box-image:hover .map-box-icon {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.infoBox {
  animation: fadeIn 0.9s;
}
.infoBox .infoBox:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#mapnav-buttons {
  bottom: 20px;
  display: inline-block;
  font-size: 14px;
  list-style: none;
  padding: 0;
  position: absolute;
  right: 20px;
  transform: translate(0);
  z-index: 999;
}
#mapnav-buttons.top {
  bottom: auto;
  right: 20px;
  top: 20px;
}
#mapnav-buttons li {
  float: left;
  line-height: 20px;
  margin-left: 4px;
}
#mapnav-buttons a {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-weight: 500;
  padding: 9px 18px 7px;
  transition: all 0.2s ease-in-out;
}
#mapnav-buttons a:hover {
  background-color: #66676b;
  color: #fff;
}
#geoLocation {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-weight: 500;
  left: 20px;
  padding: 8px 11px;
  right: auto;
  transition: all 0.2s ease-in-out;
}
#geoLocation:before {
  content: "";
  font-family: fontawesome;
  font-size: 16px;
  margin: 0;
  top: 2px;
}
#geoLocation:hover {
  background-color: #66676b;
  color: #fff;
}
#nextpoint:after {
  content: "";
  margin: 0 0 0 6px;
}
#nextpoint:after,
#prevpoint:before {
  font-family: fontawesome;
  font-size: 17px;
  font-weight: 500;
  line-height: 1px;
  position: relative;
  top: 0;
}
#prevpoint:before {
  content: "";
  margin: 0 6px 0 0;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}
.wt-small-separator {
  color: var(--primary-color);
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
}
.wt-small-separator.white {
  color: #fff;
}
@media (max-width: 991px) {
  .wt-small-separator {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .wt-small-separator {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .wt-small-separator h2 {
    margin-bottom: 20px;
  }
}
.wt-separator-two-part-row {
  align-items: center;
}
@media (max-width: 991px) {
  .wt-separator-two-part-right {
    margin-bottom: 30px;
    text-align: left;
  }
}
.section-head.left.wt-small-separator-outer {
  text-align: left;
}
.section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .section-head.left.wt-small-separator-outer h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-head.left.wt-small-separator-outer h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .section-head.left.wt-small-separator-outer h2 {
    font-size: 22px;
  }
}
.section-head.left.wt-small-separator-outer p {
  margin-bottom: 40px;
}
.section-head.center.wt-small-separator-outer {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 645px;
  text-align: center;
}
.section-head.center.wt-small-separator-outer .section-head-text {
  margin: 20px 0 0;
}
.section-head.center.wt-small-separator-outer h2 {
  margin: 0 auto;
  max-width: 650px;
}
@media (max-width: 991px) {
  .section-head.center.wt-small-separator-outer h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-head.center.wt-small-separator-outer h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .section-head.center.wt-small-separator-outer h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .twm-companies-wrap {
    padding-bottom: 0 !important;
  }
}
.twm-company-approch-outer {
  position: relative;
  z-index: 1;
}
.twm-company-approch-outer:before {
  background-color: #f0f6fe;
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.twm-company-approch {
  background-color: #fff;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 650px;
  padding: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .twm-company-approch {
    max-width: 520px;
  }
}
.twm-company-approch:after {
  border-left: 28px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #b3c2d6;
  bottom: 0;
  content: "";
  height: 0;
  left: -28px;
  position: absolute;
  width: 0;
  z-index: 0;
}
.counter-outer-two {
  position: relative;
}
@media (max-width: 991px) {
  .counter-outer-two {
    margin-bottom: 30px;
  }
}
.counter-outer-two .tw-count-number {
  font-family: var(--primary-font);
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}
@media (max-width: 991px) {
  .counter-outer-two .tw-count-number {
    font-size: 30px;
    line-height: 30px;
  }
}
.counter-outer-two .counter {
  font-family: var(--primary-font);
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
}
@media (max-width: 991px) {
  .counter-outer-two .counter {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .counter-outer-two .counter {
    font-size: 24px;
  }
}
.counter-outer-two .icon-content-info {
  color: #17171d;
  font-size: 16px;
  margin-bottom: 0;
}
.home-client-carousel {
  background-color: var(--primary-color);
  bottom: -70px;
  left: 0;
  padding: 30px 10px 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .home-client-carousel {
    bottom: 0;
  }
}
.home-client-carousel:after,
.home-client-carousel:before {
  content: "";
  height: 60px;
  position: absolute;
  width: 60px;
}
.home-client-carousel:after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  bottom: -10px;
  right: 10px;
}
.home-client-carousel:before {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  left: -10px;
  top: 10px;
}
.home-client-carousel.owl-carousel .owl-dots {
  margin-top: 10px;
}
.home-client-carousel .client-logo a img {
  height: 70px;
  margin: auto;
  width: auto;
}
.home-client-carousel2 {
  margin-bottom: 120px;
  padding: 0;
}
@media (max-width: 991px) {
  .home-client-carousel2 {
    margin-bottom: 30px;
  }
}
.home-client-carousel2 .client-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 130px;
}
.home-client-carousel2 .client-logo a {
  display: flex;
  height: 100px;
  justify-content: space-around;
}
.home-client-carousel2 .client-logo a img {
  height: auto;
  width: auto;
}
.home-client-carousel2 .client-logo a:hover img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.ftr-nw-content {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .ftr-nw-content {
    margin-bottom: 40px;
  }
}
.ftr-nw-content .ftr-nw-title {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 991px) {
  .ftr-nw-content .ftr-nw-title {
    margin-bottom: 30px;
  }
}
.ftr-nw-content .ftr-nw-form {
  display: flex;
}
@media (max-width: 400px) {
  .ftr-nw-content .ftr-nw-form {
    display: block;
  }
}
.ftr-nw-content .ftr-nw-form .form-control {
  background-color: #dbe6f7;
  border: 0;
  border-radius: 10px 0 0 10px;
  height: 66px;
}
@media (max-width: 575px) {
  .ftr-nw-content .ftr-nw-form .form-control {
    height: 48px;
  }
}
@media (max-width: 400px) {
  .ftr-nw-content .ftr-nw-form .form-control {
    border-radius: 10px;
  }
}
.ftr-nw-content .ftr-nw-form .ftr-nw-subcribe-btn {
  background-color: var(--primary-color);
  border: none;
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  padding: 9px 30px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ftr-nw-content .ftr-nw-form .ftr-nw-subcribe-btn {
    font-size: 16px;
    padding: 7px 20px;
  }
}
@media (max-width: 400px) {
  .ftr-nw-content .ftr-nw-form .ftr-nw-subcribe-btn {
    border-radius: 10px;
    display: block;
    margin-top: 10px;
    width: 100%;
  }
}
.footer-dark {
  background-size: cover;
  color: #fff;
  font-size: 16px;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .footer-dark {
    padding-top: 40px;
  }
}
.footer-dark p {
  font-weight: 300;
}
.footer-dark .logo-footer {
  margin-bottom: 25px;
  max-width: 174px;
}
.footer-dark .footer-top {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  padding: 80px 0 30px;
}
@media (max-width: 991px) {
  .footer-dark .footer-top {
    padding-bottom: 0;
    padding-top: 40px;
  }
}
.footer-dark .ftr-list {
  list-style: none;
}
.footer-dark .ftr-list li p {
  font-size: 16px;
  margin-bottom: 0;
}
.footer-dark .ftr-list li p span {
  font-weight: 500;
  margin-right: 5px;
}
.footer-dark .widget-title {
  color: #f0f6fe;
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 23px;
  position: relative;
}
.footer-dark .widget-title:before {
  background-color: var(--primary-color);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 40px;
}
.footer-dark .social-icons {
  margin: 0;
}
.footer-dark .social-icons li {
  display: inline-block;
}
.footer-dark .social-icons li a {
  color: #fff;
  font-size: 22px;
  height: 45px;
  line-height: 45px;
  margin-right: 3px;
  padding: 0;
  text-align: center;
  width: 45px;
}
.footer-dark .social-icons li a:hover {
  color: #f0f6fe;
}
.footer-dark .footer-bottom {
  color: #fff;
  font-weight: 400;
  padding: 0;
  position: relative;
  z-index: 1;
}
.footer-dark .footer-bottom .footer-bottom-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .footer-dark .footer-bottom .footer-bottom-info {
    display: block;
  }
  .footer-dark .footer-bottom .footer-copy-right {
    display: inline-block;
    margin: 5px 10px 5px 0;
  }
}
.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
  color: #fff;
  font-size: 14px;
}
.footer-top .widget {
  margin-bottom: 20px;
}
.footer-light {
  background-color: #f0f6fe;
  color: #17171d;
  font-size: 16px;
  padding-top: 80px;
}
.footer-light .ftr-nw-content {
  margin-bottom: 50px;
}
.footer-light .ftr-nw-content .ftr-nw-title {
  color: #17171d;
  font-size: 20px;
}
.footer-light .ftr-nw-content .ftr-nw-form {
  display: flex;
}
.footer-light .ftr-nw-content .ftr-nw-form .form-control {
  background-color: #fff;
  border: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  height: 66px;
}
.footer-light .ftr-nw-content .ftr-nw-form .ftr-nw-subcribe-btn {
  background-color: var(--primary-color);
  border: none;
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  padding: 9px 30px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer-light .ftr-nw-content .ftr-nw-form .ftr-nw-subcribe-btn {
    font-size: 16px;
    padding: 7px 20px;
  }
}
.footer-light p {
  font-weight: 300;
}
.footer-light .logo-footer {
  margin-bottom: 25px;
  max-width: 174px;
}
.footer-light .footer-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 80px 0 30px;
}
.footer-light .ftr-list {
  list-style: none;
}
.footer-light .ftr-list li p {
  font-size: 16px;
  margin-bottom: 0;
}
.footer-light .ftr-list li p span {
  font-weight: 500;
  margin-right: 5px;
}
.footer-light .widget-title {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 23px;
  position: relative;
}
.footer-light .widget-title:before {
  background-color: #17171d;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 40px;
}
.footer-light .social-icons {
  margin: 0;
}
.footer-light .social-icons li {
  display: inline-block;
}
.footer-light .social-icons li a {
  color: var(--primary-color);
  font-size: 22px;
  height: 45px;
  line-height: 45px;
  margin-right: 3px;
  padding: 0;
  text-align: center;
  width: 45px;
}
.footer-light .social-icons li a:hover {
  color: #17171d;
}
.footer-light .footer-bottom {
  color: #fff;
  font-weight: 400;
  padding: 0;
  position: relative;
  z-index: 1;
}
.footer-light .footer-bottom .footer-bottom-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .footer-light .footer-bottom .footer-bottom-info {
    display: block;
  }
  .footer-light .footer-bottom .footer-copy-right {
    display: inline-block;
    margin: 5px 10px 5px 0;
  }
}
.footer-light .footer-bottom .footer-copy-right .copyrights-text {
  color: #17171d;
  font-size: 14px;
}
.footer-light .widget_services ul li a {
  color: #17171d;
}
.footer-light .widget_services ul li a:hover {
  color: var(--primary-color);
}
.widget {
  margin-bottom: 40px;
}
.ftr-list-center {
  display: grid;
  justify-content: center;
}
@media (max-width: 991px) {
  .ftr-list-center {
    justify-content: left;
  }
}
.recent-posts-entry .widget-post {
  margin-bottom: 20px;
}
.recent-posts-entry .widget-post:last-child {
  border: none;
  margin-bottom: 0;
}
.recent-posts-entry .wt-post-media {
  float: left;
  width: 90px;
}
@media (max-width: 1024px) {
  .recent-posts-entry .wt-post-media {
    width: 60px;
  }
}
.recent-posts-entry .wt-post-info {
  margin-left: 105px;
}
@media (max-width: 1024px) {
  .recent-posts-entry .wt-post-info {
    margin-left: 70px;
  }
}
.recent-posts-entry .wt-post-info .wt-post-header {
  margin-bottom: 6px;
}
.recent-posts-entry .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0;
}
.recent-posts-entry .wt-post-info .wt-post-meta ul li {
  color: var(--primary-color);
  font-size: 12px;
  line-height: 16px;
}
.recent-posts-entry .wt-post-info .post-title {
  margin-top: 0;
}
.widget_services ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.widget_services ul li {
  border: 0;
  display: block;
  overflow: hidden;
  padding: 2px 0;
  width: 100%;
}
.widget_services ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-left: 0;
  padding: 0 0 5px;
  position: relative;
  transition: all 0.5s ease;
}
.widget_services ul li a:hover {
  color: var(--primary-color);
}
button.scroltop {
  background: #1d1b18;
  border: none;
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 40px;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  z-index: 999;
}
button.scroltop span {
  display: block;
  font-size: 24px;
  line-height: 24px;
}
.pricing-table-1 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  overflow: hidden;
  padding: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .pricing-table-1 {
    padding: 30px;
  }
}
.pricing-table-1:after {
  background-color: #f0f6fe;
  border-radius: 50%;
  content: "";
  height: 400px;
  left: -50px;
  position: absolute;
  top: -240px;
  width: 400px;
  z-index: -1;
}
@media (max-width: 575px) {
  .pricing-table-1:after {
    top: -270px;
  }
}
.pricing-table-1.circle-yellow:after {
  background-color: #faf1de;
}
.pricing-table-1.circle-pink:after {
  background-color: #f3e9f5;
}
.pricing-table-1 .p-table-title {
  position: relative;
}
.pricing-table-1 .p-table-title .wt-title {
  color: var(--primary-color);
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.pricing-table-1 .p-table-inner {
  position: relative;
}
.pricing-table-1 .p-table-inner .p-table-list ul {
  list-style: none;
  margin-bottom: 40px;
}
.pricing-table-1 .p-table-inner .p-table-list ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 46px;
  position: relative;
}
.pricing-table-1 .p-table-inner .p-table-list ul li i {
  color: var(--primary-color);
  font-size: 20px;
  left: 15px;
  position: absolute;
  top: 4px;
}
.pricing-table-1 .p-table-inner .p-table-list ul li.disable,
.pricing-table-1 .p-table-inner .p-table-list ul li.disable i {
  color: #aaa;
}
.pricing-table-1 .p-table-inner .p-table-btn {
  text-align: center;
}
.pricing-table-1 .p-table-inner .p-table-price {
  align-items: center;
  color: #17171d;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .pricing-table-1 .p-table-inner .p-table-price {
    margin-bottom: 60px;
  }
}
.pricing-table-1 .p-table-inner .p-table-price span {
  display: block;
  font-family: var(--primary-font);
  font-size: 38px;
  font-weight: 600;
  line-height: 56px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .pricing-table-1 .p-table-inner .p-table-price span {
    font-size: 36px;
    line-height: 26px;
  }
}
.pricing-table-1 .p-table-inner .p-table-price p {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.pricing-table-1 .p-table-recommended {
  background-color: #2db346;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 2px 16px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.wt-bnr-inr {
  background-position: 50%;
  background-size: cover;
  display: table;
  height: 320px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .wt-bnr-inr {
    height: 380px;
  }
}
.wt-bnr-inr .container {
  display: table;
  height: 100%;
}
.wt-bnr-inr-entry {
  display: table-cell;
  padding-bottom: 30px;
  text-align: center;
  vertical-align: bottom;
}
.wt-bnr-inr-entry .banner-title-outer {
  position: relative;
}
.wt-bnr-inr-entry .banner-title-outer .wt-title {
  font-size: 24px;
  margin-bottom: 0;
  position: relative;
}
.wt-bnr-inr-entry .banner-title-outer .banner-title-name {
  display: inline-block;
  margin-bottom: 30px;
}
.wt-bnr-inr-entry .banner-title-outer .banner-title-name .wt-title {
  color: #ffffff;
}
.wt-breadcrumb {
  list-style: none;
  margin: 0;
}
.wt-breadcrumb,
.wt-breadcrumb li {
  display: inline-block;
  position: relative;
}
.wt-breadcrumb li {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  padding-right: 30px;
}
.wt-breadcrumb li a {
  color: #f2f2f2;
}
.wt-breadcrumb li a:hover {
  color: var(--primary-color);
}
.wt-breadcrumb li:after {
  background-color: #17171d;
  color: #17171d;
  content: "";
  font-size: 12px;
  font-weight: 600;
  height: 2px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.wt-breadcrumb li:last-child {
  color: var(--primary-color);
  padding-right: 0;
}
.wt-breadcrumb li:last-child:after {
  display: none;
}
.wt-breadcrumb li:first-child a i {
  font-size: 18px;
  vertical-align: text-top;
}
.twm-contact-one {
  position: relative;
}
.twm-contact-one .contact-one-inner {
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-one-inner {
    padding-bottom: 0;
    padding-top: 38px;
  }
}
.twm-contact-one .contact-one-inner:after {
  background-color: #f0f6fe;
  bottom: -40px;
  content: "";
  position: absolute;
  right: -15px;
  top: -40px;
  width: 420px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .twm-contact-one .contact-one-inner:after {
    width: 394px;
  }
}
@media (max-width: 991px) {
  .twm-contact-one .contact-one-inner:after {
    display: none;
  }
}
.twm-contact-one .contact-info-wrap {
  margin-left: 100px;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .twm-contact-one .contact-info-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .twm-contact-one .contact-info-wrap {
    margin: 0;
    padding-bottom: 40px;
    padding-top: 38px;
  }
}
.twm-contact-one .contact-info-wrap .contact-info {
  background-color: #fff;
  border-radius: 10px 10px 10px 0;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  padding: 40px;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-info-wrap .contact-info {
    border-radius: 10px;
  }
}
@media (max-width: 400px) {
  .twm-contact-one .contact-info-wrap .contact-info {
    padding: 20px;
  }
}
.twm-contact-one .contact-info-wrap:before {
  border-left: 57px solid transparent;
  border-right: 0 solid transparent;
  border-top: 57px solid #d8d8d8;
  bottom: -57px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-info-wrap:before {
    display: none;
  }
}
.twm-contact-one .contact-info-section .c-info-column {
  color: #17171d;
  margin-bottom: 90px;
  min-height: 75px;
  padding: 0 0 0 100px;
  position: relative;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-info-section .c-info-column {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .twm-contact-one .contact-info-section .c-info-column {
    padding: 0 0 0 65px;
  }
}
.twm-contact-one .contact-info-section .c-info-column:last-child {
  margin-bottom: 0;
}
.twm-contact-one .contact-info-section .c-info-column p {
  font-size: 14px;
}
.twm-contact-one .contact-info-section .c-info-column .c-info-icon {
  background-color: #f0f6fe;
  border-radius: 10px;
  color: var(--primary-color);
  font-size: 22px;
  height: 72px;
  left: 0;
  line-height: 72px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 72px;
  z-index: 1;
}
.twm-contact-one
  .contact-info-section
  .c-info-column
  .c-info-icon.custome-size {
  font-size: 26px;
}
@media (max-width: 400px) {
  .twm-contact-one .contact-info-section .c-info-column .c-info-icon {
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
}
.twm-contact-one .contact-info-section .c-info-column span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.twm-contact-one .contact-info-section .c-info-column p {
  margin-bottom: 0;
}
.twm-contact-one .contact-info-section .c-info-column p a {
  color: #17171d;
}
.twm-contact-one .section-head-small {
  font-size: 20px;
  font-weight: 500;
}
.twm-contact-one .section-head-small.white .wt-title {
  color: #fff;
}
.twm-contact-one
  .contact-form-outer
  .section-head.left.wt-small-separator-outer {
  text-align: left;
}
.twm-contact-one
  .contact-form-outer
  .section-head.left.wt-small-separator-outer
  h2 {
  margin-bottom: 15px;
}
.cons-contact-form .form-control {
  background-color: #f0f6fe;
  border: 0;
  border-radius: 10px;
  height: 56px;
  padding: 10px 20px;
}
.cons-contact-form .form-control:focus {
  background-color: #f9fcff;
  box-shadow: none;
}
.cons-contact-form textarea.form-control {
  height: 80px;
  margin-bottom: 40px;
  padding-top: 15px;
  resize: none;
}
.form-control {
  background-color: #f0f6fe;
  border: none;
  border-radius: 10px;
  height: 60px;
  padding: 20px;
  width: 100%;
}
.form-control:focus {
  background-color: #f8f8f8;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
}
.form-group {
  margin-bottom: 30px;
}
.pagination-outer {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .pagination-outer {
    margin-bottom: 30px;
  }
}
.pagination-outer .pagination-style1 {
  display: inline-block;
  position: relative;
}
.pagination-outer .pagination-style1 ul {
  list-style: none;
  margin-bottom: 0;
}
.pagination-outer .pagination-style1 ul li {
  display: inline-block;
  margin: 0 3px;
  position: relative;
}
@media (max-width: 400px) {
  .pagination-outer .pagination-style1 ul li {
    margin: 0 1px;
  }
}
.pagination-outer .pagination-style1 ul li.prev a {
  color: #17171d;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 1px;
  transition: all 0.5s ease;
  width: 50px;
}
@media (max-width: 420px) {
  .pagination-outer .pagination-style1 ul li.prev a {
    height: 30px;
    width: 30px;
  }
}
.pagination-outer .pagination-style1 ul li.next a {
  color: #17171d;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 1px;
  transition: all 0.5s ease;
  width: 50px;
}
@media (max-width: 420px) {
  .pagination-outer .pagination-style1 ul li.next a {
    height: 30px;
    width: 30px;
  }
}
.pagination-outer .pagination-style1 ul li a {
  border-radius: 10px;
  color: #17171d;
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
  width: 50px;
}
@media (max-width: 480px) {
  .pagination-outer .pagination-style1 ul li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
.pagination-outer .pagination-style1 ul li.active a,
.pagination-outer .pagination-style1 ul li:hover a {
  background-color: var(--primary-color);
  color: #fff;
}
.side-bar {
  background-color: #fcfcfc;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 991px) {
  .side-bar {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .side-bar {
    padding: 15px;
  }
}
.side-bar .widget:last-child {
  margin-bottom: 0;
}
.side-bar .widget .widget-title {
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.side-bar .widget .widget-title:before {
  background-color: var(--primary-color);
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 20px;
}
.side-bar .search-bx .input-group .form-control {
  background-color: #fff;
  border: none;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 20px;
  height: 60px;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .side-bar .search-bx .input-group .form-control {
    height: 60px;
  }
}
.side-bar .search-bx .input-group .btn {
  background-color: #fff;
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  color: #17171d;
  font-size: 18px;
  height: 60px;
  padding: 0 15px;
}
.side-bar .search-bx .input-group .btn:focus {
  box-shadow: none;
}
.side-bar .widget_services ul {
  background-color: #fff;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.side-bar .widget_services ul li {
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
  justify-content: space-between;
  line-height: 20px;
  padding: 10px 0 10px 15px;
  position: relative;
}
.side-bar .widget_services ul li:after {
  background-color: var(--primary-color);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 4px;
}
.side-bar .widget_services ul li:last-child {
  padding-bottom: 0;
}
.side-bar .widget_services ul li a {
  color: #17171d;
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 600;
  margin-left: 0;
  padding: 0;
}
.side-bar .widget_services ul li a:hover {
  color: var(--primary-color);
}
.side-bar .widget_services ul li a i {
  padding-right: 5px;
}
.side-bar .widget_services ul li a:before {
  display: none;
}
.side-bar .widget_services ul li .badge {
  background: none;
  font-size: 14px;
  font-weight: 600;
}
.side-bar .recent-posts-entry .widget-post {
  margin-bottom: 20px;
}
.side-bar .recent-posts-entry .widget-post:last-child {
  border: none;
  margin-bottom: 0;
}
.side-bar .recent-posts-entry .wt-post-media {
  float: left;
  width: 72px;
}
.side-bar .recent-posts-entry .wt-post-media img {
  border-radius: 10px;
}
.side-bar .recent-posts-entry .wt-post-info {
  margin-left: 92px;
}
@media (max-width: 420px) {
  .side-bar .recent-posts-entry .wt-post-info {
    margin-left: 95px;
  }
}
.side-bar .recent-posts-entry .wt-post-info .post-date {
  color: var(--primary-color);
  display: block;
  font-size: 14px;
  margin-top: 0;
}
.side-bar .recent-posts-entry .wt-post-info .post-title {
  display: block;
  font-size: 14px;
  margin-top: 0;
}
.tw-sidebar-tags-wrap .tagcloud {
  margin-top: -10px;
}
.tw-sidebar-tags-wrap .tagcloud a {
  background-color: #f0f6fe;
  border-radius: 10px;
  color: var(--primary-color);
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px 15px;
}
.tw-sidebar-tags-wrap .tagcloud a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
ol.comment-list {
  list-style: none;
}
ol.comment-list li.comment {
  padding: 0;
  position: relative;
}
ol.comment-list li.comment .comment-body {
  margin-bottom: 30px;
  min-height: 130px;
  overflow: hidden;
  padding: 0 90px 20px 120px;
  position: relative;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    padding: 0 0 50px;
  }
}
ol.comment-list li.comment .comment-author {
  display: inline-block;
  left: 0;
  margin-bottom: 5px;
  position: absolute;
  top: 0;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .comment-author {
    margin-bottom: 20px;
    position: inherit;
  }
}
ol.comment-list li.comment .comment-author .avatar {
  border-radius: 10px;
  height: 90px;
  transition: all 0.5s ease-in-out;
  width: 90px;
}
ol.comment-list li.comment .fn {
  color: #17171d;
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .fn {
    display: block;
  }
}
ol.comment-list li.comment .comment-meta {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
ol.comment-list li.comment .comment-meta a {
  color: #818181;
  font-size: 12px;
  text-align: center;
}
ol.comment-list li.comment .reply {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .reply {
    bottom: 10px;
    left: 0;
    right: auto;
    top: auto;
  }
}
ol.comment-list li.comment .reply .comment-reply-link {
  color: var(--primary-color);
  display: inline-block;
  font-size: 14px;
  padding: 4px 12px;
  position: relative;
}
ol.comment-list li.comment .reply .comment-reply-link:hover {
  color: #17171d;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .reply .comment-reply-link {
    padding: 4px 0;
  }
}
ol.comment-list li.comment p {
  font-weight: 400;
  margin: 0;
}
ol.comment-list li .children {
  list-style: none;
  margin-left: 40px;
}
@media (max-width: 767px) {
  ol.comment-list li .children {
    margin-left: 0;
  }
}
ol.comment-list li .children li {
  padding: 0;
}
ol.comment-list li .children li:last-child .comment-body {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .comment-respond {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .comment-respond {
    padding: 0;
  }
}
.comment-respond .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.comment-respond .form-submit .site-button {
  position: relative;
}
.comments-area {
  padding: 0;
}
.comments-area .comments-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.comments-area .comment-form {
  background-color: #fcfcfc;
  padding: 30px;
}
@media (max-width: 480px) {
  .comments-area .comment-form {
    margin: 0 -5px;
  }
}
.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-comment label,
.comments-area .comment-form .comment-form-email label {
  display: none;
  line-height: 18px;
  margin-bottom: 10px;
}
.comments-area .comment-form .comment-form-author input[type="text"],
.comments-area .comment-form .comment-form-comment input[type="text"],
.comments-area .comment-form .comment-form-email input[type="text"] {
  background-color: #f0f6fe;
  border: 1px solid transparent;
  border-radius: 10px;
  height: 60px;
  padding: 20px;
  width: 100%;
}
.comments-area
  .comment-form
  .comment-form-author
  input[type="text"].form-control:focus,
.comments-area
  .comment-form
  .comment-form-comment
  input[type="text"].form-control:focus,
.comments-area
  .comment-form
  .comment-form-email
  input[type="text"].form-control:focus {
  box-shadow: none;
}
.comments-area .comment-form .comment-form-comment textarea {
  background-color: #f0f6fe;
  border: 1px solid transparent;
  border-radius: 10px;
  height: 120px;
  padding: 20px;
  resize: none;
  width: 100%;
}
.comments-area .comment-form .comment-form-comment textarea.form-control:focus {
  box-shadow: none;
}
ol.comment-list li.comment .comment-respond .comment-form p {
  padding: 0 15px !important;
}
.comment-form .form-control:-webkit-input-placeholder {
  color: #17171d;
  font-size: 14px;
}
.blog-post-single-outer .blog-post-single .wt-post-meta-list {
  clear: both;
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
.blog-post-single-outer .blog-post-single .wt-post-meta-list .wt-list-content {
  color: #17171d;
  float: left;
  font-weight: 500;
  position: relative;
}
.blog-post-single-outer
  .blog-post-single
  .wt-post-meta-list
  .wt-list-content.post-date {
  margin-right: 10px;
}
.blog-post-single-outer
  .blog-post-single
  .wt-post-meta-list
  .wt-list-content.post-author
  a {
  color: var(--primary-color);
  padding-left: 10px;
}
.blog-post-single-outer .blog-post-single .wt-post-info {
  padding-top: 0;
}
.blog-post-single-outer .blog-post-single .post-title {
  font-size: 46px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .blog-post-single-outer .blog-post-single .post-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .blog-post-single-outer .blog-post-single .post-title {
    font-size: 22px;
  }
}
.blog-post-single-outer .blog-post-single .twm-blog-s-title {
  margin: 30px 0;
}
.blog-post-single-outer .blog-post-single .wt-post-media img {
  border-radius: 10px;
  width: 100%;
}
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta {
  bottom: 0;
  left: 0;
  position: absolute;
}
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul {
  background-color: var(--primary-color);
  display: inline-block;
  margin-bottom: 0;
}
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li {
  color: #fff;
  display: inline-table;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  position: relative;
  text-align: center;
}
.blog-post-single-outer
  .blog-post-single
  .wt-post-media
  .wt-post-meta
  ul
  li:after {
  content: "|";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li a {
  color: #fff;
}
.blog-post-single-outer
  .blog-post-single
  .wt-post-media
  .wt-post-meta
  ul
  li:last-child:after {
  display: none;
}
.blog-post-single-outer .blog-post-single blockquote {
  background: #f8f8f8;
  font-family: var(--primary-font);
  margin: 30px 0;
  overflow: hidden;
  padding: 50px 80px 30px;
  position: relative;
}
@media (max-width: 400px) {
  .blog-post-single-outer .blog-post-single blockquote {
    padding: 30px;
  }
}
.blog-post-single-outer .blog-post-single blockquote p {
  color: #17171d;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}
.blog-post-single-outer .blog-post-single blockquote p span {
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 48px;
  left: -20px;
  line-height: 40px;
  position: absolute;
  top: -20px;
}
.blog-post-single-outer .blog-post-single blockquote strong {
  color: #17171d;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-post-single-outer .post-social-icons-wrap {
  text-align: center;
}
.blog-post-single-outer .post-social-icons-wrap h4 {
  font-size: 14px;
}
.post-area-tags-wrap {
  margin-top: 30px;
  padding-top: 30px;
}
.post-social-icons {
  margin: 0;
}
.post-social-icons li {
  display: inline-block;
}
.post-social-icons li a {
  color: #818181;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  margin-right: 3px;
  padding: 0;
  text-align: center;
  width: 34px;
}
.post-social-icons li a:hover {
  background-color: #051721;
  color: #fff;
}
.twm-posts-author {
  background-color: #f8f8f8;
  border-radius: 10px;
  display: table;
  padding: 30px;
  width: 100%;
}
@media (max-width: 400px) {
  .twm-posts-author {
    display: block;
  }
}
.twm-posts-author .twm-post-author-pic {
  display: table-cell;
  height: 105px;
  padding-right: 30px;
  width: 105px;
}
@media (max-width: 400px) {
  .twm-posts-author .twm-post-author-pic {
    display: block;
  }
}
.twm-posts-author .twm-post-author-pic img {
  border-radius: 10px;
  margin-right: 30px;
}
.twm-posts-author .twm-post-author-content {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 400px) {
  .twm-posts-author .twm-post-author-content {
    display: block;
  }
}
.twm-posts-author .twm-post-author-content span {
  color: var(--primary-color);
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
}
.twm-posts-author .twm-post-author-content strong {
  color: #17171d;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.post-navigation {
  margin-bottom: 36px;
}
.post-navigation .post-nav-links {
  align-items: flex-start;
  border-top: 1px solid #dedede;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  position: relative;
}
.post-navigation .post-nav-links .post-nav-item {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
}
@media (max-width: 640px) {
  .post-navigation .post-nav-links .post-nav-item {
    display: block;
  }
}
.post-navigation .post-nav-links .post-nav-item .nav-post-arrow {
  margin-right: 20px;
}
@media (max-width: 640px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-arrow {
    margin-bottom: 10px;
  }
}
.post-navigation .post-nav-links .post-nav-item .nav-post-arrow i {
  color: var(--primary-color);
  font-size: 50px;
  line-height: 0.7;
}
.post-navigation .post-nav-links .post-nav-item .nav-post-meta {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-meta {
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-meta {
    padding-right: 10px;
  }
}
.post-navigation .post-nav-links .post-nav-item .nav-post-meta label {
  color: #616161;
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
  color: #17171d;
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 640px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
  }
}
@media (max-width: 420px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
  }
}
.post-navigation .post-nav-links .post-nav-item.nav-post-next {
  flex-direction: row-reverse;
  text-align: right;
}
.post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-meta {
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-meta {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-meta {
    padding-left: 10px;
  }
}
.post-navigation .post-nav-links .post-nav-item.nav-post-next .nav-post-arrow {
  margin-left: 20px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .section-full.p-b90,
  .section-full.p-t120,
  .section-full.p-tb120 {
    padding-bottom: 10px;
    padding-top: 38px;
  }
}
.loading-area {
  overflow: hidden;
  position: fixed;
}
.loading-area,
.loading-area .loading-box {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.loading-area .loading-box {
  background-color: #fff;
  opacity: 1;
  position: absolute;
}
.loading-area .loading-pic {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 99999;
}
.wrapper {
  display: block;
  margin: 0 auto;
}
.wrapper .cssload-loader {
  animation: 1.15s linear infinite;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: inline-block;
  height: 45px;
  margin: 48px;
  position: relative;
  vertical-align: middle;
  width: 45px;
}
.wrapper .cssload-loader:after,
.wrapper .cssload-loader:before {
  animation: 1.15s linear infinite;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wrapper .cssload-loader:before {
  animation-name: cssload-animation;
  border: 7px solid #fff;
  content: "";
  left: 0;
  top: 0;
}
@keyframes cssload-animation {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(2);
  }
}
.description-list {
  margin: 30px 0;
}
.description-list li {
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 45px;
  position: relative;
}
.description-list li:last-child {
  margin-bottom: 0;
}
.description-list li i {
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  height: 28px;
  left: 0;
  line-height: 26px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 28px;
}
@media (max-width: 575px) {
  .description-list li {
    padding-left: 30px;
  }
  .description-list li i {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
}
.description-list-2 {
  margin: 30px 0;
}
.description-list-2 li {
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 45px;
  position: relative;
}
.description-list-2 li:last-child {
  margin-bottom: 0;
}
.description-list-2 li i {
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 22px;
  height: 28px;
  left: 0;
  line-height: 26px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 28px;
}
.overlay-wraper {
  position: relative;
}
.overlay-wraper .overlay-main {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.opacity-01 {
  opacity: 0.1;
}
.opacity-02 {
  opacity: 0.2;
}
.opacity-03 {
  opacity: 0.3;
}
.opacity-04 {
  opacity: 0.4;
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-06 {
  opacity: 0.6;
}
.opacity-07 {
  opacity: 0.7;
}
.opacity-08 {
  opacity: 0.8;
}
.opacity-09 {
  opacity: 0.9;
}
.overlay-wraper > .container,
.overlay-wraper > .container-fluid {
  position: relative;
  z-index: 1;
}
.all_services ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.all_services ul li {
  margin-bottom: 20px;
  position: relative;
}
.all_services ul li:last-child {
  margin-bottom: 0;
}
.all_services ul li a {
  color: #666;
  font-size: 16px;
  position: relative;
  transition: all 0.5s ease;
}
.all_services ul li a:hover {
  color: var(--primary-color);
}
.all_services ul li .badge {
  background: none;
  color: #666;
  float: right;
  font-size: 14px;
  font-weight: 400;
}
#search {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translateY(-100%) scale(0);
  transition: all 0.5s ease-in-out;
  width: 100%;
}
#search.open {
  display: block;
  opacity: 1;
  transform: translate(0) scale(1);
  z-index: 999;
}
#search form {
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: var(--primary-color);
  display: flex;
  font-size: 30px;
  font-weight: 300;
  left: 50%;
  max-width: 500px;
  outline: none;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#search form span {
  display: block;
}
#search input[type="search"] {
  background: none;
  border: none;
  color: #17171d;
  font-size: 24px;
  outline: none;
  padding: 0 12px;
}
@media (max-width: 575px) {
  #search input[type="search"] {
    font-size: 14px;
  }
}
#search input[type="search"]:focus {
  box-shadow: none;
}
#search input[type="search"]::-moz-placeholder {
  color: #17171d;
}
#search input[type="search"]::placeholder {
  color: #17171d;
}
#search .search-btn {
  background: none;
  border: none;
  display: block;
  outline: none;
  padding: 0 30px;
  text-align: center;
  width: 100%;
}
#search .search-btn i {
  color: var(--primary-color);
  font-size: 36px;
  line-height: 60px;
}
#search .close {
  background-color: var(--primary-color);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  font-size: 27px;
  height: 60px;
  opacity: 1;
  position: fixed;
  right: 30px;
  top: 30px;
  width: 60px;
}
#search .close:after,
#search .close:before {
  background-color: #fff;
  content: "";
  height: 32px;
  position: absolute;
  right: 28px;
  top: 16px;
  width: 2px;
}
#search .close:after {
  transform: rotate(45deg);
}
#search .close:before {
  transform: rotate(-45deg);
}
#search .close:hover:after,
#search .close:hover:before {
  cursor: pointer;
}
.show-admin-bar #search .close {
  top: 70px;
}
.google-map {
  height: 460px;
  width: 100%;
}
.google-map iframe {
  border: 0;
  filter: grayscale(100%);
  width: 100%;
}
.form-select {
  border-radius: 0;
  color: #6c757d;
  font-size: 13px;
  height: 50px;
  line-height: 20px;
  padding: 10px;
}
.form-select option {
  padding-left: 0;
}
.form-select:focus {
  box-shadow: none;
}
.form-select.large {
  border: none;
  border-radius: 10px;
  color: #a0a0a0;
  font-size: 16px;
  height: 60px;
  line-height: 20px;
  padding: 20px;
}
.form-select.large option {
  padding-left: 0;
}
.form-select.large:focus {
  box-shadow: none;
}
.twm-two-part-section {
  margin-bottom: 30px;
}
.tw-sidebar-gallery ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.tw-sidebar-gallery ul li {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  width: 25%;
}
.tw-sidebar-gallery ul li .tw-service-gallery-thumb {
  position: relative;
  transition: all 0.5s ease;
  z-index: 1;
}
.tw-sidebar-gallery ul li .tw-service-gallery-thumb:after {
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  bottom: -3px;
  content: "";
  left: -3px;
  opacity: 0;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: -1;
}
.tw-sidebar-gallery ul li .tw-service-gallery-thumb:hover {
  padding: 0;
}
.tw-sidebar-gallery ul li .tw-service-gallery-thumb:hover:after {
  opacity: 1;
}
.tw-sidebar-gallery ul li a {
  background-color: #000;
  border-radius: 10px;
  display: block;
  position: relative;
  text-align: center;
}
.tw-sidebar-gallery ul li a img {
  border-radius: 10px;
  transition: all 0.5s ease;
}
.tw-sidebar-gallery ul li a i {
  background-color: #fff;
  border-radius: 50%;
  height: 46px;
  left: 50%;
  line-height: 46px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  width: 46px;
}
.tw-sidebar-gallery ul li:hover a img {
  opacity: 0.3;
}
.tw-sidebar-gallery ul li:hover a i {
  opacity: 1;
}
.tw-sidebar-gallery-2 .row {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.tw-sidebar-gallery-2 .row [class*="col-"] {
  margin-bottom: 30px;
}
.tw-sidebar-gallery-2 .row [class*="col-"] .tw-service-gallery-thumb {
  position: relative;
  transition: all 0.5s ease;
  z-index: 1;
}
.tw-sidebar-gallery-2 .row [class*="col-"] .tw-service-gallery-thumb:after {
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  bottom: -3px;
  content: "";
  left: -3px;
  opacity: 0;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: -1;
}
.tw-sidebar-gallery-2 .row [class*="col-"] .tw-service-gallery-thumb:hover {
  padding: 0;
}
.tw-sidebar-gallery-2
  .row
  [class*="col-"]
  .tw-service-gallery-thumb:hover:after {
  opacity: 1;
}
.tw-sidebar-gallery-2 .row [class*="col-"] a {
  background-color: #000;
  border-radius: 10px;
  display: block;
  position: relative;
  text-align: center;
}
.tw-sidebar-gallery-2 .row [class*="col-"] a img {
  border-radius: 10px;
  transition: all 0.5s ease;
}
.tw-sidebar-gallery-2 .row [class*="col-"] a i {
  background-color: #fff;
  border-radius: 50%;
  height: 46px;
  left: 50%;
  line-height: 46px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  width: 46px;
}
.tw-sidebar-gallery-2 .row [class*="col-"]:hover a img {
  opacity: 0.3;
}
.tw-sidebar-gallery-2 .row [class*="col-"]:hover a i {
  opacity: 1;
}
.video-section-first {
  background-size: cover;
  border-radius: 10px;
  height: 270px;
  position: relative;
}
@media (max-width: 1199px) {
  .video-section-first {
    height: 236px;
  }
}
@media (max-width: 991px) {
  .video-section-first {
    height: 266px;
  }
}
.play-now-video .icon {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 10px 0 hsla(0, 0%, 100%, 0.5);
  color: #fff;
  display: block;
  font-size: 32px;
  line-height: 78px;
  padding-left: 0;
  text-align: center;
}
.play-now-video .icon,
.play-now-video .ripple,
.play-now-video .ripple:after,
.play-now-video .ripple:before {
  border-radius: 50%;
  height: 78px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  width: 78px;
  z-index: 1;
}
.play-now-video .ripple,
.play-now-video .ripple:after,
.play-now-video .ripple:before {
  animation: ripple-video 3s infinite;
  box-shadow: 0 0 0 0 #fff;
}
.play-now-video .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now-video .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@keyframes ripple-video {
  70% {
    box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0);
  }
  to {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  }
}
.slide-top {
  animation: slide-top 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite
    alternate-reverse both;
}
.zoon-in-out {
  animation: zoom-in-zoom-out 8s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.5);
  }
  to {
    transform: scale(1.1);
  }
}
.up-down {
  animation: slide-top 1.5s ease-in-out infinite alternate-reverse both;
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
.bg-clr-sky {
  background-color: #3898e2;
}
.bg-clr-pink {
  background-color: #bc84ca;
}
.bg-clr-sky-light {
  background-color: #7cb5ea;
}
.bg-clr-pink-light {
  background-color: #cea7d9;
}
.bg-clr-green-light {
  background-color: #8be3c6;
}
.bg-clr-yellow-light {
  background-color: #eac87c;
}
.bg-sky-light-shadow {
  box-shadow: 0 0 40px rgba(124, 181, 234, 0.7);
}
.bg-pink-light-shadow {
  box-shadow: 0 0 40px rgba(206, 167, 217, 0.7);
}
.bg-green-light-shadow {
  box-shadow: 0 0 40px rgba(139, 227, 198, 0.7);
}
.bg-yellow-light-shadow {
  box-shadow: 0 0 40px hsla(41, 72%, 70%, 0.7);
}
.text-clr-sky {
  color: #3898e2;
}
.text-clr-pink {
  color: #bc84ca;
}
.text-clr-green {
  color: #56d8b1;
}
.text-clr-green2 {
  color: #05ad05;
}
.text-clr-yellow {
  color: #e2b438;
}
.text-clr-yellow-2 {
  color: #ffe119;
}
.text-clr-red {
  color: red;
}
.twm-how-it-work-section .row {
  display: flex;
  justify-content: center;
}
.twm-w-process-steps {
  margin-bottom: 30px;
  padding-left: 80px;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 420px) {
  .twm-w-process-steps {
    padding-left: 0;
    padding-top: 40px;
  }
}
.twm-w-process-steps .twm-large-number {
  color: #efefef;
  font-family: var(--secondary-font);
  font-size: 75px;
  font-weight: 800;
  left: 0;
  line-height: 0px;
  position: absolute;
  top: 30px;
}
@media (max-width: 420px) {
  .twm-w-process-steps .twm-large-number {
    left: auto;
    position: inherit;
    top: auto;
  }
}
.twm-w-process-steps .twm-w-pro-top {
  border-radius: 10px;
  margin-bottom: 40px;
  margin-left: 20px;
  padding: 20px;
  position: relative;
}
.twm-w-process-steps .twm-w-pro-top .twm-media {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
  display: flex;
  height: 95px;
  justify-content: center;
  left: -20px;
  position: absolute;
  top: 10px;
  width: 90px;
}
.twm-w-process-steps .twm-w-pro-top .twm-title {
  color: #fff;
  margin-bottom: 0;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .twm-w-process-steps-2-wrap {
    margin-top: 30px;
  }
}
.twm-w-process-steps-2-wrap .row [class*="col-"]:nth-child(odd) {
  margin-top: -30px;
}
.twm-w-process-steps-2 {
  padding-left: 80px;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .twm-w-process-steps-2 {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .twm-w-process-steps-2 {
    padding-left: 30px;
  }
}
.twm-w-process-steps-2 .twm-large-number {
  font-family: var(--secondary-font);
  font-size: 60px;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.twm-w-process-steps-2 .twm-w-pro-top {
  border-radius: 10px;
  margin-bottom: 40px;
  margin-left: 20px;
  padding: 25px;
  position: relative;
}
.twm-w-process-steps-2 .twm-w-pro-top .twm-media {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
  display: flex;
  height: 95px;
  justify-content: center;
  left: -50px;
  position: absolute;
  top: 10px;
  width: 90px;
}
.twm-w-process-steps-2 .twm-w-pro-top .twm-title {
  color: #17171d;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-top: 40px;
}
.twm-w-process-steps-2 p {
  font-size: 14px;
  margin-bottom: 0;
}
.twm-how-it-work-area2 .container > .row {
  align-items: center;
  display: flex;
}
.twm-testimonial-1-carousel {
  margin-bottom: 30px;
}
.twm-testimonial-1 {
  position: relative;
}
.twm-testimonial-1 .twm-testimonial-1-content {
  border-radius: 10px;
  display: table;
  position: relative;
  width: 100%;
  z-index: 1;
}
.twm-testimonial-1 .twm-testimonial-1-content:after {
  background-color: #f9fcff;
  border-radius: 10px;
  bottom: 0;
  content: "";
  left: 100px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .twm-testimonial-1 .twm-testimonial-1-content:after {
    left: 0;
  }
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-media {
  display: table-cell;
  max-width: 235px;
  vertical-align: bottom;
  width: 235px;
}
@media (max-width: 1199px) {
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-media {
    width: 170px;
  }
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-media img {
  width: auto;
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content {
  display: table-cell;
  padding: 50px 30px;
}
@media (max-width: 575px) {
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content {
    padding: 0;
  }
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content .twm-quote {
  margin-bottom: 50px;
}
.twm-testimonial-1
  .twm-testimonial-1-content
  .twm-testi-content
  .twm-quote
  img {
  width: auto;
}
@media (max-width: 575px) {
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content .twm-quote {
    margin-bottom: 0;
  }
  .twm-testimonial-1
    .twm-testimonial-1-content
    .twm-testi-content
    .twm-quote
    img {
    width: 30px;
  }
}
.twm-testimonial-1
  .twm-testimonial-1-content
  .twm-testi-content
  .twm-testi-info {
  color: #17171d;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 40px;
}
.twm-testimonial-1
  .twm-testimonial-1-content
  .twm-testi-content
  .twm-testi-detail
  .twm-testi-name {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
}
.twm-testimonial-1
  .twm-testimonial-1-content
  .twm-testi-content
  .twm-testi-detail
  .twm-testi-position {
  color: #17171d;
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.twm-testimonial-1
  .twm-testimonial-1-content
  .twm-testi-content
  .twm-testi-detail
  .twm-testi-position:after {
  background-color: var(--primary-color);
  content: "";
  height: 1px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media (max-width: 575px) {
  .twm-testimonial-1 .twm-testimonial-1-content {
    display: block;
    padding: 30px;
    text-align: center;
  }
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content,
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-media {
    display: block;
  }
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-media {
    margin: 0 auto;
  }
}
.twm-testimonial-2-carousel {
  margin-bottom: 30px;
}
.twm-testimonial-2 {
  padding: 0 15px 15px;
  position: relative;
}
.twm-testimonial-2 .twm-testimonial-2-content {
  border-radius: 10px;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-media img {
  height: 220px;
  width: auto;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(56, 152, 226, 0.3);
  padding: 50px 30px 30px;
  position: relative;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-content .twm-quote {
  opacity: 0.3;
  position: absolute;
  right: 30px;
  top: -45px;
}
.twm-testimonial-2
  .twm-testimonial-2-content
  .twm-testi-content
  .twm-quote
  img {
  width: auto;
}
.twm-testimonial-2
  .twm-testimonial-2-content
  .twm-testi-content
  .twm-testi-info {
  color: #17171d;
  font-size: 18px;
  margin-bottom: 20px;
}
.twm-testimonial-2
  .twm-testimonial-2-content
  .twm-testi-content
  .twm-testi-detail
  .twm-testi-name {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.twm-testimonial-2
  .twm-testimonial-2-content
  .twm-testi-content
  .twm-testi-detail
  .twm-testi-position {
  background-color: var(--primary-color);
  border-radius: 0 8px 8px 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-left: -30px;
  padding: 8px 40px 8px 30px;
  position: relative;
}
.twm-testimonial-2
  .twm-testimonial-2-content
  .twm-testi-content
  .twm-testi-detail
  .twm-testi-position:after {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.twm-blog-post-wrap-right {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .twm-blog-post-wrap-right {
    margin-left: 0;
  }
}
.twm-blog-post-wrap-right .twm-blog-post-1-outer {
  margin-top: 0;
}
.twm-blog-post-1-outer-wrap {
  padding-top: 20px;
}
.twm-blog-post-1-outer-wrap .owl-carousel .owl-stage-outer {
  padding: 0;
}
.twm-blog-post-1-outer-wrap .owl-carousel .twm-blog-post-1-outer {
  border: 1px solid #f7f7f7;
  box-shadow: none;
  margin-left: 10px;
}
.twm-blog-post-1-outer {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(180, 205, 237, 0.7);
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 20px;
}
.twm-blog-post-1-outer.shadow-none {
  box-shadow: none;
}
.twm-blog-post-1-outer .wt-post-media {
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(56, 152, 226, 0.3);
  margin-bottom: 50px;
  margin-top: -40px;
  overflow: hidden;
}
.twm-blog-post-1-outer .wt-post-media img {
  width: 100%;
}
.twm-blog-post-1-outer .wt-post-info {
  position: relative;
  z-index: 1;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta {
  margin-bottom: 20px;
  position: relative;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date {
  background-color: #7a98bf;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  margin-right: 10px;
  padding: 5px 15px 5px 0;
  position: relative;
  z-index: 1;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:after {
  background-color: #7a98bf;
  bottom: 0;
  content: "";
  left: -30px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: -1;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:before {
  border-left: 9px solid transparent;
  border-right: 0 solid transparent;
  border-top: 8px solid #6881a2;
  bottom: -8px;
  content: "";
  height: 0;
  left: -29px;
  position: absolute;
  width: 0;
  z-index: -1;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-author {
  color: #17171d;
  font-weight: 600;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-author a {
  color: var(--primary-color);
  display: inline-block;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-text p {
  font-size: 16px;
  margin-bottom: 10px;
}
.twm-blog-post-2-outer {
  position: relative;
}
.twm-blog-post-2-outer .wt-post-media {
  border-radius: 10px;
  overflow: hidden;
}
.twm-blog-post-2-outer .wt-post-media img {
  width: 100%;
}
.twm-blog-post-2-outer .wt-post-info {
  background-color: var(--primary-color);
  border-radius: 10px;
  margin: -50px 10px 0;
  padding: 25px 30px;
  position: relative;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta {
  margin-bottom: 20px;
  position: relative;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul li.post-date {
  background-color: #171d28;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  left: 0;
  line-height: 28px;
  padding: 5px 30px;
  position: absolute;
  top: -48px;
  z-index: 1;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-title .post-title a {
  color: #fff;
}
.twm-blog-post-2-outer .wt-post-info .site-button-link.site-text-secondry {
  color: #f9fcff;
}
.twm-blog-list-style {
  display: flex;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .twm-blog-list-style {
    display: block;
  }
}
.twm-blog-list-style .wt-post-media {
  margin-bottom: 0;
  margin-right: 30px;
  max-width: 320px;
}
@media (max-width: 767px) {
  .twm-blog-list-style .wt-post-media {
    margin-bottom: 30px;
    margin-right: 0;
    max-width: 100%;
  }
}
.twm-blog-list-style .wt-post-info {
  position: static;
}
.twm-blog-list-style .wt-post-info .wt-post-meta {
  position: inherit;
}
.twm-blog-list-style .wt-post-info .wt-post-meta ul li.post-date {
  left: 20px;
  position: absolute;
  top: 20px;
}
.twm-jobs-list-wrap {
  margin: 0 auto;
  max-width: 910px;
}
.twm-jobs-list-wrap ul li {
  list-style: none;
}
.twm-jobs-list-style1 {
  align-items: center;
  background-color: #fff;
  border: 10px;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .twm-jobs-list-style1 {
    display: block;
    margin-bottom: 30px !important;
    text-align: center;
  }
}
.twm-jobs-list-style1 .twm-media {
  background-color: #fff;
  border-radius: 10px;
  bottom: -20px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: inline-block;
  height: 150px;
  line-height: 150px;
  margin-right: 40px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 150px;
}
@media (max-width: 767px) {
  .twm-jobs-list-style1 .twm-media {
    bottom: inherit;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    margin-right: 0;
    position: inherit;
    width: 100px;
  }
}
.twm-jobs-list-style1 .twm-media img {
  display: inline-block;
}
.twm-jobs-list-style1 p {
  font-size: 14px;
}
.twm-jobs-list-style1 .twm-mid-content {
  padding-left: 180px;
}
@media (max-width: 767px) {
  .twm-jobs-list-style1 .twm-mid-content {
    padding-left: 0;
  }
}
.twm-jobs-list-style1 .twm-right-content {
  text-align: right;
  width: 178px;
}
@media (max-width: 767px) {
  .twm-jobs-list-style1 .twm-right-content {
    text-align: inherit;
    width: auto;
  }
}
.twm-jobs-list-style1 .twm-right-content .twm-job-address {
  margin-bottom: 0;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-amount {
  color: #17171d;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 10px;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-amount span {
  color: #046c38;
}
.twm-jobs-list-style1 .twm-right-content .twm-job-websites {
  font-size: 14px;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-browse {
  font-size: 15px;
  font-weight: 600;
}
.twm-jobs-list-style1 .twm-job-title .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
}
.twm-jobs-category span {
  border-radius: 5px;
  color: #fff;
  padding: 5px 12px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .twm-jobs-category span {
    display: inline-block;
  }
}
.cabdidate-de-info .twm-jobs-category span {
  border-radius: 5px;
  color: #fff;
  padding: 5px 12px;
}
@media (max-width: 767px) {
  .cabdidate-de-info .twm-jobs-category span {
    display: inline-block;
    margin-top: 0;
  }
}
.twm-jobs-grid-style1 {
  background-color: #fff;
  border: 10px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(56, 152, 226, 0.3);
  margin-top: 30px;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 {
    margin-top: 0;
    text-align: center;
  }
}
.twm-jobs-grid-style1 .twm-media {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: inline-block;
  height: 90px;
  line-height: 90px;
  margin-right: 30px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 90px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-media {
    margin: 0 auto;
    position: inherit;
    top: inherit;
  }
}
.twm-jobs-grid-style1 .twm-media img {
  display: block;
}
.twm-jobs-grid-style1 .twm-mid-content {
  padding-top: 60px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-mid-content {
    padding-top: 30px;
  }
}
.twm-jobs-grid-style1 .twm-right-content {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-right-content {
    display: block;
  }
}
.twm-jobs-grid-style1 .twm-right-content .twm-job-address {
  margin-bottom: 0;
}
.twm-jobs-grid-style1 .twm-right-content .twm-jobs-amount {
  color: #17171d;
  font-weight: 500;
  margin: 20px 0 10px;
}
.twm-jobs-grid-style1 .twm-right-content .twm-jobs-amount span {
  color: #046c38;
}
.twm-jobs-grid-style1 .twm-right-content .twm-jobs-browse {
  font-size: 14px;
  font-weight: 600;
}
.twm-jobs-grid-style1 .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
  margin-left: 120px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-job-post-duration {
    display: block;
    margin: 0;
  }
}
.twm-jobs-grid-style1 .twm-jobs-category {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-jobs-category {
    margin-top: 10px;
    position: inherit;
    right: inherit;
    top: inherit;
  }
}
.twm-employer-list-wrap ul {
  margin: 0;
}
.twm-employer-list-wrap ul li {
  list-style: none;
}
.twm-employer-list-style1 {
  align-items: center;
  background-color: #fff;
  border: 10px;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 25px 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 575px) {
  .twm-employer-list-style1 {
    display: block;
    margin-bottom: 30px !important;
    text-align: center;
  }
}
.twm-employer-list-style1 .twm-media {
  background-color: #fff;
  border-radius: 10px;
  bottom: -20px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: block;
  height: 150px;
  line-height: 150px;
  margin-right: 40px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 150px;
}
@media (max-width: 575px) {
  .twm-employer-list-style1 .twm-media {
    bottom: inherit;
    height: 100px;
    line-height: 100px;
    margin: 0 0 30px;
    position: inherit;
    width: 100px;
  }
}
.twm-employer-list-style1 .twm-media img {
  border-radius: 10px;
  display: inline-block;
}
.twm-employer-list-style1 p {
  font-size: 14px;
}
.twm-employer-list-style1 .twm-mid-content {
  padding-left: 180px;
}
@media (max-width: 575px) {
  .twm-employer-list-style1 .twm-mid-content {
    padding-left: 0;
  }
}
.twm-employer-list-style1 .twm-right-content {
  text-align: center;
  width: 100px;
}
@media (max-width: 575px) {
  .twm-employer-list-style1 .twm-right-content {
    margin: 0 auto;
  }
}
.twm-employer-list-style1 .twm-right-content .twm-job-address {
  margin-bottom: 0;
}
.twm-employer-list-style1 .twm-right-content .twm-jobs-vacancies {
  color: #17171d;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 10px;
}
.twm-employer-list-style1 .twm-right-content .twm-jobs-vacancies span {
  color: #00aa18;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.twm-employer-list-style1 .twm-right-content .twm-job-websites {
  font-size: 14px;
}
.twm-employer-grid-style1 {
  align-items: center;
  background-color: #fff;
  border: 10px;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 25px 20px;
  position: relative;
  width: 100%;
}
.twm-employer-grid-style1 .twm-media {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: inline-block;
  height: 90px;
  line-height: 90px;
  margin-right: 40px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 90px;
}
.twm-employer-grid-style1 .twm-media img {
  border-radius: 10px;
  display: block;
}
.twm-employer-grid-style1 p {
  font-size: 14px;
}
.twm-employer-grid-style1 .twm-mid-content {
  padding-top: 80px;
}
.twm-employer-grid-style1 .twm-right-content {
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 100px;
}
.twm-employer-grid-style1 .twm-right-content .twm-job-address {
  margin-bottom: 0;
}
.twm-employer-grid-style1 .twm-right-content .twm-jobs-vacancies {
  color: #17171d;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 10px;
}
.twm-employer-grid-style1 .twm-right-content .twm-jobs-vacancies span {
  color: #00aa18;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.twm-employer-grid-style1 .twm-right-content .twm-job-websites {
  font-size: 14px;
}
.twm-bg-red {
  background-color: red;
}
.twm-bg-green {
  background-color: #2db346;
}
.twm-bg-brown {
  background-color: #b3692d;
}
.twm-bg-purple {
  background-color: #8883ec;
}
.twm-bg-sky {
  background-color: #2d9bb3;
}
.twm-bg-golden {
  background-color: #b7912a;
}
.twm-bg-ring-wrap {
  overflow: hidden;
  position: relative;
}
.twm-bg-ring-wrap .twm-bg-ring-left,
.twm-bg-ring-wrap .twm-bg-ring-right {
  border-radius: 50%;
  position: absolute;
}
.twm-bg-ring-wrap .twm-bg-ring-left {
  border: 100px solid #56d8b1;
  bottom: -150px;
  height: 495px;
  left: -150px;
  opacity: 0.1;
  width: 495px;
}
.twm-bg-ring-wrap .twm-bg-ring-right {
  border: 130px solid var(--primary-color);
  height: 700px;
  opacity: 0.1;
  right: -80px;
  top: 150px;
  width: 700px;
}
.twm-bg-ring-wrap2 {
  overflow: hidden;
  position: relative;
}
.twm-bg-ring-wrap2 .twm-bg-ring-left,
.twm-bg-ring-wrap2 .twm-bg-ring-right {
  border-radius: 50%;
  position: absolute;
}
.twm-bg-ring-wrap2 .twm-bg-ring-left {
  border: 100px solid #56d8b1;
  bottom: -150px;
  height: 495px;
  left: -150px;
  opacity: 0.3;
  width: 495px;
}
.twm-bg-ring-wrap2 .twm-bg-ring-right {
  border: 130px solid var(--primary-color);
  height: 700px;
  opacity: 0.05;
  right: -250px;
  top: -250px;
  width: 700px;
}
.twm-explore-area {
  overflow: hidden;
}
.twm-explore-content-outer {
  position: relative;
  z-index: 1;
}
.twm-explore-content-outer .twm-bold-circle-left {
  border: 30px solid #56d8b1;
  border-radius: 50%;
  bottom: -110px;
  height: 140px;
  left: 50px;
  opacity: 0.4;
  position: absolute;
  width: 140px;
}
.twm-explore-content-outer .twm-bold-circle-right {
  border: 50px solid var(--primary-color);
  border-radius: 50%;
  height: 250px;
  opacity: 0.2;
  position: absolute;
  right: -140px;
  top: -90px;
  width: 250px;
}
.twm-explore-media-wrap .twm-media {
  margin-right: -85px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .twm-explore-media-wrap .twm-media {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .twm-explore-media-wrap .twm-media {
    margin-right: 0;
  }
  .twm-explore-media-wrap .twm-media img {
    width: 100%;
  }
}
.twm-explore-content {
  background-color: var(--primary-color);
  border-radius: 10px;
  margin-left: 30px;
  margin-top: 70px;
  overflow: hidden;
  padding: 55px 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-explore-content {
    margin-bottom: 30px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .twm-explore-content {
    padding: 30px;
  }
}
.twm-explore-content .twm-l-line-1 {
  left: -290px;
  top: -290px;
}
.twm-explore-content .twm-l-line-1,
.twm-explore-content .twm-l-line-2 {
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  height: 475px;
  opacity: 0.1;
  position: absolute;
  width: 475px;
  z-index: -1;
}
.twm-explore-content .twm-l-line-2 {
  left: -230px;
  top: -230px;
}
.twm-explore-content .twm-r-circle-1 {
  right: -140px;
  top: -200px;
}
.twm-explore-content .twm-r-circle-1,
.twm-explore-content .twm-r-circle-2 {
  background-color: #e7e7e7;
  border-radius: 50%;
  height: 500px;
  opacity: 0.05;
  position: absolute;
  width: 500px;
  z-index: -1;
}
.twm-explore-content .twm-r-circle-2 {
  right: -90px;
  top: -145px;
}
.twm-explore-content .twm-title-small {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
}
.twm-explore-content .twm-title-large {
  margin-bottom: 40px;
}
.twm-explore-content .twm-title-large h2 {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .twm-explore-content .twm-title-large h2 {
    font-size: 30px;
  }
}
.twm-explore-content .twm-title-large p {
  color: #e7e7e7;
}
.twm-explore-content .twm-upload-file .site-button {
  background-color: #fff;
  color: transparent !important;
  text-shadow: 0 0 0 var(--primary-color), 400px 0 0 var(--primary-color);
  transition: all 0.3s ease !important;
}

.twm-explore-content .twm-upload-file .site-button:hover {  
  box-shadow: 0 15 15px #f928e7;
}

.twm-explore-content .twm-upload-file .site-button:hover i {
  text-shadow: none;
}
.twm-explore-content .twm-upload-file .site-button i {
  color: var(--primary-color);
  font-size: 24px;
  padding-left: 5px;
  padding-right: 0;
  text-shadow: none;
}
.twm-explore-content-2 {
  background-color: var(--primary-color);
  border-radius: 50px;
  margin-bottom: 30px;
  margin-right: 100px;
  padding: 55px 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-explore-content-2 {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .twm-explore-content-2 {
    margin-right: 0;
  }
}
.twm-explore-content-2 .twm-explore-top-section {
  margin-bottom: 40px;
  margin-right: 110px;
}
@media (max-width: 991px) {
  .twm-explore-content-2 .twm-explore-top-section {
    margin-right: 0;
  }
}
.twm-explore-content-2 .twm-explore-top-section .twm-title-small {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
}
.twm-explore-content-2 .twm-explore-top-section .twm-title-large {
  margin-bottom: 40px;
}
.twm-explore-content-2 .twm-explore-top-section .twm-title-large h2 {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .twm-explore-content-2 .twm-explore-top-section .twm-title-large h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .twm-explore-content-2 .twm-explore-top-section .twm-title-large h2 {
    font-size: 22px;
  }
}
.twm-explore-content-2 .twm-explore-top-section .twm-title-large p {
  color: #e7e7e7;
}
.twm-explore-content-2 .twm-explore-top-section .twm-read-more .site-button {
  background-color: #fff;
  color: var(--primary-color);
  text-shadow: 0 0 0 var(--primary-color), 400px 0 0 var(--primary-color);
}
.twm-explore-content-2
  .twm-explore-top-section
  .twm-read-more
  .site-button:hover { 
    background-color: #d70101;  
  box-shadow: 0 15 15px #f928e7;
}
.twm-explore-content-2 .twm-explore-top-section .twm-read-more .site-button i {
  color: var(--primary-color);
  font-size: 24px;
  padding-left: 5px;
  padding-right: 0;
}
.twm-explore-content-2 .twm-explore-bottom-section .counter-outer-two {
  position: relative;
}
.twm-explore-content-2
  .twm-explore-bottom-section
  .counter-outer-two
  .tw-count-number {
  font-family: var(--primary-font);
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}
.twm-explore-content-2 .twm-explore-bottom-section .counter-outer-two .counter {
  font-family: var(--primary-font);
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
}
.twm-explore-content-2
  .twm-explore-bottom-section
  .counter-outer-two
  .icon-content-info {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.twm-explore-content-2 .twm-explore-media-wrap2 {
  height: 100%;
  position: relative;
  z-index: 1;
}
.twm-explore-content-2 .twm-explore-media-wrap2:after {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 20px 20px 0 #4780ce;
  content: "";
  height: 467px;
  position: absolute;
  right: -170px;
  top: 0;
  width: 467px;
  z-index: -1;
}
@media (max-width: 600px) {
  .twm-explore-content-2 .twm-explore-media-wrap2:after {
    display: none;
  }
}
.twm-explore-content-2 .twm-explore-media-wrap2 .twm-media {
  bottom: -40px;
  position: absolute;
  right: -170px;
  width: 350px;
}
@media (max-width: 600px) {
  .twm-explore-content-2 .twm-explore-media-wrap2 .twm-media {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .twm-explore-content-2 .twm-explore-media-wrap2 .twm-media {
    bottom: inherit;
    margin: 0 auto;
    position: inherit;
    right: inherit;
  }
}
.twm-explore-content-2 .twm-explore-media-wrap2 .twm-media img {
  width: auto;
}
@media (max-width: 600px) {
  .twm-explore-content-2 .twm-explore-media-wrap2 .twm-media img {
    width: 95%;
  }
}
.twm-explore-content-outer-3 {
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-explore-content-outer-3 {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .twm-explore-content-outer-3 {
    margin-bottom: 30px;
  }
}
.twm-explore-content-outer-3 .twm-l-line-1 {
  background-color: #eac87c;
  border-radius: 50px;
  bottom: -140px;
  height: 270px;
  left: -30px;
  opacity: 0.2;
  position: absolute;
  width: 73px;
  z-index: -1;
}
@media (max-width: 991px) {
  .twm-explore-content-outer-3 .twm-l-line-1 {
    display: none;
  }
}
.twm-explore-content-outer-3 .twm-l-line-2 {
  background-color: #cea7d9;
  border-radius: 50px;
  bottom: -120px;
  height: 270px;
  left: 55px;
  opacity: 0.2;
  position: absolute;
  width: 73px;
  z-index: -1;
}
@media (max-width: 991px) {
  .twm-explore-content-outer-3 .twm-l-line-2 {
    display: none;
  }
}
.twm-explore-content-outer-3 .twm-explore-content-3 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  margin-left: 30px;
  margin-top: 70px;
  padding: 55px 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-explore-content-outer-3 .twm-explore-content-3 {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .twm-explore-content-outer-3 .twm-explore-content-3 {
    padding: 30px;
  }
}
.twm-explore-content-outer-3 .twm-explore-content-3:after {
  border-bottom: 40px solid #f0f6fe;
  border-radius: 10px;
  border-right: 40px solid #f0f6fe;
  content: "";
  height: 100%;
  position: absolute;
  right: -40px;
  top: 40px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 575px) {
  .twm-explore-content-outer-3 .twm-explore-content-3:after {
    display: none;
  }
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-small {
  color: #17171d;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large {
  margin-bottom: 40px;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large h2 {
  color: #17171d;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large h2 {
    font-size: 22px;
  }
}
.twm-explore-content-outer-3
  .twm-explore-content-3
  .twm-upload-file
  .site-button {
  background-color: var(--primary-color);
  color: #fff;
}
.twm-explore-content-outer-3
  .twm-explore-content-3
  .twm-upload-file
  .site-button
  i {
  color: #fff;
  font-size: 24px;
  padding-left: 5px;
  padding-right: 0;
  text-shadow: none;
}
.twm-explore-content-outer-3
  .twm-explore-content-3
  .twm-upload-file
  .site-button:hover {
  background-color: #171d28;
}
.twm-explore-content-outer-3
  .twm-explore-content-3
  .twm-upload-file
  .site-button:hover
  i {
  text-shadow: none;
}
.twm-job-categories-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.twm-job-categories-section {
  margin-bottom: 30px;
}
.twm-job-categories-section:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: calc(50% - 120px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .twm-job-categories-section:after {
    left: 0;
  }
}
.twm-job-categories-section-2 {
  margin-bottom: 30px;
}
.job-categories-block {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  display: flex;
  overflow: hidden;
  padding: 50px 30px;
  position: relative;
  transition: all 0.5s ease;
  z-index: 1;
}
@media (max-width: 1199px) {
  .job-categories-block {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .job-categories-block {
    margin: 0 20px;
  }
}
.job-categories-block:after {
  bottom: -35px;
  left: -100px;
}
.job-categories-block:after,
.job-categories-block:before {
  background-color: #3898e2;
  border-radius: 50%;
  content: "";
  height: 200px;
  opacity: 0.1;
  position: absolute;
  transition: all 0.5s ease;
  width: 200px;
  z-index: -1;
}
.job-categories-block:before {
  bottom: -30px;
  left: -80px;
}
.job-categories-block:hover:after {
  background-color: #3898e2;
  border-radius: 50%;
  bottom: -50px;
  content: "";
  height: 500%;
  left: -50px;
  opacity: 0.05;
  position: absolute;
  transition: all 0.5s ease;
  width: 500%;
  z-index: -1;
}
.job-categories-block:hover:before {
  opacity: 0;
}
.job-categories-block .twm-media {
  width: 100px;
}
.job-categories-block .twm-media img {
  width: auto;
}
.job-categories-block .twm-media [class*="feather-"],
.job-categories-block .twm-media [class*="flaticon-"] {
  color: var(--primary-color);
  display: flex;
  font-size: 70px;
  line-height: 70px;
}
.job-categories-block .twm-content .twm-jobs-available {
  background-color: var(--primary-color);
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 4px 15px;
}
.job-categories-block .twm-content a {
  display: block;
  margin-bottom: 0;
}
.job-categories-style1 .owl-carousel .owl-stage-outer {
  display: table;
  padding: 30px 0 30px 10px;
  position: relative;
}
@media (max-width: 991px) {
  .job-categories-style1 .owl-carousel .owl-stage-outer {
    display: block;
    padding: 30px 0;
  }
}
.owl-btn-left-bottom .owl-nav {
  position: absolute;
  text-align: left;
}
.owl-btn-left-bottom .owl-nav .owl-next {
  right: -1px;
  transition: all 0.2s linear;
}
.owl-btn-left-bottom .owl-nav .owl-prev {
  transition: all 0.2s linear;
}
.job-categories-block-2 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  overflow: hidden;
  padding: 30px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 1;
}
.job-categories-block-2:after {
  bottom: -60px;
  right: -60px;
}
.job-categories-block-2:after,
.job-categories-block-2:before {
  background-color: var(--primary-color);
  border-radius: 50%;
  content: "";
  height: 110px;
  opacity: 0.04;
  position: absolute;
  transition: all 0.5s ease;
  width: 110px;
  z-index: -1;
}
.job-categories-block-2:before {
  left: -60px;
  top: -60px;
}
.job-categories-block-2 .twm-media {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: center;
  line-height: 0;
  margin: 0 auto 30px;
  position: relative;
  width: 100px;
  z-index: 1;
}
.job-categories-block-2 .twm-media img {
  transition: all 0.5s ease;
  width: auto;
}
.job-categories-block-2 .twm-media [class*="feather-"],
.job-categories-block-2 .twm-media [class*="flaticon-"] {
  color: var(--primary-color);
  font-size: 70px;
  line-height: 0px;
  transition: all 0.5s ease;
}
.job-categories-block-2 .twm-media [class*="feather-"]:before,
.job-categories-block-2 .twm-media [class*="flaticon-"]:before {
  left: 50%;
  position: inherit;
  transform: translateX(-50%);
}
.job-categories-block-2 .twm-media:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 100px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  transition: all 0.5s ease;
  width: 100px;
  z-index: -1;
}
.job-categories-block-2 .twm-content .twm-jobs-available {
  background-color: #f0f6fe;
  border-radius: 10px;
  color: var(--primary-color);
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 4px 15px;
}
.job-categories-block-2 .twm-content a {
  display: block;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.job-categories-block-2:hover {
  background-color: var(--primary-color);
}
.job-categories-block-2:hover:after {
  background-color: #fff;
  height: 500%;
  opacity: 0.1;
  width: 500%;
}
.job-categories-block-2:hover:before {
  display: none;
}
.job-categories-block-2:hover .twm-content a {
  color: #fff;
}
.job-categories-block-2:hover .twm-media [class*="feather-"],
.job-categories-block-2:hover .twm-media [class*="flaticon-"],
.job-categories-block-2:hover .twm-media img {
  transform: scale(0.8);
}
.job-categories-block-2:hover .twm-media:after {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.twm-bnr-search-bar {
  background-color: #fff;
  border: 1px solid rgba(47, 47, 47, 0.09);
  border-radius: 10px;
  box-shadow: 0 0 30px hsla(0, 0%, 90%, 0.3);
  height: 70px;
  padding: 5px 5px 5px 15px;
  text-align: left;
}
@media (max-width: 1199px) {
  .twm-bnr-search-bar {
    height: auto;
    padding: 10px;
  }
  .twm-bnr-search-bar .form-group {
    margin: 5px 0;
  }
}
.twm-bnr-search-bar label {
  color: #999;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 7px;
  padding-top: 0;
  text-transform: uppercase;
}
.twm-bnr-search-bar .form-control,
.twm-bnr-search-bar .form-select {
  border: none;
  font-size: 14px;
  font-weight: 500;
  height: 34px;
  padding: 0;
}
.twm-bnr-search-bar .form-control:focus {
  box-shadow: none;
}
.twm-bnr-search-bar .form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
.twm-bnr-search-bar .form-control::-moz-placeholder {
  color: #000;
  font-size: 14px;
}
.twm-bnr-search-bar .form-control:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}
.twm-bnr-search-bar .form-control:-moz-placeholder {
  color: #000;
  font-size: 14px;
}
.twm-bnr-search-bar .site-button {
  display: block;
  padding: 15px 8px;
  width: 100%;
}
.twm-inputicon-box {
  position: relative;
}
.twm-inputicon-box .form-control {
  background: transparent;
  padding-right: 40px;
}
.twm-inputicon-box .twm-input-icon {
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
  z-index: 5;
}
.twm-bnr-popular-search {
  font-size: 14px;
  margin-top: 30px;
  position: relative;
}
.twm-bnr-popular-search .twm-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
}
.twm-search-bar-2-wrap {
  position: relative;
  z-index: 2;
}
.twm-search-bar-2-wrap .twm-search-bar-2-inner {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(56, 152, 226, 0.3);
  margin: -80px 0 0;
  padding: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-search-bar-2-wrap .twm-search-bar-2-inner {
    margin: 40px 0 30px;
  }
}
.twm-search-bar-2-wrap .twm-search-bar-2-inner > .row {
  margin-bottom: 10px;
}
.twm-search-bar-2-wrap .twm-search-bar-2-inner .twm-bnr-popular-search {
  margin-top: 10px;
}
.twm-trusted-by-wrap {
  margin-left: 5px;
}
@media (max-width: 1199px) {
  .twm-trusted-by-wrap {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .twm-trusted-by-wrap {
    margin: 40px 0 30px;
  }
}
.twm-trusted-by-wrap .twm-trusted-by-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .twm-trusted-by-wrap .twm-trusted-logo a {
    text-align: center;
  }
  .twm-trusted-by-wrap .twm-trusted-logo a img {
    margin: 0 auto;
  }
}
.twm-trusted-logo a img {
  width: auto !important;
}
.rotate-center {
  animation: rotate-center 30s linear infinite both;
}
.rotate-center-reverse {
  animation: rotate-center 30s linear infinite reverse both;
}
@keyframes rotate-center-reverse {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.slide-top-animation {
  animation: slide-top-animation 3s ease-in-out infinite alternate-reverse both;
}
@keyframes slide-top-animation {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100px);
  }
}
.scale-up-center {
  animation: scale-up-center 2s ease-in-out infinite alternate-reverse both;
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
.twm-tabs-style-1.center .nav-tabs {
  display: block;
  text-align: center;
}
@media (max-width: 575px) {
  .twm-tabs-style-1.center .nav-tabs {
    text-align: left;
  }
}
.twm-tabs-style-1.center .nav-tabs .nav-item {
  display: inline-block;
}
.twm-tabs-style-1 .nav-tabs {
  border: none;
  margin-bottom: 50px;
}
.twm-tabs-style-1 .nav-tabs .nav-item .nav-link {
  background-color: #f0f6fe !important;
  border: none;
  border-radius: 10px;
  color: var(--primary-color);
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px 15px;
}
.twm-tabs-style-1 .nav-tabs .nav-item .nav-link.active {
  background-color: var(--primary-color) !important;
  color: #fff;
}
.twm-tabs-style-2.center .nav-tabs {
  display: block;
  text-align: center;
}
.twm-tabs-style-2.center .nav-tabs .nav-item {
  display: inline-block;
}
.twm-tabs-style-2 .nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.twm-tabs-style-2 .nav-tabs .nav-item .nav-link {
  background-color: #fff;
  border: none;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  color: var(--primary-color);
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  margin-top: 10px;
  padding: 8px 15px;
}
@media (max-width: 575px) {
  .twm-tabs-style-2 .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 4px 10px;
  }
}
.twm-tabs-style-2 .nav-tabs .nav-item .nav-link i {
  margin-right: 5px;
}
.twm-tabs-style-2 .nav-tabs .nav-item .nav-link.active {
  background-color: var(--primary-color) !important;
  color: #fff;
}
.twm-advertisment {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  margin: 30px 0;
  overflow: hidden;
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}
.twm-advertisment.m-b0 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .twm-advertisment.m-b0 {
    margin-bottom: 30px;
  }
}
.twm-advertisment .overlay {
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.twm-advertisment .twm-title {
  color: #fff;
  margin-bottom: 20px;
}
.twm-advertisment p {
  margin-bottom: 30px;
}
.form-control:focus {
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: #a0a0a0;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 14px;
}
.form-control:-moz-placeholder {
  color: #a0a0a0;
  font-size: 14px;
}
.twm-sidebar-ele-filter {
  margin: 30px 0;
}
.twm-sidebar-ele-filter ul {
  list-style: none;
}
.twm-sidebar-ele-filter ul li {
  color: #666;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.twm-sidebar-ele-filter ul li .twm-job-type-count {
  color: var(--primary-color);
  font-size: 14px;
  padding-left: 30px;
}
.form-check-input {
  height: 16px;
  width: 16px;
}
.form-check-input:checked[type="radio"] {
  background-image: none;
  position: relative;
}
.form-check-input:checked[type="radio"]:after {
  background-color: var(--primary-color);
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 10px;
}
.form-check-input[type="radio"] {
  background-color: transparent;
}

.product-filter-wrap {
  padding-bottom: 0;
}

.product-filter-wrap .woocommerce-result-count-left {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-filter-wrap {
    display: block !important;
  }
  .product-filter-wrap .woocommerce-result-count-left {
    display: block;
    margin-bottom: 10px;
  }
}
.product-filter-wrap .twm-filter-select {
  align-items: center;
  display: flex;
}
@media (max-width: 400px) {
  .product-filter-wrap .twm-filter-select {
    display: block;
  }
}
.product-filter-wrap .twm-filter-select .woocommerce-result-count {
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .product-filter-wrap .twm-filter-select .woocommerce-result-count {
    display: block;
    max-width: 120px;
    width: 100%;
  }
}
.product-filter-wrap .twm-filter-select .form-select-3:last-child {
  margin-right: 0;
}
.form-select-3 {
  background-color: #f0f6fe;
  border: 0;
  border-radius: 10px;
  margin-right: 20px;
  width: 160px;
}
@media (max-width: 400px) {
  .form-select-3 {
    margin-top: 10px;
    width: 100%;
  }
}
.twm-error-wrap {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .twm-error-wrap {
    padding-bottom: 30px;
  }
  .twm-error-wrap .twm-error-image {
    margin-bottom: 30px;
  }
}
.twm-error-wrap .row {
  align-items: center;
  display: flex;
}
.twm-error-wrap .twm-error-content {
  text-align: center;
}
.twm-error-wrap .twm-error-content .twm-error-title {
  font-size: 150px;
  line-height: 150px;
}
@media (max-width: 991px) {
  .twm-error-wrap .twm-error-content .twm-error-title {
    font-size: 58px;
    line-height: 58px;
  }
}
.twm-error-wrap .twm-error-content .twm-error-title2 {
  margin-bottom: 20px;
}
.twm-error-wrap .twm-error-content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.twm-candidates-list-wrap {
  padding-top: 0;
}
.twm-candidates-list-wrap ul {
  margin: 0;
}
.twm-candidates-list-wrap ul li {
  list-style: none;
}
.twm-candidates-list-style1 {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 575px) {
  .twm-candidates-list-style1 {
    display: block;
    text-align: center;
  }
}
.twm-candidates-list-style1 .twm-media {
  display: inline-block;
  margin-right: 10px;
  width: 110px;
}
@media (max-width: 575px) {
  .twm-candidates-list-style1 .twm-media {
    margin-bottom: 10px;
    margin-right: 0;
    width: 90px;
  }
}
.twm-candidates-list-style1 .twm-media .twm-media-pic {
  border-radius: 10px;
  height: 90px;
  margin-bottom: -30px;
  overflow: hidden;
  position: relative;
  top: -50px;
  width: 90px;
}
.twm-candidates-list-style1 .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-candidates-list-style1 .twm-media .twm-candidates-tag span {
  background-color: #f0f6fe;
  border-radius: 10px;
  color: var(--primary-color);
  padding: 5px 12px;
}
.twm-candidates-list-style1 p {
  font-size: 14px;
  margin-bottom: 5px;
}
.twm-candidates-list-style1 .twm-mid-content {
  flex-grow: 1;
}
.twm-candidates-list-style1 .twm-fot-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .twm-candidates-list-style1 .twm-fot-content {
    display: block;
  }
}
.twm-candidates-list-style1 .twm-fot-content .twm-jobs-vacancies {
  color: #17171d;
  font-size: 14px;
  font-weight: 500;
}
.twm-candidates-list-style1 .twm-fot-content .twm-jobs-vacancies span {
  color: #046c38;
  margin-left: 5px;
}
.twm-candidates-list-style1 .twm-fot-content .twm-left-info {
  display: flex;
  justify-content: space-between;
}
.twm-candidates-list-style1 .twm-fot-content .twm-candidate-address {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 30px;
}
.twm-candidates-list-style1 .twm-fot-content .twm-candidate-address i {
  margin-right: 5px;
}
.twm-candidates-list-style1 .twm-fot-content .twm-view-prifile {
  font-size: 15px;
  font-weight: 600;
}
.twm-candidates-grid-style1 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  text-align: center;
}
.twm-candidates-grid-style1 .twm-media {
  display: inline-block;
  margin-bottom: 20px;
}
.twm-candidates-grid-style1 .twm-media .twm-media-pic {
  border-radius: 10px;
  height: 90px;
  margin-bottom: -30px;
  overflow: hidden;
  position: relative;
  top: -50px;
  width: 90px;
}
.twm-candidates-grid-style1 .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-candidates-grid-style1 .twm-media .twm-candidates-tag span {
  background-color: #f0f6fe;
  border-radius: 5px;
  color: var(--primary-color);
  padding: 5px 12px;
}
.twm-candidates-grid-style1 p {
  font-size: 14px;
  margin-bottom: 10px;
}
.twm-candidates-grid-style1 .twm-mid-content {
  flex-grow: 1;
}
.twm-candidates-grid-style1 .twm-view-prifile {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
.twm-candidates-grid-style1 .twm-fot-content {
  background-color: #f3f8ff;
  border-radius: 0 0 10px 10px;
  margin: 0 -20px -20px;
  padding: 20px;
}
.twm-candidates-grid-style1 .twm-fot-content .twm-jobs-vacancies {
  color: #17171d;
  font-size: 14px;
  font-weight: 500;
}
.twm-candidates-grid-style1 .twm-fot-content .twm-jobs-vacancies span {
  color: #046c38;
  margin-left: 5px;
}
.twm-candidates-grid-style1 .twm-fot-content .twm-left-info {
  display: flex;
  justify-content: space-between;
}
.twm-candidates-grid-style1 .twm-fot-content .twm-candidate-address {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 30px;
}
.twm-candidates-grid-style1 .twm-fot-content .twm-candidate-address i {
  margin-right: 5px;
}
.twm-s-title {
  margin: 30px 0;
}
.twm-s-title.m-t0 {
  margin-top: 0;
}
.twm-candi-self-wrap {
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px;
}
.twm-candi-self-info {
  position: relative;
  z-index: 1;
}
.twm-candi-self-info .twm-candi-self-top {
  color: #fff;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
.twm-candi-self-info .twm-candi-self-top .twm-candi-fee {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: -10px;
}
@media (max-width: 575px) {
  .twm-candi-self-info .twm-candi-self-top .twm-candi-fee {
    font-size: 16px;
  }
}
.twm-candi-self-info .twm-candi-self-top .twm-media {
  border-radius: 10px;
  height: 90px;
  margin: 0 auto 30px;
  overflow: hidden;
  width: 90px;
}
.twm-candi-self-info .twm-candi-self-top .twm-media img {
  width: 100%;
}
.twm-candi-self-info .twm-candi-self-top .twm-job-title {
  color: #fff;
  margin-bottom: 15px;
}
.twm-candi-self-info .twm-candi-self-top .twm-candidate-address i {
  padding-right: 3px;
}
.twm-candi-self-info .twm-candi-self-bottom {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 360px) {
  .twm-candi-self-info .twm-candi-self-bottom {
    display: block;
  }
  .twm-candi-self-info .twm-candi-self-bottom .site-button {
    display: block;
    margin-top: 3px;
    text-align: center;
  }
}
.twm-employer-self-wrap {
  border-radius: 10px;
  margin-bottom: 40px;
}
.twm-employer-self-info {
  position: relative;
  z-index: 1;
}
.twm-employer-self-info .twm-employer-self-top {
  padding-top: 20px;
  position: relative;
}
.twm-employer-self-info .twm-employer-self-top .twm-media-bg img {
  border-radius: 10px;
}
.twm-employer-self-info .twm-employer-self-top .twm-media {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: inline-block;
  height: 90px;
  left: 20px;
  line-height: 90px;
  margin-bottom: -20px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -40px;
  width: 90px;
}
.twm-employer-self-info .twm-employer-self-top .twm-media img {
  display: block;
  width: 100%;
}
.twm-employer-self-info .twm-employer-self-top .twm-job-title {
  font-size: 16px;
  margin-bottom: 15px;
}
.twm-employer-self-info .twm-employer-self-top .twm-employer-address i {
  padding-right: 3px;
}
.twm-employer-self-info .twm-employer-self-top .twm-employer-websites {
  margin-bottom: 10px;
}
.twm-employer-self-info .twm-employer-self-top .twm-mid-content {
  padding-top: 80px;
  position: relative;
}
.twm-employer-self-info .twm-employer-self-bottom {
  position: absolute;
  right: 0;
  top: 20px;
}
@media (max-width: 767px) {
  .twm-employer-self-info .twm-employer-self-bottom {
    margin-top: 10px;
    position: inherit;
    right: inherit;
    top: inherit;
  }
}
.twm-employer-self-info .twm-employer-self-bottom a {
  margin-right: 10px;
}
.twm-employer-self-info .twm-employer-self-bottom a:last-child {
  margin-right: 0;
}
.twm-timing-list-wrap {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 50px;
}
@media (max-width: 575px) {
  .twm-timing-list-wrap {
    padding: 20px 30px;
  }
}
.twm-timing-list {
  margin-bottom: 30px;
  margin-left: 30px;
}
.twm-timing-list:last-child {
  margin-bottom: 0;
}
.twm-timing-list .twm-time-list-date {
  color: #666;
  font-size: 14px;
}
.twm-timing-list .twm-time-list-title {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.twm-timing-list .twm-time-list-title:before {
  background-color: var(--primary-color);
  border: 3px solid #f0f6fe;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: -50px;
  position: absolute;
  top: 3px;
  width: 20px;
}
.twm-timing-list .twm-time-list-title:after {
  background-color: var(--primary-color);
  content: "";
  height: 1px;
  left: -26px;
  position: absolute;
  top: 13px;
  width: 22px;
}
.twm-timing-list .twm-time-list-position {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
}
.twm-timing-list .twm-time-list-discription p:last-child {
  margin-bottom: 0;
}
.twm-social-tags {
  margin-top: -10px;
}
.twm-social-tags a {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px 15px;
}
.twm-social-tags a:hover {
  opacity: 0.9;
}
.twm-social-tags a.circle {
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  outline: 1px solid;
  padding: 0;
  text-align: center;
  transition: all 0.5s ease;
  width: 40px;
}
.twm-social-tags a.circle:hover {
  transform: scale(0.9) rotate(1turn);
}
.fb-clr {
  background-color: #4d69b2;
}
.tw-clr {
  background-color: #38b2e1;
}
.link-clr {
  background-color: #0579b6;
}
.whats-clr {
  background-color: #2ca53b;
}
.pinte-clr {
  background-color: #f03c41;
}
.twm-job-self-wrap {
  border-radius: 10px;
  margin-bottom: 40px;
}
.twm-job-self-wrap .twm-job-self-info {
  position: relative;
  z-index: 1;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top {
  position: relative;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-media-bg img {
  border-radius: 10px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-jobs-category {
  left: 20px;
  position: absolute;
  top: 20px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-media {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: inline-block;
  height: 90px;
  left: 20px;
  line-height: 90px;
  margin-bottom: -20px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -40px;
  width: 90px;
}
@media (max-width: 420px) {
  .twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-media {
    left: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    position: inherit;
    top: auto;
  }
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-media img {
  display: block;
  width: 100%;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-title {
  font-size: 16px;
  margin-bottom: 15px;
}
.twm-job-self-wrap
  .twm-job-self-info
  .twm-job-self-top
  .twm-job-title
  .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-address i {
  padding-right: 3px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-self-mid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-self-mid {
    display: block;
  }
}
.twm-job-self-wrap
  .twm-job-self-info
  .twm-job-self-top
  .twm-job-self-mid
  .twm-job-apllication-area {
  font-weight: 500;
}
.twm-job-self-wrap
  .twm-job-self-info
  .twm-job-self-top
  .twm-job-self-mid
  .twm-job-apllication-area
  .twm-job-apllication-date {
  color: red;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-jobs-amount {
  color: #17171d;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-jobs-amount span {
  color: #046c38;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-websites {
  margin-bottom: 10px;
  margin-right: 5px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-mid-content {
  padding-top: 80px;
  position: relative;
}
@media (max-width: 420px) {
  .twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-mid-content {
    padding-top: 0;
  }
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-bottom {
  position: absolute;
  right: 0;
  top: 20px;
}
@media (max-width: 767px) {
  .twm-job-self-wrap .twm-job-self-info .twm-job-self-bottom {
    margin-top: 10px;
    position: inherit;
    right: inherit;
    top: inherit;
  }
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-bottom a {
  margin-right: 10px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-bottom a:last-child {
  margin-right: 0;
}
.twm-job-self-wrap.twm-job-detail-v2
  .twm-job-self-info
  .twm-job-self-top
  .twm-media-bg {
  position: relative;
}
.twm-job-self-wrap.twm-job-detail-v2
  .twm-job-self-info
  .twm-job-self-top
  .twm-media-bg
  img {
  width: 100%;
}
@media (max-width: 420px) {
  .twm-job-self-wrap.twm-job-detail-v2
    .twm-job-self-info
    .twm-job-self-top
    .twm-media-bg
    img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.twm-job-self-wrap.twm-job-detail-v2
  .twm-job-self-info
  .twm-job-self-top
  .twm-media-bg
  .twm-job-self-bottom {
  right: 20px;
}
@media (max-width: 767px) {
  .twm-job-self-wrap.twm-job-detail-v2
    .twm-job-self-info
    .twm-job-self-top
    .twm-media-bg
    .twm-job-self-bottom {
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.twm-job-self-wrap.twm-job-detail-v2
  .twm-job-self-info
  .twm-job-self-top
  .twm-jobs-category
  span {
  border-radius: 5px;
  color: #fff;
  padding: 5px 12px;
}
.twm-job-self-wrap.twm-job-detail-v2
  .twm-job-self-info
  .twm-job-self-top
  .twm-media {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media (max-width: 420px) {
  .twm-job-self-wrap.twm-job-detail-v2
    .twm-job-self-info
    .twm-job-self-top
    .twm-media {
    left: 50%;
    margin-bottom: 20px;
    margin-top: 20px;
    top: -60px;
  }
}
.twm-job-self-wrap.twm-job-detail-v2
  .twm-job-self-info
  .twm-job-self-top
  .twm-job-title {
  font-size: 24px;
}
@media (max-width: 420px) {
  .twm-job-self-wrap.twm-job-detail-v2
    .twm-job-self-info
    .twm-job-self-top
    .twm-job-title {
    font-size: 18px;
  }
  .twm-job-self-wrap.twm-job-detail-v2
    .twm-job-self-info
    .twm-job-self-top
    .twm-job-title
    .twm-job-post-duration {
    display: block;
    padding: 5px 0 0;
  }
}
.twm-job-self-wrap.twm-job-detail-v2
  .twm-job-self-info
  .twm-job-self-top
  .twm-job-self-mid {
  display: block;
}
.twm-job-self-wrap.twm-job-detail-v2
  .twm-job-self-info
  .twm-job-self-top
  .twm-jobs-amount {
  display: block;
  margin-bottom: 15px;
}
.twm-job-self-wrap.twm-job-detail-v2
  .twm-job-self-info
  .twm-job-self-top
  .twm-jobs-amount
  span {
  color: #046c38;
}
.twm-job-self-wrap.twm-job-detail-v2
  .twm-job-self-info
  .twm-job-self-top
  .twm-job-websites {
  display: block;
  margin-bottom: 15px;
}
.twm-job-self-wrap.twm-job-detail-v2
  .twm-job-self-info
  .twm-job-self-top
  .twm-mid-content {
  padding-top: 80px;
  position: relative;
  text-align: center;
}
.twm-home2-banner-section {
  overflow: hidden;
  padding-top: 160px;
  position: relative;
}
.twm-home2-banner-section > .row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.twm-home2-banner-section > .row .twm-bnr-left-section {
  margin-left: auto;
  max-width: 645px;
  padding-right: 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1360px) {
  .twm-home2-banner-section > .row .twm-bnr-left-section {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .twm-home2-banner-section > .row .twm-bnr-left-section {
    margin: 0 auto 60px;
  }
}
@media (max-width: 575px) {
  .twm-home2-banner-section > .row .twm-bnr-left-section {
    padding: 0 20px;
  }
}
.twm-home2-banner-section > .row .twm-bnr-left-section .twm-bnr-title-small {
  background-color: #f0f6fe;
  border-radius: 10px;
  color: var(--primary-color);
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 6px 20px;
}
.twm-home2-banner-section > .row .twm-bnr-left-section .twm-bnr-title-large {
  color: #17171d;
  font-size: 66px;
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 30px;
}
@media (max-width: 1360px) {
  .twm-home2-banner-section > .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .twm-home2-banner-section > .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home2-banner-section
  > .row
  .twm-bnr-left-section
  .twm-bnr-title-large
  span {
  text-decoration: underline;
}
.twm-home2-banner-section > .row .twm-bnr-left-section .twm-bnr-discription {
  font-size: 18px;
  margin-bottom: 30px;
}
.twm-home2-banner-section .twm-bnr2-right-content {
  margin-left: -80px;
  max-width: 900px;
  position: relative;
}
@media (max-width: 991px) {
  .twm-home2-banner-section .twm-bnr2-right-content {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
}
@media (max-width: 540px) {
  .twm-home2-banner-section .twm-bnr2-right-content {
    margin-bottom: 0;
  }
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-img-bg-circle-area2 {
  bottom: 100px;
  left: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .twm-home2-banner-section .twm-bnr2-right-content .twm-img-bg-circle-area2 {
    display: none;
  }
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-img-bg-circle-area2
  .twm-outline-ring-wrap {
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 510px;
  position: relative;
  width: 510px;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-img-bg-circle-area2
  .twm-outline-ring-wrap:before {
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  height: 435px;
  left: 50px;
  position: absolute;
  top: 35px;
  width: 435px;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-img-bg-circle-area2
  .twm-outline-ring-wrap:after {
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  height: 335px;
  left: 100px;
  position: absolute;
  top: 90px;
  width: 335px;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-img-bg-circle-area2
  .twm-outline-ring-wrap
  .twm-outline-ring-dott-wrap {
  border-radius: 50%;
  height: 510px;
  position: relative;
  width: 510px;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-img-bg-circle-area2
  .twm-outline-ring-wrap
  .twm-outline-ring-dott-wrap
  .outline-dot-1 {
  background-color: var(--primary-color);
  border-radius: 50%;
  content: "";
  height: 17px;
  left: 40px;
  position: absolute;
  top: 100px;
  width: 17px;
  z-index: 9;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-img-bg-circle-area2
  .twm-outline-ring-wrap
  .twm-outline-ring-dott-wrap
  .outline-dot-2 {
  background-color: var(--primary-color);
  border-radius: 50%;
  content: "";
  height: 17px;
  left: -8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  z-index: 9;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-img-bg-circle-area2
  .twm-outline-ring-wrap
  .twm-outline-ring-dott-wrap
  .outline-dot-3 {
  background-color: var(--primary-color);
  border-radius: 50%;
  bottom: 100px;
  content: "";
  height: 17px;
  left: 40px;
  position: absolute;
  width: 17px;
  z-index: 9;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-small-ring-l {
  border: 5px solid var(--primary-color);
  border-radius: 50%;
  height: 50px;
  left: -25px;
  margin-top: -24px;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 5;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-small-ring-2 {
  border: 5px solid var(--primary-color);
  border-radius: 50%;
  height: 50px;
  opacity: 0.4;
  position: absolute;
  right: -14px;
  top: -17px;
  width: 50px;
  z-index: 5;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: flex;
  padding: 20px 20px 10px;
  position: relative;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks .twm-icon {
  background-color: var(--primary-color);
  border-radius: 64px;
  height: 64px;
  left: 0;
  line-height: 64px;
  position: absolute;
  text-align: center;
  top: -50px;
  width: 64px;
}
@media (max-width: 540px) {
  .twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks .twm-icon {
    left: inherit;
    margin-right: 10px;
    position: inherit;
    top: inherit;
  }
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks
  .twm-icon.pink {
  background-color: #c698d2;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks
  .twm-icon
  img {
  width: 60%;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks
  .twm-content
  .tw-count-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks
  .twm-content
  .tw-count-number
  .counter {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks
  .twm-content
  .icon-content-info {
  color: #17171d;
  font-size: 14px;
  margin-bottom: 0;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-3 {
  background-color: #fff;
  border: 10px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  padding: 10px 20px;
  position: relative;
  width: 200px;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-3 .twm-pics {
  align-items: center;
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks-3
  .twm-pics
  span {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 34px;
  margin-left: -15px;
  overflow: hidden;
  width: 34px;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks-3
  .twm-content {
  align-items: center;
  display: flex;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks-3
  .twm-content
  .tw-count-number {
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  margin-right: 10px;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks-3
  .twm-content
  .tw-count-number
  .counter {
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks-3
  .twm-content
  .icon-content-info {
  color: #17171d;
  font-size: 14px;
  margin-bottom: 0;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-1 {
  left: 40px;
  position: absolute;
  top: 50px;
  z-index: 4;
}
@media (max-width: 540px) {
  .twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-1 {
    left: inherit;
    margin: 10px auto;
    max-width: 320px;
    padding: 10px;
    position: inherit;
    top: inherit;
  }
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-2 {
  bottom: 150px;
  left: 160px;
  position: absolute;
  z-index: 4;
}
@media (max-width: 540px) {
  .twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-2 {
    bottom: inherit;
    left: inherit;
    margin: 10px auto;
    max-width: 320px;
    padding: 10px;
    position: inherit;
  }
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-3 {
  left: 80px;
  position: absolute;
  top: 300px;
  transform: translateY(-50%);
  z-index: 4;
}
@media (max-width: 1360px) {
  .twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-3 {
    top: 190px;
  }
}
@media (max-width: 991px) {
  .twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-3 {
    top: 240px;
  }
}
@media (max-width: 540px) {
  .twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-3 {
    left: inherit;
    margin: 10px auto;
    max-width: 320px;
    position: inherit;
    top: inherit;
    transform: none;
    width: 100%;
  }
}
.twm-home2-banner-section .twm-home-2-bnr-images {
  max-width: 620px;
  position: relative;
}
@media (max-width: 1360px) {
  .twm-home2-banner-section .twm-home-2-bnr-images {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .twm-home2-banner-section .twm-home-2-bnr-images {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .twm-home2-banner-section .twm-home-2-bnr-images {
    margin: 0 auto;
  }
}
.twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-1 {
  border-radius: 30px;
  margin-left: 150px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-1 {
    margin-left: 100px;
  }
}
@media (max-width: 540px) {
  .twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-1 {
    margin-left: 0;
  }
}
.twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-1 img {
  border-radius: 30px;
}
.twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-1:after {
  background-color: #eac87c;
  border-radius: 30px;
  content: "";
  height: 100%;
  left: -30px;
  position: absolute;
  top: -30px;
  width: 100%;
  z-index: -1;
}
.twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-2 {
  bottom: 100px;
  position: absolute;
  right: -190px;
  z-index: 1;
}
@media (max-width: 1360px) {
  .twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-2 {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-2 {
    right: -30px;
    width: 180px;
  }
}
@media (max-width: 540px) {
  .twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-2 {
    bottom: 30px;
    left: 20px;
    right: auto;
  }
}
.twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-2:after {
  background-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 0 250px 250px 0;
  content: "";
  height: 500px;
  position: absolute;
  right: -60px;
  top: -60px;
  width: 250px;
  z-index: -1;
}
@media (max-width: 1360px) {
  .twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-2:after {
    height: 340px;
    right: -30px;
    top: -30px;
    width: 220px;
  }
}
@media (max-width: 991px) {
  .twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-2:after {
    display: none;
  }
}
.twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-2 img {
  border-radius: 50%;
}
.twm-home1-banner-section {
  overflow: hidden;
  padding-top: 160px;
  position: relative;
}
.twm-home1-banner-section > .row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.twm-home1-banner-section > .row .twm-bnr-left-section {
  margin-left: auto;
  max-width: 745px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1270px) {
  .twm-home1-banner-section > .row .twm-bnr-left-section {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .twm-home1-banner-section > .row .twm-bnr-left-section {
    margin: 0 auto;
    max-width: 768px;
    padding: 0 30px 50px;
  }
}
.twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-title-small {
  color: #17171d;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-title-small {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-title-large {
  color: #17171d;
  font-size: 66px;
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-discription {
  font-size: 18px;
  margin-bottom: 30px;
}
.twm-home1-banner-section .twm-bnr-right-section {
  position: relative;
}
.twm-home1-banner-section .twm-bnr-right-section .twm-bnr-right-content {
  max-width: 900px;
  position: relative;
}
@media (max-width: 991px) {
  .twm-home1-banner-section .twm-bnr-right-section .twm-bnr-right-content {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .twm-home1-banner-section .twm-bnr-right-section .twm-img-bg-circle-area {
    display: none;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle1 {
  bottom: 150px;
  left: 225px;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-img-bg-circle-area
    .twm-img-bg-circle1 {
    bottom: 240px;
    left: 100px;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle1
  span {
  background-color: #b4cded;
  border-radius: 50%;
  display: block;
  height: 500px;
  position: relative;
  width: 500px;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-img-bg-circle-area
    .twm-img-bg-circle1
    span {
    height: 400px;
    width: 400px;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle1
  span:after {
  background-color: var(--primary-color);
  border-radius: 50%;
  content: "";
  height: 17px;
  position: absolute;
  right: 35px;
  top: 100px;
  width: 17px;
  z-index: 9;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-img-bg-circle-area
    .twm-img-bg-circle1
    span:after {
    right: 15px;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle1
  span:before {
  background-color: var(--primary-color);
  border-radius: 50%;
  content: "";
  height: 17px;
  left: 3px;
  position: absolute;
  top: 170px;
  width: 17px;
  z-index: 9;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-img-bg-circle-area
    .twm-img-bg-circle1
    span:before {
    left: -7px;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle2 {
  bottom: 75px;
  left: 150px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-img-bg-circle-area
    .twm-img-bg-circle2 {
    bottom: 200px;
    left: 50px;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle2
  span {
  background-color: #dbe6f4;
  border-radius: 50%;
  display: block;
  height: 650px;
  width: 650px;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-img-bg-circle-area
    .twm-img-bg-circle2
    span {
    height: 500px;
    width: 500px;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle2
  span:after {
  background-color: var(--primary-color);
  border-radius: 50%;
  bottom: 100px;
  content: "";
  height: 17px;
  position: absolute;
  right: 75px;
  width: 17px;
  z-index: 9;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-img-bg-circle-area
    .twm-img-bg-circle2
    span:after {
    right: 35px;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle3 {
  bottom: 0;
  left: 75px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-img-bg-circle-area
    .twm-img-bg-circle3 {
    bottom: 150px;
    left: 0;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle3
  span {
  background-color: #ecf1f7;
  border-radius: 50%;
  display: block;
  height: 800px;
  width: 800px;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-img-bg-circle-area
    .twm-img-bg-circle3
    span {
    height: 600px;
    width: 600px;
  }
}
.twm-home1-banner-section .twm-bnr-right-section .twm-bnr-right-carousel {
  position: relative;
  z-index: 4;
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-bnr-right-carousel
  .slide-img
  img {
  margin-left: 100px;
  width: auto;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-bnr-right-carousel
    .slide-img
    img {
    margin-left: 0;
    margin: 0 auto;
  }
}
.twm-home1-banner-section .twm-bnr-right-section .twm-small-ring-l {
  border: 5px solid var(--primary-color);
  border-radius: 50%;
  bottom: 30%;
  height: 50px;
  left: 11%;
  opacity: 0.4;
  position: absolute;
  width: 50px;
  z-index: 5;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section .twm-bnr-right-section .twm-small-ring-l {
    bottom: 45%;
    left: 1%;
  }
}
.twm-home1-banner-section .twm-bnr-right-section .twm-small-ring-2 {
  border: 5px solid var(--primary-color);
  border-radius: 50%;
  height: 50px;
  opacity: 0.4;
  position: absolute;
  right: 9%;
  top: 30%;
  width: 50px;
  z-index: 5;
}
.twm-home1-banner-section .twm-gradient-text {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgba(192, 213, 240, 0.65) 0, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6c0d5f0",endColorstr="#00000000",GradientType=0);
  font-size: 150px;
  font-weight: 800;
  left: 50%;
  line-height: 110px;
  padding-right: 200px;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-home1-banner-section .twm-gradient-text {
    position: inherit;
  }
}
@media (max-width: 767px) {
  .twm-home1-banner-section .twm-gradient-text {
    display: none;
  }
}
.twm-home1-banner-section .twm-bnr-blocks {
  background-color: #fff;
  border: 10px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: flex;
  margin: 0 4px;
  padding: 10px 20px;
  position: relative;
  width: 270px;
}
.twm-home1-banner-section .twm-bnr-blocks .twm-icon {
  margin-right: 20px;
  width: 70px;
}
.twm-home1-banner-section .twm-bnr-blocks .twm-content .tw-count-number {
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}
.twm-home1-banner-section
  .twm-bnr-blocks
  .twm-content
  .tw-count-number
  .counter {
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}
.twm-home1-banner-section .twm-bnr-blocks .twm-content .icon-content-info {
  color: #17171d;
  font-size: 16px;
  margin-bottom: 0;
}
.twm-home1-banner-section .twm-bnr-blocks-3 {
  background-color: #fff;
  border: 10px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: flex;
  margin: 0 4px;
  padding: 10px 20px;
  position: relative;
  width: 290px;
}
.twm-home1-banner-section .twm-bnr-blocks-3 .twm-pics {
  align-items: center;
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}
.twm-home1-banner-section .twm-bnr-blocks-3 .twm-pics span {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 34px;
  margin-left: -15px;
  overflow: hidden;
  width: 34px;
}
.twm-home1-banner-section .twm-bnr-blocks-3 .twm-content .tw-count-number {
  font-family: Rubik, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}
.twm-home1-banner-section
  .twm-bnr-blocks-3
  .twm-content
  .tw-count-number
  .counter {
  font-family: Rubik, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}
.twm-home1-banner-section .twm-bnr-blocks-3 .twm-content .icon-content-info {
  color: #17171d;
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .twm-home1-banner-section .twm-bnr-blocks-position-wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .twm-home1-banner-section .twm-bnr-blocks-position-wrap {
    display: none;
  }
}
.twm-home1-banner-section .twm-bnr-blocks-position-1 {
  left: 45px;
  position: absolute;
  top: 200px;
  z-index: 4;
}
@media (max-width: 991px) {
  .twm-home1-banner-section .twm-bnr-blocks-position-1 {
    left: inherit;
    position: inherit;
    top: inherit;
  }
}
.twm-home1-banner-section .twm-bnr-blocks-position-2 {
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 4;
}
@media (max-width: 1366px) {
  .twm-home1-banner-section .twm-bnr-blocks-position-2 {
    top: -30px;
  }
}
@media (max-width: 991px) {
  .twm-home1-banner-section .twm-bnr-blocks-position-2 {
    position: inherit;
    right: inherit;
    top: inherit;
  }
}
.twm-home1-banner-section .twm-bnr-blocks-position-3 {
  bottom: 50px;
  position: absolute;
  right: 20px;
  z-index: 4;
}
@media (max-width: 991px) {
  .twm-home1-banner-section .twm-bnr-blocks-position-3 {
    bottom: inherit;
    position: inherit;
    right: inherit;
  }
}
.twm-s-map-iframe {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  padding: 20px;
}
.twm-s-map-iframe iframe {
  border: 0;
  filter: grayscale(100%);
  width: 100%;
}
.twm-m-map-iframe {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.twm-m-map-iframe iframe {
  border: 0;
  filter: grayscale(100%);
  width: 100%;
}
.twm-s-info3 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  margin-top: 90px;
  padding: 30px;
}
.twm-s-info3 .twm-s-info-logo-section {
  position: relative;
}
.twm-s-info3 .twm-s-info-logo-section .twm-media {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: inline-block;
  height: 90px;
  left: 0;
  line-height: 90px;
  margin-bottom: -50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: -80px;
  width: 90px;
}
.twm-s-info3 ul {
  list-style: none;
  margin-bottom: 30px;
}
.twm-s-info3 ul li {
  margin-bottom: 10px;
}
.twm-s-info3 ul li:last-child {
  margin-bottom: 0;
}
.twm-s-info3 ul li .twm-s-info-inner {
  padding-left: 40px;
  position: relative;
}
.twm-s-info3 ul li .twm-s-info-inner i {
  color: var(--primary-color);
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 15px;
}
.twm-s-info3 ul li .twm-s-info-inner .twm-title {
  color: #666;
  font-size: 14px;
}
.twm-s-info3 ul li .twm-s-info-inner .twm-s-info-discription {
  color: #17171d;
  font-size: 16px;
  word-break: break-word;
}
.twm-s-info3 .site-button {
  display: block;
  text-align: center;
}
.twm-s-info {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  padding: 40px;
}
@media (max-width: 575px) {
  .twm-s-info {
    padding: 20px;
  }
}
.twm-s-info ul {
  list-style: none;
  margin-bottom: 0;
}
.twm-s-info ul li {
  margin-bottom: 10px;
}
.twm-s-info ul li:last-child {
  margin-bottom: 0;
}
.twm-s-info ul li .twm-s-info-inner {
  padding-left: 40px;
  position: relative;
}
.twm-s-info ul li .twm-s-info-inner i {
  color: var(--primary-color);
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 15px;
}
.twm-s-info ul li .twm-s-info-inner .twm-title {
  color: #666;
  font-size: 14px;
}
.twm-s-info ul li .twm-s-info-inner .twm-s-info-discription {
  color: #17171d;
  font-size: 16px;
  word-break: break-word;
}
.twm-job-hilites {
  padding-bottom: 30px;
}
.twm-job-hilites li {
  background-color: #fff;
  border-radius: 10px;
  color: #17171d;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 15px 15px 15px 50px;
  position: relative;
}
.twm-job-hilites li:last-child {
  margin-bottom: 0;
}
.twm-job-hilites li i {
  color: var(--primary-color);
  font-size: 18px;
  left: 15px;
  position: absolute;
  top: 19px;
}
.twm-s-info2 .twm-job-hilites2 {
  list-style: none;
  margin-bottom: 0;
  margin-left: 15px;
}
.twm-s-info2 .twm-job-hilites2 li {
  margin-bottom: 10px;
}
.twm-s-info2 .twm-job-hilites2 li:last-child {
  margin-bottom: 0;
}
.twm-s-info2 .twm-job-hilites2 li .twm-s-info-inner {
  padding-left: 40px;
  position: relative;
}
.twm-s-info2 .twm-job-hilites2 li .twm-s-info-inner i {
  color: var(--primary-color);
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 15px;
}
.twm-s-info2 .twm-job-hilites2 li .twm-s-info-inner .twm-title {
  color: #666;
  font-size: 14px;
}
.twm-s-info2 .twm-job-hilites2 li .twm-s-info-inner .twm-s-info-discription {
  color: #17171d;
  font-size: 16px;
}
.twm-s-contact {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  padding: 40px;
}
@media (max-width: 575px) {
  .twm-s-contact {
    padding: 20px;
  }
}
.twm-s-contact textarea.form-control {
  height: 100px;
  resize: none;
}
.twm-s-contact .form-control {
  background-color: #f0f6fe;
  border: 1px solid transparent;
  border-radius: 10px;
  height: 60px;
  padding: 20px;
  width: 100%;
}
.tw-faq-section {
  margin: 0 auto;
  max-width: 830px;
}
.tw-faq-section .tw-faq .accordion-item {
  background-color: #f0f6fe;
  border: 1px solid #efefef;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.tw-faq-section .tw-faq .accordion-item .accordion-button {
  color: #17171d;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 16px;
}
.tw-faq-section .tw-faq .accordion-item .accordion-button:not(.collapsed) {
  background-color: #f0f6fe;
  box-shadow: none;
}
.tw-faq-section .tw-faq .accordion-item .accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:after {
  background-image: none;
  color: #17171d;
  content: "";
  font-family: Feather;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.accordion-button:not(.collapsed):after {
  background-image: none;
  content: "";
  transform: none;
}
.twm-sign-up {
  margin-bottom: 10px;
}
.twm-sign-up .modal-dialog {
  max-width: 590px;
}
@media (max-width: 575px) {
  .twm-sign-up .modal-dialog {
    margin: 20px;
  }
}
.twm-sign-up .modal-content {
  border-top: 6px solid var(--primary-color);
}
.twm-sign-up .modal-content .form-check-label a {
  color: var(--primary-color);
}
.twm-sign-up .modal-content .form-check-label a:hover {
  color: #17171d;
}
.twm-sign-up .modal-content .twm-backto-login {
  background-color: transparent;
  border: none;
  color: var(--primary-color);
}
.twm-sign-up .modal-content .twm-backto-login:hover {
  color: #17171d;
}
.twm-sign-up .modal-header {
  border: none;
  display: block;
  margin-top: 50px;
  text-align: center;
}
.twm-sign-up .modal-header .modal-title {
  font-size: 34px;
  margin-bottom: 15px;
}
.twm-sign-up .modal-header .btn-close {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}
.twm-sign-up .modal-body {
  padding: 20px 30px;
}
@media (max-width: 575px) {
  .twm-sign-up .modal-body {
    padding: 20px;
  }
}
.twm-sign-up .modal-footer {
  background-color: #f0f6fe;
  border: none;
  display: block;
  margin-top: 30px;
  padding: 0 0 40px;
  text-align: center;
}
.twm-sign-up .modal-footer .modal-f-title {
  background-color: #f0f6fe;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: -11px;
  padding: 6px 15px;
  position: relative;
  top: -22px;
}
.twm-sign-up .rem-forgot {
  display: flex;
  justify-content: space-between;
}
.twm-sign-up .site-button {
  display: block;
  text-align: center;
  width: 100%;
}
.twm-modal-social {
  list-style: none;
}
.twm-modal-social li {
  display: inline-block;
}
.twm-modal-social li a {
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}
.facebook-clr {
  border-color: #4d69b2;
  color: #4d69b2;
}
.twitter-clr {
  border-color: #38b2e1;
  color: #38b2e1;
}
.linkedin-clr {
  border-color: #0579b6;
  color: #0579b6;
}
.google-clr {
  border-color: #d8483d;
  color: #d8483d;
}
strong {
  font-weight: 500;
}
.header-widget-wrap .listing-user .dropdown-menu {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  min-width: 180px;
  padding: 20px;
  width: 100%;
}
.nav-btn-wrap {
  display: table-cell;
  vertical-align: middle;
}
.nav-btn-admin {
  color: #0f1221;
  cursor: pointer;
  display: block;
  font-size: 28px;
  line-height: 68px;
}
#header-admin.active {
  overflow: hidden;
}
#header-admin.active .nav-btn-admin {
  transform: rotate(180deg);
}
#header-admin.active .container {
  min-width: 480px;
}
.header-left {
  display: table;
  float: left;
}
.header-left > .header-widget-wrap {
  display: table-cell;
  vertical-align: middle;
}
.header-right {
  display: table;
  float: right;
}
.header-right > .header-login-signup,
.header-right > .header-widget-wrap {
  display: table-cell;
  vertical-align: middle;
}
.header-widget-wrap > .header-widget {
  cursor: pointer;
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
.header-widget-wrap .dropdown-menu {
  left: auto;
  min-width: 350px;
  padding: 0;
  right: -15px;
  top: 60px;
  width: 350px;
}
@media (max-width: 480px) {
  .header-widget-wrap .dropdown-menu {
    left: -5px !important;
    min-width: 300px;
    width: 300px;
  }
}
.listing-user {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.listing-user .dropdown-toggle {
  display: block;
  padding-right: 20px;
}
.listing-user .dropdown-toggle:after {
  display: none;
}
.listing-user .user-name {
  color: #fff;
  transition: all 0.5s ease;
}
.listing-user span {
  display: inline-block;
  margin-right: 15px;
  width: 40px;
}
.listing-user span img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.listing-user ul {
  list-style: none;
}
.listing-user ul li a {
  color: #17171d;
  display: block;
  font-size: 13px;
  line-height: 22px;
  padding: 5px 5px 5px 24px;
  position: relative;
  transition: 0.2s;
}
.listing-user ul li a i {
  left: 0;
  position: absolute;
  top: 10px;
}
.listing-user ul li a i,
.listing-user ul li a:hover {
  color: var(--primary-color);
}
.listing-user .user-name:before {
  color: var(--primary-color);
  content: "";
  display: inline-block;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  margin-left: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
@media (max-width: 400px) {
  .listing-user .user-name:before {
    font-size: 18px;
  }
}
.dashboard-user-section .listing-user {
  margin-right: 0;
  padding: 14px 0;
  position: relative;
}
.dashboard-user-section .listing-user .user-name {
  color: inherit;
}
@media (max-width: 400px) {
  .dashboard-user-section .listing-user .user-name {
    font-size: 0;
  }
}
.dashboard-user-section .listing-user .user-name:after {
  color: inherit;
}
.wt-admin-right-page-header {
  margin-bottom: 20px;
  padding: 15px 0;
  position: relative;
}
.wt-admin-right-page-header h2 {
  color: #17171d;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}
.wt-admin-right-page-header .breadcrumbs {
  position: relative;
}
.wt-admin-right-page-header .breadcrumbs a {
  font-weight: 400;
  margin-right: 24px;
  position: relative;
}
.wt-admin-right-page-header .breadcrumbs a:before {
  background: #0f1221;
  border-radius: 100%;
  content: "";
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: -16px;
  top: 50%;
  width: 6px;
}
.wt-admin-right-page-header .breadcrumbs span {
  color: var(--primary-color);
  font-weight: 400;
  margin-right: 24px;
  position: relative;
}
.content-admin-main .panel.panel-default {
  background: #fff;
  border-radius: 10px;
}
#header-admin,
.wt-panel-heading {
  border-bottom: 1px solid #ddd;
}
#header-admin {
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s;
  width: calc(100% - 320px);
  z-index: 99;
}
@media (max-width: 1360px) {
  #header-admin {
    width: calc(100% - 260px);
  }
}
#header-admin.active {
  width: 100%;
}
#header-admin .container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
#sidebar-admin-wraper {
  background: #d4e6ff;
  color: #17171d;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  width: 320px;
  z-index: 999;
}
@media (max-width: 1360px) {
  #sidebar-admin-wraper {
    width: 260px;
  }
}
#sidebar-admin-wraper.active {
  margin-left: -320px;
}
@media (max-width: 768px) {
  #sidebar-admin-wraper.active {
    margin-left: 0;
  }
  #sidebar-admin-wraper {
    margin-left: -320px;
  }
}
#content {
  background-color: #f9fcff;
  min-height: 100vh;
  padding-top: 70px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease;
  width: calc(100% - 320px);
}
@media (max-width: 1360px) {
  #content {
    width: calc(100% - 260px);
  }
}
#content.active {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  #content.active {
    width: calc(100% - 260px);
  }
}
#content.active .content-admin-main {
  min-width: 480px;
}
@media (max-width: 768px) {
  #content,
  #header-admin {
    width: 100%;
  }
  #header-admin.active {
    width: calc(100% - 260px);
  }
}
.dashboard-message-dropdown .dropdown-menu,
.dashboard-noti-dropdown .dropdown-menu {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
}
.page-logo {
  margin-bottom: 16px;
  padding: 40px 10px 20px 30px;
}
.page-logo a img {
  max-width: 130px;
}
.content-admin-main {
  padding: 30px;
}
@media (max-width: 540px) {
  .content-admin-main {
    padding: 15px;
  }
}
.content-admin-main textarea.form-control {
  height: auto;
  resize: none;
}
.ls-inputicon-box {
  position: relative;
}
.ls-inputicon-box .fs-input-icon {
  color: var(--primary-color);
  font-size: 16px;
  height: 60px;
  left: 0;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 5;
}
.ls-inputicon-box .bootstrap-select .dropdown-toggle,
.ls-inputicon-box .form-control {
  padding-left: 35px;
}
.ls-inputicon-box .remove_field {
  display: block;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 2px;
  width: 36px;
}
.panel-default > .panel-heading .panel-tittle i {
  margin-right: 20px;
}
.panel-default > .panel-heading .panel-heading-left {
  float: left;
}
.panel-default > .panel-heading .panel-heading-right {
  float: right;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e7ecf1;
}
.dropdown.bootstrap-select.wt-select-box {
  width: 100% !important;
}
.dropdown.bootstrap-select.wt-select-box .btn-light {
  background-color: #f0f6fe;
  border-color: #f0f6fe;
}
.dropdown.bootstrap-select.wt-select-box .form-control {
  height: 30px;
}
.dropdown.bootstrap-select.wt-select-box .dropdown-toggle {
  border-radius: 10px;
  font-size: 14px;
  height: 60px;
}
.dropdown.bootstrap-select.wt-select-box .dropdown-toggle:focus {
  background-color: #f8f8f8;
  box-shadow: none !important;
  outline: none !important;
}
.bootstrap-select.wt-select-box .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  padding-top: 12px;
}
.wt-input-icon .input-group-addon2 {
  background: none;
  border: none;
  border-radius: 6px;
  color: #222;
  left: 0;
  padding: 0;
  position: absolute;
  top: 12px;
  z-index: 4;
}
.form-group.form-inline .checkbox,
.form-group.form-inline .radio {
  margin-right: 15px;
}
.dashboard-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.wt-card-right {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 10px;
}
.wt-card-bottom,
.wt-card-right {
  text-align: right;
}
.wt-card-bottom h4 {
  font-weight: 400;
}
.wt-card-icon {
  color: rgba(0, 0, 0, 0.1);
  font-size: 48px;
  left: 20px;
  line-height: 0px;
  position: absolute;
  top: 20px;
  z-index: -1;
}
.upload-btn-wrapper {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.upload-btn-wrapper input[type="file"] {
  bottom: 0;
  cursor: pointer;
  display: block;
  font-size: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.dashboard-list-box ul {
  list-style: none;
  margin-bottom: 0;
}
.dashboard-list-box ul li {
  border-bottom: 1px solid #e7ecf1;
  display: block;
  padding: 15px 35px 15px 0;
  position: relative;
}
.dashboard-list-box ul li:last-child {
  border-bottom: 0;
}
.dashboard-list-box ul li a {
  font-weight: 500;
  padding: 0 3px;
}
.dashboard-list-box ul li:hover a.close-list-item {
  display: block;
}
.dashboard-list-box a.close-list-item {
  color: red;
  display: none;
  font-weight: 400;
  padding: 0 6px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.dashboard-list-box a.close-list-item i {
  padding-right: 5px;
}
.dashboard-list-box.list-box-with-icon ul li .list-box-icon {
  font-size: 18px;
  left: -10px;
  margin-right: 0;
  position: relative;
  vertical-align: middle;
}
.list-box-with-icon ul li {
  padding: 15px 80px 15px 50px;
  position: relative;
}
@media (max-width: 540px) {
  .list-box-with-icon ul li {
    padding: 15px 15px 15px 50px;
  }
}
.list-box-with-icon ul li .list-box-icon {
  margin-left: -20px;
}
.dashboard-messages-box-scroll {
  height: 394px;
  overflow-y: scroll;
}
.dashboard-messages-box {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.dashboard-messages-box:first-child {
  padding-top: 20px;
}
.dashboard-messages-box:last-child {
  border-bottom: 0;
}
.dashboard-message-avtar {
  border-radius: 10px;
  float: left;
  height: 60px;
  margin-left: 20px;
  overflow: hidden;
  width: 60px;
}
@media (max-width: 480px) {
  .dashboard-message-avtar {
    float: none;
  }
}
.dashboard-message-avtar img {
  width: 100%;
}
.dashboard-message-area {
  margin-left: 50px;
  padding-left: 50px;
  padding-right: 20px;
  text-align: left;
}
@media (max-width: 480px) {
  .dashboard-message-area {
    margin-left: 0;
    padding: 15px;
  }
}
.dashboard-message-area p {
  margin-bottom: 20px;
}
.dashboard-message-area h5 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.dashboard-message-area h5 i {
  background-color: #64bc36;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.dashboard-message-area h5 span {
  color: var(--primary-color);
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding-top: 4px;
}
.dashboard-message-area .dropdown-toggle {
  color: var(--primary-color);
}
.dashboard-message-area .dropdown-toggle:after {
  display: none;
}
.dashboard-message-area .dashboard-message-reply-textarea .form-control {
  border-radius: 10px !important;
}
.dashboard-message-reply {
  margin-right: 20px;
}
.dashboard-message-reply .acod-head a {
  border: none;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
}
.dashboard-message-reply .acod-head a:hover {
  color: #f96b39;
}
.dashboard-message-reply-textarea {
  margin-top: 20px;
}
.dashboard-profile-photo {
  border: 1px solid #f0f6fe;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  position: relative;
}
.dashboard-profile-photo img {
  border-radius: 10px;
  display: block;
  height: 128px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 128px;
}
.dashboard-profile-photo .upload-btn-wrapper {
  bottom: 5px;
  left: 5px;
  position: absolute;
}
.dashboard-profile-photo .upload-btn-wrapper button {
  left: 50%;
  transform: translateX(-50%);
}
.dashboard-profile-photo .upload-btn-wrapper #upload-image-grid img {
  border-radius: 10px;
  bottom: 0;
  height: 128px;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  padding: 0;
  position: absolute;
  width: 128px;
}
.dashboard-cover-pic .dropzone {
  margin-bottom: 10px;
}
.dashboard-widgets-header {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  padding: 20px 20px 0;
}
.dashboard-widget-scroll {
  padding: 20px;
  position: relative;
}
.noti-list ul {
  list-style: none;
  margin-bottom: 10px;
}
.noti-list ul li {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 14px;
  padding: 5px 15px 5px 20px;
  position: relative;
}
.noti-list ul li a {
  color: #000;
}
.noti-list ul li .noti-icon {
  color: #2db346;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 4px;
}
.noti-list ul li .noti-texting b {
  font-weight: 500;
}
.noti-view-all {
  padding: 0;
}
.noti-view-all a {
  color: var(--primary-color);
}
.message-list ul {
  list-style: none;
  margin-bottom: 10px;
}
.message-list ul li {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 12px;
  padding: 15px 0;
  position: relative;
}
.message-list ul li .msg-avtar {
  float: left;
}
.message-list ul li .msg-avtar img {
  border-radius: 10px;
  height: 30px;
  margin-top: 4px;
}
.message-list ul li .msg-texting {
  overflow: hidden;
  padding-left: 10px;
}
.message-list ul li .msg-texting strong {
  color: #17171d;
  font-size: 14px;
  font-weight: 500;
}
.message-list ul li .msg-texting .msg-time {
  color: var(--primary-color);
  float: right;
  font-weight: 500;
}
.message-list ul li .msg-texting .msg-time span {
  padding-right: 3px;
}
.message-list ul li .msg-texting p {
  line-height: inherit;
  margin-bottom: 0;
}
.message-view-all {
  padding: 0;
}
.message-view-all a {
  color: var(--primary-color);
}
.wt-admin-dashboard-msg-2 {
  display: flex;
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-open {
  right: 20px;
  top: -62px;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
  display: block;
  margin-right: 30px;
  max-width: 400px;
  transition: all 0.5s linear;
  width: 100%;
}
@media (max-width: 1360px) {
  .wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
    box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
    margin-right: 0;
    position: fixed;
    right: -250px;
    top: 0;
    transition: all 0.5s linear;
    width: 250px;
    z-index: 999;
  }
}
.wt-admin-dashboard-msg-2.active .user-msg-list-btn-open {
  display: none;
  right: 257px;
}
.wt-admin-dashboard-msg-2.active .user-msg-list-btn-close {
  display: block;
}
@media (max-width: 991px) {
  .wt-admin-dashboard-msg-2.active .wt-dashboard-msg-user-list {
    right: 0;
  }
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-box {
  background-color: #fff;
  display: block;
  flex: 1;
  position: relative;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search {
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search .form-control {
  border: 0;
  border-radius: 10px !important;
  padding-right: 40px;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search .btn {
  background: none;
  color: var(--primary-color);
  font-size: 20px;
  outline: none !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.wt-admin-dashboard-msg-2 .msg-find-list .bootstrap-select .dropdown-toggle {
  border: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  border-bottom: 1px solid #dbdbdb;
  box-shadow: none !important;
}
.wt-admin-dashboard-msg-2
  .msg-find-list
  .bootstrap-select
  .dropdown-toggle:active,
.wt-admin-dashboard-msg-2
  .msg-find-list
  .bootstrap-select
  .dropdown-toggle:focus,
.wt-admin-dashboard-msg-2
  .msg-find-list
  .bootstrap-select
  .dropdown-toggle:hover {
  border: 0 solid transparent !important;
  border-bottom: 1px solid #dbdbdb !important;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list {
  background-color: #fff;
  height: 700px;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap {
  display: table;
  width: 100%;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap .msg-user-info {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  margin: 0 20px;
  padding: 30px 80px 30px 20px;
  position: relative;
}
@media (max-width: 1366px) {
  .wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap .msg-user-info {
    padding: 40px 0 10px;
  }
}
.wt-admin-dashboard-msg-2
  .wt-dashboard-msg-search-list-wrap:hover
  .msg-user-info {
  background-color: #f0f6fe;
}
.wt-admin-dashboard-msg-2 .msg-user-timing {
  color: #969696;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 15px;
}
.wt-admin-dashboard-msg-2 .msg-user-info-text {
  overflow: hidden;
}
.wt-admin-dashboard-msg-2 .msg-user-info-pic {
  border-radius: 6px;
  float: left;
  height: 40px;
  margin-right: 15px;
  overflow: hidden;
  width: 40px;
}
.wt-admin-dashboard-msg-2 .msg-user-name {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
}
.wt-admin-dashboard-msg-2 .msg-user-discription {
  color: #222;
  font-size: 14px;
}
.wt-admin-dashboard-msg-2 .single-msg-user-name-box {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  min-height: 85px;
  padding: 15px 20px;
}
.wt-admin-dashboard-msg-2 .single-msg-user-name-box .message-action {
  color: red;
  font-size: 13px;
}
.wt-admin-dashboard-msg-2 .single-msg-user-name-box h4 {
  margin-bottom: 6px;
}
.wt-admin-dashboard-msg-2 .single-user-msg-conversation {
  height: 550px;
  margin: 30px 40px;
  padding: 0;
}
@media (max-width: 540px) {
  .wt-admin-dashboard-msg-2 .single-user-msg-conversation {
    margin: 10px;
  }
}
.wt-admin-dashboard-msg-2 .single-user-comment-block {
  position: relative;
}
.wt-admin-dashboard-msg-2 .single-user-comment-wrap {
  margin: 0 15px;
  padding: 15px 0;
}
.wt-admin-dashboard-msg-2 .single-user-comment-wrap.sigle-user-reply {
  margin-left: 0;
}
.wt-admin-dashboard-msg-2
  .single-user-comment-wrap.sigle-user-reply
  .single-user-com-text {
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .wt-admin-dashboard-msg-2 .single-user-comment-wrap.sigle-user-reply {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .wt-admin-dashboard-msg-2 .single-user-comment-wrap {
    margin: 0 10px;
  }
}
.wt-admin-dashboard-msg-2 .single-user-com-pic {
  background-color: #fff;
  float: left;
  height: 60px;
  margin-right: 15px;
  overflow: hidden;
  padding: 3px;
  width: 60px;
}
@media (max-width: 575px) {
  .wt-admin-dashboard-msg-2 .single-user-com-pic {
    float: none;
  }
}
.wt-admin-dashboard-msg-2 .single-user-com-pic img {
  border-radius: 6px;
}
.wt-admin-dashboard-msg-2 .single-user-com-text {
  background-color: #edf6ff;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
  padding: 20px 30px;
}
.wt-admin-dashboard-msg-2 .single-user-msg-time {
  color: #969696;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.wt-admin-dashboard-msg-2 .single-msg-reply-comment {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.wt-admin-dashboard-msg-2 .single-msg-reply-comment textarea {
  resize: none;
}
.wt-admin-dashboard-msg-2 .single-msg-reply-comment textarea.form-control {
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  box-shadow: none;
  height: 60px;
  padding: 15px 50px 15px 20px;
}
.wt-admin-dashboard-msg-2 .single-msg-reply-comment .btn {
  background: none;
  color: var(--primary-color);
  font-size: 20px;
  outline: none !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-outer {
  display: none;
  position: absolute;
  right: 99%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 991px) {
  .wt-admin-dashboard-msg-2 .user-msg-list-btn-outer {
    display: block;
    z-index: 999;
  }
}
.wt-admin-dashboard-msg-2
  .user-msg-list-btn-outer.active
  .user-msg-list-btn-open {
  display: none;
}
.wt-admin-dashboard-msg-2
  .user-msg-list-btn-outer.active
  .user-msg-list-btn-close {
  display: block;
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-outer .user-msg-list-btn-open {
  display: inline-block;
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-outer .user-msg-list-btn-close,
.wt-admin-dashboard-msg-2 .user-msg-list-btn-outer .user-msg-list-btn-open {
  background-color: var(--primary-color);
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  padding: 2px 15px;
  position: absolute;
  transform: rotate(270deg);
  transform-origin: center right;
  white-space: nowrap;
}
.wt-admin-dashboard-msg-2 .user-msg-list-btn-outer .user-msg-list-btn-close {
  display: none;
  right: 18px;
  top: -31px;
  z-index: 10;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .wt-dashboard-msg-user-list {
  margin-right: 10px;
  max-width: 260px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info-pic {
  border-radius: 50%;
  height: 38px;
  width: 38px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info-pic img {
  border-radius: 50%;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .wt-dashboard-msg-search {
  padding: 10px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info {
  margin: 0 10px;
  padding: 30px 15px 15px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-msg-conversation {
  margin: 30px 0;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-com-pic {
  border-radius: 50%;
  float: none;
  height: 38px;
  width: 38px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-com-pic img {
  border-radius: 50%;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-discription {
  color: #3c3c3c;
  font-size: 12px;
}
.wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-com-text {
  font-size: 13px;
}
.wt-admin-dashboard-msg-2.active .user-msg-list-btn-open {
  right: 0;
}
@media (max-width: 991px) {
  .wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
    right: -260px;
  }
}
.gradi-1 {
  color: #4ed7cf;
}
.gradi-2 {
  color: #ea6f9d;
}
.gradi-3 {
  color: #627ceb;
}
.gradi-4 {
  color: #fbbc75;
}
.twm-pro-view-chart {
  padding: 30px;
}
@media (max-width: 540px) {
  .twm-pro-view-chart {
    padding: 5px;
  }
}
.twm-pro-view-chart #profileViewChart {
  height: 334px !important;
}
@media (max-width: 540px) {
  .twm-pro-view-chart #profileViewChart {
    height: auto !important;
  }
}
.twm-dashboard-candidates-wrap {
  padding: 30px;
}
@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap {
    padding: 15px;
  }
}
.twm-dashboard-candidates-wrap
  [class*="col-"]:last-child
  .twm-dash-candidates-list {
  margin-bottom: 0;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap .twm-dash-candidates-list {
    display: block;
    text-align: center;
  }
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-media {
  display: inline-block;
  margin-right: 10px;
  width: 70px;
}
@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-media {
    margin-right: 0;
    width: 60px;
  }
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-media
  .twm-media-pic {
  border-radius: 10px;
  height: 60px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 60px;
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-media
  .twm-media-pic
  img {
  display: inline-block;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list p {
  font-size: 14px;
  margin-bottom: 5px;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-mid-content {
  flex-grow: 1;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content {
    display: block;
    text-align: center;
  }
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-fot-content
  .twm-jobs-vacancies {
  color: #17171d;
  font-size: 14px;
  font-weight: 500;
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-fot-content
  .twm-jobs-vacancies
  span {
  color: #046c38;
  margin-left: 5px;
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-fot-content
  .twm-left-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap
    .twm-dash-candidates-list
    .twm-fot-content
    .twm-left-info {
    display: block;
  }
  .twm-dashboard-candidates-wrap
    .twm-dash-candidates-list
    .twm-fot-content
    .twm-left-info
    p {
    margin-right: 0;
  }
  .twm-dashboard-candidates-wrap
    .twm-dash-candidates-list
    .twm-fot-content
    .twm-right-btn {
    display: inline-block;
  }
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-fot-content
  .twm-candidate-address {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 30px;
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-fot-content
  .twm-candidate-address
  i {
  margin-right: 5px;
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-fot-content
  .twm-view-prifile {
  font-size: 18px;
  font-weight: 600;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-controls-icon {
  display: flex;
  margin-bottom: 0;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-controls-icon li {
  margin-right: 3px;
  text-align: center;
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-controls-icon
  li:last-child {
  margin-right: 0;
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-controls-icon
  li
  button {
  align-items: center;
  background-color: #f0f6fe;
  border: none;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  line-height: 24px;
  text-align: center;
  width: 24px;
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-controls-icon
  li
  button:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.twm-DT-candidates-list {
  display: flex;
  position: relative;
  width: 100%;
}
.twm-DT-candidates-list .twm-media {
  display: inline-block;
  margin-right: 10px;
  max-width: 50px;
  width: 100%;
}
.twm-DT-candidates-list .twm-media .twm-media-pic {
  border-radius: 5px;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
.twm-DT-candidates-list .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-DT-candidates-list .twm-job-title h4 {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
}
.twm-DT-candidates-list .twm-candidate-address {
  font-size: 14px;
  margin-bottom: 0;
}
.twm-DT-candidates-list .twm-candidate-address i {
  margin-right: 5px;
}
.twm-table-controls {
  display: flex;
}
.twm-table-controls .twm-DT-controls-icon {
  display: flex;
  margin-bottom: 0;
  margin-left: auto;
}
.twm-table-controls .twm-DT-controls-icon li {
  margin-right: 3px;
}
.twm-table-controls .twm-DT-controls-icon li:last-child {
  margin-right: 0;
}
.twm-table-controls .twm-DT-controls-icon li button {
  align-items: center;
  background-color: #f0f6fe;
  border: none;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  line-height: 24px;
  width: 24px;
}
.twm-table-controls .twm-DT-controls-icon li button:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.add_field_custom,
.add_field_vimeo,
.add_field_youtube {
  background: transparent;
  border: none;
  color: var(--primary-color);
  font-size: 13px;
}
.twm-D_table {
  padding: 20px;
}
.twm-D_table div.dataTables_wrapper div.dataTables_length select {
  background-color: #f0f6fe;
  border: none;
  border-radius: 6px;
  height: 40px;
  margin: 0 5px;
  width: 100px;
}
.twm-D_table div.dataTables_wrapper div.dataTables_filter input {
  border-radius: 6px;
  height: 40px;
}
.twm-D_table .page-link {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 400px) {
  .twm-D_table .page-link {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
}
.twm-D_table .page-link:focus {
  box-shadow: none;
}
.twm-D_table .page-item.active .page-link {
  background-color: var(--primary-color);
}
.twm-table {
  background: #fff;
  border: 0;
  border-radius: 5px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.twm-table thead {
  border-radius: 8px;
  color: #fff;
}
.twm-table thead th {
  color: #17171d;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  padding: 15px 20px;
  position: relative;
  white-space: nowrap;
}
.twm-table tbody tr {
  border-bottom: 1px solid #ecedf2;
  position: relative;
}
.twm-table tbody tr td {
  color: #17171d;
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .twm-table tbody tr td {
    padding: 20px 10px;
  }
}
.twm-table tbody tr td button {
  background: transparent;
  border: none;
  display: inline-flex;
  margin-bottom: 5px;
}
.twm-table tbody tr td button .fa {
  background-color: #f0f6fe;
  border-radius: 4px;
  color: var(--primary-color);
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
.twm-table tbody tr td button:hover .fa {
  background-color: var(--primary-color);
  color: #fff;
}
.twm-table tr td {
  color: dimgray;
  font-size: 14px;
  font-weight: 400;
  padding: 21px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .twm-table tr td {
    padding: 21px 10px;
  }
}
.twm-bookmark-list-wrap .twm-bookmark-list {
  display: flex;
  position: relative;
  width: 100%;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-media {
  border-radius: 10px;
  display: inline-block;
  height: 90px;
  margin-right: 20px;
  max-width: 90px;
  width: 100%;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-media .twm-media-pic {
  border: 1px solid #ddd;
  border-radius: 10px;
  height: 90px;
  overflow: hidden;
  position: relative;
  width: 90px;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-job-title h4 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-bookmark-address {
  font-size: 14px;
  margin-bottom: 10px;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-bookmark-address i {
  margin-right: 5px;
}
.twm-bookmark-list-wrap .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
}
.twm-D_table .table > :not(caption) > * > * {
  padding: 14px;
}
.twm-D_table .dataTables_length {
  margin-bottom: 10px;
}
.twm-model-popup .modal-content {
  border-radius: 10px;
  border-top: 6px solid var(--primary-color);
  overflow: hidden;
}
.twm-model-popup .modal-content .modal-header {
  border: none;
}
.twm-model-popup .modal-content .modal-title {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.twm-model-popup .modal-content .modal-footer {
  background-color: #f0f6fe;
  justify-content: center;
}
.twm-model-popup .modal-content .modal-footer .site-button {
  padding: 4px 20px;
}
.twm-msg-noti {
  background-color: var(--primary-color);
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}
@media (max-width: 575px) {
  h3.twm-title {
    font-size: 16px;
  }
}
.main-bar {
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  width: 100%;
}
.color-fill.main-bar {
  animation: mainBar_on_scrollAnimatio 0.95s ease 0s 1 normal forwards running;
}
@keyframes mainBar_on_scrollAnimatio {
  0% {
    margin-top: -150px;
  }
  to {
    margin-top: 0;
  }
}
.twm-blog-post-3-outer-wrap {
  padding-top: 20px;
}
.twm-blog-post-3-outer .wt-post-media {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px;
}
.twm-blog-post-3-outer .wt-post-media img {
  border-radius: 10px;
  margin-top: -50px;
  width: 100%;
}
.twm-blog-post-3-outer .wt-post-info {
  padding: 20px;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta {
  margin-bottom: 10px;
  position: relative;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta ul li.post-date {
  color: #17171d;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  margin-right: 5px;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta ul li.post-author {
  color: #17171d;
  font-weight: 600;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta ul li.post-author a {
  color: var(--primary-color);
  display: inline-block;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 0;
}
.twm-company-approch2-outer {
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
  padding-top: 60px;
  position: relative;
}
.twm-company-approch2-outer .twm-company-approch2 {
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
}
@media (max-width: 767px) {
  .twm-company-approch2-outer .twm-company-approch2 {
    max-width: 520px;
  }
}
.home-client-carousel3 {
  margin-bottom: 20px;
  padding: 0;
}
@media (max-width: 991px) {
  .home-client-carousel3 {
    margin-bottom: 30px;
  }
}
.home-client-carousel3 .ow-client-logo {
  align-items: center;
  display: flex;
  height: 100px;
}
.home-client-carousel3 .client-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 130px;
}
.home-client-carousel3 .client-logo a {
  display: flex;
  height: auto;
  justify-content: space-around;
}
.home-client-carousel3 .client-logo a img {
  height: auto;
  width: auto;
}
.home-client-carousel3 .client-logo a:hover img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.twm-how-it-work-section3 .row {
  display: flex;
  justify-content: center;
}
.twm-w-process-steps3 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 15px 15px 30px 30px;
}
.twm-w-process-steps3 p {
  margin-bottom: 0;
}
.twm-w-process-steps3 .twm-large-number {
  font-family: var(--secondary-font);
  font-size: 75px;
  font-weight: 800;
  line-height: 65px;
}
@media (max-width: 420px) {
  .twm-w-process-steps3 .twm-large-number {
    font-size: 40px;
  }
}
.twm-w-process-steps3 .twm-w-pro-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.twm-w-process-steps3 .twm-w-pro-top .twm-media {
  align-items: center;
  border-radius: 10px;
  display: flex;
  height: 95px;
  justify-content: center;
  width: 90px;
}
.twm-w-process-steps3 .twm-w-pro-top .twm-title {
  color: #17171d;
  margin-bottom: 0;
}
.twm-featured-city {
  margin-bottom: 30px;
}
.twm-featured-city.twm-large-block img {
  min-height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .twm-featured-city.twm-large-block img {
    min-height: 426px;
  }
}
@media (max-width: 991px) {
  .twm-featured-city.twm-large-block img {
    min-height: auto;
  }
}
.twm-featured-city .twm-media {
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  overflow: hidden;
  position: relative;
}
.twm-featured-city .twm-media .twm-city-info {
  background-color: #fff;
  border-radius: 0 10px 0 0;
  bottom: 0;
  left: 0;
  padding: 10px 50px 10px 20px;
  position: absolute;
}
.twm-featured-city .twm-media .twm-city-info .twm-city-jobs {
  color: var(--primary-color);
}
.twm-featured-city .twm-media .twm-city-info .twm-title {
  margin-bottom: 0;
}
.twm-home3-banner-section {
  overflow: hidden;
  padding-top: 315px;
  position: relative;
}
@media (max-width: 1600px) {
  .twm-home3-banner-section {
    padding-top: 240px;
  }
}
@media (max-width: 767px) {
  .twm-home3-banner-section {
    padding-top: 170px;
  }
}
.twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1176px;
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1600px) {
  .twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section {
    padding: 0 15px 30px;
  }
}
.twm-home3-banner-section
  .twm-home3-inner-section
  .twm-bnr-mid-section
  .twm-bnr-title-large {
  color: #fff;
  font-size: 66px;
  font-weight: 500;
  line-height: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .twm-home3-banner-section
    .twm-home3-inner-section
    .twm-bnr-mid-section
    .twm-bnr-title-large {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .twm-home3-banner-section
    .twm-home3-inner-section
    .twm-bnr-mid-section
    .twm-bnr-title-large {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home3-banner-section
  .twm-home3-inner-section
  .twm-bnr-mid-section
  .twm-bnr-title-light {
  color: #fff;
  font-size: 66px;
  font-weight: 300;
  line-height: 70px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media (max-width: 991px) {
  .twm-home3-banner-section
    .twm-home3-inner-section
    .twm-bnr-mid-section
    .twm-bnr-title-light {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .twm-home3-banner-section
    .twm-home3-inner-section
    .twm-bnr-mid-section
    .twm-bnr-title-light {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home3-banner-section
  .twm-home3-inner-section
  .twm-bnr-mid-section
  .twm-bnr-discription {
  color: #fff;
  font-size: 18px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.twm-home3-banner-section
  .twm-home3-inner-section
  .twm-bnr-mid-section
  .twm-bnr-popular-search {
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
  position: relative;
}
.twm-home3-banner-section
  .twm-home3-inner-section
  .twm-bnr-mid-section
  .twm-bnr-popular-search
  .twm-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
}
.twm-home3-banner-section
  .twm-home3-inner-section
  .twm-bnr-mid-section
  .twm-bnr-popular-search
  a {
  color: #fff;
}
.twm-home3-banner-section
  .twm-home3-inner-section
  .twm-bnr-mid-section
  .twm-bnr-popular-search
  a:hover {
  opacity: 0.8;
}
.twm-home3-banner-section .twm-bnr-bottom-section {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 1199px) {
  .twm-home3-banner-section .twm-bnr-bottom-section {
    display: block;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .twm-home3-banner-section .twm-bnr-bottom-section {
    padding: 0 15px;
  }
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  opacity: 0.3;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .twm-home3-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
    font-size: 40px;
  }
}
@media (max-width: 540px) {
  .twm-home3-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
    font-size: 24px;
  }
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .twm-home3-banner-section .twm-bnr-bottom-section .twm-bnr-blocks-wrap {
    display: block;
  }
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks {
  border-radius: 10px;
  display: flex;
  margin: 0 10px;
  padding: 10px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .twm-home3-banner-section
    .twm-bnr-bottom-section
    .twm-bnr-blocks-wrap
    .twm-bnr-blocks {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks
  .twm-content
  .tw-count-number {
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks
  .twm-content
  .tw-count-number
  .counter {
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks
  .twm-content
  .tw-count-number.text-clr-pink {
  color: #e47dff;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks
  .twm-content
  .tw-count-number.text-clr-yellow {
  color: #e2d438;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks
  .twm-content
  .icon-content-info {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks-3 {
  display: flex;
  margin: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .twm-home3-banner-section
    .twm-bnr-bottom-section
    .twm-bnr-blocks-wrap
    .twm-bnr-blocks-3 {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 225px;
  }
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks-3
  .twm-pics {
  align-items: center;
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks-3
  .twm-pics
  span {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 34px;
  margin-left: -15px;
  overflow: hidden;
  width: 34px;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks-3
  .twm-content
  .tw-count-number {
  font-family: Rubik, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks-3
  .twm-content
  .tw-count-number
  .counter {
  font-family: Rubik, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks-3
  .twm-content
  .tw-count-number.text-clr-green {
  color: #00ffc6;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks-3
  .twm-content
  .icon-content-info {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.job-categories-3-wrap {
  margin-bottom: 40px;
  margin-top: 10px;
}
.job-categories-3 {
  border: 1px solid #ddd;
  height: 100%;
  padding: 20px;
  text-align: center;
  top: 40px;
}
.job-categories-3,
.job-categories-3 .twm-media {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s ease;
}
.job-categories-3 .twm-media {
  box-shadow: 0 0 15px rgba(56, 152, 226, 0.3);
  display: table;
  height: 100px;
  line-height: 100px;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
  top: -70px;
  width: 100px;
}
.job-categories-3 .twm-media img {
  width: auto;
}
.job-categories-3 .twm-media [class*="feather-"],
.job-categories-3 .twm-media [class*="flaticon-"] {
  color: var(--primary-color);
  display: table-cell;
  font-size: 56px;
  line-height: 0;
  transition: all 0.5s ease;
  vertical-align: middle;
}
.job-categories-3 .twm-content .twm-jobs-available {
  background-color: var(--primary-color);
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 4px 15px;
}
.job-categories-3 .twm-content a {
  display: block;
  margin-bottom: 0;
}
.job-categories-3:hover {
  background-color: var(--primary-color);
}
.job-categories-3:hover .twm-content .twm-jobs-available {
  background-color: #fff;
  color: var(--primary-color);
}
.job-categories-3:hover .twm-content a {
  color: #fff;
}
.twm-home4-banner-section {
  border-radius: 80px;
  margin: 0 auto;
  max-width: 1560px;
  overflow: hidden;
  padding: 50px 125px;
}
@media (max-width: 1199px) {
  .twm-home4-banner-section {
    padding: 100px 125px 50px;
  }
}
@media (max-width: 991px) {
  .twm-home4-banner-section {
    margin: 40px;
    margin: 40px 15px;
    padding: 40px 30px;
  }
}
.twm-home4-banner-section .row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.twm-home4-banner-section .row .twm-bnr-left-section {
  margin-left: auto;
  max-width: 650px;
  padding-right: 62px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1360px) {
  .twm-home4-banner-section .row .twm-bnr-left-section {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .twm-home4-banner-section .row .twm-bnr-left-section {
    margin: 0 auto 50px;
  }
}
@media (max-width: 991px) {
  .twm-home4-banner-section .row .twm-bnr-left-section {
    margin: 0 auto 60px;
  }
}
@media (max-width: 575px) {
  .twm-home4-banner-section .row .twm-bnr-left-section {
    padding: 0;
  }
}
.twm-home4-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
  color: #17171d;
  font-size: 66px;
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 30px;
}
@media (max-width: 1360px) {
  .twm-home4-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .twm-home4-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home4-banner-section .row .twm-bnr-left-section .twm-bnr-title-large span {
  text-decoration: underline;
}
.twm-home4-banner-section .row .twm-bnr-left-section .twm-bnr-discription {
  font-size: 18px;
  margin-bottom: 30px;
}
.twm-home4-banner-section .row .twm-bnr-right-section {
  max-width: 690px;
  padding-top: 15%;
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .twm-home4-banner-section .row .twm-bnr-right-section {
    margin: 0 auto 50px;
  }
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-graphics-h3 {
  position: absolute;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-graphics-user {
  position: relative;
  z-index: 4;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-bg-line {
  left: -5%;
  top: 14%;
  width: 93.5%;
  z-index: 1;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-user {
  left: 0;
  top: 13%;
  width: 50.4%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-bg-plate {
  right: -1%;
  top: 12%;
  width: 79%;
  z-index: 2;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-checked-plate {
  left: 25%;
  top: 20%;
  width: 66.7%;
  z-index: 3;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-blue-block {
  left: 31%;
  top: 56%;
  width: 26.5%;
  z-index: 3;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-color-dotts {
  left: 29%;
  top: 65%;
  width: 23.8%;
  z-index: 3;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-card-large {
  left: 38%;
  top: 0;
  width: 59.7%;
  z-index: 3;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-card-s1 {
  right: 5%;
  top: 39%;
  width: 29.9%;
  z-index: 3;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-card-s2 {
  right: 15%;
  top: 59%;
  width: 29.9%;
  z-index: 3;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-white-dotts {
  left: 30%;
  top: 3%;
  width: 17%;
  z-index: 3;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-top-shadow {
  left: -17%;
  top: -10%;
  width: 68.6%;
  z-index: 0;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-bottom-shadow {
  right: -5%;
  top: 38%;
  width: 68.6%;
  z-index: 0;
}
.bg-none,
.bg-none:focus {
  background-color: transparent;
}
.twm-about-1-section-wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .twm-about-1-section-wrap {
    margin-bottom: 30px;
  }
}
.twm-about-1-section-wrap > .row {
  align-items: center;
  display: flex;
}
.twm-about-1-section-wrap > .row .twm-about-1-section {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .twm-about-1-section-wrap > .row .twm-about-1-section {
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center;
  }
}
.twm-about-1-section-wrap > .row .twm-about-1-section-right {
  margin-left: 20px;
}
.twm-about-1-bottom-wrap {
  margin: 0 auto 30px;
  max-width: 830px;
}
.twm-about-1-bottom-wrap .row {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .twm-about-1-bottom-wrap .row [class*="col-"]:last-child .twm-card-blocks {
    margin-bottom: 0;
  }
}
.twm-about-1-bottom-wrap .twm-card-blocks {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: flex;
  padding: 12px 20px;
  position: relative;
}
@media (max-width: 991px) {
  .twm-about-1-bottom-wrap .twm-card-blocks {
    margin-bottom: 30px;
  }
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon {
  background-color: var(--primary-color);
  border-radius: 64px;
  height: 64px;
  line-height: 64px;
  margin-right: 10px;
  text-align: center;
  width: 64px;
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon.pink {
  background-color: #c698d2;
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon img {
  width: 60%;
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .tw-count-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.twm-about-1-bottom-wrap
  .twm-card-blocks
  .twm-content
  .tw-count-number
  .counter {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .icon-content-info {
  color: #17171d;
  font-size: 14px;
  margin-bottom: 0;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 {
  background-color: #fff;
  border: 10px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  padding: 7px 20px;
  position: relative;
}
@media (max-width: 991px) {
  .twm-about-1-bottom-wrap .twm-card-blocks-2 {
    margin-bottom: 30px;
  }
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-pics {
  align-items: center;
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-pics span {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 34px;
  margin-left: -15px;
  overflow: hidden;
  width: 34px;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-content {
  align-items: center;
  display: flex;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-content .tw-count-number {
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  margin-right: 10px;
}
.twm-about-1-bottom-wrap
  .twm-card-blocks-2
  .twm-content
  .tw-count-number
  .counter {
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-content .icon-content-info {
  color: #17171d;
  font-size: 14px;
  margin-bottom: 0;
}
.twm-for-employee-4 {
  border-radius: 80px;
  margin: 120px auto;
  max-width: 1560px;
  overflow: hidden;
  padding: 120px 125px 0;
}
@media (max-width: 991px) {
  .twm-for-employee-4 {
    margin: 40px;
    margin: 40px 15px;
    padding: 40px 30px;
  }
}
.twm-for-employee-4 .twm-for-employee-content .row {
  align-items: center;
  display: flex;
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-top-section {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .twm-for-employee-4 .twm-for-employee-content .twm-explore-top-section {
    margin-right: 0;
  }
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section {
  height: 100%;
  position: relative;
  z-index: 1;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media {
  position: relative;
  text-align: center;
  width: 100%;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media
  img {
  width: 100%;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media
  .twm-employee-pic {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 61.6%;
  z-index: 1;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media
  .twm-bg-circle {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 70.5%;
  z-index: 0;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media
  .twm-shot-pic1,
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media
  .twm-shot-pic2,
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media
  .twm-shot-pic3 {
  position: absolute;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media
  .twm-shot-pic1 {
  right: 15%;
  top: 1%;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media
  .twm-shot-pic2 {
  left: 10%;
  top: 45%;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media
  .twm-shot-pic3 {
  bottom: 35%;
  right: 10%;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .counter-outer-two {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  width: 220px;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .counter-outer-two
  .tw-count-number {
  font-family: var(--primary-font);
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .counter-outer-two
  .counter {
  font-family: var(--primary-font);
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .counter-outer-two
  .icon-content-info {
  color: #17171d;
  font-size: 16px;
  margin-bottom: 0;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .counter-outer-two.one {
  left: 5%;
  top: 5%;
  z-index: 1;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .counter-outer-two.two {
  right: 0;
  top: 35%;
  z-index: 2;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .counter-outer-two.three {
  bottom: 30%;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .twm-for-employee-4
    .twm-for-employee-content
    .twm-explore-right-section
    .counter-outer-two {
    position: inherit;
    width: 100%;
  }
  .twm-for-employee-4
    .twm-for-employee-content
    .twm-explore-right-section
    .counter-outer-two.one,
  .twm-for-employee-4
    .twm-for-employee-content
    .twm-explore-right-section
    .counter-outer-two.three,
  .twm-for-employee-4
    .twm-for-employee-content
    .twm-explore-right-section
    .counter-outer-two.two {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }
  .twm-for-employee-4
    .twm-for-employee-content
    .twm-explore-right-section
    .counter-outer-two.three {
    margin-bottom: 0;
  }
}
.twm-jobs-featured-style1 {
  background-color: var(--primary-color);
  border: 10px;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  overflow: hidden;
  padding: 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.twm-jobs-featured-style1:before {
  background-color: #171d28;
  border-radius: 32px;
  bottom: -32px;
  content: "";
  height: 32px;
  left: -32px;
  position: absolute;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  width: 32px;
  z-index: -1;
}
.twm-jobs-featured-style1:hover:before {
  transform: scale(50);
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 {
    margin-top: 0;
    text-align: center;
  }
}
.twm-jobs-featured-style1 .twm-media {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: inline-block;
  height: 90px;
  line-height: 90px;
  margin-right: 30px;
  overflow: hidden;
  text-align: center;
  width: 90px;
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 .twm-media {
    margin-right: 0;
  }
}
.twm-jobs-featured-style1 .twm-media img {
  display: block;
}
.twm-jobs-featured-style1 .twm-mid-content {
  color: #fff;
  padding-top: 20px;
}
.twm-jobs-featured-style1 .twm-mid-content .twm-job-title h4 {
  color: #fff;
  transition: all 0.5s ease;
}
.twm-jobs-featured-style1 .twm-mid-content .twm-job-title:hover h4 {
  color: #2d9bb3;
}
.twm-jobs-featured-style1 .twm-bot-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 .twm-bot-content {
    display: block;
  }
}
.twm-jobs-featured-style1 .twm-bot-content .twm-job-address {
  color: #fff;
  margin-bottom: 0;
}
.twm-jobs-featured-style1 .twm-bot-content .twm-job-address i {
  margin-right: 5px;
}
.twm-jobs-featured-style1 .twm-job-post-duration {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 .twm-job-post-duration {
    display: block;
    margin: 0;
  }
}
.twm-jobs-featured-style1 .twm-jobs-category {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 .twm-jobs-category {
    margin-top: 10px;
    position: inherit;
    right: inherit;
    top: inherit;
  }
}
.home-client-carousel4 {
  margin-bottom: 20px;
  padding: 0;
}
@media (max-width: 991px) {
  .home-client-carousel4 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.home-client-carousel4 .ow-client-logo {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(56, 152, 226, 0.2);
  display: flex;
  height: 100px;
  margin: 10px;
  padding: 12px 20px;
}
.home-client-carousel4 .client-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 130px;
}
.home-client-carousel4 .client-logo a {
  display: flex;
  height: auto;
  justify-content: space-around;
}
.home-client-carousel4 .client-logo a img {
  height: auto;
  width: auto;
}
.home-client-carousel4 .client-logo a:hover img {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.twm-how-it-work-1-area {
  border-radius: 80px;
  margin: 120px auto;
  max-width: 1560px;
  overflow: hidden;
  padding: 120px 125px;
}
@media (max-width: 991px) {
  .twm-how-it-work-1-area {
    margin: 40px;
    margin: 40px 15px;
    padding: 40px 30px;
  }
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .row {
  align-items: center;
  display: flex;
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-work-1-section {
  margin-bottom: 40px;
}
.twm-how-it-work-1-area
  .twm-how-it-work-1-content
  .twm-how-it-work-1-section
  .section-head
  .wt-small-separator,
.twm-how-it-work-1-area
  .twm-how-it-work-1-content
  .twm-how-it-work-1-section
  .section-head
  h2 {
  color: #fff;
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-work-1-left {
  margin-right: 100px;
}
@media (max-width: 1360px) {
  .twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-work-1-left {
    margin-right: 20px;
  }
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .twm-how-it-right-section {
  height: 100%;
  position: relative;
  z-index: 1;
}
.twm-how-it-work-1-area
  .twm-how-it-work-1-content
  .twm-how-it-right-section
  .twm-media {
  position: relative;
  text-align: center;
  width: 100%;
}
.twm-how-it-work-1-area
  .twm-how-it-work-1-content
  .twm-how-it-right-section
  .twm-media
  .twm-bg-circle {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 90.1%;
  z-index: 1;
}
.twm-how-it-work-1-area
  .twm-how-it-work-1-content
  .twm-how-it-right-section
  .twm-media
  .twm-block-left {
  left: 0;
  position: absolute;
  top: 0;
  width: 16.5%;
  z-index: 1;
}
.twm-how-it-work-1-area
  .twm-how-it-work-1-content
  .twm-how-it-right-section
  .twm-media
  .twm-block-right {
  bottom: -4%;
  position: absolute;
  right: -4%;
  width: 12%;
  z-index: 1;
}
.twm-how-it-work-1-area
  .twm-how-it-work-1-content
  .twm-how-it-right-section
  .twm-media
  .twm-main-bg {
  left: 0;
  position: absolute;
  top: 0;
  width: 91.7%;
  z-index: 1;
}
.twm-step-section-4 ul {
  list-style: none;
  margin-bottom: 30px;
  position: relative;
}
.twm-step-section-4 ul li {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.twm-step-section-4 ul li:before {
  background-color: #fff;
  content: "";
  height: 125%;
  left: 33px;
  position: absolute;
  top: 70px;
  width: 5px;
  z-index: -1;
}
@media (max-width: 480px) {
  .twm-step-section-4 ul li:before {
    display: none;
  }
  .twm-step-section-4 ul li {
    text-align: center;
  }
}
.twm-step-section-4 ul li:last-child:before {
  display: none;
}
.twm-step-section-4 ul li .twm-step-count {
  border-radius: 10px;
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: 30px;
  font-weight: 600;
  height: 70px;
  left: 0;
  line-height: 70px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 70px;
}
@media (max-width: 480px) {
  .twm-step-section-4 ul li .twm-step-count {
    margin: 0 auto 30px;
    position: inherit;
  }
}
.twm-step-section-4 ul li .twm-step-content {
  padding-left: 110px;
}
@media (max-width: 480px) {
  .twm-step-section-4 ul li .twm-step-content {
    padding-left: 0;
  }
}
.twm-step-section-4 ul li .twm-step-content .twm-title {
  color: #fff;
}
.twm-step-section-4 ul li .twm-step-content p {
  color: #e7e7e7;
  margin-bottom: 0;
}
.twm-u-maintenance-area {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100vh;
}
@media (max-width: 991px) {
  .twm-u-maintenance-area {
    height: auto;
  }
}
.twm-u-maintenance-wrap {
  margin: 0 auto;
  max-width: 1360px;
  padding: 100px 20px;
}
@media (max-width: 991px) {
  .twm-u-maintenance-wrap {
    padding-bottom: 30px;
  }
  .twm-u-maintenance-wrap .twm-error-image {
    margin-bottom: 30px;
  }
}
.twm-u-maintenance-wrap .row {
  align-items: center;
  display: flex;
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .twm-u-maintenance-wrap .row .twm-u-maintenance-content {
    text-align: center;
  }
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content .media {
  margin-bottom: 50px;
  max-width: 140px;
}
@media (max-width: 575px) {
  .twm-u-maintenance-wrap .row .twm-u-maintenance-content .media {
    margin: 0 auto 50px;
  }
}
.twm-u-maintenance-wrap
  .row
  .twm-u-maintenance-content
  .twm-u-maintenance-title {
  font-size: 20px;
}
.twm-u-maintenance-wrap
  .row
  .twm-u-maintenance-content
  .twm-u-maintenance-title
  span {
  display: block;
  font-size: 60px;
  line-height: 80px;
}
@media (max-width: 575px) {
  .twm-u-maintenance-wrap
    .row
    .twm-u-maintenance-content
    .twm-u-maintenance-title
    span {
    font-size: 30px;
    line-height: 40px;
  }
}
.twm-u-maintenance-wrap
  .row
  .twm-u-maintenance-content
  .twm-u-maintenance-title2 {
  margin-bottom: 20px;
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content .social-icons {
  margin: 0;
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content .social-icons li {
  display: inline-block;
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content .social-icons li a {
  background-color: #fff;
  border-radius: 10px;
  color: var(--primary-color);
  font-size: 22px;
  height: 45px;
  line-height: 45px;
  margin-right: 3px;
  padding: 0;
  text-align: center;
  width: 45px;
}
.twm-u-maintenance-wrap
  .row
  .twm-u-maintenance-content
  .social-icons
  li
  a:hover {
  color: #17171d;
}
.twm-u-maintenance-wrap .twm-u-maintenance-image {
  max-width: 840px;
  width: 100%;
}
.twm-u-maintenance-wrap .twm-u-maintenance-image img {
  width: 100%;
}
.twm-c-soon-area {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100vh;
}
@media (max-width: 991px) {
  .twm-c-soon-area {
    height: auto;
  }
}
.twm-c-soon-wrap {
  margin: 0 auto;
  max-width: 1360px;
  padding: 100px 20px;
}
@media (max-width: 991px) {
  .twm-c-soon-wrap {
    padding-bottom: 30px;
  }
  .twm-c-soon-wrap .twm-error-image {
    margin-bottom: 30px;
  }
}
.twm-c-soon-wrap .row {
  align-items: center;
  display: flex;
}
.twm-c-soon-wrap .row .twm-c-soon-content {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 575px) {
  .twm-c-soon-wrap .row .twm-c-soon-content {
    text-align: center;
  }
}
.twm-c-soon-wrap .row .twm-c-soon-content .twm-c-soon-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.twm-c-soon-wrap .row .twm-c-soon-content .twm-c-soon-title span {
  display: block;
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .twm-c-soon-wrap .row .twm-c-soon-content .twm-c-soon-title span {
    font-size: 30px;
    line-height: 40px;
  }
}
.twm-c-soon-wrap .row .twm-c-soon-content .twm-c-soon-title2 {
  margin-bottom: 30px;
}
.twm-c-soon-wrap .row .twm-c-soon-content p {
  font-size: 16px;
  margin-bottom: 30px;
}
.twm-c-soon-wrap .row .twm-c-soon-content .social-icons {
  margin: 0 0 50px;
}
.twm-c-soon-wrap .row .twm-c-soon-content .social-icons li {
  display: inline-block;
}
.twm-c-soon-wrap .row .twm-c-soon-content .social-icons li a {
  background-color: #fff;
  border-radius: 10px;
  color: var(--primary-color);
  font-size: 22px;
  height: 45px;
  line-height: 45px;
  margin-right: 3px;
  padding: 0;
  text-align: center;
  width: 45px;
}
.twm-c-soon-wrap .row .twm-c-soon-content .social-icons li a:hover {
  color: #17171d;
}
.twm-c-soon-wrap .cs-nw-form {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 400px) {
  .twm-c-soon-wrap .cs-nw-form {
    display: block;
  }
}
.twm-c-soon-wrap .cs-nw-form .form-control {
  background-color: #dbe6f7;
  border: 0;
  border-radius: 10px 0 0 10px;
  height: 66px;
}
@media (max-width: 575px) {
  .twm-c-soon-wrap .cs-nw-form .form-control {
    height: 48px;
  }
}
@media (max-width: 400px) {
  .twm-c-soon-wrap .cs-nw-form .form-control {
    border-radius: 10px;
  }
}
.twm-c-soon-wrap .cs-nw-form .cs-subcribe-btn {
  background-color: var(--primary-color);
  border: none;
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 600;
  padding: 9px 30px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .twm-c-soon-wrap .cs-nw-form .cs-subcribe-btn {
    font-size: 16px;
    padding: 7px 20px;
  }
}
@media (max-width: 400px) {
  .twm-c-soon-wrap .cs-nw-form .cs-subcribe-btn {
    border-radius: 10px;
    display: block;
    margin-top: 10px;
    width: 100%;
  }
}
.twm-countdown-wrap {
  border-radius: 20px;
}
.twm-countdown-wrap span {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  padding: 20px;
  vertical-align: bottom;
}
@media (max-width: 600px) {
  .twm-countdown-wrap span {
    padding: 10px;
  }
}
@media (max-width: 420px) {
  .twm-countdown-wrap span {
    padding: 5px;
  }
}
.twm-countdown-wrap span > span {
  background-color: transparent;
  box-shadow: none;
  color: #17171d;
  display: block;
  font-size: 20px;
}
@media (max-width: 600px) {
  .twm-countdown-wrap span > span {
    font-size: 14px;
  }
}
.twm-countdown-wrap #days {
  background-color: #7cb5ea;
  font-size: 100px;
}
@media (max-width: 600px) {
  .twm-countdown-wrap #days {
    font-size: 40px;
  }
}
@media (max-width: 420px) {
  .twm-countdown-wrap #days {
    font-size: 26px;
  }
}
.twm-countdown-wrap #hours {
  background-color: #cea7d9;
  font-size: 80px;
}
@media (max-width: 600px) {
  .twm-countdown-wrap #hours {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .twm-countdown-wrap #hours {
    font-size: 20px;
  }
}
.twm-countdown-wrap #minutes {
  background-color: #8be3c6;
  font-size: 55px;
}
@media (max-width: 600px) {
  .twm-countdown-wrap #minutes {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .twm-countdown-wrap #minutes {
    font-size: 16px;
  }
}
.twm-countdown-wrap #seconds {
  background-color: #eac87c;
  font-size: 35px;
}
@media (max-width: 600px) {
  .twm-countdown-wrap #seconds {
    font-size: 14px;
  }
}
@keyframes hue {
  0% {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-1turn);
  }
}
.side-bar-st-1 {
  background: #d4e6ff;
  border-radius: 10px;
  padding: 30px;
margin-top: 20px;
}
.twm-candidate-profile-pic {
  border: 1px solid #fff;
  border-radius: 10px;
  display: block;
  margin: 0 auto 30px;
  max-width: 150px;
  position: relative;
}
.twm-candidate-profile-pic img {
  border-radius: 10px;
  display: block;
  margin: 10px;
  width: 128px;
}
.twm-candidate-profile-pic .upload-btn-wrapper {
  bottom: 10px;
  left: 10px;
  position: absolute;
}
.twm-candidate-profile-pic .upload-btn-wrapper button {
  left: 50%;
  transform: translateX(-50%);
}
#upload-image-grid {
  overflow: hidden;
  position: relative;
  top: 30px;
}
#upload-image-grid,
#upload-image-grid img {
  border-radius: 10px;
  height: 128px;
  width: 128px;
}
#upload-image-grid img {
  bottom: -10px;
  left: -10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  padding: 0;
  position: absolute;
}
.twm-nav-list-1 ul {
  font-weight: 500;
  list-style: none;
  margin: 0;
}
.twm-nav-list-1 ul li {
  float: none;
}
.twm-nav-list-1 ul li:last-child {
  border-bottom: none;
}
.twm-nav-list-1 ul li.has-child {
  position: relative;
}
.twm-nav-list-1 ul li a > i {
  color: var(--primary-color);
  font-size: 18px;
  left: 10px;
  margin-right: 25px;
  position: absolute;
  top: 14px;
}
.twm-nav-list-1 ul > li > a {
  color: #323232;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px 10px 40px;
  position: relative;
  transition: all 0.5s ease;
}
.twm-nav-list-1 ul > li > a:hover {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(180, 205, 237, 0.7);
  color: var(--primary-color);
}
.twm-nav-list-1 ul > li ul {
  display: none;
  position: static;
  visibility: visible;
  width: auto;
}
.twm-nav-list-1 ul > li.active > a {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(180, 205, 237, 0.7);
  color: var(--primary-color);
}
.twm-right-section-panel-wrap2 {
  margin-bottom: 30px;
}
.twm-right-section-panel {
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 540px) {
  .twm-right-section-panel {
    padding: 15px;
  }
}
.twm-right-section-panel textarea.form-control {
  height: auto;
  resize: none;
}
.twm-right-section-panel .panel.panel-default {
  background: #fff;
  border-radius: 10px;
}
.apl-job-inpopup {
  border-radius: 10px;
}
@media (max-width: 540px) {
  .apl-job-inpopup {
    padding: 15px;
  }
}
.apl-job-inpopup textarea.form-control {
  height: auto;
  resize: none;
}
.apl-job-inpopup .panel.panel-default {
  background: #fff;
  border-radius: 10px;
}
.candidate-save-job .twm-D_table {
  padding: 0;
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list .twm-media {
  border-radius: 10px;
  display: inline-block;
  height: 40px;
  margin-right: 20px;
  max-width: 40px;
  width: 100%;
}
.twm-candidate-save-job-list-wrap
  .twm-candidate-save-job-list
  .twm-media
  .twm-media-pic {
  border-radius: 10px;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
.twm-candidate-save-job-list-wrap
  .twm-candidate-save-job-list
  .twm-media
  .twm-media-pic
  img {
  display: block;
  width: 100%;
}
.twm-candidate-save-job-list-wrap
  .twm-candidate-save-job-list
  .twm-job-title
  h4 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}
.twm-cv-manager-list-wrap {
  padding-top: 0;
}
.twm-cv-manager-list-wrap ul {
  margin: 0;
}
.twm-cv-manager-list-wrap ul li {
  list-style: none;
}
.twm-cv-manager-list-style1 {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .twm-cv-manager-list-style1 {
    display: block;
    text-align: center;
  }
}
.twm-cv-manager-list-style1 .twm-media {
  display: inline-block;
  margin-right: 10px;
  width: 110px;
}
@media (max-width: 767px) {
  .twm-cv-manager-list-style1 .twm-media {
    margin-bottom: 10px;
    margin-right: 0;
    width: 90px;
  }
}
.twm-cv-manager-list-style1 .twm-media .twm-media-pic {
  border-radius: 10px;
  height: 90px;
  overflow: hidden;
  position: relative;
  width: 90px;
}
.twm-cv-manager-list-style1 .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-cv-manager-list-style1 .twm-candidates-tag span {
  color: var(--primary-color);
}
.twm-cv-manager-list-style1 p {
  font-size: 14px;
  margin-bottom: 5px;
}
.twm-cv-manager-list-style1 .twm-mid-content {
  flex-grow: 1;
}
.twm-cv-manager-list-style1 .twm-fot-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .twm-cv-manager-list-style1 .twm-fot-content {
    display: block;
  }
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-left-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .twm-cv-manager-list-style1 .twm-fot-content .twm-left-info {
    display: block;
  }
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-candidate-address {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 420px) {
  .twm-cv-manager-list-style1 .twm-fot-content .twm-candidate-address {
    margin-right: 0;
  }
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-candidate-address i {
  margin-right: 5px;
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-view-button a {
  display: inline-block;
  text-align: center;
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-view-button a .fa {
  background-color: #f0f6fe;
  border-radius: 4px;
  color: var(--primary-color);
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
.twm-cv-manager-list-style1 .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
  margin-right: 20px;
}
@media (max-width: 420px) {
  .twm-cv-manager-list-style1 .twm-job-post-duration {
    margin-right: 0;
  }
}
.twm-table-controls .twm-DT-controls-icon li a {
  align-items: center;
  background-color: #f0f6fe;
  border: none;
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  line-height: 24px;
  width: 24px;
}
.twm-table-controls .twm-DT-controls-icon li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.twm-saved-jobs-view {
  margin-bottom: 10px;
}
.twm-saved-jobs-view .modal-dialog {
  max-width: 590px;
}
@media (max-width: 575px) {
  .twm-saved-jobs-view .modal-dialog {
    margin: 20px;
  }
}
.twm-saved-jobs-view .modal-content {
  border-top: 6px solid var(--primary-color);
}
.twm-saved-jobs-view .modal-header {
  border: none;
  display: block;
  margin-top: 50px;
  text-align: center;
}
.twm-saved-jobs-view .modal-header .modal-title {
  font-size: 24px;
  margin-bottom: 0;
}
.twm-saved-jobs-view .modal-header .btn-close {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}
.twm-saved-jobs-view .modal-body {
  padding: 30px 50px;
}
@media (max-width: 575px) {
  .twm-saved-jobs-view .modal-body {
    padding: 20px;
  }
}
.twm-saved-jobs-view .modal-footer {
  background-color: #f0f6fe;
  border: none;
  display: block;
  margin-top: 30px;
  padding: 20px;
  text-align: center;
}
.twm-saved-jobs-view .modal-footer .site-button,
.twm-table tbody tr td a {
  display: inline-block;
  text-align: center;
}
.twm-table tbody tr td a {
  background: transparent;
  border: none;
  margin-bottom: 5px;
}
.twm-table tbody tr td a .fa {
  background-color: #f0f6fe;
  border-radius: 4px;
  color: var(--primary-color);
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
.twm-table tbody tr td a:hover .fa {
  background-color: var(--primary-color);
  color: #fff;
}
.panel-heading-with-btn {
  display: flex;
  justify-content: space-between;
}
.twm-textarea-full .form-control {
  height: 130px;
}
.twm-s-detail-section {
  margin-bottom: 15px;
  position: relative;
}
.twm-s-detail-section .twm-title {
  color: #17171d;
  font-size: 15px;
  font-weight: 600;
  word-break: break-word;
}
.twm-s-detail-section .twm-s-info-discription {
  color: #666;
  font-size: 14px;
}
.twm-panel-inner .twm-list-wrap {
  border-bottom: 1px solid #f9fcff;
  margin: 0 0 30px;
}
.wt-search-bar-select {
  border: none;
  border-radius: 0;
  display: block !important;
  height: 34px;
  line-height: 20px;
  width: 100% !important;
}
.wt-search-bar-select .btn-light {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 0 !important;
}
.wt-search-bar-select .btn-light:focus {
  box-shadow: none;
  outline: 0 !important;
}
.wt-search-bar-select .form-control {
  padding-left: 10px;
  padding-right: 10px;
}
.wt-select-bar-2 {
  margin-right: 20px;
  width: 160px !important;
}
.wt-select-bar-2:last-child {
  margin-right: 0;
}
@media (max-width: 400px) {
  .wt-select-bar-2 {
    margin-top: 10px;
    width: 100%;
  }
}
.wt-select-bar-2 .form-control {
  height: 30px;
}
.wt-select-bar-2 .btn-light {
  background-color: #f0f6fe !important;
  border: none;
  border-radius: 10px;
  color: #6c757d;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.wt-select-bar-2 .btn-light:focus {
  box-shadow: none;
  outline: 0 !important;
}
.wt-select-bar-2 .dropdown-menu {
  font-size: 12px;
}
.wt-select-bar-large {
  border: none;
  width: 100% !important;
}
.wt-select-bar-large .form-control {
  height: 30px;
}
.wt-select-bar-large .btn-light {
  background-color: #fff !important;
  border: 1px solid #ededed;
  border-radius: 10px;
  color: #a0a0a0;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
}
.wt-select-bar-large .btn-light:focus {
  box-shadow: none;
  outline: 0 !important;
}
.wt-select-bar-large .dropdown-toggle:after {
  color: #17171d;
}
.sidebar-elements .input-group {
  border: 1px solid #ededed;
  border-radius: 10px;
}
.twm-log-reg-media-wrap {
  align-items: center;
  background-color: #f0f6fe;
  display: flex;
  justify-content: center;
}
.twm-log-reg-logo-head {
  border-bottom: 1px solid #efefef;
  margin-bottom: 50px;
  padding-bottom: 30px;
  text-align: center;
}
.twm-log-reg-logo-head .logo {
  margin: 0 auto 10px;
  max-width: 130px;
}
.twm-log-reg-head {
  text-align: center;
}
.twm-log-reg-head .log-reg-form-title {
  display: block;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
.twm-log-reg-media {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
}
.twm-log-reg-media .twm-l-media {
  margin: 0 auto;
  max-width: 720px;
}
.twm-log-reg-media .twm-l-media img {
  width: 100%;
}
.twm-log-reg-form-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 0 120px;
}
@media (max-width: 767px) {
  .twm-log-reg-form-wrap {
    padding: 30px 0 0;
  }
}
.twm-log-reg-form-wrap .twm-log-reg-inner {
  padding: 20px 50px;
}
@media (max-width: 575px) {
  .twm-log-reg-form-wrap .twm-log-reg-inner {
    padding: 10px 0 0;
  }
}
.twm-log-reg-form-wrap .twm-log-reg-inner .twm-tabs-style-2 {
  text-align: center;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .twm-tabs-style-2 .form-check {
  font-size: 14px;
  text-align: left;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .twm-tabs-style-2 .nav-tabs {
  border: none;
  display: inline-flex;
  margin: 0 auto 30px;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .site-button {
  display: block;
  width: 100%;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .twm-forgot-wrap {
  text-align: left;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .twm-forgot-wrap .form-check {
  display: inline-block;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .log_with_facebook {
  background-color: #1877f2;
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 270px;
  padding: 10px 30px;
  text-align: center;
  transition: opacity 0.2s linear 0s;
  width: 100%;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .log_with_facebook i {
  font-size: 24px;
  margin-right: 10px;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .log_with_google {
  background-color: #f7faff;
  border: 1px solid #e1e2e6;
  border-radius: 50px;
  color: #17171d;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 270px;
  padding: 10px 30px;
  text-align: center;
  transition: opacity 0.2s linear 0s;
  width: 100%;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .log_with_google img {
  margin-right: 10px;
  width: 24px;
}
.twm-log-reg-form-wrap .twm-log-reg-inner .center-text-or {
  color: #17171d;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .twm-log-reg-form-wrap {
    padding: 20px;
  }
}
.twm-login-user-menu {
  cursor: pointer;
  display: inline-block;
  margin-right: 0;
  padding: 14px 0;
  position: relative;
}
.twm-login-user-menu .user-name {
  color: inherit;
  color: #fff;
  transition: all 0.5s ease;
}
@media (max-width: 600px) {
  .twm-login-user-menu .user-name {
    font-size: 0;
  }
}
.twm-login-user-menu .user-name:after {
  color: inherit;
}
.twm-login-user-menu .user-name:before {
  color: var(--primary-color);
  content: "";
  display: inline-block;
  display: none;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  margin-left: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
@media (max-width: 600px) {
  .twm-login-user-menu .user-name:before {
    font-size: 18px;
  }
}
.twm-login-user-menu span {
  display: inline-block;
  margin-right: 0;
  width: 40px;
}
@media (max-width: 575px) {
  .twm-login-user-menu span {
    width: 30px;
  }
}
.twm-login-user-menu span img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@media (max-width: 575px) {
  .twm-login-user-menu span img {
    height: 30px;
    width: 30px;
  }
}
.twm-login-user-menu ul {
  list-style: none;
}
.twm-login-user-menu ul li.af-user {
  border-bottom: 1px solid #d2d2d2;
  color: #17171d;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 5px 5px 5px 0;
}
.twm-login-user-menu ul li.af-user i {
  color: #17171d;
  font-size: 12px;
  margin-right: 15px;
}
.twm-login-user-menu ul li a {
  color: #17171d;
  display: block;
  font-size: 13px;
  line-height: 22px;
  padding: 5px 5px 5px 24px;
  position: relative;
  transition: 0.2s;
}
.twm-login-user-menu ul li a i {
  color: var(--primary-color);
  left: 0;
  position: absolute;
  top: 10px;
}
.twm-login-user-menu ul li a:hover {
  color: var(--primary-color);
}
.twm-login-user-menu .dropdown-menu {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  min-width: 180px;
  padding: 20px;
  width: 100%;
}
.twm-login-user-menu .dropdown-toggle {
  display: block;
  padding-right: 0;
}
.twm-login-user-menu .dropdown-toggle:after {
  display: none;
}
.twm-hdr-user-notification {
  background-color: var(--primary-color);
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 16px;
}
.widget .section-head-small {
  border-left: 3px solid var(--primary-color);
  font-size: 22px;
  font-weight: 500;
  padding-left: 10px;
}
.twm-jobs-browse,
.twm-view-prifile {
  position: relative;
}
.twm-jobs-browse:after,
.twm-view-prifile:after {
  border-bottom: 1px solid;
  content: "";
  display: inline-block;
  height: 1em;
  left: 0;
  margin-top: 10px;
  opacity: 0;
  position: absolute;
  transform: scaleX(0);
  transition: opacity 0.35s, transform 0.35s;
  width: 100%;
}
.twm-jobs-browse:hover:after,
.twm-view-prifile:hover:after {
  opacity: 1;
  transform: scale(1);
}
.twm-ac-fresher-wrap {
  position: relative;
  z-index: 1;
}
.twm-ac-fresher-wrap .twm-section-bg-img {
  bottom: 0;
  max-width: 600px;
  position: absolute;
  right: 0;
  z-index: -1;
}
.twm-ac-fresher-wrap .twm-section-bg-img img {
  width: 100%;
}
.twm-ac-fresher-wrap .twm-section-bg-img2 {
  display: block;
  margin: 50px auto 0;
  max-width: 700px;
  position: relative;
  width: 100%;
}
.twm-ac-fresher-wrap .twm-section-bg-img2 img {
  width: 100%;
}
.half-map-list {
  background-color: #fff;
  max-width: 50vw;
  padding-top: 40px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1366px) {
  .half-map-list {
    max-width: 850px;
  }
}
@media (max-width: 1136px) {
  .half-map-list {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .half-map-list {
    float: none;
    max-width: 100%;
  }
}
.half-map-section {
  bottom: 0;
  height: calc(100% - 80px);
  padding-left: 50vw;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 1366px) {
  .half-map-section {
    padding-left: 850px;
  }
}
@media (max-width: 1136px) {
  .half-map-section {
    padding-left: 700px;
  }
}
@media (max-width: 991px) {
  .half-map-section {
    height: 100%;
    padding-left: 20px;
    width: auto;
    z-index: 1;
  }
  .half-map-section #map-container {
    display: block;
    height: 100vh;
    left: 100%;
    padding: 0;
    position: fixed;
    right: auto;
    transition: all 0.5s linear;
    width: 100%;
    z-index: 999;
  }
  .half-map-section #map-container #map {
    display: block;
  }
  .half-map-section .map-show-btn-outer {
    position: fixed;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s linear;
    z-index: 10;
  }
  .half-map-section .map-show-btn-open {
    display: inline-block;
  }
  .half-map-section .map-show-btn-close,
  .half-map-section .map-show-btn-open {
    background-color: var(--primary-color);
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 2px 15px;
    position: absolute;
    right: -9px;
    top: -60px;
    transform: rotate(270deg);
    transform-origin: center right;
    white-space: nowrap;
  }
  .half-map-section .map-show-btn-close {
    display: none;
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .half-map-section {
    padding-left: 0;
  }
  .half-map-section .map-show-btn-close,
  .half-map-section .map-show-btn-open {
    right: 14px;
  }
}
.half-map-section #map-container {
  height: 100%;
}
@media (max-width: 991px) {
  .half-map-section.active #map-container {
    left: 0;
    z-index: 10;
  }
  .half-map-section.active .map-show-btn-outer {
    right: 100%;
  }
  .half-map-section.active .map-show-btn-open {
    display: none;
  }
  .half-map-section.active .map-show-btn-close {
    display: block;
  }
}
.twm-radius-range {
  display: flex;
  margin-top: 20px;
  white-space: nowrap;
}
.twm-radius-range b {
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 400;
}
.twm-radius-range .slider.slider-horizontal {
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
}
.twm-radius-range .slider.slider-horizontal .slider-track {
  background-color: var(--primary-color);
  background-image: none;
  height: 3px;
  margin-left: 0;
  margin-top: 0;
}
.twm-radius-range .slider.slider-horizontal .slider-handle {
  background-color: #17171d;
  background-image: none;
  height: 12px;
  margin-left: 0;
  top: 5px;
  width: 5px;
}
@media (max-width: 575px) {
  .side-bar-opposite,
  .wt-listing-full-width .panel-body {
    padding: 10px;
  }
}
.icon-font-block {
  background-color: #f0f6fe;
  border-radius: 10px;
  color: #17171d;
  margin-bottom: 24px;
  padding: 15px 10px;
  text-align: center;
}
.icon-font-block [class*="feather-"],
.icon-font-block [class*="flaticon-"] {
  color: var(--primary-color);
  display: block;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 10px;
}
.custom-toltip {
  position: relative;
}
.custom-toltip .custom-toltip-block {
  background: #000;
  border-radius: 3px;
  color: #fff;
  display: table;
  display: none;
  font-family: arial;
  font-size: 13px;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.5px;
  line-height: 13px;
  padding: 7px 10px;
  position: absolute;
  top: -36px;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  white-space: nowrap;
}
.custom-toltip .custom-toltip-block:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  bottom: -6px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.custom-toltip:hover {
  overflow: visible;
  position: relative;
}
.custom-toltip:hover .custom-toltip-block {
  display: block;
  opacity: 1;
}
.twm-top-wide-banner {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  display: flex;
  margin: 50px;
  min-height: 400px;
  padding: 50px;
  position: relative;
}
.twm-top-wide-banner .overlay-main {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .twm-top-wide-banner {
    margin: 0 15px 30px;
  }
}
@media (max-width: 575px) {
  .twm-top-wide-banner {
    margin: 0 15px 30px;
    padding: 25px 15px;
  }
}
.twm-top-wide-banner-content {
  display: table;
  position: relative;
}
.twm-top-wide-banner-content .twm-mid-content {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .twm-top-wide-banner-content .twm-mid-content {
    display: block;
  }
  .twm-top-wide-banner-content .twm-mid-content .twm-employer-self-top {
    margin-bottom: 20px;
  }
}
.twm-top-wide-banner-content .twm-mid-content .twm-media {
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  height: 90px;
  line-height: 90px;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  width: 90px;
}
.twm-top-wide-banner-content .twm-mid-content .twm-media img {
  display: block;
  width: 100%;
}
.twm-top-wide-banner-content .twm-mid-content .twm-employer-address {
  color: #fff;
}
.twm-top-wide-banner-content .twm-mid-content .twm-employer-address i {
  padding-right: 10px;
}
.twm-top-wide-banner-content .twm-mid-content .twm-job-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}
.twm-top-wide-banner-content .twm-mid-content .twm-employer-websites {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.twm-top-wide-banner-content .twm-employer-self-bottom {
  position: relative;
}
.twm-top-wide-banner-content
  .twm-employer-self-bottom
  .twm-employer-btn-controls
  a {
  margin-right: 15px;
}
.twm-top-wide-banner-content
  .twm-employer-self-bottom
  .twm-employer-btn-controls
  a:last-child {
  margin-right: 0;
}
.twm-ep-detail-tags .de-info {
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 5px 5px 0;
  padding: 5px 12px;
  white-space: nowrap;
}
.twm-ep-detail-tags .de-info:hover {
  background-color: #17171d;
}
.twm-s-contact.twm-s-contact-2,
.twm-s-map-iframe.twm-s-map-iframe-2 {
  background-color: transparent;
  border: 1px solid #f3f3f3;
  box-shadow: none;
}
.twm-s-contact.twm-s-contact-2 {
  padding: 20px;
}
.twm-social-btns {
  font-size: 0;
  height: 30px;
  margin: auto auto 20px;
  position: relative;
}
.twm-social-btns .btn {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  opacity: 0.99;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 30px;
}
.twm-social-btns .btn,
.twm-social-btns .btn:before {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.twm-social-btns .btn:before {
  content: "";
  height: 140%;
  left: -110%;
  position: absolute;
  top: 90%;
  transform: rotate(45deg);
  width: 140%;
}
.twm-social-btns .btn .fab {
  font-size: 18px;
  transform: scale(0.8);
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.twm-social-btns .btn.facebook .fab {
  color: #3b5998;
}
.twm-social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.twm-social-btns .btn.twitter .fab {
  color: #3cf;
}
.twm-social-btns .btn.twitter:before {
  background-color: #3cf;
}
.twm-social-btns .btn.google .fab {
  color: #dc4a38;
}
.twm-social-btns .btn.google:before {
  background-color: #dc4a38;
}
.twm-social-btns .btn.linkedin .fab {
  color: #0579b6;
}
.twm-social-btns .btn.linkedin:before {
  background-color: #0579b6;
}
.twm-social-btns .btn.skype .fab {
  color: #00aff0;
}
.twm-social-btns .btn.skype:before {
  background-color: #00aff0;
}
.twm-social-btns .btn:focus:before,
.twm-social-btns .btn:hover:before {
  left: -20%;
  top: -20%;
}
.twm-social-btns .btn:focus .fab,
.twm-social-btns .btn:hover .fab {
  color: #fff;
  transform: scale(1);
}
.twm-s-info-3 {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: none;
  padding: 40px;
}
@media (max-width: 575px) {
  .twm-s-info-3 {
    padding: 20px;
  }
}
.twm-s-info-3 ul {
  list-style: none;
  margin-bottom: 0;
}
.twm-s-info-3 ul li {
  margin-bottom: 10px;
}
.twm-s-info-3 ul li:last-child {
  margin-bottom: 0;
}
.twm-s-info-3 ul li:last-child .twm-s-info-inner {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.twm-s-info-3 ul li .twm-s-info-inner {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  position: relative;
}
.twm-s-info-3 ul li .twm-s-info-inner i {
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 14px;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 30px;
}
.twm-s-info-3 ul li .twm-s-info-inner .twm-title {
  color: #666;
  font-size: 14px;
}
.twm-s-info-3 ul li .twm-s-info-inner .twm-s-info-discription {
  color: #17171d;
  font-size: 16px;
  word-break: break-word;
}
.bg-clr-green {
  background-color: #56d8b1;
}
.ani-circle-1 {
  border-radius: 50px;
  bottom: -100px;
  left: -30px;
}
.ani-circle-1,
.ani-circle-2 {
  background-color: #fff;
  display: block;
  height: 200px;
  opacity: 0.3;
  position: absolute;
  width: 200px;
}
.ani-circle-2 {
  border-radius: 30px;
  right: -30px;
  top: -50px;
}
.rotate-center {
  animation: rotate-center 15s linear infinite;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.twm-job-detail-2-wrap {
  background-color: #f0f6fe;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px;
}
@media (max-width: 991px) {
  .twm-job-detail-2-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .twm-job-detail-2-wrap {
    padding: 10px;
  }
}
.twm-related-jobs-carousel {
  margin-bottom: 30px;
}
.twm-jobs-grid-style2 {
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.twm-jobs-grid-style2:after {
  bottom: -50px;
  left: -30px;
}
.twm-jobs-grid-style2:after,
.twm-jobs-grid-style2:before {
  animation: rotate-center 15s linear infinite;
  background-color: var(--primary-color);
  border-radius: 20px;
  content: "";
  display: block;
  height: 100px;
  opacity: 0.1;
  position: absolute;
  width: 100px;
}
.twm-jobs-grid-style2:before {
  right: -10px;
  top: -30px;
}
.twm-jobs-grid-style2 .twm-media {
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  display: block;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 90px;
}
.twm-jobs-grid-style2 .twm-media img {
  display: block;
}
.twm-jobs-grid-style2 .twm-mid-content {
  padding-top: 30px;
}
.twm-jobs-grid-style2 .twm-right-content {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style2 .twm-right-content {
    display: block;
  }
}
.twm-jobs-grid-style2 .twm-right-content .twm-job-address {
  margin-bottom: 0;
}
.twm-jobs-grid-style2 .twm-right-content .twm-jobs-amount {
  color: #17171d;
  font-weight: 500;
  margin: 20px 0 10px;
}
.twm-jobs-grid-style2 .twm-right-content .twm-jobs-amount span {
  color: #046c38;
}
.twm-jobs-grid-style2 .twm-right-content .twm-jobs-browse {
  font-size: 14px;
  font-weight: 600;
}
.twm-jobs-grid-style2 .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style2 .twm-job-post-duration {
    display: block;
    margin: 0;
  }
}
.twm-jobs-grid-style2 .twm-jobs-category {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style2 .twm-jobs-category {
    margin-top: 10px;
    position: inherit;
    right: inherit;
    top: inherit;
  }
}
.embed-responsive {
  border-radius: 10px;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive .ytp-impression-link,
.ytp-impression-link {
  opacity: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.twm-candi-self-wrap-2 {
  background-size: cover;
  margin-bottom: 180px;
  margin-top: 100px;
  padding: 80px 40px 40px;
}
@media (max-width: 991px) {
  .twm-candi-self-wrap-2 {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .twm-candi-self-wrap-2 {
    padding: 40px 0;
  }
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(56, 152, 226, 0.3);
  margin: 0 auto -140px;
  max-width: 480px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2:after {
  bottom: -50px;
  height: 200px;
  left: -100px;
  width: 200px;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2:after,
.twm-candi-self-wrap-2 .twm-candi-self-info-2:before {
  animation: rotate-center 15s linear infinite;
  background-color: var(--primary-color);
  border-radius: 20px;
  content: "";
  display: block;
  opacity: 0.1;
  position: absolute;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2:before {
  height: 100px;
  right: -10px;
  top: -30px;
  width: 100px;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-top {
  color: #17171d;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
.twm-candi-self-wrap-2
  .twm-candi-self-info-2
  .twm-candi-self-top
  .twm-candi-fee {
  background: #2db346;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px;
  position: absolute;
  right: -30px;
  top: -20px;
}
@media (max-width: 575px) {
  .twm-candi-self-wrap-2
    .twm-candi-self-info-2
    .twm-candi-self-top
    .twm-candi-fee {
    font-size: 16px;
  }
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-top .twm-media {
  border-radius: 20px;
  box-shadow: 5px 5px 0 #f0f6fe;
  margin: 0 auto 30px;
  max-width: 200px;
  overflow: hidden;
  width: 100%;
}
.twm-candi-self-wrap-2
  .twm-candi-self-info-2
  .twm-candi-self-top
  .twm-media
  img {
  width: 100%;
}
.twm-candi-self-wrap-2
  .twm-candi-self-info-2
  .twm-candi-self-top
  .twm-job-title {
  color: #17171d;
  margin-bottom: 15px;
}
.twm-candi-self-wrap-2
  .twm-candi-self-info-2
  .twm-candi-self-top
  .twm-candidate-address
  i {
  padding-right: 3px;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-ep-detail-tags {
  margin: 0 auto 20px;
  text-align: center;
}
.twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-bottom {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 360px) {
  .twm-candi-self-wrap-2 .twm-candi-self-info-2 .twm-candi-self-bottom {
    display: block;
  }
  .twm-candi-self-wrap-2
    .twm-candi-self-info-2
    .twm-candi-self-bottom
    .site-button {
    display: block;
    margin-top: 3px;
    text-align: center;
  }
}
.twm-s-info-4 {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: none;
  padding: 20px;
}
@media (max-width: 575px) {
  .twm-s-info-4 {
    padding: 20px;
  }
}
.twm-s-info-4 .row {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
}
.twm-s-info-4 .row .twm-s-info-inner {
  background-color: #f0f6fe;
  border-bottom: 1px solid #f3f3f3;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 10px 10px 10px 50px;
  position: relative;
}
.twm-s-info-4 .row .twm-s-info-inner i {
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 14px;
  height: 30px;
  left: 10px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 14px;
  width: 30px;
}
.twm-s-info-4 .row .twm-s-info-inner .twm-title {
  color: #666;
  font-size: 14px;
}
.twm-s-info-4 .row .twm-s-info-inner .twm-s-info-discription {
  color: #17171d;
  font-size: 16px;
  word-break: break-word;
}
.twm-s-info-4 .row [class*="col-"]:last-child .twm-s-info-inner {
  margin-bottom: 0;
}
.dashboard-card-2 {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.dashboard-card-2 .wt-card-wrap-2 {
  color: #fff;
}
.dashboard-card-2 .wt-card-icon-2 {
  font-size: 48px;
  left: 30px;
  line-height: 0px;
  position: absolute;
  top: 30px;
  z-index: -1;
}
.dashboard-card-2 .wt-card-bottom-2 h4 {
  color: #fff;
  font-weight: 400;
}
.block-gradient {
  background: #7596fc;
  background: linear-gradient(135deg, #7596fc, #b479ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7596fc",endColorstr="#b479ff",GradientType=1);
}
.block-gradient-2 {
  background: #1aa8ed;
  background: linear-gradient(135deg, #1aa8ed, #07f4ac);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1aa8ed",endColorstr="#07f4ac",GradientType=1);
}
.block-gradient-3 {
  background: #fccf6e;
  background: linear-gradient(135deg, #fccf6e, #fe6662);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fccf6e",endColorstr="#fe6662",GradientType=1);
}
.block-gradient-4 {
  background: #46c6fb;
  background: linear-gradient(135deg, #46c6fb, #2e429f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#46c6fb",endColorstr="#2e429f",GradientType=1);
}
.ftr-light-with-bg .footer-top {
  border-top: 0;
  padding-top: 0;
}
.twm-new-sub-section-wrap {
  background-color: #000e31;
  border-radius: 40px;
  margin: 0 85px 120px;
  padding: 80px 80px 108px;
}
@media (max-width: 1199px) {
  .twm-new-sub-section-wrap {
    margin: 0 15px 120px;
  }
}
@media (max-width: 991px) {
  .twm-new-sub-section-wrap {
    margin-bottom: 40px;
    padding: 30px 15px;
  }
}
@media (max-width: 360px) {
  .twm-new-sub-section-wrap {
    padding: 0;
  }
}
.twm-new-sub-section-wrap .twm-sub-2-section {
  background-color: var(--primary-color);
  border-radius: 40px;
  padding: 60px;
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .twm-new-sub-section-wrap .twm-sub-2-section {
    padding: 20px;
  }
}
.twm-new-sub-section-wrap .twm-sub-2-section .twm-sub-title {
  color: #fff;
  font-size: 28px;
  margin: 0 auto 20px;
  max-width: 380px;
}
@media (max-width: 575px) {
  .twm-new-sub-section-wrap .twm-sub-2-section .twm-sub-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.twm-new-sub-section-wrap .twm-sub-2-section .twm-sub-discription {
  color: #d7d7d7;
  font-size: 18px;
  margin-bottom: 20px;
}
.twm-new-sub-section-wrap .twm-sub-2-section .twm-sub-btn {
  bottom: -28px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .twm-new-sub-section-wrap .twm-sub-2-section .twm-sub-btn {
    bottom: inherit;
    left: auto;
    position: inherit;
    transform: inherit;
  }
}
.twm-new-sub-section-wrap .twm-sub-2-section .form-group {
  margin-bottom: 12px;
}
.twm-new-sub-section-wrap .twm-sub-2-section .form-group .form-control {
  background-color: #fff;
  text-align: center;
}
.twm-nl-map-media-wrap {
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .twm-nl-map-media-wrap {
    height: 120px;
    margin: 30px 0;
  }
}
.twm-nl-map-media-wrap .twm-nl-map-pic {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}
.twm-nl-map-media-wrap .twm-nl-map-pic:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #fff;
  bottom: -13px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.twm-nl-map-media-wrap .twm-nl-map-pic img {
  border-radius: 50%;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic1 {
  bottom: 4%;
  height: 53px;
  left: 35%;
  padding: 3px;
  width: 53px;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic2 {
  bottom: 30%;
  height: 53px;
  left: 14%;
  padding: 3px;
  width: 53px;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic3 {
  height: 69px;
  padding: 4px;
  right: 12%;
  top: 8%;
  width: 69px;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic4 {
  bottom: 24%;
  height: 83px;
  padding: 5px;
  right: 0;
  width: 83px;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic5 {
  height: 69px;
  left: 12%;
  padding: 4px;
  top: 8%;
  width: 69px;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic6 {
  bottom: 24%;
  height: 83px;
  padding: 5px;
  right: 25%;
  width: 83px;
}
.twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic7 {
  bottom: 10%;
  height: 53px;
  left: 5%;
  padding: 3px;
  width: 53px;
}
@media (max-width: 575px) {
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic1 {
    bottom: 4%;
    height: 33px;
    left: 35%;
    padding: 3px;
    width: 33px;
  }
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic2 {
    bottom: 30%;
    height: 33px;
    left: 14%;
    padding: 3px;
    width: 33px;
  }
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic3 {
    height: 49px;
    padding: 4px;
    right: 40%;
    top: 8%;
    width: 49px;
  }
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic4 {
    bottom: 24%;
    height: 63px;
    padding: 5px;
    right: 0;
    width: 63px;
  }
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic5 {
    height: 49px;
    left: 30%;
    padding: 4px;
    top: 8%;
    width: 49px;
  }
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic6 {
    bottom: 24%;
    height: 63px;
    padding: 5px;
    right: 25%;
    width: 63px;
  }
  .twm-nl-map-media-wrap .twm-nl-map-pic.nw-pic7 {
    bottom: 10%;
    height: 33px;
    left: 5%;
    padding: 3px;
    width: 33px;
  }
}
.bounce {
  animation: bounce 1s linear infinite alternate-reverse both;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
.bounce2 {
  animation: bounce2 1.5s linear infinite alternate-reverse both;
}
@keyframes bounce2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
.twm-blog-post-h5-wrap {
  padding-top: 0;
}
.twm-blog-post-h5-wrap .row {
  align-items: center;
  display: flex;
  justify-content: center;
}
.twm-blog-post-h5-outer {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 10px;
}
.twm-blog-post-h5-outer.shadow-none {
  box-shadow: none;
}
.twm-blog-post-h5-outer .wt-post-media {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.twm-blog-post-h5-outer .wt-post-media img {
  width: 100%;
}
.twm-blog-post-h5-outer .wt-post-info {
  position: relative;
  z-index: 1;
}
.twm-blog-post-h5-outer .wt-post-info .wt-post-meta {
  margin-bottom: 20px;
  position: relative;
}
.twm-blog-post-h5-outer .wt-post-info .post-author {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.twm-blog-post-h5-outer .wt-post-info .post-author .post-author-pic {
  align-items: center;
  display: flex;
}
.twm-blog-post-h5-outer .wt-post-info .post-author .post-author-pic .p-a-pic {
  border-radius: 50%;
  height: 35px;
  margin-right: 10px;
  min-width: 35px;
  overflow: hidden;
  width: 35px;
}
.twm-blog-post-h5-outer
  .wt-post-info
  .post-author
  .post-author-pic
  .p-a-info
  a {
  color: var(--primary-color);
  display: block;
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.twm-blog-post-h5-outer
  .wt-post-info
  .post-author
  .post-author-pic
  .p-a-info
  p {
  font-size: 12px;
  margin-bottom: 0;
}
.twm-blog-post-h5-outer .wt-post-info .post-author .post-categories {
  text-align: right;
}
.twm-blog-post-h5-outer .wt-post-info .post-author .post-categories a {
  background-color: #e0e6f7;
  border-radius: 4px;
  color: var(--primary-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 8px;
}
.twm-blog-post-h5-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
}
.twm-blog-post-h5-outer .wt-post-info .wt-post-text p {
  font-size: 16px;
  margin-bottom: 10px;
}
.twm-blog-post-h5-outer:hover .wt-post-media {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
}
.twm-featured-city2 {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding: 15px;
  transition: all 0.5s ease;
}
.twm-featured-city2 .twm-media {
  background-position: 100%;
  background-size: cover;
  border-radius: 10px;
  height: 262px;
  position: relative;
  transition: all 0.5s ease;
}
.twm-featured-city2 .twm-city-info {
  padding: 20px 0 0;
}
.twm-featured-city2 .twm-city-info .twm-city-jobs {
  color: var(--primary-color);
}
.twm-featured-city2 .twm-city-info .twm-title {
  margin-bottom: 10px;
}
.twm-featured-city2:hover .twm-media {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
}
.pos-relative {
  position: relative;
  z-index: 1;
}
.twm-bg-section-box {
  background-color: var(--primary-color);
  border-radius: 40px;
  height: 560px;
  left: 0;
  margin: 0 80px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1360px) {
  .twm-bg-section-box {
    margin: 0 15px;
  }
}
@media (max-width: 575px) {
  .twm-bg-section-box {
    height: 300px;
    margin: 0;
  }
}
.wt-separator-two-part.content-white .wt-small-separator,
.wt-separator-two-part.content-white .wt-title {
  color: #fff;
}
.twm-column-5 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -10px;
}
.twm-column-5 ul li {
  width: 20%;
}
@media (max-width: 1199px) {
  .twm-column-5 ul li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .twm-column-5 ul li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .twm-column-5 ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .twm-column-5 ul li {
    width: 100%;
  }
}
.twm-column-5 ul li .twm-recruiters5-box {
  margin: 0 10px 40px;
  position: relative;
  z-index: 1;
}
.twm-column-5 ul li .twm-recruiters5-box .twm-title a {
  transition: all 0.5s ease;
}
.twm-column-5 ul li .twm-recruiters5-box:after {
  background-color: var(--primary-color);
  content: "";
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  width: 0;
}
.twm-column-5 ul li .twm-recruiters5-box:hover {
  box-shadow: 0 0 20px rgba(56, 152, 226, 0.4);
}
.twm-column-5 ul li .twm-recruiters5-box:hover:after {
  border: 5px solid #fff;
  border-radius: 10px;
  height: 100%;
  opacity: 1;
  width: 100%;
  z-index: -1;
}
.twm-column-5 ul li .twm-recruiters5-box:hover .twm-job-address,
.twm-column-5 ul li .twm-recruiters5-box:hover .twm-rec-rating-count,
.twm-column-5 ul li .twm-recruiters5-box:hover .twm-title a {
  color: #fff;
}
.twm-recruiters5-box {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
  top: 20px;
  transition: all 0.5s ease;
}
.twm-recruiters5-box .twm-rec-top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.twm-recruiters5-box .twm-rec-rating-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.twm-recruiters5-box .twm-rec-rating-wrap .twm-rec-rating span {
  cursor: pointer;
  display: inline;
}
.twm-recruiters5-box .twm-rec-rating-wrap .twm-rec-rating span i {
  color: #ffac16;
  font-size: 12px;
}
.twm-recruiters5-box .twm-job-address {
  color: #777;
  font-size: 12px;
  transition: all 0.5s ease;
}
.twm-recruiters5-box .twm-job-address i {
  display: inline-block;
  margin-right: 5px;
}
.twm-recruiters5-box .twm-rec-rating-count {
  transition: all 0.5s ease;
}
.twm-recruiters5-box .twm-rec-media {
  border-radius: 8px;
  height: 52px;
  margin-top: -36px;
  min-width: 52px;
  overflow: hidden;
  width: 52px;
}
.twm-recruiters5-box .twm-rec-jobs {
  background-color: #e0e6f7;
  border-radius: 8px;
  color: var(--primary-color);
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 0 12px;
}
.twm-company-approch5-outer {
  position: relative;
}
.twm-company-approch5-outer .twm-company-approch5 {
  border-radius: 40px;
  padding: 70px 20px 40px;
}
.twm-company-approch5-outer .twm-company-approch5 .counter-outer-two {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.twm-company-approch5-outer
  .twm-company-approch5
  .counter-outer-two
  .icon-content-info {
  color: #fff;
  font-size: 18px;
}
.twm-millions-section-wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .twm-millions-section-wrap {
    margin-bottom: 30px;
  }
}
.twm-millions-section-wrap > .row {
  align-items: center;
  display: flex;
}
.twm-millions-section-wrap > .row .twm-millions-1-section {
  margin-right: 76px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .twm-millions-section-wrap > .row .twm-millions-1-section {
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .twm-millions-section-wrap > .row .twm-millions-1-section {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
.twm-millions-section-wrap > .row .twm-millions-1-section .twm-media {
  text-align: center;
}
@media (max-width: 575px) {
  .twm-millions-section-wrap > .row .twm-millions-1-section .twm-media > img {
    width: 65%;
  }
}
.twm-millions-section-wrap > .row .twm-millions-1-section .twm-bg-circle-pic {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.twm-millions-section-wrap
  > .row
  .twm-millions-1-section
  .twm-bg-circle-pic
  img {
  width: 100%;
}
.twm-millions-section-wrap > .row .twm-millions-1-section .twm-circle-jobs-box {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.twm-millions-section-wrap
  > .row
  .twm-millions-1-section
  .twm-circle-jobs-box.one {
  bottom: 4%;
  height: 48px;
  left: 20%;
  padding: 10px;
  width: 48px;
}
.twm-millions-section-wrap
  > .row
  .twm-millions-1-section
  .twm-circle-jobs-box.two {
  bottom: 28%;
  height: 90px;
  left: 0;
  padding: 15px;
  width: 90px;
}
.twm-millions-section-wrap
  > .row
  .twm-millions-1-section
  .twm-circle-jobs-box.three {
  bottom: 65%;
  height: 112px;
  left: 0;
  padding: 12px;
  width: 112px;
}
.twm-millions-section-wrap
  > .row
  .twm-millions-1-section
  .twm-circle-jobs-box.four {
  bottom: 75%;
  height: 84px;
  padding: 12px;
  right: 15%;
  width: 84px;
}
.twm-millions-section-wrap
  > .row
  .twm-millions-1-section
  .twm-circle-jobs-box.five {
  bottom: 45%;
  height: 52px;
  padding: 5px;
  right: 3%;
  width: 52px;
}
.twm-millions-section-wrap
  > .row
  .twm-millions-1-section
  .twm-circle-jobs-box.six {
  bottom: 12%;
  height: 80px;
  padding: 8px;
  right: 4%;
  width: 80px;
}
@media (max-width: 575px) {
  .twm-millions-section-wrap
    > .row
    .twm-millions-1-section
    .twm-circle-jobs-box.two {
    height: 55px;
    padding: 10px;
    width: 55px;
  }
  .twm-millions-section-wrap
    > .row
    .twm-millions-1-section
    .twm-circle-jobs-box.three {
    height: 72px;
    padding: 6px;
    width: 72px;
  }
  .twm-millions-section-wrap
    > .row
    .twm-millions-1-section
    .twm-circle-jobs-box.four {
    height: 64px;
    padding: 8px;
    width: 64px;
  }
  .twm-millions-section-wrap
    > .row
    .twm-millions-1-section
    .twm-circle-jobs-box.six {
    height: 60px;
    padding: 7px;
    width: 60px;
  }
}
.twm-millions-section-wrap > .row .twm-millions-1-section-right {
  margin-left: 0;
}
.twm-millions-section-wrap
  > .row
  .twm-millions-1-section-right
  .twm-avail-jobs {
  align-items: center;
  color: #171d28;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.twm-millions-section-wrap
  > .row
  .twm-millions-1-section-right
  .twm-avail-jobs
  span {
  color: var(--primary-color);
  display: block;
  font-size: 46px;
  font-weight: 700;
  margin-right: 10px;
}
.twm-millions-section-wrap
  > .row
  .twm-millions-1-section-right
  .section-head.left.wt-small-separator-outer
  p {
  margin-bottom: 20px;
}
.twm-read-more.cplumn-2 a {
  margin-right: 20px;
}
.twm-read-more.cplumn-2 a:last-child {
  margin-right: 0;
}
.site-button-link.underline {
  color: #212223;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  text-decoration: underline;
  transition: all 0.5s ease;
  z-index: 1;
}
.twm-bg-shape5 {
  background-image: url(../images/home-5/bg-shape.png);
  background-position: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .twm-bg-shape5 {
    background-size: 25%;
  }
}
@media (max-width: 1024px) {
  .twm-bg-shape5 {
    background: none;
  }
}
.twm-bg-shape5-left {
  background-image: url(../images/home-5/bg-shape-1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .twm-bg-shape5-left {
    background-size: 40%;
  }
}
.twm-jobs-st5 {
  background-color: #fff;
  border: 10px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(56, 152, 226, 0.3);
  padding: 20px 30px 30px;
  position: relative;
  width: 100%;
}
.twm-jobs-st5 .twm-jobs-amount {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 10px;
  text-align: right;
}
.twm-jobs-st5 .twm-jobs-amount span {
  color: #171d28;
  font-size: 14px;
}
.twm-jobs-st5 .twm-media {
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  margin-right: 30px;
  min-width: 70px;
  overflow: hidden;
  text-align: center;
  width: 70px;
}
.twm-jobs-st5 .twm-media img {
  display: block;
}
.twm-jobs-st5 .twm-mid-content {
  margin-bottom: 20px;
}
.twm-jobs-st5 .twm-candi-thum-content {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
.twm-jobs-st5 .twm-candi-thum-content .twm-pics {
  align-items: center;
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}
.twm-jobs-st5 .twm-candi-thum-content .twm-pics span {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 34px;
  margin-left: -15px;
  overflow: hidden;
  width: 34px;
}
.twm-jobs-st5 .twm-candi-thum-content .twm-pics .tot-view {
  align-items: center;
  background-color: var(--primary-color);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 38px;
  justify-content: center;
  line-height: 38px;
  line-height: 12px;
  margin-left: -15px;
  text-align: center;
  width: 38px;
}
.twm-jobs-st5 .twm-candi-thum-content .twm-pics .tot-view b {
  align-items: center;
  display: block;
}
.twm-jobs-st5 .twm-candi-thum-content .twm-pics .tot-view b i {
  display: block;
  font-style: normal;
}
.twm-jobs-st5 .twm-job-duration ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
}
.twm-jobs-st5 .twm-job-duration ul li {
  padding-right: 10px;
}
.twm-jobs-st5 .twm-job-duration ul li span {
  color: #6b6b6b;
  font-size: 13px;
}
.twm-jobs-st5 .twm-job-duration ul li span i {
  color: var(--primary-color);
  display: inline-block;
  margin-right: 5px;
}
.twm-jobs-st5 .twm-job-duration ul li:last-child {
  padding-right: 0;
}
.twm-jobs-st5 .twm-right-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.twm-jobs-st5 .twm-jobs-category.outline {
  display: flex;
  flex-wrap: wrap;
}
.twm-jobs-st5 .twm-jobs-category.outline a {
  background-color: #f0f6fe;
  border: 1px solid transparent;
  border-radius: 5px;
  color: var(--primary-color);
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 2px 10px;
}
.twm-jobs-st5 .twm-jobs-category.outline a:hover {
  background-color: #fff;
  border: 1px solid #ddd;
}
.twm-jobs-st5 .twm-job-address {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.twm-jobs-st5 .twm-jobs-browse {
  font-size: 14px;
  font-weight: 600;
}
.twm-jobs-st5 .twm-job-st5-top {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  .twm-jobs-st5 .twm-job-st5-top {
    display: block;
  }
}
.twm-jobs-st5 .twm-job-com-name {
  font-size: 18px;
  font-weight: 500;
}
.twm-home5-banner-section {
  background-size: cover;
  border-left: 80px solid #fff;
  height: 865px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .twm-home5-banner-section {
    border-left: 0;
    height: auto;
  }
}
.twm-home5-banner-section .row {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}
.twm-home5-banner-section .row .btm-bdr-banner:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  width: 50%;
}
@media (max-width: 991px) {
  .twm-home5-banner-section .row .btm-bdr-banner:after {
    display: none;
  }
}
.twm-home5-banner-section .row .twm-bnr-5-blocks {
  position: relative;
}
.twm-home5-banner-section .row .twm-bnr-5-blocks .twm-title {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.twm-home5-banner-section .row .twm-bnr-5-blocks .twm-bnr-5-blocks-inner {
  align-items: center;
  display: flex;
}
.twm-home5-banner-section
  .row
  .twm-bnr-5-blocks
  .twm-bnr-5-blocks-inner
  .twm-pics {
  align-items: center;
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}
.twm-home5-banner-section
  .row
  .twm-bnr-5-blocks
  .twm-bnr-5-blocks-inner
  .twm-pics
  span {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 34px;
  margin-left: -15px;
  overflow: hidden;
  width: 34px;
}
.twm-home5-banner-section
  .row
  .twm-bnr-5-blocks
  .twm-bnr-5-blocks-inner
  .twm-content
  .tw-count-number {
  font-family: Rubik, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}
.twm-home5-banner-section .row .twm-bnr-left-section {
  margin-left: auto;
  max-width: 650px;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1360px) {
  .twm-home5-banner-section .row .twm-bnr-left-section {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .twm-home5-banner-section .row .twm-bnr-left-section {
    margin: 0 auto 50px;
  }
}
@media (max-width: 991px) {
  .twm-home5-banner-section .row .twm-bnr-left-section {
    margin: 100px auto 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-search-bar {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-search-bar {
    padding: 10px 20px;
  }
}
.twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
  color: #17171d;
  font-size: 66px;
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 30px;
}
@media (max-width: 1360px) {
  .twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-title-large span {
  text-decoration: underline;
}
.twm-home5-banner-section .row .twm-bnr-left-section .twm-bnr-discription {
  font-size: 24px;
  margin-bottom: 30px;
}
.twm-home5-banner-section .row .twm-bnr-right-main {
  height: 100%;
  position: relative;
}
.twm-home5-banner-section .row .twm-bnr-right-section {
  max-width: 520px;
  width: 100%;
}
@media (max-width: 1199px) {
  .twm-home5-banner-section .row .twm-bnr-right-section {
    margin: 0 auto 50px;
  }
}
.twm-home5-banner-section
  .row
  .twm-bnr-right-section
  .twm-bnr-right-section-inner {
  padding-top: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .twm-home5-banner-section
    .row
    .twm-bnr-right-section
    .twm-bnr-right-section-inner {
    margin-bottom: 120px;
    padding-top: 0;
  }
}
.twm-home5-banner-section .row .twm-bnr-right-section .twm-graphics-h5 {
  position: absolute;
}
.twm-home5-banner-section .row .twm-bnr-right-section .twm-graphics-user {
  position: relative;
  z-index: 4;
}
.twm-home5-banner-section .row .twm-bnr-right-section .twm-p1 {
  border-radius: 200px;
  box-shadow: 20px 20px 0 #fff;
  left: 14%;
  overflow: hidden;
  position: inherit;
  top: auto;
  width: 79.5%;
  z-index: 4;
}
.twm-home5-banner-section .row .twm-bnr-right-section .twm-p2 {
  bottom: 0;
  right: 0;
  width: 19%;
  z-index: 3;
}
.twm-home5-banner-section .row .twm-bnr-right-section .twm-p3 {
  left: 10%;
  top: 12%;
  width: 35.4%;
  z-index: 3;
}
.twm-home5-banner-section .row .twm-bnr-right-section .twm-p4 {
  left: 8%;
  top: 18%;
  width: 35.4%;
  z-index: 3;
}
.twm-home5-banner-section .twm-banner-h5-r-b-info {
  bottom: 30px;
  left: 30px;
  position: absolute;
}
.twm-home5-banner-section .twm-banner-h5-r-b-info span {
  color: #000;
  display: block;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.twm-home5-banner-section
  .twm-banner-h5-r-b-info
  .twm-banner-h5-r-b-outline-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--primary-color);
  display: block;
  font-size: 100px;
  font-weight: 600;
  line-height: 0.75;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .twm-home5-banner-section
    .twm-banner-h5-r-b-info
    .twm-banner-h5-r-b-outline-text {
    font-size: 54px;
  }
}
.twm-bdr-bottom-1 {
  border-bottom: 1px solid #f1f1f1;
}
.twm-jobs-grid-h5-section-outer {
  margin: 0 80px 120px;
}
@media (max-width: 1360px) {
  .twm-jobs-grid-h5-section-outer {
    margin: 0 15px 40px;
  }
}
.twm-jobs-grid-h5-section-outer .overlay-main {
  border-radius: 40px;
}
@media (max-width: 480px) {
  .twm-jobs-grid-h5-section-outer .overlay-main {
    border-radius: 10px;
  }
}
.twm-jobs-grid-h5-section {
  background-color: var(--primary-color);
  background-size: contain;
  border-radius: 40px;
  padding: 70px 100px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-h5-section {
    padding: 15px 15px 70px;
  }
}
.job-categories-home-5 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 25px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 1;
}
.job-categories-home-5:after {
  background-color: var(--primary-color);
  border-radius: 50%;
  height: 200px;
  right: -90px;
  top: -100px;
  width: 200px;
}
.job-categories-home-5:after,
.job-categories-home-5:before {
  content: "";
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  z-index: -1;
}
.job-categories-home-5:before {
  background-color: #fd9f9a;
  border-radius: 12px;
  bottom: -8px;
  height: 70px;
  left: -12px;
  width: 20px;
}
.job-categories-home-5 .twm-media {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 80px;
  justify-content: center;
  line-height: 0;
  margin: 0 auto 30px;
  position: relative;
  transition: all 0.5s ease;
  width: 80px;
  z-index: 1;
}
.job-categories-home-5 .twm-media img {
  transition: all 0.5s ease;
  width: auto;
}
.job-categories-home-5 .twm-media [class*="feather-"],
.job-categories-home-5 .twm-media [class*="flaticon-"] {
  color: #fff;
  font-size: 50px;
  line-height: 0px;
  transition: all 0.5s ease;
}
.job-categories-home-5 .twm-media [class*="feather-"]:before,
.job-categories-home-5 .twm-media [class*="flaticon-"]:before {
  left: 50%;
  position: inherit;
  transform: translateX(-50%);
}
.job-categories-home-5 .twm-content .twm-jobs-available {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.job-categories-home-5 .twm-content a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.job-categories-home-5:hover {
  background-color: #0e1520;
}
.job-categories-home-5:hover:after {
  opacity: 0.2;
}
.job-categories-home-5:hover:before {
  opacity: 1;
}
.job-categories-home-5:hover .twm-jobs-available {
  color: #b4b4b4;
}
.job-categories-home-5:hover .twm-content a {
  color: #fff;
}
.job-categories-home-5:hover .twm-media {
  border-radius: 20px;
  transform: rotate(45deg);
}
.job-categories-home-5:hover .twm-media [class*="feather-"],
.job-categories-home-5:hover .twm-media [class*="flaticon-"],
.job-categories-home-5:hover .twm-media img {
  transform: scale(0.8) rotate(-45deg);
  z-index: 9;
}
.cat-bg-clr-1 {
  background-color: #1c8ffb;
}
.cat-bg-clr-2 {
  background-color: #ff8730;
}
.cat-bg-clr-3 {
  background-color: #7c69f1;
}
.cat-bg-clr-4 {
  background-color: #ff5a5a;
}
.category-5-slider {
  margin-bottom: -190px;
  overflow: hidden;
  padding: 18px;
}
@media (max-width: 1360px) {
  .category-5-slider {
    margin-bottom: 0;
    padding: 0;
  }
}
.category-5-slider .swiper-button-next,
.category-5-slider .swiper-button-prev {
  height: 50px;
  margin: 70px 30px;
  text-align: center;
  width: 50px;
}
@media (max-width: 1360px) {
  .category-5-slider .swiper-button-next,
  .category-5-slider .swiper-button-prev {
    margin: -30px 10px;
  }
}
@media (max-width: 420px) {
  .category-5-slider .swiper-button-next,
  .category-5-slider .swiper-button-prev {
    margin: 0;
    position: relative;
    top: auto;
    width: auto;
  }
  .category-5-slider .swiper-button-prev {
    bottom: 10px;
    left: 15px;
    position: absolute;
    text-align: center;
  }
  .category-5-slider .swiper-button-next {
    bottom: 10px;
    position: absolute;
    right: 15px;
    text-align: center;
  }
}
.category-5-slider .swiper-button-next:after,
.category-5-slider .swiper-button-prev:after {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 46px;
  width: 50px;
}
.twm-home-6-banner-section {
  align-items: flex-end;
  background-color: #e9f1ff;
  display: flex;
  min-height: 955px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .twm-home-6-banner-section {
    min-height: auto;
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .twm-home-6-banner-section {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .twm-home-6-banner-section .twm-bnr-search-bar .form-group {
    margin: 5px auto;
  }
}
.twm-home-6-banner-section:after {
  background-color: #002860;
  content: "";
  height: 100%;
  left: calc(50% + 400px);
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .twm-home-6-banner-section:after {
    left: calc(50% + 300px);
  }
}
@media (max-width: 991px) {
  .twm-home-6-banner-section:after {
    display: none;
  }
}
.twm-home-6-banner-section > .container .row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.twm-home-6-banner-section > .container .row .twm-bnr-left-section {
  margin-left: auto;
  max-width: 745px;
  padding-bottom: 100px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1270px) {
  .twm-home-6-banner-section > .container .row .twm-bnr-left-section {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .twm-home-6-banner-section > .container .row .twm-bnr-left-section {
    padding-bottom: 50px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .twm-home-6-banner-section > .container .row .twm-bnr-left-section {
    margin: 0 auto 50px;
    max-width: 768px;
    padding: 0 30px 50px;
  }
}
@media (max-width: 575px) {
  .twm-home-6-banner-section > .container .row .twm-bnr-left-section {
    padding: 0;
  }
}
.twm-home-6-banner-section
  > .container
  .row
  .twm-bnr-left-section
  .twm-bnr-title-small {
  color: #17171d;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.twm-home-6-banner-section
  > .container
  .row
  .twm-bnr-left-section
  .twm-bnr-title-small
  .bnr-title-bedge {
  background-color: #f0b528;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  text-align: center;
  width: 38px;
}
.twm-home-6-banner-section
  > .container
  .row
  .twm-bnr-left-section
  .twm-bnr-title-small
  span {
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 991px) {
  .twm-home-6-banner-section
    > .container
    .row
    .twm-bnr-left-section
    .twm-bnr-title-small {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.twm-home-6-banner-section
  > .container
  .row
  .twm-bnr-left-section
  .twm-bnr-title-large {
  color: #17171d;
  font-size: 70px;
  font-weight: 500;
  line-height: 86px;
  margin-bottom: 30px;
}
.twm-home-6-banner-section
  > .container
  .row
  .twm-bnr-left-section
  .twm-bnr-title-large
  span {
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .twm-home-6-banner-section
    > .container
    .row
    .twm-bnr-left-section
    .twm-bnr-title-large {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .twm-home-6-banner-section
    > .container
    .row
    .twm-bnr-left-section
    .twm-bnr-title-large {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home-6-banner-section
  > .container
  .row
  .twm-bnr-left-section
  .twm-bnr-discription {
  font-size: 18px;
  margin-bottom: 30px;
}
.twm-home-6-banner-section .twm-bnr-right-section .twm-bnr-right-content {
  height: 100%;
  margin-left: 150px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  .twm-home-6-banner-section .twm-bnr-right-section .twm-bnr-right-content {
    margin-left: 120px;
  }
}
@media (max-width: 1024px) {
  .twm-home-6-banner-section .twm-bnr-right-section .twm-bnr-right-content {
    margin-bottom: -50px;
    margin-left: 80px;
  }
}
@media (max-width: 991px) {
  .twm-home-6-banner-section .twm-bnr-right-section .twm-bnr-right-content {
    margin-left: 0;
  }
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .twm-bnr-right-content
  .bnr-bg-circle {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .twm-bnr-right-content
  .bnr-bg-circle
  span {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(192, 209, 237, 0.2);
  display: block;
  height: 600px;
  left: 50px;
  position: relative;
  top: -10px;
  width: 600px;
}
@media (max-width: 1366px) {
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .twm-bnr-right-content
    .bnr-bg-circle
    span {
    height: 480px;
    left: 0;
    width: 480px;
  }
}
.twm-home-6-banner-section .twm-bnr-right-section .bnr-media {
  margin-right: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .twm-home-6-banner-section .twm-bnr-right-section .bnr-media {
    margin-right: -30px;
  }
}
@media (max-width: 991px) {
  .twm-home-6-banner-section .twm-bnr-right-section .bnr-media {
    margin-right: 0;
  }
}
.twm-home-6-banner-section .twm-bnr-right-section .bnr-media img {
  display: block;
  margin: 0 auto;
}
.twm-home-6-banner-section .twm-bnr-right-section .bnr-bg-icons {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.twm-home-6-banner-section .twm-bnr-right-section .bnr-bg-icons > div {
  position: absolute;
  z-index: 2;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.icon-plus1 {
  color: var(--primary-color);
  font-size: 24px;
  left: 0;
  position: absolute;
  top: 35%;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.icon-plus2 {
  color: #f0b528;
  font-size: 34px;
  left: 15%;
  position: absolute;
  top: 64%;
  transform: rotate(20deg);
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.icon-plus3 {
  color: #f0b528;
  font-size: 34px;
  position: absolute;
  right: -5%;
  top: 15%;
  transform: rotate(20deg);
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.icon-ring1 {
  border: 8px solid #ff8667;
  border-radius: 50%;
  bottom: 14%;
  height: 70px;
  position: absolute;
  right: -30%;
  width: 70px;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.icon-ring2 {
  border: 3px solid #ff8667;
  border-radius: 50%;
  height: 20px;
  position: absolute;
  right: -25%;
  top: 55%;
  width: 20px;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.icon-ring3 {
  border: 10px solid #94bdff;
  border-radius: 50%;
  height: 34px;
  left: 28%;
  position: absolute;
  top: 0;
  width: 34px;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-1 {
  left: -15%;
  position: absolute;
  top: 20%;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-1
  .bnr-block-1-content {
  align-items: center;
  background-color: #ff8667;
  border-radius: 20px;
  display: flex;
  padding: 10px;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-1
  .bnr-block-1-content
  .media {
  margin-right: 10px;
  min-width: 30px;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-1
  .bnr-block-1-content
  .title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-2 {
  left: -27%;
  position: absolute;
  top: 54%;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-2
  .bnr-block-2-content {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(56, 152, 226, 0.3);
  min-width: 188px;
  padding: 15px;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-2
  .bnr-block-2-content
  .bnr-block-2-bag {
  left: 15px;
  position: absolute;
  top: -25px;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-2
  .bnr-block-2-content
  .bnr-block-2-bag
  span {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-2
  .bnr-block-2-content
  .bnr-block-2-bag
  span
  img {
  display: block;
  margin: 0 auto;
  width: 24px;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-2
  .bnr-block-2-content
  .bnr-block-2-content-top {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-2
  .bnr-block-2-content
  .bnr-block-2-content-top
  .media {
  margin-right: 10px;
  min-width: 30px;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-2
  .bnr-block-2-content
  .bnr-block-2-content-top
  .title {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 0;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-2
  .bnr-block-2-content
  .bnr-block-2-content-bottom {
  color: #002860;
  font-size: 14px;
  font-weight: 500;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-3 {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(56, 152, 226, 0.3);
  height: 78px;
  padding: 15px;
  position: absolute;
  right: -44%;
  top: 35%;
  width: 78px;
}
.twm-home-6-banner-section
  .twm-bnr-right-section
  .bnr-bg-icons
  > div.bnr-block-3
  img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-ring1 {
    bottom: 35%;
    right: -16%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-ring2 {
    right: -15%;
    top: 30%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.bnr-block-2 {
    left: -20%;
    top: 50%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.bnr-block-3 {
    right: -20%;
  }
}
@media (max-width: 1024px) {
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-ring1 {
    bottom: 35%;
    right: -7%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-ring2 {
    right: -7%;
    top: 30%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.bnr-block-2 {
    left: -20%;
    top: 50%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.bnr-block-3 {
    right: -10%;
  }
}
@media (max-width: 991px) {
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-ring1 {
    right: 10%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-ring2 {
    right: 20%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-ring3 {
    top: 4%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.bnr-block-2 {
    left: 3%;
    top: 50%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.bnr-block-3 {
    right: 0;
    top: 25%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.bnr-block-1 {
    left: 10%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-plus3 {
    right: 30%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-plus1 {
    left: 20%;
  }
}
@media (max-width: 767px) {
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-ring1,
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-ring2 {
    right: 0;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-ring3 {
    top: 4%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.bnr-block-2 {
    left: 0;
    top: 50%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.bnr-block-3 {
    right: 0;
    top: 25%;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.bnr-block-1 {
    left: 0;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-plus3 {
    right: 0;
  }
  .twm-home-6-banner-section
    .twm-bnr-right-section
    .bnr-bg-icons
    > div.icon-plus1 {
    left: 0;
  }
}
.twm-home-6-banner-section .twm-bnr-blocks {
  background-color: #fff;
  border: 10px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: flex;
  margin: 0 4px;
  padding: 10px 20px;
  position: relative;
  width: 270px;
}
.twm-home-6-banner-section .twm-bnr-blocks .twm-icon {
  margin-right: 20px;
  width: 70px;
}
.twm-home-6-banner-section .twm-bnr-blocks .twm-content .tw-count-number {
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}
.twm-home-6-banner-section
  .twm-bnr-blocks
  .twm-content
  .tw-count-number
  .counter {
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}
.twm-home-6-banner-section .twm-bnr-blocks .twm-content .icon-content-info {
  color: #17171d;
  font-size: 16px;
  margin-bottom: 0;
}
.twm-home-6-banner-section .twm-bnr-blocks-3 {
  background-color: #fff;
  border: 10px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(56, 152, 226, 0.3);
  display: flex;
  margin: 0 4px;
  padding: 10px 20px;
  position: relative;
  width: 290px;
}
.twm-home-6-banner-section .twm-bnr-blocks-3 .twm-pics {
  align-items: center;
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}
.twm-home-6-banner-section .twm-bnr-blocks-3 .twm-pics span {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 34px;
  margin-left: -15px;
  overflow: hidden;
  width: 34px;
}
.twm-home-6-banner-section .twm-bnr-blocks-3 .twm-content .tw-count-number {
  font-family: Rubik, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}
.twm-home-6-banner-section
  .twm-bnr-blocks-3
  .twm-content
  .tw-count-number
  .counter {
  font-family: Rubik, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}
.twm-home-6-banner-section .twm-bnr-blocks-3 .twm-content .icon-content-info {
  color: #17171d;
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .twm-home-6-banner-section .twm-bnr-blocks-position-wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .twm-home-6-banner-section .twm-bnr-blocks-position-wrap {
    display: none;
  }
}
.twm-home-6-banner-section .twm-bnr-blocks-position-1 {
  left: 45px;
  position: absolute;
  top: 200px;
  z-index: 4;
}
@media (max-width: 991px) {
  .twm-home-6-banner-section .twm-bnr-blocks-position-1 {
    left: inherit;
    position: inherit;
    top: inherit;
  }
}
.twm-home-6-banner-section .twm-bnr-blocks-position-2 {
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 4;
}
@media (max-width: 1366px) {
  .twm-home-6-banner-section .twm-bnr-blocks-position-2 {
    top: -30px;
  }
}
@media (max-width: 991px) {
  .twm-home-6-banner-section .twm-bnr-blocks-position-2 {
    position: inherit;
    right: inherit;
    top: inherit;
  }
}
.twm-home-6-banner-section .twm-bnr-blocks-position-3 {
  bottom: 50px;
  position: absolute;
  right: 20px;
  z-index: 4;
}
@media (max-width: 991px) {
  .twm-home-6-banner-section .twm-bnr-blocks-position-3 {
    bottom: inherit;
    position: inherit;
    right: inherit;
  }
}
.twm-job-cat-hpage-6-wrap {
  margin-bottom: 30px;
}
.job-cat-block-hpage-6-section .col {
  flex: auto;
  width: 20%;
}
@media (max-width: 1199px) {
  .job-cat-block-hpage-6-section .col {
    width: 25%;
    width: 33.33%;
    width: 50%;
  }
}
@media (max-width: 460px) {
  .job-cat-block-hpage-6-section .col {
    width: 100%;
  }
}
.job-cat-block-hpage-6 {
  background-color: #f7fbfd;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 1;
}
.job-cat-block-hpage-6:after {
  background-color: var(--primary-color);
  border-radius: 50%;
  bottom: -60px;
  content: "";
  height: 110px;
  opacity: 0.04;
  opacity: 0;
  position: absolute;
  right: -60px;
  transition: all 0.5s ease;
  width: 110px;
  z-index: -1;
}
.job-cat-block-hpage-6 .twm-media {
  align-items: center;
  display: flex;
  height: 58px;
  justify-content: center;
  line-height: 0;
  margin: 0 auto 20px;
  position: relative;
  width: 58px;
  z-index: 1;
}
.job-cat-block-hpage-6 .twm-media img {
  transition: all 0.5s ease;
  width: 38px;
}
.job-cat-block-hpage-6 .twm-media [class*="feather-"],
.job-cat-block-hpage-6 .twm-media [class*="flaticon-"] {
  color: #fff;
  font-size: 34px;
  line-height: 0px;
  transition: all 0.5s ease;
}
.job-cat-block-hpage-6 .twm-media [class*="feather-"]:before,
.job-cat-block-hpage-6 .twm-media [class*="flaticon-"]:before {
  left: 50%;
  position: inherit;
  transform: translateX(-50%);
}
.job-cat-block-hpage-6 .twm-media:after {
  background-color: var(--primary-color);
  border-radius: 10px;
  content: "";
  height: 58px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s ease;
  width: 58px;
  z-index: -1;
}
.job-cat-block-hpage-6 .twm-content .twm-jobs-available {
  color: #171d28;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
.job-cat-block-hpage-6 .twm-content .twm-jobs-available span {
  color: var(--primary-color);
  transition: all 0.5s ease;
}
.job-cat-block-hpage-6 .twm-content > a {
  display: block;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.job-cat-block-hpage-6:hover {
  background-color: var(--primary-color);
}
.job-cat-block-hpage-6:hover:after {
  background-color: #fff;
  height: 500%;
  opacity: 0.1;
  width: 500%;
}
.job-cat-block-hpage-6:hover .twm-content > a {
  color: #fff;
}
.job-cat-block-hpage-6:hover .twm-content .circle-line-btn {
  border: 2px solid #fff;
}
.job-cat-block-hpage-6:hover .twm-content .circle-line-btn i {
  color: #fff;
  transform: rotate(0deg);
}
.job-cat-block-hpage-6:hover .twm-content .twm-jobs-available,
.job-cat-block-hpage-6:hover .twm-content .twm-jobs-available span {
  color: #fff;
}
.job-cat-block-hpage-6:hover .twm-media img {
  transform: scale(0.8);
}
.job-cat-block-hpage-6:hover .twm-media [class*="feather-"],
.job-cat-block-hpage-6:hover .twm-media [class*="flaticon-"] {
  color: var(--primary-color);
  transform: scale(0.8);
}
.job-cat-block-hpage-6:hover .twm-media:after {
  background-color: #f0f6fe;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.circle-line-wrap {
  text-align: center;
}
.circle-line-wrap .circle-line-btn {
  align-items: center;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  color: var(--primary-color);
  display: flex;
  height: 46px;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.5s ease;
  width: 46px;
}
.circle-line-wrap .circle-line-btn i {
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}
.twm-blog-post-h-page6-wrap {
  background-color: #f3f7fd;
}
.twm-blog-post-h-page6 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.twm-blog-post-h-page6 .wt-post-media {
  margin-bottom: 20px;
}
.twm-blog-post-h-page6 .wt-post-media img {
  border-radius: 10px;
  width: 100%;
}
.twm-blog-post-h-page6 .wt-post-info .wt-post-meta {
  margin-bottom: 10px;
  position: relative;
}
.twm-blog-post-h-page6 .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0;
}
.twm-blog-post-h-page6 .wt-post-info .wt-post-meta ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.twm-blog-post-h-page6 .wt-post-info .wt-post-meta ul li.post-date {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
}
.twm-blog-post-h-page6 .wt-post-info .wt-post-title .post-title {
  font-size: 20px;
  margin-bottom: 0;
}
.twm-blog-post-h-page6 .wt-post-info .wt-post-title .post-title:hover {
  color: var(--primary-color);
}
.twm-blog-post-h-page6.with-content {
  display: flex;
}
@media (max-width: 991px) {
  .twm-blog-post-h-page6.with-content {
    display: block;
  }
}
.twm-blog-post-h-page6.with-content .wt-post-title {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .twm-blog-post-h-page6.with-content .wt-post-title {
    margin-bottom: 10px;
  }
}
.twm-blog-post-h-page6.with-content .wt-post-info {
  background-color: #f3f7fd;
  border-radius: 10px;
  margin-right: 30px;
  padding: 20px;
}
@media (max-width: 991px) {
  .twm-blog-post-h-page6.with-content .wt-post-info {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.twm-blog-post-h-page6.with-content .wt-post-media {
  margin-bottom: 0;
  min-width: 345px;
  width: 100%;
}
@media (max-width: 1199px) {
  .twm-blog-post-h-page6.with-content .wt-post-media {
    min-width: 200px;
  }
}
.twm-blog-post-h-page6.with-content .wt-post-text {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .twm-blog-post-h-page6.with-content .wt-post-text {
    margin-bottom: 15px;
  }
}
.twm-blog-post-h-page6.with-content .post-author .post-author-pic {
  align-items: center;
  display: flex;
}
.twm-blog-post-h-page6.with-content .post-author .post-author-pic .p-a-pic {
  border-radius: 50%;
  height: 56px;
  margin-right: 20px;
  min-width: 56px;
  overflow: hidden;
  width: 56px;
}
.twm-blog-post-h-page6.with-content .post-author .post-author-pic .p-a-info a {
  color: var(--primary-color);
  display: block;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.twm-blog-post-h-page6.with-content .post-author .post-author-pic p {
  font-size: 12px;
  margin-bottom: 0;
}
.twm-hpage-6-getintouch {
  background-color: #002860;
  border-right: 9px solid var(--primary-color);
  overflow: hidden;
  padding: 200px 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-hpage-6-getintouch {
    border-radius: 10px;
    padding: 80px 30px;
  }
}
@media (max-width: 575px) {
  .twm-hpage-6-getintouch {
    padding: 40px 15px;
  }
}
.twm-hpage-6-getintouch .twm-hpage-6-getintouch-title {
  padding-right: 120px;
}
@media (max-width: 991px) {
  .twm-hpage-6-getintouch .twm-hpage-6-getintouch-title {
    padding-right: 0;
  }
}
.twm-hpage-6-getintouch .twm-hpage-6-getintouch-title .wt-title-small {
  color: #fff;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .twm-hpage-6-getintouch .twm-hpage-6-getintouch-title .wt-title-small {
    line-height: 26px;
  }
}
.twm-hpage-6-getintouch .twm-hpage-6-getintouch-title .wt-title {
  color: #fff;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .twm-hpage-6-getintouch .twm-hpage-6-getintouch-title .wt-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .twm-hpage-6-getintouch .twm-hpage-6-getintouch-title .wt-title {
    font-size: 22px;
  }
}
.twm-hpage-6-getintouch .twm-hpage-6-getintouch-title .wt-title span {
  color: var(--primary-color);
  text-transform: uppercase;
}
.twm-hpage-6-getintouch .twm-hpage-6-callus {
  align-items: center;
  display: flex;
}
@media (max-width: 420px) {
  .twm-hpage-6-getintouch .twm-hpage-6-callus {
    display: block;
    text-align: center;
  }
}
.twm-hpage-6-getintouch .twm-hpage-6-callus .callus-icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(25, 103, 210, 0.3);
  display: flex;
  height: 114px;
  justify-content: center;
  margin-left: 16px;
  margin-right: 35px;
  min-width: 114px;
  width: 114px;
}
@media (max-width: 420px) {
  .twm-hpage-6-getintouch .twm-hpage-6-callus .callus-icon {
    margin: 0 auto 30px;
  }
}
.twm-hpage-6-getintouch .twm-hpage-6-callus .callus-icon i {
  color: #17171d;
  font-size: 58px;
  line-height: 0px;
}
@media (max-width: 1199px) {
  .twm-hpage-6-getintouch .twm-hpage-6-callus .callus-icon {
    height: 70px;
    min-width: 70px;
    width: 70px;
  }
  .twm-hpage-6-getintouch .twm-hpage-6-callus .callus-icon i {
    font-size: 38px;
  }
}
.twm-hpage-6-getintouch .twm-hpage-6-callus .callus-content .callus-number {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
}
.twm-hpage-6-getintouch .twm-hpage-6-callus .callus-content .callus-email {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .twm-hpage-6-getintouch .twm-hpage-6-callus .callus-content .callus-number {
    font-size: 24px;
    line-height: 24px;
  }
  .twm-hpage-6-getintouch .twm-hpage-6-callus .callus-content .callus-email {
    font-size: 18px;
  }
}
.twm-hpage-6-getintouch .callus-bg-box {
  background-color: rgba(25, 103, 210, 0.3);
  border-radius: 10px;
  bottom: -70px;
  height: 150px;
  left: -40px;
  position: absolute;
  transform: rotate(-130deg);
  width: 150px;
  z-index: -1;
}
.twm-hpage-6-getintouch .callus-bg-box .callus-bg-box-shadow {
  background-color: rgba(25, 103, 210, 0.3);
  border-radius: 10px;
  bottom: 30px;
  height: 150px;
  left: 30px;
  position: absolute;
  width: 150px;
}
@media (max-width: 575px) {
  .twm-hpage-6-getintouch .callus-bg-box {
    bottom: -35px;
    height: 75px;
    left: -20px;
    width: 75px;
  }
  .twm-hpage-6-getintouch .callus-bg-box .callus-bg-box-shadow {
    bottom: 15px;
    height: 75px;
    left: 15px;
    width: 75px;
  }
}
@media (max-width: 991px) {
  .twm-hpage-6-subs-wrap {
    padding: 40px 0;
  }
}
.twm-hpage-6-subscribe-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 1;
}
.twm-hpage-6-subscribe-wrap .twm-hpage-6-subscribe {
  background-color: #f3f7fd;
  background-image: url(../images/home-6/subs-bg.png);
  background-position: 100%;
  background-repeat: no-repeat;
  border-radius: 10px 10px 10px 0;
  margin-left: -100px;
  overflow: hidden;
  padding: 55px;
  position: relative;
  text-align: center;
}
.twm-hpage-6-subscribe-wrap .twm-hpage-6-subscribe:after {
  background-color: rgba(25, 103, 210, 0.3);
  border-radius: 10px;
  content: "";
  height: 100px;
  left: 45px;
  position: absolute;
  top: -55px;
  transform: rotate(45deg);
  width: 100px;
}
@media (max-width: 991px) {
  .twm-hpage-6-subscribe-wrap .twm-hpage-6-subscribe {
    border-radius: 10px;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .twm-hpage-6-subscribe-wrap .twm-hpage-6-subscribe {
    padding: 55px 15px 30px;
  }
}
.twm-hpage-6-subscribe-wrap .twm-hpage-6-subscribe .twm-sub-title {
  color: var(--primary-color);
  font-size: 18px;
  margin-bottom: 20px;
}
.twm-hpage-6-subscribe-wrap .twm-hpage-6-subscribe .twm-sub-discription {
  color: #17171d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.twm-hpage-6-subscribe-wrap .twm-hpage-6-subscribe .hpage-6-nw-form {
  background-color: var(--primary-color);
  border-radius: 10px;
  display: flex;
  margin: 0 auto;
  max-width: 420px;
}
.twm-hpage-6-subscribe-wrap .twm-hpage-6-subscribe .hpage-6-nw-form input {
  background-color: transparent;
}
.twm-hpage-6-subscribe-wrap
  .twm-hpage-6-subscribe
  .hpage-6-nw-form
  .hpage-6-nw-form-btn {
  background-color: transparent;
  border: none;
  color: #fff;
  min-width: 60px;
  text-align: center;
}
.twm-hpage-6-subscribe-wrap
  .twm-hpage-6-subscribe
  .hpage-6-nw-form
  .form-control:focus {
  box-shadow: none;
}
.twm-hpage-6-subscribe-wrap
  .twm-hpage-6-subscribe
  .hpage-6-nw-form
  .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.twm-hpage-6-subscribe-wrap
  .twm-hpage-6-subscribe
  .hpage-6-nw-form
  .form-control::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.twm-hpage-6-subscribe-wrap
  .twm-hpage-6-subscribe
  .hpage-6-nw-form
  .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.twm-hpage-6-subscribe-wrap
  .twm-hpage-6-subscribe
  .hpage-6-nw-form
  .form-control:-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.twm-hpage-6-subscribe-wrap .hpage-6-nw-form-corner {
  border-left: 76px solid transparent;
  border-top: 60px solid #9e9e9e;
  height: 0;
  margin-left: -100px;
  width: 0;
}
@media (max-width: 991px) {
  .twm-hpage-6-subscribe-wrap .hpage-6-nw-form-corner {
    display: none;
  }
}
.twm-hpage-6-featured-outer {
  background-color: #f7fbfd;
}
.twm-hpage-6-featured-area {
  position: relative;
}
.twm-hpage-6-featured-content-warp {
  margin-top: -470px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-hpage-6-featured-content-warp {
    margin-top: -120px;
  }
  .twm-hpage-6-featured-content-warp .row {
    display: flex;
    justify-content: center;
  }
}
.twm-hpage-6-featured-bg-warp {
  background-color: #eaf1fb;
  border-radius: 40px;
  height: 580px;
  margin: 0 auto;
  max-width: 1380px;
  position: relative;
}
@media (max-width: 1366px) {
  .twm-hpage-6-featured-bg-warp {
    margin: 0 15px;
    max-width: 1280px;
  }
}
@media (max-width: 991px) {
  .twm-hpage-6-featured-bg-warp {
    height: 300px;
  }
}
.twm-hpage-6-featured-bg-warp .twm-media {
  bottom: 0;
  max-width: 390px;
  position: absolute;
  right: 80px;
}
@media (max-width: 991px) {
  .twm-hpage-6-featured-bg-warp .twm-media {
    max-width: 200px;
  }
}
.twm-hpage-6-featured-bg-warp .twm-media img {
  width: 100%;
}
.hpage-6-featured-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 40px;
}
.hpage-6-featured-block .inner-content {
  background-color: #f7fbfd;
  border-radius: 10px;
  padding: 20px;
}
.hpage-6-featured-block .inner-content .top-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.hpage-6-featured-block .inner-content .top-content .job-time {
  color: var(--primary-color);
}
.hpage-6-featured-block .inner-content .top-content .job-post-time {
  color: #17171d;
}
.hpage-6-featured-block .inner-content .mid-content {
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.hpage-6-featured-block .inner-content .mid-content .company-logo {
  margin-right: 15px;
  min-width: 56px;
  width: 56px;
}
.hpage-6-featured-block
  .inner-content
  .mid-content
  .company-info
  .company-name {
  color: #17171d;
  font-size: 16px;
  font-weight: 600;
}
.hpage-6-featured-block
  .inner-content
  .mid-content
  .company-info
  .company-address {
  color: #7f7f7f;
  font-size: 13px;
  margin-bottom: 0;
}
.hpage-6-featured-block .inner-content .bottom-content .job-name-title {
  font-size: 20px;
}
.hpage-6-featured-block .inner-content .bottom-content .job-payment {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 500;
}
.hpage-6-featured-block .inner-content .bottom-content .job-payment span {
  color: var(--primary-color);
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
.hpage-6-featured-block .inner-content .aply-btn-area {
  text-align: center;
}
.hpage-6-featured-block .inner-content .aply-btn-area .aplybtn {
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 48px;
  line-height: 48px;
  margin: 20px auto -40px;
  transition: all 0.5s ease;
  width: 48px;
}
.hpage-6-featured-block .inner-content .aply-btn-area .aplybtn:hover {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
  transform: rotate(1turn);
}
.twm-our-comu-hpage-6-area {
  background-position: 100%;
  background-size: cover;
}
.hpage-6-comunity-counter-wrap {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.hpage-6-comunity-counter-wrap:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .hpage-6-comunity-counter-wrap:after {
    display: none;
  }
}
.twm-company-approch6-outer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-company-approch6-outer {
    margin-bottom: 30px;
  }
}
.twm-company-approch6-outer:after {
  background-image: url(../images/home-6/count-bg-left.png);
  background-position: 0 0;
  border-radius: 40px 0 0 0;
  left: 0;
  top: 0;
}
.twm-company-approch6-outer:after,
.twm-company-approch6-outer:before {
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.twm-company-approch6-outer:before {
  background-image: url(../images/home-6/count-bg-right.png);
  background-position: 100% 100%;
  border-radius: 0 0 40px 0;
  bottom: 0;
  right: 0;
}
.twm-company-approch6-outer .counter {
  display: block;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 10px;
}
.twm-company-approch6-outer .icon-content-info {
  font-size: 16px;
  margin-bottom: 0;
}
.twm-company-approch6-outer .twm-company-approch6 {
  background-color: #17171d;
  border-radius: 40px;
  padding: 50px 20px 20px;
}
.twm-company-approch6-outer .twm-company-approch6 .icon-media-wrap {
  text-align: center;
}
.twm-company-approch6-outer .twm-company-approch6 .icon-media-wrap .icon-media {
  font-size: 48px;
  position: relative;
  z-index: 1;
}
.twm-company-approch6-outer
  .twm-company-approch6
  .icon-media-wrap
  .icon-media:after {
  background-color: var(--primary-color);
  border-radius: 20px;
  content: "";
  height: 86px;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  top: -8px;
  transform: translateX(-50%) rotate(45deg);
  width: 40px;
  z-index: -1;
}
.twm-company-approch6-outer .twm-company-approch6 .counter-outer-two {
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.twm-company-approch6-outer
  .twm-company-approch6
  .counter-outer-two
  .icon-content-info {
  color: #fff;
  font-size: 18px;
}
.text-clr-purple {
  color: #796bc5;
}
.twm-testimonial-v-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.twm-testimonial-v-area:before {
  background-color: #eaf1fb;
  border-radius: 50%;
  content: "";
  height: 600px;
  left: -400px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  z-index: -1;
}
@media (max-width: 991px) {
  .twm-testimonial-v-area:before {
    display: none;
  }
  .twm-testimonial-v-area .twm-explore-content-outer2 {
    margin-bottom: 30px;
  }
}
.twm-testimonial-v-section .row {
  align-items: center;
  display: flex;
}
.v-testimonial-wrap {
  padding: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .v-testimonial-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .v-testimonial-wrap {
    padding: 50px 50px 50px 0;
  }
}
@media (max-width: 480px) {
  .v-testimonial-wrap {
    padding: 0;
  }
}
.v-testimonial-wrap:after {
  background-color: var(--primary-color);
  border-radius: 40px;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
  z-index: -1;
}
@media (max-width: 480px) {
  .v-testimonial-wrap:after {
    display: none;
  }
}
.v-testimonial-wrap .v-testi-dotted-pic {
  left: 0;
  position: absolute;
  top: 0;
}
.v-testimonial-slider {
  height: 490px;
  overflow: hidden;
}
.v-testimonial-slider .swiper-pagination {
  left: 0;
}
@media (max-width: 480px) {
  .v-testimonial-slider .swiper-pagination {
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .v-testimonial-slider {
    height: auto;
  }
}
@media (max-width: 480px) {
  .v-testimonial-slider {
    margin-bottom: 60px;
  }
}
.testimonials-v {
  background-color: #f3f7fd;
  border-radius: 10px;
  display: flex;
  padding: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .testimonials-v {
    display: block;
  }
}
.testimonials-v:after {
  background-color: rgba(243, 247, 253, 0.4);
  border-radius: 0 0 10px 10px;
  bottom: -14px;
  content: "";
  height: 14px;
  left: 20px;
  position: absolute;
  right: 20px;
  z-index: -1;
}
.testimonials-v .t-testimonial-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.testimonials-v .twm-testi-media {
  border-radius: 50%;
  height: 56px;
  margin-right: 30px;
  margin-top: 40px;
  min-width: 56px;
  overflow: hidden;
  width: 56px;
}
@media (max-width: 480px) {
  .testimonials-v .twm-testi-media {
    display: block;
    margin: 0 auto 30px;
  }
}
.testimonials-v .t-discription {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}
.testimonials-v .twm-testi-detail .twm-testi-name {
  color: #17171d;
  font-size: 16px;
  font-weight: 600;
}
.testimonials-v .twm-testi-detail .twm-testi-position {
  color: #7f7f7f;
  font-size: 13px;
}
.testimonials-v .t-quote {
  color: var(--primary-color);
  font-size: 34px;
  line-height: 0px;
}
.testimonials-v .t-rating span {
  display: inline;
}
.testimonials-v .t-rating span i {
  color: #ffac16;
  font-size: 14px;
}
.h-page6-getjobs-wrap {
  background-color: #eaf1fb;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.h-page6-getjobs-wrap .h-page-6-client-slide-title {
  color: #17171d;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .h-page6-getjobs-wrap .h-page-6-client-slide-title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.h-page6-getjobs-wrap .h-page-6-client-slide-title span {
  display: block;
}
.h-page6-getjobs-wrap .h-page-6-client-slide-title:after {
  background-color: var(--primary-color);
  border-radius: 10px;
  content: "";
  height: 120px;
  left: -50px;
  opacity: 0.1;
  position: absolute;
  top: -20px;
  transform: rotate(35deg);
  width: 120px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .h-page6-getjobs-wrap .h-page-6-client-slide-title:after {
    height: 70px;
    left: 50%;
    top: 0;
    transform: rotate(35deg) translateX(-50%);
    width: 70px;
  }
}
@media (max-width: 991px) {
  .h-page6-getjobs-wrap .h-page-6-client-slide-title:after {
    top: 20px;
  }
}
.h-page6-getjobs-wrap .h-page6-client-slider-outer {
  position: relative;
  z-index: 1;
}
.h-page6-getjobs-wrap .h-page6-client-slider-outer:after {
  background-color: #fff;
  content: "";
  height: calc(50% + 30px);
  left: 0;
  position: absolute;
  top: -30px;
  width: 100%;
  z-index: -1;
}
.h-page6-getjobs-wrap .h-page6-client-slider {
  margin-top: 30px;
  padding: 60px 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .h-page6-getjobs-wrap .h-page6-client-slider {
    padding: 30px;
  }
}
.h-page6-getjobs-wrap .h-page6-client-slider:before {
  background-color: #fff;
  border-left: 4px solid var(--primary-color);
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 25px rgba(56, 152, 226, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .h-page6-getjobs-wrap .h-page6-client-slider:before {
    border-radius: 10px;
    width: 100%;
  }
}
.h-page6-getjobs-wrap .h-page6-client-slider .row {
  align-items: center;
  display: flex;
}
.h-page6-getjobs-wrap .h-page6-client-slider .owl-carousel .owl-stage-outer {
  display: table;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .h-page6-getjobs-wrap .h-page6-client-slider .owl-carousel .owl-stage-outer {
    display: inherit;
    margin-left: 0;
  }
}
.h-page6-getjobs-wrap
  .h-page6-client-slider
  .owl-carousel
  .owl-stage-outer
  .owl-stage {
  align-items: center;
  display: flex;
}
.h-page6-getjobs-wrap .home-client-carousel6 .client-logo {
  margin: 0 auto;
  width: 150px;
}
.h-page6-getjobs-wrap
  .home-client-carousel6
  .client-logo.client-logo-media
  img {
  height: auto;
  width: auto;
}
.h-page6-getjobs-wrap:after {
  background-color: #002860;
  content: "";
  height: 100%;
  position: absolute;
  right: calc(50% + 206px);
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .h-page6-getjobs-wrap:after {
    display: none;
  }
}
.h-page-6-getjobs-wrap {
  padding-bottom: 90px;
  padding-top: 120px;
}
@media (max-width: 991px) {
  .h-page-6-getjobs-wrap {
    padding-bottom: 10px;
    padding-top: 40px;
  }
}
.h-page-6-getjobs-wrap .row {
  align-items: center;
  display: flex;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left {
    margin-bottom: 60px;
  }
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media {
  height: 660px;
  position: relative;
  width: 660px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 991px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media {
    height: 360px;
    width: 360px;
  }
}
@media (max-width: 420px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media {
    height: 280px;
    width: 280px;
  }
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle {
  background-color: #002860;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  height: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 2;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle2 {
  background-color: rgba(234, 241, 251, 0.4);
  border-radius: 50%;
  content: "";
  height: 85%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  z-index: 1;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 {
  border: 1px solid #d3deee;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.h-page-6-getjobs-wrap
  .h-page-6-getjobs-left
  .twm-media-bg-circle3
  .rotate-center {
  border: 1px solid transparent;
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 span {
  display: inline-block;
  position: absolute;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 .ring1 {
  background-color: var(--primary-color);
  border-radius: 50%;
  height: 30px;
  right: 6%;
  top: 20%;
  width: 30px;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 .ring2 {
  background-color: #f7b05b;
  border-radius: 50%;
  bottom: 4%;
  height: 20px;
  right: 25%;
  width: 20px;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 .ring3 {
  background-color: #f7d2ff;
  border-radius: 50%;
  height: 12px;
  left: 0.5%;
  top: 36%;
  width: 12px;
}
@media (max-width: 575px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 .ring1 {
    height: 20px;
    right: 5%;
    width: 20px;
  }
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 .ring2 {
    height: 16px;
    right: 22%;
    width: 16px;
  }
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 .ring3 {
    left: 0;
  }
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-right {
  margin-bottom: 30px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-right {
    margin-left: 0;
  }
}
.wt-small-separator-outer.content-white .wt-small-separator,
.wt-small-separator-outer.content-white .wt-title {
  color: #fff;
}
.twm-candidate-h-page7 {
  margin: 0 auto;
  max-width: 1580px;
}
.twm-candidates-grid-h-page7 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  padding: 20px;
  position: relative;
  text-align: center;
}
.twm-candidates-grid-h-page7 .twm-top-section-content {
  display: flex;
}
.twm-candidates-grid-h-page7 .twm-media {
  margin-bottom: 20px;
  margin-right: 20px;
}
.twm-candidates-grid-h-page7 .twm-media .twm-media-pic {
  border-radius: 10px;
  height: 90px;
  margin-bottom: 20px;
  min-width: 90px;
  overflow: hidden;
  position: relative;
  width: 90px;
}
@media (max-width: 767px) {
  .twm-candidates-grid-h-page7 .twm-media .twm-media-pic {
    height: 50px;
    min-width: 50px;
    width: 50px;
  }
}
.twm-candidates-grid-h-page7 .twm-candidates-tag {
  margin-bottom: 20px;
}
.twm-candidates-grid-h-page7 .twm-candidates-tag span {
  background-color: #f0f6fe;
  border-radius: 5px;
  color: var(--primary-color);
  padding: 5px 12px;
}
.twm-candidates-grid-h-page7 p {
  font-size: 14px;
  margin-bottom: 10px;
}
.twm-candidates-grid-h-page7 .twm-mid-content {
  text-align: left;
}
.twm-candidates-grid-h-page7 .twm-fot-content {
  background-color: #f3f8ff;
  border-radius: 0 0 10px 10px;
  margin: 0 -20px -20px;
  padding: 20px;
}
.twm-candidates-grid-h-page7 .twm-fot-content .twm-jobs-vacancies {
  color: #17171d;
  font-size: 14px;
  font-weight: 500;
}
.twm-candidates-grid-h-page7 .twm-fot-content .twm-jobs-vacancies span {
  color: var(--primary-color);
  margin-left: 5px;
}
.twm-candidates-grid-h-page7 .twm-fot-content .twm-left-info {
  display: flex;
  justify-content: space-between;
}
.twm-candidates-grid-h-page7 .twm-fot-content .twm-candidate-address {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 30px;
}
.twm-candidates-grid-h-page7 .twm-fot-content .twm-candidate-address i {
  margin-right: 5px;
}
.twm-bg-candi-pattern {
  background-image: url(../images/home-7/bg-pattern-can.png);
  background-position: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.twm-w-process-steps-h-page-7 {
  background-color: #002860;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 30px;
}
.twm-w-process-steps-h-page-7 .twm-title {
  color: #fff;
}
.twm-w-process-steps-h-page-7 p {
  color: #f0f6fe;
  font-size: 14px;
  margin-bottom: 0;
}
.twm-w-process-steps-h-page-7 .twm-large-number {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  display: block;
  font-family: var(--secondary-font);
  font-size: 75px;
  font-weight: 800;
  line-height: 65px;
  margin-bottom: 0;
}
@media (max-width: 420px) {
  .twm-w-process-steps-h-page-7 .twm-large-number {
    font-size: 40px;
  }
}
.twm-w-process-steps-h-page-7 .twm-w-pro-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.twm-w-process-steps-h-page-7 .twm-w-pro-top .twm-media {
  align-items: baseline;
  border-radius: 10px;
  display: flex;
  height: 60px;
  justify-content: left;
  width: 80px;
}
.twm-w-process-steps-h-page-7 .twm-w-pro-top .twm-title {
  color: #17171d;
  margin-bottom: 0;
}
.twm-j-ofr-content {
  background-size: cover;
  border-radius: 60px;
  margin-bottom: 30px;
  margin-top: 90px;
  padding: 60px;
}
@media (max-width: 400px) {
  .twm-j-ofr-content {
    padding: 40px 20px;
  }
}
.twm-j-ofr-content > .row {
  align-items: center;
  display: flex;
}
.twm-j-ofr-content .twm-j-ofr-map-content {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .twm-j-ofr-content .twm-j-ofr-map-content {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.twm-j-ofr-map-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.twm-j-ofr-map-list ul li {
  margin-bottom: 10px;
  padding-right: 20px;
  width: 50%;
}
@media (max-width: 400px) {
  .twm-j-ofr-map-list ul li {
    width: 100%;
  }
}
.twm-j-ofr-map-list ul li .flag-list {
  align-items: center;
  display: flex;
}
.twm-j-ofr-map-list ul li .flag-list span {
  display: block;
  margin-right: 10px;
  min-width: 24px;
  width: 24px;
}
@media (max-width: 480px) {
  .twm-j-ofr-map-list ul li .flag-list span {
    margin-right: 6px;
    min-width: 16px;
    width: 16px;
  }
}
.twm-j-ofr-map-list ul li .flag-list .flat-name {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .twm-j-ofr-map-list ul li .flag-list .flat-name {
    font-size: 14px;
  }
}
.twm-companies-wrap-bg-block {
  background-color: #002760;
  bottom: 0;
  height: 416px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .twm-companies-wrap-bg-block {
    height: 314px;
  }
}
.twm-companies-wrap-h-page-7 .twm-companies-h-page-7 {
  background-color: #eaf1fb;
  border-radius: 60px;
}
.twm-companies-wrap-h-page-7
  .twm-companies-h-page-7
  .twm-company-approch2-outer {
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-top: 30px;
}
.twm-companies-wrap-h-page-7 .twm-companies-h-page-7 .home-client-carousel3 {
  margin: 0;
  padding: 20px 10px;
}
.twm-testimonial-page7-wrap {
  background-color: #eaf1fb;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.twm-testimonial-page7-wrap:after {
  background-color: #002860;
  content: "";
  height: 100%;
  left: calc(50% + 400px);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .twm-testimonial-page7-wrap:after {
    left: 50%;
  }
}
.twm-testimonial-page7-section {
  background-color: #fff;
  border-radius: 60px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px;
}
.twm-testimonial-page7-section > .row {
  align-items: center;
  display: flex;
}
.twm-testimonial-page7-section > .row .twm-testimonial-page7-left {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .twm-testimonial-page7-section > .row .twm-testimonial-page7-left {
    padding-left: 0;
  }
}
.twm-testimonial-page7-section > .row .twm-testimonial-page7-right {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .twm-testimonial-page7-section > .row .twm-testimonial-page7-right {
    padding-top: 0;
  }
}
.testimonial-thumb-1-wrap {
  position: relative;
  z-index: 1;
}
.testimonial-thumb-1-wrap:after {
  background-color: #f5f5f5;
  bottom: 0;
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  width: calc(100% + 30px);
  z-index: -1;
}
.testimonial-thumb-1-wrap .testimonial-thumb-1 .t-testimonial-top {
  margin-bottom: 20px;
}
.testimonial-thumb-1-wrap .testimonial-thumb-1 .t-testimonial-top .t-quote {
  color: var(--primary-color);
  font-size: 58px;
  line-height: 0px;
  opacity: 0.2;
}
.testimonial-thumb-1-wrap .testimonial-thumb-1 .t-discription {
  font-size: 16px;
  margin-bottom: 20px;
}
.testimonial-thumb-1-wrap .testimonial-thumb-1 .twm-testi-detail {
  margin-bottom: 30px;
}
.testimonial-thumb-1-wrap
  .testimonial-thumb-1
  .twm-testi-detail
  .twm-testi-name {
  color: #17171d;
  font-size: 16px;
  font-weight: 600;
}
.testimonial-thumb-1-wrap
  .testimonial-thumb-1
  .twm-testi-detail
  .twm-testi-position {
  color: #7f7f7f;
  font-size: 13px;
}
.testimonial-thumb-1-wrap .testimonial-thumbpic-1 {
  margin-left: 12px !important;
  max-width: 200px;
  padding-bottom: 12px !important;
  position: relative;
}
.testimonial-thumb-1-wrap .testimonial-thumbpic-1.swiper {
  margin: 0;
}
.testimonial-thumb-1-wrap
  .testimonial-thumbpic-1
  .swiper-slide
  .twm-testi-media {
  border-radius: 50%;
  cursor: pointer;
  height: 56px;
  min-width: 56px;
  overflow: hidden;
  width: 56px;
}
.testimonial-outline-text span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  color: #ececec;
  display: block;
  font-family: var(--secondary-font);
  font-size: 140px;
  font-weight: 600;
  line-height: 135px;
}
@media (max-width: 991px) {
  .testimonial-outline-text span {
    font-size: 58px;
    line-height: 58px;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .testimonial-outline-text span {
    font-size: 38px;
    line-height: 38px;
    padding-top: 20px;
  }
}
.twm-how-t-get-section > .row {
  align-items: center;
  display: flex;
}
@media (max-width: 991px) {
  .twm-how-t-get-section > .row .twm-how-t-get-section-left {
    margin-bottom: 30px;
  }
}
.twm-how-t-get-section
  > .row
  .twm-how-t-get-section-left
  .twm-how-t-get-bottom {
  align-items: center;
  display: flex;
}
@media (max-width: 420px) {
  .twm-how-t-get-section
    > .row
    .twm-how-t-get-section-left
    .twm-how-t-get-bottom {
    display: block;
  }
  .twm-how-t-get-section
    > .row
    .twm-how-t-get-section-left
    .twm-how-t-get-bottom
    .twm-left-icon-bx {
    margin-top: 30px;
  }
}
.twm-how-t-get-section
  > .row
  .twm-how-t-get-section-left
  .twm-how-t-get-bottom
  .site-button {
  margin-right: 15px;
  white-space: nowrap;
}
.twm-how-t-get-section > .row .twm-how-t-get-section-right {
  position: relative;
}
@media (max-width: 991px) {
  .twm-how-t-get-section > .row .twm-how-t-get-section-right {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .twm-how-t-get-section > .row .twm-how-t-get-section-right .twm-media {
    margin-top: 60px;
  }
}
.twm-how-t-get-section > .row .twm-how-t-get-section-right .twm-left-img-bx {
  left: 0;
  position: absolute;
  top: 30px;
}
@media (max-width: 575px) {
  .twm-how-t-get-section > .row .twm-how-t-get-section-right .twm-left-img-bx {
    top: -60px;
  }
}
.twm-how-t-get-section > .row .twm-how-t-get-section-right .twm-profile-card {
  bottom: 30px;
  position: absolute;
  right: 0;
}
@media (max-width: 575px) {
  .twm-how-t-get-section > .row .twm-how-t-get-section-right .twm-profile-card {
    bottom: auto;
    max-width: inherit;
    position: inherit;
    right: auto;
  }
}
.twm-left-icon-bx {
  align-items: center;
  display: flex;
}
.twm-left-icon-bx .twm-left-icon-media {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-right: 15px;
  min-width: 70px;
}
.twm-left-icon-bx .twm-left-icon-media i {
  font-size: 44px;
  line-height: 0;
}
.twm-left-icon-bx .twm-left-icon-content .icon-title,
.twm-left-icon-bx .twm-left-icon-content p {
  margin-bottom: 0;
}
.twm-left-img-bx {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  display: flex;
  max-width: 250px;
  padding: 20px;
  position: relative;
}
.twm-left-img-bx .twm-left-img-media {
  align-items: center;
  border: 2px solid #56d8b1;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: 15px;
  min-width: 40px;
  overflow: hidden;
  width: 40px;
}
.twm-left-img-bx .twm-left-img-media img {
  width: 100%;
}
.twm-left-img-bx .twm-left-img-content .icon-title {
  font-size: 14px;
  margin-bottom: 0;
}
.twm-left-img-bx .twm-left-img-content p {
  color: #be8ece;
  font-size: 12px;
  margin-bottom: 0;
}
.twm-profile-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  max-width: 220px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.twm-profile-card .twm-profile-pic {
  border-radius: 50%;
  height: 70px;
  margin: 0 auto 15px;
  min-width: 70px;
  overflow: hidden;
  width: 70px;
}
.twm-profile-card .twm-profile-pic img {
  width: 100%;
}
.twm-profile-card .twm-profile-name {
  font-size: 18px;
  margin-bottom: 5px;
}
.twm-profile-card .twm-profile-position {
  font-size: 14px;
  margin-bottom: 10px;
}
.twm-profile-card .site-button-link {
  color: var(--primary-color);
  font-size: 16px;
}
.twm-recommended-Jobs-mid-wrap {
  margin: 0 12px;
}
.twm-recommended-Jobs-mid {
  margin: 0 auto;
  max-width: 1380px;
  position: relative;
  z-index: 1;
}
.twm-recommended-Jobs-mid:after {
  background-color: #eaf1fb;
  border-radius: 40px;
  content: "";
  height: 390px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hpage-7-featured-block {
  background-color: #fff;
  border: 1px solid #eaf1fb;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px;
  text-align: center;
}
.hpage-7-featured-block .inner-content .top-content-wrap {
  background-color: #f0f0f0;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}
.hpage-7-featured-block .inner-content .top-content-wrap .top-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.hpage-7-featured-block
  .inner-content
  .top-content-wrap
  .top-content
  .job-time {
  color: var(--primary-color);
}
.hpage-7-featured-block
  .inner-content
  .top-content-wrap
  .top-content
  .job-post-time {
  color: #17171d;
}
.hpage-7-featured-block .inner-content .top-content-wrap .mid-content {
  display: block;
}
.hpage-7-featured-block
  .inner-content
  .top-content-wrap
  .mid-content
  .company-logo {
  margin: 0 auto 15px;
  min-width: 56px;
  width: 56px;
}
.hpage-7-featured-block
  .inner-content
  .top-content-wrap
  .mid-content
  .company-info
  .company-name {
  color: #17171d;
  font-size: 16px;
  font-weight: 600;
}
.hpage-7-featured-block
  .inner-content
  .top-content-wrap
  .mid-content
  .company-info
  .company-address {
  color: #7f7f7f;
  font-size: 13px;
  margin-bottom: 0;
}
.hpage-7-featured-block .inner-content .bottom-content .job-name-title {
  font-size: 20px;
}
.hpage-7-featured-block .inner-content .bottom-content .job-payment {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 500;
}
.hpage-7-featured-block .inner-content .bottom-content .job-payment span {
  color: var(--primary-color);
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
.hpage-7-featured-block .inner-content .aply-btn-area {
  text-align: center;
}
.hpage-7-featured-block .inner-content .aply-btn-area .aplybtn {
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 48px;
  line-height: 48px;
  margin: 20px auto -40px;
  transition: all 0.5s ease;
  width: 48px;
}
.hpage-7-featured-block .inner-content .aply-btn-area .aplybtn:hover {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
  transform: rotate(1turn);
}
.twm-jobs-filter {
  padding: 40px 0;
  text-align: center;
}
.twm-jobs-filter ul {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
}
.twm-jobs-filter ul li {
  color: var(--primary-color);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px 20px;
}
@media (max-width: 575px) {
  .twm-jobs-filter ul li {
    font-size: 14px;
    padding: 0 3px 20px;
  }
}
.twm-jobs-filter ul li.btn-filter.btn-active {
  color: #17171d;
  position: relative;
  transition: all 0.5s ease;
}
.twm-jobs-filter ul li.btn-filter.btn-active:after {
  background-color: var(--primary-color);
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.owl-carousel-filter .owl-item {
  opacity: 0;
  transition: all 1s ease;
}
.owl-carousel-filter .owl-item.active,
.owl-carousel-filter .owl-item > .owl-item {
  opacity: 1;
}
.owl-carousel-filter .owl-nav button.owl-next {
  right: -70px;
}
@media (max-width: 1360px) {
  .owl-carousel-filter .owl-nav button.owl-next {
    right: 30px;
  }
}
@media (max-width: 575px) {
  .owl-carousel-filter .owl-nav button.owl-next {
    margin-right: 0;
    right: 0;
  }
}
.owl-carousel-filter .owl-nav button.owl-prev {
  left: -70px;
}
@media (max-width: 1360px) {
  .owl-carousel-filter .owl-nav button.owl-prev {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .owl-carousel-filter .owl-nav button.owl-prev {
    left: 0;
  }
}
.twm-home7-banner-section {
  overflow: hidden;
  padding-top: 315px;
  position: relative;
}
@media (max-width: 1600px) {
  .twm-home7-banner-section {
    padding-top: 240px;
  }
}
@media (max-width: 767px) {
  .twm-home7-banner-section {
    padding-top: 170px;
  }
}
.twm-home7-banner-section .twm-home7-inner-section .twm-bnr-mid-section {
  padding-bottom: 40px;
}
.twm-home7-banner-section
  .twm-home7-inner-section
  .twm-bnr-mid-section
  .twm-bnr-title-large {
  color: #fff;
  font-size: 66px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 10px;
  max-width: 720px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .twm-home7-banner-section
    .twm-home7-inner-section
    .twm-bnr-mid-section
    .twm-bnr-title-large {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .twm-home7-banner-section
    .twm-home7-inner-section
    .twm-bnr-mid-section
    .twm-bnr-title-large {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home7-banner-section
  .twm-home7-inner-section
  .twm-bnr-mid-section
  .twm-bnr-title-light {
  color: #fff;
  font-size: 66px;
  font-weight: 300;
  line-height: 70px;
  margin-bottom: 50px;
  max-width: 720px;
}
@media (max-width: 991px) {
  .twm-home7-banner-section
    .twm-home7-inner-section
    .twm-bnr-mid-section
    .twm-bnr-title-light {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .twm-home7-banner-section
    .twm-home7-inner-section
    .twm-bnr-mid-section
    .twm-bnr-title-light {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home7-banner-section
  .twm-home7-inner-section
  .twm-bnr-mid-section
  .twm-bnr-discription {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}
.twm-home7-banner-section
  .twm-home7-inner-section
  .twm-bnr-mid-section
  .twm-bnr-search-bar {
  box-shadow: none;
  margin-bottom: 40px;
  max-width: 720px;
}
.twm-home7-banner-section .twm-bnr-bottom-section {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.twm-home7-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  color: #fff;
  color: #ececec;
  display: block;
  font-family: var(--secondary-font);
  font-size: 140px;
  font-weight: 800;
  line-height: 135px;
  opacity: 0.2;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .twm-home7-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
    font-size: 80px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .twm-home7-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
    font-size: 50px;
    left: 10px;
    line-height: 45px;
    right: auto;
  }
}
@media (max-width: 420px) {
  .twm-home7-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
    font-size: 40px;
    line-height: 40px;
  }
}
.twm-bnr-h-page7-jobs {
  margin-bottom: 60px;
}
.twm-bnr-h-page7-jobs .twm-hed-title {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 12px;
}
@media (max-width: 1199px) {
  .twm-bnr-h-page7-jobs .twm-hed-title {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .twm-bnr-h-page7-jobs .twm-hed-title {
    max-width: 720px;
  }
}
.twm-bnr-h-page7-jobs .twm-hed-title .twm-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .twm-bnr-h7-carousal {
    margin: 0 12px;
  }
}
.job-categories-home-7 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  padding: 10px 18px;
  position: relative;
  transition: all 0.5s ease;
  z-index: 1;
}
.job-categories-home-7 .job-categories-home-7-top {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}
.job-categories-home-7 .twm-media {
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 10px;
  display: flex;
  height: 50px;
  justify-content: center;
  line-height: 0;
  margin-right: 10px;
  margin-top: -25px;
  min-width: 50px;
  position: relative;
  transition: all 0.5s ease;
  width: 50px;
  z-index: 1;
}
.job-categories-home-7 .twm-media img {
  transition: all 0.5s ease;
  width: auto;
}
.job-categories-home-7 .twm-media [class*="feather-"],
.job-categories-home-7 .twm-media [class*="flaticon-"] {
  color: #fff;
  font-size: 34px;
  line-height: 0px;
  transition: all 0.5s ease;
}
.job-categories-home-7 .twm-media [class*="feather-"]:before,
.job-categories-home-7 .twm-media [class*="flaticon-"]:before {
  left: 50%;
  position: inherit;
  transform: translateX(-50%);
}
.job-categories-home-7 .twm-content .twm-jobs-available {
  color: var(--primary-color);
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.job-categories-home-7 a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.job-categories-home-7:hover {
  background-color: var(--primary-color);
}
.job-categories-home-7:hover .twm-jobs-available {
  color: #f9fcff;
}
.job-categories-home-7:hover a {
  color: #fff;
}
.job-categories-home-7:hover .twm-media {
  background-color: #fff;
  border-radius: 20px;
  transform: rotate(45deg);
}
.job-categories-home-7:hover .twm-media img {
  transform: scale(0.8) rotate(-45deg);
  z-index: 9;
}
.job-categories-home-7:hover .twm-media [class*="feather-"],
.job-categories-home-7:hover .twm-media [class*="flaticon-"] {
  color: var(--primary-color);
  transform: scale(0.8) rotate(-45deg);
  z-index: 9;
}
.twm-companies-wrap-bg-block2 {
  background-color: #002760;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.twm-companies-wrap-h-page-7 .block-background-white {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .twm-companies-wrap-h-page-7 .block-background-white {
    padding-bottom: 50px;
  }
}
.twm-companies-wrap-h-page-7 .block-background-white .twm-companies-h-page-7 {
  background-color: #fff;
}
.twm-testimonial-page8-wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.twm-testimonial-page8-section > .row {
  align-items: center;
  display: flex;
}
.twm-testimonial-page8-section > .row .twm-testimonial-page8-left {
  margin-bottom: 30px;
}
.twm-testimonial-page8-section > .row .twm-testimonial-page8-left .twm-media {
  margin: 0 auto;
  max-width: 330px;
  position: relative;
  z-index: 1;
}
.twm-testimonial-page8-section
  > .row
  .twm-testimonial-page8-left
  .twm-media:before {
  background-color: var(--primary-color);
  border-radius: 50%;
  content: "";
  height: 330px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 330px;
  z-index: -1;
}
@media (max-width: 575px) {
  .twm-testimonial-page8-section
    > .row
    .twm-testimonial-page8-left
    .twm-media:before {
    height: 280px;
    width: 280px;
  }
}
.twm-testimonial-page8-section > .row .twm-testimonial-page8-right {
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  margin-left: 60px;
  overflow: hidden;
  padding: 60px;
}
@media (max-width: 991px) {
  .twm-testimonial-page8-section > .row .twm-testimonial-page8-right {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .twm-testimonial-page8-section > .row .twm-testimonial-page8-right {
    padding: 30px;
  }
}
.twm-testimonial-page8-section .testimonial-thumb-1-wrap:after {
  display: none;
}
.twm-testimonial-page8-section
  .testimonial-thumb-1-wrap
  .testimonial-thumbpic-1 {
  margin-left: 0 !important;
}
.testimonial-outline-text-small {
  text-align: center;
}
.testimonial-outline-text-small span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  color: #e3e3e3;
  display: block;
  font-family: var(--secondary-font);
  font-size: 80px;
  font-weight: 600;
  line-height: 86px;
}
@media (max-width: 1024px) {
  .testimonial-outline-text-small span {
    font-size: 58px;
    line-height: 58px;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .testimonial-outline-text-small span {
    font-size: 38px;
    line-height: 38px;
    padding-top: 20px;
  }
}
.job-categories-home-8 {
  background-color: #eaf1fb;
  border-radius: 10px;
  padding: 20px 20px 15px;
  position: relative;
  transition: all 0.5s ease;
  z-index: 1;
}
.job-categories-home-8 .twm-media {
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 10px;
  display: flex;
  height: 50px;
  justify-content: center;
  line-height: 0;
  margin-bottom: 10px;
  min-width: 50px;
  transition: all 0.5s ease;
  width: 50px;
  z-index: 1;
}
.job-categories-home-8 .twm-media img {
  transition: all 0.5s ease;
  width: auto;
}
.job-categories-home-8 .twm-media [class*="feather-"],
.job-categories-home-8 .twm-media [class*="flaticon-"] {
  color: #fff;
  font-size: 34px;
  line-height: 0px;
  transition: all 0.5s ease;
}
.job-categories-home-8 .twm-media [class*="feather-"]:before,
.job-categories-home-8 .twm-media [class*="flaticon-"]:before {
  left: 50%;
  position: inherit;
  transform: translateX(-50%);
}
.job-categories-home-8 .twm-content .twm-jobs-available {
  color: var(--primary-color);
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.job-categories-home-8 a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.job-categories-home-8:hover {
  background-color: var(--primary-color);
}
.job-categories-home-8:hover .twm-jobs-available {
  color: #f9fcff;
}
.job-categories-home-8:hover a {
  color: #fff;
}
.job-categories-home-8:hover .twm-media {
  background-color: #fff;
  border-radius: 20px;
  transform: rotate(45deg);
}
.job-categories-home-8:hover .twm-media img {
  transform: scale(0.8) rotate(-45deg);
  z-index: 9;
}
.job-categories-home-8:hover .twm-media [class*="feather-"],
.job-categories-home-8:hover .twm-media [class*="flaticon-"] {
  color: var(--primary-color);
  transform: scale(0.8) rotate(-45deg);
  z-index: 9;
}
.twm-home8-banner-section {
  min-height: 750px;
  overflow: hidden;
  padding-top: 250px;
  position: relative;
}
@media (max-width: 1600px) {
  .twm-home8-banner-section {
    padding-top: 240px;
  }
}
@media (max-width: 767px) {
  .twm-home8-banner-section {
    padding-top: 170px;
  }
}
.twm-home8-banner-section .twm-home8-inner-section .twm-bnr-left-section {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .twm-home8-banner-section .twm-home8-inner-section .twm-bnr-left-section {
    text-align: center;
  }
}
.twm-home8-banner-section
  .twm-home8-inner-section
  .twm-bnr-left-section
  .twm-bnr-title-large {
  color: #17171d;
  font-size: 66px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 10px;
  max-width: 720px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .twm-home8-banner-section
    .twm-home8-inner-section
    .twm-bnr-left-section
    .twm-bnr-title-large {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .twm-home8-banner-section
    .twm-home8-inner-section
    .twm-bnr-left-section
    .twm-bnr-title-large {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .twm-home8-banner-section
    .twm-home8-inner-section
    .twm-bnr-left-section
    .twm-bnr-title-large {
    font-size: 28px;
    line-height: 36px;
  }
}
.twm-home8-banner-section
  .twm-home8-inner-section
  .twm-bnr-left-section
  .twm-bnr-discription {
  color: var(--primary-color);
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .twm-home8-banner-section
    .twm-home8-inner-section
    .twm-bnr-left-section
    .twm-bnr-discription {
    font-size: 28px;
  }
}
.twm-home8-banner-section
  .twm-home8-inner-section
  .twm-bnr-left-section
  .twm-bnr-discription
  span {
  display: inline-block;
  font-weight: 600;
}
.twm-home8-banner-section
  .twm-home8-inner-section
  .twm-bnr-left-section
  .twm-bnr-search-bar {
  box-shadow: none;
  margin-bottom: 40px;
  max-width: 720px;
}
.twm-home8-banner-section .twm-home8-inner-section .bnr-media {
  margin-left: 125px;
  margin-right: -125px;
}
@media (max-width: 1366px) {
  .twm-home8-banner-section .twm-home8-inner-section .bnr-media {
    margin-left: 30px;
    margin-right: -30px;
  }
}
@media (max-width: 991px) {
  .twm-home8-banner-section .twm-home8-inner-section .bnr-media {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.twm-home8-banner-section .twm-bnr-bottom-section {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 991px) {
  .twm-home8-banner-section .twm-bnr-bottom-section {
    display: block;
    text-align: center;
  }
}
.twm-home8-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
  bottom: -20px;
  color: #fff;
  display: block;
  font-family: var(--secondary-font);
  font-size: 140px;
  font-weight: 800;
  line-height: 135px;
  position: absolute;
  right: 20px;
  text-shadow: #cbdbed 0 -15px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .twm-home8-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
    position: inherit;
  }
}
@media (max-width: 767px) {
  .twm-home8-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
    display: none;
  }
}
