/* Theme Color */
:root {
  --clr-accent: #F16B22;
  --clr-grey: #C5B7B7;
  --clr-primary: #104B91;
  --clr-white: #ffffff;
  --clr-white-600: #fcfcfc;
  --clr-black: #1E1E1E;

  --ff-primary: 'Tomato Grotesk';
  --ff-body: 'Albra Trial Grotesk';
  /* --ff-accent: "The Nautigal", cursive; */

  --swiper-scrollbar-bottom: 0px;
  --swiper-scrollbar-size: 2px;
  --swiper-scrollbar-drag-bg-color: var(--clr-accent);
  --swiper-pagination-color: var(--clr-accent);
  --swiper-pagination-progressbar-size: 3px;
  --swiper-pagination-progressbar-bg-color: #D6D6D6;
}

/* Browser Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  font: inherit;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:focus,
a:hover {
  outline: none;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body {
  font-family: var(--ff-body);
  text-rendering: optimizeSpeed;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #898989;
  background: rgba(255, 255, 255, 2);
}

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-primary);
  margin-bottom: 0;
}

img,
picture,
svg {
  max-width: 100%;
  display: block;
}

::selection {
  background: var(--clr-accent);
}

/* Utility Classes */
.overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.72);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.45;
}

.resol-bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.resol-bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: -1;
}

/* .resol-bgVideo video {

} */
section[class^="metis__"] {
  position: relative;
  z-index: 3;
}

/* Theme Classes */
.resol__bg-light {
  background-color: #F9F9F9;
}

.resol__bg-grey {
  background-color: var(--clr-grey);
  color: #6A6A6A;
}

.resol__bg-dark {
  background-color: var(--clr-black);
  color: var(--clr-white);
}

.resol-texture__bg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('../images/texture_bg.png');
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: 100%;
  background-attachment: fixed;
  z-index: -1;
  opacity: 0.3;
}

/* Custom Properties */
.custom-pad {
  padding: 90px 0;
}

.resol-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-accent);
  color: #fff;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 0px 25px;
  height: 50px;
  border-radius: 10px !important;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  font-family: var(--ff-body);
  overflow: hidden;
  gap: 10px;
}

.resol-btn:hover {
  color: #fff;
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
  background: var(--clr-primary);
}


.resol-btn:hover .resol-btn__icon {
  color: #000;
}

.resol-btn__light::before {
  background-color: var(--clr-white);
}

.resol-btn__light {
  background: var(--clr-primary);
  color: #fff;
}

.resol-btn__light:hover {
  color: #fff;
  background: var(--clr-accent);
}

.resol-btn__light .resol-btn__icon {
  background: var(--clr-accent);
}

.resol-btn__light .resol-btn__icon img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(83%) saturate(253%) hue-rotate(307deg) brightness(94%) contrast(98%);
}

.resol-btn__light:hover {
  color: var(--clr-black);
}

.resol-btn__small {
  padding: 10px 17px;
  letter-spacing: 1.5px;
  font-size: 12px;
}

.resol-btn__link {
  background: transparent !important;
  padding: 0 0 4px !important;
  font-size: 15px;
  color: #1e1e1e;
  font-weight: 600;
}

.resol-btn__link::before {
  position: absolute;
  content: '';
  width: 24px;
  height: 2px;
  background-color: var(--clr-blue);
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.resol-btn__link:hover::before {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.resol-btn__wrap {
  margin-top: 24px;
}

.resol__heading {
  margin-bottom: 28px;
}

.resol__heading h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(54, 45, 23, 1);

}

.resol__heading h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
}

.resol__heading h4 {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 2px;
}

.resol__heading h5 {
  font-size: 25px;
  line-height: 1.4;
}

.resol__heading h6 {
  color: #104B91;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 500;
  gap: 15px;
  text-transform: uppercase;
  font-family: var(--ff-body);
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  letter-spacing: 1px;
}

.resol__heading h6::before {
  position: absolute;
  content: '/';
  color: #104B91;
  top: 0;
  left: 0;
}

.resol__heading h6 span {
  width: 55px;
  height: 2px;
  background: var(--clr-accent);
}

.resol__heading {
  position: relative;
  /* margin-bottom: 32px; */
  --bs-heading-color: var(--clr-black);
}

.resol__heading h3 {
  border: 1px solid rgba(30, 30, 30, 0.09);
  width: fit-content;
  padding: 10px 5%;
  background-color: var(--clr-white);
}

.resol__heading-center h3 {
  margin-inline: auto;
}

.resol__heading-white {
  --bs-heading-color: var(--clr-white) !important;
}

.resol-desc> :not(:last-child) {
  margin-bottom: 16px;
}

[class^="swiper-button-"]::after {
  content: "";
  display: none;
}

[class^="swiper-button-"] {
  position: absolute;
  background-color: transparent;
  font-size: 18px;
  z-index: 2;
  top: unset;
  left: 0;
  bottom: 15px;
  /* transform: translateY(-50%); */
  width: 90px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 50px;
  color: var(--clr-white);
  border: 2px solid var(--clr-white);
  transition: all 0.3s ease-in-out;
  z-index: 4;
}

