:root {
  --color-orange: #e67e27;
  --color-dgrey: #333333;
  --body-font: 'Heebo', sans-serif;
  --heading-font: 'Heebo', sans-serif;
}

/*--------- Scroller clor -----------*/
body::-webkit-scrollbar {
  width: 8px;
  background: #e67e26;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #e6e6e7;
}

body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background: #e67e26;
}

/*--------- Scroller clor -----------*/

:root {
  --text-14: 14px;
  --text-15: 15px;
  --text-16: 16px;
  --text-18: 18px;
  --text-20: 20px;
  --text-24: 24px;
  --text-30: 30px;
  --text-36: 36px;
  --text-38: 38px;
  --text-40: 40px;
  --text-44: 44px;
  --text-55: 55px;
  --text-62: 62px;
  --text-72: 72px;
  --text-82: 82px;
}

.pl-70 {
  padding-left: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  * {
    zoom: 1;
  }
}

body {
  padding: 0;
  font-family: var(--body-font);
  width: 100%;
  background-color: white;
  color: #505050;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
  font-family: var(--heading-font);
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
  font-family: var(--body-font);
  color: #404040
}

.btn-primary {
  color: #fff;
  background-color: var(--color-orange);
  border-color: var(--color-orange);
  font-weight: 500;
  font-size: 15px;
  padding: .475rem 1.25rem;
  transition: all 0.5s;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--color-dgrey);
  border-color: var(--color-dgrey);
  color: white;
}

.ahover:hover {
  color: white;
}

h1 {
  font-size: 32px !important;
}

h2 {
  font-size: 28px !important;
}

#button {
  display: inline-block;
  background-color: #e67e26;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}

/* Styles for the content section */
@media (min-width: 500px) {

  #button {
    margin: 30px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }

  .header-custom {
    padding-left: 50px;
    padding-right: 50px;
  }
}


/* header */
.text-accent-1 {
  color: var(--color-green);
}

.header-top .navbar-collapse {
  justify-content: end;
  padding-right: 25px;
}

.background-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.background-img:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bottom-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

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

#main-menu .navbar-nav .nav-item {
  margin: 0 7px;
}

#main-menu .navbar-nav .nav-item .nav-link {
  color: var(--color-dgrey);
  font-weight: 500
}

#main-menu .navbar-nav .nav-item .nav-link.active {
  color: var(--color-orange)
}

#main-menu .navbar-nav .nav-link.contact-link {
  display: flex;
  position: relative
}

#main-menu .navbar-nav .nav-link span {
  margin-left: 30px;
}

#main-menu .navbar-brand img {
  width: 200px;
}

.header-top {
  padding: 10px 0;
}

.dropdown-toggle:after {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
}

.nav-item:hover .dropdown-toggle:after {
  border: solid #e67e27;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
}


.navbar-toggler {
  box-shadow: none !important;
}

.cta-button-wrap {
  background: var(--color-orange)
}

.cta-button-wrap {
  background: var(--color-orange);
  border-radius: 8px;
  z-index: 130;
  overflow: hidden;
}

.cta-button-wrap a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  padding: 0;
}

.cta-button-wrap a .icon {
  background: #333;
  padding: 6px 6px;
  margin-right: 15px;
}

.cta-button-wrap a .telno {
  font-size: 20px;
  padding-right: 15px;
}

.cta-button-wrap a .icon img {
  max-width: 28px;
}

.cta-button-wrap a span {
  font-size: 40px;
  font-weight: 800
}

.navbar .megamenu {
  padding: 1rem;
}

.link-color {
  text-decoration: none !important;
  color: var(--color-orange) !important;
}

