* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
  box-sizing: border-box;
}

body {
  font-family: var(--theme-font);
  color: #000;
  font-size: 16px;
}

:root {
  --color-black: #000;
  --theme-color: #30499e;
  --theme-color2: #0aa7e9;
  --white-color: #fff;
  --theme-font: "DM Sans", sans-serif;
  --heading-font: "Archivo", sans-serif;
}

::-moz-selection {
  background-color: var(--theme-color);
  color: #fff;
}

::selection {
  background-color: var(--theme-color);
  color: #fff;
}

.bg-grey {
  background-color: #EFEFEF;
}

.text-bold {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

p {
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--theme-font);
}

a {
  text-decoration: none;
  color: inherit;
}

.theme-color {
  color: var(--theme-color);
  font-family: inherit;
}

.theme-color2 {
  color: var(--theme-color2);
  font-family: inherit;
}

.ab-graphic-responsive-title {
  display: none;
}

.common-heading {
  color: var(--theme-color);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1.5rem;
}

.section-title h3 {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  background-color: var(--theme-color2);
  color: #fff;
  border-radius: 99px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.common-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
  color: #fff;
  background: var(--theme-color2);
  text-transform: capitalize;
  padding: 18px 55px 18px 20px;
  border-radius: 99px;
  border: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.common-btn:before {
  content: "\f061";
  position: absolute;
  top: 50%;
  font-family: "fontawesome";
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--theme-color);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-10px, -50%);
  transition: all 0.4s ease-in-out;
  color: white;
}
.common-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 102%;
  border-radius: 99px;
  background: var(--theme-color);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.common-btn:hover {
  color: #fff !important;
}
.common-btn:hover:after {
  width: 106%;
}
.common-btn:hover:before {
  background-color: var(--theme-color2);
}

.common-space {
  padding: 4rem 0;
}

header .topbar {
  background-color: var(--theme-color);
  padding: 8px 0;
}
header .topbar .top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .topbar .top-inner .left-top {
  display: flex;
}
header .topbar .top-inner .left-top .cont-box {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
header .topbar .top-inner .left-top .cont-box i {
  color: #fff;
  margin-right: 0.5rem;
}
header .topbar .top-inner .left-top .cont-content p {
  margin: 0;
  color: #fff;
}
header .topbar .top-inner .left-top .cont-content p a {
  color: #fff;
}
header .topbar .top-inner .right-top .header-socials ul {
  display: flex;
  margin-bottom: 0;
}
header .topbar .top-inner .right-top .header-socials ul li {
  list-style: none;
  color: #fff;
  margin-left: 1rem;
}
header .topbar .top-inner .right-top .header-socials ul li a {
  color: #fff;
  width: 30px;
  height: 30px;
  background: var(--theme-color2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: 0.3s;
}
header .topbar .top-inner .right-top .header-socials ul li a:hover {
  background: white;
  color: var(--theme-color);
}
header .navbar-brand img {
  max-height: 75px;
}
header nav {
  background-color: transparent;
  padding: 5px 0 !important;
}
header nav ul.navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: var(--heading-font);
  padding: 10px 15px;
}
header nav ul.navbar-nav .nav-item .nav-link.active {
  color: var(--theme-color);
}
header .callnw-btns a {
  display: flex;
  align-items: center;
  background-color: var(--theme-color2);
  color: #fff;
  padding: 10px 25px;
  border-radius: 45px;
  padding-right: 10px;
}
header .callnw-btns .cc-icp {
  border-radius: 25px;
  background-color: var(--theme-color);
  width: 40px;
  height: 40px;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-home {
  background-color: #e3eaff;
  padding: 129px 0 0;
  max-height: 100vh;
  overflow: hidden;
}
.banner-home .bnr-img {
  position: relative;
}
.banner-home .bnr-img .name-float {
  position: absolute;
  z-index: 2;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.0705882353);
  text-align: center;
  display: flex;
  width: 80%;
  gap: 20px;
}
.banner-home .bnr-img .name-float h4 {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #30499e;
}
.banner-home .bnr-img .name-float p {
  margin-bottom: 0;
  line-height: 25px;
}
.banner-home .bnr-img .name-float .years-ex {
  border-left: 1px dotted var(--theme-color);
  padding-left: 20px;
}
.banner-home .bnr-img .name-float .years-ex p b {
  color: var(--theme-color);
  font-size: 20px;
  display: block;
}
.banner-home .content-bnr {
  padding-top: 8rem;
}
.banner-home .inner-content h2 {
  color: var(--theme-color);
  font-size: 2.8rem;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1450980392);
}
.banner-home .inner-content h2 span {
  color: rgb(255, 123, 0);
}
.banner-home .bnr-btn-wraps {
  display: flex;
  align-items: center;
}
.banner-home .bnr-btn-wraps a:nth-child(2) {
  background-color: #fff;
  color: var(--theme-color);
  margin-left: 0.5rem;
}

