/*colors*/
/*shadow*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Radio+Canada:wght@300;400;600;700&display=swap");
body {
  background-color: #f8f9fa;
}

.top-section {
  background-color: #040642;
}

.top-section .top-row .right-text p {
  color: #f8f9fa;
  font-size: 14px;
  font-family: 'Radio Canada', sans-serif;
  margin-bottom: 0;
}

.top-section .top-row .right-text p a {
  color: #ffffff;
  font-weight: bold;
}

.top-section .top-row .left-text p {
  color: #f8f9fa;
  font-size: 14px;
  font-family: 'Radio Canada', sans-serif;
  margin-bottom: 0;
}

.top-section .top-row .left-text .social .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
}

.top-section .top-row .left-text .social .icons a {
  padding: 0 8px;
  -webkit-transition: .5s all;
  transition: .5s all;
  color: #ffffff;
}

.top-section .top-row .left-text .social .icons a:hover {
  color: #661FFE;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.top-section nav {
  border-radius: 5px;
  position: relative;
}

.top-section nav .shape-1 {
  position: absolute;
  top: -5px;
  left: -60px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  opacity: .3;
}

.top-section nav .shape-2 {
  position: absolute;
  bottom: -5px;
  right: -70px;
  -webkit-transform: rotate(-15deg) rotateY(180deg) rotateX(180deg);
          transform: rotate(-15deg) rotateY(180deg) rotateX(180deg);
  opacity: .3;
}

.top-section nav a.navbar-brand {
  font-family: 'Radio Canada', sans-serif;
  font-weight: bold;
  color: #040642;
  font-size: 35px;
  -webkit-transition: .5s all;
  transition: .5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.top-section nav a.navbar-brand img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.top-section nav a.navbar-brand:hover img {
  -webkit-transform: scale(1.1) rotateX(180deg) rotateY(180deg);
          transform: scale(1.1) rotateX(180deg) rotateY(180deg);
}

.top-section nav ul.navbar-nav {
  font-family: 'Radio Canada', sans-serif;
}

.top-section nav ul.navbar-nav li a {
  color: #040642 !important;
}

.top-section nav form {
  position: relative;
  z-index: 1;
}

.top-section nav form button {
  background-color: #040642 !important;
  color: #f8f9fa;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.top-section nav form button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #f1f2f6;
}

.top-section .text-carousel-container {
  margin-top: 40px;
}

.top-section .text-carousel-container .carousel .carousel-inner .carousel-item {
  height: 400px;
}

.top-section .text-carousel-container .carousel .carousel-inner .carousel-item .title h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Radio Canada', sans-serif;
  font-size: 60px;
  color: #ffffff;
  line-height: 70px;
  font-weight: bold;
  letter-spacing: 2px;
}

.top-section .text-carousel-container .carousel .carousel-inner .carousel-item .carousel-caption p {
  font-family: 'Radio Canada', sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: lighter;
}

.top-section .text-carousel-container .carousel .carousel-control-prev .carousel-control-prev-icon {
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.top-section .text-carousel-container .carousel .carousel-control-prev .carousel-control-prev-icon:hover {
  background-color: #661FFE !important;
}

.top-section .text-carousel-container .carousel .carousel-control-next .carousel-control-next-icon {
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.top-section .text-carousel-container .carousel .carousel-control-next .carousel-control-next-icon:hover {
  background-color: #661FFE !important;
}

.top-section .text-carousel-container .custom-button {
  background-color: #661FFE;
  color: #ffffff;
}

.top-section-svg {
  position: relative;
  z-index: -1;
  margin-top: -8px;
}

.about-img-container {
  text-align: center;
}

.about-img-container .shape {
  position: relative;
}

.about-img-container .shape img {
  width: 80%;
}

.about-img-container .shape .years {
  position: absolute;
  top: 60px;
  right: 110px;
  width: 140px !important;
  height: 140px !important;
  border-radius: 50%;
  z-index: 9999;
  background-color: #661FFE;
  border: 10px solid #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #f8f9fa;
  text-align: center;
  font-family: 'Radio Canada', sans-serif;
}

.about-list .subtitle {
  background-color: rgba(102, 31, 254, 0.2);
  color: #661FFE;
  font-family: 'Radio Canada', sans-serif;
}

.about-list h1 {
  color: #040642;
  font-family: 'Radio Canada', sans-serif;
  font-weight: bold;
  margin-top: 12px;
}

.about-list p {
  font-family: 'Radio Canada', sans-serif;
}

.about-list ul {
  list-style: none;
  margin-left: -30px;
}

.about-list ul li {
  font-family: 'Radio Canada', sans-serif;
}

.about-list ul li i {
  color: #661FFE;
  margin-right: 12px;
}

.about-list .buttons {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-list .buttons a {
  background-color: #661FFE;
  font-family: 'Radio Canada', sans-serif;
  color: #f8f9fa;
}

.about-list .buttons .shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

.about-list .buttons .shape .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #661FFE;
  border: 5px solid #7738fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

.about-list .buttons .shape span {
  font-family: 'Radio Canada', sans-serif;
  font-weight: bold;
  margin-left: 8px;
}

.more-btn {
  background-color: #661FFE;
  color: #ffffff;
  font-family: 'Radio Canada', sans-serif;
  margin-top: 20px;
}

.about-svg {
  position: relative;
  margin-top: -50px;
  z-index: -1;
}

.our-services h1.title {
  font-weight: bold;
  font-family: 'Radio Canada', sans-serif;
  text-align: center;
}

.our-services p.text-muted {
  font-family: 'Radio Canada', sans-serif;
  text-align: center;
}

.our-services .shapes .hexagon-container {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-services .shapes .hexagon-container:hover #hexagon {
  background-color: #040642;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.our-services .shapes .hexagon-container:hover #hexagon h4,
.our-services .shapes .hexagon-container:hover #hexagon p.text-muted,
.our-services .shapes .hexagon-container:hover #hexagon a.btn {
  color: #f8f9fa !important;
}

.our-services .shapes .hexagon-container:hover #hexagon-bg {
  background-color: #661FFE;
}

.our-services .shapes .hexagon-container:hover .icon-detail {
  background-color: #661FFE;
}

.our-services .shapes .hexagon-container #hexagon {
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  background-color: #ffffff;
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: 'Radio Canada', sans-serif;
  -webkit-transition: .6s all;
  transition: .6s all;
}

.our-services .shapes .hexagon-container #hexagon h4 {
  font-weight: bold;
  -webkit-transition: .4s color;
  transition: .4s color;
  margin-top: 15px;
}

.our-services .shapes .hexagon-container #hexagon p {
  width: 95%;
  -webkit-transition: .4s color;
  transition: .4s color;
}

.our-services .shapes .hexagon-container #hexagon a {
  -webkit-transition: .4s color;
  transition: .4s color;
  font-weight: bold;
}

.our-services .shapes .hexagon-container #hexagon-bg {
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  background-color: #E0E0E0;
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.our-services .shapes .icon-detail {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #040642;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f8f9fa;
  -webkit-transition: .4s all;
  transition: .4s all;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  font-size: 20px;
}

.our-services .see-all {
  background-color: #661FFE;
  color: #ffffff;
  font-family: 'Radio Canada', sans-serif;
}

.achivement {
  background-color: #040642;
}

.achivement .text-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.achivement .text-icon-container:hover .icons {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.achivement .text-icon-container .icons {
  position: relative;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.achivement .text-icon-container .icons i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 30px;
  z-index: 2;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.achivement .text-icon-container .texts {
  margin-left: 12px;
  color: #ffffff;
}

.achivement .text-icon-container .texts h2,
.achivement .text-icon-container .texts p {
  font-family: 'Radio Canada';
}

.meet-our-team .meet-btn {
  background-color: rgba(102, 31, 254, 0.2);
  color: #661FFE;
}

.meet-our-team .text-icon {
  font-family: 'Radio Canada', sans-serif;
}

.meet-our-team .text-icon i {
  color: #0d6efd;
}

.out-team h1,
.out-team p {
  font-family: 'Radio Canada', sans-serif;
}

.out-team .member {
  background-color: #661FFE;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

.team-carts .shapes {
  position: relative;
}

.team-carts .shapes:hover .front {
  opacity: 0;
}

.team-carts .shapes:hover .back {
  opacity: 1;
}

.team-carts .shapes .front,
.team-carts .shapes .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 287px;
  height: 320px;
  background-color: #D9D9D9;
  -webkit-transition: .5s all;
  transition: .5s all;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.team-carts .shapes .front {
  background-image: url("https://previews.123rf.com/images/lizardfilms/lizardfilms1802/lizardfilms180200069/95466322-bussiness-man-work-in-the-office-career.jpg?fj=1");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.team-carts .shapes .front.front-bg-2 {
  background-image: url("https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80");
}

.team-carts .shapes .front.front-bg-3 {
  background-image: url("https://images.unsplash.com/photo-1600880292203-757bb62b4baf?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80");
}

.team-carts .shapes .front.front-bg-4 {
  background-image: url("https://images.unsplash.com/photo-1543269865-cbf427effbad?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80");
}

.team-carts .shapes .back {
  background-color: #040642;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.team-carts .shapes .back .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-carts .shapes .back .icons a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin: 8px;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.team-carts .shapes .back .icons a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.team-carts .shapes .back .icons a:hover i {
  color: #661FFE;
}

.team-carts .shapes .back .icons a i {
  color: #212529;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.team-carts h3,
.team-carts p {
  font-family: 'Radio Canada', sans-serif;
  text-align: center;
  background-color: #f8f9fa;
  padding: 0 15px;
  border-radius: 4px;
}

.digital-business a.btn-choose {
  font-family: 'Radio Canada', sans-serif;
  background-color: rgba(102, 31, 254, 0.1) !important;
  color: #661FFE;
}

.digital-business h1 {
  font-weight: bold;
  font-family: 'Radio Canada', sans-serif;
  font-size: 52px;
  color: #040642;
  margin-top: 12px;
}

.digital-business p {
  font-family: 'Poppins', sans-serif;
  color: #737588;
}

.digital-business .content-marketing {
  margin-top: 30px;
}

.digital-business .content-marketing .component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.digital-business .content-marketing .component .circle {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background-color: rgba(102, 31, 254, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.digital-business .content-marketing .component .circle i {
  color: #661FFE;
  font-size: 24px;
}

.digital-business .content-marketing .component .texts {
  margin-left: 12px;
}

.digital-business .content-marketing .component .texts h5 {
  font-weight: bold;
  font-family: 'Radio Canada', sans-serif;
}

.digital-business .content-marketing .component .texts p {
  font-family: 'Poppins', sans-serif;
  color: #737588;
}

.digital-business .video-container .shape-container {
  width: 200px;
  height: 80px;
  border-radius: 50px;
  background-color: #f8f9fa;
  position: relative;
  bottom: 60px;
  left: -70px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.digital-business .video-container .shape-container .shapes {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #661FFE;
  border: 8px solid #8952fe;
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.digital-business .video-container .shape-container .shapes i {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  color: #f8f9fa;
  font-size: 18px;
}

.pricing-plan a.btn-ricing {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  background-color: rgba(102, 31, 254, 0.1) !important;
  color: #661FFE;
}

.pricing-plan h1 {
  font-weight: bold;
  font-family: 'Radio Canada', sans-serif;
  font-size: 52px;
  color: #040642;
  margin-top: 12px;
}

.pricing-plan p {
  font-family: 'Poppins', sans-serif;
  color: #737588;
}

.table-pricing {
  -webkit-transition: .5s all;
  transition: .5s all;
}

.table-pricing:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.table-pricing .price h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
}

.table-pricing .price span {
  font-family: 'Poppins', sans-serif;
  color: #737588;
  font-size: 14px;
}

.table-pricing ul.detail {
  list-style: none;
}

.table-pricing ul.detail li {
  font-family: 'Poppins', sans-serif;
  line-height: 35px;
}

.table-pricing ul.detail li i {
  margin-right: 6px;
}

.table-pricing ul.detail li i.fa-check {
  color: #198754;
}

.table-pricing ul.detail li i.fa-xmark {
  color: #dc3545;
}

.table-pricing .btn-table {
  background-color: #040642;
  color: #f8f9fa;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.table-pricing .btn-table:hover {
  background-color: #661FFE;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

footer {
  background-color: #040642;
}

footer h5 {
  color: #f8f9fa;
  font-family: 'Radio Canada', sans-serif;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}

footer h5:hover::before {
  width: 100%;
}

footer h5::before {
  content: '';
  position: absolute;
  width: 20%;
  height: 2px;
  background-color: #661FFE;
  bottom: -5px;
  left: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
}

footer p {
  color: #f8f9fa;
  font-family: 'Poppins', sans-serif;
}

footer .social {
  margin-top: 20px;
}

footer .social p {
  margin: 0;
}

footer .social .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
}

footer .social .icons a {
  padding: 0 8px;
  -webkit-transition: .5s all;
  transition: .5s all;
  color: #ffffff;
}

footer .social .icons a:hover {
  color: #661FFE;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

footer .input-group {
  margin-top: 25px;
  font-family: 'Poppins', sans-serif;
}

footer .input-group button {
  background-color: #661FFE;
  color: #f8f9fa;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li a {
  text-decoration: none;
  color: #f8f9fa;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: .4s all;
  transition: .4s all;
  line-height: 30px;
}

footer ul li a:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

footer ul li a i {
  margin-right: 6px;
  -webkit-transition: .6s transform;
  transition: .6s transform;
}

footer .recent-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

footer .recent-content .recent-img img {
  width: 60px;
  height: 60px;
  border-radius: 3px;
}

footer .recent-content .texts {
  color: #f8f9fa;
  margin-left: 15px;
}

footer .recent-content .texts h6 {
  font-family: 'Radio Canada', sans-serif;
  font-size: 18px;
}

footer .recent-content .texts span {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

@media (max-width: 768px) {
  #hexagon-bg {
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .shapes .hexagon-container .icon-detail {
    left: 50px;
  }
}
/*# sourceMappingURL=main.css.map */