
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-weight: 600; */
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Regular.woff") format("woff2"),
    url("../../fonts/Lato-Regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "playfair_displaybold";
  src: url("../../playfairdisplay-bold-webfont.woff2") format("woff2"),
    url("../../playfairdisplay-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "playfair_displaybold";
  font-weight: normal;
  font-style: normal;
  font-weight: 600;
}

ul,
ol {
  font-family: "Lato" !important;
}

h1 {
  font-family: "playfair_displaybold";
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
}

h2 {
  font-family: "playfair_displaybold";
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
}

p {
  font-family: "Lato" !important;
  color: #666666;
  font-size: 16px;
}

ul li,
ol li {
  font-family: "Lato";
  /* font-weight: 400 !important; */
}

img {
  width: 100%;
}

a {
  text-decoration: none !important ;
  font-family: "Lato";
}

a:not([href]):not([class]) {
    color: rgb(71, 71, 71);
    text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.container {
  /*max-width: 1230px;*/
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-full {
  max-width: 100%;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-2 {
  max-width: 16.66%;
  width: 100%;
}

.col-3 {
  max-width: 25%;
  width: 100%;
}

.col-4 {
  max-width: 33.33%;
  width: 100%;
}

.col-5 {
  max-width: 41, 66%;
  width: 100%;
}

.col-6 {
  max-width: 50%;
  width: 100%;
}

.col-7 {
  max-width: 58.33%;
  width: 100%;
}

.col-8 {
  max-width: 66.66%;
  width: 100%;
}

.col-9 {
  max-width: 75%;
  width: 100%;
}

.col-10 {
  max-width: 83.33%;
  width: 100%;
}

.col-11 {
  max-width: 91.66%;
  width: 100%;
}

/*.col-12 {*/
/*    max-width: 100%;*/
/*    width: 100%;*/
/*}*/

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

li {
  /* list-style: none; */
}


.toggle {
  display: none;
}

.top-header {
  display: flex;
  justify-content: end;
  padding-top: 10px;
}

.contact-head-info ul {
  display: flex;
}

.main-menu ul {
  display: flex;
  margin: 0;
  /* padding: 0; */
  padding-left: 42px;
}

.banner-slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.banner-slide .carousel-caption.d-none.d-md-block h1 {
  font-size: 64px;
  color: #0f74bc;
}

.banner-slide .carousel-caption.d-none.d-md-block h1 span {
  font-size: 64px;
  color: #f79023;
}

.banner-slide .carousel-item:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right , #ffffff47, transparent);
}

.banner-slide .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 157px;
  left: 11%;
  top: 20%;
  z-index: 10;
  color: #fff;
  text-align: left;
  width: 46%;
}

.main-menu ul li {
  position: relative;
  margin-right: 16px;
}

div#header-section ul li ul.dropdown-menu li {
  border-bottom: 1px solid #f79023;
  padding: 10px;
  background-color: #0f74bc;
  margin-right: 0;
}

div#header-section ul li ul.dropdown-menu li .clk_btn {
    right: 7px;
    color: #fff;
    top: 11px;
}

.main-menu-ul li {
  margin-right: 15px;
}

.main-menu ul.dropdown-menu {
  display: none;
  border: none;
  padding: 0;
  text-align: left;
  width: 270px;
}

.main-menu ul li:hover .dropdown-menu {
  display: block;
}

.main-menu ul li ul.dropdown-menu ul.dropdown-menu {
  display: none;
}

.main-menu ul li ul.dropdown-menu li:hover ul.dropdown-menu {
  display: block;
  left: 101%;
  top: -2px;
}
.main-menu
  ul
  li
  ul.dropdown-menu
  li:hover
  ul.dropdown-menu
  li
  ul.dropdown-menu {
  display: none;
}
.main-menu
  ul
  li
  ul.dropdown-menu
  li:hover
  ul.dropdown-menu
  li:hover
  ul.dropdown-menu {
  display: block;
}

.contact-head-info ul li i {
  border-radius: 50%;
  background-color: #f79023;
  width: 30px;
  height: 29px;
  color: rgb(255, 255, 255);
  /* padding: 8px; */
  display: inline-grid;
  place-items: center;
}

.contact-head-info ul li a {
  font-size: 15px;
  font-family: "poppins regular";
  color: #707070;
  font-weight: 400;
  line-height: 1.102;
  text-align: center;
  text-decoration: none;
  margin: 10px 20px 10px 10px;
}
.contact-head-info ul li {
  border-right: 2px solid #eeeeee;
  margin-right: 13px;
}
.menu {
  width: 80%;
}

.logo {
  width: 20%;
  margin-top: -35px;
}

.logo img {
  width: 75%;
}

img {
  width: 100%;
}
div#header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.head-icon li a {
  color: #fff;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-size: 15px;
  border-radius: 50%;
  /* border: 2px solid #91d6d6; */
  background-color: #f79023;
  transition: 0.3s ease;
}

ul.head-icon li a:hover {
  background-color: #0f74bc;
  /*color: aliceblue;*/
  /*border: 2px solid #0f74bc;*/
}

ul.main-menu li a {
  color: black;
}
ul.main-menu-li {
  padding-left: 0px;
  padding-right: 42px;
}
ul.main-menu li {
  margin-right: 37px;
}
.main-menu {
  display: flex;
  justify-content: end;
}
div#header-section ul li ul.dropdown-menu li a {
  color: #fff;
  transition: 0.3s ease-in;
}

div#header-section ul li ul.dropdown-menu li:hover {
  background-color: #f79023;
}

ul.main-menu-li a {
  color: #6e6e6e;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 12px;
}
ul.main-menu-li a:hover {
  color: #f79023;
}
ul.head-icon {
  border-left: 2px solid #e3e3e3;
}

.main-menu ul li a.active {
  color: #096fba;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  animation: slidetop 1s ease-in-out backwards;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@keyframes slidetop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.sticky .top-header {
  display: none;
}

.sticky .logo {
  margin: 0;
}

.sticky .logo img {
  width: 60%;
}

.big_img {
  position: relative;
  overflow-x: clip;
  text-align: center;
}

.big_img {
  width: 85%;
  border: 8px solid #0f74bc;
  transform: rotate(-6deg);
  transition: 0.4s ease;
  overflow: hidden;
  margin: 0px auto 60px;
}

h5.sec-head {
  color: #f79023;
  font-family: inherit;
  font-size: 23px;
  /* border-bottom: 2px solid; */
  margin-bottom: 0;
}

.sec-line {
  width: 20%;
  height: 2px;
  background-color: #0f74bc;
  margin-bottom: 10px;
}

.big_img img:hover {
  transform: scale(1.09);
}

.big_img img {
  transition: 0.4s ease;
}

section.top-section {
  position: relative;
  z-index: 100;
}
.top-section-bg h3 {
  font-size: 36px;
  color: white;
  margin-bottom: 12px;
}
a.btn.btn-primary {
  background: #0f74bc;
  color: white;
  border: 1px solid #0f74bc;
}

a.btn.btn-primary:hover {
  background-color: #fff;
  color: #000;
}

a.btn.btn-light {
  background-color: white;
  border-radius: 0;
  margin-left: 10px;
  border: none;
}

a.btn.btn-light:hover {
  background-color: #0f74bc;
  color: #fff;
  /* border: none; */
}

