@charset "UTF-8";
@font-face {
  font-family: "Rubik";
  src: url(../fonts/Rubik-VariableFont_wght.ttf);
  font-display: swap;
}
/*===GENERAL===*/
.site-text-primary {
  color: #1967d2;
}

.site-text-secondry {
  color: #171d28;
}

.site-text-black {
  color: #000;
}

.site-text-gray {
  color: #f9fcff;
}

.site-text-white {
  color: #fff;
}

.site-text-orange {
  color: #fd7e14;
}

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

.site-bg-black {
  background-color: #000;
}

.site-bg-dark {
  background-color: #17171d;
}

.site-bg-gray {
  background-color: #f9fcff;
}

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

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

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

body {
  color: #3c3c3c;
  font-family: "Rubik", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 15px;
}

a {
  color: #17171d;
  outline: 0px none;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: 0px none;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  color: inherit;
}

.overflow-hide {
  overflow: hidden;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*Float clearfix*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.shadow-bx {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

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

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

h2 {
  font-size: 46px;
  font-weight: 500;
}

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

h4 {
  font-size: 18px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

/*---Text align--- */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

/*===Listing Style===*/
dl,
ul,
ol {
  list-style-position: outside;
  padding: 0px;
}

ul,
ol {
  margin-bottom: 24px;
}

ul li {
  padding: 0px;
}

ol li {
  padding: 0px;
}

.list-simple li {
  margin-bottom: 10px;
}
.list-simple li ul {
  margin-left: 15px;
  margin-top: 10px;
}
.list-simple.list-unstyled li ul {
  margin-left: 30px;
  margin-top: 10px;
}

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-check-circle,
.list-chevron-circle,
.list-arrow-circle,
.list-times-circle {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style: none;
  font-weight: 600;
}
.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-check-circle li,
.list-chevron-circle li,
.list-arrow-circle li,
.list-times-circle li {
  padding: 5px 5px 5px 20px;
  position: relative;
}
.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-check-circle li:before,
.list-chevron-circle li:before,
.list-arrow-circle li:before,
.list-times-circle li:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 3px;
  display: block;
  font-size: 15px;
  color: #000;
}

.list-circle li:before {
  top: 6px;
  font-size: 10px;
  content: "\f111";
}

.list-angle-right li:before {
  content: "\f105";
}

.list-arrow li:before {
  content: "\f0da";
}

.list-check li:before {
  content: "\f00c";
}

.list-checked li:before {
  content: "\f046";
}

.list-check-circle li:before {
  content: "\f058";
}

.list-chevron-circle li:before {
  content: "\f138";
}

.list-arrow-circle li:before {
  content: "\f0a9";
}

.list-times-circle li:before {
  content: "\f057";
}

/*---Padding (around)---*/
.p-a0 {
  padding: 0px;
}

.p-a5 {
  padding: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-a40 {
  padding: 40px;
}

.p-a50 {
  padding: 50px;
}

.p-a60 {
  padding: 60px;
}

.p-a70 {
  padding: 70px;
}

.p-a80 {
  padding: 80px;
}

.p-a90 {
  padding: 90px;
}

.p-a100 {
  padding: 100px;
}

.p-a110 {
  padding: 110px;
}

.p-a120 {
  padding: 120px;
}

.p-a130 {
  padding: 130px;
}

.p-a140 {
  padding: 140px;
}

.p-a150 {
  padding: 150px;
}

/*---Padding (top)---*/
.p-t0 {
  padding-top: 0px;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

.p-t110 {
  padding-top: 110px;
}

.p-t120 {
  padding-top: 120px;
}

.p-t130 {
  padding-top: 130px;
}

.p-t140 {
  padding-top: 140px;
}

.p-t150 {
  padding-top: 150px;
}

/*---Padding (bottom)---*/
.p-b0 {
  padding-bottom: 0px;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b100 {
  padding-bottom: 100px;
}

.p-b110 {
  padding-bottom: 110px;
}

.p-b120 {
  padding-bottom: 120px;
}

.p-b130 {
  padding-bottom: 130px;
}

.p-b140 {
  padding-bottom: 140px;
}

.p-b150 {
  padding-bottom: 150px;
}

/*---Padding (left)---*/
.p-l0 {
  padding-left: 0px;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.p-l40 {
  padding-left: 40px;
}

.p-l50 {
  padding-left: 50px;
}

.p-l60 {
  padding-left: 60px;
}

.p-l70 {
  padding-left: 70px;
}

.p-l80 {
  padding-left: 80px;
}

.p-l90 {
  padding-left: 90px;
}

.p-l100 {
  padding-left: 100px;
}

.p-l110 {
  padding-left: 110px;
}

.p-l120 {
  padding-left: 120px;
}

.p-l130 {
  padding-left: 130px;
}

.p-l140 {
  padding-left: 140px;
}

.p-l150 {
  padding-left: 150px;
}

/*---Padding (right)---*/
.p-r0 {
  padding-right: 0px;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.p-r40 {
  padding-right: 40px;
}

.p-r50 {
  padding-right: 50px;
}

.p-r60 {
  padding-right: 60px;
}

.p-r70 {
  padding-right: 70px;
}

.p-r80 {
  padding-right: 80px;
}

.p-r90 {
  padding-right: 90px;
}

.p-r100 {
  padding-right: 100px;
}

.p-r110 {
  padding-right: 110px;
}

.p-r120 {
  padding-right: 120px;
}

.p-r130 {
  padding-right: 130px;
}

.p-r140 {
  padding-right: 140px;
}

.p-r150 {
  padding-right: 150px;
}

/*---Padding (left right)---*/
.p-lr0 {
  padding-left: 0px;
  padding-right: 0px;
}

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.p-lr120 {
  padding-left: 120px;
  padding-right: 120px;
}

.p-lr150 {
  padding-left: 150px;
  padding-right: 150px;
}

/*---Padding (top bottom)---*/
.p-tb0 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.p-tb120 {
  padding-bottom: 120px;
  padding-top: 120px;
}

.p-tb150 {
  padding-bottom: 150px;
  padding-top: 150px;
}

/*----Margin (around)----*/
.m-a-1 {
  margin: -1px;
}

.m-a0 {
  margin: 0px;
}

.m-a5 {
  margin: 5px;
}

.m-a10 {
  margin: 10px;
}

.m-a15 {
  margin: 15px;
}

.m-a20 {
  margin: 20px;
}

.m-a30 {
  margin: 30px;
}

.m-a40 {
  margin: 40px;
}

.m-a50 {
  margin: 50px;
}

.m-a60 {
  margin: 60px;
}

.m-a70 {
  margin: 70px;
}

.m-a80 {
  margin: 80px;
}

.m-a90 {
  margin: 90px;
}

.m-a100 {
  margin: 100px;
}

.m-a110 {
  margin: 110px;
}

.m-a120 {
  margin: 120px;
}

.m-a130 {
  margin: 130px;
}

.m-a140 {
  margin: 140px;
}

.m-a150 {
  margin: 150px;
}

/*---Marging (top)----*/
.m-t0 {
  margin-top: 0px;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

.m-t110 {
  margin-top: 110px;
}

.m-t120 {
  margin-top: 120px;
}

.m-t130 {
  margin-top: 130px;
}

.m-t140 {
  margin-top: 140px;
}

.m-t150 {
  margin-top: 150px;
}

/*---Marging (bottom)---*/
.m-b0 {
  margin-bottom: 0px;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

.m-b110 {
  margin-bottom: 110px;
}

.m-b120 {
  margin-bottom: 120px;
}

.m-b130 {
  margin-bottom: 130px;
}

.m-b140 {
  margin-bottom: 140px;
}

.m-b150 {
  margin-bottom: 150px;
}

/*---Marging (left)---*/
.m-l0 {
  margin-left: 0px;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l30 {
  margin-left: 30px;
}

.m-l40 {
  margin-left: 40px;
}

.m-l50 {
  margin-left: 50px;
}

.m-l60 {
  margin-left: 60px;
}

.m-l70 {
  margin-left: 70px;
}

.m-l80 {
  margin-left: 80px;
}

.m-l90 {
  margin-left: 90px;
}

.m-l100 {
  margin-left: 100px;
}

.m-l110 {
  margin-left: 110px;
}

.m-l120 {
  margin-left: 120px;
}

.m-l130 {
  margin-left: 130px;
}

.m-l140 {
  margin-left: 140px;
}

.m-l150 {
  margin-left: 150px;
}

/*---Marging (right)---*/
.m-r0 {
  margin-right: 0px;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px;
}

.m-r30 {
  margin-right: 30px;
}

.m-r40 {
  margin-right: 40px;
}

.m-r50 {
  margin-right: 50px;
}

.m-r60 {
  margin-right: 60px;
}

.m-r70 {
  margin-right: 70px;
}

.m-r80 {
  margin-right: 80px;
}

.m-r90 {
  margin-right: 90px;
}

.m-r100 {
  margin-right: 100px;
}

.m-r110 {
  margin-right: 110px;
}

.m-r120 {
  margin-right: 120px;
}

.m-r130 {
  margin-right: 130px;
}

.m-r140 {
  margin-right: 140px;
}

.m-r150 {
  margin-right: 150px;
}

/*---Marging (left right)---*/
.m-lr0 {
  margin-left: 0px;
  margin-right: 0px;
}

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

.m-lr120 {
  margin-left: 120px;
  margin-right: 120px;
}

.m-lr150 {
  margin-left: 150px;
  margin-right: 150px;
}

/*---Marging (top bottom)---*/
.m-tb0 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

.m-tb120 {
  margin-bottom: 120px;
  margin-top: 120px;
}

.m-tb150 {
  margin-bottom: 150px;
  margin-top: 150px;
}

/*---Colum gap less---*/
.no-col-gap [class*=col-xs-],
.no-col-gap [class*=col-sm-],
.no-col-gap [class*=col-md-],
.no-col-gap [class*=col-lg-] {
  padding-left: 0px;
  padding-right: 0px;
}

/*===Background Effect===*/
.bg-center {
  background-position: center;
}

.bg-top-left {
  background-position: top left;
}

.bg-top-right {
  background-position: top right;
}

.bg-top-center {
  background-position: top center;
}

.bg-bottom-left {
  background-position: bottom left;
}

.bg-bottom-right {
  background-position: bottom right;
}

.bg-bottom-center {
  background-position: bottom center;
}

.bg-left-center {
  background-position: left;
}

.bg-right-center {
  background-position: left;
}

.bg-auto {
  background-size: auto;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-full-width {
  background-size: 100% auto;
}

.bg-full-height {
  background-size: auto 100%;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-scroll {
  background-attachment: scroll;
}

/*===Boxes Css===*/
.rounded-bx,
.wt-box,
.wt-thum-bx,
.wt-post-thum {
  position: relative;
}

/*---Box content----*/
.wt-box {
  position: relative;
}
.wt-box.no-margin {
  margin-bottom: 0;
}

/*----For only icons---*/
.icon-xld,
.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
  display: inline-block;
  text-align: center;
}
.icon-xld i,
.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
  vertical-align: middle;
}
.icon-xld img,
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

.icon-xld {
  width: 120px;
}
.icon-xld i {
  font-size: 100px;
  line-height: 100px;
}
.icon-xld.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-xld img {
  height: 90px;
}
.icon-xld.inline-icon {
  width: auto;
}

.icon-xl {
  width: 100px;
}
.icon-xl i {
  font-size: 80px;
  line-height: 80px;
}
.icon-xl.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-xl img {
  height: 80px;
}
.icon-xl.inline-icon {
  width: auto;
}

.icon-lg {
  width: 80px;
}
.icon-lg i {
  font-size: 60px;
  line-height: 60px;
}
.icon-lg.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-lg img {
  height: 70px;
}
.icon-lg.inline-icon {
  width: auto;
}

.icon-md {
  width: 60px;
}
.icon-md i {
  font-size: 45px;
  line-height: 45px;
}
.icon-md.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-md img {
  height: 50px;
}
.icon-md.inline-icon {
  width: auto;
}

.icon-sm {
  width: 40px;
}
.icon-sm i {
  font-size: 30px;
  line-height: 30px;
}
.icon-sm.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-sm img {
  height: 30px;
}
.icon-sm.inline-icon {
  width: auto;
}

.icon-xs {
  width: 30px;
}
.icon-xs i {
  font-size: 20px;
  line-height: 20px;
}
.icon-xs.inline-icon {
  width: auto;
  text-align: left !important;
}
.icon-xs img {
  height: 20px;
}
.icon-xs.inline-icon {
  width: auto;
}

/* Theme default button */
.site-button {
  outline: none;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #1967d2;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
}
.site-button:hover {
  color: #000;
}
.site-button i {
  padding-right: 10px;
}
@media (max-width: 480px) {
  .site-button {
    padding: 8px 8px;
    font-size: 14px;
  }
}
.site-button.white {
  background-color: #fff;
  color: #1967d2;
  text-shadow: 0 0 0 #1967d2, 400px 0 0 #1967d2;
}
.site-button.outline-white {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.site-button.outline-primary {
  border: 1px solid #1967d2;
  background-color: transparent;
  text-shadow: 0 0 0 #1967d2, 400px 0 0 #1967d2;
}
.site-button.outline-primary:hover {
  color: #17171d;
  border: 1px solid #17171d;
}
.site-button.secondry {
  background-color: #17171d;
}
.site-button.secondry:hover {
  color: #1967d2;
}

/*====Button Effect====*/
.site-button {
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 600px 0 0 #fff;
}

.site-button:hover {
  text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
  background-color: #171d28;
}

/*Button size */
.button-sm {
  padding: 5px 10px;
  font-size: 12px;
}

.button-lg {
  padding: 15px 30px;
  font-size: 16px;
}

.button-xl {
  padding: 30px 50px;
  font-size: 24px;
}

/*Button rounded */
.radius-no {
  border-radius: 0px;
}

.radius-sm {
  border-radius: 10px;
}

.radius-md {
  border-radius: 20px;
}

.radius-xl {
  border-radius: 100px;
}

.radius-bx {
  border-radius: 100%;
}

.header-style-3 {
  position: relative;
  /*--is fixed---*/
  /*====Mobile Side =======*/
  /*---when header is sticky---*/
  /*---when header is sticky---*/
  /*---header id Fixed---*/
}
.header-style-3 .header-nav-btn-section {
  float: right;
  display: flex;
  align-items: center;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: normal;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
  background-color: #e0eeff;
  color: #1967d2;
  font-size: 16px;
  border-radius: 10px;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up:before {
  width: 0%;
  height: 100%;
  position: absolute;
  right: 100%;
  bottom: 0px;
  content: "";
  background-color: #3898e2;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
@media (max-width: 575px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up {
    font-size: 0px;
  }
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up i {
  padding-right: 5px;
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up i {
    font-size: 16px;
    padding-right: 0px;
  }
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-left .twm-nav-sign-up:hover:before {
  width: 100%;
  right: 0%;
  opacity: 0.1;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-right {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: normal;
  margin-left: 10px;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
  background-color: #1967d2;
  color: #f0f6fe;
  font-size: 16px;
  border-radius: 10px;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job:before {
  width: 0%;
  height: 100%;
  position: absolute;
  right: 100%;
  bottom: 0px;
  content: "";
  background-color: #17171d;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
@media (max-width: 575px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job {
    font-size: 0px;
  }
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job i {
  padding-right: 5px;
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job i {
    font-size: 16px;
    padding-right: 0px;
  }
}
.header-style-3 .header-nav-btn-section .twm-nav-btn-right .twm-nav-post-a-job:hover:before {
  width: 100%;
  right: 0%;
  opacity: 1;
}
.header-style-3 .header-search a.header-search-icon {
  color: #1967d2;
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .header-style-3 .header-search a.header-search-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.header-style-3 .extra-nav {
  /*---Extra Nav---*/
  display: table;
  float: right;
  height: 70px;
  position: relative;
  z-index: 13;
}
.header-style-3 .extra-nav .extra-cell {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.header-style-3 .extra-nav .extra-cell:first-child {
  padding-left: 0px;
}
@media (max-width: 600px) {
  .header-style-3 .extra-nav .extra-cell {
    padding-left: 0px;
  }
}
.header-style-3 .logo-header {
  /*--logo for header---*/
  display: table;
  float: left;
  width: 190px;
  height: 70px;
  vertical-align: middle;
  padding: 0px;
  font-size: 36px;
  color: #000;
  margin: 0px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .header-style-3 .logo-header {
    width: 130px;
  }
}
.header-style-3 .logo-header .logo-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.header-style-3 .logo-header .logo-header-inner img {
  max-width: 100%;
  max-height: 100%;
}
.header-style-3.site-header {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
}
.header-style-3.site-header ul,
.header-style-3.site-header ol {
  margin-bottom: 0px;
}
.header-style-3 .main-bar {
  /*--main-bar--*/
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
  max-width: 1170px;
  left: 50%;
  transform: translateX(-50%);
}
.header-style-3 .main-bar .container,
.header-style-3 .main-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .header-style-3 .main-bar .container,
  .header-style-3 .main-bar .container-fluid {
    display: block;
  }
}
.header-style-3 .main-bar:after,
.header-style-3 .main-bar:after {
  clear: both;
  content: "";
  display: table;
}
.header-style-3 .navbar-toggler {
  /*--Navbar Toggler---*/
  border: none;
  margin: 24px 0px 24px 15px;
  padding: 12px 10px;
}
@media (max-width: 540px) {
  .header-style-3 .navbar-toggler {
    margin-left: 0px;
  }
}
.header-style-3 .navbar-toggler:focus {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .header-style-3 .navbar-toggler {
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
    float: right;
    outline: none !important;
  }
}
.header-style-3 .navbar-toggler .icon-bar {
  background: #1967d2;
  height: 3px;
  border-radius: 0px;
  display: block;
  width: 22px;
}
.header-style-3 .navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}
@media (max-width: 991px) {
  .header-style-3 .navbar-toggler {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 540px) {
  .header-style-3 .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
}
.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
  height: 100vh !important;
  width: 100%;
}
.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav>li>a {
  padding: 12px 15px !important;
}
.header-style-3 .header-nav {
  position: relative;
  padding: 0px;
  z-index: 10;
  /*-- Submenu direction---*/
}
@media (max-width: 991px) {
  .header-style-3 .header-nav {
    clear: both;
    margin: 0px -15px;
    border-bottom: 1px solid #E9E9E9;
  }
  .header-style-3 .header-nav.navbar-collapse {
    align-items: start;
  }
}
.header-style-3 .header-nav .nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav {
    float: none;
    margin: 0px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav li {
    float: none;
  }
}
.header-style-3 .header-nav .nav li i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav li i {
    float: right;
  }
}
.header-style-3 .header-nav .nav>li {
  position: relative;
  margin: -10px 0px;
  padding: 10px 0px;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav>li ul {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
}
.header-style-3 .header-nav .nav>li>a {
  color: #2f2f2f;
  font-size: 16px;
  padding: 15px 16px;
  cursor: pointer;
  margin: 0px 0px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199px) {
  .header-style-3 .header-nav .nav>li>a {
    padding: 12px 12px;
  }
}
.header-style-3 .header-nav .nav>li>a:hover {
  background-color: transparent;
  color: #1967d2;
}
.header-style-3 .header-nav .nav>li>a:active,
.header-style-3 .header-nav .nav>li>a:focus {
  background-color: transparent;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav>li.active>a,
  .header-style-3 .header-nav .nav>li.current-menu-item>a {
    color: #000;
  }
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav>li>a:hover,
  .header-style-3 .header-nav .nav>li>a:active,
  .header-style-3 .header-nav .nav>li>a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
  }
}
.header-style-3 .header-nav .nav>li.active>a,
.header-style-3 .header-nav .nav>li.current-menu-item>a {
  background-color: transparent;
  color: #000;
}
.header-style-3 .header-nav .nav>li:hover>a {
  color: #1967d2;
}
.header-style-3 .header-nav .nav>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  transition: all 0.3s ease;
}
.header-style-3 .header-nav .nav>li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0px;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav>li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
    opacity: 1;
    margin: 0px !important;
  }
}
.header-style-3 .header-nav .nav>li .sub-menu li {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
}
.header-style-3 .header-nav .nav>li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 13px;
  padding: 11px 20px;
  padding-left: 20px;
  font-weight: 500;
}
.header-style-3 .header-nav .nav>li .sub-menu li a:hover {
  color: #000;
  text-decoration: none;
}
.header-style-3 .header-nav .nav>li .sub-menu li:hover>a {
  color: #1967d2;
}
.header-style-3 .header-nav .nav>li .sub-menu li:last-child {
  border-bottom: 0px;
}
.header-style-3 .header-nav .nav>li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: -1;
}
.header-style-3 .header-nav .nav>li .sub-menu li.has-child.nav-active>a {
  color: #1967d2;
}
.header-style-3 .header-nav .nav>li .sub-menu li>.sub-menu {
  left: 220px;
  margin: 0px 0px 0px 20px;
  transition: all 0.1s ease;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav>li .sub-menu li>.sub-menu>li {
    float: none;
    display: block;
    width: auto;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav>li .sub-menu li>.sub-menu>li a {
    padding-left: 30px;
  }
}
.header-style-3 .header-nav .nav>li .sub-menu li:hover>.sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header-style-3 .header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav>li .sub-menu li .fa {
    z-index: 1;
    top: 4px;
    width: 100%;
    padding: 10px;
    text-align: right;
  }
  .header-style-3 .header-nav .nav>li .sub-menu li>a:hover+.fa {
    z-index: 0;
  }
}
.header-style-3 .header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0px;
}
.header-style-3 .header-nav .submenu-direction .sub-menu li>.sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 20px 0px 0px;
}
.header-style-3 .header-nav .submenu-direction .sub-menu li:hover>.sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 0px 0px 0px;
}
.header-style-3 .header-nav.nav-animation .nav>li>ul.sub-menu li>a {
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav.nav-animation .nav>li>ul.sub-menu li>a {
    z-index: 0;
  }
}
.header-style-3 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .header-style-3 .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
}
@media (max-width: 991px) {
  .header-style-3.mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
    padding: 40px 10px;
  }
  .header-style-3.mobile-sider-drawer-menu .header-nav .nav>li:hover>.sub-menu {
    animation: none !important;
  }
  .header-style-3.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu {
    transition: none !important;
  }
  .header-style-3.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
    animation: none !important;
  }
  .header-style-3.mobile-sider-drawer-menu.active .header-nav {
    left: 15px;
  }
  .header-style-3.mobile-sider-drawer-menu .icon-bar {
    transition: all 0.5s linear;
    position: relative;
  }
  .header-style-3.mobile-sider-drawer-menu #mobile-side-drawer {
    min-height: 41px;
    position: relative;
    z-index: 1000;
  }
  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }
  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }
  .header-style-3.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0%;
  }
  .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    position: absolute;
    right: 100px;
    opacity: 0;
  }
  .header-style-3.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
  .header-style-3.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
}
.header-style-3 .sticky-no .main-bar {
  position: static !important;
}
.header-style-3 .is-fixed .main-bar {
  position: fixed;
}
.header-style-3 .is-fixed .main-bar.color-fill {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
}
.header-style-3 .is-fixed .header-nav .nav>li {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991px) {
  .header-style-3 .header-nav .nav>li {
    margin: 0px;
    padding: 0px;
  }
  .header-style-3 .header-nav .nav>li>a {
    margin: 0px;
    padding: 10px 12px;
  }
  .header-style-3 .is-fixed .color-fill .header-nav .nav>li {
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .header-style-3 .main-bar {
    padding: 0px;
  }
  .header-style-3 .is-fixed .main-bar {
    padding: 0px;
  }
  .header-style-3 .is-fixed .main-bar.color-fill {
    padding: 0px;
  }
}
@media (max-width: 575px) {
  .extra-nav {
    display: none !important;
  }
}
.header-style-3.no-fixed {
  position: relative;
}

/*Title separators*/
.wt-small-separator {
  font-family: "Rubik", sans-serif;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #1967d2;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.wt-small-separator.white {
  color: #fff;
}
@media (max-width: 991px) {
  .wt-small-separator {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .wt-small-separator {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .wt-small-separator h2 {
    margin-bottom: 20px;
  }
}

.wt-separator-two-part-row {
  align-items: center;
}

@media (max-width: 991px) {
  .wt-separator-two-part-right {
    text-align: left;
    margin-bottom: 30px;
  }
}

/*Center title*/
.section-head.left.wt-small-separator-outer {
  text-align: left;
}
.section-head.left.wt-small-separator-outer h2 {
  font-size: 32px;
  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;
  }
}

.custom-job .job-categories-style1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 40px;
}
.job-img-grid {
  grid-row: span 2;
}
.job-img-grid img {
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
}

.footer-top .widget {
  margin-bottom: 20px;
}

/*Footer Light version css*/
.footer-light {
  color: #17171d;
  font-size: 16px;
  padding-top: 80px;
  background-color: #f0f6fe;
}
.footer-light p {
  font-weight: 300;
}
.footer-light .logo-footer {
  margin-bottom: 25px;
  max-width: 174px;
}
.footer-light .ftr-list {
  list-style: none;
}
.footer-light .ftr-list li p {
  margin-bottom: 0px;
  font-size: 16px;
}
.footer-light .ftr-list li p span {
  margin-right: 5px;
  font-weight: 500;
}
.footer-light .widget-title {
  font-family: "Rubik", sans-serif;
  color: #1967d2;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 23px;
  position: relative;
}
.footer-light .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #17171d;
  width: 40px;
  height: 3px;
}
.footer-light .social-icons {
  margin: 0px;
}
.footer-light .social-icons li {
  display: inline-block;
}
.footer-light .social-icons li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  padding: 0px;
  color: #1967d2;
  font-size: 22px;
  text-align: center;
  margin-right: 3px;
}
.footer-light .social-icons li a:hover {
  color: #17171d;
}
.footer-light .footer-bottom {
  padding: 0px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.footer-light .footer-bottom .footer-bottom-info {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-light .footer-bottom .footer-bottom-info {
    display: block;
  }
}
@media (max-width: 991px) {
  .footer-light .footer-bottom .footer-copy-right {
    margin: 5px 10px 5px 0px;
    display: inline-block;
  }
}
.footer-light .footer-bottom .footer-copy-right .copyrights-text {
  color: #17171d;
  font-size: 14px;
}
.footer-light .widget_services ul li a {
  color: #17171d;
}
.footer-light .widget_services ul li a:hover {
  color: #1967d2;
}

.widget {
  margin-bottom: 40px;
}

/*Widget Services*/
.widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget_services ul li {
  display: block;
  width: 100%;
  padding: 2px 0px;
  border: 0px;
  overflow: hidden;
}
.widget_services ul li a {
  color: #fff;
  position: relative;
  padding: 0px 0px 5px 0px;
  display: block;
  margin-left: 0px;
  transition: 0.5s all ease;
  font-size: 14px;
  font-weight: 300;
}
.widget_services ul li a:hover {
  color: #1967d2;
}

/*scroll top btn css*/
button.scroltop {
  height: 40px;
  width: 40px;
  background: #1d1b18;
  border: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: none;
  text-align: center;
  z-index: 999;
  color: #fff;
}
button.scroltop {
  font-size: 24px;
  line-height: 24px;
}
/*Loading Animation Start*/
.wrapper {
  margin: 0px auto;
  display: block;
}
/*==================================================
	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;
}

@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: "Rubik", 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-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%);
}

.twm-jobs-grid-style1 {
  background-color: #fff;
  border: 10px;
  box-shadow: 0px 0px 15px rgba(56, 152, 226, 0.3);
  position: relative;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.wt-separator-two-part {
  margin-bottom: 50px;
}
.twm-jobs-grid-style1 ul {
  padding-left: 20px;
}
.twm-jobs-grid-style1 ul li {
  font-size: 14px;
}
@media (max-width: 420px) {
  .twm-jobs-grid-style1 {
    text-align: center;
    margin-top: 0px;
  }
}
.twm-jobs-grid-style1 .twm-media {
  width: 150px;
  height: 150px;
  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: absolute;
  top: -50px;
  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;
  object-fit: cover;
  width: 150px;
  height: 150px;
}
.twm-jobs-grid-style1 .twm-mid-content {
  padding-top: 100px;
}
@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: 14px;
}
.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;
  }
}

.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-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 #f0f6fe;
  border-bottom: 40px solid #f0f6fe;
  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;
  text-shadow: none;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-upload-file .site-button:hover {
  background-color: #171d28;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-upload-file .site-button:hover i {
  text-shadow: none;
}

/*Job categories*/
.twm-job-categories-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.twm-job-categories-section-2 {
  margin-bottom: 30px;
}

.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;
  transition: 0.5s all ease;
  height: 100%;
}
.custom-job .job-categories-block-2 {
  display: flex;
  align-items: 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;
  transition: 0.5s all ease;
}
.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;
  transition: 0.5s all ease;
}
.job-categories-block-2 .twm-media {
  width: 100px;
  height: 100px;
  line-height: 0;
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  margin: 0px auto 30px;
}
.job-categories-block-2 .twm-media img {
  width: auto;
  transition: 0.5s all ease;
}
.job-categories-block-2 .twm-media [class*=flaticon-] {
  color: #1967d2;
  font-size: 70px;
  line-height: 0px;
  transition: 0.5s all ease;
}
.job-categories-block-2 .twm-media [class*=flaticon-]:before {
  transform: translateX(-50%);
  left: 50%;
  position: inherit;
}
.job-categories-block-2 .twm-media:after {
  transition: 0.5s all ease;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.1);
  position: absolute;
  left: 50%;
  content: "";
  z-index: -1;
  top: 50%;
  opacity: 0;
}
.job-categories-block-2 .twm-content .twm-jobs-available {
  background-color: #f0f6fe;
  color: #1967d2;
  font-size: 14px;
  border-radius: 10px;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.custom-job .job-categories-block-2 .twm-content .twm-jobs-available {
  font-size: 18px;
}
.job-categories-block-2 .twm-content p {
  margin-bottom: 0px;
  display: block;
  transition: 0.5s all ease;
}
.job-categories-block-2:hover {
  background-color: #1967d2;
}
.job-categories-block-2:hover:after {
  background-color: #fff;
  opacity: 0.1;
  width: 500%;
  height: 500%;
}
.job-categories-block-2:hover:before {
  display: none;
}
.job-categories-block-2:hover .twm-content p {
  color: #fff;
}
.job-categories-block-2:hover .twm-media img {
  transform: scale(0.8);
}
.job-categories-block-2:hover .twm-media [class*=flaticon-] {
  transform: scale(0.8);
}
.job-categories-block-2:hover .twm-media:after {
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}
.jop-plate {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.jop-plate img {
  width: 80px;
}
.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);
  }
}

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