.expert-tharapy-war {
  background-color: var(--theme-color);
  color: #fff;
  padding: 40px 0;
}
.expert-tharapy-war .home-contact-item {
  display: flex;
  position: relative;
  padding: 10px 15px 10px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.expert-tharapy-war .home-contact-item .icon-box {
  position: relative;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 20px;
  overflow: hidden;
}
.expert-tharapy-war .home-contact-item .icon-box img {
  position: relative;
  z-index: 1;
  max-width: 34px;
}
.expert-tharapy-war .home-contact-item .icon-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.expert-tharapy-war .home-contact-item .home-contact-content {
  width: calc(100% - 84px);
}
.expert-tharapy-war .home-contact-item .home-contact-content h3 {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.expert-tharapy-war .home-contact-item .home-contact-content p {
  color: var(--white-color);
  margin: 0;
  line-height: 1.7;
}
.expert-tharapy-war .home-contact-item:hover .icon-box:before {
  transform: scale(1);
}
.expert-tharapy-war .col-lg-4:last-child .home-contact-item {
  padding-right: 0;
  border-right: none;
}
.expert-tharapy-war .col-lg-4:nth-last-child(1) .home-contact-item:before {
  display: none;
}

.about-us {
  background-image: url("img/about-us-bg.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
}
.about-us .ab-img img {
  border-radius: 20px;
}
.about-us .ab-inner {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.336);
}
.about-us .ab-iner-cont {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  align-items: center;
}
.about-us .ab-iner-cont .ico-cont h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}
.about-us .common-btn {
  margin-top: 1rem;
}

.service-h .all-ser {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-h .all-ser .serv-box {
  padding: 30px;
  border: 2px solid rgba(21, 38, 60, 0.1019607843);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.service-h .all-ser .serv-box ul {
  padding-left: 0;
}
.service-h .all-ser .serv-box ul li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}
.service-h .all-ser .serv-box ul li:before {
  position: absolute;
  content: "\f058";
  font-family: FontAwesome;
  left: 0;
  color: var(--theme-color);
}
.service-h .all-ser .serv-box .icon {
  background: rgba(144, 161, 255, 0.15);
  height: 52px;
  width: 52px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service-h .all-ser .serv-box .icon img {
  max-width: 45px;
}
.service-h .all-ser .serv-box h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
.service-h .all-ser .serv-box p {
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.service-h .all-ser .serv-box .common-btn {
  margin-top: 20px;
  background-color: transparent;
  width: auto;
}
.service-h .all-ser .serv-box .common-btn::before {
  right: 30px;
}
.service-h .all-ser .serv-box .common-btn::after {
  width: 0;
}
.service-h .all-ser .serv-box .common-btn:hover::before {
  background-color: var(--theme-color2);
}
.service-h .all-ser .serv-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 0px;
  background-color: var(--theme-color);
  transition: all 0.4s ease-in-out;
  height: 100%;
  z-index: -1;
}
.service-h .all-ser .serv-box:hover::before {
  top: 0;
}
.service-h .all-ser .serv-box:hover h4 {
  color: white;
}
.service-h .all-ser .serv-box:hover p {
  color: white;
}
.service-h .all-ser .serv-box:hover .icon {
  background-color: white;
}
.service-h .all-ser .serv-box:hover .icon::before {
  background-color: var(--theme-color2);
}
.service-h .all-ser .serv-box:hover ul li {
  color: white;
}
.service-h .all-ser .serv-box:hover ul li:before {
  color: white;
}

.solution-home {
  background-color: aliceblue;
}
.solution-home .img {
  display: flex;
  gap: 20px;
}
.solution-home .img img {
  border-radius: 30px;
}
.solution-home .sol-cont {
  padding-left: 30px;
}
.solution-home .sol-cont ul {
  padding-left: 0;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2117647059);
}
.solution-home .sol-cont ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  padding-top: 15px;
}
.solution-home .sol-cont ul li::before {
  position: absolute;
  content: "\f058";
  font-family: fontAwesome;
  font-size: 18px;
  left: 0;
  color: var(--theme-color);
}
.solution-home .sol-cont .counter {
  display: flex;
  justify-content: space-between;
}
.solution-home .sol-cont .counter .ab-iner-cont {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  align-items: center;
}
.solution-home .sol-cont .counter .ab-iner-cont img {
  min-height: 60px;
}
.solution-home .sol-cont .counter .ab-iner-cont .ico-cont h4 {
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}
.solution-home .sol-cont .counter .ab-iner-cont .ico-cont p {
  margin-bottom: 0;
}

.need-att {
  background-image: linear-gradient(359deg, rgba(48, 73, 158, 0.831372549), rgba(48, 73, 158, 0.7019607843)), url(img/need-attention-bg.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.need-att .common-heading {
  color: #ffffff;
}
.need-att p {
  color: white;
}
.need-att .fe-service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.need-att .fe-service .ab-iner-cont {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.need-att .fe-service .ab-iner-cont img {
  filter: brightness(0) invert(1);
}
.need-att .fe-service .ab-iner-cont h4 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: white;
}

.review-home {
  background-image: linear-gradient(359deg, rgba(48, 74, 158, 0.2196078431), rgba(48, 74, 158, 0.1843137255)), url(img/testimonial-bg.svg);
}
.review-home .reviews .reviw-box {
  background-color: white;
  padding: 40px;
  border-radius: 15px;
  text-align: left;
}
.review-home .reviews .reviw-box .icon {
  margin-bottom: 20px;
}
.review-home .reviews .reviw-box .icon i {
  color: #ffa600;
}
.review-home .reviews .reviw-box p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: normal;
  text-align: justify;
}
.review-home .reviews .reviw-box .profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-home .reviews .reviw-box .profile img {
  border-radius: 50px;
}
.review-home .reviews .reviw-box .profile h4 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.review-home .reviews .reviw-box .profile p {
  margin-bottom: 0;
}

.footer {
  padding: 60px 0px;
  background-color: var(--theme-color);
}
.footer .footer-inner p {
  padding-top: 10px;
  margin-bottom: 0px;
  color: white;
}
.footer .footer-widget h4 {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 25px;
}
.footer .footer-widget h4::before {
  width: 70px;
  height: 3px;
  content: "";
  left: 0;
  bottom: -10px;
  position: absolute;
  background: var(--theme-color2);
}
.footer .footer-widget ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.footer .footer-widget ul li {
  list-style: none;
  padding-top: 10px;
}
.footer .footer-widget ul a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  opacity: 1;
  transition: all 0.3s;
  font-size: 15px;
}
.footer .footer-widget ul a:hover {
  color: var(--theme-color2);
}
.footer .footer-widget .add li {
  font-size: 15px;
  color: white;
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer .footer-widget .add li i {
  font-size: 15px;
  color: #ffffff;
  background: var(--theme-color2);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
}
.footer .footer-widget .social li {
  display: inline-block;
}
.footer .footer-widget .social a {
  text-decoration: none;
  color: white;
  opacity: 1;
  margin-right: 10px;
  font-size: 16px;
  min-width: 35px;
  height: 35px;
  background: var(--theme-color2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  transition: 0.3s;
}
.footer .footer-widget .social a:hover {
  background: white;
  color: var(--theme-color2);
}

.footer-bottom {
  background-color: var(--theme-color);
  border-top: 0.5px solid rgba(255, 255, 255, 0.0901960784);
  padding: 25px;
}
.footer-bottom p {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0px;
}

.gallery-home .main-gallery {
  position: relative;
  display: flex;
  overflow: hidden;
  gap: 10px;
}
.gallery-home .main-gallery .gallery-scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  min-width: 100%;
  animation: galleryscroll 15s linear infinite alternate;
}
.gallery-home .main-gallery .gallery-scrolling-content .gal-img:nth-child(even) {
  padding-top: 60px;
}
.gallery-home .main-gallery .gallery-scrolling-content .gal-img img {
  border-radius: 30px;
}

@keyframes galleryscroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.our-scrolling-ticker {
  background-color: aliceblue;
  padding: 30px 0;
}
.our-scrolling-ticker .scrolling-ticker-box {
  gap: 40px;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
}
.our-scrolling-ticker .scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: 40px;
  min-width: 100%;
  animation: scroll 24s linear infinite;
}
.our-scrolling-ticker .scrolling-content span {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: var(--theme-color);
  vertical-align: middle;
}
.our-scrolling-ticker .scrolling-content img {
  margin-right: 40px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 40px));
  }
}
.footer-logo {
  filter: brightness(0) invert(1);
  max-width: 70%;
  margin-bottom: 20px;
}

