@import url("css2.css");
@import url("all.min.css");
@import url("slick.css");
@import url("magnific-popup.css");
@import url("swiper-bundle.min.css");

.section_one {
  font-size: 25px;
}

.section_two {
  font-size: 25px;
}

.section_three {
  font-size: 25px;
}

.section_four {
  font-size: 25px;
}

/*
---------------------
 BACKGROUND-COLOR VARIABLES
---------------------
*/
.dark-two {
  background: rgb(3, 23, 46);
}

.dark-three {
  background: var(--color-primary1) !important;
}

/*
---------------------
 TEXT-COLOR VARIABLES
---------------------
*/
/*
---------------------
 TRANSITION VARIABLES
---------------------
*/
/*
---------------------
 GOOGLE FONTS
---------------------
*/

.custom-container {
  padding: 0 213px;
}
@media (max-width: 1500px) {
  .custom-container {
    padding: 0;
  }
}

.container {
  max-width: 1200px;
}

.newWpVideo {
  margin-bottom: 70px;
  margin-left: 30px;
}

.video-main {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: var(--color-primary1);
  display: inline-block;
  background: #fff;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 168px;
  height: 158px;
  background: rgb(255, 255, 255);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -61px;
  bottom: -53px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.section-title-wrapper {
  text-align: center;
}

.section-subtitle {
  font-size: 22px;
  color: var(--color-primary2);
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 5px;
}

.section-title {
  font-size: 40px;
  color: #18181c;
}

.container-1 {
  max-width: 1400px;
  padding: 0 15px;
  margin: auto;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 0;
  text-align: right;
  padding-right: 0px;
  width: 51px;
  height: 43px;
  background: rgb(243, 38, 38);
  text-align: center;
  margin-top: -14px;
  border-radius: 5px;
}

.featurePadding {
  padding: 100px 0;
}

span.swiper-pagination-bullet {
  background: var(--color-primary2);
  width: 17px;
  height: 17px;
}

/*
---------------------
  Homepage Header 01
---------------------
*/
.header.header-two .header__bottom-nav li {
  margin-right: 15px;
}
.header.header-two .header__bottom-nav li a {
  font-size: 14px;
}

.header {
  background-color: #fff;
}
@media (max-width: 576px) {
  .header {
    display: none;
  }
}
.header .header-top {
  background-color: var(--color-primary1);
}
.header.header-two {
  background: #fff;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .header.header-two {
    display: none;
  }
}
.header.header-two .header__left1 p {
  color: #333333;
}
.header.header-two .header__right p {
  color: #333333;
}
.header.header-two .header__left p::before {
  position: absolute;
  content: "";
  clip-path: polygon(94% 51%, 0 0, 0 100%);
  width: 30px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: -1px;
}
.header.header-two .header__left p::after {
  position: absolute;
  content: "";
  clip-path: polygon(12% 48%, 111% 0, 100% 100%);
  width: 30px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1410px;
}
.header__top .nice-select {
  background: transparent;
  color: #fff;
  border: 0;
}
.header__top .nice-select .option {
  color: #000;
}
.header__left.center p {
  width: 420px;
  max-width: 420px;
}
.header__left p {
  color: #fff;
  width: 390px;
  max-width: 390px;
  position: relative;
  background-color: var(--color-primary2);
  margin: 0;
  padding: 24px 0;
  text-align: center;
}
.header__left p::before {
  position: absolute;
  content: "";
  clip-path: polygon(94% 51%, 0 0, 0 100%);
  width: 30px;
  height: 100%;
  background-color: var(--color-primary1);
  top: 0;
  left: 0;
}
.header__left p::after {
  position: absolute;
  content: "";
  clip-path: polygon(12% 48%, 111% 0, 100% 100%);
  width: 30px;
  height: 100%;
  background-color: var(--color-primary1);
  top: 0;
  right: 0;
}
.header__bottom {
  display: flex;
  align-items: center;
  padding: 0 60px;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  .header__bottom {
    padding: 0 20px;
  }
}
@media (max-width: 1500px) {
  .header__bottom {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .header__bottom {
    padding: 0;
    display: none;
  }
}
.header__bottom-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__bottom-logo {
  background-color: var(--color-primary1);
  padding: 30px 35px;
}
.header__bottom-social {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .header__bottom-social {
    display: none;
  }
}
.header__bottom-menu {
  padding-left: 120px;
}
@media (max-width: 1750px) {
  .header__bottom-menu {
    padding-left: 80px;
  }
}
@media (max-width: 1700px) {
  .header__bottom-menu {
    padding-left: 20px;
  }
}
@media (max-width: 1500px) {
  .header__bottom-menu {
    padding-left: 20px;
  }
}
@media (max-width: 1100px) {
  .header__bottom-menu {
    padding-left: 0px;
  }
}
.header__bottom-nav li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
.header__bottom-nav li:last-child {
  margin-right: 0;
  text-align: center;
}
.header__bottom-nav li:hover .header__bottom-dropdown {
  opacity: 1;
  visibility: visible;
  top: 70px;
}
.header__bottom-nav li a {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .header__bottom-nav li a {
    font-size: 16px;
  }
}
.header__bottom-nav li a:hover {
  color: var(--color-primary2);
}
.header__bottom-nav li a i {
  padding-left: 8px;
}
.header__bottom-nav li .aColor {
  color: #fff !important;
}
.header__bottom-nav li .aColor:hover {
  color: var(--color-primary2) !important;
}
.header__bottom-dropdown {
  position: absolute;
  left: 0;
  top: 150%;
  width: 200px;
  background-color: #fff;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 768px) {
  .header__bottom-dropdown {
    position: static;
  }
}
.header__bottom-dropdown li {
  margin-bottom: 15px;
}
.header__bottom-dropdown li:last-child {
  margin-bottom: 0;
}
.header__bottom-dropdown li a {
  color: var(--color-primary1);
  font-size: 16px;
}
.header__bottom-sicons {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.header__bottom-sicons li a {
  display: inline-block;
  width: 33px;
  height: 32px;
  line-height: 30px;
  opacity: 0.7;
  border-color: var(--color-primary2);
  border-width: 1px;
  border-style: solid;
  border-radius: 100%;
  text-align: center;
  color: var(--color-primary2);
  transition: 0.4s;
}
.header__bottom-sicons li a:hover {
  background-color: var(--color-primary2);
  color: #fff;
}
.header__left1 p {
  color: #fff;
  margin-bottom: 0;
}
.header__left1 p i {
  padding-right: 10px;
  color: var(--color-primary2);
}
.header__right p {
  margin-bottom: 0;
  color: #fff;
}
.header__right p i {
  padding-right: 10px;
  color: var(--color-primary2);
}

/*
---------------------
  Mobile menu 
---------------------
*/
@media (min-width: 991px) {
  .responsive_mobile_menu {
    display: none;
  }
}
.responsive_mobile_menu {
  background-color: var(--color-primary1);
}
@media (min-width: 1200px) {
  .responsive_mobile_menu {
    display: none;
  }
}

.mobile_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.mobile_info_open {
  max-width: 300px;
  background: var(--color-primary1);
  padding: 23px;
  position: fixed;
  top: 0;
  height: 100%;
  width: 300px;
  left: -300px;
  z-index: 9999999;
  transition: 0.3s ease;
}

.mobile_info_open.show {
  left: 0;
}

.mobile_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-logo img {
  width: 100px;
}

.mobile_left .logo img {
  filter: brightness(100);
}

.mobile-menu li {
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}

.mobile-menu li a {
  color: var(--black-2);
}

.mobile_right a {
  padding: 6px 12px;
  background: var(--color-primary2);
  font-size: 20px;
  font-weight: 700;
  border-radius: 3px;
}

.mobile_header .icon .close_info {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

/*======== Sidebar Mobile Menu Menu Start =======*/
.dashboard_profile .sidebar-menu-list__link {
  color: #000;
}

.sidebar-menu-list__item.active .sidebar-menu-list__link {
  color: var(--color-primary2);
}

.sidebar-menu {
  padding-bottom: 10px;
  padding-top: 20px;
  min-height: 100%;
  overflow-y: auto;
  z-index: 999;
  transition: 0.2s linear;
}

.sidebar-menu.show-sidebar {
  transform: translateX(0);
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .sidebar-menu {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 320px;
    padding-top: 60px;
    transform: translateX(-100%);
    z-index: 9992;
    border-radius: 0;
  }
}
@media screen and (max-width: 1199px) {
  .sidebar-menu__close {
    display: block;
  }
}
.sidebar-menu-list__item {
  border-bottom: 1px solid rgba(247, 247, 247, 0.18);
}

.sidebar-menu-list__item:last-child {
  border-bottom: 0;
}

.sidebar-menu-list__item:hover {
  background-color: hsl(var(--white)/0.1);
  color: #fff;
}

.sidebar-menu-list__item a:hover {
  color: var(--color-primary2);
}

.sidebar-menu-list__item.has-dropdown.active > a {
  color: var(--color-primary2);
}

.sidebar-menu-list__item.has-dropdown.active > a:after {
  transform: rotate(90deg);
  margin-left: 14px;
  color: var(--color-primary2);
}

.sidebar-menu-list__item.has-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-align: center;
  background: 0 0;
  position: absolute;
  top: 8px;
  transition: 0.1s linear;
  margin-left: 15px;
}

.sidebar-menu-list__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 8px 20px 8px 20px;
  width: 100%;
  color: #fff;
}

.sidebar-menu-list__link .icon {
  margin-right: 5px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  animation: swing ease-in-out 0.5s 1 alternate;
}

/*=============== Sidebar Submenu Start ===============*/
.sidebar-submenu {
  display: none;
  position: relative;
}

.sidebar-submenu::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 22px;
  left: 27px;
  border-left: 1px solid var(--color-primary2);
}

.sidebar-submenu.open-submenu {
  display: block;
}