/* Home Page 2 Banner Section Css Start */
.twm-home2-banner-section {
  position: relative;
  padding-top: 160px;
  padding-bottom: 100px;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
    max-width: 100%;
  }
  .custom-job .job-categories-style1 {
    gap: 20px;
  }
  .custom-job .job-categories-block-2 .twm-content .twm-jobs-available {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .custom-job .job-categories-style1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.twm-bnr-blocks-position-1 .twm-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575px) {
  .twm-home2-banner-section>.row .twm-bnr-left-section {
    padding: 0px 20px;
  }
  .custom-job .job-categories-style1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .job-img-grid {
    grid-row: auto;
  }
}
.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: #f0f6fe;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 10px;
}
.twm-bnr-title-small img {
  margin-right: 6px;
}
.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-bnr-discription ul {
  padding-left: 20px;
}
.twm-home2-banner-section .twm-bnr2-right-content {
  max-width: 900px;
  position: relative;
  margin-left: -80px;
}
.twm-home2-banner-section .site-button {
  width: 100%;
  max-width: 520px;
}
@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 {
    padding: 140px 0 50px;
  }
  .jop-plate {
    flex-direction: column;
  }
}
.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;
  }
}
.sr-only {
  display: none;
}
.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: #7cb5ea;
  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;
  left: 270px;
  bottom: 100px;
  z-index: 1;
  transform: translate(190px, 100px);
}
@media (max-width: 1360px) {
  .twm-home2-banner-section .twm-home-2-bnr-images .bnr-image-2 {
    width: 280px;
    transform: translate(140px, 140px);
  }
}
@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%;
}

