@charset "UTF-8";
/* Author: Bikash Bhandari
   Front-End Designed and Developed By:  Bikash Bhandari
   Email: bikash.433@gmail.com
   Web: www.bhandaribikash.com.np
=========================
*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*===GENERAL===*/
.site-text-primary {
  color: #1967d2;
}

.text-muted {
    color: #4a5565 !important;
}

.site-text-secondry {
  color: #171d28;
}

.site-text-black {
  color: #000;
}

.site-text-gray {
  color: #f5f7f9;
}

.site-text-white {
  color: #fff;
}

.site-text-orange {
  color: #fd7e14;
}

.site-bg-primary {
  background-color: #1967d2;
}

.site-bg-black {
  background-color: #000;
}

.site-bg-dark {
  background-color: #17171d;
}

.site-bg-gray {
  background-color: #f5f7f9;
}

.site-bg-light {
  background-color: #f5f6fb;
}

.site-bg-white {
  background-color: #fff;
}

.site-bg-light-purple {
  background-color: #dbe6f7;
}
.btn-outline-warning {
  color: #ffa500;
  border-color: #ffa500;
}

body {
  color: #3c3c3c;
  background: #f5f6fb;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 15px;
}

a {
  color: #17171d;
  outline: 0px none;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: 0px none;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  color: inherit;
}

.overflow-hide {
  overflow: hidden;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*Float clearfix*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.shadow-bx {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.wt-icon-box-wraper:after {
  content: "";
  display: table;
  clear: both;
}

ol.commentlist li:after {
  content: "";
  display: table;
  clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
  display: block;
}

ul {
  padding: 0px;
}

::selection {
  background: #484848;
  color: #fff;
}

/*===Heading & Title====*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  color: #17171d;
}

h1 {
  font-size: 36px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-weight: 500;
}

h3 {
  font-size: 22px;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

/*---Text align--- */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

/*===Listing Style===*/
dl,
ul,
ol {
  list-style-position: outside;
  padding: 0px;
}

ul,
ol {
  margin-bottom: 24px;
}

ul li {
  padding: 0px;
}

ol li {
  padding: 0px;
}

.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-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-check-circle,
.list-chevron-circle,
.list-arrow-circle,
.list-times-circle {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style: none;
  font-weight: 600;
}
.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-check-circle li,
.list-chevron-circle li,
.list-arrow-circle li,
.list-times-circle li {
  padding: 5px 5px 5px 20px;
  position: relative;
}
.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-check-circle li:before,
.list-chevron-circle li:before,
.list-arrow-circle li:before,
.list-times-circle li:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 3px;
  display: block;
  font-size: 15px;
  color: #000;
}

.list-circle li:before {
  top: 6px;
  font-size: 10px;
  content: "\f111";
}

.list-angle-right li:before {
  content: "\f105";
}

.list-arrow li:before {
  content: "\f0da";
}

.list-check li:before {
  content: "\f00c";
}

.list-checked li:before {
  content: "\f046";
}

.list-check-circle li:before {
  content: "\f058";
}

.list-chevron-circle li:before {
  content: "\f138";
}

.list-arrow-circle li:before {
  content: "\f0a9";
}

.list-times-circle li:before {
  content: "\f057";
}

/*---Padding (around)---*/
.p-a0 {
  padding: 0px;
}

.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;
}

/*---Padding (top)---*/
.p-t0 {
  padding-top: 0px;
}

.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;
}

/*---Padding (bottom)---*/
.p-b0 {
  padding-bottom: 0px;
}

.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;
}

/*---Padding (left)---*/
.p-l0 {
  padding-left: 0px;
}

.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;
}

/*---Padding (right)---*/
.p-r0 {
  padding-right: 0px;
}

.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;
}

/*---Padding (left right)---*/
.p-lr0 {
  padding-left: 0px;
  padding-right: 0px;
}

.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;
}

/*---Padding (top bottom)---*/
.p-tb0 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.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;
}

/*----Margin (around)----*/
.m-a-1 {
  margin: -1px;
}

.m-a0 {
  margin: 0px;
}

.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;
}

/*---Marging (top)----*/
.m-t0 {
  margin-top: 0px;
}

.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;
}

/*---Marging (bottom)---*/
.m-b0 {
  margin-bottom: 0px;
}

.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;
}

/*---Marging (left)---*/
.m-l0 {
  margin-left: 0px;
}

.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;
}

/*---Marging (right)---*/
.m-r0 {
  margin-right: 0px;
}

.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;
}

/*---Marging (left right)---*/
.m-lr0 {
  margin-left: 0px;
  margin-right: 0px;
}

.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;
}

/*---Marging (top bottom)---*/
.m-tb0 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.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;
}

/*---Colum gap less---*/
.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
  padding-left: 0px;
  padding-right: 0px;
}

/*===Background Effect===*/
.bg-center {
  background-position: center;
}

.bg-top-left {
  background-position: top left;
}

.bg-top-right {
  background-position: top right;
}

.bg-top-center {
  background-position: top center;
}

.bg-bottom-left {
  background-position: bottom left;
}

.bg-bottom-right {
  background-position: bottom right;
}

.bg-bottom-center {
  background-position: bottom center;
}

.bg-left-center {
  background-position: left;
}

.bg-right-center {
  background-position: left;
}

.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 ( transparient box style)===*/
.overlay-wraper {
  position: relative;
}

.overlay-main {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 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-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;
}

/*===Boxes Css===*/
.rounded-bx,
.wt-box,
.wt-icon-box,
.wt-icon-box-small,
.wt-thum-bx,
.wt-post-thum {
  position: relative;
}

/*---Box content----*/
.wt-box {
  position: relative;
}
.wt-box.no-margin {
  margin-bottom: 0;
}

/*---For icons with box---*/
.wt-icon-box-xld {
  width: 180px;
  height: 180px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-xld i {
  font-size: 100px;
}
.wt-icon-box-xld img {
  height: 90px;
}

.wt-icon-box-xl {
  width: 150px;
  height: 150px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-xl i {
  font-size: 80px;
}
.wt-icon-box-xl img {
  height: 80px;
}

.wt-icon-box-lg {
  width: 120px;
  height: 120px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-lg i {
  font-size: 60px;
}
.wt-icon-box-lg img {
  height: 55px;
}

.wt-icon-box-md {
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-md i {
  font-size: 45px;
}
.wt-icon-box-md img {
  height: 40px;
}

.wt-icon-box-sm {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-sm i {
  font-size: 30px;
}
.wt-icon-box-sm img {
  height: 30px;
}

.wt-icon-box-xs {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
.wt-icon-box-xs i {
  font-size: 20px;
}
.wt-icon-box-xs img {
  height: 20px;
}

.wt-icon-box-xld.radius,
.wt-icon-box-xl.radius,
.wt-icon-box-lg.radius,
.wt-icon-box-md.radius,
.wt-icon-box-sm.radius,
.wt-icon-box-xs.radius {
  border-radius: 100%;
}
.wt-icon-box-xld i,
.wt-icon-box-xl i,
.wt-icon-box-lg i,
.wt-icon-box-md i,
.wt-icon-box-sm i,
.wt-icon-box-xs i {
  vertical-align: middle;
}
.wt-icon-box-xld img,
.wt-icon-box-xl img,
.wt-icon-box-lg img,
.wt-icon-box-md img,
.wt-icon-box-sm img,
.wt-icon-box-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

/*----For only icons---*/
.icon-xld,
.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
  display: inline-block;
  text-align: center;
}
.icon-xld i,
.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
  vertical-align: middle;
}
.icon-xld img,
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

.icon-xld {
  width: 120px;
}
.icon-xld i {
  font-size: 100px;
  line-height: 100px;
}
.icon-xld.inline-icon {
  width: auto;
  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 {
  width: auto;
  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 {
  width: auto;
  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 {
  width: auto;
  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 {
  width: auto;
  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 {
  width: auto;
  text-align: left !important;
}
.icon-xs img {
  height: 20px;
}
.icon-xs.inline-icon {
  width: auto;
}

/*---Place icon with box---*/
.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: 0px;
}

.icon-content {
  overflow: hidden;
}

.wt-icon-box-xld,
.wt-icon-box-xl,
.wt-icon-box-lg,
.wt-icon-box-md,
.wt-icon-box-sm,
.wt-icon-box-xs {
  display: table;
}
.wt-icon-box-xld .icon-cell,
.wt-icon-box-xl .icon-cell,
.wt-icon-box-lg .icon-cell,
.wt-icon-box-md .icon-cell,
.wt-icon-box-sm .icon-cell,
.wt-icon-box-xs .icon-cell {
  display: table-cell;
  vertical-align: middle;
}

/*---Icon box left align---*/
.wt-icon-box-wraper.left .wt-icon-box-xld,
.wt-icon-box-wraper.left .wt-icon-box-xl,
.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-xs {
  float: left;
  margin-right: 10px;
}

.wt-icon-box-wraper.left .icon-xld,
.wt-icon-box-wraper.left .icon-xl,
.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-xs {
  float: left;
  margin-right: 10px;
}

/*---Icon box right align---*/
.wt-icon-box-wraper.right {
  text-align: right;
}
.wt-icon-box-wraper.right .wt-icon-box-xld,
.wt-icon-box-wraper.right .wt-icon-box-xl,
.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-xs {
  float: right;
  display: table;
  margin-left: 20px;
}

.wt-icon-box-wraper.right .icon-xld,
.wt-icon-box-wraper.right .icon-xl,
.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-xs {
  float: right;
  margin-left: 20px;
}

/*---Icon box center align---*/
.wt-icon-box-wraper.center {
  text-align: center;
}
.wt-icon-box-wraper.center .wt-icon-box-xld,
.wt-icon-box-wraper.center .wt-icon-box-xl,
.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-xs {
  margin-left: auto;
  margin-right: auto;
}

.wt-icon-box-wraper.bx-style-1 {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}

.wt-icon-box-wraper.bx-style-2 {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.wt-icon-box-wraper.bx-style-2.center [class*="wt-icon-box-"] {
  position: absolute;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%);
}

.wt-icon-box-wraper.bx-style-2.left [class*="wt-icon-box-"] {
  position: absolute;
}

.wt-icon-box-wraper.bx-style-2.right [class*="wt-icon-box-"] {
  position: absolute;
}

/*---Buttons--- */
.site-button-link {
  position: relative;
  color: #1967d2;
  font-size: 1rem;
  font-weight: 500;
  z-index: 1;
  transition: 0.5s all ease;
  overflow: hidden;
}
/* .site-button-link:after {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  transition: 0.5s all ease;
  opacity: 0;
  font-weight: 900;
} */
.site-button-link:hover {
  /* padding-left: 20px; */
  color: #000;
}
/* .site-button-link:hover:after {
  font-size: 1.125rem;
  left: 0px;
  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 {
  color: #171d28;
}
.site-button-link.site-text-secondry:hover {
  color: #171d28;
}

/* Theme default button */
.site-button {
  outline: none;
  color: #fff;
  padding: 2px 10px;
  border-radius: 6px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #2e3192;
  border: none;
  font-size: 15px;
  font-weight: 400;
  transition: 0.5s all ease;
}
.site-button:hover {
  color: #fff;
  background-color: #4a4ec7;
}
.site-button i {
  display: inline-block; position: relative; vertical-align: middle;
}
.site-button.white {
  background-color: #fff;
  color: #1967d2;
}
.site-button.outline-white {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.site-button.outline-primary {
  border: 1px solid #1967d2;
  color: #1967d2;
  background-color: transparent;
}
.site-button.outline-primary:hover {
  color: #17171d;
  border: 1px solid #17171d;
}
.site-button.secondry {
  background-color: #17171d;
}
.site-button.secondry:hover {
  color: #1967d2;
}

.btn-hover-animation {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.btn-hover-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -14px;
  background: rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.btn-hover-animation:hover:before {
  transform: scale(8);
}

.site-button-secondry {
  color: #fff;
  padding: 15px 40px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background-color: #000;
  border: none;
  font-size: 15px;
  font-weight: 700;
}
.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: #f5f7f9;
  color: #000;
}

/*====Button Effect====*/
.site-btn-effect {
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
}

.mfp-video.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin: -25px;
  color: #fff;
  display: block;
  z-index: 10;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.mfp-video.video-play-btn:hover {
  background-color: #0f1221;
  color: #fff;
  border: 2px solid transparent;
}
.mfp-video.video-play-btn i {
  margin-right: -5px;
}

/*Button text uppercase */
.site-button.text-uppercase {
  text-transform: uppercase;
}

/*Button size */
.button-sm {
  padding: 2px 10px;
  font-size: 11px;
}

.button-lg {
  padding: 15px 30px;
  font-size: 16px;
}

.button-xl {
  padding: 30px 50px;
  font-size: 24px;
}

/*Button rounded */
.radius-no {
  border-radius: 0px;
}

.radius-sm {
  border-radius: 10px;
}

.radius-md {
  border-radius: 20px;
}

.radius-xl {
  border-radius: 100px;
}

.radius-bx {
  border-radius: 100%;
}

/*===Owl Slider===*/
.owl-carousel .owl-nav {
  margin-top: 40px;
  text-align: center;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/*---Owl dots button---*/
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  background: #051026;
  border: 2px solid transparent;
  display: block;
  border-radius: 50%;
  transition: opacity 200ms ease;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: none;
  border: 2px solid #051026;
  margin: 2px;
  height: 12px;
  width: 12px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
}

/*---Owl button top to center---*/
.owl-btn-top-center .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.owl-btn-top-left .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.owl-btn-top-right .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.owl-btn-top-center .owl-stage-outer {
  padding-top: 60px;
}

.owl-btn-top-left .owl-stage-outer {
  padding-top: 60px;
}

.owl-btn-top-right .owl-stage-outer {
  padding-top: 60px;
}

.owl-btn-top-center .owl-nav {
  text-align: center;
}

/*---Owl button top to left---*/
.owl-btn-top-left .owl-nav {
  text-align: left;
}

/*---Owl button top to right---*/
.owl-btn-top-right .owl-nav {
  text-align: right;
}

/*---Owl button bottom to center [it is default position ]---*/
.owl-btn-bottom-center .owl-nav {
  text-align: center;
}

/*---Owl button bottom to left---*/
.owl-btn-bottom-left .owl-nav {
  text-align: left;
}

/*Owl button bottom to right*/
.owl-btn-bottom-right .owl-nav {
  text-align: right;
}

/*---Owl button vertical to center--*/
.owl-btn-vertical-center .owl-nav {
  margin: 0px;
}
.owl-btn-vertical-center .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin: -15px 0;
  left: 0;
}
.owl-btn-vertical-center .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin: -15px 0;
  right: 0;
}

/*---Owl button show on hover---*/
.owl-btn-hover .owl-nav {
  opacity: 0;
}
.owl-btn-hover:hover .owl-nav {
  opacity: 1;
}

.owl-carousel .owl-item img {
  transform-style: inherit;
}

/*---Owl slider button---*/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #1967d2;
  color: #fff;
  padding: 0px !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  margin-right: 5px;
  font-weight: 500;
  box-shadow: 0px 0px 30px rgba(56, 152, 226, 0.3);
}
.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel button.owl-dot i {
  font-style: normal;
  font-size: 26px;
  line-height: 42px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover {
  background-color: #fff;
  color: #1967d2;
  opacity: 0.9;
}
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel button.owl-dot:active {
  background-color: #fff;
  color: #1967d2;
  opacity: 0.9;
}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel button.owl-dot:focus {
  background-color: #fff;
  color: #1967d2;
  opacity: 0.9;
}

.owl-btn-bottom-left .owl-nav {
  text-align: left;
}

/*---Owl dots nav position---*/
.owl-dots-bottom-left .owl-dots {
  bottom: 0px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
  text-align: left;
}

.owl-dots-bottom-right .owl-dots {
  bottom: 0px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
  text-align: right;
}

.owl-dots-bottom-center .owl-dots {
  bottom: 0px;
  padding: 15px 20px;
  position: absolute;
  width: 100%;
}

/*-------------------------------------
  Text meant only for screen readers
-------------------------------------*/
.sticky {
  clear: both;
}

.gallery-caption {
  clear: both;
}

.bypostauthor {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*-------------------------------------
  Tabs 
-------------------------------------*/
/*Tabs style 1 [ default ] */
.wt-tabs .tab-pane {
  padding: 20px 0px 0px 0px;
  background-color: #fff;
}
.wt-tabs .nav-tabs {
  border: 0px;
}
.wt-tabs .nav-tabs > li {
  border: 1px solid #ebebeb;
}
.wt-tabs .nav-tabs > li > a {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  padding: 15px 40px;
  border: 0px;
  display: block;
  font-weight: 600;
}
.wt-tabs .nav-tabs > li > a i {
  margin-right: 5px;
}
.wt-tabs .nav-tabs > li a.active {
  background-color: #f5f7f9;
  color: #000;
}
.wt-tabs .nav-tabs > li a.active:focus {
  background-color: #f5f7f9;
  color: #000;
}
.wt-tabs .nav-tabs > li a.active:hover {
  background-color: #f5f7f9;
  color: #000;
}
.wt-tabs .nav > li > a:focus {
  background-color: transparent;
  border: 0px;
}
.wt-tabs .nav > li > a:hover {
  background-color: transparent;
  border: 0px;
}
.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: normal;
}
.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 {
  color: #000;
  border-color: #ddd #ddd #fff;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a:focus {
  color: #000;
  border-color: #ddd #ddd #fff;
}
.wt-tabs.tabs-default .tabs-default-nav .nav-tabs > li.active > a:hover {
  color: #000;
  border-color: #ddd #ddd #fff;
}
.wt-tabs.tabs-default .tab-pane {
  color: #fff;
}
@media (max-width: 991px) {
  .wt-tabs.tabs-default .tab-pane {
    padding: 0px;
  }
}

.header-style-3 {
  position: relative;
  /*--is fixed---*/
  /*====Mobile Side =======*/
  /*---when header is sticky---*/
  /*---when header is sticky---*/
  /*---header id Fixed---*/
}
.header-style-3 .header-nav-btn-section {
  float: right;
  display: flex;
}
.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: #dbe6f7;
  color: #1967d2;
  font-size: 18px;
  border-radius: 4px;
  padding: 5px 15px;
  display: block;
  white-space: nowrap;
  font-weight: 500;
}
@media (max-width: 575px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    padding: 2px 10px;
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    font-size: 0px;
  }
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up i {
  padding-right: 5px;
  vertical-align: bottom;
  display: inline-block;
}
@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: 0px;
  }
}
.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: #1967d2;
  color: #dbe6f7;
  font-size: 18px;
  border-radius: 4px;
  padding: 5px 15px;
  display: block;
  white-space: nowrap;
  font-weight: 500;
}
@media (max-width: 575px) {
  .header-style-3
    .header-nav-btn-section
    .twm-nav-btn-right
    .twm-nav-post-a-job {
    padding: 2px 10px;
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  .header-style-3
    .header-nav-btn-section
    .twm-nav-btn-right
    .twm-nav-post-a-job {
    font-size: 0px;
  }
}
.header-style-3
  .header-nav-btn-section
  .twm-nav-btn-right
  .twm-nav-post-a-job
  i {
  padding-right: 5px;
  vertical-align: bottom;
  display: inline-block;
}
@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: 0px;
  }
}
.header-style-3 .header-search a.header-search-icon {
  color: #1967d2;
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .header-style-3 .header-search a.header-search-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.header-style-3 .extra-nav {
  /*---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: 0px;
}
@media (max-width: 600px) {
  .header-style-3 .extra-nav .extra-cell {
    padding-left: 0px;
  }
}
.header-style-3 .logo-header {
  /*--logo for header---*/
  display: table;
  float: left;
  max-width: 252px;
  max-height: 100px;
  vertical-align: middle;
  padding: 0px;
  font-size: 36px;
  color: #000;
  margin: 0px;
  position: relative;
  z-index: 11;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .header-style-3 .logo-header {
    width: 160px;
  }
}
@media (max-width: 400px) {
  .header-style-3 .logo-header {
    margin-right: 5px;
  }
}
@media (max-width: 370px) {
  .header-style-3 .logo-header {
    width: 135px;
  }
}
.header-style-3 .logo-header .logo-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.header-style-3 .logo-header .logo-header-inner img {
  max-width: 100%;
  max-height: 50px;
}
.header-style-3.site-header {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
}
.header-style-3.site-header ul,
.header-style-3.site-header ol {
  margin-bottom: 0px;
}
.header-style-3 .main-bar {
  /*--main-bar--*/
  position: relative;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all 0.5s ease;
  background: transparent;
  max-width: 100%;
  /* left: 50%;
  transform: translateX(-50%); */
}
.header-style-3 .main-bar .container,
.header-style-3 .main-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@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,
.header-style-3 .main-bar:after {
  clear: both;
  content: "";
  display: table;
}
.header-style-3 .navbar-toggler {
  /*--Navbar Toggler---*/
  border: none;
  margin: 24px 0px 24px 15px;
  padding: 12px 10px;
}
@media (max-width: 540px) {
  .header-style-3 .navbar-toggler {
    margin-left: 0px;
  }
}
.header-style-3 .navbar-toggler:focus {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .header-style-3 .navbar-toggler {
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
    float: right;
    outline: none !important;
  }
}
.header-style-3 .navbar-toggler .icon-bar {
  background: #1967d2;
  height: 3px;
  border-radius: 0px;
  display: block;
  width: 22px;
}
.header-style-3 .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (max-width: 991px) {
  .header-style-3 .navbar-toggler {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-style-3 .extra-nav {
    height: 60px;
  }
}
@media (max-width: 540px) {
  .header-style-3 .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
}
.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 {
  position: relative;
  padding: 0px;
  z-index: 10;
  /*-- Submenu direction---*/
}
@media (max-width: 991px) {
  .header-style-3 .header-nav {
    clear: both;
    margin: 0px -15px;
    border-bottom: 1px solid #e9e9e9;
  }
  .header-style-3 .header-nav.navbar-collapse {
    align-items: start;
  }
}
.header-style-3 .header-nav .nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav {
    float: none;
    margin: 0px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .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;
  vertical-align: middle;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav li i {
    float: right;
  }
}
.header-style-3 .header-nav .nav > li {
  position: relative;
  /*  margin: -10px 0px;
  padding: 10px 0px;*/
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li ul {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
}
.header-style-3 .header-nav .nav > li > a {
  color: #2f2f2f;
  font-size: 18px;
  padding: 10px 16px;
  cursor: pointer;
  margin: 0px 0px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199px) {
  .header-style-3 .logo-header {
    margin-right: 20px;
  }
  .header-style-3 .header-nav .nav > li > a {
    padding: 10px 10px;
  }
  header .dropdown.text-end .dropdown-toggle {
    font-size: 16px;
  }
  .header-style-3 .logo-header .logo-header-inner img {
    max-height: 50px;
  }
}
.header-style-3 .header-nav .nav > li > a:hover {
  background-color: transparent;
  color: #1967d2;
}
.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;
  }
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li > a:hover,
  .header-style-3 .header-nav .nav > li > a:active,
  .header-style-3 .header-nav .nav > li > a:focus {
    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: #1967d2;
}
.header-style-3 .header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transition: all 0.3s ease;
}
.header-style-3 .header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0px;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  transition: none !important;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
    opacity: 1;
    margin: 0px !important;
  }
}
.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;
  padding: 14px 20px;
  padding-left: 20px;
  font-weight: 500;
}
.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: #1967d2;
}
.header-style-3 .header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}
.header-style-3 .header-nav .nav > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 2px;
}
.header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0px 0px 0px 20px;
  transition: all 0.1s ease;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu > li {
    float: none;
    display: block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .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: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header-style-3 .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}
.header-style-3 .header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0px;
}
.header-style-3 .header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 20px 0px 0px;
}
.header-style-3 .header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 0px 0px 0px;
}
.header-style-3 .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}
.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 {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  display: none;
}
@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: "\e114";
}
.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: "\f107";
  }
}
@media (max-width: 991px) {
  .header-style-3 .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
}
@media (max-width: 991px) {
  .header-style-3.mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  }
  .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
    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 {
    transition: all 0.5s linear;
    position: relative;
  }
  .header-style-3.mobile-sider-drawer-menu #mobile-side-drawer {
    min-height: 30px;
    position: relative;
    z-index: 1;
  }
  .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(4px) translateY(-4px);
  }
  .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 {
    position: absolute;
    right: 100px;
    opacity: 0;
  }
  .header-style-3.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
  .header-style-3.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
}
.header-style-3 .sticky-no .main-bar {
  position: static !important;
}
.header-style-3 .is-fixed .main-bar {
  position: fixed;
  box-shadow: 0 0.125rem 0.45rem rgba(0, 0, 0, 0.25) !important;
  background: #fff;
}
.header-style-3 .is-fixed.color-fill .main-bar {
  background-color: #fff;
  border-radius: 0px;
}
.header-style-3 .is-fixed.color-fill .header-nav .nav > li {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
  .header-style-3 .header-nav .nav > li > a {
    margin: 0px;
    padding: 10px 12px;
  }
  .header-style-3 .is-fixed.color-fill .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .header-style-3 .main-bar {
    padding: 0px;
  }
  .header-style-3 .is-fixed .main-bar {
    padding: 0px;
  }
  .header-style-3 .is-fixed.color-fill .main-bar {
    padding: 0px;
  }
}
.header-style-3.no-fixed {
  position: relative;
}

.header-style-light {
  position: relative;
  /*--is fixed---*/
  /*====Mobile Side =======*/
  /*---when header is sticky---*/
  /*---when header is sticky---*/
  /*---header id Fixed---*/
}
.header-style-light .header-nav-btn-section {
  float: right;
  display: flex;
}
.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: #dbe6f7;
  color: #1967d2;
  font-size: 16px;
  border-radius: 4px;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .header-style-light
    .header-nav-btn-section
    .twm-nav-btn-left
    .twm-nav-sign-up {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .header-style-light
    .header-nav-btn-section
    .twm-nav-btn-left
    .twm-nav-sign-up {
    font-size: 0px;
  }
}
.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: 0px;
  }
}
.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: #17171d;
  color: #dbe6f7;
  font-size: 16px;
  border-radius: 4px;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .header-style-light
    .header-nav-btn-section
    .twm-nav-btn-right
    .twm-nav-post-a-job {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .header-style-light
    .header-nav-btn-section
    .twm-nav-btn-right
    .twm-nav-post-a-job {
    font-size: 0px;
  }
}
.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: 0px;
  }
}
.header-style-light .header-search a.header-search-icon {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  border-radius: 50%;
}
.header-style-light .extra-nav {
  /*---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: 0px;
}
@media (max-width: 540px) {
  .header-style-light .extra-nav .extra-cell {
    padding-left: 0px;
  }
}
.header-style-light .logo-header {
  /*--logo for header---*/
  display: table;
  float: left;
  width: 190px;
  height: 70px;
  vertical-align: middle;
  padding: 0px;
  font-size: 36px;
  color: #000;
  margin: 0px;
  position: relative;
  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;
  vertical-align: middle;
  height: 100%;
}
.header-style-light .logo-header .logo-header-inner img {
  max-width: 100%;
  max-height: 100%;
}
.header-style-light.site-header {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
}
.header-style-light.site-header ul,
.header-style-light.site-header ol {
  margin-bottom: 0px;
}
.header-style-light .main-bar {
  /*--main-bar--*/
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.5s ease;
  background: transparent;
  max-width: 1345px;
  left: 50%;
  transform: translateX(-50%);
}
.header-style-light .main-bar .container,
.header-style-light .main-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@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,
.header-style-light .main-bar:after {
  clear: both;
  content: "";
  display: table;
}
.header-style-light .navbar-toggler {
  /*--Navbar Toggler---*/
  border: none;
  margin: 24px 0px 24px 15px;
  padding: 12px 10px;
}
@media (max-width: 540px) {
  .header-style-light .navbar-toggler {
    margin-left: 0px;
  }
}
.header-style-light .navbar-toggler:focus {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .header-style-light .navbar-toggler {
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
    float: right;
    outline: none !important;
  }
}
.header-style-light .navbar-toggler .icon-bar {
  background: #fff;
  height: 3px;
  border-radius: 0px;
  display: block;
  width: 22px;
}
.header-style-light .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (max-width: 991px) {
  .header-style-light .navbar-toggler {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 540px) {
  .header-style-light .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
}
.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 {
  position: relative;
  padding: 0px;
  z-index: 10;
  /*-- Submenu direction---*/
}
@media (max-width: 991px) {
  .header-style-light .header-nav {
    clear: both;
    margin: 0px -15px;
    border-bottom: 1px solid #e9e9e9;
  }
  .header-style-light .header-nav.navbar-collapse {
    align-items: start;
  }
}
.header-style-light .header-nav .nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav {
    float: none;
    margin: 0px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .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;
  vertical-align: middle;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav li i {
    float: right;
  }
}
.header-style-light .header-nav .nav > li {
  position: relative;
  margin: -10px 0px;
  padding: 10px 0px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li ul {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
}
.header-style-light .header-nav .nav > li > a {
  color: #fff;
  font-size: 16px;
  padding: 15px 16px;
  cursor: pointer;
  margin: 0px 0px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199px) {
  .header-style-light .header-nav .nav > li > a {
    padding: 12px 12px;
    color: #17171d;
  }
}
.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;
  }
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li > a:hover,
  .header-style-light .header-nav .nav > li > a:active,
  .header-style-light .header-nav .nav > li > a:focus {
    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 {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transition: all 0.3s ease;
}
.header-style-light .header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0px;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  transition: none !important;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
    opacity: 1;
    margin: 0px !important;
  }
}
.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;
  padding: 14px 20px;
  padding-left: 20px;
  font-weight: 500;
}
.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: #1967d2;
}
.header-style-light .header-nav .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}
.header-style-light .header-nav .nav > li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 2px;
}
.header-style-light .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0px 0px 0px 20px;
  transition: all 0.1s ease;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li .sub-menu li > .sub-menu > li {
    float: none;
    display: block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .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: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header-style-light
  .header-nav
  .nav
  > li
  .sub-menu
  li:hover
  > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}
.header-style-light .header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0px;
}
.header-style-light .header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 20px 0px 0px;
}
.header-style-light
  .header-nav
  .submenu-direction
  .sub-menu
  li:hover
  > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 0px 0px 0px;
}
.header-style-light .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}
.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 {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  display: none;
}
@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: "\e114";
}
.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: "\f107";
  }
}
@media (max-width: 991px) {
  .header-style-light .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
}
@media (max-width: 991px) {
  .header-style-light.mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
  }
  .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
    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 {
    transition: all 0.5s linear;
    position: relative;
  }
  .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 {
    position: absolute;
    right: 100px;
    opacity: 0;
  }
  .header-style-light.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
  .header-style-light.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
}
.header-style-light .sticky-no .main-bar {
  position: static !important;
}
.header-style-light .is-fixed .main-bar {
  position: fixed;
}
.header-style-light .is-fixed.color-fill .main-bar {
  background-color: #fff;
  border-radius: 10px;
}
.header-style-light .is-fixed.color-fill .header-nav .nav > li {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991px) {
  .header-style-light .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
  .header-style-light .header-nav .nav > li > a {
    margin: 0px;
    padding: 10px 12px;
  }
  .header-style-light .is-fixed.color-fill .header-nav .nav > li {
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .header-style-light .main-bar {
    padding: 0px;
  }
  .header-style-light .is-fixed .main-bar {
    padding: 0px;
  }
  .header-style-light .is-fixed.color-fill .main-bar {
    padding: 0px;
  }
}
.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: #1967d2;
}
.header-style-light .color-fill .header-nav .nav li a {
  color: #17171d;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
/*Title separators*/
.wt-small-separator {
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #1967d2;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.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;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@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 {
    text-align: left;
    margin-bottom: 30px;
  }
}

/*Center title*/
.section-head.left.wt-small-separator-outer {
  text-align: left;
}
.section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 15px;
  font-size: 30px;
}
@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: 20px;
  }
}
.section-head.left.wt-small-separator-outer p {
  margin-bottom: 15px;
}
.section-head.center.wt-small-separator-outer {
  margin-bottom: 50px;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.section-head.center.wt-small-separator-outer .section-head-text {
  margin: 20px 0px 0px 0px;
}
.section-head.center.wt-small-separator-outer h2 {
  max-width: 650px;
  margin: 0px auto;
}
@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;
  }
}

/*Counter*/
@media (max-width: 991px) {
  .twm-companies-wrap {
    padding-bottom: 0px !important;
  }
}

.twm-company-approch-outer {
  position: relative;
  z-index: 1;
}
.twm-company-approch-outer:before {
  content: "";
  position: absolute;
  background-color: #dbe6f7;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 40px;
  z-index: -1;
}

.twm-company-approch {
  max-width: 650px;
  margin: 0px auto;
  background-color: #fff;
  padding: 25px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1) inset;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .twm-company-approch {
    max-width: 520px;
  }
}
.twm-company-approch:after {
  content: "";
  position: absolute;
  left: -28px;
  bottom: 0px;
  z-index: 0;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #b3c2d6;
}

.counter-outer-two {
  position: relative;
}
@media (max-width: 991px) {
  .counter-outer-two {
    margin-bottom: 30px;
  }
}
.counter-outer-two .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  .counter-outer-two .tw-count-number {
    font-size: 30px;
    line-height: 30px;
  }
}
.counter-outer-two .counter {
  font-size: 46px;
  line-height: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@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;
  margin-bottom: 0px;
  font-size: 16px;
}

/*Client carousel 1*/
.home-client-carousel {
  padding: 30px 10px 10px 10px;
  background-color: #1967d2;
  z-index: 1;
  position: relative;
  bottom: -70px;
  left: 0px;
}
@media (max-width: 991px) {
  .home-client-carousel {
    bottom: 0px;
  }
}
.home-client-carousel:after,
.home-client-carousel:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
}
.home-client-carousel:after {
  right: 10px;
  bottom: -10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.home-client-carousel:before {
  left: -10px;
  top: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.home-client-carousel.owl-carousel .owl-dots {
  margin-top: 10px;
}
.home-client-carousel .client-logo a img {
  width: auto;
  height: 70px;
  margin: auto;
}

/*Client carousel 2*/
.home-client-carousel2 {
  padding: 0px;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .home-client-carousel2 {
    margin-bottom: 30px;
  }
}
.home-client-carousel2 .client-logo {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.home-client-carousel2 .client-logo a {
  height: 100px;
  display: flex;
  justify-content: space-around;
}
.home-client-carousel2 .client-logo a img {
  width: auto;
  height: auto;
}
.home-client-carousel2 .client-logo a:hover img {
  filter: grayscale(100%);
  transition: 0.5s all ease;
}

/*Footer News Letter*/
.ftr-nw-content {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .ftr-nw-content {
    margin-bottom: 40px;
  }
}
.ftr-nw-content .ftr-nw-title {
  font-size: 20px;
  color: #fff;
}
@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 {
  height: 66px;
  border: 0px;
  background-color: #dbe6f7;
  border-radius: 4px 0px 0px 10px;
}
@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: 4px;
  }
}
.ftr-nw-content .ftr-nw-form .ftr-nw-subcribe-btn {
  font-size: 16px;
  color: #fff;
  background-color: #1967d2;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 9px 30px;
  border-radius: 0px 10px 10px 0px;
  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;
    width: 100%;
    margin-top: 10px;
  }
}