.top-section-bg {
  background-color: #f79023;
  position: absolute;
  padding: 25px 30px;
  top: -90px;
}
.top-section-call {
  background-color: #0f74bc;
  position: absolute;
  padding: 32px;
  top: -90px;
  width: 343px;
  height: 235px;
  margin-left: 24px;
}
.top-section-call h3 {
  font-size: 32px;
  color: white;
  text-align: center;
  justify-content: center;
  margin-top: 19px;
}
.call-details {
  display: flex;
  padding-top: 18px;
}
.img-call i {
  font-size: 55px;
  color: #f79023;
}
.img-text p {
  color: white;
  padding-left: 21px;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.img-text a {
  font-size: 24px;
  color: white;
  padding-left: 21px;
  text-decoration: none;
}
.About-head h3 span {
  color: #0f74bc;
}
.About-text-2 h4 {
  color: #f79023;
  font-size: 30px;
}

.small_img {
  position: absolute;
  left: -11px;
  top: 70%;
}

.small_img img {
  width: 85%;
  border: 8px solid #0f74bc;
  transform: rotate(10deg);
  transition: 0.4s ease;
}

.small_img img:hover {
  transform: scale(1.09);
}

.About-text h3 {
  font-size: 36px;
  color: #000;
}

.single-vision-box .icon img {
    width: 25%;
    background-color: #0f74bc;
    padding: 10px;
    border-radius: 100%;
}

section.About {
  margin-top: 230px;
}
.About-img-2 img {
  width: 30px;
  height: 24px;
}
.About-img-2 {
  display: flex;
}
.About-head {
  margin-bottom: 30px;
}

.box-section-text p {
  font-size: 16px !important;
  margin-bottom: 12px;
}
.single-services .icon {
  position: absolute;
  background: #0f74bc;
  left: 39%;
  padding: 4px;
  border-radius: 50%;
  width: 75px;
  height: 78px;
  bottom: 217px;
  text-align: -webkit-match-parent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.single-services .icon:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #f79023;
}
.single-services .icon img {
  width: 60%;
  border-radius: 0px;
}
.btn-3 {
  margin-top: 30px;
}
.Services-text h3:hover {
  color: #f79023;
}
.Services-text h3 {
  color: #4a4a4a;
}
.Services-text p {
  color: #a3a3a3;
}

.single-services {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box-img img {
  width: 480px;
  height: 540px;
}

.box-img img:hover {
  width: 480px;
  height: 540px;
  transform: scale(1.05);
}

.services-image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.services-image img {
  transition: transform 1s ease;
  height: 100%;
  object-fit: cover;
}

.services-image img:hover {
  transform: scale(1.3);
}

/*----------- section overview------------- */
.services-content {
  background: white;
  margin-bottom: 56px;
  /* padding: 42px 0px 42px; */
}
.section-title h2 {
  font-size: 42px;
}
.section-title h2 span {
  color: #0f74bc;
}
.services-area {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  background-color: #eaf6ff;
}
.Services-btn {
  background-color: #0f74bc;
  padding: 16px;
  text-align: center;
  color: white;
}
.Services-text {
  padding: 46px 38px 17px 38px;
  text-align: center;
  height: 200px;
}
.Services-btn a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
}
.section-title-2 {
  display: flex;
  padding-bottom: 60px;
}
.services-heading h2 {
  font-size: 42px;
  font-weight: 700;
}
.services-heading h2 span {
  color: #f79023;
}
.single-services:hover h3 {
  color: #f79023;
}
.single-services:hover .icon {
  background-color: #f79023;
}

.single-services:hover .Services-btn {
  background-color: #f79023;
}

/*-------------- footer----------------- */

.mean-footer-copy {
  background-color: #0f74bc;
  padding: 15px 0px;
  text-align: center;
  color: white;
}
.footer-list ul li a {
  color: #5e5e5e;
  text-decoration: none;
  font-size: 15px;
  margin-left: 32px;
}
.mean-footer-copy p {
  color: white;
  margin: 0;
}

.footer-list ul li:before {
    content: "➤";
  position: absolute;
  /* left: 0; */
  color: #096fba;
  margin: 0px 0px;
}
.footer-list ul li a:hover {
  color: #096fba;
  font-weight: 500;
}
section.section-footer {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #eaf6ff;
  position: relative;
}
.footer-img img {
  width: 50%;
}
.footer-img p {
  /*padding-top: 23px;*/
  margin: 14px 0px;
}
ul#menu-footer-menu, ul#menu-service-menu, .addd ul {
  padding-left: 0;
}
.addd ul li {
  margin-top: 14px;
  display: flex;
}
.addd ul li i, .addd ul li svg {
  font-size: 24px;
  margin-right: 8px;
}

.footer-list h3 {
  color: #f79023;
  font-size: 24px;
  font-family: "Lato";
}
.footer-cont h3 {
  color: #f79023;
  font-size: 24px;
  font-family: "Lato";
}
.addd ul li i, .addd ul li svg {
  color: #0f74bc;
}
.addd ul li a {
  color: rgb(71, 71, 71);
}
.addd ul li a {
  color: rgb(71, 71, 71);
  text-decoration: none;
}
h3.f-title {
  position: relative;
}
.f-title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #096fba;
  display: block;
  height: 2px;
  width: 40px;
  z-index: 1;
  left: 0px;
  top: 43px;
}
.header-inner {
  position: relative;
  /*padding: 60px 0 0;*/
  /*margin-bottom: 30px;*/
  height: 350px;
}

section.header-inner:before {
  content: " ";
  position: absolute;
  background-color: #00000070;
  top: 0;
  width: 100%;
  height: 100%;
}

section.header-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*object-position: top;*/
}

.breadcrumbs {
  padding: 15px 0;
  background-color: #eaf6ff;
  min-height: 40px;
  color: #000;
  margin: 0;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 600;
  color: #f79023;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
.breadcrumbs ol li {
  font-weight: 600;
  color: #0f74bc;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding: 0px 9px;
  color: #6c757d;
  content: "/";
}

.breadcrumbs ol li a {
  color: #000;
}

.bg-dark {
  background: #0e5e97 !important;
}
.text-center {
  text-align: center !important;
}
.breadcrumb {
  padding-left: 0;
  background: transparent;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumb .breadcrumb-item {
  padding-right: 5px;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}
.breadcrumb .active {
  color: #fcdb02;
}
.breadcrumb .breadcrumb-item {
  padding-right: 5px;
  color: #ffffff;
}
.header-inner .inner-banner-title {
  font-size: 42px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 8px 27px 0px rgba(27, 27, 41, 0.15);
  box-shadow: 0px 8px 27px 0px rgba(27, 27, 41, 0.15);
  padding: 20px 50px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
/*--------- our-vision-area --------------*/
.our-vision-area {
  padding: 50px 0px;
  background-color: #eaf6ff;
}

.single-vision-box {
  margin-top: 45px;
  margin-bottom: 10px;
  background-color: #fff;
  /*-webkit-box-shadow: 0 10px 55px 5px rgba(137,173,255,.2);*/
  /*box-shadow: 0 10px 55px 5px rgba(137,173,255,.2);*/
  border-bottom: 2px solid #f79023;
  border-right: 2px solid #f79023;
  padding: 35px 30px;
  position: relative;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 6px;
}

.our-vision-area h2 {
  text-align: center;
  color: #000;
  text-transform: capitalize;
  font-size: 40px;
  margin-bottom: 0;
}

.our-vision-area h2 span {
  color: #f79023;
}

.our-vision-area .sec-line {
  margin: auto;
  background-color: #f79023;
}

.single-vision-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.single-vision-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
}
.single-vision-box::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border: 10px solid #fff;
  left: -80px;
  bottom: -80px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.15;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.icon {
  margin-bottom: 18px;
}
.icon i {
  background-color: #f79023;
  color: white;
  padding: 10px 10px;
  border-radius: 50%;
  font-size: 32px;
}
.icon i:hover {
  background-color: #ffffff;
  /* color: white; */
  padding: 10px 10px;
  border-radius: 50%;
  font-size: 32px;
}
.single-vision-box:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.single-vision-box:hover {
  background-color: #f79023;
  transition: all ease 0.5s;
  color: white;
}
.single-vision-box:hover p {
  color: #fff;
}
.single-vision-box:hover .icon i {
  background-color: #fff;
  color: #000;
}
.search-label {
  background-color: #f79023;
  padding: 12px 15px;
  color: #fff;
}
.form-group input:focus-visible {
  outline: 1px solid #0f74cb;
}

.callout {
  background: #f79023;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(27, 27, 41, 0.15);
  box-shadow: 0px 5px 16px 0px rgba(27, 27, 41, 0.15);
  border-radius: 5px;
  padding: 50px 0px 50px 100px;
  text-align: center;
  width: 85%;
  margin: -60px auto 0;
  position: absolute;
  z-index: 9;
}
.align-items-center {
  align-items: center !important;
}
.callout h3 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: inherit;
  letter-spacing: -0.8px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.callout .callout-botton {
  margin-right: -85px;
  text-align: center;
}
.callout .callout-botton .btn {
  padding: 11px 28px;
}
.btn.btn-md {
  padding: 8px 30px;
  background-color: #fcdb02;
}
.btn-primary {
  background: #f79023;
  border-color: #f79023;
  color: #ffffff;
}
.btn {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 35px;
  border-radius: 5px;
}
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bg-overlay-left {
  position: relative;
}
.space-pb {
  padding-top: 80px;
  padding-bottom: 60px;
}
.space-ptb {
  padding: 60px 0;
}
.bg-overlay-left.bg-overlay-light:before {
  background-color: #fafafa;
}
.bg-overlay-left:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #214d63;
  width: 38%;
  height: 63%;
  border-radius: 0 5px 5px 0;
}
.position-relative {
  position: relative !important;
}
.b-radius {
  border-radius: 5px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.bg-overlay-left .section-contant {
  padding-left: 70px;
}
.section-title {
  margin-bottom: 50px;
}
.section-title .title {
  margin-bottom: 30px;
}
.section-title h6 {
  margin-bottom: 30px;
  line-height: 26px;
}

.list ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}
.list ul li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 13px;
}