[class^="swiper-button-"]:hover {
  background-color: var(--clr-white);
  color: var(--clr-black);
  transition: all 0.3s ease-in-out;
}

[class^="swiper-button-next"] {
  left: 100px;
}

/* .swiper-button-next, .swiper-button-prev {
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: var(--clr-purple);
  border-radius: 50%;
} */
/* .swiper-wrapper {
  padding-bottom: 15px;
} */
.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 0px;
}


.form-control {
  height: 55px;
  background-color: transparent;
  border: 1px solid var(--clr-grey);
  border-radius: 15px;
  padding: 15px 20px;
}

.form-group:not(.form-button) {
  margin-bottom: 16px;
}

.form-control::placeholder {
  color: var(--clr-grey);
}

textarea.form-control {
  min-height: 130px;
  resize: none;
}



/* keyframes */

/* keyframes */
/** =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ HOMEPAGE START =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ */
/** ----------------------------
*      Section: Header Start
**  --------------------------*/
.resol__header {
  position: relative;
  width: 100%;
  padding: 12px 0;
  background: #fff;
  z-index: 99;
}

.resol__header-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}

.resol__header-mid {
  padding: 10px 50px;
  background: #F9F9F9;
  border-radius: 12px;
}

.resol__header-mid .navbar-nav {
  display: flex;
  align-items: center;
  gap: 0 30px;
  flex-direction: row;
}

.resol__header-mid .navbar-nav .nav-link {
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
}

.resol__header-mid .navbar-nav .nav-link:hover {
  color: var(--clr-primary);
}

.resol__header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.resol__header-right .navbar-toggler {
  padding: 8px;
  border: 1px solid var(--clr-white);
  border-radius: 0;
  z-index: 99;
}

.resol__header-right .navbar-toggler .icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background-color: #000000;
  margin: 1px 0;
}

.resol__header-right .navbar-toggler .icon-bar:nth-child(2) {
  width: 20px;
  margin-right: auto;
}

.resol__header-right .navbar-toggler .icon-bar:nth-child(3) {
  width: 15px;
  margin-right: auto;
}

.resol__header-right .navbar-toggler .icon-bar+.icon-bar {
  margin-top: 6px;
}

.resol__header-rightd .navbar-nav {
  flex-direction: column;
}

.resol__header-right .offcanvas .nav-link {
  --bs-nav-link-color: #fff;
  font-size: 20px;
  font-family: var(--ff-primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
}

.resol__header-right .navbar-toggler {
  display: block;
}

.resol__header-right .offcanvas {
  --bs-offcanvas-bg: #1e1914;
  --bs-offcanvas-color: var(--clr-accent);
  --bs-offcanvas-width: 100%;
  text-align: center;
  z-index: 9999;
}

.resol__header-right .btn-close {
  width: 30px;
  background-color: var(--clr-accent);
  opacity: 1;
  height: 30px;
  border-radius: 100%;
  font-size: 18px;
  z-index: 9;
}

/* <!-- ============= heaher End================ --> */
/* <!-- ============= banner start================ --> */
.resol__banner {
  position: relative;
  width: 100%;
}

.resol__banner::before {
  position: absolute;
  right: 28px;
  top: -167px;
  width: 343px;
  height: 565px;
  background:
    url(../images/banner-bg.png) no-repeat 0 0;
  background-size: auto;
  background-size: 100%;
  content: '';


}

.resol__banner::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 300px;
  background: url(../images/banner-bg2.png) no-repeat 0 0;
  background-size: 100%;
  content: '';

}

