/*
Theme Name: Have A Lawyer New
Theme URI: https://digi-maa.com
Author: the WordPress team
Author URI: https://digi-maa.com
Description: Our family is just like every other Indian family; different yet working towards the same goal and following the set rules. We brainstorm ideas with love, fights & care but at the same time are tightly knit by our creative values. Also, we are a warm and cozy bunch of people who love to offer their guests with all their marketing needs..
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Inter";
  src: url(./assets/font/Inter/Inter-VariableFont_opszwght.ttf);
}
@font-face {
  font-family: "Playfair";
  src: url(./assets/font/Playfair/Playfair-VariableFont_opszwdthwght.ttf);
}
@font-face {
  font-family: "Stem-Regular";
  src: url(./assets/font/EM-Stem/OTF/Stem-Regular.otf);
}
@font-face {
  font-family: "Stem-Medium";
  src: url(./assets/font/EM-Stem/OTF/Stem-Medium.otf);
}
@font-face {
  font-family: "Stem-Bold";
  src: url(./assets/font/EM-Stem/OTF/Stem-Bold.otf);
}
body {
  font-family: "Inter" !important;
}

section {
  padding: 70px 0;
  overflow: hidden;
}

img {
  width: 100%;
}

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

.web-btn {
  color: #fff;
  background-color: transparent;
  padding: 10px 16px;
  background-color: #1074bc;
  border: none;
  outline: none;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.web-btn .text {
  position: relative;
  z-index: 10;
  transition: 300ms all ease;
  font-size: 18px;
}
.web-btn span {
  padding-right: 0 12px;
  position: relative;
  z-index: 2;
}
.web-btn span img {
  width: 40px;
}
.web-btn .arrow {
  position: relative;
  padding-right: 12px;
}
.web-btn .arrow .img-hov {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 300ms all ease;
}
.web-btn .arrow::before {
  content: "";
  position: absolute;
  top: -200%;
  left: -270%;
  height: 500%;
  width: 600%;
  transform: scale(0);
  background: #d47911;
  z-index: -1 !important;
  transition: 300ms all ease;
  border-radius: 100%;
}
.web-btn:hover .text {
  color: #fff;
}
.web-btn:hover .arrow::before {
  transform: scale(1) translateX(60px);
}
.web-btn:hover .img-hov {
  opacity: 1;
}

.web-btn-1 {
  color: #fff;
  background-color: transparent;
  padding: 10px 16px;
  background-color: #d47911;
  border: none;
  outline: none;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
}
.web-btn-1 .text {
  position: relative;
  z-index: 10;
  transition: 300ms all ease;
  font-size: 18px;
}
.web-btn-1 span {
  padding-right: 0 12px;
  position: relative;
  z-index: 2;
}
.web-btn-1 span img {
  width: 40px;
}
.web-btn-1 .arrow {
  position: relative;
  padding-right: 12px;
}
.web-btn-1 .arrow .img-hov {
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
  transition: 300ms all ease;
}
.web-btn-1 .arrow::before {
  content: "";
  position: absolute;
  top: -200%;
  left: -270%;
  height: 500%;
  width: 600%;
  transform: scale(0);
  background: #1074bc;
  z-index: -1 !important;
  transition: 300ms all ease;
  border-radius: 100%;
}
.web-btn-1:hover .text {
  color: #fff;
}
.web-btn-1:hover .arrow::before {
  transform: scale(1) translateX(60px);
}
.web-btn-1:hover .img-hov {
  opacity: 1;
}

.web-btn-2 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #406ab2;
  padding: 0 20px;
  font-weight: 700;
  padding: 12px 20px;
  background-color: #fff;
}
.web-btn-2:hover {
  border: 1px solid transparent;
}
.web-btn-2:hover::after {
  width: 100%;
}
.web-btn-2:hover span {
  -webkit-text-fill-color: #fff;
}
.web-btn-2 span {
  position: relative;
  z-index: 10;
  padding: 6px 20px;
  margin: 2px;
  overflow: hidden;
  background: linear-gradient(95.87deg, #406ab2 0%, #76ccd9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 300ms all ease;
}
.web-btn-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(95.87deg, #406ab2 0%, #76ccd9 100%);
  transition: 300ms all ease;
  border-radius: 12px;
}

.text-btn {
  position: relative;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 26px;
  font-family: "Stem-Regular";
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #d47911;
  border: 2px solid white;
  border-radius: 10px;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
  transform: translate(-5px, -5px);
}
.text-btn:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #d47911;
  border-radius: 10px;
  z-index: -1;
  transition: 300ms all ease;
}

.text-btn:hover {
  background-color: #fff;
  color: #d47911;
  border: 2px solid #d47911;
  box-shadow: 5px 5px 0px #d47911;
}

.text-btn:active {
  background-color: #d47911;
  box-shadow: none;
  color: #fff;
  transform: translate(0px, 0px);
}

.section-title h2 {
  font-family: "Stem-Bold";
  font-size: 52px;
}

.card h4 {
  font-size: 32px;
  font-family: "Stem-Bold";
}

#blog .blog-form .wpcf7 form.sent .wpcf7-response-output {
  color: #fff !important;
}

.section-title {
  position: relative;
  text-align: left;
}
.section-title h5 {
  color: #d47911;
  font-size: 20px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  display: none;
}
.section-title h5::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 47%;
  height: 100%;
  width: 10%;
  border-bottom: 1px solid #d47911;
  z-index: -1;
  transition: 300ms all ease;
}
.section-title h3 {
  color: #fff;
  font-size: 52px;
  font-family: "Stem-Bold";
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 60.82px;
}
.section-title p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 28.82px;
}

.header-btn {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #406ab2;
  padding: 0 20px;
  font-weight: 700;
  padding: 12px 20px;
}
.header-btn:hover {
  border: 1px solid transparent;
}
.header-btn:hover::after {
  width: 100%;
}
.header-btn:hover span {
  -webkit-text-fill-color: #fff;
}
.header-btn span {
  position: relative;
  z-index: 10;
  padding: 6px 20px;
  margin: 2px;
  overflow: hidden;
  background: linear-gradient(95.87deg, #406ab2 0%, #76ccd9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 300ms all ease;
}
.header-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(95.87deg, #406ab2 0%, #76ccd9 100%);
  transition: 300ms all ease;
}
.header-btn::before {
  display: none;
}

.web-btn-1:active {
  transform: scale(0.97);
  box-shadow: 7px 5px 56px -10px #fff;
}

#navbar-top {
  padding: 6px;
  background: rgb(16, 116, 188);
  background: linear-gradient(0deg, rgb(16, 116, 188) 8%, rgb(252, 161, 57) 73%);
}

#header {
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #FFFAF1;
}
#header .web-btn {
  width: -moz-max-content;
  width: max-content;
}
#header .navbar-expand-lg .navbar-collapse {
  align-items: center;
}
#header .navbar {
  align-items: center;
  justify-content: end;
}
#header .navbar .navbar-nav {
  list-style: none;
  display: flex;
  gap: 3%;
  align-items: end;
  justify-content: end;
  width: 80%;
}
#header .navbar .navbar-nav .nav-item .nav-link {
  color: #464646 !important;
  font-size: 20px;
  font-family: "Playfair";
  padding: 6px 14px;
  border-top: 1px solid #1074bc;
  border-bottom: 1px solid #1074bc;
  transition: ease all 300ms;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
#header .navbar .navbar-nav .nav-item:hover .nav-link {
  border: 1px solid #1074bc;
  color: #1074bc !important;
  border-radius: 12px;
  padding: 6px 14px;
}
#header .navbar .navbar-nav .nav-item.active a {
  background: #fffaf1;
  border: 1px solid #1074bc;
  color: #1074bc !important;
  border-radius: 12px;
  padding: 6px 14px;
  transition: 0.3s;
}
#header .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}
#header .dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
  width: 100%;
}
#header .dropdown-menu {
  opacity: 0;
  transition: 200ms all ease;
  display: none;
}

#mobile-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 0;
}
#mobile-nav .mobile_nav_area {
  background-color: #FFFAF1;
  padding: 8px 12px;
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
#mobile-nav .mobile_nav_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#mobile-nav .mobile_nav_left {
  width: 10%;
  margin-top: 0px;
}
#mobile-nav .mobile_nav_left i {
  cursor: pointer;
  color: #1074bc;
  font-size: 28px;
}
#mobile-nav .mobile_nav_center {
  width: 70%;
}
#mobile-nav .mobile_nav_center .search-bar {
  width: 100%;
  position: relative;
}
#mobile-nav .mobile_nav_center .search-bar input {
  border-radius: 8px;
  border: none;
  width: 100%;
  padding: 8px 34px 8px 12px;
  font-size: 12px;
}
#mobile-nav .mobile_nav_center .search-bar input:focus-visible {
  outline: none;
  box-shadow: 0 0 8px 0 #fff;
}
#mobile-nav .mobile_nav_center .search-bar img {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 22px;
}
#mobile-nav .mobile_nav_right {
  width: 20%;
}
#mobile-nav .mobile_nav_right img {
  width: 100px;
  height: auto;
}
#mobile-nav .mobile_nav_____ {
  background: #FFFAF1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  margin-left: -1100px;
  transition: 0.2s all ease;
  overflow: scroll;
  height: 100vh;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  margin-bottom: 0px;
  padding-left: 0;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item {
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
  margin: 0 4px;
  position: relative;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item:hover .dropdown-menu {
  visibility: visible;
  transform: scale(1);
  position: relative;
  top: 0;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item a {
  padding: 8px 24px;
  font-family: "Stem-Regular";
  text-decoration: none;
  position: relative;
  color: #464646;
  text-transform: capitalize;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item a .material-symbols-outlined {
  transition: 0.3s ease-in-out;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .dropdown-menu {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 100%;
  padding: 12px 22px;
  transform: scale(0.8);
  flex-direction: column;
  background: transparent;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item.contact-btn {
  background: #b6d3ff;
  border-radius: 50px;
}
#mobile-nav .mobile_nav_____ .navbar-menus .content {
  margin-top: 18px;
  padding: 12px 0 0 0;
  border-top: 1px solid rgba(0, 67, 255, 0.2901960784);
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-nav .mobile_nav1_icon_____ {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 28px;
}
#mobile-nav .mobile_nav1_icon_____ .login-btn {
  padding: 0 24px;
}
#mobile-nav .mobile_nav1_icon_____ .login-btn a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  background-color: #27549c;
  gap: 6px;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #ffffff;
  text-transform: capitalize;
}
#mobile-nav .mobile_nav1_icon_____ .login-btn a img {
  width: 24px;
}
#mobile-nav .mobile_nav1_icon_____ i {
  color: #183889;
  font-size: 42px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  display: block;
  margin: auto;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 16px;
  cursor: pointer;
  border: 1px solid #0e387a;
}
#mobile-nav .inner_part_nav_______ {
  display: none;
}
#mobile-nav .inner_part_nav_______.open {
  display: block;
}
#mobile-nav .___arow_2 {
  display: none;
}
#mobile-nav .owner-name {
  position: absolute;
  left: 158px;
  top: 754px;
}
#mobile-nav .owner-name p {
  font-size: 52px;
  font-family: Quint-Vinolia;
  z-index: 111;
  line-height: 50px;
  letter-spacing: 8px;
  color: #453931;
}

#mobile-nav.sticky {
  background: transparent;
  z-index: 9999;
}
#mobile-nav.sticky .mobile_nav_right img {
  width: 50px;
  height: auto;
  transition: 0.3s ease-in-out;
}

#banner {
  background: url(./assets/images/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  position: sticky;
  overflow: visible;
}
#banner label {
  font-size: 17px;
  font-weight: 600;
  padding-left: 5px;
}
#banner .section-title h5 {
  margin: 0;
  margin-bottom: 10px;
}
#banner .section-title h2 {
  color: #fff;
}
#banner .certificate {
  margin-bottom: 40px;
}
#banner .Contact-Main {
  padding: 5px;
  position: relative;
  margin-bottom: -380px;
  box-sizing: border-box;
}
#banner .Contact-Main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(148.33deg, #fca139 0%, #1074bc 100%);
  border-radius: 50px;
}
#banner .Contact-Main .conatact-form {
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
  padding: 40px 25px 20px 25px;
  position: relative;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.8980392157);
  border-radius: 48px;
  box-sizing: border-box;
}
#banner .Contact-Main .conatact-form .section-title h3 {
  color: #1074bc;
  font-family: "Stem-Regular";
  width: 100%;
  font-size: 26px;
  text-align: center;
  line-height: 42px;
  letter-spacing: 0;
}
#banner .Contact-Main .conatact-form form .form-group {
  display: flex;
  width: 100%;
  gap: 14px;
}
#banner .Contact-Main .conatact-form form .form-group .input-field {
  width: 100%;
  margin: 0 auto;
}
#banner .Contact-Main .conatact-form form .form-group .input-field .form-label {
  margin-bottom: 10px;
}
#banner .Contact-Main .conatact-form form .form-group .input-field input {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#banner .Contact-Main .conatact-form form .form-group .input-field input::-moz-placeholder {
  font-size: 14px;
  color: #888888;
}
#banner .Contact-Main .conatact-form form .form-group .input-field input::placeholder {
  font-size: 14px;
  color: #888888;
}
#banner .Contact-Main .conatact-form form .form-group .input-field input:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#banner .Contact-Main .conatact-form form .input-field {
  width: 100%;
  margin: 0 auto;
}
#banner .Contact-Main .conatact-form form .input-field .form-label {
  margin-bottom: 10px;
}
#banner .Contact-Main .conatact-form form .input-field select {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 14px;
  color: #888888;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
  padding: 14px;
}
#banner .Contact-Main .conatact-form form .input-field select:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#banner .Contact-Main .conatact-form form .input-field .form-label {
  margin-bottom: 12px;
}
#banner .Contact-Main .conatact-form form .input-field textarea {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#banner .Contact-Main .conatact-form form .input-field textarea::-moz-placeholder {
  font-size: 14px;
  color: #888888;
}
#banner .Contact-Main .conatact-form form .input-field textarea::placeholder {
  font-size: 14px;
  color: #888888;
}
#banner .Contact-Main .conatact-form form .input-field textarea:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#banner .Contact-Main .conatact-form form .check-box {
  display: flex;
  gap: 10px;
  width: 100%;
}

#what-we {
  padding: 0;
}
#what-we .owl-carousel .owl-stage {
  display: flex;
}
#what-we .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#what-we .owl-carousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
#what-we .owl-carousel .flex-text {
  flex-grow: 1;
}
#what-we .owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
#what-we .image-wrapper {
  height: 100%;
}
#what-we .image-wrapper img {
  height: 100%;
}
#what-we .what-we-do {
  padding-left: 30px;
  padding-top: 220px;
  padding-bottom: 70px;
}
#what-we .what-we-do .section-title h3 {
  color: #032945;
}
#what-we .what-we-do .section-title h5 {
  margin: 0;
  margin-bottom: 10px;
}
#what-we .what-we-do .owl-nav {
  position: absolute;
  margin-top: 42px;
  right: 0;
}
#what-we .what-we-do .owl-carousel .owl-nav button.owl-prev,
#what-we .what-we-do .owl-carousel .owl-nav button.owl-next {
  color: transparent;
  height: 40px;
  width: 40px;
  margin: 0 5px;
}
#what-we .what-we-do .owl-carousel .owl-nav button.owl-prev {
  background: url("./assets/images/prev.png");
  background-size: contain;
  opacity: 0.6;
  transition: 300ms all ease;
  background-repeat: no-repeat;
}
#what-we .what-we-do .owl-carousel .owl-nav button.owl-next {
  background: url("./assets/images/next.png");
  background-size: contain;
  opacity: 0.6;
  transition: 300ms all ease;
  background-repeat: no-repeat;
}
#what-we .what-we-do .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
#what-we .what-we-do .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
#what-we .what-we-do .owl-carousel .owl-stage-outer {
  padding-top: 10px;
}
#what-we .what-we-do .Blog-slider {
  position: relative;
  padding-bottom: 40px;
}
#what-we .what-we-do .Blog-slider .blog-box {
  transition: 300ms all ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#what-we .what-we-do .Blog-slider .blog-box:hover .blog-title::after {
  opacity: 1;
}
#what-we .what-we-do .Blog-slider .blog-box:hover .blog-title .readmore-btn a .read-more-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d47911;
  opacity: 1;
}
#what-we .what-we-do .Blog-slider .blog-box:hover .blog-title .img-arrow {
  transform: translateX(10px);
}
#what-we .what-we-do .Blog-slider .blog-box:hover .blog-title .img-arrow .img-hov {
  opacity: 0;
}
#what-we .what-we-do .Blog-slider .blog-box .blog-img {
  width: 100%;
}
#what-we .what-we-do .Blog-slider .blog-box .blog-img img {
  width: 100%;
  border-radius: 18px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#what-we .what-we-do .Blog-slider .blog-box .blog-title {
  padding: 20px 10px 20px 36px;
  background: #fffaf1;
  position: relative;
  color: #000;
  border-radius: 18px;
  transition: 300ms all ease;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  height: 100%;
}
#what-we .what-we-do .Blog-slider .blog-box .blog-title p {
  font-family: "Inter";
  font-size: 18px;
  text-align: justify;
}
#what-we .what-we-do .Blog-slider .blog-box .blog-title a {
  color: #1074bc;
  font-family: "Stem-Bold";
  font-size: 24px;
}
#what-we .what-we-do .Blog-slider .blog-box .blog-title .blog-strip {
  position: relative;
}
#what-we .what-we-do .Blog-slider .blog-box .blog-title .blog-strip span {
  padding: 0 0px;
}
#what-we .what-we-do .Blog-slider .blog-box .blog-title .blog-strip::after {
  content: "";
  position: absolute;
  top: 0%;
  left: -15%;
  width: 3%;
  height: 100%;
  background: #1074bc;
  z-index: 1;
  transition: 500ms all ease;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#what-we .what-we-do .Blog-slider .blog-box .readmore-btn {
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
#what-we .what-we-do .Blog-slider .blog-box .readmore-btn a .read-more-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-family: "Stem-Bold";
  transition: 300ms all ease;
  color: #d6c7b6;
  transition: 300ms all ease;
}
#what-we .what-we-do .Blog-slider .blog-box .readmore-btn a img {
  width: 32px;
}
#what-we .what-we-do .Blog-slider .blog-box .readmore-btn a .img-arrow {
  position: relative;
  margin-left: 14px;
  transition: 300ms all ease;
}
#what-we .what-we-do .Blog-slider .blog-box .readmore-btn a .img-arrow .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
#what-we .what-we-do .Blog-slider .blog-box:hover {
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1803921569);
  border-radius: 18px;
}
#what-we .what-we-do .Blog-slider .blog-box:hover .read-more-btn {
  color: #d47911;
}
#what-we .what-we-do .Blog-slider .blog-box:hover .blog-strip {
  color: #fff;
  transition: 300ms all ease;
}
#what-we .what-we-do .Blog-slider .blog-box:hover .blog-strip span {
  position: relative;
  z-index: 2;
}
#what-we .what-we-do .Blog-slider .blog-box:hover .blog-strip::after {
  content: "";
  position: absolute;
  top: 0%;
  width: 125%;
  height: 100%;
  color: #fff;
  background: #1074bc;
  transition: 500ms all ease;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#compension-sec {
  background: #fffaf1;
  position: sticky;
}
#compension-sec .section-title {
  text-align: center;
}
#compension-sec .section-title h3 {
  color: #032945;
}
#compension-sec .section-title p {
  color: #000000;
  margin-bottom: 30px;
}
#compension-sec .chain-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: 300ms all ease;
  position: relative;
  overflow: hidden;
  border: 2px solid #d6d6d6;
}
#compension-sec .chain-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./assets/images/com-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0;
  transition: 300ms all ease;
}
#compension-sec .chain-box h3 {
  color: #525252;
  text-align: center;
  padding-bottom: 20px;
  font-family: "Stem-Regular";
  font-size: 30px;
  position: relative;
  z-index: 10;
}
#compension-sec .chain-box .chian-link {
  display: grid;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
#compension-sec .chain-box .chian-link .work-flex {
  display: flex;
  align-items: center;
  gap: 14px;
}
#compension-sec .chain-box .chian-link .work-flex p {
  margin: 0;
}
#compension-sec .chain-box .chian-link .work-flex .work-img {
  position: relative;
}
#compension-sec .chain-box .chian-link .work-flex .work-img img {
  width: 100%;
  transition: 300ms all ease;
}
#compension-sec .chain-box .chian-link .work-flex .work-img .img-hov {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: 300ms all ease;
}
#compension-sec .chain-box .chian-link p {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-right: 30px;
}
#compension-sec .chain-box .chian-link p img {
  max-width: 32px;
}
#compension-sec .chain-box .chian-link .border-none {
  border-right: 0;
}
#compension-sec .chain-box:hover .work-flex .work-img img {
  opacity: 0;
}
#compension-sec .chain-box:hover .work-flex .work-img .img-hov {
  opacity: 1;
}
#compension-sec .chain-box:hover::after {
  opacity: 1;
}
#compension-sec .chain-box:hover h3 {
  color: #d47911;
}
#compension-sec .chain-box:hover p {
  color: #fff;
}

#work-process .section-title {
  text-align: center;
}
#work-process .section-title h3 {
  color: #032945;
}
#work-process .how-box {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  border-radius: 100px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  padding: 0 20px 0 0;
  margin-bottom: 30px;
  transition: 300ms all ease;
}
#work-process .how-box .img-round {
  background: #06304f;
  border-radius: 200%;
  height: 100%;
  width: auto;
  padding: 40px;
  border: 10px double #06304f;
}
#work-process .how-box .img-round img {
  width: 192px;
}
#work-process .how-box .text-wrapper {
  padding: 10px 0;
  width: 100%;
  font-size: 18px;
}
#work-process .how-box .text-wrapper p {
  font-size: 18px;
}
#work-process .how-box .text-wrapper .number {
  color: #032945;
  font-size: 36px;
  font-family: "Stem-Regular";
  margin-bottom: 0;
}
#work-process .how-box .text-wrapper h4 {
  color: #032945;
  font-size: 32px;
  font-family: "Stem-Regular";
}
#work-process .how-box:hover {
  background: #ecf4fa;
  box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.1607843137);
}
#work-process .how-box:hover .img-round {
  background: #1074bc;
  border-style: double;
  border: 10px double #fff;
}
#work-process .how-box:hover .number {
  color: #d47911;
}
#work-process .how-box:hover h4 {
  color: #d47911;
}
#work-process .how-box-1 {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  border-radius: 100px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  padding: 0 0 0 20px;
  margin-bottom: 30px;
  transition: 300ms all ease;
}
#work-process .how-box-1 .img-round {
  background: #06304f;
  border-radius: 200%;
  height: 100%;
  width: auto;
  padding: 40px;
  border: 10px double #06304f;
}
#work-process .how-box-1 .img-round img {
  width: 192px;
}
#work-process .how-box-1 .text-wrapper {
  padding: 10px 0;
  width: 100%;
}
#work-process .how-box-1 .text-wrapper .number {
  color: #032945;
  font-size: 36px;
  font-family: "Stem-Regular";
  margin-bottom: 0;
}
#work-process .how-box-1 .text-wrapper h4 {
  color: #032945;
  font-size: 32px;
  font-family: "Stem-Regular";
}
#work-process .how-box-1:hover {
  background: #ecf4fa;
  box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.1607843137);
}
#work-process .how-box-1:hover .img-round {
  background: #1074bc;
  border-style: double;
  border: 10px double #fff;
}
#work-process .how-box-1:hover .number {
  color: #d47911;
}
#work-process .how-box-1:hover h4 {
  color: #d47911;
}

#aboutus {
  background: #fffaf1;
  position: sticky;
}
#aboutus .section-title {
  text-align: center;
}
#aboutus .section-title h3 {
  color: #032945;
}
#aboutus .section-title P {
  color: #000;
  line-height: 1.4;
  font-size: 18px;
  margin-top: 24px;
  line-height: 28.82px;
  font-weight: 400;
}
#aboutus .work-flex {
  display: flex;
  align-items: center;
  gap: 14px;
}
#aboutus .work-flex p {
  margin: 0;
}
#aboutus .work-flex .work-img {
  position: relative;
  width: 42px;
}
#aboutus .work-flex .work-img img {
  width: 100%;
  transition: 300ms all ease;
}
#aboutus .work-flex .work-img .img-hov {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: 300ms all ease;
}
#aboutus .text-wrapper h4 {
  font-family: "Stem-Regular";
  font-size: 28px;
}
#aboutus .text-wrapper ul {
  list-style-type: none;
  padding-left: 0;
}
#aboutus .text-wrapper ul li {
  display: flex;
  background: #ffffff;
  text-align: left;
  align-items: center;
  justify-content: start;
  padding: 10px 20px;
  border-radius: 18px;
  gap: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  border: 1px solid #d3edff;
  transition: 300ms ease all;
}
#aboutus .text-wrapper ul li img {
  max-width: 60px;
  height: 100%;
}
#aboutus .text-wrapper ul li:hover {
  background: #1074bc;
  border: 1px solid #1074bc;
  color: #fff;
}
#aboutus .text-wrapper ul li:hover .work-flex .work-img img {
  opacity: 0;
}
#aboutus .text-wrapper ul li:hover .work-flex .work-img .img-hov {
  opacity: 1;
}
#aboutus .view-btn {
  padding-top: 20px;
  text-align: center;
}

#cta {
  background: url(./assets/images/cta.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: sticky;
}
#cta .cta-para {
  font-size: 16px;
  margin-top: 18px;
}
#cta .row {
  display: block !important;
}
#cta .col-lg-6.text-center.my-auto {
  display: block !important;
  width: 100% !important;
}
#cta .section-title h3 {
  color: #032945;
  margin: 0;
  text-align: center;
}
#cta .section-title h5 {
  margin: 0;
  margin-bottom: 10px;
}
#cta .btn {
  padding: 0 30px;
  position: relative;
  margin: 14px auto 0;
}
#cta .btn p {
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
}
#cta .btn::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 40px;
  bottom: 10px;
  left: 5px;
  background: #a6a6a6;
}
#cta .border-none::after {
  content: none;
}

#our-resource {
  background: #fffaf1;
  position: sticky;
}
#our-resource .section-title {
  text-align: center;
}
#our-resource .section-title h3 {
  color: #032945;
}
#our-resource .border-right {
  border-right: 1px solid #e4e4e4;
}
#our-resource .resource-wrapper {
  padding: 20px 52px;
  border-bottom: none !important;
}
#our-resource .resource-wrapper .number {
  color: #1074bc;
  font-family: "Stem-Regular";
  font-size: 42px;
  text-align: center;
}
#our-resource .resource-wrapper h5 {
  color: #979797;
  text-align: center;
  font-size: 18px;
}
#our-resource .b-none {
  border: none;
}
#our-resource .bt-1 {
  border-top: 0;
  border-left: 0;
}

#blog .view-btn {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#blog .section-title {
  text-align: center;
}
#blog .section-title h5 {
  margin: 0 auto;
  margin-bottom: 10px;
}
#blog .section-title h3 {
  color: #032945;
}
#blog .section-title p {
  color: #000000;
  margin-bottom: 30px;
}
#blog .latest-blogs {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 32px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 24px;
  background: #fffaf1;
}
#blog .latest-blogs:hover {
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2509803922);
}
#blog .latest-blogs:hover .read-more-btn {
  opacity: 1;
}
#blog .latest-blogs:hover .read-more-btn span {
  transform: translateX(10px);
}
#blog .latest-blogs .blog-img {
  width: 35%;
}
#blog .latest-blogs .blog-img img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  border-radius: 18px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#blog .latest-blogs .read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: baseline;
  gap: 5px;
  color: #a2a2a2;
  transition: 600ms all ease;
  font-weight: 600;
  color: #d47911 !important;
  font-family: "Stem-Regular";
  font-size: 20px;
  opacity: 0.5;
}
#blog .latest-blogs .read-more-btn .material-symbols-outlined {
  font-weight: 700 !important;
  transition: 300ms all ease;
  opacity: 1;
  font-size: 24px;
}
#blog .latest-blogs .blog-name {
  padding: 3px 10px 10px 0;
  width: 65%;
}
#blog .latest-blogs .blog-name h5 {
  font-size: 14px;
  margin-bottom: 4px;
  color: #6c6c6c;
}
#blog .latest-blogs .blog-name h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: "Stem-Regular";
}
#blog .latest-blogs .blog-name p {
  color: #868686;
  font-size: 18px;
}
#blog .latest-blogs .blog-name .blog-date {
  color: #6c6c6c;
  z-index: 1;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 10px;
  display: none;
}
#blog .latest-blogs .blog-name .blog-date .material-symbols-outlined {
  color: #6c6c6c;
  font-size: 20px;
}
#blog .blog-form {
  background: #1f3044;
  padding: 30px 40px;
  border-radius: 18px;
  position: sticky;
  top: 150px;
  /* INPUT SELECT OPTION */
  /** Custom Select **/
}
#blog .blog-form textarea {
  width: 100%;
  border-radius: 18px;
  padding: 24px 36px;
}
#blog .blog-form textarea::-moz-placeholder {
  font-size: 18px;
  color: #888888;
}
#blog .blog-form textarea::placeholder {
  font-size: 18px;
  color: #888888;
}
#blog .blog-form .border-none {
  border: 0;
}
#blog .blog-form img {
  padding-bottom: 20px;
}
#blog .blog-form .section-title h3 {
  color: #fff;
}
#blog .blog-form .input-field {
  width: 100%;
  margin: 0 auto;
}
#blog .blog-form .input-field input {
  border: 1px solid #b5b5b5;
  transition: 300ms all ease;
}
#blog .blog-form .input-field input:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#blog .blog-form.active label {
  transform: translateY(-29px);
  visibility: visible;
  font-size: 16px;
  color: #000;
  background: #fff;
  border-radius: 30px;
}
#blog .blog-form .form-check {
  display: flex;
}
#blog .blog-form .form-check .form-check-input {
  max-width: 100%;
  border: solid 1px #d0d0d0;
  padding: 10px;
  margin-right: 10px;
  border-radius: 4px;
}
#blog .blog-form .form-check .form-check-input .form-check-label {
  line-height: 1.2;
}
#blog .blog-form .center {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#blog .blog-form select {
  z-index: 3;
  float: left;
}
#blog .blog-form .custom-select-wrapper {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
#blog .blog-form .custom-select-wrapper select {
  display: none;
}
#blog .blog-form .custom-select {
  position: relative;
  border-radius: 12px;
  border: 1px solid #b5b5b5;
  transition: 0.3s ease-in-out;
  color: #909090;
  background: transparent;
  width: 100%;
  background-color: #fff;
  text-align: left;
  padding: 18px 40px;
  font-size: 20px;
}
#blog .blog-form .custom-select-trigger {
  position: relative;
  display: block;
  padding: 0px 104px 0px 25px;
  color: #6e7c83;
  line-height: 50px;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#blog .blog-form .custom-select-trigger:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 50px;
  top: 3px;
  right: 50px;
  margin-top: -3px;
  border-right: 1px solid #b5b5b5;
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}
#blog .blog-form .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}
#blog .blog-form .custom-select.opened .custom-select-trigger::before {
  border-color: #b5b5b5;
}
#blog .blog-form .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
#blog .blog-form .custom-select.opened .custom-options {
  opacity: 1;
  height: auto;
  pointer-events: all;
  transform: translateY(-9.5px);
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
  border-radius: 14px;
  overflow: hidden;
}
#blog .blog-form .custom-select.opened .custom-option {
  height: 100%;
  opacity: 1;
}
#blog .blog-form .custom-select.opened .custom-select-trigger {
  border-radius: 0px !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