.justify-content-center {
  justify-content: center !important;
}
.section-title {
  margin-bottom: 50px;
}
.text-center {
  text-align: center !important;
}
.section-title .title {
  margin-bottom: 30px;
}
.feature-step-list {
  margin-bottom: 0px;
}
.feature-step-list {
  display: inline-block;
  padding: 0;
}
.feature-step-list li {
  width: 33.333333%;
  float: left;
  list-style-type: none;
}
.feature-step-list li .feature-step {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-step-list li .feature-step .feature-step-divider {
  position: relative;
}
.feature-step-list li .feature-step .feature-step-divider:before {
  content: "";
  border-top: 3px dotted #f79023;
  width: 80px;
  position: absolute;
  top: 40px;
  right: -11%;
}
.menu-item-has-children {
  position: relative;
}

.feature-step-list li .last-step .feature-step-divider:before {
  content: "";
  display: none;
}

.feature-step-list li .feature-step .feature-step-divider .feature-step-icon {
  position: relative;
  height: 80px;
  width: 80px;
  font-size: 40px;
  margin-bottom: 10px;
  color: #ffffff;
  display: inline-block;
  padding-top: 10px;
  background-color: #f79023;
  border-radius: 52%;
}
.feature-step-list li .feature-step .feature-info-content {
  padding: 0px 40px;
}
.feature-step-list li .feature-step .feature-info-content h4 {
  margin: 40px 0px 20px;
}
.feature-step-list
  li
  .feature-step
  .feature-step-divider
  .feature-step-icon
  .feature-step-number {
  background: #214d63;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  right: -15px;
  font-size: 18px;
  font-weight: 700;
}

/* ------------service-detail---------------- */

.category-list {
  background-color: #f4f5f8;
  width: 100%;
  padding: 20px 20px 40px 20px;
  border-radius: 10px;
  position: -webkit-sticky;
  margin-bottom: 30px;
}
.category-list .widget {
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
}
.category-list .widget .widget-title h4 {
  margin-bottom: 20px;
  font-size: 32px;
  color: #0f74bc;
}
.category-list .widget li a {
  color: #666666;
  display: block;
  font-size: 17px;
  text-decoration: none;
  transition: 0.4s ease;
}

.category-list .widget li a:hover {
  transform: translatex(10px);
  color: #0f74bc;
}

.category-list .widget li a:before {
  content: "\2192";
  color: #f79023;
  font-size: 18px;
  font-weight: bolder;
  margin-right: 5px;
}

.category-list .widget li a:hover:before {
  color: #0f74bc;
}

.category-list .widget li {
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.service-add h4 {
  margin-bottom: 20px;
}

.page-img {
  margin-bottom: 10px;
}

.service-add:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #14131299;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 10px;
  /* padding: 40px; */
}

.service-add {
  background-image: url(../../img/HGFF.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: right;
  border-radius: 10px;
}

.feature-info-content h4 {
  color: black;
  font-size: 25px;
  margin-top: 20px;
}
.cat-box {
    border: 2px solid #f79023;
    border-radius: 5px;
    padding: 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.cat-box:hover img {
  transform: scale(1.05);
}
.cat-box h4 {
  font-size: 30px;
  text-align: left;
  color: #0e75bd;
  text-transform: capitalize;
}
.feature-step-list .feature-step:hover .feature-step-icon {
  transform: rotate(360deg);
}
.cat-box a {
  text-decoration: none;
}
.cat-box img {
  margin-bottom: 15px;
  transition: 0.3s ease-in;
}
.icons-headings .brand-box {
  text-align: center;
  box-shadow: 1px 2px 3px #e2e2e2;
  border-radius: 5px;
}
.icons-headings .brand-box img {
  width: 165px;
  height: 165px;
  object-fit: contain;
}
.icons-headings .brand-box h4 {
  padding: 10px 0;
}

.feature-info {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0px 10px;
}
.feature-info-content a {
  text-decoration: none;
}
.text-yellow {
  color: #f79023;
}

.section-testimonial-img {
  background-color: #eaf7ff;
  width: 100%;
  height: 280px;
  position: relative;
}

section.section-testimonial {
  margin-top: 60px;
  margin-bottom: 130px;
}

/* .section-testimonial-img img {
    width: 61px;
    top: -13px;
    position: absolute;
} */

ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

ul.slick-dots li button {
  margin: 5px;
  background-color: #0f74bc;
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 100%;
  font-size: 0;
}

ul.slick-dots li.slick-active button {
  background-color: #f79023;
}

.a_img_box-2 {
  position: relative;
  width: 90%;
}
.big_img-2 {
  text-align: center;
}

.big_img-2 {
  width: 85%;
  text-align: center;
  border: 8px solid #fff;
  box-shadow: rgb(234 247 255) 0px 54px 55px, rgb(234 247 255) 0px -12px 30px,
    rgb(234 247 255) 0px 4px 6px, rgb(234 247 255) 0px 12px 13px,
    rgb(234 247 255) 0px -3px 5px;
  transform: rotate(-4deg);
  overflow: hidden;
}

.form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 0 18px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}

.form-group select {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 0 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  background: white;
  color: #707070;
}

.form-group [type="submit"] {
  width: 35%;
  height: 40px;
  border: none;
  text-transform: capitalize;
  padding: 0 14px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  /* font-weight: 600; */
  border-radius: 4px;
  background-color: #f79023;
}

.form-group [type="submit"]:hover {
  background-color: #0f74bc;
}

.form-group textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 18px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}
.select-box {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  text-transform: capitalize;
  background-color: #fff;
  padding: 0 18px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  outline: none;
}

.contact-us-form-2 h2 span {
  color: #096fba;
}
.contact-us-form-2 h2 {
  font-size: 38px;
  margin-bottom: 28px;
}
.contact-us-form-2 p {
  font-size: 22px;
  margin: 0;
  color: #f79023;
}

section.section-contect {
  background: url(../../img/contact-bg.jpg);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

img.text-img-2 {
  width: 72px;
  position: absolute;
  top: -24px;
}

.small_img-2 {
  /*max-width: 373px;*/
  position: absolute;
  left: 180px;
  top: 60%;
}
.small_img-2 img {
  width: 250px;
  height: 300px;
  object-fit: cover;
  object-position: top;
  border: 8px solid #fff;
  box-shadow: rgb(234 247 255) 0px 54px 55px, rgb(234 247 255) 0px -12px 30px,
    rgb(234 247 255) 0px 4px 6px, rgb(234 247 255) 0px 12px 13px,
    rgb(234 247 255) 0px -3px 5px;
  transform: rotate(7deg);
}

.section-testimonial-imgs-23 {
  display: flex;
  margin-top: 20px;
}
.section-testimonial-imgs-23 img {
  width: 86px;
}
.section-testimonial-par {
  margin-left: 20px;
}
.section-testimonial-par h6 {
  font-size: 20px;
  font-family: "Lato";
  margin: 0%;
  padding-top: 10px;
  color: #096fba;
}

.section-testimonial-text {
  top: 115px;
  padding: 38px;
}

.section-testimonial-text {
  font-size: 18px;
  margin-top: 26px;
}

h2.style-ere span {
  color: #0f74bc;
}
h2.style-ere {
  font-size: 42px;
  margin-bottom: 36px;
}
.text-testimonial {
  margin-top: 70px;
}
.feature-info .feature-info-icon {
  position: relative;
  height: 80px;
  width: 105px;
  font-size: 40px;
  margin-bottom: 10px;
  color: #f79023;
  display: inline-block;
  padding-top: 8px;
  background: #0f74bc;
}

.feature-info-icon img {
  width: 52px;
}

.feature-info:hover .feature-info-icon {
  background: #f79023;
}
section.About-2 {
  margin-top: 100px;
}

button.btn-contact {
  background-color: #f79023;
  border: none;
  padding: 6px 30px;
  color: white;
}

button.btn-contact:hover {
  background-color: #000;
}
.main-menu ul li.menu-item-has-children > a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  position: absolute;
  right: -5px;
  top: 4px;
  display: none;
}
.main-menu
  ul
  li.menu-item-has-children
  .dropdown-menu
  li.menu-item-has-children
  > a::after {
  right: 8px;
  top: 13px;
}

/*.feature-info .feature-info-icon:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    height: 99%;*/
/*    width: 100%;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    top: 0;*/
/*    z-index: -1;*/
/* background-color: #ffffff; */
/*    border-radius: 5px;*/
/*    -webkit-box-shadow: 0px 8px 27px 0px rgba(27, 27, 41, 0.15);*/
/*    box-shadow: 0px 8px 27px 0px rgba(27, 27, 41, 0.15);*/
/*    -webkit-transition: all 0.5s ease-in-out;*/
/*    transition: all 0.5s ease-in-out;*/
/*}*/

.feature-info .feature-info-icon i {
  font-size: 60px;
  color: #214d63;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.feature-info .feature-info-content .feature-info-title {
  margin-bottom: 20px;
}
.feature-info .feature-info-content p {
  margin-bottom: 0;
}
.feature-info:hover .feature-info-icon:before {
  background-color: #f79023;
}
h4.mb-4 {
  margin-top: 40px;
}
.contact-us .inner {
  box-shadow: 0 0 10px #00000024;
  border-radius: 5px;
  overflow: hidden;
}

.contact-us .contact-us-left iframe {
  width: 100%;
  height: 500px;
}

.contact-us .contact-us-form {
  padding: 20px 30px;
}
.contact-us .contact-us-form h2 {
     position: relative;
    font-size: 32px;
    color: #000;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: left;
}
.contact-us .contact-us-form p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.contact-us .form .form-group {
  margin-bottom: 22px;
}
.contact-us .form .form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 0 18px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}
.contact-us .form .form-group textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #eee;
  text-transform: capitalize;
  padding: 18px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}
.contact-us .form .btn {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  line-height: 20px;
  width: 100%;
  background-color: #f79023;
}
section.contact-us.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-us .form .btn:hover {
  background-color: #333;
}

