@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*==Font-setup==*/

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #000;
    background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/*==Basic-setup==*/

/* scroll-bar */
.scrolltotop {
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  background: #F66913;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 25px;
  bottom: 15px;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  display: none;
}

.scrolltotop i {
  color: #ffff;
  font-size: 20px;
}


/*===this-is-code-start===*/
.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-area {
  background: #fff;
  padding: 22px 0;
  width: 100%;
  z-index: 10000;
}

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

.logo-item img {
  max-width: 90px;
}

/*==container-setup==*/

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  animation: goDown 0.6s ease-in-out forwards;
   background: ;
    box-shadow: 0px 14px 17px -20px rgba(0,0,0,.5);    
}

@keyframes goDown {
  0%{
    top: -60px;
  }
  100% {
    transform: translateY(0);
  }
}

.menu-btn {
  width: 25px;
  cursor: pointer;
  margin-left: auto;
}

.menu-btn span {
  height: 2px;
  background: #4C4D4D;
  border-radius: 10px;
  margin-top: 5px;
  display: block;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  left: -400px;
  max-width: 400px;
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  transition: left 0.4s ease;
  z-index: 10000;
}

.sidebar-menu.active {
  left: 0;
}

.sidebar-menu .menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 15px 10px 15px;
  background: #fff;
}

.close-icon {
  position: relative;
  cursor: pointer;
  padding: 10px;
}

.close-icon i {
  color: #101112;
  font-size: 25px;
}

.menu-wrap {
  margin-top: 30px;
  padding: 0 20px;
}

.menu-wrap .menu-item a {
  font-weight: 500;
  font-size: 19px;
  display: block;
  color: #101112;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 10px 0;
}

.sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.mobil-brand img {
  max-width: 90px;
}


/* Overlay styles */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/*==hero-section==*/
.headline {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}

.headline a {
  color: #ffff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.headline-slider {
  background: #1B2D40;
  overflow: hidden;
  position: relative;
}

.headline-wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  width: max-content;
}

.headline {
  padding: 12px 30px;
  text-align: center;
  min-width: 300px;
}

.headline p {
  font-size: 16px;
  color: #333;
  margin: 0;
  white-space: normal;
}

.hero-area {
  background: #ffffff;
  padding: 15px 0 60px 0;
}

.hero-main {
  display: grid;
  grid-template-columns: 59% auto;
  column-gap: 60px;
  align-items: center;
}

.hero-right h4 {
  font-weight: 400;
  font-size: 23px;
  color: #101112;
}

.hero-list-1 {
  display: flex;
  column-gap: 10px;
  margin-top: 20px;
}

.hero-list-1 li:nth-of-type(1) {
  font-weight: 400;
  font-size: 18px;
  color: #101112; 
}

.hero-list-1 li:nth-of-type(1) del {
  color: #909091;
}

.hero-list-1 li:nth-of-type(2) {
  font-weight: 400;
  font-size: 12px;
  color: #101112;
  background: #E9F5FF;
  padding: 5px;
}

.hero-list-2 {
  display: flex;
  column-gap: 10px;
  margin-top: 15px;
}

.hero-list-2 a {
  font-weight: 400;
  font-size: 14px;
  color: #585858;
}

.hero-list-2 a:hover {
  text-decoration: underline;
}

.hero-pg1 p {
  font-weight: 400;
  font-size: 16px;
  color: #101112;
  line-height: 28px;
  margin-top: 20px;
}

.hero-list-3 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 22px;
}

.hero-list-3 li {
  font-weight: 400;
  font-size: 15px;
  color: #101112;
  display: flex;
  align-items: center;
  column-gap: 10px;
}


.hero-list-3 li img {
  display: block;
  max-width: 40px;
}

.hero-accordion {
  margin-top: 30px;
}

