.btn-primary,
.cookie-notice-container .btn:first-child,
.cookie-notice-container .gform_button:first-child,
.cookie-notice-container .ajax-load-more-wrap.white .alm-load-more-btn:first-child,
.ajax-load-more-wrap.white .cookie-notice-container .alm-load-more-btn:first-child {
  color: #fff;
  background-color: #1560BD !important;
}

a:hover {
  color: #1560BD;
  /* text-decoration: underline; */
}

.home .section__banner .section__banner-home-content h1 {
  font-size: 3rem;
  line-height: 60px;

}

.site__footer__left-logo img {
  margin-top: 0px;
  width: 250px;
}


.btn-group .btn {
  font-size: 18px;
  letter-spacing: 2px;
  border-radius: 22px !important;
  padding: 12px 34px 12px 34px;
  font-size: 16px !important;
}

a.btn.btn-primary {
  font-size: 18px;
  letter-spacing: 1.5px;
}

a.btn.btn-transparent {
  font-size: 18px;
  letter-spacing: 1.5px;
}

a.btn-link {
  font-size: 18px;
  letter-spacing: 1.5px;
}

.section-y-choose {
  margin-top: 100px;
}

.js-menu-tabs.navigation__main-item--tab-content {
  margin-left: 0px;
}


/* Copany Overview */

.about-sec {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  border-bottom: 1px solid #707070;
}

.mission-border {
  border-top: 1px solid #000;
  margin-top: 30px;
  margin-bottom: 30px;
}

.who-we-sec {
  padding-bottom: 75px !important;
  padding-top: 75px !important;
  /* border-bottom: 1px solid #707070; */
}

ul.about-list {
  list-style-type: disc;
  line-height: 30px;
  font-size: 18px;
  margin-left: 20px;
}

.service_box {
  margin: 20px 0;
  padding: 40px 20px;
  text-align: center;
  border-radius: 5px;
  background: rgb(5 182 239 / 63%);
  transition: all 0.30s ease 0s;
  height: 90%;
}

.service_box:hover {
  background: #2c85bcba;
}

.service_box .service_icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  font-size: 35px;
  background: #fff;
  line-height: 70px;
  border-radius: 50px;
  transform: translateY(0);
  transition: all 0.30s ease 0s;
}

.service_box:hover .service_icon {
  transform: translateY(-100%);
}

.service_box .service_icon i {
  color: #61d1f5;
}

.service_box h3 {
  position: relative;
  top: 40px;
  margin: 0;
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  transform: translateY(0%);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  line-height: 30px;
}

.service_box:hover h3 {
  top: -40px;
}

.service_box p {
  color: #fff;
  margin: 0;
  opacity: 0;
  transition: all 0.30s linear 0s;
}

.service_box:hover p {
  opacity: 1;
}


/* Temporary placement */

.icon-box {
  position: relative;
  /* margin-bottom: 30px; */
}

