@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
    --thm-primary: #ff4955;
    --thm-secondary: #171d28;
    --thm-black: #000;
    --thm-white: #fff;
    --thm-primary-font: "Rubik", sans-serif;
}
body {
  color: #3c3c3c;
  font-family: var(--thm-primary-font);
  line-height: 1.7;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 15px;
}
body.codegenics.active{
  overflow: hidden;
}
a {
  color: #fff;
  outline: 0px none;
  text-decoration: none;
}
a:hover, a:focus {
  outline: 0px none;
  text-decoration: none;
  color: var(--thm-primary)!important;
}
a:active, a:hover, a:focus {
  color: inherit;
}
dl, ul, ol {
  list-style-position: outside;
  padding: 0px;
}

ul, ol {
  margin-bottom: 24px;
}

ul li {
  padding: 0px;
}

ol li {
  padding: 0px;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.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;
}

.p-relative{
  position: relative!important;
}
.filter-option-inner-inner{
    color: #000;
}
.spinning{
        pointer-events: none;
      }
.twoToneButton.spinning,
.twoToneButton2.spinning ,
.twoToneButton3.spinning {
  background-color: #212121;
  padding-right: 40px;
}
.twoToneButton.spinning:before,
.twoToneButton2.spinning:before,
.twoToneButton3.spinning:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    position: absolute;
/*    border: 2px solid #ffffff;*/
/*    border-right: 3px solid #27ae60;*/
/*    -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;*/
/*    animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;*/
    top: 50%;
    left: 50%;
}
@-webkit-keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}
@keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}
.site-button2 {
  outline: none;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  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;
  width: 100%;
  z-index: 1;
}
.about-btn{
  width: auto;
}
.thm-btn {
  position: relative;
/*  z-index: 2;*/
  display: inline-block;
  overflow: hidden;
}
.thm-btn b {
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: var(--thm-primary);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: -1;
  top: 0;
}
.thm-btn:hover b {
  width: 1000px;
  height: 400px;
  display: inline-block;
}
.thm-btn:hover span {
  color: #fff;
  transition-delay: 0.1s;
/*  z-index: 9;*/
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-left {
  margin-right: 0px!important;
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-left .cd-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 .cd-nav-btn-left .cd-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 .cd-nav-btn-left .cd-nav-sign-up {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .cd-nav-btn-left .cd-nav-sign-up {
    font-size: 0px;
  }
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-left .cd-nav-sign-up i {
  padding-right: 5px;
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .cd-nav-btn-left .cd-nav-sign-up i {
    font-size: 16px;
    padding-right: 0px;
  }
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-left .cd-nav-sign-up:hover:before {
  width: 100%;
  right: 0%;
  opacity: 0.1;
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-right {
  margin-right: 10px;
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-right .cd-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 .cd-nav-btn-right .cd-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 .cd-nav-btn-right .cd-nav-post-a-job {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .cd-nav-btn-right .cd-nav-post-a-job {
    font-size: 0px;
  }
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-right .cd-nav-post-a-job i {
  padding-right: 5px;
}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .cd-nav-btn-right .cd-nav-post-a-job i {
    font-size: 16px;
    padding-right: 0px;
  }
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-right .cd-nav-post-a-job:hover:before {
  width: 100%;
  right: 0%;
  opacity: 1;
}
.site-header.header-style-3.mobile-sider-drawer-menu.active body{
    overflow: hidden;
}
.cd-home1-banner-section {
  position: relative;
  padding-top: 85px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.cd-bnr-search-bar {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(47, 47, 47, 0.09);
  box-shadow: 0px 0px 30px rgba(230, 230, 230, 0.3);
  padding: 10px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 60px;
}
.site-text-primary {
  color: var(--thm-primary);
}
.site-bg-primary {
  background-color: var(--thm-primary);
}
.header-nav .navbar-nav li.mob-logo{
    display: none;
  }
.header-style-3 {
  position: relative;
  /*--is fixed---*/
  /*====Mobile Side =======*/
  /*---when header is sticky---*/
  /*---when header is sticky---*/
  /*---header id Fixed---*/
}
.header-style-3 .header-nav-btn-section {
  float: right;
  display: flex;
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-left {
  margin-right: 10px;
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-left .cd-nav-sign-up {
  background-color: #0d6efd;
  color: var(--thm-white);
  font-size: 16px;
  border-radius: 6px;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-left .cd-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;
}
.header-style-3 .logo-header {
  display: table;
  float: left;
/*  width: 40%;*/
  height: auto;
  vertical-align: middle;
  padding: 0px;
  font-size: 36px;
  color: #000;
  margin: 0px;
  position: relative;
  z-index: 11;
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-left .cd-nav-sign-up i {
  padding-right: 5px;
}

.header-style-3 .header-nav-btn-section .cd-nav-btn-left .cd-nav-sign-up:hover:before {
  width: 100%;
  right: 0%;
  opacity: 0.1;
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-right {
  margin-right: 10px;
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-right .cd-nav-post-a-job {
  background-color: var(--thm-primary);
  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 .cd-nav-btn-right .cd-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;
}
.header-style-3 .header-nav-btn-section .cd-nav-btn-right .cd-nav-post-a-job i {
  padding-right: 5px;
}

.header-style-3 .header-nav-btn-section .cd-nav-btn-right .cd-nav-post-a-job:hover:before {
  width: 100%;
  right: 0%;
  opacity: 1;
}
.header-style-3 .header-search a.header-search-icon {
  color: var(--thm-primary);
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  border-radius: 50%;
}

.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;
}

.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: absolute;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  top: 10px;
  background: transparent;
/*  max-width: 1170px;*/
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  background: rgb(255 255 255 / 55%);
  mix-blend-mode: normal;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 30px 30px rgba(1, 10, 10, 0.1), inset 0px 0px 0.5px rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
}
.header-style-3 .main-bar .container,
.header-style-3 .main-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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;
}

.header-style-3 .navbar-toggler:focus {
  box-shadow: none !important;
}
.header-style-3 .navbar-toggler .icon-bar {
  background: var(--thm-primary);
  height: 3px;
  border-radius: 0px;
  display: block;
  width: 22px;
}
.header-style-3 .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.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---*/
}

.header-style-3 .header-nav .nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}

.header-style-3 .header-nav .nav li i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
  opacity: 0.7;
}

.header-style-3 .header-nav .nav > li {
  position: relative;
  margin: -10px 0px;
  padding: 10px 0px;
  font-family: var(--thm-primary-font);
}

.header-style-3 .header-nav .nav > li > a {
  color: #2f2f2f;
  font-size: 16px;
  padding: 15px 16px;
  cursor: pointer;
  margin: 0px 0px;
  font-weight: 500;
  display: block;
}
.header-style-3 .header-nav .nav > li > a:hover {
  background-color: transparent;
  color: var(--thm-primary);
}
.header-style-3 .header-nav .nav > li > a:active, .header-style-3 .header-nav .nav > li > a:focus {
  background-color: transparent;
}
.header-style-3 .header-nav .nav > li.active > a, .header-style-3 .header-nav .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #000;
}
.header-style-3 .header-nav .nav > li:hover > a {
  color: var(--thm-primary);
}
.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;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border-radius: 10px;
}
.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: var(--thm-primary);
}
.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: var(--thm-primary);
}
.header-style-3 .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  margin: 0px 0px 0px 20px;
  transition: all 0.1s ease;
}
.header-style-3 .header-nav .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header-style-3 .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}

.header-style-3 .header-nav .submenu-direction .sub-menu {
  left: auto;
  right: 0px;
}
.header-style-3 .header-nav .submenu-direction .sub-menu li > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 20px 0px 0px;
}
.header-style-3 .header-nav .submenu-direction .sub-menu li:hover > .sub-menu {
  left: auto;
  right: 220px;
  margin: 0px 0px 0px 0px;
}
.header-style-3 .header-nav.nav-animation .nav > li > ul.sub-menu li > a {
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}
.header-style-3 .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
  padding-left: 40px;
}