.ac-trigger {
  font-weight: 400;
  font-size: 16px;
  color: #101112;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}

.ac-panel-cnt p {
  font-weight: 400;
  font-size: 15px;
  color: #101112;
  margin-bottom: 20px;
}

.ac-panel-cnt ul li {
  font-weight: 400;
  font-size: 15px;
  color: #101112;
  margin-bottom: 20px;
}

.accordion-pg p {
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  color: #FF0000;
}

.ac-trigger::after {
  content: "\2b";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
  color: #868687;
}

.ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.ac-panel .ac-text {
  color: #111;
  padding: 8px;
  margin: 0;
}

.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac.is-active .ac-trigger::after {
  content: "\f068";
}

.add-card-btn a {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  padding: 15px 5px;
  text-transform: uppercase;
  display: block;
  background: #16222d;
  text-align: center;
  margin-top: 22px;
}

.add-card-btn a:hover {
  opacity: 0.9;
}

/*==thumb-css==*/
.slider-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main-image {
  height: 680px;
  overflow: hidden;
  position: relative;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease;
}

.main-image img.slide-left {
  transform: translateX(-100%);
}

.main-image img.slide-right {
  transform: translateX(100%);
}

.main-image img.active {
  transform: translateX(0);
}

.thmp-inner {
  position: relative;
  width: 100%;
}

.thumbnail-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow-x: auto;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.thumbnail-container::-webkit-scrollbar {
  display: none;
}

.thumbnail {
  height: 89px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border 0.3s ease;
  flex-shrink: 0;
  width: 13%;
}

.thumbnail.active {
  border-color: #515252;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffff;
  width: 50px;
  height: 50px;
  color: #515252;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.prev-button {
  left: 0;
}

.next-button {
  right: 0;
}

.thumb-nav-button {
  position: absolute;
  background: teal;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  z-index: 20;
  transition: background 0.3s ease;
  display: none;
}

.thumb-prev-button {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.thumb-next-button {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.image-counter {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 10;
  display: none;
}

@media (max-width: 767px) {
  .slider-container {
    flex-direction: column;
  }

  .main-image {
    height: 300px;
    width: 100%;
  }

  .thumbnail-container {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 10px 0;
    width: 100%;
  }

}


/*==edge-section==*/
.edge-area {
  background: #ffff;
  padding: 10px 0 23px 0;
}

.edge-main {
  text-align: center;
  max-width: 674px;
  margin: auto;
}

.edge-main h4 {
  font-weight: 400;
  font-size: 33px;
  color: #000;
}

.edge-main h5 {
  font-weight: 400;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  margin-top: 22px;
}

.edge-main img {
  max-width: 306px;
  margin: auto;
  display: block;
  border-radius: 5px;
  margin-top: 28px;
  margin-bottom: 20px;
}

.edge-main p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  line-height: 30px;
}

.edge-main p i {
  font-size: 14px;
}

.edge-main p strong {
  font-weight: 400;
  font-style: italic;
}

/*==work-section==*/
.work-area {
  background: #ffff;
  padding: 50px 0 0px 0;
}

.work-main {
  max-width: 722px;
  margin: auto;
  text-align: center;
}

.work-main h4 {
  font-weight: 400;
  font-size: 33px;
  color: #000;
}

.work-main h5 {
  font-weight: 400;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
}

.work-main p {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  margin-top: 30px;
}

.work-video {
  max-width: 300px;
  margin: auto;
  margin-top: 30px;
}

.work-video video {
  width: 100%;
  border-radius: 10px;
}

.work-btn {
  max-width: 490px;
  margin: auto;
}

.work-btn a {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  border-radius: 12px;
  padding: 12px 5px;
  text-transform: uppercase;
  display: block;
  background: linear-gradient(to right, #213C58, #101112);
  text-align: center;
  margin-top: 30px;
}

.work-btn a:hover {
  opacity: 0.9;
}

.headline-slider2 .headline {
  font-weight: 500;
  min-width: 180px;
}

.power-main {
 background-color: #E9F5FF;
  padding: 60px 20px;
  text-align: center;
  border-radius: 8px;
  margin-top: 40px;
}

.power-main h3 {
  font-weight: 400;
  font-size: 28px;
  color: #101112;
}

.power-main p {
  font-weight: 400;
  font-size: 16px;
  color: #101112;
  margin-top: 30px;
}


/*==slider-section==*/

.slider-area {
  background: #ffff;
  padding: 75px 0;
  padding-left: calc((100% - 1200px) / 2);
}

.slider-item2 {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
}

.slider-item2 h4 {
  font-weight: 500;
  font-size: 21px;
  color: #000000;
}

.slider-item2 p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}

.main-content2 {
    position: relative;
}

.main-content2 .owl-dots {
    width: 100%;
    text-align: center;
    position: initial;
    bottom: 1%;
    display: none;
}

.main-content2 .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 10px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 1px solid #000 !important;
  margin-top: 20px;
}

.main-content2 .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    height: 8px;
    border-radius: 100px;
}