#blog .blog-form .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0%;
  right: 0;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-15px);
  border: 0;
  z-index: 10;
  height: 0;
}
#blog .blog-form .option-hover:before {
  background: white;
}
#blog .blog-form .custom-option {
  position: relative;
  display: block;
  padding: 0px 22px;
  font-weight: 600;
  color: #000;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-top: 0;
  background-color: #fff;
  height: 0;
  opacity: 0;
}
#blog .blog-form .custom-option:first-of-type {
  border-radius: 0 0;
}
#blog .blog-form .custom-option:last-of-type {
  border-radius: 0 0 4px 4px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#blog .blog-form .custom-option:hover,
#blog .blog-form .custom-option.selection {
  color: #000;
}
#blog .form {
  display: flex;
  width: 100%;
  position: relative;
  margin: 0px auto 20px;
}
#blog .form.active label {
  transform: translateY(-29px);
  visibility: visible;
  font-size: 16px;
  color: #25ae9e;
  background: #fff;
  border-radius: 30px;
}
#blog .form__input {
  font-size: 20px;
  padding: 15px 40px;
  border: none;
  width: 100%;
  background: #fff;
  border-radius: 12px;
}
#blog .form__input:focus {
  outline: none;
}
#blog .form__label {
  font-size: 16px;
  color: #a8a8a8;
  position: absolute;
  top: 1.1rem;
  pointer-events: none;
  transition: all 0.3s;
  padding: 0 20px;
  font-size: 16px;
  background: #fff;
  border-radius: 8px;
  margin-left: 16px;
  border-radius: 30px;
}
#blog .form__btn {
  grid-column: 1/2;
  grid-row: 5/6;
  background: #7581ff;
  color: #fff;
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 1.1rem 0;
  margin: 2.8rem 0 4rem 4rem;
  cursor: pointer;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  transition: all 0.2s;
}
@media only screen and (max-width: 790px) {
  #blog .form__btn {
    margin: 2.8rem 4rem 4rem 4rem;
  }
}
#blog .form__btn:focus {
  outline: 0;
}
#blog .form__btn:hover {
  background-color: #5162fe;
}
#blog .form__btn > * {
  transition: all 0.4s;
  transition-delay: 1s;
  display: inline-block;
}
#blog .form__btn--invisible {
  position: absolute;
  width: 100%;
  left: 0;
  top: -100%;
}
#blog .form__btn--invisible.visible {
  top: 11px;
}
#blog .form__btn--visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog .form__btn--visible.invisible {
  transform: translateY(200%);
}
#blog .form .form-btn {
  transition: 300ms all ease;
  background: linear-gradient(95.87deg, #406ab2 0%, #76ccd9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 19px;
  padding: 12px 20px;
  outline: none;
  border: 1px solid #406ab2;
  border-radius: 14px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#blog .form .form-btn:hover {
  transform: scale(1.05);
}

