@font-face {
  font-family: "Segoe UI";
  src: url(".fonts/SegoeUI.eot");
  src: url(".fonts/SegoeUI.eot?#iefix") format("embedded-opentype"), url(".fonts/SegoeUI.woff2") format("woff2"), url(".fonts/SegoeUI.woff") format("woff"), url(".fonts/SegoeUI.ttf") format("truetype"), url(".fonts/SegoeUI.svg#SegoeUI") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url(".fonts/SegoeUI-BoldItalic.eot");
  src: url(".fonts/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url(".fonts/SegoeUI-BoldItalic.woff2") format("woff2"), url(".fonts/SegoeUI-BoldItalic.woff") format("woff"), url(".fonts/SegoeUI-BoldItalic.ttf") format("truetype"), url(".fonts/SegoeUI-BoldItalic.svg#SegoeUI-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url(".fonts/SegoeUI-Italic.eot");
  src: url(".fonts/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url(".fonts/SegoeUI-Italic.woff2") format("woff2"), url(".fonts/SegoeUI-Italic.woff") format("woff"), url(".fonts/SegoeUI-Italic.ttf") format("truetype"), url(".fonts/SegoeUI-Italic.svg#SegoeUI-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url(".fonts/SegoeUI-Bold.eot");
  src: url(".fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url(".fonts/SegoeUI-Bold.woff2") format("woff2"), url(".fonts/SegoeUI-Bold.woff") format("woff"), url(".fonts/SegoeUI-Bold.ttf") format("truetype"), url(".fonts/SegoeUI-Bold.svg#SegoeUI-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  color: var(--black);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

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

:root {
  --first-font: "Segoe UI", sans-serif;
  --black: #000;
  --white: #fff;
  --clr-EAEDF1: #eaedf1;
  --clr-2778C9: #6e2572;
  --clr-19191B: #19191b;
  --btn-clr: #556ff6;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: all 0.2s;
  display: block;
}

img,
video {
  width: 100%;
  display: block;
}

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

select,
.form-select {
  padding: 17.8px 15px;
  font: normal 500 16px/1.1 var(--first-font);
  color: var(--black);
  outline: none;
  border: 1px solid var(--clr-DAE3EE);
  border-radius: 8px;
}



.btn-primary {
  min-width: 156px;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: block;
  color: var(--white);
  background-color: var(--clr-2778C9);
  border: 2px solid transparent;
}
.btn-secondary {
  min-width: 156px;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: block;
  color: var(--clr-2778C9);
  background-color: transparent;
  border: 2px solid var(--clr-2778C9);
}
.btn-secondary:hover {
  border-color: transparent;
  color: var(--white);
  background-color: var(--clr-2778C9);
}

.sec-title-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.sec-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 53.2px;
  text-align: left;
  color: var(--clr-19191B);
}

.offset-left {
  margin-left: auto;
  padding: 0 12px;
}

.main-wrp {
  padding-top: 160px;
}

.user-side.main-wrp {
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-section {
  padding: 60px 0;
  background-image: url(../images/home-hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.home-banner-section .row {
  align-items: center;
}
.home-banner-section .banner-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 63.84px;
  color: var(--clr-19191B);
  margin-bottom: 16px;
}
.home-banner-section .banner-content p {
  font-size: 24px;
  font-weight: 350;
  line-height: 31.92px;
  color: var(--clr-19191B);
  margin-bottom: 32px;
}
.home-banner-section .banner-content .hero-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-banner-section .banner-content .hero-btns a {
  margin-right: 24px;
}
.home-banner-section .banner-right img {
  width: 100%;
  height: 100%;
  display: block;
}

.solution-area-section {
  padding: 120px 0;
}
.solution-area-section .areaSlider {
  padding-top: 60px;
}
.solution-area-section .areaSlider .swiper-slide-inner {
  padding: 15px;
  background-image: url(../images/area-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px 12px 0 0;
  min-height: 282px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid rgba(62, 105, 173, 0.2);
}
.solution-area-section .areaSlider .swiper-slide-inner .slide-cont {
  max-width: 175px;
  width: 100%;
  margin: 0 auto;
}
.solution-area-section .areaSlider .swiper-slide-inner .slide-cont img,
.solution-area-section .areaSlider .swiper-slide-inner .slide-cont svg {
  width: 80px;
  height: 80px;
  margin: 0 auto 40px auto;
  display: block;
  text-align: center;
}
.solution-area-section .areaSlider .swiper-slide-inner .slide-cont h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26.6px;
  text-align: center;
  color: var(--black);
}
.solution-area-section .areaSlider .swiper-slide-inner:hover {
  border-bottom: 4px solid #2778c9;
}
.solution-area-section .areaSlider .swiper-slide-active .swiper-slide-inner {
  border-color: #2778c9;
}

.slider-arw-wrp {
  position: relative;
  max-width: 120px;
  width: 100%;
}
.slider-arw-wrp .swiper-button-next,
.slider-arw-wrp .swiper-button-prev {
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 2px solid #2778c9;
  border-radius: 8px;
}
.slider-arw-wrp .swiper-button-prev:after,
.slider-arw-wrp .swiper-rtl .swiper-button-next:after,
.slider-arw-wrp .swiper-button-next:after,
.slider-arw-wrp .swiper-rtl .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
}

.solution-plays-section {
  background-repeat: no-repeat;
  background-size: cover;
}
.solution-plays-section .plays-row {
  padding-top: 40px;
}
.solution-plays-section .plays-left-tab .nav-pills li {
  border-radius: 0px 12px 12px 0px;
  margin: 10px 0;
  width: 100%;
  overflow: hidden;
}
.solution-plays-section .plays-left-tab .nav-pills li button {
  font-size: 18px;
  font-weight: 600;
  line-height: 31.92px;
  color: var(--clr-19191B);
  padding: 24px 24px 24px 64px;
  border: none;
  outline: none;
  background-color: var(--white);
  position: relative;
  width: 100%;
  text-align: left;
  border-left: 4px solid rgba(62, 105, 173, 0.2);
}
.solution-plays-section .plays-left-tab .nav-pills li button::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 29px;
  width: 24px;
  height: 24px;
  background-image: url(../images/tab-arw.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.solution-plays-section .plays-left-tab .nav-pills li button.active {
  border-color: #7B73B9;
  border-left: 5px solid #7B73B9;
  background-color: #e9e7f9;
}
.solution-plays-section .tab-content-inner {
  border-radius: 12px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: var(--white);
  margin: 0 3px 30px 3px;
  min-height: 325px;
}
.solution-plays-section .tab-content-inner .tab-content-top {
  position: relative;
}
.solution-plays-section .tab-content-inner .tab-content-top img {
  width: 100%;
  display: block;
}
.solution-plays-section .tab-content-inner .tab-content-top .courses {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.62px;
  text-align: center;
  color: var(--clr-19191B);
  border-radius: 31px;
  background-color: var(--white);
}
.solution-plays-section .tab-content-inner .tab-content-btm {
  padding: 0px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 81px;
  margin-top: 5px;
}
.solution-plays-section .tab-content-inner .tab-content-btm h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26.6px;
  color: var(--clr-19191B);
  padding-right: 10px;
  max-width: 202px;
  width: 100%;
}
.solution-plays-section .tab-content-inner .tab-content-btm a {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.6px;
  color: var(--clr-2778C9);
  padding-right: 20px;
}
.solution-plays-section .tab-content-inner .tab-content-btm a::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url(../images/ion_arrow-up.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.cloud-partner-section {
  background-color: var(--clr-2778C9);
  padding: 80px 0;
}
.cloud-partner-section .partner-left h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 53.2px;
  color: var(--white);
  margin-bottom: 20px;
}
.cloud-partner-section .partner-left p {
  font-size: 24px;
  font-weight: 350;
  line-height: 31.92px;
  color: var(--white);
}
.cloud-partner-section .partner-rgt .start-box-row .start-box-in {
  text-align: center;
  border: 2px solid var(--white);
  border-radius: 12px;
  padding: 24px 20px;
  min-height: 264px;
}
.cloud-partner-section .partner-rgt .start-box-row .start-box-in img,
.cloud-partner-section .partner-rgt .start-box-row .start-box-in svg {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px auto;
  display: block;
}
.cloud-partner-section .partner-rgt .start-box-row .start-box-in .box-cont h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31.92px;
  text-align: center;
  color: var(--white);
  margin-bottom: 8px;
}
.cloud-partner-section .partner-rgt .start-box-row .start-box-in .box-cont p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.62px;
  text-align: center;
  color: #ebeff6;
  margin: 0;
}
.cloud-partner-section .partner-rgt .start-box-row .start-box-in.active {
  background-image: url(../images/bg-sec.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--white);
}
.cloud-partner-section .partner-rgt .start-box-row .start-box-in.active .box-cont h3 {
  color: var(--clr-2778C9);
}
.cloud-partner-section .partner-rgt .start-box-row .start-box-in.active .box-cont p {
  color: var(--clr-19191B);
}

@media only screen and (min-width: 1366px) {
  .offset-left {
    margin-left: calc((100% - 1264px) / 2);
  }
}
@media only screen and (max-width: 1170px) {
  .solution-plays-section {
    padding: 60px 0;
  }
  .solution-plays-section .plays-row {
    padding-top: 30px;
  }
  .solution-plays-section .plays-left-tab .nav-pills li {
    margin: 5px 0;
  }
  .solution-plays-section .plays-left-tab .nav-pills li button {
    font-size: 18px;
    line-height: 1.1;
  }
  .solution-plays-section .plays-left-tab .nav-pills li button::before {
    top: 25px;
    width: 15px;
    height: 15px;
  }
  .solution-plays-section .tab-content-inner {
    margin: 0 3px 20px 3px;
    min-height: 300px;
  }
  .solution-plays-section .tab-content-inner .tab-content-top img {
    min-height: 200px;
  }
  .solution-plays-section .tab-content-inner .tab-content-top .courses {
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1;
  }
  .solution-plays-section .tab-content-inner .tab-content-btm {
    padding: 10px;
    min-height: 70px;
  }
  .solution-plays-section .tab-content-inner .tab-content-btm h4 {
    font-size: 18px;
    line-height: 1.2;
    padding-right: 7px;
  }
  .cloud-partner-section {
    padding: 40px 0;
  }
  .cloud-partner-section .partner-left h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .cloud-partner-section .partner-left p {
    font-size: 18px;
    line-height: 1.2;
  }
  .cloud-partner-section .partner-rgt .start-box-row .start-box-in {
    padding: 15px;
    min-height: 200px;
  }
  .cloud-partner-section .partner-rgt .start-box-row .start-box-in img,
  .cloud-partner-section .partner-rgt .start-box-row .start-box-in svg {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px auto;
  }
  .cloud-partner-section .partner-rgt .start-box-row .start-box-in .box-cont h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .sec-title {
    font-size: 28px;
    line-height: 1.2;
  }
  .btn-primary {
    padding: 10px;
  }
  .btn-secondary {
    padding: 10px;
  }
  .home-banner-section {
    padding: 40px 0;
  }
  .home-banner-section .banner-content h1 {
    font-size: 32px;
    line-height: 1.1;
  }
  .home-banner-section .banner-content p {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .home-banner-section .banner-content .hero-btns a {
    margin-right: 10px;
  }
  .solution-area-section {
    padding: 50px 0;
  }
  .solution-area-section .areaSlider {
    padding-top: 20px;
  }
  .solution-area-section .areaSlider .swiper-slide-inner .slide-cont img,
  .solution-area-section .areaSlider .swiper-slide-inner .slide-cont svg {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px auto;
  }
  .solution-area-section .areaSlider .swiper-slide-inner .slide-cont h3 {
    font-size: 18px;
    line-height: 1.1;
  }
  .slider-arw-wrp {
    max-width: 100px;
  }
  .slider-arw-wrp .swiper-button-next,
  .slider-arw-wrp .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .solution-plays-section {
    padding: 40px 0;
  }
  .solution-plays-section .plays-row {
    padding-top: 20px;
  }
  .solution-plays-section .plays-left-tab {
    margin-bottom: 25px;
  }
  .solution-plays-section .tab-content-inner {
    min-height: auto;
  }
  .solution-plays-section .tab-content-inner .tab-content-top img {
    min-height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-primary {
    font-size: 12px;
    min-width: 100px;
  }
  .btn-secondary {
    font-size: 12px;
    min-width: 100px;
  }
  .home-banner-section {
    padding: 40px 0;
  }
  .home-banner-section .row {
    flex-direction: column-reverse;
  }
  .home-banner-section .banner-content {
    text-align: center;
  }
  .home-banner-section .banner-content p {
    font-size: 16px;
  }
  .home-banner-section .banner-content .hero-btns {
    justify-content: center;
  }
  .home-banner-section .banner-right {
    margin-bottom: 20px;
  }
  .home-banner-section .banner-right img {
    max-width: 400px;
    margin: 0 auto;
  }
  .solution-plays-section .plays-left-tab .nav-pills li button {
    padding: 15px 10px 15px 50px;
  }
  .solution-plays-section .plays-left-tab .nav-pills li button::before {
    top: 18px;
    width: 12px;
    height: 12px;
  }
  .solution-plays-section .tab-content-btm {
    padding: 5 10px;
    min-height: 60px;
  }
  .solution-plays-section .tab-content-btm h4 {
    font-size: 16px;
    padding-right: 4px;
    flex: 1;
    max-width: unset;
  }
  .solution-plays-section .tab-content-btm a {
    max-width: 120px;
  }
  .cloud-partner-section .partner-left {
    margin-bottom: 30px;
    text-align: center;
  }
  .cloud-partner-section .partner-left h2 {
    text-align: center;
  }
  .cloud-partner-section .partner-left p {
    text-align: center;
  }
  .cloud-partner-section .partner-rgt .start-box-row .start-box-in {
    min-height: auto;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (max-width: 575px) {
  .main-wrp {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 480px) {
  .sec-title {
    font-size: 24px;
    max-width: 190px;
    width: 100%;
  }
  .solution-area-section .areaSlider .swiper-slide-inner {
    min-height: 230px;
  }
}