.main-content2 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.main-content2 .owl-theme .custom-nav .owl-prev, .main-content2 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content2 .owl-theme .custom-nav .owl-prev i, .main-content2 .owl-theme .custom-nav .owl-next i {
    font-size: 20px;
    color: #515253;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    background: #fff;
    box-shadow: 0 1px 1px #00000014,0 1px 5px #0000000f;
}

.main-content2:hover.main-content2 .owl-theme .custom-nav .owl-prev i, .main-content2:hover .owl-theme .custom-nav .owl-next i {
  opacity: 1;
}

.main-content2 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content2 .owl-theme .custom-nav .owl-next {
    right: 0;
}

/* grounding-seciton */
.grounding-area {
  background: #ffff;
  padding: 5px 0 100px 0;
}

.grounding-main {
  max-width: 740px;
  margin: auto;
  text-align: center;
}

.grounding-main h5 {
  font-weight: 400;
  font-size: 10px;
  color: #101112;
  text-transform: uppercase;
}

.grounding-main p {
  font-weight: 400;
  font-size: 33px;
  color: #101112;
  font-style: italic;
  position: relative;
  z-index: 2;
}

.ground-pg {
  position: relative;
  margin-top: 85px;
}

.pg-img {
  position: absolute;
  left: -19px;
  top: -56px;
  z-index: 1;
}

.ground-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 49px;
}

/*==questions-section==*/
.questions-area {
  background: #ffff;
  padding: 10px 0 0px 0;
}

.questions-title h2 {
  font-weight: 400;
  font-size: 35px;
  color: #000;
  text-align: center;
}

.questions-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 40px;
  margin-top: 50px;
}

/*==reviews-section==*/
.reviews-area {
  padding: 100px 0;
}

.reviews-container {
  max-width: 1320px;
}

.reviews-title h2 {
  font-weight: 600;
  font-size: 20px;
  color: #101112;
}

.reviews-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin-top: 43px;
  align-items: center;
  margin-bottom: 30px;
}

.reviews-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}

.reviews-right ul li a {
  font-weight: 600;
  font-size: 14px;
  color: #101112;
  border: 1px solid #101112;
  padding: 8px 10px;
  display: inline-block;
}

.reviews-right ul li a:hover {
  opacity: 0.8;
}

.reviews-right ul li:nth-of-type(1) a {
  padding: 10px 20px;
}

.reviews-left {
  display: grid;
  grid-template-columns: 31% auto;
  align-items: center;
  column-gap: 50px;
}

.reviews-left-1 {
  text-align: center;
  max-width: 130px;
}

.border-left {
  border-right: 1px solid #E6E6E6;
}

.reviews-left-1 h3 {
  font-weight: 700;
  font-size: 32px;
  color: #101112;
}