.resol__banner-cont h1 {
  font-size: 70px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.resol__banner-cont p {
  margin-bottom: 20px;
}

.resol__banner-img {
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
}

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

.resol__banner-img video {
  width: 100%;
  display: block;
}

/* <!-- ============= banner End================ --> */

/* <!-- ============= about start================ --> */
.resol__about {
  position: relative;
  width: 100%;

}

.resol__cont p {
  color: #1E1E1E;
  margin-bottom: 15px;
}

.resol__cont h5 {
  font-family: var(--ff-primary);
  color: #1E1E1E;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 22px;
}

.resol__about-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.resol__about-img {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.resol__about-wrap .resol__about-img:first-child {
  height: 243px;
}

.resol__about-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.resol__about-wrap .resol__about-img:last-child {
  height: 200px;
}

.resol__about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

/* <!-- ============= about End================ --> */
/* 
 <!-- ============= Partnerships start================ --> */
.resol__partnerships {
  position: relative;
  width: 100%;
}

.resol__partnerships-wrap {
  padding: 40px 60px;
  background: #104B91;
  position: relative;
  border-radius: 15px;
}

.resol__partnerships-wrap::before {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
  background: url(../images/patner-bg.png ) no-repeat 0 0;
  background-size: 100%, 100%;

  content: '';
}

.resol__partnerships-left {
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(37, 104, 255, 0.36) 0%, #163E99 100%);
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;

  justify-content: space-between
}

.resol__partnerships-left-img {
  margin: 0 0 20px;
  width: 100%;
  padding: 0 15px;
}

.resol__partnerships-left-img img {
  width: 100%;
  margin: 0 auto;
}

.resol__partnerships-left-cont p {
  color: #fff;
  margin-bottom: 10px;
}

.resol__partnerships-wrap h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 8px;
}

.resol__partnerships-mid {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  gap: 24px;
}

.resol__partnerships-box {
  border-radius: 12px;
  padding: 40px 25px;
  background: #FFFFFF;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.resol__partnerships-box p {
  padding-bottom: 12px;
}

.resol__partnerships-box p:last-child {
  padding-bottom: 0px;
}

.resol__partnerships-box:first-child {
  background: #A7C5FB;
}

.resol__partnerships-box h3 {
  color: #000;
}

.resol__partnerships-right {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.resol__partnerships-right img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  height: 100%;
  object-fit: cover;
}

.resol__partnerships-right:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.resol__partnerships-right .resol-btn {
  position: absolute;
  right: 30px;
  bottom: 50px;
}

/* <!-- ============= services start================ --> */
.resol__services {
  position: relative;
}

.resol__services::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 300px;
  background: url(../images/services_bg.png) no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
}

.resol__services-box {
  position: relative;
  width: 100%;
  border-radius: 12px;
  padding: 20px;
  background: #F9F9F9;

}

.resol__services-btn {
  text-align: right;
}

.resol__services-box ul {
  height: 335px;
}

.resol__services-icon {
  margin-bottom: 12px;
}

.resol__services-icon{
  width: 65px;
}
.resol__services-icon img{
  width: 100% !important;
  height: 100% !important;
}
.resol__services-box h4 {
  margin-bottom: 15px;
  color: var(--clr-primary);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
  height: 67px;
}

.resol__services-box li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 12px;
}

.resol__services-box li a {
  color: #000;
}

.resol__services-box li a:hover {
  color: var(--clr-primary)
}

.resol__services-box li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: var(--clr-primary);
  font-family: "Font Awesome 6 Free";
  content: '\f178';
  font-weight: 900;
}

.resol__services .col-lg-3:nth-last-child(odd) {
  margin-top: 50px;
}


/* <!-- ============= services End================ --> */

/* <!-- ============= products start================ --> */
.resol__products {
  position: relative;
  width: 100%;
}

.resol__products-wrap {
  position: relative;
  width: 100%;
  border-radius: 15px;
  padding: 80px 60px;
  background: var(--clr-primary);
}

.resol__products-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 500px;
  background: url(../images/product_bg.png) no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
}

.resol__products-wrap h6 {
  color: #fff;
}

.resol__products-wrap h2 {
  color: #fff;
}

.resol__products-wrap h6::before {
  color: #fff;
}

.resol__products-btn {
  text-align: right;
}

.resol__products-btn .resol-btn {
  background: #fff;
  color: #000;
}

.resol__products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 30px;
}

.resol__products-box1 {
  grid-area: 1 / 1 / 3 / 2;
}

.resol__products-box2 {
  grid-area: 3 / 1 / 4 / 2;
}

.resol__products-box3 {
  grid-area: 1 / 2 / 2 / 3;
}

.resol__products-box4 {
  grid-area: 2 / 2 / 4 / 3;
}

.resol__products-box5 {
  grid-area: 1 / 3 / 3 / 4;
}

.resol__products-box6 {
  grid-area: 3 / 3 / 4 / 4;
}

.resol__products-box7 {
  grid-area: 1 / 4 / 2 / 5;
}

.resol__products-box8 {
  grid-area: 2 / 4 / 4 / 5;
}

.resol__products-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 196px;
}

.resol__products-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.resol__products-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.resol__products-box1,
.resol__products-box4,
.resol__products-box5,
.resol__products-box8 {
  height: 400px;
}

.resol__products-img {
  width: 100%;
}

.resol__products-img h5 {
  background: #1E1E1E;
  padding: 10px 20px;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: 50px;
}

.resol__products-img h5 i {
  transform: rotate(-45deg);
}

/* <!-- ============= products End================ --> */
/* <!-- ============= projects start================ --> */
.resol__projects {
  position: relative;
}

.resol__projects::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 400px;
  background: url(../images/product_bg.png) no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
}

.resol__projects-box {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.resol__projects {
  width: 100%;
}

.resol__projects-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.resol__projects-img span {
  position: absolute;
  width: fit-content;
  height: 50px;
  background: #fff;
  color: var(--clr-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  right: 0;
  bottom: 0;
  -webkit-transition: 1.3s ease;
  transition: 1.3s;
  padding: 0 15px;
}

.resol__projects-img img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  width: 100%;

}

.resol__projects-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out
}