#footer {
  background: url(./assets/images/footer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 40px 0;
}
#footer .link h3 {
  color: #d47911;
  font-family: "Stem-Regular";
  font-size: 28px;
  padding-bottom: 18px;
  text-align: left !important;
}
#footer .link ul {
  list-style-type: none;
  padding-left: 0;
  text-align: left !important;
}
#footer .link ul li {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: "Inter";
  transition: 300ms all ease;
  position: relative;
  margin-left: 3px;
}
#footer .link ul li::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  top: 7px;
  left: -24px;
  background: url("https://halnew.digi-maa.com/wp-content/uploads/2024/12/arrows_more_up-2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .link ul li:hover {
  transform: translateX(10px);
  color: #d47911;
}
#footer .services {
  text-align: left;
}
#footer .services h3 {
  color: #d47911;
  font-family: "Stem-Regular";
  font-size: 28px;
  padding-bottom: 18px;
}
#footer .services ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 280px;
  padding: 0;
}
#footer .services li {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: "Inter";
  transition: 300ms all ease;
  position: relative;
  margin-left: 3px;
}
#footer .services li::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  top: 7px;
  left: -24px;
  background: url("https://halnew.digi-maa.com/wp-content/uploads/2024/12/arrows_more_up-2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .services li:hover {
  transform: translateX(6px);
  color: #d47911;
}
#footer .pt-51 {
  padding-top: 50px;
}
#footer .contcat {
  text-align: left;
}
#footer .contcat h3 {
  color: #d47911;
  font-family: "Stem-Regular";
  font-size: 28px;
  padding-bottom: 18px;
}
#footer .contcat a {
  font-size: 18px;
  color: #fff;
  display: flex;
  padding-bottom: 12px;
  transition: 300ms all ease;
  gap: 10px;
}
#footer .contcat a:hover {
  transform: translateX(6px);
  color: #d47911;
}
#footer .contcat a img {
  max-width: 32px;
  height: 100%;
}
#footer .contcat .location {
  padding-bottom: 30px;
}
#footer .contcat .phone-call {
  padding-bottom: 30px;
}

#footer-bottom {
  padding: 20px 0;
  background: #fffaf1;
}
#footer-bottom .footer-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px;
}
#footer-bottom .footer-links a {
  border-left: 1px solid #000;
  padding-left: 10px;
  transition: 300ms all ease;
}
#footer-bottom .footer-links a:hover {
  color: #1074bc;
}
#footer-bottom .footer-links .border-none {
  border-left: 0;
}
#footer-bottom .footer-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #c6c6c6;
  padding-top: 10px;
}
#footer-bottom .footer-logo p {
  margin-bottom: 0;
}
#footer-bottom .footer-logo img {
  max-width: 200px;
}
#footer-bottom .footer-logo .social-media {
  display: flex;
  gap: 10px;
}
#footer-bottom .footer-logo .social-media a {
  transition: 300ms all ease;
}
#footer-bottom .footer-logo .social-media a:hover {
  transform: scale(1.05);
}

#hero {
  background: url(./assets/images/law-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
  overflow: visible;
}
#hero .certificate {
  margin-bottom: 40px;
}
#hero .checkbox-flex.form-disclaimer.d-flex.gap-2 {
  display: block !important;
}
#hero .checkbox-flex.form-disclaimer.d-flex.gap-2 p {
  font-size: 14px;
}
#hero .checkbox-flex {
  margin: 0 10px;
}
#hero input[type=checkbox] {
  height: 20px;
  width: 20px;
  margin-left: -14px;
}
#hero .input-flex {
  width: 100%;
  display: flex;
  gap: 14px;
}
#hero .Select-flex {
  width: 100%;
}
#hero .Contact-Main {
  padding: 5px;
  position: relative;
  margin-bottom: -550px;
  box-sizing: border-box;
}
#hero .Contact-Main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(148.33deg, #fca139 0%, #1074bc 100%);
  border-radius: 50px;
}
#hero .Contact-Main .conatact-form {
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
  padding: 40px 25px 20px 25px;
  position: relative;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.8980392157);
  border-radius: 48px;
  box-sizing: border-box;
}
#hero .Contact-Main .conatact-form .section-title h3 {
  color: #1074bc;
  font-family: "Stem-Regular";
  width: 100%;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
}
#hero .Contact-Main .conatact-form form .form-group {
  display: flex;
  width: 100%;
  gap: 0px;
  flex-wrap: wrap;
}
#hero .Contact-Main .conatact-form form .form-group .input-flex.d-flex {
  gap: 14px;
}
#hero .Contact-Main .conatact-form form .form-group .input-field {
  width: 100%;
  margin: 0 auto;
}
#hero .Contact-Main .conatact-form form .form-group .input-field .form-label {
  margin-bottom: 10px;
}
#hero .Contact-Main .conatact-form form .form-group .input-field input {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#hero .Contact-Main .conatact-form form .form-group .input-field input::-moz-placeholder {
  font-size: 14px;
}
#hero .Contact-Main .conatact-form form .form-group .input-field input::placeholder {
  font-size: 14px;
}
#hero .Contact-Main .conatact-form form .form-group .input-field input:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#hero .Contact-Main .conatact-form form .input-field {
  width: 100%;
  margin: 0 auto;
}
#hero .Contact-Main .conatact-form form .input-field .form-label {
  margin-bottom: 10px;
}
#hero .Contact-Main .conatact-form form .input-field select {
  border: 1px solid #b5b5b5;
  outline: 0;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
  font-size: 14px;
  font-family: "Inter" !important;
}
#hero .Contact-Main .conatact-form form .input-field select:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#hero .Contact-Main .conatact-form form .input-field .form-label {
  margin-bottom: 12px;
}
#hero .Contact-Main .conatact-form form .input-field textarea {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#hero .Contact-Main .conatact-form form .input-field textarea::-moz-placeholder {
  font-size: 14px;
}
#hero .Contact-Main .conatact-form form .input-field textarea::placeholder {
  font-size: 14px;
}
#hero .Contact-Main .conatact-form form .input-field textarea:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#hero .Contact-Main .conatact-form form .check-box {
  display: flex;
  gap: 10px;
  width: 100%;
}