.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c2d3f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
}
.contact-us .contact-us-form .checkbox {
  text-align: left;
  margin: 0;
  margin-top: 20px;
  display: inline-block;
}
.contact-us .contact-us-form .checkbox label {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  position: relative;
  padding-left: 20px;
}
.contact-us .contact-us-form .checkbox label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid#f79023;
  border-radius: 100%;
}
.contact-us .contact-info {
  /* margin-top: 50px; */
}
.contact-us .single-info {
  background: #0f74bc;
  padding: 40px 30px;
  height: 150px;
  border-radius: 10px;
  position: relative;
  /* -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s; */
  transition: 0.4s ease;
}
.contact-us .single-info:before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 90%;
  background: #777777;
  opacity: 0;
  filter: blur(10px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.contact-us .single-info i {
  font-size: 30px;
  color: #fff;
  /* position: absolute; */
  /* left: 40px; */
}
.info-flex {
    display: flex;
    gap: 18px;
}

.info-flex a {
    color: #fff;
    font-size: 17px;
}

.contact-us .single-info .content h3 a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
.contact-us .single-info .content p {
  color: #fff;
  margin-top: 5px;
  text-decoration: none;
}
.contact-us .single-info .content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}
.contact-us .single-info .content p a {
  color: #fff;
  margin-top: 5px;
  text-decoration: none;
}
.contact-us .single-info .content {
  margin-left: 0;
}
.contact-us .single-info:hover {
  transform: translateY(-5px);
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.faq-wrapper {
  width: 80%;
  padding: 40px 0 40px 0;
  margin: auto;
}
.faq-content {
  margin: 0 0 30px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px #b2b2b2;
}
.question {
  font-size: 20px;
  padding: 10px;
  background-color: #0f74bc;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--tertiary-color);
  transition: all 0.5s;
  color: white;
}
.question i {
  font-size: 15px;
}
.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.service-add.bg-holder {
  padding: 36px;
position: sticky;
    top: 40px;
}
.answer {
  padding: 20px;
  font-size: 15px;
  color: #7b7b7b;
}
.footer-list ul li {
  margin-bottom: 5px;
}
.service-content h5 {
  font-size: 20px;
  color: #f79023;
  margin: 0;
  text-align: center;
  font-family: "Lato";
}
section.service-content {
  padding-top: 60px;
}
.service-content h2 {
  font-size: 40px;
  text-align: center;
  margin: 0;
}
.service-content h2 span {
  color: #f79023;
}
.faq-text {
  margin: 10px auto 0 auto;
  width: 70%;
  font-size: 15px;
  text-align: center;
  color: #7b7b7b;
}

.section.service-content {
  margin-top: 60px;
}
.ndis-box {
  width: 100%;
  margin: 60px 0 60px 0;
}
.ndis-image {
  /*width: 550px;*/
  /*height: 600px;*/
  overflow-x: clip;
  text-align: center;
}
.ndis-image img {
  overflow: hidden;
  width: 85%;
  border: 8px solid #0f74bc;
  transform: rotate(-6deg);
  transition: 0.4s ease;
}
.ndis-text {
  width: 100%;
}
.ndis-image img:hover {
  transform: scale(1.03);
}

.ndis-text h2 {
  color: #0f74bc;
  font-size: 34px;
  margin: 10px 0px;
  font-family: "playfair_displaybold";
}

.ndis-text h5 {
  font-size: 20px;
  color: #f79023;
  margin: 0;
  font-family: "Lato";
}
.ndis-text li i {
  margin: 0 10px 0 0;
  color: #f79023;
}
.ndis-text ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ndis-text li {
  width: 48%;
  font-size: 15px;
  color: #7b7b7b;
  margin: 10px 0 0 0;
}

.scroll_top {
  width: 40px;
  height: 40px;
  background-color: #096fba;
  font-size: 17px;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  transition: all 0.4s;
  cursor: pointer;
}

.scroll_top:hover {
  background-color: #000;
}

.section.accomm {
  padding-top: 50px;
}

.page-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.acm-img img {
  width: 80%;
  width: 85%;
  border: 8px solid #0f74bc;
  transform: rotate(6deg);
  transition: 0.4s ease;
}

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

.career-box img {
  position: absolute;
}
.career-box {
  position: relative;
  /* background-color: #0f74bc; */
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 15px;
  height: 275px;
  overflow: hidden;
  transition: 0.4s ease;
}

.career-box:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.step {
  background-color: #f79023;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 18px;
  color: #fff;
}

.career-txt h1 {
  text-align: center;
  margin-bottom: 50px;
  color: #000;
  font-size: 38px;
}

.career-txt h1 span {
  color: #f79023;
}

section.career {
  padding: 50px 0px;
}

section.jobs {
  padding: 50px 0px;
  background-color: #eaf6ff;
  overflow: hidden;
  /*margin-top: 170px;*/
}

.job-box > i {
  font-size: 40px;
  margin-bottom: 20px;
  color: #ffffff;
  background-color: #0f74bc;
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #f79023;
  width: 90px;
  text-align: center;
  height: 90px;
}

.why-join .job-box:hover {
  background-color: #d3edff;
}
.why-join .job-box i {
  transform: scaleX(1); /* Set the initial state */
  transition: transform 0.3s ease-in;
}

.why-join .job-box:hover > i {
  animation: flip 0.6s ease-in-out;
}

@keyframes flip {
  0% {
    transform: scaleX(1); /* Start with the original state */
  }
  50% {
    transform: scaleX(-1); /* Flip halfway through */
  }
  100% {
    transform: scaleX(1); /* Return to the original state */
  }
}

section.work-for-us {
  padding: 50px 0px;
  /*background-color: #eaf6ff;*/
}

.work-us-img {
  width: 95%;
  text-align: center;
  border: 8px solid #f79023;
  /* box-shadow: rgb(234 247 255) 0px 54px 55px, rgb(234 247 255) 0px -12px 30px, rgb(234 247 255) 0px 4px 6px, rgb(234 247 255) 0px 12px 13px, rgb(234 247 255) 0px -3px 5px; */
  transform: rotate(4deg);
  overflow: hidden;
}

.work-us-img:hover img {
  transform: scale(1.1);
}

.work-us-img img {
  transition: 0.4s ease;
}

.choose-flex {
  width: 100%;
  margin: 22px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.choose-icon {
  display: grid;
  place-items: center;
  /*width: 60px;*/
  /*height: 60px;*/
  border-radius: 50%;
  transition: all 0.5s;
  /*background-color: #0f74bc;*/
}

.choose-icontext {
  width: 85%;
}

.choose-icontext h4 {
  font-size: 19px;
  margin: 0;
  font-family: "Lato" !important;
  font-weight: normal;
}

.choose-icon img {
  width: auto;
}

.career-txt ul li {
  font-family: "Lato" !important;
  color: #666666;
  font-size: 16px;
  /* list-style: disc; */
}

.job-box {
  box-shadow: rgb(82 82 82 / 24%) 0px 2px 3px,
    rgb(158 158 158 / 24%) 0px -2px 3px;
  padding: 25px;
  margin: 10px 0px;
  background-color: #fff;
  border: 2px solid #f79023;
      min-height: 349px;
}

.job-box h2 {
  color: #0f74bc;
  font-size: 22px;
  text-transform: capitalize;
}

.jobs-slider .prev-btn {
  position: absolute;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 40%;
  left: -4%;
  font-weight: 600;
  font-size: 17px;
  background-color: #f79023;
  color: #000;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.5s;
}
.jobs-slider .next-btn {
  position: absolute;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 40%;
  right: -4%;
  font-weight: 600;
  font-size: 17px;
  background-color: #f79023;
  color: #000;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.5s;
}

section.mission-2 {
  margin-top: 30px;
  background: url(../../img/mission.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 16px;
  background-attachment: fixed;
  margin-bottom: 30px;
  padding: 80px 0px;
}

.mission-2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -moz-background-color: #00000070;
  -webkit-background-color: #00000070;
  background-color: #00000070;
}

.why-head {
  text-align: center;
  padding: 30px;
}
.mission-2 h3 {
  color: #f79023;
  font-size: 26px;
  line-height: 38px;
  /* font-family: 'Gontserrat'; */
  /* font-weight: 700; */
  margin-bottom: 24px;
  padding: 30px;
  text-align: center;
}

.mission-2 .container {
  position: relative;
  z-index: 9;
}

.mission-box {
  background-color: #eaf6ff;
  width: 70%;
  margin: auto;
  padding: 30px;
}

.all-btn a {
  background-color: #f79023;
  padding: 10px 34px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

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

/*.all-btn {*/
/*    margin-top: 30px;*/
/*}*/

section.join-detail {
  padding: 50px 0 ;
}

.join-de-txt {
  width: 85%;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px; */
  padding: 20px 40px;
  border-radius: 5px;
  text-align: center;
  margin: auto;
}

.job-listing ul li {
  display: inline-block;
  padding: 8px 10px;
  border: 1px dashed #f79023;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 0.5em;
  transition: 0.4s ease;
}

.job-listing ul li:hover {
  background-color: #f79023;
  color: #fff;
  border: 1px dashed #0e74bb;
}

a.de-btn.btn {
  background-color: #0f74bc;
  color: #fff;
  transition: 0.4s ease;
}
.single-info-2 {
    margin-top: 20px;
}
a.de-btn.btn:hover {
  background-color: #f79023;
}

/*.join-box {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    background-color: #fff;*/
/*    padding: 20px;*/
/*    border-radius: 5px;*/
/*      margin-bottom: 20px;*/
/*    border-bottom: 2px solid #f79023;*/
/*box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
/*     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
/*     transition: .4s ease;*/
/*    cursor: pointer;*/
/*}*/

/*.join-box:hover {*/
/*    background-color: #eaf6ff;*/
/*}*/

/*.join-box h2 {*/
/*    font-size: 22px;*/
/*    color: #0f74bc;*/
/*}*/

/*.join-box i {*/
/*    color: #fff;*/
/*    background-color: #f79023;*/
/*    padding: 10px;*/
/*    border-radius: 100%;*/
/*}*/
.counter-box {
  width: 100%;
  padding: 50px 0px;
}

.counter {
  width: 100%;
  padding: 20px 30px;
  border-radius: 10px;
  border-bottom: 2px solid #f79023;
  box-shadow: 0 0 10px #aecdcd;
  text-align: center;
}

.counter-text {
  width: 100%;
}

.counter-text h3 {
  font-size: 40px;
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 0 10px 0 0;
}

.counter-text h3::after {
  content: "+";
  position: absolute;
  top: 0;
  left: 100%;
}

.counter-text p {
  font-size: 20px;
  margin: 0;
}

.counter-text i {
  color: #fff;
  background-color: #0f74bc;
  padding: 15px;
  border-radius: 100%;
  font-size: 30px;
  width: 60px;
  height: 60px;
  display: inline-grid;
  place-content: center;
  margin-bottom: 10px;
}

.counter:hover .counter-text i {
  background-color: #f79023;
}

.about_banner {
  width: 100%;
  height: 430px;
  position: relative;
}

.about_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.about_banner_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15% 0 0 8%;
  background-color: rgba(0, 0, 0, 0.7);
}

.about_banner_cont h2 {
  font-size: 45px;
  /*font-family: vollkorn-bold;*/
  color: #fff;
}

.about_banner_cont ul {
  display: inline-block;
  padding: 10px 30px;
  background-color: #ffffff21;
}

.about_banner_cont ul li {
  display: inline-block;
  /*font-family: gtwalsheimpro-light;*/
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}

.about_banner_cont ul li a {
  color: #fff;
  transition: all 0.4s;
}

.sidebar-image {
  width: 100%;
  /*height: 300px;*/
  /*margin: 30px 0 0 0;*/
  position: sticky;
  top: 30px;
}

.sidebar-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000007d;
}

.sidebar-imagetext {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  padding: 50px 30px;
  z-index: 9;
}

.sidebar-imagetext h2 {
  font-size: 40px;
  margin: 0;
  color: #fff;
}

.sidebar-imagetext p {
  font-size: 30px;
  margin: 10px 0 0 0;
}

.sidebar-imagetext a {
  display: inline-block;
  padding: 10px 30px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.5s;
  margin: 20px 0 0 0;
  border-radius: 5px;
  background-color: #f79023;
  color: #fff;
}

.join-de-txt h4,
.join-de-txt h1,
.join-de-txt h3,
.join-de-txt h5,
.join-de-txt h6 {
  color: #0f74bc;
  font-size: 22px;
  margin: 10px 0px;
}

.join-de-txt h2 {
  color: #000;
  margin-bottom: 20px;
  font-size: 36px;
}

.join-de-txt h2 span {
  color: #f79023;
}

.join-de-txt ul li {
  font-size: 16px;
  color: #000;
  font-family: "Lato";
  color: #666666;
  list-style: none;
  /*margin: 10px 0px;*/
  /*font-size: 17px;*/
  /*list-style-image: url(https://webtestinglink.com/beta/allcarenursing/wp-content/uploads/2023/09/icon.png);*/
}

.page-link {
  color: #f79023;
}

.page-item.active .page-link {
  background-color: #f79023;
  border-color: #f79023;
}
.job-btn a {
 color: #ffffff;
    /* text-decoration: underline !important; */
    font-size: 18px;
    border-radius: 0;
    background-color: unset;
    cursor: pointer;
    background: #0e74bb;
    padding: 5px 15px;
}
.job-btn a:hover {
  color: #f79023;
}

.job-img {
  text-align: center;
}
.job-img img {
  width: 85%;
  border: 8px solid #0f74bc;
  transform: rotate(-6deg);
  transition: 0.4s ease;
}

.job-box ul li {
  display: inline-block;
  color: #000;
  margin-right: 0.5em;
  /* background-color: #f2f8ff; */
  padding: 5px 13px;
  border-radius: 20px;
  font-size: 13px;
  /* margin: 4px; */
  border: 1px dashed #b7dbff;
}

.job-box ul li i {
  font-size: 16px;
  margin-right: 10px;
  color: #f79023;
}

.job-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
}