.header-style-3 .has-child .submenu-toogle {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  display: none;
}
.header-style-3 .has-child li .submenu-toogle {
  opacity: 0.9;
}
.header-style-3 .has-child.nav-active > a + .submenu-toogle.glyphicon-chevron-right:before {
  content: "\e114";
}
.header-style-3 .has-child.nav-active > a + .submenu-toogle.glyphicon-plus::before {
  content: "−";
}
.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 {
    border-radius: 10px;
    background: rgb(255 255 255 / 55%);
    mix-blend-mode: normal;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 30px 30px rgba(1, 10, 10, 0.1), inset 0px 0px 0.5px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
}
.header-style-3 .is-fixed .header-nav .nav > li {
  margin: 0px;
  padding: 0px;
}
.header-style-3.no-fixed {
  position: relative;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-small-ring-l {
  width: 50px;
  height: 50px;
  border: 5px solid var(--thm-primary);
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  bottom: 30%;
  left: 11%;
  z-index: 5;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-small-ring-2 {
  width: 30px;
  height: 30px;
  border: 5px solid var(--thm-primary);
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  top: 30%;
  right: 9%;
  z-index: 5;
  animation: tptranslateX2 4s forwards infinite alternate;
}
@keyframes tptranslateX2{
    0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.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);
  }
}
.icon2.ani1{
  position: absolute;
  left: 23%;
  top: 56%;
  z-index: 4;
  -webkit-animation: ani1 10s infinite ease-in-out alternate;
  animation: ani1 10s infinite ease-in-out alternate;
}
@keyframes ani1 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }

  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }

  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.icon1.ani3{
  position: absolute;
  left: 50%;
  bottom: 0%;
  z-index: 4;
  -webkit-animation: ani3 4s infinite ease-in-out alternate;
  animation: ani3 4s infinite ease-in-out alternate;
}
@keyframes ani3 {
  0% {
    transform: scale(0.8, 0.8);
  }

  50% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0.8, 0.8);
  }
}
.icon3.ani6{
  position: absolute;
  bottom: 40%;
  right: 0%;
  width: 20%;
  z-index: 4;
  -webkit-animation: ani6 7s infinite ease-in-out alternate;
  animation: ani6 7s infinite ease-in-out alternate;
}
@keyframes ani6 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-13px, 1px) rotate(-6deg);
    transform: translate(-13px, 1px) rotate(-6deg);
  }

  40% {
    -webkit-transform: translate(-41px, -22px) rotate(-22deg);
    transform: translate(-41px, -22px) rotate(-22deg);
  }

  60% {
    -webkit-transform: translate(-33px, -22px) rotate(-50deg);
    transform: translate(-33px, -22px) rotate(-50deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(-50deg);
    transform: translate(40px, -72px) rotate(-50deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle1 span {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #b4cded;
    display: block;
    position: relative;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle1 span:before {
  width: 17px;
  height: 17px;
  background-color: var(--thm-primary);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 3px;
  top: 89px;
  z-index: 9;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle1 span:after {
  width: 17px;
  height: 17px;
  background-color: var(--thm-primary);
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 35px;
  top: 36px;
  z-index: 9;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle2 {
    left: 75px;
    bottom: 75px;
    position: absolute;
    z-index: 2;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle2 span {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background-color: #dbe6f4;
    display: block;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle2 span:after {
  width: 17px;
  height: 17px;
  background-color: var(--thm-primary);
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 75px;
  top: 42px;
  z-index: 9;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle3 {
  left: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle3 span {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: #ecf1f7;
    display: block;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-bnr-right-carousel {
  position: relative;
  z-index: 4;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-bnr-right-carousel .slide-img img {
  width: auto;
  max-height: 600px;
  margin-left: 0;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle1 {
  left: 150px;
  bottom: 150px;
  position: absolute;
  z-index: 3;
}
.cd-home1-banner-section > .container .row .cd-bnr-left-section {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  position: relative;
  z-index: 2;
/*  float: left;*/
}
.cd-home1-banner-section > .container .row .cd-bnr-left-section .cd-bnr-title-large {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #17171d;
  margin-bottom: 10px;
}

.cd-bnr-popular-search {
    position: relative;
    font-size: 14px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cd-bnr-popular-search .cd-title {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-bnr-right-content {
  max-width: 100%;
  position: relative;
}
.job-categories-block .cd-content a {
  margin-bottom: 0px;
  display: block;
  color: var(--thm-secondary);
}

.job-categories-style1 .owl-carousel .owl-stage-outer {
  display: table;
  position: relative;
  padding: 30px 0px 30px 10px;
}
.job-categories-block:after {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -100px;
  bottom: -35px;
  content: "";
  background-color: var(--thm-primary);
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
.job-categories-block:before {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -80px;
  bottom: -30px;
  content: "";
  background-color: var(--thm-primary);
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  transition: 0.5s all ease;
}
.job-categories-block:hover:after {
  width: 500%;
  height: 500%;
  position: absolute;
  left: -50px;
  bottom: -50px;
  content: "";
  background-color: var(--thm-primary);
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
  transition: 0.5s all ease;
}
.job-categories-block:hover:before {
  opacity: 0;
}
.job-categories-block .cd-media {
  width: 100px;
}
.job-categories-block .cd-media img {
  width: auto;
}
.job-categories-block .cd-media [class*=flaticon-] {
  color: var(--thm-primary);
  font-size: 70px;
  line-height: 70px;
  display: flex;
}
.job-categories-block .cd-content .cd-jobs-available {
  background-color: #1967d2;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
ul.ftr-list li p span a{
    color: #fff;
}
.footer-dark{
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-dark .widget-title {
  font-family: var(--thm-primary-font);
  color: #f0f6fe;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.footer-dark .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: var(--thm-primary);
  width: 40px;
  height: 3px;
}
button.scroltop {
  height: 40px;
  width: 40px;
  background: #1d1b18;
  border: none;
  position: fixed;
  right: 15px;
  bottom: 75px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: none;
  text-align: center;
  z-index: 999;
  color: #fff;
}
button.scroltop:hover {
  height: 40px;
  width: 40px;
  background: var(--thm-primary);
  border: none;
  position: fixed;
  right: 15px;
  bottom: 75px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: none;
  text-align: center;
  z-index: 999;
  color: #fff;
}
button.scroltop span {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.cd-bnr-search-bar label {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-transform: uppercase;
  display: block;
  padding-top: 0px;
  margin-top: 7px;
}
.cd-home1-banner-section > .container .row .cd-bnr-left-section .cd-bnr-title-small {
    font-size: 20px;
    font-weight: 500;
    color: #17171d;
    margin-bottom: 10px;
}

.cd-home1-banner-section > .container .row .cd-bnr-left-section .cd-bnr-discription {
  font-size: 18px;
  margin-bottom: 30px;
}
.cd-home1-banner-section > .container .row .cd-bnr-left-section .cd-bnr-discription h1.banner-text{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
}
.cd-home1-banner-section .cd-bnr-blocks-position-3 {
  position: absolute;
  z-index: 4;
  bottom: 50px;
  right: 20px;
}
.cd-home1-banner-section .cd-bnr-blocks-3 .cd-pics {
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.cd-home1-banner-section .cd-bnr-blocks-3 .cd-pics span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  margin-left: -15px;
}
.cd-home1-banner-section .cd-bnr-blocks-3 .cd-content .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  font-family: var(--thm-primary-font);
}
.cd-home1-banner-section .cd-bnr-blocks-3 .cd-content .tw-count-number .counter {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
  font-family: var(--thm-primary-font);
}
.cd-home1-banner-section .cd-bnr-blocks-3 .cd-content .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 16px;
}
.cd-home1-banner-section .cd-bnr-blocks-position-1 {
  position: absolute;
  z-index: 4;
  top: 200px;
  left: 45px;
}
.cd-home1-banner-section .cd-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;
}
.cd-home1-banner-section .cd-bnr-blocks .cd-icon {
  width: 70px;
  margin-right: 20px;
}
.cd-home1-banner-section .cd-bnr-blocks .cd-content .tw-count-number {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
}
.cd-home1-banner-section .cd-bnr-blocks .cd-content .tw-count-number .counter {
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
}
.cd-home1-banner-section .cd-bnr-blocks .cd-content .icon-content-info {
  color: #17171d;
  margin-bottom: 0px;
  font-size: 16px;
}
.cd-home1-banner-section .cd-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;
}
.footer-dark .social-icons {
  margin: 0px;
  text-align: left;
}
.footer-dark .social-icons li {
  display: inline-block;
}
.footer-dark .social-icons li a {
    height: 30px;
    width: 30px;
    line-height: 45px;
    padding: 0px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-right: 3px;
}
.footer-dark .social-icons li a:hover {
  color: var(--thm-primary);
}
.owl-carousel .owl-item img {
  transform-style: inherit;
}
.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);
  }
}
.cd-inputicon-box .form-control {
  padding-right: 40px;
  background: transparent;
}
.cd-bnr-search-bar label {
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  text-transform: uppercase;
  display: block;
  padding-top: 0px;
  margin-top: 7px;
}
.cd-bnr-search-bar .form-select,
.cd-bnr-search-bar .form-control {
  font-size: 14px;
  height: 34px;
  padding: 0px;
  font-weight: 500;
  border: none;
}
.cd-bnr-search-bar .form-control:focus {
  box-shadow: none;
}
.cd-bnr-search-bar .form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
.cd-bnr-search-bar .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size: 14px;
}
.cd-bnr-search-bar .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-size: 14px;
}
.cd-bnr-search-bar .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 14px;
}
.footer-dark .logo-footer {
  margin-bottom: 25px;
  max-width: 174px;
}
.footer-dark .footer-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0px 30px 0px;
}
.footer-light .footer-bottom .footer-copy-right .copyrights-text {
  color: #17171d;
  font-size: 14px;
}
.footer-light .widget_services ul li a {
  color: #17171d;
}
.footer-light .widget_services ul li a:hover {
  color: #1967d2;
}

.widget {
  margin-bottom: 40px;
}
.footer-top .widget {
  margin-bottom: 20px;
}
.footer-dark .ftr-list {
  list-style: none;
}
.footer-dark .ftr-list li p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #fff;
}
.footer-dark .ftr-list li p span {
  margin-right: 5px;
  font-weight: 500;
}
.footer-dark .widget-title {
  font-family: var(--thm-primary-font);
  color: #f0f6fe;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 23px;
  position: relative;
}
.footer-dark .footer-bottom {
  padding: 0px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.footer-dark .footer-bottom .footer-bottom-info {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  align-items: center;
}
.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;
}
.wt-search-bar-select .btn-light {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  background-color: transparent;
  border: none;
  padding: 7px 0px !important;
}
.wt-search-bar-select .btn-light:focus {
  box-shadow: none;
  outline: 0px !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 100%;
}
/*Start of Features*/
section.feature,
section.work-area{
  padding: 60px 0;
/*  margin-top: 60px;*/
  background:#fff;
/*  background-image: linear-gradient(to right bottom, #e9e5ff, #c1b5f5, #af9cff, #c8bcff, #e2dcff);*/
  position: relative;
  overflow: hidden;
}
section.work-area{
  background: #f8f9fa;
}
.cd-feature-shape img {
    position: absolute;
    left: 0;
    z-index: 0;
    bottom: 0;
    opacity: 0.5;
    background-repeat: no-repeat;
    object-fit: cover;
}
.feature-offer.text-center{
    padding: 15px;
}
.feature-offer.text-center .offer{
    border-left: none;
    padding: 16px !important;
    color: var(--thm-black);
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 11px 0px #0000000d;
    position: relative;
    overflow: hidden;
}
.feature-offer.text-center .offer1{
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(127 234 117), rgb(157 243 149), rgba(56,2,155,0));
    border-image-slice: 1;
    width: 100%;
}
.feature-offer.text-center .offer2{
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(254 153 4), rgb(255 193 4), rgba(56,2,155,0));
    border-image-slice: 1;
    width: 100%;
}
.feature-offer.text-center .offer3{
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(85 156 255), rgb(195 221 255), rgba(56,2,155,0));
    border-image-slice: 1;
    width: 100%;
}
.feature-offer.text-center .offer4{
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(237 28 36), rgb(234 136 141), rgba(56,2,155,0));
    border-image-slice: 1;
    width: 100%;
}
.feature-offer.text-center .offer5{
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(135 149 222), rgb(135 149 222), rgba(56,2,155,0));
    border-image-slice: 1;
    width: 100%;
}
.feature-offer.text-center .offer6{
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(230 140 21), rgb(255 173 57), rgba(56,2,155,0));
    border-image-slice: 1;
    width: 100%;
}
.feature-offer.text-center .offer::before{
    content: '';
    background-image: linear-gradient(90deg, rgba(254,147,5,1) 0%, rgba(255,227,3,1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.feature-offer.text-center .offer1::before{
    background-image: linear-gradient(90deg, rgb(84 227 70) 0%, rgb(128 215 119) 100%);
}
.feature-offer.text-center .offer3::before{
    background-image: linear-gradient(90deg, rgb(87 157 255) 0%, rgb(172 207 255) 100%);
}
.feature-offer.text-center .offer4::before{
    background-image: linear-gradient(90deg, rgb(237 35 43) 0%, rgb(235 123 129) 100%);
}
.feature-offer.text-center .offer5::before{
    background-image: linear-gradient(90deg, rgb(135 149 222) 0%, rgb(177 186 237) 100%);
}
.feature-offer.text-center .offer6::before{
    background-image: linear-gradient(90deg, rgb(230 140 21) 0%, rgb(255 173 57) 100%);
}
.feature-offer.text-center .offer:hover::before{
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.feature-offer.text-center p{
    margin-bottom: 0;
    position: relative;
    margin-top: 10px;
    font-size: 14px;
}
.feature-offer.text-center .icon img{
/*    width: 30%;*/
    position: relative;
    z-index: 9;
}
.feature-offer.text-center .icon::after{
    content: '';
    width: 70px;
    height: 70px;
/*    background-color: #ffe3038f;*/
/*    background-image: linear-gradient(90deg, #ffc107c7 0%, rgb(255 227 3 / 0%) 100%);*/
    position: absolute;
    top: 10%;
    left: 18%;
    border-radius: 50%;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    opacity: 1;
}
.feature-offer.text-center .icon1::after{
    background-image: linear-gradient(90deg, #54e346 0%, rgb(255 227 3 / 0%) 100%);
}
.feature-offer.text-center .icon2::after{
    background-image: linear-gradient(90deg, #ffc107c7 0%, rgb(255 227 3 / 0%) 100%);
}
.feature-offer.text-center .icon3::after{
    background-image: linear-gradient(90deg, #589eff 0%, rgb(255 227 3 / 0%) 100%);
}
.feature-offer.text-center .icon4::after{
    background-image: linear-gradient(90deg, #ed353c 0%, rgb(255 227 3 / 0%) 100%);
}
.feature-offer.text-center .icon5::after{
    background-image: linear-gradient(90deg, #8795de 0%, rgb(255 227 3 / 0%) 100%);
}
.feature-offer.text-center .icon6::after{
    background-image: linear-gradient(90deg, #e68c15 0%, rgb(255 227 3 / 0%) 100%);
}
.feature-offer.text-center .offer:hover .icon{
    color: #fff;
}
.feature-offer.text-center .offer:hover .icon::after{
    left: 28%;
    background: rgb(255 255 255 / 48%);
    box-shadow: 0px 0px 11px 0px #0000003d;
}
.feature-offer.text-center .offer:hover p{
    color: #fff;
}
.feature-offer.text-center .icon::before{
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/*End of Features*/
/*start of services*/
section.about{
  padding: 60px 0;
/*  margin-top: 60px;*/
/*  background:#fff;*/
/*  background-image: linear-gradient(to right bottom, #e9e5ff, #c1b5f5, #af9cff, #c8bcff, #e2dcff);*/
/*background-image: linear-gradient(to right bottom, #b6adff, #ac6fd7, #d165ab, #8b5b87, #8f94cb);*/
background-image: linear-gradient(to right bottom, #1967d2, #1967d2, #1967d2, #1967d2, #1967d2);
position: relative;
}
section.reviewsec{
  padding: 60px 0;
/*  margin-top: 60px;*/
  background:#eaf1fb;
/*  background-image: linear-gradient(to right bottom, #e9e5ff, #c1b5f5, #af9cff, #c8bcff, #e2dcff);*/
/*background-image: linear-gradient(to right bottom, #b6adff, #ac6fd7, #d165ab, #8b5b87, #8f94cb);*/
/*background-image: linear-gradient(to right bottom, #1967d2, #1967d2, #1967d2, #1967d2, #1967d2);*/
position: relative;
}
section.reviewsec .review-section{
  background: #fff;
  padding: 1rem 1rem;
  border-radius: 10px;
  min-width: max-content;
  box-shadow: 0 0 15px rgba(0, 0, 0, .12), 0 2px 16px rgba(0, 0, 0, .12);
}
section.about h5.cd-section-subtitle-4
{
  color: #ffffff!important;
}
section.about h5.cd-section-subtitle-4::before
{
  background-color: #ffffff!important;
}
h5.cd-section-subtitle-4{
    font-size: 20px;
    font-weight: 500;
    color: var(--thm-primary);
    margin-bottom: 5px;
    font-family: var(--thm-primary-font);
    text-transform: uppercase;
    position: relative;
}
h5.about-subtitle-4{
  font-size: 20px;
  font-weight: 500;
  color: var(--thm-primary);
  margin-bottom: 40px;
  font-family: var(--thm-primary-font);
  text-transform: uppercase;
  position: relative;
}
section.about h5.about-subtitle-4{
    color: var(--thm-white);
}
h5.cd-section-subtitle-4::before {
    content: "";
    height: 1.5px;
    width: 20px;
    background-color: var(--thm-primary);
    display: inline-block;
    transform: translateY(-5px);
    margin-right: 10px;
}
section.about h5.about-subtitle-4::before{
  background-color: var(--thm-white);
  }
section.about h3.service-title-4{
  color: var(--thm-white);
  }
section.about .cd-platform-text p{
  color: var(--thm-white);
  }
h3.service-title-4{
    font-size: 45px;
    font-weight: 500;
    color: var(--thm-black);
    margin-bottom: 30px;
    font-family: var(--thm-primary-font);
    position: relative;
    z-index: 1;
}
h3.service-title-4{
    font-size: 25px;
    font-weight: 500;
    color: var(--thm-black);
    margin-bottom: 10px;
    font-family: var(--thm-primary-font);
    position: relative;
    z-index: 1;
}
.cd-platform-text{
    position: relative;

}
.cd-platform-text .big-letter {
    position: absolute;
    left: -25px;
    top: -60px;
    font-size: 150px;
    font-weight: 700;
    line-height: 1em;
/*    color: rgba(9,9,19,0.03);*/
    background: linear-gradient(to bottom, rgb(239 239 239) 0%, rgb(0 0 0 / 0%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6c0d5f0", endColorstr="#00000000",GradientType=0 );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.about .cd-platform-text .big-letter{
     background: linear-gradient(to bottom, rgb(239 239 239 / 21%) 0%, rgb(0 0 0 / 0%) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6c0d5f0", endColorstr="#00000000",GradientType=0 );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cd-platform-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: var(--thm-black);
  position: relative;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cd-platform-text p {
    padding-left: 0;
  }
}


.row-custom {
  display: flex;
  margin: 0 -15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row-custom {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .row-custom {
    flex-direction: column;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  h3.cd-section-title-4{
    font-size: 35px;
    position: relative;
    z-index: 1;
  }
  h5.cd-section-subtitle-4{
    font-size: 15px;
  }
}

.col-custom {
    flex: 0.4;
    width: 90px;
    min-height: 360px;
    max-height: 380px;
    background-size: cover;
    margin: 15px;
    background: #ffffff38;
    backdrop-filter: blur(20px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 30px;
    padding: 40px 40px;
    transition: 0.3s;
    cursor: pointer;
    z-index: 1;
    border: 2px solid #ffffff47;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .col-custom {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-custom {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .col-custom {
    width: 100%;
    padding: 40px 30px;
  }
}
.col-custom.active {
  flex: 7;
}
.col-custom.active .cd-panel-item {
  display: none;
}
.col-custom.active .cd-panel-item-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0.3s;
  transition: 0.3s;
}

.cd-platform-inner .col-custom {
  background: #F5F3F8;
  box-shadow: 0px -3px 0px #6B14FA;
}
.cd-platform-inner .cd-panel-title {
  color: var(--cd-common-black);
}
.cd-platform-inner .cd-panel-content span {
  color: var(--cd-common-black);
}
.cd-platform-inner .cd-panel-content-2 span {
  color: var(--cd-common-black);
}
.cd-platform-inner .cd-panel-title-2 {
  color: var(--cd-common-black);
}
.cd-platform-inner .cd-panel-content-2 p {
  color: var(--cd-common-black);
}

.cd-panel-title {
  width: 200px;
    transform: rotate(90deg) translate(90px, 88px);
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 0;
    margin-top: 25px;
}
.cd-panel-title.child-one {
  transform: rotate(90deg) translate(80px, 88px);
}
.cd-panel-title.child-three {
  transform: rotate(90deg) translate(75px, 88px);
}
.cd-panel-title.child-four {
  transform: rotate(90deg) translate(88px, 88px);
}

.cd-panel-content {
  text-align: center;
}
.cd-panel-content span {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: var(--thm-white);
  margin-left: -7px;
}

.cd-panel-content-2 span {
  font-weight: 700;
  font-size: 60px;
  line-height: 40px;
  color: var(--thm-white);
  padding-bottom: 30px;
  display: inline-block;
}
.cd-panel-content-2 p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
/*  color: #000000c9;*/
  color: var(--thm-white);
  margin-bottom: 0;
}

.cd-panel-content-2 span {
  visibility: hidden;
  display: inline-block;
  opacity: 0;
  transform: translateY(5px);
  transition-delay: 0.4s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.cd-panel-title-2 {
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.cd-panel-content-2 p {
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.col-custom.active .cd-panel-content-2 span {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}

.col-custom.active .cd-panel-title-2 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}

.col-custom.active .cd-panel-content-2 p {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}

.cd-panel-title-2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 20px;
  color: var(--thm-white);
  padding-bottom: 15px;
}

.cd-panel-item-2 {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
}

.cd-platform-img-box img {
  max-width: inherit;
  margin-left: -100px;
  animation: tptranslateX2 4s forwards infinite alternate;
  position: relative;
  z-index: 1;
}

.cd-platform-bg {
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cd-platform-section-box {
    margin-bottom: 40px;
  }
}

.cd-section-title-shape svg {
  position: absolute;
  bottom: -2px;
  left: 60px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cd-section-title-shape svg {
    left: 33%;
  }
  .cd-panel-title-2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: var(--thm-white);
    padding-bottom: 0px;
}
.cd-panel-content-2 span {
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
    color: var(--thm-white);
    padding-bottom: 15px;
    display: inline-block;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-section-title-shape svg {
    left: 21%;
  }
}
@media (max-width: 767px) {
  .cd-section-title-shape svg {
    left: 100px;
  }
}
@media (max-width: 480px) {
  .cd-panel-content-2 span {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: var(--thm-white);
    padding-bottom: 15px;
    display: inline-block;
}
.cd-panel-title-2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 18px;
    color: var(--thm-white);
    padding-bottom: 12px;
}
.cd-panel-content-2 p {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: var(--thm-white);
    margin-bottom: 0;
}
.cd-platform-section-box {
    margin-bottom: 15px;
}
h3.cd-section-title-4{
  margin-bottom: 15px;
}
}
.bg-grad-left {
    position: absolute;
    left: -300px;
    bottom: -300px;
    opacity: 0.30;
}
.bg-grad-right {
    position: absolute;
    right: -300px;
    top: -300px;
    opacity: 0.30;
}
.about-bg-grad-left {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.30;
}
.about-bg-grad-right {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0.80;
}
.cd-platform-img-box{
    position: relative;
}
.cd-bg-ring-left{
    position: absolute;
    width: 495px;
    height: 495px;
/*    border: 100px solid #dcaa6775;*/
    border: 100px solid #ffffff75;
    left: -150px;
    bottom: -150px;
    opacity: 0.7;
    border-radius: 50%;
}
/*end of services*/
/*start skills*/
section.skills{
  padding: 60px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.cd-payment__mlr {
  margin-left: 100px;
  margin-right: 100px;
}
.cd-payment__title-box p {
  font-weight: 400;
  font-size: 20px;
  color: var(--cd-grey-1);
}
section.work-process{
  padding: 60px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cd-payment__title-box p {
    font-size: 16px;
  }
}
.cd-payment__item {
  background: linear-gradient(284.05deg, #EBD1FF 8.66%, rgba(244, 233, 252, 0.54) 92.88%);
  border-radius: 40px;
  padding: 55px 70px;
  overflow: hidden;
  min-height: 440px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment__item {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .cd-payment__item {
    padding: 30px;
  }
}
.cd-payment__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  font-family: var(--cd-ff-mont);
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .cd-payment__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.cd-payment__content {
  position: relative;
  z-index: 9;
}
.cd-payment__content.cd-payment__content-space {
  padding-top: 35px;
}
.cd-payment__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment__content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .cd-payment__content p {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .cd-payment__content p br {
    display: none;
  }
}
.cd-payment__content a {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  font-family: var(--cd-ff-mont);
  color: var(--cd-common-black);
  position: relative;
}
.cd-payment__content a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: var(--cd-common-black);
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cd-payment__content a i {
  margin-left: 6px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.cd-payment__content a:hover {
  color: var(--cd-common-black);
}
.cd-payment__content a:hover::after {
  width: 100%;
}
.cd-payment__content a:hover i {
  transform: translateX(4px);
}
.cd-payment__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cd-payment__shape-1 img {
  opacity: 0.1;
}
.cd-payment__shape-2 {
  position: absolute;
  bottom: -1px;
  right: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment__shape-2 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .cd-payment__shape-2 {
    position: relative;
    right: 0;
    padding-bottom: 0px;
    top: 30px;
  }
}
.cd-payment__shape-3 {
  position: absolute;
  bottom: 14%;
  right: 34%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment__shape-3 {
    bottom: -1%;
    right: 31%;
  }
}
.cd-payment__shape-4 {
  position: absolute;
  bottom: 16%;
  right: 36%;
}
.cd-payment__shape-5 {
  position: absolute;
  bottom: -26%;
  right: -3%;
}
.cd-payment__shape-6 {
  position: absolute;
  bottom: 9%;
  right: 4%;
  z-index: -1;
  opacity: 0.5;
}
.cd-payment__shape-7 {
  position: absolute;
  bottom: -4%;
  left: 10%;
}
.cd-payment__shape-7 img {
  width: 70%;
}
.cd-payment__shape-8 {
  position: absolute;
  bottom: 18%;
  left: -2%;
}
.cd-payment__shape-8 img {
  width: 80%;
}
.cd-payment__shape-9 {
  position: absolute;
  bottom: 6%;
  right: 0%;
}
.cd-payment__shape-10 {
  position: absolute;
  bottom: 12%;
  left: 0%;
}
.cd-payment__shape-11 {
  position: absolute;
  bottom: -5%;
  left: 31%;
}
.cd-payment__bg-color-2 {
  background: linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%), linear-gradient(142.23deg, #FFF7F1 7.63%, #FAE9EF 99.01%);
  border-radius: 40px;
}
.cd-payment__bg-color-3 {
  background: linear-gradient(142.23deg, #F3F8FF 7.63%, #CEDBFF 99.01%);
  border-radius: 40px;
}

@media (max-width: 767px) {
  .cd-account-bg {
    margin-bottom: 60px;
  }
}

.cd-payment-method__main-img {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.cd-payment-method__main-img img {
  border-radius: 50%;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  width: 70%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__title-box {
    padding-bottom: 30px;
  }
}
.cd-payment-method__circle::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
  border-radius: 50%;
  top: -3px;
  right: 0;
}
.cd-payment-method__circle.circle-1::after {
  animation: circle-animation 30s linear infinite;
}
.cd-payment-method__circle.circle-2::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.cd-payment-method__circle.circle-3::after {
  animation: circle-animation 30s linear infinite;
}
.cd-payment-method__circle.circle-4::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.cd-payment-method__circle.circle-5::after {
  animation: circle-animation 30s linear infinite;
}
.cd-payment-method__circle.circle-6::after {
  animation: circle-animation 30s linear infinite;
}
.cd-payment-method__circle.circle-7::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.cd-payment-method__circle.circle-8::after {
  animation: circle-animation 30s linear infinite;
}
.cd-payment-method__circle.circle-9::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.cd-payment-method__circle.circle-10::after {
  animation: circle-animation 30s linear infinite;
}
.cd-payment-method__circle.circle-11::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.cd-payment-method__circle.circle-12::after {
  animation: circle-animation 30s linear infinite;
}
.cd-payment-method__circle.circle-13::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.cd-payment-method__circle.circle-14::after {
  animation: circle-animation 30s linear infinite;
}
.cd-payment-method__circle.circle-15::after {
  left: 0;
  animation: circle-animation-2 20s linear infinite;
}
.cd-payment-method__circle.circle-16::after {
  animation: circle-animation 30s linear infinite;
}
@keyframes circle-animation {
  0% {
    right: 0;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}

@keyframes circle-animation-2 {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
.cd-payment-method__main-circle {
  display: inline-block;
  z-index: 2;
}
.cd-payment-method__line-1 {
  position: absolute;
  left: -150%;
  top: 50%;
  transform: translate(-50%) rotate(-14deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 610px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-1 span {
  transform: translateY(-50%) rotate(14deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cd-payment-method__line-1 {
    width: 510px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cd-payment-method__line-1 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-1 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-18deg);
  }
  .cd-payment-method__line-1 span {
    transform: translateY(-50%) rotate(18deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-1 {
    width: 140px;
    left: 6%;
  }
}
.cd-payment-method__line-2 {
  position: absolute;
  left: -9%;
  top: 50%;
  transform: translate(-50%) rotate(-44deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 190px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-2 span {
  transform: translateY(-50%) rotate(44deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-2 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-72deg);
  }
  .cd-payment-method__line-2 span {
    transform: translateY(-50%) rotate(72deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-2 {
    width: 140px;
    left: 6%;
  }
  .cd-payment-method__main-img img{
    width: 50%;
  }
}
.cd-payment-method__line-3 {
  position: absolute;
  left: -74%;
  top: 50%;
  transform: translate(-50%) rotate(-24deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 380px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-3 span {
  transform: translateY(-50%) rotate(24deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-3 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-51deg);
  }
  .cd-payment-method__line-3 span {
    transform: translateY(-50%) rotate(51deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-3 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(-43deg);
  }
  .cd-payment-method__line-3 span {
    transform: translateY(-50%) rotate(43deg);
  }
}
.cd-payment-method__line-4 {
  position: absolute;
  left: -90%;
  top: 50%;
  transform: translate(-50%) rotate(-2deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 430px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-4 span {
  transform: translateY(-50%) rotate(2deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-4 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(-9deg);
  }
  .cd-payment-method__line-4 span {
    transform: translateY(-50%) rotate(9deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-4 {
    width: 140px;
    left: 6%;
  }
}
.cd-payment-method__line-5 {
  position: absolute;
  left: -137%;
  top: 50%;
  transform: translate(-50%) rotate(10deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 570px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-5 span {
  transform: translateY(-50%) rotate(-10deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cd-payment-method__line-5 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-5 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(14deg);
  }
  .cd-payment-method__line-5 span {
    transform: translateY(-50%) rotate(-14deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-5 {
    width: 140px;
    left: 6%;
  }
}
.cd-payment-method__line-6 {
  position: absolute;
  left: -63%;
  top: 50%;
  transform: translate(-50%) rotate(26deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 350px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-6 span {
  transform: translateY(-50%) rotate(-26deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-6 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(41deg);
  }
  .cd-payment-method__line-6 span {
    transform: translateY(-50%) rotate(-41deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-6 {
    width: 140px;
    left: 6%;
  }
}
.cd-payment-method__line-7 {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translate(-50%) rotate(51deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 140px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-7 span {
  transform: translateY(-50%) rotate(-51deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-7 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(63deg);
  }
  .cd-payment-method__line-7 span {
    transform: translateY(-50%) rotate(-63deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-7 {
    width: 140px;
    left: 6%;
  }
}
.cd-payment-method__line-8 {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translate(-50%) rotate(130deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 160px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-8 span {
  transform: translateY(-50%) rotate(-130deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-8 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(90deg);
  }
  .cd-payment-method__line-8 span {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-8 {
    width: 140px;
    left: 6%;
  }
}
.cd-payment-method__line-9 {
  position: absolute;
  left: -73%;
  top: 50%;
  transform: translate(-50%) rotate(150deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 380px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-9 span {
  transform: translateY(-50%) rotate(-150deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-9 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(116deg);
  }
  .cd-payment-method__line-9 span {
    transform: translateY(-50%) rotate(-116deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-9 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(99deg);
  }
  .cd-payment-method__line-9 span {
    transform: translateY(-50%) rotate(-99deg);
  }
}
.cd-payment-method__line-10 {
  position: absolute;
  left: -146%;
  top: 50%;
  transform: translate(-50%) rotate(160deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 600px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-10 span {
  transform: translateY(-50%) rotate(-160deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cd-payment-method__line-10 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-10 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(142deg);
  }
  .cd-payment-method__line-10 span {
    transform: translateY(-50%) rotate(-142deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-10 {
    width: 140px;
    left: 6%;
  }
}
.cd-payment-method__line-11 {
  position: absolute;
  left: -89%;
  top: 50%;
  transform: translate(-50%) rotate(170deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 430px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-11 span {
  transform: translateY(-50%) rotate(-170deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-11 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(160deg);
  }
  .cd-payment-method__line-11 span {
    transform: translateY(-50%) rotate(-160deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-11 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(148deg);
  }
  .cd-payment-method__line-11 span {
    transform: translateY(-50%) rotate(-148deg);
  }
}
.cd-payment-method__line-12 {
  position: absolute;
  left: -146%;
  top: 50%;
  transform: translate(-50%) rotate(180deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 600px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-12 span {
  transform: translateY(-50%) rotate(-180deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cd-payment-method__line-12 {
    width: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cd-payment-method__line-12 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-12 {
    width: 250px;
    left: -35%;
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-12 {
    width: 140px;
    left: 6%;
  }
}
.cd-payment-method__line-13 {
  position: absolute;
  left: -45%;
  top: 50%;
  transform: translate(-50%) rotate(190deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 300px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-13 span {
  transform: translateY(-50%) rotate(-190deg);
}
.cd-payment-method__line-13 img {
  box-shadow: 0px 10px 50px rgba(32, 33, 36, 0.1);
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-13 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(198deg);
  }
  .cd-payment-method__line-13 span {
    transform: translateY(-50%) rotate(-198deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-13 {
    width: 140px;
    left: 6%;
  }
}
.cd-payment-method__line-14 {
  position: absolute;
  left: -129%;
  top: 50%;
  transform: translate(-50%) rotate(199deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 550px;
 background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-14 span {
  transform: translateY(-50%) rotate(-199deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cd-payment-method__line-14 {
    width: 380px;
    left: -68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-14 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(215deg);
  }
  .cd-payment-method__line-14 span {
    transform: translateY(-50%) rotate(-215deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-14 {
    width: 140px;
    left: 6%;
  }
}
.cd-payment-method__line-15 {
  position: absolute;
  left: -70%;
  top: 50%;
  transform: translate(-50%) rotate(211deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 370px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-15 span {
  transform: translateY(-50%) rotate(-211deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-15 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(236deg);
  }
  .cd-payment-method__line-15 span {
    transform: translateY(-50%) rotate(-236deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-15 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(236deg);
  }
  .cd-payment-method__line-15 span {
    transform: translateY(-50%) rotate(-236deg);
  }
}
.cd-payment-method__line-16 {
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translate(-50%) rotate(228deg);
  text-align: center;
  display: inline-block;
  transform-origin: right center;
  height: 1px;
  width: 170px;
  background-image: linear-gradient(90deg, #4d9d0e 0%, #afffd6c7 100%);
}
.cd-payment-method__line-16 span {
  transform: translateY(-50%) rotate(-228deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cd-payment-method__line-16 {
    width: 250px;
    left: -35%;
    transform: translate(-50%) rotate(273deg);
  }
  .cd-payment-method__line-16 span {
    transform: translateY(-50%) rotate(-273deg);
  }
}
@media (max-width: 767px) {
  .cd-payment-method__line-16 {
    width: 140px;
    left: 6%;
    transform: translate(-50%) rotate(276deg);
  }
  .cd-payment-method__line-16 span {
    transform: translateY(-50%) rotate(-273deg);
  }
}
.cd-payment-method__line-1 span,
.cd-payment-method__line-2 span, 
.cd-payment-method__line-3 span, 
.cd-payment-method__line-4 span, 
.cd-payment-method__line-5 span, 
.cd-payment-method__line-6 span, 
.cd-payment-method__line-7 span, 
.cd-payment-method__line-8 span, 
.cd-payment-method__line-9 span, 
.cd-payment-method__line-10 span, 
.cd-payment-method__line-11 span, 
.cd-payment-method__line-12 span, 
.cd-payment-method__line-13 span, 
.cd-payment-method__line-14 span, 
.cd-payment-method__line-15 span, 
.cd-payment-method__line-16 span {
  position: absolute;
  left: -40px;
  top: 50%;
}
.cd-payment-method__line-1 span:hover img, .cd-payment-method__line-2 span:hover img, .cd-payment-method__line-3 span:hover img, .cd-payment-method__line-4 span:hover img, .cd-payment-method__line-5 span:hover img, .cd-payment-method__line-6 span:hover img, .cd-payment-method__line-7 span:hover img, .cd-payment-method__line-8 span:hover img, .cd-payment-method__line-9 span:hover img, .cd-payment-method__line-10 span:hover img, .cd-payment-method__line-11 span:hover img, .cd-payment-method__line-12 span:hover img, .cd-payment-method__line-13 span:hover img, .cd-payment-method__line-14 span:hover img, .cd-payment-method__line-15 span:hover img, .cd-payment-method__line-16 span:hover img {
  transform: scale(1.1);
}
.cd-payment-method__wrapper {
  padding-top: 170px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .cd-payment-method__wrapper {
    padding-top: 130px;
  }
}
/*end skills*/

@media (max-width: 1440px) {
  .cd-home1-banner-section .cd-bnr-right-section .cd-small-ring-l {
    left: 1%;
    bottom: 45%;
  }
  .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle1{
    left: 100px;
    bottom: 100px;
  }
  .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle1 span {
    width: 300px;
    height: 300px;
  }
.cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle1 span:before {
    left: -7px;
  }
  .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle1 span:after {
    right: 15px;
  }
  .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle2 {
    left: 50px;
    bottom: 50px;
  }
  .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle2 span {
    width: 400px;
    height: 400px;
    position: relative;
  }
  .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle2 span:after {
    right: 35px;
  }
  .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle3 {
    left: 0px;
    bottom: 0px;
  }
  .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle3 span {
    width: 500px;
    height: 500px;
  }
  .cd-home1-banner-section .cd-bnr-right-section .cd-bnr-right-carousel .slide-img img {
    margin-left: 12px;
    margin: 0px auto;
  }
    .cd-home1-banner-section > .container .row .cd-bnr-left-section .cd-bnr-title-large {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #17171d;
  margin-bottom: 10px;
}

}
@media (max-width: 1360px) {
  .header-style-3 .header-nav-btn-section .cd-nav-btn-left .cd-nav-sign-up i {
    font-size: 16px;
    padding-right: 0px;
  }
  .header-style-3 .header-nav-btn-section .cd-nav-btn-right .cd-nav-post-a-job {
    font-size: 0px;
  }
  .header-style-3 .header-nav-btn-section .cd-nav-btn-right .cd-nav-post-a-job i {
    font-size: 16px;
    padding-right: 0px;
  }
    .cd-home1-banner-section > .container .row .cd-bnr-left-section .cd-bnr-title-large {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #17171d;
  margin-bottom: 10px;
}
.cd-home1-banner-section{
    padding-top: 115px;
}

}
@media (max-width: 1199px) {
  .header-style-3 .header-nav .nav > li > a {
    padding: 12px 12px;
  }
  .cd-home1-banner-section > .container .row .cd-bnr-left-section .cd-bnr-title-large {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #17171d;
    margin-bottom: 10px;
}
}
@media (max-width: 1024px) {
  .cd-home1-banner-section > .container .row .cd-bnr-left-section .cd-bnr-title-large {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #17171d;
    margin-bottom: 10px;
}
}
@media (max-width: 991px) {
  .header-style-3 .main-bar{
    top: 5px;
    max-width: 95%;
  }
  .cd-panel-content-2 span {
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 20px;
  }
  .cd-panel-title-2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 10px;
    padding-bottom: 12px;
    margin-bottom: 0;
  }
  .cd-panel-content-2 p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;

  }
  .header-style-3 .main-bar .container,
  .header-style-3 .main-bar .container-fluid {
    display: block;
  }
  .header-style-3 .navbar-toggler {
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
    float: right;
    outline: none !important;
  }
  .header-style-3 .header-nav .nav li i {
    float: right;
  }
  .header-style-3 .header-nav .nav > li ul {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
  .header-style-3 .header-nav .nav {
    float: none;
    margin: 0px;
    background: #fff;
    display: block;
    width: 100%;
    left: 0px;
  }
  .header-style-3 .header-nav .nav li {
    float: none;
  }
  .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 .navbar-toggler {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .header-style-3 .header-nav .nav > li.active > a, .header-style-3 .header-nav .nav > li.current-menu-item > a {
    color: #000;
  }
  .header-style-3 .header-nav .nav > li > a: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 .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 > .sub-menu > li {
    float: none;
    display: block;
    width: auto;
    margin-left: 20px;
  }
  .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 .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.nav-animation .nav > li > ul.sub-menu li > a {
    z-index: 0;
  }
  .header-style-3 .has-child {
    position: relative;
  }
  .header-style-3 .has-child .submenu-toogle {
    display: block;
  }
  .header-style-3 .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right::before {
    content: "\f107";
  }
  .header-style-3 .mobile-full-width-menu .header-nav .nav {
    position: inherit;
  }
  .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: -270px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
    padding: 15px;
  }
  .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;
  }
  .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 .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;
  }
  .header-nav .navbar-nav li.mob-logo{
    display: block;
  }
  .cd-home1-banner-section{
    padding-top: 80px;
  }
  .cd-home1-banner-section > .container .row .cd-bnr-left-section {
    max-width: 768px;
    margin: 0px auto;
/*    padding: 50px 30px 50px 30px;*/
  }
  .cd-home1-banner-section .cd-bnr-right-section .cd-bnr-right-content {
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 30px 0px 30px;
  }
    .cd-home1-banner-section > .container .row .cd-bnr-left-section .cd-bnr-title-small {
    margin-bottom: 10px;
    font-size: 16px;
  }
    .cd-home1-banner-section .cd-bnr-blocks-position-3 {
    position: inherit;
    right: inherit;
    bottom: inherit;
  }
    .cd-home1-banner-section .cd-bnr-blocks-position-1 {
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .footer-dark .footer-top {
    padding-bottom: 0px;
  }
  .footer-dark .footer-bottom .footer-bottom-info {
    display: block;
  }
  .footer-dark .footer-bottom .footer-copy-right {
    margin: 5px 10px 5px 0px;
    display: inline-block;
  }
  .feature-offer.text-center .offer:hover .icon::after{
    left: 33%;
  }
}
@media (max-width: 767px) {
  .header-style-3 .main-bar {
    padding: 0px;
  }
  .header-style-3 .is-fixed .main-bar {
    padding: 0px;
    top: 5px;
  }
  .header-style-3 .is-fixed .main-bar.color-fill {
    padding: 0px;
  }
  .cd-home1-banner-section > .container .row .cd-bnr-left-section .cd-bnr-title-large{
    font-size: 25px;
    line-height: 35px;
  }
  .cd-home1-banner-section .cd-gradient-text {
    display: none;
  }
  .cd-home1-banner-section .cd-bnr-right-section .cd-bnr-right-carousel .slide-img img{
    width: auto;
    max-height: 450px;
  }
  .header-style-3 .extra-nav{
    display: none;
  }
  .feature-offer.text-center .offer:hover .icon::after {
    left: 35%;
}
}
@media (max-width: 600px) {
  .header-style-3 .extra-nav .extra-cell {
    padding-left: 0px;
  }
  .header-style-3 .header-search a.header-search-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .cd-home1-banner-section > .container .row .cd-bnr-left-section .cd-bnr-title-large {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #17171d;
    margin-bottom: 10px;
}
}
@media (max-width: 575px) {
  .header-style-3 .header-nav-btn-section .cd-nav-btn-left .cd-nav-sign-up {
    padding: 6px 12px;
    font-size: 14px;
  }
  
  .header-style-3 .header-nav-btn-section .cd-nav-btn-right .cd-nav-post-a-job {
    padding: 6px 12px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .header-style-3 .navbar-toggler {
    margin-top: 10px;
    margin-left: 0px;
  }
  .header-style-3 .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
}
@media (max-width: 400px) {
    .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle1{
        left: 89px;
        bottom: 74px;
    }
    .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle1 span{
        width: 200px;
        height: 200px;
    }
    .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle2{
        left: 52px;
        bottom: 36px;
    }
    .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle2 span{
        width: 275px;
        height: 275px;
    }
    .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle2 span:after{
        top: 31px;
    }
    .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle3{
        left: 15px;
        bottom: 0px;
    }
    .cd-home1-banner-section .cd-bnr-right-section .cd-img-bg-circle-area .cd-img-bg-circle3 span{
        width: 350px;
        height: 350px;
    }
    .cd-home1-banner-section{
        padding-top: 60px;
    }
    .cd-home1-banner-section > .container .row .cd-bnr-left-section .cd-bnr-title-large {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: #17171d;
        margin-bottom: 10px;
}
.cd-home1-banner-section .cd-bnr-right-section .cd-bnr-right-carousel .slide-img img{
    max-height: 300px;
    width: auto;
}
.feature-offer.text-center .icon::after{
    top: 10%;
    left: 15%;
}
.feature-offer.text-center .offer:hover .icon::after{
  left: 28%;
}

}
section.clients{
  padding: 60px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
section.clients .section-content{
  padding: 25px 0;
}
.h-page6-getjobs-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #eaf1fb;
}
.h-page6-getjobs-wrap .h-page-6-client-slide-title {
  font-size: 28px;
  font-weight: 600;
  color: #17171d;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .h-page6-getjobs-wrap .h-page-6-client-slide-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.h-page6-getjobs-wrap .h-page-6-client-slide-title span {
  display: block;
}
.h-page6-getjobs-wrap .h-page-6-client-slide-title:after {
  background-color: var(--thm-primary);
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 10px;
  transform: rotate(35deg);
  position: absolute;
  left: -50px;
  top: -20px;
  z-index: -1;
  opacity: 0.1;
}
@media (max-width: 1199px) {
  .h-page6-getjobs-wrap .h-page-6-client-slide-title:after {
    width: 70px;
    height: 70px;
    left: 50%;
    top: 0px;
    transform: rotate(35deg) translateX(-50%);
  }
}
@media (max-width: 991px) {
  .h-page6-getjobs-wrap .h-page-6-client-slide-title:after {
    top: 20px;
  }
}
.h-page6-getjobs-wrap .h-page6-client-slider-outer {
  position: relative;
  z-index: 1;
}
.h-page6-getjobs-wrap .h-page6-client-slider-outer:after {
  width: 100%;
  height: calc(50% + 30px);
  content: "";
  left: 0px;
  top: -30px;
  background-color: #fff;
  position: absolute;
  z-index: -1;
}
.h-page6-getjobs-wrap .h-page6-client-slider {
  position: relative;
  z-index: 1;
  padding: 60px 100px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .h-page6-getjobs-wrap .h-page6-client-slider {
    padding: 30px;
  }
}
.h-page6-getjobs-wrap .h-page6-client-slider:before {
  width: 5000px;
  height: 100%;
  content: "";
  left: 0px;
  top: 0px;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  border-radius: 10px 0px 0px 10px;
  border-left: 4px solid var(--thm-primary);
}
@media (max-width: 1199px) {
  .h-page6-getjobs-wrap .h-page6-client-slider:before {
    width: 100%;
    border-radius: 10px;
  }
}
.h-page6-getjobs-wrap .h-page6-client-slider .row {
  display: flex;
  align-items: center;
}
.h-page6-getjobs-wrap .h-page6-client-slider .owl-carousel .owl-stage-outer {
  display: table;
  margin-left: 0px;
}
@media (max-width: 1199px) {
  .h-page6-getjobs-wrap .h-page6-client-slider .owl-carousel .owl-stage-outer {
    display: inherit;
    margin-left: 0px;
  }
}
.h-page6-getjobs-wrap .h-page6-client-slider .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}
.h-page6-getjobs-wrap .home-client-carousel6 .client-logo {
  width: 150px;
  margin: 0px auto;
}
.h-page6-getjobs-wrap .home-client-carousel6 .client-logo.client-logo-media img {
    height: 90px;
    width: auto;
    max-width: max-content;
}
.h-page6-getjobs-wrap:after {
  width: 100%;
  height: 100%;
  content: "";
  right: calc(50% + 206px);
  top: 0px;
/*  background-color: #ff4955c2;*/
  background-image: linear-gradient(to right bottom, #e9e5ff, #c1b5f5, #af9cff, #c8bcff, #e2dcff);
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .h-page6-getjobs-wrap:after {
    display: none;
  }
}

.h-page-6-getjobs-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .h-page-6-getjobs-wrap {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.h-page-6-getjobs-wrap .row {
  display: flex;
  align-items: center;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left {
    margin-bottom: 60px;
  }
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media {
  position: relative;
  z-index: 1;
  width: 660px;
  height: 660px;
}
@media (max-width: 1199px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media {
    margin: 0px auto;
  }
}
@media (max-width: 575px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 420px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media {
    width: 280px;
    height: 280px;
  }
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media img {
  margin: 0px auto;
  display: block;
  position: relative;
  z-index: 5;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle {
  width: 70%;
  height: 70%;
/*  background-color: var(--thm-primary);*/
  background-image: linear-gradient(to right bottom, #e9e5ff, #c1b5f5, #af9cff, #c8bcff, #e2dcff);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle2 {
  width: 85%;
  height: 85%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background-color: rgba(234, 241, 251, 0.4);
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border: 1px solid #d3deee;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 .rotate-center {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 span {
  display: inline-block;
  position: absolute;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 .ring1 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--thm-primary);
  right: 6%;
  top: 20%;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 .ring2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f7b05b;
  right: 25%;
  bottom: 4%;
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 .ring3 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f7d2ff;
  left: 0.5%;
  top: 36%;
}
@media (max-width: 575px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 .ring1 {
    width: 20px;
    height: 20px;
    right: 5%;
  }
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 .ring2 {
    width: 16px;
    height: 16px;
    right: 22%;
  }
  .h-page-6-getjobs-wrap .h-page-6-getjobs-left .twm-media-bg-circle3 .ring3 {
    left: 0%;
  }
}
.h-page-6-getjobs-wrap .h-page-6-getjobs-right {
  margin-bottom: 30px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .h-page-6-getjobs-wrap .h-page-6-getjobs-right {
    margin-left: 0px;
  }
}

.wt-bnr-inr {
  height: 390px;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  position: relative;
}
.page-content .wt-bnr-inr.overlay-wraper.bg-center::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to top, #000 1%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767px) {
  .wt-bnr-inr {
    height: 380px;
  }
}
.wt-bnr-inr .container {
  display: table;
  height: 100%;
}

.wt-bnr-inr-entry {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 30px;
}
.wt-bnr-inr-entry .banner-title-outer {
  position: relative;
}
.wt-bnr-inr-entry .banner-title-outer .wt-title {
  font-size: 28px;
  margin-bottom: 0px;
  position: relative;
}
.wt-bnr-inr-entry .banner-title-outer .banner-title-name {
  display: inline-block;
  margin-bottom: 30px;
}
.wt-bnr-inr-entry .banner-title-outer .banner-title-name .wt-title {
  color: #fff;
}

/*Breadcrumb*/
.wt-breadcrumb {
  margin: 0;
  display: inline-block;
  list-style: none;
  position: relative;
}
.wt-breadcrumb li {
  padding-right: 30px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #1967d2;
}
.wt-breadcrumb li a {
  color: #fff;
}
.wt-breadcrumb li a:hover {
  color: #1967d2;
}
.wt-breadcrumb li:after {
    content: "";
    font-size: 12px;
    font-weight: 600;
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    display: block;
    right: 13px;
    top: 47%;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}
.wt-breadcrumb li:last-child {
  color: #fff;
  font-weight: 100;
  padding-right: 0px;
}
.wt-breadcrumb li:last-child:after {
  display: none;
}
.wt-breadcrumb li:first-child a i {
  font-size: 18px;
  vertical-align: text-top;
}

/*Contact Form*/
.twm-contact-one {
  position: relative;
}
.twm-contact-one .contact-one-inner {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-one-inner {
    padding-top: 38px;
    padding-bottom: 0px;
  }
}
.twm-contact-one .contact-one-inner:after {
  content: "";
  position: absolute;
  width: 420px;
  right: -15px;
  top: -40px;
  bottom: -40px;
  background-color: #f0f6fe;
  z-index: -1;
}
@media (max-width: 1200px) {
  .twm-contact-one .contact-one-inner:after {
    width: 394px;
  }
}
@media (max-width: 991px) {
  .twm-contact-one .contact-one-inner:after {
    display: none;
  }
}
.twm-contact-one .contact-info-wrap {
  margin-left: 100px;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .twm-contact-one .contact-info-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .twm-contact-one .contact-info-wrap {
    margin: 0px;
    padding-top: 38px;
    padding-bottom: 40px;
  }
}
.twm-contact-one .contact-info-wrap .contact-info {
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-info-wrap .contact-info {
    border-radius: 10px;
  }
}
@media (max-width: 400px) {
  .twm-contact-one .contact-info-wrap .contact-info {
    padding: 20px;
  }
}
.twm-contact-one .contact-info-wrap:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -42px;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 42px solid transparent;
  border-right: 0px solid transparent;
  border-top: 42px solid #d8d8d8;
  display: none;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-info-wrap:before {
    display: none;
  }
}
.twm-contact-one .contact-info-section .c-info-column {
  padding: 0px 0px 0px 100px;
  color: #17171d;
  position: relative;
  min-height: 75px;
  margin-bottom: 30px;
}
.twm-contact-one .contact-info-section .c-info-column h3.twm-title{
  font-size: 20px;
}
@media (max-width: 991px) {
  .twm-contact-one .contact-info-section .c-info-column {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .twm-contact-one .contact-info-section .c-info-column {
    padding: 0px 0px 0px 65px;
  }
}
.twm-contact-one .contact-info-section .c-info-column:last-child {
  margin-bottom: 0px;
}
.twm-contact-one .contact-info-section .c-info-column p {
  font-size: 14px;
}
.twm-contact-one .contact-info-section .c-info-column .c-info-icon {
  position: absolute;
  font-size: 22px;
  left: 0px;
  top: 0px;
  color: #1967d2;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 10px;
  text-align: center;
  background-color: #f0f6fe;
  z-index: 1;
}
.twm-contact-one .contact-info-section .c-info-column .c-info-icon.custome-size {
  font-size: 26px;
}
@media (max-width: 400px) {
  .twm-contact-one .contact-info-section .c-info-column .c-info-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.twm-contact-one .contact-info-section .c-info-column span {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.twm-contact-one .contact-info-section .c-info-column p {
  margin-bottom: 0px;
}
.twm-contact-one .contact-info-section .c-info-column p a {
  color: #17171d;
}
.twm-contact-one .section-head-small {
  font-size: 20px;
  font-weight: 500;
}
.twm-contact-one .section-head-small.white .wt-title {
  color: #fff;
}
.twm-contact-one .contact-form-outer .section-head.left.wt-small-separator-outer {
  text-align: left;
}
.twm-contact-one .contact-form-outer .section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 15px;
}

.contactform .form-control {
  height: 56px;
  padding: 10px 20px;
  background-color: #f0f6fe;
  border: 0px;
  border-radius: 10px;
}
.contactform .form-control:focus {
  box-shadow: none;
  background-color: #f9fcff;
  border: 1px solid var(--thm-primary);
}
.contactform textarea.form-control {
  padding-top: 15px;
  height: 80px;
  margin-bottom: 0px;
  resize: none;
}

.contactform .g-recaptcha {
  padding-top: 0;
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: none;
  background-color: #f0f6fe;
  border-radius: 10px;
}
.form-control:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  background-color: #F8F8F8;
}

.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;
}
.twm-explore-content .twm-upload-file .site-button {
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #1967d2, 400px 0 0 #1967d2;
  background-color: #fff;
}
.twm-explore-content .twm-upload-file .site-button:hover {
  text-shadow: -400px 0 0 #1967d2, 0 0 0 #1967d2;
}
.twm-explore-content .twm-upload-file .site-button:hover i {
  text-shadow: none;
}
.twm-explore-content .twm-upload-file .site-button i {
  color: #1967d2;
  padding-right: 0px;
  padding-left: 5px;
  font-size: 24px;
  text-shadow: none;
}

.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;
}
.twm-explore-content-2 .twm-explore-top-section .twm-read-more .site-button {
  background-color: #fff;
  color: #1967d2;
  text-shadow: 0 0 0 #1967d2, 400px 0 0 #1967d2;
}
.twm-explore-content-2 .twm-explore-top-section .twm-read-more .site-button:hover {
  text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
  background-color: #171d28;
}
.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: "Rubik", 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: "Rubik", 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%;
  }
}

.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;
}

.twm-how-it-work-section .row {
  display: flex;
  justify-content: center;
}

.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;
}

.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-right: 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: "Poppins", 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-area .container > .row {
  display: flex;
  align-items: center;
}

.twm-job-self-wrap {
  border-radius: 10px;
  margin-bottom: 40px;
}
.twm-job-self-wrap .twm-job-self-info {
  position: relative;
  z-index: 1;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top {
  position: relative;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-media-bg img {
  border-radius: 10px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-jobs-category {
  position: absolute;
  left: 20px;
  top: 20px;
}
.twm-job-self-wrap .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: absolute;
  top: -40px;
  left: 20px;
  overflow: hidden;
  margin-bottom: -20px;
}
@media (max-width: 420px) {
  .twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-media {
    left: auto;
    top: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    position: inherit;
  }
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-media img {
  width: 100%;
  display: block;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-title {
  margin-bottom: 15px;
  font-size: 16px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-title .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-address i {
  padding-right: 3px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-self-mid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-self-mid {
    display: block;
  }
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-self-mid .twm-job-apllication-area {
  font-weight: 500;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-self-mid .twm-job-apllication-area .twm-job-apllication-date {
  color: #ff0000;
}
.twm-job-self-wrap .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-wrap .twm-job-self-info .twm-job-self-top .twm-jobs-amount span {
  color: #046c38;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-job-websites {
  margin-bottom: 10px;
  margin-right: 5px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-mid-content {
  position: relative;
  padding-top: 30px;
}
@media (max-width: 420px) {
  .twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-mid-content {
    padding-top: 20px;
  }
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-bottom {
  position: absolute;
  top: 20px;
  right: 0px;
}
@media (max-width: 767px) {
  .twm-job-self-wrap .twm-job-self-info .twm-job-self-bottom {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 10px;
  }
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-bottom a {
  margin-right: 10px;
}
.twm-job-self-wrap .twm-job-self-info .twm-job-self-bottom a:last-child {
  margin-right: 0px;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media-bg {
  position: relative;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media-bg img {
  width: 100%;
}
@media (max-width: 420px) {
  .twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media-bg img {
    height: 200px;
    object-fit: cover;
  }
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media-bg .twm-job-self-bottom {
  right: 20px;
}
@media (max-width: 767px) {
  .twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media-bg .twm-job-self-bottom {
    position: absolute;
    top: 20px;
    right: 20px;
    margin-top: 0px;
  }
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-jobs-category span {
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 420px) {
  .twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-media {
    left: 50%;
    top: -60px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-job-title {
  font-size: 24px;
}
@media (max-width: 420px) {
  .twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-job-title {
    font-size: 18px;
  }
  .twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-job-title .twm-job-post-duration {
    display: block;
    padding: 5px 0px 0px 0px;
  }
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-job-self-mid {
  display: block;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-jobs-amount {
  display: block;
  margin-bottom: 15px;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-jobs-amount span {
  color: #046c38;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-job-websites {
  margin-bottom: 15px;
  display: block;
}
.twm-job-self-wrap.twm-job-detail-v2 .twm-job-self-info .twm-job-self-top .twm-mid-content {
  position: relative;
  padding-top: 80px;
  text-align: center;
}


.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: 15px;
  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-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%;
}
.twm-s-title {
    margin: 30px 0px;
}

.twm-social-tags {
  margin-top: -10px;
  margin-bottom: 40px;
}
.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;
}
.twm-social-tags a.circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0px;
  outline: 1px solid;
  transition: 0.5s all ease;
}
.twm-social-tags a.circle:hover {
  transform: scale(0.9) rotate(360deg);
}

.fb-clr {
  background-color: #4d69b2;
}

.tw-clr {
  background-color: #38b2e1;
}

.link-clr {
  background-color: #0579b6;
}

.whats-clr {
  background-color: #2ca53b;
}

.pinte-clr {
  background-color: #f03c41;
}
.twm-job-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;
}
.side-bar {
  background-color: #fcfcfc;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
}
@media (max-width: 991px) {
  .side-bar {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .side-bar {
    padding: 15px;
  }
}
.side-bar .widget:last-child {
  margin-bottom: 0px;
}
.side-bar .widget .widget-title {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}
.side-bar .widget .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1967d2;
  width: 20px;
  height: 2px;
}
.side-bar .search-bx .input-group .form-control {
  height: 60px;
  background-color: #fff;
  font-size: 20px;
  border: none;
  padding: 0px 25px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 767px) {
  .side-bar .search-bx .input-group .form-control {
    height: 60px;
  }
}
.side-bar .search-bx .input-group .btn {
  color: #17171d;
  border-radius: 0px;
  height: 60px;
  padding: 0px 15px;
  font-size: 18px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.side-bar .search-bx .input-group .btn:focus {
  box-shadow: none;
}
.side-bar .widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #fff;
}
.side-bar .widget_services ul li {
  position: relative;
  padding: 10px 0px 10px 15px;
  line-height: 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.side-bar .widget_services ul li:after {
  content: "";
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background-color: #1967d2;
  position: absolute;
  left: 0px;
  top: 17px;
}
.side-bar .widget_services ul li:last-child {
  padding-bottom: 0px;
}
.side-bar .widget_services ul li a {
  color: #17171d;
  margin-left: 0px;
  padding: 0px;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.side-bar .widget_services ul li a:hover {
  color: #1967d2;
}
.side-bar .widget_services ul li a i {
  padding-right: 5px;
}
.side-bar .widget_services ul li a:before {
  display: none;
}
.side-bar .widget_services ul li .badge {
  background: none;
  font-size: 14px;
  font-weight: 600;
}
.side-bar .recent-posts-entry .widget-post {
  margin-bottom: 20px;
}
.side-bar .recent-posts-entry .widget-post:last-child {
  border: none;
  margin-bottom: 0px;
}
.side-bar .recent-posts-entry .wt-post-media {
  width: 72px;
  float: left;
}
.side-bar .recent-posts-entry .wt-post-media img {
  border-radius: 10px;
}
.side-bar .recent-posts-entry .wt-post-info {
  margin-left: 92px;
}
@media (max-width: 420px) {
  .side-bar .recent-posts-entry .wt-post-info {
    margin-left: 95px;
  }
}
.side-bar .recent-posts-entry .wt-post-info .post-date {
  margin-top: 0px;
  color: #1967d2;
  font-size: 14px;
  display: block;
}
.side-bar .recent-posts-entry .wt-post-info .post-title {
  margin-top: 0px;
  font-size: 14px;
  display: block;
}
.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: 10px;
  font-size: 14px;
  background-color: #f0f6fe;
}
.tw-sidebar-tags-wrap .tagcloud a:hover {
  background-color: #1967d2;
  color: #fff;
}
.widget .section-head-small {
  font-size: 22px;
  font-weight: 500;
  padding-left: 10px;
  border-left: 3px solid #1967d2;
}
.twm-s-info3 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  padding: 30px;
  margin-top: 40px;
}
.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: -70px;
  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;
}
.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;
}

.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: #f0f6fe;
  border-radius: 10px;
}

p.service-description{
  padding-left: 0;
}

#onload .btn-close,
#get-web-quote .btn-close {
    position: absolute;
    right: 11px;
    top: 6px;
    transition: 0.5s;
}
.modal-content {
    border: 0;
    border-radius: 12px;
    background: #fff;
    backdrop-filter: blur(15px);
}
.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 15px !important;
    text-transform: uppercase;
    color: #000!important;
    margin: 10px 0 0 0;
    font-size: 14px;
    font-family: var(--f-primary);
    font-weight: 500;
    text-align: center;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-body{
  padding: 0px;
}
#onload form,
#get-web-quote form {
    padding: 25px;
    text-align: center;
}
#onload form img,
#get-web-quote form img{
  margin-bottom: 7px;
  max-width: 35%;
}
#onload .quoteright,
#get-web-quote .quoteright {
    background: url(../img/joinus1.jpg);
    height: 430px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 450px;
    background-color: #f3f8fe;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 0 10px 10px 0;
}
#onload .btn-close,
#get-web-quote .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    transition: 0.5s;
}
#onload .quoteright ul,
#get-web-quote .quoteright ul {
    padding: 0;
    background: #7a707040;
    padding: 10px;
    border-radius: 7px;
    backdrop-filter: blur(4px);
}
#onload .quoteright ul li,
#get-web-quote .quoteright ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
}
#onload .quoteright ul li i,
#get-web-quote .quoteright ul li i {
    margin-right: 7px;
}
#onload .quoteright ul li p,
#get-web-quote .quoteright ul li p {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}
#onload .quoteright a,
#get-web-quote .quoteright a {
    display: block;
    margin-bottom: 0px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-right: 15px;
}
#onload .quoteright a:hover,
#get-web-quote .quoteright a:hover {
    color: linear-gradient(90deg, #1167a7 0%, #118fcb 100%);
}
#onload .form-control,
#get-web-quote .form-control {
  height: 50px;
  margin-bottom: 20px;
}
#onload .form-group .wt-search-bar-select .btn-light,
#get-web-quote .form-group .wt-search-bar-select .btn-light {
  padding: 15px!important;
}
#onload .form-control:focus,
#get-web-quote .form-control:focus {
    box-shadow: none;
    background-color: #f9fcff;
    border: 1px solid var(--thm-primary);
}
#onload.modal.fade .modal-dialog,
#get-web-quote.modal.fade .modal-dialog {
  transform: none;
}
@media (max-width: 991px){  
#onload .quoteright,
#get-web-quote .quoteright {
    display: none!important;
}
}

.preloader {
  position: fixed;
  background-color: #000;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.preloader__circle {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--cretech-secondary, #e50914);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.preloader__circle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--cretech-primary, #ffffff);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.preloader__circle:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #EB2F40;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.qck-link{
  padding-left: 100px;
}
@media (max-width: 991px){  
.qck-link{
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
}

/*todays css*/




.side-bar-st-1 {
  border-radius: 10px;
}

/*Edit Profile*/
.twm-candidate-profile-pic {
  position: relative;
  display: block;
  max-width: 150px;
  margin: 0px auto 30px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.twm-candidate-profile-pic img {
  border-radius: 10px;
  margin: 10px;
  display: block;
  width: 128px;
}
.twm-candidate-profile-pic .upload-btn-wrapper {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.twm-candidate-profile-pic .upload-btn-wrapper button {
  left: 50%;
  transform: translateX(-50%);
}

/*Upload Image File*/
#upload-image-grid {
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 10px;
  top: 30px;
  position: relative;
}
#upload-image-grid img {
  object-fit: cover;
  object-position: center;
  width: 128px;
  height: 128px;
  padding: 0px;
  position: absolute;
  left: -10px;
  bottom: -10px;
  border-radius: 10px;
}

/*Navigation list*/
.twm-nav-list-1 ul {
  list-style: none;
  margin: 0;
  font-weight: 500;
}
.twm-nav-list-1 ul li {
  float: none;
}
.twm-nav-list-1 ul li:last-child {
  border-bottom: none;
}
.twm-nav-list-1 ul li.has-child {
  position: relative;
}
.twm-nav-list-1 ul li a > img {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
}
.twm-nav-list-1 ul > li > a {
    padding: 10px 15px;
    color: #003a6a;
    font-size: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgba(180, 205, 237, 0.7);
    display: flex;
    position: relative;
    font-weight: 400;
    transition: 0.5s all ease;
    margin-bottom: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.twm-nav-list-1 ul > li ul {
  display: none;
  position: static;
  visibility: visible;
  width: auto;
}
.twm-nav-list-1 ul > li.active > a {
    border-radius: 10px;
    box-shadow: 0px 0px 25px #dc354524;
    border: 1px solid #fe4b51;
    box-shadow: 0px 0px 10px 0px #fe4b5161;
    color: var(--thm-primary);
}

.twm-right-section-panel-wrap2 {
  margin-bottom: 30px;
}

.twm-right-section-panel {
  border-radius: 10px;
}
@media (max-width: 540px) {
  .twm-right-section-panel {
    padding: 0px;
  }
}
.twm-right-section-panel textarea.form-control {
  height: auto;
  resize: none;
}

.twm-right-section-panel .panel.panel-default {
  border-radius: 10px;
  background: #fff;
}

.apl-job-inpopup {
  border-radius: 10px;
}
@media (max-width: 540px) {
  .apl-job-inpopup {
    padding: 15px;
  }
}
.apl-job-inpopup textarea.form-control {
  height: auto;
  resize: none;
}

.apl-job-inpopup .panel.panel-default {
  border-radius: 10px;
  background: #fff;
}

/*Candidate Save Jobs*/
.candidate-save-job .twm-D_table {
  padding: 0px;
}

/* Data Table Candidets */
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list .twm-media {
  width: 100%;
  max-width: 40px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 10px;
  height: 40px;
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list .twm-media .twm-media-pic {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list .twm-media .twm-media-pic img {
  display: block;
  width: 100%;
}
.twm-candidate-save-job-list-wrap .twm-candidate-save-job-list .twm-job-title h4 {
  color: #1967d2;
  font-size: 16px;
  font-weight: 500;
}

/*CV Manager List*/
.twm-cv-manager-list-wrap {
  padding-top: 0px;
}
.twm-cv-manager-list-wrap ul {
  margin: 0px;
}
.twm-cv-manager-list-wrap ul li {
  list-style: none;
}

.twm-cv-manager-list-style1 {
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .twm-cv-manager-list-style1 {
    display: block;
    text-align: center;
  }
}
.twm-cv-manager-list-style1 .twm-media {
  width: 110px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .twm-cv-manager-list-style1 .twm-media {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 90px;
  }
}
.twm-cv-manager-list-style1 .twm-media .twm-media-pic {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.twm-cv-manager-list-style1 .twm-media .twm-media-pic img {
  display: inline-block;
}
.twm-cv-manager-list-style1 .twm-candidates-tag span {
  color: #1967d2;
}
.twm-cv-manager-list-style1 p {
  font-size: 14px;
  margin-bottom: 5px;
}
.twm-cv-manager-list-style1 .twm-mid-content {
  flex-grow: 1;
}
.twm-cv-manager-list-style1 .twm-fot-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .twm-cv-manager-list-style1 .twm-fot-content {
    display: block;
  }
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-left-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .twm-cv-manager-list-style1 .twm-fot-content .twm-left-info {
    display: block;
  }
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-candidate-address {
  font-size: 14px;
  margin-bottom: 0px;
  margin-right: 20px;
  font-weight: 500;
}
@media (max-width: 420px) {
  .twm-cv-manager-list-style1 .twm-fot-content .twm-candidate-address {
    margin-right: 0px;
  }
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-candidate-address i {
  margin-right: 5px;
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-view-button a {
  text-align: center;
  display: inline-block;
}
.twm-cv-manager-list-style1 .twm-fot-content .twm-view-button a .fa {
  background-color: #f0f6fe;
  color: #1967d2;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.twm-cv-manager-list-style1 .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
  margin-right: 20px;
}
@media (max-width: 420px) {
  .twm-cv-manager-list-style1 .twm-job-post-duration {
    margin-right: 0px;
  }
}

.twm-table-controls .twm-DT-controls-icon li a {
  background-color: #f0f6fe;
  color: #1967d2;
  border: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twm-table-controls .twm-DT-controls-icon li a:hover {
  background-color: #1967d2;
  color: #fff;
}

.twm-jobs-list-wrap {
  padding-left: 30px;
}

.twm-jobs-list-wrap ul li {
  list-style: none;
}

.twm-jobs-list-style1 {
    background-color: #fff;
    border: 10px;
    box-shadow: 0px 0px 10px rgba(56, 152, 226, 0.3);
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
  .twm-jobs-list-style1 {
    text-align: center;
    display: block;
    margin-bottom: 30px !important;
  }
}
.twm-jobs-list-style1 .twm-media {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 0;
}
@media (max-width: 767px) {
  .twm-jobs-list-style1 .twm-media {
    position: inherit;
    bottom: inherit;
    margin-right: 0px;
    margin-bottom: 10px;
    line-height: 100px;
  }
}
.twm-jobs-list-style1 .twm-media img {
  border-radius: 6px;  
}
.twm-jobs-list-style1 p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .twm-jobs-list-style1 .twm-mid-content {
    padding-left: 0px;
  }
}
.twm-jobs-list-style1 .twm-right-content {
  text-align: right;
}
@media (max-width: 767px) {
  .twm-jobs-list-style1 .twm-right-content {
    text-align: inherit;
  }
}
.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: 15px;
}
.twm-jobs-list-style1 .twm-job-title .twm-job-post-duration {
  color: #2db346;
  font-size: 14px;
}
.twm-jobs-list-style1 .twm-mid-content .twm-job-title {
  text-align: left;
}

.twm-jobs-category span {
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
  white-space: nowrap;
}
@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 15px 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: 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-jobs-list-style1 .twm-mid-content{
  text-align: left;
}



section.our_prev_work{
  padding: 0px 0px 60px 0px;
  background:#fff;
}
.portfolio-inner {
    padding: 7px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.portfolio-inner .portfolio-inner-child {
    position: relative
}

.portfolio-inner .portfolio-inner-child::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    transition: ease-in-out all .5s
}

.portfolio-inner .portfolio-inner-child:hover::before {
    background: #126ba3;
    opacity: .5
}

.portfolio-inner .portfolio-float {
    position: absolute;
    transition: all ease-in-out .6s;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 10%;
    top: 50px;
    z-index: 3;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
}

.portfolio-inner:hover .portfolio-float {
    opacity: 1;
    top: 0
}

.portfolio-inner .portfolio-float img {
    background: #fff
}

.reveal-effect {
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    box-shadow: 0px 0px 8px #0000001a;
}
.reveal-effect::before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgb(2 2 2 / 54%), transparent);
    z-index: 1;
    opacity: .9;
}
.portfolio-inner .portfolio-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    transition: all 0.6s ease-in-out ;
    -webkit-transition: all 0.6s ease-in-out ;
    -moz-transition: all 0.6s ease-in-out ;
    -ms-transition: all 0.6s ease-in-out ;
    -o-transition: all 0.6s ease-in-out ;
    z-index: 9;
}

.portfolio-inner .portfolio-desc h3 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #fff;
}

.portfolio-inner .portfolio-desc span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.portfolio-inner:hover .portfolio-desc {
    opacity: 0;
}
@media screen and (max-width: 991px) {
    .portfolio-inner .portfolio-desc {
        padding: 15px 20px;
    }

    .portfolio-inner .portfolio-desc h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .portfolio-inner .portfolio-desc span {
        font-size: 14px;
    }
}
@media screen and (min-width: 576px) and (max-width:767px) {
.portfolio-inner .portfolio-desc h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 479px) {
  .portfolio-inner .portfolio-desc h3 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 420px) {
    .portfolio-inner .portfolio-desc h3 {
        font-size: 14px;
    }

    .portfolio-inner .portfolio-desc span {
        font-size: 12px;
    }

    .portfolio-inner .portfolio-desc {
        padding: 15px 30px;
    }
}

.myslider.owl-carousel .owl-nav
{
    position: absolute;
    top: 40%;
    z-index: 999;
    width: 100%;
}
.myslider.owl-carousel .owl-nav .owl-prev,
.myslider.owl-carousel .owl-nav .owl-next
{
    position: absolute;
    background: #04040469!important;
    width: 25px;
    height: 40px;
    backdrop-filter: blur(10px);
}
.myslider.owl-carousel .owl-nav .owl-prev
{
  left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.myslider.owl-carousel .owl-nav .owl-next
{
  right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.myslider.owl-carousel .owl-nav .owl-prev span,
.myslider.owl-carousel .owl-nav .owl-next span
{
    font-size: 30px;
    line-height: 35px;
    color: #fff;
}
.myslider.owl-carousel .owl-nav .owl-prev:hover,
.myslider.owl-carousel .owl-nav .owl-next:hover
{
  background: var(--thm-primary)!important;
}
/*.myslider.owl-carousel .owl-nav .owl-prev:hover span,
.myslider.owl-carousel .owl-nav .owl-next:hover span
{
  color: #000;
}*/
/*.myslider.owl-carousel .owl-stage-outer{
  overflow: unset;
}*/

.dots-full .owl-dots{
    position: absolute;
    width: 100%;
    bottom: -25px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.dots-full .owl-dots .owl-dot{
    display: block;
    width: 40px;
    height: 4px;
    padding: 0;
    margin: 0;
    background: #feaba8;
    cursor: pointer;
    appearance: none;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
}
.dots-full .owl-dots .owl-dot:first-child{
    border-radius: 50px 0px 0px 50px;
}
.dots-full .owl-dots .owl-dot:last-child {
    border-radius: 0px 50px 50px 0px;
}
.dots-full .owl-dots .owl-dot.active{
    background: var(--thm-primary);
}

.reviewsec .item .card{
    background: #fff;
    border: 0;
    border-radius: 10px;
}
.reviewsec .title img.office-img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
    background: #fff;
}
.reviewsec .review-con,
.reviewsec .ratings{
   color: #fb8e28;
}
.reviewsec .poweredby{
   margin: 6px 0 0 !important;
}
.reviewsec .poweredby img{
   max-width: 144px !important;
}
.reviewsec .reviewus {
    margin: 15px 0 8px !important;
    font-size: 14px;
    color: #fff !important;
    padding: 4px 18px 4px !important;
    outline: none !important;
    border-radius: 27px !important;
    background: #0a6cff !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    text-shadow: 1px 1px 0 #00000052 !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
    user-select: none !important;
    transition: all .2s ease-in-out !important;
    width: max-content;
}
.reviewsec .reviewus a{
    color: #fff;
}
.reviewsec .reviewus img{
    object-fit: cover;
    width: 23px;
    height: 23px;
    padding: 3px;
    margin: 0 0 0 4px;
    background: #fff;
    border-radius: 50%;
}
.reviewsec .revws-pic{
   width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    border: none !important;
    float: left !important;
    margin-right: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
}
.reviewsec .revws-caps h6{
   color: #154fc1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    font-weight: bold !important;
    margin: 0 0 2px !important;
    padding-right: 6px !important;
    font-size: 14px;
}
.reviewsec .revws-caps p.time{
   color: #555 !important;
    font-size: 13px !important;
}
.reviewsec .clients-ratings{
   margin: 15px 0 7px !important;
}
.reviewsec .top-g-icon{
   width: 18px !important;
    height: 18px !important;
}
.reviewsec .revws-desc{
    height: 85px !important;
    overflow-y: auto !important;
}
.reviewsec.our_testimonials .card-body{
  padding: 20px 30px;
}
.scrollbar
{
  max-height: 60vh;
  background: #F5F5F5;
  overflow-x: scroll;
  overflow-y: scroll;
  margin-bottom: 25px;
}

#wrapper
{
  text-align: center;
}
.style-8::-webkit-scrollbar {
    width: 4px;
    height: 70px;
    border-radius: 10px;
}

.style-8::-moz-scrollbar {
    width: 4px;
    height: 70px;
    border-radius: 10px;
}

.style-8::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border-radius: 10px;;
}

.style-8::-moz-scrollbar-track {
    background-color: #e7e7e7;
    border-radius: 10px;
}

.style-8::-webkit-scrollbar-thumb {
    background: #0000007d;
    border-radius: 10px;
    height: 70px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.style-8::-moz-scrollbar-thumb {
    background: #0000007d;
    border-radius: 10px;
    height: 70px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.style-8::-webkit-scrollbar-thumb:hover {
    background: #000;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.style-8::-moz-scrollbar-thumb:hover {
    background: #000;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.business-info{
  justify-content: center;
}
.revws-caps a{
  color: #000;
}
.whatsappbtn {
    background: #4db051;
    background: -moz-linear-gradient(45deg, #4db051 8%, #4db051 100%);
    background: -webkit-linear-gradient(45deg, #4db051 8%, #4db051 100%);
    background: linear-gradient(45deg, #4db051 8%, #4db051 100%);
    bottom: 35px;
    position: fixed;
    color: #fff;
    height: 50px;
    left: 10px;
    min-width: 50px;
    text-align: center;
    z-index: 500;
    border-radius: 50%;
    line-height: 50px;
}

.whatsappbtn i {
    font-size: 30px;
    line-height: 50px;
}

.whatsappbtn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: -moz-linear-gradient(45deg, #4db051 8%, #4db051 100%);
    background: -webkit-linear-gradient(45deg, #4db051 8%, #4db051 100%);
    background: linear-gradient(45deg, #4db051 8%, #4db051 100%);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.enqbtn {
    background: #f74d57;
    background: -moz-linear-gradient(45deg, #f74d57 8%, #f74d57 100%);
    background: -webkit-linear-gradient(45deg, #f74d57 8%, #f74d57 100%);
    background: linear-gradient(45deg, #f74d57 8%, #f74d57 100%);
    bottom: 135px;
    position: fixed;
    color: #fff;
    height: 50px;
    left: 10px;
    min-width: 50px;
    text-align: center;
    z-index: 500;
    border-radius: 50%;
    line-height: 50px;
}

.enqbtn i {
    font-size: 22px;
    line-height: 53px;
}

.enqbtn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: -moz-linear-gradient(45deg, #f74d57 8%, #f74d57 100%);
    background: -webkit-linear-gradient(45deg, #f74d57 8%, #f74d57 100%);
    background: linear-gradient(45deg, #f74d57 8%, #f74d57 100%);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

@-moz-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

@-o-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}
.whatsappbtn:hover i, 
.whatsappbtn:focus i, 
.enqbtn:hover i,
.enqbtn:focus i{
  color: #000;
}
@media (max-width: 767px) {
    .enqbtn i {
        font-size: 15px;
        line-height: 0px;
    }

    .whatsappbtn, .enqbtn {
        height: 35px;
        min-width: 35px;
        line-height: 40px;
    }

    .enqbtn {
        bottom: 105px;
    }

    .whatsappbtn:before, .enqbtn:before {
        width: 45px;
        height: 45px;
    }

    .whatsappbtn i {
        font-size: 20px;
        line-height: 0px;
    }
}
.feature h1.title{
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #17171d;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
}
.feature span.highlights{
    color: var(--thm-primary);
}