/*Footer dark version css*/
.footer-dark {
  color: #fff;
  font-size: 16px;
  padding-top: 45px;
  background-size: cover;
}
@media (max-width: 991px) {
  .footer-dark {
    padding-top: 40px;
  }
}
.footer-dark p {
  font-weight: 300;
}
.footer-dark .logo-footer {
  margin-bottom: 25px;
  max-width: 220px;
  margin-top: -10px;
}
.footer-dark .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  /* .footer-dark .footer-top {
    padding-top: 40px;
  } */
}
@media (max-width: 991px) {
  .footer-dark .footer-top {
    padding-bottom: 0px;
  }
}
.footer-dark .ftr-list {
  list-style: none;
}
.footer-dark .ftr-list li p {
  margin-bottom: 0px;
  font-size: 16px;
}
.footer-dark .ftr-list li p span {
  margin-right: 5px;
  font-weight: 500;
}
.footer-dark .widget-title {
  font-family: "Poppins", sans-serif;
  color: #dbe6f7;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
.footer-dark .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #1967d2;
  width: 40px;
  height: 3px;
}
.footer-dark .social-icons {
  margin: 0px;
}
.footer-dark .social-icons li {
  display: inline-block;
}
.footer-dark .social-icons li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  padding: 0px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-right: 3px;
  display: inline-block;
}
.footer-dark .social-icons li a:hover {
  color: #dbe6f7;
}
.footer-dark .footer-bottom {
  padding: 0px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.footer-dark .footer-bottom .footer-bottom-info {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-dark .footer-bottom .footer-bottom-info {
    display: block;
  }
}
@media (max-width: 991px) {
  .footer-dark .footer-bottom .footer-copy-right {
    margin: 5px 10px 5px 0px;
    display: inline-block;
  }
}
.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
  color: #fff;
  font-size: 14px;
}

.footer-top .widget {
  margin-bottom: 20px;
}

/*Footer Light version css*/
.footer-light {
  color: #17171d;
  font-size: 16px;
  padding-top: 80px;
  background-color: #dbe6f7;
}
.footer-light .ftr-nw-content {
  margin-bottom: 50px;
}
.footer-light .ftr-nw-content .ftr-nw-title {
  font-size: 20px;
  color: #17171d;
}
.footer-light .ftr-nw-content .ftr-nw-form {
  display: flex;
}
.footer-light .ftr-nw-content .ftr-nw-form .form-control {
  height: 66px;
  border: 0px;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.footer-light .ftr-nw-content .ftr-nw-form .ftr-nw-subcribe-btn {
  font-size: 16px;
  color: #fff;
  background-color: #1967d2;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 9px 30px;
  border-radius: 0px 10px 10px 0px;
  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-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 80px 0px 30px 0px;
}
.footer-light .ftr-list {
  list-style: none;
}
.footer-light .ftr-list li p {
  margin-bottom: 0px;
  font-size: 16px;
}
.footer-light .ftr-list li p span {
  margin-right: 5px;
  font-weight: 500;
}
.footer-light .widget-title {
  font-family: "Poppins", sans-serif;
  color: #1967d2;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 23px;
  position: relative;
}
.footer-light .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #17171d;
  width: 40px;
  height: 3px;
}
.footer-light .social-icons {
  margin: 0px;
}
.footer-light .social-icons li {
  display: inline-block;
}
.footer-light .social-icons li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  padding: 0px;
  color: #1967d2;
  font-size: 22px;
  text-align: center;
  margin-right: 3px;
}
.footer-light .social-icons li a:hover {
  color: #17171d;
}
.footer-light .footer-bottom {
  padding: 0px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.footer-light .footer-bottom .footer-bottom-info {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  align-items: center;
}
.f_contact_ttl {
  display: none;
}
@media (max-width: 991px) {
  .footer-light .footer-bottom .footer-bottom-info,
  .f_contact_ttl {
    display: block;
  }
  .logo-footer {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .footer-light .footer-bottom .footer-copy-right {
    margin: 5px 10px 5px 0px;
    display: inline-block;
  }
}
.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: #1967d2;
}

.widget {
  margin-bottom: 40px;
}

/*Footer Newsletter*/
.ftr-list-center {
  display: grid;
  justify-content: center;
}
@media (max-width: 991px) {
  .ftr-list-center {
    justify-content: left;
  }
}

/*Recent Post Entry*/
.recent-posts-entry .widget-post {
  margin-bottom: 20px;
}
.recent-posts-entry .widget-post:last-child {
  border: none;
  margin-bottom: 0px;
}
.recent-posts-entry .wt-post-media {
  width: 90px;
  float: left;
}
@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: 0px;
}
.recent-posts-entry .wt-post-info .wt-post-meta ul li {
  font-size: 12px;
  line-height: 16px;
  color: #1967d2;
}
.recent-posts-entry .wt-post-info .post-title {
  margin-top: 0px;
}

/*Widget Services*/
.widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget_services ul li {
  display: block;
  width: 100%;
  padding: 1px 0px;
  border: 0px;
  overflow: hidden;
}
.widget_services ul li a {
  color: #fff;
  position: relative;
  padding: 2px 0px 2px 0px;
  display: block;
  margin-left: 0px;
  transition: 0.5s all ease;
  font-size: 14px;
  font-weight: 400;
}
.widget_services ul li a:hover {
  color: #1967d2;
}

/*scroll top btn css*/
button.scroltop {
  height: 40px;
  width: 40px;
  background: #1d1b18;
  border: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: none;
  text-align: center;
  z-index: 999;
  color: #fff;
}
button.scroltop span {
  display: block;
  font-size: 24px;
  line-height: 24px;
}

/*Pricing Table*/
.pricing-table-1 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  padding: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 575px) {
  .pricing-table-1 {
    padding: 30px;
  }
}
.pricing-table-1:after {
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  left: -50px;
  top: -240px;
  z-index: -1;
  background-color: #dbe6f7;
  position: absolute;
}
@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 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #1967d2;
  display: inline-block;
}
.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 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 46px;
}
.pricing-table-1 .p-table-inner .p-table-list ul li i {
  color: #1967d2;
  position: absolute;
  left: 8px;
  top: 4px;
  font-size: 28px;
}
.pricing-table-1 .p-table-inner .p-table-list ul li.disable {
  color: #aaaaaa;
}
.pricing-table-1 .p-table-inner .p-table-list ul li.disable i {
  color: #aaaaaa;
}
.pricing-table-1 .p-table-inner .p-table-btn {
  text-align: center;
}
.pricing-table-1 .p-table-inner .p-table-price {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  color: #17171d;
}
@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 {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 56px;
  font-weight: 600;
  display: block;
  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-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.pricing-table-1 .p-table-recommended {
  background-color: #2db346;
  color: #fff;
  border-radius: 5px;
  padding: 2px 16px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}

/*inner page banner*/
.wt-bnr-inr {
  height: 390px;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .wt-bnr-inr {
    height: 380px;
  }
}
.wt-bnr-inr .container {
  display: table;
  height: 100%;
}

.wt-bnr-inr-entry {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 30px;
}
.wt-bnr-inr-entry .banner-title-outer {
  position: relative;
}
.wt-bnr-inr-entry .banner-title-outer .wt-title {
  font-size: 28px;
  margin-bottom: 0px;
  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: #17171d;
}

/*Breadcrumb*/
.wt-breadcrumb {
  margin: 0;
  display: inline-block;
  list-style: none;
  position: relative;
}
.wt-breadcrumb li {
  padding-right: 30px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #1967d2;
}
.wt-breadcrumb li a {
  color: #17171d;
}
.wt-breadcrumb li a:hover {
  color: #1967d2;
}
.wt-breadcrumb li:after {
  content: "";
  position: absolute;
  right: 8px;
  width: 8px;
  height: 2px;
  background-color: #17171d;
  top: 50%;
  transform: translateY(-50%);
  color: #17171d;
  font-size: 12px;
  font-weight: 600;
}
.wt-breadcrumb li:last-child {
  color: #1967d2;
  padding-right: 0px;
}
.wt-breadcrumb li:last-child:after {
  display: none;
}
.wt-breadcrumb li:first-child a i {
  font-size: 18px;
  vertical-align: text-top;
}

/*Contact Form*/
.contact-one-inner {
}
.twm-contact-one {
  position: relative;
}
.twm-contact-one .contact-one-inner {
  padding-top: 10px;
  padding-bottom: 75px;
  position: relative;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-one-inner {
    padding-bottom: 0px;
  }
}
.twm-contact-one .contact-one-inner:after {
  content: "";
  position: absolute;
  width: 37%;
  right: -15px;
  top: -45px;
  bottom: -45px;
  background-color: #dbe6f7;
  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: 0px;
    padding-top: 38px;
    padding-bottom: 40px;
  }
}
.twm-contact-one .contact-info-wrap .contact-info {
  border-radius: 10px 10px 10px 0px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  padding: 40px;
  background-color: #fff;
}
@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 {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -57px;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 57px solid transparent;
  border-right: 0px solid transparent;
  border-top: 57px solid #d8d8d8;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-info-wrap:before {
    display: none;
  }
}
.twm-contact-one .contact-info-section .c-info-column {
  padding: 0px 0px 0px 100px;
  color: #17171d;
  position: relative;
  min-height: 75px;
  margin-bottom: 30px;
}
@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: 0px 0px 0px 65px;
  }
}
.twm-contact-one .contact-info-section .c-info-column:last-child {
  margin-bottom: 0px;
}
.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 {
  position: absolute;
  font-size: 35px;
  left: 0px;
  top: 0px;
  color: #1967d2;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 10px;
  text-align: center;
  background-color: #dbe6f7;
  z-index: 1;
}
.twm-contact-one
  .contact-info-section
  .c-info-column
  .c-info-icon.custome-size {
  font-size: 35px;
}
@media (max-width: 400px) {
  .twm-contact-one .contact-info-section .c-info-column .c-info-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.twm-contact-one .contact-info-section .c-info-column span {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.twm-contact-one .contact-info-section .c-info-column p {
  margin-bottom: 0px;
}
.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;
}
.section-head-small{font-size: 16px; font-weight: 500;}
.section-head-small i{display: inline-block; position: relative; vertical-align: middle; color: #00aeef;}
.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 {
  height: 45px;
  padding: 7px 20px;
  border: 1px solid #dbe6f7;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.cons-contact-form .form-control:focus {
  box-shadow: none;
  background-color: #f5f7f9;
}
.cons-contact-form textarea.form-control {
  padding-top: 15px;
  height: 100px;
  margin-bottom: 40px;
  resize: none;
}

.form-control {
  width: 100%;
  height: 35px;
  padding: 2px 15px;
  border: none;
  border: 1px solid #99a1af;
  background-color: #fff;
  border-radius: 4px;
  font-size: 13px;
}
.form-control:focus {
  background-color: #f8f8f8 !important;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 30px;
}

/*Pagination Style*/
.pagination-outer {
  padding-bottom: 30px;
}
.table tfoot th .pagination-outer {
  padding-bottom: 0px !important;
}

@media (max-width: 991px) {
  .pagination-outer {
    margin-bottom: 30px;
  }
}
.pagination-outer .pagination-style1 {
  position: relative;
  display: inline-block;
}
.pagination-outer .pagination-style1 ul {
  list-style: none;
  margin-bottom: 0px;
}
.pagination-outer .pagination-style1 ul li {
  position: relative;
  margin: 0px 3px 0px;
  display: inline-block;
}
@media (max-width: 400px) {
  .pagination-outer .pagination-style1 ul li {
    margin: 0px 2px 0px;
  }
}
.pagination-outer .pagination-style1 ul li.prev a {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #17171d;
  font-weight: 500;
  transition: 0.5s all ease;
  letter-spacing: 1px;
}
@media (max-width: 420px) {
  .pagination-outer .pagination-style1 ul li.prev a {
    width: 30px;
    height: 30px;
  }
}
.pagination-outer .pagination-style1 ul li.next a {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #17171d;
  font-weight: 500;
  transition: 0.5s all ease;
  letter-spacing: 1px;
}
@media (max-width: 420px) {
  .pagination-outer .pagination-style1 ul li.next a {
    width: 30px;
    height: 30px;
  }
}
.pagination-outer .pagination-style1 ul li a {
  position: relative;
  width: 30px;
  height: 30px;
  color: #17171d;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  transition: 0.5s all ease;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .pagination-outer .pagination-style1 ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.pagination-outer .pagination-style1 ul li.active a {
  background-color: #1967d2;
  color: #fff;
}
.pagination-outer .pagination-style1 ul li:hover a {
  background-color: #1967d2;
  color: #fff;
}

/*Blog Side Bar*/
.side-bar {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 2px 4px 4px 0px rgb(0 0 0 / 20%);
}
@media (max-width: 991px) {
  .side-bar {
    margin-bottom: 10px;
    padding: 0px;
    background: transparent;
  }
  .widget.tw-sidebar-tags-wrap,
  .search-bx .section-head-small,
  .twm-sidebar-ele-filter,
  .serach_by_location,
  .twm-advertisment,
  .bigyapan {
    display: none;
  }
}
/* @media (max-width: 575px) {
  .side-bar {
    padding: 15px;
  }
} */
.side-bar .widget:last-child {
  margin-bottom: 0px;
}
.side-bar .widget .widget-title {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}
.side-bar .widget .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1967d2;
  width: 20px;
  height: 2px;
}

.widget.all_services_list .section-head-small,
.widget.recent-posts-entry .section-head-small,
.widget.tw-sidebar-tags-wrap .section-head-small {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #00aeef;
}
.widget.tw-sidebar-tags-wrap .section-head-small i{color: #00aeef; margin-right: 2px; 
  display: inline-block; position: relative; vertical-align: middle;}
.side-bar .search-bx .input-group .form-control {
  height: 50px;
  background-color: #fff;
  font-size: 20px;
  border: 1px solid #eee;
  padding: 0px 25px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 767px) {
  /* .side-bar .search-bx .input-group .form-control {
    height: 60px;
  } */
}
.side-bar .search-bx .input-group .btn {
  color: #17171d;
  border-radius: 0px;
  height: 50px;
  padding: 0px 15px;
  font-size: 18px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #eee;
  border-left: none;
}
.side-bar .search-bx .input-group .btn:focus {
  box-shadow: none;
}
.side-bar .widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #fff;
}
.side-bar .widget_services ul li {
  position: relative;
  padding: 10px 0px 10px 15px;
  line-height: 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.side-bar .widget_services ul li:after {
  content: "";
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background-color: #1967d2;
  position: absolute;
  left: 0px;
  top: 17px;
}
.side-bar .widget_services ul li:last-child {
  padding-bottom: 0px;
}
.side-bar .widget_services ul li a {
  color: #17171d;
  margin-left: 0px;
  padding: 0px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.side-bar .widget_services ul li a:hover {
  color: #1967d2;
}
.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: 0px;
}
.side-bar .recent-posts-entry .wt-post-media {
  width: 72px;
  float: left;
  margin-top: 10px;
}
.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 {
    margin-bottom: 2px;
  }
  .side-bar .recent-posts-entry .wt-post-info {
    margin-left: 95px;
  }
}
.side-bar .recent-posts-entry .wt-post-info .post-date {
  margin-top: 0px;
  color: #abcdef;
  font-size: 14px;
  display: block;
}
.side-bar .recent-posts-entry .wt-post-info .post-title {
  margin-top: 0px;
  font-size: 14px;
  display: block;
  font-weight: 500;
}

/*Side bar tags*/
.tw-sidebar-tags-wrap .tagcloud {
  margin-top: -10px;
}
.tw-sidebar-tags-wrap .tagcloud a {
  padding: 2px 15px;
  margin-top: 10px;
  margin-right: 5px;
  display: inline-block;
  color: #1967d2;
  border-radius: 6px;
  font-size: 13px;
  background-color: #dbe6f7;
}
.tw-sidebar-tags-wrap .tagcloud a:last-child {
  margin-right: 0px;
}
.tw-sidebar-tags-wrap .tagcloud a:hover {
  background-color: #1967d2;
  color: #fff;
}

/*Comment list section*/
ol.comment-list {
  list-style: none;
}
ol.comment-list li.comment {
  position: relative;
  padding: 0;
}
ol.comment-list li.comment .comment-body {
  padding: 0px 90px 20px 120px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 130px;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    padding: 0px 0px 50px 0px;
  }
}
ol.comment-list li.comment .comment-author {
  display: inline-block;
  margin-bottom: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .comment-author {
    position: inherit;
    margin-bottom: 20px;
  }
}
ol.comment-list li.comment .comment-author .avatar {
  width: 90px;
  height: 90px;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
ol.comment-list li.comment .fn {
  display: inline-block;
  color: #17171d;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .fn {
    display: block;
  }
}
ol.comment-list li.comment .comment-meta {
  margin-bottom: 5px;
  display: block;
  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: 0px;
  top: 0px;
}
@media (max-width: 480px) {
  ol.comment-list li.comment .reply {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 0px;
  }
}
ol.comment-list li.comment .reply .comment-reply-link {
  position: relative;
  color: #1967d2;
  padding: 4px 12px;
  font-size: 14px;
  display: inline-block;
}
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 0px;
  }
}
ol.comment-list li.comment p {
  margin: 0px;
  font-weight: 400;
}
ol.comment-list li .children {
  list-style: none;
  margin-left: 40px;
}
@media (max-width: 767px) {
  ol.comment-list li .children {
    margin-left: 0px;
  }
}
ol.comment-list li .children li {
  padding: 0;
}
ol.comment-list li .children li:last-child .comment-body {
  margin-bottom: 0px;
}

/*comment form*/
@media (max-width: 991px) {
  .comment-respond {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .comment-respond {
    padding: 0px;
  }
}
.comment-respond .comment-reply-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.comment-respond .form-submit .site-button {
  position: relative;
}

/*Comment area*/
.comments-area {
  padding: 0;
}
.comments-area .comments-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.comments-area .comment-form {
  padding: 30px;
  background-color: #f8f8f8;
}
@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-email label,
.comments-area .comment-form .comment-form-comment 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-email input[type="text"],
.comments-area .comment-form .comment-form-comment input[type="text"] {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: 1px solid transparent;
  background-color: #dbe6f7;
  border-radius: 10px;
}
.comments-area
  .comment-form
  .comment-form-author
  input[type="text"].form-control:focus,
.comments-area
  .comment-form
  .comment-form-email
  input[type="text"].form-control:focus,
.comments-area
  .comment-form
  .comment-form-comment
  input[type="text"].form-control:focus {
  box-shadow: none;
}
.comments-area .comment-form .comment-form-comment textarea {
  width: 100%;
  padding: 20px;
  height: 120px;
  resize: none;
  border: 1px solid transparent;
  background-color: #dbe6f7;
  border-radius: 4px;
}
.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: 0px 15px !important;
}

.comment-form .form-control:-webkit-input-placeholder {
  color: #17171d;
  font-size: 14px;
  font-weight: 300;
}

/*Single Blog Post*/
.blog-post-single-outer .blog-post-single .wt-post-meta-list {
  margin-bottom: 5px;
  width: 100%;
  clear: both;
  display: inline-block;
}
.blog-post-single-outer .blog-post-single .wt-post-meta-list .wt-list-content {
  float: left;
  position: relative;
  color: #006699;
  font-weight: 500;
}
.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: #1967d2;
  padding-left: 10px;
}
.blog-post-single-outer .blog-post-single .wt-post-info {
  padding-top: 0px;
}
.blog-post-single-outer .blog-post-single .post-title {
  font-size: 30px;
  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 h1 {
  margin: 30px 0px;
  font-size: 30px;
}
.blog-post-single-outer .blog-post-single h2 {
  margin: 25px 0px;
  font-size: 25px;
}
.blog-post-single-outer .blog-post-single h3 {
  margin: 20px 0px;
  font-size: 20px;
}
.blog-post-single-outer .blog-post-single h4 {
  margin: 18px 0px;
  font-size: 18px;
}
.blog-post-single-outer .blog-post-single h5 {
  margin: 15px 0px;
  font-size: 17px;
}
.blog-post-single-outer .blog-post-single h6 {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 500;
}

.blog-post-single-outer .blog-post-single .wt-post-media img {
  width: 100%;
  border-radius: 10px;
}
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul {
  background-color: #1967d2;
  display: inline-block;
  margin-bottom: 0px;
}
.blog-post-single-outer .blog-post-single .wt-post-media .wt-post-meta ul li {
  color: #fff;
  display: inline-table;
  font-size: 14px;
  text-align: center;
  padding: 8px 10px;
  font-weight: 500;
  position: relative;
}
.blog-post-single-outer
  .blog-post-single
  .wt-post-media
  .wt-post-meta
  ul
  li:after {
  position: absolute;
  content: "|";
  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;
  margin: 30px 0px;
  padding: 50px 80px 30px 80px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 400px) {
  .blog-post-single-outer .blog-post-single blockquote {
    padding: 30px;
  }
}
.blog-post-single-outer .blog-post-single blockquote p {
  font-size: 16px;
  font-weight: 400;
  color: #17171d;
  margin-bottom: 20px;
  position: relative;
}
.blog-post-single-outer .blog-post-single blockquote p span {
  font-size: 48px;
  line-height: 40px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  position: absolute;
  left: -20px;
  top: -20px;
}
.blog-post-single-outer .blog-post-single blockquote strong {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #17171d;
}
.blog-post-single-outer .post-social-icons-wrap {
  text-align: right;
}
.blog-post-single-outer .post-social-icons-wrap h4 {
  font-size: 14px;
}

.post-social-icons-wrap button{margin-left: 10px; border-radius: 5px;}

.share_option {
  float: right; margin-top: -35px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.share_ttl {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.share_item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.share_label {
  font-size: 11px;
  color: #666;
  font-weight: 500;
  line-height: 1;
}
.share_ttl {
  font-weight: 500;
  font-size: 18px;
  color: #123456;
}

/*Single Post Tags*/
.post-area-tags-wrap {
  padding-top: 5px;
}

/*Single Post Tags*/
.post-social-icons {
  margin: 0px;
  display: inline-block;
  position: relative;
}
.post-social-icons li {
  display: inline-block;
  position: relative;
}
.post-social-icons li a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  color: #1967d2;
  padding: 0px;
  font-size: 18px;
  text-align: center;
  margin-left: 3px;
  border-radius: 100%;
}
.post-social-icons li a:hover {
  color: #fff;
  background-color: #1967d2;
}

/*Posts Author*/
.twm-posts-author {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 10px;
  display: table;
  width: 100%;
}
@media (max-width: 400px) {
  .twm-posts-author {
    display: block;
  }
}
.twm-posts-author .twm-post-author-pic {
  width: 105px;
  height: 105px;
  display: table-cell;
  padding-right: 30px;
}
@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 {
  display: block;
  color: #1967d2;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
}
.twm-posts-author .twm-post-author-content strong {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #17171d;
}

/*Single Post Navigation*/
.post-navigation {
  margin-bottom: 36px;
}
.post-navigation .post-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 0px;
  border-top: 1px solid #dedede;
  position: relative;
}
.post-navigation .post-nav-links .post-nav-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  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 {
  font-size: 30px;
  line-height: 0.7;
  color: #1967d2;
}
.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;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}
.post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
  font-size: 16px;
  line-height: 24px;
  color: #17171d;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 640px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }
}
@media (max-width: 420px) {
  .post-navigation .post-nav-links .post-nav-item .nav-post-meta a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    display: block;
  }
}
.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: 0px;
}
@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-right: 0;
  margin-left: 20px;
}


/*Loading*/
.loading-area {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}
.loading-area .loading-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
}
.loading-area .loading-pic {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 99999;
  text-align: center;
  transform: translateY(-50%);
}

/*Loading Animation Start*/
.wrapper {
  margin: 0px auto;
  display: block;
}
.wrapper .cssload-loader {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 48px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #1967d2;
  animation: 1.15s infinite linear;
}
.wrapper .cssload-loader:before,
.wrapper .cssload-loader:after {
  content: "";
  animation: 1.15s infinite linear;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper .cssload-loader:before {
  content: "";
  border: 7px solid #fff;
  top: 0px;
  left: 0px;
  animation-name: cssload-animation;
}

@keyframes cssload-animation {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
  }
}
/*Description list*/
.description-list {
  margin: 30px 0px;
}
.description-list li {
  padding-left: 45px;
  /* list-style: none; */
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.description-list li:last-child {
  margin-bottom: 0px;
}
.description-list li i {
  background-color: #1967d2;
  color: #fff;
  line-height: 26px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 22px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .description-list li {
    padding-left: 30px;
  }
  .description-list li i {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

/*blogs details ul li*/
.wt-post-discription ul,
.wt-post-discription ol {
  margin: 5px 0px;
  padding-left: 15px;
}
.wt-post-discription ol {
  padding-left: 15px;
}
.wt-post-discription ul li {
  padding-left: 0px;
  position: relative;
  list-style-type: disc !important;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  /* display: block; */
  color: #000;
}
.wt-post-discription ol li {
  color: #006699;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
}
.wt-post-discription ul li:last-child,
.wt-post-discription ol li:last-child {
  margin-bottom: 0px;
}
/* .wt-post-discription ul li:after {
  content: "\ea68";
  font-family: "remixicon" !important;
  color: #1967d2;
  line-height: 26px;
  position: absolute;
  left: 0px;
  top: 2px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  border-radius: 50%;
} */

/*Section Overlay*/
.overlay-wraper {
  position: relative;
}
.overlay-wraper .overlay-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 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 {
  position: relative;
  z-index: 1;
}
.overlay-wraper > .container-fluid {
  position: relative;
  z-index: 1;
}

/*Services*/
.all_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.all_services ul li {
  position: relative;
  margin-bottom: 20px;
}
.all_services ul li:last-child {
  margin-bottom: 0px;
}
.all_services ul li a {
  transition: 0.5s all ease;
  position: relative;
  font-size: 16px;
  color: #666666;
}
.all_services ul li a:hover {
  color: #1967d2;
}
.all_services ul li .badge {
  float: right;
  background: none;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}

/*Google map*/
.google-map {
  width: 100%;
  height: 360px;
}
.google-map iframe {
  width: 100%;
  border: 0px;
  filter: grayscale(100%);
}

.form-select {
  height: 50px;
  font-size: 13px;
  line-height: 20px;
  padding: 10px;
  border-radius: 0px;
  color: #6c757d;
}
.form-select option {
  padding-left: 0px;
}
.form-select:focus {
  box-shadow: none;
}

.form-select.large {
  height: 60px;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  color: #a0a0a0;
  border-radius: 10px;
  border: none;
}
.form-select.large option {
  padding-left: 0px;
}
.form-select.large:focus {
  box-shadow: none;
}

/*Gallery*/
.twm-two-part-section {
  margin-bottom: 30px;
}

.tw-sidebar-gallery ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
@media (max-width: 991px) {
  .tw-sidebar-gallery ul {
    margin: 0px -2px;
  }
}
.tw-sidebar-gallery ul li {
  width: 25%;
}
.tw-sidebar-gallery ul li .tw-service-gallery-thumb {
  padding: 2px;
  position: relative;
  z-index: 1;
}
.tw-sidebar-gallery ul li .tw-service-gallery-thumb:after {
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  content: "";
  border: 2px solid #1967d2;
  border-radius: 10px;
  opacity: 0;
  z-index: -1;
}
.tw-sidebar-gallery ul li .tw-service-gallery-thumb:hover:after {
  opacity: 1;
}
.tw-sidebar-gallery ul li a {
  display: block;
  text-align: center;
  position: relative;
  background-color: #000;
  border-radius: 10px;
}
.tw-sidebar-gallery ul li a img {
  transition: 0.5s all ease;
  border-radius: 10px;
}
.tw-sidebar-gallery ul li a i {
  opacity: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all ease;
}
.tw-sidebar-gallery ul li:hover a img {
  opacity: 0.3;
}
.tw-sidebar-gallery ul li:hover a i {
  opacity: 1;
}

/*Video*/
.video-section-first {
  height: 288px;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .video-section-first {
    height: 236px;
  }
}
@media (max-width: 991px) {
  .video-section-first {
    height: 266px;
  }
}

.play-now-video .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 78px;
  width: 78px;
  text-align: center;
  line-height: 78px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1;
  font-size: 32px;
  padding-left: 0px;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}
.play-now-video .ripple,
.play-now-video .ripple:before,
.play-now-video .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 78px;
  width: 78px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  animation: ripple-video 3s infinite;
  z-index: 1;
}
.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 rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*Slide Top Animation*/
.slide-top {
  animation: slide-top 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite
    alternate-reverse both;
}

@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
/*Zoom in Zoom Out Animation*/
.zoon-in-out {
  animation: zoom-in-zoom-out 8s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
/*Up Down Animation*/
.up-down {
  animation: slide-top 1.5s ease-in-out infinite alternate-reverse both;
}

@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
/*==================================================
  Start Work
==================================================*/
/*Working Process*/
.bg-clr-sky {
  background-color: #3898e2;
}

.bg-clr-pink {
  background-color: #bc84ca;
}

.bg-clr-green {
  background-color: #56d8b1;
}

.bg-clr-sky-light {
  background-color: #c0d6ec;
}

.bg-clr-pink-light {
  background-color: #f7f4f6;
}

.bg-clr-green-light {
  background-color: #94c5d3;
}

.bg-clr-yellow-light {
  background-color: #e6edf5;
}

/* .bg-sky-light-shadow {
  box-shadow: 0px 0px 30px rgba(124, 181, 234, 0.7);
} */

.bg-pink-light-shadow {
  box-shadow: 0px 0px 30px #cadbf1;
}

.bg-green-light-shadow {
  box-shadow: 0px 0px 30px rgb(148 197 211 / 70%);
}

/* .bg-yellow-light-shadow {
  box-shadow: 0px 0px 30px rgb(156 161 167 / 30%);
} */

.text-clr-sky {
  color: #3898e2;
}

.text-clr-purple {
  color: #8883ec;
}

.text-clr-pink {
  color: #9abeec;
}

.text-clr-green {
  color: #5b9b99;
}

.text-clr-green2 {
  color: #05ad05;
}

.text-clr-yellow {
  color: #90abc6;
}

.text-clr-yellow-2 {
  color: #ffe119;
}

.text-clr-red {
  color: #ff0000;
}


.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.w-full {
    width: 100%;
}
.w-18 {
  width: 4.5rem;
}
.h-18 {
  height: 4.5rem;
}
.rounded-full{
  border-radius: 50rem;
}
.card-shadow{
  box-shadow: 2px 2px 3px rgba(12, 13, 14, 0.4);
}
.flex {
    display: flex;
}
.max-w-lg{max-width: 32rem;}
.max-w-sm{max-width: 18rem;}

.bg-primary {
    background-color: #2e3192 !important;
}
.text-primary {color: #2e3192 !important;}
.bg-secondary {
    background-color: #00aeef !important;
}
.text-white {
    color: #fff;
}
.rounded {
    border-radius: .25rem;
}
.flex-1 {
    flex: 1;
}
.py-2{padding: 0.5rem;}
.py-1{padding: 0.25rem;}


/*process steps*/
.twm-how-it-work-section .row {
  display: flex;
  justify-content: center;
}
.service_provide{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.twm-w-process-steps {
  padding-left: 80px;
  padding-top: 60px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 420px) {
  .twm-w-process-steps {
    padding-left: 0px;
    padding-top: 40px;
  }
}
.twm-w-process-steps .twm-large-number {
  color: #efefef;
  font-size: 75px;
  font-weight: 800;
  line-height: 0px;
  position: absolute;
  left: 0px;
  top: 30px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 420px) {
  .twm-w-process-steps .twm-large-number {
    position: inherit;
    top: auto;
    left: auto;
  }
}
.twm-w-process-steps .twm-w-pro-top {
  margin-left: 20px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.twm-w-process-steps .twm-w-pro-top .twm-media {
  position: absolute;
  left: -20px;
  top: 10px;
  width: 90px;
  height: 95px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}
.twm-w-process-steps .twm-w-pro-top .twm-title {
  color: #fff;
  padding-left: 80px;
  margin-bottom: 0px;
}

@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: 0px;
  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-size: 60px;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: "Poppins", sans-serif;
}
.twm-w-process-steps-2 .twm-w-pro-top {
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 25px;
  border-radius: 9px;
  position: relative;
  box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 20%);
  width: 330px;
}
.twm-w-process-steps-2 .twm-w-pro-top .twm-media {
  position: absolute;
  left: -50px;
  top: 10px;
  width: 90px;
  height: 95px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}
.twm-w-process-steps-2 .twm-w-pro-top .twm-title {
  color: #17171d;
  margin-bottom: 20px;
  margin-top: 30px;
}
.twm-w-process-steps-2 p {
  margin-bottom: 0px;
  font-size: 14px;
}

/*how it work*/
.twm-how-it-work-area2 .container > .row {
  display: flex;
  align-items: center;
}

/*testimonial style 1*/
.twm-testimonial-1-carousel {
  margin-bottom: 30px;
}

.twm-testimonial-1 {
  position: relative;
}
.twm-testimonial-1 .twm-testimonial-1-content {
  border-radius: 10px;
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
}
.twm-testimonial-1 .twm-testimonial-1-content:after {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 100px;
  background-color: #f5f7f9;
  content: "";
  z-index: -1;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .twm-testimonial-1 .twm-testimonial-1-content:after {
    left: 0px;
  }
}
.twm-testimonial-1 .twm-testimonial-1-content .twm-testi-media {
  width: 235px;
  max-width: 235px;
  display: table-cell;
  vertical-align: bottom;
}
@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 50px 30px;
}
@media (max-width: 575px) {
  .twm-testimonial-1 .twm-testimonial-1-content .twm-testi-content {
    padding: 0px;
  }
}
.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: 0px;
  }
  .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 {
  font-size: 18px;
  font-style: italic;
  color: #17171d;
  margin-bottom: 40px;
}
.twm-testimonial-1
  .twm-testimonial-1-content
  .twm-testi-content
  .twm-testi-detail
  .twm-testi-name {
  color: #1967d2;
  font-size: 18px;
  font-weight: 500;
}
.twm-testimonial-1
  .twm-testimonial-1-content
  .twm-testi-content
  .twm-testi-detail
  .twm-testi-position {
  color: #17171d;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.twm-testimonial-1
  .twm-testimonial-1-content
  .twm-testi-content
  .twm-testi-detail
  .twm-testi-position:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #1967d2;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .twm-testimonial-1 .twm-testimonial-1-content {
    display: block;
    text-align: center;
    padding: 30px;
  }
  .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: 0px auto;
  }
}

/*testimonial style 1*/
.twm-testimonial-2-carousel {
  margin-bottom: 30px;
}