section.section-team {
  padding: 60px 0px;
}

.team-txt {
  text-align: center;
  width: 50%;
  margin: 0px auto 20px;
}

.team-txt h2 {
  font-size: 42px;
  color: #000;
}
.team-txt h2 span {
  color: #0f74bc;
}

.team-text {
  position: absolute;
  bottom: 0%;
  left: 28%;
  transform: translate(-50px, -50px);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 70%;
  text-align: center;
}
.team img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.team-abso {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(15 116 188 / 30%);
  display: grid;
  place-items: center;
  top: 100%;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 10px;
}

.team-abso ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.team-abso ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.team-abso ul li a {
  width: 40px;
  height: 40px;
  background-color: #f79023;
  font-size: 20px;
  color: #fff;
  display: grid;
  place-content: center;
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
}

.team:hover .team-abso {
  top: 0;
  opacity: 1;
}

.team {
  position: relative;
}

section.category-area {
  padding: 40px 0px;
}

.cat h2 {
  text-align: center;
  font-size: 43px;
  margin-bottom: 20px;
}

.cat h2 span {
  color: #0e75bd;
}
/*==========*/

.clk_btn {
  position: absolute;
  right: -10px;
  top: 3px;
  color: #6e6e6e;
  font-size: 14px;
}

.pagination{
  display: none;
}

.space-ptb h1{
  font-size: 42px;
}

section.job-detail-box{
  margin: 0 !important;
}

.callout .callout-botton .btn i{
  margin: 0 5px 0 0;
}

.all-btn.m-btn {
    position: fixed;
    top: 44%;
    right: -70px;
    transform: rotate(270deg);
    z-index: 9999;
}


.carousel-caption p {
    font-size: 18px;
	    color: #000;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 18px !important;
}

.screen-reader-response ul {
    display: none;
}
.phone {
    display: none;
}

/*==========RESPONSIVE QUERIES START================*/

@media only screen and (max-width: 1451px) {
  .banner-slide .carousel-caption.d-none.d-md-block h1 {
    font-size: 60px;
  }

  .banner-slide .carousel-caption.d-none.d-md-block h1 span {
    font-size: 60px;
  }

  .services-heading h2 {
    font-size: 40px;
  }

  .section-title h2 {
    font-size: 40px;
  }

  h2.style-ere {
    font-size: 40px;
  }

  .logo img {
    width: 70%;
  }

  .about_banner_cont h2{
    font-size: 40px;
  }

  .team-txt h2{
    font-size: 40px;
  }

  .about_banner_cont{
    padding: 15% 0 0 12%;
  }

  .services-heading h2{
    font-size: 40px;
  }

  .services-heading h2{
    font-size: 40px;
  }

  .space-ptb h1{
    font-size: 40px;
  }
  

}