.resol__projects-img:hover span {
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 22, 54, .54);
  color: #fff;
}

.resol__projects-cont {
  position: relative;

  margin-top: 20px;
}

.resol__projects-cont p {
  color: #A7A7A7;
  margin-bottom: 10px;
}

.resol__projects-cont h5 {
  color: #474747;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.resol__projects-cont:hover h5 {
  color: var(--clr-primary);
}

.resol__projects-btn {
  text-align: right;
}

/* <!-- ============= projects End================ --> */
/* <!-- =============  SUSTAINABILITY start================ --> */
.resol__sustainability {
  position: relative;
  width: 100%;
}

.resol__sustainability-wrap {
  position: relative;
  width: 100%;
  background: var(--clr-primary);
  border-radius: 15px;
  padding: 50px 60px;
  overflow: hidden;
}

.resol__sustainability-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 500px;
  background: url(../images/product_bg.png) no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
}

.resol__sustainability-wrap::after {
  position: absolute;
  right: -184px;
  bottom: -43px;
  height: 421px;
  width: 667px;
  background:
    url(../images/sustainability_bg.png) no-repeat 0 0;
  background-size: auto;
  background-size: 100%, 100%;
  content: '';

}

.resol__sustainability-wrap h2 {
  color: #fff;
}

.resol__sustainability-wrap h6 {
  color: #fff;
}

.resol__sustainability-wrap h6::before {
  color: #fff;
}

.resol__sustainability-img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

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

.resol__sustainability-left {
  padding-right: 50px;
}

.resol__sustainability-right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 30px;
}

.resol__sustainability-box {
  width: 48%;
}

.resol__sustainability-box span {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-accent);
  margin-bottom: 12px;
}

.resol__sustainability-box h5 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  margin-bottom: 10px;
  height: 78px;
  text-transform: uppercase;
}

.resol__sustainability-box p {
  color: #fff;
}

.resol__blog-slider {
  position: relative;
  margin-top: -90px;
  padding-top: 100px;
}

.resol__blog {
  position: relative;
  width: 100%;
}

.resol__blog::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 300px;
  background: url(../images/blog_bg.png) no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
}

.resol__blog-slider .swiper-button-prev {
  top: 0;
  bottom: unset;
  left: unset;
  right: 60px;
  position: absolute;
  margin: 0;
}

.resol__blog-slider .swiper-button-next {
  top: 0;
  bottom: unset;
  left: unset;
  right: 0px;
  position: absolute;
  margin: 0;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  font-size: 14px !important;
  border: 1px solid #939393;
  display: inline-flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;

  color: #939393 !important;
}

.resol__blog-cont {
  position: relative;
  padding-top: 20px;
}

.resol__blog-cont span {
  color: var(--clr-primary);
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}

.resol__blog-cont h5 a {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}

.resol__blog-cont a:hover {
  color: var(--clr-accent);
}

.resol__blog-cont p {
  color: #000;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 85px;
}

.resol__blog-img {
  border-radius: 12px;
  overflow: hidden;
}

.resol__blog-img img {
  transform: scale(1);
  transition: all 0.5s ease-in-out
}

.resol__blog-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out
}

/* <!-- ============= blog End================ --> */
/* <!-- =============  INDUSTRIES WE SERVE start================ --> */
.resol__industries {
  position: relative;
  width: 100%;
}

.resol__industries-wrap {
  position: relative;
  width: 100%;
  border-radius: 15px;
  padding: 50px 60px 0;
}

.resol__industries-wrap::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: var(--clr-primary);
  border-radius: 15px;
  z-index: -1;
}

.resol__industries-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 500px;
  background: url(../images/product_bg.png) no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
}

.resol__industries-wrap h2 {
  color: #fff;
}

.resol__industries-wrap h6 {
  color: #fff;
}

.resol__industries-wrap h6::before {
  color: #fff;
}

.resol__industries-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.resol__industries-img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.resol__industries-img img {
  transform: scale(1);
  transition: all 0.5s ease-in-out
}

.resol__industries-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out
}

.resol__industries-box:hover .resol__industries-cont {
  opacity: 1;
  z-index: 9;
}

.resol__industries-cont {
  padding: 10px 20px;
  border-radius: 10px 0 0 10px;
  background: #fff;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 50px;
  opacity: 0;
  transition: all 0.5s ease-in-out
}

.resol__industries-cont h5 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.resol__industries-slider .swiper-button-next {
  top: 0;
  bottom: unset;
  left: unset;
  right: 0px;
  position: absolute;
  margin: 0;
}

.resol__industries-slider .swiper-button-prev {
  top: 0;
  bottom: unset;
  left: unset;
  right: 60px;
  position: absolute;
  margin: 0;
}

.resol__industries-slider {
  position: relative;
  margin-top: -90px;
  padding-top: 100px;
}

.resol__industries-slider .swiper-button-next,
.resol__industries-slider .swiper-button-prev {
  color: #fff !important;
  border: 1px solid #fff;
  background: transparent;
}