.twm-testimonial-2 {
  position: relative;
  padding: 0px 15px 15px;
}
.twm-testimonial-2 .twm-testimonial-2-content {
  border-radius: 10px;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-media img {
  width: auto;
  height: 220px;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-content {
  padding: 50px 30px 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(56, 152, 226, 0.3);
  position: relative;
}
.twm-testimonial-2 .twm-testimonial-2-content .twm-testi-content .twm-quote {
  position: absolute;
  right: 30px;
  top: -45px;
  opacity: 0.3;
}
.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 {
  font-size: 18px;
  color: #17171d;
  margin-bottom: 20px;
}
.twm-testimonial-2
  .twm-testimonial-2-content
  .twm-testi-content
  .twm-testi-detail
  .twm-testi-name {
  color: #1967d2;
  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 {
  color: #fff;
  background-color: #1967d2;
  font-size: 14px;
  position: relative;
  display: inline-block;
  border-radius: 0px 8px 8px 0px;
  padding: 8px 40px 8px 30px;
  margin-left: -30px;
}
.twm-testimonial-2
  .twm-testimonial-2-content
  .twm-testi-content
  .twm-testi-detail
  .twm-testi-position:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/*Blog post 1*/
.twm-blog-post-wrap-right {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .twm-blog-post-wrap-right {
    margin-left: 0px;
  }
}
.twm-blog-post-wrap-right .twm-blog-post-1-outer {
  margin-top: 0px;
}

.twm-blog-post-1-outer-wrap {
  padding-top: 20px;
}

.twm-blog-post-1-outer {
  background-color: #e6edf5;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 20%);
}
.twm-blog-post-1-outer.shadow-none {
  box-shadow: none;
}
.twm-blog-post-1-outer .wt-post-media {
  overflow: hidden;
  width: auto;
  display: inline-block;
  max-height: 250px;
}
.twm-blog-post-1-outer .wt-post-media img {
  max-width: 100%;
  max-height: 260px;
  border-radius: 10px;
}
.twm-blog-post-1-outer .wt-post-info {
  position: relative;
  z-index: 1;
  padding: 1rem;
  background: #e6edf5;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date {
  /* background-color: #7a98bf; */
  color: #000;
  font-size: 14px;
  line-height: 20px;
  /* padding: 5px 15px 5px 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; */
  margin-right: 10px;
  position: relative;
  /* z-index: 1; */
}
/* .twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:after {
  content: "";
  background-color: #7a98bf;
  position: absolute;
  top: 0px;
  left: -30px;
  bottom: 0px;
  width: 30px;
  z-index: -1;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:before {
  content: "";
  position: absolute;
  left: -29px;
  bottom: -8px;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 0px solid transparent;
  border-top: 8px solid #6881a2;
} */
.twm-blog-post-1-outer .wt-post-info .post-author {
  color: #1967d2;
  font-weight: 600;
  margin-right: 15px;
}
/* .twm-blog-post-1-outer .wt-post-info .post-author a {
  color: #1967d2;
  display: inline-block;
} */
.twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 0px; font-size: 1.125rem; min-height: 34px; font-weight: 600;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-text p {
  font-size: 0.875rem;
  margin-bottom: 10px;
}

/*Blog post 2*/
.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: #1967d2;
  border-radius: 10px;
  padding: 30px;
  margin: -50px 10px 0px 10px;
  position: relative;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta {
  position: relative;
  margin-bottom: 20px;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul li {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul li.post-date {
  background-color: #171d28;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 5px 30px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  top: -48px;
  left: 0px;
}
.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;
}

/*BLog Post List Style*/
.twm-blog-list-style {
  display: flex;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .twm-blog-list-style {
    display: block;
  }
}
.twm-blog-list-style .wt-post-media {
  margin-bottom: 0px;
  margin-right: 30px;
  max-width: 320px;
}
@media (max-width: 767px) {
  .twm-blog-list-style .wt-post-media {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.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 {
  position: absolute;
  left: 20px;
  top: 20px;
}

/*Job post section*/
.twm-jobs-list-wrap {
  max-width: 96%;
}

.twm-jobs-list-wrap ul li {
  list-style: none;
}

.twm-jobs-list-style1 {
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .twm-jobs-list-style1 {
    text-align: center;
    display: block;
    margin-bottom: 30px !important;
  }
}
.twm-jobs-list-style1 .twm-media {
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  margin-right: 40px;
  position: absolute;
  bottom: 10px !important;
  line-height: 90px;
}
.twm-jobs-list-style1 .twm-media img {
  max-width: 100%;
  max-height: 90px;
}

@media (max-width: 767px) {
  .twm-jobs-list-style1 .twm-media {
    position: inherit;
    bottom: inherit;
    margin-right: 0px;
    margin-bottom: 2px;
    width: 100px;
    height: 100px;
    line-height: 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: 125px;
}
.twm-mid-content span{margin-right: 5px;}
.twm-mid-content i{display: inline-block; position: relative; vertical-align: middle;}
@media (max-width: 767px) {
  .twm-jobs-list-style1 .twm-mid-content {
    padding-left: 0px;
  }
}
.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: 0px;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-amount {
  font-weight: 500;
  color: #17171d;
  margin: 10px 0px 0px 0px;
  font-size: 14px;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-amount span {
  color: #909faf;
}
.twm-jobs-list-style1 .twm-right-content .twm-job-websites {
  font-size: 14px;
}
.twm-jobs-list-style1 .twm-right-content .twm-jobs-browse {
  font-weight: 600;
  font-size: 18px;
}
.twm-right-content .btn-outline-primary{}
.twm-jobs-list-style1 .twm-job-title .twm-job-post-duration {
  color: #1967d2;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .twm-jobs-category span {
    display: inline-block;
  }
}

.cabdidate-de-info .twm-jobs-category span {
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .cabdidate-de-info .twm-jobs-category span {
    margin-top: 0px;
    display: inline-block;
  }
}

.twm-jobs-grid-style1 {
  background-color: #eff6ff;
  border: 1px;
  box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 20%);
  position: relative;
  padding: 16px;
  border-radius: 9px;
  width: 100%;
}

/* @media (max-width: 991px) {
  .twm-jobs-grid-style1 {
    margin-top: 20px;
  }
} */

@media (max-width: 420px) {
  /* .twm-jobs-grid-style1 {
    text-align: center;
    margin-top: 0px;
  } */
}
.twm-jobs-grid-style1 .twm-media {
  /* width: 50px;
  max-height: 50px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  margin-right: 10px;
  position: relative;
  margin-top: 0px;
  overflow: hidden; */
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: var(--sf-radius);
    padding: 2px;
    /* box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2); */
    display: flex; position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--sf-transition);
    flex-shrink: 0;
    text-decoration: none;
}
.company_name {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: top;
  padding-left: 10px;
}
.company_name a {
  display: block;
  font-size: 1.25rem;
  color: #2e3192;
  line-height: 25px;
  font-weight: 600;
  min-height: 20px;
}
.company_name a:hover {
  color: #1967d2;
}
@media (max-width: 420px) {
  /* .twm-jobs-grid-style1 .twm-media {
    position: inherit;
    top: inherit;
    margin: 0px auto;
  } */
}
.twm-jobs-grid-style1 .twm-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 9px;
}
.twm-jobs-grid-style1 .twm-mid-content {
  padding-top: 2px; font-size: 13px;
}
@media (max-width: 420px) {
  /* .twm-jobs-grid-style1 .twm-mid-content {
    padding-top: 30px;
  } */
}
.twm-jobs-grid-style1 .twm-right-content {
  justify-content: space-between;
  margin-top:10px; padding-top: 10px;
  border-top:1px solid #d1d5dc;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-right-content {
    display: block;
  }
  .twm-jobs-grid-style1 .twm-right-content {
    padding-top: 2px;
  }
}
.twm-jobs-grid-style1 .twm-right-content .twm-job-address {
  margin-bottom: 0px;
}
.twm-jobs-grid-style1 .twm-right-content .twm-jobs-amount {
  font-weight: 500;
  color: #16a34a;
  font-size: 13px;
}
.twm-jobs-grid-style1 .twm-right-content .twm-jobs-amount span {
  color: #909faf; padding-left: 2px;
}

.twm-jobs-grid-style1 .twm-right-content .btn-outline-success {
  border-radius: 0.75rem;
  font-weight: 500;
}
.twm-jobs-grid-style1 .twm-right-content .twm-jobs-browse {
  font-weight: 500; font-size: 1rem;
  border-radius: 0.75rem;
  padding: 5px 10px; color: #fff; background: #2e3192;
  display: block; width: 100%; text-align: center;
}
.twm-jobs-grid-style1 .twm-right-content .twm-jobs-browse:hover{
  text-decoration:none; color: #fff; background: #1664c0;
}
.twm-jobs-grid-style1 .twm-job-post-duration {
  font-size: 13px;
  position: relative;
  text-align: left;
  line-height: 15px;
  padding-right: 5px;
}
@media (max-width: 420px) {
  /* .twm-jobs-grid-style1 .twm-job-post-duration {
    display: block;
    margin: 0px;
  } */
  .twm-jobs-grid-style1 .twm-right-content .twm-jobs-amount {
    font-size: 14px;
  }
  .twm-jobs-grid-style1 .twm-right-content .twm-jobs-amount span {
    font-weight: 400;
    padding-left: 5px;
  }
}
.twm-jobs-grid-style1 .twm-jobs-category {
    position: absolute;
    right: 0px;
    top: 14px;
}
.twm-jobs-cat-name{
    color: #567890;
    background: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 5px;
    min-width: 80px;
    margin-top: 2px;
    font-size: 11px;
    line-height: 14px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    text-align: center;
}
@media (max-width: 420px) {
  /* .twm-jobs-grid-style1 .twm-jobs-category {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 10px;
  } */
  .twm-jobs-grid-style1 .twm-jobs-category {
    right: 15px;
  }
}

/*Employer List*/
.twm-employer-list-wrap ul {
  margin: 0px;
}
.twm-employer-list-wrap ul li {
  list-style: none;
}

.twm-employer-list-style1 {
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 25px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 575px) {
  .twm-employer-list-style1 {
    display: block;
    text-align: center;
    margin-bottom: 30px !important;
  }
}
.twm-employer-list-style1 .twm-media {
  width: 150px;
  height: 150px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  margin-right: 40px;
  position: absolute;
  bottom: -20px;
  line-height: 150px;
}
@media (max-width: 575px) {
  .twm-employer-list-style1 .twm-media {
    position: inherit;
    bottom: inherit;
    margin: 0px 0px 30px 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.twm-employer-list-style1 .twm-media img {
  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: 0px;
  }
}
.twm-employer-list-style1 .twm-right-content {
  text-align: center;
  width: 100px;
}
@media (max-width: 575px) {
  .twm-employer-list-style1 .twm-right-content {
    margin: 0px auto;
  }
}
.twm-employer-list-style1 .twm-right-content .twm-job-address {
  margin-bottom: 0px;
}
.twm-employer-list-style1 .twm-right-content .twm-jobs-vacancies {
  font-weight: 500;
  color: #17171d;
  margin: 20px 0px 10px 0px;
  font-size: 14px;
}
.twm-employer-list-style1 .twm-right-content .twm-jobs-vacancies span {
  color: #00aa18;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.twm-employer-list-style1 .twm-right-content .twm-job-websites {
  font-size: 14px;
}

/*Employer grid*/
.twm-employer-grid-style1 {
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 25px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.twm-employer-grid-style1 .twm-media {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  margin-right: 40px;
  position: absolute;
  top: -20px;
  overflow: hidden;
}
.twm-employer-grid-style1 .twm-media img {
  display: inline-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 {
  text-align: center;
  width: 100px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.twm-employer-grid-style1 .twm-right-content .twm-job-address {
  margin-bottom: 0px;
}
.twm-employer-grid-style1 .twm-right-content .twm-jobs-vacancies {
  font-weight: 500;
  color: #17171d;
  margin: 20px 0px 10px 0px;
  font-size: 14px;
}
.twm-employer-grid-style1 .twm-right-content .twm-jobs-vacancies span {
  color: #00aa18;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.twm-employer-grid-style1 .twm-right-content .twm-job-websites {
  font-size: 14px;
}

.twm-bg-red {
  background-color: #ff0000;
}

.twm-bg-green {
  background-color: #2db346;
}

.twm-bg-brown {
  background-color: #b3692d;
}

.twm-bg-gray {
  background-color: #9ca1a7;
}

.twm-bg-light-blue {
  background-color: #a3c3ed;
}

.twm-bg-purple {
  background-color: #8883ec;
}

.twm-bg-blue {
  background-color: #006699;
}

.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-right,
.twm-bg-ring-wrap .twm-bg-ring-left {
  position: absolute;
  border-radius: 50%;
}
.twm-bg-ring-wrap .twm-bg-ring-left {
  width: 495px;
  height: 495px;
  border: 100px solid #56d8b1;
  left: -150px;
  bottom: -150px;
  opacity: 0.1;
}
.twm-bg-ring-wrap .twm-bg-ring-right {
  width: 700px;
  height: 700px;
  border: 130px solid #1967d2;
  right: -80px;
  top: 150px;
  opacity: 0.1;
}

.twm-bg-ring-wrap2 {
  overflow: hidden;
  position: relative;
}
.twm-bg-ring-wrap2 .twm-bg-ring-right,
.twm-bg-ring-wrap2 .twm-bg-ring-left {
  position: absolute;
  border-radius: 50%;
}
.twm-bg-ring-wrap2 .twm-bg-ring-left {
  width: 495px;
  height: 495px;
  border: 100px solid #56d8b1;
  left: -150px;
  bottom: -150px;
  opacity: 0.3;
}
.twm-bg-ring-wrap2 .twm-bg-ring-right {
  width: 700px;
  height: 700px;
  border: 130px solid #1967d2;
  right: -250px;
  top: -250px;
  opacity: 0.05;
}

/*Explore New Life*/
.twm-explore-area {
  overflow: hidden;
}

.twm-explore-content-outer {
  position: relative;
  z-index: 1;
}
.twm-explore-content-outer .twm-bold-circle-left {
  width: 140px;
  height: 140px;
  border: 30px solid #1967d2;
  left: 50px;
  bottom: -110px;
  opacity: 0.4;
  border-radius: 50%;
  position: absolute;
}
.twm-explore-content-outer .twm-bold-circle-right {
  width: 250px;
  height: 250px;
  border: 50px solid #1967d2;
  right: -140px;
  top: -90px;
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
}

.twm-explore-media-wrap .twm-media {
  position: relative;
  z-index: 2;
  margin-right: -85px;
}
@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: 0px;
  }
  .twm-explore-media-wrap .twm-media img {
    width: 100%;
  }
}

.twm-explore-content {
  background-color: #1967d2;
  border-radius: 10px;
  padding: 30px 45px;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  margin-left: 30px;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-explore-content {
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .twm-explore-content {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .twm-explore-content {
    padding: 20px 30px;
  }
}
.twm-explore-content .twm-l-line-1 {
  width: 475px;
  height: 475px;
  position: absolute;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  opacity: 0.1;
  left: -290px;
  top: -290px;
  z-index: -1;
}
.twm-explore-content .twm-l-line-2 {
  width: 475px;
  height: 475px;
  position: absolute;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  opacity: 0.1;
  left: -230px;
  top: -230px;
  z-index: -1;
}
.twm-explore-content .twm-r-circle-1 {
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: #e7e7e7;
  border-radius: 50%;
  opacity: 0.05;
  right: -140px;
  top: -200px;
  z-index: -1;
}
.twm-explore-content .twm-r-circle-2 {
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: #e7e7e7;
  border-radius: 50%;
  opacity: 0.05;
  right: -90px;
  top: -145px;
  z-index: -1;
}
.twm-explore-content .twm-title-small {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.twm-explore-content .twm-title-large {
  margin-bottom: 0px;
}
.twm-explore-content .twm-title-large h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
}
@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: #17171d;
}
.twm-explore-content .twm-upload-file .site-button i {
  color: #1967d2;
  padding-right: 0px;
  padding-left: 5px;
  font-size: 24px;
}

.twm-explore-content-2 {
  background-color: #1967d2;
  border-radius: 50px;
  padding: 55px 70px;
  position: relative;
  z-index: 1;
  margin-right: 100px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .twm-explore-content-2 {
    padding: 30px;
  }
  .twm-explore-content .twm-title-large h2 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .twm-explore-content-2 {
    margin-right: 0px;
  }
}
.twm-explore-content-2 .twm-explore-top-section {
  margin-right: 110px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .twm-explore-content-2 .twm-explore-top-section {
    margin-right: 0px;
  }
}
.twm-explore-content-2 .twm-explore-top-section .twm-title-small {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.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: #1967d2;
}
.twm-explore-content-2 .twm-explore-top-section .twm-read-more .site-button i {
  color: #1967d2;
  padding-right: 0px;
  padding-left: 5px;
  font-size: 24px;
}
.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-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.twm-explore-content-2 .twm-explore-bottom-section .counter-outer-two .counter {
  font-size: 46px;
  line-height: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.twm-explore-content-2
  .twm-explore-bottom-section
  .counter-outer-two
  .icon-content-info {
  color: #fff;
  margin-bottom: 0px;
  font-size: 16px;
}
.twm-explore-content-2 .twm-explore-media-wrap2 {
  position: relative;
  z-index: 1;
  height: 100%;
}
.twm-explore-content-2 .twm-explore-media-wrap2:after {
  background-color: #fff;
  content: "";
  position: absolute;
  width: 467px;
  height: 467px;
  border-radius: 50%;
  right: -170px;
  top: 0px;
  z-index: -1;
  box-shadow: 20px 20px 0px #4780ce inset;
}
@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 {
  position: absolute;
  width: 350px;
  right: -170px;
  bottom: -40px;
}
@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 {
    position: inherit;
    right: inherit;
    bottom: inherit;
    margin: 0px auto;
  }
}
.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%;
  }
}

/*Explore New Life*/
.twm-explore-content-outer-3 {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@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 {
  width: 73px;
  height: 270px;
  position: absolute;
  background-color: #eac87c;
  border-radius: 50px;
  left: -30px;
  bottom: -140px;
  z-index: -1;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .twm-explore-content-outer-3 .twm-l-line-1 {
    display: none;
  }
}
.twm-explore-content-outer-3 .twm-l-line-2 {
  width: 73px;
  height: 270px;
  position: absolute;
  background-color: #cea7d9;
  border-radius: 50px;
  left: 55px;
  bottom: -120px;
  z-index: -1;
  opacity: 0.2;
}
@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;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  border-radius: 10px;
  padding: 55px 70px;
  position: relative;
  margin-top: 70px;
  margin-left: 30px;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-explore-content-outer-3 .twm-explore-content-3 {
    margin-left: 0px;
  }
}
@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 {
  content: "";
  right: -40px;
  top: 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  border-right: 40px solid #dbe6f7;
  border-bottom: 40px solid #dbe6f7;
  border-radius: 10px;
  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 {
  margin-bottom: 10px;
  color: #17171d;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.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: #1967d2;
  color: #fff;
}
.twm-explore-content-outer-3
  .twm-explore-content-3
  .twm-upload-file
  .site-button
  i {
  color: #fff;
  padding-right: 0px;
  padding-left: 5px;
  font-size: 24px;
}

/*Job categories*/
.twm-job-categories-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.twm-job-categories-section {
  margin-bottom: 30px;
}
.twm-job-categories-section:after {
  width: 100%;
  height: 100%;
  content: "";
  left: calc(50% - 120px);
  top: 0px;
  background-color: #fff;
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .twm-job-categories-section:after {
    left: 0px;
  }
}

.twm-job-categories-section-2 {
  margin-bottom: 30px;
}

.job-categories-block {
  display: flex;
  padding: 50px 30px;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .job-categories-block {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .job-categories-block {
    margin: 0px 20px;
  }
}
.job-categories-block:after {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -100px;
  bottom: -35px;
  content: "";
  background-color: #3898e2;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
}
.job-categories-block:before {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -80px;
  bottom: -30px;
  content: "";
  background-color: #3898e2;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
}
.job-categories-block .twm-media {
  width: 100px;
}
.job-categories-block .twm-media img {
  width: auto;
}
.job-categories-block .twm-content .twm-jobs-available {
  background-color: #1967d2;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.job-categories-block .twm-content a {
  margin-bottom: 0px;
  display: block;
}

.job-categories-style1 .owl-carousel .owl-stage-outer {
  display: table;
  position: relative;
  padding: 30px 0px 30px 10px;
}
@media (max-width: 991px) {
  .job-categories-style1 .owl-carousel .owl-stage-outer {
    display: block;
    padding: 30px 0px;
  }
}

.owl-btn-left-bottom .owl-nav {
  text-align: left;
  position: absolute;
}
.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 {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.job-categories-block-2:after {
  width: 110px;
  height: 110px;
  position: absolute;
  right: -60px;
  bottom: -60px;
  content: "";
  background-color: #1967d2;
  border-radius: 50%;
  opacity: 0.04;
  z-index: -1;
}
.job-categories-block-2:before {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -60px;
  top: -60px;
  content: "";
  background-color: #1967d2;
  border-radius: 50%;
  opacity: 0.04;
  z-index: -1;
}
.job-categories-block-2 .twm-media {
  width: 100px;
  display: inline-block;
  margin-bottom: 30px;
}
.job-categories-block-2 .twm-media img {
  width: auto;
}
.job-categories-block-2 .twm-content .twm-jobs-available {
  background-color: #dbe6f7;
  color: #1967d2;
  font-size: 14px;
  border-radius: 5px;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.job-categories-block-2 .twm-content a {
  margin-bottom: 0px;
  display: block;
}

/*Search Bar*/
.twm-bnr-search-bar {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(47, 47, 47, 0.09);
  height: 70px;
  box-shadow: 0px 0px 30px rgba(230, 230, 230, 0.3);
  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 0px;
  }
  .twm-mid-content h4 {
    font-size: 16px;
  }
}
.twm-bnr-search-bar label {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-transform: uppercase;
  display: block;
  padding-top: 8px;
}
.twm-bnr-search-bar .form-select,
.twm-bnr-search-bar .form-control {
  height: 34px;
  padding: 0px;
  border: none;
}
.twm-bnr-search-bar .site-button {
  display: block;
  width: 100%;
  padding: 15px 8px;
}

.twm-inputicon-box {
  position: relative;
}
.twm-inputicon-box .form-control {
  padding-right: 40px;
  background: transparent;
}
.twm-inputicon-box .twm-input-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 34px;
  z-index: 5;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
}

.twm-bnr-popular-search {
  position: relative;
  font-size: 14px;
  margin-top: 30px;
}
.twm-bnr-popular-search .twm-title {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/*Search Bar Section home 2*/
.twm-search-bar-2-wrap {
  position: relative;
  z-index: 2;
}
.twm-search-bar-2-wrap .twm-search-bar-2-inner {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(56, 152, 226, 0.3);
  margin: -80px 0px 0px 0px;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 991px) {
  .twm-search-bar-2-wrap .twm-search-bar-2-inner {
    margin: 40px 0px 30px 0px;
  }
}
.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;
}

/*trusted Logo*/
.twm-trusted-by-wrap {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .twm-trusted-by-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .twm-trusted-by-wrap {
    margin: 40px 0px 30px 0px;
  }
}
.twm-trusted-by-wrap .twm-trusted-by-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
@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: 0px auto;
  }
}

.twm-trusted-logo a img {
  width: auto !important;
}

.rotate-center {
  animation: rotate-center 30s linear infinite both;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate-center-reverse {
  animation: rotate-center 30s linear infinite reverse both;
}

@keyframes rotate-center-reverse {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slide-top-animation {
  animation: slide-top-animation 3s ease-in-out infinite alternate-reverse both;
}

@keyframes slide-top-animation {
  0% {
    transform: translateY(0);
  }
  100% {
    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);
  }
  100% {
    transform: scale(1);
  }
}
/*tabs*/
.twm-tabs-style-1 {
  padding-bottom: 0px;
}
.twm-tabs-style-1.center .nav-tabs {
  text-align: center;
  display: block;
}
@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 {
  margin-bottom: 10px;
  border: none;
}
.twm-tabs-style-1 .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 5px 10px;
  line-height: 15px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  color: #1967d2;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  background-color: #dbe6f7;
}
.twm-tabs-style-1 .nav-tabs .nav-item .nav-link.active {
  background-color: #1967d2 !important;
  color: #fff !important;
}

/*tabs*/
.twm-tabs-style-2.center .nav-tabs {
  text-align: center;
  display: block;
}
.twm-tabs-style-2.center .nav-tabs .nav-item {
  display: inline-block;
}
.twm-tabs-style-2 .nav-tabs {
  margin-bottom: 20px;
  border: none;
  text-align: center;
}
.twm-tabs-style-2 .nav-tabs li {
  margin-left: auto;
  margin-right: auto;
}
.twm-tabs-style-2 .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 5px 15px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  color: #1967d2;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #1967d2;
}
@media (max-width: 575px) {
  .twm-tabs-style-2 .nav-tabs .nav-item .nav-link {
    padding: 4px 10px;
    font-size: 14px;
  }
}
.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: #1967d2 !important;
  color: #fff;
}

/*Side bar Advertisement*/
.twm-advertisment {
  border-radius: 10px;
  overflow: hidden;
  padding: 50px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 30px 0px;
}
.twm-advertisment .overlay {
  background-color: #1967d2;
  opacity: 0.8;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  font-weight: 300;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 300;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 300;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 300;
}

/*Side Bar Elements*/
.twm-sidebar-ele-filter {
  margin: 30px 0px;
}
.twm-sidebar-ele-filter ul {
  list-style: none;
}
.twm-sidebar-ele-filter ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 5px;
  color: #333;
}
.twm-sidebar-ele-filter ul li .twm-job-type-count {
  padding-left: 30px;
  color: #1967d2;
  font-size: 14px;
}

/*Checked Input*/
.form-check-input {
  width: 16px;
  height: 16px;
}
.form-check.form-switch{padding-left: 2.75rem;}

.form-check-input:checked {
    background-color: #2e3192;
}

.form-check .form-check-input {
  border-color: #2e3192;
}
.form-check .form-check-input:checked {
  border-color: #2e3192;
}

.form-check-input:checked[type="radio"] {
  background-image: none;
  position: relative;
}
.form-check-input:checked[type="radio"]:after {
  background-color: #2e3192;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
}

.form-check-input[type="radio"] {
  background-color: transparent;
}
.form-check p a{font-size: 16px; color:#006699;}
.form-check p a:hover{color: #1967d2;}

.product-filter-wrap {
  padding-bottom: 30px;
}
.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 {
    margin-bottom: 10px;
    display: block;
  }
}
.product-filter-wrap .twm-filter-select {
  display: flex;
  align-items: center;
}
@media (max-width: 400px) {
  .product-filter-wrap .twm-filter-select {
    display: block;
  }
}
.product-filter-wrap .twm-filter-select .woocommerce-result-count {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-filter-wrap .twm-filter-select .woocommerce-result-count {
    display: block;
    width: 100%;
    max-width: 120px;
  }
}
.product-filter-wrap .twm-filter-select .form-select-3:last-child {
  margin-right: 0px;
}

.form-select-3 {
  width: 160px;
  margin-right: 20px;
  background-color: #dbe6f7;
  border: 0px;
  border-radius: 10px;
}
@media (max-width: 400px) {
  .form-select-3 {
    margin-top: 10px;
    width: 100%;
  }
}

/*Error 404*/
.twm-error-wrap {
  padding: 100px 0px;
}
@media (max-width: 991px) {
  .twm-error-wrap {
    padding-bottom: 30px;
  }
  .twm-error-wrap .twm-error-image {
    margin-bottom: 30px;
  }
}
.twm-error-wrap .row {
  display: flex;
  align-items: center;
}
.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 {
  margin-bottom: 20px;
  font-size: 16px;
}

/*Candidate List*/
.twm-candidates-list-wrap {
  padding-top: 0px;
}
.twm-candidates-list-wrap ul {
  margin: 0px;
}
.twm-candidates-list-wrap ul li {
  list-style: none;
}

.twm-candidates-list-style1 {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .twm-candidates-list-style1 {
    display: block;
    text-align: center;
  }
}
.twm-candidates-list-style1 .twm-media {
  width: 110px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .twm-candidates-list-style1 .twm-media {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 90px;
  }
}
.twm-candidates-list-style1 .twm-media .twm-media-pic {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  top: -50px;
  margin-bottom: -30px;
}
.twm-candidates-list-style1 .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-candidates-list-style1 .twm-media .twm-candidates-tag span {
  color: #1967d2;
  border-radius: 5px;
  padding: 5px 12px;
  background-color: #dbe6f7;
}
.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 {
  display: flex;
  align-items: center;
  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 {
  font-weight: 500;
  color: #17171d;
  font-size: 14px;
}
.twm-candidates-list-style1 .twm-fot-content .twm-jobs-vacancies span {
  color: #909faf;
  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;
  margin-bottom: 0px;
  margin-right: 30px;
  font-weight: 500;
}
.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-weight: 600;
  font-size: 18px;
}

/*Candidate grid*/
.twm-candidates-grid-style1 {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.twm-candidates-grid-style1 .twm-media {
  display: inline-block;
  margin-bottom: 20px;
}
.twm-candidates-grid-style1 .twm-media .twm-media-pic {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  top: -50px;
  margin-bottom: -30px;
}
.twm-candidates-grid-style1 .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-candidates-grid-style1 .twm-media .twm-candidates-tag span {
  color: #1967d2;
  border-radius: 5px;
  padding: 5px 12px;
  background-color: #dbe6f7;
}
.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 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
.twm-candidates-grid-style1 .twm-fot-content {
  background-color: #f3f8ff;
  padding: 20px;
  margin: 0px -20px -20px;
  border-radius: 0px 0px 10px 10px;
}
.twm-candidates-grid-style1 .twm-fot-content .twm-jobs-vacancies {
  font-weight: 500;
  color: #17171d;
  font-size: 14px;
}
.twm-candidates-grid-style1 .twm-fot-content .twm-jobs-vacancies span {
  color: #909faf;
  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;
  margin-bottom: 0px;
  margin-right: 30px;
  font-weight: 500;
}
.twm-candidates-grid-style1 .twm-fot-content .twm-candidate-address i {
  margin-right: 5px;
}

/*Candidates detail*/
.twm-s-title {
  font-size: 16px;
  color: #4a5565;
  font-weight: 500;
}
 .related_jobs .twm-s-title{
  font-size: 1.25rem; color: #000;
 }

.twm-candi-self-wrap {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
  background-size: cover;
}

.twm-candi-self-info {
  position: relative;
  z-index: 1;
}
.twm-candi-self-info .twm-candi-self-top {
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 20px;
}
.twm-candi-self-info .twm-candi-self-top .twm-candi-fee {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  position: absolute;
  right: 0px;
  top: -10px;
}
@media (max-width: 575px) {
  .twm-candi-self-info .twm-candi-self-top .twm-candi-fee,
  .twm-s-title {
    font-size: 16px;
  }
}
.twm-candi-self-info .twm-candi-self-top .twm-media {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0px auto 30px;
}
.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 {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@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;
  }
}

/*Employer detail*/
.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 {
  position: relative;
  padding-top: 20px;
}
.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 {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: relative;
  top: -40px;
  left: 20px;
  overflow: hidden;
  margin-bottom: -20px;
}
.twm-employer-self-info .twm-employer-self-top .twm-media img {
  width: 100%;
}
.twm-employer-self-info .twm-employer-self-top .twm-job-title {
  margin-bottom: 15px;
  font-size: 16px;
}
.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 {
  position: relative;
}
.twm-employer-self-info .twm-employer-self-bottom {
  position: absolute;
  top: -62px;
  right: 0px;
}
@media (max-width: 767px) {
  .twm-employer-self-info .twm-employer-self-bottom {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 10px;
  }
}
.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: 0px;
}

/*Work Experience*/
.twm-timing-list-wrap {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 30px;
}
@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: 0px;
}
.twm-timing-list .twm-time-list-date {
  font-size: 14px;
  color: #666666;
}
.twm-timing-list .twm-time-list-title {
  color: #1967d2;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.twm-timing-list .twm-time-list-title:before {
  width: 20px;
  height: 20px;
  border: 3px solid #dbe6f7;
  border-radius: 50%;
  background-color: #1967d2;
  content: "";
  position: absolute;
  left: -50px;
  top: 3px;
}
.twm-timing-list .twm-time-list-title:after {
  width: 22px;
  height: 1px;
  background-color: #1967d2;
  content: "";
  position: absolute;
  left: -26px;
  top: 13px;
}
.twm-timing-list .twm-time-list-position {
  margin: 10px 0px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.twm-timing-list .twm-time-list-discription p:last-child {
  margin-bottom: 0px;
}

/*Social Share*/
.twm-social-tags {
  margin-top: -10px;
}
.twm-social-tags a {
  height: 34px; width: 34px;
  padding: 2px; text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
  color: #fff;
  border-radius: 100px;
  font-size: 18px;
}
.twm-social-tags a:hover {
  opacity: 0.9;
}

.fb-clr {
  background-color: #2e3192;
}

.tw-clr {
  background-color: #38b2e1;
}

.link-clr {
  background-color: #0579b6;
}

.whats-clr {
  background-color: #2ca53b;
}

.pinte-clr {
  background-color: #f03c41;
}

/*Employer detail*/
.twm-job-self-wrap {
  border-radius: 10px;
  margin-bottom: 40px;
}

.twm-job-self-info {
  position: relative;
  z-index: 1;
}
.twm-job-self-info .twm-job-self-top {
  position: relative;
}
.twm-job-self-info .twm-job-self-top .twm-media-bg img {
  border-radius: 10px;
}
.twm-job-self-info .twm-job-self-top .twm-jobs-category {
  position: absolute;
  left: 20px;
  top: 20px;
}
.company_thumb_name{
  display: flex;
  gap: 10px;
  align-items: center;
}
.twm-job-self-info .twm-job-self-top .twm-media {
    height: 120px;
    width: 120px;
    background: #fff;
    border-radius: 9px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 20%);
    padding: 5px;
}
.company_name_dtl .twm-job-address {
  margin-top: -10px;
}
.company_name_dtl {
  display: inline-block;
  position: relative;
  max-width: 62%;
  vertical-align: top;
  font-size: 1.125rem;
  line-height: 25px;
  color: #000;
}
.company_name_dtl a {
  display: block;
  padding: 10px 2px;
  color: #000;
  font-weight: 500;
}
.company_name_dtl a:hover {
  color: #123456;
}

@media (max-width: 420px) {
  .twm-job-self-info .twm-job-self-top .twm-media {
    height: 80px;
    width: 80px;
  }
  .twm-job-self-info .twm-job-self-top .twm-media {
    left: auto;
    top: auto;
    margin-left: 0px;
    vertical-align: middle;
  }
  .company_name_dtl {
    vertical-align: middle;
  }
  .twm-job-self-info .twm-job-self-top .twm-jobs-category {
    top: 15%;
    left: auto;
    right: 15px;
  }
}

.twm-job-self-info .twm-job-self-top .twm-media img {
  width: 100%;
  display: block;
}
.twm-job-self-info .twm-job-self-top .twm-job-title {
  margin: 10px 0px;
  font-size: 1.5rem;
}
.twm-job-self-info .twm-job-self-top .twm-job-title .twm-job-post-duration {
  color: #1967d2;
  font-size: 14px;
}
.twm-job-self-info .twm-job-self-top .twm-job-address i {
  padding-right: 3px;
}
.twm-job-self-info .twm-job-self-top .twm-job-self-mid {
  /* display: flex; */
  justify-content: space-between;
}
.twm-job-self-mid p {
  margin-bottom: 0px;
}
.twm-job-self-mid-left,
.twm-job-apllication-area {
  max-width: 100%;
  display: block;
}
.twm-job-self-mid-left span {
  /* width: 30%; */
  display: inline-block;
  position: relative;
  color: #006699;
  margin-right: 10px;
}
.twm-job-self-mid-left span i {
  color: #1967d2;
}

@media (max-width: 767px) {
  .twm-job-self-info .twm-job-self-top .twm-job-self-mid {
    display: block;
    margin-bottom: 10px;
  }
}
.twm-job-self-info
  .twm-job-self-top
  .twm-job-self-mid
  .twm-job-apllication-area {
  font-weight: 500;
}
.twm-job-self-info
  .twm-job-self-top
  .twm-job-self-mid
  .twm-job-apllication-area
  .twm-job-apllication-date {
  color: #ff0000;
}
.twm-job-apllication-date{padding-left: 5px;}
.twm-job-self-info .twm-job-self-top .twm-jobs-amount {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
}
.twm-job-self-info .twm-job-self-top .twm-jobs-amount span {
  color: #909faf;
}
.twm-job-self-info .twm-job-self-top .twm-job-websites {
  /* margin-bottom: 10px; */
  margin-right: 5px;
}
.twm-job-self-info .twm-job-self-top .twm-mid-content {
  position: relative;
}

/* .twm-job-self-info .twm-job-self-bottom {
  position: absolute;
  top: -50px;
  right: 0px;
}
.twm-job-self-info .job-save-btn {
  position: absolute;
  top: 0px;
  right: 150px;
}
.twm-job-self-info .job-email-apply-btn {
  position: absolute;
  top: 0px;
  right: 0px;
} */