#training p {
  font-size: 18px;
}
#training .Hurst {
  padding: 20px;
  list-style: disc;
}
#training ul {
  padding-left: 0;
  list-style-type: disc;
}
#training ul li {
  font-size: 18px;
}
#training ol {
  padding-left: 20px;
}
#training ol li {
  font-size: 18px;
}
#training .section-title h3 {
  color: #000000;
  line-height: 57px;
}
#training .section-title h5 {
  margin: 0;
  margin-bottom: 10px;
}
#training .section-title p {
  color: #505050;
}
#training .section-title .blue-box {
  padding: 14px;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  background: #1074bc;
  color: #fff;
  border-radius: 28px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 30px;
}

#lawsuit {
  background: #fffaf1;
}
#lawsuit .Hurst {
  padding: 20px;
  list-style: disc;
}
#lawsuit ul {
  padding-left: 0;
}
#lawsuit ul li {
  font-size: 18px;
}
#lawsuit p {
  font-size: 18px;
  text-align: left;
}
#lawsuit .section-title h3 {
  color: #000000;
}
#lawsuit .section-title p {
  color: #505050;
  text-align: justify;
  font-size: 18px;
}
#lawsuit p {
  font-size: 18px;
}

#work .work-background {
  background: url(./assets/images/work-process.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 40px 20px 60px;
  box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 18px;
  position: sticky;
}
#work .work-background .section-title h5 {
  margin: 0;
  margin-bottom: 10px;
}
#work .work-background .btn p {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
#work .work-background .btn .text {
  font-family: "Inter";
  font-size: 18px;
}
#work .work-content {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  margin-bottom: 30px;
  transition: 300ms all ease;
  position: relative;
}
#work .work-content .img-round {
  background: #06304f;
  border-radius: 200%;
  height: 100%;
  width: 18%;
  padding: 15px;
  border: 6px double #06304f;
}
#work .work-content .text-wrapper .number {
  position: absolute;
  right: 10px;
  top: 0;
  color: #8aa4b6;
  font-family: "Stem-Regular";
  font-size: 34px;
}
#work .work-content .text-wrapper h4 {
  font-family: "Stem-Regular";
  font-weight: 600;
  font-size: 30px;
  line-height: 25px;
}
#work .work-content .text-wrapper p {
  color: #7b7b7b;
  margin-bottom: 0;
}
#work .work-content:hover {
  background: #fffaf1;
}
#work .work-content:hover .img-round {
  background: #1074bc;
  border-style: double;
  border: 6px double #fff;
}

#firefighting {
  background: #fffaf1;
  position: sticky;
}
#firefighting .section-title {
  text-align: center;
}
#firefighting .section-title h5 {
  margin-bottom: 10px;
}
#firefighting .section-title h3 {
  color: #000000;
  margin-bottom: 6px;
}
#firefighting .section-title p {
  color: #585858;
  margin-bottom: 30px;
  font-size: 18px;
}
#firefighting p {
  font-size: 18px;
}
#firefighting img {
  padding-bottom: 20px;
}
#firefighting .fire-btn {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#firefighting .fire-btn .label-pill {
  color: #1074bc;
  font-family: "Inter";
  font-size: 16px;
  border: 1px solid #1074bc;
  padding: 10px 18px;
  border-radius: 25px;
  transition: 300ms ease all;
}
#firefighting .fire-btn .label-pill p {
  margin-bottom: 0;
}
#firefighting .fire-btn .label-pill:hover {
  color: #fff;
  background: #1074bc;
}

#legel {
  position: sticky;
}
#legel .legel-back {
  background: url(./assets/images/legel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: sticky;
  padding: 40px 40px 60px;
  border-radius: 18px;
}
#legel .legel-back .section-title {
  text-align: center;
  padding-bottom: 30px;
}
#legel .legel-back .text-wrapper {
  border-top: 1px solid #fff;
  margin: 20px;
}
#legel .legel-back .text-wrapper .number {
  color: #fff;
  font-family: "Stem-Regular";
  font-size: 32px;
}
#legel .legel-back .text-wrapper img {
  max-width: 60px;
  padding-bottom: 10px;
  transition: 300ms all ease;
}
#legel .legel-back .text-wrapper h4 {
  font-family: "Stem-Regular";
  color: #ffffff;
  font-size: 30px;
}
#legel .legel-back .text-wrapper p {
  color: #d9d9d9;
  font-size: 16px;
}
#legel .legel-back .text-wrapper:hover img {
  transform: scale(1.1);
}

#different {
  background: #fffaf1;
  position: sticky;
}
#different .section-title {
  text-align: center;
  padding-bottom: 20px;
}
#different .section-title h3 {
  color: #000000;
}
#different table {
  border-radius: 18px;
}
#different table,
#different td,
#different th {
  border: 1px solid #7e7e7e;
  text-align: center;
  background: #fff;
}
#different th,
#different td {
  padding: 20px;
}
#different .blue {
  color: #1074bc;
  font-family: "Stem-Regular";
  font-size: 22px;
  font-weight: 600;
}
#different .fixed {
  visibility: visible;
}
#different th {
  font-family: "Stem-Regular";
  font-size: 28px;
  font-weight: 600;
}
#different td {
  color: #373737;
  font-size: 18px;
}

#blog-new .section-title {
  text-align: center;
  padding-bottom: 20px;
}
#blog-new .section-title h3 {
  color: #000000;
  margin-bottom: 0px;
}
#blog-new .section-title p {
  color: #585858;
}
#blog-new .Blog-slider .owl-nav {
  display: flex;
  width: 110%;
  justify-content: space-between;
  position: absolute;
  top: 37%;
  left: -5%;
  z-index: -1;
}
#blog-new .Blog-slider .owl-nav button.owl-prev {
  background: url(./assets/images/arrow-left.png);
  background-size: contain;
  opacity: 0.6;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  color: transparent;
  position: absolute;
  left: 0;
}
#blog-new .Blog-slider .owl-nav button.owl-next {
  background: url(./assets/images/arrow-right.png);
  background-size: contain;
  opacity: 0.6;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  color: transparent;
  position: absolute;
  right: 0;
}
#blog-new .Blog-slider .owl-prev.disabled {
  opacity: 0;
  display: none !important;
}
#blog-new .Blog-slider .owl-next.disabled {
  opacity: 0;
  display: none !important;
}
#blog-new .Blog-slider .latest-blogs {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 32px;
  border-radius: 24px;
  background: #fffaf1;
}
#blog-new .Blog-slider .latest-blogs:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 24px;
}
#blog-new .Blog-slider .latest-blogs:hover .read-more-btn {
  opacity: 1;
}
#blog-new .Blog-slider .latest-blogs:hover .read-more-btn span {
  transform: translateX(10px);
}
#blog-new .Blog-slider .latest-blogs .blog-img {
  width: 100%;
}
#blog-new .Blog-slider .latest-blogs .blog-img img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  min-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  border-radius: 18px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#blog-new .Blog-slider .latest-blogs .read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: baseline;
  gap: 5px;
  color: #a2a2a2;
  transition: 600ms all ease;
  font-weight: 500;
  font-size: 18px;
  color: #d47911 !important;
  font-family: "Athiti-SemiBold";
  opacity: 0.5;
}
#blog-new .Blog-slider .latest-blogs .read-more-btn .material-symbols-outlined {
  font-weight: 700 !important;
  transition: 300ms all ease;
  opacity: 1;
  font-size: 24px;
}
#blog-new .Blog-slider .latest-blogs .blog-name {
  padding: 3px 10px 10px 0;
}
#blog-new .Blog-slider .latest-blogs .blog-name h5 {
  font-size: 14px;
  margin-bottom: 4px;
  color: #6c6c6c;
}
#blog-new .Blog-slider .latest-blogs .blog-name h3 {
  font-size: 21px;
  margin-bottom: 10px;
  font-family: "Stem-Regular";
}
#blog-new .Blog-slider .latest-blogs .blog-name p {
  color: #868686;
}
#blog-new .Blog-slider .latest-blogs .blog-name .blog-date {
  color: #6c6c6c;
  z-index: 1;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 10px;
}
#blog-new .Blog-slider .latest-blogs .blog-name .blog-date .material-symbols-outlined {
  color: #6c6c6c;
  font-size: 20px;
}

#hero-1 {
  background: url(./assets/images/lawsuit-list.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
#hero-1 .certificate {
  margin-bottom: 40px;
}
#hero-1 .section-title {
  text-align: center;
}

#law-list .section-title {
  text-align: center;
}
#law-list .section-title h3 {
  color: #032945;
}
#law-list .blog-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#law-list .blog-box:hover .blog-title::after {
  opacity: 1;
}
#law-list .blog-box:hover .blog-title .readmore-btn a .read-more-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d47911;
  opacity: 1;
}
#law-list .blog-box:hover .blog-title .img-arrow {
  transform: translateX(10px);
}
#law-list .blog-box:hover .blog-title .img-arrow .img-hov {
  opacity: 0;
}
#law-list .blog-box .blog-img {
  width: 100%;
}
#law-list .blog-box .blog-img img {
  width: 100%;
  border-radius: 18px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#law-list .blog-box .blog-title {
  padding: 20px 24px;
  background: #fffaf1;
  position: relative;
  color: #000;
  margin-top: 30px;
  border-radius: 18px;
  transition: 300ms all ease;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  height: 100%;
}
#law-list .blog-box .blog-title a {
  color: #1074bc;
  font-family: "Stem-Regular";
  font-size: 22px;
}
#law-list .blog-box .blog-title .blog-strip {
  position: relative;
}
#law-list .blog-box .blog-title .blog-strip span {
  padding: 0 20px 0 0;
}
#law-list .blog-box .blog-title .blog-strip::after {
  content: "";
  position: absolute;
  top: 0%;
  left: -9%;
  width: 3%;
  height: 100%;
  background: #1074bc;
  z-index: 1;
  transition: 500ms all ease;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#law-list .blog-box .readmore-btn {
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
#law-list .blog-box .readmore-btn a .read-more-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  color: #d47911;
  font-family: "Stem-Regular";
  transition: 300ms all ease;
  opacity: 0.5;
}
#law-list .blog-box .readmore-btn a img {
  width: 32px;
}
#law-list .blog-box .readmore-btn a .img-arrow {
  position: relative;
  margin-left: 14px;
  transition: 300ms all ease;
}
#law-list .blog-box .readmore-btn a .img-arrow .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
#law-list .blog-box:hover .blog-strip {
  color: #fff;
}
#law-list .blog-box:hover .blog-strip span {
  position: relative;
  z-index: 2;
}
#law-list .blog-box:hover .blog-strip::after {
  content: "";
  position: absolute;
  top: 0%;
  left: -10%;
  width: 110%;
  height: 100%;
  color: #fff;
  background: #1074bc;
  transition: 500ms all ease;
  border-radius: 12px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#contact-btns {
  padding: 0;
  margin-top: -60px;
}
#contact-btns .contact-box {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 20px 30px;
  border: 1px solid #1074bc;
  border-radius: 18px;
  position: relative;
  min-height: 125px;
  background: #fff;
}
#contact-btns .contact-box img {
  max-width: 30px;
  position: absolute;
  right: 3%;
  top: 8%;
  opacity: 0.5;
}
#contact-btns .contact-box h5 {
  font-family: "Stem-Regular";
  font-size: 22px;
  color: #4189c5;
}
#contact-btns .contact-box a {
  color: #545454;
  font-weight: 700;
}
#contact-btns .contact-box p {
  color: #545454;
  font-weight: 700;
}
#contact-btns .contact-box:hover {
  background: #fffaf1;
}
#contact-btns .contact-box:hover img {
  opacity: 1;
}

