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

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap");

:root {
  --primary: #ff5f1f;
  --secondary: #373433;
  --text-color: #373433;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Manrope", sans-serif; */
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 5px;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 35px;
  font-weight: 700;
}

h3 {
  font-size: 29px;
  font-weight: 700;
}

h4 {
  font-size: 23px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

p,
li,
a {
  /* font-family: "Roboto", sans-serif; */
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
}

a {
  text-decoration: none;
}

.sec_padding {
  padding: 70px 0;
}

.sec_padding_m {
  padding: 35px 0px !important;
}

.sec_title {
  font-size: 37px;
  font-weight: 800;
}

.sec_title span {
  color: var(--primary);
}

.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--primary);
  color: #fff;
  border-radius: 10rem;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--primary);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: #000;
  color: #fff;
}

.button:hover .button__icon-wrapper {
  color: #000;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.breadcrumb {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8% 0 3% 0;
  width: 100%;
  margin-top: 70px;
}

.breadcrumb1 {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: right !important;
  padding-top: 130px;
  padding-bottom: 70px;
  position: relative;
}

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

.breadcrumb1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.685);
}

.breadcrumb1 h1 {
  font-weight: 600;
}

.breadcrumb_title {
  font-size: 40px;
  font-weight: 600;
}

.text-red {
  color: var(--primary);
}

@media only screen and (max-width: 992px) {
  .sec_padding {
    padding: 40px 0;
  }

  .sec_title {
    font-size: 28px;
    font-weight: 800;
  }

  .breadcrumb_title {
    font-size: 28px;
    font-weight: 600;
  }

  br {
    display: none;
  }

  .breadcrumb {
    padding: 20% 4% 15% 4%;
    width: 100%;
    margin-top: 0px;
  }

  .breadcrumb1 {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .breadcrumb1 h1 {
    margin: 0px 0px 5px 0px;
    font-weight: 600;
    font-size: 28px;
  }

  h2 {
    font-size: 28px;
    font-weight: 700;
  }
}

.c-links {
  list-style-type: none;
  padding: none;
  display: flex;
  padding-left: 0px;
  justify-content: center;
  height: 100%;
}

.c-links li {
  display: flex;
  justify-content: center;
  margin: 0px 5px;
  align-items: center;
}

.c-links .icon {
  margin-right: 10px;
  color: var(--primary);
}

.c-links li a {
  color: black;
  font-weight: 500;
}

.c-links li a:hover {
  color: var(--primary);
}

.top-sec {
  display: flex;
  justify-content: end;
  align-items: center;
}

/* top bar  */
.top-header {
  background-color: #e1e1e1;
  padding: 7px 0px;
}

.top-header ul {
  margin-bottom: 0px;
}

.top-header .social-icon ul li {
  text-decoration: none;
  list-style: none;
  height: 29px;
  width: 29px;
  border: 1px solid #ff5f1f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
}

.top-header .social-icon ul li:hover {
  background-color: #ff5f1f;
  border: 1px solid #ff5f1f;
}

.top-header .social-icon i {
  color: #ff5f1f;
  font-size: 14px;
}

/* #header{
  position: relative;
}
.contact-links-container{
  position:absolute;
  width:auto;
  right:0px;
  bottom:0px;
  transform: translate(0%,100%);
}
.contact-links-wrapper{
  list-style-type: none;
  display: flex;
  background:green;
  padding:5px;

}
.contact-links-wrapper li{
  display: flex;
}
.top_bar {
  background-color: var(--primary);
}
.right_top {
  margin-bottom: 0;
  display: flex;
  justify-content: end;
  column-gap: 30px;
}
.right_top li {
  display: flex;
  text-decoration: none;
  list-style: none;
  padding: 10px 0;
}
.right_top li svg {
  height: 20px;
  margin-right: 10px;
  color: #fff;
}
.right_top li a {
  color: #fff;
} */
/* .page-header{
  position:relative;
}

.links-list{
  z-index:1;
  position:absolute;
  right:0px;
  width:auto;
  background:var(--primary);
  padding:10px;
  display: flex;
}
.page-header.is-sticky .links-list{
  display: none;
}
.triangle{
  width:0px;
  position:relative;
}
.triangle::after{
  content:"";
  position:absolute;
  width:40px;
  height:43px;
  background:var(--primary);
  top:-9.5px;
  right:10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 19%);
}
.links-list li{
  display: flex;
  align-items: center;
  margin-right:20px;
}
.links-list li a{
  white-space:nowrap;
  margin-left:7px;
  color:white;
} */

/* menu css  */

.page-header {
  background-color: #fff;
  z-index: 999;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}

a.brand img {
  width: 270px;
}

#nav-bar .brand img {
  /* height: 45px; */
}

