/*-----------------------------------------------------------------------------------



 Theme Name: SGA Globe

 Description: SGA Globe is an international consulting firm made up of a dedicated team of Chartered Accountants and financial experts. Our diverse expertise allows us to offer comprehensive solutions tailored to your business needs.

 Author: Kapil Prajapati

-----------------------------------------------------------------------------------*/



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');





:root {

  --primary-background: linear-gradient(to right, #0c65c6, #2cb484);

  --banner-background: linear-gradient(to right, #0c65c6 -17%, #2cb484 33%);

  --banner-button: #004d9f;

  --section-background: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));

  --secondry-background: #2d2d2d;

  --heading-color: #2cb484;

  --white-background: #fff;

  --black-background: #000;

  --primary-color: #1a4845;

  --black-color: #000;

  --white-color: #fff;

  --font-weight-100: 100;

  --font-weight-200: 200;

  --font-weight-300: 300;

  --font-weight-400: 400;

  --font-weight-500: 500;

  --font-weight-600: 600;

  --font-weight-700: 700;

  --font-weight-800: 800;

  --font-10: 10px;

  --font-11: 11px;

  --font-12: 12px;

  --font-13: 13px;

  --font-14: 14px;

  --font-15: 15px;

  --font-16: 16px;

  --font-17: 17px;

  --font-18: 18px;

  --font-19: 19px;

  --font-20: 20px;

  --font-21: 21px;

  --font-22: 22px;

  --font-23: 23px;

  --font-24: 24px;

  --font-25: 25px;

  --font-26: 26px;

  --font-27: 27px;

  --font-28: 28px;

  --font-29: 29px;

  --font-30: 30px;

  --font-31: 31px;

  --font-32: 32px;

  --font-33: 33px;

  --font-34: 34px;

  --font-35: 35px;

  --font-36: 36px;

  --font-37: 37px;

  --font-38: 38px;

  --font-39: 39px;

  --font-40: 40px;

  --font-41: 41px;

  --font-42: 42px;

  --font-43: 43px;

  --font-44: 44px;

  --font-45: 45px;

  --font-46: 46px;

  --font-47: 47px;

  --font-48: 48px;

  --font-49: 49px;

  --font-50: 50px;

  --font-60: 60px;

  --font-70: 70px;

  --font-80: 80px;

  --font-90: 90px;

  --font-100: 100px;

  --justify-center: center;

  --justify-spabe: space-between;

  --align-center: center;

  --primary-display: block;

  --secondary-display: flex;

  --display-inline: inline-block;

  --text-uppercase: uppercase;

  --text-capital: capitalize;

}

body {
  font-family: var(--primary-font-family);
}

p {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-family: "Poppins", sans-serif;
}

h2 {
  font-family: "Poppins", sans-serif;
}

h3 {
  font-family: "Poppins", sans-serif;
}

h4 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}

h5 {
  font-family: "Poppins", sans-serif;
}

h6 {
  font-family: "Poppins", sans-serif;
}

a {
  font-family: "Poppins", sans-serif;
}

li {
  font-family: "Poppins", sans-serif;
}

div {
  font-family: "Poppins", sans-serif;
}

input {
  font-family: "Poppins", sans-serif;
}

span {
  font-family: "Poppins", sans-serif;
}

label {
  font-family: "Poppins", sans-serif;
}

button {
  font-family: "Poppins", sans-serif;
}

html {

  scroll-behavior: smooth;

}



/*=======================header ccss start============================*/

/* sticky menu css */

.is-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
  background-color: #fff;
}

.is-sticky {
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {

  0% {
    transform: translateY(-150px);
  }

  100% {
    transform: translateY(0px);
  }

}



.top-header {
  width: 100%;
  z-index: 1030;
  padding: 9px 15px;
  transition: all 0.3s ease;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  background-image: var(--primary-background);
  padding-top: 0;
  padding-bottom: 0;
}

.top-header .header-cta ul {
  gap: 40px;
  margin: 0;
  padding: 0;
  display: var(--secondary-display);
  list-style-type: none;
  padding-left: 0px;
}

.top-header .header-cta ul li {
  z-index: 1;
  position: relative;
}

.top-header .header-cta ul li a {
  color: var(--white-color);
  cursor: default;
  font-size: var(--font-15);
  font-weight: var(--font-weight-400);
  display: var(--display-inline);
  line-height: 19px;
  text-decoration: none;
}

.top-header .header-cta ul li:after {
  width: 1px;
  top: -13px;
  z-index: -1;
  height: 50px;
  right: -20px;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}

.top-header .header-cta ul li:last-child:after {
  display: none;
}

.top-header .header-cta ul li a i.icon-phone {
  font-size: var(--font-16) !important;
  color: #fff;
  margin-right: 10px;
}

.top-header .header-right-socail {
  gap: 20px;
}

.top-header .header-right-socail h6 {
  font-size: var(--font-15);
  line-height: 18px;
  color: var(--white-color);
  font-weight: var(--font-weight-500);
  margin-bottom: 0;
}

.top-header .header-right-socail .social-profile ul {
  gap: 0px;
  display: var(--secondary-display);
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.top-header .header-right-socail .social-profile ul li a {
  display: var(--primary-display);
  font-size: var(--font-15);
  padding: 8px 20.5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white-color);
  font-weight: var(--font-weight-400);
  cursor: pointer;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none !important;
}



.navbar-nav>li>a {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  line-height: 19px;
  color: #04213F !important;
  padding: 20px 16px !important;
  display: inline-block;
  text-transform: capitalize;
}

.nav-right a {
  border: 0;
  z-index: 1;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  position: relative;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  /* box-sizing: border-box; */
  display: inline-block;
  padding: 13px 16px;
  background-color: #EF0548;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-left: 15px;
  background-image: linear-gradient(to right, #0c65c6, #2cb484);
  text-decoration: none;
}

.nav-right a i {
  margin-left: 10px;
}



.navbar {
  margin: 0 auto;
  width: 100%;
  display: block;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff !important;
}

.main-header-wrapper {
  position: absolute;
  z-index: 9;
  width: 100%;
}

.inner-header {
  position: unset;
}

/*========================header css end===========================*/



/*========================header mega dropdown with tabs css start===========================*/

@media (max-width: 991px) {

  .tab-content>.tab-pane {

    display: block;

    opacity: 1;

  }

}

.nav-tabs {
  border: none;
}

.dropdown-mega .dropdown-menu {
  min-width: 20% !important;
  width: 96%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0;
  border: none;

  border-radius: 0px;
  box-shadow: 0px 0px 10px #ccc;
}

.dropdown-mega .dropdown-menu[data-bs-popper] {
  top: 101%;
}

.tab-content>.tab-pane.show.active {
  display: block !important;
  margin: 11px;
  border: none;
}

.nav-tabs li button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
  border: none;
  text-align: left;
  background-color: #f2f2f2;
  font-weight: 500;
  font-size: 15px;
  background-image: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
}

.nav-tabs li button img {
  margin-right: 10px;
}

.nav-tabs li button.active {
  background-color: #29ac8b66;
  color: #fff;
  border-bottom: 2px solid #1171bc;
}

.nav-tabs {
  display: block !important;
}

.nav-tabs li a {
  text-decoration: none;
}

.coll-padd {
  padding: 0px;
}

.tab-left-div {
  background-color: #f2f2f2;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
  height: 100%;
}

.tab-left-div h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 20px 15px;
  margin-bottom: 0;
}