#cont-form {
  padding: 200px 0px;
}
#cont-form .contactFlex {
  display: flex;
  align-items: center;
  position: relative;
}
#cont-form .contactFlex .contact-img {
  width: 70%;
}
#cont-form .contactFlex .contact-form-1 {
  position: absolute;
  right: 0;
  width: 50%;
  padding: 5px;
  border-radius: 24px;
}
#cont-form .contactFlex .contact-form-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(148.33deg, #fca139 0%, #1074bc 100%);
  border-radius: 24px;
}
#cont-form .contactFlex .contactContent {
  border-radius: 24px;
}
#cont-form .contactFlex .contactContent .contactBox {
  width: 70%;
}
#cont-form .contactFlex .contactContent .conatact-form {
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
  padding: 40px 20px 20px 20px;
  position: relative;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.8980392157);
  border-radius: 24px;
  box-sizing: border-box;
}
#cont-form .contactFlex .contactContent .conatact-form .section-title h3 {
  color: #1074bc;
  font-family: "Stem-Regular";
  width: 100%;
  font-size: 34px;
  letter-spacing: 0;
}
#cont-form .contactFlex .contactContent .conatact-form form .form-group {
  display: flex;
  width: 100%;
  gap: 14px;
}
#cont-form .contactFlex .contactContent .conatact-form form .form-group .input-field {
  width: 100%;
  margin: 0 auto;
}
#cont-form .contactFlex .contactContent .conatact-form form .form-group .input-field .form-label {
  margin-bottom: 10px;
}
#cont-form .contactFlex .contactContent .conatact-form form .form-group .input-field input {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#cont-form .contactFlex .contactContent .conatact-form form .form-group .input-field input::-moz-placeholder {
  font-size: 14px;
  color: #888888;
}
#cont-form .contactFlex .contactContent .conatact-form form .form-group .input-field input::placeholder {
  font-size: 14px;
  color: #888888;
}
#cont-form .contactFlex .contactContent .conatact-form form .form-group .input-field input:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#cont-form .contactFlex .contactContent .conatact-form form .input-field {
  width: 100%;
  margin: 0 auto;
}
#cont-form .contactFlex .contactContent .conatact-form form .input-field .form-label {
  margin-bottom: 10px;
}
#cont-form .contactFlex .contactContent .conatact-form form .input-field select {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 14px;
  color: #888888;
  padding: 14px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  transition: 300ms all ease;
  margin-bottom: 32px;
}
#cont-form .contactFlex .contactContent .conatact-form form .input-field select:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#cont-form .contactFlex .contactContent .conatact-form form .input-field .form-label {
  margin-bottom: 12px;
}
#cont-form .contactFlex .contactContent .conatact-form form .input-field textarea {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#cont-form .contactFlex .contactContent .conatact-form form .input-field textarea::-moz-placeholder {
  font-size: 14px;
  color: #888888;
}
#cont-form .contactFlex .contactContent .conatact-form form .input-field textarea::placeholder {
  font-size: 14px;
  color: #888888;
}
#cont-form .contactFlex .contactContent .conatact-form form .input-field textarea:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#cont-form .contactFlex .contactContent .conatact-form form .check-box {
  display: flex;
  gap: 10px;
  width: 100%;
}

#faq {
  background: url(./assets/images/accordian.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
}
#faq .accordion-body {
  padding-top: 0;
  font-size: 18px;
}
#faq .section-title {
  text-align: center;
}
#faq .section-title h3 {
  color: #032945;
}
#faq .accordion-button:not(.collapsed)::after {
  background: url("./assets/images/expand_more.svg");
  background-size: contain;
}
#faq .accordion-button::after {
  background: url("./assets/images/expand_more.svg");
  background-size: contain;
  opacity: 0.5;
  height: 28px;
  width: 28px;
  transition: 300ms all ease;
  border-radius: 6px;
}
#faq .accordion .accordion-item {
  margin-bottom: 14px;
  border: 1px solid #1074bc;
  border-radius: 4px;
  box-shadow: none;
}
#faq .accordion .accordion-item:hover .accordion-button::after {
  opacity: 1;
}
#faq .accordion .accordion-item .accordion-button {
  background: white;
  box-shadow: none;
  font-weight: 600;
  font-size: 22px;
}

#TrendingBlogs .section-title {
  text-align: center;
}
#TrendingBlogs .section-title h3 {
  color: #032945;
}
#TrendingBlogs .trending-blog {
  position: relative;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
#TrendingBlogs .trending-blog::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(57, 59, 64, 0.8);
}
#TrendingBlogs .trending-blog img {
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
#TrendingBlogs .trending-blog .trending-blog-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 0 0 0 15px;
  z-index: 9;
}
#TrendingBlogs .trending-blog .trending-blog-title:hover .readmore span {
  transform: translateX(10px);
}
#TrendingBlogs .trending-blog .trending-blog-title h3 {
  width: 80%;
  font-size: 32px;
  color: #fff;
  margin-bottom: 0px;
  font-family: "Stem-Regular";
}
#TrendingBlogs .trending-blog .trending-blog-title p {
  color: #fff;
  font-size: 18px;
}
#TrendingBlogs .trending-blog .trending-blog-title .view-btn a {
  transform: none;
  border: 0;
  font-size: 20px;
}
#TrendingBlogs .trending-blog .trending-blog-title .blog-date {
  z-index: 1;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #fff;
}
#TrendingBlogs .trending-blog.big {
  border-radius: 32px;
}
#TrendingBlogs .trending-blog.big img {
  width: 100%;
  min-height: 550px;
  border-radius: 32px;
}
#TrendingBlogs .trending-blog.big .trending-blog-title {
  bottom: 40px;
  left: 4px;
  padding: 0 40px;
}

#vlog .section-title {
  text-align: center;
}
#vlog .section-title h3 {
  color: #032945;
}
#vlog .trending-blog .card {
  position: relative;
  border-radius: 18px;
  border: none !important;
  box-shadow: 0px 0px 12.97px 0px rgba(0, 0, 0, 0.0588235294);
  height: 100%;
}
#vlog .trending-blog .card:hover {
  background: #fffaf1;
}
#vlog .trending-blog .card:hover::after {
  opacity: 1;
}
#vlog .trending-blog .card:hover .readmore-btn .read-more-btn {
  color: #d47911;
}
#vlog .trending-blog .card .card-img-top {
  border-radius: 18px 18px 0 0 !important;
  height: 220px;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
#vlog .trending-blog .card .card-body {
  padding: 24px;
  z-index: 10;
}
#vlog .trending-blog .card .card-body .blog-date {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 16px;
}
#vlog .trending-blog .card .card-body .card-title {
  transition: 300ms all ease;
  font-family: "Stem-Regular";
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
#vlog .trending-blog .card .card-body p {
  font-size: 18px;
  color: #868686;
}
#vlog .trending-blog .card .card-body .readmore-btn {
  margin-top: 24px;
  position: relative;
  z-index: 2;
  color: #dbc3a8;
  display: flex;
  align-items: center;
  font-family: "Stem-Regular";
  font-weight: 700;
  font-size: 21px;
  transition: 300ms all ease;
}
#vlog .trending-blog .card .card-body .readmore-btn .read-more-btn {
  display: flex;
  align-items: center;
  transition: 300ms all ease;
}
#vlog .pagination {
  justify-content: space-between;
  align-items: center;
  margin: 50px auto;
  width: 40%;
  font-family: "Poppins-SemiBold";
}
#vlog .pagination .page-arrow {
  position: relative;
  width: 40px;
  background: transparent;
  border: none;
}
#vlog .pagination .page-arrow:hover .img-hov {
  opacity: 1;
}
#vlog .pagination .page-arrow img {
  width: 40px;
}
#vlog .pagination .page-arrow .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms all ease;
}
#vlog .pagination .page-item {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#vlog .pagination .page-item .page-link {
  font-size: 26px;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #d47911;
}
#vlog .pagination .page-item.active {
  background: #d47911;
  border-radius: 20px;
}
#vlog .pagination .page-item.active .page-link {
  -webkit-text-fill-color: #fff;
}
#vlog .pagination .page-link:focus {
  box-shadow: none;
}
#vlog .categories-box {
  background: #fffaf1;
  width: 100%;
  padding: 32px 14px;
  border-radius: 24px;
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1803921569);
  text-align: center;
  height: 100%;
}
#vlog .categories-box .categories-title {
  margin-bottom: 28px;
  border-bottom: 1px solid #b4dfff;
}
#vlog .categories-box .categories-title h4 {
  font-size: 32px;
  font-family: "Stem-Regular";
  font-weight: 600;
}
#vlog .categories-box .category-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
  border-bottom: 1px solid #e2e2e2;
  padding: 0px;
  transition: 300ms all ease;
}
#vlog .categories-box .category-item img {
  max-width: 100px;
}
#vlog .categories-box .category-item p {
  font-family: "Stem-Regular";
  font-size: 16px;
  margin-bottom: 0;
  color: #1074bc;
  text-align: justify;
}
#vlog .categories-box .border-bottom {
  border-bottom: 0 !important;
}
#vlog .get-in-touch {
  position: relative;
  padding: 3px;
}
#vlog .get-in-touch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(148.33deg, #fca139 0%, #1074bc 100%);
  border-radius: 14px;
}
#vlog .get-in-touch .conatact-form {
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
  padding: 15px;
  position: relative;
  z-index: 50;
  background-color: #fff;
  border-radius: 14px;
  box-sizing: border-box;
}
#vlog .get-in-touch .conatact-form .section-title {
  text-align: center;
}
#vlog .get-in-touch .conatact-form .section-title h3 {
  color: #1074bc;
  font-family: "Stem-Regular";
  width: 100%;
  font-size: 32px;
  letter-spacing: 0;
}
#vlog .get-in-touch .conatact-form form .input-field {
  width: 100%;
  margin: 0 auto;
}
#vlog .get-in-touch .conatact-form form .input-field .form-label {
  margin-bottom: 10px;
}
#vlog .get-in-touch .conatact-form form .input-field input {
  border: 1px solid #7581ff;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#vlog .get-in-touch .conatact-form form .input-field input::-moz-placeholder {
  font-size: 14px;
  color: #888888;
}
#vlog .get-in-touch .conatact-form form .input-field input::placeholder {
  font-size: 14px;
  color: #888888;
}
#vlog .get-in-touch .conatact-form form .input-field input:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#vlog .get-in-touch .conatact-form form .input-field {
  width: 100%;
  margin: 0 auto;
}
#vlog .get-in-touch .conatact-form form .input-field .form-label {
  margin-bottom: 10px;
}
#vlog .get-in-touch .conatact-form form .input-field select {
  border: 1px solid #7581ff;
  outline: 0;
  font-size: 14px;
  color: #888888;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#vlog .get-in-touch .conatact-form form .input-field select:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#vlog .get-in-touch .conatact-form form .input-field .form-label {
  margin-bottom: 12px;
}
#vlog .get-in-touch .conatact-form form .input-field textarea {
  border: 1px solid #7581ff;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#vlog .get-in-touch .conatact-form form .input-field textarea::-moz-placeholder {
  font-size: 14px;
  color: #888888;
}
#vlog .get-in-touch .conatact-form form .input-field textarea::placeholder {
  font-size: 14px;
  color: #888888;
}
#vlog .get-in-touch .conatact-form form .input-field textarea:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#vlog .get-in-touch .conatact-form form .check-box {
  display: flex;
  gap: 10px;
  width: 100%;
}
#vlog .get-in-touch .conatact-form form input.text-btn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 26px;
  font-family: "Stem-Regular";
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #d47911;
  border: 2px solid white;
  border-radius: 10px;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
  transform: translate(-5px, -5px);
}
#vlog .get-in-touch .conatact-form form input.text-btn:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #d47911;
  border-radius: 10px;
  z-index: -1;
  transition: 300ms all ease;
}
#vlog .get-in-touch .conatact-form form input.text-btn:hover {
  background-color: #fff;
  color: #d47911;
  border: 2px solid #d47911;
  box-shadow: 5px 5px 0px #d47911;
}
#vlog .get-in-touch .conatact-form form input.text-btn:active {
  background-color: #d47911;
  box-shadow: none;
  color: #fff;
  transform: translate(0px, 0px);
}
#vlog .nav-links {
  display: flex;
  gap: 14px;
}

#jobs .section-title {
  text-align: center;
}
#jobs .section-title h3 {
  color: #032945;
}
#jobs .accordion .accordion-item {
  background: #fffaf1;
  border: none;
  border-radius: 18px;
  margin-bottom: 15px;
}
#jobs .accordion .accordion-item .accordion-button {
  background: #fffaf1 !important;
  box-shadow: none;
  display: block;
  padding-bottom: 0;
  border-radius: 18px;
}
#jobs .accordion .accordion-item .accordion-button .jobs-label {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
#jobs .accordion .accordion-item .accordion-button .jobs-label .j-label {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #c8e8ff;
  padding: 10px 20px;
  color: #000000;
  border-radius: 25px;
}
#jobs .accordion .accordion-item .accordion-button h4 {
  color: #000000;
  font-family: "Stem-Regular";
  font-size: 30px;
  font-weight: 600;
}
#jobs .accordion .accordion-item .accordion-button::after {
  position: relative;
  display: block !important;
  top: -90px;
}
#jobs .accordion .accordion-item .accordion-body {
  padding: 20px 20px 40px 20px;
}
#jobs .accordion .accordion-item .accordion-body .job-list {
  display: flex;
  gap: 30px;
  padding-bottom: 20px;
}
#jobs .accordion .accordion-item .accordion-body .job-list ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
#jobs .accordion .accordion-item .accordion-body .job-list ul li {
  position: relative;
  padding-bottom: 20px;
  width: 50%;
  font-size: 18px;
}
#jobs .accordion .accordion-item .accordion-body .job-list ul li::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: -40px;
  background: url(./assets/images/check_circle.png);
}

#benifits .section-title {
  text-align: center;
}
#benifits .section-title h3 {
  color: #032945;
}
#benifits .image-wrapeer {
  position: relative;
}
#benifits .benifits-row {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  position: absolute;
}

#benifit .section-title {
  text-align: center;
}
#benifit .section-title h3 {
  color: #032945;
}
#benifit .image-wrapeer {
  background: url(./assets/images/benifit.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 42px 32px;
  border-radius: 18px;
}
#benifit .benifits-row {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
#benifit .benifits-row .benifits-flex {
  text-align: center;
  width: 27%;
}
#benifit .benifits-row .benifits-flex:hover img {
  transform: scale(1.05);
}
#benifit .benifits-row .benifits-flex img {
  max-width: 90px;
  padding-bottom: 20px;
  transition: 300ms all ease;
}
#benifit .benifits-row .benifits-flex p {
  font-family: "Stem-Regular";
  font-size: 24px;
  color: #fff;
}