#menu-bar .navbar {
  z-index: 999999;
  position: static;
}

#menu-bar .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  z-index: 99999;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0px;
  margin: 0 auto;
}

.left-area {
  display: flex;
  justify-content: end;
}

.navbar .menu {
  margin-top: 0;
  margin-bottom: 0;
}

#menu-bar .menu-item {
  display: inline-block;
  margin: 0px 10px;
}

#menu-bar .menu-item a {
  text-decoration: none;
}

#menu-bar .menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  text-transform: capitalize;
  color: #000;
  transition: all 0.3s ease-in-out;
  position: relative;
}

#menu-bar .menu-link::before {
  content: "";
  position: absolute;
  bottom: -26.5px;
  left: 0;
  width: 0;
  height: 2.5px;
  background-color: var(--primary);
  transition: 0.5s ease;
}

#menu-bar .menu-link:hover:before {
  width: 100%;
}

#menu-bar .menu-link a {
  text-decoration: none;
  color: #000;
}

#menu-bar .menu-link>i.fas {
  font-size: 16px;
  margin-left: -14px;
  color: inherit;
}

#menu-bar .menu-link:hover {
  outline: none;
  color: var(--primary);
}

#menu-bar .menu-link:hover a {
  outline: none;
  color: var(--primary);
}

.header-btns {
  display: flex;
  gap: 7px;
}

#menu-bar .submenu-link {
  font-size: 16px;
  font-weight: 600;
  line-height: inherit;
  cursor: pointer;
  color: #000;
}

#menu-bar .submenu-link i {
  font-size: 14px;
  margin-left: 10px;
}

#menu-bar .submenu-item .submenu-desc {
  font-size: 13px;
}

#menu-bar .submenu-item:hover .submenu-link,
#menu-bar .submenu-item:hover .submenu-desc {
  color: var(--colorPink);
}

#menu-bar .submenu {
  position: absolute;
  top: 77.5px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-top: 2px solid #e1e1e1;
  box-shadow: 0 5px 10px -5px #00000030;
}

#menu-bar .noHover:hover .submenu-link,
#menu-bar .noHover:hover .submenu-desc {
  color: #000;
}

#menu-bar .submenu-item {
  display: block;
  margin-top: 0;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  list-style: none;
}

/* #menu-bar .submenu-item:hover {
    background-color: var(--colorPink);
    color: #fff;
} */

/* #menu-bar .submenu-item:hover .submenu-link {
    color: #fff;
} */

.menu-drop::after {
  content: "\21AA";
  position: absolute;
  right: 20px;
  display: none;
}

.close {
  position: absolute;
  top: 16px;
  right: 5%;
  display: none;
  z-index: 99999;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid var(--colorPurple);
  padding: 3px 17px;
  border-radius: 3px;
}

.close i {
  font-size: 14px;
}

.brand-nav img {
  height: 50px;
  margin-left: 15px;
  margin-bottom: 20px;
  margin-top: 0px;
  display: none;
}

#menu-bar .burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 2rem;
  height: 1.15rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

#menu-bar .burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.5px;
  opacity: 1;
  border: none;
  outline: none;
  background: #fff;
}

#menu-bar .burger-line:nth-child(1) {
  top: 0px;
  width: 80%;
}

#menu-bar .burger-line:nth-child(2) {
  top: 0.5rem;
  width: 100%;
}

#menu-bar .burger-line:nth-child(3) {
  top: 1rem;
  width: 70%;
}

#menu-bar .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  opacity: 1;
  animation: slideDown 0.3s ease-out;
  z-index: 999;
  width: 100%;
  top: 0;
}

.page-header .logo-img {
  height: 40px;
  filter: brightness(0) invert(1);
}

.page-header.is-sticky a.brand img {
  filter: brightness(1);
}

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

  to {
    transform: translateY(0);
  }
}

