.site-text-primary {
  color: #1967d2;
}

.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: #f9f9f9;
}

.site-bg-white {
  background-color: #fff;
}

.site-bg-light-purple {
  background-color: #dbe6f7;
}

body {
  color: #000;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.7;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 20px;
}

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: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #17171d;
}

h1 {
  font-size: 60px;
  font-weight: 700;
}

h2 {
  font-size: 34px;
  font-weight: bold;
  color: #ff0000;
}

h3 {
  font-size: 22px;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

h5 {
  font-size: 20px;
  font-weight: 900;
}

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;
}


/*Center title*/
.section-head.left.wt-small-separator-outer {
  text-align: left;
}

.section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .section-head.left.wt-small-separator-outer h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .section-head.left.wt-small-separator-outer h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .section-head.left.wt-small-separator-outer h2 {
    font-size: 22px;
  }
}

.section-head.left.wt-small-separator-outer p {
  margin-bottom: 40px;
}

.section-head.center.wt-small-separator-outer {
  margin-bottom: 50px;
  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;
  }
}


/*Side bar tags*/
.tw-sidebar-tags-wrap .tagcloud {
  margin-top: -10px;
}

.tw-sidebar-tags-wrap .tagcloud a {
  padding: 5px 15px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  color: #1967d2;
  border-radius: 6px;
  font-size: 14px;
  background-color: #dbe6f7;
}

.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 .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: "Rubik", 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: 10px;
}

.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;
}

/*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: #17171d;
  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: 46px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .blog-post-single-outer .blog-post-single .post-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .blog-post-single-outer .blog-post-single .post-title {
    font-size: 22px;
  }
}

.blog-post-single-outer .blog-post-single .twm-blog-s-title {
  margin: 30px 0px;
}

.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: "Rubik", 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: "Rubik", 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: center;
}

.blog-post-single-outer .post-social-icons-wrap h4 {
  font-size: 14px;
}

/*Single Post Tags*/
.post-area-tags-wrap {
  margin-top: 30px;
  padding-top: 30px;
}

/*Single Post Tags*/
.post-social-icons {
  margin: 0px;
}

.post-social-icons li {
  display: inline-block;
}

.post-social-icons li a {
  height: 34px;
  width: 34px;
  line-height: 34px;
  color: #818181;
  padding: 0px;
  font-size: 18px;
  text-align: center;
  margin-right: 3px;
}

.post-social-icons li a:hover {
  color: #fff;
  background-color: #051721;
}

/*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: 50px;
  line-height: 0.70;
  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: "Rubik", 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;
}

@media (max-width: 991px) {
  .section-full.p-t120, .section-full.p-b90, .section-full.p-tb120 {
    padding-top: 38px;
    padding-bottom: 10px;
  }
}

/*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;
  }
}

/*Description list*/
.description-list-2 {
  margin: 30px 0px;
}

.description-list-2 li {
  padding-left: 45px;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}

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

.description-list-2 li i {
  color: #1967d2;
  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%;
}

/*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;
}

/*Search*/
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}

#search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 999;
  display: block;
}

#search form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 100%;
  color: #1967d2;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  outline: none;
  padding: 10px;
  display: flex;
  align-items: center;
}

#search form span {
  display: block;
}

#search input[type="search"] {
  background: none;
  border: none;
  padding: 0px 12px;
  outline: none;
  color: #17171d;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 575px) {
  #search input[type="search"] {
    font-size: 14px;
  }
}

#search input[type="search"]:focus {
  box-shadow: none;
}

#search input[type="search"]::placeholder {
  color: #17171d;
}

#search .search-btn {
  border: none;
  background: none;
  padding: 0px 30px;
  outline: none;
  display: block;
  width: 100%;
  text-align: center;
}

#search .search-btn i {
  font-size: 36px;
  line-height: 60px;
  color: #1967d2;
}

#search .close {
  position: fixed;
  top: 30px;
  right: 30px;
  border-radius: 10px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-color: #1967d2;
}

#search .close:after, #search .close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #fff;
  right: 28px;
  top: 16px;
}

#search .close:after {
  transform: rotate(45deg);
}

#search .close:before {
  transform: rotate(-45deg);
}

#search .close:hover:after, #search .close:hover:before {
  cursor: pointer;
}

/*Google map*/
.google-map {
  width: 100%;
  height: 460px;
}

.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 white;
  animation: ripple-video 3s infinite;
  z-index: 1;
}

