/* Importing Google font - Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Open Sans", open sans; */
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}

.footer {
  /* position: absolute; */
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  /* max-width: 1280px; */
  /* width: 95%; */
  background:#054A91;
  /* border-radius: 6px; */
  /*padding-left: 10%;*/
  /*padding-right: 10%;*/
}

.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 60px;

}
.footer .footer-row1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 15px;

  margin-left: 31px;
  margin-right: 31px;
  display: flex;
  flex-direction: row;
  border-style: dashed;
  border-style: dashed;
  border-width: 1px 0px 0px 0px;
  border-block-start-width: 1px;
  border-inline-end-width: 0px;
  border-block-end-width: 0px;
  border-inline-start-width: 0px;
  border-color: #ffffff45;
  /*border-color: var(--e-global-color-50b2a21);*/
  padding-block-start: 35px;
  padding-block-end: 32px;
  padding-inline-start: 32px;
  padding-inline-end: 49px;
}



.footer-row .footer-col h4 {
  color:#ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  font :20px prompt,sans-serif;
}
.footer-row1 .footer-col h4 {
  color:#ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  font:16px prompt,sans-serif;
}
.footer-row1 .footer-col .icons {
}

.footer-col .links {
  margin-top: 20px;
}

.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}
.fa-solid, .fas {
  font-weight: 900;
  /*padding-right: 10px;*/
}

.job-info .fa-solid{
  padding-right: 10px !important;
}


.footer-col .links li a {
  text-decoration: none;
  color: #ffffffD4;
  font: 15px Inter, sans-serif;
  padding: 0px 0px 0px 5px ;

}

.footer-col .links li a:hover {
  color:#5c81a7;
}

.footer-col p {
  margin: 20px 0;
  max-width: 300px;
  color:#ffffffD4;
    /*font-family: var(--e-global-typography-1eb2da8-font-family), Sans-serif;*/
    /*font-size: var(--e-global-typography-1eb2da8-font-size);*/
    /*font-weight: var(--e-global-typography-1eb2da8-font-weight);*/
    /*line-height: var(--e-global-typography-1eb2da8-line-height);*/
    /*letter-spacing: var(--e-global-typography-1eb2da8-letter-spacing);*/
    /*word-spacing: var(--e-global-typography-1eb2da8-word-spacing);*/
}

.footer-col form {
  display: flex;
  gap: 5px;
}

.footer-col input {
  height: 40px;
  border-radius: 6px;
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #7489C6 ;
  caret-color: #fff;
  color: #fff;
  padding-left: 10px;
}

.footer-col input::placeholder {
  color: #ccc;
}

 .footer-col form button {
  background: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}

.footer-col form button:hover {
  background: #cecccc;
}

.footer-col .icons {
  display: flex;
  gap: 30px;
  cursor: pointer;
}

.footer-col .icons i {
  color: #afb6c7;
}

.footer-col .icons i:hover  {
  color: #fff;
}

@media (max-width: 768px) {
  .footer {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
  }

  .footer .footer-row {
    padding: 20px;
    gap: 1rem;
  }
  .footer .footer-row1 {
    padding: 20px;
    gap: 1rem;
  }

  /* .footer-col form {
    display: block;
  }

  .footer-col form :where(input, button) {
    width: 100%;
  } */

  .footer-col {
    display: block;
    width: 100%;
  }
    /* .footer-col form button {
    margin: 10px 0 0 0;
  } */
}

/* Section block Design */

.job-block{
  /* width: max-content; */
  position: relative;
  margin-bottom: 30px;
}

.job-block .inner-box {
  position: relative;
  padding: 32px 20px 22px 30px;
  background: #ffffff;
  border: 1px solid #ecedf2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.job-block .content {
  position: relative;
  padding-left: 68px;
  min-height: 51px;
}
.job-block .company-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
 
}
.company-logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.job-block .content h4 {
  margin-bottom: 24px;
}

.job-block .job-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-right: 40px;
}
.job-info li{
  color:#696969;
  font:14px jost,sans-serif;
  margin: 0px 2px 5px 0px ;
  padding: 0px 0px 0px 15px;
  list-style-type: none;
}
.job-block .job-other-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bookmark-btn {
  position: absolute;
  right: 0;
  top: 5px;
  height: 34px;
  width: 34px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border:none;
}
.job-block .bookmark-btn:hover {
  background: #ecedf2;
}

.job-other-info li.time {
  background: rgba(25, 103, 210, .15);
  /*color: var(--primary-color);*/
  list-style-type: none;
}
.job-other-info li.privacy {
  background: rgba(52, 168, 83, .15);
  color: #34a853;
  list-style-type: none;
}
.job-other-info li.required {
  background: rgba(249, 171, 0, .15);
  color: orange;
  list-style-type: none;
}
.job-other-info li {
  position: relative;
  font-size: 13px;
  line-height: 15px;
  margin-right: 15px;
  padding: 5px 20px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.block-section{

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding:25px;
}

/* small box design */

.box{
  /*width: -webkit-fill-available;*/
  /*padding: 25px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category-block {
  margin-bottom: 30px;
  flex: 0 0 auto;
  width: 30%;
}
.category-block .inner-box:hover .icon {
  color: #fff !important;
  background: #00bb6e !important;
}

.category-block .inner-box:hover i {
  color: #ffffff !important;
}
.category-block .inner-box {
  position: relative;
  background: #ffffff;
  border: 1px solid #ecedf2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 19px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/*.category-block .content {*/
/*  position: relative;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  justify-content: center;*/
/*  padding-left: 90px;*/
/*  min-height: 70px;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-box-direction: normal;*/
/*  -ms-flex-direction: column;*/
/*  flex-direction: column;*/
/*}*/
/*.category-block .icon {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  height: 70px;*/
/*  width: 70px;*/
/*  background: #ecedf2;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  justify-content: center;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  color:rgb(96, 96, 221);*/
/*  font-size: 26px;*/
/*  border-radius: 10px;*/
/*  -webkit-transition: all .3s ease;*/
/*  -o-transition: all .3s ease;*/
/*  transition: all .3s ease;*/
/*}*/
.category-block .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 63px;
  min-height: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.category-block .content h4{
  font-size: 17px !important;
}


.category-block .icon {
  position: absolute;
  left: 0;
  /* top: 0; */
  height: 45px;
  width: 45px;
  background: #ecedf2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color:rgb(96, 96, 221);
  font-size: 20px;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.category-block:hover {
  transform: translateY(-11px);
  transition: 0.5s !important;
}
.category-block h4 a {
  color: #202124;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  font-size: 17px;
}
.category-block p {
  font-size: 14px;
  color: #696969;
  font-weight: 400;
  margin-top: 9px;
}
.category-block h4 :hover{
  color: #00bb6e;
}
/* .category-block .icon  :hover{
  background-color: blue;
} */


/*///carrers*/



.call-to-action {
  position: relative;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

.call-to-action .outer-box {
  position: relative;
  background-color: #1967d212;
  padding: 50px 60px 10px;
  border-radius: 10px;
  overflow: hidden;
}

.call-to-action .content-column {
  position: relative;
  margin-right: 50px;
}

.call-to-action .sec-title {
  position: relative;
  margin-bottom: 50px;
}
.sec-title h4{ 
    position: relative;
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    transition: all .5s ease;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    font-style: normal;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px !important;
  line-height: 1.2em;
  color: #202124;
  font-weight: 500;
  font-weight: 600 !important;
    line-height: 55px;
}

.sec-title .text {
  position: relative;
  margin-top: 15px;
  font-size: 15px;
  line-height: 26px;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #202124;
  font-weight: 500;
}

.call-to-action .sec-title .theme-btn {
  margin-top: 30px;
}

.btn-style-one {
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #156dbc;
  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
  font-weight: 400;
  padding: 18px 35px 15px;
}

.theme-btn {
  display: inline-flex;
  transition: all .5s ease;
  overflow: hidden;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.call-to-action .image-column {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 360px;
  background-repeat: no-repeat;
  background-position: -10px 20px;
  background-size: cover;
}

.call-to-action .image-column .image {
  margin-bottom: 0;
}

figure {
  margin: 0 0 1rem;
}

@media only screen and (max-width: 767px){
  .sec-title h2 {
    font-size: 25px;
    line-height: 1.2em;
    color: #202124;
    font-weight: 500;
  }
  .sec-title .text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 599px){
  .call-to-action .image-column {
    right: -40px;
    background-size: 300px;
    background-position: center left;
  }
}
@media only screen and (max-width: 1023px){
  .call-to-action .image-column {
    width: 150px;
  }
}
/*//*/
/* themesetup style */
a.customs-banner {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    width: 100%;
    display: block;
    color: #666;
    padding: 40px;
    display: flex;
    background-image: url(https://purethemes.net/workscout/theme-setup-service/pics/banner-clipart.svg), url(https://purethemes.net/workscout/theme-setup-service/pics/banner-clipart2.svg);
    background-size: 30%, 20%;
    background-position: 106% 58%, 2% 33%;
    background-repeat: no-repeat, no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 66px 0;
    transition: 0.3s;
    border-radius: 5px;
}
a.customs-banner h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px 0;
  background-color: #26ae61;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  transition: 0.35s;
}
a.customs-banner p {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  margin: 0;
}

a.customs-banner:hover h3 {

  background-color: #222;
}

@media (max-width: 767px) {
  a.customs-banner {
    background-image: inherit;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    width: 100%;
    color: #666;
    background-size: 30%, 20%;
    background-position: 105% 50%, 3% 55%;
    background-repeat: no-repeat, no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 0;
    transition: 0.3s;
    border-radius: 5px;
  }
}


/*//footer*/

.elementor-element-footer.elementor-element-3c553167:not(.elementor-motion-effects-element-type-background){
  background-color: #041522;
  background-image: url(assets/footer3.jpeg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-element-footer.elementor-element-3c553167 {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5rem 0;
}
.elementor-section.elementor-section-stretched {
  position: relative;
}
.elementor-element-footer.elementor-element-3c553167>.elementor-background-overlay {
  background-color: #156dbc;
  opacity: .6;
  transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-element-footer.elementor-background-overlay, .elementor .elementor-background-slideshow {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.elementor-element-footer.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px;
}
.elementor-element-footer.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 768px) {
  .elementor-element-footer.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 33.333%;
  }
}
.elementor-element-footer.elementor-element-6b179cf2.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: flex-start;
  align-items: flex-start;
}
.elementor-element-footer.elementor-element-6b179cf2>.elementor-element-populated {
  padding: 20px;
}
.elementor-element-footer .elementor-widget-wrap {
  position: relative;
  width: 100%;
}
.elementor-element-footer.elementor-element-c19ed85 {
  text-align: left;
}

.elementor-kit-40572 a {
  color: #e51908;
}

.elementor-widget-image img {
  vertical-align: middle;
  display: inline-block;
}

.elementor-element-footer img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
  padding: 20px;
}


.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}

.elementor-element.elementor-element-735e2097 {
  --icon-box-icon-margin: 10px !important;
}

.elementor-element.elementor-element-735e2097>.elementor-widget-container {
  margin: 0;
}

.elementor-element .elementor-widget-container {
  /*transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);*/
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
  margin-right: var(--icon-box-icon-margin, 15px) !important;
  margin-left: 0 !important;
  margin-bottom: unset !important;
}
.elementor-view-default .elementor-icon{
  fill: #e20e0e;
  color: #e20e0e;
  border-color: var(--e-global-color-secondary);
}
.elementor-icon {
  font-size: 20px ;
}
.elementor-widget:not(:last-child) {
  margin-block-end: 20px !important;
}

.elementor-icon i, .elementor-icon svg {
  width: 1em !important;
  height: 1em !important;
  position: relative;
  display: block;
}

.elementor-element.elementor-element-735e2097 .elementor-icon-box-title {
  color: #fff;
}

.elementor-widget-icon-box .elementor-icon-box-title a {
  color: inherit;
}

.elementor-icon-box-wrapper{
  font-size: 16px;
  font-weight: 900;
  color: white;
}

.elementor-grid-0 .elementor-grid {
  display: inline-block;
  width: 100%;
  word-spacing: 8px;
  margin-bottom: calc(-1* 0px);
}
.elementor-element.elementor-element-57e22c3 .elementor-heading-title {
  color: white;
  font-size: 1.5rem;
}

.elementor-button-wrapper .elementor-button {
  font-family: "Open Sans", open sans;
  font-size: .96rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: .8px;
  color: white;
  background-color: var(--e-global-color-primary);
  border-radius: 30px 30px 30px 30px !important;
}

.elementor-element.elementor-element-56366676:not(.elementor-motion-effects-element-type-background) {
  background-color: #1aab7d !important;
}
footer a {
  color: white !important;
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
    width: 100%;
  }
}

.elementor-element.elementor-element-77fd7a1c.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: flex-start;
  align-items: flex-start;
}

.content-align-center .elementor-hmg-footer-site-credits {
  justify-content: center;
  text-align: center;
}
.elementor-hmg-footer-site-credits {
  display: flex;
}

.elementor-element.elementor-element-f4f526f .elementor-hmg-footer-site-credits .sub-footer {
  color: #fff;
}
.elementor-element.elementor-element-f4f526f .elementor-hmg-footer-site-credits .divider {
  color: white;
}
.elementor-element.elementor-element-f4f526f .divider {
  padding: 0 10px;
}

.elementor-element.elementor-element-56366676 {
  padding: 1rem 0 2rem;
  font-size: 18px;
  font-weight: 600;
}


/*//about us */
.elementor-40710 .elementor-element.elementor-element-78293f30:not(.elementor-motion-effects-element-type-background), .elementor-40710 .elementor-element.elementor-element-78293f30>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: white;
  background-image: url(assets/services/the-right-job.jpg);
  background-position: center center;
  background-size: cover;
}