.mega-content .accordion-body {
  margin: 0px;
  padding: 0px;
}

.tab-right-con h3 a {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 9px;
  display: inline-block;
}

.tab-right-con .drop-left ul {
  list-style-type: none;
  padding-left: 0px;
}

.tab-right-con ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.tab-right-con ul li a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
}

.tab-right-con {
  padding: 3px 3px;
}

.drop-left h5 a {
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.drop-left h5 a i {
  margin-left: 10px;
  color: #0795fe;
}

.drop-left h5 {
  margin-top: 26px;
}

.drop-bottom ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding-left: 0;
}

.drop-bottom ul li {
  margin-right: 30px;
  position: relative;
}

.drop-bottom ul li:after {
  content: '';
  width: 2px;
  background-color: #939191;
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
}

.drop-bottom ul li:last-child:after {
  display: none;
}

.drop-bottom ul li a {
  display: flex;
  align-items: center;
}

.drop-bottom ul li a img {
  margin-right: 9px;
  width: 16%;
}

.drop-bottom ul li a p {
  margin-bottom: 2px;
  font-size: 12px;
  color: #939191;
}

.drop-bottom ul li a h6 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 15px;
}

.drop-bottom {
  margin-top: 28px;
  position: absolute;

  bottom: 0px;
}

.drop-first-col ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

.drop-first-col ul li {
  margin-bottom: 34px;
}

.drop-first-col ul li h3 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

.drop-first-col ul li p {
  font-size: 15px;
  color: #000;
  color: #818181;
}

.drop-first-col ul li p i {
  margin-left: 10px;
  color: #0795fe;
}

.drop-second-col ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

.drop-second-col ul li {
  margin-bottom: 10px;
}

.drop-second-col ul li a {
  color: #000;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 15px;
}

.drop-third-col ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

.drop-third-col ul li {
  margin-bottom: 10px;
}

.drop-third-col ul li a {
  color: #000;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 15px;
}

.drop-third-col {
  padding-top: 40px;
}

.dropdown-menu li {
  margin-left: 0 !important;
  margin-bottom: 5px;
}

.dropdown-menu li a:hover {
  background-color: unset;
}

.dropdown-menu li a:focus {
  background-color: unset;
}

.dropdown-menu li a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-menu li a img {
  margin-right: 15px;
  width: 26px;
}

.inn-drop {
  top: 70px !important;
  border-radius: 0px;
  right: -52px !important;
  left: auto !important;
}

.coming-soon-div h2 {
  font-weight: 900;
  color: #b1b1b1;
  text-align: center;
  padding: 100px;
  font-size: 72px;
}

.sage-right-nav h5 a {
  color: #000 !important;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 9px;
  display: inline-block;
}

.sage-right-nav ul {
  list-style-type: none;
  display: flex;
  padding-left: 0px;
  flex-wrap: wrap;
  margin-top: 0px;
}

.sage-right-nav ul li a {
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  color: #000;
}

.sage-right-nav ul li {
  width: 32%;
  margin: 4px 10px 0px;

  border-bottom: 1px solid #ccc;

  padding: 14px;
}

.two-fect ul li {
  width: 48%;
}



/*========================header mega dropdown with tabs css end===========================*/



/*========================home banner css start===========================*/



.banner-home-wrapp {
  z-index: 1;
  background-color: #04213F;
  background-image: var(--banner-background);
  position: relative;
}

/*.banner-home__content {margin-top: 100px; }*/

.banner-home__content h6 {
  border-radius: 2px;
  padding: 10.5px 19px;
  background-color: var(--banner-button);
  margin-bottom: 20px;
  color: var(--white-color);
  font-size: var(--font-18);
  line-height: 26px;
  display: var(--display-inline);
}