@media only screen and (max-width: 1422px) {
  .banner-slide .carousel-caption.d-none.d-md-block h1 {
    font-size: 50px;
  }

  .banner-slide .carousel-caption.d-none.d-md-block h1 span {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1399.2px) {
  .container {
    max-width: 90%;
    margin: auto;
  }

  .banner-slide .carousel-caption.d-none.d-md-block h1 {
    font-size: 40px;
  }

  .banner-slide .carousel-caption.d-none.d-md-block h1 span {
    font-size: 40px;
  }

  .banner-slide img {
    height: 500px;
  }

  .about_banner_cont{
    padding: 15% 0 0 7%;
  }

  

}

@media only screen and (max-width: 1255.2px) {
  .banner-slide .carousel-caption.d-none.d-md-block h1 {
    font-size: 35px;
  }

  .banner-slide .carousel-caption.d-none.d-md-block h1 span {
    font-size: 35px;
  }

  .top-section-bg h3 {
    margin: 0 0 10px 0;
    font-size: 35px;
  }

  .top-section-call h3 {
    margin: 0 0 10px 0;
  }

  section.About {
    margin-top: 200px;
  }

  .About-text h3 {
    font-size: 35px;
    margin: 0;
  }

  .About-head p {
    margin: 10px 0 0 0;
  }

  .About-text-2 h4 {
    font-size: 25px;
    margin: 0;
  }

  .About-text-2 p {
    margin: 10px 0;
  }

  .About-img-2 {
    align-items: first baseline;
  }

  .About-img-2 img {
    margin: 0 10px 0 0;
  }

  .big_img {
    width: 75%;
  }

  .small_img img {
    width: 75%;
  }

  .cat-box h4 {
    font-size: 25px;
  }

  .services-heading h2 {
    font-size: 35px;
  }

  .services-area {
    padding: 30px 0;
    margin: 30px 0 0 0;
  }

  .space-pb {
    padding: 30px 0;
  }

  .feature-info-content h4 {
    font-size: 20px;
  }

  .section-title {
    margin: 0 0 30px 0;
  }

  .section-title h2 {
    font-size: 35px;
  }

  section.section-testimonial {
    margin: 30px 0;
  }

  .small_img-2 img {
    width: 250px;
  }

  section.section-contect {
    margin: 100px 0 0 0;
    padding: 30px 0;
  }

  .contact-us-form-2 h2 {
    font-size: 35px;
    margin: 0 0 20px 0;
  }

  .contact-us-form-2 p {
    font-size: 15px;
  }

  .section-title-2 {
    padding-bottom: 30px;
  }

  h2.style-ere {
    font-size: 35px;
  }

  .section-testimonial-text {
    padding: 30px;
  }

  div#header-section {
    padding: 0 0 5px 0;
  }

  .sticky div#header-section {
    padding: 0;
  }

  section.section-footer {
    padding: 30px 0;
  }

  .about_banner_cont h2{
    font-size: 35px;
  }

  .team-txt h2{
    font-size: 35px;
  }

  .our-vision-area h2{
    font-size: 35px;
  }

  .about_banner{
    height:350px;
  }

  .about_banner_cont {
    padding: 17% 0 0 7%;
  }

  section.About-2 {
    margin-top: 60px;
  }

  .our-vision-area{
   padding: 30px 0;
  }

  section.section-team{
    padding: 30px 0 0 0;
  }

  .small_img-2 img{
    width: 200px;
    height: 200px;
  }

  .mission-2 h3{
    font-size: 25px;
    padding: 0;
    margin: 0 0 20px 0;
  }

  section.mission-2{
    margin: 75px 0 0 0;
    top: 0;
    padding: 60px 0;
  }

  .mission-2::before{
    width: 100%;
  height: 100%;
  }

  .single-vision-box{
    margin: 30px 0 0 0;
    padding: 30px;
  }

  .career-txt h1{
    font-size: 35px;
    margin: 0 0 30px 0;
  }

  .services-heading h2{
    font-size: 35px;
  }

  section.work-for-us{
    padding: 30px 0;
  }

  section.jobs{
    padding: 30px 0;
    /*margin: 70px 0 0 0;*/
  }

  .job-box h2{
    font-size: 20px;
  }

  .services-heading h2{
    font-size: 35px;
  }

  section.service-mission{
    margin: 30px 0 0 0;
  }

  .space-ptb h1{
    font-size: 35px;
  }

  .category-list .widget .widget-title h4{
    font-size: 25px;
  }

  .space-ptb{
    padding: 30px 0;
  }

  .service-detail-text{
    margin: 0 0 30px 0 !important;
  }

  .join-de-txt h2{
    font-size: 35px;
  }

  .sidebar-imagetext h2{
    font-size: 35px;
  }

  .join-de-txt h4, .join-de-txt h1, .join-de-txt h3, .join-de-txt h5, .join-de-txt h6{
    font-size: 20px;
  }

  section.join-detail{
    padding: 30px 0 0 0;
  }

  .counter-text p{
    font-size: 16px;
  }

  .counter-text i{
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  section.job-mission{
    margin: 30px 0 0 0;
  }

  .counter-box{
    padding: 30px 0;
  }

  .section.accomm{
    padding: 30px 0 0 0;
  }

  .section.mt-5{
    margin: 30px 0 !important;
  }

  .space-accom{
    margin: 70px 0 100px 0;
  }

  .faq-accom {
    margin: 0px 0 100px 0;
  }

  section.service-content{
    padding: 30px 0 0 0;
  }

  .service-content h5{
    font-size: 15px;
  }

  .service-content h2{
    font-size: 35px;
  }


  section.contact-us.section{
    padding: 30px 0;
  }

  .contact-us .single-info{
    padding: 30px;
  }

  .contact-us .single-info i{
    font-size: 30px;
    left: 20px; 
  }

}