.mega--button--wrap a {
  text-decoration: none !important;
  color: rgb(2 15 28/1);
  font-weight: 500;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  /*.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  } */
  .navbar-expand-lg .navbar-nav .dropdown-menu.megamenu {
    position: fixed;
    width: 100%;
    display: flex;
    left: 0;
    top: 60px;
    border-radius: 0;
    border: 0 none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #eeee;
    z-index: 120;
    opacity: 0;
    transform: translateY(-900px);
    transition: transform 0 cubic-bezier(0, 0, 0, 1.26);
    /* padding: 40px 0; */
    box-shadow: 0 17px 20px rgba(0, 0, 0, 0.1);
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu.megamenu.show {
    opacity: 1;
    transform: translateY(-1px);
  }


}

.navbar-expand-lg .navbar-nav .dropdown-menu.megamenu:before {
  content: "";
  position: absolute;
  height: 100%;
  left: -100%;
  width: 100%;
  background: #fff;
  top: 0px;
  border-top: 1px solid #eee;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megamenu:after {
  content: "";
  position: absolute;
  height: 100%;
  right: -100%;
  width: 100%;
  background: #fff;
  top: 0px;
  border-top: 1px solid #eee;
}

/* ============ desktop view .end// ============ */
.header__dropdown--list li .header__dropdown--item div img {
  position: absolute;
  left: 22px;
  top: 12px;
}

.col-megamenu {
  display: flex;
  flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

.header__dropdown--list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.header__list li {
  width: auto;
}

.header__dropdown--item {
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}

.header__dropdown--item div {
  padding-left: 2rem;
  padding-right: .5rem;
  position: relative;
}

.header__dropdown--list a {
  text-decoration: none;
}

.header__dropdown--item div h5 {
  color: rgb(2 15 28/1);
  font-size: 1rem;
  line-height: 1.2rem;
}

.header__dropdown--item div {
  color: rgb(2 15 28/1);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.header__dropdown--item div p {
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25rem;
  min-height: 2rem;
  margin: 0;
}

.header__dropdown--item-source {
  background-color: rgb(255 243 255/1);
  border-radius: 1rem;
  padding: 1rem;
}

.header__dropdown--list li .header__dropdown--item div {
  border-radius: 1rem;
  padding: 14px 20px 14px 70px;
  transition: all 0.5s
}

.header__dropdown--list li.active .header__dropdown--item div,
.header__dropdown--list li:hover .header__dropdown--item div {
  background-color: #edf8f6;
}

.mega--buttons ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.mega--buttons ul li {
  list-style: none;
}

.mega--button {

  border-radius: 1rem;
  cursor: pointer;
}

.mega--button p {
  margin: 0;
  padding: 0
}

.mega--button:first-child {
  --tw-bg-opacity: 1;
  background-color: #fff1e0;
  border-color: transparent;
  border-width: 1px;
  margin-bottom: 20px;
}

.mega--button:nth-child(2) {
  --tw-bg-opacity: 1;
  background-color: #d9fdf8;
  border-color: transparent;
  border-width: 1px;
  margin-bottom: 20px;
}

.mega--button:nth-child(3) {
  --tw-bg-opacity: 1;
  background-color: #e4eaf3;
  border-color: transparent;
  border-width: 1px;
}

.mega--button--wrap img {
  position: absolute;
  left: 24px;
  top: 20px;
}

.mega--button--wrap {
  position: relative;
}

.mega--button--wrap {
  padding: 1rem 1rem 1rem 6rem;
}

.col-megamenu-buttons {
  padding-left: 40px;
  border-left: 1px solid #eee;
}

.col-megamenu-buttons h4 {
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.mega--button h5 {
  font-family: var(--body-font);
  font-size: 22px;
  font-weight: 600;
}

.mega--button h5+p {
  font-size: 14px;
  line-height: 22px;
}





/* ============ mobile view ============ */
@media(max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

/* ============ mobile view .end// ============ */

#main-menu .navbar-nav .nav-item.active .nav-link,
#main-menu .navbar-nav .nav-item:hover .nav-link {
  color: var(--color-orange);
}


/* footer */
footer {
  background: #121212;
  padding: 100px 0 30px;
  color: #fff;
  font-weight: 300;
  position: relative;
  position: relative;
  overflow: hidden
}

/* footer:before{} */
.location-wrap .location-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.location-wrap {
  margin-top: 25px;
}

.contact-no,
.contact-email {
  color: #fff !important;
}

.contact-no {
  font-weight: 600;
  font-size: 32px;
  display: flex;
  margin-top: 30px;
  margin-bottom: 25px;
}

.contact-email {
  font-size: 20px;
  font-weight: 700;
  color: #999 !important;
  display: flex;
  margin-bottom: 20px;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  padding-top: 20px;
  font-size: 13px;
  color: #999;
}

.social-links {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
}

.social-links li {
  margin-left: 15px;
  list-style: none;
}

.social-links li a {
  color: #999
}

.social-links li a:hover {
  color: var(--color-orange)
}

.footer-links ul {
  margin: 0;
  padding: 0
}

.footer-links .footer-link-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.footer-links ul li {
  list-style: none;
  margin-bottom: 7px;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  font-weight: 300;
  font-size: 16px;
}

.footer-links ul li a:hover {
  color: var(--color-orange)
}

.resources {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.resources li {
  list-style: none;
  width: 47%;
  margin-right: 8px;
  margin-bottom: 8px;
}

.resources li a {
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px;
  display: block;
  font-weight: 600;
  text-align: center;
  transition: all 0.5s
}

.resources li:hover a {
  color: var(--color-orange);
  border-color: var(--color-orange)
}

.footer-right-patch {
  position: relative;
  padding-left: 40px;
}

.footer-right-patch:before {
  content: "";
  position: absolute;
  left: 0;
  top: -133px;
  width: 300%;
  height: 170%;
  background: #1d1d1d;
}

.footer-links {
  position: relative;
}

.cert p {
  position: relative;
  top: -180px;
  color: white;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}


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

  .font-50 {
    font-size: 30px !important;
  }

  .header-top #navbarNav {
    position: absolute;
    width: 100%;
    top: 70px;
    z-index: 999;
    background: #fff;
    padding: 20px;
    transition: all 0.5s;
  }

  .contact-padding {
    padding: 30px 0px 30px 0px !important;
    text-align: center;
  }

  .cta-button-wrap {
    margin-top: 20px;
    display: flex;
    width: 100%;
  }

  .cta-button-wrap a .telno {
    font-size: 22px;
  }

  .fonttt {
    font-size: 40px !important;
  }

  .footer-right-patch {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width:374px) {
  .cta-button-wrap a .telno {
    font-size: 22px;
  }

  .contact-padding {
    padding: 30px 0px 30px 0px !important;
  }

  .footer-right-patch {
    margin-top: 30px !important;
  }

  .pd-l {
    padding-left: 15px !important;
  }

  .pd-r {
    padding-right: 15px !important;
  }

  .cert p {
    position: relative;
    top: -205px;
    color: white;
    font-size: 20px;
    line-height: 1.2;
  }

  .fonttt {
    font-size: 40px !important;
  }

  .footer-right-patch:before {
    content: "";
    position: absolute;
    left: 0;
    width: 300%;
    height: 170%;
    background: none;
  }

}

@media only screen and (min-width:375px) and (max-width:767px) {
  body {
    overflow-x: hidden;
  }

  .cta-button-wrap a .telno {
    font-size: 20px;
  }

  .header-custom {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer-right-patch {
    margin-top: 30px !important;
  }

  .footer-right-patch:before {
    content: "";
    position: absolute;
    left: 0;
    width: 300%;
    height: 170%;
    background: none;
  }

  .pd-l {
    padding-left: 15px !important;
  }

  .pd-r {
    padding-right: 15px !important;
  }

  .footer-right-patch:before {
    content: "";
    position: absolute;
    left: 0;
    width: 300%;
    height: 170%;
  }

  .cert p {
    position: relative;
    top: -220px;
    color: white;
    font-size: 20px;
    line-height: 1.2;
  }

  .fonttt {
    font-size: 40px !important;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .pd-l {
    padding-left: 15px !important;
  }

  .header-custom {
    padding-left: 50px;
    padding-right: 50px;
  }

  .pd-r {
    padding-right: 15px !important;
  }

  .footer-right-patch:before {
    content: "";
    position: absolute;
    left: 0;
    width: 300%;
    height: 170%;
    background: none;
  }

  .cert p {
    position: relative;
    top: -205px;
    color: white;
    font-size: 20px;
    line-height: 1.2;
  }

  /* menu */
  .header__dropdown--list li .header__dropdown--item div img {
    display: none;
  }

  .header__dropdown--list li .header__dropdown--item div {
    padding: 14px 20px 20px 10px;
  }

  .header__dropdown--item {
    padding: 0
  }

  #navbarNav .dropdown-menu.megamenu {
    border: 0;
    padding: 0;
  }

  #navbarNav .dropdown-menu.megamenu .container {
    padding-right: 0;
    padding-left: 0;
  }

  .col-megamenu {
    flex-direction: column;
  }

  .header__dropdown--list {
    width: 100%
  }

  .header__dropdown--item div p {
    display: none;
  }

  .header__dropdown--list li .header__dropdown--item div {
    padding: 0 20px 10px 0;
  }

  .header__dropdown--item div h5 {
    font-size: 14px;
  }

  .col-megamenu-buttons {
    border-left: 0 none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
  }

  .col-megamenu-buttons h4 {
    font-size: 25px;
    margin-top: 0;
  }

  .mega--button--wrap {
    padding: 15px;
  }

  .mega--button--wrap img {
    display: none;
  }

  .mega--button h5+p {
    display: none;
  }

  .header__dropdown--list li.active .header__dropdown--item div,
  .header__dropdown--list li:hover .header__dropdown--item div {
    background: none;
  }

  .mega--button h5 {
    font-size: 16px;
  }

  .mega--button:first-child,
  .mega--button:nth-child(2) {
    margin-bottom: 10px;
  }

  .mega--buttons ul {
    display: flex;
  }

  .mega--buttons ul li {
    height: 100%;
    margin-right: 15px;
  }

  .header-top #navbarNav {
    position: absolute;
    width: 100%;
    top: 70px;
    z-index: 999;
    background: #fff;
    padding: 20px;
    transition: all 0.5s;
  }


}

@media only screen and (min-width:992px) and (max-width:1366px) {

  #main-menu .navbar-nav .nav-link {
    font-size: 12px;
    padding: 0;
  }

  .header-custom {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.section-testim h2 {
  font-size: 25px !important;
}

@media only screen and (min-width:1920px) and (max-width:1080px) {
  .home-banner {
    background-image: url(/assets/images/home/hero-banner.webp) no-repeat 0 0;
    background-size: cover;
    background-position: bottom;
  }

  .header-custom {
    padding-left: 50px;
    padding-right: 50px;
  }
}



.container-padding {
  padding-right: 20px !important;
  padding-left: 15px !important;
}


.service-benetifs h3 {
  margin-bottom: 10px !important;
}

.service-benetifs div {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

.pd-l {
  padding-left: 75px;
}

.pd-r {
  padding-right: 50px;
}


#grad1 {
  height: auto;
  background-color: #ffffff;
  background-image: linear-gradient(#fff, #D9D9D9);
  border-radius: 10px;
}

.contact-padding {
  padding: 30px 0px 20px 83px;
}

.mega--button:nth-child(4) {
  --tw-bg-opacity: 1;
  background-color: #e2e2e2;
  border-color: transparent;
  border-width: 1px;
  margin-top: 20px;
}


.link-color-nolink:hover {
  color: #aeaeae !important;
}

.link-color {
  cursor: pointer;
}

.link-color-nolink {
  cursor: default;
}


.steps {
  position: relative;
}

.steps:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #e67e26;
  left: 50%;
  margin-left: -1px;
}

.timeline {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  padding: 0px;
  list-style-type: none;
}

.timeline .timeline-box {
  position: relative;
  float: left;
  clear: left;
  width: 45%;
  margin: 1em 2.5%;
  list-style-type: none;
  display: block;
  padding: 25px;
  background: #f8f8f8;
  z-index: 15;
}

.timeline .timeline-box .timeline-title {
  color: #3c3c3c;
  font-weight: 700;
  font-size: 1.3em;
}

.timeline .timeline-box .timeline-details {
  clear: both;
  padding-top: 5px;
}

.timeline .timeline-box span {
  position: absolute;
  top: 50px;
  right: 24px;
  font-size: 8em;
  font-weight: 700;
  color: #e67e26;
  opacity: 0.1;
  z-index: -1;
}

@media all and (max-width: 600px) {
  .timeline .timeline-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.timeline .timeline-box:hover:after {
  background: #e67e26;
}

@media all and (min-width: 650px) {
  .timeline .timeline-box:after {
    display: block;
    content: ' ';
    height: 9px;
    width: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -6.3%;
    top: 1.5em;
    border: 2px solid #e67e26;
  }
}

.timeline .timeline-box:first-child {
  margin-bottom: 1.5em;
}

.timeline .timeline-box:nth-of-type(1n):before {
  position: absolute;
  top: 15px;
  right: -10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-left: 10px solid #f8f8f8;
  border-right: 0 solid #f8f8f8;
  border-bottom: 10px solid transparent;
  content: " ";
}

.timeline .timeline-box:nth-of-type(2n) {
  float: right;
  clear: right;
}

.timeline .timeline-box:nth-of-type(2n):before {
  right: auto;
  left: -10px;
  position: absolute;
  top: 15px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 10px solid #f8f8f8;
  border-left: 0 solid #f8f8f8;
  border-bottom: 10px solid transparent;
  content: " ";
}

@media all and (min-width: 600px) {
  .timeline .timeline-box:nth-of-type(2n) {
    margin-top: 3em;
  }
}

.timeline .timeline-box:nth-child(2n):after {
  left: -6.3%;
  right: auto;
}

.timeline-box:hover,
.timeline-box:focus {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
}

.timeline-box:hover,
.timeline-box:focus {
  -webkit-box-shadow: 0px 3px 0px 0px #e67e26;
  -moz-box-shadow: 0px 3px 0px 0px #e67e26;
  box-shadow: 0px 3px 0px 0px #e67e26;
}

.timeline-box {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

.steps-area {
  padding: 0 0;
}


/* FAQ Section */

.wrapper {
  width: 100%;
}

.container-tav {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
  margin: 20px 0;
}

.question {
  font-size: 17px;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0px !important;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}


@media screen and (max-width: 790px) {
  .wrapper {
    width: 80%;
  }
}


.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}

.card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #e67e26 50%);
  background-size: 100% 200%;
  background-position: 0 1.5%;
  border-radius: 10px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}

.column h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
}

.column p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}


.card:hover {
  background-position: 0 100%;
}

.card:hover h3 {
  color: #ffffff;
}

.card:hover p {
  color: #f0f0f0;
}

@media screen and (min-width: 768px) {
  section {
    padding: 0 2em;
  }

  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  section {
    padding: 1em 3em;
  }

  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.search-container {
  position: relative;
}

.search-bar {
  width: 0;
  transition: width 0.4s ease-in-out;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: none;
}

.search-button {
  background: #e67e27;
  border: none;
  font-size: 1.2em;
  padding: 10px;
  border-radius: 30px;
}

.search-container:hover .search-bar,
.search-bar:focus {
  width: 200px;
  /* Adjust the width as needed */
  border-bottom: 2px solid #000;
}

.list-breadcumb li {
  margin: 0px 10px !important;
}


/* Common CTA style */

@media screen and (min-width:240px) and (max-width:600px) {
  .contact-channels-cta li {
    padding: 5px 5px !important;
  }

  .contact-channels-cta li:first-child {
    display: none !important;
  }

  .contact-channels-cta li:not(:last-child)::after {
    height: 100% !important;
    top: 0px !important;
  }

  .contact-channels-cta {
    border-radius: 0px !important;
  }

  .contact-channels-cta li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px !important;
    top: 3px;
    width: 1px;
    height: 20px;
    background: #acacac;
  }

  .contact-channels-cs li {
    padding: 5px 5px !important;
  }

  .contact-channels-cs li:first-child {
    display: none !important;
  }

  .contact-channels-cs li:not(:last-child)::after {
    height: 100% !important;
    top: 0px !important;
  }

  .contact-channels-cs {
    border-radius: 0px !important;
  }

  .contact-channels-cs li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px !important;
    top: 3px;
    width: 1px;
    height: 20px;
    background: #acacac;
  }
}

.contact-channels-cta {
  margin: 0;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cfcdcd;
  border-radius: 25px;
}

.contact-channels-cta li {
  list-style: none;
  position: relative;
  padding: 0 40px;
}

.contact-channels-cta li a {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-orange);
  /* color: #1174c0; */
  text-decoration: none;
}

.contact-channels-cta li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 3px;
  width: 1px;
  height: 20px;
  background: #acacac;
}

.contact-channels-cs {
  margin: 0;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cfcdcd;
  border-radius: 25px;
}

.contact-channels-cs li {
  list-style: none;
  position: relative;
  padding: 0 40px;
}

.contact-channels-cs li a {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-orange);
  text-decoration: none;
}

.contact-channels-cs li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 3px;
  width: 1px;
  height: 20px;
  background: #acacac;
}

.containercta {
  max-width: 1200px !important;
}

/* Common CTA style end */



/* footer style  */

.footer-links .footer-link-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.location-wrap .location-title {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-email {
  font-weight: 300;
  color: #fff !important;
}

.footer-links ul li a {
  color: #999;
}

.location-desc {
  color: #999;
}

footer {
  padding: 60px 0 30px;
}

.footer-links ul li a:hover {
  color: #e8741c;
}