#work-job {
  background: #fffaf1;
  position: sticky;
}
#work-job .section-title h5 {
  margin: 0;
  margin-bottom: 10px;
}
#work-job .section-title h3 {
  color: #032945;
}
#work-job .btn p {
  font-size: 18px;
  text-transform: uppercase;
}
#work-job .btn .text {
  font-family: "Inter";
  font-size: 18px;
}

.work-content {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  margin-bottom: 30px;
  transition: 300ms all ease;
  position: relative;
}
.work-content .img-round {
  background: #06304f;
  border-radius: 200%;
  height: 100%;
  width: 18%;
  padding: 15px;
  border: 6px double #06304f;
}
.work-content .text-wrapper .number {
  position: absolute;
  right: 10px;
  top: 0;
  color: #8aa4b6;
  font-family: "Stem-Regular";
  font-size: 34px;
}
.work-content .text-wrapper h4 {
  font-family: "Stem-Regular";
  font-weight: 600;
  font-size: 30px;
  line-height: 25px;
}
.work-content .text-wrapper p {
  color: #7b7b7b;
  margin-bottom: 0;
}
.work-content:hover {
  background: #fffaf1;
}
.work-content:hover .img-round {
  background: #1074bc;
  border-style: double;
  border: 6px double #fff;
}

#gallery {
  padding: 0;
}

#about .aboutImg {
  width: 400px;
}
#about .section-title {
  text-align: center;
}
#about .section-title h5 {
  margin: auto;
}
#about .section-title h3 {
  color: #032945;
}
#about .section-title p {
  color: #000000;
  text-align: left;
}
#about .text-wrapper p {
  color: #000000;
  text-align: left;
  font-size: 18px;
  line-height: 28.82px;
}

#mission-vission {
  position: relative;
}
#mission-vission .section-title h5::after {
  z-index: 2;
}
#mission-vission .mission-wrapper {
  background: #fffaf1;
  position: sticky;
  padding: 70px 20px;
  padding-right: 70px;
  border-radius: 18px;
}
#mission-vission .mission-wrapper .section-title h3 {
  color: #032945;
  font-size: 45px;
  line-height: 46.82px;
}
#mission-vission .mission-wrapper .section-title h5 {
  margin: 0;
  margin-bottom: 10px;
}
#mission-vission .mission-wrapper .section-title p {
  color: #7d7d7d;
}
#mission-vission .mission-position {
  position: relative;
}
#mission-vission .mission-img {
  max-width: 200px !important;
  position: absolute;
  top: 0px;
  left: -90px;
}
#mission-vission .mission-img img {
  max-width: 185px !important;
}
#mission-vission .mission-list {
  display: flex;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
  gap: 20px;
  padding: 15px 22px 15px 15px;
  margin-bottom: 20px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: 300ms all ease;
}
#mission-vission .mission-list img {
  max-width: 128px;
  -o-object-fit: contain;
     object-fit: contain;
}
#mission-vission .mission-list .text h4 {
  font-family: "Stem-Regular";
  font-size: 30px;
  color: #1074bc;
}
#mission-vission .mission-list .text p {
  color: #505050;
  text-align: justify;
  font-size: 16px;
}
#mission-vission .mission-list:hover {
  background: #1074bc;
}
#mission-vission .mission-list:hover h4 {
  color: #ffffff;
}
#mission-vission .mission-list:hover p {
  color: #ffffff;
}
#mission-vission .mission-position {
  padding-left: 100px;
}
#mission-vission .mission-position img {
  -o-object-fit: contain;
     object-fit: contain;
}

#why-choose .section-title {
  text-align: center;
}
#why-choose .section-title h3 {
  color: #032945;
}
#why-choose .image-wrapeer {
  background: url(./assets/images/why-choose.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px;
  border-radius: 18px;
}
#why-choose .image-wrapeer .why-row {
  padding: 0 40px;
}
#why-choose .image-wrapeer .why-box {
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #d47911 0%, rgba(110, 63, 9, 0) 100%);
  max-width: 370px;
  position: relative;
  margin-bottom: 32px;
}
#why-choose .image-wrapeer .why-box::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #d47911 0%, rgba(110, 63, 9, 0) 100%);
  bottom: 0;
}
#why-choose .image-wrapeer .why-box img {
  max-width: 60px;
  padding-bottom: 12px;
}
#why-choose .image-wrapeer .why-box h5 {
  color: #ffffff;
  font-size: 24px;
  font-family: "Stem-Regular";
  position: relative;
}
#why-choose .image-wrapeer .why-box h5::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: -27px;
  background: url(./assets/images/check_circle_w.png);
}
#why-choose .image-wrapeer .why-box p {
  color: #d7d7d7;
  font-size: 18px;
}

#our-core {
  background: #fffaf1;
  position: sticky;
}
#our-core .section-title {
  text-align: center;
}
#our-core .section-title h3 {
  color: #032945;
}
#our-core .value-box {
  padding: 20px;
  transition: 300ms all ease;
  border: 1px solid #cfcfcf;
  height: 100%;
}
#our-core .value-box h5 {
  text-align: end;
  color: #ddbd99;
  font-weight: 400;
}
#our-core .value-box .value-icon {
  position: relative;
}
#our-core .value-box .value-icon img {
  max-width: 80px;
  padding-bottom: 20px;
  position: relative;
}
#our-core .value-box .value-icon .img-main {
  position: absolute;
  top: 0;
  transition: 300ms all ease;
}
#our-core .value-box .value-icon .img-hov {
  opacity: 0;
  transition: 300ms all ease;
}
#our-core .value-box h4 {
  color: #81888c;
  font-family: "Stem-Regular";
  font-weight: 600;
  font-size: 26px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
#our-core .value-box .line {
  border-bottom: 1px solid #c7c5c5;
}
#our-core .value-box p {
  padding-top: 20px;
  color: #717171;
  font-size: 18px;
  text-align: justify;
}
#our-core .value-box:hover {
  border: 1px solid #d47911;
  box-shadow: 10px 0px 26px 0px rgba(0, 0, 0, 0.1411764706);
  background: #f9f9f9;
}
#our-core .value-box:hover .img-main {
  opacity: 0;
}
#our-core .value-box:hover .img-hov {
  opacity: 1;
}
#our-core .value-box:hover h4 {
  color: #1476bd;
}

#fixed-icon {
  position: relative;
  z-index: 999;
  padding: 0;
}
#fixed-icon .fabs {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#fixed-icon .action {
  background: #d47911;
  height: 74px;
  width: 74px;
  border-radius: 50%;
  box-shadow: 0px 0px 24px 0px #ffb157;
  transition: background-color 0.4s ease-in-out;
}
#fixed-icon .action img {
  max-width: 40px;
  position: relative;
  top: 19px;
  left: 15px;
  right: auto;
}
#fixed-icon .action i {
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  cursor: pointer;
}
#fixed-icon .action:hover {
  background-color: #d47911;
}
#fixed-icon .btn {
  position: absolute;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}
#fixed-icon .btn img {
  max-width: 38px;
  right: 0px;
  position: relative;
  top: 10px;
}
#fixed-icon .btn i {
  position: absolute;
  font-size: 18px;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#fixed-icon .btns {
  position: absolute;
  bottom: 0px;
  margin-bottom: 5px;
  height: 65px;
  width: 65px;
  transition: 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#fixed-icon .btns.open {
  bottom: 85px;
}

#vlog.BlogDetail .card .card-img-top {
  min-height: 500px;
}
#vlog.BlogDetail a {
  color: #1074bc;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.wpcf7-spinner {
  position: absolute;
}

::-moz-placeholder {
  color: #909090;
}

::placeholder {
  color: #909090;
}

#ErrorPage {
  text-align: center;
}
#ErrorPage .section-title {
  margin-bottom: 42px;
}
#ErrorPage .section-title h3 {
  color: #032945;
  text-align: center;
}
#ErrorPage .section-title p {
  color: #000000;
  text-align: center;
}
#ErrorPage .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
#ErrorPage .search-submit {
  position: relative;
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 26px;
  font-family: "Stem-Regular";
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #d47911;
  border: 2px solid white;
  border-radius: 10px;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
  transform: translate(-5px, -5px);
  text-transform: capitalize;
}
#ErrorPage .search-submit:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #d47911;
  border-radius: 10px;
  z-index: -1;
  transition: 300ms all ease;
}
#ErrorPage .search-submit:hover {
  background-color: #fff;
  color: #d47911;
  border: 2px solid #d47911;
  box-shadow: 5px 5px 0px #d47911;
}
#ErrorPage .search-submit:active {
  background-color: #d47911;
  box-shadow: none;
  color: #fff;
  transform: translate(0px, 0px);
}
#ErrorPage .search-field {
  min-height: 60px;
  height: 100%;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
}
#ErrorPage .search-form label {
  font-size: 24px;
}

#UnCategorized .card {
  position: relative;
  border-radius: 18px;
  border: none !important;
  box-shadow: 0px 0px 12.97px 0px rgba(0, 0, 0, 0.0588235294);
  height: 100%;
}
#UnCategorized .card:hover {
  background: #fffaf1;
}
#UnCategorized .card:hover::after {
  opacity: 1;
}
#UnCategorized .card:hover .readmore-btn .read-more-btn {
  color: #d47911;
}
#UnCategorized .card .card-img-top {
  border-radius: 18px 18px 0 0 !important;
  height: 220px;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
#UnCategorized .card .card-body {
  padding: 24px;
  z-index: 10;
}
#UnCategorized .card .card-body .blog-date {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 16px;
}
#UnCategorized .card .card-body .card-title {
  transition: 300ms all ease;
  font-family: "Stem-Regular";
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
#UnCategorized .card .card-body p {
  font-size: 12px;
  color: #868686;
}
#UnCategorized .card .card-body .readmore-btn {
  margin-top: 24px;
  position: relative;
  z-index: 2;
  color: #dbc3a8;
  display: flex;
  align-items: center;
  font-family: "Stem-Regular";
  font-weight: 700;
  font-size: 21px;
  transition: 300ms all ease;
}
#UnCategorized .card .card-body .readmore-btn .read-more-btn {
  display: flex;
  align-items: center;
  transition: 300ms all ease;
}

.check-box .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.4;
}

.entry-title.default-max-width {
  text-align: center;
  padding-bottom: 60px;
}

.pages {
  color: #fff;
  background-color: transparent;
  padding: 10px 16px !important;
  background-color: #1074bc;
  border: none;
  outline: none;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: transparent;
  padding: 10px 16px !important;
  background-color: #d47911;
  border: none;
  outline: none;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
}

.wp-pagenavi .page {
  color: #fff;
  background-color: transparent;
  padding: 10px 16px !important;
  background-color: #1074bc;
  border: none;
  outline: none;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
}

.nextpostslink {
  color: #fff;
  background-color: transparent;
  padding: 10px 16px !important;
  background-color: #1074bc;
  border: none;
  outline: none;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
}

.previouspostslink {
  color: #fff;
  background-color: transparent;
  padding: 10px 16px !important;
  background-color: #1074bc;
  border: none;
  outline: none;
  border-radius: 28px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
}

#header .navbar .navbar-nav .nav-item.active .dropdown-item {
  background: transparent;
  border: none;
}

#MissionVision {
  background: #fffaf1;
  padding-bottom: 90px;
}
#MissionVision .section-title h5::after {
  z-index: 2;
}
#MissionVision .section-title {
  margin-bottom: 62px;
}
#MissionVision .section-title h3 {
  color: #032945;
  font-size: 45px;
  line-height: 46.82px;
}
#MissionVision .section-title h5 {
  margin: 0;
  margin-bottom: 10px;
}
#MissionVision .section-title p {
  color: #7d7d7d;
}
#MissionVision .Mission-Box {
  padding: 48px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
  position: relative;
  margin-top: 42px;
  margin: auto;
  width: 90%;
  height: 100%;
  border-radius: 18px;
  transition: 700ms all ease;
}
#MissionVision .Mission-Box:hover {
  background: #1074bc;
  transform: scale(0.95);
}
#MissionVision .Mission-Box:hover .text h4 {
  color: #fff;
}
#MissionVision .Mission-Box:hover .text p {
  color: #fff;
}
#MissionVision .Mission-Box .ImgBox {
  width: 120px;
  margin-bottom: 14px;
  position: absolute;
  top: -55px;
  left: -55px;
}
#MissionVision .Mission-Box .ImgBox img {
  width: 100%;
}
#MissionVision .Mission-Box .text h4 {
  font-family: "Stem-Regular";
  font-size: 52px;
  color: #1074bc;
  transition: 300ms all ease;
}
#MissionVision .Mission-Box .text p {
  color: #505050;
  text-align: justify;
  font-size: 18px;
  transition: 300ms all ease;
}
#MissionVision .value-box {
  margin-top: 80px;
  width: 95%;
  height: -moz-fit-content;
  height: fit-content;
}

.form-sumbit-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.checkbox-flex span.wpcf7-list-item-label {
  display: none;
}

.margin {
  margin-top: 70px;
}

.form-disclaimer.d-flex.gap-2 {
  display: block !important;
}

.form-disclaimer {
  margin: 0 10px;
}
.form-disclaimer .wpcf7-list-item-label {
  display: none;
}

input[type=checkbox] {
  height: 20px;
  width: 20px;
  margin-left: -14px;
}

.disclimer.d-flex.gap-2 {
  display: block !important;
}

.disclimer.d-flex.gap-2 p {
  font-size: 14px;
}

.disclimer {
  margin: 0 10px;
}
.disclimer .wpcf7-list-item-label {
  display: none;
}

.radio {
  margin: 10px;
}

.BlogDetail .trending-blog .card .card-body {
  text-align: left;
}

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