.play-now-video .ripple:before {
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.play-now-video .ripple:after {
  animation-delay: .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: #7cb5ea;
}

.bg-clr-pink-light {
  background-color: #cea7d9;
}

.bg-clr-green-light {
  background-color: #8be3c6;
}

.bg-clr-yellow-light {
  background-color: #eac87c;
}

.bg-sky-light-shadow {
  box-shadow: 0px 0px 40px rgba(124, 181, 234, 0.7);
}

.bg-pink-light-shadow {
  box-shadow: 0px 0px 40px rgba(206, 167, 217, 0.7);
}

.bg-green-light-shadow {
  box-shadow: 0px 0px 40px rgba(139, 227, 198, 0.7);
}

.bg-yellow-light-shadow {
  box-shadow: 0px 0px 40px rgba(234, 200, 124, 0.7);
}

.text-clr-sky {
  color: #3898e2;
}

.text-clr-pink {
  color: #bc84ca;
}

.text-clr-green {
  color: #56d8b1;
}

.text-clr-green2 {
  color: #05AD05;
}

.text-clr-yellow {
  color: #e2b438;
}

.text-clr-yellow-2 {
  color: #ffe119;
}

.text-clr-red {
  color: #ff0000;
}

/*process steps*/
.twm-how-it-work-section .row {
  display: flex;
  justify-content: center;
}

.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: 80px;
  padding-top: 30px;
  position: relative;
}