.page-header.is-sticky #menu-bar .menu-link {
  color: #1f243c;
}

.page-header.is-sticky #menu-bar .menu-link a {
  text-decoration: none;
  color: #1f243c;
}
#menu-bar .last-item{
  display: none !important;
}

/* .page-header.is-sticky #menu-bar .submenu {
    background-color: var(--colorPurple);
    color: #fff;
} */

/* .page-header.is-sticky #menu-bar .submenu-item:hover {
    background-color: var(--colorPink);
    color: #fff !important;
    transition: .2s all;
} */

/* .page-header.is-sticky #menu-bar .submenu-item:hover .submenu-link {
    color: #fff !important;
} */

.page-header.is-sticky #menu-bar .burger-line {
  background: #1f243c;
}

@media only screen and (max-width: 992px) {
  .page-header {
    overflow-x: hidden;
    position: sticky;
    top: 0;
  }

  .wrapper {
    display: flex;
    width: 100%;
    justify-content: inherit;
    /* background-color: #EE4466; */
    padding: 5px 0;
  }

  a.brand img {
    height: auto;
  }

  .mbl-header {
    display: flex;
    justify-content: space-between;
  }

  #menu-bar .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    overflow-y: scroll;
    visibility: hidden;
    background-color: #f7f7f7;
    transition: all 0.5s ease;
  }

  #menu-bar .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }

  #menu-bar .navbar.active .submenu .submenu-link {
    padding: 8px 0;
  }

  .left-area {
    width: 100%;
    /* padding: 10px 20px; */
    /* background-color: #212529; */
  }

  .left-area nav {
    margin: auto;
  }

  .header-btns {
    display: none;
  }
  #menu-bar .last-item{
    display: block !important;
  }

  /* .page-header {
        background-color: #EE4466;
    } */

  .page-header .container {
    max-width: 100%;
  }

  #menu-bar .menu {
    width: 100%;
    height: 100%;
    padding: 1rem 0;
  }

  #menu-bar .menu-item {
    display: block;
    margin: 0 auto;
  }

  #menu-bar .menu-link {
    justify-content: space-between;
    padding: 2px 20px 20px 20px;
  }

  .wrapper {
    margin: 0 auto;
    row-gap: 0rem;
  }

  #menu-bar .menu-link:hover {
    outline: none;
    color: var(--colorPink);
  }

  #menu-bar .burger {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 25px;
  }

  #menu-bar .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .page-header.is-sticky #menu-bar .menu-link {
    color: #1f243c;
  }

  .page-header.is-sticky #menu-bar .menu-link a {
    text-decoration: none;
    color: #1f243c;
  }

  .page-header.is-sticky #menu-bar .submenu {
    background-color: transparent;
  }

  .page-header.is-sticky #menu-bar .submenu-item:hover {
    width: 86.5% !important;
  }

  #menu-bar .submenu-item:hover {
    width: 86.5% !important;
  }

  #menu-bar .submenu {
    position: relative;
    top: -0.5rem;
    left: 0.5rem;
    width: 96%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    border-top: 1px solid #e1e1e1;
    color: #1f243c;
    opacity: 1;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    /* visibility: visible; */
    transform: translateY(0px);
    box-shadow: none;
    background: #fff !important;
    border-radius: 0px !important;
  }

  #menu-bar .menu-item.menu-dropdown.active .submenu {
    visibility: visible;
    visibility: visible;
    backface-visibility: hidden;
  }

  #menu-bar .submenu-link {
    color: #1f243c;
    font-weight: bold;
  }

  .close {
    display: block;
    background-color: #fff;
  }

  .close i {
    color: var(--colorPurple) !important;
  }

  .menu-link i {
    display: none;
  }

  #menu-bar .submenu-item {
    padding: 5px 10px;
  }

  .menu-drop::after {
    content: "\f078";
    font-family: "Font Awesome 5 pro";
    font-weight: 600;
    position: absolute;
    right: 20px;
    display: block;
  }

  .brand-nav img {
    display: block;
  }

  #menu-bar .burger-line {
    background-color: #1f243c;
  }
}