.BlogDetail .card h4 {
  font-size: 24px;
  margin: 24px 0 10px;
}

.BlogDetail .size-full {
  margin: 14px 0;
}

.BlogDetail .section-title h3 {
  color: #032945;
  margin-top: 24px;
  margin-bottom: 8px;
}

.BlogDetail .nav-previous {
  min-width: 170px;
  text-align: center;
}
.BlogDetail .nav-previous p.meta-nav.web-btn {
  width: 100%;
  justify-content: center;
}

.BlogDetail .nav-next {
  min-width: 170px;
  text-align: center;
}
.BlogDetail .nav-next p.meta-nav.web-btn {
  width: 100%;
  justify-content: center;
}

.BlogDetail .get-in-touch label {
  text-align: left;
}
.BlogDetail .get-in-touch .form-disclaimer p {
  text-align: left;
  color: black;
  font-size: 14px;
  line-height: 1.4;
}
.BlogDetail .get-in-touch .input-field {
  text-align: justify;
}
.BlogDetail .get-in-touch .form-disclaimer.d-flex.gap-2 {
  text-align: left;
}

.BlogDetail .trending-blog .card .card-body p {
  font-size: 14px !important;
  color: #868686;
  line-height: 1.5;
  margin-bottom: 12px;
}

#Modal form .input-field {
  width: 100%;
  margin: 0 auto 14px;
}
#Modal form .input-field .form-label {
  margin-bottom: 10px;
}
#Modal form .input-field input {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#Modal form .input-field input::-moz-placeholder {
  font-size: 14px;
  color: #888888;
}
#Modal form .input-field input::placeholder {
  font-size: 14px;
  color: #888888;
}
#Modal form .input-field input:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#Modal .input-field {
  width: 100%;
  margin: 0 auto;
}
#Modal .input-field .form-label {
  margin-bottom: 10px;
}
#Modal .input-field select {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 14px;
  color: #888888;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
  padding: 14px;
}
#Modal .input-field select:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#Modal .input-field .form-label {
  margin-bottom: 12px;
}
#Modal .input-field textarea {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#Modal .input-field textarea::-moz-placeholder {
  font-size: 14px;
  color: #888888;
}
#Modal .input-field textarea::placeholder {
  font-size: 14px;
  color: #888888;
}
#Modal .input-field textarea:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#Modal .check-box {
  display: flex;
  gap: 10px;
  width: 100%;
}
#Modal .text-btn {
  position: relative;
  margin-top: 14px;
  padding: 10px 30px;
  font-size: 14px;
  font-family: "Stem-Regular";
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #d47911;
  border: 2px solid white;
  border-radius: 10px;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
  transform: translate(-5px, -5px);
  text-transform: capitalize;
}

#ContactNew {
  overflow: visible;
}
#ContactNew .ContactDetails {
  position: sticky;
  top: 16%;
}
#ContactNew .section-title {
  text-align: center;
}
#ContactNew .section-title h3 {
  color: #032945;
}
#ContactNew .contact-box {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 20px 30px;
  border: 1px solid #1074bc;
  border-radius: 18px;
  position: relative;
  background: #fff;
  margin-bottom: 24px;
}
#ContactNew .contact-box p {
  margin: 0;
}
#ContactNew .contact-box img {
  max-width: 30px;
  position: absolute;
  right: 3%;
  top: 8%;
  opacity: 0.5;
}
#ContactNew .contact-box h5 {
  font-family: "Stem-Regular";
  font-size: 22px;
  color: #4189c5;
}
#ContactNew .contact-box a {
  color: #545454;
  font-weight: 700;
  font-size: 18px;
}
#ContactNew .contact-box p {
  color: #545454;
  font-weight: 700;
}
#ContactNew .contact-box:hover {
  background: #fffaf1;
}
#ContactNew .contact-box:hover img {
  opacity: 1;
}
#ContactNew .contactFlex {
  display: flex;
  align-items: center;
  position: relative;
}
#ContactNew .contactFlex .contact-form-1 {
  padding: 5px;
  border-radius: 24px;
}
#ContactNew .contactFlex .contact-form-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(148.33deg, #fca139 0%, #1074bc 100%);
  border-radius: 24px;
}
#ContactNew .contactFlex label {
  font-size: 17px;
  font-weight: 600;
  padding-left: 5px;
}
#ContactNew .contactFlex .contactContent {
  border-radius: 24px;
}
#ContactNew .contactFlex .contactContent .contactBox {
  width: 70%;
}
#ContactNew .contactFlex .contactContent .conatact-form {
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
  padding: 40px 20px 20px 20px;
  position: relative;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.8980392157);
  border-radius: 24px;
  box-sizing: border-box;
}
#ContactNew .contactFlex .contactContent .conatact-form .section-title h3 {
  color: #1074bc;
  font-family: "Stem-Regular";
  width: 100%;
  font-size: 34px;
  letter-spacing: 0;
}
#ContactNew .contactFlex .contactContent .conatact-form form .form-group {
  display: flex;
  width: 100%;
  gap: 14px;
}
#ContactNew .contactFlex .contactContent .conatact-form form .form-group .input-field {
  width: 100%;
  margin: 0 auto;
}
#ContactNew .contactFlex .contactContent .conatact-form form .form-group .input-field .form-label {
  margin-bottom: 10px;
}
#ContactNew .contactFlex .contactContent .conatact-form form .form-group .input-field input {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#ContactNew .contactFlex .contactContent .conatact-form form .form-group .input-field input::-moz-placeholder {
  font-size: 14px;
  color: #888888;
}
#ContactNew .contactFlex .contactContent .conatact-form form .form-group .input-field input::placeholder {
  font-size: 14px;
  color: #888888;
}
#ContactNew .contactFlex .contactContent .conatact-form form .form-group .input-field input:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#ContactNew .contactFlex .contactContent .conatact-form form .input-field {
  width: 100%;
  margin: 0 auto;
}
#ContactNew .contactFlex .contactContent .conatact-form form .input-field .form-label {
  margin-bottom: 10px;
}
#ContactNew .contactFlex .contactContent .conatact-form form .input-field select {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 14px;
  color: #888888;
  padding: 14px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  transition: 300ms all ease;
  margin-bottom: 32px;
}
#ContactNew .contactFlex .contactContent .conatact-form form .input-field select:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#ContactNew .contactFlex .contactContent .conatact-form form .input-field .form-label {
  margin-bottom: 12px;
}
#ContactNew .contactFlex .contactContent .conatact-form form .input-field textarea {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}
#ContactNew .contactFlex .contactContent .conatact-form form .input-field textarea::-moz-placeholder {
  font-size: 14px;
  color: #888888;
}
#ContactNew .contactFlex .contactContent .conatact-form form .input-field textarea::placeholder {
  font-size: 14px;
  color: #888888;
}
#ContactNew .contactFlex .contactContent .conatact-form form .input-field textarea:focus {
  box-shadow: 6px 6px #1074bc;
  border: 1px solid #1074bc;
}
#ContactNew .contactFlex .contactContent .conatact-form form .check-box {
  display: flex;
  gap: 10px;
  width: 100%;
}

#hero label {
  font-size: 17px;
  font-weight: 600;
  padding-left: 5px;
}
#hero .Contact-Main {
  padding: 5px;
  position: relative;
  margin-bottom: -550px;
  box-sizing: border-box;
}
#hero .Contact-Main .conatact-form {
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
  padding: 40px 25px 20px 25px;
  position: relative;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.8980392157);
  border-radius: 48px;
  box-sizing: border-box;
}
#hero .Contact-Main .conatact-form form .form-info {
  display: flex;
  width: 100%;
  gap: 0px;
  flex-wrap: wrap;
}
#hero .Contact-Main .conatact-form form .form-info .input-field input {
  border: 1px solid #b5b5b5;
  outline: 0;
  font-size: 18px;
  padding: 8px 14px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 300ms all ease;
}

#Modal {
  padding: 0;
}

#ThankYou {
  display: flex;
  align-items: center;
  height: 90vh;
  background: #fffaf1;
}
#ThankYou .container {
  max-width: 650px;
  margin: 0 auto;
  background: #F5F5F5;
  padding: 60px 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  color: #00274E;
  position: relative;
  overflow: hidden;
  text-align: center;
}
#ThankYou h1 {
  color: #00274E;
  font-weight: bold;
  font-size: 65px;
  margin-bottom: 14px;
}
#ThankYou p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
#ThankYou .btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #FDB927;
  /* Gold */
  color: #00274E;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