@media (max-width: 1024px) {
  .twm-w-process-steps-2 {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .twm-w-process-steps-2 {
    padding-left: 30px;
  }
}

.twm-w-process-steps-2 .twm-large-number {
  font-size: 60px;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.twm-w-process-steps-2 .twm-w-pro-top {
  margin-left: 20px;
  margin-bottom: 40px;
  padding: 25px;
  border-radius: 10px;
  position: relative;
}

.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: 30px;
  margin-top: 40px;
  margin-left: 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: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 25px rgba(180, 205, 237, 0.7);
  margin-bottom: 30px;
  margin-top: 20px;
}

.twm-blog-post-1-outer.shadow-none {
  box-shadow: none;
}

.twm-blog-post-1-outer .wt-post-media {
  margin-top: -40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 25px rgba(56, 152, 226, 0.3);
  margin-bottom: 25px;
}

.twm-blog-post-1-outer .wt-post-media img {
  width: 100%;
}

.twm-blog-post-1-outer .wt-post-info {
  position: relative;
  z-index: 1;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta {
  position: relative;
  margin-bottom: 20px;
}

.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: #ff0000;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  padding: 5px 15px 5px 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  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: #ff0000;
  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 #ff0000;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-author {
  color: #17171d;
  font-weight: 600;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-author a {
  color: #1967d2;
  display: inline-block;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-text p {
  font-size: 16px;
  margin-bottom: 10px;
}

/*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: 910px;
  margin: 0px auto;
}

.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: 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: 767px) {
  .twm-jobs-list-style1 .twm-media {
    position: inherit;
    bottom: inherit;
    margin-right: 0px;
    margin-bottom: 30px;
    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: 180px;
}

@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: 20px 0px 10px 0px;
  font-size: 14px;
}

.twm-jobs-list-style1 .twm-right-content .twm-jobs-amount span {
  color: #046c38;
}

.twm-jobs-list-style1 .twm-right-content .twm-job-websites {
  font-size: 14px;
}

.twm-jobs-list-style1 .twm-right-content .twm-jobs-browse {
  font-weight: 600;
  font-size: 18px;
}

.twm-jobs-list-style1 .twm-job-title .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
}

.twm-jobs-category span {
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
}

@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;
}

@media (max-width: 767px) {
  .cabdidate-de-info .twm-jobs-category span {
    margin-top: 0px;
    display: inline-block;
  }
}

.twm-jobs-grid-style1 {
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 420px) {
  .twm-jobs-grid-style1 {
    text-align: center;
    margin-top: 0px;
  }
}

.twm-jobs-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: 30px;
  position: absolute;
  top: -30px;
  overflow: hidden;
}

@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-media {
    position: inherit;
    top: inherit;
    margin: 0px auto;
  }
}

.twm-jobs-grid-style1 .twm-media img {
  display: block;
}

.twm-jobs-grid-style1 .twm-mid-content {
  padding-top: 60px;
}

@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-mid-content {
    padding-top: 30px;
  }
}

.twm-jobs-grid-style1 .twm-right-content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-right-content {
    display: block;
  }
}

.twm-jobs-grid-style1 .twm-right-content .twm-job-address {
  margin-bottom: 0px;
}

.twm-jobs-grid-style1 .twm-right-content .twm-jobs-amount {
  font-weight: 500;
  color: #17171d;
  margin: 20px 0px 10px 0px;
}

.twm-jobs-grid-style1 .twm-right-content .twm-jobs-amount span {
  color: #046c38;
}

.twm-jobs-grid-style1 .twm-right-content .twm-jobs-browse {
  font-weight: 600;
  font-size: 18px;
}

.twm-jobs-grid-style1 .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
  margin-left: 120px;
}

@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-job-post-duration {
    display: block;
    margin: 0px;
  }
}

.twm-jobs-grid-style1 .twm-jobs-category {
  position: absolute;
  right: -10px;
  top: 10px;
}

@media (max-width: 420px) {
  .twm-jobs-grid-style1 .twm-jobs-category {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 10px;
  }
}

/*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-purple {
  background-color: #8883ec;
}

.twm-bg-sky {
  background-color: #2d9bb3;
}

.twm-bg-golden {
  background-color: #b7912a;
}

.twm-bg-ring-wrap {
  overflow: hidden;
  position: relative;
}

.twm-bg-ring-wrap .twm-bg-ring-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 #56d8b1;
  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: 55px 70px;
  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;
  }
}

@media (max-width: 768px) {
  .twm-explore-content {
    padding: 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: 40px;
}

.twm-explore-content .twm-title-large h2 {
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .twm-explore-content .twm-title-large h2 {
    font-size: 30px;
  }
}

.twm-explore-content .twm-title-large p {
  color: #e7e7e7;
  font-size: 20px;
}

.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;
  }
}

@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;
  font-size: 20px;
}

.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: "Trebuchet MS", Arial, Helvetica, 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: "Trebuchet MS", Arial, Helvetica, 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-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 .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.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: 50px;
  border: none;
}

.twm-tabs-style-1 .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: 14px;
  background-color: #dbe6f7 !important;
}

.twm-tabs-style-1 .nav-tabs .nav-item .nav-link.active {
  background-color: #1967d2 !important;
  color: #fff;
}

/*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;
}

.twm-tabs-style-2 .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 8px 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: 16px;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #a0a0a0;
  font-size: 16px;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #a0a0a0;
  font-size: 16px;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #a0a0a0;
  font-size: 16px;
}

/*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: 16px;
  margin-bottom: 20px;
  color: #666666;
}

.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-input:checked[type="radio"] {
  background-image: none;
  position: relative;
}

.form-check-input:checked[type="radio"]:after {
  background-color: #1967d2;
  width: 10px;
  height: 10px;
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
}

.form-check-input[type="radio"] {
  background-color: transparent;
}

.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: #046c38;
  margin-left: 5px;
}

.twm-candidates-list-style1 .twm-fot-content .twm-left-info {
  display: flex;
  justify-content: space-between;
}

.twm-candidates-list-style1 .twm-fot-content .twm-candidate-address {
  font-size: 14px;
  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: #046c38;
  margin-left: 5px;
}

.twm-candidates-grid-style1 .twm-fot-content .twm-left-info {
  display: flex;
  justify-content: space-between;
}

.twm-candidates-grid-style1 .twm-fot-content .twm-candidate-address {
  font-size: 14px;
  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 {
  margin: 30px 0px;
}

.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 {
    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 {
  padding: 5px 15px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
}

.twm-social-tags a:hover {
  opacity: 0.9;
}

.fb-clr {
  background-color: #4d69b2;
}

.tw-clr {
  background-color: #38b2e1;
}

.link-clr {
  background-color: #0579b6;
}

.whats-clr {
  background-color: #2ca53b;
}

.pinte-clr {
  background-color: #f03c41;
}

/*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;
}

.twm-job-self-info .twm-job-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;
}

@media (max-width: 420px) {
  .twm-job-self-info .twm-job-self-top .twm-media {
    left: auto;
    top: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.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-bottom: 15px;
  font-size: 16px;
}

.twm-job-self-info .twm-job-self-top .twm-job-title .twm-job-post-duration {
  color: #2db346;
  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;
}

@media (max-width: 767px) {
  .twm-job-self-info .twm-job-self-top .twm-job-self-mid {
    display: block;
  }
}

.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-self-info .twm-job-self-top .twm-jobs-amount {
  font-weight: 500;
  color: #17171d;
  font-size: 14px;
  display: inline-block;
}

.twm-job-self-info .twm-job-self-top .twm-jobs-amount span {
  color: #046c38;
}

.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: -62px;
  right: 0px;
}

@media (max-width: 767px) {
  .twm-job-self-info .twm-job-self-bottom {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 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;
}

@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;
  /* FF3.6-15 */
  /* 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: "Trebuchet MS", Arial, Helvetica, 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: "Trebuchet MS", Arial, Helvetica, 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: 10px;
}

/*Faq*/
.tw-faq-section {
  max-width: 830px;
  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: "\e9b3";
  font-family: 'Feather';
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #17171d;
  text-align: center;
  font-size: 22px;
}

.accordion-button:not(.collapsed):after {
  background-image: none;
  content: "\e998";
  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: 50px;
}

.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: 20px 110px;
}

@media (max-width: 575px) {
  .twm-sign-up .modal-body {
    padding: 20px;
  }
}

.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: 500;
}

/*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: .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: calc(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: calc(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: 0;
  width: 40px;
  height: 60px;
  z-index: 5;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  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: 20px;
}

.panel-default > .panel-heading .panel-heading-left {
  float: left;
}

.panel-default > .panel-heading .panel-heading-right {
  float: right;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e7ecf1;
}

.dropdown.bootstrap-select.wt-select-box {
  width: 100% !important;
}

.dropdown.bootstrap-select.wt-select-box .btn-light {
  background-color: #dbe6f7;
  border-color: #dbe6f7;
}

.dropdown.bootstrap-select.wt-select-box .dropdown-toggle {
  height: 60px;
  border-radius: 10px;
}

.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: 12px;
}

.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;
}

/*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 50px;
  }
}

.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: 10px !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: 10px !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: #4ed7cf;
}

.gradi-2 {
  color: #ea6f9d;
}

.gradi-3 {
  color: #627ceb;
}

.gradi-4 {
  color: #fbbc75;
}

/*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: 30px;
}

@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: 20px;
  border-radius: 10px;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

@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: #046c38;
  margin-left: 5px;
}

.twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content .twm-left-info {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 540px) {
  .twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content .twm-left-info {
    display: block;
  }
  .twm-dashboard-candidates-wrap .twm-dash-candidates-list .twm-fot-content .twm-left-info p {
    margin-right: 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;
}

.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 {
  background: transparent;
  border: none;
  font-size: 13px;
  color: #1967d2;
}

.twm-D_table {
  padding: 20px;
}

.twm-D_table div.dataTables_wrapper div.dataTables_length select {
  width: 100px;
  border-radius: 6px;
  margin: 0px 5px;
  border: none;
  height: 40px;
  background-color: #dbe6f7;
}

.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;
}

.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: 30px;
  overflow: hidden;
  width: 100%;
}

.twm-table thead {
  border-radius: 8px;
  color: #fff;
}

.twm-table thead th {
  position: relative;
  padding: 15px 30px;
  font-size: 14px;
  color: #17171d;
  font-weight: 500;
  line-height: 30px;
  white-space: nowrap;
}

.twm-table tbody tr {
  position: relative;
  border-bottom: 1px solid #ECEDF2;
}

.twm-table tbody tr td {
  position: relative;
  padding: 20px 30px;
  font-size: 14px;
  color: #17171d;
  font-weight: 400;
}

@media (max-width: 767px) {
  .twm-table tbody tr td {
    padding: 20px 10px;
  }
}

.twm-table tbody tr td button {
  border: none;
  background: transparent;
  display: inline-block;
  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: 21px 30px;
  font-size: 14px;
  color: #696969;
  font-weight: 400;
}

@media (max-width: 767px) {
  .twm-table tr td {
    padding: 21px 10px;
  }
}

/* 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: 1px solid #ddd;
  border-radius: 10px;
  height: 90px;
}

.twm-bookmark-list-wrap .twm-bookmark-list .twm-media .twm-media-pic {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.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: 20px;
}

.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: .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: "Trebuchet MS", Arial, Helvetica, 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: "Trebuchet MS", Arial, Helvetica, 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: "Trebuchet MS", Arial, Helvetica, 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;
}

@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: 830px;
  margin: 0px auto 30px;
}

.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 {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 12px 20px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .twm-about-1-bottom-wrap .twm-card-blocks {
    margin-bottom: 30px;
  }
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 64px;
  background-color: #1967d2;
  text-align: center;
  margin-right: 10px;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon.pink {
  background-color: #c698d2;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-icon img {
  width: 60%;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .tw-count-number {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .tw-count-number .counter {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

.twm-about-1-bottom-wrap .twm-card-blocks .twm-content .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 14px;
}

.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: 1560px;
  margin: 120px auto;
  border-radius: 80px;
  padding: 120px 125px 0px 125px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .twm-for-employee-4 {
    padding: 40px 30px;
    margin: 40px;
  }
}

@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 {
  width: 100%;
}

.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: "Trebuchet MS", Arial, Helvetica, 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: "Trebuchet MS", Arial, Helvetica, 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: 30%;
  left: 0%;
  z-index: 2;
}

@media (max-width: 767px) {
  .twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two {
    position: inherit;
    width: 100%;
  }
  .twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two.one, .twm-for-employee-4 .twm-for-employee-content .twm-explore-right-section .counter-outer-two.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: "Trebuchet MS", Arial, Helvetica, 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: 10px 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: 10px;
  }
}

.twm-c-soon-wrap .cs-nw-form .cs-subcribe-btn {
  font-size: 16px;
  color: #fff;
  background-color: #1967d2;
  border: none;
  font-family: "Trebuchet MS", Arial, Helvetica, 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;
  }
}

.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: 30px;
  }
}

.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: 22px;
  }
}

.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;
  }
}

@keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
/*# sourceMappingURL=style.css.map */