.banner-home__content h1 {
  margin-bottom: 20px;
  color: var(--white-color);
  font-weight: var(--font-weight-700) !important;
  font-size: var(--font-38);
  line-height: 51px;
}

.banner-home__content .description {
  margin-bottom: 27px;
  color: var(--white-color);
}

.banner-home__content .description p {
  font-size: var(--font-18);
  line-height: 28px;
}

.banner-home__content .theme-btn__wrapper {
  gap: 21px;
  flex-wrap: wrap !important;
  display: flex !important;
}

.banner-home__content .theme-btn__wrapper .learn-btn {
  border: 0;
  color: var(--white-color);
  font-size: var(--font-16);
  line-height: 11px;
  font-weight: var(--font-weight-500);
  border-radius: 2px;
  box-sizing: border-box;
  display: var(--display-inline);
  padding: 20px 20.8px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  overflow: hidden;
  position: relative;
  background-color: var(--banner-button);
  text-decoration: none;
}

.banner-home__content .theme-btn__wrapper .theme-btn {
  border: 0;
  color: var(--white-color);
  font-size: var(--font-16);
  line-height: 11px;
  font-weight: var(--font-weight-500);
  border-radius: 2px;
  box-sizing: border-box;
  display: var(--display-inline);
  padding: 20px 20.8px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  overflow: hidden;
  position: relative;
  background-color: var(--banner-button);
  text-decoration: none;
}

.banner-home__content .theme-btn.btn-white-border {
  color: var(--banner-button);
  padding: 18.5px 20.8px;
  background: transparent;
  border: 1.5px solid var(--banner-button);
}

.banner-home__media {
  z-index: -1;
  max-height: 525px;
  position: relative;
  margin-right: calc(-50vw + 50%) !important;
  margin-left: -120px;
}

.banner-home__media:before {
  left: 815px;
  content: "";
  top: -340px;
  z-index: 2;
  width: 144.86px;
  height: 1194.97px;
  position: absolute;
  background: #0bab5894;
  -webkit-transform: rotate(-30.99deg);
  -moz-transform: rotate(-30.99deg);
  -ms-transform: rotate(-30.99deg);
  -o-transform: rotate(-30.99deg);
  transform: rotate(-30.99deg);
}

.banner-home__media:after {
  top: 80px;
  width: 100%;
  left: -1px;
  content: "";
  z-index: 2;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/banner-home-overlys.png);
}

.banner-home__content {
  width: 94%;
  padding-top: 70px;
}