strong {
  font-weight: 500;
}

.page-logo {
  padding: 40px 10px 20px 30px;
  margin-bottom: 16px;
}
.page-logo a img {
  max-width: 130px;
}

.main-bar {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.color-fill.main-bar {
  animation: 0.95s ease 0s normal forwards 1 running mainBar_on_scrollAnimatio;
}

@keyframes mainBar_on_scrollAnimatio {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*Search Bar Section home 2*/
.twm-search-bar-2-wrap {
  position: relative;
  z-index: 2;
}
.twm-search-bar-2-wrap .twm-search-bar-2-inner {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(56, 152, 226, 0.3);
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.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;
}
@media (max-width:767px) {
  .job-categories-block-2 {
    height: auto;
  }
  .twm-jobs-grid-style1 {
    transform: translateY(0);
    margin-bottom: 10px;
    height: auto;
  }
  .twm-jobs-grid-style1 .twm-media {
    position: relative;
    top: 0;
  }
  .twm-jobs-grid-style1 .twm-mid-content {
    padding-top: 10px;
  }
  .twm-explore-content-outer-3 .twm-explore-content-3 {
    margin-top: 30px;
  }
  .twm-testimonial-2 .twm-testimonial-2-content .twm-testi-content .twm-testi-info {
    font-size: 14px;
  }
  .wt-separator-two-part {
    margin-bottom: 0;
  }
}
.footer-bottom-info img {
  height: auto;
}
#cookPopup {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 9999
}
#cookPopup a {
  color: #1967d2;
}
#cookPopup p {
  margin: 0;
  text-align: center
}
.cookPopup_btn {
  padding: 7px 15px;
  cursor: pointer;
  border: 0;
  background: #1967d2;
  border-radius: 4px;
  color: #fff;
  transition: 0.3s;
}
.cookPopup_btn:hover {
  background: #17171d
}
@media(min-width:576px) {
  #cookPopup.show {
    display: flex;
    align-items: center
  }
}
@media(max-width:575px) {
  #cookPopup.show {
    display: block;
    text-align: left
  }
  .cookPopup_btn {
    margin: 10px 0 0 0
  }
}
.cookPopup_title {
  font-size: 16px;
  font-weight: 700
}
.cookPopup_desc {
  font-size: 16px
}
.show {
  display: flex !important
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
.docs {
  word-break: break-word;
  padding: 170px 0 100px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: #1967d2;
  transition: 0.3s;
}
.docs a:hover {
  color: #17171d;
}
@media screen and (max-width: 767.98px) {
  .docs {
    padding: 120px 0px 80px;
  }
}