/*************************************
******** MINXED CSS  **********
*************************************/
section.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1290px;
}

.site-header .container-1720 {
  max-width: 1720px;
}

/* ******************************************* 
                  DEFAULT CSS
  ********************************************* */
:root {
  --theme-color: #5B9B38;
  --color-secondary: #E9F1E6;
  --body-color: #7B7E86;
  --yellow-color: #FDB102;
  --white-color: #ffffff;
  --black-color: #24231D;
  --bg-color: #F6F6F6;
  --border-color: #D8DAE0;
  --border-color-2: #333F4D;
  --box-shedow: 0px 41.04px 42.48px rgba(0, 0, 0, 0.053);
  --body-font: "Manrope", sans-serif;

}

/*************************************
  ******** Slick Slider CSS  **********
  *************************************/
.slick-slide {
  padding: 0 10px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  z-index: 1;
}

.slick-prev {
  z-index: 1;
  position: absolute;
  left: 100px;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}

.slick-next {
  position: absolute;
  right: 100px;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}

.slick-arrow {
  border: none;
  background: var(--theme-color);
  color: var(--white-color);
  font-size: 16px;
  height: 67px;
  width: 67px;
  border-radius: 100PX;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.slick-arrow:hover {
  background: var(--color-secondary);
  color: var(--theme-color);
}




.slick-dots li {
  position: relative;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  width: unset;
  height: unset;
  margin: 0 4px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  display: inline-block;
  font-size: 0;
  line-height: unset;
  padding: unset;
  border: none;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
  background: var(--theme-color);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.slick-dots li.slick-active button {
  width: 40px;
  opacity: 1;
}

/*************************************
  ******** Pagination CSS  **********
  *************************************/
.pagination-area {
  text-align: center;
  margin: 40px 0;
}

.pagination-area ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.pagination-area ul li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  color: var(--black-color);
  background: var(--color-secondary);
  line-height: 60px;
  font-weight: 400
}

.pagination-area ul li {
  display: inline-block;
  margin-right: 5px
}

.pagination-area ul li a.current,
.pagination-area ul li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent
}


/*------------------- 4.00. Popup Search  -------------------*/

.header-search-popup {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  top: 0;
  left: 0;
  transform: translateY(-130%);
  transition: transform 600ms ease, opacity 600ms ease;
}

.header-search-popup.active {
  transform: translateY(0%);
}

.header-search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #24231D;
  opacity: 0.80;
  cursor: pointer;
  z-index: -1;
}

.button.search-open {
  margin-right: 25px;
  color: var(--white-color);
  font-weight: 800;
  cursor: pointer;
  font-size: 20px;
  background: var(--theme-color);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: .4s;
}

.button.search-open:hover {
  background: var(--black-color);
}

.header-search-popup-content {
  width: 100%;
  max-width: 550px;
}

.header-search-popup-content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.header-search-popup-content input[type="search"] {
  margin-bottom: 0;
}

.header-search-popup-content form button {
  border: none;
  outline: none;
  padding: 0;
  width: 70px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 18px;
}

/* --- social Icon item style - */
.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social ul li {
  display: inline-block;
}

/* --------------------------------------- */
/*   Header  canva Style  */
/* --------------------------------------- */

.button.renewal-canva-open {
  border-radius: 100px;
  margin-left: 25px;
  transition: .4s;
  width: 60px;
  height: 60px;
  padding: 0;
  font-size: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black-color);
  color: var(--white-color);
  cursor: pointer;
}

.button.renewal-canva-open:hover {
  background-color: var(--theme-color);
}

.renewal-canva-open.canva-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.renewal-canva-open.canva-close:hover {
  background: var(--color-secondary);
  color: var(--theme-color);
}

.headere-sidebar-textwidget {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  display: flex;
  transform: translateX(130%);
  transition: transform 600ms ease, opacity 600ms ease;
  -webkit-transition: transform 600ms ease, opacity 600ms ease;
  -o-transition: transform 600ms ease, opacity 600ms ease;
  background: var(--white-color);
  border-left: 2px solid var(--theme-color);
}

.canva-sidebar-title {
  font-size: 48px;
  font-weight: 700;
}

.canva-renewal-wrapper.active .renewal-canva-content {
  transform: translateX(0%);
}

.header-sidebar-content-inner {
  margin-top: 40px;
}

.header-sidebar-desc {
  margin-bottom: 24px;
}

.header-sidebar-contact-info {
  margin-bottom: 40px;
  font-weight: 500;
}

.header-sidebar-title {
  margin-bottom: 18px;
}

.canva-social-title,
.header-sidebar-contact-info-title {
  font-weight: 500;
  margin-bottom: 25px;
}

.header-sidebar-contact-info ul {
  margin: 0;
  padding: 0;
}

.header-sidebar-contact-info ul li {
  list-style: none;
  margin-bottom: 15px;
}