@media only screen and (max-width: 1200.2px) {
  .banner-slide .carousel-caption.d-none.d-md-block h1 {
    font-size: 30px;
  }

  .banner-slide .carousel-caption.d-none.d-md-block h1 span {
    font-size: 30px;
  }

  .top-section-bg h3 {
    margin: 0 0 10px 0;
    font-size: 30px;
  }

  .About-text h3 {
    font-size: 30px;
    margin: 0;
  }

  .services-heading h2 {
    font-size: 30px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .contact-us-form-2 h2 {
    font-size: 30px;
  }

  .top-section-call {
    height: 215px;
  }

  section.About {
    margin-top: 185px;
  }

  h2.style-ere {
    font-size: 30px;
  }

  .small_img-2 {
    left: 140px;
    top: 63%;
  }

  .small_img-2 img {
    height: 250px;
  }

  .top-section-call h3 {
    font-size: 30px;
  }

  .img-text a {
    font-size: 20px;
  }

  .about_banner_cont h2{
    font-size: 30px;
  }

  .team-txt h2{
    font-size: 30px;
  }

  .our-vision-area h2{
    font-size: 30px;
  }

  .services-heading h2{
    font-size: 30px;
  }
 
  .career-txt h1{
    font-size: 30px;
  }

  .services-heading h2{
    font-size: 30px;
  }

  .space-ptb h1{
    font-size:30px;
  }

  .join-de-txt h2{
    font-size: 30px;
  }

  .sidebar-imagetext h2{
    font-size: 30px;
  }

  .service-content h2{
    font-size: 30px;
  }

  .contact-us .contact-us-form h2{
    font-size: 30px;
  }

}

@media only screen and (max-width: 1155.2px) {
  .main-menu-li li {
    margin: 0;
  }

  .small_img {
    left: 10px;
  }

  .small_img img {
    width: 65%;
  }

  ul.main-menu-li a {
    padding: 5px;
  }

  .main-menu ul li.menu-item-has-children > a::after {
    right: -8px;
    top: 8px;
    font-size: 10px;
  }

  .team-text{
    bottom: -5%;
    padding: 10px;
  }

}

@media only screen and (max-width: 1100.2px) {
  .small_img-2 img {
    width: 200px;
  }

  ul.slick-dots {
    padding: 20px 0 0;
  }

  ul.slick-dots li button {
    padding: 6px;
  }

  .contact-head-info ul li {
    margin-right: 5px;
  }

  .contact-head-info ul li a {
    margin: 10px;
  }

  ul.main-menu-li {
    padding: 0;
  }
}

@media only screen and (max-width:1050.2px){
  .team-text{
    left: 35%;
  }
}

@media only screen and (max-width: 1040.2px) {
  .contact-us .single-info {
    height: 180px;
  }

}

@media only screen and (max-width: 1027.2px) {
  .top-section-call {
    height: 250px;
  }

  section.About {
    margin-top: 220px;
  }
  
  .footer-list h3 {
    font-size: 22px;
  }
  
  .footer-cont h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991.2px) {
  .banner-slide img {
    height: 450px;
  }

  .top-section-call {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
  }

  section.top-section .col-md-12 {
    padding: 0;
  }

  .top-section-call h3 {
    text-align: left;
  }

  .top-section-bg {
    position: static;
  }

  section.top-section {
    top: -90px;
  }

  section.About {
    margin-top: -10px;
  }

  section.About .row {
    flex-direction: column-reverse;
  }

  .small_img {
    display: none;
  }

  .service-area-box .col-lg-4 {
    width: 33%;
  }

  .cat-box {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 30px 0 0 0;
  }

  .cat-box img {
    height: 300px;
    object-fit: cover;
  }

  .section-title-2 {
    display: block;
    padding: 0;
  }

  .text-testimonial {
    margin: 0;
  }

  .section-testimonial .col-lg-5 {
    display: none;
  }

  .section-testimonial-img {
    width: 100%;
  }

  ul.slick-dots {
    padding: 45px 0 0 0;
  }

  section.section-contect {
    margin: 70px 0 0 0;
  }

  .banner-slide .carousel-caption.d-none.d-md-block h1 {
    font-size: 28px;
  }

  .banner-slide .carousel-caption.d-none.d-md-block h1 span {
    font-size: 28px;
  }

  .top-section-bg h3 {
    font-size: 28px;
  }

  .About-text h3 {
    font-size: 28px;
  }

  .services-heading h2 {
    font-size: 28px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .contact-us-form-2 h2 {
    font-size: 28px;
  }

  h2.style-ere {
    font-size: 28px;
  }

  .top-section-call h3 {
    font-size: 28px;
  }

  .img-text a {
    font-size: 18px;
  }

  .About-text-2 h4 {
    font-size: 18px;
  }

  .cat-box h4 {
    font-size: 18px;
  }

  .call-details {
    padding: 0;
  }

  section.section-contect {
    background-position: center;
  }

  .contact-head-info ul li:last-child {
    display: none;
  }

  .contact-head-info ul li:nth-child(2) {
    border: none;
  }

  .main-menu ul {
    padding: 0;
  }

  ul.head-icon {
    border: none;
  }

  ul.main-menu-li {
    position: fixed;
    width: 100%;
    top: 90px;
    left: 0;
    z-index: 9999;
    display: none;
    transition: all 1s;
  }

  header {
    height: 90px;
    overflow: hidden;
    background: #fff;
    z-index: 9999;
  }

  .sticky {
   height: auto;
    padding: 10px 0px;
  }

  .sticky .main-menu ul.main-menu-li {
    top: 50px;
    z-index: 99999999;
  }

  ul.main-menu-li li {
    margin: 0;
    display: block;
    width: 100%;
  }

  ul.main-menu-li li a {
    display: block;
    padding: 10px 0 10px 8%;
    border-bottom: 1px solid #6e6e6e;
    transition: all 0.5s;
    background: #fff;
    color: #6e6e6e;
  }

  ul.main-menu-li li a:hover {
    background: #f79023;
    color: #fff;
  }

  ul.main-menu-li li.active a {
    background: #0f74cb;
    color: #fff;
  }

  .main-menu ul.dropdown-menu {
    width: 100%;
  }

  .main-menu ul li {
    position: relative;
  }
  
  .clk_btn {
    position: absolute;
    right: 70px;
    top: 13px;
  }
  
  .main-menu ul li:hover .dropdown-menu {
    z-index: 99;
    position: relative;
    }
    
    div#header-section ul li ul.dropdown-menu li .clk_btn {
    right: 70px;
    color: #fff;
    top: 11px;
}
    
    .main-menu ul li ul.dropdown-menu li:hover ul.dropdown-menu {
    display: block;
    left: 0;
    top: 0;
}

  .dropdown-menu {
    position: static;
    min-width: 100%;
  }

  div#header-section ul li ul.dropdown-menu li {
    border: none;
    padding: 0;
  }

  div#header-section ul li ul.dropdown-menu li a {
    color: #fff;
    background: #0e5e97;
  }

  div#header-section ul li ul.dropdown-menu li ul li a {
    color: #fff;
    background: #333;
  }

  div#header-section ul li ul.dropdown-menu li ul li ul li a {
    color: #fff;
    background: #0e75bd;
  }

  .toggle {
    display: inline-block;
    margin: 0 0 0 15px;
    cursor: pointer;
    width: 30px;
  }

  .bar {
    width: 100%;
    height: 3px;
    background: #f79023;
    border-radius: 5px;
    margin: 0 0 3px 0;
    transition: all 0.5s;
  }

  .bar2 {
    width: 50%;
    margin: 0 0 3px auto;
  }

  .bar:last-child {
    margin: 0;
  }

  .toggle.active .bar1 {
    transform: rotate(-45deg) translate(-3px, 0);
    margin: 0;
    background: #0f74cb;
  }

  .toggle.active .bar2 {
    display: none;
  }

  .toggle.active .bar3 {
    transform: rotate(45deg) translate(-2px, 0);
    background: #0f74cb;
  }

  .toggle.active ul.main-menu-li {
    display: block;
  }

  .img-call i {
    font-size: 45px;
  }

  .main-menu ul li.menu-item-has-children > a::after {
    display: none;
  }

  .footer-list h3 {
    font-size: 20px;
  }

  .footer-cont h3 {
    font-size: 20px;
  }

  .about_banner_cont h2{
    font-size: 28px;
  }

  .team-txt h2{
    font-size: 28px;
  }

  .our-vision-area h2{
    font-size: 28px;
  }


  .about-big-image img{
    height: 400px;
    object-fit: cover;
  }

  .About-text{
    margin: 30px 0 0 0;
  }

  .team-abso ul li a{
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .team-abso ul li{
    margin: 0 8px 0 0;
  }

  .team-text h3{
    font-size: 20px;
    margin: 0;
  }

  .team-text p{
    margin: 5px 0 0 0;
  }

  .mission-box{
    width: 100%;
  }

  .mission-2 h3{
    font-size: 20px;
  }

  .all-btn a{
    font-size: 16px;
  }

  .icon img{
    background: transparent;
    width: 70%;
    padding: 0;
    border-radius: 0;
  }

  .icon{
    width: 60px;
    height: 60px;
    background-color: #0f74bc;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin: 0 auto 15px auto;
  }

  .team-txt{
    width: 70%;
    margin: 0 auto 30px auto;
  }

  .about_banner {
    height: 300px;
  }

  .services-heading h2{
    font-size: 28px;
  }

  .career-txt h1{
    font-size: 28px;
  }

  .services-heading h2{
    font-size: 28px;
    margin: 0 0 10px 0;
  }

  .services-heading p{
     margin: 0;
  }

  .services-content{
    margin: 0;
  }

  .single-services{
    margin: 30px 0 0 0;
  }
  
  .Services-text h3{
    font-size: 22px;
  }

  .about-service{
    margin: 0;
  }

 

  .single-services .icon{
    top: 46%;
    width: 60px;
  height: 60px;
  }

  .single-services .icon img{
    width: 50%;
  }

  .space-ptb h1{
    font-size: 28px;
  }

  .category-list .widget .widget-title h4{
    font-size: 20px;
  }

  .category-list .widget li{
    padding: 0 0 15px 0;
    margin: 0;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .service-detail-text h4{
    font-size: 18px;
  }

  .join-de-txt h2{
    font-size: 28px;
  }

  .sidebar-imagetext h2{
    font-size: 28px;
  }

  .counter-box .col-md-3{
    max-width: 48%;
  }

  .counter-box{
    padding: 0 0 30px 0;
  }

  .counter{
    margin: 30px 0 0 0;
  }

  .sidebar-image{
    height: 300px;
    margin: 30px 0 0 0;
  }

  .sidebar-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .section.accomm .row{
    flex-direction: column-reverse;
  }

  .acm-img img{
    height: 300px;
    object-fit: cover;
    margin: 50px 0 30px 0;
  }

  .callout .callout-botton{
    margin: 20px 0 0 0;
  }

  .callout{
    position: static;
    width: 100%;
    padding: 30px 0;
  }

  .space-accom{
    margin: 70px 0 0 0;
  }

  .service-content h2{
    font-size: 28px;
  }

  .faq-wrapper{
    width: 100%;
  }

  .faq-accom{
    margin: 30px 0;
  }

  .question{
    font-size: 17px;
  }

  .faq-text{
    width: 100%;
  }

  .contact-us .contact-us-form h2{
    font-size: 28px;
  }

  .contact-us .single-info{
    height: auto;
    margin: 30px 0 0 0;
  }

  section.contact-us.section{
    padding: 0 0 30px 0;
  }

  .contact-us .inner .inner-row{
    flex-direction: column-reverse;
  }

  .contact-us-left{
    margin: 30px 0 0 0;
  }

  .contact-us .contact-us-left iframe{
    height: 400px;
  }

  section.contact-us.section{
    padding: 0;
  }

  .form-group p{
    margin: 0 !important;
  }
  
    .big_img {
    margin-top: 47px;
    }
    
    .laptop {
    display: none;
}

.phone {
    display: block;
}


}

@media only screen and (max-width: 925.2px) {
  .cat-box {
    height: 425px;
  }
}

@media only screen and (max-width: 851px) {
  .logo img {
    width: 100%;
  }

  .sticky .logo img {
    width: 78%;
  }

  .team-text {
    left: 40%;
  }

}

@media only screen and (max-width: 767.2px) {
  .service-area-box .col-lg-4 {
    width: 100%;
  }

  .cat-box {
    height: 400px;
  }

  .footer-img img {
    width: 25%;
  }

  .banner-slide img {
    height: 400px;
  }

  .banner-slide .carousel-caption {
    display: block !important;
    top: 12%;
  }

  .big_img {
    width: 100%;
  }

  .team-text {
    left: 33%;
  }

  .team img{
    height: 350px;
    object-fit: cover;
  }

  .about_banner_cont {
    padding: 20% 0 0 7%;
  }

  .work-us-img{
    width: 100%;
    height: 350px;
    margin: 0 0 30px 0;
  }

  .work-us-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .work-for-us .row{
    flex-direction: column-reverse;
  }

  .services-image{
    height: 200px;
  }

  .single-services .icon {
    top: 36%;
  }

  .Services-text{
    padding: 40px 30px 30px 30px;
  }

  .sidebar-image{
    height: 250px;
  }

  .section.mt-5{
    margin: 0 0 30px 0 !important;
  }

  
  .section-image{
    margin: 30px 0 0 0;
    height: 300px;
    object-fit: cover;
    object-position: top;
  }

  .section.mt-5 .col-md-4:first-child .section-image{
    margin: 0;
  }

  .acm-img img{
    width: 100%;
  }

  .breadcrumbs h2{
    margin: 0;
    font-size: 20px;
  }

  .contact-us .contact-us-left iframe{
    height: 300px;
  }


}

@media only screen and (max-width: 700.2px) {
  .sticky .logo img {
    width: 88%;
  }

  .about_banner_cont {
    padding: 25% 0 0 7%;
  }

  .jobs-slider .prev-btn{
    left: -7%;
  }

  .jobs-slider .next-btn{
    right: -7%;
  }

}

@media only screen and (max-width: 650.2px) {
  .sticky .logo img {
    width: 95%;
  }

  .banner-slide .carousel-caption {
    top: 5%;
  }

  .banner-slide .carousel-caption {
    width: 50%;
  }

  .team-text {
    left: 35%;
  }

  .page-img img{
    height: 300px;
  }

}

@media only screen and (max-width: 600.2px) {
  .sticky .logo img {
    width: 100%;
  }

  .banner-slide .carousel-caption {
    width: 60%;
  }

  .banner-slide .carousel-caption {
    top: 10%;
  }

  .about_banner_cont {
    padding: 28% 0 0 7%;
  }

  .team-text {
    left: 38%;
  }

  ul.slick-dots {
    padding: 30px 0 0 0;
  }

  .counter-box .col-md-3 {
    max-width: 100%;
  }

}

@media only screen and (max-width:575.2px){
  .services-image {
    height: 300px;
  }

  .single-services .icon {
    top: 53%;
  }

  .Services-text{
    height: auto;
  }

  .Services-text h3{
    font-size: 18px;
  }

}

@media only screen and (max-width: 550.2px) {


  .sticky .main-menu ul.main-menu-li {
    top: 45px;
  }

  
}

@media only screen and (max-width: 500.2px) {
  .banner-slide .carousel-caption.d-none.d-md-block h1 {
    font-size: 25px;
  }

  .banner-slide .carousel-caption.d-none.d-md-block h1 span {
    font-size: 25px;
  }

  .top-section-bg h3 {
    font-size: 25px;
  }

  .About-text h3 {
    font-size: 25px;
  }

  .services-heading h2 {
    font-size: 25px;
  }

  .section-title h2 {
    font-size: 25px;
  }

  .contact-us-form-2 h2 {
    font-size: 25px;
  }

  h2.style-ere {
    font-size: 25px;
  }

  .top-section-call h3 {
    font-size: 25px;
  }

  .logo {
    width: 28%;
    margin-top: -20px;
  }

  .sticky .logo {
    width: 24%;
  }

  .contact-head-info ul li:first-child {
    display: none;
  }

  .cat-box img {
    height: 250px;
  }

  .cat-box {
    height: 350px;
  }

  .banner-slide .carousel-caption p{
    color: #fff;
    text-shadow: 0 0 5px #000;
  }

  .mean-footer-copy p{
    font-size: 13px;
  }

  .a_img_box-2{
    width: 100%;
  }

  .about_banner_cont h2{
    font-size: 25px;
  }

  .team-txt h2{
    font-size: 25px;
  }

  .our-vision-area h2{
    font-size: 25px;
  }

  .about_banner_cont {
    padding: 32% 0 0 7%;
  }

  .about-big-image img{
    height: 300px;
  }

  .team img{
    object-position: top;
  }

  .team-txt{
    width: 100%;
  }

  .team-text {
    left: 30%;
  }

  ul.slick-dots{
    padding: 0;
  }

  .About-text {
    margin: 0;
  }

  .services-heading h2{
    font-size: 25px;
  }

  .career-txt h1{
    font-size: 25px;
  }

  .work-us-img{
    height: 300px;
  }

  .jobs-slider .next-btn{
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .jobs-slider .prev-btn{
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .job-box h2{
    font-size: 18px;
  }

  .job-btn a{
    font-size: 16px;
  }

  .choose-icontext h4{
    font-size: 16px;
  }

  .services-heading h2{
    font-size: 25px;
  }

  .services-image {
    height: 250px;
  }

  .single-services .icon {
    top: 46%;
  }

  .space-ptb h1{
    font-size: 25px;
  }

  .join-de-txt h2{
    font-size: 25px;
  }

  .sidebar-imagetext h2{
    font-size: 25px;
  }

  .join-de-txt h4, .join-de-txt h1, .join-de-txt h3, .join-de-txt h5, .join-de-txt h6{
    font-size: 18px;
  }

  .sidebar-image {
    height: 200px;
  }

  .breadcrumbs h2{
    font-size: 18px;
  }

  .breadcrumbs ol li + li::before{
    padding: 0 4px;
  }

  .service-content h2{
    font-size: 25px;
  }

  .contact-us .contact-us-form h2{
    font-size: 25px;
  }

  .contact-us .contact-us-left iframe {
    height: 250px;
  }

  .form-group input{
    padding: 0 10px;
  }

  .form-group textarea{
    padding: 10px;
  }

div#header-section ul li ul.dropdown-menu li .clk_btn {
    padding: 0px 32px;
    right: 33px;
}
.mission-2 h3 {
    font-size: 20px;
    line-height: normal;
}

.all-btn.m-btn {
    right: -66px;
}

}

@media only screen and (max-width:482.2px){
  .section-testimonial-img{
    height: 300px;
  }

  ul.slick-dots {
    padding: 10px 0 0 0;
  }
  
  ul.head-icon {
    border: none;
    display: none;
}

.contact-head-info ul li {
    margin-right: 0;
}
.contact-head-info ul li a {
    margin: 0;
}

.toggle {
    width: 35px;
}

.banner-slide .carousel-item:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000008c;
}
.banner-slide .carousel-caption.d-none.d-md-block h1 {
    font-size: 25px;
    color: #fff;
}

.banner-slide .carousel-caption.d-none.d-md-block h1 span {
    font-size: 25px;
    color: #fff;
}

.contact-head-info ul li i {
    margin-right: 10px;
}

  .top-section-bg h3 {
    font-size: 22px;
}

a.btn.btn-light {
    margin-left: 0;
}

.About-text h3 {
    font-size: 23px;
}
}

@media only screen and (max-width: 450.2px) {
  .logo {
    width: 35%;
  }

  .sticky .logo {
    width: 28%;
  }

  .banner-slide .carousel-caption {
    width: 80%;
  }

  .top-section-bg a{
    padding: 10px 15px;
  }

  .about_banner_cont {
    padding: 28% 0 0 7%;
  }

  .about_banner {
    height: 250px;
  }

  .mission-box{
    padding: 20px;
  }
  
.sticky .main-menu ul.main-menu-li {
    top: 59px;
}

.sticky .logo {
    width: 32%;
}
  
}

@media only screen and (max-width: 432.2px) {
  .section-testimonial-img {
    height: 330px;
  }

  img.text-img-2 {
    width: 60px;
  }

}

@media only screen and (max-width: 400.2px) {

  .logo {
    width: 38%;
  }

  .sticky .logo {
    width: 33%;
  }

  .feature-info .feature-info-icon{
    width: 80px;
    display: grid;
    place-items: center;
    margin: auto;
  }

  .section-testimonial-par h6{
    font-size: 18px;
  }

  ul.head-icon{
    display: none;
  }

  .footer-img img {
    width: 50%;
  }

  .about_banner_cont {
    padding: 30% 0 0 7%;
  }

  .question{
    font-size: 16px;
  }

}

@media only screen and (max-width:378px){
  .logo {
    width: 49%;
  }

  .sticky .logo {
    width: 40%;
  } 

  .section-testimonial-imgs-23 img{
    width: 70px;
  }

}

@media only screen and (max-width:359px){
  section.mission-about{
    margin: 100px 0 0 0;
  }
}

@media only screen and (max-width:350.2px){
  .section-testimonial-img {
    height: 350px;
  }

  .section-testimonial-imgs-23 img{
    width: 60px;
  }

} 

@media only screen and (max-width:336px){
  .section-testimonial-imgs-23 img{
    width: 45px;
    object-fit: cover;
  }

  .section-testimonial-img {
    height: 400px;
  }

  ul.slick-dots {
    padding: 50px 0 0 0;
  }
}

@media only screen and (max-width:321px){
  section.jobs{
    /*margin: 90px 0 0 0;*/
  }
}




/*============RESPONSIVE END=================*/

.popup-container {
    position: fixed;
    z-index: 999;
    top: 30%;
    right: -300px;
/* 	    right: 0; */
    /* Initial position outside the viewport */
    width: 250px;
    border-radius: 10px 0px 0px 10px;
    background-color: #fff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    transition: right 0.5s ease-in-out;
}

.popup-content {
         padding: 20px; 
    text-align: center;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
}

.close-btn {
    display: block;
    margin-top: 0;
    padding: 5px 11px;
    background-color: #f79023;
    color: #fff;
    border: none;
    cursor: pointer;
    position: absolute;
    top: -14px;
    left: -11px;
    border-radius: 20px;
	
}

/* .popup-container .block {
    right: 0;
} */

.pop-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fec800;
}