.reviews-left-1 h6 {
  font-weight: 400;
  font-size: 12px;
  color: #101112;
  margin-top: 15px;
}

.reviews-left-1 img {
  max-width: 108px;
  margin-top: 15px;
}

.reviews-left-2 {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.line-review {
  height: 8px;
  background: #E6E6E6;
  border-radius: 2px;
}

.reviews-left-2 ul {
  display: grid;
  grid-template-columns: 18% 62% auto;
  align-items: center;
  column-gap: 10px;
}

.reviews-left-2 ul li {
  font-weight: 400;
  font-size: 14px;
  color: #101112;
}

.line-yellow {
  display: block;
  width: 70%;
  background: #FED54E;
  height: 100%;
}

.yellow2 {
  width: 20%;
}

.yellow3 {
  width: 4%;
}

.yellow4 {
  width: 3%;
}

.yellow5 {
  width: 2%;
}

.review-write-wrap {
  display: grid;
  grid-template-columns: 16% auto;
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  padding: 30px 0;
}

.review-write-left {
  display: grid;
  grid-template-columns: 26% auto;
}

.review-write-left ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.review-write-left ul li  img {
  max-width: 20px;
}

.review-write-left ul li:nth-of-type(1) {
  font-weight: 700;
  font-size: 14px;
  color: #101112;
}

.review-write-left ul li:nth-of-type(3) {
  font-weight: 400;
  font-size: 14px;
  color: #101112;
  opacity: 0.6;
}

.review-write-left p {
  font-weight: 400;
  font-size: 014px;
  color: #C35500;
  margin-top: 5px;
}

.review-write-wrap h5 {
  font-weight: 400;
  font-size: 12px;
  color: #101112;
  opacity: 0.6;
  margin-top: 10px;
}

.prof-img {
  font-weight: 400;
  font-size: 16px;
  color: #101112;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.prof-chekc {
  position: absolute;
  right: -2px;
  bottom: -3px;
}

.prof-chekc svg path {
  fill: #C35601;
}

.review-write-right img {
  max-width: 80px;
}

.review-write-right h4 {
  font-weight: 700;
  font-size: 16px;
  color: #101112;
  margin-top: 15px;
}

.review-write-right p {
  font-weight: 400;
  font-size: 14px;
  color: #101112;
  margin-top: 10px;
}

.pagination-main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  column-gap: 33px;
}

.pagination-main ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #101112;
  opacity: 0.5;
}

.pagi-act {
  font-weight: 600 !important;
  font-size: 16px !important;
  opacity: 1 !important;
}

.pagi-btn {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.pagi-btn a {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  border-radius: 12px;
  padding: 12px 5px;
  text-transform: uppercase;
  display: block;
  background: linear-gradient(to right, #213C58, #101112);
  text-align: center;
  margin-top: 30px;
  text-align: center;
}

.pagi-btn a:hover {
  opacity: 0.9;
}

.footer-area {
  background: #16222D;
  padding: 20px 0 60px 0;
}

.footer-main {
  display: grid;
  grid-template-columns: 22% 22% 22% auto;
  margin-top: 50px;
}

.footer-logo img {
  max-width: 386px;
  margin: auto;
  display: block;
}

.footer-item h4 {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}

.footer-item ul li {
  margin-top: 20px;
}

.footer-item ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.footer-item4 a {
  text-decoration: underline;
}

.copyright-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.copyright-item1 ul li a svg {
  width: 35px;
}

.copyright-item1 ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.copyright-item1 ul li a svg path {
  fill: #fff;
}

.copyright-item3 ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end; 
  margin-bottom: 10px;
}

.copyright-item2 {
  text-align: center;
}

.copyright-item2 p {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin-top: 20px;
}

.copyright-item2 select {
  font-weight: 400;
  font-size: 16px;
  color: #ffff;
  background: none;
  border: none;
  text-align: center;
}

.copyright-item2 select option {
  background: none;
  color: #000;
  border: none;
}