/* <!-- ============= INDUSTRIES End================ --> */
/* <!-- ============= client start================ --> */
.resol__client {
  position: relative;
  width: 100%;
}

.resol__client-box {
  position: relative;
  width: 100%;
  padding: 15px;
}


/* <!-- ============= client End================ --> */

/* <!-- ============= contact start================ --> */
.resol__contact {
  position: relative;
  width: 100%;
  background: url(../images/contact-bg.png) no-repeat left 20% center;
  background-size: 60%;
}

.resol__contact-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.resol__contact-box {
  width: 48%;
  padding: 0 25px 0 0;
}

.resol__contact-box h4 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  color: #000;
}

.resol__contact-box p a,
.resol__contact-box p a {
  color: #1E1E1E;
  margin-top: 5px;
}

.resol__contact-box p a:hover {
  color: var(--clr-accent);
}

.resol__contact-sosal {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.resol__contact-sosal a {
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resol__contact-stoke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--clr-primary);
  font-size: 100px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--ff-body);
  margin-top: 20px;
}

.resol__contact-form .form-control {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 10px 10px 0;
  color: #fff;
  line-height: 16px;
  height: auto;
  outline: none;
}

.resol__contact-form .form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.resol__contact-right {
  position: relative;
  padding: 30px;
  background: var(--clr-primary);
  border-radius: 12px;
}

.resol__contact-right p {
  color: #fff;
}

.resol__contact-right h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
}

.resol__contact-form .form-control:focus {
  box-shadow: none;
}

.resol__contact-form .resol-btn {
  padding: 0 35px;
  border: none !important;
}

.resol__contact-form .resol-btn:hover {
  color: #000;
  background: #fff;
}


/* <!-- ============= contact End================ --> */
/* <!-- ============= footer  start================ -- --> */
.resol__footer {
  position: relative;
  padding-bottom: 35px;
}

.resol__footer-wrap {
  width: 100%;
  position: relative;
  padding: 50px 60px 25px;
  background: #1E1E1E;
  border-radius: 15px;
}

.resol__footer-top-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.resol__footer-top-left {
  width: 30%;
}

.resol__footer-box {
  width: 17.5%;
  position: relative;
  padding-left: 40px;
}

.resol__footer-box h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.resol__footer-box li {
  margin-bottom: 10px;
}

.resol__footer-box li:last-child {
  margin-bottom: 0px;
}

.resol__footer-box li a {
  color: #fff;
  font-size: 18px;
}

.resol__footer-box li a:hover {
  color: var(--clr-accent);
}

.footer-logo {
  margin-bottom: 15px;
}

.resol__footer-top-left li {
  margin-bottom: 12px;
}

.resol__footer-top-left li:last-child {
  margin-bottom: 0;
}

.resol__footer-top-left li p,
.resol__footer-top-left li a {
  display: flex;
  gap: 10px;
  color: #fff;
  font-size: 18px;
}

.resol__footer-top-left li p img,
.resol__footer-top-left li a img {
  width: 22px;
  height: 20px;
  margin-top: 6px;
}

.resol__footer-top-left li a:hover {
  color: var(--clr-accent);
}

.resol__footer-bottom {
  position: relative;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resol__footer-bottom p {
  color: #fff;

}

.resol__footer-bottom p a {
  color: #fff;
}

.resol__footer-bottom p a:hover {
  color: var(--clr-accent);
}

.resol__footer-bottom ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

.resol__footer-bottom li img {
  filter: brightness(0) saturate(100%) invert(95%) sepia(63%) saturate(5094%) hue-rotate(184deg) brightness(123%) contrast(106%);
}

/* =========inner page css start================= */
/* =========inner about page css start================= */
.resol__innerbanner {
  position: relative;
  width: 100%;
}

.resol__innerbanner-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

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

.resol__innerbanner-img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  content: '';
}

.resol__innerbanner-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}

.resol__innerbanner-wrap h1 {
  color: #fff;
}

.resol__innerbanner-wrap p {
  color: #fff;
}

.resol__innerbanner-wrap .resol__banner-cont {
  width: 75%;
}

.resol__innerbanner-wrapper {
  position: relative;
}

.resol__brackcump ul {
  width: fit-content;
  padding: 10px 25px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;

}

.resol__brackcump ul li a {
  position: relative;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
  line-height: 28px;
}

.resol__brackcump ul li a:hover {
  color: var(--clr-accent);
}

.resol__brackcump ul li {
  font-size: 18px;
  font-weight: 400;
  color: rgba(30, 30, 30, 1);
}

.resol__brackcump ul li a::before {
  position: absolute;
  right: -5px;
  font-size: 20px;
  color: #000;
  content: '/';
}

/* =============.resol__company================= */
.resol__company {
  position: relative;
  width: 100%;
}

.resol__company-left {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  align-items: end;
}

.resol__company-left .resol__cont {
  width: 60%;
}