@media only screen and (min-width: 993px) {
  #menu-bar .menu-dropdown:hover>.submenu {
    display: block;
    opacity: 1;
    visibility: visible !important;
    transform: translateY(0);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .left-area {
    /* display: flex; */
    /* justify-content: left; */
  }

  #menu-bar .menu-item {
    margin: 0px 9px;
  }

  #menu-bar .menu-link>i.fas {
    font-size: 16px;
    margin-left: 0px;
    color: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .phone {
    display: none;
  }

  .right-area {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  #menu-bar .menu-item {
    display: inline-block;
    margin: 0px 10px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  /* #menu-bar .menu-item {
    display: inline-block;
    margin-left: 35px;
  } */
}

/* slider banner  */

.banner .item {
  height: 90vh;
  position: relative;
}

.banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner .item .cover {
  /* padding: 75px 0; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.353); */
  background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
  display: flex;
  align-items: center;
}

.banner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  margin-top: 10%;
}

.banner .item .cover .header-content span {
  color: var(--primary);
}

.banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner .item .cover .header-content h1 {
  font-size: 50px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  /* color: var(--primary); */
  color: #fff;
}

.banner .item .cover .header-content h2 {
  font-size: 50px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  /* color: var(--primary); */
  color: #fff;
}

.banner .item .cover .header-content h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.banner .item .cover .header-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  padding: 20px 0px;
}

/* .banner .owl-item{
  opacity:0;
}
.banner .owl-item.active{
opacity:1;
} */
.banner .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: 1s;
}

.banner .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}

.banner .owl-item.active .button-wrapper {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.9s;
}

.banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.2s;
}

.banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.banner .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;
}

.banner .owl-nav {
  background: green;
  /* height:20px; */
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.banner .owl-nav .owl-prev,
.banner .owl-nav .owl-next {
  /* background:black !important; */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff !important;
  position: absolute;
  border: 1px solid #d02525 !important;
  transition: all 0.3s ease-in-out;
  color: #d02525 !important;
}

.banner .owl-nav .owl-prev {
  /* transform: translate(-60%, -120%); */
  position: absolute;
  left: 20px;
}

.banner .owl-nav .owl-next {
  /* transform: translate(60%, 0%); */
  /* right: 10%; */
  position: absolute;
  right: 20px;
}

.banner .owl-nav .owl-prev:hover,
.banner .owl-nav .owl-next:hover {
  background: var(--primary);
  color: #ff5f1f !important;
}
.logo-clg{
  width: 180px !important;
    background-color: #e2e2e2c4;
    padding: 10px;
    border-radius: 8px;
    margin-top: -20px;
}

/* .banner .owl-nav .owl-prev {
  position: absolute;
  left: 86%;
  top: 80%;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: transparent !important;
  width: 50px;
  cursor: pointer;
  height: 50px;
  position: absolute;
  border: 1px solid var(--primary) !important;
  display: block;
  z-index: 1000;
  border-radius: 50px;
}
.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-prev i,
.banner .owl-nav .owl-next i {
  color: #fff;
}
.banner .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner .owl-nav .owl-prev:hover {
  background: var(--primary) !important;
}
.banner .owl-nav .owl-next {
  position: absolute;
  right: 5%;
  top: 80%;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: transparent !important;
  width: 50px;
  border: 1px solid var(--primary) !important;
  cursor: pointer;
  height: 50px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50px;
}
.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-next:focus {
  outline: 0;
}
.banner .owl-nav .owl-next:hover {
  background: var(--primary) !important;
}
.banner .owl-prev:hover {
  opacity: 1;
}
.banner .owl-next:hover {
  opacity: 1;
} */

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

  .main-menu .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner .item {
    height: 500px;
  }

  .banner .item .cover .header-content h2 {
    font-size: 30px;
    margin: 10px 0;
  }

  .banner .item .cover .header-content h1 {
    font-size: 30px;
    margin: 10px 0;
  }

  .banner .item .cover .header-content h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 17px;
  }

  .banner .item .cover .header-content p {
    font-size: 15px;
  }

  .banner .item .cover .header-content .line {
    border: 4px solid #fff;
  }

  .banner .item .cover .header-content {
    position: relative;
    padding: 20px 15px 20px 30px;
    overflow: hidden;
  }

  .banner .owl-nav .owl-next {
    right: 1%;
    width: 25px;
    height: 25px;
  }

  .banner .owl-nav .owl-prev {
    left: 1%;
    width: 25px;
    height: 25px;
  }

  .banner .item img {
    object-position: center right;
  }

  .banner .item .cover .header-content p {
    font-size: 16px;
    padding: 0px 0px;
  }

  #menu-bar .menu-link::before {
    display: none;
  }
  .c-links li a{
    font-size: 11px;
  }
}