.header-sidebar-contact-info ul li i {
  color: var(--white-color);
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: var(--theme-color);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

.header-sidebar-social-icon {
  margin-top: 38px;
}

.header-sidebar-social-icon ul {
  margin: 0;
  padding: 0;
}

.header-sidebar-social-icon ul li {
  list-style: none;
  display: inline;
}

.header-sidebar-social-icon ul li a {
  color: var(--white-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--black-color);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.header-sidebar-social-icon ul li a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.header-sidebar-toggle a {
  position: absolute;
  display: inline-block;
  transition: .5s;
  top: 20px;
  right: 25px;
  color: var(--white-color);
  opacity: 1;
  font-size: 20px;
  background: var(--theme-color);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

/* overlay */
.header-sidebar-toggle a:hover {
  background: var(--black-color);
  color: var(--white-color);
}

.canva-renewal-wrapper .overlay-canva.renewal-canva-open {
  transform: translateX(100%);
}

.canva-renewal-wrapper.active .overlay-canva.renewal-canva-open {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(6 18 39);
  opacity: 0.80;
  cursor: pointer;
  z-index: 1;
  transition: .4s;
  transform: translateX(0%);
  height: 100vh;
  z-index: 99;
}

/*************************************
  ******** Header One Style CSS  *****
  *************************************/
/* top style */
.header-one-top-item {
  background: #FAFAFA;
}

.header-one-top-area {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.header-v1-promotion-text {
  font-weight: 500;
}

.header-v1-contact-details ul {
  margin: 0;
  padding: 0;
}

.header-v1-contact-details ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  font-weight: 500;
}

.header-v1-contact-details ul li:last-child {
  margin-right: 0;
}

.header-v1-contact-details ul li i {
  color: var(--theme-color);
  margin-right: 5px;
}

/* social style */
.header-v1-social-item ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
}

.header-v1-social-item ul li {
  display: inline-block;
}

.header-v1-social-item ul li a {
  margin-right: 15px;
}

.header-v1-social-item ul li:last-child a {
  margin-right: 0px;
}

.header-v1-social-text {
  font-weight: 500;
  line-height: 30px;
  margin-right: 15px;
  display: inline-block;
}

/* ----  */
.header-one .main-header {
  justify-content: center;
  background: var(--white-color);
}

.main-header.header-fluid .navbar {
  padding: 0;
}

.header-v1-menu-area .main-menu {
  margin-left: 350px;
}

.header-one .logo-area {
  padding: 0 50px;
  z-index: 1;
  background: var(--theme-color);
  position: absolute;
  left: 0;
  clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
  height: 100px;
  width: 400px;
  display: flex;
  align-items: center;
  padding-left: 116px;
  max-width: 400px;
}

.logo-area .site-title {
  margin: 0;
  padding-top: 0px;
}

.header-one .site-title a {
  color: var(--white-color);
}

.header-one .site-title a:hover {
  color: var(--black-color);
}

.header-one-button-area {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1720px) {
  .header-one .logo-area {
    padding-left: 30px;
    width: auto;
  }

  .header-v1-menu-area .main-menu {
    margin-left: 300px;
  }

}

@media screen and (max-width: 1500px) {
  .header-one .logo-area {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1400px) {
  .header-v1-cta-button .theme-btns {
    display: none;
  }

  .header-v1-promotion-text {
    display: none;
  }

  .button.search-open {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .header-one .logo-area {
    clip-path: unset;
  }

  .button.search-open {
    display: none;
  }

  .header-v1-menu-area .main-menu {
    margin-left: 260px;
  }
}

@media screen and (max-width: 1100px) {
  .button.renewal-canva-open {
    display: none;
  }

  .header-v1-menu-area .main-menu {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .header-v1-social-text {
    display: none;
  }

  .header-main-menu-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-one .logo-area {
    position: relative;
  }

  .site-header .main-header .container-1720 {
    padding: 0;
  }

  .header-v1-menu-area .tp-menu-toggle {
    margin-right: 20px;
  }

  .header-one .logo-area {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-one-top-area {
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 420px) {
  .header-v1-contact-details ul li {
    display: block;
    margin-right: 0;
  }

  .header-v1-menu-area .tp-menu-toggle {
    margin-right: 5px;
  }
}

/*************************************
  ******** Header Two Style CSS  *****
  *************************************/
.header-v2-style {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.header-two .header-v2-top {
  padding: 20px 0;
}

.header-v2-top-item {
  display: flex;
  justify-content: space-between;
}

.header-v2-contact-details ul {
  margin: 0;
  padding: 0;
}

.header-v2-contact-details ul li {
  list-style: none;
  display: inline-block;
  font-weight: 500;
  border-right: 1px dotted rgb(255 255 255 / 50%);
  line-height: normal;
  margin-right: 20px;
  padding-right: 20px;
  color: var(--white-color);
}

.header-v2-contact-details ul li:last-child {
  margin-right: 0;
  padding-right: 0px;
  border-right: 0;
}

.header-v2-contact-details ul li i {
  color: var(--yellow-color);
  margin-right: 5px;
}

.header-v2-social-text {
  color: var(--white-color);
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-right: 20px;
  display: inline-block;
}

.header-v2-social-item ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
}

.header-v2-social-item ul li {
  display: inline-block;
}

.header-v2-social-item ul li a {
  margin-right: 15px;
  border-right: 1px dotted rgb(255 255 255 / 50%);
  line-height: normal;
  padding-right: 15px;
  color: var(--yellow-color);
}

.header-v2-social-item ul li:last-child a {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0;

}

.header-v2-social-item ul li a:hover {
  color: var(--theme-color);
}

.header-two .main-header .navbar {
  background: var(--white-color);
  border-radius: 10px;
  padding: 0 30px;
  border-bottom: 5px solid var(--theme-color);
}

@media only screen and (max-width: 1100px) and (min-width: 992px) {
  .header-v2-social-text {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-v2-top-item {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .header-v2-contact-details ul li {
    padding-right: 0;
    border-right: none;
  }
}

/* ---- Footer Style One ----- */
.footer-one-widget-area {
  padding: 75px 0 40px;
  background: var(--black-color);
}

.footer-justify1,
.footer-justify2 {
  display: flex;
}

.widget-logo {
  margin-bottom: 20px;
}

.page-list-item ul li i,
.footer-quick-link ul li i {
  margin-right: 8px;
  color: var(--white-color);
}

.social-icons ul li a {
  margin-right: 10px;
  color: var(--white-color);
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white-color);
  border-radius: 50px;
  margin-top: 18px;
}

.social-icons ul li a:hover {
  background: var(--bg-color);
  color: var(--theme-color);
}

.social-icons ul li:last-child a {
  margin-right: 0;
}

.footer-company-des,
.footer-quick-link ul li a,
.page-list-item ul li a {
  font-weight: 500;
  color: var(--white-color);
}

.footer-quick-link ul li a:hover,
.page-list-item ul li a:hover {
  color: var(--theme-color);
}

.footer-contact-list-item {
  display: flex;
  margin-bottom: 20px;
}

.footer-contact-list-item:nth-child(2) {
  padding-top: 7px;
}

.footer-v1-cotact-icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: var(--white-color);
  margin-right: 15px;
  background: var(--theme-color);
}

.footer-v1-contact-title {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 7px;
}

.footer-v1-contact-des {
  color: var(--white-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.footer-v1-copyright_area {
  background: var(--theme-color);
  padding: 15px 0;
}

.footer-v1-copyright-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-one-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-one-menu ul li {
  display: inline-block;
}

.footer-one-menu ul li a {
  color: var(--white-color);
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-right: 25px;
}

.footer-one-menu ul li a:hover {
  color: var(--black-color);
}
.footer-one-menu.two ul li a:hover{
	color: var(--theme-color);
}
.footer-one-menu ul li:last-child a {
  margin-right: 0;
}

.footer-v1-copyright-text {
  color: var(--white-color);
  font-weight: 500;
  line-height: 30px;
}

.footer-widgets-area .footer-v1-copyright-text a {
  color: var(--white-color);
}

.footer-v1-copyright-text a:hover {
  color: var(--black-color);
}

@media screen and (max-width: 767px) {
  .footer-v1-copyright-section {
    display: block;
    text-align: center;
  }
}

/* ------ Footer Style Two Start --------- */
.footer-template-v2 {
  background: var(--black-color);
}

.footer-v2-widget-area {
  padding: 80px 0 40px;
}

.footer-v2-top-area {
  margin-bottom: 20px;
}

.footer-top-v2-item {
  border: 1px solid #2A2C2F;
  padding: 30px;
  display: flex;
  border-radius: 5px;
  margin-bottom: 40px;
}

.footer-top-v2-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 5px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--white-color);
  margin-right: 20px;
}

.footer-v2-top-box-title {
  color: var(--white-color);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.footer-v2-top-box-des {
  color: var(--white-color);
  font-weight: 500;
  line-height: 30px;
}

.footer-v2-company-des {
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 35px;
}
.footer-v2-top-box-des p {
    margin-bottom: 0;
}
.social-icon-two ul li a {
  border-radius: 5px;
  background: var(--theme-color);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 18px;
  margin-right: 10px;
}
.social-icon-two ul li a:hover{
	color : var(--theme-color);
	background: var(--white-color);
}
.footer-v2-post-item {
  display: flex;
  margin-bottom: 10px;
}

.footer-v2-post-item-area ul li:last-child .footer-v2-post-item {
  margin-bottom: 0;
}

.foote-v2-post-image {
  margin-right: 15px;
}

.footer-v2-post-item-area .foote-v2-post-image img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  min-width: 80px;
  border-radius: 10px;
}

.footer-template-v2 .footer-v2-post-title a {
  color: var(--white-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.footer-template-v2 .footer-v2-post-title a:hover {
    color: var(--theme-color);
}
.footer-v2-post-date {
  color: var(--white-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.footer-template-v2 .footer-v2-post-date a {
  color: var(--white-color);
}
.footer-template-v2 .footer-v2-post-date i {
    display: none;
}
/* newslatter */
.footer-v2-subscribe-des {
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--white-color);
}

.footer-v2-copyright-section {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #2A2C2F;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer-v2-copyright-section {
    display: block;
    text-align: center;
  }
}
.subscribe-form-area button {
  font-size: 0;
  -webkit-transition: .4s;
  transition: .4s;
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: var(--white-color);
  background-color: var(--theme-color);
}

.subscribe-form-area button:before {
    content: "\f124";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}

.subscribe-form-area {
    position: relative;
}

/* ------------ Slider Style Css --------- */

.slider-item-wrapper .slick-slide {
    padding: 0;
}
.slider-item-wrapper {
  position: relative;
}

.slider-single-item-bg {
  height: 900px;
  display: flex !important;
  align-items: center;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-single-item-bg.hieght-2 {
  height: 750px;
}

.slider-content-box.style-two {
  margin-top: 115px;
}

.slider-single-item-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slider-table {
  display: table;
  height: 100%;
  width: 100%;
}

.slider-table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.slider-table-cell .row {
  align-items: center;
}

.slider-subtitle {
  color: var(--theme-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 13px;

}

.slider-title {
  color: var(--white-color);
  font-size: 76px;
  font-style: normal;
  font-weight: 800;
  line-height: 115%;
  letter-spacing: -2px;
  margin-bottom: 25px;
}

.slide-title span {
  color: var(--theme-color);
}

.slider-dec {
  color: var(--White-coler, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 38px;
}

.settings-button-wrapper .theme-btns {
  margin-right: 30px;
}

.slider-video-button {
  display: inline-flex;
  align-items: center;
}

.play-btn {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.play-btn:hover {
  background: var(--white-color);
}

.slider-video-button span {
  margin-left: 20px;
  font-weight: 500;
  color: var(--white-color);
}

.slider-item-wrapper .slick-dots {
  position: absolute;
  display: block;
  width: 20px;
  top: 50%;
  bottom: auto;
  right: 250px;
  transform: translate(0, -50%);
  margin-top: 0;
}

.slider-item-wrapper.dote_align ul.slick-dots {
  right: unset;
  left: 150px;
}

.slider-item-wrapper .slick-dots li {
  display: block;
  height: unset;
  border: none;
  margin-bottom: 10px;
}

.slider-item-wrapper .slick-dots li button {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: transparent;
  visibility: visible;
  color: var(--white-color);
  border: 1px solid var(--white-color);

}

.slider-item-wrapper .slick-dots li.slick-active button {
  background: var(--theme-color);
  color: var(--white-color);
  border: transparent;
}

.slider-arrow-wrapper {
    position: absolute;
    left: 50%;
    bottom: 0;
    padding: 18px 40px;
    transform: translate(-50%, 0px);
    border-radius: 10px 10px 0px 0px;
    background: var(--white-color);
}

.slider-arrow-wrapper button {
    width: 45px;
    height: 45px;
    margin-bottom: 0;
    background: transparent;
    color: var(--theme-color);
    border: 2px dotted var(--theme-color);
	border-radius: 100%;
}

.slider-arrow-wrapper button.slider-prev {
  margin-right: 10px;
}

.slider-arrow-wrapper .slick-arrow:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.hero-shape1 {
  opacity: .2;
  font-size: 200px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  color: rgba(255, 255, 255, 0.05);
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  right: 10%;
  bottom: 15%;

}

.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .slider-item-wrapper .slick-dots {
    right: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .slider-title {
    font-size: 70px;
  }

  .hero-shape1 {
    font-size: 150px;
  }
}

@media screen and (max-width: 991px) {
  .header-two .main-header .navbar {
    padding: 10px 30px;
  }

  .slider-title {
    font-size: 62px;
  }

  .hero-shape1 {
    font-size: 120px;
  }
}

@media screen and (max-width: 767px) {
  .slider-content-box.style-two {
    margin-top: 150px;
  }

  .slide-title {
    font-size: 60px;
    line-height: 70px;
  }

  .hero-shape1 {
    font-size: 80px;
    right: 0;
  }
}

@media screen and (max-width: 425px) {
  .slider-title {
    font-size: 50px;
  }

  .settings-button-wrapper {
    display: block;
  }

  .settings-button-wrapper .theme-btns.slider-btn-style {
    margin-left: 0px;
    margin-top: 30px;
    display: inline-block;
  }

  .slider-video-button span {
    display: none;
  }
	.slider-arrow-wrapper {
    padding: 18px 25px;
}
}


/************* ********** *********************/
/*********** service One style *************/
/************* ********** *******************/
.service-v1-box-item {
  transition: .4s;
}

.service-v1-image {
  overflow: hidden;
  border-radius: 10px;
}

.service-v1-box-item .service-v1-image img {
  min-height: 300px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.service-v1-box-item:hover .service-v1-image img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.service-v1-content {
  padding: 0px 30px 50px;
  margin-top: -70px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
  transition: .4s;
  border-radius: 10px;
  border-top: 4px solid var(--theme-color);
  background: #F3F1F3;
}

.service-v1-box-item:hover .service-v1-content {
  background: var(--black-color);

}

.service-v1-icon {
  height: 80px;
  width: 85px;
  font-size: 40px;
  color: var(--theme-color);
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -45px;
  margin-bottom: 24px;
  border-radius: 40px 40px 5px 5px / 35px 35px 5px 5px;
}

.service-v1-icon.style-two-icon {
  color: #fff;
  border-radius: 15px;
  border: 3px solid var(--White, #FFF);
  background: var(--brand-primary, #4BAF47);
  width: 80px;
}

.service-v1-icon svg {
  height: 45px;
  width: 45px;
}

.service-v1-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 9px;
}

.service-v1-box-item:hover .service-v1-title a {
  color: var(--white-color);
}

.service-v1-text {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 5px;
}

.service-v1-box-item:hover .service-v1-text {
  color: rgba(255, 255, 255, 0.80);
}

.service-v1-btn {
  position: absolute;
  left: 30px;
  bottom: -27px;
}

.service-v1-btn .theme-btns {
  padding: 16px 30px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: var(--white-color);
  transition: .4s;
  border-radius: 5px;
  border: 2px solid var(--theme-color);
  background: var(--black-color);
}

.service-v1-box-item:hover .theme-btns {
  border-color: var(--white-color);
}

.service-v1-box-item:hover .theme-btns:before {
  background: var(--theme-color);
}

.service-v1-box-item:hover .service-v1-btn .theme-btns {
  background: var(--theme-color);
  color: var(--white-color);
}

.service-v1-content.style-two-content {
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  background: var(--white-color);
}

.service-v1-box-item:hover .service-v1-content.style-two-content {
  border: 1px solid var(--theme-color);
  background: var(--White, #FFF);
}

.service-v1-btn.style-two-btn .theme-btns {
  border-radius: 10px;
  border: 2px solid #E3E3E3;
  background: var(--White, #FFF);
  color: var(--black-color);
}
.service-v1-btn.style-two-btn .theme-btns:before{
	    background: transparent;
}
.service-v1-box-item:hover .service-v1-btn.style-two-btn .theme-btns {
  background: var(--white-color);
  color: var(--black-color);
  border-color: var(--theme-color);
}

.service-v1-box-item:hover .style-two-content .service-v1-title a {
  color: var(--theme-color);
}

.style-two-content .service-v1-text {
  margin-bottom: 20px;
}

.service-v1-box-item:hover .style-two-content .service-v1-text {
  color: var(--body-color);

}

.service-v1-box-item:hover .style-two-btn .theme-btns:before {
  background: var(--white-color);
}

.service-v1-btn.style-two-btn {
  left: 50%;
  transform: translate(-50%, 0px);
}

.icon-box-v1-number {
  color: var(--theme-color);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 57.6px;
  text-transform: capitalize;
  margin-bottom: 13px;
}

.icon-box-v1-style2 {
  border: 1px solid var(--yellow-color);
  padding: 33px 25px 32px;
  position: relative;
  border-radius: 5px;
  background: var(--white-color);
}

.icon-box-v1-style2.shape1::after {
  position: absolute;
  content: "";
  width: 58%;
  height: 100%;
  background-image: url(../img/Line.svg);
  background-repeat: no-repeat;
  background-position: left;
  left: 100%;
  top: 0;
  z-index: 11;
}

.icon-box-v1-style2.shape2::before {
  position: absolute;
  content: "";
  width: 58%;
  height: 100%;
  background-image: url(../img/Line2.svg);
  background-repeat: no-repeat;
  background-position: right;
  left: -58%;
  top: 0;
  z-index: 11;
}
@media screen and (max-width: 991px) {
	.icon-box-v1-style2.shape2::before ,
	.icon-box-v1-style2.shape1::after {
		content: unset;
	}
}

/* ===============================================
  ============= SERVICE Two STYLE CSS ==============
  ================================================ */
.service-v2-single-item {
  position: relative;
  overflow: hidden;

}

.service-v2-box {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(91, 155, 56, 0.70);
  padding: 40px 40px 35px;
  text-align: center;
  margin-bottom: 30px;
}

.service-v2-icon {
  font-size: 50px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.service-v2-title,
.service-v2-title-hover {
  color: var(--white-color);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 9px;
}

.service-v2-title a,
.service-v2-title-hover a {
  color: var(--white-color);
}

.service-v2-title-hover a:hover {
  color: var(--black-color);
}

.service-v2-des,
.service-v2-des-hover {
  color: rgba(255, 255, 255, 0.90);
  font-weight: 500;
}

.service-v2-des-hover {
  margin-bottom: 22px;
}

/* hover -- */

.service-v2-hover-card {
  visibility: hidden;
  opacity: 0;
  background: var(--theme-color);
  top: 100%;
  position: absolute;
  transition: .4s;
  border-radius: 10px;
  padding: 35px 40px 40px;
  text-align: center;

}

.service-v2-single-item:hover .service-v2-box {
  visibility: hidden;
  opacity: 0;
}

.service-v2-single-item:hover .service-v2-hover-card {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.service-v2-btn .theme-btns {
  background: var(--white-color);
  color: var(--theme-color);
}

.service-v2-btn .theme-btns:hover {
  color: var(--white-color);
}


/* -------------- ---------------------- */
/* --------- SERVICE V3 STYLE ---------- */
/* -------------- ---------------------- */


.service-v3-box {
  padding: 35px 35px 30px;
  background: var(--white-color);
  margin-bottom: 30px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-bottom: 2px solid transparent;
  border: 1px solid #E3E3E3;
}

.service-v3-box:hover {
  border: 1px solid transparent;
  border-bottom: 2px solid var(--theme-color);
  box-shadow: 0px 41.04px 42.48px 0px rgba(0, 0, 0, 0.05);

}

.service-v3-title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.service-v3-des {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 17px;
}

.service-v3-icon {
  height: 100px;
  width: 100px;
  background: #EFF5EB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  border-radius: 100px;
  color: var(--theme-color);
  margin-bottom: 21px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.service-v3-icon svg {
  height: 45px;
  width: 45px;
}

.service-v3-box:hover .service-v3-icon {
  background: var(--theme-color);
  color: var(--white-color);
}

.service-v3-box:hover .service-v3-icon svg path {
  fill: var(--white-color);
}

.service-v3-btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: capitalize;
}
.service-v3-btn a{
	color: var(--black-color);
}
.service-v3-btn i {
  margin-left: 5px;
}
.service-v3-box:hover .service-v3-btn a{
	 color: var(--theme-color);
}
/* ========================================
  ========= ACCORDION STYLE CSS =============
  ========================================= */

.faq-title {
  margin-bottom: 20px;
  font-weight: 800;
}

.faq-dec {
  margin-bottom: 40px;
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.accordion-item .accordion-collapse {
  border: none;
}

.accordion-header {
  line-height: 0;
}

.accordion-header .collapse:not(.show) {
  display: block;
}

.accordion-header .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\e93d";
  background: var(--white-color);
  color: var(--theme-color);
}

.faq-accordion .accordion-button {
  border: none;
  color: var(--white-color);
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 21px 30px;
  background: var(--black-color);
  text-align: left;
  border-radius: 0 !important;
}

.faq-accordion .accordion-button::after {
  position: absolute;
  right: 30px;
  background-image: none !important;
  content: "\e93e";
  font-family: 'iconfont' !important;
  padding: 0;
  height: 30px;
  width: 30px;
  background: var(--white-color);
  color: var(--theme-color);
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  border-radius: 30px;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  padding: 20px 30px;
  background: var(--color-secondary);
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .faq-accordion .accordion-button {
    font-size: 16px;
    padding-right: 40px;
  }

  .faq-title {
    font-size: 36px;
    line-height: 46px;
  }
}

/* ========================================
  ========= ACCORDION V2 STYLE CSS =============
  ========================================= */
.faq-v2-section-wrapper .nav {
  display: block;
  border-bottom: none;
}

.faq-v2-section-wrapper ul.nav li {
  margin-right: 30px;
}

.faq-v2-section-wrapper .nav-tabs .nav-link {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E3E3E3 !important;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: left;
  padding: 20px;
}

.faq-v2-section-wrapper .nav-tabs .nav-link.active {
  background: var(--theme-color);
  color: var(--white-color);
}

.faq-v2-content-area {
  border-radius: 15px;
  border: 1px solid #E3E3E3;
  padding: 40px;
  display: flex;
  align-items: center;
}

.faq-v2-cotent-title {
  color: var(--black-color);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
}

.faq-v2-cotent-des {
  font-weight: 500;
  line-height: 26px;
}

.faq-v2-content-area .faq-v2-image img {
  width: 235px;
  height: 272px;
  flex-shrink: 0;
  min-width: 230px;
  border-radius: 10px;
  margin-left: 50px;
	object-fit: cover;
	
}

@media screen and (max-width: 1199px) {
  .faq-v2-content-area {
    display: block;
  }

  .faq-v2-content-area .faq-v2-image img {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .faq-v2-section-wrapper ul.nav li {
    margin-right: 0px;
  }
}

/*====================================================
  ============= TESTIMONIAL STYLE START  ==============
  ====================================================*/

.testimonial-v1-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 35px 40px 33px;
  position: relative;
  transition: .6s;
  background: var(--white-color);
  border-radius: 10px;
  margin-left: 52px;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  border: 1px solid var(--theme-color);
}

.testimonial-v1-item.testi-slide {
  margin-right: 15px;
  margin-left: 65px;
}

.testimonial_v1-image {
  margin-left: -90px;
  margin-right: 20px;
}

.testimonial-v1-item .testimonial_v1-image img {
  height: 110px;
  width: 110px;
  min-width: 110px;
  border-radius: 100px;
  border: 5px solid var(--white-color);
  object-fit: cover;
	display: inline-block

}

.testimonial-v1-name {
  color: var(--black-color);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

.testimonial-v1-designation {
  color: var(--theme-color);
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 13px;
}

.testimonial-v1-description {
  font-weight: 500;
  line-height: 30px;
}

span.testi-quit {
  font-size: 50px;
  color: var(--theme-color);
  display: inline-block;
  text-align: center;
  line-height: 65px;
  position: absolute;
  right: 40px;
  top: 33px;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .testimonial-v1-item {
    display: block;
    margin-left: 0;
    text-align: center;
  }

  .testimonial_v1-image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
    margin-top: 5px;
  }

  .testimonial-v1-item.testi-slide {
    margin-right: 15px;
    margin-left: 15px;
  }

  span.testi-quit {
    display: none;
  }
}

/* Testimonial Slider BUTTON STYLE */
.no-row.slick-slider {
  margin: 0 -15px;
}


/**
   * ----------------------------------------
   * Testimonial Two CSS
   * ----------------------------------------
   */


.testimonial-three-section-wrapper {
  position: relative;
  padding: 109px 60px;
}

.testimonial-section-title-content {
  margin-bottom: 70px;
}

.testi-v2-full-image {
  position: absolute;
  bottom: 0;
}

.testi-v2-slide-box {
  text-align: center;
  margin: 0 10px;
}

.testi-v2-slide-box .testi-v2-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.testi-v2-slide-box .testi-v2-image img {
  height: 120px;
  width: 120px;
  border-radius: 100px;
  object-fit: cover;
}

.testimonial-title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 23px;
}

.testi-v2-des {
  font-family: var(--body-font);
}

.testi-v2-name {
    margin-top: 43px;
    margin-bottom: 2px;
    color: var(--Title-coler, #24231D);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.testi-v2-designation {
  font-family: var(--body-font);
  font-weight: 500;
}

.testi-v2-designation span {
  color: var(--theme-color);
  font-weight: 500;
}

/* shapr Image */
.testimonial-three-small-image-one {
  position: absolute;
  top: 45%;
  right: 17%;
  transform: translate(-50%, 0);
}

.testimonial-three-section-wrapper .testimonial-three-small-image-one img {
  height: 110px;
  width: 110px;
  border-radius: 100%;
  object-fit: cover;
}

/*  */

.testimonial-three-small-image-two {
  position: absolute;
  top: 17%;
  right: 10%;
}

.testimonial-three-section-wrapper .testimonial-three-small-image-two img {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
}

/*  */

.testimonial-three-small-image-three {
  position: absolute;
  bottom: 10%;
  right: 5%;
}

.testimonial-three-section-wrapper .testimonial-three-small-image-three img {
  height: 130px;
  width: 130px;
  border-radius: 100%;
  object-fit: cover;
}

/*  */

.testimonial-three-small-image-four {
  position: absolute;
  top: 10%;
  left: 4%;
}

.testimonial-three-section-wrapper .testimonial-three-small-image-four img {
  height: 95px;
  width: 95px;
  border-radius: 100%;
  object-fit: cover;
}

@media (max-width: 1700px) {
  .testi-v2-full-image img {
    height: 450px;
    width: 350px;
    object-fit: contain;
  }
}

@media (max-width: 1500px) {
  .testi-v2-full-image img {
    height: 350px;
    width: 300px;
  }
}

@media (max-width: 1200px) {

  .testi-v2-full-image {
    display: none;
  }

  .testimonial-three-section-wrapper {
    padding: 112px 30px;
  }

  .testimonial-three-small-image-one {
    right: 7%;
    top: 40%;
  }
}

@media (max-width: 767px) {
  .testimonial-three-small-image-two {
    display: none;
  }

  .testimonial-three-small-image-one {
    display: none;
  }
}

@media (max-width: 575px) {
  .testimonial-three-small-image-three {
    display: none;
  }

  .testimonial-three-section-wrapper {
    padding: 112px 15px;
  }

  .testimonial-three-small-image-four {
    top: 5%;
  }
}

.jump,
.testimonial-three-small-image-one,
.testimonial-three-small-image-two,
.testimonial-three-small-image-three,
.testimonial-three-small-image-four {
  position: absolute;
  -webkit-animation: scale-down-center 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
  animation: scale-down-center 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}



@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/**
   * ----------------------------------------
   * Testimonial Three CSS
   * ----------------------------------------
   */
.testimonial-v3-item {
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  background: var(--white-color);
  padding: 41px 40px 39px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.testimonial-v3-image {
  margin-right: 20px;
}

.testimonial-v3-item .testimonial-v3-image img {
  height: 120px;
  width: 120px;
  min-width: 120px;
  border-radius: 100px;
  display: inline-block;
}

.rating {
  color: var(--yellow-color);
  font-size: 14px;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 15px;
}

.rating i {
  margin-right: 3px;
}

.testimonial-v3-description {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 26px;
}

.testimonial-v3-name {
  color: var(--body-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}

.testimonial-v3-designation {
  color: var(--body-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.testimonial-v3-info {
  position: relative;
}

.testi-v3-quit {
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    opacity: .2;
}

@media screen and (max-width: 767px) {
  .testimonial-v3-item {
    display: block;
    text-align: center;
  }

  .testimonial-v3-image {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .testi-v3-quit {
    display: none;
  }
}

/*====================================================
  ============= TESTIMONIAL STYLE START  ==============
  ====================================================*/

.testi-v4-tab-wrapper .row {
    justify-content: center;
    text-align: center;
}
.testi-v4-tab-box .carousel-indicators {
  position: relative;
  margin: 0;
  padding: 0;
}

.testi-v4-tab-box .carousel-indicators [data-bs-target] {
  width: 70px;
  height: 70px;
  text-indent: unset;
  cursor: pointer;
  transition: opacity .6s ease;
  -webkit-transition: opacity .6s ease;
  -moz-transition: opacity .6s ease;
  -ms-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: var(--white-color);
  backdrop-filter: blur(22px);
  margin: 0px 12px;
  opacity: 1;
  overflow: hidden;
}

.testi-v4-tab-box-inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
  width: 100%;
}


.testi-v4-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 53px;
}
.testi-v4-rating {
  color: var(--theme-color);
  font-size: 18px;
  line-height: normal;
  margin-bottom: 26px;
}
.testi-v4-tab-button {
  display: inline-flex;
  align-items: center;
}

.testi-v4-button-two a {
  margin-left: 30px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.testi-v4-button-two a:hover {
  color: var(--thm-color);
}

.testi-v4-tab-box .carousel-indicators [data-bs-target].active {
  border: 2px solid var(--theme-color);
  background: var(--theme-color);
}

/* ***************************************** 
                 Team V1 Section Style
  ******************************************/

.renewal-v1-team-image {
  position: relative;
  text-align: center;
  overflow: hidden;
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  margin-bottom: 30px;
}

.renewal-v1-team-image:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(4, 10, 19, 0.60);
  transition: .4s;
}

.renewal-v1-team-item:hover .renewal-v1-team-image:after {
  top: 0;
}

.renewal-v1-team-item .renewal-v1-team-image img {
  height: 460px;
  object-fit: cover;
  width: 100%;
}

.renewal-v1-team-info {
  padding: 30px 0 21px;
  background: var(--theme-color);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-radius: 400px 400px 0px 0px / 100px 100px 0px 0px;
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0.9;
  z-index: 11;
}

.renewal-v1-team-item:hover .renewal-v1-team-info {
  background: var(--theme-color);
  border: none;
  opacity: 1;
}

.renewal-v1-team-title {
  margin-bottom: 1px;
  line-height: 28px;
}

.renewal-v1-team-title a {
  color: var(--white-color);
}

.renewal-v1-team-title a:hover {
  color: var(--black-color);
}

.renewal-v1-team-stitle {
  display: inline-block;
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}


/* Team One Social */

.renewal-v1-team-item .social {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: -60px;
  left: 50%;
  background: var(--white-color);
  text-align: center;
  transform: translate(-50%, 0px) rotateY(90deg);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-radius: 5px;
}

.renewal-v1-team-item:hover .social {
  transform: translate(-50%, 0px) rotateY(0deg);
}

.renewal-v1-team-item .social li {
  display: inline-block;
}

.renewal-v1-team-item .social li a {
  width: 40px;
  color: var(--theme-color);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.renewal-v1-team-item .social li:not(:last-child) {
  border-right: 1px dashed var(--border-color);
}

.renewal-v1-team-item .social li a:hover {
  color: var(--black-color);
}

@media screen and (max-width: 767px) {
  .renewal-v1-team-item .social {
    width: 180px;
  }
}

/* ***************************************** 
             Team V2 Section Style
******************************************/
.team-v2-item {
  margin-bottom: 30px;
}

.team-v2-item .team-v2-image img {
  border-radius: 10px;
	    width: 100%;
}

.team-v2-content {
  padding: 25px 30px 30px;
  background: var(--white-color);
  position: relative;
  margin: -100px 30px 0px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  text-align: center;
  border-radius: 10px;
  border-top: 4px solid var(--theme-color);
  border-bottom: 4px solid var(--theme-color);
}

.team-v2-item:hover .team-v2-content {
  background: var(--theme-color);
  border-top: 4px solid var(--yellow-color);
  border-bottom: 4px solid var(--yellow-color);
}

.team-v2-title {
  margin-bottom: 0;
}

.team-v2-title a {
  color: var(--theme-color);
}

.team-v2-stitle {
  color: var(--theme-color);
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 17px;
}

.team-v2-item:hover .team-v2-stitle,
.team-v2-item:hover .team-v2-title a {
  color: var(--white-color);
}

/* Team Two Social */



.team-v2-item .social {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  background: rgba(91, 155, 56, 0.30);
  text-align: center;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-radius: 5px;
  display: inline-block;
}

.team-v2-item:hover .social {
  background: var(--black-color);
}

.team-v2-item .social li {
  display: inline-block;
}

.team-v2-item .social li a {
  width: 40px;
  color: var(--theme-color);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-v2-item .social li:not(:last-child) {
  border-right: 1px dotted #00000033;
}
.team-v2-item:hover .team-v2-item .social li:not(:last-child) {
	border-color: var(--body-color)
}
.team-v2-item:hover .social li a {
  color: var(--white-color);
}

@media screen and (max-width: 767px) {
  .team-v2-item .social {
    width: 180px;
  }
}


/* ***************************************** 
                 TEAM V3 STYLE  CSS
    ******************************************/
.team-v3-item {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-v3-image {
  position: relative;
}

.team-v3-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.team-v3-image:after {
  content: "";
  width: 88%;
  height: 88%;
  border: 1px solid var(--white-color);
  position: absolute;
  top: 6%;
  left: 6%;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.team-v3-item:hover .team-v3-image:before,
.team-v3-item:hover .team-v3-image:after {
  opacity: 1;
}

.team-v3-item .team-v3-image img {
  width: 100%;
  height: 400px;
}

.team-v3-social-link {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 56px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.team-v3-item:hover .team-v3-social-link {
  opacity: 1;
}

.team-v3-social-link li {
  display: inline-block;
  margin-right: 10px;
}

.team-v3-social-link li a {
  width: 35px;
  height: 35px;
  display: flex;
  line-height: 30px;
  border-radius: 50%;
  font-size: 15px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  transition: all 0.3s ease 0s;
  align-items: center;
  justify-content: center;
}

.team-v3-social-link li a:hover {
  color: var(--white-color);
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.team-v3-content {
  padding: 20px 0;
  background: var(--black-color);
  border-top: 2px solid var(--theme-color);
  overflow: hidden;
  position: relative;
}

.team-v3-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  position: absolute;
  top: -100%;
  left: 0;
  transition: all 0.3s ease-out 0s;
}

.team-v3-item:hover .team-v3-content:before {
  top: 0;
}

.team-v3-title {
  font-size: 22px;
  color: var(--white-color);
  margin: 0 0 5px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  transition: all 0.4s ease 0s;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}

.team-v3-title a {
  color: var(--white-color);
}

.team-v3-stitle {
  display: block;
  font-size: 14px;
  color: var(--white-color);
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  transition: all 0.4s ease 0s;
  font-weight: 500;
  line-height: 30px;
}

.team-v3-item:hover .team-v3-title a,
.team-v3-item:hover .team-v3-stitle {
  color: var(--white-color);
}


/************* ********** *********************/
/************* TEAM DETAILS STYLE     ********/
/************* ********** *******************/

.team_details_wraper .row {
  align-items: center;
}

.team_details_wraper {
  padding: 65px 60px;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  background: var(--white-color);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.10);
}

.team-info-wrapper-area {
  margin-left: 40px;
}

.team-info-wrapper {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 40px;
  margin-bottom: 30px;

}

.team-details-title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 4px;
  color: var(--black-color);
  font-weight: 700;
}

.team-details-designation {
  margin-bottom: 26px;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.team-sort-dec {
  margin-bottom: 24px;
	font-weight: 500;
}

.team-social-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-social-area ul li {
  display: inline-block;
}

.team-social-area ul li a {
  height: 35px;
  width: 35px;
  background: var(--white-color);
  box-shadow: 0px 7px 23px rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--body-color);
  font-size: 14px;
  margin-right: 5px;
  border-radius: 50%;
}

.team-social-area ul li a:hover {
  color: var(--theme-color);
  background: var(--bg-color);
}

.team-details-contact-area {
  display: inline-flex;
  margin-bottom: 30px;
  width: 49%;
  align-items: center;
}

.team-details-contact-label {
  font-weight: 500;
  line-height: 26px;
}

.team-details-contact-text {
  font-size: 18px;
  color: var(--black-color);
  font-weight: 700;
  line-height: 28px;
}

.team-details-icon {
  height: 50px;
  width: 50px;
  font-size: 18px;
  box-shadow: 0px 10px 35px rgba(35, 31, 80, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
  color: var(--theme-color);
}

.team_details_wraper .team-datails-image img {
  width: 100%;
  height: 520px;
  border-radius: 15px;
}

@media (max-width: 991px) {
  .team-info-wrapper-area {
    margin-left: 0px;
  }

  .team_details_wraper .team-datails-image img {
    height: 400px;
  }

  .team-datails-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .team-details-contact-area {
    width: 100%;
  }

  .team-details-contact-area:last-child {
    margin-bottom: 0;
  }

  .team_details_wraper {
    padding: 35px 30px;
  }
}

/************* ********** *********************/
/************* News Blog One Style ********/
/************* ********** *******************/
.news-block-v1 {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.news-v1-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-v1-image img {
  min-height: 450px;
}

.news-v1-post-date {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  padding: 10px 15px;
  text-align: center;
  z-index: 1;
  background: var(--theme-color);
  color: var(--white-color);
  font-weight: 500;
  line-height: 28px;
  letter-spacing: .2px;
}

.news-v1-content .news-v1-post-info {
  margin-bottom: 10px;
  padding-left: 0;
}

.news-v1-content .news-v1-post-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: var(--white-color);
  font-weight: 500;
  margin-right: 30px;
}

.news-v1-post-info li a {
  color: var(--white-color);
}

.news-v1-post-info li a:hover {
  color: var(--theme-color);
}

.news-v1-content .news-v1-post-info li:last-child {
  margin: 0px;
}

.news-v1-content .news-v1-post-info li i {
  margin-right: 5px;
}

.news-v1-content {
  position: absolute;
  bottom: 0;
  padding: 35px 40px;
  z-index: 1;
  width: 100%;
}

.news-v1-image:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(36, 35, 29, 0.00) 0%, #24231D 99.99%, rgba(36, 35, 29, 0.00) 100%);
}

.blog-v1-title {
  margin: 0;
}

.blog-v1-title a {
  color: var(--white-color);
  font-size: 20px;
  line-height: 28px;
}

.blog-v1-title a:hover {
  color: var(--theme-color);
}



/************* ********** *********************/
/************* BLOG FOUR CSS *****************/
/************* ********** *******************/
.blog-v3-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-v3-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog-v3-item:hover .blog-v3-image img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.blog-v3-image a {
  width: 100%;
}

.blog-v3-image img {
  min-height: 380px;
  object-fit: cover;
  width: 100%;
}


.blog-v3-content-area {
    position: relative;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-top: -100px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px 0 10px 10px;
}

ul.blog-v3-meta-info {
  background: var(--theme-color);
  padding: 14px 30px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.blog-v3-content-area .blog-v3-meta-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: var(--white-color);
  font-weight: 500;
}

.blog-v3-content-area .blog-v3-meta-info li a {
  color: var(--white-color);
}

.blog-v3-content-area .blog-v3-meta-info li a:hover {
  color: var(--black-color);
}

.blog-v3-content-area .blog-v3-meta-info li i {
  margin-right: 8px;
}

.blog-v3-content-area .blog-v3-btn a {
  background: transparent;
  color: var(--black-color);
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: capitalize;
  padding: 10px 30px;
}

.blog-v3-content-area .blog-v3-btn a:hover {

  color: var(--white-color);
  border: 1px solid transparent;
}

.blog-v3-content-area .blog-v3-btn a:before {
  background: var(--theme-color);
}

.blog-v3-content {
  padding: 20px 30px 30px;
}

.blog-v3-title {
  font-size: 20px;
  font-family: Manrope;
  font-weight: 700;
  line-height: 28px;
}

.blog-v3-des {
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
.blog-v3-content-area {
        margin-left: 0px;
    border-radius: 0px 0 10px 10px;
}
}
/************* ********** *********************/
/************* Title Section Style ********/
/************* ********** *******************/
.section-title-content {
  padding: 0px 260px;
}

.small-title {
  color: var(--theme-color);
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.section-title {
  color: var(--black-color);
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 48px;
}

.section-des {
  font-weight: 500;
  line-height: 30px;
}

/* Title section two style */
.title-two-items {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.section-title-btn {
  width: 50%;
  text-align: right;
}

.section-title.two {
  margin-bottom: 0;
  margin-right: 270px;
}

@media screen and (max-width: 1399px) {
  .section-title-content {
    padding: 0px 200px;
  }
}

@media screen and (max-width: 1199px) {
  .section-title-content {
    padding: 0px 100px;
  }

  .section-title.two {
    margin-right: 50px;
  }
}

@media screen and (max-width: 991px) {
  .section-title-content {
    padding: 0px;
  }

  .title-two-items {
    display: block;
    align-items: flex-end;
    justify-content: space-between;
  }

  .section-title.two {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .section-title-btn {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 42px;
    line-height: 52px;
  }
}


/************* ********** *********************/
/************* Icon Box One Style ********/
/************* ********** *******************/
.icon-box-v1-items {
  padding: 25px 30px;
  border-radius: 10px;
  background: #E6F0E1;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.icon-box-v1-icon {
  font-size: 60px;
  color: var(--theme-color);
  margin-bottom: 25px;
  display: inline-flex;
  align-items: center;
}

.icon-box-v1-title {
  margin-bottom: 5px;
  color: var(--black-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.icon-box-v1-title a {
  color: var(--black-color);
}

.icon-box-v1-title a:hover {
  color: var(--theme-color);
}
.icon-box-v1-des {
    font-weight: 500;
}

/* ===============================================
  ========= Icon box V2 STYLE CSS =============
  ================================================ */
.icon-box-v2-title {
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-bottom: 0;
}

.icon-box-v2-title a:hover {
  color: var(--theme-color);
}

.icon-box-v2-single-item {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.icon-box-v2-icon {
  background: var(--color-secondary);
  color: var(--theme-color);
  width: 200px;
  height: 200px;
  font-size: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 43px;
  position: relative;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.icon-box-v2-icon svg {
  height: 80px;
  width: 80px;
}

.icon-box-v2-icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/1.png);
  background-repeat: no-repeat;
  background-position: center right;
  left: 110px;
  top: 0;
}

.icon-box-v2-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/2.png);
  background-repeat: no-repeat;
  background-position: center right;
  left: 120px;
  bottom: -30px;
}

.icon-box-v2-wrap [class*='col-']:last-child .icon-box-v2-single-item .icon-box-v2-icon::after,
.icon-box-v2-wrap [class*='col-']:last-child .icon-box-v2-single-item .icon-box-v2-icon::before,
.icon-box-v2-wrap [class*='col-']:nth-child(even) .icon-box-v2-single-item .icon-box-v2-icon::after,
.icon-box-v2-wrap [class*='col-']:nth-child(odd) .icon-box-v2-single-item .icon-box-v2-icon::before {
  display: none;
}

.icon-box-v2-wrap [class*='col-']:nth-child(even) .icon-box-v2-single-item {
  margin-top: 70px;
}

.icon-box-v2-icon .icon-attr {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--white-color);
  background: var(--theme-color);
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0px;
}


@media screen and (max-width: 1023px) {
  .icon-box-v2-wrap [class*='col-'] .icon-box-v2-single-item .icon-box-v2-icon::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .icon-box-v2-wrap [class*='col-'] .icon-box-v2-single-item .icon-box-v2-icon::before,
  .icon-box-v2-wrap [class*='col-'] .icon-box-v2-single-item .icon-box-v2-icon::after {
    display: none;
  }

  .icon-box-v2-wrap [class*='col-']:nth-child(even) .icon-box-v2-single-item {
    margin-top: 0px;
  }

  .icon-box-v2-wrap [class*='col-']:nth-child(even) .icon-box-v2-single-item {
    margin-top: 0;
  }

  .icon-box-v2-wrap .icon-box-v2-single-item {
    margin-bottom: 60px;
  }
}

/************* ********** *********************/
/************* CTA BUTTON STYLE ********/
/************* ********** *******************/

.company-autohr-area {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px dotted #7b7e8675;
}

.company-author-image {
  margin-right: 20px;
}

.company-autohr-area .company-author-image img {
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

.company-autohr-label {
  color: var(--theme-color);
  font-weight: 500;
  line-height: 30px;
}

.company-autohr-name {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 500px) {
  .company-autohr-area {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 30px;
    display: block;
  }
}

/************* ********** *********************/
/************* About Image STYLE ********/
/************* ********** *******************/

.about-image-item {
  display: inline-flex;
}

.about-image-one {
  width: 294px;
  height: 302px;
}

.about-image-two {
    border-radius: 20px;
    padding: 20px;
    background: var(--white-color);
    width: 314px;
    height: 385px;
    position: relative;
    z-index: 3;
    padding-top: 0;
    padding-right: 0;
}

.about-image-three {
  width: 332px;
  height: 386px;
  border-radius: 20px;
  padding: 20px;
  background: var(--white-color);
  position: relative;
  z-index: 2;
  margin-top: -153px;
  margin-left: 30px;
  display: inline-block;
  padding-bottom: 0;
}

.about-image-item .about-image-one img,
.about-image-item .about-image-two img,
.about-item-buttom .about-image-three img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.about-image-right {
  position: relative;
}

.about-image-counter {
  display: flex;
  background: var(--theme-color);
  align-items: center;
  width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 4;
  border-radius: 10px;
  overflow: hidden;
}

.about-image-counter-icon {
  font-size: 60px;
  color: var(--white-color);
  margin-right: 15px;
  background: var(--yellow-color);
  padding: 40px 20px;
  border-radius: 0px 250px 250px 0 / 0px 300px 300px 0px;
}

.about-counter-numner {
  font-weight: 800
}

.about-counter-numner span,
.about-count-timer.timer {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--white-color);
  font-weight: 800;
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 800;
  line-height: 57.6px
}

.about-counter-title {
  font-size: 18px;
  line-height: 28px;
  color: var(--white-color);
  margin-bottom: 0
}

@media screen and (max-width: 1250px) {
  .about-image-one {
    width: 240px;
    height: 270px;
  }

  .about-image-two {
    padding: 10px;
    width: 260px;
    height: 300px;
  }

  .about-image-three {
    width: 270px;
    height: 280px;
    padding: 10px;
    margin-top: -90px;
    margin-left: 20px;
  }

  .about-counter-numner span,
  .about-count-timer.timer {
    line-height: 52.6px;
    font-size: 40px;
  }

  .about-counter-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 520px) {
  .about-image-one {
    width: 200px;
    height: 200px;
  }

  .about-image-two {
    width: 200px;
    height: 200px;
  }

  .about-image-three {
    width: 200px;
    height: 200px;
  }

  .about-image-counter {
    left: -113px;
    width: 300px;
  }

}

@media screen and (max-width: 400px) {
  .about-image-two {
    margin-left: -50px;
  }

  .about-image-counter {
    left: -190px;
    width: 300px;
  }
}

/************* ********** *********************/
/************* Brand Logo STYLE ********/
/************* ********** *******************/
.brand-logo-items,
.brand-logo-wrap .row {
  position: relative;
  padding: 45px 0 15px;
}

.brand-logo-items::after,
.brand-logo-wrap .row:after {
  content: "";
  background: var(--white-color);
  width: 5000px;
  height: 100%;
  top: 0;
  right: 0px;
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  border-top: 5px solid var(--theme-color);
}

.brand-logo-item {
  text-align: center;
  margin-bottom: 30px;
}

.brand-logo-wrap .brand-logo-item img {
  margin: 0 auto;
}

@media screen and (max-width: 991px) {

  .brand-logo-items::after,
  .brand-logo-wrap .row:after {
    width: 100%;
  }
}

/* ===============================================
  ============= Contact STYLE CSS ==============
  ================================================ */
.contact-info-item {
  display: flex;
  margin-bottom: 30px;
  padding: 30px 40px;
  background: var(--white-color);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-radius: 5px;
  border-bottom: 3px solid var(--theme-color);
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.10);
}

.contact-info-icon {
  height: 90px;
  width: 90px;
  min-width: 90px;
  font-size: 45px;
  margin-right: 20px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-secondary);
  border-radius: 100%;
}

.contact-info-title {
  color: var(--black-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 3px;
}

.contact-info-des {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
	.contact-info-item{
		padding: 30px;
	}
}
/* ===============================================
  ============= BLOG TWO STYLE CSS ==============
  ================================================ */


.blog-v2-big-img {
  margin-bottom: 32px;
}

.blog-v2-single-item .blog-v2-big-img img {
  width: 100%;
  border-radius: 10px;
  height: 350px;
  object-fit: cover;
}

.blog-v2-meta-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.blog-v2-meta-content ul li {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}

.blog-v2-meta-content ul li i {
  margin-right: 5px;
}

.blog-v2-meta-content ul li:last-child {
  margin-right: 0;
}

.blog-v2-meta-content ul li a {
  color: var(--body-color);
}

.blog-v2-meta-content ul li a:hover {
  color: var(--theme-color);
}

.blog-v2-big-title {
  color: var(--black-color);
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}

.blog-v2-des {
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 24px;
}

.blog-btn {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  text-transform: capitalize;
}

.blog-btn:hover {
  color: var(--black-color);
}
.blog-v2-btn i {
    position: relative;
    top: 1px;
    margin-left: 4px;
    transition: .4s;
}

.blog-btn:hover i {
    margin-left: 8px;
    margin-right: -4px;
}
/* ---- */

.blog-v2-small-item {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 30px;
  margin-left: 50px;
}

.blog-v2-small-item:last-child {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}

.blog-v2-small-item .blog-v2-small-img {
  margin-right: 30px;
}

.blog-v2-small-item .blog-v2-small-img img {
  height: 150px;
  width: 190px;
   min-width: 190px;
  object-fit: cover;
  border-radius: 10px;

}

.blog-v2-meta {
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 10px;
}

.blog-v2-meta i {
  margin-right: 5px;
}

.blog-v2-meta a {
  color: var(--body-color);
}

.blog-v2-meta a:hover {
  color: var(--theme-color);
}

.blog-v2-small-title {
  color: var(--black-color);
  font-size: 20px;
  line-height: 28px;
	margin-bottom: 13px;
}

@media (max-width: 991px) {
  .blog-v2-single-item {
    margin-bottom: 40px;
  }

  .blog-v2-small-item {
    display: block;
    margin-left: 0;
    margin-bottom: 40px;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .blog-v2-small-item .blog-v2-small-img {
    margin-right: 0px;
  }

  .blog-v2-small-item .blog-v2-small-img img {
    height: 370px;
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-v2-big-img {
    margin-bottom: 30px;
  }

  .blog-v2-meta-content ul li:first-child {
    display: none;
  }
}

/* ===============================================
  ============= COUNTER STYLE CSS ==============
  ================================================ */


.counter-items {
  margin-bottom: 40px;
}

.counter-icon {
  font-size: 50px;
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.counter-icon svg {
  height: 60px;
  width: 60px;
}

.count-timer.timer,
.counter-number span {
  display: inline-block;
  color: var(--theme-color);
  font-size: 48px;
  font-weight: 800;
  line-height: 57.6px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.counter-title {
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0px;
}

.counter-wrapper .counter-item {
  border-right: 1px dotted #6a6a6aa1
}

.counter-wrapper [class*='col-']:last-child .counter-item {
  border-right: none
}

@media (max-width: 991px) {
  .counter-wrapper .counter-item {
    border-right: 0;
  }
}

/*************************************
  ******** COUNTER V2 CSS  **********
  *************************************/

.counter-v2-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.counter-v2-icon {
  font-size: 40px;
  margin-right: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--theme-color);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.counter-v2-icon svg {
  height: 60px;
  width: 60px;
}

.counter-v2-number span,
.counter-v2-count-timer.timer {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--theme-color);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 57.6px;
  text-transform: capitalize;
}

.counter-v2-title {
  color: var(--black-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.counter-v2-wrapper [class*='col-']:last-child .counter-v2-item {
  justify-content: flex-end;
}

.counter-v2-wrapper [class*='col-']:first-child .counter-v2-item {
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .counter-v2-wrapper [class*='col-']:last-child .counter-v2-item {
    justify-content: center;
  }

  .counter-v2-wrapper [class*='col-']:first-child .counter-v2-item {
    justify-content: center;
  }
}

/*************************************
  ******** SKILLBAR BOX CSS  **********
  *************************************/

.skills-wrapper .skillbar-item {
  margin-bottom: 28px;
  display: inline-block;
  width: 100%;
}

.skills-wrapper .skillbar-item .skill-title {
  margin-bottom: 10px;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.skills-wrapper .skillbar-item .skillbar {
  height: 10px;
  background: #C8C8C8;
  position: relative;
  text-align: right;
  width: 96%;
  border-radius: 50px;
}

.skillbar-item .skillbar .skill-percent-count-wrap {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 700;
  line-height: 28px;
  font-size: 18px;
  color: var(--black-color);
}

.skillbar-item .skillbar .count-bar {
  background: var(--theme-color);
  height: 100%;
  position: relative;
  text-align: right;
  position: relative;
  text-align: right;
  padding-right: 0;
  border-radius: 10px;
  overflow: visible !important;
  width: 0;
}

.count-bar:after {
  content: '';
  height: 22px;
  width: 22px;
  background: var(--white-color);
  position: absolute;
  border-radius: 100%;
  border: 5px solid var(--theme-color);
  /* left: inherit; */
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 1024px) {
  .skills-wrapper .skillbar-item .skillbar {
    width: 93%;
  }
}

@media (max-width: 767px) {
  .skills-wrapper .skillbar-item .skillbar {
    width: 90%;
  }
}

@media screen and (max-width: 475px) {
  .about-two-items {
    display: block;
  }

  .about-v2-item {
    margin-bottom: 30px;
  }

}

/*************************************
  ******** VIDEO BUTTON CSS  **********
  *************************************/

.video-button .video-play-btn {
  width: 80px;
  height: 80px;
  background: var(--white-color);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: auto;
  box-shadow: 0px 0px 25px 3px rgba(255, 255, 255, 0.30);
  ;
  display: inline-flex;
  font-size: 25px;
  justify-content: center;
  align-items: center;
  color: var(--theme-color)
}

.video-play-btn:hover {
  color: var(--black-color)
}

/* pulse wave */
.video-play-btn:before {
  content: "";
  position: absolute;
  width: 160%;
  height: 160%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 12px solid rgba(255, 255, 255, 0.30);
  ;
  background: transparent;
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.30);
    ;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.30);
    ;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

/* ==================================================
  ============= Project V1 SECTION CSS ===============
  =================================================== */
.project-v1-wrapper .project-filter {
  text-align: center;
  margin-bottom: 64px;
}

.project-menu .project-filter li {
  display: inline-block;
  padding: 6px 18px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 10px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-radius: 5px;
  background: transparent;
  border: 1px dashed var(--theme-color);
  color: var(--theme-color);
  font-size: 18px;
  line-height: 28px;
	margin-bottom: 5px;
}

.project-menu .project-filter li:hover,
.project-menu ul li.active {
  color: var(--white-color);
  background: var(--theme-color);
}

.project-v1-item {
  position: relative;
}

.project-v1-content-wrp {
  position: relative;
  transition: all 4s;
  margin-bottom: 30px;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.10);
}

.project-v1-wrapper .project-v1-content-wrp img {
  height: 380px;
  object-fit: cover;
}

.project-v1-content {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  border-left: 5px solid var(--yellow-color);
  background-color: var(--theme-color);
  padding: 20px 35px;
  width: 100%;
  transition: all 0.4s;
  box-shadow: var(--box-shadow);
  z-index: 99;
}

.project-v1-content-wrp:hover .project-v1-content {
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
}

.project-cats ul {
  margin: 0;
  padding: 0;
}

.project-cats ul li {
  display: inline;
}

.project-cats ul li a {
  margin-right: 10px;
  transition: all 0.4s;
  color: var(--white-color);
  font-weight: 500;
  line-height: 30px;
}

.project-cats ul li a:hover {
  color: var(--black-color);
}

.project-title {
  margin: 0;
  color: var(--white-color);
  font-size: 18px;
  line-height: 28px;
}

.project-title a {
  color: var(--white-color);
}

.project-title a:hover {
  color: var(--black-color);
}

.project-cats ul li:not(:last-child) a:after {
    content: ",";
    font-weight: 900;
}
.project-v1-content-wrp:after {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(22, 29, 38, 0.80);
  z-index: 1;
  content: '';
  transition: all 0.4s;
}

.project-v1-content-wrp:hover:after {
  bottom: 0;
  transition: all 0.4s;
}

.project-link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
}

.link-icon {
  width: 45px;
  height: 45px;
  background: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 20px;
  color: var(--white-color);
  margin-right: 10px;
}

.link-icon:hover {
  background: var(--white-color);
  color: var(--theme-color);
}

.link-icon:last-child {
  margin-right: 0;
}

.project-v1-content-wrp:hover .project-link-icon {
  opacity: 1;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .project-menu .project-filter li {
    display: block;
  }

  .project-menu .project-filter li {
    display: block;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 800;
    line-height: 30px;
    cursor: pointer;
    margin: 20px 0px;
  }

  .project-menu .project-filter li:first-child {
    margin-top: 0;
  }

  .project-menu .project-filter li:last-child {
    margin-bottom: 0;
  }

  .project-menu ul {
    padding-left: 0;
  }
}

.project-v1-wrapper [class*='col-']:nth-child(1) .project-v1-content-wrp img,
.project-v1-wrapper [class*='col-']:nth-child(3) .project-v1-content-wrp img,
.project-v1-wrapper [class*='col-']:nth-child(6) .project-v1-content-wrp img {
  height: 280px;
}


/************* ********** **************************/
/************* Project V2 Style  **************/
/************* ********** ************************/

.project-v2-item-box {
  position: relative;
  overflow: hidden;
  transition: .4s;
  margin-bottom: 30px;
}

.project-v2-content-box {
  position: absolute;
  bottom: -250px;
  width: 90%;
  background: var(--white-color);
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 30px 29px 27px;
  transition: .4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  border-left: 8px solid var(--theme-color);
  border-radius: 5px;
}


.project-v2-item-box:hover .project-v2-content-box {
  transition: .4s;
  bottom: 20px;
}

.project_two_wrapper .project-v2-item-box img {
  object-fit: cover;
  width: 100%;
  height: 560px;
  border-radius: 15px;
}

.project-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-category ul li {
  display: inline-block;
}

.project-category ul li a {
  color: var(--theme-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.project-v2-title {
  font-size: 36px;
  font-style: normal;
  line-height: 44px;
  margin-bottom: 5px;
}

.project-v2-title a {
  color: var(--black-color);
}

.project-box-icon {
  font-size: 25px;
  height: 50px;
  width: 50px;
  background: var(--theme-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-v2-item-box.slide img {
  min-height: 450px;
}
@media screen and (max-width: 991px) {
	.project-v2-item-box.slide img {
  min-height: 400px;
}
}
/* ========================================================
  ============= PROJECT V3 SECTION CSS ===============
  ========================================================= */
.project-v3-content-wrp {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border-radius: 15px;
}

.project-v3-content-wrp:before {
  content: '';
  background: linear-gradient(184deg, rgba(97, 190, 47, 0.3) 30%, rgba(79, 147, 42, 0.9) 86.06%, rgba(91, 155, 56, 0.90) 91%);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
  transform: scale(.5);
}

.project-v3-content-wrp img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  height: 500px;
  min-height: 500px;
  object-fit: cover;
}

.project-v3-box-content {
  transform: scale(0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  transition: all 0.4s ease 0s;
  margin: auto;
  padding: 40px 40px 32px;
}

.project-v3-content-wrp:hover .project-v3-box-content {
  transform: scale(1);
}

.project-v3-content-wrp:hover:before {
  opacity: 0.9;
  transform: scale(1);
}

.project-v3-wrapper [class*='col-'] {
  padding: 0 2px;
}

.project-v3-title {
  color: var(--white-color);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
    line-height: 40.6px;
    margin-bottom: 5px;
}

.project-v3-title a {
  color: var(--white-color);
}
.project-v3-title a:hover {
    color: var(--black-color);
}
.project-v3-box-content .project-cats ul li a {
  margin-right: 10px;
  transition: all 0.4s;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
.project-v3-box-content .project-cats ul li a:hover{
	color: var(--black-color);
}
/* ========================================================
  ============= Portfolio Details SECTION CSS ===============
  ========================================================= */
.Project-details-image {
  margin-right: 30px;
}

.Project-details-wrapper .Project-details-image img {
  object-fit: cover;
  width: 100%;
  height: 480px;
  border-radius: 10px;
}

.Project-details-title {
  margin-bottom: 20px;
  color: var(--black-color);
  font-size: 48px;
  font-weight: 800;
  line-height: 57.6px;
  text-transform: capitalize;
}

.Project-details-des {
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 30px;
}


.Project-name {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--body-color);
  line-height: 28px;

}

.Project-details ul {
  margin: 0;
  padding: 0;
}

.Project-details ul li span {
  font-weight: 500;
  line-height: 30px;
}

.Project-details ul li {
  list-style: none;
  width: 49%;
  display: inline-block;
  margin-bottom: 40px;
  border-left: 1px solid var(--border-color);
  padding-left: 30px;
}



@media screen and (max-width: 991px) {
  .Project-details ul {
    margin: 0;
    padding: 0;
  }

  .Project-details-image {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .Project-details-wrapper .Project-details-image img {

    height: 400px;
  }
}

@media screen and (max-width: 475px) {
  .Project-details ul li {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
  }

  .Project-details-title {
    font-size: 36px;
    line-height: 46px;
  }
}

/* ==================================================
  ============= ABOUT TWO STYLE CSS ===============
  =================================================== */

.about-v2-image-item {
  position: relative;
  display: inline-block;
}

.about-v2-image-wrapper .about-v2-image-item > img {
  border-radius: 10px;
  border: 10px solid var(--theme-color);
}

.about-v2-small-img {
  position: absolute;
  bottom: -60px;
  right: -200px;
}

.small-img-v2-item {
  position: relative;
  display: inline-block;

}

.small-img-v2-item img {
  z-index: 2;
  position: relative;
}

.small-img-v2-item::before {
    position: absolute;
    content: "";
    left: 0;
    background: var(--yellow-color);
    bottom: -3%;
    width: 74%;
    height: 90%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: 1;
    -webkit-animation: sliderShape 5s linear infinite;
  }
  
  @keyframes sliderShape {
  
    0%,
    100% {
      border-radius: 100% 100% 100% 100% / 100% 101% 65% 100%;
      transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
  
    50% {
      border-radius: 30% 30% 50% 50% / 30% 29% 50% 50%;
      transform: translate3d(0px, 5px, 0) rotateZ(10deg);
    }
  }
  
  .small-img-v2-item::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 70%;
    height: 70%;
    background: rgb(91 155 56 / 40%);
    will-change: border-radius, transform, opacity;
    animation: sliderShape2 5s linear infinite;
    display: block;
    -webkit-animation: sliderShape2 5s linear infinite;
    z-index: 1;
  }

@keyframes sliderShape2 {

  0%,
  100% {
    border-radius: 100% 100% 100% 100% / 100% 101% 102% 100%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  50% {
    border-radius: 85% 85% 100% 100% / 85% 85% 100% 100%;
    transform: translate3d(0, 0px, 0) rotateZ(0.01deg);
  }
}

.about-v2-icon {
  height: 110px;
  width: 110px;
  background: var(--theme-color);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  position: absolute;
  z-index: 10;
  font-size: 60px;
}

.about-v2-icon.one {
  top: 50%;
  right: -55px;
  transform: translate(0, -50%);
}

.about-v2-icon.two {
  right: 60px;
  bottom: -55px;
}
.about-v2-shape {
    position: absolute;
    left: -30px;
    bottom: -50px;
    z-index: -1;
    animation: shapeanimation 2s linear 1s infinite alternate;
}
.about-v2-shape2 {
    position: absolute;
    right: -60px;
    top: -60px;
    z-index: -1;
    animation: shapeanimation2 2s linear 1s infinite alternate;
}
@keyframes shapeanimation {
    0% {
        bottom: -20px
    }

    100% {
        bottom: -80px
    }
}
@keyframes shapeanimation2 {
  0% {
    top: -25px;
}

100% {
    top: -40px;
}
}

@media screen and (max-width: 1299px) {
  .about-v2-small-img {
    right: -100px;
  }
}

@media screen and (max-width: 1199px) {
  .about-v2-small-img {
    right: -50px;
    bottom: -30px;
  }
	.about-v2-shape2 {
		right: -30px;
	}
}

@media screen and (max-width: 1023px) {
  .about-v2-image-item {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 550px) {
  .about-v2-small-img {
    right: 0;
  }

  .about-v2-icon {
    height: 90px;
    width: 90px;
    font-size: 45px;
  }

  .about-v2-icon.one {
    right: 0;
  }

  .small-img-v2-item::before {
    content: unset;
  }

  .small-img-v2-item::after {
    content: unset;
  }
	.about-v2-shape{
		display: none;
	}
}

/* ==================================================
  ============= ICON LIST STYLE CSS ===============
  =================================================== */
.icon-list-item-box {
  margin-bottom: 35px;
}

.icon-list-item {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.icon-list-icon {
    width: 35px;
    height: 35px;
    background: var(--theme-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    margin-right: 15px;
    font-size: 25px;
}

.icon-list-title {
  color: var(--body-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}

.icon-list-title a {
  color: var(--body-color);
}

.icon-list-description {
  font-weight: 500;
  line-height: 30px;
}

/* ===================================================
  ============= Call Addons STYLE CSS ==============
  ====================================================== */

.call-us-info-item {
  padding: 90px 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}

.call-us-info-item:after {
  content: "";
  background-color: rgb(28 28 28 / 60%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.call-us-icon {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.call-us-title {
  font-weight: 500;
  line-height: 30px;
  color: var(--white-color);
  display: inline-block;
}

.call-us-number {
  margin-bottom: 20px;
  color: var(--white-color);
  font-size: 20px;
  line-height: 28px;
}

.call-us-number a {
  color: var(--white-color);
}

.call-us-number a:hover {
  color: var(--theme-color);
}

.call-us-description {
  color: var(--white-color);
  font-weight: 500;
  line-height: 30px;
}

@media screen and (max-width: 1199px) {
  .call-us-info-item {
    padding: 50px;
  }
}

@media screen and (max-width: 991px) {
  .call-us-info-item {
    padding: 30px;
  }
}


/* ***************************************** 
                 Service Single Section
    ******************************************/

.elementor-widget-wp-widget-renewal_nav_menu h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  padding-left: 12px;
  margin-bottom: 29px;
}

.elementor-widget-wp-widget-renewal_nav_menu h5:before {
  content: "";
  margin-right: 10px;
  position: absolute;
  height: 20px;
  width: 2px;
  background: var(--theme-color);
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.elementor-widget-wp-widget-renewal_nav_menu ul.menu {
  padding: 0;
}

.elementor-widget-wp-widget-renewal_nav_menu ul.menu li {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.elementor-widget-wp-widget-renewal_nav_menu ul.menu li a {
  background: var(--white-color);
  padding: 15px 20px;
  width: 100%;
  font-weight: 500;
  border: 1px solid var(--border-color);
  margin-top: -1px;
  color: var(--body-color);
  line-height: 30px;
}

.elementor-widget-wp-widget-renewal_nav_menu ul.menu li:first-child a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.elementor-widget-wp-widget-renewal_nav_menu ul.menu li:last-child a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.elementor-widget-wp-widget-renewal_nav_menu ul.menu li a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.elementor-widget-wp-widget-renewal_nav_menu ul.menu li a:active {
  background: var(--theme-color);
  color: var(--white-color);
}

.elementor-widget-wp-widget-renewal_nav_menu ul.menu li.current-menu-item a,
.elementor-widget-wp-widget-renewal_nav_menu ul.menu li.current_page_item a {
  background-color: var(--theme-color);
  color: var(--white-color);
}

/* ***************************************** 
                 Social Icon Style
    ******************************************/
.social-iocn-title {
  color: var(--body-color);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}

.social-icon-box ul {
  padding: 0;
}

.social-icon-box li {
  padding: 0;
  list-style: none;
  display: inline-block;
}

.social-icon-box li a {
  background: var(--theme-color);
  color: var(--white-color);
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: var(--white-color);
  margin-right: 10px;
}

.social-icon-box li:last-child a {
  margin-right: 0;
}

/* ***************************************** 
                 AD SLIDER CSS
    ******************************************/
.ad-slider-item {
  background: var(--black-color);
  padding: 40px;
}

.ad-slider-title {
  color: var(--white-color);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0;
}

/* ***************************************** 
                 IMAGE V3 STYLE  CSS
    ******************************************/
.image-v3-settings {
  position: relative;
  display: inline-block;
  margin-bottom: 120px;
}

.image-v3-counter-settings {
  width: 238px;
  height: 288px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 80px;
  z-index: 1;
  bottom: -130px;
}

.image-v3-icon {
  font-size: 60px;
  color: var(--white-color);
  margin-bottom: 10px;
}

.image-v3-number span,
.image-v3-timer.timer {
  color: var(--white-color);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 57.6px;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 2px;
}

.image-v3-title {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 1023px) {
	.image-v3-counter-settings {
		bottom: -100px;
	}
}
@media screen and (max-width: 380px) {
	.image-v3-counter-settings{
		display: none;
	}
	.image-v3-settings{
		margin-bottom: 0;
	}
}

/* ***************************************** 
                 FORM STYLE  CSS
******************************************/

.contact-form-contact {
  margin-bottom: 35px;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="number"],
.contact-form-wrapper textarea {
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  background: var(--white-color);
  color: var(--black-color);
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-form-wrapper input.form-btn {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: capitalize;
  width: 100%;
  justify-content: center;
}
.contact-form-style2{
	position: relative;
}
.contact-form-style2:after {
    content: '';
    width: 1100px;
    height: 100%;
    top: 0;
    right: 0px;
    z-index: -1;
    position: absolute;
}
.form-contact-button .wpcf7-spinner {
    position: absolute;
}
/* ***************************************** 
                 NEWSLATTER STYLE  CSS
******************************************/

.newsletter-one {
    position: relative;
}
.newsletter-one input[type="email"] {
  border: transparent;
  background: var(--white-color);
  border-radius: 100px;
  padding: 18px 40px;
  margin-bottom: 0;
}
.newsletter-one input[type="submit"] {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  padding: 12px 35px;
  display: block;
  background: var(--black-color);
  border: none;
  border-radius: 100px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.newsletter-one input[type="submit"]:hover{
	 background: var(--theme-color);
	color: var(--white-color);
}
.newsletter-one .wpcf7-spinner{
	position: absolute;
}

/* ***************************************** 
                 Gallery Style
    ******************************************/
.gallery-thumb{
	position: relative;
	margin-bottom: 20px;
}

.gallery-popup-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    opacity: 0;
    z-index: 1;
    display: inline-block;
    color: var(--theme-color);
    background: var(--white-color);
    text-align: center;
    border: none;
    transition: 0.4s ease-in-out;
}

.container .gallery-thumb img{
	object-fit: cover;
	height: 420px;
	border-radius: 10px
}
.gallery-thumb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: var(--theme-color);
    mix-blend-mode: multiply;
    z-index: 0;
    opacity: 0;
    transition: 0.4s;
}
.gallery-thumb:hover .gallery-popup-image {
    transform: translate(-50%, -50%);
}
.gallery-thumb:hover .gallery-popup-image, 
.gallery-thumb:hover:after {
    opacity: 1;
}
.gallery-popup-image:hover {
	    background: var(--theme-color);
    color: var(--white-color);
}