/*---------------------------
 CSS Index  
****************************

01. Variables
02. Typography
03. Spacing
04. Reset
05. Forms
06. Shortcode
07. Common
08. Animations
09. Text Animation
10. Sal
11. extend
12. header-one
13. nav
14. mobile-menu
15. side-collups
15. side-collups
16.banner';
17.section-title';
18.services';
19.social';
20.button';
21.blog';
22.faq';
23.product';
24.team';
25testimonial';
26.banner';
27testimonial-swiper';
28.error';
29.img-common-style';
30.brand';
31.progress-bar';
32.icons-style';
33.portfolio';
34.pricing';
35.counter';
36.rating';
37.work';
38.taglist';
39contact';
40.tab';
41.skills';
42.quick-action';
43.breadcrumb';
44.team-details';
45.ack-to-top';
46.video';
47.pagination';
48.blog-details';
49.pre-loader';
50.about';
51.projects-details';
52.footers';
----------------------------*/
/*----Default Css----*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap");
:root {
  --color-primary: #E42032;
  --color-secondary: #1273EB;
  --color-secondary-alt: #1274eb7f;
  --color-purple:#4A11EB;
  --color-gray: #f6f6f6;
  --color-gray-2: #f5f8fa;
  --color-subtitle: #f9004d;
  --background-color-1: #24243557;
  --background-color-2: #13131d;
  --background-color-3: #151521;
  --background-color-4: #242435;
  --background-color-5: #EDF5FF;
  --gradient-one: linear-gradient(to right bottom, #E42032, #1273EB);
  --gradient-two: linear-gradient(to right, #ED145B, #4A11EB);
  --gradient-three: linear-gradient(to right, #03041c, #0612b3);
  --text-gradient-one:linear-gradient(to right, #E42032, #4A11EB);
  --color-heading:#03041C;
  --color-body: #6A6C71;
  --color-dark:#1d1d1d;
  --color-text-1:#DEDEDE;
  --color-light-heading: #181c32;
  --color-light-body: #65676b;
  --color-border-white: #00000024;
  --color-midgray: #878787;
  --color-light: #E4E6EA;
  --color-lighter: #CED0D4;
  --color-lightest: #F0F2F5;
  --color-border: #ffffff14;
  --color-white: #ffffff;
  --color-white-75: rgba(255, 255, 255, 0.75);
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --font-primary: "Roboto", sans-serif;
  --font-secondary: "Manrope", sans-serif;
  --font-three: "fontawesome";
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.5s;
  --font-size-b1: 16px;
  --font-size-b2: 18px;
  --font-size-b3: 22px;
  --line-height-b1: 1.75;
  --line-height-b2: 1.6;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 36px;
  --h3: 27px;
  --h4: 24px;
  --h5: 20px;
  --h6: 18px;
}


/*----Elements Style----*/
.banner-bottom {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .banner-bottom {
    flex-direction: column;
    align-items: center;
  }
}
.banner-bottom .video-title {
  margin-left: 15px;
  font-size: 17px;
  line-height: 22px;
  font-weight: var(--s-semi-bold);
  font-family: var(--font-secondary);
}

.button-area-banner-one {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 575px) {
  .button-area-banner-one {
    gap: 30px;
  }
}