.resol__company-img {
  width: 36%;
  border-radius: 12px;
  overflow: hidden;
}

.resol__company-right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.resol__company-right .resol__company-imgbox {
  border-radius: 12px;
  overflow: hidden;
}

.resol__company-right .resol__company-imgbox:first-child {
  width: 100%;
}

.resol__company-right .resol__company-imgbox:nth-child(2) {
  width: 40%;
}

.resol__company-right .resol__company-imgbox:nth-child(3) {
  width: 56%;
}

.resol__company-right .resol__company-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resol__company-left .resol__cont p:last-child {
  margin-bottom: 0;
}

/* <!-- ============= Purpose start================ --> */
.resol__purpose {
  position: relative;
  width: 100%;
}

.resol__purpose-wrap {
  position: relative;
  width: 100%;
}

.resol__purpose-box {
  background: #F9F9F9;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
}

.resol__purpose-box span {
  display: block;
  margin-bottom: 12px;
}

.resol__purpose-box h5 {
  font-size: 20px;
  font-weight: 500;
  color: #104B91;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.resol__cont li {
  font-size: 18px;
  line-height: 30px;
  color: #1E1E1E;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}

.resol__cont li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  background: url(../images/park_arrow-up.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
  background-size: 100%, 100%;
}

.resol__purpose-img {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.resol__purpose-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resol__purpose-wrap .row {
  margin-bottom: 25px;
}

.resol__purpose-wrap .row:last-child {
  margin-bottom: 0px;
}

.resol__purpose-wrap .row:nth-child(even) {
  flex-direction: row-reverse;
}


/* <!-- =============  LEADERSHIP start================ --> */
.resol__leadership {
  position: relative;
  width: 100%;
}

.resol__leadership-wrap {
  position: relative;
  width: 100%;
  background: var(--clr-primary);
  border-radius: 15px;
  padding: 50px 60px;
  overflow: hidden;
}

.resol__leadership-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 500px;
  background: url(../images/product_bg.png) no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
}

.resol__leadership-box {
  position: relative;
  width: 100%;
}

.resol__leadership-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

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

.resol__leadership-cont {
  position: absolute;
  bottom: 20px;
  width: 90%;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.resol__leadership-cont h5 {
  color: var(--clr-primary);
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.resol__leadership-wrap h6 {
  color: #fff;
}

.resol__leadership-wrap h6::before {
  color: #fff;
}

.resol__leadership-wrap h2 {
  color: #fff;
}

.resol__values p {
  color: #fff;
}

.resol__values .resol__sustainability-box h5 {
  height: auto;
}

/* =========inner about page css end================= */

/* <!-- ============= Services page start================ --> */
.resol__services-inner {
  position: relative;
  width: 100%;
}

.resol__services-inner-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(249, 249, 249, 1);
  height: 100%;
}

.resol__services-inner-cont {
  position: relative;
  padding: 20px 15px;
  width: 100%;
}

.resol__services-inner-cont h5 {
  color: rgba(0, 0, 0, 1);
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}

.resol__services-inner-cont h5:hover {
  color: var(--clr-primary);
}

.resol__services-inner-cont p {
  color: rgba(147, 147, 147, 1);
  padding-right: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 115px;
}

.resol__services-inner-cont a {
  display: block;
}

.resol__services-inner-btn {
  width: 40px;
  height: 40px;
  background: var(--clr-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
}

.resol__services-inner-btn a {
  color: #fff;
}

.resol__services-inner-btn:hover {
  background: var(--clr-accent);
}


/* <!-- ============= Services page end================ --> */

.rotate {
  animation: rotation 20s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* <!-- =============Projects page+ inner start================ --> */
.resol__projects-inner {
  position: relative;
  width: 100%;
}

.resol__projects-inner-right {
  position: sticky;
  top: 100px
}

.resol__details-box {
  background: #F9F9F9;
  padding: 30px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 20px;
}

.resol__projects-inner-right h4 {
  font-size: 42px;
  color: #000;
  margin-bottom: 15px;
  font-family: var(--ff-primary);
  font-weight: 600;
  text-transform: uppercase;
}

.resol__details-box li {
  margin-bottom: 12px;
}

.resol__details-box li:last-of-type {
  margin-bottom: 0px;
}

.resol__details-box li a {
  display: block;
  font-size: 20px;
  color: #000;
  padding: 12px 20px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}

.resol__details-box li a:hover {
  background: var(--clr-primary);
  color: #fff;
}

.resol__details-box li.active a {
  background: var(--clr-primary);
  color: #fff;
}

.resol__details-cta {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.resol__details-cta-img {
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.resol__details-cta-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);

}

.resol__details-cta-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}

.resol__details-cta-cont h4 {
  color: #fff;
}

.resol__details-cta-cont p {
  color: #fff;
  margin-bottom: 20px;
}

.resol__details-cta-cont .resol-btn {
  background: #fff;
  color: #000;
}

.resol__details-cta-cont .resol-btn:hover {
  background: var(--clr-primary);
  color: #fff;
}

.resol__details-form {
  background: #F9F9F9;
  padding: 30px;
  text-align: center;
  border-radius: 12px;

}

.resol__details-form .form-control {
  width: 100%;
  padding: 15px;
  background: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  color: #000;
  height: 50px;
  border-radius: 5px;
}

.resol__details-form .form-control:focus {
  box-shadow: none !important;
}

.resol__details-form .resol-btn {
  border: none !important;
  background: var(--clr-primary);
}

.resol__details-form .resol-btn:hover {
  background: var(--clr-accent);
}

.resol__projects-inner .resol__projects-box {
  margin: 0 0 20px;
}

.resol__projects-inner .resol__projects-cont h5 {
  margin-bottom: 12px;
}

/* <!-- =============Industry page inner css start================ --> */
.resol__building {
  position: relative;
  width: 100%;
}

.resol__building-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.resol__building-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resol__building-text {
  position: relative;
  padding-top: 15px;
}

.resol__building-text h3 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F16B22;
  font-size: 74px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--ff-body);
}

.resol__sectors {
  position: relative;
  width: 100%;
}

.resol__sectors-wrap {
  position: relative;
  width: 100%;
  background: var(--clr-primary);
  border-radius: 15px;
  padding: 50px 60px;
  overflow: hidden;
}

.resol__sectors-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 500px;
  background: url(../images/product_bg.png) no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
}