.twm-job-self-info .btn i {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.twm-job-self-bottom .btn-outline-success,
.job-email-apply-btn .btn,
.job-save-btn .btn {
  outline: none;
  padding: 5px 10px;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.5s all ease;
}
.btn-primary{border-radius: 0.5rem;}

@media (max-width: 767px) {
  .twm-job-self-bottom .btn-outline-success,
  .job-email-apply-btn .btn,
  .job-save-btn .btn {
    font-weight: 400;
  }
  .twm-job-self-info .twm-job-self-bottom {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 10px;
  }
  .twm-job-self-info .job-save-btn,
  .twm-job-self-info .job-email-apply-btn, .twm-job-self-info .twm-job-self-bottom {
    display: inline-block;
    position: relative;
    right: 0;
  }
  .twm-job-self-info .job-save-btn {
    margin-right: 10px; margin-left:10px;
  }
}
.twm-job-self-info .twm-job-self-bottom a {
  margin-right: 10px;
}
.twm-job-self-info .twm-job-self-bottom a:last-child {
  margin-right: 0px;
}

/* Home Page 2 Banner Section Css Start */
.twm-home2-banner-section {
  position: relative;
  padding-top: 160px;
  overflow: hidden;
}
.twm-home2-banner-section > .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.twm-home2-banner-section > .row .twm-bnr-left-section {
  max-width: 645px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  padding-right: 80px;
}
@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: 0px auto 60px;
  }
}
@media (max-width: 575px) {
  .twm-home2-banner-section > .row .twm-bnr-left-section {
    padding: 0px 20px;
  }
}
.twm-home2-banner-section > .row .twm-bnr-left-section .twm-bnr-title-small {
  font-size: 16px;
  font-weight: 500;
  color: #1967d2;
  margin-bottom: 30px;
  background-color: #dbe6f7;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 10px;
}
.twm-home2-banner-section > .row .twm-bnr-left-section .twm-bnr-title-large {
  font-size: 66px;
  line-height: 72px;
  font-weight: 500;
  color: #17171d;
  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 {
  max-width: 900px;
  position: relative;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .twm-home2-banner-section .twm-bnr2-right-content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 40px;
  }
}
@media (max-width: 540px) {
  .twm-home2-banner-section .twm-bnr2-right-content {
    margin-bottom: 0px;
  }
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-img-bg-circle-area2 {
  position: absolute;
  bottom: 100px;
  left: 0px;
}
@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 {
  width: 510px;
  height: 510px;
  border: 1px solid #ccc;
  position: relative;
  border-radius: 50%;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-img-bg-circle-area2
  .twm-outline-ring-wrap:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50px;
  border: 1px solid #ccc;
  width: 435px;
  height: 435px;
  border-radius: 50%;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-img-bg-circle-area2
  .twm-outline-ring-wrap:after {
  content: "";
  position: absolute;
  top: 90px;
  left: 100px;
  border: 1px solid #ccc;
  width: 335px;
  height: 335px;
  border-radius: 50%;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-img-bg-circle-area2
  .twm-outline-ring-wrap
  .twm-outline-ring-dott-wrap {
  width: 510px;
  height: 510px;
  position: relative;
  border-radius: 50%;
}
.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 {
  width: 17px;
  height: 17px;
  background-color: #1967d2;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 40px;
  top: 100px;
  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 {
  width: 17px;
  height: 17px;
  background-color: #1967d2;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  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 {
  width: 17px;
  height: 17px;
  background-color: #1967d2;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 40px;
  bottom: 100px;
  z-index: 9;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-small-ring-l {
  width: 50px;
  height: 50px;
  border: 5px solid #1967d2;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: -25px;
  z-index: 5;
  margin-top: -24px;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-small-ring-2 {
  width: 50px;
  height: 50px;
  border: 5px solid #1967d2;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  top: -17px;
  right: -14px;
  z-index: 5;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks .twm-icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 64px;
  background-color: #1967d2;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 0px;
}
@media (max-width: 540px) {
  .twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks .twm-icon {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-right: 10px;
  }
}
.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;
  line-height: 20px;
  font-weight: 700;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks
  .twm-content
  .tw-count-number
  .counter {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks
  .twm-content
  .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 14px;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-3 {
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
  width: 200px;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-3 .twm-pics {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks-3
  .twm-pics
  span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-left: -15px;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks-3
  .twm-content {
  display: flex;
  align-items: center;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks-3
  .twm-content
  .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  margin-right: 10px;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks-3
  .twm-content
  .tw-count-number
  .counter {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
}
.twm-home2-banner-section
  .twm-bnr2-right-content
  .twm-bnr-blocks-3
  .twm-content
  .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 14px;
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-1 {
  position: absolute;
  z-index: 4;
  top: 50px;
  left: 40px;
}
@media (max-width: 540px) {
  .twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-1 {
    position: inherit;
    top: inherit;
    left: inherit;
    max-width: 320px;
    margin: 10px auto 10px;
    padding: 10px;
  }
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-2 {
  position: absolute;
  z-index: 4;
  bottom: 150px;
  left: 160px;
}
@media (max-width: 540px) {
  .twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-2 {
    position: inherit;
    bottom: inherit;
    left: inherit;
    max-width: 320px;
    margin: 10px auto 10px;
    padding: 10px;
  }
}
.twm-home2-banner-section .twm-bnr2-right-content .twm-bnr-blocks-position-3 {
  position: absolute;
  z-index: 4;
  top: 300px;
  transform: translateY(-50%);
  left: 80px;
}
@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 {
    position: inherit;
    top: inherit;
    left: inherit;
    max-width: 320px;
    width: 100%;
    margin: 10px auto 10px;
    transform: none;
  }
}
.twm-home2-banner-section .twm-home-2-bnr-images {
  position: relative;
  max-width: 620px;
}
@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: 0px auto;
  }
}
.twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-1 {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  margin-left: 150px;
}
@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: 0px;
  }
}
.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 {
  position: absolute;
  left: -30px;
  top: -30px;
  background-color: #eac87c;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-2 {
  position: absolute;
  right: -190px;
  bottom: 100px;
  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 {
    width: 180px;
    right: -30px;
  }
}
@media (max-width: 540px) {
  .twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-2 {
    left: 20px;
    right: auto;
    bottom: 30px;
  }
}
.twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-2:after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  z-index: -1;
  height: 500px;
  width: 250px;
  border-radius: 0px 250px 250px 0px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1360px) {
  .twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-2:after {
    right: -30px;
    top: -30px;
    height: 340px;
    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%;
}

/* Home Page 1 Banner Section Css Start */
.twm-home1-banner-section {
  position: relative;
  padding-top: 160px;
  overflow: hidden;
}
.twm-home1-banner-section > .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.twm-home1-banner-section > .row .twm-bnr-left-section {
  max-width: 645px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    border-radius: 9px;
    background-color: #f3f4f6;
    text-align: center;
    margin-right: 10px;
    position: relative;
    color: #2b7fff;
    font-size: 15px;
}
@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 {
    max-width: 768px;
    margin: 0px auto;
    padding: 0px 30px 50px 30px;
  }
}
.twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-title-small {
  font-size: 20px;
  font-weight: 500;
  color: #17171d;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-title-small {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-title-large {
  font-size: 66px;
  line-height: 72px;
  font-weight: 500;
  color: #17171d;
  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 {
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 30px 0px 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 {
  left: 225px;
  bottom: 150px;
  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 {
    left: 100px;
    bottom: 240px;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle1
  span {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #b4cded;
  display: block;
  position: relative;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-img-bg-circle-area
    .twm-img-bg-circle1
    span {
    width: 400px;
    height: 400px;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle1
  span:after {
  width: 17px;
  height: 17px;
  background-color: #1967d2;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 35px;
  top: 100px;
  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 {
  width: 17px;
  height: 17px;
  background-color: #1967d2;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 3px;
  top: 170px;
  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 {
  left: 150px;
  bottom: 75px;
  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 {
    left: 50px;
    bottom: 200px;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle2
  span {
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background-color: #dbe6f4;
  display: block;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-img-bg-circle-area
    .twm-img-bg-circle2
    span {
    width: 500px;
    height: 500px;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle2
  span:after {
  width: 17px;
  height: 17px;
  background-color: #1967d2;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 75px;
  bottom: 100px;
  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 {
  left: 75px;
  bottom: 0px;
  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 {
    left: 0px;
    bottom: 150px;
  }
}
.twm-home1-banner-section
  .twm-bnr-right-section
  .twm-img-bg-circle-area
  .twm-img-bg-circle3
  span {
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background-color: #ecf1f7;
  display: block;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-img-bg-circle-area
    .twm-img-bg-circle3
    span {
    width: 600px;
    height: 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 {
  width: auto;
  margin-left: 100px;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-bnr-right-carousel
    .slide-img
    img {
    margin-left: 0px;
  }
}
@media (max-width: 1440px) {
  .twm-home1-banner-section
    .twm-bnr-right-section
    .twm-bnr-right-carousel
    .slide-img
    img {
    margin: 0px auto;
  }
}
.twm-home1-banner-section .twm-bnr-right-section .twm-small-ring-l {
  width: 50px;
  height: 50px;
  border: 5px solid #1967d2;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  bottom: 30%;
  left: 11%;
  z-index: 5;
}
@media (max-width: 1440px) {
  .twm-home1-banner-section .twm-bnr-right-section .twm-small-ring-l {
    left: 1%;
    bottom: 45%;
  }
}
.twm-home1-banner-section .twm-bnr-right-section .twm-small-ring-2 {
  width: 50px;
  height: 50px;
  border: 5px solid #1967d2;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  top: 30%;
  right: 9%;
  z-index: 5;
}
.twm-home1-banner-section .twm-gradient-text {
  font-size: 150px;
  line-height: 110px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-weight: 800;
  text-transform: uppercase;
  padding-right: 200px;
  background: -moz-linear-gradient(
    top,
    rgba(192, 213, 240, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(192, 213, 240, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(192, 213, 240, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6c0d5f0", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@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 {
  display: flex;
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
  width: 270px;
  margin: 0px 4px;
}
.twm-home1-banner-section .twm-bnr-blocks .twm-icon {
  width: 70px;
  margin-right: 20px;
}
.twm-home1-banner-section .twm-bnr-blocks .twm-content .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
}
.twm-home1-banner-section
  .twm-bnr-blocks
  .twm-content
  .tw-count-number
  .counter {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
}
.twm-home1-banner-section .twm-bnr-blocks .twm-content .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 16px;
}
.twm-home1-banner-section .twm-bnr-blocks-3 {
  display: flex;
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
  width: 290px;
  margin: 0px 4px;
}
.twm-home1-banner-section .twm-bnr-blocks-3 .twm-pics {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.twm-home1-banner-section .twm-bnr-blocks-3 .twm-pics span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-left: -15px;
}
.twm-home1-banner-section .twm-bnr-blocks-3 .twm-content .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.twm-home1-banner-section
  .twm-bnr-blocks-3
  .twm-content
  .tw-count-number
  .counter {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.twm-home1-banner-section .twm-bnr-blocks-3 .twm-content .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 16px;
}
@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 {
  position: absolute;
  z-index: 4;
  top: 200px;
  left: 45px;
}
@media (max-width: 991px) {
  .twm-home1-banner-section .twm-bnr-blocks-position-1 {
    position: inherit;
    top: inherit;
    left: inherit;
  }
}
.twm-home1-banner-section .twm-bnr-blocks-position-2 {
  position: absolute;
  z-index: 4;
  top: 90px;
  right: 0px;
}
@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;
    top: inherit;
    right: inherit;
  }
}
.twm-home1-banner-section .twm-bnr-blocks-position-3 {
  position: absolute;
  z-index: 4;
  bottom: 50px;
  right: 20px;
}
@media (max-width: 991px) {
  .twm-home1-banner-section .twm-bnr-blocks-position-3 {
    position: inherit;
    right: inherit;
    bottom: inherit;
  }
}

/*Side Map*/
.twm-s-map-iframe {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
}
.twm-s-map-iframe iframe {
  width: 100%;
  border: 0px;
  filter: grayscale(100%);
}

/*Side Map2*/
.twm-m-map-iframe {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.twm-m-map-iframe iframe {
  width: 100%;
  border: 0px;
  filter: grayscale(100%);
}

/*Sidebar Info*/
.twm-s-info3 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  padding: 30px;
  margin-top: 90px;
}
.twm-s-info3 .twm-s-info-logo-section {
  position: relative;
}
.twm-s-info3 .twm-s-info-logo-section .twm-media {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: relative;
  top: -80px;
  left: 0px;
  overflow: hidden;
  margin-bottom: -50px;
}
.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: 0px;
}
.twm-s-info3 ul li .twm-s-info-inner {
  position: relative;
  padding-left: 40px;
}
.twm-s-info3 ul li .twm-s-info-inner i {
  position: absolute;
  left: 0px;
  top: 15px;
  font-size: 18px;
  color: #1967d2;
}
.twm-s-info3 ul li .twm-s-info-inner .twm-title {
  font-size: 14px;
  color: #666666;
}
.twm-s-info3 ul li .twm-s-info-inner .twm-s-info-discription {
  font-size: 16px;
  color: #17171d;
  word-break: break-word;
}
.twm-s-info3 .site-button {
  display: block;
  text-align: center;
}

/*Sidebar Info*/
.twm-s-info {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 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: 0px;
}
.twm-s-info ul li {
  margin-bottom: 10px;
}
.twm-s-info ul li:last-child {
  margin-bottom: 0px;
}
.twm-s-info ul li .twm-s-info-inner {
  position: relative;
  padding-left: 40px;
}
.twm-s-info ul li .twm-s-info-inner i {
  position: absolute;
  left: 0px;
  top: 15px;
  font-size: 18px;
  color: #1967d2;
}
.twm-s-info ul li .twm-s-info-inner .twm-title {
  font-size: 14px;
  color: #666666;
}
.twm-s-info ul li .twm-s-info-inner .twm-s-info-discription {
  font-size: 16px;
  color: #17171d;
  word-break: break-word;
}

/*Sidebar  Info 2*/
.twm-job-hilites {
  padding-bottom: 30px;
}
.twm-job-hilites li {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 15px 15px 50px;
  position: relative;
  color: #17171d;
  font-size: 16px;
  margin-bottom: 10px;
}
.twm-job-hilites li:last-child {
  margin-bottom: 0px;
}
.twm-job-hilites li i {
  position: absolute;
  left: 15px;
  top: 19px;
  font-size: 18px;
  color: #1967d2;
}

.twm-s-info2 .twm-job-hilites2 {
  list-style: none;
  margin-bottom: 0px;
  margin-left: 15px;
}
.twm-s-info2 .twm-job-hilites2 li {
  margin-bottom: 10px;
}
.twm-s-info2 .twm-job-hilites2 li:last-child {
  margin-bottom: 0px;
}
.twm-s-info2 .twm-job-hilites2 li .twm-s-info-inner {
  position: relative;
  padding-left: 40px;
}
.twm-s-info2 .twm-job-hilites2 li .twm-s-info-inner i {
  position: absolute;
  left: 0px;
  top: 15px;
  font-size: 18px;
  color: #1967d2;
}
.twm-s-info2 .twm-job-hilites2 li .twm-s-info-inner .twm-title {
  font-size: 14px;
  color: #666666;
}
.twm-s-info2 .twm-job-hilites2 li .twm-s-info-inner .twm-s-info-discription {
  font-size: 16px;
  color: #17171d;
}

/*Sidebar-contact*/
.twm-s-contact {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 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 {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: 1px solid transparent;
  background-color: #dbe6f7;
  border-radius: 4px;
}

/*Faq*/
.tw-faq-section {
  max-width: 100%;
  margin: 0px auto;
}
.tw-faq-section .tw-faq .accordion-item {
  border: 1px solid transparent;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
  border-radius: 10px;
  background-color: #dbe6f7;
}
.tw-faq-section .tw-faq .accordion-item .accordion-button {
  font-size: 18px;
  color: #17171d;
  padding: 10px 16px 10px 16px;
  font-weight: 500;
}
.tw-faq-section .tw-faq .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #dbe6f7;
}
.tw-faq-section .tw-faq .accordion-item .accordion-button:focus {
  box-shadow: none !important;
}

/*Accordion button*/
.accordion-button:after {
  background-image: none;
  content: "\ea0f";
  font-family: "remixicon" !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #17171d;
  text-align: center;
  font-size: 22px;
}

.accordion-button:not(.collapsed):after {
  background-image: none;
  content: "\f1ae";
  transform: none;
}

/*Sign Up popup*/
.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 #1967d2;
}
.twm-sign-up .modal-content .form-check-label a {
  color: #1967d2;
}
.twm-sign-up .modal-content .form-check-label a:hover {
  color: #17171d;
}
.twm-sign-up .modal-content .twm-backto-login {
  background-color: transparent;
  color: #1967d2;
  border: none;
}
.twm-sign-up .modal-content .twm-backto-login:hover {
  color: #17171d;
}
.twm-sign-up .modal-header {
  display: block;
  text-align: center;
  border: none;
  margin-top: 2px;
  padding-bottom: 0px;
}
.twm-sign-up .modal-header .modal-title {
  font-size: 34px;
  margin-bottom: 15px;
}
.twm-sign-up .modal-header .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
}
.twm-sign-up .modal-body {
  padding: 0px 30px 10px 30px;
}
@media (max-width: 575px) {
  /* .twm-sign-up .modal-body {
    padding: 20px;
  } */
  .twm-sign-up .modal-header p {
    margin-bottom: 0px;
  }
  .twm-sign-up .modal-body {
    padding: 0px 15px 10px 15px;
  }
  .twm-sign-up .form-check {
    font-size: 14px;
  }
}
.twm-sign-up .modal-footer {
  border: none;
  background-color: #dbe6f7;
  text-align: center;
  display: block;
  padding: 0px 0px 40px 0px;
  margin-top: 30px;
}
.twm-sign-up .modal-footer .modal-f-title {
  display: inline-block;
  background-color: #dbe6f7;
  padding: 6px 15px;
  border-radius: 10px;
  position: relative;
  top: -22px;
  margin-bottom: -11px;
}
.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 {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  border-radius: 50%;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

.facebook-clr {
  color: #4d69b2;
  border-color: #4d69b2;
}

.twitter-clr {
  color: #38b2e1;
  border-color: #38b2e1;
}

.linkedin-clr {
  color: #0579b6;
  border-color: #0579b6;
}

.google-clr {
  color: #d8483d;
  border-color: #d8483d;
}

/*============================================================================================
  DashBoard Css Start
=============================================================================================*/
strong {
  font-weight: 700;
  color: black;
}

/*Dashboard Header*/
.header-widget-wrap .listing-user .dropdown-menu {
  width: 100%;
  min-width: 180px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border: 0px;
  padding: 20px;
}

.nav-btn-wrap {
  display: table-cell;
  vertical-align: middle;
}

.nav-btn-admin {
  font-size: 28px;
  line-height: 68px;
  cursor: pointer;
  display: block;
  color: #0f1221;
}

#header-admin.active {
  overflow: hidden;
}
#header-admin.active .nav-btn-admin {
  transform: rotate(180deg);
}
#header-admin.active .container {
  min-width: 480px;
}

.header-left {
  float: left;
  display: table;
}
.header-left > .header-widget-wrap {
  display: table-cell;
  vertical-align: middle;
}

.header-right {
  float: right;
  display: table;
}
.header-right > .header-widget-wrap {
  display: table-cell;
  vertical-align: middle;
}
.header-right > .header-login-signup {
  display: table-cell;
  vertical-align: middle;
}

.header-widget-wrap > .header-widget {
  display: inline-block;
  margin-left: 25px;
  position: relative;
  cursor: pointer;
}
.header-widget-wrap .dropdown-menu {
  width: 350px;
  min-width: 350px;
  top: 60px;
  left: auto;
  right: -15px;
  padding: 0;
}
@media (max-width: 480px) {
  .header-widget-wrap .dropdown-menu {
    width: 300px;
    min-width: 300px;
    left: -5px !important;
  }
}

.listing-user {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.listing-user .dropdown-toggle {
  padding-right: 20px;
  display: block;
}
.listing-user .dropdown-toggle::after {
  display: none;
}
.listing-user .user-name {
  transition: 0.5s all ease;
  color: #fff;
}
.listing-user span {
  display: inline-block;
  width: 40px;
  margin-right: 15px;
}
.listing-user span img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.listing-user ul {
  list-style: none;
}
.listing-user ul li a {
  line-height: 22px;
  color: #17171d;
  font-size: 13px;
  padding: 5px 5px 5px 24px;
  display: block;
  transition: 0.2s;
  position: relative;
}
.listing-user ul li a i {
  position: absolute;
  left: 0px;
  top: 10px;
  color: #1967d2;
}
.listing-user ul li a:hover {
  color: #1967d2;
}
.listing-user .user-name:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  transition: 0.5s all ease;
  display: inline-block;
  margin-left: 6px;
  color: #1967d2;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
@media (max-width: 400px) {
  .listing-user .user-name:before {
    font-size: 18px;
  }
}

.dashboard-user-section .listing-user {
  margin-right: 0px;
  position: relative;
  padding: 14px 0px;
}
.dashboard-user-section .listing-user .user-name {
  color: inherit;
}
@media (max-width: 400px) {
  .dashboard-user-section .listing-user .user-name {
    font-size: 0px;
  }
}
.dashboard-user-section .listing-user .user-name:after {
  color: inherit;
}

.wt-admin-right-page-header {
  position: relative;
  padding: 15px 0px;
  margin-bottom: 20px;
}
.wt-admin-right-page-header h2 {
  font-size: 28px;
  color: #17171d;
  font-weight: 400;
  margin-bottom: 15px;
}
.wt-admin-right-page-header .breadcrumbs {
  position: relative;
}
.wt-admin-right-page-header .breadcrumbs a {
  margin-right: 24px;
  position: relative;
  font-weight: 400;
}
.wt-admin-right-page-header .breadcrumbs a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #0f1221;
}
.wt-admin-right-page-header .breadcrumbs span {
  margin-right: 24px;
  position: relative;
  font-weight: 400;
  color: #1967d2;
}

.content-admin-main .panel.panel-default {
  border-radius: 10px;
  background: #fff;
}

/* .wt-panel-heading {
  border-bottom: 1px solid #ddd;
} */

/*My Account css*/
#header-admin {
  width: calc(100% - 320px);
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  transition: all 0.3s;
}
@media (max-width: 1360px) {
  #header-admin {
    width: calc(100% - 260px);
  }
}
#header-admin.active {
  width: 100%;
}
#header-admin .container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}

#sidebar-admin-wraper {
  width: 320px;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  z-index: 999;
  background: #d4e6ff;
  color: #17171d;
  transition: 0.5s all ease;
}
@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;
  }
}
@media (max-width: 768px) {
  #sidebar-admin-wraper {
    margin-left: -320px;
  }
}

#content {
  width: calc(100% - 320px);
  padding-top: 70px;
  min-height: 100vh;
  transition: 0.5s all ease;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #f5f7f9;
}
@media (max-width: 1360px) {
  #content {
    width: calc(100% - 260px);
  }
}
#content.active {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  #content.active {
    width: calc(100% - 260px);
  }
}
#content.active .content-admin-main {
  min-width: 480px;
}
@media (max-width: 768px) {
  #content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #header-admin {
    width: 100%;
  }
  #header-admin.active {
    width: calc(100% - 260px);
  }
}
/*Dashboard message Dropdown*/
.dashboard-message-dropdown .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border: 0px;
}

/*Dashboard Notification Dropdown*/
.dashboard-noti-dropdown .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border: 0px;
}

/*Dashboard Message*/
.jobzilla-admin-messange {
  color: #999;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  position: relative;
  top: 10px;
}
.jobzilla-admin-messange.dropdown-toggle:after {
  display: none;
}
.jobzilla-admin-messange span {
  position: absolute;
  top: -15px;
  right: -12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 100%;
  background-color: #1967d2;
}

/*Dashboard Notification*/
.jobzilla-admin-notification {
  color: #999;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  position: relative;
  top: 10px;
}
.jobzilla-admin-notification.dropdown-toggle:after {
  display: none;
}
.jobzilla-admin-notification span {
  position: absolute;
  top: -15px;
  right: -12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 100%;
  background-color: #1967d2;
}

.page-logo {
  padding: 40px 10px 20px 30px;
  margin-bottom: 16px;
}
.page-logo a img {
  max-width: 130px;
}

/*Admin Nav*/
.admin-nav.scrollbar-macosx {
  height: calc(100vh - 150px);
  padding-left: 30px;
  overflow-y: scroll;
}
.admin-nav ul {
  list-style: none;
  margin: 0;
  font-weight: 500;
}
.admin-nav ul li {
  float: none;
}
.admin-nav ul li:last-child {
  border-bottom: none;
}
.admin-nav ul li.has-child {
  position: relative;
}
.admin-nav ul li a > i {
  font-size: 18px;
  margin-right: 25px;
  position: absolute;
  left: 10px;
  top: 14px;
}
.admin-nav ul li .sub-menu {
  opacity: 1;
  margin-left: 30px;
  background: #f5f7f9;
  border-radius: 10px 0px 0px 10px;
}
.admin-nav ul li .sub-menu > li a {
  padding: 5px 20px;
  color: #1967d2;
  border-radius: 5px;
  margin-bottom: 1px;
  font-size: 13px;
  font-weight: normal;
}
.admin-nav ul li .sub-menu > li a:hover {
  color: #17171d;
}
.admin-nav ul li .sub-menu > li a > i {
  font-size: 12px;
}
.admin-nav ul > li > a {
  padding: 10px 15px 10px 40px;
  color: #323232;
  display: block;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  transition: 0.5s all ease;
}
.admin-nav ul > li > a:hover {
  color: #1967d2;
}
.admin-nav ul > li ul {
  display: none;
  position: static;
  visibility: visible;
  width: auto;
}
.admin-nav ul > li .sub-menu {
  display: none;
  position: static;
  visibility: visible;
  width: auto;
}
.admin-nav ul > li.active > a {
  color: #1967d2;
  background-color: #f5f7f9;
  border-radius: 10px 0px 0px 10px;
}
.admin-nav ul > li.has-child.nav-active > .submenu-toogle:before {
  content: "\f107";
}
.admin-nav .has-child .submenu-toogle {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  padding: 7px;
  font-size: 16px;
  display: none;
  display: block;
  color: #000;
}
.admin-nav .has-child li .submenu-toogle {
  opacity: 0.9;
}
.admin-nav .has-child.nav-active > a + .submenu-toogle.fa-angle-down:before {
  content: "\f106";
}

.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 {
  position: absolute;
  left: 0;
  /* top: 4px; */
  top: 1px;
  width: 40px;
  height: 35px;
  z-index: 5;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #1967d2;
}

.ls-inputicon-box .fs-icon-prayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 35px;
  z-index: 5;
  line-height: 35px;
  transform: rotate(-10deg);
  text-align: center;
  font-size: 14px;
  color: #1967d2;
}
.ls-inputicon-box .form-control {
  padding-left: 35px;
}
.ls-inputicon-box .bootstrap-select .dropdown-toggle {
  padding-left: 35px;
}
.ls-inputicon-box .remove_field {
  position: absolute;
  right: 4px;
  top: 2px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: block;
}

/*Form Elements*/
.panel-default > .panel-heading .panel-tittle i {
  margin-right: 2px;
  min-width: 30px;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.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: #f7f7f7;
  border-color: #dbe6f7;
}
.dropdown.bootstrap-select.wt-select-box .form-control {
  height: 30px;
}
.dropdown.bootstrap-select.wt-select-box .dropdown-toggle {
  height: 35px;
  border-radius: 4px;
}
.dropdown.bootstrap-select.wt-select-box .dropdown-toggle:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: #f8f8f8;
}

.bootstrap-select.wt-select-box .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  padding-top: 2px;
  font-size: 13px;
  font-weight: 400;
}

.wt-input-icon .input-group-addon2 {
  position: absolute;
  left: 0px;
  top: 12px;
  z-index: 4;
  border: none;
  padding: 0;
  color: #222;
  border-radius: 6px;
  background: none;
}

.form-group.form-inline .radio {
  margin-right: 15px;
}
.form-group.form-inline .checkbox {
  margin-right: 15px;
}

/*Dashboard Card*/
.dashboard-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.wt-card-right {
  text-align: right;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 10px;
}

.wt-card-bottom {
  text-align: right;
}
.wt-card-bottom h4 {
  font-weight: 400;
}

.wt-card-icon {
  font-size: 48px;
  line-height: 0px;
  color: rgba(0, 0, 0, 0.1);
  z-index: -1;
  position: absolute;
  left: 20px;
  top: 20px;
}

/*Upload Video Button*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.upload-btn-wrapper:hover{cursor: pointer;}
/*dashboard List*/
.dashboard-list-box ul {
  list-style: none;
  margin-bottom: 0px;
}
.dashboard-list-box ul li {
  display: block;
  padding: 15px 35px 15px 0px;
  border-bottom: 1px solid #e7ecf1;
  position: relative;
}
.dashboard-list-box ul li:last-child {
  border-bottom: 0px;
}
.dashboard-list-box ul li a {
  padding: 0px 3px;
  font-weight: 500;
}
.dashboard-list-box ul li:hover a.close-list-item {
  display: block;
}
.dashboard-list-box a.close-list-item {
  color: red;
  position: absolute;
  right: 20px;
  font-weight: normal;
  padding: 0px 6px;
  display: none;
  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;
  vertical-align: middle;
  margin-right: 0px;
  position: relative;
  left: -10px;
}

.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 40px;
  }
}
.list-box-with-icon ul li .list-box-icon {
  margin-left: -20px;
}

/*dashboard message*/
.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: 0px;
}

.dashboard-message-avtar {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-left: 20px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .dashboard-message-avtar {
    float: none;
  }
}
.dashboard-message-avtar img {
  width: 60px;
  height: 60px;
}

.dashboard-message-area {
  margin-left: 50px;
  text-align: left;
  padding-left: 50px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .dashboard-message-area {
    padding: 15px;
    margin-left: 0px;
  }
}
.dashboard-message-area p {
  margin-bottom: 20px;
}
.dashboard-message-area h5 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.dashboard-message-area h5 i {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 18px;
  line-height: 40px;
  font-style: normal;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #64bc36;
  text-align: center;
  border-radius: 50%;
}
.dashboard-message-area h5 span {
  font-size: 12px;
  color: #1967d2;
  display: block;
  font-weight: 500;
  padding-top: 4px;
}
.dashboard-message-area .dropdown-toggle {
  color: #1967d2;
}
.dashboard-message-area .dropdown-toggle:after {
  display: none;
}
.dashboard-message-area .dashboard-message-reply-textarea .form-control {
  border-radius: 4px !important;
}

.dashboard-message-reply {
  margin-right: 20px;
}
.dashboard-message-reply .acod-head a {
  font-size: 14px;
  border: none;
  padding: 0px;
  display: inline-block;
  color: #000;
  font-weight: 700;
}
.dashboard-message-reply .acod-head a:hover {
  color: #f96b39;
}

.dashboard-message-reply-textarea {
  margin-top: 20px;
}

/*Edit Profile*/
.dashboard-profile-photo {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.dashboard-profile-photo img {
  border-radius: 10px;
  max-width: 151px;
  width: 100%;
  padding: 5px;
  border: 1px solid #dbe6f7;
}
.dashboard-profile-photo .upload-btn-wrapper {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.dashboard-cover-pic .dropzone {
  margin-bottom: 10px;
}

/*Dashboard Widget*/
.dashboard-widgets-header {
  padding: 20px 20px 0px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #1967d2;
}

/*notification list*/
.dashboard-widget-scroll {
  position: relative;
  padding: 20px;
}

.noti-list ul {
  list-style: none;
  margin-bottom: 10px;
}
.noti-list ul li {
  position: relative;
  padding: 5px 15px 5px 20px;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.noti-list ul li a {
  color: #000;
}
.noti-list ul li .noti-icon {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 14px;
  color: #2db346;
}
.noti-list ul li .noti-texting b {
  font-weight: 500;
}

.noti-view-all {
  padding: 0px;
}
.noti-view-all a {
  color: #1967d2;
}

/*Message list*/
.message-list ul {
  list-style: none;
  margin-bottom: 10px;
}
.message-list ul li {
  position: relative;
  padding: 15px 0px 15px 0px;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.message-list ul li .msg-avtar {
  float: left;
}
.message-list ul li .msg-avtar img {
  height: 30px;
  margin-top: 4px;
  border-radius: 10px;
}
.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 {
  float: right;
  color: #1967d2;
  font-weight: 500;
}
.message-list ul li .msg-texting .msg-time span {
  padding-right: 3px;
}
.message-list ul li .msg-texting p {
  margin-bottom: 0px;
  line-height: inherit;
}

.message-view-all {
  padding: 0px;
}
.message-view-all a {
  color: #1967d2;
}

/*Msg style 2*/
.wt-admin-dashboard-msg-2 {
  display: flex;
}

.wt-dashboard-msg-box {
  display: block;
}

.wt-dashboard-msg-user-list {
  display: block;
  width: 100%;
  margin-right: 30px;
  max-width: 400px;
}

.wt-dashboard-msg-search {
  position: relative;
  padding: 20px;
  background-color: #fff;
}
.wt-dashboard-msg-search .form-control {
  padding-right: 40px;
  border-radius: 4px !important;
  border: 0px;
}
.wt-dashboard-msg-search .btn {
  outline: none !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1967d2;
  font-size: 20px;
  z-index: 10;
  background: none;
}

.msg-find-list .bootstrap-select .dropdown-toggle {
  border: 0px;
  box-shadow: none !important;
  border-radius: 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom: 1px solid #dbdbdb;
}
.msg-find-list .bootstrap-select .dropdown-toggle:hover,
.msg-find-list .bootstrap-select .dropdown-toggle:active,
.msg-find-list .bootstrap-select .dropdown-toggle:focus {
  border: 0px solid transparent !important;
  border-bottom: 1px solid #dbdbdb !important;
}

.wt-dashboard-msg-search-list {
  background-color: #fff;
  height: 700px;
}

.wt-dashboard-msg-search-list-wrap {
  display: table;
  width: 100%;
}
.wt-dashboard-msg-search-list-wrap .msg-user-info {
  position: relative;
  display: block;
  padding: 30px 80px 30px 20px;
  background-color: #fff;
  margin: 0px 20px;
  border-radius: 10px;
}
@media (max-width: 1366px) {
  .wt-dashboard-msg-search-list-wrap .msg-user-info {
    padding: 40px 0px 10px 0px;
  }
}
.wt-dashboard-msg-search-list-wrap:hover .msg-user-info {
  background-color: #dbe6f7;
}

.msg-user-timing {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 12px;
  color: #969696;
}

.msg-user-info-text {
  overflow: hidden;
}

.msg-user-info-pic {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 6px;
}

.msg-user-name {
  font-size: 14px;
  color: #1967d2;
  font-weight: 500;
}

.msg-user-discription {
  font-size: 14px;
  color: #222;
}

.wt-dashboard-msg-box {
  background-color: #fff;
  position: relative;
  flex: 1;
}

.single-msg-user-name-box {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  min-height: 85px;
}
.single-msg-user-name-box .message-action {
  color: #ff0000;
  font-size: 13px;
}
.single-msg-user-name-box h4 {
  margin-bottom: 6px;
}

.single-user-msg-conversation {
  padding: 0px;
  margin: 30px 40px;
  height: 550px;
}
@media (max-width: 540px) {
  .single-user-msg-conversation {
    margin: 10px;
  }
}

.single-user-comment-block {
  position: relative;
}

.single-user-comment-wrap {
  padding: 15px 0px;
  margin: 0px 15px;
}
.single-user-comment-wrap.sigle-user-reply {
  margin-left: 0px;
}
.single-user-comment-wrap.sigle-user-reply .single-user-com-text {
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .single-user-comment-wrap.sigle-user-reply {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .single-user-comment-wrap {
    margin: 0px 10px;
  }
}

.single-user-com-pic {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  padding: 3px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .single-user-com-pic {
    float: none;
  }
}
.single-user-com-pic img {
  border-radius: 6px;
}

.single-user-com-text {
  overflow: hidden;
  background-color: #edf6ff;
  padding: 20px 30px;
  margin-top: 10px;
  border-radius: 10px;
}

.single-user-msg-time {
  font-size: 12px;
  color: #969696;
  text-align: right;
  padding-top: 10px;
}

.single-msg-reply-comment {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.single-msg-reply-comment textarea {
  resize: none;
}
.single-msg-reply-comment textarea.form-control {
  border-radius: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  box-shadow: none;
  padding: 15px 50px 15px 20px;
  height: 60px;
}
.single-msg-reply-comment .btn {
  outline: none !important;
  position: absolute;
  right: 0;
  top: 50%;
  color: #1967d2;
  font-size: 20px;
  z-index: 10;
  background: none;
  transform: translateY(-50%);
}

/*msg user list side button*/
.user-msg-list-btn-outer {
  display: none;
  position: absolute;
  top: 50%;
  right: 99%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .user-msg-list-btn-outer {
    display: block;
    z-index: 999;
  }
}
.user-msg-list-btn-outer.active .user-msg-list-btn-open {
  display: none;
}
.user-msg-list-btn-outer.active .user-msg-list-btn-close {
  display: block;
}
.user-msg-list-btn-outer .user-msg-list-btn-open {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  background-color: #1967d2;
  border: none;
  padding: 2px 15px;
  color: #fff;
  position: absolute;
  transform: rotate(270deg);
  transform-origin: center right;
  border-radius: 8px;
}
.user-msg-list-btn-outer .user-msg-list-btn-close {
  cursor: pointer;
  white-space: nowrap;
  background-color: #1967d2;
  border: none;
  padding: 2px 15px;
  color: #fff;
  position: absolute;
  transform: rotate(270deg);
  transform-origin: center right;
  display: none;
  top: -31px;
  right: 18px;
  z-index: 10;
  border-radius: 8px;
}

.wt-admin-dashboard-msg-2 .user-msg-list-btn-open {
  top: -62px;
  right: 20px;
}
.wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
  width: 420px;
  transition: all 0.5s linear;
}
@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 {
    position: fixed;
    right: -250px;
    top: 0px;
    z-index: 999;
    width: 250px;
    margin-right: 0px;
    box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
    transition: all 0.5s linear;
  }
}
.wt-admin-dashboard-msg-2.active .user-msg-list-btn-open {
  right: 257px;
  display: none;
}
.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%;
  }
}

.gradi-1 {
  color: rgb(78, 215, 207);
}

.gradi-2 {
  color: rgb(234, 111, 157);
}

.gradi-3 {
  color: rgb(98, 124, 235);
}

.gradi-4 {
  color: rgb(251, 188, 117);
}

/*Chart*/
.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;
  }
}