.popup-content h1 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    width: 80%;
    margin: 20px auto;
    color:#000;
}

.popup-content p {
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

a.pre-order-btn {
    background-color: #f79023;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 7px 15px;
    display: block;
    margin: 20px auto;
    width: max-content;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

a.pre-order-btn i {
    background-color: #fec800;
    padding: 5px 7px;
    border-radius: 100%;
    margin-right: 10px;
}

.popup-content img {
    width: 45%;
    margin: 10px 0;
}
/*===============*/

.services-area.main-service {
    background-color: #fff;
    margin-top: 0;
}

.mb-5.service-detail-text {
    text-transform: capitalize;
}

section.section-testimonial {
    display: none;
}

/* === Job Detials Page === */
.fc {
  display: flex;
}
.aic {
  align-items: center;
}
.fc-content {
  margin-left: 10px;
}
.fc-content p {
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
}
.form-inner {
  box-shadow: 0 0 10px #00000024;
  border-radius: 5px;
  overflow: hidden;
  padding: 40px 50px 50px;
}
.mtn-5 {
  margin-top: -3rem;
}

@media (max-width: 480px) {
  .aic {
    align-items: flex-start;
  }
  .fc-img {
    min-width: 20px;
    max-width: 20px;
  }
  .cat-box.cbox-2 {
    height: 220px;
  }

}


@media only screen and (max-width: 482.2px) {
  .toggle {
      display: none;
  }
}