/* css for the coutner section  */
.counter-section {
  /* height: 40; */
  margin: 3% 0;
  position: relative;
}

.counter-section .counter-wrapper {
  border-radius: 30px;
  background: linear-gradient(180deg, #f84747 0%, #ff5f1f 100.08%);
  padding: 40px 0px;
  margin: auto;
  border-radius: 30px;
}

/* .counter-section .content-wrapper {
  position: absolute;
  width: 90%;
  padding: 35px;
  background: #373433;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -70%);
  border-radius: 30px;
} */

.counter-section .content-wrapper h2 {
  color: #fff;
}

.counter-section .content-wrapper p {
  color: #fff;
}

.counter-section .single-counter {
  border-right: 1px solid #e2e2e2;
}

.counter-section h3 {
  font-weight: 500;
  color: #fff;
  font-size: 35px;
}

.counter-section h3,
.counter-section p {
  color: #fff;
  padding-top: 10px;
}

.counter-section .single-counter:last-child {
  border: none;
}

@media only screen and (max-width: 767px) {
  br {
    display: none;
  }

  .counter-section {
    margin: 0% 0 8% 0;
    position: relative;
  }

  .counter-section .content-wrapper {
    position: static;
    width: 100%;
    padding: 25px;
    background: #373433;
    transform: translate(0%, 0%);
  }

  .counter-section .counter-wrapper {
    padding: 20px 10px;
  }

  .counter-section h2 {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
  }

  .counter-section .single-counter {
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 10px 0;
  }

  .counter-section .single-counter:last-child {
    border-right: 1px solid #e1e1e1;
  }
}

/* solution css  */
.solution-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.4s all;
}

.solution-img {
  height: 430px;
  width: 100%;
  border-radius: 15px;
}

.solution-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 15px;
}

.solution_content {
  position: absolute;
  bottom: -70px;
  left: 0;
  padding: 20px 20px 20px 20px;
  color: #fff;
  background: linear-gradient(to top, #000000b5 70%, rgba(0, 0, 0, 0) 100%);
  transition: 0.4s all;
  width: 100%;
}

.solution_content h3 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 10px;
}

.solution_content p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.4s all;
}

.solution-card:hover .solution_content {
  transition: 0.4s all;
  bottom: 0px;
  background: linear-gradient(to top, #ff000080 80%, rgba(255, 0, 0, 0) 100%);
}

.solution-card:hover .solution_content p {
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  .solution-img {
    height: 350px;
    width: 100%;
    border-radius: 15px;
  }
}

/* testimonial css  */

.author-wrapper {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
}

.author-wrapper img {
  width: 45px !important;

}

.author-wrapper h3 {
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
}

.testimonial-card {
  padding: 30px 20px 30px 20px;
  background-color: #ffffff;
  border-radius: 9px 9px 9px 9px;
  box-shadow: 6px 6px 0px 0px rgba(230.1375, 226.0350580737902, 226.0350580737902, 0.23);
  margin-bottom: 20px;
  height: 100% !important;
  min-height: 250px;
}


.testimonial-content p span {
  background-color: rgb(255, 173, 173);
  border-radius: 30px;
  padding: 2px 12px;
}

/* .client-sec {
    background-color: #E8ECF7;
} */

.customer-item {
  height: 110px;
  background-color: #fff;
  padding: 4px;
  border-radius: 10px;
  transition: 0.4s all;
  /* box-shadow: 0px 2px 4px #00000015; */
  border: 1px solid #00000015;
}

.customer-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.4s all;
  object-position: center center;
}

.customer-item:hover img {
  transform: scale(1.1);
}

.cta-wrapper {
  /* background: linear-gradient(180deg, #ff9469 0%, #ff5f1f 90.08%); */
  background-image:
    linear-gradient(to left, rgba(6, 6, 6, 0.393), rgba(0, 0, 0, 0.93)),
    url('../image/new-image/cta.jpg');
  /* background-image: url(/image/home-banner/banner1.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 50px;
  margin: auto;
  border-radius: 30px;
  z-index: 99;
}

.cta-wrapper h2 {
  font-size: 40px;
}

footer {
  border-radius: 50px 50px 0 0;
}

footer .left_sec img {
  width: 80%;
  /* filter: brightness(0) invert(1); */
}