.sidebar-submenu-list {
  padding: 5px 0;
}

.sidebar-submenu-list__item {
  position: relative;
}

.sidebar-submenu-list__item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 27px;
  width: 16px;
  height: 1px;
  border-top: 1px solid var(--color-primary2);
}

.sidebar-submenu-list__item.active > a {
  color: var(--color-primary2);
}

.sidebar-submenu-list__link {
  padding: 8px 20px 4px 50px !important;
  display: block;
  color: #fff;
  border-bottom: 0 !important;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*========  responsive sidebar menu  =======*/
.sidebar-menu-wrapper {
  width: 300px;
  height: 100vh;
  background-color: #000;
  position: fixed;
  z-index: 15;
  left: -320px;
  transition: all 0.4s ease-in-out;
}

.sidebar-menu-wrapper.show {
  left: 0;
}

.sidebar-menu-wrapper .top-close {
  margin-top: 21px;
  text-align: end;
  margin-right: 24px;
}

.sidebar-menu-wrapper .top-close i {
  font-size: 22px;
  color: #fff;
}

.sidebar-menu-list__item .btn.btn--base {
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .header__bottom-nav {
    display: none;
  }
}
.common-header .nice-select {
  border: 0;
  color: #fff;
}
.common-header .nice-select .option {
  color: #2c2c2c;
}

/*


---------------------
HERO HOMEPAGE ONE
---------------------
*/
.main-banner {
  width: 100%;
  position: relative;
}
.main-banner .chiled-main-text {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -65px;
    left: 0;
}
.main-banner .chiled-main-right {
    position: absolute;
    right: -33px;
}
.main-banner .chiled-right-title {
    width: 100px;
    height: 100px;
    line-height: 86px;
	margin-bottom: 0;
    background: var(--color-primary2);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    border: 5px solid #fff;
}
.main-banner .chiled-right-paragraph {
	margin-bottom: 0;
    font-size: 32px;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    position: absolute;
    bottom: 48px;
    right: 112px;
}
.main-banner .chiled-main-banner {
  width: 85%;
  margin: 0 auto;
  background: url("../images/c.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 700px;
}
.main-banner .chiled-main-banner .bg-color {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.574);
}
.main-banner .banner-wrapper {
  display: flex;
  justify-content: space-between;
  width: 1366px;
  margin: 0 auto;
}
.main-banner .banner-wrapper .banner-left {
  width: 50%;
}
.main-banner .banner-wrapper .banner-left .banner-text {
  margin-top: 168px;
}
.main-banner .banner-wrapper .banner-left .banner-text .banner-p {
  color: var(--color-primary2);
  text-decoration: underline;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.main-banner .banner-wrapper .banner-left .banner-text .banner-Heading {
  font-size: 66px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
.main-banner .banner-wrapper .banner-left .banner-text .banner-paragraph {
  font-size: 17px;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Rubik", sans-serif;
  margin-right: 150px;
}
.main-banner .banner-wrapper .banner-left .banner-text .bannerBtn {
  color: #fff;
  background: var(--color-primary2);
  font-size: 17px;
  padding: 12px 30px;
  border-radius: 100px;
}
.main-banner .banner-wrapper .banner-left .banner-text .bannerBtn i {
  margin-left: 5px;
}
.main-banner .banner-wrapper .baner-right {
  width: 50%;
  display: flex;
  justify-content: center;
}
.main-banner .banner-wrapper .baner-right img {
  margin-top: 32px;
  width: 631px;
}

.videoPopup {
  position: absolute;
}

.video-main::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  position: absolute;
  animation: playbtn 1.3s ease-out infinite;
  z-index: 1;
}

@keyframes playbtn {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  30% {
    transform: scale(1.5);
    opacity: 0, 8;
  }
  50% {
    transform: scale(2.3);
    opacity: 0.6;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.excel__area {
  background-image: url("../images/c.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 110px;
  position: relative;
}
@media (max-width: 1500px) {
  .excel__area {
    margin: 0;
  }
}
.excel__area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.excel__area-shape1 {
  position: absolute;
  right: 0;
  top: 66px;
}
@media (max-width: 1752px) {
  .excel__area-shape1 {
    top: 55px;
  }
}
@media (max-width: 1500px) {
  .excel__area-shape1 {
    width: 50%;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .excel__area-shape1 {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .excel__area-shape1 {
    width: 77%;
    top: auto;
    bottom: 0;
  }
}
.excel__area-shape2 {
  position: absolute;
  left: 0;
  bottom: -233px;
  z-index: -2;
  width: 100%;
}
@media (max-width: 1790px) {
  .excel__area-shape2 {
    bottom: -348px;
  }
}
@media (max-width: 1752px) {
  .excel__area-shape2 {
    bottom: -337px;
  }
}
@media (max-width: 1500px) {
  .excel__area-shape2 {
    bottom: -432px;
  }
}
@media (max-width: 1200px) {
  .excel__area-shape2 {
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .excel__area-shape2 {
    bottom: 0;
  }
}
.excel__area-content {
  padding: 226px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1500px) {
  .excel__area-content {
    padding: 226px 60px;
  }
}
@media (max-width: 1200px) {
  .excel__area-content {
    padding: 200px 40px;
  }
}
@media (max-width: 576px) {
  .excel__area-content {
    padding: 99px 15px;
  }
}
.excel__area-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary2);
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (max-width: 768px) {
  .excel__area-subtitle {
    font-size: 16px;
  }
}
.excel__area-title {
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #fff;
  font-family: "Barlow", sans-serif;
  padding-bottom: 10px;
}
@media (max-width: 1775px) {
  .excel__area-title {
    font-size: 65px;
  }
}
@media (max-width: 1200px) {
  .excel__area-title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .excel__area-title {
    font-size: 30px;
  }
}
.excel__area-dis {
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #fff;
  font-family: "Rubik", sans-serif;
  max-width: 530px;
  margin-bottom: 35px;
}
.excel__area-video {
  display: flex;
  align-items: center;
  gap: 45px;
  max-width: 704px;
}
.excel__area-video p {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 768px) {
  .excel__area-video p {
    font-size: 18px;
  }
}
.excel__area-icon {
  display: flex;
  display: inline-block;
  width: 255px;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary1);
  margin-left: 55px;
}
@media (max-width: 576px) {
  .excel__area-icon {
    height: auto;
    background-color: transparent;
  }
}


/*
---------------------
HERO HOMEPAGE FIVE
---------------------
*/

@media screen and (max-width: 1300px) {
  .chiled-main-banner {
    width: 100% !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .chiled-main-banner {
    width: 100% !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper {
    width: 100%;
    padding: 0px 40px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-Heading {
    font-size: 40px !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right {
    width: 50%;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right img {
    width: 100%;
  }
}
.hed-main {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -65px;
  right: 0;
}
.hed-main-left {
  position: absolute;
  left: -33px;
}
.hed-main-left-title {
  width: 100px;
  height: 100px;
  line-height: 85px;
  background: var(--color-primary2);
  text-align: center;
  border-radius: 50%;
  color: #fff;
  border: 5px solid #fff;
}
.hed-main-left-paragraph {
  font-size: 32px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 47px;
  left: 112px;
}

@media screen and (max-width: 992px) {
  .main-banner .chiled-right-paragraph {
	bottom: 36px;
    right: 132px;
  }
  .main-banner .chiled-main-right {
    right: 13px;
  }
  .main-banner .chiled-right-title {
	width: 90px;
	height: 90px;
	line-height: 81px;
  }
  .chiled-main-text img{
	width: 80%;
  }
  .chiled-main-banner {
    width: 100% !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper {
    display: block;
    width: 100%;
    padding: 0px 40px;
    height: auto !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left {
    width: 100%;
    margin: 60px 30px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-p {
    padding-top: 50px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-Heading {
    font-size: 40px !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right {
    width: 30%;
    margin: 0 auto;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main-banner .chiled-right-paragraph {
  	bottom: 32px;
    right: 162px;
	font-size: 28px;
  }
  .main-banner .chiled-main-right {
    right: 53px;
  }
  .main-banner .chiled-right-title {
  	width: 80px;
  	height: 80px;
  	line-height: 72px;
  }
  .chiled-main-text img{
  	width: 70%;
  }
  .chiled-main-banner {
    width: 100% !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper {
    display: block;
    width: 100%;
    padding: 0px 40px;
    height: auto !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left {
    width: 100%;
    margin: 60px 30px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-p {
    padding-top: 50px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-Heading {
    font-size: 40px !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right {
    width: 30%;
    margin: 0 auto;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .main-banner .chiled-main-text {
	bottom: -45px;
  }
  .main-banner .chiled-right-paragraph {
  	bottom: 24px;
    right: 212px;
  	font-size: 20px;
  }
  .main-banner .chiled-main-right {
    right: 130px;
  }
  .main-banner .chiled-right-title {
  	width: 60px;
  	height: 60px;
  	line-height: 50px;
	font-size: 18px;
  }
  .chiled-main-text img{
  	width: 50%;
  }
  .chiled-main-banner {
    width: 100% !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper {
    display: block;
    width: 100%;
    padding: 0px 20px;
    height: auto !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left {
    width: 100%;
    margin: 60px 30px;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-p {
    padding-top: 50px;
    margin-right: 0 !important;
    font-size: 13px !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .banner-left .banner-Heading {
    font-size: 32px !important;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right {
    width: 40%;
  }
  .chiled-main-banner .bg-color .banner-wrapper .baner-right img {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .chiled-main-banner .bg-color .banner-wrapper .baner-right {
    display: none;
  }
}
/*
---------------------
  HOMEPAGE ABOUT 01
---------------------
*/
.index__about {
  padding: 100px 0;
  position: relative;
  width: 100%;
}
.index__about-shape1 {
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
}
.index__about .about-wp {
  width: 1366px;
  margin: 0 auto;
}
.index__about-crane {
  position: absolute;
  right: 50px;
  bottom: -182px;
}
@media (max-width: 1500px) {
  .index__about-crane {
    max-width: 333px;
  }
}
@media (max-width: 1500px) {
  .index__about-crane {
    max-width: 268px;
  }
}
@media (max-width: 991px) {
  .index__about {
    padding: 50px 0;
  }
  .index__about-right {
	padding-left: 20px;
  }
  .index__about-crane {
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  .index__about-crane {
    max-width: 94px;
    bottom: -88px;
  }
}
.index__about-left {
  position: relative;
  text-align: center;
}
.index__about-left::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
}
.index__about-left span {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  font-family: "Barlow", sans-serif;
  display: block;
  background-color: var(--color-primary2);
  max-width: 310px;
  padding: 30px 20px;
}
@media (max-width: 991px) {
  .index__about-left span {
    font-size: 30px;
  }
}
.index__about-right {
  padding-left: 60px;
}
@media (max-width: 768px) {
  .index__about-right {
    padding: 30px 0 0;
  }
}
.index__about-mainImg {
  margin-bottom: -12px;
}
@media (max-width: 991px) {
  .index__about-mainImg {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .index__about-shape1 {
    max-width: 390px;
  }
}
.index__about-middle {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .index__about-middle img {
    display: none;
  }
}
.index__about-list span {
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-align: left;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.index__about-list li {
  font-size: 17px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin-bottom: 8px;
  color: #636363;
}
.index__about-title {
  font-size: 40px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  color: #18181C;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .index__about-title {
    font-size: 28px;
  }
}
.index__about .about-paragraph {
  font-size: 15px;
  font-family: "Rubik", sans-serif !important;
  padding-right: 70px;
}
.index__about-dis {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}

.hamer-right {
  position: absolute;
  top: -270px;
  right: 60px;
}

.index__parts-disinner {
  color: var(--color-primary2);
}

/*
---------------------
  HOMEPAGE ABOUT 05
---------------------
*/
.aboutTopImg {
  position: absolute;
  top: 0;
  right: 80px;
  width: 150px;
}

@media screen and (max-width: 1400px) {
  .index__about .about-wp {
    width: 100% !important;
  }
  .hamer-right {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .index__about .index__about-crane {
    display: none;
  }
  .index__about .about-wp {
    width: 100% !important;
  }
  .index__about .about-wp .about-medius {
    width: 100%;
  }
  .index__about .about-wp .about-medius .index__about-left .index__about-shape1 {
    margin: 0 auto;
  }
  .index__about-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 770px) {
  .index__about .index__about-crane {
    display: none;
  }
  .index__about .about-wp {
    width: 100% !important;
  }
  .index__about .about-wp .aboit {
    width: 100% !important;
  }
  .index__about .about-wp .about-medius {
    width: 100%;
  }
  .index__about .about-wp .about-medius .index__about-left {
    padding-left: 20px !important;
  }
  .index__about .about-wp .about-medius .index__about-left .index__about-shape1 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .index__about-title {
    font-size: 27px;
  }
  .aboutTopImg {
    display: none;
  }
  .newABout {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .index__about .index__about-crane {
    display: none;
  }
  .index__about .about-wp {
    width: 100% !important;
  }
  .index__about .about-wp .about-medius {
    width: 100%;
  }
  .index__about .about-wp .about-medius .index__about-left {
    padding-left: 20px !important;
  }
  .index__about .about-wp .about-medius .index__about-left .index__about-shape1 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .index__about-title {
    font-size: 21px;
  }
}
/*
---------------------
  HOMEPAGE PRODUCT
---------------------
*/
.HtowPadding {
  padding: 100px 0;
}
.HtowPadding .HtowPadding-intowP {
  margin-bottom: 100px;
}

.index__product {
  background-color: rgb(241, 247, 252);
  padding: 100px 0;
}
.index__product.inner__product {
  background: transparent;
  background: #f6f6f6;
}
.index__product-item {
  background-color: #fff;
  padding: 10px !important;
  margin-bottom: 30px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  position: relative;
}
.index__product-item:hover .newArrow {
  background: #fff;
  color: var(--color-primary2);
}
.index__product-item:hover .newServicesItemImg {
  visibility: visible;
}
.index__product-item:hover .index__product-header h3::after {
  width: 100%;
}
.index__product-item:hover .index__product-counter {
  visibility: visible;
  opacity: 1;
}
.index__product-item:hover .index__product-arrow {
  opacity: 1;
  visibility: visible;
}
.index__product-item:hover .index__product-icon {
  background-color: var(--color-primary2);
}
.index__product-item .newServicesItemImg {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
}
.index__product-item.servicesNewBox:hover {
  background: var(--color-primary2);
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.index__product-thumb {
  margin-bottom: 20px;
  position: relative;
}
.index__product-title {
  position: relative;
  display: block;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.index__product-title::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #092d56;
  opacity: 0.6;
  top: 0;
  visibility: hidden;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  z-index: 1;
}
.index__product-item:hover .index__product-title::after {
  visibility: visible;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.inner-video .index__product-thumb::after {
  display: none;
}
.index__product-thumb img {
  width: 100%;
}
.index__product-arrow {
  display: inline-block;
  font-size: 30px;
  background-color: var(--color-primary2);
  width: 56px;
  height: 50px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 50px;
  z-index: 3;
  visibility: hidden;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
@media (max-width: 768px) {
  .index__product {
	padding-top: 50px;	
  }
  .index__product-item {
	margin-bottom: 15px;
  }  
  .index__product-arrow {
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }
}
.index__product-counter {
  background-color: var(--color-primary2);
  position: absolute;
  width: 64px;
  height: 64px;
  display: inline-block;
  text-align: center;
  line-height: 64px;
  font-size: 30px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  border-radius: 0px 0px 30px 30px;
  right: 40px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 3;
}
@media (max-width: 768px) {
  .index__product-counter {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 1;
  }
}
.index__product-tringle {
  display: inline-block;
  background-color: var(--color-primary2);
  width: 50px;
  height: 20px;
  clip-path: polygon(37% 88%, 0 0, 82% 0);
  position: absolute;
  left: 60px;
  bottom: -19px;
  z-index: 9;
}
.index__product-content {
  padding-bottom: 0px;
  padding-left: 15px;
}
.index__product-content span {
  color: var(--color-primary2);
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  display: block;
  margin-bottom: 10px;
  font-style: italic;
}
@media (max-width: 768px) {
  .index__product-content span {
    font-size: 14px;
  }
}
.index__product-header {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.index__product-header h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #333333;
  position: relative;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.index__product-header h3::after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #18181c;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
@media (max-width: 768px) {
  .index__product-header h3 {
    font-size: 18px;
  }
}
.index__product-content .primary-btn {
  font-size: 16px;
  padding: 5px 30px;
  background-color: var(--color-primary1);
}
.index__product-header p {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.index__product .servicePrargraph {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index__product-icon {
  border-radius: 50%;
  background-color: var(--color-primary1);
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
@media (max-width: 768px) {
  .index__product-icon {
    width: 40px;
    height: 40px;
  }
}

/*
---------------------
  MAIN PRODUCT
---------------------
*/
.index__advantage {
  background-image: url("../images/building-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.index__advantage .swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  background: var(--color-primary2);
}
.index__advantage-activition {
  padding-bottom: 50px;
  margin-right: 30px;
}
.index__advantage-item {
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 0px 117px 0px rgba(56, 57, 61, 0.08);
  max-width: 370px;
  padding-bottom: 40px;
}
.index__advantage-item.item-01 {
	background-image: linear-gradient(to bottom, rgba(37, 37, 37, 0.52), rgba(37, 37, 37, 0.52)), url("../images/main-product-1.jpg");
}
.index__advantage-item.item-02 {
	background-image: linear-gradient(to bottom, rgba(37, 37, 37, 0.52), rgba(37, 37, 37, 0.52)), url("../images/main-product-2.jpg");
}
.index__advantage-item.item-03 {
	background-image: linear-gradient(to bottom, rgba(37, 37, 37, 0.52), rgba(37, 37, 37, 0.52)), url("../images/main-product-3.jpg");
}
.index__advantage-item.item-04 {
	background-image: linear-gradient(to bottom, rgba(37, 37, 37, 0.52), rgba(37, 37, 37, 0.52)), url("../images/main-product-4.jpg");
}
.index__advantage-item.item-01:hover {
	background-image: linear-gradient(to top, rgba(37, 37, 37, 0.52), rgba(37, 37, 37, 0.52)), url("../images/main-product-01.jpg");
}
.index__advantage-item.item-02:hover {
	background-image: linear-gradient(to top, rgba(37, 37, 37, 0.52), rgba(37, 37, 37, 0.52)), url("../images/main-product-02.jpg");
}
.index__advantage-item.item-03:hover {
	background-image: linear-gradient(to top, rgba(37, 37, 37, 0.52), rgba(37, 37, 37, 0.52)), url("../images/main-product-03.jpg");
}
.index__advantage-item.item-04:hover {
	background-image: linear-gradient(to top, rgba(37, 37, 37, 0.52), rgba(37, 37, 37, 0.52)), url("../images/main-product-04.jpg");
}
.index__advantage-item .index__advantage-content h4 {
  color: #fff;
}
.index__advantage-item .index__advantage-content p {
  color: #fff;
}
.index__advantage-item.w-100 {
  max-width: 100%;
  box-shadow: none;
  padding-bottom: 0;
}
.index__product-img {
  position: absolute;
  right: 50px;
  bottom: -162px;
}
@media (max-width: 576px) {
  .index__advantage-item {
    margin: auto;
    max-width: 100%;
  }
  .index__advantage.HtowPadding {
	padding-bottom: 30px;
  }
}
.index__advantage-item span {
  background: var(--color-primary2);
  color: #fff;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  display: block;
  padding: 10px 15px;
  border-radius: 50px;
}
@media (max-width: 1200px) {
  .index__advantage-item span {
    font-size: 12px;
  }
}
.index__advantage-thumb {
  background: var(--color-primary1);
  height: 60px;
  width: 60px;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  margin: 30px auto 20px;
}
@media (max-width: 1200px) {
  .index__advantage-thumb {
    margin: 15px auto;
  }
}
.index__advantage-content {
  text-align: center;
  padding: 0 5px;
}
.index__advantage-content h4 {
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #333333;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  .index__advantage-content h4 {
    font-size: 18px;
  }
}
.index__advantage-content p {
  font-size: 17px;
  color: #636363;
}
.index__advantage-btn {
  box-shadow: 0px 0px 117px 0px rgba(56, 57, 61, 0.08);
  background: rgb(236, 243, 248);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: var(--color-primary2);
}

.newTestimonial {
  padding-top: 100px;
}

/*
---------------------
  HOMEPAGE SERVICE 03
---------------------
*/
.index__product3 {
  padding-top: 150px;
  padding-bottom: 50px;
  border-bottom: 1px solid #deedee;
}
@media (max-width: 1024px) {
  .index__product3 {
    padding: 50px 0;
  }
  .index__product3-left .section-title-wrapper {
	margin-bottom: 0;
  }
  .index__product3-bottom {
	display: none;
  }
}
.index__product3-ithumb {
  background: var(--color-primary1);
  padding: 10px;
  border-radius: 50px;
  display: inline-block;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index__product3-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.index__product3-ileft {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 10px;
}
.index__product3-stitle {
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}
.index__product3-idis {
  margin-bottom: 0;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.index__product3-bottom {
  position: relative;
}
.index__product3-bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 1px;
  background: #ddd;
}
.index__product3-btnwrap {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .index__product3-btnwrap {
    margin-top: 20px;
  }
  .index__product4-img {
	margin-top: 20px;
  }
}
.index__product3-pdis {
  font-size: 17px;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
}
.index__product3-pdis span {
  color: var(--color-primary2);
}
.index__partsl-item {
  max-width: 383px;
  text-align: center;
  background-image: url("../images/testimonial-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
}
.index__partsl-thumb {
  padding-bottom: 30px;
}
.index__partsl-name {
  font-size: 22px;
  font-weight: 700;
}
.index__partsl-post {
  font-size: 17px;
}
.index__partsl-brief {
  font-style: italic;
  font-size: 17px;
  padding-top: 20px;
}
.index__partsl-review i {
  color: var(--color-primary2);
}
.index__partsl .swiper.index__partsl-activition {
  padding-bottom: 100px;
}
.index__partsl .swiper-pagination-bullet {
  border: 4px solid var(--color-primary2);
  height: 17px;
  width: 17px;
  background-color: #fff;
}
.index__partsl .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 4px solid transparent;
  height: 17px;
  width: 17px;
  background-color: var(--color-primary2);
}

.projectText {
  margin-bottom: 60px;
  padding-bottom: 100px;
  border-bottom: 0.5px solid rgb(194, 194, 194);
}

/*
---------------------
  HOMEPAGE SERVICE 04
---------------------
*/
.servicesNewBox:hover span {
  color: #fff;
}

.servicesNewBox:hover .index__product-tringle {
  background: #fff;
}
.index__product4 {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.index__product4-img {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1500px) {
  .index__product4-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .index__product4.index__product3 {
	padding: 50px 0 0;
  }
  .index__product4-img {
    width: 100%;
	position: static;
  }
}

/*
---------------------
  HOMEPAGE SERVICE 03
---------------------
*/
.index__product3-list:hover .index__product3-ithumb {
  background: var(--color-primary2);
}

/*
---------------------
  HOMEPAGE SERVICE 05
---------------------
*/
/*
---------------------
  GLOBAL TITLES
---------------------
*/
.HtowFePadding {
  padding: 100px 0;
}

.section-title-wrapper {
  margin-bottom: 70px;
}
.section-title-wrapper.why-section {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .section-title-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .section-title-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .hed-main {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .section-titlee {
    font-size: 32px;
  }
  .index__about-dis {
    font-size: 13px;
  }
  .index__product3-ritem.text-end.text-md-start img {
    width: 100%;
  }
  .index__product3-list {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
  }
  .index__product3-bottom::before {
    width: 0px;
  }
  .index__product3-idis {
    font-size: 15px;
  }
  .index__partsl-item {
    max-width: 326px;
    text-align: center;
    width: 297px;
    padding-top: 90px;
    padding-bottom: 50px;
    background: #fff;
    border-radius: 150px 150px 30px 30px;
  }
  .index__product3-idis {
    font-size: 14px;
  }
  .index__product-header h3 {
    font-size: 20px;
  }
  .HtowFePadding {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .index__product3-ileft {
    gap: 7px;
  }
  .index__product3-stitle {
    font-size: 18px;
  }
  .index__product3-idis {
    font-size: 14px;
  }
  .section-subtitlee {
    font-size: 18px;
  }
  .section-titlee {
    font-size: 26px;
  }
  .index__product3-pdis {
    font-size: 15px;
  }
  .HtowFePadding {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 400px) {
  .section-titlee {
    font-size: 26px;
  }
  .section-subtitlee {
    font-size: 17px;
  }
  .index__about-dis {
    font-size: 12px;
  }
  .section-titlee {
    font-size: 22px;
  }
}
.homeFourSlide .swiper-slide-active {
  border: none !important;
}

.homeFourSlide .swiper-slide-active::after {
  width: 373.333px !important;
}

.homeThreequote i {
  color: #fff;
  font-size: 48px;
  position: absolute;
  top: 24px;
  left: 162px;
  visibility: hidden;
  opacity: 0;
}

.homeThreeSlide .index__partsl-item {
  z-index: 999;
}

.homeThreeSlide .swiper-slide-active {
  border: 5px solid var(--color-primary2);
  border-radius: 190px 190px 48px 48px;
  overflow: hidden;
}
.homeThreeSlide .swiper-slide-active .homeThreequote i {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  position: absolute;
}

.homeThreeSlide .swiper-slide-active::after {
  content: "";
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 0px 0px 20px 20px;
  background: var(--color-primary2);
}

.homeThreeSlide .index__partsl-thumb img {
  z-index: 9999;
  position: relative;
}

/*
---------------------
  HOMEPAGE PROJECT 01
---------------------
*/
.index__project {
  padding: 100px 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.index__project-item {
  position: relative;
}
@media (max-width: 768px) {
  .index__project {
    padding: 50px 0;
  }
  .index__project-item {
    height: auto;
  }
}
.index__project-item img {
  width: 100%;
  transition: 0.3s;
}
.index__project-content {
  padding: 30px;
  background-color: var(--color-primary2);
  position: absolute;
  bottom: 30px;
  width: 70%;
  border-radius: 10px;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .index__project-content {
    bottom: 5px;
    padding: 20px;
  }
}
.index__project-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 1200px) {
  .index__project-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .index__project-title {
    font-size: 16px;
  }
}
.index__project-stitle {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1200px) {
  .index__project-stitle {
    font-size: 14px;
  }
}
.index__project-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary2);
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.index__project .project {
  padding-bottom: 80px;
}

/*
---------------------
  HOMEPAGE PROJECT 02
---------------------
*/
.index__feature .i-fiveFetureItemsWrapper {
  width: 1200px;
}
.index__feature .i-fiveFetureItemsWrapper .fiveFetureItems {
  background-color: rgb(241, 247, 252);
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 9999;
}
.index__feature .i-fiveFetureItemsWrapper .fiveFetureItems::after {
  content: "";
  background: rgba(13, 8, 86, 0.703);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.index__feature .i-fiveFetureItemsWrapper .fiveFetureItems:hover {
  background: url("../images/about-service-bg.jpg");
  background-position: center;
  background-size: cover;
}
.index__feature .i-fiveFetureItemsWrapper .fiveFetureItems:hover::after {
  visibility: visible;
  opacity: 1;
}
.index__feature .i-fiveFetureItemsWrapper .fiveFetureItems:hover .fiveItemsImg {
  background: var(--color-primary2);
}
.index__feature .i-fiveFetureItemsWrapper .fiveFetureItems:hover .fiveText,
.index__feature .i-fiveFetureItemsWrapper .fiveFetureItems:hover .fiveText h3 {
  color: #fff;
}
.index__feature .i-fiveFetureItemsWrapper .fiveFetureItems .fiveItemsImg {
  background: var(--color-primary1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -30px;
  left: 28px;
}
.index__feature-item {
  background-color: rgb(241, 247, 252);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .index__feature-item {
    max-width: 100%;
  }
}
.index__feature-item:hover .index__feature-thumb span {
  color: #fff;
}
.index__feature-item:hover .index__feature-content p {
  color: #fff;
}
.index__feature-item:hover .index__feature-thumbimg {
  background: #fff;
}
.index__feature-item:hover .index__feature-thumbimg img {
  filter: brightness(0);
}
.index__feature-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.index__feature-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.index__feature-item::before {
  content: "";
  position: absolute;
  right: -113px;
  top: -152px;
  width: 394px;
  height: 252px;
  background: var(--color-primary2);
  border-radius: 50%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.index__feature-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary1);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.index__feature-thumb {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 3;
}
.index__feature-thumb span {
  display: block;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
}
.index__feature-thumbimg {
  height: 50px;
  width: 50px;
  background: var(--color-primary1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.index__feature-content {
  position: relative;
  z-index: 3;
  padding-top: 10px;
}
.index__projects {
  padding-top: 80px;
  border-top: 1px solid #ddd;
}
.index__projects.inner__project {
  padding: 60px 0;
  border-top: 0;
}
.index__projects-item {
  position: relative;
}
.inner__project .index__projects-item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .index__projects-item {
    margin-bottom: 30px;
  }
}
.index__projects-item:hover .index__projects-content {
  opacity: 1;
  visibility: visible;
}
.index__projects-thumb img {
  width: 100%;
}
.index__projects-content {
  background: var(--color-primary2);
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
  border-radius: 5px;
  margin: 0 10px;
  margin-top: -55px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.inner__project .index__projects-content {
  background: var(--color-primary1);
  opacity: 1;
  visibility: visible;
}
.inner__project .index__projects-item:hover .index__projects-content {
  background: var(--color-primary2);
}
@media (max-width: 991px) {
  .index__projects-content {
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 11px;
    margin-top: -70px;
  }
}
.index__projects-content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 991px) {
  .index__projects-content h3 {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.index__projects-content span {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 991px) {
  .index__projects-content span {
    font-size: 10px;
  }
}
.index__projects-btn {
  height: 40px;
  width: 40px;
  color: var(--color-primary2);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .index__projects-btn {
    right: 8px;
  }
}
.index__baner {
  background: var(--color-primary1);
  padding: 76px 0;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.index__baner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 66%;
  background: url("../images/about-contact-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 991px) {
  .index__baner::before {
    display: none;
  }
}
.index__baner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 66%;
  background: #fff;
  clip-path: polygon(100% 0%, 90% 48%, 100% 100%, 0 100%, 0% 56%, 0 0);
  z-index: 1;
}
@media (max-width: 991px) {
  .index__baner::after {
    display: none;
  }
}
.index__baner-title {
  font-size: 40px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 3;
  margin-left: 50px;
}
@media (max-width: 1200px) {
  .index__baner-title {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .index__baner-borderstyle {
    display: none;
  }
}

.newContollBanner {
  padding: 58px 0px;
}

/*
---------------------
  HOMEPAGE PRODUCT 02
---------------------
*/
.index__product2 {
  background-image: url("../images/product-crane-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.index__product2::before {
  content: "";
  left: 0;
  top: 0;
  background: rgba(3, 44, 91, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -2;
}
.index__product2-wrapper {
  max-width: 500px;
  margin-left: auto;
}
@media (max-width: 830px) {
  .index__product2-wrapper {
    margin-left: 0;
  }
}
.index__product2-title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #fff;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .index__product2-title {
    font-size: 30px;
  }
}
.index__product2-dis {
  color: #fff;
  padding-bottom: 30px;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.index__product2-playbtn {
  padding-bottom: 20px;
  display: inline-block;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.index__product2-top {
  position: absolute;
  left: 0;
  top: -100px;
}
@media (max-width: 1500px) {
  .index__product2-top {
    top: -30px;
    width: 634px;
    bottom: -30px;
  }
}
@media (max-width: 1200px) {
  .index__product2-top {
    top: 48px;
    width: 465px;
  }
}
@media (max-width: 992px) {
  .index__product2-top {
    top: 119px;
    width: 308px;
  }
}
@media (max-width: 830px) {
  .index__product2-top {
    display: none;
  }
}
.index__product2 .video-main {
  position: relative;
  display: inline-block;
}
.index__product2 .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: var(--color-primary2);
  display: inline-block;
  background: #fff;
  z-index: 999;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.index__product2 .fa-play:before {
  content: "\f04b";
}
.index__product2 .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
.index__product2 .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.index__product2 .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.index__product2 .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.index3video {
  margin-bottom: 30px;
}

.index__product2 {
  position: relative;
}

.simplebuildingImg {
  position: absolute;
  top: 0;
  right: 0;
}

.newProjectHover {
  bottom: 70px !important;
  left: 0 !important;
}

.projectDetails-paragraph p {
  font-family: "Rubik", sans-serif;
  color: #636363;
  font-size: 17px;
}

/*
---------------------
  HOMEPAGE SLIDER PAGINATION STYLE
---------------------
*/
.features-activition {
  padding-bottom: 50px;
}

.newActivationSlide {
  padding-top: 35px;
}

.features-five-activition {
  padding-bottom: 80px;
}
.features-five-activition .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 4px solid transparent;
  height: 17px;
  width: 17px;
  background-color: var(--color-primary2);
}
.features-five-activition .swiper-pagination-bullet {
  border: 4px solid var(--color-primary2);
  height: 17px;
  width: 17px;
  background-color: #fff;
}

.index__baner-cetactivition .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 4px solid transparent;
  height: 17px;
  width: 17px;
  background-color: var(--color-primary2);
}
.index__baner-cetactivition .swiper-pagination-bullet {
  border: 4px solid var(--color-primary2);
  height: 17px;
  width: 17px;
  background-color: #fff;
}

.projectHover {
  position: relative;
}

.projectHoverImg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.projectHover:hover .projectHoverImg {
  display: block;
}

@media screen and (max-width: 1400px) {
  .index__baner-borderstyle {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .index__baner {
    padding: 35px 0;
  }
}
@media screen and (max-width: 768px) {
  .index__baner-title {
    font-size: 27px;
  }
  .index__product2-title {
    font-size: 35px;
  }
  .index__product2-dis {
    font-size: 14px;
  }
  .primary-btn {
    padding: 8px 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .index__baner-title {
    font-size: 20px;
    margin-bottom: 38px;
  }
  .index__product2-title {
    font-size: 25px;
  }
}
.homePageProjectSlide .index__project-item img {
  border-radius: 20px !important;
}

.homePageProjectSlide .index__project-content {
  visibility: hidden;
  opacity: 0;
  margin-bottom: -100px;
}

.homePageProjectSlide .swiper-slide-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 47, 62, 0.6274509804);
  border-radius: 20px;
  z-index: 1;
}

.homePageProjectSlide .swiper-slide-active {
  transform: scale(1.1) !important;
  transition: 0.4s;
}
.homePageProjectSlide .swiper-slide-active .index__project-content {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  transition: 0.5s !important;
  margin-bottom: 0;
}

.homePageProjectSlide .swiper {
  overflow: visible;
}

/*
---------------------
  HOMEPAGE BRAND 01
---------------------
*/
.index__brand {
  padding-bottom: 100px;
}
.index__brand.about-brand {
  padding-top: 100px;
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
}
@media (max-width: 576px) {
  .index__brand.about-brand {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  .index__brand {
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .index__brand-item {
    text-align: center;
  }
}

/*
---------------------
  HOMEPAGE CERTIFICATE
---------------------
*/
.index__certificate {
  padding: 100px 0;
  border-top: 1px solid #ddd;
  text-align: center;
  position: relative;
  transition: all linear 0.3s;
}
.index__certificate.homeCertificate {
  border: 0;
}
.index__certificate-item {
  max-width: 370px;
}
.index__certificate-item:hover .index__certificate-content {
  background: var(--color-primary2);
}
.index__certificate-thumb {
  position: relative;
  text-align: center;
}
.index__certificate-thumb::before {
  position: absolute;
  content: "";
  left: 12.5%;
  right: 0;
  top: 150px;
  height: 80%;
  width: 75%;
  border: 12px solid var(--color-primary2);
  border-radius: 30px;
  z-index: -2;
}
.index__certificate-thumb img {
	width: 66%;
}
.index__certificate-content {
  background-color: var(--color-primary1);
  padding: 20px;
  color: #fff;
  border-radius: 100px;
  position: relative;
  z-index: 999;
  text-align: center;
  margin-bottom: 50px;
}
.index__certificate-name {
  font-size: 26px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
  color: #fff;
}
.index__certificate-post {
  display: block;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 10px;
}
.index__certificate-plus {
  width: 50px;
  height: 50px;
  background-color: var(--color-primary2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.index__certificate-plus:hover {
  background: var(--color-primary1);
}
.index__certificate-plus:hover .dBlock {
  display: block !important;
}
.index__certificate-plus:hover .dNone {
  display: none;
}
.index__certificate-plus:hover .s0 {
  left: -70px;
  opacity: 1;
  visibility: visible;
}
.index__certificate-plus:hover .s1 {
  left: -26px;
  opacity: 1;
  visibility: visible;
}
.index__certificate-plus:hover .s2 {
  left: 120px;
  opacity: 1;
  visibility: visible;
}
.index__certificate-plus:hover .s3 {
  left: 75px;
  opacity: 1;
  visibility: visible;
}
.index__certificate-s {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  border: 1px solid var(--color-primary1);
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-primary1);
}
.index__certificate-s.s0 {
  left: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.index__certificate-s.s1 {
  left: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.index__certificate-s.s2 {
  left: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.index__certificate-s.s3 {
  left: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.index__certificate-s:hover {
  background-color: var(--color-primary2);
  border: 1px solid transparent;
  color: #fff;
}
.index__certificate-helmet {
  position: absolute;
  top: 140px;
  right: 150px;
}
.related-items.index__certificate .index__certificate-item {
  max-width: 100%;
}
.related-items.index__certificate .index__certificate-thumb img {
  width: 82%;
}
.related-items.index__certificate .index__certificate-name {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .index__certificate-helmet {
    top: 100px;
    right: 70px;
  }
}
@media (max-width: 991px) {
  .index__certificate-helmet {
    right: 20px;
    width: 14%;
  }
  .related-items.index__certificate .index__certificate-name {
    font-size: 16px;
  }
  .index__certificate {
	padding: 50px 0;
  }
  .index__certificate.homeCertificate {
  	padding-top: 100px;
  }
}
.index__certificate .index__baner-cetactivition {
  padding-bottom: 20px;
}

/*
---------------------
  HOMEPAGE TEAM 02
---------------------
*/
/*
---------------------
  HOMEPAGE TEAM 03
---------------------
*/
.index__parts {
  background: var(--color-primary1);
  padding: 100px 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);
  padding-bottom: 550px;
  overflow: hidden;
}
.index__parts-wrapper {
  display: flex;
  align-items: center;
  gap: 95px;
}
@media (max-width: 991px) {
  .index__parts-wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .index__parts-wrapper {
    gap: 10px;
    align-items: start;
  }
}
@media (max-width: 640px) {
  .index__parts-wrapper {
	display: initial;
	text-align: center;
  }
  .index__parts-left .text-start {
	text-align: center !important; 
  }
}
.index__parts-item {
  max-width: 370px;
  text-align: center;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  position: relative;
  z-index: 2;
  border-radius: 68px;
  padding: 50px 20px;
  transition: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
@media (max-width: 768px) {
  .index__parts-item {
    padding: 30px 10px;
  }
}
.index__parts-item img {
	border-radius: 102px;
}
.index__parts-item:hover::before {
  background-color: transparent;
  background-image: url("../images/item-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.index__parts-item:hover .index__parts-ttitle {
  color: var(--color-primary1);
}
.index__parts-item:hover .index__parts-tdis {
  color: var(--color-primary1);
}
.index__parts-item:hover .index__parts-readmore {
  color: var(--color-primary1);
}
.index__parts-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.2;
  z-index: -2;
  transition: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.index__parts-content {
  padding-top: 30px;
}
.index__parts-ttitle {
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
  display: block;
  padding-bottom: 10px;
}
.index__parts-tdis {
  font-size: 17px;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index__parts-readmore {
  color: #fff;
}
.index__parts-readmore i {
  color: var(--color-primary2);
  padding-left: 10px;
}
.index__parts-wrapper {
  position: relative;
}
.index__parts-wrapper .index__parts-left {
	min-width: 400px;
}
.index__parts .swiper-button-left {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--color-primary2);
  border: 0;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
}
.index__parts .swiper-button-right {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--color-primary2);
  border: 0;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
}
@media (max-width: 1380px) {
  .index__parts .swiper-button-left {
    left: -10px;
	z-index: 99;
  }
  .index__parts .swiper-button-right {
    right: -10px;
	z-index: 99;
  }
}
.index__parts-bwrapper {
  background: var(--color-primary2);
  padding: 70px;
  position: relative;
  max-width: 1170px;
  margin: auto;
  margin-top: -340px;
}
@media (max-width: 1200px) {
  .index__parts-bwrapper {
    padding: 70px 40px;
  }
}
@media (max-width: 768px) {
  .index__parts-bwrapper {
    padding: 20px;
  }
  .index__parts-wrapper .index__parts-left {
  	min-width: 300px;
  }
}
.index__parts-btitle {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .index__parts-btitle {
    font-size: 25px;
  }
}
.index__parts-bdis {
  color: #fff;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.index__parts-breadmore {
  color: #fff;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}
.index__parts-breadmore i {
  padding-left: 10px;
}
.index__parts-shepe1111 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
}
.index__parts-bframe {
  position: absolute;
  right: -100px;
  top: -115px;
}
@media (max-width: 1365px) {
  .index__parts-bframe {
    right: -10px;
	top: -145px;
	width: 40%;
  }
}

.newThumb::before {
  position: absolute;
  content: "";
  left: 7%;
  right: 0px;
  top: -22px;
  height: 100%;
  width: 86%;
  border: 12px solid var(--color-primary2);
  border-radius: 30px;
  z-index: -2;
  background: #fff;
}

.newThumb {
  margin-top: 54px;
}

.newContact {
  margin-top: -70px;
}

@media screen and (max-width: 992px) {
  .index__parts-bframe {
    right: -3px;
    top: -125px;
  }
  .index__certificate-name {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .index__parts {
	padding-bottom: 450px;
  }
  .index__parts-bframe {
	top: -65px;
  }
  .shepe1111 {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .index__parts {
  	padding-bottom: 400px;
  }
  .index__parts-bframe {
  	width: 100%;
	position: static;
	right: 0;
	top: 0;
  }
  .index__certificate.homeCertificate {
  	padding-top: 50px;
  }
}
/*
---------------------
  HOMEPAGE COMPANY
---------------------
*/
.videoplay::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  top: -5%;
  left: 48.7%;
  position: absolute;
  animation: played 1.3s ease-out infinite;
}

@keyframes played {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  30% {
    transform: scale(1.5);
    opacity: 0, 8;
  }
  50% {
    transform: scale(2.3);
    opacity: 0.6;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.index__company {
  background-image: url("../images/index-about.avif");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding: 130px 0;
}
.index__company::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(3, 44, 91, 0.608);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.index__company-video {
  text-align: center;
}
.index__company-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
}
.index__company-dis {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  margin-bottom: 40px;
}
.index__company-img {
  position: absolute;
  left: 75px;
  top: -80px;
}
@media (max-width: 768px) {
  .index__company {
	padding-bottom: 50px;
  }
  .index__company-img {
    top: -90px;
	left: 5px;
    width: 150px;
  }
}
.index__company-wrapper {
  text-align: center;
  max-width: 100%;
  margin: auto;
  margin-top: -210px;
}
.index__company .video {
  height: 160px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary2);
  border: 10px solid #fff;
  margin: auto;
  margin-bottom: 50px;
}
.index__company .video i {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: var(--color-primary2);
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
}
.index__company2 {
  position: relative;
  padding: 75px 0;
  overflow: hidden;
  z-index: 3;
  background: var(--color-primary1);
}
.index__company2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 56%;
  background-color: var(--color-primary2);
  z-index: -2;
  border-top: 122px solid transparent;
  border-bottom: 120px solid transparent;
  border-right: 121px solid var(--color-primary1);
}
.index__company2-title {
  font-size: 34px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #fff;
}
.index__company2-group {
  position: absolute;
  bottom: -50px;
  left: 0;
  max-width: 360px;
  z-index: -1;
}
.index__company2-right {
  text-align: center;
  float: right;
}

@media screen and (max-width: 1200px) {
  .index__product-img {
    display: none;
  }
}
/*
 ---------------------
   HOMEPAGE WHY 01
 ---------------------
 */
.product1-row {
  display: flex;
  justify-content: space-between;
}
.product1-row .p1-right {
  width: 48%;
}
.product1-row .p1-left {
  width: 48%;
}
.product1-row .p1-left img {
  width: 100% !important;
}
.product1-row .p1-left .imgbox img {
  width: 100% !important;
}

.imgbox {
  padding: 15px;
  background: #ddd;
  border: 1px solid var(--color-primary2);
}
.imgbox img {
  width: 100%;
}

.index__product1 {
  padding: 100px 0;
  overflow: hidden;
}
.index__product1-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .index__product1 {
	padding: 50px 0;
  }
  .index__product1-content {
    flex-wrap: wrap;
  }
}
.index__product1-content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
@media (max-width: 768px) {
  .index__product1-content::before {
    display: none;
  }
}
.index__product1-content p {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  padding-top: 10px;
  display: inline-block;
}
.index__product1-header {
  display: flex;
  gap: 30px;
  align-items: center;
}
.index__product1-header span {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.index__product1-icon {
  width: 52px;
  height: 52px;
  background-color: var(--color-primary1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index__product1-dis1 {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
}
.index__product1-dis {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
}
.index__product1-dis small {
  color: var(--color-primary2);
}

.index__product1-header:hover .index__product1-icon {
  background: var(--color-primary2);
  color: #fff;
}

@media screen and (max-width: 992px) {
  .product1-row {
    display: block;
  }
  .product1-row .p1-left {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
  }
  .product1-row .p1-right {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .index__product1-dis1 {
    font-size: 15px;
  }
  .index__product1-header span {
    font-size: 18px;
  }
  .index__product1-header {
    margin-bottom: 10px;
  }
  .index__product1-dis {
    font-size: 15px;
  }
}
/*
---------------------
  HOMEPAGE BLOG 01
---------------------
*/
.index__blog {
  padding-top: 100px;
  padding-bottom: 100px;
}
.index__blog-meta {
  display: flex;
  background-color: var(--color-primary1);
  color: #fff;
  max-width: 180px;
  gap: 30px;
  padding: 10px 20px;
  border-radius: 30px;
  outline: 5px solid #fff;
  position: absolute;
  bottom: -20px;
  right: 40px;
  transition: 0.3s;
}
.index__blog-meta::before {
  content: "";
  left: 45px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
}
.index__blog-meta:hover {
  background-color: var(--color-primary2);
}
.index__blog-thumb {
  position: relative;
}
.index__blog-thumb::before {
  content: "";
}
.index__blog-thumb img {
  width: 100%;
  border-radius: 10px;
}
.index__blog-content {
  padding-top: 50px;
  margin-bottom: 50px;
}
.index__blog-content h3 {
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  color: #18181c;
}
@media (max-width: 1200px) {
  .index__blog-content h3 {
    font-size: 20px;
  }
}
.index__blog-content p {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  color: #333333;
  padding-bottom: 0px;
}
.index__blog-readmore {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  transition: 0.3s;
}
.index__blog-readmore:hover {
  color: var(--color-primary2);
  letter-spacing: 2px;
}
.index__blog-readmore i {
  padding-left: 20px;
}
.index__blog .swiper-pagination-bullet {
  border: 4px solid var(--color-primary2);
  height: 17px;
  width: 17px;
  background-color: #fff;
}
.index__blog .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 4px solid transparent;
  height: 17px;
  width: 17px;
  background-color: var(--color-primary2);
}

.newBlog:hover .index__blog-meta {
  background: var(--color-primary2);
}

.newBlog:hover .index__blog-readmore {
  color: var(--color-primary2);
}

/*
 ---------------------
   BLOG DETAILS
 ---------------------
 */
.blog__details-searchhh {
  margin-bottom: 50px;
}
.blog__details img {
  max-width: 100%;
}
.blog__details-wrapper {
  padding: 100px 0;
}
.blog__details-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 25px;
  padding-bottom: 30px;
}
.blog__details-meta li {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
}
.blog__details-meta span {
  display: inline-block;
  background: var(--color-primary2);
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
}
.blog__details-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #333333;
  margin-bottom: 25px;
}
.blog__details-discription {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  padding-right: 78px;
}
.blog__details-middle {
  padding-top: 45px;
}
.blog__details-itemm {
  background: rgb(236, 243, 248);
  padding: 40px;
  margin-bottom: 60px;
}
.blog__details-itemm img {
  display: block;
  padding-bottom: 30px;
}
.blog__details-title1 {
  color: #636363;
  font-size: 16px;
  font-style: italic;
}
.blog__details-title2 {
  display: block;
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #333333;
  margin-bottom: 10px;
}
.blog__details-title3 {
  font-size: 16px;
  color: #636363;
}
.blog__details-thumb {
  padding-bottom: 50px;
  margin-top: 50px;
}
.blog__details-search form {
  position: relative;
}
.blog__details-search form button {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  color: #fff;
  background: var(--color-primary2);
}
.blog__details-search input {
  height: 40px;
  width: 100%;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50px;
  padding: 10px 20px;
}
.blog__details-widget {
  margin-bottom: 50px;
  border: 1px solid rgb(221, 221, 221);
  padding: 30px 20px;
  border-radius: 15px;
}
.blog__details-wtitle {
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #333333;
  display: block;
}
.blog__details-cate {
  padding-top: 30px;
}
.blog__details-cate li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 17px;
  color: #636363;
}
.blog__details-cate li:hover {
  color: var(--color-primary2);
}
.blog__details-cate li a {
  color: #333333;
  font-size: 17px;
  font-family: "Rubik";
}
.blog__details-cate li a:hover {
  color: var(--color-primary2);
}
.blog__details-cate li i {
  padding-right: 10px;
}
.blog__details-tags {
  padding-top: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto auto;
  text-align: center;
}
.blog__details-tags li {
  padding: 2px;
  border: 1px solid rgb(221, 221, 221);
  line-height: 1;
}
.blog__details-tags li:hover {
  background: var(--color-primary2);
}
.blog__details-tags li:hover a {
  color: #fff;
}
.blog__details-tags li a {
  color: #333333;
  font-size: 14px;
}
.blog__details-recentpost {
  padding-bottom: 20px;
  display: flex;
  gap: 15px;
}
.blog__details-wtitlewrap {
  padding-bottom: 20px;
}
.blog__details-recentthumb img {
  max-width: 95px;
}
.blog__details-recentcontent span {
  display: block;
  padding-bottom: 5px;
}
.blog__details-recentcontent span i {
  padding-right: 10px;
}
.blog__details-recentdis {
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
.blog__details-recentdis a {
  color: #333333;
}
@media (max-width: 768px) {
  .index__blog {
	padding: 50px 0 40px;
  }
  .blog__details-sidebar {
    padding-top: 50px;
  }
}

.contol__contactwrapper-ctitle {
  display: block;
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  font-family: "Barlow", sans-serif;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 40px;
}
.contol__contactwrapper-fieldwrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.contol__contactwrapper-fieldwrapper input {
  height: 40px;
  width: 100%;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  padding: 10px 20px;
}
.contol__contactwrapper-fieldwrapper2 textarea {
  height: 150px;
  width: 66%;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  padding: 10px 20px;
}
.contol__contactwrapper-btnsubmit {
  padding: 10px 50px;
  color: #fff;
  background: var(--color-primary2);
  border-radius: 5px;
}
.contol__contactwrapper-btnwrap {
  padding-top: 20px;
}
.contol__contactwrapper .ff-el-group .ff-el-form-control::placeholder {
  color: #cdcdcd !important;
}

.BPfourHover:hover .index__blog-meta {
  background: var(--color-primary2);
}

.BPfourHover:hover .index__blog-readmore {
  color: var(--color-primary2) !important;
}

/*
---------------------
  GLOBAL BUTTONS
---------------------
*/
.primary-btn {
  display: inline-block;
  padding: 12px 30px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background-color: var(--color-primary2);
  border-radius: 100px;
  border: 1px solid transparent;
  transition: 0.3s;
  font-family: "Rubik", sans-serif;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.primary-btn.index-3-headerbtn {
  padding: 12px 30px;
}
@media (max-width: 576px) {
  .primary-btn {
    padding: 8px 20px;
  }
}
.primary-btn i {
  padding-left: 5px;
}
.primary-btn:hover {
  color: var(--color-primary2);
  border: 1px solid var(--color-primary2);
  background-color: transparent;
  font-family: "Rubik", sans-serif;
}

.secondary-btn {
  color: #fff;
  background: var(--color-primary2);
  display: inline-block;
  padding: 20px 40px;
  text-transform: uppercase;
  font-size: 17px;
  border-radius: 5px;
  transition: 0.3s;
}

@media screen and (max-width: 992px) {
  .primary-btn.index-3-headerbtn {
    padding: 8px 27px;
    font-size: 15px;
  }
  .primary-btn {
    padding: 9px 30px;
  }
}
@media screen and (max-width: 768px) {
  .primary-btn {
    padding: 7px 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .primary-btn.index-3-headerbtn {
    padding: 6px 24px;
    font-size: 12px;
  }
  .primary-btn {
    font-size: 12px;
  }
}
/*
---------------------
  HOMEPAGE FAQ 01
---------------------
*/
.index__faq {
  background: rgb(236, 243, 248);
  background-image: url("../images/faq-bg-shape.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.index__faq.bg-none {
  background-image: unset;
  background: transparent;
}
.index__faq-img img {
  max-width: 100%;
}
.index__faq-testwrapper {
  display: grid;
  align-items: center;
  grid-template-columns: auto 600px;
  grid-gap: 30px;
}
@media (max-width: 1200px) {
  .index__faq-testwrapper {
    grid-template-columns: auto;
  }
}
.index__faq-content {
  background: var(--color-primary2);
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 910px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .index__faq-content {
    padding-left: 20px;
  }
}
.index__faq-right {
  max-width: 570px;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .index__faq-right {
    padding-left: 30px;
  }
}
.index__faq-contentwrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.index__faq-conleft h2 {
  font-size: 100px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #fff;
  background: var(--color-primary1);
  padding: 15px 15px;
}
.index__faq-conleft p {
  font-size: 17px;
}
.index__faq .testimonial-img-active {
  max-width: 170px;
}
@media (max-width: 991px) {
  .index__faq .testimonial-img-active {
    max-width: 296px;
  }
}
.index__faq .test-img-item {
  margin: 0 5px;
}
.index__faq .test-item p {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .index__faq .test-item {
    max-width: 600px;
  }
}
@media (max-width: 576px) {
  .index__faq .test-item {
    max-width: 100%;
  }
}
.index__faq .accordion-item {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  margin-top: 30px;
}
.index__faq .accordion-button:focus {
  border: 0;
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.index__faq .accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 10px;
  height: 20px;
  margin-left: auto;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-image: url("none");
  transition: transform 0.2s ease-in-out;
  border-radius: 50px;
}
.index__faq .accordion-button:not(.collapsed)::after {
  background-image: url("none");
  transform: rotate(0);
  font-size: 10px;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--color-primary1);
}
.index__faq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--color-primary2);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.index__faq .accordion-button i {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: var(--color-primary2);
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  border-radius: 50px;
  margin-right: 20px;
}

@media screen and (max-width: 992px) {
  .index__faq-right {
    max-width: 100%;
    padding: 50px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .index__faq-right {
    margin: 0 auto;
  }
  .index__faq .accordion-item {
	margin-top: 10px;
  }
}
/*
---------------------
  HOMEPAGE CONTACT 01
---------------------
*/
.index__contact {
  padding-top: 140px;
  overflow: hidden;
}
.index__contact-info .contact-icon i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: var(--color-primary1);
	border-radius: 30px;
    font-size: 30px;
    color: var(--color-primary2);
}
.index__contact-info .contact-content h5 {
	margin: 10px 0 5px;
}
.index__contact-item {
  background: var(--color-primary1);
  border-radius: 21px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .index__contact-item {
    padding: 15px;
  }
}
.index__contact-section {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .index__contact-imgpeople {
    width: 100%;
  }
}
.index__contact-field {
  margin-bottom: 20px;
}
.index__contact-field input {
  height: 40px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 0 30px;
  transition: 0.5s;
  border: 0;
}
.ff-el-group .ff-el-form-control:focus {
  border-color: var(--color-primary2) !important;
}
.ff-el-group .ff-el-form-control::placeholder {
  font-size: 15px !important;
  color: #636363 !important;
  font-family: "Rubik", sans-serif;
}
.index__contact-img {
  position: relative;
}
.index__contact-btn {
  width: 100%;
  display: block !important;
  padding: 10px !important;
  text-align: center !important;
  font-size: 17px !important;
  color: #fff !important;
  background: var(--color-primary2) !important;
  border-radius: 5px !important;
  transition: all linear 0.3s !important;
}
.index__contact-newContImg {
  margin-bottom: 160px;
  margin-left: -200px;
}
.index__contact-abs {
  position: absolute;
}
.index__contact-abs.s1 {
  top: -320px;
  left: -84px;
}
@media (max-width: 1200px) {
  .index__contact-abs.s1 {
    left: 0;
  }
}

.contactNew {
  padding-top: 0px;
}

.index__contact-btn:hover {
  color: #fff;
  transform: scale(1.1);
  opacity: 1 !important;
}

img.index__contact-abs.s2 {
  top: -160px;
  right: -200px;
}

.index__contact-img {
  width: 60%;
  margin: 0 auto;
  margin-top: 100px;
}
@media (max-width: 1350px) {
  img.index__contact-abs.s2 {
    right: -120px;
  }
}
@media (max-width: 1200px) {
  img.index__contact-abs.s2 {
    left: 0;
	top: 210px;
  }
}
@media (max-width: 991px) {
  .index__contact-img {
  	margin-bottom: 20px;
  }
  .index__contact-abs.s1 {
	top: -230px;
	left: -110px;
  }
  img.index__contact-abs.s2 {
    top: -160px;
    left: 240px;
  }
}
@media (max-width: 600px) {
  .index__contact-img {
	width: 100%;
  }
  .index__contact-abs.s1 {
	width: 200px;
	top: -180px;
	left: 0;
  }
  img.index__contact-abs.s2 {
	width: 200px;
    left: auto;
    right: 0;
  }
}
@media (max-width: 420px) {
  .index__contact-img {
  	margin-top: 80px;
  }
  .index__contact-abs.s1 {
	width: 150px;
	top: -140px;
  }
  img.index__contact-abs.s2 {
	width: 150px;
	top: -120px;
  }
}

/*
---------------------
  HOMEPAGE CONTACT 02
---------------------
*/
.index__contact {
  background-image: url("../images/testimonial-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}
.index__contact.about-contact {
  padding-bottom: 0;
  background-image: unset;
}
.index__map-area .map {
  height: 450px;
}
.contoll__blog-meta {
  top: 20px;
  bottom: unset;
  right: auto;
  left: 20px;
}
.contoll__blog-item {
  padding: 0;
  border-radius: 10px;
  background-color: #f1f7fc;
}
.contoll__blog-item:hover {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  background: var(--color-primary2);
  border-radius: 10px;
}
.contoll__blog-item:hover .index__blog-content {
  color: #fff;
}
.contoll__blog-item:hover h3 {
  color: #fff;
}
.contoll__blog-item:hover .index__blog-meta {
  background: var(--color-primary2);
}
.contoll__blog-item:hover .index__blog-content p {
  color: #fff;
}
.contoll__blog-item:hover .index__blog-readmore {
  color: #fff;
}
.contoll__blog-item .index__blog-content {
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .index__contact {
	margin-top: 50px;
	padding-top: 50px;
  }
}
/*
---------------------
  HOMEPAGE FOOTER 01
---------------------
*/
.index__footer {
  background: url("../images/footer-shape.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(3, 44, 91, 0.975);
  padding: 75px 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .index__footer {
    padding-left: 15px;
  }
}
.index__footer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/footer-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.index__footer-dis {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  padding-top: 30px;
}
.index__footer-fsocial {
  gap: 10px;
  display: flex;
  padding-top: 20px;
}
.index__footer-fsocial :hover {
  background: var(--color-primary2);
  border: #fff;
  color: #fff;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.index__footer-fsocial :hover a {
  color: #fff;
}
.index__footer-fsocial li {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index__footer-fsocial li a {
  color: var(--color-primary2);
}
.index__footer-service h4 {
  color: #fff;
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  margin-left: -13px;
}
.index__footer-list {
  padding-top: 35px;
}
.index__footer-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 3px;
}
.index__footer-list li::before {
  position: absolute;
  content: "";
  left: -12px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  clip-path: polygon(43% 48%, 0 0, 0 100%);
}
.index__footer-list li:hover a {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  color: var(--color-primary2);
}
.index__footer-list li:hover::before {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  background-color: var(--color-primary2);
}
.index__footer-list li a {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  color: #fff;
}
.index__footer-schedule h4 {
  color: #fff;
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}
.index__footer-listing {
  padding-top: 30px;
}
.index__footer-listing li {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.index__footer-img1 {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .index__footer-img1 {
    display: none;
  }
}
.index__footer-circle {
  position: absolute;
  bottom: -175px;
  right: 0;
  width: 320px;
  height: 320px;
  background: var(--color-primary2);
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .index__footer-circle {
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .index__footer-circle {
    display: none;
  }
}
.index__footer-schedule {
  position: relative;
  padding: 40px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .index__footer-schedule {
    padding-left: 0;
  }
}
.index__footer-schedule::before {
  content: "";
  height: 430px;
  width: 94%;
  position: absolute;
  top: -79px;
  background-color: rgb(255, 255, 255);
  opacity: 0.11;
  margin-left: -52px;
}
@media (max-width: 991px) {
  .index__footer-schedule::before {
    display: none;
  }
}
.index__footer-top {
  padding-bottom: 10px;
}
.index__footer-bottom {
  position: relative;
  padding: 30px 0;
}
.index__footer-bottom::before {
  content: "";
  height: 1px;
  width: 100%;
  border-top: 1px solid rgb(213, 234, 251);
  opacity: 0.141;
  top: 0;
  left: 0;
  z-index: 3;
  position: absolute;
}
.index__footer-copyText {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0;
}
.index__footer-copyText a {
  color: var(--color-primary2);
}
@media (max-width: 768px) {
  .index__footer-copyText {
    margin-bottom: 30px;
  }
}
.index__footer-menu {
  display: flex;
  gap: 28px;
  justify-content: right;
}
@media (max-width: 768px) {
  .index__footer-menu {
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.index__footer-menu li a {
  font-size: 17px;
  color: #fff;
}
.index__footer-menu li a:hover {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  color: var(--color-primary2);
}

@media screen and (max-width: 800px) {
  .container {
    padding: 0px 13px;
  }
}
.about__hero {
  padding-top: 235px;
  padding-bottom: 180px;
  background-image: url("../images/bred-crumb-bg.png");
  background-size: cover;
  margin-top: -60px;
  position: relative;
}
@media (max-width: 768px) {
  .about__hero {
    padding-top: 50px;
  }
}
.about__hero-title {
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #18181c;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .about__hero-title {
    font-size: 30px;
  }
}
.about__hero-list {
  margin-top: 20px;
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  display: inline-block;
}
.about__hero-list li {
  font-size: 17px;
  display: inline-block;
}
.about__hero-list li a {
  text-transform: capitalize;
  color: #636363;
  display: block;
}
.about__hero-active {
  color: var(--color-primary2) !important;
}
.about__hero-bg {
  position: absolute;
  bottom: 0;
  right: 230px;
}
@media (max-width: 1500px) {
  .about__hero-bg {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .about__hero-bg {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .about__hero-bg {
    max-width: 350px;
  }
}

.error__page {
  padding-bottom: 100px;
  padding-top: 100px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .error__page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.error__page-wrapper {
  text-align: center;
}
.error__page-thumb {
  margin-bottom: 35px;
}
.error__page-thumb img {
  max-width: 100%;
}
.error__page-title {
  font-family: "Barlow", sans-serif;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 10px;
}
.error__page-dis {
  font-size: 17px;
  padding-bottom: 10px;
}

.service__detailsinner {
  padding-top: 100px;
}
.service__detailsinner-wrapper {
  padding-bottom: 100px;
}
.service__detailsinner-thumb {
  margin-bottom: 50px;
}
.service__detailsinner-thumb img {
  border-radius: 13px;
}
.service__detailsinner-listdetail li {
  margin-bottom: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 22px;
  transition: all linear 0.3s;
}
.service__detailsinner-listdetail li:hover i {
  background: var(--color-primary2);
}
.service__detailsinner-listdetail li i {
  height: 30px;
  width: 30px;
  display: inline-block;
  background: var(--color-primary1);
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  margin-right: 20px;
}
.service__detailsinner-detail1 {
  padding-bottom: 70px;
  overflow: hidden;
}
.service__detailsinner-right {
  position: relative;
}
.service__detailsinner-right img {
  border-radius: 13px;
}
.service__detailsinner-circle {
  border-radius: 50%;
  width: 391px;
  height: 391px;
  border: 10px solid #fff;
  background: var(--color-primary2);
  display: flex;
  justify-content: center;
  position: absolute;
  right: -195px;
  top: 0;
  padding-left: 120px;
}
.service__detailsinner-circle p {
  color: #fff;
  font-size: 17px;
  transform: rotate(270deg);
  direction: ltr;
  text-align: center;
}
.service__detailsinner-lgdis {
  font-size: 16px;
  color: #636363;
}

.serviceDetails {
  margin-bottom: 60px;
}
.serviceDetails p {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #636363;
}

.service__detailsinner-thumb img {
  width: 100%;
}

.project__innerdetails-thumb img {
  width: 100%;
}

.project__innerdetails {
  padding-top: 60px;
}
.project__innerdetails-list1 li {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.project__innerdetails-list1 li img {
  padding-right: 10px;
}
.project__innerdetails-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  padding-bottom: 20px;
}
.project__innerdetails-thumb {
  padding: 50px 0;
}
.project__innerdetails p {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  color: #636363;
}

.product__innerdetails {
  padding: 130px 0;
}
.product-innertop {
  margin-bottom: 50px;
}
.product-innertop .swiper-button-next,
.product-innertop .swiper-button-prev {
  color: var(--color-primary2);
}
.product-detail-img {
  border: 2px solid var(--color-primary2);
  border-radius: 20px;
}
.product-detail-thumb .swiper-slide {
  float: left;
  padding: 5px;
  width: auto;
}
.product-detail-thumb .swiper-slide img {
  border: 1px solid var(--color-primary1);
  border-radius: 5px;
}
.product-detail-thumb .swiper-slide.swiper-slide-thumb-active img {
  border-color: var(--color-primary2);
}
.product__innerdetails-social {
  display: flex;
  align-items: center;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50px;
  padding: 10px 40px;
}
.product__innerdetails-list li {
  margin-bottom: 25px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50px;
  padding: 10px 40px;
}
.product__innerdetails-stitle {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.product__innerdetails .index__footer-fsocial {
  padding-top: 0;
}
.product-details h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  padding: 10px 15px;
  color: #fff;
  background-image: linear-gradient(45deg, #032c5b, #0d6efd);
}
.product-details ul li {
  margin-bottom: 6px;
  margin-left: 6px;
}
.product-details ul li::before {
  color: var(--color-primary1);
  content: "\f35a";
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 5px;
}
.product-details .index__faq .accordion-item {
  margin-top: 0;
}

@media (max-width: 991px) {
  .product__innerdetails {
    padding: 80px 0;
  }
  .product__innerdetails-left {
	text-align: center;
  }
  .product__innerdetails-right {
	margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .product__innerdetails {
    padding: 40px 0;
  }
}