/*Dashboard candidates style*/
.twm-dashboard-candidates-wrap {
  padding: 20px;
}
@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap {
    padding: 15px;
  }
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
@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 {
  width: 70px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-media {
    margin-right: 0px;
    width: 60px;
  }
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-media
  .twm-media-pic {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.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 {
  font-weight: 500;
  color: #17171d;
  font-size: 14px;
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-fot-content
  .twm-jobs-vacancies
  span {
  color: #909faf;
  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: 0px;
  }
}
@media (max-width: 540px) {
  .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;
  margin-bottom: 0px;
  margin-right: 30px;
  font-weight: 500;
}
.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-weight: 600;
  font-size: 18px;
}
.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-controls-icon {
  display: flex;
  margin-bottom: 0px;
}
.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: 0px;
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-controls-icon
  li
  button {
  background-color: #dbe6f7;
  color: #1967d2;
  border: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twm-dashboard-candidates-wrap
  .twm-dash-candidates-list
  .twm-controls-icon
  li
  button:hover {
  background-color: #1967d2;
  color: #fff;
}

/* Data Table Candidets */
.twm-DT-candidates-list {
  position: relative;
  display: flex;
  width: 100%;
}
.twm-DT-candidates-list .twm-media {
  width: 100%;
  max-width: 50px;
  display: inline-block;
  margin-right: 10px;
}
.twm-DT-candidates-list .twm-media .twm-media-pic {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.twm-DT-candidates-list .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-DT-candidates-list .twm-job-title h4 {
  color: #1967d2;
  font-size: 14px;
  font-weight: 500;
}
.twm-DT-candidates-list .twm-candidate-address {
  font-size: 14px;
  margin-bottom: 0px;
}
.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: 0px;
  margin-left: auto;
  margin-right: auto;
}
.twm-table-controls .twm-DT-controls-icon li {
  margin-right: 3px;
}
.twm-table-controls .twm-DT-controls-icon li:last-child {
  margin-right: 0px;
}
.twm-table-controls .twm-DT-controls-icon li button {
  background-color: #dbe6f7;
  color: #1967d2;
  border: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twm-table-controls .twm-DT-controls-icon li button:hover {
  background-color: #1967d2;
  color: #fff;
}

.add_field_youtube,
.add_field_vimeo,
.add_field_custom {
  background: transparent;
  border: none;
  font-size: 13px;
  color: #1967d2;
}

.twm-D_table {
  background: #fff;
}
.twm-D_table .table {
  margin-bottom: 0px;
}
.table > :not(:first-child) {
  border-top-width: 1px;
  border-top-color: #fff;
}
.table th {
  background: #d4e6ff;
  font-weight: 500;
}
.twm-D_table div.dataTables_wrapper div.dataTables_length select {
  width: 100px;
  border-radius: 6px;
  margin: 0px 5px;
  border: 1px solid #d4e6ff;
  height: 25px;
  background-color: #f1f7ff;
  padding: 2px 10px;
  font-size: 12px;
}
.dataTables_length {
  padding: 10px 5px 0px 10px;
}
.twm-D_table div.dataTables_wrapper div.dataTables_filter input {
  height: 40px;
  border-radius: 6px;
}
.twm-D_table .page-link {
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0px 20px;
}
table.dataTable thead th input,
table.dataTable thead td input {
  height: 25px;
  border: none;
  outline: 0;
  border-radius: 6px;
  padding: 2px 10px;
  width: 100%;
}
table.dataTable thead th input:focus,
table.dataTable thead td input:focus {
  outline: 0 !important;
}
@media (max-width: 400px) {
  .twm-D_table .page-link {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
  }
}
.twm-D_table .page-link:focus {
  box-shadow: none;
}
.twm-D_table .page-item.active .page-link {
  background-color: #1967d2;
}

/*default table*/
.twm-table {
  position: relative;
  background: #fff;
  border: 0;
  border-radius: 5px;
  margin-bottom: 0px;
  overflow: hidden;
  width: 100%;
}
.twm-table thead {
  border-radius: 8px;
  color: #fff;
}
.twm-table thead th {
  position: relative;
  padding: 0.5rem 0.5rem;
  font-size: 14px;
  color: #17171d;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
.twm-table tbody tr {
  position: relative;
  border-bottom: 1px solid #ecedf2;
}
.twm-table tbody tr td {
  position: relative;
  padding: 0.5rem 0.5rem;
  font-size: 14px;
  color: #17171d;
  font-weight: 400;
}
.twm-table tbody tr td:last-child {
  min-width: 75px;
}
@media (max-width: 767px) {
  .twm-table tbody tr td {
    padding: 0.5rem 0.5rem;
  }
}
.twm-table tbody tr td button {
  border: none;
  background: transparent;
  display: contents;
  margin-bottom: 5px;
}
.twm-table tbody tr td button .fa {
  background-color: #dbe6f7;
  color: #1967d2;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.twm-table tbody tr td button:hover .fa {
  background-color: #1967d2;
  color: #fff;
}

.twm-table tr td {
  position: relative;
  padding: 0.5rem 0.5rem;
  font-size: 14px;
  color: #696969;
  font-weight: 400;
}
@media (max-width: 767px) {
  .twm-table tr td {
    padding: 0.5rem 0.5rem;
  }
}

/* Data Table Candidets */
.twm-bookmark-list-wrap .twm-bookmark-list {
  position: relative;
  display: flex;
  width: 100%;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-media {
  width: 100%;
  max-width: 90px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 10px;
  height: 90px;
}
.twm-bookmark-list-wrap .twm-bookmark-list .twm-media .twm-media-pic {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.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: #1967d2;
  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;
}

/* Data Table*/
/*.twm-D_table .table > :not(caption) > * > * {
  padding: 14px;
}*/
.twm-D_table .dataTables_length {
  margin-bottom: 10px;
}

/* Model Popup */
.twm-model-popup .modal-content {
  border-top: 6px solid #1967d2;
  border-radius: 10px;
  overflow: hidden;
}
.twm-model-popup .modal-content .modal-header {
  border: none;
}
.twm-model-popup .modal-content .modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.twm-model-popup .modal-content .modal-footer {
  background-color: #dbe6f7;
  justify-content: center;
}
.twm-model-popup .modal-content .modal-footer .site-button {
  padding: 4px 20px;
}

.twm-msg-noti {
  background-color: #1967d2;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 100%;
}

@media (max-width: 575px) {
  h3.twm-title {
    font-size: 16px;
  }
}

.main-bar {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.color-fill .main-bar {
  position: fixed;
  animation: 0.95s ease 0s normal forwards 1 running mainBar_on_scrollAnimatio;
}

@keyframes mainBar_on_scrollAnimatio {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*----------------------------
  Home Page 3 Css
------------------------------*/
/*Blog post 3*/
.twm-blog-post-3-outer-wrap {
  padding-top: 20px;
}

.twm-blog-post-3-outer .wt-post-media {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 30px;
}
.twm-blog-post-3-outer .wt-post-media img {
  width: 100%;
  border-radius: 10px;
  margin-top: -50px;
}
.twm-blog-post-3-outer .wt-post-info {
  padding: 20px;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta {
  position: relative;
  margin-bottom: 10px;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta ul li {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-meta ul li.post-date {
  color: #17171d;
  font-size: 14px;
  line-height: 28px;
  margin-right: 5px;
  font-weight: 600;
}
.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: #1967d2;
  display: inline-block;
}
.twm-blog-post-3-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 0px;
}

/* Compny Approch 2*/
.twm-company-approch2-outer {
  position: relative;
  margin-bottom: 30px;
  padding-top: 60px;
  border-top: 1px solid #ddd;
}
.twm-company-approch2-outer .twm-company-approch2 {
  max-width: 650px;
  margin: 0px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .twm-company-approch2-outer .twm-company-approch2 {
    max-width: 520px;
  }
}

/*Client carousel 3*/
.home-client-carousel3 {
  padding: 0px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .home-client-carousel3 {
    margin-bottom: 30px;
  }
}
.home-client-carousel3 .ow-client-logo {
  height: 100px;
  display: flex;
  align-items: center;
}
.home-client-carousel3 .client-logo {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.home-client-carousel3 .client-logo a {
  height: auto;
  display: flex;
  justify-content: space-around;
}
.home-client-carousel3 .client-logo a img {
  width: auto;
  height: auto;
}
.home-client-carousel3 .client-logo a:hover img {
  filter: grayscale(100%);
  transition: 0.5s all ease;
}

/*process steps 3*/
.twm-how-it-work-section3 .row {
  display: flex;
  justify-content: center;
}

.twm-w-process-steps3 {
  margin-bottom: 30px;
  padding: 15px 15px 30px 30px;
  background-color: #fff;
  border-radius: 10px;
}
.twm-w-process-steps3 p {
  margin-bottom: 0px;
}
.twm-w-process-steps3 .twm-large-number {
  font-size: 75px;
  line-height: 65px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 420px) {
  .twm-w-process-steps3 .twm-large-number {
    font-size: 40px;
  }
}
.twm-w-process-steps3 .twm-w-pro-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.twm-w-process-steps3 .twm-w-pro-top .twm-media {
  width: 90px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.twm-w-process-steps3 .twm-w-pro-top .twm-title {
  color: #17171d;
  margin-bottom: 0px;
}

/*Featured cities*/
.twm-featured-city {
  margin-bottom: 30px;
}
.twm-featured-city.twm-large-block img {
  object-fit: cover;
  min-height: 520px;
}
@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 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
}
.twm-featured-city .twm-media .twm-city-info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  padding: 10px 50px 10px 20px;
}
.twm-featured-city .twm-media .twm-city-info .twm-city-jobs {
  color: #1967d2;
}
.twm-featured-city .twm-media .twm-city-info .twm-title {
  margin-bottom: 0px;
}

/* ---- Home Page 3 Banner Section Css Start ---- */
.twm-home3-banner-section {
  position: relative;
  padding-top: 315px;
  overflow: hidden;
}
@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 {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 160px;
}
@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: 0px 15px 30px 15px;
  }
}
.twm-home3-banner-section
  .twm-home3-inner-section
  .twm-bnr-mid-section
  .twm-bnr-title-large {
  font-size: 66px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
@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 {
  font-size: 66px;
  line-height: 70px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 30px;
}
@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 {
  font-size: 18px;
  margin-bottom: 50px;
  color: #fff;
}
.twm-home3-banner-section
  .twm-home3-inner-section
  .twm-bnr-mid-section
  .twm-bnr-popular-search {
  position: relative;
  font-size: 14px;
  margin-top: 30px;
  color: #fff;
}
.twm-home3-banner-section
  .twm-home3-inner-section
  .twm-bnr-mid-section
  .twm-bnr-popular-search
  .twm-title {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.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 {
  padding: 0px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@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: 0px 15px;
  }
}
.twm-home3-banner-section .twm-bnr-bottom-section .twm-browse-jobs {
  font-size: 60px;
  font-weight: 700;
  opacity: 0.3;
  text-transform: uppercase;
  color: #fff;
}
@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 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@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 {
  display: flex;
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 0px 10px;
}
@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;
  line-height: 38px;
  font-weight: 700;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks
  .twm-content
  .tw-count-number
  .counter {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
}
.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;
  margin-bottom: 0px;
  font-size: 16px;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks-3 {
  display: flex;
  position: relative;
  margin: 0px 10px;
}
@media (max-width: 767px) {
  .twm-home3-banner-section
    .twm-bnr-bottom-section
    .twm-bnr-blocks-wrap
    .twm-bnr-blocks-3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 225px;
    margin-bottom: 30px;
  }
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks-3
  .twm-pics {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks-3
  .twm-pics
  span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-left: -15px;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks-3
  .twm-content
  .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.twm-home3-banner-section
  .twm-bnr-bottom-section
  .twm-bnr-blocks-wrap
  .twm-bnr-blocks-3
  .twm-content
  .tw-count-number
  .counter {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.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;
  margin-bottom: 0px;
  font-size: 16px;
}

/* ---- categories style 3 ---- */
.job-categories-3-wrap {
  margin-bottom: 40px;
  margin-top: 10px;
}

.job-categories-3 {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
  text-align: center;
  height: 100%;
  top: 40px;
  transition: 0.5s all ease;
}
.job-categories-3 .twm-media {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(56, 152, 226, 0.3);
  display: inline-block;
  margin-bottom: -40px;
  position: relative;
  top: -70px;
  background-color: #fff;
  transition: 0.5s all ease;
}
.job-categories-3 .twm-media img {
  width: auto;
}
.job-categories-3 .twm-content .twm-jobs-available {
  background-color: #1967d2;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.job-categories-3 .twm-content a {
  margin-bottom: 0px;
  display: block;
}
.job-categories-3:hover {
  background-color: #1967d2;
}
.job-categories-3:hover .twm-content .twm-jobs-available {
  background-color: #fff;
  color: #1967d2;
}
.job-categories-3:hover .twm-content a {
  color: #fff;
}

/* Home Page 4 Banner Section Css Start*/
.twm-home4-banner-section {
  max-width: 1560px;
  margin: 0px auto;
  border-radius: 80px;
  padding: 50px 125px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .twm-home4-banner-section {
    padding: 100px 125px 50px 125px;
  }
}
@media (max-width: 991px) {
  .twm-home4-banner-section {
    padding: 40px 30px;
    margin: 40px;
  }
}
@media (max-width: 991px) {
  .twm-home4-banner-section {
    margin: 40px 15px;
  }
}
.twm-home4-banner-section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.twm-home4-banner-section .row .twm-bnr-left-section {
  max-width: 650px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  padding-right: 62px;
}
/* Author: Bikash Bhandari, Front-End Designed and Developed By:  Bikash Bhandari, Email: bikash.433@gmail.com, Web: www.bhandaribikash.com.np */
@media (max-width: 1360px) {
  .twm-home4-banner-section .row .twm-bnr-left-section {
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  .twm-home4-banner-section .row .twm-bnr-left-section {
    margin: 0px auto 50px;
  }
}
@media (max-width: 991px) {
  .twm-home4-banner-section .row .twm-bnr-left-section {
    margin: 0px auto 60px;
  }
}
@media (max-width: 575px) {
  .twm-home4-banner-section .row .twm-bnr-left-section {
    padding: 0px;
  }
}
.twm-home4-banner-section .row .twm-bnr-left-section .twm-bnr-title-large {
  font-size: 66px;
  line-height: 72px;
  font-weight: 500;
  color: #17171d;
  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;
  width: 100%;
  padding-top: 15%;
  position: relative;
}
@media (max-width: 1199px) {
  .twm-home4-banner-section .row .twm-bnr-right-section {
    margin: 0px 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 {
  z-index: 1;
  left: -5%;
  top: 14%;
  width: 93.5%;
}
.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 {
  z-index: 2;
  right: -1%;
  top: 12%;
  width: 79%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-checked-plate {
  z-index: 3;
  left: 25%;
  top: 20%;
  width: 66.7%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-blue-block {
  z-index: 3;
  left: 31%;
  top: 56%;
  width: 26.5%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-color-dotts {
  z-index: 3;
  left: 29%;
  top: 65%;
  width: 23.8%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-card-large {
  z-index: 3;
  left: 38%;
  top: 0%;
  width: 59.7%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-card-s1 {
  z-index: 3;
  right: 5%;
  top: 39%;
  width: 29.9%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-card-s2 {
  z-index: 3;
  right: 15%;
  top: 59%;
  width: 29.9%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-white-dotts {
  z-index: 3;
  left: 30%;
  top: 3%;
  width: 17%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-top-shadow {
  z-index: 0;
  left: -17%;
  top: -10%;
  width: 68.6%;
}
.twm-home4-banner-section .row .twm-bnr-right-section .twm-bottom-shadow {
  z-index: 0;
  right: -5%;
  top: 38%;
  width: 68.6%;
}

.bg-none {
  background-color: transparent;
}
.bg-none:focus {
  background-color: transparent;
}

/* About-1 section*/
.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 {
  display: flex;
  align-items: center;
}
.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-right: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.twm-about-1-section-wrap > .row .twm-about-1-section-right {
  margin-left: 20px;
}

.twm-about-1-bottom-wrap {
  max-width: 100%;
}
.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: 0px;
  } */
}

.twm-about-1-bottom-wrap .twm-card-blocks a, .twm-card-blocks.p_com_sec {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid transparent;
  position: relative;
  padding: 10px 14px;
  border-radius: 10px;
  transition: .3s;
  box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 20%) !important;
}
.twm-card-blocks.p_com_sec:hover, .twm-about-1-bottom-wrap .twm-card-blocks a:hover {
  transform: translateY(-5px);
}
.twm-about-1-bottom-wrap .twm-card-blocks a:hover .twm-content .tw-count-number{
  color: #2d35a0 !important;
}
.twm-about-1-bottom-wrap .job_top_info .twm-card-blocks a
{justify-content: space-between; align-items: flex-start;
  margin-bottom: 0px !important;}

@media (max-width: 991px) {
  .twm-about-1-bottom-wrap .twm-card-blocks {
    margin-bottom: 0px;
  }
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .tw-count-number {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
.twm-about-1-bottom-wrap
  .twm-card-blocks
  .twm-content
  .tw-count-number
  .counter {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .icon-content-info {
  color: #364153;
  margin-bottom: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 16px;
}
.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .text-success{margin-bottom: 0px;}
.twm-about-1-bottom-wrap .twm-card-blocks-2 {
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 7px 20px;
  border-radius: 10px;
}
@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 {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-pics span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-left: -15px;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-content {
  display: flex;
  align-items: center;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-content .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  margin-right: 10px;
}
.twm-about-1-bottom-wrap
  .twm-card-blocks-2
  .twm-content
  .tw-count-number
  .counter {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
}
.twm-about-1-bottom-wrap .twm-card-blocks-2 .twm-content .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 14px;
}

/* For employee Section*/
.twm-for-employee-4 {
  max-width: 100%;
  margin: 0px auto;
  border-radius: 0px;
  padding: 60px 10px 0px 0px;
  overflow: hidden;
}
@media (max-width: 991px) {
  /* .twm-for-employee-4 {
    padding: 40px 30px;
  } */
}
@media (max-width: 991px) {
  /* .twm-for-employee-4 {
    margin: 40px 15px;
  } */
}
.twm-for-employee-4 .twm-for-employee-content .row {
  display: flex;
  align-items: center;
}
.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: 0px;
  }
}
.twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section {
  position: relative;
  z-index: 1;
  height: 100%;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media {
  text-align: center;
  position: relative;
  width: 100%;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media
  img {
  max-width: 100%;
  max-height: 390px;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media
  .twm-employee-pic {
  position: relative;
  z-index: 1;
  width: 61.6%;
  left: 50%;
  transform: translateX(-50%);
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media
  .twm-bg-circle {
  z-index: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0%;
  width: 70.5%;
}
.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 {
  top: 1%;
  right: 15%;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .twm-media
  .twm-shot-pic2 {
  top: 45%;
  left: 10%;
}
.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 {
  position: absolute;
  background-color: #fff;
  width: 220px;
  border-radius: 10px;
  padding: 10px;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .counter-outer-two
  .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .counter-outer-two
  .counter {
  font-size: 46px;
  line-height: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .counter-outer-two
  .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 16px;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .counter-outer-two.one {
  top: 5%;
  left: 5%;
  z-index: 1;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .counter-outer-two.two {
  top: 35%;
  right: 0%;
  z-index: 2;
}
.twm-for-employee-4
  .twm-for-employee-content
  .twm-explore-right-section
  .counter-outer-two.three {
  bottom: 10%;
  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.two,
  .twm-for-employee-4
    .twm-for-employee-content
    .twm-explore-right-section
    .counter-outer-two.three {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .twm-for-employee-4
    .twm-for-employee-content
    .twm-explore-right-section
    .counter-outer-two.three {
    margin-bottom: 0px;
  }
}

/*Featured jobs*/
.twm-jobs-featured-style1 {
  background-color: #1967d2;
  border: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 {
    text-align: center;
    margin-top: 0px;
  }
}
.twm-jobs-featured-style1 .twm-media {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  margin-right: 30px;
  overflow: hidden;
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 .twm-media {
    margin-right: 0px;
  }
}
.twm-jobs-featured-style1 .twm-media img {
  display: block;
}
.twm-jobs-featured-style1 .twm-mid-content {
  padding-top: 20px;
  color: #fff;
}
.twm-jobs-featured-style1 .twm-mid-content .twm-job-title h4 {
  color: #fff;
}
.twm-jobs-featured-style1 .twm-bot-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 .twm-bot-content {
    display: block;
  }
}
.twm-jobs-featured-style1 .twm-bot-content .twm-job-address {
  margin-bottom: 0px;
  color: #fff;
}
.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-weight: 500;
  font-size: 14px;
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 .twm-job-post-duration {
    display: block;
    margin: 0px;
  }
}
.twm-jobs-featured-style1 .twm-jobs-category {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 420px) {
  .twm-jobs-featured-style1 .twm-jobs-category {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 10px;
  }
}

/*Client carousel 4*/
.home-client-carousel4 {
  padding: 0px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .home-client-carousel4 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.home-client-carousel4 .ow-client-logo {
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(56, 152, 226, 0.2);
  padding: 12px 20px;
  border-radius: 10px;
  margin: 10px;
}
.home-client-carousel4 .client-logo {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.home-client-carousel4 .client-logo a {
  height: auto;
  display: flex;
  justify-content: space-around;
}
.home-client-carousel4 .client-logo a img {
  width: auto;
  height: auto;
}
.home-client-carousel4 .client-logo a:hover img {
  filter: grayscale(100%);
  transition: 0.5s all ease;
}

/* How It Work Section*/
.twm-how-it-work-1-area {
  max-width: 1560px;
  margin: 120px auto;
  border-radius: 80px;
  padding: 120px 125px 120px 125px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .twm-how-it-work-1-area {
    padding: 40px 30px;
    margin: 40px;
  }
}
@media (max-width: 991px) {
  .twm-how-it-work-1-area {
    margin: 40px 15px;
  }
}
.twm-how-it-work-1-area .twm-how-it-work-1-content .row {
  display: flex;
  align-items: center;
}
.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 {
  color: #fff;
}
.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 {
  position: relative;
  z-index: 1;
  height: 100%;
}
.twm-how-it-work-1-area
  .twm-how-it-work-1-content
  .twm-how-it-right-section
  .twm-media {
  text-align: center;
  position: relative;
  width: 100%;
}
.twm-how-it-work-1-area
  .twm-how-it-work-1-content
  .twm-how-it-right-section
  .twm-media
  .twm-bg-circle {
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 90.1%;
}
.twm-how-it-work-1-area
  .twm-how-it-work-1-content
  .twm-how-it-right-section
  .twm-media
  .twm-block-left {
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0%;
  width: 16.5%;
}
.twm-how-it-work-1-area
  .twm-how-it-work-1-content
  .twm-how-it-right-section
  .twm-media
  .twm-block-right {
  position: absolute;
  z-index: 1;
  width: 12%;
  right: -4%;
  bottom: -4%;
}
.twm-how-it-work-1-area
  .twm-how-it-work-1-content
  .twm-how-it-right-section
  .twm-media
  .twm-main-bg {
  z-index: 1;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 91.7%;
}

.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 {
  content: "";
  position: absolute;
  left: 33px;
  top: 70px;
  height: 125%;
  width: 5px;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 480px) {
  .twm-step-section-4 ul li:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .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 {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  color: #1967d2;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 480px) {
  .twm-step-section-4 ul li .twm-step-count {
    position: inherit;
    margin: 0px auto 30px;
  }
}
.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: 0px;
  }
}
.twm-step-section-4 ul li .twm-step-content .twm-title {
  color: #fff;
}
.twm-step-section-4 ul li .twm-step-content p {
  margin-bottom: 0px;
  color: #e7e7e7;
}

/* under Maintenance*/
.twm-u-maintenance-area {
  height: 100vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .twm-u-maintenance-area {
    height: auto;
  }
}

.twm-u-maintenance-wrap {
  padding: 100px 20px;
  max-width: 1360px;
  margin: 0px auto;
}
@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 {
  display: flex;
  align-items: center;
}
.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: 0px 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 {
  font-size: 60px;
  line-height: 80px;
  display: block;
}
@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 {
  margin-bottom: 20px;
  font-size: 16px;
}
.twm-u-maintenance-wrap .row .twm-u-maintenance-content .social-icons {
  margin: 0px;
}
.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 {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #fff;
  padding: 0px;
  color: #1967d2;
  font-size: 22px;
  text-align: center;
  margin-right: 3px;
  border-radius: 10px;
}
.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%;
}

/* under Maintenance*/
.twm-c-soon-area {
  height: 100vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .twm-c-soon-area {
    height: auto;
  }
}

.twm-c-soon-wrap {
  padding: 100px 20px;
  max-width: 1360px;
  margin: 0px auto;
}
@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 {
  display: flex;
  align-items: center;
}
.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 {
  font-size: 60px;
  line-height: 80px;
  display: block;
  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 {
  margin-bottom: 30px;
  font-size: 16px;
}
.twm-c-soon-wrap .row .twm-c-soon-content .social-icons {
  margin: 0px 0px 50px 0px;
}
.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 {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #fff;
  padding: 0px;
  color: #1967d2;
  font-size: 22px;
  text-align: center;
  margin-right: 3px;
  border-radius: 10px;
}
.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 {
  height: 66px;
  border: 0px;
  background-color: #dbe6f7;
  border-radius: 4px 0px 0px 10px;
}
@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: 4px;
  }
}
.twm-c-soon-wrap .cs-nw-form .cs-subcribe-btn {
  font-size: 16px;
  color: #fff;
  background-color: #1967d2;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 9px 30px;
  border-radius: 0px 10px 10px 0px;
  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;
    width: 100%;
    margin-top: 10px;
  }
}

/*Countdown*/
.twm-countdown-wrap {
  border-radius: 20px;
}
.twm-countdown-wrap span {
  display: inline-block;
  line-height: 1;
  padding: 20px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  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 {
  display: block;
  font-size: 20px;
  color: #17171d;
  box-shadow: none;
  background-color: transparent;
}
@media (max-width: 600px) {
  .twm-countdown-wrap span > span {
    font-size: 14px;
  }
}
.twm-countdown-wrap #days {
  font-size: 100px;
  background-color: #7cb5ea;
}
@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 {
  font-size: 80px;
  background-color: #cea7d9;
}
@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 {
  font-size: 55px;
  background-color: #8be3c6;
}
@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 {
  font-size: 35px;
  background-color: #eac87c;
}
@media (max-width: 600px) {
  .twm-countdown-wrap #seconds {
    font-size: 14px;
  }
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
@keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
/*Candidate pages start------------------------------------------------------------*/
.side-bar-st-1.sticky-top {
  top: 100px;
  z-index: 9;
}
.side-bar-st-1 {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
}
/*Edit Profile*/
.twm-candidate-profile-pic {
  position: relative;
  display: block;
  text-align: center;
  max-width: 100px;
  margin: 0px auto 5px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.twm-candidate-profile-pic img {
  width: 95px;
  height: 95px;
  border-radius: 10px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
.twm-candidate-profile-pic .upload-btn-wrapper {
  position: absolute;
  left: 3px;
  bottom: 5px;
}

/*Navigation list*/
.twm-nav-list-1 ul {
  list-style: none;
  margin: 0;
  font-weight: 500;
}
.twm-nav-list-1 ul li {
  float: none; margin-bottom: 10px;
}
.twm-nav-list-1 ul li:last-child {
  border-bottom: none; margin-bottom: 0px;
}
.twm-nav-list-1 ul li.has-child {
  position: relative;
}
.twm-nav-list-1 ul li a > i {
  font-size: 20px;
  margin-right: 25px;
  position: absolute;
  left: 10px;
  top: 3px;
  color: #5A72D8;
}
.twm-nav-list-1 ul > li > a {
  padding: 7px 15px 7px 40px;
  /* color: #323232; */
  display: block;
  font-size: 1rem;
  position: relative;
  font-weight: 500;
  transition: 0.5s all ease;
  border-radius: 9px;

  background: #EEF2FD;
  border: 1px solid #C9D8FB;
  color: #5A72D8;

}
.twm-nav-list-1 ul > li > a:hover {
  /* color: #2e3192;
  background-color: #e6edf5; */
  border-radius: 9px;

  Background: #E4ECFF;
  color: #4564D6;
}
.twm-nav-list-1 ul > li > a:hover i{color: #4564D6;}
.twm-nav-list-1 ul > li ul {
  display: none;
  position: static;
  visibility: visible;
  width: auto;
}
.twm-nav-list-1 ul > li.active > a {
  /* color: #2e3192;
  background-color: #e6edf5; */
  border-radius: 9px;

  Background: #3F63F4;
  color: #FFFFFF;
}
.twm-nav-list-1 ul > li.active > a i{color: #FFFFFF;}
.twm-right-section-panel {
  border-radius: 10px;
}
.twm-right-section-panel textarea.form-control {
  height: auto;
  resize: none;
}

.twm-right-section-panel .panel.panel-default {
  border-radius: 6px;
  background: #fff;
}

/*Candidate Save Jobs*/
.candidate-save-job .twm-D_table {
  padding: 0px;
}

/* Data Table Candidets */
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list .twm-media {
  width: 100%;
  max-width: 40px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 10px;
  height: 40px;
}
.twm-candidate-save-job-list-wrap
  .twm-candidate-save-job-list
  .twm-media
  .twm-media-pic {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.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: #234567;
  font-size: 14px;
  font-weight: 400;
}

/*CV Manager List*/
.twm-cv-manager-list-wrap {
  padding-top: 0px;
}
.twm-cv-manager-list-wrap ul {
  margin: 0px;
}
.twm-cv-manager-list-wrap ul li {
  list-style: none;
}

.twm-cv-manager-list-style1 {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .twm-cv-manager-list-style1 {
    display: block;
    text-align: center;
  }
}
.twm-cv-manager-list-style1 .twm-media {
  width: 110px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .twm-cv-manager-list-style1 .twm-media {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 90px;
  }
}
.twm-cv-manager-list-style1 .twm-media .twm-media-pic {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.twm-cv-manager-list-style1 .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-cv-manager-list-style1 .twm-candidates-tag span {
  color: #1967d2;
}
.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 {
  display: flex;
  align-items: center;
  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;
  margin-bottom: 0px;
  margin-right: 20px;
  font-weight: 500;
}
@media (max-width: 420px) {
  .twm-cv-manager-list-style1 .twm-fot-content .twm-candidate-address {
    margin-right: 0px;
  }
}
.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 {
  text-align: center;
  display: inline-block;
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-view-button a .fa {
  background-color: #dbe6f7;
  color: #1967d2;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.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: 0px;
  }
}

.twm-table-controls .twm-DT-controls-icon li a {
  background-color: #dbe6f7;
  color: #1967d2;
  border: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twm-table-controls .twm-DT-controls-icon li a:hover {
  background-color: #1967d2;
  color: #fff;
}

/*saved jobs view popup*/
.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 #1967d2;
}
.twm-saved-jobs-view .modal-header {
  display: block;
  text-align: center;
  margin-top: 0px;
  padding: 10px 15px;
}
.twm-saved-jobs-view .modal-header .modal-title {
  font-size: 18px;
  margin-bottom: 0px;
}
.twm-saved-jobs-view .modal-header .btn-close {
  position: absolute;
  right: 10px;
  top: 15px;
  opacity: 1;
}
.twm-saved-jobs-view .modal-body {
  padding: 15px 20px;
}
.twm-saved-jobs-view .modal-body label {
  font-weight: 500;
  color: #17171d;
}
@media (max-width: 575px) {
  .twm-saved-jobs-view .modal-body {
    padding: 20px;
  }
}
.twm-saved-jobs-view .modal-footer {
  border: none;
  background-color: #dbe6f7;
  text-align: center;
  display: block;
  padding: 5px 20px;
}
.twm-saved-jobs-view .modal-footer .site-button {
  display: inline-block;
  text-align: center;
}
.twm-saved-jobs-view .modal-footer .btn-sm {
  padding: 2px 25px;
  font-size: 16px;
}
.twm-saved-jobs-view .modal-footer .btn-outline-danger.btn-sm{float: right;}
.twm-table tbody tr td a {
  border: none;
  background: transparent;
  display: inline-block;
  margin-bottom: 1px;
  text-align: center;
}
.twm-table tbody tr td a .fa {
  background-color: #dbe6f7;
  color: #1967d2;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.twm-table tbody tr td a:hover .fa {
  background-color: #1967d2;
  color: #fff;
}

.panel-heading-with-btn {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
  border-bottom-color: #cfddf3;
}
.panel-heading-with-btn h4 {
  font-size: 16px;
  line-height: 25px;
}

.twm-textarea-full .form-control {
  height: 130px;
}

.twm-s-detail-section {
  position: relative;
  margin-bottom: 15px;
}
.twm-s-detail-section .twm-title {
  font-size: 15px;
  font-weight: 600;
  color: #17171d;
  word-break: break-word;
}
.twm-s-detail-section .twm-s-info-discription {
  font-size: 14px;
  color: #666666;
}
.twm-s-detail-section .twm-s-info-discription a {
  color: #70a9e9;
  font-weight: 500;
}
.twm-s-detail-section .twm-s-info-discription a:hover {
  color: #1967d2;
}
.twm-panel-inner .twm-list-wrap {
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #f5f7f9;
}

.btn_action {
  width: 45px;
}
.btn_action,
.twm-list-wrap a.site-text-primary,
.twm-list-wrap a.clr-red {
  display: inline-block;
  position: relative;
}
.twm-list-wrap a.clr-red {
  float: right;
}

.wt-search-bar-select {
  height: 34px;
  border: none;
  line-height: 20px;
  border-radius: 0px;
  width: 100% !important;
  display: block !important;
}
.wt-search-bar-select .btn-light {
  font-size: 14px;
  color: #a0a0a0;
  background-color: transparent;
  border: none;
  padding: 10px 0px !important;
}
.wt-search-bar-select .btn-light:focus {
  box-shadow: none;
  outline: 0px !important;
}
.wt-search-bar-select .form-control {
  padding-left: 10px;
  padding-right: 10px;
}

.wt-select-bar-2 {
  width: 160px !important;
  margin-right: 20px;
}
.wt-select-bar-2:last-child {
  margin-right: 0px;
}
@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 {
  font-size: 14px;
  color: #6c757d;
  height: 50px;
  line-height: 50px;
  background-color: #dbe6f7 !important;
  border: none;
  padding: 0px 15px;
  border-radius: 10px;
}
.wt-select-bar-2 .btn-light:focus {
  box-shadow: none;
  outline: 0px !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 {
  font-size: 16px;
  color: #a0a0a0;
  height: 50px;
  line-height: 50px;
  background-color: #fff !important;
  border: 1px solid #eee;
  padding: 0px 20px;
  border-radius: 10px;
}
.wt-select-bar-large .btn-light:focus {
  box-shadow: none;
  outline: 0px !important;
}
.wt-select-bar-large .dropdown-toggle:after {
  color: #17171d;
}

/*Login - Register Form Wrap*/
.twm-log-reg-form-wrap {
  max-width: 450px;
  margin: 60px auto 10px;
  background-color: #fff;
}
.twm-log-reg-form-wrap h2 {
  font-size: 20px; text-align: left;
}

.twm-log-reg-form-wrap .nav-tabs{margin-bottom: 30px; border:0; text-align: center;}
.twm-log-reg-form-wrap .nav-tabs li{margin-left: auto; margin-right:auto;}
.twm-log-reg-form-wrap .nav-tabs .nav-link{border:none; border-bottom:2px solid transparent; border-radius: 100px; background-color: #fff;
  padding: 2px 10px; margin-bottom: 0px; position: relative; border:1px solid #c6d3e6; border-bottom-width: 2px; margin-right: 10px;}
.twm-log-reg-form-wrap .nav-tabs .nav-link i{margin-right: 5px;}
.twm-log-reg-form-wrap .nav-tabs .nav-link:hover{color: #1967d2;}
.feture-tabs .nav-link:hover {background: #fff; border-bottom: 2px solid #1967d2; color: #1967d2;}
.twm-log-reg-form-wrap .nav-tabs .nav-link.active{border-color: #e1ecff; border-bottom-color:#1967d2; color: #1967d2;}
.twm-log-reg-form-wrap .nav-tabs .nav-link.active:before {
  position: absolute;
  left: 50%;
  content: "";
  border-top: 13px solid;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  margin-left: -13px;
  bottom: -13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-color: #fff;
  z-index: 2;
}
.twm-log-reg-form-wrap .nav-tabs .nav-link.active:after {
  position: absolute;
  left: 50%;
  content: "";
  content: "";
  border-top: 15px solid;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin-left: -15px;
  top: 99.9%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-color: #1967d2;
  z-index: 1;
}

/* .otp-input-wrapper {
  width: 240px;
  text-align: left;
  display: inline-block;
}
.otp-input-wrapper input {
  padding: 0;
  width: 264px;
  font-size: 32px;
  font-weight: 600;
  color: #3e3e3e;
  background-color: transparent;
  border: 0;
  margin-left: 12px;
  letter-spacing: 48px;
  font-family: sans-serif !important;
}
.otp-input-wrapper input:focus {
  box-shadow: none;
  outline: none;
}
.otp-input-wrapper svg {
  position: relative;
  display: block;
  width: 240px;
  height: 2px;
}
.otp_code b {
  font-weight: 500;
  color: #006699;
} */

.otp-input-wrapper{padding-left: 15px; max-width: 250px; overflow: hidden;
  margin-left: auto; margin-right: auto;}
.otp-input-wrapper svg{margin-left: auto; margin-right: auto;}

.otp-input-wrapper svg, .otp-input-wrapper line {

    position: relative;
    display: block;
    width: 200px;
    height: 2px;
  }
  .otp-input-wrapper input[maxlength="5"] {
      color:transparent;
    text-shadow: 0 0 0 #2196f3;
  }  
  .otp-input-wrapper input[maxlength="4"] {
    margin-left: 20px;
    width: 200px;
    font-size: 20px;
    border:0;
    margin-left: 20px;
    margin-bottom: 0px;
    letter-spacing: 35px;    
    outline: none;
  }
  .otp-input-wrapper input[maxlength="4"] + svg line {    
    stroke-dasharray: 21;
    stroke-dashoffset: -10;
  }


@media (max-width: 600px) {
  /* .twm-log-reg-form-wrap {
    padding: 20px;
  } */
}

/*Frontend Login menu*/
.twm-login-user-menu {
  margin-right: 0px;
  position: relative;
  padding: 14px 0px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.twm-login-user-menu .user-name {
  color: inherit;
  transition: 0.5s all ease;
  color: #fff;
}
@media (max-width: 600px) {
  .twm-login-user-menu .user-name {
    font-size: 0px;
  }
}
.twm-login-user-menu .user-name:after {
  color: inherit;
}
.twm-login-user-menu .user-name:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  transition: 0.5s all ease;
  display: inline-block;
  margin-left: 6px;
  color: #1967d2;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .twm-login-user-menu .user-name:before {
    font-size: 18px;
  }
}
.twm-login-user-menu span {
  display: inline-block;
  width: 40px;
  margin-right: 15px;
}
@media (max-width: 600px) {
  .twm-login-user-menu span {
    display: none;
  }
}
.twm-login-user-menu span img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.twm-login-user-menu ul {
  list-style: none;
}
.twm-login-user-menu ul li a {
  line-height: 22px;
  color: #17171d;
  font-size: 13px;
  padding: 5px 5px 5px 24px;
  display: block;
  transition: 0.2s;
  position: relative;
}
.twm-login-user-menu ul li a i {
  position: absolute;
  left: 0px;
  top: 10px;
  color: #1967d2;
}
.twm-login-user-menu ul li a:hover {
  color: #1967d2;
}
.twm-login-user-menu .dropdown-menu {
  width: 100%;
  min-width: 180px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border: 0px;
  padding: 20px;
}
.twm-login-user-menu .dropdown-toggle {
  padding-right: 20px;
  display: block;
}
.twm-login-user-menu .dropdown-toggle::after {
  display: none;
}

/**/
.twm-hdr-user-notification {
  background-color: #1967d2;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 100%;
} /*# sourceMappingURL=style.css.map */

.header-style-3
  .header-nav-btn-section
  .twm-nav-btn-left
  .twm-nav-sign-up:hover {
  color: #fff;
  background: #006699;
}
.header-style-3
  .header-nav-btn-section
  .twm-nav-btn-right
  .twm-nav-post-a-job:hover {
  color: #fff;
  background: #006699;
}

.twm-job-address {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  max-height: 20px;
  /* overflow: hidden; */
  color: #4a5565 !important;
  line-height: 16px;
}
.twm-job-address i {
  font-size: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.twm-jobs-amount em {
  font-weight: 400;
  font-size: 13px;
  font-style: normal;
}
.twm-jobs-type,
.twm-jobs-type i {
  display: inline-block;
  position: relative;
}
/* .twm-jobs-type {
  margin-right: 5px;
} */
.twm-jobs-type:last-child {
  margin-right: 0px;
}
.twm-jobs-type i {
  vertical-align: middle;
}
.twm-mid-content h4 {
  margin-bottom: 2px; font-size: 1rem;
}
.twm-mid-content a:hover h4 {
  color: #1967d2;
}

.twm-jobs-grid-style1 .twm-media a {
  /* width: 50px;
  height: 100%; */
  display: block;
}

.twm-advertisment {
  background-image: url(../images/add-bg.jpg);
}
.twm-advertisment .site-button {
  border: 1px solid #fff;
}
.twm-advertisment .site-button:hover {
  color: #fff;
  background: #1967d2;
}
.bigyapan a {
  display: block;
}
.bigyapan figure {
  margin-bottom: 0px;
}
.bigyapan a {
  display: block;
  width: 100%;
  background: #fff;
  transition: all 0.5s ease 0s;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  margin-bottom: 15px;
  overflow: hidden;
}
.bigyapan img {
  display: block;
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.bigyapan a:hover img {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}
.twm-media-bg {
  border-radius: 1rem;
  padding: 30px;
  /* padding: 1.5rem; */
  background: #e6edf5;
  min-height: 100px;
  margin-bottom: 30px;
}
.twm-media-bg img {
  width: 100%;
}
.cabdidate-de-info p {
  text-align: justify;
}
.cabdidate-de-info .twm-media-bg {
  max-height: 252px;
  overflow: hidden;
}
.pattern-bg {
  background-image: url(../images/bg-image.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.twm-log-reg-form-wrap .wt-title {
  font-size: 30px;
  position: relative;
}

.account-image {
  padding: 30px; padding-top: 120px; text-align: center; background: rgb(0 174 239 / 25%);
  min-height: 90vh; margin-bottom: -100px;
}
.account-image img {
  max-height: 400px;
  max-width: 100%;
}

.white-box {
  -moz-box-shadow: 0px 1px 3px -1px #999;
  -webkit-box-shadow: 0px 1px 3px -1px #999;
  box-shadow: 0px 1px 3px -1px #999;
  background-color: #fff;
  padding: 10px 15px 15px 15px;
  margin-bottom: 15px;
}
.white-box .title {
  display: block;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding: 0px 10px 10px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.white-box .title i {
  font-size: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.white-box ul {
  padding-left: 15px;
}
.white-box ul li {
  padding-top: 5px;
  line-height: 18px;
}
.white-box ul li.color-red,
.white-box ul li.color-red strong,
.white-box ul li.color-red a,
.ad-meta li.color-red,
.ad-meta li.color-red a,
.panel-default > .panel-heading.color-red,
h5.color-red {
  color: #eb434a;
}
.white-box ul li.color-green,
.white-box ul li.color-green strong,
.white-box ul li.color-green a {
  color: #4cb748;
}
.white-box ul li strong {
  font-weight: normal;
  color: #333;
  padding-right: 5px;
}
.white-box .btn-success {
  background-color: #93c949;
  border: 0;
  padding: 10px 20px;
}
.white-box ul.socials {
  padding-left: 0px;
  padding-top: 15px;
}
.white-box ul.socials li {
  display: inline-block;
  position: relative;
}
.white-box ul.socials li a {
  font-size: 24px;
  color: #c75900;
}
.white-box ul.socials span {
  font-family: "Roboto", sans-serif;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.white-box ul.socials li a:hover {
  color: #1967d2;
}
.search-form {
  overflow: hidden;
  position: relative;
}

.radius-6,
.table {
  border-radius: 6px;
}
.table {
  overflow: hidden;
}
.table th,
.table td {
  font-size: 14px;
}
.table th a {
  color: #234567;
  font-weight: 400;
}
.table tfoot th a {
  font-size: 16px;
}

.twm-candidate-save-job-list-wrap
  .twm-candidate-save-job-list
  .twm-job-title:hover
  h4,
.table th a:hover,
.table td a:hover {
  color: #1967d2;
}
.upload-btn-wrapper:hover,
.upload-btn-wrapper:hover input[type="file"],
.upload-btn-wrapper:hover .site-button {
  cursor: pointer;
}
.upload-btn-wrapper:hover .site-button {
  opacity: 0.7;
}
.account-jobs li .twm-jobs-list-style1 {
  box-shadow: none;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0px;
}
.account-jobs li:last-child .twm-jobs-list-style1 {
  border: none;
}
.account-jobs .twm-jobs-list-style1 .twm-media {
  height: 70px;
  width: 70px;
  line-height: 70px;
}
.account-jobs .twm-jobs-list-style1 .twm-media img {
  max-height: 60px;
}
.profile_edit .panel.panel-default {
  margin: 20px;
  border: 1px solid #cfddf3;
  border-radius: 6px;
}
.twm-panel-inner b {
  font-weight: 500;
  color: #567890;
  font-size: 14px;
}
.panel-heading-with-btn .site-text-primary {
  border: 1px solid #1967d2;
  height: 26px;
  width: 26px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 1px;
}
.panel-heading-with-btn .site-text-primary:hover {
  background: #1967d2;
  color: #fff;
}
.twm-panel-inner p {
  margin-bottom: 5px;
}
.twm-panel-inner p em {
  display: inline-block;
  position: relative;
  min-width: 200px;
  font-style: normal;
}

.experience {
  border-left: 3px solid #b8b8b8;
  padding: 0 30px;
  margin-left: 185px;
  padding-bottom: 1px;
}
/* .twm-job-websites{padding-left: 10px;} */
@media (max-width: 767px) {
  .experience {
    margin-left: 0;
    padding-right: 0;
  }
  .twm-job-address {
    font-size: 12px;
  }
  .twm-job-address {
    margin-bottom: 0px;
  }
  .cabdidate-de-info p.twm-job-address {
    text-align: inherit;
  }
}
.experience .item {
  position: relative;
  margin-bottom: 40px;
}
.experience .item::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #1967d2;
}
.experience .item::after {
  content: "";
  position: absolute;
  left: -37px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1967d2;
}
.company-name {
  color: #1967d2;
  font-weight: 400;
}
.location {
  color: #777;
}
.location .fa {
  margin-right: 8px;
}
.job-info {
  position: absolute;
  left: -190px;
  top: 0;
  right: 109%;
}
.job-info .title {
  font-weight: 500;
  color: #567890;
}
.site-text-primary.edit_icon {
  border: 1px solid #1967d2;
  color: #1967d2;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 100%;
  font-size: 11px;
  padding: 1px;
  display: inline-block;
  position: relative;
}
.site-text-primary.edit_icon:hover {
  background: #1967d2;
  border-color: #1967d2;
  color: #fff;
}
.experience .item .btn_action {
  position: absolute;
  left: 98%;
  top: 10px;
}
.twm-panel-inner p .site-text-primary.edit_icon {
  margin-left: 10px;
}
a.close-list-item {
  color: red;
  margin-left: 5px;
}
.fa-trash-alt {
  color: red;
}
button:hover .fa-trash-alt {
  color: #fff;
}
.project_list li {
  list-style-type: none;
}
.project_list li .site-text-primary.edit_icon,
.project_list li a.close-list-item {
  float: right;
}
.project_list li a.close-list-item {
  margin-left: 15px;
  margin-top: -2px;
}
.twm-saved-jobs-view .modal-body label.form-check-label {
  font-weight: 400;
  color: #234567;
}
.social_link {
  color: #70a9e9;
}
.social_link:hover {
  color: #1967d2;
}
.form-switch {
  margin-top: 15px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.star-rating {
  border: solid 1px #ccc;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.5em;
  justify-content: space-around;
  padding: 0 0.2em;
  text-align: center;
  width: 5em;
  border-radius: 4px;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #ccc !important;
  cursor: pointer;
  line-height: 25px;
  margin-bottom: 0px !important;
}

.star-rating :checked ~ label {
  color: #f90 !important;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #fc0 !important;
}

.star_list {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.star_list span {
  display: inline-block;
  position: relative;
  color: #ccc;
  font-size: 24px;
}
.star_list span.active {
  color: #f90;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.user-images,
.job-profile .user {
  display: inline-block;
  position: relative;
}
.user-images {
  float: left;
  margin-top: 10px;
  border: 1px solid #fcfcfc;
  min-width: 120px;
  max-width: 125px;
}
.user-images img {
  max-height: 150px;
  /* box-shadow: 0px 0px 25px rgb(56 152 226 / 30%); */
}
.job-profile .user {
  padding-left: 30px;
  width: 75%;
}
.user h3 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.user h3 small {
  font-size: 13px;
  color: #999;
  font-weight: 400;
}
.job-profile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  padding-left: 0px;
}
.job-profile .user address ul li {
  display: block;
}
.job-profile .user address ul li span {
  padding-left: 5px;
}
.resume-content {
  font-size: 14px;
  line-height: 22px;
  color: #2d3038;
  display: block;
  width: 100%;
}
.resume-content h4 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #1967d2;
}
.resume-content h5 {
  font-size: 14px;
}
.resume-content h4 i {
  min-width: 25px;
}
.resume-content ul {
  padding-left: 30px;
}
.resume-content p {
  margin-bottom: 5px;
}
.resume-content p u {
  margin-left: 30px;
}

.work-history h6,
.educational-info h6 {
  font-size: 14px;
  color: #2d9bb3;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 30px;
}

.work-history h6 span,
.educational-info h6 span {
  display: block;
  font-weight: 400;
  margin-top: 5px;
  line-height: 22px;
}

.work-history ul li,
.educational-info ul li {
  margin-bottom: 5px;
  position: relative;
}

.work-history ul li:last-child {
  margin-bottom: 0;
}
.work-history ul {
  padding-left: 15px;
}
.work-history ul,
.work-history ul li {
  list-style-type: circle !important;
  list-style-position: outside;
}

.work-history ul li:last-child.history,
.educational-info ul li:last-child {
  margin-bottom: 0;
}

.educational-info h6 {
  font-size: 14px;
  color: #2d9bb3;
  margin-bottom: 5px;
}

.educational-info li ul {
  margin-bottom: 20px;
}

.educational-info ul li {
  position: relative;
}

.educational-info li ul li:after {
  display: none;
}

.educational-info li ul li {
  float: left;
  font-weight: 500;
  color: #2d3038;
  margin-bottom: 0;
}

.educational-info li ul li span {
  font-weight: 400;
}

.educational-info li ul li + li {
  margin-left: 40px;
}
.pb-30 {
  padding-bottom: 30px;
}

.qualification li {
  font-size: 14px;
  margin-bottom: 15px;
}
.work-history {
  margin-top: 50px;
}
.language-proficiency {
  margin-top: 30px;
}
.social-info {
  margin-bottom: 30px;
}
.career-info ul,
.qualification ul,
.declaration-info ul {
  padding-left: 45px;
}
.social-info p,
.skills h5,
.skills p {
  padding-left: 30px;
}
.language-proficiency ul {
  padding-left: 0px;
}
.language-proficiency ul li {
  list-style-type: none;
  background: #f2f7ff;
  padding: 5px 5px 2px 15px;
  margin-bottom: 2px;
}
.language-proficiency h5 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0px;
}
.language-proficiency ul li h6 {
  margin-bottom: 0px;
  padding-top: 5px;
}
.personal-info .address li {
  overflow: hidden;
  line-height: 30px;
  color: #2d3038;
  font-size: 14px;
}
.personal-info .address li h5 {
  float: left;
  margin-top: 5px;
  min-width: 180px;
  font-weight: 500;
  font-size: 14px;
}
.personal-info .address li span {
  margin-right: 30px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.75rem;
  color: #2e3192;
  vertical-align: middle;
  background-color: #dbe6f7;
  border-radius: 4px;
  font-weight: 400 !important;
}
.badge.badge-light{color: #364153 !important; font-size: 0.75rem; background: #fff; border: 1px solid #99a1af;
box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 20%);}
.job_loc i, .job_loc em{display: inline-block; position: relative; vertical-align: middle; font-style: normal;}
.job_loc em{margin-left: 2px;}

/* Author: Bikash Bhandari
   Front-End Designed and Developed By:  Bikash Bhandari
   Email: bikash.433@gmail.com
   Web: www.bhandaribikash.com.np
=========================
*/

.download-btn {
  background-color: #dbe6f7;
  color: #2e3192;
  font-size: 14px;
  border-radius: 6px;
  padding: 2px 10px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.014em;
}
.download-btn:hover,
.download-btn:focus {
  color: #fff;
  background: #2e3192;
  outline: 0 !important;
}
header .dropdown.text-end {
  margin-left: 15px;
}
.main_dash_link, .header_notification{align-items: center; margin-right: 15px;}
.main_dash_link a{padding: 5px; font-size: 1rem; color: #000; font-weight: 500; display: block;}
.header_notification .link-notification{font-size: 24px; padding:2px;}
.main_dash_link a:hover, .header_notification .link-notification:hover{
  color: #2e3192;
}
.link-notification:hover i{animation: tilt-shaking 0.25s infinite;}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
header .dropdown.header_notification .dropdown-toggle::after{display: none !important;}
header .dropdown.header_notification .dropdown-menu{
  left: auto; right: 0; min-width: 400px; padding: 10px; border: 1px solid #d1d5dc;
  border-radius: 6px;
}
.notifications_filter{font-size: 11px;}
.notifications_filter a, .notifications_filter input{display: inline-flex;}
.notifications_filter a{padding: 2px 5px; border:1px solid #2e3192; color: #2e3192; 
  border-radius: 6px; margin-right: 6px;}
.notifications_filter a.active{background: #2e3192; color: #fff;}
.notifications_filter input{float: right; border: 1px solid #d1d5dc; border-radius: 6px !important;}
.notifications_filter input:focus{outline: 0 !important;}
.notification_footer a{font-size: 12px; margin-right: 10px; font-weight: 500;}

.header_account_dropdown li:first-child{padding:5px 15px; border-bottom: 1px solid #99a1af;}
.header_account_dropdown li:first-child strong{color: #2e3192;}
.header_account_dropdown li:last-child{border-top: 1px solid #99a1af; }
.header_account_dropdown li:last-child, .header_account_dropdown li:last-child a{
  border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;}
header.site-header .dropdown.text-end .dropdown-menu li:last-child .dropdown-item:hover{
  color:#e7000b; background: rgb(254 242 242);}
header.site-header .dropdown.text-end .dropdown-menu li:last-child .dropdown-item:hover i{
  color:#e7000b;
}
.header_account_dropdown li small{display: flex; color: #4a5565;}
.header_account_dropdown li small i{display:inline-block; position: relative; vertical-align: middle; 
  padding-right: 5px; padding-top: 5px;}
header .dropdown.text-end .dropdown-toggle {
  color: #1967d2;
  margin-top: -5px;
  margin-bottom: -5px;
  padding: 2px;
  height: 44px; width: 44px;
  border: 1px solid #4a5565;
  border-radius: 100%;
}
header .dropdown.text-end .dropdown-toggle img{height: 40px; width: 40px;}
header .dropdown.text-end .dropdown-toggle,
header .dropdown.text-end .dropdown-toggle strong {
  color: #1967d2;
}
header .dropdown .dropdown-menu {
  min-width: 100%;
  padding: 0px;
  border: 0;
  border-radius: 0;
}
header .dropdown .dropdown-menu li a {
  display: block;
  /* border-top: 1px solid rgba(0, 0, 0, 0.15); */
  font-size: 14px;
}
header .dropdown .dropdown-menu li a i {
  font-size: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 20px;
}
header .dropdown .dropdown-menu li a:hover {
  color: #fff;
  background: #1967d2;
}

.services_item {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.services_item .btn_action {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

.profile_edit .panel.panel-default .form-switch label {
  min-width: 45%;
}
.profile_edit .panel.panel-default .form-switch small {
  font-size: 11px;
}
.profile_edit .panel.panel-default .form-switch small em {
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #999;
}
.profile_edit .panel.panel-default .form-switch small em:first-child {
  padding-left: 0px;
  border: none;
}
.profile_edit .panel.panel-default .form-switch small a {
  color: #70a9e9;
}
.profile_edit .panel.panel-default .form-switch small a:hover {
  color: #1967d2;
}

.badge.badge-success {
  background-color: #4990a0;
  color: #fff;
}
.badge.badge-primary {
  background-color: #1967d2;
  color: #fff;
}
.badge.badge-warning {
  background-color: #ffc107;
  color: #212529;
}

.change-email .mail-item {
  margin-bottom: 15px;
}
.change-email .btn-list {
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 20px 0px 20px;
  border-top: 1px solid #cfddf3;
}
.btn-list .btn-sm,
.ls-inputicon-box .dropdown-item {
  padding: 0.15rem 0.5rem;
}
.ls-inputicon-box .dropdown-item {
  font-size: 13px;
}

.dropdown.bootstrap-select.wt-select-box .bs-searchbox .form-control {
  height: 25px;
}

.nav-tabs .nav-item input[type="radio" i] {
  width: 100%;
  height: 2em;
  padding: 0px;
}

.nav-tabs .nav-item input:focus,
.nav-tabs .nav-item input:active,
.btn-primary:focus,
.btn-primary:active {
  outline: 0 !important;
}

.radio_tabs {
  text-align: center;
}
.radio_tabs ul {
  list-style-type: none;
}
.radio_tabs li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.radio_tabs li input[type="radio" i] {
  margin-right: 5px;
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.twm-log-reg-form-wrap .radio_tabs ul li.active{
  border-color: #00aeef; background: rgb(0 174 239 / 11%);
}

@media (max-width: 767px) {
  .job-info .title {
    position: static;
    margin-bottom: 0rem;
  }
  .work-history h6,
  .educational-info h6 {
    padding-left: 0px;
  }
  .educational-info p {
    margin-bottom: 0px;
  }
  .twm-job-self-wrap {
    margin-bottom: 10px;
  }
  .work-history ul {
    margin-bottom: 0px;
  }
}

.wt-select-box.is-invalid {
  border: 1px solid #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.employer_form .form-input.is-invalid {
  border-color: #dc3545;
}

#salary_type.is-invalid {
  border: 1px solid #dc3545;
  border-radius: 8px;
  padding: 8px;
}

.employer_form .select2-container {
  width: 100% !important;
}

.trumbowyg-editor.is-invalid {
  border: 1px solid #dc3545;
}

.trumbowyg-editor,
.trumbowyg-textarea {
  min-height: 200px !important;
}

.other_company_list li {
  list-style: none;
}
.other_company_list li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  padding: 10px;
  margin-top: 15px;
}
.other_company_list li a img,
.other_company_list li a span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.other_company_list li a img {
  height: 60px;
  width: 60px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
}

.other_company_list li a:hover {
  color: #1967d2;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1); */
  background-color: #ffffff;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background-color: #0ae;
  /* background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.5, transparent),
    to(transparent)
  ); */
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #346cb0 !important;
}

.rightSidebar {
  /* height: 90000px; */
  position: relative;
}
.side-bar-st-1.fixed {
  position: fixed;
  top: 90px;
  width: 21.5%;
}
.side-bar-st-1.bottom {
  top: auto;
  bottom: 0;
  width: 92%;
  position: absolute;
}

input[type="file" i] {
  padding-left: 0px !important;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}

.dashboard-cover-pic label, .upload_license label {
  font-weight: 500;
}
.dashboard-cover-pic input {
  margin-bottom: 15px;
}
.upload_license{padding-top: 30px; padding-bottom: 30px;}
.twm-D_table {
  padding: 15px;
  border-radius: 6px;
}
.dataTables_wrapper .dataTables_info {
  font-size: 13px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.2em 0.6em !important;
  line-height: 15px;
  font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #0d6efd !important;
  color: #fff !important;
}
.table.dataTable {
  width: 100% !important;
}
.table.dataTable > :not(caption) > * > * {
  border-bottom: 0;
}

.profile_edit {
  padding-bottom: 5px;
}

.cabdidate-de-info ul {
  padding-left: 15px;
}
.table th,
.table td {
  vertical-align: middle;
}

.twm-s-detail-section p {
  text-align: justify;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 500;
  font-size: 13px;
}

.table-responsive::-webkit-scrollbar {
  height: 5px;
  background-color: #ffffff;
}
.table-responsive::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1); */
  background-color: #ffffff;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #0ae;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: #346cb0 !important;
}

.tbl_recent_applicant tr th,
.twm-candidate-save-job-list-wrap tr th {
  border-bottom: 1px solid #fff !important;
  font-size: 13px;
}
.tbl_recent_applicant tr td b,
.twm-candidate-save-job-list b {
  font-weight: 500;
  font-size: 13px;
}
.tbl_recent_applicant tr td small {
  display: block;
  width: 100%;
  color: #567890;
}

.twm-tabs-style-1.light_tabs .nav-tabs .nav-item .nav-link {
  color: #123456;
  border: 1px solid #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.twm-tabs-style-1.light_tabs .nav-tabs .nav-item.active:first-child .nav-link {
  color: #fff;
}

.twm-tabs-style-1.light_tabs .nav-tabs .nav-item .nav-link:hover {
  background-color: #1967d2 !important;
  color: #fff;
}

table tr th,
table tr td,
.table tr th,
.table tr td,
.form-group p {
  font-size: 13px;
  line-height: 16px;
}

@media (max-width: 1399px) {
  .contact-info-section h3 {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .form-group,
  .form-group input,
  .form-group select,
  .ls-inputicon-box {
    margin-bottom: 10px;
  }
  .ls-inputicon-box .input-group {
    margin-bottom: 10px;
  }
  .ls-inputicon-box .input-group input {
    margin-bottom: 0px;
  }
  .header-style-3 .header-nav .nav > li > a,
  .table th,
  .table td,
  .twm-candidate-save-job-list-wrap
    .twm-candidate-save-job-list
    .twm-job-title
    h4,
  .twm-candidate-save-job-list-wrap
    .twm-candidate-save-job-list
    .twm-job-title
    h4 {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .cons-contact-form textarea.form-control {
    margin-bottom: 15px;
  }
  .rightSidebar {
    display: none;
  }
  .twm-sign-up .modal-header .modal-title {
    font-size: 30px;
  }
  .contact-info-section h3 {
    font-size: 18px;
  }
  .twm-jobs-category span {
    font-size: 12px;
  }
  .job-info {
    left: -215px;
  }
  .twm-jobs-category span {
    min-width: 70px;
  }
}

@media (max-width: 768px) {
  .tw-faq-section .tw-faq .accordion-item .accordion-button {
    padding: 7px 14px 7px 14px;
  }
  .accordion-body {
    padding: 0.7rem 1rem;
  }
  .cons-contact-form .form-control {
    height: 40px;
    padding: 5px 15px;
  }
  .cons-contact-form textarea.form-control {
    margin-bottom: 15px;
  }
  .account-image {
    padding-top: 0px;
  }
  header .dropdown.text-end .dropdown-toggle strong {
    max-width: 190px;
    overflow: hidden;
  }

  .twm-sign-up .modal-header .modal-title {
    font-size: 27px;
  }
  .blog-post-single-outer .blog-post-single .post-title,
  .twm-log-reg-form-wrap .wt-title,
  .twm-sign-up .modal-header .modal-title {
    font-size: 24px;
  }
  .blog-post-single-outer .blog-post-single h2,
  .widget.all_services_list .section-head-small,
  .widget.recent-posts-entry .section-head-small,
  .widget.tw-sidebar-tags-wrap .section-head-small {
    font-size: 20px;
  }
  .radio_tabs li,
  .blog-post-single-outer .blog-post-single h3,
  .footer-dark .widget-title {
    font-size: 18px;
  }
  h4,
  .blog-post-single-outer .blog-post-single h4,
  .blog-post-single-outer .blog-post-single h5,
  .share_ttl,
  .post-social-icons li a,
  .tw-faq-section .tw-faq .accordion-item .accordion-button,
  .user h3 {
    font-size: 16px;
  }
  .resume-content h4,
  .twm-s-detail-section .twm-title,
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li,
  .company-name,
  .footer-dark .ftr-list li p {
    font-size: 14px;
  }
  .job-info .title,
  .location,
  .job-info,
  .experience .item,
  .table th,
  .table td,
  .footer-dark .footer-bottom .footer-copy-right .copyrights-text {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .other_company_list li a {
    font-weight: 400;
  }
  .twm-w-process-steps-2 .twm-w-pro-top,
  .blog-post-single-outer .blog-post-single h2,
  .blog-post-single-outer .blog-post-single h3,
  .blog-post-single-outer .blog-post-single h4,
  .blog-post-single-outer .blog-post-single h5,
  .blog-post-single-outer .blog-post-single h6 {
    margin-bottom: 0px;
  }
  .twm-w-process-steps-2 {
    padding-top: 0px;
    margin-top: 15px;
    clear: both;
  }
  .twm-w-process-steps-2 .bg-clr-yellow-light,
  .twm-blog-post-1-outer .wt-post-media {
    margin-bottom: 30px;
  }
  .all_services ul li {
    margin-bottom: 15px;
  }
  .resume-content h4,
  .user h3 {
    margin-bottom: 5px;
  }
  .blog-post-single-outer .post-navigation {
    display: none;
  }
  .post-area-tags-wrap {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
  }
  .twm-tabs-style-1 {
    margin-top: 0px;
  }
  .user h3 {
    margin-top: 10px;
  }
  .job-profile .user {
    padding-left: 10px;
    width: 70%;
  }
  .personal-info .address li h5 {
    min-width: 80px;
  }

  .job-info {
    position: relative;
    left: 0;
  }
  .experience .item .btn_action {
    top: 0px;
    left: auto;
    right: 0px;
  }
  .company-name {
    max-width: 85%;
  }

  .dropdown.bootstrap-select.wt-select-box {
    margin-bottom: 10px;
  }
  .doc-card{display: block; width: 100%;}
}

@media (max-width: 575px) {
  .twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date {
    padding: 3px 10px 3px 0px;
  }
  .twm-explore-content .twm-title-small {
    margin-bottom: 0px;
  }
  .blog-post-single-outer .blog-post-single .post-title {
    margin-top: 0px;
  }
  .all_services ul li {
    margin-bottom: 10px;
  }
  .twm-w-process-steps-2 .twm-w-pro-top .twm-title {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .twm-blog-post-1-outer .wt-post-media {
    margin-bottom: 25px;
  }
  .twm-explore-content .twm-title-large p,
  .twm-blog-post-1-outer .wt-post-info .wt-post-text p,
  .wt-post-discription p,
  .tw-faq-section .tw-faq .accordion-item {
    text-align: justify;
  }
  .resume-content {
    padding-top: 10px;
  }

  .form-control,
  .dropdown.bootstrap-select.wt-select-box .dropdown-toggle {
    height: 34px;
  }
  .twm-tabs-style-1 .nav-tabs .nav-item .nav-link {
    margin-top: 5px;
    margin-right: 5px;
  }
  .form-control {
    padding: 2px 10px;
  }

  .twm-w-process-steps-2 .twm-large-number {
    font-size: 45px;
  }
  .twm-explore-content .twm-title-large h2,
  .section-head.left.wt-small-separator-outer h2,
  .twm-log-reg-form-wrap .wt-title,
  .blog-post-single-outer .blog-post-single .post-title,
  .twm-sign-up .modal-header .modal-title {
    font-size: 20px;
  }
  .blog-post-single-outer .blog-post-single h2,
  .widget.all_services_list .section-head-small,
  .widget.recent-posts-entry .section-head-small,
  .widget.tw-sidebar-tags-wrap .section-head-small {
    font-size: 18px;
  }
  .twm-explore-content .twm-title-small,
  .twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title,
  .site-button-link,
  .blog-post-single-outer .blog-post-single h3,
  .twm-saved-jobs-view .modal-header .modal-title {
    font-size: 16px;
  }
  .twm-explore-content .twm-title-large p,
  .twm-blog-post-1-outer
    .twm-blog-post-1-outer
    .wt-post-info
    .wt-post-meta
    ul
    li.post-author,
  .twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date,
  .twm-blog-post-1-outer .wt-post-info .wt-post-text p,
  .blog-post-single-outer .blog-post-single .wt-post-meta-list,
  .wt-post-discription,
  .wt-post-discription p,
  .wt-post-discription ol li,
  .tw-faq-section .tw-faq .accordion-item,
  .twm-job-self-bottom .btn-outline-success,
  .job-email-apply-btn .btn,
  .job-save-btn .btn,
  .twm-sign-up .modal-header p,
  .personal-info .address li,
  .job-profile ul li,
  .work-history ul li,
  .educational-info ul li,
  .twm-s-detail-section .twm-title,
  .twm-s-detail-section p,
  .ls-inputicon-box .fs-input-icon,
  .form-group label,
  .twm-saved-jobs-view .modal-body label,
  .twm-saved-jobs-view .modal-footer .btn-sm,
  .dashboard-cover-pic label,
  .twm-panel-inner b, .btn-primary {
    font-size: 14px;
  }
  .twm-job-self-bottom .btn-primary{line-height: 18px;}
  .bootstrap-select.wt-select-box .dropdown-toggle .filter-option-inner-inner,
  .form-control,
  .twm-table thead th,
  .profile_edit .panel.panel-default .form-switch label,
  .dashboard-cover-pic input,
  .twm-s-detail-section,
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li,
  .twm-s-detail-section .twm-s-info-discription,
  .twm-s-detail-section .twm-s-info-discription a,
  .services_item,
  .twm-job-self-info .twm-job-self-top .twm-jobs-amount,
  .twm-job-self-info .twm-job-self-top .twm-job-websites,
  .cabdidate-de-info,
  .twm-saved-jobs-view .modal-footer .site-button,
  .site-button,
  .trumbowyg-button-pane button {
    font-size: 13px;
  }
  .twm-table tbody tr td,
  .social_link,
  .twm-panel-inner p,
  .twm-tabs-style-1 .nav-tabs .nav-item .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 481px) {
  .twm-blog-post-1-outer .wt-post-media {
    margin-bottom: 20px;
  }
  .twm-explore-content {
    padding: 20px;
  }
  .panel-body.wt-panel-body.p-a20 {
    padding: 15px;
  }

  .wt-small-separator,
  .twm-w-process-steps-2 .twm-w-pro-top .twm-title {
    font-size: 16px;
  }
  .description-list li,
  .twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title,
  .site-button-link,
  .share_ttl,
  .post-social-icons li a,
  .all_services ul li a,
  h3.twm-title,
  .user h3 {
    font-size: 15px;
  }
  .twm-blog-post-1-outer
    .twm-blog-post-1-outer
    .wt-post-info
    .wt-post-meta
    ul
    li.post-author,
  .twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date,
  .twm-blog-post-1-outer .wt-post-info .wt-post-text p,
  .wt-post-discription p,
  .side-bar .recent-posts-entry .wt-post-info .post-date,
  .side-bar .recent-posts-entry .wt-post-info .post-title,
  .tw-faq-section .tw-faq .accordion-item,
  .twm-contact-one .contact-info-section .c-info-column p,
  .twm-tabs-style-2 .nav-tabs .nav-item .nav-link,
  .twm-sign-up .form-check,
  .personal-info .address li,
  .job-profile ul li,
  .work-history ul li,
  .educational-info ul li,
  .resume-content p,
  .language-proficiency h5,
  .qualification li {
    font-size: 13px;
  }

  .twm-w-process-steps-2 .twm-w-pro-top .twm-media {
    width: 75px;
    height: 75px;
  }
  .twm-w-process-steps-2 .twm-w-pro-top .twm-title {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .user-images {
    min-width: 100px;
    max-width: 105px;
  }
  .job-profile .user {
    width: 65%;
  }
  .company-name {
    max-width: 80%;
  }
}
@media (max-width: 420px) {
  .footer-dark .widget-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .widget_services ul li a {
    padding: 0px;
  }
  .widget_services ul li a,
  .footer-dark .ftr-list li p,
  .footer-dark .footer-bottom .footer-copy-right .copyrights-text {
    font-size: 13px;
  }
  .footer-dark .footer-bottom .footer-copy-right .copyrights-text {
    line-height: 15px;
  }
  .footer-dark .widget-title:before {
    height: 2px;
  }
  .footer-top .widget.widget_about {
    margin-bottom: 0px;
  }
  .footer-top .widget.widget_about ul {
    margin-bottom: 10px;
  }

  .twm-blog-post-1-outer .wt-post-media {
    margin-bottom: 15px;
  }
  .radio_tabs li input[type="radio" i] {
    margin-right: 3px;
    height: 0.3em;
    width: 0.3em;
  }

  .radio_tabs li,
  .footer-dark .widget-title {
    font-size: 16px;
  }
  .user h3 {
    font-size: 14px;
  }
  .twm-job-self-info .job-save-btn{margin-left: 5px; margin-right: 5px;}
}

@media (max-width: 393px) {
  .company-name {
    max-width: 75%;
  }
  .twm-blog-post-1-outer .wt-post-media {
    margin-bottom: 10px;
  }
  .job-profile .user {
    padding: 0px;
    width: 100%;
  }
  address {
    margin-bottom: 0px;
  }

  .company-name,
  .twm-s-detail-section .twm-title, .twm-job-self-info .job-save-btn .btn,
  .twm-job-self-info .job-email-apply-btn .btn, .twm-job-self-info .twm-job-self-bottom .btn {
    font-size: 13px;
  }
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li,
  .twm-saved-jobs-view .modal-footer .site-button,
  .site-button {
    font-size: 12px;
  }
}

@media (max-width: 352px) {
  .company_name_dtl {
    max-width: 64%;
  }
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    font-size: 11px;
  }
  .header-style-3 .header-nav-btn-section .twm-nav-btn-right{margin-right: 0px;}
}

/* .ad_button {
  position: absolute;
  top: 1px;
  right: 0;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.ad_button_inner {
  top: 24px;
  right: 9px;
} */

.ls-inputicon-box .input-group .ad_button_inner {
  line-height: 10px;
}

.alt_table .btn-sm.btn-primary.ad_button_inner {
  top: 6px;
  margin: 0px !important;
}
.search_box input.ad_button_inner,
.form-horizontal input.ad_button_inner {
  width: auto;
  color: #fff;
  top: 23px;
  right: 9px;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.table tr th, .table tr td{border: 0;}
.table tr th{border-left:1px solid #fff;}
.table tr th:first-child{border-left: 0;}
.table tr td{border-top: 1px solid #e1ecff; border-left:1px solid #e1ecff;}
.table tr td:last-child{border-right: 1px solid #e1ecff;}
.table tr:first-child td{border-top: 0;}
.twm-saved-jobs-view .modal-body .twm-D_table{padding: 0px !important;}
#templateRenderDiv{min-height: 500px;}
.inline-block{display: inline-block; position: relative; vertical-align: middle;}

.p_com_sec .twm-content{width: 60%; padding-left: 10px;}

.alert{padding: 0.5rem 1rem;}

.view_btn_Profile a{display:inline-block; position: relative; margin-left: 5px;}

.twm-card-blocks a{display: flex;}


/* .twm-card-blocks .percent {
  position: relative; display: inline-block; vertical-align: middle; width: 70px;
}
.twm-card-blocks .percent svg {
  position: relative;
  width: 70px;
  height: 70px;
  transform: rotate(-90deg);
}
.twm-card-blocks .percent svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 5;
  stroke-linecap: round;
}
.twm-card-blocks .percent svg circle:last-of-type {
  stroke-dasharray: 185px;
  stroke-dashoffset: calc(185px -(185px* var(--percent)) / 100);
  stroke: #3498db;
}
.twm-card-blocks .percent svg circle:last-of-type {
  stroke: #4cb748;
}

.twm-card-blocks .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */


@keyframes growProgressBar {
  0%, 33% { --pgPercentage: 0; }
  100% { --pgPercentage: var(--value); }
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}

.twm-card-blocks div[role="progressbar"] {
  --size: 4rem;
  --fg: #61c3ff;
  --bg: #def;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  display: grid;
  place-items: center;
  background: 
    radial-gradient(closest-side, white 85%, transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
    ;
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}

.twm-card-blocks div[role="progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
}
.job_top_info, .emp_dash_top, .analytics_header_info{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  padding-bottom: 15px;
}

/* ============================================
   TRAINING HOMEPAGE STYLES
   ============================================ */

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
} */

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 50px 40px;
  animation: fadeInUp 0.8s ease-out;
}

.hero-content h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
  line-height: 1.6;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Features Section */
.features-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.feature-box {
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}

.feature-box:hover {
  transform: translateY(-8px);
}

.feature-box i {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}

.feature-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.feature-box p {
  font-size: 14px;
  color: #999;
  margin: 0;
}

/* Training Card */
.training-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.training-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.training-card .card-img-top {
  height: 200px;
  object-fit: cover;
}

.training-card .card-body {
  padding: 20px;
}

.training-card .card-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  min-height: 45px;
  display: flex;
  align-items: center;
}

.training-card .card-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.5;
}

.training-card .card-buttons {
  margin-top: 15px;
  display: flex;
  gap: 8px;
}

.training-card .btn-view {
  padding: 8px 12px;
  font-size: 13px;
}

.training-card .btn-enroll {
  padding: 8px 12px;
  font-size: 13px;
}

/* Trainings Section */

.trainings-section h2 {
  font-size: 1.875rem;
  font-weight: 600;
  color: #1e2939;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 20px;
}

/* .trainings-section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
} */

/* Unlock Section */
.unlock-section {
  color: white;
  position: relative;
}

/* .unlock-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
} */

.unlock-section .container {
  position: relative;
  z-index: 2;
}

.unlock-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.unlock-section p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.95;
  margin-bottom: 15px;
}

.unlock-section img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Trainers Section */

.trainers-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.trainers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

/* Trainer Card */
.trainer-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.trainer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.trainer-card .trainer-photo {
  /* width: 100%; */
  height: 250px;
  object-fit: cover;
  background: #f0f0f0;
}

.trainer-card .trainer-info {
  padding: 25px 20px;
}

.trainer-card .trainer-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.trainer-card .trainer-designation {
  font-size: 14px;
  color: #667eea;
  font-weight: 500;
  margin-bottom: 12px;
}

.trainer-card .trainer-social {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.trainer-card .trainer-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 50%;
  color: #667eea;
  transition: all 0.3s ease;
  text-decoration: none;
}

.trainer-card .trainer-social a:hover {
  background: #667eea;
  color: white;
}

/* Testimonials Section */
.testimonials-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.testimonials-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.testimonials-section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Testimonial Card */
.testimonial-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.testimonial-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

/* .testimonial-card::before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 48px;
  color: #e0e0e0;
  font-weight: bold;
} */

.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  background: #f0f0f0;
}

.testimonial-meta h6 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0 0 5px 0;
}

.testimonial-meta .designation {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}

.testimonial-rating {
  color: #ffc107;
  font-size: 13px;
}

.testimonial-text {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  font-style: italic;
  margin-top: 15px;
}

.testimonial-training {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
  font-size: 12px;
  color: #667eea;
  font-weight: 500;
}

/* Why Choose Section */

.why-choose-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.why-choose-item {
  text-align: center;
}

.why-choose-item h6 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

/* Statistics Section */
.statistics-section {
  background-color: #e6edf5;
}
.statistics-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.stat-item {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
.stat-item h3 {
  font-size: 40px;
  font-weight: 700;
  color: #5e35b1;
  margin-bottom: 10px;
}
.stat-item p {
  font-size: 16px;
  color: #666;
  margin: 0;
}
/* Loading State */
.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  font-size: 16px;
  color: #999;
}
.skill_tag{margin-bottom: 0px; padding-top: 5px; min-height: 30px; display:flex; position: relative;}
.skill_tag svg, .skill_tag_list{display: inline-block; position: relative; vertical-align: top;}
.skill_tag svg{margin-right: 5px;}
.skill_tag_list{width: 80%;}
/* .save-jobs-item {width: 14%; text-align: right; font-size: 2rem;}*/
 .save-jobs-item a{color:#2e3192; } 

.save-jobs-item a:hover i::before,
.save-jobs-item [title="Saved Jobs"]:hover i::before {
  content: "\eae4"; /* Remixicon unicode for ri-bookmark-fill */
  color: #2e3192;
 } 

.save-jobs-item {width: 14%; text-align: right; font-size: 2rem; 
  position: absolute; right: 0; bottom: 0; line-height: 14px;}
.save-jobs-item .new_btn{color:#2e3192; border: none; background-color: #EFF6FF;}

/* .save-jobs-item {width: 14%; text-align: right; font-size: 2rem;} */
.match-card .new_btn{color:#2e3192; border: none; background-color: #E6EDF5;}

.match-card .new_btn:hover i::before {
  content: "\eae4"; /* Remixicon unicode for ri-bookmark-fill */
  color: #2e3192;
 } 

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .trainings-section h2 {
    font-size: 24px;
  }

  .unlock-section h2 {
    font-size: 26px;
  }

  .unlock-section {
    padding: 50px 0;
  }

  .trainers-section h2 {
    font-size: 24px;
  }

  .testimonials-section h2 {
    font-size: 24px;
  }

  .testimonials-grid,
  .trainers-grid {
    grid-template-columns: 1fr;
  }

  .why-choose-section h2 {
    font-size: 24px;
  }

  .statistics-section h2 {
    font-size: 24px;
  }

  .feature-box {
    padding: 20px 15px;
  }

  .stat-item h3 {
    font-size: 32px;
  }
}

/* ============================================
   TRAINING DETAIL/SHOW PAGE STYLES
   ============================================ */

.training-detail-page {
  background: white;
}

/* 404 Not Found Page */
.not-found-container {
  text-align: center;
  padding: 80px 40px;
}

.not-found-icon {
  font-size: 120px;
  color: #ddd;
  margin-bottom: 30px;
  line-height: 1;
}

.not-found-title {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.not-found-message {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}

.not-found-subtitle {
  font-size: 14px;
  color: #999;
  margin-bottom: 40px;
}

.not-found-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.not-found-actions .btn {
  min-width: 180px;
}

/* Training Detail Header */
.training-detail-header {
  position: relative;
  height: 400px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.training-detail-header .header-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.training-detail-header .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.7) 0%, rgba(118, 75, 162, 0.7) 100%);
  z-index: 2;
}

.training-detail-header .container {
  position: relative;
  z-index: 3;
  padding-bottom: 40px;
}

.header-content {
  color: white;
}

.category-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.training-title {
  font-size: 42px;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
  line-height: 1.3;
}

.training-tagline {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
}

.discount-badge {
  display: inline-block;
  background: #ffc107;
  color: #333;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Quick Info Bar */
.training-quick-info {
  background: white;
  padding: 30px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}

.info-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
  margin-bottom: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.info-item i {
  font-size: 24px;
  color: #667eea;
}

.info-label {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.info-value {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
}

.header-actions .btn {
  min-width: 180px;
}

/* Tabs Navigation */
.training-tabs-section {
  background: white;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 110px;
  z-index: 99;
}

.tabs-navigation {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #e0e0e0;
}

.tab-btn {
  background: none;
  border: none;
  padding: 20px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.tab-btn:hover {
  color: #667eea;
  background: #f8f9fa;
}

.tab-btn.active {
  color: #667eea;
  border-bottom-color: #667eea;
}

.tab-btn i {
  font-size: 16px;
}

/* Training Content */
.training-content {
  background: white;
  padding: 60px 0;
  min-height: 400px;
}

.tab-content-item {
  animation: fadeIn 0.3s ease-in;
}
.twm-form-radio-inline{padding-left: 20px; padding-right: 20px;}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-section {
  margin-bottom: 50px;
}

.content-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.content-section h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.overview-text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
}

.contact-info {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}

.contact-info p {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-info i {
  color: #667eea;
  font-size: 18px;
}

/* Curriculum */
.curriculum-list {
  display: grid;
  gap: 20px;
}

.curriculum-item {
  background: #f8f9fa;
  border-left: 4px solid #667eea;
  padding: 25px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.curriculum-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.module-header {
  margin-bottom: 15px;
}

.module-number {
  font-size: 12px;
  font-weight: 600;
  color: #667eea;
  text-transform: uppercase;
}

.module-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 8px 0 0 0;
}

.module-content {
  color: #666;
  line-height: 1.7;
  font-size: 14px;
}

/* Outcomes */
.outcomes-list {
  list-style: none;
  padding: 0;
}

.outcomes-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.outcomes-list li:last-child {
  border-bottom: none;
}

.outcomes-list i {
  color: #00bcd4;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Career Paths Grid */
.career-paths-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.career-path-card {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}

.career-path-card:hover {
  transform: translateY(-8px);
  box-shadow: 2px 4px 4px 0px rgb(0 0 0 / 20%);
  background: white;
}

.career-icon {
  font-size: 48px;
  color: #667eea;
  margin-bottom: 15px;
}

.career-path-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.career-path-card p {
  font-size: 14px;
  color: #999;
  line-height: 1.6;
}

/* FAQ List */
.faq-list {
  display: grid;
  gap: 15px;
  margin-top: 30px;
}

.faq-item {
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.expanded {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background: white;
}

.faq-question {
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #333;
  user-select: none;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: #667eea;
}

.faq-question i {
  color: #667eea;
  transition: transform 0.3s ease;
  font-size: 14px;
}

.faq-question i.rotated {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 20px 20px 20px;
  color: #666;
  line-height: 1.8;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 500px;
  }
}

/* FAQ Category Grouping */
.faq-category-group {
  margin-bottom: 40px;
}

.faq-category-group:last-child {
  margin-bottom: 0;
}

.faq-category-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #667eea;
  display: inline-block;
}

.faq-category-items {
  display: grid;
  gap: 15px;
}

/* Reviews Grid */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.review-card {
  background: white;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 25px;
  transition: all 0.3s ease;
}

.review-card:hover {
  box-shadow: 2px 4px 4px 0px rgb(0 0 0 / 20%);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  background: #f0f0f0;
}

.review-avatar-placeholder {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 24px;
}

.review-meta h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 4px 0;
}

.review-designation {
  font-size: 12px;
  color: #999;
  margin: 0 0 8px 0;
}

.review-rating {
  font-size: 12px;
  color: #ffc107;
}

.review-text {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  font-style: italic;
  border-left: 3px solid #667eea;
  padding-left: 15px;
  margin-top: 15px;
}

/* Related Trainings */
.related-trainings-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.related-trainings-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  position: relative;
  padding-bottom: 20px;
}

.related-trainings-section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
}

/* CTA Section */
.training-cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-align: center;
  padding: 100px 0;
}

.cta-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.cta-content p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
}

.cta-content .btn {
  min-width: 200px;
  background: white;
  color: #667eea;
  font-weight: 600;
  border: none;
}

.cta-content .btn:hover {
  background: #f0f0f0;
}
a:hover{text-decoration: none !important;}

.home-top-categories {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 15px;
}

.sf-categories-btn {
  background: #2e3192;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.sf-container-zone{
  padding-top: 50px;
    padding-left: 60px;
    padding-right: 45px;
}

.twm-login{
  color: #2e3192;
}

.exp-and-view{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0px 0px 10px 0px;
  color: #4a5565; font-size: 0.875rem;
}
.job-view{text-align: right; color: #2e3192; font-size: 0.875rem;}
.exp-and-view i, .job-view i{display: inline-block; position:relative; vertical-align: middle;}
.btn-outline-primary{color: #2e3192; font: 1rem; font-weight: 500; border: 2px solid #2e3192; border-radius: 0.75rem;}
.btn-outline-primary:hover{color: #fff; background-color: #1664c0; border-color: #1664c0;}
.twm-jobs-grid-style1 .twm-right-content .btn-outline-primary{display: block; width: 100%; padding: 5px 10px;
font-size: 1rem;}

.job_title_share{
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      color: #4a5565;
      font-size: 0.875rem;
      padding-top: 10px;
  }
  .social_share{text-align: right;}
  .company_desc, .short_jobs_info, .bg-light-gray, .bg-gray{
    padding: 1.5rem; border-radius: 1rem; box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 20%); margin-bottom: 30px;
  }
  .company_desc, .short_jobs_info, .bg-light-gray{background: #fff;}
  .bg-gray{background: #e6edf5;}
  .company_desc{background: #fff;    display: block;}
  .short_jobs_info{background: #e6edf5; border-radius: 0px;}
  .short_jobs_info .flex{padding-bottom: 5px;}
  .short_jobs_info .flex.flex-col span{color: #4a5565; font-size: 1rem; text-align: right;}
  .short_jobs_info .flex.flex-col span:first-child{color:#101828; font-weight: 500;}
  .job_desc.bg-gray{border-radius: 0px;}
  .job_desc .twm-s-title, .company_desc h4{color: #000; font-size: 1.2rem; font-weight: 600;}
  .job_desc p, .job_desc ul li, .company_desc p{font-size: 1rem; color: #333; font-weight: 500;}
  .job_desc ul li{list-style-type:disc;}

  .job_apply_sec .job-save-btn, .job_apply_sec .job-email-apply-btn, .job_apply_sec .twm-job-self-bottom{
    display: inline-block; position: relative; vertical-align: middle; margin-right: 15px;
  }
  .job_apply_sec .job-save-btn .btn-primary{background: #2e3192; border-color:#2e3192;}
  .job_apply_sec i{display: inline-block; position: relative; vertical-align: middle;}

  .related_jobs{
    background: #e6edf5;
    padding: 1.25rem 1rem;
    margin-bottom: 30px;
  }

  .related-job-card{
    background: #fff;
    padding: .7rem;
    color: rgb(2 8 23);
    box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 20%);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    cursor: pointer;
    position: relative;
    margin: 5px 0px;
  }
  .related-job-card-dtl{
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  a.related-job-card-dtl:hover h5{color: #2e3192;}
  .company_logo {
    /* flex-shrink: 0;
    width: 60px;
    height: 65px;
    border-radius: 6px;
    overflow: hidden;
    background: #f4f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0; */
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: var(--sf-radius);
    padding: 1px;
    /* box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2); */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--sf-transition);
    flex-shrink: 0;
    text-decoration: none;
}
  .company_logo img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    display: block;
    border-radius: 9px;
}
.job_ttl_com_name{
    font-size: 14px;
    color: #1a2a3a;
    margin: 0px 0px 5px 0px;
    line-height: 1.3;
    flex: 1;
}
.job_ttl_com_name a{display: block; width: 100%; padding-bottom: 5px; line-height: 20px;}
.job_ttl_com_name .sf-job-title{
  font-size: 1rem; color: #101828; font-weight: 500;
}
.job_ttl_com_name .sf-job-company{
  font-size: 0.9rem; color: #4a5565;
  font-weight: 400;
}
.job_ttl_com_name .sf-job-meta-item{
  color: #2e3192; font-size: .75rem;
}
.employer_zone{text-align: center;}
.emp_zone_top{margin-top: 60px; padding:30px; text-align: center; background: #fff; 
  box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 20%);}
.emp-zone-title{font-size: 1.5rem; color: #1e2939; font-weight: 600; padding-bottom: 20px;}
.emp-zone-subtitle{color: #4a5565; font-size: 1.125rem; line-height: 24px;}
.btn-zone-sec{gap: 1rem; margin: 30px auto;}
.emp-zone-link{color: #333; font-size: 1rem; line-height: 20px; margin-bottom: 0px;}
.testimonial_wrap{border-radius: 0px;}
.trusted_partner .sf-employer-logo{
  height: 120px; width: 120px;
}
.btn-readmore {
  background: #2e3192;
  color: #ffffff;
  border: 1px solid #2e3192;
  border-radius: 20px;
  margin-top: 10px;
}

.btn-readmore:hover {
  background: #3a3ebf;
  border-color: #3a3ebf;
  color: #fff;
}
.border-radius-0{border-radius: 0px !important;}
.company_profile{padding-bottom: 15px;}
.company_pro_banner{max-height: 372px; overflow: hidden; border-radius: 9px;}
.company_pro_banner img{max-height: 372px; overflow: hidden; border-radius: 9px; width: 100%;}
.company_pro_info{display: flex; gap: 10px; align-items:end; margin-top: -30px; padding-left: 20px;}
.company_pro_img{height: 90px; width: 90px; background: #fff; border-radius: 9px; display: flex; align-items: center;
box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 20%); padding: 5px;}
.company_pro_img img{max-height: 90px; max-width: 100%;}
.pro_name_loc h5{margin: 0px;}
.company_description{padding:1.125rem; border-radius: 1rem; box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 20%);
margin-top: 30px;}
.meta-line {
    font-size: 0.875rem;
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1.75rem;
    margin-top: 0.4rem;
}
.meta-line span {
    font-size: 0.875rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.company_description h5{margin-top: 15px;}
.fp-method-tabs ul{list-style-type: none;}
.fp-method-tabs ul li{display: inline-block; position: relative; vertical-align: middle;
padding-right: 30px;}
.fp-method-tabs ul li:last-child{padding-right: 0px;}

.sf-job-search-placeholder-new {
  position: absolute;
  left: 32px;
  pointer-events: none;
  color: var(--sf-text-light);
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
}
/* Base styles */
.sf-job-search-words-new {
  transition: opacity 300ms;
  display: inline-block;
  opacity: 0; /* Default state when 'fade' is false */
}

/* Active state when 'fade' is true */
.sf-job-search-words-new.is-faded {
  opacity: 1;
}

.about_us .hero-content h2, .milestone h2{font-size: 1.5rem;}
.about_us .hero-content p{font-size: 1rem;}
.about_us .hero-content h2{margin-bottom: 30px; color: var(--tp-text-muted);}

.services .hero-content p{font-size: 1rem;}
.services .hero-content h2{
  margin-bottom: 30px; 
  color: var(--site-text-black);
  font-size: 1.5rem;
  font-weight: 600;
}


.milestone h2{font-weight: 600;}
.milestone-content{text-align: center;}
.abt_short_info{padding: 10px 0px;}
.abt_short_info h2 span {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}
.abt_short_info h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}
.abt_short_info figure{text-align: center;}
.abt_short_info figure img{max-height: 200px; max-width: 100%;}
.abt_short_info p{font-size: 1.125rem; color: #364153; font-weight: 500;}

.stats-banner {
    background-color: #2d35a0;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
}

.stat-item:not(:last-child) {
    border-right: none;
}

.icon-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-circle svg {
    width: 36px;
    height: 36px;
    fill: #2d35a0;
}

.stat-text {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.stat-label {
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 2px;
    opacity: 0.9;
}
.doc_type_label{
  font-size: 13px;
  line-height: 16px;
  color: #123456;
  font-weight: 400;
  margin-top: 2px;
  opacity: 0.9;
}

.divider {
    width: 1px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .stats-banner {
        flex-direction: column;
        padding: 30px 40px;
        gap: 25px;
        align-items: flex-start;
    }
    .stat-item {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .stats-banner {
        padding: 25px 20px;
    }
    .stat-number {
        font-size: 24px;
    }
    .icon-circle {
        width: 55px;
        height: 55px;
    }
    .icon-circle svg {
        width: 30px;
        height: 30px;
    }
}
.mobile_filter_icon{text-align: right; font-size: 24px; color: #00aeef;}

.dashboard-applicant-card-white {
  background: #ffffff !important;
  border: 1px solid #eef2f6 !important;
  border-radius: 9px !important;
  box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 20%) !important;
  padding: 15px !important;
}

.footer_view_employee .footer_view_all {
  font-size: 14px;
  font-weight: 500;
  color: #2e3192;
  text-decoration: none;
  transition: color 0.2s ease;
}

.filter-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #ffffff;
      border: 1px solid #d9dde8;
      border-radius: 10px;
      padding: 10px 20px;
      margin-bottom: 15px;
      width: 100%;
      min-height: 52px;
    }

    .filter-left {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .filter-group {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .filter-label {
      font-size: 14px;
      color: #1a1a2e;
      font-weight: 500;
      white-space: nowrap;
      letter-spacing: 0.01em;
    }

    .filter-select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: #eef0f5;
      border: 1px solid #d9dde8;
      border-radius: 4px;
      padding: 5px 28px 5px 10px;
      font-size: 14px;
      color: #1a1a2e;
      font-family: inherit;
      cursor: pointer;
      outline: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23555e7a' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 9px center;
      min-width: 72px;
      line-height: 1.4;
    }

    .filter-select:focus {
      border-color: #a0aabf;
    }

    .filter-right {
      font-size: 12px;
      color: #6b7494;
      white-space: nowrap;
      letter-spacing: 0.01em;
    }

    .alert.alert-primary b{font-weight: 500; color: #000;}
    /* ===== STATS CARDS ROW ===== */
    .stats-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-bottom: 20px;
    }

    .stat-card {
      background: #ffffff;
      border-radius: 12px;
      padding: 9px 10px 8px 9px;
      display: flex;
      flex-direction: column;
      gap: 0px;
      box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 20%) !important;
    }

    .stat-card-top {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .stat-icon {
      width: 38px;
      height: 38px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .stat-icon.green {
      background-color: #e6f4ea;
    }

    .stat-icon.blue {
      background-color: #e8f0fe;
    }

    .stat-icon.yellow {
      background-color: #fff8e1;
    }

    .stat-icon.pink {
      background-color: #fce4ec;
    }

    .stat-value {
      font-size: 22px;
      font-weight: 600;
      color: #1a1a2e;
      margin-left: 48px;
      line-height: 24px;
    }

    .stats-row .stat-card {
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid transparent;
    }

    .stats-row .stat-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .stats-row .stat-card.active {
        border-color: #2e3192;
        background-color: #fff;
    }

    /* ===== DOCUMENT CARDS ROW ===== */
    .docs-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin-bottom: 20px;
    }

    .doc-card {
      background: #ffffff;
      border-radius: 12px;
      padding: 18px 20px 16px 18px;
      /* width: 285px; */
      box-shadow: 0 1px 4px rgba(0,0,0,0.07);
      border: 1px solid #99a1af;
      position: relative;
    }

    .doc-card-header {
      display: flex;
      align-items: flex-start;
      font-size: 20px;
      gap: 10px;
      margin-bottom: 10px;
    }

    .doc-file-icon {
      width: 34px;
      height: 34px;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .doc-title {
      font-size: 14px;
      font-weight: 500;
      color: #1a1a2e;
      line-height: 1.3;
    }

    .doc-subtitle {
      font-size: 12.5px;
      color: #3b5bdb;
      margin-top: 2px;
    }

    .doc-meta {
      font-size: 13px;
      color: #444;
      line-height: 18px;
      margin-bottom: 0px;
    }

    .doc-divider {
      border: none;
      border-top: 1px solid #e0e0e0;
      margin: 5px 0px 10px 0px;
    }

    .doc-actions {
      display: flex;
      /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
      gap: 10px;
    }

    .btn-view-dwn {
      display: inline-block;
      align-items: center;
      gap: 6px;
      background-color: #2d3a8c;
      color: #ffffff;
      border: none;
      border-radius: 8px;
      padding: 5px 15px;
      font-size: 13px;
      font-weight: 500;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
    }

    .btn-download {
      display: inline-block;
      align-items: center;
      gap: 6px;
      background-color: #ffffff;
      color: #2d3a8c;
      border: 1px solid #2d3a8c;
      border-radius: 6px;
      padding: 5px 15px;
      font-size: 13px;
      font-weight: 500;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
    }
    .btn-delete {
      display: inline-block;
      align-items: center;
      gap: 6px;
      background-color: #ffffff;
      color: #f44336;
      border: 1px solid #f44336;
      border-radius: 6px;
      padding: 4px; line-height: 18px;
      height: 30px; width: 30px; text-align: center;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
    }
    .btn-view-dwn:hover{
      color: #fff; background: #6365ae;
    }
    .btn-download:hover{background: #fff; border-color: #6365ae;}
     .btn-delete:hover {background:#f44336; color: #fff;}

    /* ===== UPLOAD SECTION ===== */
    .upload-section {
      text-align: center;
      align-items: center;

    }

    .upload-icon-wrap {
      width: 54px;
      height: 54px;
      background-color: #dde3f0;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 5px;
      margin-left: auto;
      margin-right: auto;
    }

    .upload-title {
      font-size: 20px;
      font-weight: 400;
      color: #1a1a2e;
      margin-bottom: 16px;
    }

    .upload-select {
      width: 280px;
      padding: 10px 14px;
      border: 1.5px solid #c5cce0;
      border-radius: 8px;
      font-size: 14px;
      color: #555;
      background: #fff;
      appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center;
      cursor: pointer;
      margin-bottom: 16px;
    }

    .upload-drag-text {
      font-size: 14.5px;
      color: #444;
      margin-bottom: 16px;
    }

    .btn-choose {
      background-color: #2d3a8c;
      color: #ffffff;
      border: none;
      border-radius: 8px;
      padding: 10px 30px;
      line-height: 24px;
      font-size: 15px;
      font-weight: 500;
      cursor: pointer;
      margin-bottom: 16px;
    }

    .upload-formats {
      font-size: 12.5px;
      color: #7a86a0;
    }

    .upload-formats strong {
      font-weight: 600;
      color: #5a6580;
    }

    .dz-title-input-wrapper { padding: 8px; }
    .file-title-input { width: 100%; padding: 6px 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 13px; }
    .file-title-input.input-error { border-color: #e74c3c; background: #fff5f5; }
    .btn-upload-all { margin-top: 15px; padding: 5px 30px; background: #2e3192; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-size: 15px; }
    .btn-upload-all:hover { background: #5c60da; }
    .btn-upload-all:disabled { background: #999; cursor: not-allowed; }
    #document-dropzone { min-height: 200px; border: 0.125rem dashed #ccc; border-radius: 8px; background: #fff; margin-top: 10px; }
    #document-dropzone .dz-message { margin: 30px 0; }
    #document-dropzone .dz-message h4 { margin: 30px 0px 5px 0px; color: #3b4f8c; font-size: 14px;}
    #document-dropzone .dz-message span { color: #666; font-size: 14px; }


    .ac-job-card {
      background-color: #e6ecf5;
      border: 1px solid #bdc8d8;
      border-radius: 14px;
      padding: 10px;
      position: relative;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    /* ---------- TOP SECTION ---------- */
    .ac-job-card .card-top {
      display: flex;
      align-items: flex-start;
      gap: 13px;
      margin-bottom: 10px;
    }

    /* Logo box */
    .ac-job-card .logo-box {
      /* flex-shrink: 0;
      width: 80px;
      height: 80px;
      border: 1px solid #bdc8d8;
      border-radius: 8px;
      background: #ffffff;
      overflow: hidden; */
        width: 80px;
        height: 80px;
        background: #fff;
        border-radius: var(--sf-radius);
        padding: 1px;
        /* box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2); */
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: var(--sf-transition);
        flex-shrink: 0;
        text-decoration: none;
    }

    .ac-job-card .logo-box img {
      width: 100%;
      /* height: 100%; */
      object-fit: cover;
      display: block;
      border-radius: 9px;
    }

    /* Text info */
    .ac-job-card .card-info {
      flex: 1;
      min-width: 0;
      padding-top: 1px;
    }

    .ac-job-card .job-title {
      font-size: 1rem;
      font-weight: 500;
      color: #4a5565;
      line-height: 1.25;
      margin-bottom: 3px;
      letter-spacing: -0.01em;
    }

    .ac-job-card .company-name, .ac-job-card .job-type, .ac-job-card .job-salary {
      font-size: 12px;
      line-height: 14px;
      font-weight: 400;
      color: #4a5565;
      margin-bottom: 5px;
    }
    .ac-job-card .job-salary{margin-bottom: 0px;}

    /* Bookmark */
    .ac-job-card .bookmark-icon {
      flex-shrink: 0;
      width: 72px;
      margin-top: 1px;
      font-size: 18px;
      color:#4a5565;
      text-align: right;
    }
    .ac-job-card .bookmark-icon svg {
      width: 20px;
      height: 22px;
      display: block;
      fill: none;
      stroke: #4a5565;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
      margin-left: auto;
    }
    .match-rate{color:#00c950;}
    .under_review{min-width: 100px;}
    .under_review span{padding: 2px 5px; border: 1px solid #4a5565; background: #b3d3f6;
    font-size: 13px; color:#2e3192; border-radius: 6px;}
    .under_view{float: right; margin-top: -35px;}
    .under_view span{
      padding: 2px 5px;
      border: 1px solid #2e3192;
      background: #fff;
      font-size: 13px;
      color: #2e3192;
      border-radius: 6px;
    }

    /* ---------- DIVIDER ---------- */
    .ac-job-card .card-divider {
      border: none;
      border-top: 1px solid #bdc8d8;
      margin: 0 0 5px 0;
    }

    /* ---------- META ROWS ---------- */
    .ac-job-card .meta-row {
      display: flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 7px;
    }

    .ac-job-card .meta-row .icon {
      flex-shrink: 0;
      width: 18px;
      height: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ac-job-card .meta-row .icon svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: #55606e;
      stroke-width: 1.65;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .ac-job-card .meta-row .meta-text {
      font-size: 13px;
      font-weight: 400;
      color: #4a5565;
    }

    /* ---------- ACTION ROW ---------- */
    .ac-job-card .card-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 12px;
    }

    .ac-job-card .match-card {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 12px;
    }

    .ac-job-card .btn-apply {
      background-color: #2e3192;
      color: #ffffff;
      border: none;
      border-radius: 6px;
      padding: 9px 20px;
      font-size: 14px;
      font-weight: 500;
      font-family: inherit;
      cursor: pointer;
      letter-spacing: 0.01em;
      line-height: 1;
      white-space: nowrap;
    }

    .ac-job-card .btn-details {
      background-color: #00aeef;
      color: #fff;
      border: none;
      border-radius: 6px;
      padding: 9px 20px;
      font-size: 14px;
      font-weight: 500;
      font-family: inherit;
      cursor: pointer;
      letter-spacing: 0.01em;
      line-height: 1;
      white-space: nowrap;
    }

    .ac-job-card .trash-btn, .btm_mark_icon {
      margin-left: auto;
      display: flex;
      align-items: center;
      cursor: pointer;
    }

    .ac-job-card .trash-btn svg {
      width: 20px;
      height: 20px;
      fill: none;
      stroke: #d42b2b;
      stroke-width: 1.75;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .btm_mark_icon svg{
      width: 20px;
      height: 20px;
      fill: none;
      stroke: #4a5565;
      stroke-width: 1.75;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .ac_skill_tag{padding-bottom: 10px;}
    .ac_skill_tag b{font-weight: normal; font-size: 14px; color: #4a5565; display: block; width: 100%;}
    .ac_skill_tag .badge{border-radius: 100px !important; background: #00aeef; line-height: 16px;}
    .box-shadow{box-shadow: 1px 2px 2px 0px rgb(0 0 0 / 20%) !important;}
    .radius-sm{border-radius: 15px !important;}
    .account_setting_sec .panel-heading .panel-tittle{font-weight: 600 !important; font-size: 1.25rem;}
    .account_setting_sec .panel-heading p{font-size: 1rem; color: #4a5565; margin-bottom: 0px;}
    .setting_tab_content{padding-top: 10px;}
    .setting_tab_content .form-group label{font-weight: 500; color: #000;}
    .setting_tab_content .form-group label i{font-size: 9px; color: #d42b2b;}

    .setting_tab_content .nav-pills{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    /* .nav-pills li{margin-right: 30px;}
    .nav-pills li:last-child{margin-right: 0px;} */
    .nav-pills .nav-link{color: #000; font-size: 1rem; font-weight: 600; padding:5px 0px;}
    .nav-pills .nav-link:after{
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #2e3192;
      transition: width .4s ease-in;
    }
    .nav-pills .nav-link:hover:after, 
    .nav-pills .nav-link.active:after, .nav-pills .show > .nav-link:after{
      width: 100%;
    }
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link{color: #2e3192; background: #fff;}
    
    .settings-container {
      width: 100%;
      max-width: 1100px;
      background: #ffffff;
      padding: 0 16px 0 0;
    }

    .setting-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 4px 15px 0px;
      border-bottom: 1px solid #d9d9d9;
    }

    .setting-row:first-child {
      padding-top: 0px;
    }

    .setting-label {
      font-size: 15px;
      font-weight: 500;
      color: #1a1a2e;
      letter-spacing: 0.01em;
    }

    /* Toggle Switch */
    .toggle-wrapper {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 26px;
      flex-shrink: 0;
      margin-bottom: 0px;
    }

    .toggle-wrapper input[type="checkbox"] {
      opacity: 0;
      width: 0;
      height: 0;
      position: absolute;
    }

    .toggle-slider {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #d0d0d8;
      border-radius: 34px;
      cursor: pointer;
      transition: background-color 0.25s ease;
    }

    .toggle-slider::before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      left: 3px;
      top: 3px;
      background-color: #ffffff;
      border-radius: 50%;
      transition: transform 0.25s ease;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    }

    .toggle-wrapper input[type="checkbox"]:checked + .toggle-slider {
      background-color: #3d3d9e;
    }

    .toggle-wrapper input[type="checkbox"]:checked + .toggle-slider::before {
      transform: translateX(24px);
    }

    /* Save Button Row */
    .save-row {
      display: flex;
      justify-content: flex-end;
      padding: 15px 4px 0px 0px;
    }

    .btn_save {
      background-color: #3d3d9e;
      color: #ffffff;
      border: none;
      border-radius: 6px;
      padding: 5px 20px;
      font-size: 15px;
      line-height: 20px;
      font-weight: 400;
      cursor: pointer;
      transition: background-color 0.2s ease;
    }

    .btn_save:hover {
      background-color: #2e2e82;
    }

    .btn_save:active {
      background-color: #25257a;
    }
    .de_active_sec h5{margin-bottom: 0px;}
    .de_active_sec h6{font-weight: 500; color: #4a4a4a;}

    .btn_blue{background: #2e3192; border-color: #2e3192; border-radius: 6px;}
    .btn_blue:hover{background: #5658a7; border-color: #5658a7;}


    /* Start Job Post CSS */

      .page-wrapper {
        max-width: 1200px;
        margin: 0 auto;
      }

      /* Header */
     .page-header {
        margin-bottom: 15px;
      }
      .page-title, .acc_ttl h4 {
        font-size: 20px;
        font-weight: 600;
        color: #111827;
        margin-bottom: 4px;
      }
      .page-subtitle {
        font-size: 14px;
        color: #6b7280;
        font-weight: 400;
        margin-bottom: 0px;
      }

      .acc_ttl p{line-height: 16px;}
      
      /* Tab navigation */
      .employer_form .tab-nav {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
        margin-bottom: 20px;
      }

      .employer_form .tab-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 13px 16px;
        border-radius: 10px;
        cursor: pointer;
        border: 1.5px solid transparent;
        background-color: #eef0f5;
        transition: all 0.2s;
        text-decoration: none;
        user-select: none;
      }

      .employer_form .tab-item.active-green {
        background-color: #e7f5ed;
        border-color: #4cae80;
      }

      .employer_form .tab-item.active-purple {
        background-color: #ecedf8;
        border-color: #5f61b5;
      }

      .employer_form .tab-item.inactive {
        background-color: #fff;
        border-color: #cfd5e1;
      }

      .employer_form .tab-icon {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 8px;
      }

      .employer_form .tab-icon.green {
        background-color: rgba(61,158,106,0.12);
      }

      .employer_form .tab-icon.purple {
        background-color: rgba(91,94,166,0.12);
      }

      .employer_form .tab-icon.gray {
        background-color: rgba(138,147,178,0.12);
      }

      .employer_form .tab-icon svg {
        width: 20px;
        height: 20px;
      }

      .employer_form .tab-icon.green svg {
        color: #3d9e6a;
        stroke: #3d9e6a;
        fill: none;
      }

      .employer_form .tab-icon.purple svg {
        color: #5b5ea6;
        stroke: #5b5ea6;
        fill: none;
      }

      .employer_form .tab-icon.gray svg {
        color: #2e3192;
        stroke: #2e3192;
        fill: none;
      }

      .employer_form .tab-text {
        display: flex;
        flex-direction: column;
      }

      .employer_form .tab-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
      }

      .employer_form .tab-title.green {
        color: #2d7a52;
      }

      .employer_form .tab-title.purple {
        color: #3d3f8f;
      }

      .employer_form .tab-title.gray {
        color: #4b5563;
      }

      .employer_form .tab-subtitle {
        font-size: 12px;
        font-weight: 400;
        margin-top: 2px;
      }

      .employer_form .tab-subtitle.green {
        color: #3d9e6a;
      }

      .employer_form .tab-subtitle.purple {
        color: #5b5ea6;
      }

      .employer_form .tab-subtitle.gray {
        color: #9ca3af;
      }

      /* Content card */
      .employer_form .content-card {
        background: #fff;
        border-radius: 12px;
        border: 1px solid #e2e5ef;
        padding: 28px 28px 24px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.04);
      }

      .employer_form .card-title {
        font-size: 18px;
        font-weight: 600;
        color: #111827;
        margin-bottom: 4px;
      }

      .employer_form .card-subtitle {
        font-size: 13px;
        color: #6b7280;
        margin-bottom: 22px;
      }

      /* Form label */
      .employer_form .form-label {
        font-size: 13px;
        font-weight: 500;
        color: #111827;
        margin-bottom: 6px;
        display: block;
      }

      .employer_form .form-label .required {
        color: #e53e3e;
        margin-left: 2px;
      }

      /* Input field */
      .employer_form .form-input {
        width: 100%;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        padding: 9px 14px;
        font-size: 14px;
        color: #111827;
        background: #fff;
        outline: none;
        transition: border-color 0.2s;
      }

      .employer_form .form-input:focus {
        border-color: #6366b8;
      }

      .employer_form .form-input::placeholder {
        color: #9ca3af;
      }

      .employer_form .form-select {
        width: 100%;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        padding: 9px 14px;
        font-size: 14px;
        color: #9ca3af;
        background: #fff;
        outline: none;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        cursor: pointer;
      }

      .employer_form .form-select:focus {
        border-color: #6366b8;
      }

      .employer_form .form-textarea {
        width: 100%;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        padding: 10px 14px;
        font-size: 14px;
        color: #111827;
        background: #fff;
        outline: none;
        resize: vertical;
        font-family: inherit;
        transition: border-color 0.2s;
      }

      .employer_form .form-textarea:focus {
        border-color: #6366b8;
      }

      .employer_form .form-textarea::placeholder {
        color: #9ca3af;
      }

      /* Row layout */
      .employer_form .form-row {
        display: grid;
        gap: 16px;
        margin-bottom: 16px;
      }

      .employer_form .form-row.two-col {
        grid-template-columns: 1fr 1fr;
      }

      .employer_form .form-row.three-col {
        grid-template-columns: 1fr 1fr 1fr;
      }

      .form-group {
        margin-bottom: 16px;
      }

      /* Section box */
      .employer_form .section-box {
        background: #f3f5fa;
        border-radius: 10px;
        padding: 18px 20px;
        margin-bottom: 16px;
      }

      .employer_form .section-box-title {
        font-size: 13px;
        font-weight: 600;
        color: #374151;
        margin-bottom: 14px;
      }

      /* Tab panels */
      .employer_form .tab-panel {
        display: none;
      }

      .employer_form .tab-panel.active {
        display: block;
      }

      /* Footer buttons */
      .employer_form .form-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 24px;
        padding-top: 20px;
        border-top: 1px solid #e5e7eb;
      }

      .employer_form .btn {
        padding: 9px 24px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        border: none;
        transition: all 0.2s;
      }

      .employer_form .btn-outline {
        background: #fff;
        border: 1.5px solid #d1d5db;
        color: #374151;
      }

      .employer_form .btn-outline:hover {
        background: #f9fafb;
      }

      .employer_form .btn-ghost {
        background: #fff;
        border: 1.5px solid #d1d5db;
        color: #374151;
      }

      .employer_form .btn-primary {
        background: #2d3a8c;
        color: #fff;
        border: none;
      }

      .employer_form .btn-primary:hover {
        background: #232e74;
      }

      .employer_form .btn-group-right {
        display: flex;
        gap: 12px;
        align-items: center;
      }

      /* Max chars note */
      .employer_form .form-hint {
        font-size: 12px;
        color: #9ca3af;
        margin-top: 4px;
      }

      /* =====================
        TAB 1: Basic Info
      ===================== */

      /* =====================
        TAB 2: Requirements
      ===================== */

      /* Skills tags */
      .employer_form .skills-tags-area {
        background: #f3f5fa;
        border-radius: 8px;
        padding: 10px 12px;
        min-height: 44px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        margin-bottom: 8px;
        border: 1px solid #e5e7eb;
      }

      .employer_form .skill-tag {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        background: #fff;
        border: 1px solid #d1d5db;
        border-radius: 20px;
        padding: 4px 12px;
        font-size: 13px;
        color: #374151;
      }

      .employer_form .skill-tag .remove {
        color: #9ca3af;
        font-size: 14px;
        cursor: pointer;
        line-height: 1;
      }

      .employer_form .skills-input-row {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 0;
      }

      .employer_form .skills-input-row .form-input {
        flex: 1;
      }

      .employer_form .btn-add-skill {
        background: #2d3a8c;
        color: #fff;
        border: none;
        border-radius: 8px;
        padding: 9px 20px;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        cursor: pointer;
      }

      /* Vehicle toggle */
      .employer_form .vehicle-box {
        background: #f3f5fa;
        border-radius: 10px;
        padding: 16px 20px;
        display: flex;
        align-items: center;
        gap: 14px;
      }

      .employer_form .vehicle-icon {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }

      .employer_form .vehicle-text {
        flex: 1;
      }

      .employer_form .vehicle-title {
        font-size: 14px;
        font-weight: 600;
        color: #111827;
      }

      .employer_form .vehicle-desc {
        font-size: 12px;
        color: #6b7280;
        margin-top: 2px;
        line-height: 14px;
      }

      /* Toggle switch */
      .employer_form .toggle-switch {
        position: relative;
        width: 42px;
        height: 24px;
        flex-shrink: 0;
      }

      .employer_form .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
      }

      .employer_form .toggle-slider {
        position: absolute;
        cursor: pointer;
        top: 0; left: 0; right: 0; bottom: 0;
        background-color: #cbd5e1;
        border-radius: 24px;
        transition: 0.3s;
      }

      .employer_form .toggle-slider:before {
        content: '';
        position: absolute;
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: #fff;
        border-radius: 50%;
        transition: 0.3s;
      }

      .employer_form .toggle-switch input:checked + .toggle-slider {
        background-color: #2d3a8c;
      }

      .employer_form .toggle-switch input:checked + .toggle-slider:before {
        transform: translateX(18px);
      }

      /* =====================
        TAB 3: Salary & Location
      ===================== */

      .employer_form .salary-radio-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
        margin-bottom: 14px;
      }

      .employer_form .salary-radio-option {
        border: 1.5px solid #d1d5db;
        border-radius: 8px;
        padding: 11px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        font-size: 14px;
        color: #374151;
        background: #fff;
      }

      .employer_form .salary-radio-option.selected {
        background: #eaf5fb;
        border-color: #3b82c4;
        color: #1e3a5f;
      }

      .employer_form .salary-radio-option input[type="radio"] {
        accent-color: #2d3a8c;
        width: 16px;
        height: 16px;
      }

      /* Province/District selects */
      .employer_form .province-select-wrapper {
        position: relative;
      }

      .employer_form .province-select-wrapper select {
        width: 100%;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        padding: 9px 36px 9px 14px;
        font-size: 14px;
        color: #000;
        background: #fff;
        outline: none;
        appearance: none;
        cursor: pointer;
      }

      .employer_form .province-select-wrapper::after {
        content: '';
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #6b7280;
        pointer-events: none;
      }

      .employer_form .province-select-wrapper.has-select2::after {
        display: none;
      }

      /* =====================
        TAB 4: Description
      ===================== */

      .employer_form .error-msg {
        display: none;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        color: #e53e3e;
        margin-top: 6px;
        margin-bottom: 6px;
      }
      .employer_form .error-msg .err-icon {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #e53e3e;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 700;
        flex-shrink: 0;
      }
      .employer_form .hint-box {
        background: #eef2f8;
        border: 1px solid #d8e2f0;
        border-radius: 8px;
        padding: 12px 16px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 18px;
      }
      .employer_form .hint-box-icon {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 2px solid #60a5fa;
        color: #60a5fa;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 700;
        flex-shrink: 0;
        margin-top: 1px;
      }
      .employer_form .hint-box-text {
        font-size: 13px;
        color: #4b5563;
        line-height: 1.5;
      }
      .employer_form .preview-box {
        border: 2px dashed #c7d0e8;
        border-radius: 10px;
        padding: 28px 20px;
        text-align: center;
        margin-bottom: 4px;
      }
      .employer_form .preview-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #2d3a8c;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
      }
      .employer_form .preview-link svg {
        width: 20px;
        height: 20px;
      }

      /* applicants */

        #tab-list,
        #tab-grid { display: none; }
        /* Both content panels hidden by default */
        .view-panel { display: none; }
        /* Show list panel when #tab-list is checked */
        #tab-list:checked ~ .applicant_page .view-panel--list { display: block; }
        /* Show grid panel when #tab-grid is checked */
        #tab-grid:checked ~ .applicant_page .view-panel--grid { display: block; }
        /* Default (no radio checked): show list panel */
        #tab-list:not(:checked):not([id]) ~ .applicant_page .view-panel--list,
        .view-panel--list { display: block; }
        #tab-grid:checked ~ .applicant_page .view-panel--list { display: none; }
        /* ── Toggle button active states via :checked ── */
        /* List btn active by default */
        .btn-list-label { background: #f0f0f0; color: #000; }
        .btn-grid-label { background: transparent; color: #000; }
        /* When grid is checked: invert */
        #tab-grid:checked ~ .applicant_page .btn-list-label { background: transparent; color: #000; }
        #tab-grid:checked ~ .applicant_page .btn-grid-label { background: #fff; color: #2e3192; }
        /* When list is explicitly checked: keep list active */
        #tab-list:checked ~ .applicant_page .btn-list-label { background: #fff; color: #2e3192; }
        #tab-list:checked ~ .applicant_page .btn-grid-label { background: transparent; color: #000; }


      .view-toggle {
        display: flex;
        border: 1px solid #e6edf5;
        border-radius: 6px;
        overflow: hidden;
        background: #e6edf5;
      }
      .view-toggle label {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 38px;
        margin: 0px;
        cursor: pointer;
        transition: background .15s, color .15s;
      }
      .view-toggle label:hover { background: #f7f7f9; }
      .view-toggle label svg {
        width: 26px;
        height: 26px;
        display: block;
        pointer-events: none;
      }
      .search-bar {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
      }
      .filter-select {
        appearance: none;
        background: #fff;
        border: 1.5px solid #c8d5e3;
        border-radius: 4px;
        padding: 5px 20px 5px 10px;
        font-family: 'Noto Sans Devanagari', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #334155;
        cursor: pointer;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23334155' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 10px center;
        transition: border-color 0.2s, box-shadow 0.2s;
        min-width: 100px;
      }
      .filter-select:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
      }
      .filter-select:hover {
        border-color: #3b82f6;
      }
      .search-input-wrap {
        flex: 1;
        min-width: 180px;
        position: relative;
      }
      .search-input {
        width: 100%;
        border: 1.5px solid #c8d5e3;
        border-radius: 8px;
        padding: 9px 14px;
        font-family: 'Noto Sans Devanagari', sans-serif;
        font-size: 14px;
        color: #334155;
        transition: border-color 0.2s, box-shadow 0.2s;
      }
      .search-input::placeholder {
        color: #94a3b8;
      }
      .search-input:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
      }

      .filter-toggle{background: #e6edf5; padding: 5px; border-radius: 4px;}
      .filter-toggle a{display: inline-block; position: relative; vertical-align: middle;
        padding:2px 10px; border-radius: 4px; margin-left: 2px; margin-right:2px;}
      .filter-toggle a.active, .filter-toggle a:hover{background: #2e3192; color: #fff;}

      /* ══════════════════════════════════════════
       GRID VIEW
    ══════════════════════════════════════════ */
    .view-panel--grid{padding-top: 30px;}
    .grid-cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin-bottom: 36px;
    }
    @media (max-width: 1100px) { .grid-cards { grid-template-columns: repeat(3,1fr); } }
    @media (max-width: 780px)  { .grid-cards { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 480px)  { .grid-cards { grid-template-columns: 1fr; } }

    .applicant-card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 1px 4px rgba(0,0,0,.07);
      border: 1px solid #e4e6f0;
    }
    .card-banner {
      height: 88px;
      background: linear-gradient(135deg, #2563eb 0%, #1e3a8a 100%);
      position: relative;
    }
    .card-avatar {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: #dbe5fb;
      border: 3px solid #fff;
      position: absolute;
      bottom: -22px;
      left: 18px;
    }

    .card-avatar img{
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
      display: block;
    }
    .card-body { padding: 30px 16px 14px; }
    .card-name {
      font-size: 14px;
      font-weight: 500;
      color: #111;
      margin-bottom: 2px;
    }
    .card-position {
      font-size: 13px;
      font-weight: 500;
      color: #1a3db5;
      margin-bottom: 4px;
      line-height: 16px;
    }
    .card-exp {
      font-size: 12px;
      color: #666;
      margin-bottom: 8px;
    }
    .card-tags {
      display: flex;
      gap: 6px;
      flex-wrap: wrap;
      margin-bottom: 8px;
    }
    .applicant_page .tag {
      border-radius: 9px;
      padding: 2px 6px;
      font-size: 12px;
      color: #444;
      background: #e6edf5;
      line-height: 16px;
    }
    .applicant_page .card-date {
      font-size: 12px;
      color: #666;
      margin-bottom: 8px;
    }
    .applicant_page .status-badge {
      display: inline-block;
      padding: 3px 12px;
      border-radius: 6px;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 12px;
    }
    .applicant_page .badge-active      { background: #16a34a; color: #fff; }
    .applicant_page .badge-pending     { background: #f59e0b; color: #fff; }
    .applicant_page .badge-rejected    { background: #dc2626; color: #fff; }
    .applicant_page .badge-shortlisted { background: #1f2d78; color: #fff; }

    .card-btn-view {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      width: 100%;
      height: 26px;
      border-radius: 6px;
      background: #2e3192;
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      border: none;
      cursor: pointer;
      margin-bottom: 5px;
      font-family: inherit;
    }
    .card-btn-view svg { width: 15px; height: 15px; display: block; }

    /* Update Status in grid — label triggers modal */
    .card-btn-update {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      width: 100%;
      height: 26px;
      border-radius: 6px;
      background: #fff;
      color: #2e3192;
      font-size: 13px;
      font-weight: 500;
      border: 1px solid #2e3192;
      cursor: pointer;
      font-family: inherit;
    }
    .card-btn-update svg { width: 15px; height: 15px; display: block; }

    /* ── GRID PAGINATION ── */
    .grid-pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
    }
    .gpg-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 36px;
      height: 36px;
      border: 1.5px solid #ccc;
      border-radius: 7px;
      background: #fff;
      cursor: pointer;
      font-size: 13.5px;
      color: #444;
      padding: 0 14px;
      transition: background .12s, color .12s;
      font-family: inherit;
    }
    .gpg-btn:hover { background: #f4f4f8; }
    .gpg-btn.cur {
      background: #1f2d78;
      border-color: #1f2d78;
      color: #fff;
      font-weight: 700;
    }
    .gpg-dots { font-size: 15px; color: #888; padding: 0 2px; }

    .job_count_row{
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 16px;
      padding-bottom: 15px;
    }
    .job_count_div {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    #matchedJobsCardContainer{padding: 5px;}
    .training_dash{margin-top: 30px;}
    .blog_dashboard{margin-top: 30px;}
    .edit_download_sec{margin-top: -45px; gap:10px;}
    .header_post_job{min-width: 115px;}

    .reference-info button,  .reference-info a{
      padding: 2px 10px;
      line-height: 18px;
      font-size: 13px;
    }
    .social-info p, .social-info a{word-break: break-word;}
    table.dataTable>tbody>tr.child span.dtr-title{font-weight: 500 !important; color: #2d35a0;}

      /* Responsive */
      @media (max-width: 768px) {

        .employer_form .tab-nav {
          grid-template-columns: 1fr 1fr;
        }

        .employer_form .form-row.two-col {
          grid-template-columns: 1fr;
        }

        .employer_form .salary-radio-row {
          grid-template-columns: 1fr;
        }
      }

      @media (max-width: 480px) {
        .employer_form .tab-nav {
          grid-template-columns: 1fr;
        }
      }

/* ── Skeleton Loaders ────────────────────────────── */
.sf-skeleton-track {
  animation: none !important;
  gap: 25px;
}

.sf-employer-logo-skeleton {
  width: 80px;
  height: 80px;
  border-radius: var(--sf-radius);
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: sf-shimmer 1.5s infinite;
  flex-shrink: 0;
}

.sf-category-card-skeleton {
  height: 120px;
  border-radius: var(--sf-radius);
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: sf-shimmer 1.5s infinite;
  margin: 0 10px;
}

@keyframes sf-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ── Job Details Skeleton ─────────────────────────── */
.sf-skeleton-block {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: sf-shimmer 1.5s infinite;
  border-radius: 6px;
}

.sf-skeleton-round {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: sf-shimmer 1.5s infinite;
}

.sf-skeleton-social-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: sf-shimmer 1.5s infinite;
}

.sf-skeleton-related-card {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: sf-shimmer 1.5s infinite;
}

.company_desc .sf-skeleton-block:last-child {
  margin-top: 12px;
}

/* ── Carousel ─────────────────────────────────────── */
.sf-carousel-wrapper {
  overflow: hidden;
  width: 100%;
}

.sf-carousel-wrapper.sf-carousel-animating {
  -webkit-mask-image: linear-gradient(to right, #000 95%, transparent 100%);
  mask-image: linear-gradient(to right, #000 95%, transparent 100%);
}

.sf-carousel-track {
  display: flex;
  gap: 15px;
  width: max-content;
  padding: 15px 0px;
  will-change: transform;
}

.sf-carousel-track.sf-scrolling {
  animation: sf-scroll 35s linear infinite;
}
.sf-categories-list .sf-carousel-track.sf-scrolling {
  animation: sf-scroll 95s linear infinite !important;
}

.sf-carousel-track.sf-scrolling:hover {
  animation-play-state: paused;
}

@keyframes sf-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.sf-categories-list .sf-carousel-wrapper{width:80% !important;}

/* ── Top Categories Section ──────────────────────── */
.sf-top-categories-section {
  padding: 40px 0;
}

.sf-categories-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.sf-categories-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #333;
}

.sf-categories-arrows {
  display: flex;
  gap: 8px;
}

.sf-categories-arrow-btn {
  width: 36px;
  height: 36px;
  border-radius: var(--sf-radius);
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  color: #666;
}

.sf-categories-arrow-btn:hover {
  background: #00aeef;
  border-color: #00aeef;
  color: #fff;
}

.sf-categories-carousel-wrapper {
  margin: 0 -10px;
}

.sf-category-card-wrapper {
  padding: 0 10px;
}

.sf-category-card {
  background: #fff;
  border-radius: var(--sf-radius);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sf-category-card:hover {
  transform: translateY(-2px);
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.12);
}

.sf-category-badge {
  display: inline-block;
  background: #e8f4fd;
  color: #00aeef;
  font-size: 20px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sf-category-content .sf-category-title {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 6px 0;
  color: #333;
  line-height: 16px;
}

.sf-category-count {
  font-size: 14px;
  font-weight: 700;
  color: #00aeef;
  margin: 0;
}
.social_links_icons{ filter: brightness(0) invert(1);}

.sf-filter-active {
    border: 1px solid #2e3192 !important;
    background-color: rgba(46, 49, 146, 0.06) !important;
    border-radius: 6px !important;
    padding: 2px 8px !important;
}

/* =============================================
   CMS PAGE – MODERN REDESIGN
   ============================================= */

/* Fade-in + slide-up entrance animation */
@keyframes cmsFadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section background */
.cms-page-section {
  background: linear-gradient(180deg, #f5f7f9 0%, #ffffff 100%);
  min-height: 60vh;
}

/* Card container – full width */
.cms-post-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}
.cms-post-card:hover {
  box-shadow: 0 6px 32px rgba(25, 103, 210, 0.08), 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Entrance animation */
.cms-animate-in {
  animation: cmsFadeSlideUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ── Post Body (clearfix for float) ──────────── */
.cms-post-body {
  padding: 36px 40px 40px;
}
.cms-post-body::after {
  content: "";
  display: table;
  clear: both;
}

/* ── Image / Media (float left) ────────────── */
.cms-post-media {
  float: left;
  width: 30%;
  margin: 0 28px 16px 0;
}

.cms-post-media-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.cms-post-card .cms-post-media-inner:hover {
  box-shadow: 0 6px 24px rgba(25, 103, 210, 0.12);
  transform: translateY(-2px);
}

.cms-post-media-inner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.cms-post-card .cms-post-media-inner:hover img {
  transform: scale(1.03);
}

/* ── Title (flows beside image) ────────────── */
.cms-post-title {
  margin-bottom: 16px;
}

.cms-post-title h1 {
  font-family: "Rubik", "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #171d28;
  line-height: 1.35;
  margin: 0 0 12px 0;
  letter-spacing: -0.3px;
}

/* Gradient accent bar below title */
.cms-post-title h1 span {
  width: 56px;
  border-bottom: 4px solid #00b4d8;
  transition: width 0.4s ease;
}
.cms-post-card:hover .cms-title-accent {
  width: 90px;
}

/* ── Content (CKEditor output) ─────────────── */
.cms-post-content {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.85;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Paragraphs */
.cms-post-content p {
  margin: 0 0 18px 0;
  color: #4a5565;
  line-height: 1.85;
}
.cms-post-content p:last-child {
  margin-bottom: 0;
}

/* Strong / Bold */
.cms-post-content strong,
.cms-post-content b {
  font-weight: 600;
  color: #171d28;
}

/* Inline spans inherit properly */
.cms-post-content span {
  line-height: inherit;
}

/* ── Headings hierarchy ──────────────────── */
.cms-post-content h1 {
  font-family: "Rubik", "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #171d28;
  margin: 36px 0 16px 0;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.cms-post-content h2 {
  font-family: "Rubik", "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #171d28;
  margin: 32px 0 14px 0;
  line-height: 1.35;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f2f5;
}
.cms-post-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #171d28;
  margin: 28px 0 12px 0;
  line-height: 1.4;
}
.cms-post-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 24px 0 10px 0;
  line-height: 1.4;
}
.cms-post-content h5 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin: 20px 0 8px 0;
  line-height: 1.45;
}
.cms-post-content h6 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #4a5565;
  margin: 18px 0 8px 0;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Remove top margin if heading is first child */
.cms-post-content > h1:first-child,
.cms-post-content > h2:first-child,
.cms-post-content > h3:first-child,
.cms-post-content > h4:first-child,
.cms-post-content > h5:first-child,
.cms-post-content > h6:first-child {
  margin-top: 0;
}

/* ── Lists ───────────────────────────────── */
.cms-post-content ul,
.cms-post-content ol {
  margin: 0 0 20px 0;
  padding-left: 0;
}

.cms-post-content ul {
  list-style: none;
}

.cms-post-content ul li {
  position: relative;
  padding: 6px 0 6px 24px;
  color: #4a5565;
  line-height: 1.75;
}
.cms-post-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1967d2, #2e3192);
  flex-shrink: 0;
}

.cms-post-content ol {
  list-style: none;
  counter-reset: cms-ol-counter;
}
.cms-post-content ol li {
  position: relative;
  padding: 6px 0 6px 32px;
  color: #4a5565;
  line-height: 1.75;
  counter-increment: cms-ol-counter;
}
.cms-post-content ol li::before {
  content: counter(cms-ol-counter);
  position: absolute;
  left: 0;
  top: 7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1967d2, #2e3192);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Nested lists */
.cms-post-content ul ul,
.cms-post-content ol ol,
.cms-post-content ul ol,
.cms-post-content ol ul {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* ── Tables ──────────────────────────────── */
.cms-post-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  font-size: 14px;
}

.cms-post-content table thead {
  background: linear-gradient(135deg, #1967d2 0%, #2e3192 100%);
}
.cms-post-content table thead th {
  padding: 12px 16px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.cms-post-content table tbody tr {
  transition: background-color 0.2s ease;
}
.cms-post-content table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}
.cms-post-content table tbody tr:hover {
  background-color: rgba(25, 103, 210, 0.04);
}

.cms-post-content table tbody td {
  padding: 11px 16px;
  color: #4a5565;
  border-top: 1px solid #e2e8f0;
  vertical-align: top;
  line-height: 1.6;
}

.cms-post-content table tbody td:first-child {
  font-weight: 500;
  color: #171d28;
}

/* Table responsive wrapper (added via CSS for overflow) */
.cms-post-content table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cms-post-content table thead,
.cms-post-content table tbody,
.cms-post-content table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cms-post-content table thead {
  display: table-header-group;
}
.cms-post-content table tbody {
  display: table-row-group;
}

/* ── Blockquote ──────────────────────────── */
.cms-post-content blockquote {
  margin: 28px 0;
  padding: 20px 24px 20px 28px;
  border-left: 4px solid #1967d2;
  background: linear-gradient(135deg, #f0f5ff 0%, #f5f7f9 100%);
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: #2c3e50;
  position: relative;
}
.cms-post-content blockquote::before {
  content: "\201C";
  position: absolute;
  top: -5px;
  left: 12px;
  font-size: 48px;
  color: rgba(25, 103, 210, 0.15);
  font-family: Georgia, serif;
  line-height: 1;
}
.cms-post-content blockquote p {
  color: #2c3e50;
  margin-bottom: 8px;
  font-size: 15px;
}
.cms-post-content blockquote p:last-child {
  margin-bottom: 0;
}

/* ── Images inside content ───────────────── */
.cms-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cms-post-content img:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* ── Links inside content ────────────────── */
.cms-post-content a {
  color: #1967d2;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.cms-post-content a:hover {
  color: #2e3192;
  border-bottom-color: #2e3192;
}

/* ── Code / Pre ──────────────────────────── */
.cms-post-content code {
  background: #f0f2f5;
  color: #d63384;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 13px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}
.cms-post-content pre {
  background: #1e293b;
  color: #e2e8f0;
  padding: 20px 24px;
  border-radius: 10px;
  overflow-x: auto;
  margin: 24px 0;
  font-size: 13px;
  line-height: 1.7;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}
.cms-post-content pre code {
  background: none;
  color: inherit;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
}

/* ── Horizontal rule ─────────────────────── */
.cms-post-content hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
  margin: 32px 0;
}