.footer_link {
  color: #fff;
}

.footer_link_2 ul li {
  display: flex;
  justify-content: start;
}

.footer_link_2 ul li svg {
  height: 20px !important;
  width: 20px !important;
  margin-right: 10px;
  color: var(--primary);
}

.footer_link h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.footer_link ul {
  padding-left: 0;
}

.footer_link ul li {
  text-decoration: none;
  list-style: none;
  padding-top: 10px;
  transition: 0.4s all;
}

.footer_link ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.4s all;
}

.footer_link ul li:hover a {
  color: var(--primary);
  margin-left: 10px;
}

.social-icon {
  display: flex;
  justify-content: end;
}

.social-icon ul {
  display: flex;
  justify-content: end;
  gap: 15px;
}

.social-icon ul li {
  text-decoration: none;
  list-style: none;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
}

.social-icon ul li:hover {
  background-color: #ff5f1f;
  border: 1px solid #fff;
}

.social-icon i {
  color: #fff;

}

@media only screen and (max-width: 767px) {
  .customer-item {
    height: 100px;
    padding: 7px;
  }

  .cta_section {
    padding: 40px 10px;
  }

  .cta-wrapper h2 {
    font-size: 28px;
  }

  .cta-wrapper {
    padding: 30px 20px;
  }

  .footer_link {
    color: #fff;
    padding-left: 30px;
  }

  .social-icon {
    display: flex;
    justify-content: center;
  }

  .social-icon ul {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
}

/* .counter.col-lg-2 {
  width: 14.2% !important;
} */

@media (min-width: 992px) {
  .single-counter.col-lg-2 {
    width: 14.2% !important;
  }
}


@media only screen and (max-width: 767px) {
  .single-counter.col-lg-2 {
    width: 49.7% !important;
  }
  .head-btn-sec{
    display: none;
  }
}





.testimonial-wrapper .owl-prev {
  position: absolute;
  top: -25%;
  left: 90%;
  color: #000000;
  border-radius: 50% !important;
  font-size: 16px;
  padding: 0px 7px 7px 7px !important;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 1px solid #ff5f1f !important;
}

.testimonial-wrapper .owl-prev i {
  color: #ff5f1f;
}

.testimonial-wrapper .owl-next {
  position: absolute;
  top: -25%;
  right: 0%;
  color: #000000;
  border-radius: 50% !important;
  font-size: 16px;
  padding: 0px 7px 7px 7px !important;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 1px solid #ff5f1f !important;
}

.testimonial-wrapper .owl-next i {
  color: #ff5f1f;
}

.testimonial-wrapper .owl-prev:hover,
.testimonial-wrapper .owl-next:hover {
  background-color: #ff5f1f !important;
}

.testimonial-wrapper .owl-prev:hover i,
.testimonial-wrapper .owl-next:hover i {
  color: #ff5f1f;
}

.about-us .content-wrapper .sec_title {
  font-size: 32px;
}

.new-box {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 20px 20px 20px 20px;
}

.new-box h3.sec_title {
  font-size: 27px;
  padding-bottom: 10px;
}

.why-us-box {
  position: relative;
}

.why-us-box .new-box .col-lg-10 {
  background-color: #fff;
  padding: 35px;
  border-radius: 20px;
  margin-top: 15px;
  margin-bottom: -70px;
  box-shadow: 0 5px 10px -5px #00000030;
}

.whyus-sec {
  padding-top: 120px;
}

.whyus-sec .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  
}

.whyus-sec .card-box p {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-top: 5px;
}

.whyus-sec .card-box .card {
  width: 250px;
  height: 170px;
  margin: 10px;
  display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
    border-radius: 20px;
    border: 1px solid #ff5f1f;
}

.whyus-sec .card-box img {
  width: 100px;
}
.whatsapp-section {
  position: fixed;
  bottom: 50px;
  right: 14px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  
}
.phone-section {
  position: fixed;
  bottom: 100px;
  right: 14px;
  width: 40px;
  height: 40px;
  z-index: 9999;
}
.whatsapp-section img, .phone-section img{
  width: 100%;
}