#ThankYou .btn:hover {
  background-color: #e5a823;
}
#ThankYou .logo {
  display: block;
  margin: 0 auto 32px;
  width: 150px;
}
#ThankYou .view-btn {
  margin-top: 36px;
}/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 4000px) {
  #what-we .image-wrapper img {
    height: 110vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  #what-we .what-we-do {
    padding-left: 30px;
    padding-top: 310px;
  }
}
@media screen and (max-width: 1920px) {
  #what-we .what-we-do {
    padding-left: 30px;
    padding-top: 350px;
  }
  #what-we .image-wrapper img {
    height: 1120px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  #vlog .nav-links {
    margin: 31px 0;
  }
}
@media screen and (max-width: 1600px) {
  #what-we .what-we-do {
    padding-left: 30px;
    padding-top: 290px;
  }
}
@media screen and (max-width: 1400px) {
  #header .navbar .navbar-nav .nav-item.active a {
    padding: 4px 10px;
  }
  #header .navbar .navbar-nav .nav-item .nav-link {
    padding: 4px 10px;
  }
  #header .navbar .navbar-nav .nav-item:hover .nav-link {
    padding: 4px 10px;
  }
  #blog .latest-blogs .blog-img img {
    min-height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  .section-title h3 {
    font-size: 38px;
  }
  #what-we .image-wrapper img {
    height: 100%;
  }
  #TrendingBlogs .trending-blog img {
    min-height: 260px;
  }
  #what-we .what-we-do {
    padding-left: 30px;
    padding-top: 320px;
  }
}
@media screen and (max-width: 1024px) {
  #banner .certificate {
    margin-bottom: 20px;
  }
  #banner .Contact-Main {
    margin-bottom: 0;
  }
  #TrendingBlogs .trending-blog .trending-blog-title {
    position: absolute;
    bottom: 26px;
    left: 26px;
  }
  #banner .conatact-form {
    margin-bottom: 0;
  }
  #banner .section-title {
    padding-bottom: 20px;
  }
  #what-we .what-we-do {
    padding-top: 0px;
  }
  #header {
    display: none;
  }
  #navbar-top {
    display: none;
  }
  #footer .services ul {
    display: block;
    height: auto;
  }
  #cont-form .contactFlex .contact-form-1 {
    position: static;
    margin-top: 24px;
    width: 100%;
  }
  #cont-form .contactFlex {
    display: block;
  }
  #cont-form .contactFlex .contact-img {
    width: 100%;
  }
  #cta .col-lg-6.text-center.my-auto {
    justify-content: center;
  }
  #work-process .how-box {
    align-items: baseline;
  }
  #work-process .how-box .img-round {
    height: auto !important;
  }
  #work-process .how-box-1 .img-round {
    height: auto !important;
  }
  #work-process .how-box .img-round {
    width: 70px;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #work-process .how-box-1 .img-round {
    width: 70px;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #work-process .how-box-1 {
    align-items: baseline;
    padding: 14px;
    border-radius: 14px;
  }
  #work-process .how-box .img-round {
    width: 100px;
  }
}
@media screen and (max-width: 990px) {
  .section-title h5 {
    width: auto;
  }
  #hero .Contact-Main {
    margin: 0;
  }
  #work-job .btn {
    padding-bottom: 32px;
  }
  #what-we .image-wrapper {
    display: none;
  }
  #mobile-nav .mobile_nav_____ .navbar-menus ul {
    position: relative;
    background-color: transparent;
    margin: 0;
    border: none;
  }
  #banner .Contact-Main .conatact-form {
    padding: 40px 12px;
  }
  #banner .Contact-Main .conatact-form .section-title h3 {
    font-size: 28px;
    text-align: center;
  }
  #compension-sec .chain-box .chian-link {
    justify-content: left;
  }
  #compension-sec .chain-box .chian-link .work-flex {
    border: none;
  }
  #work-process .how-box {
    flex-direction: column;
    border-radius: 50px;
    padding: 20px;
  }
  #work-process .how-box .img-round {
    height: 100%;
    width: 100px;
  }
  #our-resource .row {
    justify-content: center;
  }
  #work-process .how-box-1 {
    flex-direction: column-reverse;
    border-radius: 50px;
    padding: 20px;
  }
  #MissionVision .Mission-Box {
    height: auto;
    margin-bottom: 60px;
  }
  #MissionVision .value-box {
    margin-top: 0;
  }
  #work-process .how-box-1 .img-round {
    height: 100%;
    width: 100px;
  }
  #work-process .how-box img-round {
    height: 100%;
    width: 100px;
  }
  #mission-vission .mission-position {
    padding-left: 15px;
  }
  #mission-vission .mission-img {
    display: none;
  }
  #about .image-wrapeer {
    padding-bottom: 20px;
  }
  #about {
    padding: 40px 0;
  }
  #mission-vission {
    padding: 40px 0;
  }
  #contact-btns {
    margin-top: 0;
    padding: 40px;
  }
  #cont-form .contactFlex {
    display: block;
  }
  #cont-form .contactFlex .contact-img {
    width: 100%;
  }
  #cont-form .contactFlex .contactContent {
    width: 100%;
    position: unset;
  }
  #TrendingBlogs .trending-blog {
    margin-bottom: 20px;
    min-height: 230px;
  }
  #benifit .image-wrapeer {
    background-position: right;
  }
  #benifit .benifits-row {
    justify-content: center;
  }
  #jobs {
    padding: 40px 0;
  }
  #TrendingBlogs .trending-blog .trending-blog-title {
    position: absolute;
    bottom: 5px;
    left: 0px;
  }
  #TrendingBlogs .trending-blog.big {
    margin: 12px;
  }
  #TrendingBlogs .trending-blog.big .trending-blog-title {
    padding: 14px;
    bottom: 14px;
  }
  #TrendingBlogs .trending-blog .trending-blog-title h3 {
    font-size: 26px;
  }
  #contact-btns .contact-box {
    margin-bottom: 20px;
  }
  #cont-form {
    padding: 40px 0;
  }
  #hero .section-title {
    padding: 60px 0;
  }
  #hero .conatact-form {
    margin-bottom: 0;
  }
  #lawsuit .image-wrapper {
    padding-bottom: 20px;
  }
  #work .work-background .section-title {
    text-align: center;
  }
  #work .work-background .section-title h5::after {
    left: 46%;
    height: 100%;
    width: 11%;
  }
  #work .work-background {
    text-align: center;
  }
  #work .work-background .btn {
    padding-bottom: 30px;
  }
  #aboutus .image-wrapper {
    padding-bottom: 10px;
  }
  #blog-new .Blog-slider .owl-nav {
    width: auto;
    display: block;
    position: static;
  }
  #aboutus .view-btn {
    text-align: center;
  }
  #blog .view-btn {
    text-align: center;
    padding-bottom: 60px;
  }
  #what-we .what-we-do {
    padding: 40px 20px;
  }
  #footer-bottom .footer-logo {
    gap: 18px;
  }
  #banner .certificate {
    margin-bottom: 20px;
    padding-top: 40px;
  }
  #what-we .what-we-do {
    padding-top: 40px;
  }
  #banner .conatact-form {
    margin-bottom: 0;
  }
  #our-resource .boder-bottom {
    border-bottom: 0;
  }
  #our-resource .border-right {
    border-right: 0;
  }
  #cta .section-title {
    text-align: center;
  }
  #work-job .section-title {
    text-align: center;
  }
  #work-job .btn {
    text-align: center !important;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    display: block;
  }
  #MissionVision .section-title h5::after {
    z-index: 2;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #blog .latest-blogs .blog-name {
    width: 100%;
  }
  #banner .conatact-form {
    padding: 10px;
  }
  #compension-sec .chain-box {
    padding: 14px;
  }
  #benifit .benifits-row {
    gap: 10px;
  }
  #compension-sec .chain-box .chian-link .work-flex {
    width: 100%;
  }
  #work-process .how-box .img-round {
    height: auto !important;
  }
  #work-process .how-box-1 .img-round {
    height: auto !important;
  }
  #compension-sec .chain-box .chian-link .work-flex .work-img img {
    width: 48px;
  }
  #work-job .btn {
    padding-bottom: 32px;
  }
  #hero-1 {
    height: 40vh;
  }
  #vlog {
    padding: 30px 0;
  }
  #mission-vission .mission-wrapper .section-title h3 {
    font-size: 36px;
    line-height: 1.4;
  }
  #why-choose .image-wrapeer .why-row {
    padding: 0 0px;
  }
  #hero .conatact-form {
    padding: 20px 10px;
  }
  #hero .section-title {
    padding: 20px 0;
  }
  #work .work-content {
    flex-direction: column;
  }
  #work .work-content .img-round {
    width: 40%;
  }
  #legel .legel-back {
    padding: 10px;
  }
  #blog-new .section-title h3 {
    margin-bottom: 10px;
  }
  .section-title h5 {
    padding-bottom: 0px;
    margin-bottom: 2px;
  }
  #cta .section-title h5 {
    margin-bottom: 2px;
  }
  #work .work-background {
    padding: 10px;
  }
  #work-process .how-box .img-round {
    height: 41vh;
    width: 100%;
  }
  #work-process .how-box-1 .img-round {
    height: 41vh;
    width: 100%;
  }
  #work-process .how-box-1 .img-round img {
    width: 290px;
  }
  #work-process .how-box .img-round img {
    width: 290px;
  }
  #footer .pt-51 {
    padding-top: 0px;
  }
  #footer ol {
    margin-bottom: 0;
  }
  #footer .link h3,
  #footer .services h3,
  #footer .contcat h3 {
    padding-bottom: 0px;
  }
  #aboutus .text-wrapper h4 {
    text-align: center;
  }
  #footer .link {
    padding-bottom: 20px;
  }
  #footer .pt-51 {
    padding-bottom: 30px;
  }
  #cta .btn {
    padding-bottom: 20px;
  }
  #cta .btn p {
    font-size: 18px;
  }
  #cta .section-title {
    margin-bottom: 20px;
  }
  #footer .pl-2 {
    padding-left: 30px;
  }
  #what-we .what-we-do {
    padding: 20px 12px 40px 12px;
  }
  #compension-sec .chain-box .chian-link .work-flex .work-img .img-hov {
    left: 0;
  }
  .workf {
    display: flex;
    align-items: baseline;
  }
  #compension-sec .chain-box .chian-link p {
    padding-right: 20px;
  }
  .section-title h3 {
    font-size: 32px;
    line-height: 1.2 !important;
  }
  #banner .Contact-Main .conatact-form form .form-group {
    display: block;
  }
  #compension-sec .chain-box h3 {
    font-size: 28px;
  }
  .section-title h5::after {
    content: none;
  }
  #blog-new .Blog-slider .latest-blogs {
    display: block;
  }
  #blog-new .Blog-slider .latest-blogs .blog-img img {
    max-width: 100%;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }
  #mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .dropdown-list {
    width: 89%;
    padding: 12px 0px;
  }
  #blog-new .Blog-slider .latest-blogs .blog-name {
    padding: 20px;
  }
  #work-process .how-box {
    padding: 24px 14px;
    border-radius: 0;
    display: block;
    border-radius: 14px;
  }
  #work-process .how-box-1 {
    flex-direction: column-reverse;
    padding: 10px;
    border-radius: 0;
  }
  #aboutus .image-wrapper {
    padding-bottom: 20px;
  }
  #cta .btn::after {
    content: none;
  }
  #blog .blog-form {
    padding: 30px 20px;
  }
  #blog .view-btn {
    padding-bottom: 40px;
    text-align: center;
  }
  #footer .services ul {
    flex-wrap: nowrap;
    height: auto;
  }
  #hero .Contact-Main .conatact-form {
    padding: 12px;
  }
  #hero .Contact-Main .conatact-form .section-title h3 {
    text-align: center;
    font-size: 30px;
  }
  #firefighting .fire-btn {
    justify-content: left;
  }
  #firefighting .fire-btn .label-pill {
    font-size: 14px;
    padding: 10px 12px;
  }
  #benifit .benifits-row .benifits-flex {
    text-align: center;
    width: 48%;
  }
  #benifit .image-wrapeer {
    padding: 24px 0;
  }
  .work-content .img-round {
    width: 72px;
  }
  .work-content .text-wrapper {
    width: 70%;
  }
  .work-content .text-wrapper .number {
    font-size: 21px;
  }
  .work-content {
    padding: 14px 10px;
  }
  #contact-btns {
    padding: 24px 1px;
  }
  #cont-form {
    padding: 0px 0;
  }
  #cont-form .contactFlex .contact-form-1 {
    position: relative;
    width: 100%;
    margin-top: 24px;
  }
  #cont-form .contactFlex .contactContent {
    position: static;
  }
  #cont-form .contactFlex .contactContent .conatact-form {
    position: relative;
  }
  #MissionVision .Mission-Box {
    padding: 24px 14px;
    width: 100%;
  }
  #MissionVision .Mission-Box .ImgBox {
    position: static;
    width: 72px;
  }
  #MissionVision .value-box {
    margin: 0;
  }
  #MissionVision {
    padding-bottom: 40px;
  }
  #work-process .how-box .img-round {
    width: 70px;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #work-process .how-box-1 .img-round {
    width: 70px;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #work-process .how-box-1 {
    align-items: baseline;
    padding: 14px;
    border-radius: 14px;
  }
  #aboutus .section-title h5 {
    text-align: justify;
  }
  #aboutus .section-title h3 {
    text-align: left;
  }
  #blog .section-title h5 {
    text-align: left;
    margin: 0;
  }
  #MissionVision .Mission-Box {
    margin-bottom: 10px;
  }
  #blog .section-title h3 {
    text-align: left;
  }
  #blog .section-title p {
    text-align: left;
  }
  #aboutus .text-wrapper ul li {
    display: block;
    text-align: left;
  }
  #aboutus .work-flex {
    margin-bottom: 16px;
  }
  #jobs .accordion .accordion-item .accordion-button .jobs-label .j-label {
    font-size: 12px;
    padding: 12px;
  }
  #jobs .accordion .accordion-item .accordion-button .jobs-label {
    gap: 0 10px;
  }
  #jobs .accordion .accordion-item .accordion-body .job-list ul li {
    width: 100%;
  }
  #jobs .material-symbols-outlined {
    font-size: 14px;
  }
  #hero .Contact-Main .conatact-form form .form-group .input-flex.d-flex {
    display: block !important;
  }
  #hero .input-flex {
    display: block !important;
  }
  input[type=checkbox] {
    margin-left: 0;
  }
  #compension-sec .section-title p {
    text-align: left;
  }
  #compension-sec .section-title h5 {
    text-align: left;
  }
  #compension-sec .section-title h3 {
    color: #032945;
    text-align: left;
  }
  #compension-sec .chain-box .chian-link .work-flex {
    display: block;
  }
  #compension-sec .chain-box .chian-link .work-flex .work-img {
    margin-bottom: 8px;
  }
  #cont-form .contactFlex .contactContent .conatact-form form .form-group {
    display: block;
  }
  .accordion-body {
    padding: 0 18px 18px;
  }
  #work .work-content .text-wrapper h4 {
    font-size: 20px;
  }
  #hero .Contact-Main .conatact-form .section-title h3 {
    font-size: 26px;
  }
  .work-content .text-wrapper h4 {
    font-size: 20px !important;
  }
  #work-job .btn {
    text-align: left;
  }
  #about .section-title h5 {
    margin: auto;
    text-align: left;
  }
  #about .section-title h3 {
    text-align: left;
  }
  #MissionVision .section-title h3 {
    font-size: 32px;
  }
  #MissionVision .Mission-Box .text h4 {
    font-size: 32px;
  }
  #cont-form .contactFlex .contactContent .conatact-form {
    padding: 40px 12px 20px;
  }
  #hero input[type=checkbox] {
    margin-left: 0;
  }
  #work-process .how-box .text-wrapper h4 {
    font-size: 27px;
  }
  #work-process .how-box .text-wrapper .number {
    font-size: 27px;
  }
  .BlogDetail .trending-blog .card {
    height: auto !important;
  }
  #vlog .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
    justify-content: center;
  }
  .BlogDetail .nav-previous {
    min-width: 155px;
  }
  .BlogDetail .nav-next {
    min-width: 160px;
  }
  #vlog .categories-box .category-item p {
    line-height: 1.4;
  }
  #what-we .what-we-do .Blog-slider .blog-box .blog-title {
    padding: 20px 10px 20px 20px;
  }
  #work-process .how-box-1 .text-wrapper h4 {
    font-size: 27px;
  }
  #footer-bottom .footer-links {
    flex-wrap: wrap;
  }
  #footer-bottom .footer-links a {
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer-bottom .footer-links .border-none {
    border-left: none;
  }
  .BlogDetail .trending-blog .card .card-body {
    padding: 2px !important;
    z-index: 10;
  }
  #work-process .section-title h3 {
    text-align: left;
  }
  #work-process .section-title p {
    text-align: left;
  }
  #aboutus .section-title P {
    text-align: left;
  }
}
@media screen and (max-width: 526px) {
  #compension-sec .chain-box .chian-link p {
    border-right: 0;
    padding-right: 0px;
  }
  #blog .latest-blogs {
    display: block;
  }
  #blog .latest-blogs .blog-img {
    width: 100%;
  }
  #blog .latest-blogs .blog-img img {
    max-width: 100%;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }
  #blog .latest-blogs .blog-name {
    padding: 20px;
  }
  #footer-bottom {
    padding: 0;
  }
  #footer-bottom .footer-links {
    padding: 10px 0;
  }
  ol {
    padding-left: 20px;
  }
  #footer-bottom .footer-logo {
    text-align: center;
    display: block;
  }
  #footer-bottom .footer-logo img {
    max-width: 132px;
    padding-bottom: 10px;
  }
  #footer-bottom .footer-logo p {
    font-size: 14px;
    padding-bottom: 20px;
  }
  #footer-bottom .footer-logo .social-media {
    justify-content: center;
  }
  #compension-sec .chain-box::after {
    content: none;
  }
  section {
    padding: 30px 0;
  }
  #compension-sec .chain-box:hover {
    background: #06304f;
  }
  #aboutus .view-btn {
    text-align: center;
  }
  .wpcf7-list-item {
    margin: 0;
  }
  #cta .col-lg-6.text-center.my-auto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #hero .Contact-Main {
    margin: 0;
  }
  #hero .section-title h3 {
    text-align: center;
  }
  #ThankYou {
    padding: 14PX;
    height: auto;
  }
}/*# sourceMappingURL=responsive.css.map */