.elementor-40710 .elementor-element.elementor-element-78293f30 {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 5rem 0;
}
.elementor-40710 .elementor-element.elementor-element-131d8fe0>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 3rem;
}
.elementor-40710 .elementor-element.elementor-element-131d8fe0>.elementor-background-slideshow, .elementor-40710 .elementor-element.elementor-element-131d8fe0>.elementor-element-populated, .elementor-40710 .elementor-element.elementor-element-131d8fe0>.elementor-element-populated>.elementor-background-overlay {
  border-radius: 20px 20px 20px 20px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget:not(:last-child) {
  margin-block-end: 20px;
}
.elementor-40710 h3 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: 0;
}
.elementor-40710 input:not([type=button]):not([type=submit]), .elementor-kit-40572 textarea {
  background-color: #fff;
  border-radius: 0 0 0 0;
}
.elementor-40710 .elementor-element.elementor-element-78293f30>.elementor-background-overlay {
  opacity: .5;
  transition: background .3s, border-radius .3s, opacity .3s;
}
.elementor-40710 .elementor-element.elementor-element-605f88b8 {
  color: white;
}
.elementor-40710 .elementor-element.elementor-element-131d8fe0:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
.elementor-40710 .elementor-element.elementor-element-131d8fe0>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #156dbce0;
}

.elementor-40710 .elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px !important;
}

.elementor-40710 .form-group {
  margin-bottom: 8px !important;
}
.wpt-jobboard-search-form button {
  /*background: #a92022 !important;*/
  color: #fff !important;
}
.elementor-40710 button{
  font-family: "Open Sans", open sans;
  font-size: .96rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: .8px;
  color: white;
  background-color: var(--e-global-color-primary);
  border-radius: 30px 30px 30px 30px;
  border-color: transparent !important;
}