.home-page-slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.home-page-slider .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.home-page-slider .owl-item.active .banner_button {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.home-page-slider .owl-item.active h6 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.home-page-slider .owl-item.active h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.home-page-slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.home-page-slider .owl-item.active .learn-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.home-page-slider .owl-item.active .theme-btn.btn-white-border {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

/*========================home banner css end===========================*/



/*========================home about css start===========================*/

.home-about-wrapp {
  padding: 80px 0px 50px;
}

.info-shape-content {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  background-color: #ce4527;
  color: #fff;
  border: 0px solid #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: linear-gradient(to right, #0c65c6, #2cb484);
  padding: 14px;
}

.home-abt-img {
  position: relative;
}

.info-shape-content h4 {
  font-weight: 800;
  font-size: 29px;
  text-align: left;
}

.info-shape-inner {
  margin-left: 16px;
}

.info-shape-content p {
  font-size: 17px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.info-shape-content img {
  width: 82px;
  border-radius: 10px;
}

@-webkit-keyframes float-bob3 {

  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

}

.home-abt-img .big-img {
  width: 100%;
}

.home-abt-con {
  display: flex;
  align-items: center;
  height: 100%;
}

.home-abt-con-inn h6 {
  font-size: 16px;
  color: #2CB484;
  margin-bottom: 11px;
}

.home-abt-con-inn h2 {
  font-weight: 700;
  font-size: 32px;
  color: #000;
  margin-bottom: 15px;
}

.home-abt-con-inn h2 span {
  color: #2CB484;
}

.home-abt-con-inn p {
  font-size: 16px;
  color: #000000;
}

.home-abt-con-inn a {
  border: 0;
  z-index: 1;
  color: #FFF;
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  position: relative;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 50px;
  display: inline-block;
  padding: 12px 24px;
  background-color: #EF0548;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-left: 0;
  background-image: linear-gradient(to right, #0c65c6, #2cb484);
  text-decoration: none;
  margin-top: 9px;
}

.home-abt-con-inn a i {
  margin-left: 8px;
}

/*========================home about css end===========================*/



/*========================home services css start===========================*/



.home-services-wrapp {
  background-image: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
  padding: 50px 0px;
}

.home-serv-head {
  margin-bottom: 50px;
  text-align: center;
}

.home-serv-head h6 {
  font-size: 16px;
  color: #2CB484;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.home-serv-head h2 {
  font-weight: 700;
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
}

.home-serv-head h2 span {
  color: #2CB484;
}

.home-serv-head p {
  font-size: 15px;
  color: #000;
  width: 70%;
  margin: 0 auto;
  display: block;
}



.home-serv-box {
  position: relative;
  padding: 30px 20px 30px;
  background-size: cover;
  background-position: right;
  box-shadow: 0px 10px 20px rgba(4, 33, 63, 0.05);
  background-color: #fff;
  text-align: center;
  margin-bottom: 25px;
}



.home-serv-box-inn img {
  width: 102px;
  margin: 13px 0px;
}

.home-serv-box-inn p {
  margin-bottom: 0px;
  font-size: 15px;
}

.home-serv-box-inn h3 {
  font-size: 20px;
  color: #000;
}

.view-all-serv a {
  border: 0;
  z-index: 1;
  color: #FFF;
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  position: relative;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  display: inline-block;
  padding: 12px 24px;
  background-color: #EF0548;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-left: 0;
  background-image: linear-gradient(to right, #0c65c6, #2cb484);
  text-decoration: none;
  margin-top: 17px;
}

.view-all-serv a i {
  margin-left: 8px;
}

.view-all-serv {
  text-align: center;
}

.home-serv-box:hover {
  background-image: linear-gradient(to right, #0c65c6, #2cb484) !important;
}

.home-serv-box:hover img {
  width: 102px;
  margin: 13px 0px;
  filter: brightness(0) invert(1);
}

.home-serv-box:hover p {
  color: #fff;
}

.home-serv-box:hover h3 {
  color: #fff;
}



/*========================home services css end===========================*/



/*========================home pertner css start===========================*/



.partner-wrapp {
  padding: 50px 0px 70px;
}

.partner-box {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #2bb385;
  border-radius: 10px;
  padding: 20px;
  margin: 1px;
}

.partner-wrapp .home-serv-head {
  margin-bottom: 40px;
}

.partner-wrapp .home-serv-head h2 {
  margin-bottom: 0px;
}

/*========================home pertner css end===========================*/



/*========================home why choose us start===========================*/



.why-choose-wrapp {
  background-image: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
  padding: 50px 0px;
}

.why-choose-wrapp .home-abt-con-inn p {
  color: #000;
}



/*========================home why choose us css end===========================*/



/*========================blog news css start===========================*/

.home-blog-wrapp {
  padding: 50px 0px 60px;
}

.home-blog-wrapp .home-serv-head {
  margin-bottom: 40px;
}

.home-blog-wrapp .home-serv-head h2 {
  margin-bottom: 0px;
}

.home-blog-box {
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.home-blog-box img {
  width: 100%;
}

.home-blog-con {
  padding: 15px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.home-blog-con h6 {
  background-image: linear-gradient(to right, #0c65c6, #2cb484);
  display: inline-block;
  padding: 8px 14px;
  border-radius: 7px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px;
  margin-top: 9px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.home-blog-con h3 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  line-height: 27px;
  transition: all 0.3s ease-in-out;
}

.home-blog-con h5 {
  color: #8f8f8f;
  font-size: 14px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}

.home-blog-con a {
  margin-top: 70px;
  display: block;
  color: #2CB484;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.home-blog-con a i {
  margin-left: 7px;
}

.home-blog-box:hover .home-blog-con {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: linear-gradient(to right, #0c65c6, #2cb484);
}

.home-blog-box:hover .home-blog-con h6 {
  background-color: #2cb383;
  background-image: unset;
}

.home-blog-con p {
  color: #fff;
  display: none;
  font-size: 14px;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}

.home-blog-box:hover .home-blog-con p {
  display: block;
}

.home-blog-box:hover .home-blog-con h5 {
  color: #fff;
}

.home-blog-box:hover .home-blog-con a {
  color: #fff;
  position: absolute;
  bottom: 22px;
}

.home-blog-box:hover .home-blog-con h3 {
  color: #fff;
}



/*========================blog news css end===========================*/



/*========================testimonial css start===========================*/

.testi-wrapp {
  background-image: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
  padding: 50px 0px;
}

.testi-head {
  text-align: left;
}



.testimonial__item.testimonial-item-three {
  background: #fff;
  padding: 40px 33px 30px 40px;
  border: 1px solid rgba(4, 33, 63, 0.1);
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.testimonial__item.testimonial-item-three:hover {
  background-image: linear-gradient(to right, #0c65c6, #2cb484);
}

.testimonial__item-header {
  gap: 10px 20px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial__item-header .left {
  gap: 10px 15px;
  display: flex;
  align-items: center;
}

.testimonial__item-header .left .media {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 500px;
}

.testimonial__item-header .left .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial__item.testimonial-item-three .starts ul {
  gap: 1px;
  display: flex;
  list-style-type: none;
  padding-left: 0px;
}

.testimonial__item.testimonial-item-three .starts ul li {
  position: relative;
}

.testimonial__item.testimonial-item-three .starts ul li span {
  display: block;
  width: 19.96px;
  height: 19.91px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/star-red.png);
}

.testimonial__item.testimonial-item-three:hover .starts ul li span {
  filter: brightness(0) invert(1);
}

.testimonial__item.testimonial-item-three .testimonial__item-header .right i {
  font-size: 60px;
  color: rgba(239, 5, 72, 0.1);
  background: linear-gradient(#0c65c6, #2cb484);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
}

.testimonial__item.testimonial-item-three:hover .testimonial__item-header .right i {
  color: rgba(255, 255, 255, 0.2);
}

.testimonial__item .description {
  max-width: 432px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
  font-size: 15px;
}

.testimonial__item.testimonial-item-three:hover .description {
  color: #FFF !important;
}

.testimonial__item-footer {
  display: flex;
  justify-content: space-between;
}

.testimonial__item.testimonial-item-three .testimonial__item-footer .name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 28px;
  text-transform: uppercase;
}

.testimonial__item-footer .socail-link span {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testimonial__item.testimonial-item-three:hover .testimonial__item-footer .socail-link span {
  color: #FFF;
}

.testimonial__item.testimonial-item-three .testimonial__item-footer .name span {
  font-size: 14px;
  color: #2db582;
  line-height: 28px;
  text-transform: capitalize;
}

.testimonial__item.testimonial-item-three:hover .testimonial__item-footer .socail-link span {
  color: #FFF;
}



/*========================testimonial css end===========================*/



/*========================footer css start===========================*/



.map-inner iframe {
  width: 100%;
  height: 300px;
}

.footer-1 {
  padding-top: 213px;
  background-size: cover;
  background-position: center;
  background-color: #2d2d2d;
  z-index: 1;
  position: relative;
  padding-top: 40px;
}

.footer-1 .single-footer-wid {
  margin-bottom: 40px;
}

.footer-logo img {
  width: 230px;
  margin-bottom: 20px;
}

.footer-logo .description {
  margin-bottom: 40px;
  color: #fff;
  font-size: 15px;
}

.quick-links {
  margin-bottom: 40px;
  padding-left: 50px;
}

.wid-title {
  background: linear-gradient(#449eff, #2cb484);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  margin-bottom: 20px;
  color: #FFF;
  font-weight: 600;
}

.footer-1 .single-footer-wid.quick-links ul {
  gap: 20px;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 0px;
}

.footer-1 .single-footer-wid.quick-links ul li a {
  color: #FFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  padding-left: 22px;
  text-decoration: none;
}

.footer-1 .single-footer-wid.quick-links ul li a:before {
  left: 0;
  content: "\f101";
  font-size: 15px;
  position: absolute;
  top: calc(50% - 7px);
  font-family: "FontAwesome";
  color: #2cb484 !important;
}

.recent_post_widget {
  margin-bottom: 40px;
  padding-left: 65px;
  padding-right: 50px;
}

.footer-1 .recent_post_widget .recent-post-list .single-recent-post {
  gap: 20px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 13px !important;
  margin-bottom: 13px !important;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.footer-1 .recent_post_widget .recent-post-list .single-recent-post .post-data span {
  font-size: 15px;
  line-height: 25px;
  transition: all 0.3s ease;
  font-weight: 400;
  color: #fff;
  display: flex;
}

.footer-1 .recent_post_widget .recent-post-list .single-recent-post .post-data span i {
  color: #2cb484 !important;
  font-size: 18px;
  margin-right: 12px;
  transition: all 0.3s ease;
  margin-top: 4px;
}

.newsletter_widget {
  margin-bottom: 22px !important;
}

.footer-1 .newsletter_widget .newsletter_box form {
  height: 61px;
  display: flex;
  position: relative;
}

/* .footer-1 .newsletter_widget .newsletter_box form input {width: 100%; color: #FFF; font-size: 16px; line-height: 19px; border-radius: 2px; background: #fff; padding: 21px 50px 21px 20px; border: none; border-radius: 50px; } */

.footer-1 .newsletter_widget .newsletter_box form input {
  width: 100%;
  color: black;
  font-size: 16px;
  line-height: 19px;
  border-radius: 2px;
  background: #fff;
  padding: 21px 50px 21px 20px;
  border: none;
  border-radius: 50px;
}



.footer-1 .newsletter_widget .newsletter_box form button {
  border: 0;
  right: 0;
  color: #FFF;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  position: absolute;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
  padding: 14.5px 21px;
  top: calc(35% - 21.5px);
  background-color: #4069FF;
  transition: all 0.4s ease-in-out;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-image: linear-gradient(to right, #0c65c6, #2cb484);
}

.footer-1 .newsletter_widget .newsletter_box form button i {
  font-size: 31px;
  margin-left: 0px !important;
}

.news-foot-social h6 {
  margin-right: 12px !important;
  color: #2cb484;
  font-size: 15px;
  font-weight: 600 !important;
  margin-bottom: 0;
}

.footer-1 .social-profile ul {
  gap: 10px;
  flex-wrap: wrap;
  display: inline-flex;
  flex-direction: inherit;
  justify-content: center;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.news-foot-social .social-profile ul li a {
  line-height: 37px;
}

.footer-1 .social-profile ul li a {
  padding: 0;
  width: 33px;
  height: 33px;
  color: #FFF;
  display: block;
  font-size: 15px;
  line-height: 31px;
  text-align: center;
  background-color: transparent;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: all all 0.3s ease ease-in-out;
  -moz-transition: all all 0.3s ease ease-in-out;
  -ms-transition: all all 0.3s ease ease-in-out;
  -o-transition: all all 0.3s ease ease-in-out;
  transition: all all 0.3s ease ease-in-out;
  border: 1.5px solid rgba(226, 233, 255, 0.15);
}

.footer-bottom {
  background-image: linear-gradient(to right, #0c65c6, #2cb484);
  margin-top: 0 !important;
}

.footer-1 .footer-bottom-content {
  gap: 15px;
  padding: 12px 0;
  position: relative;
}

.footer-1 .footer-bottom-content .coppyright {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
}

.footer-3 .footer-bottom-content .coppyright a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

/*========================footer css end===========================*/



/*========================inner banner css start===========================*/



.page-banner {
  z-index: 1;
  position: relative;
  background-color: #0E1E36;
  background-image: linear-gradient(to right, #0c65c6 -17%, #2cb484 33%);
  overflow: hidden;
}

.page-banner__content {
  position: relative;
  margin-bottom: 20px;
}

.page-banner__content .transparent-text {
  left: 0;
  top: -34px;
  z-index: -1;
  opacity: 0.3;
  font-size: 121px;
  font-weight: 700;
  line-height: 100px;
  position: absolute;
  white-space: nowrap;
  -webkit-text-stroke: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.page-banner__content h1 {
  color: #FFF;
  font-weight: 700;
  font-size: 33px;
  line-height: 45px;
}
.page-banner__content p{
  color: #fff;
}

.page-banner .breadcrumb {
  padding: 0;
  align-items: center;
  background: transparent;
}

.page-banner .breadcrumb .breadcrumb-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.page-banner .breadcrumb .breadcrumb-item a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.page-banner .breadcrumb .breadcrumb-item.active {
  color: #004d9f;
}

.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 15px;
}

.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  color: #004d9f;
  padding-right: 15px;
  content: var(--bs-breadcrumb-divider, "|");
  float: left;
}

.page-banner__media {
  max-height: 350px;
  position: relative;
  margin-right: calc(-50vw + 50%) !important;
}

.page-banner__media:before {
  content: "";
  top: -395px;
  z-index: 1;
  left: 650px;
  width: 144.86px;
  height: 1194.97px;
  position: absolute;
  transform: rotate(-30.99deg);
  background: #0bab5878;
}

.page-banner__media:after {
  top: 0;
  width: 100%;
  left: -1px;
  content: "";
  z-index: 1;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-image: url(../images/page-banner-overlys.png);
}



/*========================inner banner css end===========================*/



/*========================service page css start===========================*/



.audit-serv .home-serv-box {
  text-align: left;
  height: 100%;
}

.audit-serv .home-serv-box-inn img {
  width: 80px;
  margin: 0px 0px 20px;
}

.audit-serv .home-serv-box-inn h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 27px;
}

.audit-serv .home-serv-box:hover .home-serv-box-inn h3 {
  color: #fff;
}

.audit-bottom .home-abt-con-inn h2 span {
  line-height: 48px;
}



.contact-team-box img {
  display: block;
  margin: 0px auto -74px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.contact-team-box .team-content {
  background-color: #fff;
  border-radius: 14px;
  padding: 90px 9px 16px;
  text-align: center;
}

.contact-team-box .team-content h4 {
  color: #2CB484;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-team-box .team-content p {
  color: #000;
  font-size: 13px;
  margin-bottom: 10px;
}

.contact-team-box:hover .team-content {
  background-image: linear-gradient(to right, #0c65c6, #2cb484) !important;
}

.contact-team-box:hover .team-content h4 {
  color: #fff;
}

.contact-team-box:hover .team-content p {
  color: #fff;
}

/*========================service page css end===========================*/

/*========================counter css start===========================*/

.counter-wrapp {
  background-image: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
  padding: 50px 0px;
}

.counter-box-text {
  text-align: center;
  border: unset;
  padding: 0;
}

.counter-box-text h4 span {

  font-weight: 800;

  color: #000;

  font-size: 42px;

  margin-bottom: 11px;

  display: inline-block;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-image: linear-gradient(to right, #0c65c6, #2cb484);
}



.counter-box-text h4 {

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-image: linear-gradient(to right, #0c65c6, #2cb484);

}



.counter-box-text p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: #2CB484;
}

.counter-wrapp .home-serv-box:hover .counter-box-text h4 {
  color: #fff;
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-image: linear-gradient(to right, #fff, #fff);
}

.counter-wrapp .home-serv-box:hover .counter-box-text h4 span {
  color: #fff;
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-image: linear-gradient(to right, #fff, #fff);
}

.counter-wrapp .home-serv-box {
  border-radius: 10px;
  padding: 20px 10px 20px;
}

.counter-icon img {
  width: 65px;
  margin-bottom: 10px;
}

.counter-wrapp .home-serv-box:hover .counter-icon img {
  width: 65px;
  filter: unset;
  margin-bottom: 10px;
  margin-top: 0;
}





/*========================counter css end===========================*/

.team-page {
  background-color: unset;
  background-image: unset;
}

.team-page .contact-team-box .team-content {
  box-shadow: 0px 0px 10px #ccc;
}

.team-page .contact-team-box {
  margin-bottom: 30px;
}



.blog-page-wrapp .blog-row {
  gap: 30px 0px;
}



/*=================================Blog detail section css start==================================*/



.blog-detail-page-title h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  color: #000E44;
  font-weight: 600;
}

.blog-detail-image img {
  width: 100%;
  height: auto;
  max-height: auto;
  object-fit: cover;
}

.blog-detail-image {
  position: relative;
}

.blog-detail-title h1 {
  color: #000E44;
  text-decoration: none;
  font-size: 33px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-detail-title h2 {
  color: #000E44;
  text-decoration: none;
  font-size: 29px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-detail-title h3 {
  color: #000;
  text-decoration: none;
  font-size: 22px;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-detail-title h4 {
  color: #000E44;
  text-decoration: none;
  font-size: 24px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-detail-title h5 {
  color: #000E44;
  text-decoration: none;
  font-size: 22px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-detail-title h6 {
  color: #000E44;
  text-decoration: none;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-detail-title {
  margin-top: 20px;
}

.blod-detail-description p {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.blod-detail-description {
  margin-top: 13px;
}

.blog-detail-wrapper .widget {
  margin-bottom: 30px;
  padding: 20px 20px 20px;
  background-image: linear-gradient(to right, rgba(12, 101, 198, 0.1), rgba(44, 180, 132, 0.1));
  border-radius: 10px;
  position: relative;/ box-shadow: 0 0 20px rgb(0 0 0 / 7%);
}

h2.widget-title,
h2.widgettitle {
  font-size: 21px;
  padding-bottom: 18px;
  margin-bottom: 17px;
  position: relative;
  color: #000;
  font-weight: 700;
}

.blog-detail-wrapper .widget-title:after {
  position: absolute;
  content: '';
  width: 63px;
  height: 2px;
  background-color: #2CB484;
  bottom: 6px;
  left: 0;
}

#secondary .widget ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.blog-detail-wrapper .widget ol li,
.blog-detail-wrapper .widget ul li {
  padding: 13px 13px !important;
  border-bottom: unset;
  border-top: 1px solid #e8ecef;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 10px #ccc;
}

.blog-detail-wrapper .widget_categories ul {
  padding-left: 0;
}

.blog-detail-wrapper .widget ol li:first-child,
.blog-detail-wrapper .widget ul li:first-child {
  border-top: none;
  padding-top: 0;
}

#secondary .widget ul li {
  position: relative;
}

.blog-detail-wrapper .widget_categories li a {
  display: flex;
  color: #000 !important;
  font-size: 15px;
  text-decoration: none;
}

.blog-detail-wrapper .widget_categories li a i {
  display: flex;
  color: #000 !important;
  padding-left: 20px;
  font-size: 19px;
  padding-right: 14px;
  padding-top: 7px;
}

.blog-detail-wrapper .widget_recent_entries img {
  margin-right: 17px;
  height: 74px;
  max-width: 75px;
  display: block;
  object-fit: cover;
  border-radius: 5px;
}

.blog-detail-wrapper .widget_recent_entries li.item-recent-post .title-post {
  display: flex;
  flex-direction: column;
}

.blog-detail-wrapper .widget_recent_entries li.item-recent-post a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  max-height: 2.6em;
  margin-bottom: .5em;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.blog-detail-wrapper .widget_recent_entries .post-date {
  display: block;
  font-size: 14px !important;
  font-size: .6875rem;
  color: #2CB484;
  text-transform: uppercase;
}

.blog-detail-wrapper .widget_recent_entries ul {
  padding-left: 0px;
}

.feat_blog_con p span {
  color: #2CB484;
  font-size: 15px;
  margin-right: 17px;
  font-weight: 400;
}

.feat_blog_con p span a {
  color: #848e9f;
  font-size: 15px;
  margin-right: 17px;
  font-weight: 400;
  text-decoration: none;
}

.feat_blog_con p span i {
  margin-right: 5px;
}

.blog-detail-image {
  position: relative;
}

.blog-detail-image img {
  border-radius: 10px;
  height: auto;
}

.blog-detail-image .blog-detail-cat {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #721915;
  padding: 5px 23px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 0px 10px #fff;
}

.blog-detail-image .blog-detail-cat a {
  color: #fff;
  text-decoration: none;
}

.blod-detail-description h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.blod-detail-description h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.blod-detail-description h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.blod-detail-description ul {
  list-style: none;
  margin-top: 10px;
  padding-left: 5px;
}

.blod-detail-description ul li {
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
}

.blod-detail-description ul li a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

.widget_categories ul li {
  justify-content: space-between !important;
}



.blog-detail-wrapper .widget ul li:hover {
  background-image: linear-gradient(to right, #0c65c6, #2cb484);
}

.blog-detail-wrapper .widget ul li:hover a {
  color: #fff !important;
}

.blog-detail-wrapper .widget ul li:hover span {
  color: #fff !important;
}

/*=================================Blog detail section css end==================================*/



/*=================================contact page section css end==================================*/

.contact-form2 {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #E0E0E0;
}

.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
  height: 50px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid #E0E0E0;
  color: #5C6574;
  background-color: transparent;
  border-radius: 100px;
  font-size: 14px;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.contact-form .contact-form2 select,
.contact-form .contact-form2 .form-control,
.contact-form .contact-form2 .form-select,
.contact-form .contact-form2 textarea,
.contact-form .contact-form2 input {
  border: none;
  border-radius: 100px;
  border: 1px solid #E0E0E0;
  color: #5C6574;
  font-weight: 400;
}

.contact-form [class*="col-"].form-group>i {
  right: calc((1.5rem / 2) + 25px);
}

.contact-form .form-group>i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 16px;
  font-size: 16px;
  color: #2cb484;
}

.contact-form .form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.contact-form .contact-form2 textarea.form-control,
.contact-form .contact-form2 textarea {
  min-height: 211px;
  border-radius: 20px;
  padding-top: 16px;
  padding-bottom: 17px;
}

.contact-form .contact-form2 button {
  border: 0;
  z-index: 1;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  position: relative;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 50px;
  /* box-sizing: border-box; */
  display: inline-block;
  padding: 13px 20px;
  background-color: #EF0548;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-left: 0px;
  background-image: linear-gradient(to right, #0c65c6, #2cb484);
  text-decoration: none;
}

.contact-form .contact-form2 input:focus {
  outline: none;
  box-shadow: unset;
  border-color: #2CB484;
}

.contact-form .contact-form2 select:focus {
  outline: none;
  box-shadow: unset;
  border-color: #2CB484;
}

.contact-form .contact-form2 textarea:focus {
  outline: none;
  box-shadow: unset;
  border-color: #2CB484;
}

.contact-page-wrapp {
  padding: 50px 0px;
}

.contact-page-detail .contact-item-wrap {
  border-radius: 15px;
  border: 1px solid #E0E0E0;
  background-color: #fff;
  padding: 30px;
}

.contact-page-detail .contact-item-wrap .title-area {
  margin-bottom: 40px;
}

.contact-page-detail .contact-item-wrap .sec-title {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  margin-bottom: 14px;
}

.contact-page-detail .contact-item-wrap .title-area p {
  font-size: 15px;
  color: #000;
}

.contact-page-detail .contact-item:not(:last-child) {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.contact-page-detail .contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.contact-page-detail .contact-item_icon {
  display: inline-block;
  --icon-size: 70px;
  min-width: 70px;
  line-height: 70px;
  background-image: linear-gradient(to right, #0c65c6, #2cb484);
  color: #6B61FC;
  text-align: center;
  font-size: 25px;
  border-radius: 99px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.contact-page-detail .contact-item_icon i {
  color: #fff;
}

.contact-page-detail .media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-page-detail .contact-item_title {
  font-size: 16px;
  color: #5C6574;
  font-weight: 400;
  margin-bottom: 7px;
  display: block;
}

.contact-page-detail .contact-item_text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.36px;
  margin-bottom: 0;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.contact-page-detail .contact-item_text a {
  color: #000;
  text-decoration: none;
}

/*=================================contact page section css end==================================*/


/* sarkar css start  */
.bg-col {
  background: #2cb4841f !important;
}

.preced-box {
  border: 1px dashed #000;
  padding: 15px 15px;
  border-radius: 11px;
  margin-bottom: 0;
  height: 100%;
}

.proced-box-con {
  margin-left: 0px;
}

.preced-box h5 {
  width: 55px;
  height: 55px;
  display: var(--secondary-display);
  align-items: var(--align-center);
  justify-content: var(--justify-center);
  background-color: #2cb4841f;
  border-radius: 50px;
  color: #014b6a;
  font-size: var(--font-33);
  margin-bottom: 18px;
}

.proced-box-con h6 {
  font-weight: var(--font-weight-600);
  font-size: var(--font-16);
  color: var(--black-color);
}

.proced-box-con p {
  margin-bottom: 0;
  font-size: var(--font-14);
  color: var(--black-color);
}

/* sarkar css end */


.abt-img-serv img{    float: left;
    width: 50%;
    margin-right: 20px;}

 .abt-img-serv-sec img{
 	   float: right;
    width: 50%;
    margin-left: 20px;
 }

 .preced-box:hover{    background-image: linear-gradient(to right, #0c65c6, #2cb484) !important;}
 .preced-box:hover h6{color: #fff;}
 .preced-box:hover p{color: #fff;}
  .preced-box:hover .preced-box-icon h5{background-color: #fff;}


.serv-overview-wrapp{padding: 50px 0px;}
.over-serv-main-div{}
.over-serv-main-div ul{padding-left: 0px; list-style-type: none;}
.over-serv-main-div ul li{
border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    margin-bottom: 0px;
    background-color: #fff;
    /* box-shadow: 0px 0px 10px #ccc; */
    padding: 20px;}
.overview-serv-head{
    height: 100%;
    display: flex;
    align-items: center;}
.overview-serv-head h3{
    font-size: 18px;
    font-weight: 700;}
.overview-serv-con{
  display: flex;
  align-items: center;
  height: 100%;
}
.overview-serv-con p{
   font-size: 15px;
    color: #000;
    margin-bottom: 0;
    width: 83%;}
.overview-serv-btn{display: flex; justify-content: flex-end; align-items: center; height: 100%;}
.overview-serv-btn a{
border: 0;
    z-index: 1;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border-radius: 2px;
    /* box-sizing: border-box; */
    display: inline-block;
    padding: 8px 11px;
 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-left: 15px;
    background-image: linear-gradient(to right, #0c65c6, #2cb484);
    text-decoration: none;}
.overview-serv-btn a i{margin-left: 10px;}

.over-serv-main-div ul li:hover{background-image: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));}


  .scategory-class{
        text-decoration: none;
        color: #000;
        margin-left: 13px;
    }
    .scategory-class:hover{
        text-decoration: none;
        color: #000;
        margin-left: 13px;
    }


    .home-abt-con-inn.abt-img-serv p{color: #000; font-size: 16px;}
    .home-services-wrapp.audit-serv  .home-serv-box-inn p{color: #000; font-size: 16px;}
    .home-about-wrapp.audit-bottom  .home-abt-con-inn  p{color: #000; font-size: 16px;}

    .serv-overview-wrapp .home-serv-box{box-shadow: 0px 10px 20px rgb(4 33 63 / 22%); height: 100%;}
        .serv-overview-wrapp .overview-serv-btn {display: flex; justify-content: center; align-items: center; height: 100%; margin-top: 20px; }
        .serv-overview-wrapp .overview-serv-btn a{margin-left: 0px;}
        .serv-overview-wrapp .home-serv-box-inn h3 {font-size: 19px; color: #000; font-weight: 600; line-height: 29px; }
        .serv-overview-wrapp .home-serv-box:hover .home-serv-box-inn h3{color: #fff;}
        .serv-overview-wrapp .home-serv-box:hover .overview-serv-btn a{background-color: #fff; color: #000; background-image: unset;}
        .serv-overview-wrapp .over-serv-main-div .row{gap: 20px 0px;}
        .srrv-overview-main-head{margin-bottom: 40px;}
        .srrv-overview-main-head h2{
            text-align: center;
    margin-bottom: 11px;
    font-weight: 800;
    font-size: 32px;}
        .srrv-overview-main-head p{    font-size: 15px;
    text-align: center;
    width: 80%;
    margin: 0 auto;}
       .srrv-overview-main-head h2 span {
    color: #2CB484;
}