.icon-box .icon {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
  font-size: 28px;
  text-align: center;
  color: #a6ce39;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon-box .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #f2f2f2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon-box .icon:after {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  bottom: -3px;
  right: -3px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon-box .icon i {
  position: relative;
  z-index: 2;
  top: 3px;
  left: 2px;
}

.icon-box .icon .entypo {
  font-size: 30px;
  display: block;
  text-align: center;
}

.icon-box .icon .bg-icon {
  display: none;
}

@media (min-width: 992px) {
  .icon-box .icon .bg-icon {
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 140px;
    color: #f7f7f7;
    z-index: -1;
  }
}

.icon-box .icon-box-body {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.icon-box .icon-box-body h3,
.icon-box .icon-box-body h4 {
  padding-top: 6px;
  margin-bottom: .75em;
  font-size: 26px;
}

.icon-box.circled .icon {
  color: #a6ce39;
  border-radius: 50%;
}

.icon-box.circled .icon:before {
  background: #fff;
  border-radius: 50%;
}

.icon-box.circled .icon:after {
  border-radius: 50%;
  background: #a6ce39;
}

.icon-box.squared .icon {
  color: #fff;
}

.icon-box.squared .icon:before {
  background-color: #a6ce39;
}

.icon-box.squared .icon:after {
  background: #ebebeb;
}

.icon-box.bordered .icon {
  color: #a6ce39;
}

.icon-box.bordered .icon:before {
  background: #fff;
}

.icon-box.bordered .icon:after {
  background: #a6ce39;
}

.icon-box.centered {
  text-align: left;
}

@media (min-width: 992px) {
  .icon-box.centered {
    text-align: center;
  }
}

.icon-box.centered .icon {
  margin: 0 30px 20px 0;
}

@media (min-width: 992px) {
  .icon-box.centered .icon {
    float: none;
    margin: 0 auto 10px auto;
  }
}

.icon-box.boxed {
  border: 1px solid #dcdcdc;
  background: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
  padding: 20px;
}

@media (min-width: 992px) {
  .icon-box.boxed {
    padding: 40px;
  }
}

.icon-box.boxed .icon:after {
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
}

@media (min-width: 992px) {
  .icon-box.boxed .icon {
    width: 100px;
    height: 100px;
    font-size: 42px;
    line-height: 100px;
  }
}

.no-touch .icon-box.icon-box-animated .icon:after {
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}

.no-touch .icon-box.icon-box-animated .icon:hover {
  color: #fff;
}

.no-touch .icon-box.icon-box-animated .icon:hover:before {
  background-color: #a6ce39;
}

.no-touch .icon-box.icon-box-animated .icon:hover:after {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  opacity: 0;
  filter: alpha(opacity=0);
}

.icon-box.icon-box-animated-inverse .icon {
  color: #fff;
}

.icon-box.icon-box-animated-inverse .icon:before {
  background: #198dc7;
}

.no-touch .icon-box.icon-box-animated-inverse .icon:after {
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}

.no-touch .icon-box.icon-box-animated-inverse .icon:hover {
  color: #a6ce39;
}

.no-touch .icon-box.icon-box-animated-inverse .icon:hover:before {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 3px #a6ce39;
  box-shadow: 0 0 0 3px #a6ce39;
}

.no-touch .icon-box.icon-box-animated-inverse .icon:hover:after {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  opacity: 0;
  filter: alpha(opacity=0);
}

.icon-box.sm .icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  margin-right: 20px;
}

.icon-box.sm .icon:after {
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
}

.icon-box.lg .icon {
  width: 100px;
  height: 100px;
  line-height: 92px;
  font-size: 42px;
  border: 2px solid #1a8ec6;
}

.icon-box.lg .icon:after {
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
}

.icon-box.lg .icon .entypo {
  /* font-size: 42px; */
  margin: 0;
}

.icon-box.filled .icon {
  color: #fff;
  background: #a6ce39;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
}

.icon-box.filled .icon:before {
  background: #198dc7f0;
}

.icon-box.filled .icon:after {
  width: 50px;
  left: 50%;
  top: 0;
  bottom: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.08);
  z-index: 2;
  border-radius: 0 50% 50% 0;
}

.icon-box.filled .icon i {
  z-index: 3;
}

.icon-box.filled.icon-box-animated-inverse .icon:hover:after {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.temp-place {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-group-temp {
  margin-top: 20px;
}

.btn-group-temp1 {
  margin-top: 20px;
  display: block;
  text-align: center;
}

.breadcumb-area.about {
  background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../img/temporary-placement/Connect-with-us.webp);
  position: relative;
  height: 300px;
}

.bg-text {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}

ul#menu-footer-menu.menu {
  display: flex;
  gap: 30px;
}

.who-we-sec.last-sec {
  padding-top: 120px;
}

ul.about-list.arrow {

  list-style-type: disclosure-closed;
  line-height: 34px;
  font-size: 18px;
  margin-left: 20px;
}

.img-fluid {
  width: 100% !important;
}


.column-content.temp {
  border: 1px solid #000;
  padding: 40px;
  height: 70%;
}

.column-cta.temp {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 30px;

}

.p-temp {
  line-height: 1.6;

}



.column-content.hire {
  border: 1px solid #000;
  padding: 20px;
  height: 100%;
}


/* .faq-section{
  padding-bottom: 120px !important;
} */

.navigation__main-item--submenu-wrap.contact {
  padding: 10px !important;
}

/* .approach-img {
  height: 500px;
} */

.p-0 {
  padding-left: 0px;
  padding-right: 0px;
}


.contact-form {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* .post-content{
background-color: #000000bf;
    padding: 50px;
    border-radius: 20px;
} */

.row-holder.has-results {
  margin-top: 0px;
  margin-left: 60px;
  margin-right: 60px;
}

h2.job-post-title a:hover {
  color: #fff !important;
}

h2.job-post-title a {
  color: #fff !important;
}

h4.spec-top {
  margin-top: 20px;
}

.sub-heading {
  font-size: 22px !important;
  line-height: 34px !important;
  font-weight: 500 !important;
}


/* @media (min-width: 64.0625em) {
  #tns1 {
      width: calc(513.333%) !important;
  }
} */

#tns1>.tns-item {
  width: calc(6.25%);
  /* padding-right: 50px !important; */
  /* margin-bottom: 20px; */
}

.contact-pad {
  /* padding: 0px 40px; */
  color: #000;
}

.thank-yousection .section__banner {
  height: 100vh !important;
}

.navigation__main-item:nth-child(4) {
  color: #fff;
  background-color: #000;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}