.elementor-40710 .elementor-element.elementor-element-40b7acb5>.elementor-element-populated {
  padding: 3rem;
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 50%;
  }
}
/* careers page */
@media (min-width: 992px){
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
}
div.filters-outer {
  position: relative;
  background: #f5f7fc;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px 30px 10px;
}
.filter-block {
  position: relative;
  margin-bottom: 30px;
}
.filter-block h4 {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #202124;
  margin-bottom: 16px;
}
.filter-block .form-group {
  position: relative;
  margin-bottom: 0;
}
.filter-block input{
    width: 100%;
    height: 60px;
    padding: 14px 20px 14px 54px;
    line-height: 30px;
    font-size: 15px;
    color: #1d1c1c;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ecedf2;
    border-radius: 8px;
    transition: all .3s ease;
    margin: 0;
    font-family: inherit;
}
.filter-block p {
  position: relative;
  font-size: 14px;
  line-height: 19px;
  color: #696969;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 400;
  margin: 0;
}
.filter-block select{
    width: 100%;
    height: 60px;
    padding: 14px 20px 14px 54px;
    line-height: 30px;
    font-size: 15px;
    color: #696969;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ecedf2;
    border-radius: 8px;
    transition: all .3s ease;
}
.form-select {
  /*--bs-form-select-bg-img: url('assets/arrow.svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);*/
  display: block;
  width: 100%;
  /*background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);*/
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.switchbox-outer {
  position: relative;
  margin-bottom: 30px;
}
.switchbox {
  position: relative;
}
.switchbox-outer h4 {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #202124;
  margin-bottom: 16px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.switchbox li {
  position: relative;
  margin-bottom: 20px;
}
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.switch {
  position: relative;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
input:checked+.slider1 {
  background-color: #1967D2;
  border: 2px solid #1967D2;
}
input:checked+.slider1:before {
  background: #ffffff;
  transform: translate(19px);
}
.slider1.round:before {
  border-radius: 50%;
}
.slider1:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 3px;
    background-color: #d2d3d8;
    transition: .4s;
}
.slider1.round {
  border-radius: 34px;
}
.slider1 {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ecedf2;
  transition: .4s;
}
.slider1.round:before {
  border-radius: 50%;
}
.switchbox .title {
  position: relative;
  margin-left: 10px;
  font-size: 15px;
  color: #5c6770;
  line-height: 20px;
}

.checkbox-outer h4 {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #202124;
  margin-bottom: 16px;
}
.ui-checkbox li:first-child label {
  padding-top: 0;
}
.ui-checkbox label {
  display: inline-flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
}
.call-to-action-four {
  position: relative;
  background-color: #1967d212;
  padding: 30px 140px 30px 30px;
  border-radius: 10px;
  overflow: hidden;
}
.call-to-action-four h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #202124;
  margin-bottom: 17px;
}
.call-to-action-four p {
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  margin-bottom: 25px;
  font-weight: 400;
  margin: 0;
}
.call-to-action-four .image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 140px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
.filter-block .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  font-size: 16px;
  line-height: 30px;
}
.ls-outer {
  position: relative;
}
.ls-switcher {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.show-1023 {
  display: none;
}
.toggle-filters {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 30px;
  border-radius: 8px;
  color: #1967d2;
  background: rgba(25, 103, 210, .07);
  white-space: nowrap;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.toggle-filters .icon {
  display: inline-block;
  height: 10px;
  width: 14px;
  background-image: url('assets/arrow-1.webp');
}
.toggle-filters span {
  margin-right: 10px;
}
.text {
  font-size: 15px;
  color: #696969;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
strong {
  font-weight: bolder;
}
.ls-switcher .sort-by {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.ls-switcher .sort-by .chosen-single {
  position: relative;
  height: 45px;
  padding: 10px 20px;
  font-size: 14px;
  color: #696969;
  line-height: 25px;
  background-color: #f0f5f7;
  min-width: 146px;
  margin-left: 10px;
  margin-bottom: 15px;
}
.ls-show-more {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 50px;
}
.ls-show-more p {
  position: relative;
  font-size: 14px;
  line-height: 19px;
  color: #202124;
  margin-bottom: 10px;
}
.ls-show-more .bar {
  position: relative;
  max-width: 300px;
  width: 300px;
  height: 6px;
  background: #d4e1f6;
  border-radius: 10px;
  margin-bottom: 17px;
}
.ls-show-more .bar .bar-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 20px;
}
.ls-show-more .show-more {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 5px;
}
.ls-show-more .bar .bar-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 20px;
  background-color: #1967d2;
}
.ls-show-more .show-more {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color:  #1967d2;
  padding-bottom: 5px;
}

/* careersdetails Page */

.job-detail-section {
  position: relative;
}
.job-detail-section .upper-box {
  position: relative;
  /*background-image: url(/images/icons/bg-4.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 70px;
}
.job-detail-section .job-block-outer {
  position: relative;
  margin-bottom: 30px;
}
.auto-container {
  position: static;
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.job-block-seven {
  position: relative;
}
.job-block-seven .inner-box {
  position: relative;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
}
.content {
  position: relative;
  padding-left: 120px;
  min-height: 51px;
}
.job-block-seven .company-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  transition: all .3s ease;
}
.job-block-seven .company-logo img {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.job-block-seven h4 {
  position: relative;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3em;
  color: #202124;
  top: -3px;
  margin-bottom: 10px;
}
.job-block-seven .job-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.job-block-seven .job-info li {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #696969;
  font-weight: 400;
  padding-left: 25px;
  margin-right: 20px;
  margin-bottom: 3px;
}
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.job-block-seven .job-info li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 22px;
  color: #696969;
}
.job-block-seven .job-other-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.job-other-info li.time {
  background: rgba(25, 103, 210, .15);
  color: #1967d2;
}
.job-other-info li {
  position: relative;
  font-size: 13px;
  line-height: 15px;
  margin-right: 15px;
  padding: 5px 20px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.job-other-info li.privacy {
  background: rgba(52, 168, 83, .15);
  color: #34a853;
}
.job-other-info li.required {
  background: rgba(249, 171, 0, .15);
  color:#f9ab00;
}
.job-block-seven .btn-box {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.job-block-seven .btn-box .theme-btn {
  min-width: 220px;
}
.btn-style-one {
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #1967d2;
  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
  font-weight: 400;
  padding: 18px 35px 15px;
}
.job-block-seven .bookmark-btn {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #1967d2;
  border-radius: 7px;
  background: rgba(25, 103, 210, .07);
  margin-left: 20px;
}
.job-detail {
  position: relative;
  padding-right: 30px;
}
.job-detail h4 {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #202124;
  margin-bottom: 20px;
  margin-top:12px;
}
.job-detail p {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  color: #696969;
  margin-bottom: 26px;
}
.list-style-three {
  position: relative;
  margin-bottom: 50px;
}
.list-style-three li {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  color: #696969;
  padding-left: 20px;
  margin-bottom: 25px;
}
.job-detail-section .other-options {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}
.list-style-three li:before {
  position: absolute;
  left: 0;
  top: 12px;
  height: 4px;
  width: 4px;
  background: #202124;
  content: "";
}
.sidebar {
  position: relative;
}
.sidebar-widget {
  position: relative;
  padding: 30px;
  background: #f5f7fc;
  border-radius: 8px;
  margin-bottom: 40px;
  margin-top: 30px;
}
.sidebar-widget .widget-title {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #202124;
  margin-bottom: 30px;
}
.job-overview {
  position: relative;
}
.job-overview li {
  position: relative;
  padding-left: 50px;
}
.job-overview li:not(:last-child) {
  margin-bottom: 30px;
}
.job-overview .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  color:#156dbc
}
.job-overview h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #202124;
}
.job-overview span {
  font-size: 15px;
  line-height: 20px;
}
.job-overview h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #202124;
}
.job-overview span {
  font-size: 15px;
  line-height: 20px;
}
.job-skills {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
}
.job-skills li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.job-skills li a {
  padding: 5px 20px;
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #696969;
  border-radius: 4px;
  background: #ffffff;
}
.widget-content{
  margin-bottom: 35px;
}
.job-detail-section .other-options {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}
.job-detail-section .social-share {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.social-share h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #202124;
  margin-right: 20px;
}
.social-share a {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border-radius: 8px;
  transition: all .3s ease;
  margin: 5px 10px 5px 0;
}
.social-share a:visited {
  text-decoration: none;
  outline: none;
}
.social-share a.facebook {
  background: #3b5998;
}
.social-share a.twitter {
  background: #55acee;
}
.social-share a.linkedin {
  background: #007bb5;
}

/* Contactus */
.elementor-row {
  width: 100%;
  display: flex;
}

.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
  padding: 0;
}

.elementor-column-wrap {
  position: relative;
  width: 100%;
  display: flex;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.elementor-widget {
  position: relative;
}
.info-section.alternate-2 {
  position: relative;
}
.info-section .inner-container {
  position: relative;
  width: 100%;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.sec-title {
  position: relative;
  margin-bottom: 20px;
}
.text-center {
  text-align: center !important;
}
.sec-title p {
  position: relative;
  font-size: 13px !important;
  line-height: 24px !important;
  font-family: Muli, sans-serif !important;
  font-weight: 600 !important;
  color: #666 !important;
  text-transform: uppercase !important;
  margin-bottom: 18px !important;
}
.sec-title .decor {
  position: relative;
  width: 57px;
  height: 9px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.info-section.alternate-2 .inner-container .info-inner {
  position: relative;
  top: 0;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.info-section .inner-container .info-inner {
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 15px;
  overflow: hidden;
}
.info-section.alternate-2 .inner-container .info-inner .info-column {
  background: #fff;
  overflow: hidden;
  transition: all .5s ease;
}
.info-section .inner-container .info-inner .info-column {
  position: relative;
  padding: 0 0;
}
.info-section .inner-container .info-inner .info-column:first-child .info-box {
  padding-left: 60px;
}
.info-section .inner-container .info-inner .info-box {
  position: relative;
  padding: 35px 30px 30px 40px;
}
.info-section.alternate-2 .inner-container .info-inner .info-box .hidden-icon {
  color: #f3f3f3;
}
.info-section .inner-container .info-inner .info-box .hidden-icon {
  position: absolute;
  right: -10px;
  bottom: -10px;
  font-size: 120px;
  line-height: 120px;
  transform: rotate(-45deg);
    opacity: 0;
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
    transition-duration: .6s;
}
.info-section .inner-container .info-inner .info-box .box {
  position: relative;
  padding-left: 73px;
  margin-bottom: 18px;
}
.info-section.alternate-2 .inner-container .info-inner .info-box .box h4 {
  color: #1d165c;
}
.info-section .inner-container .info-inner .info-box .box h4 {
  font-weight: 500;
}
.info-section.alternate-2 .inner-container .info-inner .info-box .box span {
  color: #666;
}
.info-section .inner-container .info-inner .info-box .box span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.info-section.alternate-2 .inner-container .info-inner .info-box .text p {
  color: #1d165c;
}
.info-section.alternate-2 .inner-container .info-inner .info-box .box .icon-box {
  background-color: #CA4246 !important;
  background-image: linear-gradient(0deg, #00bb6e, #0156d5 100%) !important;
  background-size: 100% !important;
  background-repeat: repeat !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.info-section .inner-container .info-inner .info-column:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, .05);
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all .5s ease;
}
.flaticon-pin:before {
  content: "\f12c";
}
[class*=" flaticon-"]:before{
  font-family: Flaticon;
    font-style: normal;
}
.info-section .inner-container .info-inner .info-box .box .icon-box {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 45px;
  line-height: 45px;
  color: #00000000 !important;
}
.info-section{
  max-width: 95%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: -206px;
    height: 419px 
}

/* Contactus-2 section */

.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.elementor-element .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0;
}
.elementor-widget-wrap>.elementor-element {
  width: 100%;
}
.elementor-widget {
  position: relative;
}
.contact-section.alternate-2 {
  position: relative;
  padding-bottom: 130px;
  margin-top: 80px;
}
#content_block_09 .content-box {
  position: relative;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
#content_block_09 .content-box #contact-form {
  position: relative;
  display: block;
  background: #fff;
  padding: 56px 40px 60px 40px;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(2,13,49,.2);
}
#content_block_09 .content-box #contact-form:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  z-index: -1;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(2,13,49,.2);
}
#content_block_09 .content-box #contact-form .form-group {
  position: relative;
  margin-bottom: 26px;
}
#content_block_09 .content-box #contact-form .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  color: #1d165c;
  font-weight: 600;
  margin-bottom: 13px;
}
#content_block_09 .content-box #contact-form .form-group label i {
  font-size: 14px;
  color: #7f7f7f;
  margin-right: 10px;
}
.wpcf7-form-control-wrap {
  position: relative;
}
#content_block_09 .content-box #contact-form .form-group input[type=text]{
  position: relative;
  width: 100%;
  height: 55px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 16px;
  font-style: italic;
  transition: all .5s ease;
}
#content_block_09 .content-box #contact-form .form-group input[type=email]{
  position: relative;
    width: 100%;
    height: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 16px;
    font-style: italic;
    transition: all .5s ease;
}
#content_block_09 .content-box #contact-form .form-group textarea {
  display: block;
  height: 120px;
  resize: none;
  margin-bottom: 4px;
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 16px;
  font-style: italic;
  transition: all .5s ease;
}
#content_block_09 .content-box #contact-form .form-group:last-child {
  margin-bottom: 0;
}
#content_block_09 .content-box #contact-form .form-group button {
  display: block;
  width: 100%;
}
#content_block_09 .form-group .theme-btn.style-one {
  padding: 12px 30px;
}
.theme-btn.style-one {
  background: -webkit-linear-gradient(-45deg, #00bb6e, #0156d5 100%) !important;
}
.wpcf7 form.init .wpcf7-response-output {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.contact-section .image-box {
  position: relative;
  display: block;
  margin: -40px -330px 0 60px;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
  margin: 0;
}
figure {
  max-width: 100%;
  display: block;
}
.contact-section .image-box img {
  width: 100%;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.google-map-section {
  position: relative;
}
.google-map-section .map-column .google-map-area {
  height: 500px;
  position: relative;
  display: block;
}
.elementor iframe{
    max-width: 100%;
    margin: 0;
    line-height: 1;
}
iframe {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
    height: 100% !important;
}
.bookmark-btn:focus{
  outline: 5px auto #9dbee2;
}

/* home page */

.process-style-two {
  position: relative;
  padding: 125px 0px 130px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.process-style-two .sec-title {
  margin-bottom: 60px;
}
.process-style-two .inner-content {
  position: relative;
}
.process-style-two .inner-content .line {
  position: absolute;
  left: 0px;
  top: 157px;
  width: 100%;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.work-block-two .inner-box {
  position: relative;
  display: block;
  text-align: center;
}
.work-block:last-child .work-block-two .inner-box .arrow-box {
  display: none;
}
.work-block-two .inner-box .arrow-box {
  position: absolute;
  top: 32px;
  right: -104px;
  width: 194px;
  height: 56px;
  background-repeat: no-repeat;
}
.work-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 52px;
}
.work-block-two .inner-box .icon-box {
  background: -webkit-linear-gradient(-45deg, #00bb6e, #0156d5 100%);
}
.work-block-two .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 76px;
  height: 76px;
  left: 2px;
  top: 2px;
  opacity: 0;
  transition: all 500ms ease;
  border-radius: 50%;
}
.work-block-two .inner-box .icon-box .border-line {
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
  bottom: -58px;
  width: 4px;
  height: 32px;
  background-repeat: no-repeat;
}
.work-block-two .inner-box .icon-box i {
  position: relative;
  color: transparent !important;
  background: -webkit-linear-gradient(0deg, #fff, #fff 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: all 500ms ease;
}
.flaticon-brain:before {
  content: "\f107";
}
[class*=" flaticon-"]:before{
  font-family: Flaticon;
    font-style: normal;
}
.work-block-two .inner-box .icon-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 2px dotted #f6f6f6;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0;
  transition: all 500ms ease;
}
.work-block-two .inner-box .count-box {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 65px;
}
.work-block-two .inner-box .count-box:before {
  position: absolute;
  content: '';
  border: 9px solid #fff;
  width: 58px;
  height: 58px;
  left: 1px;
  top: 1px;
  border-radius: 50%;
}
.work-block-two .inner-box .count-box span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-family: 'Muli', Sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
}
/* .work-block-two .inner-box .content-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 47px 30px 43px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
} */
.work-block-two .inner-box .content-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 70px;
  height: 70px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -10px;
}
.work-block-two .inner-box .content-box h4 {
  margin-bottom: 12px;
}
.work-block-two .inner-box .arrow-box {
  position: absolute;
  top: 32px;
  right: -104px;
  width: 194px;
  height: 56px;
  background-repeat: no-repeat;
}
.work-block-two .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 76px;
  height: 76px;
  left: 2px;
  top: 2px;
  opacity: 0;
  transition: all 500ms ease;
  border-radius: 50%;
}
.flaticon-big-data:before {
  content: "\f114";
}
.work-block-two .inner-box .count-box {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 65px;
}
.work-block-two .inner-box .count-box {
  background: -webkit-linear-gradient(-45deg, #00bb6e, #0156d5 100%);
}
.work-block-two .inner-box .count-box:before {
  position: absolute;
  content: '';
  border: 9px solid #fff;
  width: 58px;
  height: 58px;
  left: 1px;
  top: 1px;
  border-radius: 50%;
}
.work-block-two .inner-box .count-box span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-family: 'Muli', Sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
}
.work-block-two .inner-box .count-box span {
  background: -webkit-linear-gradient(-45deg, #00bb6e, #0156d5 100%);
}
.work-block-two .inner-box .content-box {
  height:280px;
  position: relative;
  display: block;
  background: #fff;
  padding: 47px 30px 43px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.work-block-two .inner-box .content-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 70px;
  height: 70px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -10px;
}
.work-block-two .inner-box .content-box h4 {
  margin-bottom: 12px;
}
.bg-image1{
  background-image: url('assets/process-bg-1.webp');
  background-position: bottom;
}
.bg-image2{
  background-image: url('http://20.231.216.128/vdrive-static/wp-content/images/chooseus/icon-bg-4.webp');
}
.bg-image4{
  background-image: url('http://20.231.216.128/vdrive-static/wp-content/themes/assets/images/shape/shape-46.png?lossy=1&strip=1&webp=1');
}
.bg-image3{
  background-image: url(http://20.231.216.128/vdrive-static/wp-content/images/news/shape-17.webp);
  background-repeat: no-repeat;
  background-position: right;
}
.elementor a {
  box-shadow: none;
  text-decoration: none;
}
h4 a {
  color: #1d165c;
}

/* h1bsponser.html */

@media (min-width: 768px){
.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
    width: 100%;
}
}
.service-details {
  position: relative;
  padding: 130px 0 0;
}
.service-details-content .inner-box .two-column {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mt-3{
  margin-top: 1rem !important;
}
.mt-five{
  margin-top: 1.8rem !important;
}
.service-details-content .inner-box .technology-box {
  position: relative;
  margin-bottom: 66px;
}
.service-details-content .inner-box .technology-box .content-box p {
  line-height: 28px;
  margin-bottom: 24px;
  padding-right: 20px;
  margin-top: 17px !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.content-box h5 {
    color: #1d165c;
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    margin: 0;
    font-style: normal;
    transition: all .5s ease;
    line-height: 1.2;
    font-size: 1.25rem;
    margin-top: 30px !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.content-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-details-content .inner-box .technology-box .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding-left: 23px;
  margin-bottom: 12px;
}
.service-details-content .inner-box .technology-box .content-box .list-item li span {
  position: absolute !important;
  left: 0 !important;
  top: 12px !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: #fb5155 !important;
}
.service-details-content .inner-box .technology-box .content-box .list-item li span:before {
  position: absolute !important;
  content: '';
  width: 9px !important;
  height: 9px !important;
  left: -2px !important;
  top: -2px !important;
  border-radius: 50% !important;
  background: #fb5155;
}
.service-details-content .inner-box .technology-box .content-box .list-item li span:after {
  position: absolute;
  content: '';
  width: 13px !important;
  height: 13px !important;
  left: -4px !important;
  top: -4px !important;
  border-radius: 50% !important;
  /* background: #fb5155; */
}

.title-box h4 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    transition: all .5s ease;
    color:#1d165c;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    font-style: normal;
}
.title-box p {
  position: relative;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  font-family: Muli, sans-serif;
  color: #666;
  margin: 0;
  transition: all .5s ease;
}

/* employee benefits */

.content-box h4 {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  transition: all .5s ease;
  color:#1d165c;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0;
  font-style: normal;
  margin-bottom: 20px;
}
.ml-4{
  margin-left: 1.5rem !important;
}
.service-details-content .inner-box .technology-box .content-box p {
  line-height: 28px !important;
  margin-bottom: 24px !important;
  padding-right: 20px !important;
 }
 .content-box  p {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: Muli, sans-serif;
  color: #666;
  margin: 0;
  transition: all .5s ease;
}

.process-style-two:before {
  position: absolute;
  content: '';
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
}
.text p{
    position: relative;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    font-family: Muli, sans-serif;
    color: #666;
    margin: 0;
    transition: all .5s ease;
}
.list-item li{
  margin-left: 18px;
}

.ls-section {
  position: relative;
  padding: 50px 0 100px;
}
@media only screen and (max-width: 767px){
  .ls-section{
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1023px){
  .ls-section .content-column {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 599px){
  .ls-switcher {
    flex-direction: column;
  }
}
.toggle-filters {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 30px;
  border-radius: 8px;
  /*color: var(--primary-color);*/
  background: rgba(25, 103, 210, .07);
  white-space: nowrap;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
@media (max-width: 575px){
  .show-1023 {
    margin-left: 0;
  }
}
@media (max-width: 1023px){
  .show-1023 {
    display: block;
    order: 2;
    margin-left: 20px;
    margin-bottom: 15px;
  }
}

.toggle-filters:hover {
  background: rgba(25, 103, 210, .17);
}
.ls-section .toggle-filters .icon {
  display: inline-block;
  height: 10px;
  width: 14px;
  background-image: url('assets/filter.svg');
}
.toggle-filters span {
  margin-right: 10px;
}
[class*=" icon-"] {
  /*font-family: icomoon !important;*/
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 575px){
  .ls-switcher .text {
    margin-bottom: 10px;
  }
}
.text {
  font-size: 15px;
  color: #696969;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
strong {
  font-weight: bolder;
}
@media (max-width: 599px){
  .ls-switcher .sort-by .chosen-single {
    margin-left: 0 !important;
  }
}
@media (max-width: 599px){
  .ls-switcher .sort-by .chosen-single {
    min-width: 150px;
  }
}
@media (max-width: 599px){
  .ls-switcher .sort-by {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (max-width: 599px){
  .auto-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px){
  .job-detail-section .content-column {
    order: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px){
  .job-block-seven .inner-box {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1023px){
  .job-block-seven .inner-box {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 599px){
  .job-block-seven .content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 599px){
  .job-block-seven .company-logo {
    position: relative;
    display: block;
    width: auto;
    margin-bottom: 20px;
 }
}
@media only screen and (max-width: 599px){
  .job-block-seven .company-logo img {
    width: auto;
  }
}
@media only screen and (max-width: 599px){
  .job-block-seven .job-info li .icon {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1266px){
  .job-detail {
    padding-right: 0;
  }
} 
@media only screen and (max-width: 599px){
  .job-detail-section .social-share {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 599px){
  .social-share h5 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 599px){
  .job-detail-section .social-share a {
    margin-bottom: 10px;
  }
}


/* Aboutus.html */

.elementor-40823 .elementor-element.elementor-element-c25172c {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 5rem 0;
}
.elementor-motion-effects-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);*/
}
.elementor-40823 .elementor-element.elementor-element-c25172c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}
.elementor-40823 .elementor-element.elementor-element-c25172c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url('assets/aboutus/office-top-view.jpg');
}
.elementor-motion-effects-layer {
  position: absolute;
  top: 0;
  left: 0;
}
.elementor-40823 .elementor-element.elementor-element-c25172c>.elementor-background-overlay {
  background-color: #156dbc;
  opacity: .75;
  transition: background .3s, border-radius .3s, opacity .3s;
}
.elementor-40823 .elementor-element.elementor-element-c25172c>.elementor-container {
  min-height: 50vh;
}
.elementor-section.elementor-section-items-middle>.elementor-container {
  align-items: center;
}
.elementor-40823 .elementor-element.elementor-element-7534258>.elementor-element-populated {
  padding: 3rem 10rem 3rem 2rem;
}
#maincontent {
  outline: 0;
}
.elementor-40823 .elementor-element.elementor-element-7139642 {
  padding: 5rem 0;
}
.elementor-40823 .elementor-element.elementor-element-7139642>.elementor-background-overlay {
  opacity: .9;
}
.elementor-40823 .elementor-element.elementor-element-e5d3a84.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-40823 .elementor-element.elementor-element-e5d3a84.elementor-column>.elementor-widget-wrap {
  justify-content: center;
}
.elementor-40823 .elementor-element.elementor-element-af13a27 img {
  border-style: solid;
  border-width: 4px;
  border-color: #f2f2f2;
  border-radius: 20px 20px 20px 20px;
}
.elementor-40823 .elementor-element.elementor-element-aa2b15c.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-40823 .elementor-element.elementor-element-aa2b15c>.elementor-element-populated {
  padding: 3rem;
}
.elementor-40823 .elementor-element.elementor-element-1b67d79 {
  text-align: left;
}
.elementor-40823 .elementor-element.elementor-element-57bca37:not(.elementor-motion-effects-element-type-background){
  /*!*background-color: #166cbd;*!  blue*/
  background-color:#156dbc;
}
.elementor-40823 .elementor-element.elementor-element-57bca37 {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 5rem 0;
}
@media (min-width: 1025px){
  .elementor-40823 .elementor-element.elementor-element-57bca37>.elementor-background-overlay {
    background-attachment: fixed;
  }
}
.elementor-40823 .elementor-element.elementor-element-57bca37>.elementor-background-overlay {
  background-color: #156dbc;
  background-image: url('assets/aboutus/the-right-job2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  transition: background .3s, border-radius .3s, opacity .3s;
}
.elementor-40823 .elementor-element.elementor-element-dc6cb5e.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-40823 .elementor-element.elementor-element-dc6cb5e>.elementor-element-populated {
  padding: 3rem;
}
.elementor-40823 .elementor-element.elementor-element-650ccfd .elementor-heading-title {
  color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-1d542b4 {
  color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-193a2c6 .elementor-button {
  fill:#ffffff;
  color:#ffffff;
  background-color: #a92022;
}
.elementor-40823 .elementor-element.elementor-element-3e94fc5 {
  padding: 5rem 0;
}
.elementor-40823 .elementor-element.elementor-element-3e94fc5>.elementor-background-overlay {
  opacity: .9;
}
.elementor-40823 .elementor-element.elementor-element-39cab67.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-40823 .elementor-element.elementor-element-39cab67>.elementor-element-populated {
  padding: 3rem;
}
.elementor-40823 .elementor-element.elementor-element-5df0c72 {
  text-align: left;
}
.elementor-40823 .elementor-element.elementor-element-1eaeb85 {
  width: auto;
}
.elementor-40823 .elementor-element.elementor-element-1eaeb85>.elementor-widget-container {
  margin: 4px;
}
.elementor-40823 .elementor-element.elementor-element-1eaeb85 .elementor-button {
  fill: #ffffff;
  color: #ffffff;
    background-color: #166cbd;
}
.elementor-40823 .elementor-element.elementor-element-f1f1ceb.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-40823 .elementor-element.elementor-element-f1f1ceb.elementor-column>.elementor-widget-wrap {
  justify-content: center;
}
.elementor-40823 .elementor-element.elementor-element-f4e84a7 img {
  border-style: solid;
  border-width: 4px;
  border-color: #f2f2f2;
  border-radius: 20px 20px 20px 20px;
}
.elementor-40823 .elementor-element.elementor-element-9cd86a9:not(.elementor-motion-effects-element-type-background){
  background-color: #038da1;
}
.elementor-40823 .elementor-element.elementor-element-9cd86a9 {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 5rem 0;
}
@media (min-width: 1025px){
  .elementor-40823 .elementor-element.elementor-element-9cd86a9>.elementor-background-overlay {
    background-attachment: fixed;
  }
}
.elementor-40823 .elementor-element.elementor-element-9cd86a9>.elementor-background-overlay {
  background-color: #156dbc;
  background-image: url('assets/aboutus/our-mission.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  transition: background .3s, border-radius .3s, opacity .3s;
}
.elementor-40823 .elementor-element.elementor-element-db5554b.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-40823 .elementor-element.elementor-element-db5554b>.elementor-element-populated {
  padding: 3rem;
}
.elementor-40823 .elementor-element.elementor-element-f8bded7 .elementor-heading-title {
  color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-0d538a5 {
  color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-9f5e5d3 {
  padding: 5rem 0;
}
.elementor-40823 .elementor-element.elementor-element-9f5e5d3>.elementor-background-overlay {
  opacity: .9;
}
.elementor-40823 .elementor-element.elementor-element-9efa4fd.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-40823 .elementor-element.elementor-element-9efa4fd.elementor-column>.elementor-widget-wrap{
  justify-content: center;
}
.elementor-40823 .elementor-element.elementor-element-d91889b img {
  border-style: solid;
  border-width: 4px;
  border-color: #f2f2f2;
  border-radius: 20px 20px 20px 20px;
}
.elementor-40823 .elementor-element.elementor-element-baa587f.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-40823 .elementor-element.elementor-element-baa587f>.elementor-element-populated {
  padding: 3rem;
}
.elementor-40823 .elementor-element.elementor-element-41b4984 {
  text-align: left;
}
.elementor-40823 .elementor-element.elementor-element-872533c:not(.elementor-motion-effects-element-type-background){
  background-color: #f7f7f7;
}
.elementor-40823 .elementor-element.elementor-element-872533c {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 5rem 0;
}
.elementor-40823 .elementor-element.elementor-element-872533c>.elementor-background-overlay {
  opacity: .9;
  transition: background .3s, border-radius .3s, opacity .3s;
}
.elementor-40823 .elementor-element.elementor-element-4ad7cd5.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-40823 .elementor-element.elementor-element-4ad7cd5>.elementor-element-populated {
  padding: 3rem;
}
.elementor-40823 .elementor-element.elementor-element-98d9a2a {
  text-align: left;
}
.elementor-40823 .elementor-element.elementor-element-98d9a2a .elementor-heading-title {
  color: #156dbc;
}
.elementor-40823 .elementor-element.elementor-element-e7aa77a:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
  background-color: #156dbc;
}
.elementor-40823 .elementor-element.elementor-element-e7aa77a>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
}
.elementor-40823 .elementor-element.elementor-element-e7aa77a>.elementor-element-populated{
  border-radius: 20px 20px 20px 20px;
}
.elementor-40823 .elementor-element.elementor-element-c440391 {
  --icon-box-icon-margin: 24px;
}
.elementor-40823 .elementor-element.elementor-element-c440391>.elementor-widget-container {
  padding: 20px;
}
.elementor-40823 .elementor-element.elementor-element-c440391.elementor-view-default .elementor-icon{
  fill:#ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-c440391 .elementor-icon-box-title {
  margin-bottom: 2px;
  color:#ffffff;
}
.elementor-40823 .elementor-element.elementor-element-c440391 .elementor-icon-box-description {
  color: #b8e6ef;
}
.elementor-40823 .elementor-element.elementor-element-c440391.elementor-view-default .elementor-icon, .elementor-40823 .elementor-element.elementor-element-c440391.elementor-view-framed .elementor-icon{
  fill:#ffffff
}
.elementor-40823 .elementor-element.elementor-element-c440391 {
  --icon-box-icon-margin: 24px;
}
.fa:after {
  /*opacity: var(--fa-secondary-opacity, .4);*/
}
.elementor-40823 .elementor-element.elementor-element-a5cae30:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
  background-color: #166cbd;
}
.elementor-40823 .elementor-element.elementor-element-a5cae30>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
}
.elementor-40823 .elementor-element.elementor-element-a5cae30>.elementor-element-populated{
  border-radius: 20px 20px 20px 20px ;
}
.elementor-40823 .elementor-element.elementor-element-edf4a27>.elementor-widget-container {
  padding: 20px;
}
.elementor-40823 .elementor-element.elementor-element-edf4a27.elementor-view-default .elementor-icon{
  fill:#ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-edf4a27 .elementor-icon-box-title {
  margin-bottom: 2px;
  color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-edf4a27 .elementor-icon-box-description {
  color: #b8e6ef;
}
.elementor-40823 .elementor-element.elementor-element-a6956c6:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
  background-color: #166cbd;
}
.elementor-40823 .elementor-element.elementor-element-a6956c6>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
}
.elementor-40823 .elementor-element.elementor-element-a6956c6>.elementor-element-populated{
  border-radius: 20px 20px 20px 20px ;
}
.elementor-40823 .elementor-element.elementor-element-bc803a0 {
  --icon-box-icon-margin: 24px;
}
.elementor-40823 .elementor-element.elementor-element-bc803a0>.elementor-widget-container {
  padding: 20px;
}
.elementor-40823 .elementor-element.elementor-element-bc803a0.elementor-view-default .elementor-icon{
  fill:#ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-bc803a0 .elementor-icon-box-title {
  margin-bottom: 2px;
  color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-bc803a0 .elementor-icon-box-description {
  color: #b8e6ef;
}
.elementor-40823 .elementor-element.elementor-element-9dcbbf8:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
  background-color: #166cbd;
}
.elementor-40823 .elementor-element.elementor-element-9dcbbf8>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
}
.elementor-40823 .elementor-element.elementor-element-9dcbbf8>.elementor-element-populated{
  border-radius: 20px 20px 20px 20px;
}
.elementor-40823 .elementor-element.elementor-element-8801e8e {
  --icon-box-icon-margin: 24px;
}
.elementor-40823 .elementor-element.elementor-element-8801e8e>.elementor-widget-container {
  padding: 20px;
}
.elementor-40823 .elementor-element.elementor-element-8801e8e.elementor-view-default .elementor-icon{
  fill:#ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-8801e8e .elementor-icon-box-title {
  margin-bottom: 2px;
  color:#ffffff;
}
.elementor-40823 .elementor-element.elementor-element-8801e8e .elementor-icon-box-description {
  color: #b8e6ef
}
.elementor-40823 .elementor-element.elementor-element-a6956c6:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
    background-color: #166cbd;
}
.elementor-40823 .elementor-element.elementor-element-a6956c6>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
}
.elementor-40823 .elementor-element.elementor-element-bc803a0 {
  --icon-box-icon-margin: 24px;
}
.elementor-40823 .elementor-element.elementor-element-bc803a0>.elementor-widget-container {
  padding: 20px;
}
.elementor-40823 .elementor-element.elementor-element-bc803a0.elementor-view-default .elementor-icon{
  fill:#ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-bc803a0 .elementor-icon-box-title {
  margin-bottom: 2px;
  color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-bc803a0 .elementor-icon-box-description {
  color: #b8e6ef;
}
.elementor-40823 .elementor-element.elementor-element-17667f3:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
    background-color: #166cbd;
}
.elementor-40823 .elementor-element.elementor-element-17667f3>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
}
.elementor-40823 .elementor-element.elementor-element-17667f3>.elementor-element-populated{
  border-radius: 20px 20px 20px 20px ;
}
.elementor-40823 .elementor-element.elementor-element-7918295 {
  --icon-box-icon-margin: 24px;
}
.elementor-40823 .elementor-element.elementor-element-7918295>.elementor-widget-container {
  padding: 20px;
}
.elementor-40823 .elementor-element.elementor-element-7918295.elementor-view-default .elementor-icon{
  fill:#ffffff;
  color: #ffffff;
  border-color: #ffffff; 
}
.elementor-40823 .elementor-element.elementor-element-7918295 .elementor-icon-box-title {
  margin-bottom: 2px;
  color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-7918295 .elementor-icon-box-description {
  color: #b8e6ef;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.6em !important;
}
.elementor-40823 .elementor-element.elementor-element-1105faf:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
    background-color: #166cbd;
}
.elementor-40823 .elementor-element.elementor-element-1105faf>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
}
.elementor-40823 .elementor-element.elementor-element-1105faf>.elementor-element-populated{
  border-radius: 20px 20px 20px 20px;
}
.elementor-40823 .elementor-element.elementor-element-082ecec {
  --icon-box-icon-margin: 24px;
}
.elementor-40823 .elementor-element.elementor-element-082ecec>.elementor-widget-container {
  padding: 20px;
}
.elementor-40823 .elementor-element.elementor-element-082ecec.elementor-view-default .elementor-icon{
  fill:#ffffff;
  color: #ffffff;
  border-color: #ffffff; 
}
.elementor-40823 .elementor-element.elementor-element-082ecec .elementor-icon-box-title {
  margin-bottom: 2px;
  color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-082ecec .elementor-icon-box-description {
  color: #b8e6ef;

  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.6em !important;
}
.elementor-40823 .elementor-element.elementor-element-eb3439e:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
    background-color: #166cbd;
}
.elementor-40823 .elementor-element.elementor-element-eb3439e>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
}
.elementor-40823 .elementor-element.elementor-element-eb3439e>.elementor-element-populated{
  border-radius: 20px 20px 20px 20px;
}
.elementor-40823 .elementor-element.elementor-element-59520d7 {
  --icon-box-icon-margin: 24px;
}
.elementor-40823 .elementor-element.elementor-element-59520d7>.elementor-widget-container {
  padding: 20px;
}
.elementor-40823 .elementor-element.elementor-element-59520d7.elementor-view-default .elementor-icon{
  fill:#ffffff;
  color: #ffffff;
  border-color: #ffffff; 
}
.elementor-40823 .elementor-element.elementor-element-59520d7 .elementor-icon-box-title {
  margin-bottom: 2px;
  color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-59520d7 .elementor-icon-box-description {
  color: #b8e6ef;
}
.elementor-40823 .elementor-element.elementor-element-535f8bc:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
    background-color: #166cbd;
}
.elementor-40823 .elementor-element.elementor-element-535f8bc>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
}
.elementor-40823 .elementor-element.elementor-element-535f8bc>.elementor-element-populated{
  border-radius: 20px 20px 20px 20px ;
}
.elementor-40823 .elementor-element.elementor-element-32b1767 {
  --icon-box-icon-margin: 24px;
}
.elementor-40823 .elementor-element.elementor-element-32b1767>.elementor-widget-container {
  padding: 20px;
}
.elementor-40823 .elementor-element.elementor-element-32b1767.elementor-view-default .elementor-icon{
  fill:#ffffff;
  color: #ffffff;
  border-color: #ffffff; 
}
.elementor-40823 .elementor-element.elementor-element-32b1767 .elementor-icon-box-title {
  margin-bottom: 2px;
  color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-32b1767 .elementor-icon-box-description {
  color: #b8e6ef;
}

.elementor-40992 .elementor-element.elementor-element-64045886:not(.elementor-motion-effects-element-type-background){
  /*background-color: #f2f2f2;*/
}
.elementor-40992 .elementor-element.elementor-element-64045886 {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 5rem 0;
}
.elementor-40992 .elementor-element.elementor-element-13f447d {
  text-align: left;
}
.elementor-40992 .elementor-element.elementor-element-6f7e4a86.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: flex-end;
  align-items: flex-end;
}
.elementor-40992 .elementor-element.elementor-element-6f7e4a86:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
  background-color: #000000;
}
.elementor-40992 .elementor-element.elementor-element-6f7e4a86>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 8px;
  --e-column-margin-right: 8px;
  --e-column-margin-left: 8px;
  padding: 180px 30px 30px;
}
.elementor-40992 .elementor-element.elementor-element-6f7e4a86>.elementor-element-populated{
  border-radius: 15px 15px 15px 15px ;
}
.elementor-40992 .elementor-element.elementor-element-6f7e4a86>.elementor-element-populated>.elementor-background-overlay {
  transition: background .3s, border-radius .3s, opacity .3s;
}
.elementor-40992 .elementor-element.elementor-element-6f7e4a86>.elementor-element-populated>.elementor-background-overlay {
  border-radius: 15px 15px 15px 15px;
}
.elementor-40992 .elementor-element.elementor-element-6f7e4a86>.elementor-element-populated>.elementor-background-overlay {
  background-color: #000000;
  background-image: url('assets/aboutus/office.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .7;
}
.elementor-40992 .elementor-element.elementor-element-5649c9de {
  --icon-box-icon-margin: 15px;
}
.elementor-40992 .elementor-element.elementor-element-5649c9de .elementor-icon-box-wrapper {
  text-align: left;
}
.elementor-40992 .elementor-element.elementor-element-5649c9de.elementor-view-default .elementor-icon{
  fill:#ffffff;
  color:#ffffff;
  border-color: #ffffff;
}
.elementor-40992 .elementor-element.elementor-element-5649c9de .elementor-icon-box-title {
  color: #ffffff;
}
.elementor-40992 .elementor-element.elementor-element-1a90b3b9 .elementor-button {
  font-size: 1.2rem;
  background-color: #a92022;
}
.elementor-40992 .elementor-element.elementor-element-1a90b3b9 .elementor-button .elementor-align-icon-left {
  margin-right: 0;
}
.aboutus.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all .3s;
  font-size: 50px;
  text-align: center;
}
.elementor-40992 .elementor-element.elementor-element-997eb.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: flex-end;
  align-items: flex-end;
}
@media (min-width: 768px){
  .elementor-column.elementor-col-25{
    width: 25%;
  }
}
.elementor-40992 .elementor-element.elementor-element-997eb:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
  background-color: #000000;
}
.elementor-40992 .elementor-element.elementor-element-997eb>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 8px;
  --e-column-margin-right: 8px;
  --e-column-margin-left: 8px;
  padding: 180px 30px 30px;
}
.elementor-40992 .elementor-element.elementor-element-997eb>.elementor-element-populated{
  border-radius: 15px 15px 15px 15px;
}
.elementor-40992 .elementor-element.elementor-element-997eb>.elementor-element-populated>.elementor-background-overlay {
  transition: background .3s, border-radius .3s, opacity .3s;
}
.elementor-40992 .elementor-element.elementor-element-997eb>.elementor-element-populated>.elementor-background-overlay {
  border-radius: 15px 15px 15px 15px;
}
.elementor-40992 .elementor-element.elementor-element-997eb>.elementor-element-populated>.elementor-background-overlay {
  background-color: #000000;
  background-image: url('assets/aboutus/forklift-driver.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .7;
}
.elementor-40992 .elementor-element.elementor-element-66a52a7 {
  --icon-box-icon-margin: 15px;
}
.elementor-40992 .elementor-element.elementor-element-66a52a7 .elementor-icon-box-wrapper {
  text-align: left;
}
.elementor-40992 .elementor-element.elementor-element-66a52a7.elementor-view-default .elementor-icon{
  fill:#ffffff;
  color:#ffffff;
  border-color:#ffffff;
}
.elementor-40992 .elementor-element.elementor-element-66a52a7 .elementor-icon-box-title {
  color: #ffffff;
}
.elementor-40992 .elementor-element.elementor-element-6edb471f .elementor-button {
  font-size: 1.2rem;
  background-color: #a92022;
}
.elementor-40992 .elementor-element.elementor-element-6edb471f .elementor-button .elementor-align-icon-left {
  margin-right: 0;
}
.elementor-40992 .elementor-element.elementor-element-619deab6.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: flex-end;
  align-items: flex-end;
}
.elementor-40992 .elementor-element.elementor-element-619deab6:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
  background-color: #000000;
}
.elementor-40992 .elementor-element.elementor-element-619deab6>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 8px;
  --e-column-margin-right: 8px;
  --e-column-margin-left: 8px;
  padding: 180px 30px 30px;
}
.elementor-40992 .elementor-element.elementor-element-619deab6>.elementor-element-populated{
  border-radius: 15px 15px 15px 15px;
}
.elementor-40992 .elementor-element.elementor-element-619deab6>.elementor-element-populated>.elementor-background-overlay {
  transition: background .3s, border-radius .3s, opacity .3s;
}
.elementor-40992 .elementor-element.elementor-element-619deab6>.elementor-element-populated>.elementor-background-overlay {
  border-radius: 15px 15px 15px 15px;
}
.elementor-40992 .elementor-element.elementor-element-619deab6>.elementor-element-populated>.elementor-background-overlay {
  background-color: #000000;
  background-image: url('assets/aboutus/professional.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .7;
}
.elementor-40992 .elementor-element.elementor-element-619deab6.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: flex-end;
  align-items: flex-end;
}
.elementor-40992 .elementor-element.elementor-element-619deab6:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
  background-color: #000000;
}
.elementor-40992 .elementor-element.elementor-element-619deab6>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 8px;
  --e-column-margin-right: 8px;
  --e-column-margin-left: 8px;
  padding: 180px 30px 30px;
}
.elementor-40992 .elementor-element.elementor-element-619deab6>.elementor-element-populated{
  border-radius: 15px 15px 15px 15px;
}
.elementor-40992 .elementor-element.elementor-element-4c7daf0 {
  --icon-box-icon-margin: 15px;
}
.elementor-40992 .elementor-element.elementor-element-4c7daf0 .elementor-icon-box-wrapper {
  text-align: left;
}
.elementor-40992 .elementor-element.elementor-element-4c7daf0.elementor-view-default .elementor-icon{
  fill:#ffffff;
  color:#ffffff;
  border-color:#ffffff;
}
.elementor-40992 .elementor-element.elementor-element-4c7daf0 .elementor-icon-box-title{
  color:#ffffff;
}
.elementor-40992 .elementor-element.elementor-element-71e4d93c .elementor-button {
  font-size: 1.2rem;
  background-color:#a92022;
}
.elementor-40992 .elementor-element.elementor-element-71e4d93c .elementor-button .elementor-align-icon-left {
  margin-right: 0;
}
.elementor-40992 .elementor-element.elementor-element-68c0a61a.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: flex-end;
  align-items: flex-end;
}
.elementor-40992 .elementor-element.elementor-element-68c0a61a:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
  background-color: #000000;
}
.elementor-40992 .elementor-element.elementor-element-68c0a61a>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 8px;
  --e-column-margin-right: 8px;
  --e-column-margin-left: 8px;
  padding: 180px 30px 30px;
}
.elementor-40992 .elementor-element.elementor-element-68c0a61a>.elementor-element-populated{
  border-radius: 15px 15px 15px 15px;
}
.elementor-40992 .elementor-element.elementor-element-71e4d93c .elementor-button .elementor-align-icon-left {
  margin-right: 0;
}
.elementor-40992 .elementor-element.elementor-element-68c0a61a.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: flex-end;
  align-items: flex-end;
}
.elementor-40992 .elementor-element.elementor-element-68c0a61a:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap{
  background-color: #000000;
}
.elementor-40992 .elementor-element.elementor-element-68c0a61a>.elementor-element-populated {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 8px;
  --e-column-margin-right: 8px;
  --e-column-margin-left: 8px;
  padding: 180px 30px 30px;
}
.elementor-40992 .elementor-element.elementor-element-4b39f7ab.elementor-view-default .elementor-icon{
  fill:#ffffff;
  color:#ffffff;
  border-color:#ffffff;
}
.elementor-40992 .elementor-element.elementor-element-4b39f7ab .elementor-icon-box-title {
  color:#ffffff;
}
.elementor-40992 .elementor-element.elementor-element-66aa6b9e .elementor-button {
  font-size: 1.2rem;
  background-color: #a92022;
}
.elementor-40992 .elementor-element.elementor-element-66aa6b9e .elementor-button .elementor-align-icon-left {
  margin-right: 0;
}
.elementor-40992 .elementor-element.elementor-element-68c0a61a>.elementor-element-populated>.elementor-background-overlay {
  transition: background .3s, border-radius .3s, opacity .3s;
}
.elementor-40992 .elementor-element.elementor-element-68c0a61a>.elementor-element-populated>.elementor-background-overlay {
  border-radius: 15px 15px 15px 15px;
}
.elementor-40992 .elementor-element.elementor-element-68c0a61a>.elementor-element-populated>.elementor-background-overlay {
  background-color: #000000;
  background-image: url('assets/aboutus/finance.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .7;
}
.elementor-40823 .elementor-element.elementor-element-ff1234f:not(.elementor-motion-effects-element-type-background){
  background-color: #156dbc;
}
.elementor-40823 .elementor-element.elementor-element-ff1234f {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  padding: 5rem 0;
}
@media (min-width: 1025px){
  .elementor-40823 .elementor-element.elementor-element-ff1234f>.elementor-background-overlay {
    background-attachment: fixed;
  }
}
.elementor-40823 .elementor-element.elementor-element-ff1234f>.elementor-background-overlay {
  /*background-color: #156dbc;*/
  /*background-image: url('assets/aboutus/shaking-hands.jpg');*/
  background-image: url('assets/contact/co-working-space.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  transition: background .3s, border-radius .3s, opacity .3s;
}
@media (min-width: 768px){
  .elementor-column.elementor-col-100{
    width: 100%;
  }
}
.elementor-40823 .elementor-element.elementor-element-00ea89d.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-40823 .elementor-element.elementor-element-00ea89d>.elementor-element-populated {
  padding: 3rem;
}
.elementor-40823 .elementor-element.elementor-element-48e7c16 .elementor-heading-title {
  color: #ffffff;
}
.elementor-40823 .elementor-element.elementor-element-5d96162 {
  width: auto;
}
.elementor-40823 .elementor-element.elementor-element-5d96162>.elementor-widget-container {
  margin: 8px;
}
.elementor-40823 .elementor-element.elementor-element-5d96162 .elementor-button {
  font-size: 1.1rem;
  fill: #ffffff;
  color:#ffffff;
    background-color: #166cbd;
  padding: 18px 38px;
}
.elementor-40823 .elementor-element.elementor-element-48d39cb {
  width: auto;
}
.elementor-40823 .elementor-element.elementor-element-48d39cb>.elementor-widget-container {
  margin: 8px 
}
.elementor-40823 .elementor-element.elementor-element-48d39cb .elementor-button {
  font-size: 1.1rem;
  fill: #ffffff;
  color: #ffffff;
  background-color: #a92022;
  padding: 18px 36px;
}
.elementor-40823 .elementor-element.elementor-element-350c804 {
  width: auto;
}
.elementor-40823 .elementor-element.elementor-element-350c804>.elementor-widget-container {
  margin: 8px;
}
.elementor-40823 .elementor-element.elementor-element-350c804 .elementor-button {
  font-size: 1.1rem;
  fill: #FFFFFF;
  color: #fff;
  background-color:#227e91;
  padding: 18px 38px;
  margin-bottom: 22px 
}
.elementor-40823 .elementor-element.elementor-element-35b27e6:not(.elementor-motion-effects-element-type-background){
    background-color: #166cbd;
}
.elementor-40823 .elementor-element.elementor-element-35b27e6 {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5rem 0 0;
}
.elementor-40823 .elementor-element.elementor-element-11ff8ed>.elementor-element-populated {
  padding: 0;
}
.elementor-40823 .elementor-element.elementor-element-805aad4 {
  padding: 0;
}
.elementor-40823 .elementor-element.elementor-element-8d3ba43.elementor-column.elementor-element[data-element_type=column]>.elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-40823 .elementor-element.elementor-element-8d3ba43>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0;
}
.elementor-40823 .elementor-element.elementor-element-a63c435 {
  text-align: center;
}
.elementor-40823 .elementor-element.elementor-element-a63c435>.elementor-widget-container {
  margin: 0 0 30px;
}
.elementor-40823 .elementor-element.elementor-element-a63c435 .elementor-heading-title {
  color: #2ea9c2;
}
#e2wget5widget {
  font-family: Arial, sans-serif !important;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
}
#e2wget5widget * {
  font-family: Arial, sans-serif !important;
}
#e2wget5widget .e2w-new-theme {
  line-height: normal;
}
#e2wget5widget .e2w-new-theme{
  color: #636363;
  min-width: 200px 
}
#e2wget5widget * {
  font-family: Arial, sans-serif !important;
}
.e2wget5section.e2w-new-theme {
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
}
.e2w-new-theme #e2w-average h2 {
  text-align: center;
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
}
#e2wget5widget .e2w-new-theme h2 {
  color: #3b3b3b;
}
#e2wget5widget .e2w-new-theme h2 {
  display: block;
  font-weight: 700;
  line-height: 20px;
}
.e2w-new-theme #e2w-average .e2w-arating {
  background: #f3f7f8;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  position: relative;
  padding: 10px 0;
}
#e2wget5widget .e2w-arating {
  font-size: 12px;
}
.e2w-new-theme #e2w-average .e2waverage {
  font-size: 45px;
  font-weight: 700;
}
.e2w-new-theme #e2w-average .e2woutof {
  position: absolute;
  left: 50%;
  top: 22px;
  text-align: left;
  margin-left: 40px;
  font-size: 12px;
}
.e2w-new-theme #e2w-bigstar {
  padding: 10px 0;
}
.e2w-new-theme #e2w-bigstar span {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 0 5px;
  background: url('assets/aboutus/big-star.png');
}
.e2w-new-theme #e2w-bigstar .half-star {
  background-position: -76px 0;
}
.e2w-new-theme #e2w-bigstar span {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 0 5px;
  background: url('assets/aboutus/big-star.png');
}
.e2w-new-theme .e2w-add-padding {
  padding: 15px;
}
#e2wget5widget .e2w-new-theme .e2w-businessname {
  margin: 0;
  font-size: 14px;
  padding: 0 0 15px 0;
  position: relative;
  z-index: 1;
}
#e2wget5widget .e2w-new-theme h2 {
  color: #3b3b3b;
}
#e2wget5widget .e2w-new-theme h2 {
  display: block;
  font-weight: 700;
  line-height: 20px;
}
#e2wget5widget .align-center {
  text-align: center !important;
}
#e2wget5widget .e2w-new-theme .e2w-businessname {
  margin: 0;
  font-size: 14px;
  padding: 0 0 15px 0;
  position: relative;
  z-index: 1;
}
#e2wget5widget .e2w-new-theme h2 {
  color: #3b3b3b;
}
#e2wget5widget .e2w-new-theme h2 {
  display: block;
  font-weight: 700;
  line-height: 20px;
}
#e2wget5widget .e2w-view-testimonials-link {
  text-align: center;
}
#e2wget5widget .e2w-new-theme .e2w-businessname a {
  font-size: 14px !important;
  font-weight: 700;
}
#e2wget5widget a {
  color: #000;
  text-decoration: underline;
}
.elementor-40823 .elementor-element.elementor-element-e986daf>.elementor-element-populated {
  padding: 0;
}
@media (max-width: 767px){
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 767px !important;
  }
}
@media (max-width: 767px){
  div.elementor-widget-wrap.elementor-element-populated{
    text-align: center;
  }
}
@media (max-width: 767px){
  .test-slide{ 
    width:105% !important;
    /* margin-right: 84px !important;  */
  } 
}
@media only screen and (max-width: 767px){
  .sec-title h6 {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px){
  .elementor-hmg-footer-site-credits {
    flex-direction: column;
    align-items: center !important;

  }
}
@media only screen and (max-width: 767px){
  .elementor-element.elementor-element-f4f526f .elementor-hmg-footer-site-credits .divider {
    visibility: hidden;
  }  
}
@media only screen and (max-width: 767px){
  .header .header__logo {
    flex: 0 0 197px !important;
  }
}
.elementor-heading-title {
  padding: 0;
  margin: 0;
}
.elementor-widget-container h3 {
  color: #156dbc;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing:0;
}
.box.eael-adv-accordion {
  padding: 10px;
  border-radius: 20px 20px 20px 20px;
}
.eael-adv-accordion {
 /*width: -webkit-fill-available;;*/
  height: auto;
  transition: all .3s ease-in-out;
}
.eael-adv-accordion .eael-accordion-list {
  margin-bottom: 8px;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
  padding: 12px;
  background-color: #156dbc;
  border-radius: 20px 20px 20px 20px;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
  border: 1px solid rgba(0, 0, 0, .02);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    transition: all .3s ease-in-out;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header span{
  margin-right: 10px 
}
.eael-accordion-header .eael-advanced-accordion-icon-closed {
  display: block;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
  font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-accordion-icon {
  font-size: 30px;
  margin-left: 10px;
  color: white !important;;
}
.fad {
  position: relative;
  font-weight: 900;
  letter-spacing: normal;
}
.fad{
  -webkit-font-smoothing: antialiased;
    /*display: var(--fa-display, inline-block);*/
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-accordion-icon {
  margin-right: 10px;
}
.fad:before {
  position: absolute;
  /*color: var(--fa-primary-color, inherit);*/
  /*opacity: var(--fa-primary-opacity, 1);*/
}
.fa-calendar-day:before {
  content: "\f783";
}
.fad.fa-calendar-day:after {
  content: "\f783\f783";
}
.fad:after {
  /*opacity: var(--fa-secondary-opacity, .4);*/
}
.fad:after {
  /*color: var(--fa-secondary-color, inherit);*/
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header span{
  margin-right: 10px ;
}
.eael-accordion-header .eael-advanced-accordion-icon-opened {
  display: none;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
  font-weight: 800;
  color: #ffffff;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header>.eael-accordion-tab-title {
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin: 0;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
  color: #ffffff;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle{
  font-size: 16px;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
  transform: rotate(0);
    z-index: 10;
    transition: all .3s ease-in-out;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header>i {
  margin-right: 10px;
}
.fa-arrow-alt-circle-right:before{
  content: "\f35a";
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
  color: #ffffff;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle{
  font-size: 16px;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
  /*background-color: #ffffff;*/
  color: #333;
  border-style: solid;
  border-width: 1px;
  /*border-color: #ffffff;*/
  border: none;

}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
  /*border: 1px solid #eee;*/
  padding: 15px;
  box-sizing: border-box;
  font-size: 0.9rem;
  /*font-size: 14px;*/
  line-height: 1.7;
}
.fa-calendar:before {
  content: "\f133";
  color: #eee;
}
.fa-circle-arrow-right:before {
  content: "\f0a9";
  color: #eeee;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
  background: linear-gradient(to right, rgb(21 109 188) 0%, rgb(21 151 146) 100%);
  color: #fff;
}
.ml-30{
  margin-left: 30px;
}
@media only screen and (min-width: 768px){
  .ml-30{
    margin-left: 0px;
  }
}
.width-25{
  width:25%;
}
@media only screen and (max-width: 767px){
  .width-25{
    width:50%;
  }
}
@media only screen and (min-width: 768px){
  .ls-switcher{
    margin-top: 5px ;
  }
}
.text-15px {
  font-size: .978rem !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-opacity-10 {
  --border-opacity: 0.1 !important;
}

.border-black-grey {
  border-color: rgba(39, 55, 57, var(--border-opacity)) !important;
}
.border-opacity-10 {
  --border-opacity: 0.1;
}

.smalldropdown {
  border-top: 1px solid rgb(209 217 218);
  border-bottom: 1px solid rgb(209 217 218);
  padding-bottom:8px;
}

@media (max-width: 767px){
  .elementor-40823 .elementor-element.elementor-element-39cab67>.elementor-element-populated {
    padding: 2rem 1rem;
}
}
@media (max-width: 767px){
  div.elementor-widget-wrap.elementor-element-populated {
    text-align: left;
  }
}
@media (max-width: 767px){
  .elementor-4203 .elementor-element.elementor-element-6c2fc09 {
    padding: 60px 0px 94px 0px ;
  }
}
@media (max-width: 767px){
  .elementor-widget-social-icons .elementor-grid {
    text-align: center;
  }
}
@media (max-width: 767px){
  .elementor-4203 .elementor-element.elementor-element-42c7074d .elementor-heading-title {
    font-size: 50px;
  }
}
@media (max-width: 767px){
  .elementor-4203 .elementor-element.elementor-element-7aedab72 > .elementor-widget-container {
    margin: 65px 0px 0px 0px;
  }
}
@media (min-width: 768px){
  .elementor-22 .elementor-element.elementor-element-b55c4b2 {
    width: 38% !important;
  }
}
@media (min-width: 768px){
  .elementor-22 .elementor-element.elementor-element-f8f404d {
    width: 50% !important;
}
}
@media (min-width: 576px){
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: rgb(0 0 0 / 18%);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: .5rem;
    --bs-modal-inner-border-radius: calc(.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: #dee2e6;
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-border-color: #dee2e6;
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    width: 100%;
    height: 100%;
    /* overflow-x: hidden;
    overflow-y: auto; */
    outline: 0;
  }
  .modal.show .modal-dialog {
    transform: none;
  }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
  }
  @media (min-width: 576px){
    .modal-dialog {
      max-width: 500px;
      margin-right: auto;
      margin-left: auto;
    }
  }
  .modal-dialog {
    position: relative;
    /* width: auto;
    margin: 1.75rem; */
    pointer-events: none;
  }
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    /*color: var(--bs-modal-color);*/
    pointer-events: auto;
    background-color:#fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0/18%);
    border-radius: .5rem;
    outline: 0;
  }
  .modal-open1{
    overflow: hidden;
    opacity: 0.8;
  }
.modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

/* FAQ CSS */
.elementor-element.elementor-element-58fc7bc {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 70px 0px 0px 0px;
}
.elementor-element.elementor-element-58fc7bc > .elementor-container {
  max-width: 1170px;
}
.elementor-element.elementor-element-f05578a > .elementor-element-populated {
  padding: 0px 0px 20px 0px;
}
.elementor-element.elementor-element-5bd82be {
  margin-top: 30px;
  margin-bottom: 90px;
}
.elementor-element.elementor-element-5bd82be > .elementor-container {
  max-width: 1170px;
}
@media (min-width: 768px){
  .elementor-element.elementor-element-c4a74ad {
    width: 52.283%;
}
}
.elementor-element.elementor-element-c4a74ad.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
 .elementor-element.elementor-element-c4a74ad > .elementor-element-populated {
  padding: 0px 50px 0px 0px;
}
.elementor-element.elementor-element-c4a74ad > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 3px;
}
.elementor-element.elementor-element-fa435ac > .elementor-widget-container {
  margin: 0px 0px 15px 0px;
}
.elementor-element.elementor-element-fa435ac .elementor-heading-title {
  color: #156dbc;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.elementor-element.elementor-element-c4a74ad > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 3px;
}
.elementor-element.elementor-element-303cca1 {
  text-align: left;
  color: #373543;
  font-family: "Poppins", Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
}
.elementor-element.elementor-element-303cca1 > .elementor-widget-container {
  margin: 0px 0px 20px 0px;
}
.elementor-element.elementor-element-c4a74ad > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 3px;
}
.elementor-element.elementor-element-8293a49 {
  text-align: left;
  color: #7F7F7F;
  font-family: "Hind", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}
.elementor-element.elementor-element-8293a49 > .elementor-widget-container {
  margin: 0px 0px 30px 0px;
}
@media (min-width: 768px){
  .elementor-element.elementor-element-55ded34 {
    width: 47.717%;
}
}
.elementor-element.elementor-element-55ded34 > .elementor-element-populated {
  padding: 0px 0px 0px 0px;
}
.elementor-element.elementor-element-c37b5f8 .elementor-accordion-item {
  border-width: 0px;
}
.mc-faq-01.shadow-on .elementor-accordion-item {
  box-shadow: 0 0 20px #9998b138;
}
.elementor-accordion .elementor-accordion-item {
  border: 1px solid #d5d8dc;
}
.mc-faq-01 .elementor-accordion-item {
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}
.elementor-element.elementor-element-c37b5f8 .elementor-accordion-item .elementor-tab-title.elementor-active {
  border-width: 0px;
}
.elementor-element.elementor-element-c37b5f8 .elementor-tab-title {
  background-color: #FFFFFF;
  padding: 22px 22px 22px 22px;
  width: max-content;
}
.elementor-element.elementor-element-c37b5f8 .elementor-active .elementor-accordion-icon{
  color: #000000;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
  display: none;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  display: block;
}
.elementor-element.elementor-element-c37b5f8 .elementor-active .elementor-accordion-title {
  color: #000000;
}
.elementor-1516 .elementor-element.elementor-element-c37b5f8 .elementor-accordion-title {
  font-family: "Hind", Sans-serif;
  font-weight: 600;
}
.elementor-element.elementor-element-c37b5f8 .elementor-accordion-item .elementor-tab-content {
  border-width: 0px;
}
.elementor-element.elementor-element-c37b5f8 .elementor-tab-content {
  background-color: #FFFFFF;
  color: #000000;
  padding: 1px 22px 22px 22px;
}
.elementor-element.elementor-element-c37b5f8 .elementor-accordion-item {
  border-width: 0px;
}
.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
  border-top: none;
}
.mc-faq-01.shadow-on .elementor-accordion-item {
  box-shadow: 0 0 20px #9998b138;
}
.elementor-accordion .elementor-accordion-item {
  border: 1px solid #d5d8dc;
}
.mc-faq-01 .elementor-accordion-item {
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}
.elementor-element.elementor-element-c37b5f8 .elementor-tab-title {
  background-color: #FFFFFF;
  padding: 22px 22px 22px 22px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
  float: left;
  text-align: left;
}
.elementor-element.elementor-element-c37b5f8 .elementor-accordion-icon{
  color: #9396A1;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  display: inline-block;
  width: 1.5em;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
  display: block;
}
.elementor-element.elementor-element-c37b5f8 .elementor-accordion-item .elementor-tab-content {
  border-width: 0px;
}
.elementor-element.elementor-element-c37b5f8 .elementor-tab-content {
  background-color: #FFFFFF;
  color: #000000;
  padding: 1px 22px 22px 22px;
}
.elementor-element.elementor-element-303cca1 > .elementor-widget-container {
  margin: 0px 0px 20px 0px;
}
.elementor-element.elementor-element-303cca1 {
  text-align: left;
  color: #373543;
  font-family: "Poppins", Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
}
.elementor-element.elementor-element-c4a74ad > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 3px;
}

/* Career apply byn alignment design*/

@media (max-width: 768px){
  .carbox{
    text-align:left !important;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px){
  .carbox1{
    max-width: 100%;
    flex:none;
  }
}
.elementor-4203 .elementor-element.elementor-element-2b4ec18 .reveal-holder .reveal-block::before{
  background-color: #156dbc;
}

/* About us image column design */

@media (min-width: 992px){
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
 }
}
.about-one-image-inner-two {
  position: relative;
  padding-top:90px;
}
.about-cicle_layer-two {
  position: absolute;
  right: 0px;
  top: 0px;
}
.about-one_image-two {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.about-one_counter-block {
  position: absolute;
  left: -50px;
  top: -45px;
  width: 170px;
  height: 170px;
  padding: 20px 25px;
  /*background: linear-gradient(to right,rgb(8,150,252) 0%, rgb(18,43,188) 100%);*/
  background-image: linear-gradient(to left, #166cbd, #159b8f) !important;
}
.dots-layer {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 41px;
  height: 39px;
  z-index: 1;
}
.about-one_counter-number {
  position: relative;
  font-weight: 700;
  line-height: 1em;
  font-size: 60px;
  color: rgb(255,255,255);
}
.odometer.odometer-auto-theme{
  line-height: 1.1em;
  display: inline-block;
    vertical-align: middle;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit{
  display: inline-block;
    vertical-align: middle;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer{
  display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner{
  text-align: left;
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    right: -2px;
    bottom: 0;
    overflow: hidden;
    font-style: normal;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon{
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner{
  display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value{
  display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-value{
  text-align: center;
}
.odometer.odometer-auto-theme .odometer-digit{
  display: inline-block;
    vertical-align: middle;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer{
  display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}
.about-one_counter-text {
  position: relative;
  line-height: 28px;
  font-size:20px;
  color:rgb(255,255,255);
}
.about-one_award {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -20px;
  padding: 25px 20px;
  border-radius: 20px 20px 0px 0px;
  background-color: rgb(255,255,255);
  box-shadow: 0px 10px 15px rgba(0,0,0,0.10);
}
.about-one_award-inner {
  position: relative;
  line-height: 28px;
  color: rgb(136,136,136);
  font-size: 16px;
  padding-left: 70px;
}
.about-one_award-icon {
  position: absolute;
  left: 0px;
  top: 7px;
}
.about-one_award-inner strong {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: rgb(46,45,45);
  margin-bottom: 10px;
}
/* Clients images design in home page */
@media (min-width: 992px){
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage {
  position: relative;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel.owl-drag .owl-item {
  user-select: none;
}
.client-one_image-box {
  position: relative;
  border-radius: 7px;
  height: 60px;
  overflow: hidden;
  transition: all 500ms ease;
}
figure {
  margin: 0 0 1rem;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.client-one_image-box img {
  position: relative;
  transition: all 300ms ease;
}
.clients-one {
  position: relative;
  /*margin-top: -127px;*/
  margin-top: 130px;
  padding: 150px 0px 30px;
}
.clients-one_pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-attachment: fixed;
  background-size: cover;
}
.clients-one_pattern:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.92;
  background-color: rgb(228, 232, 241);
}
.clients-one_title-column {
  position: relative;
}
.client-one_title {
  position: relative;
  font-weight: 700;
  padding-right: 90px;
  display: inline-block;
  font-size:16px;
  margin-top: 25px;
  color: rgb(16,17,48);
}
.client-one_title:before {
  position: absolute;
  content: '';
  right: 0px;
  top: 10px;
  height: 2px;
  width: 70px;
  background-color: rgb(182,183,207);
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.client-one_image-box:hover img {
  /*transform: translateY(-10px);*/
}
@media only screen and (max-width: 479px){
  .featured-one .feature-block_one {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1023px){
  .featured-one .feature-block_one {
    text-align: center;
  }
}
@media only screen and (max-width: 1140px){
  .feature-block_one-inner {
    padding: 35px 20px 30px;
  }
}
@media only screen and (max-width: 1023px){
  .featured-one {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px){
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 1200px){
  .about-one_content-inner {
    padding-right: 0px !important;
  }
  .about-one h2 {
    font-size: 34px !important;
  }
}
@media only screen and (max-width: 479px){
  .sec-title_title {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 479px){
  .sec-title_text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px){
  .about-tabs .tab-btns .tab-btn {
    font-size: 15px !important;
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 479px){
  .about-one_detail {
  display: block;
  padding: 18px 15px;
  text-align: center;
  }
}
@media only screen and (max-width: 479px){
  .about-one_detail .play-icon {
    position: relative;
    display: block;
    margin: 0 auto;
    right: 0px;
    margin-top:15px;
  }
}

/* Features Layout 1 design */

@media (min-width: 1200px){
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px){
  .col-xl-6 {
    flex: 0 0 50%;
      max-width: 50%;
  }
}
.features-layout1 .heading-layout2 {
  padding-right: 70px;
}
.features-layout1 {
  background-repeat: no-repeat;
}
.bg-img {
  position: relative;
  z-index: 1;
}
.pt-130 {
  padding-top: 130px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}
.heading__subtitle {
  font-size: 15px !important;
  /* color: #00c881; */
  margin-bottom: 15px;
}
.color-body {
  color: #51668a !important;
}
.heading-layout2 .heading__title {
  font-size: 37px;
}
.color-white {
  color: #fff !important;
}
.btn__white.btn__bordered {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn__xl {
  height: 70px;
  line-height: 70px;
}
.btn__icon {
  display: inline-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
}
.minwidth-170 {
  min-width: 170px !important;
}
.btn__icon span {
  margin: 0 5px;
}
.btn__icon i{
  margin: 0 5px;
}
.icon-arrow-right {
  font-size: 65%;
}
[class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right:before {
  content: "\e901";
}
.features-wrapper {
  border: 1px solid #2d375b;
  border-radius: 3px;
}
@media (min-width: 576px){
  .features-layout1 .feature-item:nth-of-type(odd) {
    border-right: 1px solid #2d375b;
  }
}
@media (min-width: 576px){
  .features-layout1 .feature-item:nth-of-type(1){
    border-bottom: 1px solid #2d375b;
  }
}
.features-layout1 .feature-item {
  padding: 40px;
  margin-bottom: 0;
}
.feature-item {
  position: relative;
}
@media (min-width: 576px){
  .col-sm-6 {
    flex: 0 0 50%;
      max-width: 50%;
  }
}
.feature-item .feature-item__icon {
  font-size: 55px;
  line-height: 1;
  color: #00c881;
  margin-bottom: 18px;
}
[class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-statistic:before {
  content: "\e920";
}
[class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.features-layout1 .feature-item__title {
  color: #fff;
}
.feature-item .feature-item__title {
  font-size: 19px;
  line-height: 1.4;
}
.features-layout1 .icon-outlined {
  width: 25px;
  height: 25px;
  line-height: 23px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #2d375b;
  transition: all .3s linear;
}
.icon-arrow-right {
  font-size: 65%;
}
[class*=" icon-"], [class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.icon-arrow-right:before {
  content: "\e901";
}
.features-layout1 .icon-outlined {
  width: 25px;
    height: 25px;
    line-height: 23px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #2d375b;
    transition: all .3s linear;
}
@media (min-width: 576px){
  .features-layout1 .feature-item:nth-of-type(2){
    border-bottom: 1px solid #2d375b;
  }
}
.features-layout1 .feature-item {
  padding: 40px;
  margin-bottom: 0;
}
.feature-item {
  position: relative;
  margin-bottom: 30px;
}     
@media (min-width: 576px){
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
 }
}
.feature-item .feature-item__icon {
  font-size: 55px;
  line-height: 1;
  color: #00c881;
  margin-bottom: 18px;
}
.icon-management:before {
  content: "\e911";
}
.features-layout1 .feature-item__title {
  color: #fff;
}
.feature-item .feature-item__title {
  font-size: 19px;
  line-height: 1.4;
}
.features-layout1 .icon-outlined {
  width: 25px;
  height: 25px;
  line-height: 23px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #2d375b;
  transition: all .3s linear;
}
@media (min-width: 576px){
  .features-layout1 .feature-item:nth-of-type(odd) {
    border-right: 1px solid #2d375b;
 }
}
.features-layout1 .feature-item {
  padding: 40px;
  margin-bottom: 0;
}
.feature-item {
  position: relative;
}
.mt-50 {
  margin-top: 50px !important;
}
.px-0 {
  padding-left: 0 !important;
}
@media (min-width: 576px){
  .col-sm-9 {flex: 0 0 75%;
    max-width: 75%;}
}
.color-white {
  color: #fff !important;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn__primary {
  background-color: #00c881;
  color: #fff;
}
.btn {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    transition: all .3s linear;
}
.btn:not(.btn__link):not(.btn__bordered):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .24s cubic-bezier(.37,.31,.31,.9), -webkit-transform .24s cubic-bezier(.37,.31,.31,.9);
}
.btn__primary-style2:before {
  background-color: #fff !important;
}
.col-xl-6{
  position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px){
  .features-layout1 .feature-item:nth-of-type(odd) {
    border-right: 1px solid #2d375b;
  }
}
.feature-item .feature-item__icon {
  font-size: 55px;
  line-height: 1;
  color: #00c881;
  margin-bottom: 18px;
}
[class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-software:before {
  content: "\e91f";
}
.icon-relational:before {
  content: "\e91b";
}

.features-layout1 .feature-item {
    padding: 40px;
    margin-bottom: 0;
}
.feature-item {
    position: relative;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn__primary-style2:hover {
  color: #17a881 !important;
  font-weight: 900 !important;
}
.btn__primary:active {
  background-color: #00c881;
}
.btn:active{
  box-shadow: none;
    outline: 0;
}
.btn:not(.btn__link):not(.btn__bordered):hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.btn:not(.btn__link):not(.btn__bordered):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn__primary-style2:before {
  background-color: #fff !important;
}
.btn__primary-style2:hover {
  color: #0e2b5c;
}
.btn__white.btn__bordered:hover {
  color: #17a881;
  border-color: #fff;
  background-color: #fff;
  font-weight: 900;
}
.btn__white.btn__bordered.fa .fa-arrow-right .startright:hover {
  color: #00c881;
}
/* Start Who We area design */


.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.align-items-center {
  align-items: center !important;
}
@media (min-width: 1400px){
  .container{
    max-width: 1320px;
  }
}
@media (min-width: 992px){
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.pr-15 {
  padding-right: 15px;
}
.who-we-are-content .who-we-are-title {
  margin-bottom: 30px;
}
.who-we-are-content .who-we-are-title span {
  color: #17a881;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  /* font-family: "Jost", sans-serif; */
}
.who-we-are-content .who-we-are-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #2C2C2C;
  /* font-family: "Jost", sans-serif !important; */
}.who-we-are-content .who-we-are-title p {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #666666;
    line-height: 1.8;
}
.who-we-are-content .who-we-are-features ul {
  padding-left: 0;
  margin-bottom: 0;
}
.who-we-are-content .who-we-are-features ul li {
  list-style-type: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
}
.who-we-are-content .who-we-are-features ul li .icon {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #2C2C2C;
  background-color: #e5e5e5;
  border-radius: 5px;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 22px;
  z-index: 1;
  transition: all ease 0.5s;
}
.who-we-are-content .who-we-are-features ul li .icon::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  transition: all ease 0.5s;
    left: 0;
    bottom: 0;
    background-color: #148f99;
    border-radius: 5px;
    z-index: -1;
}
[class^="ri-"]{
  font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.ri-check-double-line:before {
  content: "\eb79";
}
.who-we-are-content .who-we-are-features ul li h3 {
  font-size: 17px;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  color: #2C2C2C;
    /* font-family: "Jost", sans-serif; */
 font-weight: 700;
}
.who-we-are-content .who-we-are-features ul li p{
  font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #666666;
    line-height: 1.8;
}
@media (min-width: 992px){
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.who-we-are-img {
  position: relative;
  z-index: 1;
}
.pl-15 {
  padding-left: 15px;
}
.who-we-are-img .shape-1 {
  position: absolute;
  left: 60px;
  bottom: 50px;
  z-index: -1;
  animation: movebounce2 5s linear infinite;
}

/* Start Skill Area design */

.skill-area {
  position: relative;
  z-index: 1;
}
.bg-f4fbf6 {
  /*background-color: #f4fbf6;*/
  background: #f8f8f8 !important;
}
.pt-100 {
  padding-top: 100px;
}
.skill-area::before {
  position: absolute;
  content: '';
  height: 0px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
}
.pr-20 {
  padding-right: 20px;
}
.skill-content .skill-title {
  margin-bottom: 20px;
}
.skill-content .skill-title span {
  color: #17a881;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  /* font-family: "Jost", sans-serif; */
}
.skill-content .skill-title h2 {
  font-size: 40px;
  margin-bottom: 18px;
  color: #2C2C2C;
  /* font-family: "Jost", sans-serif !important; */
}
.skill-content .skill-title p{
  font-size: 15px;
font-family: "Poppins", sans-serif;
color: #666666;
line-height: 1.8;
}
.skill-bar {
  margin-bottom: 15px;
}
.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 5px;
}
.skill-bar .progress-title {
  font-size: 15px;
  font-weight: 600;
  color: #2C2C2C;
  /* font-family: "Jost", sans-serif; */
  margin-bottom: 0 !important;
}
.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 0 !important;
}
.skill-bar .progress-number-mark {
 
  border-radius: 3px;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  margin-bottom: 0 !important;
}
.skill-bar .percent {
  margin-bottom: 0 !important;
  color: #2C2C2C !important;
  font-size: 15px;
  font-weight: 600;
}
.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0 !important;
}
.skill-bar .progress-content-outter {
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 0;
}
.skill-bar .progress-content {
  height: 5px;
  background-color: #17a980;
  border-radius: 0;
  position: relative;
  bottom: -5px;
}
.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 5px;
}
.skill-bar .progress-title {
  font-size: 15px;
  font-weight: 600;
  color: #2C2C2C;
  /* font-family: "Jost", sans-serif; */
  margin-bottom: 0 !important;
}
.skill-bar .percent {
  margin-bottom: 0 !important;
  color: #2C2C2C !important;
  font-size: 15px;
  font-weight: 600;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 5px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 5px;
}
.who-we-are-content .who-we-are-features ul li:hover .icon {
  color: #ffffff;
}
.who-we-are-content .who-we-are-features ul li:hover .icon::before {
  height: 100%;
  width: 100%;
}
.who-we-are-content .who-we-are-features ul li:hover h3 {
  color: #148f99;
}
@media only screen and (max-width: 1340px){
  .about-one_counter-block {
    left: 0px;
  }
}
@media only screen and (max-width: 1200px){
  .heading-layout2 .heading__title{
    font-size: 25px !important;
    line-height: 1.8 !important;
  }
}
@media only screen and (max-width: 1200px){
  .list-items-layout2 li:before {
    margin-top: -11px !important;
  }
}
.features-layout1 .icon:hover {
  color: #fff;
  border-color: #00c881;
  background-color: #17a881;
}
@media (max-width: 992px){
  .mb-40 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px){
  .heading__subtitle{
    font-size: 13px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px){
  .heading-layout2 .heading__title {
    font-size: 24px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px){
  .btn:not(.btn__link) {
    font-size: 13px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1200px){
  .features-layout1 .features-wrapper{
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 575px){
  .features-layout1 .feature-item, .features-layout2 .feature-item {
    border-bottom: 1px solid #2d375b;
  }
}
@media (min-width: 320px) and (max-width: 767px){
  .features-layout1 .feature-item, .features-layout2 .feature-item {
    padding: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px){
  .feature-item .feature-item__icon {
    font-size: 40px !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px){
  .feature-item .feature-item__title {
    font-size: 16px;
  }
}
@media (max-width: 1200px){
  .features-layout1 .contact-text{
    margin-left: 0;
      margin-right: 0;
  }
}
@media (max-width: 992px){
  .mt-50 {
    margin-top: 25px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px){
  .btn:not(.btn__link) {
    font-size: 13px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px){
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    width: 1.2em;
  }
}
@media (max-width: 767px){
  .elementor-1516 .elementor-element.elementor-element-55ded34 > .elementor-element-populated {
    margin: 60px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 10px 0px 10px;
  }
}
.elementor-element.elementor-element-c37b5f8 .elementor-accordion-title {
  font-family: "Hind", Sans-serif;
  font-weight: 600;
}
.elementor-element.elementor-element-c37b5f8 .elementor-accordion-title {
  color: #9396A1;
}
@media (max-width: 767px){
 .elementor-element.elementor-element-55ded34 > .elementor-element-populated {
    margin: 60px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 10px 0px 10px;
  }
}
/* 
footer design  */

.footer {
  background-repeat: no-repeat;
  background-size: auto !important;
  background-position: bottom right !important;
}
.bg-heading {
  background-color: #0b2653 !important;
}
.footer .footer-contact {
  border-bottom: 2px solid #253b61;
}
.footer .footer-contact {
  border-bottom: 2px solid #253b61;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
@media (min-width: 992px){
  .col-lg-2 {
    flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }  
}
.footer .footer-widget__title {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 35px;
}
h6 {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.footer .contact-list li {
  line-height: 26px;
  color: rgba(255, 255, 255, .67);
  margin-bottom: 0;
}
.contact-list li {
  font-size: 14px;
}
.footer .contact-list li a {
  color: rgba(255, 255, 255, .67) !important;
}
@media (min-width: 992px){
  .col-lg-6 {
    flex: 0 0 50%;
      max-width: 50%;
    }
}
.footer .footer-form .form-control {
  border-color: transparent !important;
  background-color: #061b49;
  color: #51668a;
  height: 55px;
    border: 2px solid #e7ebef;
    padding: 0 20px;
    border-radius: 2px;
}
.mr-20 {
  margin-right: 20px !important;
}
.footer .footer-form .btn {
  min-width: 120px;
}
.btn:not(.btn__link):not(.btn__bordered):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(0);transition: transform .24s cubic-bezier(.37,.31,.31,.9), -webkit-transform .24s cubic-bezier(.37,.31,.31,.9);
}
.btn__primary-style2:before {
    background-color: #fff !important;
}
.footer .footer-primary {
  padding-top: 85px;
  padding-bottom: 65px;
}
@media (min-width: 1200px){
  .container {
    max-width: 1200px;
  }
}
.footer .footer-widget {
  margin-bottom: 30px;
}
@media (min-width: 992px){
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1200px){
  .footer .footer-widget-about p {
    max-width: 270px;
  }
}
.color-gray {
    color: #f9f9f9 !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.social-icons {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}
.footer .social-icons li {
  margin-right: 7px;
}
.footer .social-icons li a {
  width: 44px;
  height: 44px;
  line-height: 42px;
  border-radius: 50%;
  border: 2px solid #253b61;
  text-align: center;
  color: #00c881;
}
.social-icons li a {
  display: block;
  color: #51668a;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}
@media (min-width: 1200px){
  .footer .footer-widget-about p {
    max-width: 270px;
  }
}
.color-gray {
    color: #f9f9f9 !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.footer p{
  font-size: 15px;
    line-height: 1.6;
    margin-top: 0;
}
.footer .social-icons li {
  margin-right: 7px;
}
.footer .footer-widget-nav li a {
  display: block;
  position: relative;
  color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 11px;
}
.color-white {
  color: #fff !important;
}
.fz-14 {
  font-size: 14px !important;
}
.btn__link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  line-height: 1;
  height: auto;
  padding: 0;
  border: none;
}
.footer .btn__primary .icon-outlined {
  color: #fff;
}
.btn__primary .icon-outlined {
  border: 1px solid #00c881;
}
.btn .icon-outlined {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  margin-left: 6px;
  transition: all .3s linear;
}
.icon-arrow-right:before {
  content: "\e901";
}
.footer .footer-secondary {
  padding-bottom: 44px;
}
.footer .footer-secondary span {
  color: rgba(255, 255, 255, .6);
}
.fz-14 {
  font-size: 14px !important;
}
.color-primary {
  color: #00c881 !important;
}
.btn__link.btn__primary {
  color: #00c881 !important;
    font-weight: 700;
}
.btn__link.btn__primary-style2:hover {
  color: #fff !important;
}
.footer .btn__primary .icon:hover {
  color: #fff !important;
  background-color: #00c881;
}
.footer .btn__primary .icon{
  color: #fff;
}
.footer.btn__primary:hover .icon {
  background-color: #00c881 !important;
}
.footer .social-icons li a:hover {
  color: #fff;
  border-color: #00c881;
  background-color: #00c881;
}
/* slider design */

.slider .logo-slider{
  animation: scroll 30s linear infinite;
  display: flex;
  width:calc(250px * 14);
}
.slider.slide{
  flex: 0 0 auto;
  width: 100%;
  scroll-snap-align: center;
  transition: transform 0.5s;
}
.logo-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
@keyframes scroll{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(calc(-250px *7));
  }
}
@keyframes slideLeft{
  100%{
    transform: translateX(calc(-100%/2));
  }
}
:root{
  --total-brand:14;
  --logo-width:12rem;
  --total-logo-width:calc(var(--total-brand)* var (--logo-width)*2);
}

@media (min-width: 1200px){
  footer .container {
    max-width: 1440px !important;
  }
}
@media (max-width: 768px) {
  .blogs1{
    padding-left: 0px !important;
  }
}










































   


