@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
  --ats_primary-color: #000000;
  --ats_secondary-color: #00836c; 
  --ats_heading-font: "Outfit", sans-serif;
  --ats_body-font: "Rubik", sans-serif;
  --blue: #0072bb;
  --dark-blue: #19326A;
  --lightgreen: #00bb8c;
  --dark-grey: #999;
  --grey: #f7f7f7;
  --black: #202020;
  --white: #fff;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ 
}
body {
  color: var(--black);
  font-weight: 400;
  font-style: normal;
  font-size: 18px; 
  font-family: var(--ats_body-font);
  line-height: 1.6;
  margin: 0 auto; 
  position: relative;
  overflow-x: hidden;
}
h1, .h1 {
  font-size: 42px;
  line-height: 1.2; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 28px;/*30px*/ }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 24px;/*20px*/ }

h6, .h6 {
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--black);
  clear: both;
  font-family: var(--ats_heading-font);
  font-weight: 600;
  line-height: 1.4;/*1.3*/
  margin-bottom: 5px;      
  letter-spacing: 0.5px;
}

p {
  color: var(--black);
  margin-bottom: 0.5em;
}
.red-bg {
  background-color: var(--red);
}
.gold-bg {
  background-color: var(--gold);
}
.black-bg {
  background-color: var(--black);
}
.grey-bg {
  background-color: var(--grey);
}
.text-black {
  color: var(--black);
}
.text-white {
  color: var(--white);
}
.ats-btn {  
  padding: 13px 25px;
  border: 1px solid var(--blue);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 5px;
}
.ats-btn:hover {
  border: 1px solid var(--blue);
  text-decoration: none;
}
.ats-btn span {
  position: relative;
  margin-left: 4px;
  font-size: 16px;
  transition: all 0.4s linear;
  transform: rotate(-45deg);
  display: inline-block;
}
.btn--primary {
  z-index: 1;
  color: var(--white);
  background-color: var(--blue);
}
.btn--secondary {
  z-index: 1;
  color: var(--white);
  background-color: var(--dark-blue);
  border-color: var(--dark-blue);
}
.btn--primary:hover {
  color: var(--white);
  background-color: var(--dark-blue);
  border-color: var(--dark-blue); 
}
.btn--secondary:hover { 
  color: #fff;
  background-color: var(--blue);
  border-color: var(--blue); 
}
.btn--white {
  z-index: 1;
  color: var(--white);
  border: 1px solid var(--white);
}
.btn--white:hover {
  border: 1px solid var(--blue);
  color: var(--white);
  background-color: var(--blue);
}
.btn--darkblue {
  z-index: 1;
  color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
}
.btn--darkblue:hover {
  border: 1px solid var(--dark-blue);
  color: var(--white);
  background-color: var(--dark-blue);
}
.pad-tb {
  padding: 50px 0;
}
.section-title {
  margin-bottom: 1rem;
}
.section-title.text-center {
  margin-bottom: 15px; 
  position: relative;
}
.section-title.text-left {
  margin-bottom: 15px;
  position: relative;
}
.section-title.text-left h2, .section-title.text-center h2 {
  padding-bottom: 15px;
  color: var(--black);
  position: relative;
}
.section-title.text-left h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--blue);
}
.section-title.text-center h2:after {
  content: "";
  position: relative;
  margin: 15px auto 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--blue);    
  display: block;
}
/* .top_bar {
  background: var(--blue); 
  padding: 7px 0; 
  overflow: hidden;
}
.top_bar ul {
  margin-bottom: 0;
  list-style: none;
  float: right;
  position: relative;
  color: var(--white);
  z-index: 999;
  margin-left: 0;
  padding-inline-start: 0; 
  margin-right: 0px; 
}
.top_bar ul > li {
  margin-left: 15px;
  float: left;    
  line-height: 1.4;
}
.top_bar ul > li a {
  color: var(--white); 
  font-size: 17px;
  position: relative;
  padding-right: 15px;
}
.top_bar ul > li a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-right: 1px solid #eee;
  width: 100%;
  height: 100%;
  margin-left: 15px;
}
.top_bar ul > li:last-child a:after {
  display: none;
}
.top_bar ul > li a i {
  margin-right: 8px;
}
.top_bar ul > li a:hover, .top_bar a:hover {
  text-decoration: none;
}
.top_bar ul > li:last-child a {
  padding-right: 0px;
} */
header .header-logo {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
header .header-logo img {
  width: 160px;
}
header {
  /* background: #fff;
  -webkit-box-shadow: 3px 2px 5px 0px rgba(83, 83, 83, 0.4);
  box-shadow: 3px 2px 5px 0px rgba(83, 83, 83, 0.4);  */
  z-index: 99999;
  padding: 15px 0; 
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s linear;
}
.header.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.logo-dark, .header.header_fixed .logo-white {
  display: none;
}
.header.header_fixed .logo-dark { 
  display: block;
}
header .main-menu > li {
  position: relative;
}
header .main-menu > li > a {
  color: var(--white);
  padding: 8px 1.3vw;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
header.header_fixed .main-menu > li > a {
  color: var(--black);
}
header .main-menu > li.active > a {
  color: var(--blue);
}
header .main-menu > li:hover > a {
  color: var(--white);
  text-decoration: none;
}
header.header_fixed .main-menu > li:hover > a {
  color: var(--blue);
}
header .main-menu > li > a > i {
  color: var(--blue);
}
header .main-menu > li > a:hover > i {
  color: #fff;
}
header .main-menu > li:hover > a i {
  color: #fff;
}
header .main-menu > li:last-child > a { 
  background: transparent;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
}
header.header_fixed .main-menu > li:last-child > a { 
  background: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
}
header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 285px;
  overflow: hidden;
  border-top: 2px solid var(--blue);
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
header .main-menu .sub-menu a {
  padding: 8px 10px;
  display: block;
  color: var(--black);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
header .main-menu .sub-menu a i {
  color: var(--black);
}
header .main-menu .sub-menu a:hover {
  background: var(--blue);
  color: #fff;
  text-decoration: none;
}
header .main-menu > li:hover .sub-menu {
  display: block;
}
header .header-logo figure img {
  max-width: 200px;
}
header .demo-link {
  margin-left: 1vw;
}
header .side-menu-close {
  background: transparent;
}
header .side-menu-close span {
  background: var(--white);
  width: 28px;
}
header.header_fixed .side-menu-close span { 
  background: var(--black);
}
/* side menu */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  right: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 999999;/*15000*/
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-wrap.opened {
  right: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.side-menu-logo {
  border-bottom: 2px solid var(--grey-bg);
  padding-left: 0.5rem;
  display: none!important;
}
.side-menu-nav .main-menu > li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.side-menu-nav .main-menu > li > a > i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu {
  border-top: 1px solid #ccc;
  background: #fff;
  display: none;
}
.side-menu-nav .main-menu .sub-menu li {
  border-bottom: 1px solid #ccc;
}
.side-menu-nav .main-menu .sub-menu li:last-child {
  border-bottom: none;
}
.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: var(--black);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;    
  font-size: 15px;
  text-transform: uppercase;
}
.side-menu-nav .main-menu .sub-menu a i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu ~ i {
  font-size: 0.8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}
.side-menu-nav .main-menu .sub-menu a:hover {
  background: #f5f5f5;
}
.side-menu-nav .main-menu > li > a {
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-nav .main-menu > li > a:hover {
  text-decoration: none;
}
.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.side-menu-close {
  height: 40px;
  width: 40px;
  background: var(--blue); 
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.side-menu-close span {
  height: 2px;
  width: 20px;
  background: var(--white);
  position: relative;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-close span:nth-child(1) {
  top: -5px;
}
.side-menu-close span:nth-child(3) {
  bottom: -5px;
}
.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}
.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}
.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}
/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
/**/
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--light-blue);
  color: var(--white);
  display: inline-block;
  font-size: 18px;
  border-radius: 50%;
}
ul.social-links > li a:hover {
  background: var(--dark-blue); 
}
.breadcrumb_wrap {
  padding: 220px 0 130px;/*110px 0*/
  background-color: #eee;
  background-size: cover!important;
  background-position: center center!important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.breadcrumb_title h1 {
  text-transform: uppercase;
  font-size: 42px;
  color: var(--white);
  position: relative;
  margin-bottom: 0;
}
.breadcrumb_wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(25 50 106 / 65%) 40%, rgb(0 114 187 / 75%) 100%);/*linear-gradient(90deg, rgb(25 50 106 / 70%) 40%, rgb(0 114 187 / 80%) 100%)*/
}
.breadcrumb_wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
label {
  display: block;
}
.form-control {
  border: 1px solid #bbb;   
  padding: 0.5rem 0.75rem;
  color: var(--black);    
  height: 48px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--green);
}
textarea.form-control {
  height: 100px;
}
.img-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.img-wrap img {
  transition: 0.2s linear;
}
.img-wrap:hover img {
  transform: scale(1.08);
}
ul.ats-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin: 20px 0 15px;
}
ul.ats-list > li {
  margin-bottom: 0.5em; /*5px*/
  position: relative;
  padding-left: 28px;    
}
ul.ats-list > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";/*f560 f14a f058 f105 f054*/
  position: absolute;
  left: 0;
  font-weight: 400;
  color: var(--blue);
  font-size: 20px;
  top: -2px;
}
.inner-services-detail.mb-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.servicedetail-content {
  padding: 0px 15px;
}
.inner-services-detail h3 {
  font-size: 32px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: var(--black);
}
.inner-services-detail .col-md-push-6 {
  position: relative;
  left: 50%;
}
.inner-services-detail .col-md-pull-6 {
  position: relative;
  right: 50%;
}
.inner-services-detail h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--dark-orange);
}
.inner-services-detail.inner-services-detail-first {
  padding-top: 50px;
  padding-bottom: 20px;
}
.inner-services-detail.inner-services-detail-last {
  padding-top: 20px;
  padding-bottom: 75px;
}
.services_info .section-title.text-center h2 {
  padding-bottom: 0;
}
.call_toaction {
  display: none;
}
/*banner*/
/* .banner-section{
  position: relative;
}
.banner-carousel .slide-item {
  position: relative;
  overflow: hidden;
  min-height: 700px;
}
.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}
.slider-content.style-two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; 
  z-index: 10;
}
.slider-main-title {
  text-align: center;
  max-width: 1400px;
  margin: 0px auto;
}
.slider-main-title h2, .slider-main-title h1 {
  font-size: 60px;
  color: #FFF;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;    
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.banner-section .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.banner-carousel .slide-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 1;
} 
.banner-section .owl-carousel .owl-nav button:hover, 
.banner-section .owl-carousel .owl-nav button:focus {
  outline: 0;
}
.banner-section .owl-carousel .owl-nav button.owl-prev {
  left: 50px;
}
.banner-section .owl-carousel .owl-nav button.owl-next {
  left: unset;
  right: 50px;
}
.banner-section .owl-carousel .owl-nav button.owl-prev span, 
.banner-section .owl-carousel .owl-nav button.owl-next span {
  font-size: 45px;
  color: #ccc;
}
.banner-section .owl-carousel .owl-nav button.owl-prev span:hover, 
.banner-section .owl-carousel .owl-nav button.owl-next span:hover {
  color: #fff;
}
.banner-section .owl-carousel .owl-nav button {
  position: absolute;
  top: 48%;
} */
/**/
/* .intro-section-wrap .col-lg-push-6 {
  left: 50%;
}
.intro-section-wrap .col-lg-pull-6 {
  right: 50%;
}
.intro-section-wrap .intro-content {
  padding-left: 20px;
}
.intro-section-wrap .intro-content h3 {
  margin-bottom: 15px;
}
.intro-section-wrap .intro-content p {
  margin-bottom: 20px;
  text-align: justify;
}
.intro-img-wrap-2 {
  gap: 5px;
  display: flex;
}
.intro-single-img-2 {
  width: 50%;
  flex-shrink: 0;
}
.intro-single-img-2.intro-single-img-21 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 465px;
}
.intro-single-img-2 img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.intro-img-content-2 {
  background-color: var(--green);
  border-radius: 5px;
}
.intro-img-content-text-2 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 0;
  padding: 15px 25px;
}
.intro-single-img-2.intro-single-img-22 {
  width: calc(50% - 5px);
  height: 465px;
} */
/**/
/* .services-wrap {
  background: #313131;
  padding: 50px 0 30px;
  position: relative;
  overflow-x: hidden;
}
.services-wrap::before {
  position: absolute;
  bottom:0px; 
  left: 0px;
  right: 0px;
  content: url(../images/services-bg.png);
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.services-wrap .section-title.text-center h2 {
  color: #fff;
}
.services-wrap .section-title.text-center h2:after {
  background: var(--orange);
}
.services-item {
  --space: 75px;
  position: relative;
  background: #ffffff;
  padding: 15px 15px 15px 15px;
  z-index: 2;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
}
.services-item::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: var(--orange);
  transition: 0.2s linear;
}
.services-item:hover:before {
  width: 100%;
}
.services-item_img {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  max-height: unset;
  overflow: hidden;
}
.services-item_img img {
  transition: 0.2s linear;
}
.services-item:hover .services-item_img img {
  transform: scale(1.04);
}
.services-item_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;  
  margin: 0;
}
.services-item_title a {
  color: var(--black);
}
.services-item_title a:hover {
  color: var(--green);
  text-decoration: none;
}
.services-item:hover .services-item_title a {
  color: var(--green);
}
.services-view-all .ats-btn:hover {
  background: var(--white)!important;
  color: var(--green)!important;
}
.services-carousel.owl-carousel .owl-nav button.owl-next, 
.services-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
}
.services-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -48px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next {
  right: -48px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next span, 
.services-carousel.owl-carousel .owl-nav button.owl-prev span {
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next span:hover, 
.services-carousel.owl-carousel .owl-nav button.owl-prev span:hover {
  background-color: var(--white);
  color: var(--green);
} */
/**/
.footer {
  position: relative;
  background-color: #fcfcfc; /*1e1e1e*/
  margin-top: 0px; /*25px*/
}
.footer-top {
  padding: 40px 0 30px;
  position: relative;
}
.footer-top img{
  width: 160px;
  margin-bottom: 20px;
}
.footer-widget ul.social-links {
  margin-top: 30px;
}
.footer-widget.footer-logo p {
  padding-right: 20px;
}
.footer-top .col-off-40 {
  margin-left: -40px;
  margin-right: 40px; 
}
.footer-widget {
  margin-bottom: 15px;
}
.footer-widget h3 {
  color: var(--black);
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
.footer-widget ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.footer-widget ul.widget-links > li {
  margin-bottom: 10px;
}
.footer-widget ul.widget-links > li a {
  color: var(--black);
  position: relative;
  display: block;
} 
.footer-widget ul.widget-links > li a:hover {
  color: var(--blue);
  text-decoration: none;
} 
.icn_txt {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.icn {
  position: absolute;
  left: 0;
  color: #000;
}
.txt {
  padding-left: 30px;
  color: #000;
}
.txt a {
  color: #000;
}
.txt a:hover {
  text-decoration: none;
  color: var(--blue)
}
.footer-bottom {
  border-top: 1px solid #ddd; 
  padding: 15px 0;position: relative;
}
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  color: var(--black);
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #000;
}
ul.social-links > li a:hover {
  background: var(--blue); 
  color: var(--white);
  border: 1px solid var(--blue);
}
.footer-bottom ul {
  margin-bottom: 0;
  float: right;
  margin-right: 30px;
}
.footer-widget h3.widget_title_one {
  opacity: 0;
} 
.design-by {
  display: none;
}
.bg-white {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
label {
  margin-bottom: .2rem;
} 
.thanks-sec {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  padding: 55px 0;
}
.thanks-sec h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #211d21;
  font-size: 48px;
}
.thanks-sec h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
}
/**/
.hero-area4 {
  background-color: #e6f6ff;
  min-height: 1100px; 
}
.hero-area4 .main-heading {
  padding-top: 70px; 
}
.hero-area4 .main-heading span.span {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #19326a;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 16px;
}
.hero-area4 .main-heading h1 {
  font-size: 64px;
  line-height: 70px;
  color: #19326A;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area4 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .hero-area4 .main-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero-area4 .main-heading p {
  color: #435986;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 10px auto 30px;
  width: 800px;
}
.hero-area4 .main-heading .btn-wrap a.ats-btn {
  margin: 0 7.5px;
}
.hero-area4 .images-all {
  position: relative;
  height: 480px;
  /* margin-top: 60px; */
  margin: 60px auto 0px;
  width: 1320px;
}
.hero-area4 .images-all .image1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.hero-area4 .images-all .image1:hover {
  z-index: 99;
  transition: all 0.4s;
}
.hero-area4 .images-all .image1:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.hero-area4 .images-all .image2 {
  position: absolute;
  left: 315px;
  top: 0;
  z-index: 3;
  transition: all 0.4s;
}
.hero-area4 .images-all .image2 img {
  transition: all 0.4s;
}
.hero-area4 .images-all .image2:hover {
  z-index: 99;
  transition: all 0.4s;
}
.hero-area4 .images-all .image2:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.hero-area4 .images-all .image3 {
  position: absolute;
  right: 315px;
  bottom: 0;
  z-index: 2;
}
.hero-area4 .images-all .image3 img {
  transition: all 0.4s;
}
.hero-area4 .images-all .image3:hover {
  z-index: 99;
  transition: all 0.4s;
}
.hero-area4 .images-all .image3:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.hero-area4 .images-all .image4 {
  position: absolute;
  right: 0;
  top: 0;
}
.hero-area4 .images-all .image4 img {
  transition: all 0.4s;
}
.hero-area4 .images-all .image4:hover {
  z-index: 99;
  transition: all 0.4s;
}
.hero-area4 .images-all .image4:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
}
.hero-area4 .shape2 {
  position: absolute;
  top: 220px;
  right: 50px; 
}
.banner-shape1 {
  position: absolute;
  left: 10px; /*50px*/
  top: 300px;
  /* bottom: 30px; */
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: -1;
}
.banner-shape2 {
  position: absolute;
  right: 50px;/*15px*/
  top: 25px;
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 3s alternate infinite;
  z-index: -1;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area4 .shape2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-area4 .shape2 {
    display: none;
  }
}
.hero-area4 .images-all-md {
  margin: 60px 0px;
}
.hero-area4 .images-all-md img {
  margin-bottom: 30px;
}
.animate1 {
  position: relative;
  animation-name: animate1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.animate2 {
  position: relative;
  animation-name: animate2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.animate3 {
  position: relative;
  animation-name: animate3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.animate4 {
  position: relative;
  animation-name: animate4;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.shape-animaiton4 {
  position: relative;
  animation-name: shape-animaiton4;
  animation-duration: 62s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
@media screen and (min-width: 768px) {
  .overlay-anim {
    position: relative;
  }
  .overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
  }
  .overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    transition: all 400ms linear;
  }
}
@keyframes animate1 {
  0% {
      transform: translateY(0px);
  }
  100% {
      transform: translateY(-20px);
  }
}
@keyframes animate2 {
  0% {
      transform: translateY(0px);
  }
  100% {
      transform: translateY(20px);
  }
}
@keyframes animate3 {
  0% {
      transform: translateY(0px);
  }
  100% {
      transform: translateY(15px);
  }
}
@keyframes animate4 {
  0% {
      transform: translateY(0px);
  }
  100% {
      transform: translateY(-25px);
  }
}
@keyframes shape-animaiton4 {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(1000deg);
  }
}
.images-all-mble {
  display: none!important;
}
@media (max-width: 991px) {
  .images-all-desk {
    display: none;
  }
  .images-all-mble {
    display: block!important;
  }
} 
/**/
.intro-section-wrap {
  position: relative;
  overflow: hidden;
}
.intro-section-wrap .col-lg-push-6 {
  left: 50%;
}
.intro-section-wrap .col-lg-pull-6 {
  right: 50%;
}
.intro-section-wrap .intro-images {
  position: relative;
  height: 580px;
}
.intro-section-wrap .intro-images .image2 {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  padding: 10px;
  background: #fff;
}
.intro-section-wrap .intro-images .image2 img {
  border-radius: 50%;
}
.intro-section-wrap .intro-images .image3 {
  position: absolute;
  top: 40px;
  right: 60px;
}
.intro-section-wrap .intro-content {
  padding-left: 80px;/*100px*/
}
.intro-content p {
  margin-bottom: 30px;
}
.intro-section-wrap h3 {
  margin-top: 15px;
  background: linear-gradient(to right, #0072bb 10%, green 40%, #02ab8e 80%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #333;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@keyframes textclip{to{background-position:200% center}}
/**/
.our-experience{
	padding: 50px 0 0; 
  background: #e6f6ff;
}
.our-experience figure {
  margin-bottom: 0;
}
.our-experience-img{
	padding-left: 0px; 
}
.our-experience-img img{
	/* width: 100%;
	aspect-ratio: 1 / 1.392;
	object-fit: contain; */
}
.experience-counter-list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.experience-counter-item{
	position: relative;
	width: calc(50% - 10px);
	text-align: center;
	padding: 20px 15px; 
	display: flex;
	align-items: center;
	justify-content: center;
}
.experience-counter-item:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	right: -10px;
	bottom: 0;
	left: auto;
	background: rgb(104 104 104 / 14%);	 /*128*/
}
.experience-counter-item:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	top: auto;
	right: 0;
	bottom: -10px;
	left: 0;
	background: rgb(104 104 104 / 14%);	
}
.experience-counter-item:nth-last-child(-n + 2):after,
.experience-counter-item:nth-child(2n + 2):before{
	display: none;
}
.experience-counter-item .icon-box{
	position: relative;
	display: inline-block;
	margin-right: 20px;
  z-index: 1;
}
.experience-counter-item .icon-box:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: #aadeff;/*var(--blue)*/
	border-radius: 50%;
	width: 50px;/*40px*/
	height: 50px;/*40px*/
	z-index: 0;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.experience-counter-item .icon-box img{
	position: relative;
	width: 100%;/*100%*/
	max-width: 90px;/*60px*/
	z-index: 1;
}
.experience-counter-content{
	width: calc(100% - 80px);
	text-align: left;
}
.experience-counter-content h2{
	font-size: 32px; /*22px*/
}
.experience-counter-content p{
	text-transform: uppercase;
	margin: 0;
}

/**/
.process-steps {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.process-steps ul.row {
  margin: 0;
  padding-inline-start: 0;
  padding: 0 100px;
}
.process-steps ul li {
  list-style: none;
}
.process-steps ul li:nth-child(2) {
  padding-top: 50px;
}
.process-steps_single {
  position: relative;
  display: block;
  margin-bottom: 22px;
}
.process-steps_single-shape1 {
  position: absolute;
  top: -15px;
  right: -70px;
}
.process-steps_single-shape2 {
  position: absolute;
  top: 120px;
  right: -70px;
}
.process-steps_single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #e6f6ff;
}
.process-steps_single .icon-box:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px dotted var(--blue); /*#dde6e3*/
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.process-steps_single .icon-box img {
  width: auto;
}
.process-steps_single .count-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 105px;
  left: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #dde6e3;
}
.process-steps_single .count-box2 {
  top: 55px;
}
.process-steps_single .count-box h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.process-steps_single .title-box {
  position: relative;
  display: block;
  padding-top: 53px;
}
.process-steps_single .title-box h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 13px;
}
.process-steps_single .title-box h3 a {
  color: #000;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.process-steps_single .title-box h3 a:hover {
  color: var(--blue);
  text-decoration: none;
}
.process-steps .section-title.text-center h2 {
  margin-bottom: 55px;
}
/**/
.cta {
  background-color: var(--dark-blue);
}
.cta .heading {
  padding: 76px 0px;
}
.cta .heading h2 {
  color: #FFF;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 15px;
}
.cta .heading p {
  color: #f1f1f1;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.cta .ats-btn {    
  margin-top: 30px;
}
.cta .images {
  text-align: end;
  position: relative;
}
.cta .images .img1 {
  position: absolute;
  top: 75px;
  right: 0;
}
.cta .images .img2 {
  position: absolute;
  top: 3px;
  right: 0px;
}
/**/
.ats-services-wrap {
  background: #fff;/*e6f6ff*/
  position: relative;
  width: 100%;
  border-radius: 0px;
  display: block;
  z-index: 1;
}
.ats-services-wrap .row {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.ats-services-content-wrap {
  /* width: 45%; */
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  padding: 150px 80px 150px 40px!important;
  min-height: 1px;
  position: relative;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f6; 
}
.ats-services-content {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;    
  align-content: center;
  align-items: center;
}

.ats-services-content-wrap .ats-services-content-arrow {
  position: absolute;    
  z-index: 1;
  width: auto;
  top: -124px;
  right: 0px;
}
.ats-services-img-wrap {
  position: relative;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}
.ats-services-img {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-image: url(../images/nursing-careers-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-content: center;
  align-items: center;
}
.ats-services-img.ats-services-img-alt {
  background-position: top center;
}
.ats-icon-decor {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;    
}
.ats-heading-holder {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  text-align: center;
  justify-content: center;
  justify-items: center;
}
.ats-heading-holder h2 {
  font-size: 60px;
  line-height: 1.3;
}
.ats-heading-holder h2 .ats-heading-title {
  line-height: 95px;
  position: absolute;
  z-index: 1;
  top: 45px;
  left: -48px;
  width: 95px;
  height: 95px;
  padding: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-align: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
  font-size: 40px;
}
.ats-heading-holder h2 .ats-heading-title img {
  width: 60px;
}
.ats-heading-holder h2 .ats-heading-title:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ats-heading-holder h2 .ats-heading-title:before {
  background-color: #0072bb;/*#e6f6ff*/
  border-color: #0072bb;/*#e6f6ff*/
}
.ats-heading-holder h2 .ats-heading-title:after {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 95px;
  height: 95px;
  margin: auto;
  content: '';
  animation-name: ripple;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  border-radius: 50%;
  border-color: #ffffff;
}
@keyframes ripple {
  0% {
      box-shadow: 0 0 0 0 #fff, 0 0 0 0 #e6f6ff;/*#ffefe4 e6f6ff*/
  }
  50% {
      box-shadow: 0 0 0 20px #fff0, 0 0 0 40px #fff0;
  }
  100% {
      box-shadow: 0 0 0 0 #fff, 0 0 0 0 #e6f6ff;/*#ffefe4 e6f6ff*/
  }
}
.ats-services-row .ats-services-content-wrap .ats-services-content-arrow {
  right: unset;
  left: 0px;
}
.ats-services-row .ats-heading-holder h2 .ats-heading-title {
  right: -48px;
  left: auto;
}
.ats-services-row .ats-services-content-wrap {
  padding: 150px 40px 150px 80px!important; /*190px 60px 190px 80px*/
}
.ats-services-row .ats-services-img {
  background-image: url(../images/staffing-solutions-bg-1.jpg);
}
.ats-services-shape1 {
  position: absolute;
  /* top: 30px;
  left: 30px; */
  right: 25px;
  bottom: -50px;
  animation: heart 3.5s infinite;
  z-index: -1;
}
.ats-services-shape2 {
  position: absolute;
  right: 25px;
  top: 30px; /*10%*/
  animation: 11s linear 0s infinite normal none running rotate2;
  z-index: -1;
}
.ats-services-shape3 {
  position: absolute;
  left: 0px;
  top: 50%;
  animation: 0.8s ease 0s infinite alternate none running tpupdown;
  z-index: -1;
}
/* .ats-services-shape4 {
  position: absolute;
  right: 25px;
  bottom: 50px;
  animation: 0.8s ease 0s infinite alternate none running tpupdown;
} */
@keyframes heart {
  0% {
    transform: rotate3d(0, 0, 0);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 359deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tpupdown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
/**/
.image-anime {
  position: relative;
  overflow: hidden;
}
.clip-a-z {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-animation: clip-a-z 1s;
  animation: clip-a-z 1s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

/**/
.hero-video {
  height: 100vh; /*720px*/
  position: relative;
  overflow: hidden;
}
.hero-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-video-wrap {
  position: relative;
  color: #fff;
  text-align: center;
  display: table;
  background: rgba(0, 0, 0, 0.2);  
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(25 50 106 / 65%) 40%, rgb(0 114 187 / 75%) 100%);/*linear-gradient(90deg, rgb(25 50 106 / 70%) 40%, rgb(0 114 187 / 80%) 100%)*/
}
.hero-video-wrap h1 {
  color: var(--white);
  margin-bottom: 25px;
  font-size: 62px;
  line-height: 68px;
  margin-bottom: 15px;
}
.hero-video-content {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 0px 25%;/*0px 285px*/
  z-index: 10;
}
.hero-video .btn-wrap a {
  margin: 0px 15px;
} 
.hero-video .main-heading span.span {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #19326a;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 16px;
}
.hero-video .main-heading p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 10px auto 40px;
  width: 800px;
}
.hero-video .main-heading {
  padding-top: 80px;
}
/**/
.about-us-wrap.intro-section-wrap .intro-content {
  padding-left: 0;
}
.why-us-wrap {
  background: #e6f6ff;
  background-repeat: no-repeat;
  background-position: left;    
  padding-top: 80px;
  background-image: url(../images/whyus-bg.png);
  padding-bottom: 0;
}
.why-us-wrap .col-lg-push-6 {
  left: 50%;
}
.why-us-wrap .col-lg-pull-6 {
  right: 50%;
}
.whyus-img {
  position: relative;
}
.whyus-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0072bb;
  clip-path: polygon(22% 14%, 100% 45%, 100% 100%, 0% 100%);
  left: 0;
}
.whyus-img img {
  position: relative;
  z-index: 11;
}
ul.shapes li {
  position: absolute;
}
.whyus-img img {
  position: relative;
  z-index: 11;
}
ul.shapes {
  padding: 0;
  margin: 0;
  list-style: none;
}  
ul.shapes li:nth-child(1) {
  top: 0%; /*5%*/
  left: 82%;
  bottom: auto;
  animation: topshap 3s infinite;
}
ul.shapes li:nth-child(2) {
  top: 45%;
  left: 0;
  bottom: auto;
  /* animation: topshap 6s infinite; */
  animation: fa-spin 10s infinite linear;
}
ul.shapes li:nth-child(3) {
  top: 21%;
  left: 0; 
}
ul.shapes li:nth-child(4) {
  right: 0; 
  bottom: 21%;
}
ul.shapes li:nth-child(3) img, ul.shapes li:nth-child(4) img, ul.shapes li:nth-child(5) img {
  animation: fa-spin 10s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes topshap {
  0% {
    transform: translateY(0px);
}
50% {
    transform: translateY(10px);
}
0% {
    transform: translateY(0px);
  }
}
.whyus-content {
  padding-left: 65px;
}

.us-nursing-wrap .col-lg-push-6 {
  left: 50%;
}
.us-nursing-wrap .col-lg-pull-6 {
  right: 50%;
}
.us-nursing-image {
  position: relative;
  padding-bottom: 80px;
  margin-right: 40px;
  padding-left: 10px;
}
.us-nursing-img-1 {
  width: 414px;
  position: relative;
}
.us-nursing-img-1::before {
  content: '';
  position: absolute;
  top: -10px;
  bottom: 0;
  left: -10px;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  border-radius: 200px;
  z-index: 1;
}
.us-nursing-img-1 img {
  width: 100%;
  aspect-ratio: 1 / 1.37;
  object-fit: cover;
  border-radius: 200px;
}
.us-nursing-img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.us-nursing-img-2::before {
  content: '';
  position: absolute;
  top: -8px;
  bottom: 0;
  left: -8px;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  border-radius: 160px;
  z-index: 1;
}
.us-nursing-img-2 img {
  width: 100%;
  aspect-ratio: 1 / 1.37;
  object-fit: cover;
  border-radius: 160px;
}
.us-nursing-shape1 {
  position: absolute;
  right: 75px;
  top: 80px;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
/**/
.us_nursing_services {
  z-index: 1;
  position: relative;
}
.us_service_blocks_group {
  margin: 0;
  padding: 0.5px;
}
.us_service_blocks_group [class*="col-"] {
  padding: 0;
  margin: -0.5px;
  border: 1px solid #e6ebeb;
}
.us_service_block {
  padding: 30px 30px 30px 30px;
  transition: 300ms ease;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);    
  text-align: center;
}
.us_service_block .service_icon {
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 100%;
  background-image: linear-gradient(-20deg, #0072bb, #0072bb);
}
.us_service_block .service_icon:before {
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  content: '';
  z-index: -1;
  position: absolute;
  border-radius: inherit;
  border: none;
  background-image: linear-gradient(-20deg, #0072bb, #0072bb);
}
.us_service_block .service_icon img {
  max-width: 45px; 
  max-height: 45px; 
}
.us_service_block .service_icon:after {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: '';
  z-index: -1;
  position: absolute;
  border-radius: inherit;
  transition: 300ms ease;
  border: 2px dashed #fff;
  box-shadow: 0 2px 4px 0 rgba(37, 38, 40, 0.2);
}
.us_service_block .service_title {
  font-size: 22px;
  margin-bottom: 0;
}
.dns-outcomes .us_service_block .service_title {
  margin-bottom: 8px;
}
.us_service_block .service_icon:after {
  animation: spin 8s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**/
.international-experience.our-experience {
  padding: 50px 0 50px;
}
.international-experience .experience-counter-list {
  gap: 15px;
}
.international-experience .experience-counter-item {
  width: calc(33.3333333% - 10px);    
  flex-direction: column;
}
.international-experience .experience-counter-content {
  width: 100%;
  text-align: center;    
  margin-top: 20px;
}
.international-experience .experience-counter-item .icon-box {
  margin-right: 0;
}
.international-experience .experience-counter-item:before {
  background: rgb(0 114 187 / 20%);
}
.international-experience .experience-counter-item:after {
  display: none;
}
.international-experience .experience-counter-item:nth-child(2n + 2):before{
	display: block;
}
.international-experience .experience-counter-item:nth-child(2n + 3):before{ 
  display: none;
}
/**/
.international-intro-wrap.intro-section-wrap h3 {
    margin-top: 0; 
}
.international-intro-wrap.intro-section-wrap p {
  font-size: 20px;
  margin-bottom: 25px;
}
/**/
.international-benefits-wrap .col-md-push-6 {
  left: 50%;
  position: relative;
}
.international-benefits-wrap .col-md-pull-6 {
  right: 50%;
   position: relative;
}
.international-benefits-wrap .row {
  padding-top: 40px;
}
.international-benefits-wrap h3 {
  color: #0072bb;
  margin-bottom: 10px;
  font-size: 34px;
}
.ib-content-wrap {
  padding: 20px 25px;
}
@keyframes clip-a-z {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/**/
.roadmap {
  padding: 15px 50px 30px;
  max-width: 80vw;
  margin: 0 auto;
}
.roadmap .point {
  display: flex;
  flex-direction: column;
  padding: 12px 45px;
  position: relative;
}
.roadmap .point:first-child .point-index {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 2px) !important;
}
.roadmap .point:last-child .point-index {
  top: 0;
  transform: translate(50%, -2px) !important;
}
.roadmap .point:not(:last-child) {
  border-bottom: 2px solid #109af9;
}
.roadmap .point:nth-child(odd) {
  align-items: flex-start;
}
.roadmap .point:nth-child(odd):not(:first-child) {
  border-left: 2px solid #109af9;
}
.roadmap .point:nth-child(odd) .point-index {
  left: 0;
  transform: translate(-50%, -50%);
}
.roadmap .point:nth-child(even) {
  align-items: flex-end;
  text-align: right;/**/
}
.roadmap .point:nth-child(even):not(:last-child) {
  border-right: 2px solid #109af9;
}
.roadmap .point:nth-child(even) .point-index {
  right: 0;
  transform: translate(50%, -50%);
}
.roadmap .point .point-index {
  position: absolute;
  top: 50%;
  width: 45px; 
  height: 45px; 
  background: #19326a;
  border: 2px solid #109af9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600; 
  color: #fff;
}
.roadmap .point:nth-child(odd):last-child {
  border-left: none;
}
.roadmap .point:last-child .point-index {
  top: 0;
  bottom: auto;
  transform: translate(-50%, -2px) !important;
}
@media (min-width: 641px) {
  .roadmap .point .point-label {
    flex: 1 0 50%;
    width: 50%;
  }
}
.roadmap .point .point-text {
  flex: 1 0 100%;
  width: 100%;
  font-size: 16px;
  color: #fff; 
}
@media (min-width: 641px) {
  .roadmap .point .point-text {
    flex: 1 0 50%;
    width: 50%;
  }
}
.immigration-stages-wrap {
  background: url(../images/roadmap_bg.png) no-repeat bottom right, -webkit-gradient(linear, left bottom, left top, from(#19326a), color-stop(12%, #19326a), color-stop(50%, #19326a), color-stop(87%, #19326a), to(#19326a));
  background: url(../images/roadmap_bg.png) no-repeat bottom right, -o-linear-gradient(bottom, #19326a 0%, #19326a 100%);
  background: url(../images/roadmap_bg.png) no-repeat bottom right, linear-gradient(0deg, #19326a 0%, #19326a 100%);
}
.immigration-stages-wrap .section-title.text-center h2 {
  color: #fff;
}
/**/
.testimonials-wrap {
  padding: 50px 0 50px;
  position: relative;
  z-index: 1;
}
.testimonial-img-wrap {
  width: 75px;
  height: 75px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 50px;
}
.testimonial-img-wrap img {
  border-radius: 50px;
}
.testimonial-title-stars {
  margin-bottom: 10px;
}
.testimonial-reviews i {
  color: #fcbf02;
}
.testimonial-icon {
  width: 100px;
  text-align: center;
  display: inline-block;    
  margin-top: 0.2em;
}
.testimonial-content {
  padding: 0 20px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next, 
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next {
  right: -40px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next span, 
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev span {
 color: #666;
 font-size: 30px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next span:hover, 
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev span:hover {
  color: var(--blue);
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next:focus, 
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}
/**/
.category_nurses_wrp {
  margin-bottom: 180px;
}
.category_nurses_item h4 {
  max-width: 100%;
  margin: 30px 0;
}
.category_nurses_item .image {
  overflow: hidden;
}
.category_nurses_item .image img {
  transition: all 0.3s;
}
.category_nurses_item:hover .image img {
  transform: scale(1.1);
}
.category_nurses_item.second-child {
    transform: translateY(120px);
}
.category_nurses_item.last-child {
    transform: translateY(120px); 
}
/**/
.why-choose-two {
  position: relative;
  background-color: #19326a;
  padding: 60px 0;
}
.why-choose-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.3;
}
.gutter-y-60 {
    --bs-gutter-y: 60px;
}
.why-choose-two__content {
    position: relative;
    z-index: 1;
}
.why-choose-two__content h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 34px;
}
.why-choose-two__content p {
  color: #fff;
}
.why-choose-two__content ul > li {
  color: #fff;
}
.why-choose-two__content ul > li:before {
  color: #109af9;
}
.position-static {
  position: static;
}
.why-choose-two__image {
  width: calc(50% - 132px);
  height: calc(100% - 200px); /*260px*/
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);/*translateY(-50%)*/
  border-radius: 1000px 0 0 1000px;
}
.why-choose-two__image__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: inherit;
    z-index: 2;
}
.why-choose-two__image__bg::after {
    content: "";
    width: calc(100% + 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
    border-radius: inherit;
    border: 3px solid #109af9;/*#00CDE5*/
}
.why-choose-two .section-title.text-center h2 {
  color: #fff;
}
.why-choose-two__image1 {
  width: calc(50% - 132px);
  height: calc(100% - 100px); /*260px*/
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);/*translateY(-50%)*/
  border-radius: 0 1000px  1000px 0;
}
.why-choose-two__image__bg1 {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: inherit;
    z-index: 2;
}
.why-choose-two__image__bg1::after {
    content: "";
    width: calc(100% + 30px);
    height: 100%;
    position: absolute;
    top: 0;
    right: -30px;
    border-radius: inherit;
    border: 3px solid #109af9;/*#00CDE5*/
}
.international-benefits-services-wrap.international-benefits-services-wrap1 {
  padding: 60px 0 120px;
}
.international-benefits-services-wrap {
  background-color: #19326a;
  padding: 40px 0 50px;
}
.why-choose-two__image__bg img, .why-choose-two__image__bg1 img {
  display: none;
}
.ibs-wrap {
  background: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}
.ibs-wrap h3 {
  margin-bottom: 0;
  margin-top: 10px;
  color: #19326a;
}
/**/
.contact-map {
  position: relative;
  z-index: 1;
}
.contact-map img {
 position: relative;
 width: 100%;
 display: block;
}
.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #9b2fa5;/*#89849b*/
  /* position: absolute; */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
}
.pin.pin2 {
  background: var(--blue);
}
.pin.pin3 {
  background: green;
}
.pin.pin4 {
  background: #6015d0;
}
.contact-map .location1 { 
  position: absolute;
  left: 19%;
  top: 35%;
}
.contact-map .location2 { 
  position: absolute;
  left: 72%;
  top: 40%;
}
.contact-map .location3 { 
  position: absolute;
  left: 69%;
  top: 52%;
}
.contact-map .location4 { 
  position: absolute;
  left: 81%;
  top: 55%;
}
.we-located-wrap ul > li:nth-child(1), .we-located-wrap ul > li:nth-child(1):before {
  color: #9b2fa5;
}
.we-located-wrap ul > li:nth-child(2), .we-located-wrap ul > li:nth-child(2):before {
  color: var(--blue);
}
.we-located-wrap ul > li:nth-child(3), .we-located-wrap ul > li:nth-child(3):before {
  color: green;
}
.we-located-wrap ul > li:nth-child(4), .we-located-wrap ul > li:nth-child(4):before {
  color: #6015d0;
}
.we-located-wrap ul.ats-list > li {
  font-size: 35px;
  font-weight: 500;    
  padding-left: 50px;
}
.we-located-wrap ul.ats-list > li:before {
  font-size: 35px;
  top: 0;
}
    
.pr-position {
  position: relative;
}
.pulse {
  background: rgba(0,0,0,0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  /* position: absolute; */
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #89849b;
  box-shadow: 0 0 1px 2px #89849b;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

/**/
.dns-outcomes.us_nursing_services {
  background: #e6f6ff;
  padding: 50px 0; 
} 
.dns-outcomes .us_service_block {
  background: #fff;    
  border-radius: 0;
}
.dns-outcomes .us_service_blocks_group [class*="col-"] {
  margin-bottom: 20px;    
  background: #fff;
}
.dns-outcomes .us_service_blocks_group {
  margin-top: 30px;
}
/**/
.contact-section-bg {
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.contact-form-wrap {
  padding: 25px 20px;
}
.contact-form-wrap ul.nav-pills {
  justify-content: center;
}
.contact-form-wrap .nav-pills .nav-link {
  color: #0072bb;
  background-color: transparent;
  border: 2px solid #0072bb;    
  margin: 0 8px 10px;
}     
.contact-form-wrap .nav-pills .nav-link.active {
  color: #fff;
  background-color: #0072bb;
}
.contact-form-wrap input[type="file"]{ 
  border: none;
  padding: 0;
  height: auto;
}
.contact-form-wrap .form-radio-item label {
  display: inline-block;
  padding-left: 5px;
}
.contact-form-wrap .form-radio-group {
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto;
}
.contact-left-bg {
  background-image: url(../images/contact-us.jpg);
  background-position: center;
  background-size: cover;
  min-height: 950px;
}    
.contact-left-bg img { 
  display: none;
}