.search-section2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0);
  z-index: 9999;
  transition: 0.5s all ease-in-out;
  width: 100%;
  height: 100%;
}
.search-section2 form#searchform {
  width: 100%;
}
.search-section2 .search-box {
  background: rgba(0, 0, 0, 0.9019607843);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-section2 .search-box .search-input {
  width: 70%;
  border: none;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.search-section2 .search-box .search-input .input-textarea {
  position: relative;
  background: rgba(193, 144, 144, 0);
  width: 100%;
  height: 50px;
  padding: 10px;
  color: #eee;
  z-index: 2;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.4196078431);
}
.search-section2 .search-box .search-input .input-textarea:focus-visible {
  border: 1px solid rgba(255, 255, 255, 0.4196078431);
  box-shadow: none !important;
  outline: none;
}
.search-section2 .search-box .search-input button.btn.btn-primary {
  line-height: 36px;
  width: 120px;
  border-radius: 0px 5px 5px 0px;
  background-color: var(--theme-color) !important;
  border: 1px solid #736c6c !important;
}
.search-section2 .search-box .search-input button.btn.btn-primary:focus-visible {
  outline: none;
  box-shadow: none !important;
}
.search-section2 h2 {
  font-size: 25px;
  text-align: center;
}
.search-section2 .closeBtn {
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 2rem;
  cursor: pointer;
  color: white;
}
.search-section2 .contact-form {
  padding: 40px 30px 40px;
  background-color: #ffffff;
  max-width: 550px;
}
.search-section2 .contact-form label {
  margin: 0 0 8px 0;
  color: #000;
}
.search-section2 .contact-form .form-control {
  margin: 0 0 23px 0;
  border-radius: 0;
}
.search-section2 .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.search-section2 .contact-form button {
  border: none;
}

.openBox {
  opacity: 1;
  transform: scale(1);
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  background: var(--theme-color);
  border: none;
  z-index: 10;
  display: none;
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00e676;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 10;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 20px;
  left: 10px;
}

.after-header {
  width: 100%;
  height: 157px;
}

header.sti-header {
  position: fixed;
  width: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 5;
}
header.sticky {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
header.sticky .topbar {
  display: none;
}/*# sourceMappingURL=style.css.map */