.resol__sectors-wrap::after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 379px;
  width: 420px;
  background: url(../images/sectors-bg.png) no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';

}

.resol__sectors-wrap h2 {
  color: #fff;
}

.resol__sectors-wrap h6 {
  color: #fff;
}

.resol__sectors-wrap h6::before {
  color: #fff;
}

.resol__sectors-box {
  position: relative;
  width: 100%;
}

.resol__sectors-img {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

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

.resol__sectors-cont h5 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.resol__sectors-cont p {
  color: #fff;
}

.resol__sectors-cont {
  position: relative;
  padding-top: 20px;
}

.resol__sectors-wrapper {
  position: relative;
  z-index: 99;
}

.resol__sectors-wrapper .col-md-4:nth-child(4),
.resol__sectors-wrapper .col-md-4:last-child {
  width: 50%;
}

/*   <!-- =============product inner css End================ --> */
.resol__product-inner {
  position: relative;
  width: 100%;
}

.resol__product-inner-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center
  ;
}

.resol__categories-box {
  width: 18.5%;
  position: relative;
  padding: 12px;
  border-radius: 10px;
  background: #F9F9F9;
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.resol__categories-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.resol__categories-cont {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #939393;
}

.resol__categories-cont h5 {
  font-size: 20px;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
  height: 56px;
}

.resol__categories-cont p {
  line-height: 28px;
  height: 56px;
}

.resol__categories-box:hover {
  box-shadow: 0px 0px 30px 0px #104B9140;
}

.resol__performance {
  position: relative;
  width: 100%;
}

.resol__performanc-box {
  position: relative;
  margin-top: 35px;
}

.resol__performanc-cont {
  padding-top: 15px;
  position: relative;
}

.resol__performanc-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.resol__performanc-cont h5 {
  font-size: 20px;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
	height:56px;
}

.resol__performanc-cont p {
  line-height: 28px;
  margin-bottom: 15px;
}

.resol__product-details {
  position: relative;
  width: 100%;
}

.esol__product-details-img {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.esol__product-details-img img {
  width: 100%;
}

.resol__summary {
  padding-top: 20px;
}

.resol__summary h4 {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  color: #000;

}

.resol__summary ul {
  column-count: 2;
}

.resol__summary ul li {
  display: flex;
  gap: 15px;
}

.resol__summary ul li::before {
  content: "\f058";
  color: var(--clr-accent);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: none;
  font-size: 18px;
  top: 0;
}

.resol__details-cont {
  position: relative;
  width: 100%;
}

.resol__details-cont h1,
.resol__details-cont h2,
.resol__details-cont h3,
.resol__details-cont h4,
.resol__details-cont h5 {
  color: #1E1E1E;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.resol__details-cont p{
  margin-bottom: 15px;
}
.resol__details-imglist{
  position: relative;
  width: 100%;
  padding: 15px 0
}
.resol__details-imglist ul{
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  flex-wrap: wrap;
  gap: 12px;
}

.resol__details-imglist ul li img{width: 100%; border-radius: 10px;}
.resol__details-search{
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.resol__details-search input{
  background: url(../images/search_bg.png) no-repeat left 15px center #F9F9F9;
  width: 100%;
  background-size: 20px;
  padding: 15px 15px 15px 45px;
  border-radius: 10px;
  color: #000;
  font-size: 18px;
  outline: none;
  border: none;
}

.resol__contact-page{
  position: relative;
}
.resol__contact-page .resol__contact-left{
  position: relative;
  padding: 30px;
  background: var(--clr-primary);
  border-radius: 12px;
}
.resol__contact-wrap.text-white h4 {
color: #fff;
}
.resol__contact-wrap.text-white p {
  color: #fff;
  }
.resol__contact-wrap.text-white a {
    color: #fff;
    }
.resol__contact-wrap.text-white .resol__contact-sosal a{border: 1px solid #fff;}
.resol__contact-wrap.text-white .resol__contact-sosal a img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
}
.resol__contact-page .resol__contact-stoke{
  -webkit-text-stroke-color:#fff; 
  font-size: 100px;
  background: transparent;
  color: var(--clr-primary);
}
.resol__contact-map{width: 100%; height: 100%;}
.resol__contact-map iframe{width: 100%; height: 100%; border-radius: 12px;}

.resol__contact-inner{
  position: relative;
  width: 100%;
}
.resol__contact-inner-wrap{
  position: relative;
  width: 100%;
  background: #F9F9F9;
  border-radius: 12px;
  padding: 45px;
}
.resol__form{
  position: relative;
}

.resol__form .form-control{
  width: 100%;
  height: 55px;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  color: #000;
  border: none;
  outline: none;
  font-size: 18px;
}
.resol__form .form-control:focus{box-shadow: inherit;}
.resol__form .resol-btn{background: var(--clr-primary); border: none;}

.resol__services-details{
  position: relative;
  width: 100%;
}
.resol__services-details-lef{
  position: relative;
  width: 100%;
}
.resol__services-details-img{
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.resol__services-details-img img{
  width: 100%;
}
.resol__services-details-img a{
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-accent);
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%, -50%);
  font-size: 40px;
}
.resol__services-details-cont ul{
 column-count: 2;
 position: relative;
 margin-bottom: 12px;
}
.resol__services-details-cont ul li{
  font-size: 18px;
  line-height: 30px;
  color: #1E1E1E;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}
.resol__services-details-cont ul li::before{
  content: "\f058";
    color: var(--clr-accent);
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    background: none;
    font-size: 18px;
    top: 0;
    position: absolute;
    left: 0
}

.resol__details-services{
  position: relative;
  width: 100%;
 margin-bottom: 20px;
 background: #F9F9F9;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
}
.resol__details-services li{
  margin-top: 15px;
  display: block;
}
.resol__details-services li a{
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
  display: block;
  font-size: 20px;
  color: #000;
  text-align: left;
}

.resol-pagination ul.page-numbers {
  position: relative;
  text-align: center;
display: flex;
align-items: center;
gap: 10px;
justify-content: center;
margin-top: 30px;
}

.resol-pagination li .page-numbers {
  border: 1px solid var(--clr-accent) !important;
  padding: 6px 10px !important;
  color: var(--clr-accent) !important;
  margin: 2px;
}

.resol-pagination li .page-numbers.current {
  background: var(--clr-accent);
  color: #fff !important;
  border: 1px solid var(--clr-accent) !important;
}
.resol-pagination{
  position: relative;
  justify-content: center;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.resol-pagination .page-link {
  border: 1px solid var(--clr-accent) !important;
  color: var(--clr-accent) !important;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resol-pagination .page-link.current{
  background: var(--clr-accent);
  color: #fff !important;
  border: 1px solid var(--clr-accent) !important;
}
.resol__details-form h4{
  font-size: 34px;
    color: #000;
    margin-bottom: 15px;
    font-family: var(--ff-primary);
    font-weight: 600;
    text-transform: uppercase;
}
.resol__purpose-box span.wpcf7-spinner{position: absolute;}

.resol__sectors-box.resol__industry-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.resol__sectors-box.resol__industry-box .resol__sectors-cont{
  width: 55%;
  padding: 0 0 0 35px;
}
.resol__sectors-box.resol__industry-box .resol__sectors-cont h5{
  line-height: 32px;
}
.resol__sectors-box.resol__industry-box .resol__sectors-img{
  width: 45%;
}
.resol__sectors-box.resol__industry-box .resol__services-icon img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(86deg) brightness(105%) contrast(101%);
}
.resol__blog-details-img{margin-bottom: 20px;}
.resol__details-tags{text-align: left;
    background: transparent;
    padding: 20px 0 0;}
.resol__details-tags li {
    display: inline-flex;
    align-items: end;
    gap: 4px;
    margin-top: 0;
}
.resol__details-tags li span{font-size: 25px;
    margin-bottom: -4px;
    display: inline-block;}
.resol__details-tags ul{display: flex; flex-wrap: wrap; gap: 15px;}
.resol__details-tags ul li a{background: transparent; padding: 0;}
#modalRegister .btn-close {
  border-radius: 5px;
    background-color: var(--clr-accent);
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    opacity: 1;
    top: 0;
    z-index: 999;
}
#modalRegister .resol__heading h6::before{display: none;}


.resol-floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.resol_contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.resol__blog-innerbanner .resol__innerbanner-wrap{position: static; padding: 0;}