.tmp-banner-swiper-one-area .tmp-banner-area {
  position: relative;
  z-index: 1;
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .one {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  mix-blend-mode: multiply;
  z-index: -1;
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .two {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .three {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .one {
  animation: slideInLeft 0.8s linear;
  height: 100%;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .two {
  animation: slideInLeft 0.8s linear;
  height: 100%;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .three {
  animation: slideInLeft 1s linear;
  height: 100%;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner span.sub-title {
  animation: fadeInUp2 1s linear;
  animation-delay: 0.5s;
  opacity: 1;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner h1.title {
  animation: fadeInUp2 1s linear;
  animation-delay: 0.8s;
  opacity: 1;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
  animation: fadeInUp2 1.3s linear;
  animation-delay: 1.1s;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc br {
    display: none;
  }
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner .button-area-banner-one {
  animation: fadeInUp2 1.8s linear;
  animation-delay: 1.4s;
  opacity: 1;
  display: flex;
  max-width: max-content;
}

.mySwiper-banner-one {
  position: relative;
}
.mySwiper-banner-one .swiper-button-next::after,
.mySwiper-banner-one .swiper-button-prev::after {
  height: 65px;
  min-width: 65px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
}
.mySwiper-banner-one .swiper-button-next:hover::after,
.mySwiper-banner-one .swiper-button-prev:hover::after {
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.1);
  border: 1px solid transparent;
}
.mySwiper-banner-one .swiper-button-next {
  right: 70px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .mySwiper-banner-one .swiper-button-next {
    right: 50px;
    bottom: 100px;
    top: auto;
  }
}
@media only screen and (max-width: 575px) {
  .mySwiper-banner-one .swiper-button-next {
    bottom: 40px;
  }
}
.mySwiper-banner-one .swiper-button-next::after {
  content: "\f061";
  font-weight: 200;
  font-family: var(--font-three);
}
.mySwiper-banner-one .swiper-button-prev {
  right: 70px;
  left: auto;
  margin-top: -70px;
}
@media only screen and (max-width: 767px) {
  .mySwiper-banner-one .swiper-button-prev {
    left: 50px;
    right: auto;
    bottom: 100px;
    top: auto;
  }
}
@media only screen and (max-width: 575px) {
  .mySwiper-banner-one .swiper-button-prev {
    bottom: 40px;
  }
}
.mySwiper-banner-one .swiper-button-prev::after {
  content: "\f060";
  font-weight: 200;
  font-family: var(--font-three);
}

.banner-one-main-wrapper {
  display: flex;
  align-items: center;
  padding: 140px 0;
}
@media only screen and (max-width: 1199px) {
  .banner-one-main-wrapper {
    max-width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-main-wrapper {
    max-width: 81%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper {
    padding: 100px 0 140px 0;
  }
}
.banner-one-main-wrapper .inner span.sub-title {
  color: #fff;
  display: block;
  margin-bottom: 16px;
  opacity: 0;
  transition-delay: 0.5s;
  display: block;
}
.banner-one-main-wrapper .inner .title {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 22px;
  transition-delay: 1s;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 48px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 28px;
    line-height: 1.4;
  }
}
.banner-one-main-wrapper .inner p.disc {
  color: #FFFFFF;
  transition-delay: 1.5s;
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .inner p.disc br {
    display: none;
  }
}
.banner-one-main-wrapper .inner .button-area-banner-one {
  transition-delay: 2s;
  opacity: 0;
}
.banner-one-main-wrapper .inner .button-area-banner-one .video-play-button::after {
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .inner .button-area-banner-one .vedio-icone .play-video p.text {
    display: none;
  }
}

.banner-area.banner-style-two {
  background-image: url(../images/banner/banner-two.png);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-area.banner-style-two .rating .stars-group .star i {
  color: var(--color-secondary);
}
.banner-area.banner-style-two .product-share .profile-share a:hover img {
  border-color: var(--color-secondary);
}
.banner-area.banner-style-two .vedio-icone .video-play-button::before {
  background: transparent;
  border: 1px solid #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 15px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 60px 10px;
  }
}
.banner-area.banner-style-two .banner-inner .sub-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  font-weight: var(--s-medium);
  font-family: var(--font-secondary);
  color: #141414;
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .banner-inner .sub-title {
    font-size: 14px;
  }
}
.banner-area.banner-style-two .banner-inner .title {
  font-size: 60px;
  line-height: 75px;
  color: var(--color-heading);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 50px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 32px;
    line-height: 48px;
  }
  .banner-area.banner-style-two .banner-inner .title br {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 25px;
    line-height: 36px;
  }
}
.banner-area.banner-style-two .banner-inner .description {
  margin-bottom: 35px;
}
.banner-area.banner-style-two .bg-circle {
  position: absolute;
  bottom: -60%;
  right: 0;
  z-index: -1;
}
.banner-area.banner-style-two .bg-dolour {
  position: absolute;
  right: 44%;
  top: 523px;
  animation: jump-1 8s linear infinite;
  z-index: -1;
}
.banner-area.banner-style-two .bg-blue-circle {
  position: absolute;
  top: 160px;
  right: 50px;
  animation: jump-2 10s linear infinite;
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .bg-blue-circle {
    position: absolute;
    top: 176px;
    right: 0;
    animation: jump-2 10s linear infinite;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area.banner-style-two .bg-blue-circle img {
    max-width: 150px;
  }
}
.banner-area.banner-style-two .bg-curly-lines {
  position: absolute;
  bottom: -20%;
  left: -9%;
  animation: jump-2 10s linear infinite;
  z-index: -1;
}
.banner-area.banner-style-two .vedio-icone .video-play-button p.text {
  min-width: max-content;
  margin-left: 67px !important;
  top: 22%;
  position: absolute;
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .banner-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner-area .banner-two-thumbnail .thumbnail {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .banner-area .banner-two-thumbnail .thumbnail img {
    max-width: 100%;
    margin: auto;
  }
}
.banner-area .banner-two-thumbnail .thumbnail .product-share {
  position: absolute;
  left: 60%;
  bottom: 120px;
  animation: jump-2 8s linear infinite;
  z-index: 10;
}
@media only screen and (max-width: 575px) {
  .banner-area .banner-two-thumbnail .thumbnail .product-share {
    left: 62%;
    bottom: 45%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area .banner-two-thumbnail .thumbnail .product-share {
    left: 0;
    bottom: 47%;
    min-width: max-content;
  }
}

@media only screen and (max-width: 575px) {
  .banner-style-two .vedio-icone .video-play-button::after {
    width: 60px;
    height: 60px;
  }
}

.banner-tag {
  position: absolute;
  top: 19%;
  left: -24%;
  animation: jump-2 6s linear infinite;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-tag {
    left: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-tag {
    left: 23%;
    top: 42%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-tag {
    left: 0%;
    top: 62%;
  }
}
.banner-tag .inner {
  background-color: var(--color-white);
  padding: 15px 30px;
  display: flex;
  align-items: flex-start;
  border-radius: 8px;
}
.banner-tag .inner .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--s-bold);
  font-family: var(--font-secondary);
  margin-bottom: 5px;
}

.tmp-banner-area.banner-three {
  background-image: url(../images/banner/banner-3-bg.jpg);
  position: relative;
  z-index: 2;
}
.tmp-banner-area.banner-three .vedio-icone .video-play-button::before {
  background: rgba(255, 255, 255, 0.1215686275);
}
.tmp-banner-area.banner-three .swiper-container-three {
  width: 100%;
  position: relative;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .vedio-icone .video-play-button::after {
    height: 70px;
    width: 70px;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner {
  position: relative;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .thumbnail img {
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .thumbnail img {
    height: 400px;
    object-fit: cover;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 560px;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content {
    max-width: 95%;
    min-width: 95%;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .title {
  font-size: 50px;
  line-height: 75px;
  font-weight: var(--s-extra-bold);
  color: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .title {
    font-size: 26px;
    line-height: 38px;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .description {
  color: var(--color-white);
  font-size: 17px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-pagination-bullet-active {
  background-color: #fff;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
  margin-left: 50px;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
  margin-right: 50px;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-container {
  background-color: rgba(0, 0, 0, 0.25);
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
  background-image: none;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
  background-image: none;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
  height: 60px;
  width: 60px;
  background-color: var(--color-white);
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev,
  .tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
    display: none;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev i,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next i {
  color: var(--color-primary);
  font-size: 27px;
  transition: 0.5s;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev::after,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next::after {
  display: none;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev:hover i,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next:hover i {
  color: var(--color-primary);
}

.swiper-container-three {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-container-three {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-container-three {
    padding-top: 50px;
  }
}
.swiper-container-three .swiper-slide {
  opacity: 0;
}
.swiper-container-three .swiper-slide-active {
  opacity: 1;
}
.swiper-container-three .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  bottom: 0;
  justify-content: center;
}
.swiper-container-three .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff !important;
}
.swiper-container-three .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary) !important;
  border: 2px solid var(--color-primary) !important;
}

.tmp-banner-area.banner-three .swiper-button-next,
.tmp-banner-area.banner-three .swiper-button-prev {
  transition: 0.3s;
}
.tmp-banner-area.banner-three .swiper-button-next i::after,
.tmp-banner-area.banner-three .swiper-button-prev i::after {
  transition: 0.3s;
}
.tmp-banner-area.banner-three .swiper-button-next:hover,
.tmp-banner-area.banner-three .swiper-button-prev:hover {
  background-color: var(--color-primary);
  color: #fff;
  transform: scale(1.05);
}
.tmp-banner-area.banner-three .swiper-button-next:hover i,
.tmp-banner-area.banner-three .swiper-button-prev:hover i {
  color: #fff;
}
.tmp-banner-area.banner-three .swiper-button-next:hover i::before,
.tmp-banner-area.banner-three .swiper-button-prev:hover i::before {
  color: #fff;
}

.tmp-banner-swiper-one-area {
  max-width: 1920px;
  margin: auto;
}

.tmp-banner__agency-wrapper-bg {
  background-image: url(../images/banner/banner-agency.jpg);
  height: 1080px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner__agency-wrapper-bg {
    height: 850px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner__agency-wrapper-bg {
    height: 850px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-banner__agency-wrapper-bg {
    height: 750px;
  }
}

@media only screen and (max-width: 575px) {
  .inner-content-banner-four {
    margin-top: -150px;
  }
}

.banner-inner-content-four .vedio-icone {
  margin-bottom: 20px;
}
.banner-inner-content-four .vedio-icone .video-play-button::before {
  background: rgba(255, 255, 255, 0.08);
}
.banner-inner-content-four .content-wrapper .title {
  color: #fff;
  font-size: 70px;
  line-height: 1.3;
  font-family: var(--font-secondary);
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1199px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 50px;
    font-weight: 600;
  }
  .banner-inner-content-four .content-wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 44px;
    font-weight: 600;
  }
  .banner-inner-content-four .content-wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 26px;
  }
}
.banner-inner-content-four .content-wrapper .title span {
  position: relative;
  font-weight: 300;
}
.banner-inner-content-four .content-wrapper .title span::after {
  position: absolute;
  left: 0;
  content: "";
  bottom: 2px;
  height: 2px;
  background: #fff;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .banner-inner-content-four .content-wrapper .title span::after {
    display: none;
  }
}
.banner-inner-content-four .content-wrapper p.disc {
  color: #d8d8d8;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
.banner-inner-content-four .content-wrapper .button-area-banner-one {
  margin-top: 50px;
}

.tmp-ocean .ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: 0;
  background: #ffffff;
}
.tmp-ocean .wave {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(285deg) brightness(105%) contrast(106%);
}
.tmp-ocean .wave:nth-of-type(2) {
  top: -175px;
  animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 20s ease -1.25s infinite;
  opacity: 1;
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -15px, 0);
  }
  50% {
    transform: translate3d(0, 1px, 0);
  }
}

.banner-bg-startup {
  background-image: url(../images/banner/startup.jpg);
  height: 920px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .banner-bg-startup {
    height: 700px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-bg-startup {
    height: 600px;
  }
}
.banner-bg-startup.bg-two {
  background-image: url(../images/banner/startup-1.jpg);
}
.banner-bg-startup.bg-three {
  background-image: url(../images/banner/startup-3.jpg);
}

.banner-startup-main-content-wrapper {
  text-align: center;
}
.banner-startup-main-content-wrapper .title {
  color: #fff;
  font-size: 75px;
  line-height: 1.3;
}
.banner-startup-main-content-wrapper p.disc {
  color: #f1f1f1;
  max-width: 55%;
  margin-top: 30px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .banner-startup-main-content-wrapper p.disc {
    max-width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-startup-main-content-wrapper p.disc {
    max-width: 95%;
  }
}

.swiper-startup-banner,
.swiper-startup-banner-construction {
  position: relative;
}
.swiper-startup-banner .banner-startup-main-content-wrapper,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper {
    margin-top: 27px;
  }
}
.swiper-startup-banner .banner-startup-main-content-wrapper > *,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper > * {
  animation-name: fadeOutUp;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.swiper-startup-banner .banner-startup-main-content-wrapper .title,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
  font-family: var(--font-primary);
  margin-bottom: 25px;
  display: block;
  font-size: 130px;
  line-height: 1.1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--color-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 50px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 50px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 575px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 36px;
  }
}
.swiper-startup-banner .banner-startup-main-content-wrapper .disc,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper .disc {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-startup-banner .banner-startup-main-content-wrapper .tmp-btn,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper .tmp-btn {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  max-width: max-content;
  margin: auto;
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .tmp-btn,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .tmp-btn {
    margin-top: 30px;
  }
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper > *,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper > * {
  animation-name: fadeInUp;
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .title,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .title {
  animation-delay: 0.5s;
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .disc,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .disc {
  animation-delay: 1s;
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .tmp-btn,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .tmp-btn {
  animation-delay: 1.5s;
}
.swiper-startup-banner .swiper-button-next,
.swiper-startup-banner .swiper-button-prev,
.swiper-startup-banner-construction .swiper-button-next,
.swiper-startup-banner-construction .swiper-button-prev {
  color: #fff;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 16px;
  transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-prev {
    display: none;
  }
}
.swiper-startup-banner .swiper-button-next::after,
.swiper-startup-banner .swiper-button-prev::after,
.swiper-startup-banner-construction .swiper-button-next::after,
.swiper-startup-banner-construction .swiper-button-prev::after {
  transition: 0.3s;
  font-size: 16px;
}
.swiper-startup-banner .swiper-button-next:hover,
.swiper-startup-banner .swiper-button-prev:hover,
.swiper-startup-banner-construction .swiper-button-next:hover,
.swiper-startup-banner-construction .swiper-button-prev:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  transform: scale(1.1);
}
.swiper-startup-banner .swiper-button-next,
.swiper-startup-banner-construction .swiper-button-next {
  right: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    display: none;
  }
}
.swiper-startup-banner .swiper-button-prev,
.swiper-startup-banner-construction .swiper-button-prev {
  left: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    display: none;
  }
}
.swiper-startup-banner .swiper-pagination,
.swiper-startup-banner-construction .swiper-pagination {
  bottom: 50px;
}
.swiper-startup-banner .swiper-pagination .swiper-pagination-bullet,
.swiper-startup-banner-construction .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: var(--color-primary);
}
.swiper-startup-banner .swiper-pagination .swiper-pagination-bullet-active,
.swiper-startup-banner-construction .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--color-primary);
}
@media only screen and (max-width: 575px) {
  .swiper-startup-banner .swiper-pagination,
  .swiper-startup-banner-construction .swiper-pagination {
    bottom: 25px;
  }
}

.tmp-banner-area.banner-style-five.inconstruction {
  height: 920px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-banner-area.banner-style-five.inconstruction {
    height: 800px;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-area.banner-style-five.inconstruction {
    height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-style-five.inconstruction {
    height: 600px;
  }
}
.tmp-banner-area.banner-style-five.inconstruction.banner-bg-construction {
  background-image: url(../images/banner/construction-01.jpg);
  background-repeat: no-repeat;
}
.tmp-banner-area.banner-style-five.inconstruction.banner-bg-construction.bg-two {
  background-image: url(../images/banner/construction-02.jpg);
  background-repeat: no-repeat;
}
.tmp-banner-area.banner-style-five.inconstruction.banner-bg-construction.bg-three {
  background-image: url(../images/banner/construction-03.jpg);
  background-repeat: no-repeat;
}
.tmp-banner-area.banner-style-five.inconstruction .banner-startup-main-content-wrapper {
  text-align: left;
  margin-left: 0;
}
.tmp-banner-area.banner-style-five.inconstruction .banner-startup-main-content-wrapper p.disc {
  margin-left: 0;
}
.tmp-banner-area.banner-style-five.inconstruction .banner-startup-main-content-wrapper .tmp-btn {
  margin-left: 0;
}

.construction-banner-top-wrapper .inconstruction {
  position: relative;
  z-index: 1;
}
.construction-banner-top-wrapper .inconstruction .shape-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  filter: brightness(0.5);
}
.construction-banner-top-wrapper .inconstruction .shape-image img {
  height: 100%;
}

.banner-one-height-control.construction-2 {
  height: 960px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-height-control.construction-2 {
    height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-height-control.construction-2 {
    height: 600px;
  }
}
.banner-one-height-control.construction-2 .inner .title {
  font-size: 120px;
  line-height: 1.2;
  font-weight: 900;
}
@media only screen and (max-width: 1199px) {
  .banner-one-height-control.construction-2 .inner .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-height-control.construction-2 .inner .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-height-control.construction-2 .inner .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-height-control.construction-2 .inner .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-height-control.construction-2 .inner .title {
    font-size: 32px;
  }
}
.banner-one-height-control.construction-2 .inner p.disc {
  margin: auto;
  margin-bottom: 30px;
}
.banner-one-height-control.construction-2 .inner .button-area-banner-one {
  margin: auto;
}
.banner-one-height-control.construction-2 .banner-one-main-wrapper {
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .banner-one-height-control.construction-2 .banner-one-main-wrapper {
    padding: 91px 0;
  }
}

.tmp-banner-swiper-one-area.construction-2 {
  position: relative;
}
.tmp-banner-swiper-one-area.construction-2 .shape-image-banner-one .three {
  display: none;
}
.tmp-banner-swiper-one-area.construction-2 .bg_image-1 {
  background-image: url(../images/banner/construction-04.jpg);
}
.tmp-banner-swiper-one-area.construction-2 .bg_image-2 {
  background-image: url(../images/banner/construction-05.jpg);
}
.tmp-banner-swiper-one-area.construction-2 .bg_image-3 {
  background-image: url(../images/banner/construction-06.jpg);
}
.tmp-banner-swiper-one-area.construction-2:hover .swiper-button-next,
.tmp-banner-swiper-one-area.construction-2:hover .swiper-button-prev {
  opacity: 1;
}
.tmp-banner-swiper-one-area.construction-2 .swiper-button-next,
.tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
  color: #fff;
  height: 65px;
  width: 65px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 16px;
  transition: 0.3s;
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-next,
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
    display: none;
  }
}
.tmp-banner-swiper-one-area.construction-2 .swiper-button-next::after,
.tmp-banner-swiper-one-area.construction-2 .swiper-button-prev::after {
  transition: 0.3s;
  font-size: 16px;
}
.tmp-banner-swiper-one-area.construction-2 .swiper-button-next:hover,
.tmp-banner-swiper-one-area.construction-2 .swiper-button-prev:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  transform: scale(1.1);
}
.tmp-banner-swiper-one-area.construction-2 .swiper-button-next {
  right: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-next {
    right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-next {
    right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-next {
    display: none;
  }
}
.tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
  left: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
    left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
    left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
    display: none;
  }
}
.tmp-banner-swiper-one-area.construction-2 .swiper-pagination {
  bottom: 50px;
}
.tmp-banner-swiper-one-area.construction-2 .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: var(--color-primary);
}
.tmp-banner-swiper-one-area.construction-2 .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--color-primary);
}
@media only screen and (max-width: 575px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-pagination {
    bottom: 25px;
  }
}

.banner-company-area-main__wrapper .pre-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary);
}
@media only screen and (max-width: 575px) {
  .banner-company-area-main__wrapper .pre-title {
    font-size: 16px;
  }
}
.banner-company-area-main__wrapper .title {
  font-size: 70px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .banner-company-area-main__wrapper .title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-company-area-main__wrapper .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-company-area-main__wrapper .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-company-area-main__wrapper .title {
    font-size: 32px;
  }
}
.banner-company-area-main__wrapper p {
  margin-bottom: 40px;
}
.banner-company-area-main__wrapper .button-area-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .banner-company-area-main__wrapper .button-area-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}

.frame-image-about-company {
  padding: 25px;
  background: #ffffff;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}
.frame-image-about-company img {
  width: 100%;
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .header-top-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.section-head {
  text-align: center;
  padding-bottom: 60px;
}
.section-head.pb-40 {
  padding-bottom: 40px;
}
.section-head.pb-0 {
  padding-bottom: 0;
}
.section-head.text-align-left {
  text-align: left;
}
.section-head.section-head-one-side {
  padding-bottom: 22px;
}
.section-head .section-sub-title {
  font-size: 16px;
  font-weight: var(--s-bold);
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: var(--font-secondary);
  display: flex;
  align-items: center;
  gap: 7px;
}
.section-head .section-sub-title.color-secondary {
  color: var(--color-secondary);
}
.section-head .section-sub-title.color-white {
  color: var(--color-white);
}
.section-head .section-sub-title img {
  margin-right: 8px;
}
.section-head .section-sub-title span.subtitle {
  font-family: var(--font-secondary);
}
.section-head .title {
  color: #03041c;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 0;
  font-weight: var(--s-extra-bold);
  margin-bottom: 0 !important;
  font-family: var(--font-secondary);
}
@media only screen and (max-width: 767px) {
  .section-head .title {
    font-size: 32px;
    line-height: 1.4;
  }
  .section-head .title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .section-head .title {
    font-size: 28px;
    line-height: 1.4;
  }
  .section-head .title br {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .section-head .title {
    font-size: 22px;
  }
}
.section-head .title.color-white {
  color: var(--color-white);
}
.section-head .description {
  margin-top: 10px;
}

.section-head.color-white {
  text-align: center;
  padding-bottom: 60px;
}
.section-head.color-white .section-sub-title {
  font-size: 16px;
  font-weight: var(--s-bold);
  color: var(--color-primary);
  text-transform: uppercase;
}
.section-head.color-white .section-sub-title span.subtitle {
  margin-left: 8px;
  font-family: var(--font-secondary);
}
.section-head.color-white .title {
  color: #ffffff;
  font-size: 36px;
  line-height: 45px;
}
@media only screen and (max-width: 575px) {
  .section-head.color-white .title {
    font-size: 22px;
    line-height: 34px;
  }
}

.section-head.pb--30 {
  padding-bottom: 30px;
}
.section-head .subtitle {
  font-weight: var(--s-bold);
}
.section-head .subtitle.color-gradiant {
  background: var(--text-gradient-one);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-head .section-sub-title.center-title {
  justify-content: center;
}

.card-bg-color {
  background-color: #D9E8FD;
}

.background-image-services {
  background-image: url(../images/services/services-bg-image.png);
}

.services-content {
  margin-top: 30px;
}
.services-content.services-content-style-1 .title {
  font-size: 27px;
  font-weight: var(--s-extra-bold);
  line-height: 45px;
  margin-top: 37px;
  margin-bottom: 0;
}
.services-content.services-content-style-1 .description {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  font-weight: var(--p-regular);
  margin-top: 10px;
}

.single-services.service-style-one .services-inner {
  padding: 30px 30px;
}
@media only screen and (max-width: 575px) {
  .single-services.service-style-one .services-inner {
    padding: 20px;
  }
}
.single-services.service-style-one .services-inner .services-content .desctiption {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
  color: #6a6c71;
}
.single-services.service-style-one .services-inner .services-content .angle-roted {
  transition: 0.3s;
}
.single-services.service-style-one .services-inner .services-content .angle-roted:hover {
  background: var(--color-primary);
  border: 1px solid transparent;
  color: #fff;
  transform: scale(1.2) translateY(-5px);
}
.single-services .services-inner {
  position: relative;
  overflow: hidden;
  padding: 0 38px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .single-services .services-inner {
    padding: 0;
  }
}
.single-services .services-inner a .title {
  transition: 0.3s;
  color: #03041c;
  font-size: 20px;
  line-height: 15px;
}
.single-services .services-inner a:hover .title {
  color: var(--color-primary);
}
.single-services .services-inner .thumbnail.thumbnail-rounded {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}
.single-services .services-inner .thumbnail.thumbnail-rounded.border-top-left {
  transition: 0.5s;
  position: relative;
}
.single-services .services-inner .thumbnail.thumbnail-rounded.border-top-left::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  border-radius: 50%;
  border: 2.52px dashed #c5c5c5;
  top: 0;
  left: 0;
  transition: 0.3s;
  animation: rotateIn-2 50s linear infinite;
  z-index: -1;
}
.single-services .services-inner .thumbnail.thumbnail-rounded img {
  display: inline-block;
  width: 100%;
  border-radius: 100%;
  padding: 10px;
  padding-bottom: 0;
  overflow: hidden;
  transition: 0.5s;
}
.single-services .services-inner .thumbnail.thumbnail-rounded .number-bg-round {
  position: absolute;
  bottom: -52px;
  left: 50%;
  height: 120px;
  width: 120px;
  line-height: 120px;
  background-color: var(--color-primary);
  border-radius: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-services .services-inner .thumbnail.thumbnail-rounded .number-bg-round span {
  font-size: 30px;
  color: var(--color-white);
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 28px;
}
.single-services .services-inner .thumbnail.thumbnail-rounded:hover.border-top-left::after {
  border-color: var(--color-primary);
}
.single-services .services-inner .thumbnail.thumbnail-rounded:hover img {
  transform: scale(1.1);
}
.single-services .services-inner.with-shadow {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
}
.single-services .services-inner .number {
  position: absolute;
  right: 40px;
  bottom: -35px;
}
.single-services .services-inner:hover .thumbnail.thumbnail-rounded.border-top-left {
  border-color: var(--color-primary);
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
}

.services-bottom {
  margin-top: 40px;
}
.services-bottom .services-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .services-bottom .services-bottom-inner {
    flex-direction: column;
  }
}
.services-bottom .services-bottom-inner .description {
  font-size: var(--font-size-b1);
  margin: 0;
}
.services-bottom .services-bottom-inner .description button {
  display: inline-block;
  max-width: max-content;
}
.services-bottom .services-bottom-inner .description button.btn-simple {
  color: var(--color-primary);
  font-weight: var(--p-bold);
  border: none;
}

/* Circle */
.hover-animation {
  position: relative;
}
.hover-animation::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(228, 32, 52, 0.1254901961);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover-animation:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.95s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.service-inner.financial-service-inner {
  border: 1px solid rgba(187, 187, 187, 0.5137254902);
  border-radius: 25px;
  text-align: center;
  padding: 50px;
  transition: 0.5s;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .service-inner.financial-service-inner {
    padding: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .service-inner.financial-service-inner {
    padding: 20px;
  }
}
.service-inner.financial-service-inner .icon {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 2px solid #E7E7E7;
  padding-bottom: 30px;
  margin-bottom: 28px;
}
.service-inner.financial-service-inner .icon img {
  height: 60px;
  width: 60px;
}
.service-inner.financial-service-inner .content {
  text-align: center;
}
.service-inner.financial-service-inner .content .title {
  font-size: 22px;
  line-height: 35px;
  font-weight: var(--s-bold);
  font-family: var(--font-secondary);
  color: var(--color-heading);
  margin-bottom: 10px;
}
.service-inner.financial-service-inner .content .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.service-inner:hover.financial-service-inner {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid transparent;
}
.service-inner:hover.financial-service-inner .content .three--dot .dot {
  background-color: var(--color-secondary);
}

.single-services .services-inner .thumbnail.thumbnail-rounded.border-top-left {
  transition: 0.5s;
  padding: 12px;
}

.thumbnail.thumbnail-rounded.border-top-left.hover-animation a {
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.thumbnail.thumbnail-rounded.border-top-left.hover-animation a img {
  padding: 0;
}

.service-inner.financial-service-inner {
  position: relative;
}
.service-inner.financial-service-inner .over_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.bg-working-1 {
  background: linear-gradient(to right, rgba(237, 245, 255, 0.1) 0%, #ccdff7 100%);
}

.check-service-wrapper .single-check {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.check-service-wrapper .single-check p {
  margin-bottom: 0;
  font-size: 16px;
}
.check-service-wrapper .single-check i {
  color: var(--color-primary);
}

.service-details p.disc {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #6a6c71;
}

.single-service-details {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.single-service-details {
  background: linear-gradient(to right, rgba(237, 245, 255, 0.1) 0%, rgba(228, 32, 50, 0.08) 100%);
  border: 1px solid #e42032;
  padding: 40px 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 575px) {
  .single-service-details {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-service-details .icon {
  display: block;
  min-width: max-content;
}
.single-service-details .icon img {
  min-width: max-content;
}
.single-service-details .information .title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.single-service-details .information p.disc {
  margin-bottom: 0;
}

.service-detials-thumb-details p.itelic {
  font-style: italic;
  color: #03041c;
  font-weight: 500;
  margin-bottom: 20px;
}
.service-detials-thumb-details .single-check {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  gap: 13px;
}
.service-detials-thumb-details .single-check i {
  color: var(--color-primary);
}
.service-detials-thumb-details .single-check p {
  font-size: 16px;
}

.side-bar-details-page .signle-side-bar {
  padding: 40px;
  background: #fff;
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.0901960784);
  border-radius: 2px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .side-bar-details-page .signle-side-bar {
    padding: 20px;
  }
}
.side-bar-details-page .signle-side-bar:last-child {
  margin-bottom: 0;
}
.side-bar-details-page .signle-side-bar .header .title {
  position: relative;
}
.side-bar-details-page .signle-side-bar .header .title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -20px;
  background-image: linear-gradient(to bottom right, var(--color-primary) 25%, #DEDEDE 25%);
}
.side-bar-details-page .signle-side-bar.search-area .body {
  position: relative;
}
.side-bar-details-page .signle-side-bar.search-area .body i {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: var(--color-primary);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.side-bar-details-page .signle-side-bar.search-area .body input {
  height: 60px;
  background: rgba(222, 222, 222, 0.3411764706);
  border-radius: 3px;
  border: 1px solid #DEDEDE;
  padding-right: 65px;
}
.side-bar-details-page .signle-side-bar.search-area .body input:focus {
  border-color: var(--color-primary);
}
.side-bar-details-page .signle-side-bar.category-area .body {
  margin-top: 50px;
}
.side-bar-details-page .signle-side-bar.category-area .body .single-category {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: rgba(222, 222, 222, 0.3411764706);
  border: 1px solid #DEDEDE;
  transition: 0.3s;
}
.side-bar-details-page .signle-side-bar.category-area .body .single-category:last-child {
  margin-bottom: 0;
}
.side-bar-details-page .signle-side-bar.category-area .body .single-category p {
  margin: 0;
  transition: 0.3s;
}
.side-bar-details-page .signle-side-bar.category-area .body .single-category i {
  transition: 0.3s;
}
.side-bar-details-page .signle-side-bar.category-area .body .single-category:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.side-bar-details-page .signle-side-bar.category-area .body .single-category:hover p {
  color: #fff;
}
.side-bar-details-page .signle-side-bar.category-area .body .single-category:hover i {
  color: #fff;
}
.side-bar-details-page .signle-side-bar.call-to-action {
  background-image: url(../images/cta/01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.side-bar-details-page .signle-side-bar.call-to-action .easy-call-to-action {
  text-align: center;
}
.side-bar-details-page .signle-side-bar.call-to-action .easy-call-to-action .icon-center-call {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  margin: auto;
  margin-bottom: 30px;
}
.side-bar-details-page .signle-side-bar.call-to-action .easy-call-to-action .title {
  color: #fff;
  font-size: 36px;
}
.side-bar-details-page .signle-side-bar.call-to-action .easy-call-to-action p.disc {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.side-bar-details-page .signle-side-bar.call-to-action .easy-call-to-action a {
  color: #fff;
  text-align: center;
  font-size: 27px;
  margin-bottom: 0;
  transition: 0.3s;
}
.side-bar-details-page .signle-side-bar.call-to-action .easy-call-to-action a:hover {
  color: var(--color-primary);
}
.side-bar-details-page .signle-side-bar.brochure .body {
  margin-top: 50px;
}
.side-bar-details-page .signle-side-bar.brochure .body .single-brocher {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: rgba(222, 222, 222, 0.3411764706);
  border: 1px solid #DEDEDE;
  transition: 0.3s;
}
.side-bar-details-page .signle-side-bar.brochure .body .single-brocher p {
  margin-bottom: 0;
  transition: 0.3s;
}
.side-bar-details-page .signle-side-bar.brochure .body .single-brocher i {
  transition: 0.3s;
}
.side-bar-details-page .signle-side-bar.brochure .body .single-brocher:hover {
  background: #03041C;
}
.side-bar-details-page .signle-side-bar.brochure .body .single-brocher:hover p {
  color: #fff;
}
.side-bar-details-page .signle-side-bar.brochure .body .single-brocher:hover i {
  color: #fff;
}

.service-single-three {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.068);
  padding: 60px 30px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .service-single-three {
    padding: 60px 20px;
  }
}
.service-single-three::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--gradient-two);
  border-radius: 8px;
  opacity: 0;
  transition: 0.4s;
}
.service-single-three a {
  display: block;
  margin-bottom: 20px;
  transition: 0.4s;
}
.service-single-three a .title {
  font-size: 20px;
  margin-bottom: 20px;
  transition: 0.4s;
}
.service-single-three p.disc {
  font-size: 16px;
  margin-bottom: 30px;
  transition: 0.4s;
}
.service-single-three svg {
  transition: 0.4s;
}
.service-single-three svg path {
  transition: 0.4s;
  fill: var(--color-primary);
}
.service-single-three:hover::after {
  opacity: 1;
}
.service-single-three:hover a .title {
  color: #fff;
}
.service-single-three:hover p.disc {
  color: #fff;
}
.service-single-three:hover svg path {
  fill: #fff;
}

.link-over {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.black-shape-bottom-service {
  height: 300px;
  background: #03041C;
  width: 87%;
  margin-top: -180px;
}

.services-style--1 {
  max-width: 1920px;
  margin: auto;
}

.faq-style-one {
  max-width: 1920px;
  margin: auto;
}

.testimonial-with-brand {
  max-width: 1920px;
  margin: auto;
}

.footer-style-one-wrapper {
  max-width: 1920px;
  margin: auto;
}

.copyright-area-one {
  max-width: 1920px;
  margin: auto;
}

.service-inner.financial-service-inner.agency-service {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid transparent;
  border-radius: 8px;
}
.service-inner.financial-service-inner.agency-service.feature-service {
  padding: 25px 10px;
}
.service-inner.financial-service-inner.agency-service.feature-service .icon {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.contact-inner-agency .ft-link li .single-contact .icon {
  background-color: var(--color-primary) !important;
}

.short-discription-between-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .short-discription-between-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .short-discription-between-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
.short-discription-between-area .title {
  font-size: 36px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .short-discription-between-area .title {
    font-size: 26px;
  }
}
.short-discription-between-area .discription-area {
  max-width: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .short-discription-between-area .discription-area {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .short-discription-between-area .discription-area {
    max-width: 100%;
  }
}
.short-discription-between-area .discription-area p.disc {
  margin-bottom: 20px;
}

.btn-readmore {
  padding: 0;
  position: relative;
  max-width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-readmore::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f1f1f1;
  transition: 0.3s;
}
.btn-readmore:hover::after {
  background: var(--color-primary);
}

.social-area-transparent {
  display: flex;
  align-items: center;
}
.social-area-transparent span {
  color: #fff;
  font-weight: 400;
}
.social-area-transparent a {
  margin-left: 18px;
}
.social-area-transparent a i {
  color: #fff;
}

.social-icons {
  padding: 0;
  margin: 0;
}
.social-icons li {
  list-style: none;
  margin: 0;
  transition: 0.5s;
}
.social-icons li a {
  display: inline-block;
}
.social-icons.social-icons-with-bg {
  background-color: var(--color-white);
  position: absolute;
  right: 0;
  bottom: 100%;
  transition: 0.5s;
  transform: scale(1, 0);
  transform-origin: bottom left;
}
.social-icons.social-icons-with-bg li a {
  width: 60px;
  height: 60px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons.social-icons-with-bg li a i {
  color: var(--color-heading);
  transition: 0.5s;
}
.social-icons.social-icons-with-bg li:hover {
  background-color: var(--color-primary);
}
.social-icons.social-icons-with-bg li:hover i {
  color: var(--color-white);
}
.social-icons.solid-social-icons {
  display: flex;
}
.social-icons.solid-social-icons li {
  margin-right: 20px;
}
.social-icons.solid-social-icons li:last-child {
  margin-right: 0;
}
.social-icons.solid-social-icons li a i {
  color: red;
}
.social-icons.rounded-social-icons li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #1D1E33;
  text-align: center;
  transform: scale(1);
  transition: 0.5s;
}
.social-icons.rounded-social-icons li a i {
  color: #ffffff;
}
.social-icons.rounded-social-icons li a:hover {
  transform: scale(1.1);
  background-color: var(--color-primary);
}
.social-icons.rounded-social-icons li a.border-one-primary {
  border: 1px solid var(--color-primary);
}
.social-icons.rounded-social-icons li a.border-one-primary i {
  color: var(--color-primary);
}

.tmp-btn {
  padding: 15px 30px;
  font-size: 17px;
  border-radius: 5px;
  transition: 0.4s;
}
.tmp-btn.btn-primary {
  background: var(--color-primary) !important;
  border: none;
  background-color: #E42032;
  background-image: linear-gradient(315deg, #E42032 0%, #E42032 74%);
  border: none;
  z-index: 1;
  text-transform: uppercase;
  position: relative;
}
.tmp-btn.btn-primary::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #E42032;
  background-image: linear-gradient(315deg, #181818 0%, #1a1a1a 74%);
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 5px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
  transition: all 0.3s ease;
  box-shadow: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-btn.btn-primary {
    padding: 12px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-btn.btn-primary {
    padding: 10px 22px;
  }
}
.tmp-btn.btn-primary:hover {
  color: #fff;
}
.tmp-btn.btn-primary:hover::after {
  top: 0;
  height: 100%;
}
.tmp-btn.btn-secondary {
  background: var(--color-secondary) !important;
  border: none;
}
.tmp-btn.btn-secondary:hover {
  background: var(--background-color-2) !important;
}
.tmp-btn.btn-with-icon i {
  transition: 0.5s;
  margin-left: 10px;
}
.tmp-btn.btn-transparent {
  background-color: transparent;
  border: 1px solid var(--color-body);
}
.tmp-btn.btn-gradiant {
  background: var(--gradient-two);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: 0.3s;
}
.tmp-btn.btn-gradiant::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #ED145B, #4A11EB);
  content: "";
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.tmp-btn.btn-gradiant:hover::after {
  opacity: 1;
}
.tmp-btn.btn-gradiant-2 {
  background: transparent;
  color: var(--color-white);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
  border: 1px solid #fff;
}
.tmp-btn.btn-gradiant-2::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #ED145B, #4A11EB);
  content: "";
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.tmp-btn.btn-gradiant-2:hover {
  border: 1px solid transparent;
}
.tmp-btn.btn-gradiant-2:hover::after {
  opacity: 1;
}

button {
  max-width: max-content;
}
button.btn-read-more {
  font-size: 16px;
  line-height: 30px;
  color: var(--color-heading);
  font-weight: var(--s-semi-bold);
}

.btn-read-more {
  font-size: 16px;
  line-height: 30px;
  color: var(--color-heading);
  font-weight: var(--s-semi-bold);
  display: flex;
  align-items: center;
  font-family: var(--font-secondary);
}
.btn-read-more .read-more-text {
  margin-right: 10px;
}
.btn-read-more .read-more-icon {
  font-size: 18px;
}

.vedio-play {
  margin-left: 40px;
}
.vedio-play .btn-rounded {
  height: 50px;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  border: 1px solid var(--color-secondary);
  text-align: center;
}
.vedio-play .btn-rounded.border-white {
  border: 1px solid var(--color-white);
}
.vedio-play .btn-rounded span i {
  color: var(--color-secondary);
}
.vedio-play .btn-rounded span i.color-white {
  color: var(--color-white);
}

.btn-learn-more {
  font-size: 16px;
  font-weight: var(--p-regular);
  line-height: 22px;
  color: var(--color-body);
}

.three--dot .dot {
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: var(--color-heading);
  transition: 0.5s;
}

.btn-gradiant-two {
  position: relative;
  color: #ffffff;
  border: none;
  padding: 25px 20px;
  overflow: hidden;
  transition: 0.5s;
}
.btn-gradiant-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: var(--gradient-two);
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.btn-gradiant-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(to left, #ED145B, #4A11EB);
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  opacity: 0;
}
.btn-gradiant-two:hover {
  transform: translateY(-5px);
}
.btn-gradiant-two:hover::before {
  opacity: 0;
}
.btn-gradiant-two:hover::after {
  opacity: 1;
}

.vedio-play {
  margin-left: 40px;
}
.vedio-play .btn-rounded {
  height: 50px;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  border: 1px solid var(--color-secondary);
  text-align: center;
}
.vedio-play .btn-rounded.border-white {
  border: 1px solid var(--color-white);
}
.vedio-play .btn-rounded span i {
  color: var(--color-secondary);
}
.vedio-play .btn-rounded span i.color-white {
  color: var(--color-white);
}
.vedio-play.vedio-play-large {
  margin-left: 0;
}
.vedio-play.vedio-play-large .btn-rounded {
  height: 105px;
  width: 105px;
  line-height: 105px;
  background-image: var(--gradient-two);
}
.vedio-play.vedio-play-large .btn-rounded.border-large {
  border: 15px solid var(--color-body);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.btn-rounded.mid-btn {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  border: 20px solid rgb(138, 18, 216);
  border-radius: 100%;
}
@media only screen and (max-width: 479px) {
  .btn-rounded.mid-btn {
    height: 60px;
    width: 60px;
    line-height: 100px;
    background-color: var(--color-white);
    border: none;
  }
}
.btn-rounded.mid-btn i {
  color: #a611eb;
  font-size: 30px;
}
@media only screen and (max-width: 479px) {
  .btn-rounded.mid-btn i {
    color: #a611eb;
    font-size: 24px;
  }
}

.single-blog .blog-inner {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.single-blog .blog-inner .thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}
.single-blog .blog-inner .thumbnail a img {
  width: 100%;
  transition: var(--transition);
}
.single-blog .blog-inner .thumbnail a:hover img {
  transform: scale(1.1);
}
.single-blog .blog-inner .thumbnail .pmt-blog-meta {
  position: absolute;
  top: 30px;
  left: 30px;
}
.single-blog .blog-inner .thumbnail .pmt-blog-meta .all-meta {
  display: flex;
  padding: 0;
  margin: 0;
}
.single-blog .blog-inner .thumbnail .pmt-blog-meta .all-meta li {
  list-style: none;
  font-size: 16px;
  line-height: 35px;
  background-color: #fff;
  font-weight: var(--p-medium);
  margin: 0;
}
.single-blog .blog-inner .thumbnail .pmt-blog-meta .all-meta li.date {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-radius: 8px 0 0 8px;
  padding: 10px;
}
.single-blog .blog-inner .thumbnail .pmt-blog-meta .all-meta li.date.bg--secondary {
  background-color: var(--color-secondary);
}
.single-blog .blog-inner .thumbnail .pmt-blog-meta .all-meta li.month {
  border-radius: 0 8px 8px 0;
  padding: 10px;
  color: var(--color-heading);
}
.single-blog .blog-inner .blog-content {
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .single-blog .blog-inner .blog-content {
    padding: 20px;
  }
}
.single-blog .blog-inner .blog-content .blog-head {
  line-height: 36px;
  font-weight: var(--s-regular);
}
.single-blog .blog-inner .blog-content .blog-head .name {
  padding-right: 10px;
  position: relative;
  font-weight: var(--s-regular);
}
.single-blog .blog-inner .blog-content .blog-head .name::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: var(--color-body);
  bottom: 0;
  right: -3px;
  transform: rotate(28deg);
}
.single-blog .blog-inner .blog-content .blog-head .designation {
  font-weight: var(--s-regular);
  padding-left: 10px;
}
.single-blog .blog-inner .blog-content .blog-body .title-area {
  margin-bottom: 12px;
  display: block;
}
.single-blog .blog-inner .blog-content .blog-body .title {
  font-size: 24px;
  line-height: 32px;
  margin-top: 13px;
  margin-bottom: 15px;
  font-weight: var(--s-bold);
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
@media only screen and (max-width: 1199px) {
  .single-blog .blog-inner .blog-content .blog-body .title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog .blog-inner .blog-content .blog-body .title {
    font-size: 20px;
  }
  .single-blog .blog-inner .blog-content .blog-body .title br {
    display: none;
  }
}
.single-blog .blog-inner .blog-content .blog-body .title.sm-title {
  font-size: 20px;
  line-height: 30px;
}
.single-blog .blog-inner .blog-content .blog-body .title.lg-title {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog .blog-inner .blog-content .blog-body .title.lg-title {
    font-size: 20px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog .blog-inner .blog-content .blog-body .title.lg-title {
    font-size: 20px;
    line-height: 31px;
  }
}
.single-blog .blog-inner .blog-content .blog-body .title:hover {
  background-size: 100% 1px;
}
.single-blog .blog-inner .blog-content .blog-body .description {
  font-size: 16px;
  line-height: 28px;
  font-weight: var(--p-regular);
  margin-bottom: 14px;
}
.single-blog.blog-style-two .blog-inner {
  background-color: transparent;
  box-shadow: none;
}
.single-blog.blog-style-two .blog-inner .blog-content {
  padding: 0;
  padding-top: 30px;
}
.single-blog.blog-style-three .blog-inner {
  padding: 15px;
}
.single-blog.blog-style-three .blog-inner .thumbnail {
  border-radius: 8px;
}
.single-blog.blog-style-three .blog-inner .blog-content {
  padding: 0 20px;
}
@media only screen and (max-width: 479px) {
  .single-blog.blog-style-three .blog-inner .blog-content {
    padding: 0;
  }
}
.single-blog.blog-style-three .blog-inner .blog-content .blog-head {
  margin-top: 30px;
}
.single-blog.blog-style-three .blog-inner .blog-content .blog-body .btn-read-more {
  display: inline-block;
}

.single-blog-recent-post-sidebar {
  margin-bottom: 20px;
}
.single-blog-recent-post-sidebar:last-child {
  margin-bottom: 0;
}
.single-blog-recent-post-sidebar a {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-blog-recent-post-sidebar a img {
  transition: 0.3s;
}
.single-blog-recent-post-sidebar a .inner {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.single-blog-recent-post-sidebar a .inner span {
  padding: 10px 22px;
  border-radius: 60px;
  background: var(--color-primary);
  color: #fff;
  font-size: 14px;
}
.single-blog-recent-post-sidebar a .inner .title {
  margin-top: 15px;
  line-height: 27px;
  margin-bottom: 0;
  color: #fff;
  transition: 0.3s;
}
.single-blog-recent-post-sidebar a .inner .title:hover {
  color: var(--color-primary);
}
.single-blog-recent-post-sidebar:hover a img {
  transform: scale(1.15);
}

.tags-wrapper-side-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.signle-tag-side-bar button {
  background: rgba(222, 222, 222, 0.2941176471);
  padding: 5px 18px;
  font-size: 13px;
  line-height: 26px;
  border-radius: 3px;
  transition: 0.3s;
  border: 1px solid #DEDEDE;
}
.signle-tag-side-bar button:hover {
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.05);
}

.single-projects-one-col-1 {
  text-align: center;
  margin-bottom: 50px;
}
.single-projects-one-col-1:last-child {
  margin-bottom: 0;
}
.single-projects-one-col-1:hover img {
  transform: scale(1.05);
}
.single-projects-one-col-1 .thumbnail {
  display: block;
  overflow: hidden;
}
.single-projects-one-col-1 .thumbnail img {
  transition: 0.3s;
}
.single-projects-one-col-1 .inner-blog-single {
  margin-top: -60px;
  padding: 0 30px;
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .single-projects-one-col-1 .inner-blog-single {
    padding: 0 10px;
  }
}
.single-projects-one-col-1 .inner-blog-single .inner {
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.0901960784);
  padding: 50px 40px;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 575px) {
  .single-projects-one-col-1 .inner-blog-single .inner {
    padding: 20px;
  }
}
.single-projects-one-col-1 .inner-blog-single .inner a .title {
  margin-top: 15px;
  font-size: 36px;
  line-height: 45px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .single-projects-one-col-1 .inner-blog-single .inner a .title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .single-projects-one-col-1 .inner-blog-single .inner a .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-projects-one-col-1 .inner-blog-single .inner a .title:hover {
  color: var(--color-primary);
}
.single-projects-one-col-1 .inner-blog-single .inner p.disc {
  text-align: center;
  margin-bottom: 30px;
}
.single-blog.blog-style-three {
  height: 100%;
}

.faq-bg-image {
  background-image: url(../images/faq/02.jpg);
}

.faq-bg-image-2 {
  background-image: url(../images/faq/faq-bg-2.jpg);
}

img {
  max-width: 100%;
}

.accordion-button:not(.collapsed) {
  color: var(--color-primary);
  background-color: transparent;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: none;
}

.accordion-item {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: none;
  display: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion-button {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 30px;
  font-weight: var(--s-bold);
  padding-left: 0;
}
.accordion-button .accordion-button-left i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 100%;
  color: var(--color-white);
  margin-right: 15px;
  transition: var(--transition);
}
.accordion-button .accordion-button-right i {
  transition: 0.5s;
}
.accordion-button .accordion-button-right i.fa-arrow-right {
  transform: rotate(1deg);
}
.accordion-button.collapsed .accordion-button-left i {
  background-color: var(--color-heading);
}
.accordion-button.collapsed .accordion-button-right i {
  color: var(--color-heading);
}
.accordion-button.collapsed .accordion-button-right i.fa-arrow-right {
  transform: rotate(45deg);
}

.accordion {
  padding: 50px;
  background-color: #fff;
}
@media only screen and (max-width: 575px) {
  .accordion {
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .accordion {
    padding: 20px 10px;
  }
}

.accordion-body {
  padding-bottom: 35px !important;
  padding: 0;
}

.faq-accordion .accordion-item .accordion-header {
  padding: 7px 0;
}
.faq-accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.faq-buttom {
  background-color: var(--color-heading);
  text-align: center;
  padding: 30px 0;
}
.faq-buttom .title {
  font-size: 16px;
  color: var(--color-white);
  line-height: 31px;
  font-weight: var(--s-regular);
  margin: 0;
}
.faq-buttom p {
  font-size: 16px;
  color: var(--color-white);
  line-height: 31px;
  font-weight: var(--s-regular);
}
.faq-buttom p a {
  color: var(--color-primary);
  font-weight: var(--s-regular);
  font-family: var(--font-secondary);
}

.faq-area.faq-style-two {
  position: relative;
  z-index: 1;
  height: 678px;
}
.faq-area.faq-style-two::before {
  position: absolute;
  content: " ";
  background-color: rgba(3, 4, 28, 0.6549019608);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.faq-area.faq-style-two .faq-inner {
  max-width: 850px;
  margin: 0 auto;
}
.faq-area.faq-style-two .faq-inner .faq-content {
  text-align: center;
}
.faq-area.faq-style-two .faq-inner .faq-content .vedio-play {
  margin-bottom: 40px;
}
.faq-area.faq-style-two .faq-inner .faq-content .vedio-play .vedio-icone {
  max-width: max-content;
  margin: auto;
}
.faq-area.faq-style-two .faq-inner .faq-content .title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: var(--s-extra-bold);
  color: var(--color-white);
}
.faq-area.faq-style-two .faq-inner .faq-content .description {
  color: var(--color-white);
  margin-top: 25px;
}

.main-faq {
  background-color: var(--color-white);
  border-radius: 8px;
}
.main-faq .faq-accordion.faq-accordion-style-two .accordion .section-head {
  padding-bottom: 0;
}

.mt-dec--180 {
  margin-top: -180px;
}

.tmp-faq-area-three {
  max-width: 100%;
  margin: auto;
  margin-top: -150px;
}
@media only screen and (max-width: 575px) {
  .tmp-faq-area-three {
    margin-top: -100px;
  }
}
.tmp-faq-area-three .main-faq {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.068);
}
.tmp-faq-area-three .main-faq .thumbnail img {
  width: 100%;
}
.tmp-faq-area-three .main-faq .shape-image {
  position: absolute;
  left: 20%;
  bottom: 0;
  max-width: max-content;
}
.tmp-faq-area-three .main-faq .accordion-button {
  background-color: transparent;
}
.tmp-faq-area-three .accordion-item {
  border-bottom: 1px solid #e1e1e1;
}

body.faq {
  background: #f1f1f1;
}

body.service-details {
  background: #f8f8f8;
}

.thumbnail-faq-cons img {
  width: 100%;
}

.bg-product-1 {
  background-image: url(../images/product/bg/01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.container-full {
  max-width: 1920px;
  margin: auto;
}

.mySwiper-portfolio-1 {
  position: relative;
}
.mySwiper-portfolio-1 .swiper-slide .inner-content {
  opacity: 0;
  bottom: -20px;
  transition: 0.3s;
}
.mySwiper-portfolio-1 .signle-product-start::after {
  transition: 0.3s !important;
}
.mySwiper-portfolio-1 .signle-product-start:hover .inner-content {
  bottom: 30px;
  opacity: 1;
}
.mySwiper-portfolio-1 .signle-product-start:hover::after {
  opacity: 1 !important;
}
.mySwiper-portfolio-1 .swiper-slide-active .inner-content {
  bottom: 30px;
  opacity: 1;
}
.mySwiper-portfolio-1 .swiper-pagination {
  left: 50%;
  display: flex;
  gap: 0;
  transform: translateX(-50%);
  justify-content: center;
}
.mySwiper-portfolio-1 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
}
.mySwiper-portfolio-1 .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-primary);
}
.mySwiper-portfolio-1 .swiper-button-next,
.mySwiper-portfolio-1 .swiper-button-prev {
  top: 45%;
  opacity: 0;
  transition: 0.3s;
}
.mySwiper-portfolio-1 .swiper-button-next::after,
.mySwiper-portfolio-1 .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
}
.mySwiper-portfolio-1 .swiper-button-next:hover::after,
.mySwiper-portfolio-1 .swiper-button-prev:hover::after {
  transform: scale(1.2);
}
.mySwiper-portfolio-1 .swiper-button-prev {
  left: 120px;
}
.mySwiper-portfolio-1 .swiper-button-next {
  right: 120px;
}
.mySwiper-portfolio-1:hover .swiper-button-next,
.mySwiper-portfolio-1:hover .swiper-button-prev {
  opacity: 1;
}
.mySwiper-portfolio-1:hover .swiper-button-prev {
  left: 60px;
}
.mySwiper-portfolio-1:hover .swiper-button-next {
  right: 70px;
}

.mySwiper-portfolio-2-cons {
  position: relative;
}
.mySwiper-portfolio-2-cons .swiper-slide .inner-content {
  opacity: 0;
  bottom: -20px;
  transition: 0.3s;
}
.mySwiper-portfolio-2-cons .signle-product-start::after {
  transition: 0.3s !important;
}
.mySwiper-portfolio-2-cons .signle-product-start:hover .inner-content {
  bottom: 30px;
  opacity: 1;
}
.mySwiper-portfolio-2-cons .signle-product-start:hover::after {
  opacity: 1 !important;
}
.mySwiper-portfolio-2-cons .swiper-slide-active .inner-content {
  bottom: 30px;
  opacity: 1;
}
.mySwiper-portfolio-2-cons .swiper-pagination {
  left: 50%;
  display: flex;
  gap: 0;
  transform: translateX(-50%);
  justify-content: center;
}
.mySwiper-portfolio-2-cons .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary);
}
.mySwiper-portfolio-2-cons .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-primary);
}
.mySwiper-portfolio-2-cons .swiper-button-next,
.mySwiper-portfolio-2-cons .swiper-button-prev {
  top: 45%;
  opacity: 0;
  transition: 0.3s;
}
.mySwiper-portfolio-2-cons .swiper-button-next::after,
.mySwiper-portfolio-2-cons .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
}
.mySwiper-portfolio-2-cons .swiper-button-next:hover::after,
.mySwiper-portfolio-2-cons .swiper-button-prev:hover::after {
  transform: scale(1.2);
}
.mySwiper-portfolio-2-cons .swiper-button-prev {
  left: 120px;
}
.mySwiper-portfolio-2-cons .swiper-button-next {
  right: 120px;
}
.mySwiper-portfolio-2-cons:hover .swiper-button-next,
.mySwiper-portfolio-2-cons:hover .swiper-button-prev {
  opacity: 1;
}
.mySwiper-portfolio-2-cons:hover .swiper-button-prev {
  left: 60px;
}
.mySwiper-portfolio-2-cons:hover .swiper-button-next {
  right: 70px;
}

.signle-product-start {
  overflow: hidden;
  display: block;
  position: relative !important;
  max-width: max-content;
  min-width: 100%;
}
.signle-product-start .thumbnail {
  display: block;
  min-width: 100%;
}
.signle-product-start .thumbnail img {
  display: block;
  min-width: 100%;
}
.signle-product-start .inner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 30px;
  width: 83%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.signle-product-start .inner-content a .title {
  transition: 0.3s;
  margin-bottom: 7px;
}
.signle-product-start .inner-content a:hover .title {
  color: var(--color-primary);
}
.signle-product-start .inner-content span.designation {
  font-size: 16px;
  color: #6a6c71;
}
.signle-product-start .inner-content .tag {
  width: 40px;
  height: 25px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: -24px;
  left: 33px;
}

.single-team {
  position: relative;
  width: 100%;
}
.single-team .thumbnail {
  display: inline-block;
  width: 100%;
}
.single-team .thumbnail img {
  width: 100%;
  display: inline-block;
}
.single-team .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.single-team .content .name {
  font-size: 20px;
  font-weight: var(--s-bold);
  color: var(--color-heading);
  line-height: 40px;
}
.single-team .content .designation {
  color: var(--color-body);
  font-size: 16px;
  font-weight: var(--p-regular);
}
.single-team .content .team-name {
  height: 60px;
  clip-path: polygon(0% -1%, 81% -14%, 106% 181%, 0% 100%);
  padding: 0 15px;
}
.single-team .content .team-name .name-area .name {
  transition: 0.3s;
}
.single-team .content .team-name .name-area:hover .name {
  color: var(--color-primary);
}
.single-team .content .team-name .name {
  margin-bottom: 0;
}
.single-team .content .team-name .designation {
  margin-top: -5px;
}
.single-team .content .team-name.content-with-bg {
  background-color: var(--color-white);
  width: 225px;
}

.bg-white {
  background: #fff;
}

.share-icon-style-one {
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.share-icon-style-one i {
  transition: 0.3s;
  color: #fff;
}
.share-icon-style-one:hover {
  background: var(--color-primary);
}
.share-icon-style-one:hover i {
  color: var(--color-white);
}
.share-icon-style-one .social-icons-wrapper {
  position: absolute;
  top: -15px;
  right: 0;
  transition: 0.5s;
  transform-origin: 0 0 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  transform: scale(1, 0);
  transform-origin: bottom left;
}
.share-icon-style-one .social-icons-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.share-icon-style-one .social-icons-wrapper ul li {
  padding: 0;
  transform: translateY(60px);
  opacity: 0;
  transition: 1.5s;
}
.share-icon-style-one .social-icons-wrapper ul li a {
  height: 60px;
  width: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.share-icon-style-one .social-icons-wrapper ul li a i {
  transition: 0.3s;
}
.share-icon-style-one .social-icons-wrapper ul li a:hover {
  background-color: var(--color-primary);
}
.share-icon-style-one .social-icons-wrapper .social-icons.social-icons-with-bg {
  position: absolute;
  top: -225px;
}
.share-icon-style-one:hover ul li {
  transform: translateY(0);
  opacity: 1;
}
.share-icon-style-one:hover .social-icons.social-icons-with-bg {
  transform: scale(1);
  opacity: 1;
}

.single-card.card-horizontal .card-inner {
  border-radius: 10px;
  background: #ffffff;
  padding: 50px;
  display: flex;
  align-items: center;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.2) 100%);
}
@media only screen and (max-width: 767px) {
  .single-card.card-horizontal .card-inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-card.card-horizontal .card-inner {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: flex-start;
  }
}
.single-card.card-horizontal .card-inner .content .social-icons {
  margin-bottom: 20px;
}
.single-card.card-horizontal .card-inner .content .description {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-heading);
  font-weight: var(--p-regular);
  padding-right: 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .single-card.card-horizontal .card-inner .content .description {
    padding-right: 0;
  }
}
.single-card.card-horizontal .card-inner .content .content.content-without-bg .name {
  font-size: 20px;
  font-weight: var(--s-bold);
  line-height: 17px;
  color: var(--color-heading);
  font-family: var(--font-secondary);
}
.single-card.card-horizontal .card-inner .content .content.content-without-bg .designation {
  font-size: var(--font-size-b1);
  color: var(--color-body);
  line-height: 21px;
  font-weight: var(--s-regular);
  font-family: var(--font-secondary);
  margin-top: 10px;
}
.single-card.card-horizontal .card-inner .thumbnail {
  position: relative;
}
.single-card.card-horizontal .card-inner .thumbnail img {
  max-width: max-content;
}
.single-card.card-horizontal.agency-testimonials {
  border: 1px solid #f1f1f1;
}

.bg-1 {
  background-image: url(../images/testimonial/bg-01.jpg);
}

.icon.icon-quote {
  height: 45px;
  width: 45px;
  background-color: var(--color-primary);
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 20px;
  border: 2px solid var(--color-white);
}
.icon.icon-quote i {
  display: inline-block;
  color: var(--color-white);
  font-size: 20px;
}

.swiper-container-style-two {
  overflow: hidden;
}

.bg-testimonials-1 {
  background-image: url(../images/testimonial/bg-01.jpg);
}

.testimonials-button-area {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.testimonials-button-area .button-next-prev .swiper-button-prev {
  right: 65px;
  left: auto;
}
@media only screen and (max-width: 575px) {
  .testimonials-button-area .button-next-prev .swiper-button-prev {
    right: 90px;
  }
}
.testimonials-button-area .button-next-prev .swiper-button-next {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 575px) {
  .testimonials-button-area .button-next-prev .swiper-button-next {
    right: 35px;
  }
}
.testimonials-button-area .button-next-prev .swiper-button-prev,
.testimonials-button-area .button-next-prev .swiper-button-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  background: transparent;
  color: var(--color-primary);
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .testimonials-button-area .button-next-prev .swiper-button-prev,
  .testimonials-button-area .button-next-prev .swiper-button-next {
    top: 210px;
    height: 40px;
    width: 40px;
  }
}
.testimonials-button-area .button-next-prev .swiper-button-prev::after,
.testimonials-button-area .button-next-prev .swiper-button-next::after {
  font-size: 16px;
  transition: 0.3s;
}
.testimonials-button-area .button-next-prev .swiper-button-prev:hover,
.testimonials-button-area .button-next-prev .swiper-button-next:hover {
  border: 1px solid transparent;
  transform: scale(1.05);
  background: var(--color-primary);
}
.testimonials-button-area .button-next-prev .swiper-button-prev:hover::after,
.testimonials-button-area .button-next-prev .swiper-button-next:hover::after {
  color: #fff;
}

.testimonial-area.testimonial-style-two .single-testimonial {
  background-color: var(--color-white);
  border-radius: 8px;
}
.testimonial-area.testimonial-style-two .single-testimonial .testimonial-header {
  background: linear-gradient(-217deg, #00e7fe 0%, #0760cf 100%);
  border-radius: 8px 8px 0 0;
  padding: 50px;
}
@media only screen and (max-width: 575px) {
  .testimonial-area.testimonial-style-two .single-testimonial .testimonial-header {
    padding: 25px;
  }
}
.testimonial-area.testimonial-style-two .single-testimonial .testimonial-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-area.testimonial-style-two .single-testimonial .testimonial-header .header-inner .content {
  display: flex;
  align-items: center;
}
.testimonial-area.testimonial-style-two .single-testimonial .testimonial-header .header-inner .content .content-left .thumbnail {
  margin-right: 25px;
}
.testimonial-area.testimonial-style-two .single-testimonial .testimonial-header .header-inner .content .content-right .name {
  font-size: 22px;
  font-weight: var(--s-bold);
  line-height: 30px;
  color: var(--color-white);
}
.testimonial-area.testimonial-style-two .single-testimonial .testimonial-header .header-inner .content .content-right .designation {
  font-size: 16px;
  line-height: 21px;
  font-weight: var(--s-regular);
  font-family: var(--font-secondary);
  color: var(--color-white);
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .testimonial-area.testimonial-style-two .single-testimonial .testimonial-header .header-inner .icon {
    display: none;
  }
}
.testimonial-area.testimonial-style-two .single-testimonial .testimonial-header .header-inner .icon i {
  color: var(--color-white);
  opacity: 0.1;
  font-size: 90px;
  font-weight: 300;
}
.testimonial-area.testimonial-style-two .single-testimonial .testimonial-body {
  padding: 45px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.068);
}
@media only screen and (max-width: 575px) {
  .testimonial-area.testimonial-style-two .single-testimonial .testimonial-body {
    padding: 25px;
  }
}
.testimonial-area.testimonial-style-two .single-testimonial .testimonial-body .description {
  margin-bottom: 25px;
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three {
  background-color: rgba(255, 255, 255, 0.3411764706);
  padding: 40px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three {
    padding: 25px;
  }
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: var(--gradient-two);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  border-radius: 8px;
  z-index: -1;
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three .testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three .testimonial-top .icon i {
  font-size: 40px;
  text-stroke: 1px transparent;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-heading);
  transition: 0.3s;
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three .testimonial-body .description {
  transition: 0.3s;
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three .clint-info-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three .clint-info-wrapper .thumbnail {
  margin-right: 22px;
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three .clint-info-wrapper .client-info .title {
  font-size: 22px;
  font-weight: var(--s-bold);
  line-height: 30px;
  margin-bottom: 5px;
  transition: 0.3s;
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three .clint-info-wrapper .client-info .designation {
  font-family: var(--font-secondary);
  line-height: 21px;
  color: var(--color-heading);
  transition: 0.3s;
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three:hover .stars-group .star i {
  color: #fff;
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three:hover::before {
  opacity: 1;
  visibility: visible;
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three:hover .testimonial-body .description {
  color: #fff;
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three:hover .client-info .title {
  color: #fff;
}
.testimonial-area.testimonial-style-three .tmp-testimonial-box.style-three:hover .client-info .designation {
  color: #fff;
}

.banner-bottom {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .banner-bottom {
    flex-direction: column;
    align-items: center;
  }
}
.banner-bottom .video-title {
  margin-left: 15px;
  font-size: 17px;
  line-height: 22px;
  font-weight: var(--s-semi-bold);
  font-family: var(--font-secondary);
}

.button-area-banner-one {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 575px) {
  .button-area-banner-one {
    gap: 30px;
  }
}

.tmp-banner-swiper-one-area .tmp-banner-area {
  position: relative;
  z-index: 1;
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .one {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  mix-blend-mode: multiply;
  z-index: -1;
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .two {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .three {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .one {
  animation: slideInLeft 0.8s linear;
  height: 100%;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .two {
  animation: slideInLeft 0.8s linear;
  height: 100%;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .three {
  animation: slideInLeft 1s linear;
  height: 100%;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner span.sub-title {
  animation: fadeInUp2 1s linear;
  animation-delay: 0.5s;
  opacity: 1;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner h1.title {
  animation: fadeInUp2 1s linear;
  animation-delay: 0.8s;
  opacity: 1;
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
  animation: fadeInUp2 1.3s linear;
  animation-delay: 1.1s;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc br {
    display: none;
  }
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner .button-area-banner-one {
  animation: fadeInUp2 1.8s linear;
  animation-delay: 1.4s;
  opacity: 1;
  display: flex;
  max-width: max-content;
}

.mySwiper-banner-one {
  position: relative;
}
.mySwiper-banner-one .swiper-button-next::after,
.mySwiper-banner-one .swiper-button-prev::after {
  height: 65px;
  min-width: 65px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
}
.mySwiper-banner-one .swiper-button-next:hover::after,
.mySwiper-banner-one .swiper-button-prev:hover::after {
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.1);
  border: 1px solid transparent;
}
.mySwiper-banner-one .swiper-button-next {
  right: 70px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .mySwiper-banner-one .swiper-button-next {
    right: 50px;
    bottom: 100px;
    top: auto;
  }
}
@media only screen and (max-width: 575px) {
  .mySwiper-banner-one .swiper-button-next {
    bottom: 40px;
  }
}
.mySwiper-banner-one .swiper-button-next::after {
  content: "\f061";
  font-weight: 200;
  font-family: var(--font-three);
}
.mySwiper-banner-one .swiper-button-prev {
  right: 70px;
  left: auto;
  margin-top: -70px;
}
@media only screen and (max-width: 767px) {
  .mySwiper-banner-one .swiper-button-prev {
    left: 50px;
    right: auto;
    bottom: 100px;
    top: auto;
  }
}
@media only screen and (max-width: 575px) {
  .mySwiper-banner-one .swiper-button-prev {
    bottom: 40px;
  }
}
.mySwiper-banner-one .swiper-button-prev::after {
  content: "\f060";
  font-weight: 200;
  font-family: var(--font-three);
}

.banner-one-main-wrapper {
  display: flex;
  align-items: center;
  padding: 140px 0;
}
@media only screen and (max-width: 1199px) {
  .banner-one-main-wrapper {
    max-width: 75%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-main-wrapper {
    max-width: 81%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper {
    padding: 100px 0 140px 0;
  }
}
.banner-one-main-wrapper .inner span.sub-title {
  color: #fff;
  display: block;
  margin-bottom: 16px;
  opacity: 0;
  transition-delay: 0.5s;
  display: block;
}
.banner-one-main-wrapper .inner .title {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 22px;
  transition-delay: 1s;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 48px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 28px;
    line-height: 1.4;
  }
}
.banner-one-main-wrapper .inner p.disc {
  color: #FFFFFF;
  transition-delay: 1.5s;
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .inner p.disc br {
    display: none;
  }
}
.banner-one-main-wrapper .inner .button-area-banner-one {
  transition-delay: 2s;
  opacity: 0;
}
.banner-one-main-wrapper .inner .button-area-banner-one .video-play-button::after {
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 575px) {
  .banner-one-main-wrapper .inner .button-area-banner-one .vedio-icone .play-video p.text {
    display: none;
  }
}

.banner-area.banner-style-two {
  background-image: url(../images/banner/banner-two.png);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-area.banner-style-two .rating .stars-group .star i {
  color: var(--color-secondary);
}
.banner-area.banner-style-two .product-share .profile-share a:hover img {
  border-color: var(--color-secondary);
}
.banner-area.banner-style-two .vedio-icone .video-play-button::before {
  background: transparent;
  border: 1px solid #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 15px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 60px 10px;
  }
}
.banner-area.banner-style-two .banner-inner .sub-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  font-weight: var(--s-medium);
  font-family: var(--font-secondary);
  color: #141414;
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .banner-inner .sub-title {
    font-size: 14px;
  }
}
.banner-area.banner-style-two .banner-inner .title {
  font-size: 60px;
  line-height: 75px;
  color: var(--color-heading);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 50px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 32px;
    line-height: 48px;
  }
  .banner-area.banner-style-two .banner-inner .title br {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 25px;
    line-height: 36px;
  }
}
.banner-area.banner-style-two .banner-inner .description {
  margin-bottom: 35px;
}
.banner-area.banner-style-two .bg-circle {
  position: absolute;
  bottom: -60%;
  right: 0;
  z-index: -1;
}
.banner-area.banner-style-two .bg-dolour {
  position: absolute;
  right: 44%;
  top: 523px;
  animation: jump-1 8s linear infinite;
  z-index: -1;
}
.banner-area.banner-style-two .bg-blue-circle {
  position: absolute;
  top: 160px;
  right: 50px;
  animation: jump-2 10s linear infinite;
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .bg-blue-circle {
    position: absolute;
    top: 176px;
    right: 0;
    animation: jump-2 10s linear infinite;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area.banner-style-two .bg-blue-circle img {
    max-width: 150px;
  }
}
.banner-area.banner-style-two .bg-curly-lines {
  position: absolute;
  bottom: -20%;
  left: -9%;
  animation: jump-2 10s linear infinite;
  z-index: -1;
}
.banner-area.banner-style-two .vedio-icone .video-play-button p.text {
  min-width: max-content;
  margin-left: 67px !important;
  top: 22%;
  position: absolute;
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-two .banner-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner-area .banner-two-thumbnail .thumbnail {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .banner-area .banner-two-thumbnail .thumbnail img {
    max-width: 100%;
    margin: auto;
  }
}
.banner-area .banner-two-thumbnail .thumbnail .product-share {
  position: absolute;
  left: 60%;
  bottom: 120px;
  animation: jump-2 8s linear infinite;
  z-index: 10;
}
@media only screen and (max-width: 575px) {
  .banner-area .banner-two-thumbnail .thumbnail .product-share {
    left: 62%;
    bottom: 45%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area .banner-two-thumbnail .thumbnail .product-share {
    left: 0;
    bottom: 47%;
    min-width: max-content;
  }
}

@media only screen and (max-width: 575px) {
  .banner-style-two .vedio-icone .video-play-button::after {
    width: 60px;
    height: 60px;
  }
}

.banner-tag {
  position: absolute;
  top: 19%;
  left: -24%;
  animation: jump-2 6s linear infinite;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-tag {
    left: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-tag {
    left: 23%;
    top: 42%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-tag {
    left: 0%;
    top: 62%;
  }
}
.banner-tag .inner {
  background-color: var(--color-white);
  padding: 15px 30px;
  display: flex;
  align-items: flex-start;
  border-radius: 8px;
}
.banner-tag .inner .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--s-bold);
  font-family: var(--font-secondary);
  margin-bottom: 5px;
}

.tmp-banner-area.banner-three {
  background-image: url(../images/banner/banner-3-bg.jpg);
  position: relative;
  z-index: 2;
}
.tmp-banner-area.banner-three .vedio-icone .video-play-button::before {
  background: rgba(255, 255, 255, 0.1215686275);
}
.tmp-banner-area.banner-three .swiper-container-three {
  width: 100%;
  position: relative;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .vedio-icone .video-play-button::after {
    height: 70px;
    width: 70px;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner {
  position: relative;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .thumbnail img {
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .thumbnail img {
    height: 400px;
    object-fit: cover;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 560px;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content {
    max-width: 95%;
    min-width: 95%;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .title {
  font-size: 50px;
  line-height: 75px;
  font-weight: var(--s-extra-bold);
  color: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .title {
    font-size: 26px;
    line-height: 38px;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .description {
  color: var(--color-white);
  font-size: 17px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide .slider-inner .content .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-pagination-bullet-active {
  background-color: #fff;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
  margin-left: 50px;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
  margin-right: 50px;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-container {
  background-color: rgba(0, 0, 0, 0.25);
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
  background-image: none;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
  background-image: none;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
  height: 60px;
  width: 60px;
  background-color: var(--color-white);
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev,
  .tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
    display: none;
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev i,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next i {
  color: var(--color-primary);
  font-size: 27px;
  transition: 0.5s;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev::after,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next::after {
  display: none;
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev:hover i,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next:hover i {
  color: var(--color-primary);
}

.swiper-container-three {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-container-three {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-container-three {
    padding-top: 50px;
  }
}
.swiper-container-three .swiper-slide {
  opacity: 0;
}
.swiper-container-three .swiper-slide-active {
  opacity: 1;
}
.swiper-container-three .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  bottom: 0;
  justify-content: center;
}
.swiper-container-three .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff !important;
}
.swiper-container-three .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary) !important;
  border: 2px solid var(--color-primary) !important;
}

.tmp-banner-area.banner-three .swiper-button-next,
.tmp-banner-area.banner-three .swiper-button-prev {
  transition: 0.3s;
}
.tmp-banner-area.banner-three .swiper-button-next i::after,
.tmp-banner-area.banner-three .swiper-button-prev i::after {
  transition: 0.3s;
}
.tmp-banner-area.banner-three .swiper-button-next:hover,
.tmp-banner-area.banner-three .swiper-button-prev:hover {
  background-color: var(--color-primary);
  color: #fff;
  transform: scale(1.05);
}
.tmp-banner-area.banner-three .swiper-button-next:hover i,
.tmp-banner-area.banner-three .swiper-button-prev:hover i {
  color: #fff;
}
.tmp-banner-area.banner-three .swiper-button-next:hover i::before,
.tmp-banner-area.banner-three .swiper-button-prev:hover i::before {
  color: #fff;
}

.tmp-banner-swiper-one-area {
  max-width: 1920px;
  margin: auto;
}

.tmp-banner__agency-wrapper-bg {
  background-image: url(../images/banner/banner-agency.jpg);
  height: 1080px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner__agency-wrapper-bg {
    height: 850px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner__agency-wrapper-bg {
    height: 850px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-banner__agency-wrapper-bg {
    height: 750px;
  }
}

@media only screen and (max-width: 575px) {
  .inner-content-banner-four {
    margin-top: -150px;
  }
}

.banner-inner-content-four .vedio-icone {
  margin-bottom: 20px;
}
.banner-inner-content-four .vedio-icone .video-play-button::before {
  background: rgba(255, 255, 255, 0.08);
}
.banner-inner-content-four .content-wrapper .title {
  color: #fff;
  font-size: 70px;
  line-height: 1.3;
  font-family: var(--font-secondary);
  font-weight: 600;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1199px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 50px;
    font-weight: 600;
  }
  .banner-inner-content-four .content-wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 44px;
    font-weight: 600;
  }
  .banner-inner-content-four .content-wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-inner-content-four .content-wrapper .title {
    font-size: 26px;
  }
}
.banner-inner-content-four .content-wrapper .title span {
  position: relative;
  font-weight: 300;
}
.banner-inner-content-four .content-wrapper .title span::after {
  position: absolute;
  left: 0;
  content: "";
  bottom: 2px;
  height: 2px;
  background: #fff;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .banner-inner-content-four .content-wrapper .title span::after {
    display: none;
  }
}
.banner-inner-content-four .content-wrapper p.disc {
  color: #d8d8d8;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
.banner-inner-content-four .content-wrapper .button-area-banner-one {
  margin-top: 50px;
}

.tmp-ocean .ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: 0;
  background: #ffffff;
}
.tmp-ocean .wave {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(285deg) brightness(105%) contrast(106%);
}
.tmp-ocean .wave:nth-of-type(2) {
  top: -175px;
  animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 20s ease -1.25s infinite;
  opacity: 1;
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -15px, 0);
  }
  50% {
    transform: translate3d(0, 1px, 0);
  }
}

.banner-bg-startup {
  background-image: url(../images/banner/startup.jpg);
  height: 920px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .banner-bg-startup {
    height: 700px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-bg-startup {
    height: 600px;
  }
}
.banner-bg-startup.bg-two {
  background-image: url(../images/banner/startup-1.jpg);
}
.banner-bg-startup.bg-three {
  background-image: url(../images/banner/startup-3.jpg);
}

.banner-startup-main-content-wrapper {
  text-align: center;
}
.banner-startup-main-content-wrapper .title {
  color: #fff;
  font-size: 75px;
  line-height: 1.3;
}
.banner-startup-main-content-wrapper p.disc {
  color: #f1f1f1;
  max-width: 55%;
  margin-top: 30px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .banner-startup-main-content-wrapper p.disc {
    max-width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-startup-main-content-wrapper p.disc {
    max-width: 95%;
  }
}

.swiper-startup-banner,
.swiper-startup-banner-construction {
  position: relative;
}
.swiper-startup-banner .banner-startup-main-content-wrapper,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper {
    margin-top: 27px;
  }
}
.swiper-startup-banner .banner-startup-main-content-wrapper > *,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper > * {
  animation-name: fadeOutUp;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.swiper-startup-banner .banner-startup-main-content-wrapper .title,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
  font-family: var(--font-primary);
  margin-bottom: 25px;
  display: block;
  font-size: 130px;
  line-height: 1.1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--color-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 50px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 50px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 575px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 36px;
  }
}
.swiper-startup-banner .banner-startup-main-content-wrapper .disc,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper .disc {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-startup-banner .banner-startup-main-content-wrapper .tmp-btn,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper .tmp-btn {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  max-width: max-content;
  margin: auto;
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .tmp-btn,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .tmp-btn {
    margin-top: 30px;
  }
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper > *,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper > * {
  animation-name: fadeInUp;
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .title,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .title {
  animation-delay: 0.5s;
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .disc,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .disc {
  animation-delay: 1s;
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .tmp-btn,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .tmp-btn {
  animation-delay: 1.5s;
}
.swiper-startup-banner .swiper-button-next,
.swiper-startup-banner .swiper-button-prev,
.swiper-startup-banner-construction .swiper-button-next,
.swiper-startup-banner-construction .swiper-button-prev {
  color: #fff;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 16px;
  transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-prev {
    display: none;
  }
}
.swiper-startup-banner .swiper-button-next::after,
.swiper-startup-banner .swiper-button-prev::after,
.swiper-startup-banner-construction .swiper-button-next::after,
.swiper-startup-banner-construction .swiper-button-prev::after {
  transition: 0.3s;
  font-size: 16px;
}
.swiper-startup-banner .swiper-button-next:hover,
.swiper-startup-banner .swiper-button-prev:hover,
.swiper-startup-banner-construction .swiper-button-next:hover,
.swiper-startup-banner-construction .swiper-button-prev:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  transform: scale(1.1);
}
.swiper-startup-banner .swiper-button-next,
.swiper-startup-banner-construction .swiper-button-next {
  right: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    display: none;
  }
}
.swiper-startup-banner .swiper-button-prev,
.swiper-startup-banner-construction .swiper-button-prev {
  left: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    display: none;
  }
}
.swiper-startup-banner .swiper-pagination,
.swiper-startup-banner-construction .swiper-pagination {
  bottom: 50px;
}
.swiper-startup-banner .swiper-pagination .swiper-pagination-bullet,
.swiper-startup-banner-construction .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: var(--color-primary);
}
.swiper-startup-banner .swiper-pagination .swiper-pagination-bullet-active,
.swiper-startup-banner-construction .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--color-primary);
}
@media only screen and (max-width: 575px) {
  .swiper-startup-banner .swiper-pagination,
  .swiper-startup-banner-construction .swiper-pagination {
    bottom: 25px;
  }
}

.tmp-banner-area.banner-style-five.inconstruction {
  height: 920px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-banner-area.banner-style-five.inconstruction {
    height: 800px;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-area.banner-style-five.inconstruction {
    height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area.banner-style-five.inconstruction {
    height: 600px;
  }
}
.tmp-banner-area.banner-style-five.inconstruction.banner-bg-construction {
  background-image: url(../images/banner/construction-01.jpg);
  background-repeat: no-repeat;
}
.tmp-banner-area.banner-style-five.inconstruction.banner-bg-construction.bg-two {
  background-image: url(../images/banner/construction-02.jpg);
  background-repeat: no-repeat;
}
.tmp-banner-area.banner-style-five.inconstruction.banner-bg-construction.bg-three {
  background-image: url(../images/banner/construction-03.jpg);
  background-repeat: no-repeat;
}
.tmp-banner-area.banner-style-five.inconstruction .banner-startup-main-content-wrapper {
  text-align: left;
  margin-left: 0;
}
.tmp-banner-area.banner-style-five.inconstruction .banner-startup-main-content-wrapper p.disc {
  margin-left: 0;
}
.tmp-banner-area.banner-style-five.inconstruction .banner-startup-main-content-wrapper .tmp-btn {
  margin-left: 0;
}

.construction-banner-top-wrapper .inconstruction {
  position: relative;
  z-index: 1;
}
.construction-banner-top-wrapper .inconstruction .shape-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  filter: brightness(0.5);
}
.construction-banner-top-wrapper .inconstruction .shape-image img {
  height: 100%;
}

.banner-one-height-control.construction-2 {
  height: 960px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-height-control.construction-2 {
    height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-height-control.construction-2 {
    height: 600px;
  }
}
.banner-one-height-control.construction-2 .inner .title {
  font-size: 120px;
  line-height: 1.2;
  font-weight: 900;
}
@media only screen and (max-width: 1199px) {
  .banner-one-height-control.construction-2 .inner .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-height-control.construction-2 .inner .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-height-control.construction-2 .inner .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-height-control.construction-2 .inner .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-height-control.construction-2 .inner .title {
    font-size: 32px;
  }
}
.banner-one-height-control.construction-2 .inner p.disc {
  margin: auto;
  margin-bottom: 30px;
}
.banner-one-height-control.construction-2 .inner .button-area-banner-one {
  margin: auto;
}
.banner-one-height-control.construction-2 .banner-one-main-wrapper {
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .banner-one-height-control.construction-2 .banner-one-main-wrapper {
    padding: 91px 0;
  }
}

.tmp-banner-swiper-one-area.construction-2 {
  position: relative;
}
.tmp-banner-swiper-one-area.construction-2 .shape-image-banner-one .three {
  display: none;
}
.tmp-banner-swiper-one-area.construction-2 .bg_image-1 {
  background-image: url(../images/banner/construction-04.jpg);
}
.tmp-banner-swiper-one-area.construction-2 .bg_image-2 {
  background-image: url(../images/banner/construction-05.jpg);
}
.tmp-banner-swiper-one-area.construction-2 .bg_image-3 {
  background-image: url(../images/banner/construction-06.jpg);
}
.tmp-banner-swiper-one-area.construction-2:hover .swiper-button-next,
.tmp-banner-swiper-one-area.construction-2:hover .swiper-button-prev {
  opacity: 1;
}
.tmp-banner-swiper-one-area.construction-2 .swiper-button-next,
.tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
  color: #fff;
  height: 65px;
  width: 65px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 16px;
  transition: 0.3s;
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-next,
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
    display: none;
  }
}
.tmp-banner-swiper-one-area.construction-2 .swiper-button-next::after,
.tmp-banner-swiper-one-area.construction-2 .swiper-button-prev::after {
  transition: 0.3s;
  font-size: 16px;
}
.tmp-banner-swiper-one-area.construction-2 .swiper-button-next:hover,
.tmp-banner-swiper-one-area.construction-2 .swiper-button-prev:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  transform: scale(1.1);
}
.tmp-banner-swiper-one-area.construction-2 .swiper-button-next {
  right: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-next {
    right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-next {
    right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-next {
    display: none;
  }
}
.tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
  left: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
    left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
    left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-button-prev {
    display: none;
  }
}
.tmp-banner-swiper-one-area.construction-2 .swiper-pagination {
  bottom: 50px;
}
.tmp-banner-swiper-one-area.construction-2 .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: var(--color-primary);
}
.tmp-banner-swiper-one-area.construction-2 .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--color-primary);
}
@media only screen and (max-width: 575px) {
  .tmp-banner-swiper-one-area.construction-2 .swiper-pagination {
    bottom: 25px;
  }
}

.banner-company-area-main__wrapper .pre-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary);
}
@media only screen and (max-width: 575px) {
  .banner-company-area-main__wrapper .pre-title {
    font-size: 16px;
  }
}
.banner-company-area-main__wrapper .title {
  font-size: 70px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .banner-company-area-main__wrapper .title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-company-area-main__wrapper .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-company-area-main__wrapper .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-company-area-main__wrapper .title {
    font-size: 32px;
  }
}
.banner-company-area-main__wrapper p {
  margin-bottom: 40px;
}
.banner-company-area-main__wrapper .button-area-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .banner-company-area-main__wrapper .button-area-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}

.frame-image-about-company {
  padding: 25px;
  background: #ffffff;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
}
.frame-image-about-company img {
  width: 100%;
}

.swiper-container-style-two {
  width: 100%;
  height: 100%;
  position: relative;
}

.error-inner {
  max-width: 820px;
  margin: 0 auto;
}
.error-inner .title {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.error-inner .description {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-body);
}

.bg_image-1 {
  background-image: url(https://amk.edu.kz/img/college.jpg);
}

.bg_image-2 {
  background-image: url(https://amk.edu.kz/img/slider-2.jpg);
}

.bg_image-3 {
  background-image: url(https://amk.edu.kz/img/slider-3.jpg);
}

.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-one-height-control {
  height: 850px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-height-control {
    height: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-height-control {
    height: 750px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-height-control {
    height: 670px;
  }
}

.bg-breadcrumb {
  background-image: url(../images/breadcrumb/Bg.png);
}

.brand-inner {
  border-top: 1px solid #BBBBBB;
}
.brand-inner .brand-list.brand-style-1 {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .brand-inner .brand-list.brand-style-1 {
    gap: 15px;
  }
}
.brand-inner .brand-list.brand-style-1 li a img {
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .brand-inner .brand-list.brand-style-1 li a img {
    max-width: 100px;
  }
}
.brand-inner .brand-list.brand-style-1 li a:hover img {
  transform: translateY(-5px) scale(1.05);
}

.trusted-clients-agency-wrapper {
  text-align: center;
}
.trusted-clients-agency-wrapper .title {
  margin-bottom: 60px;
  color: var(--color-heading);
  letter-spacing: 1px;
}
.trusted-clients-agency-wrapper .cilents-agency-wrapper {
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: center;
  padding: 45px;
  background: #fff;
  -webkit-box-shadow: -1px -1px 41px -12px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -1px -1px 41px -12px rgba(0, 0, 0, 0.16);
  box-shadow: -1px -1px 41px -12px rgba(0, 0, 0, 0.16);
  max-width: 75%;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trusted-clients-agency-wrapper .cilents-agency-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
  .trusted-clients-agency-wrapper .cilents-agency-wrapper img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .trusted-clients-agency-wrapper .cilents-agency-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
  .trusted-clients-agency-wrapper .cilents-agency-wrapper img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .trusted-clients-agency-wrapper .cilents-agency-wrapper {
    max-width: 100%;
  }
}

.brand-main-wrapper-company {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-main-wrapper-company .tmp-brand-section-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-main-wrapper-company .tmp-brand-section-start {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .brand-main-wrapper-company .tmp-brand-section-start {
    flex-wrap: wrap;
    justify-content: center;
  }
  .brand-main-wrapper-company .tmp-brand-section-start img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-main-wrapper-company .tmp-brand-section-start {
    flex-wrap: wrap;
    justify-content: center;
  }
  .brand-main-wrapper-company .tmp-brand-section-start img {
    max-width: 150px !important;
  }
}
.brand-main-wrapper-company .tmp-brand-section-start img {
  max-width: 220px;
  transition: 0.3s;
}
.brand-main-wrapper-company .tmp-brand-section-start img:hover {
  transform: scale(1.1);
}

.bg-color-footer.bg-image-none {
  background-image: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-color-footer.bg-image-none::after {
  position: absolute;
  content: "";
  height: 320px;
  width: 320px;
  background: var(--color-primary);
  border-radius: 50%;
  right: 0;
  bottom: 0;
  filter: blur(220px);
  z-index: -1;
}
.bg-color-footer.bg-image-none::before {
  position: absolute;
  content: "";
  height: 50px;
  width: 1520px;
  background: var(--color-primary);
  border-radius: 50%;
  left: 0;
  top: 150px;
  filter: blur(120px);
  z-index: -1;
}

.copyright-area-one.bg-colorsame {
  padding: 20px 0;
  background: #03041c;
  border-top: 1px solid #141530;
}

.single-progress-area.progress-stye-one {
  margin-bottom: 18px;
}
.single-progress-area.progress-stye-one .progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.single-progress-area.progress-stye-one .progress-top .name {
  margin-bottom: 0;
  font-size: 20px;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-weight: var(--s-bold);
  line-height: 25px;
}
.single-progress-area.progress-stye-one .progress-top .parcent {
  font-size: 20px;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-weight: var(--s-bold);
}
.single-progress-area.progress-stye-one .progress {
  height: 16px;
  border-radius: 50px;
}
.single-progress-area.progress-stye-one .progress .progress-bar {
  background-color: var(--color-primary);
  border-radius: 50px;
}
.single-progress-area.progress-style-two {
  margin-bottom: 30px;
}
.single-progress-area.progress-style-two .progress-top {
  margin-bottom: 12px;
}
.single-progress-area.progress-style-two .progress-top .name {
  margin-bottom: 0;
  font-size: 20px;
  color: var(--color-heading);
  font-family: var(--font-secondary);
  font-weight: var(--s-bold);
  line-height: 25px;
}
@media only screen and (max-width: 1199px) {
  .single-progress-area.progress-style-two .progress-top .name {
    font-size: 16px;
  }
}
.single-progress-area.progress-style-two .progress-top .parcent {
  font-size: 35px;
  font-family: var(--font-secondary);
  font-weight: var(--s-bold);
  line-height: 25px;
  text-stroke: 1px transparent;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-heading);
}
.single-progress-area.progress-style-two .progress {
  height: 10px;
  border-radius: 50px;
}
.single-progress-area.progress-style-two .progress.bg-color-purple {
  background-color: rgba(75, 17, 235, 0.2509803922);
}
.single-progress-area.progress-style-two .progress.bg-white {
  background-color: #E7E7E7;
}
.single-progress-area.progress-style-two .progress .progress-bar {
  border-radius: 50px;
}
.single-progress-area.progress-style-two .progress .progress-bar.bg-gradient-two {
  background: var(--gradient-two);
}
.single-progress-area.progress-style-two .progress .progress-bar.bg--primary {
  background-color: var(--color-primary);
}

.icon {
  display: inline-block;
}
.icon.angle-roted {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid var(--color-heading);
  text-align: center;
  border-radius: 50%;
}
.icon.angle-roted.bg-color-white {
  background-color: var(--color-white);
}
.icon.angle-roted.border-none {
  border: none;
}
.icon.angle-roted i {
  transform: rotate(318deg);
}
.icon.bg-color-secondary {
  background-color: var(--color-secondary);
}
.icon.bg-color-secondary i {
  color: var(--color-white);
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}
.icon.bg-color-secondary-alt {
  background-color: var(--color-secondary-alt);
}
.icon.bg-color-secondary-alt i.small-icon {
  height: 25px;
  min-width: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  display: block;
}
.icon.bg-color-secondary-alt i::before {
  color: #fff;
}

.icon.icon--30 i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}
.icon.icon--45 i {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}

.portfolio-area.portfolio-style-two .portfolio-inner {
  position: relative;
}
.portfolio-area.portfolio-style-two .portfolio-inner .thumbnail img {
  width: 100%;
}
.portfolio-area.portfolio-style-two .portfolio-inner:hover .portfolio-tag {
  visibility: visible;
  opacity: 1;
  transform: translateY(-20px);
}
