@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap");
h1, h2, h3, h4 {
  color: #3d5a80;
  font-weight: 600;
}

section {
  padding: 25px  0 0 0;
}

html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar-track {
  background: #fff;
}
html::-webkit-scrollbar {
  width: 0.8rem;
}
html::-webkit-scrollbar-thumb {
  background: #3d5a80;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  top: 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  color: #111111;
  overflow-x: hidden;
  position: relative;
}

.site_body {
  display: none;
  transition: 0.5s;
  animation: transitionIN 0.75s;
  -webkit-animation: transitionIN 0.75s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.site_body .main {
  padding: 70px;
  position: relative;
  overflow: hidden;
}
.site_body .main .shape img {
  position: absolute;
  width: 100%;
  z-index: -9;
}
.site_body .main .shape .shape1 {
  right: -160px;
  top: -50%;
  width: 450px;
  opacity: 0.2;
  transform-origin: center;
  animation: shape linear 30s infinite reverse;
}
.site_body .main .shape .shape2 {
  left: -70px;
  bottom: -50px;
  width: 450px;
  opacity: 0.2;
  transform-origin: center;
  animation: shape linear 30s infinite reverse;
}
.site_body .main .shape .shape3 {
  left: 0;
  top: 0;
  width: 250px;
  opacity: 0.2;
  transform-origin: center;
  -webkit-animation: shape3 linear 20s infinite;
          animation: shape3 linear 20s infinite;
  transform: translate(-200px, -100px) rotate(0deg);
}
.site_body .main .shape .shape4 {
  left: 0;
  bottom: 0;
  width: 150px;
  opacity: 0.2;
  transform-origin: center;
  -webkit-animation: shape4 linear 20s infinite 5s;
          animation: shape4 linear 20s infinite 5s;
  transform: translate(700px, 80px) rotate(0deg);
}
.site_body .main .shape .shape5 {
  left: 500px;
  top: 0;
  width: 100px;
  opacity: 0;
  transform-origin: center;
  -webkit-animation: shape5 linear 25s infinite;
          animation: shape5 linear 25s infinite;
  transform: translate(0, -150px) rotate(0deg);
}
.site_body .main .sticky-header {
  background: #fff;
}
.site_body .main header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 200px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 100px;
}
.site_body .main header .links a {
  margin-right: 20px;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  color: #3d5a80;
  position: relative;
  padding: 10px;
  background-color: transparent;
  color: #3d5a80;
  padding: 10px 20px;
  margin-right: 5px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.site_body .main header .links a:hover {
  letter-spacing: 0.25rem;
  background: transparent;
  box-shadow: 0 0 5px #1e9bff;
}
.site_body .main header .links a:before {
  content: "";
  position: absolute;
  inset: 2px;
  background: transparent;
}
.site_body .main header .links a span {
  position: relative;
  z-index: 1;
}
.site_body .main header .links a i {
  position: absolute;
  inset: 0;
  display: block;
}
.site_body .main header .links a i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  width: 10px;
  height: 4px;
  background: #3d5a80;
  transform: translateX(-50%) skewX(325deg);
  -webkit-transform: translateX(-50%) skewX(325deg);
  -moz-transform: translateX(-50%) skewX(325deg);
  -ms-transform: translateX(-50%) skewX(325deg);
  -o-transform: translateX(-50%) skewX(325deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.site_body .main header .links a i:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 10px;
  height: 4px;
  background: #3d5a80;
  transform: translateX(-50%) skewX(325deg);
  -webkit-transform: translateX(-50%) skewX(325deg);
  -moz-transform: translateX(-50%) skewX(325deg);
  -ms-transform: translateX(-50%) skewX(325deg);
  -o-transform: translateX(-50%) skewX(325deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.site_body .main header .links a:hover i:before {
  width: 20px;
  left: 20%;
}
.site_body .main header .links a:hover i:after {
  width: 20px;
  left: 80%;
}
.site_body .main header .logo a img {
  width: 100px;
}
.site_body .main header .device {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
}
.site_body .main header .device .container .open-main-nav {
  position: absolute;
  top: 15px;
  padding-top: 20px;
  right: 15px;
  z-index: 1000;
  background: none;
  border: 0;
  cursor: pointer;
}
.site_body .main header .device .container .open-main-nav:focus {
  outline: none;
}
.site_body .main header .device .container .open-main-nav .burger i {
  position: relative;
  display: block;
  font-size: 35px;
  margin: 0 auto;
  color: #3d5a80;
  transform: skew(5deg);
  transition: all 0.275s;
}
.site_body .main header .device .container .open-main-nav .burger::after, .site_body .main header .device .container .open-main-nav .burger::before {
  content: "";
  display: block;
  height: 100%;
  background: #5A3B5D;
  transition: all 0.275s;
}
.site_body .main header .device .container .open-main-nav .burger::after {
  transform: translateY(-12px) translateX(-2px) skew(-20deg);
}
.site_body .main header .device .container .open-main-nav .burger::before {
  transform: translateY(-16px) skew(-10deg);
}
.site_body .main header .device .container .open-main-nav #burger.is-open {
  transform: skew(5deg) translateY(-8px) rotate(-45deg);
}
.site_body .main header .device .container .open-main-nav #burger.is-open::before {
  transform: translateY(0px) skew(-10deg) rotate(75deg);
}
.site_body .main header .device .container .open-main-nav #burger.is-open::after {
  transform: translateY(-12px) translateX(10px) skew(-20deg);
  opacity: 0;
}
.site_body .main header .device .container .open-main-nav .burger-text {
  display: block;
  font-size: 0.675rem;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: #3d5a80;
}
.site_body .main header .device .container .logo_mobile a img {
  width: 100px;
}
.site_body .main header .device .container .is-open .burger i {
  color: #fff;
}
.site_body .main header .device .container .is-open .burger-text {
  color: #fff;
}
.site_body .main header .device .main-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #fff;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.375s;
  height: 115vh;
}
.site_body .main header .device .main-nav::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -15px;
  background: #3d5a80;
  transform-origin: 0 0;
  transform: skew(-14deg) translateX(-120%);
  transition: all 0.275s 0.1s;
}
.site_body .main header .device .main-nav ul {
  list-style: none;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  height: 80%;
  /* Should be 100%, but we have a notice message :D */
  align-items: flex-end;
  justify-content: center;
  transform: translateX(-18%) skew(-16deg);
}
.site_body .main header .device .main-nav ul li {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0.5rem 0;
  text-align: right;
  transform: skew(16deg);
}
.site_body .main header .device .main-nav ul li a {
  opacity: 0;
  transform: translateY(-10px);
  display: block;
  padding: 12px 0;
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  font-weight: bold;
}
.site_body .main header .device .main-nav ul li:nth-child(1) a {
  transition: all 275ms 175ms;
}
.site_body .main header .device .main-nav ul li:nth-child(2) a {
  transition: all 275ms 225ms;
}
.site_body .main header .device .main-nav ul li:nth-child(3) a {
  transition: all 275ms 275ms;
}
.site_body .main header .device .main-nav ul li:nth-child(4) a {
  transition: all 275ms 325ms;
}
.site_body .main header .device .main-nav.is-open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}
.site_body .main header .device .main-nav.is-open::before {
  transform: skew(-14deg) translateX(0);
}
.site_body .main header .device .main-nav.is-open ul li a {
  opacity: 1;
  transform: translateY(0);
}
.site_body .main .hero_sec {
  display: grid;
  grid-template-columns: 100%;
  place-items: center;
  padding: 140px 0;
}
.site_body .main .hero_sec .hero_sec_text {
  padding: 0 300px;
  width: 100%;
}
.site_body .main .hero_sec .hero_sec_text h1 {
  font-size: 48px;
  color: #3d5a80;
  text-transform: uppercase;
  position: relative;
}
.site_body .main .hero_sec .hero_sec_text h1 .rotate-words {
  display: inline;
  margin-left: 10px;
  color: #fff;
  color: #fff;
}
.site_body .main .hero_sec .hero_sec_text h1 .rotate-words span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  background-color: #bb93fc;
  padding-inline: 10px;
  opacity: 0;
  transform-origin: 10% 75%;
  -webkit-animation: rotateWords 16s var(--d) linear infinite;
          animation: rotateWords 16s var(--d) linear infinite;
}
.site_body .main .hero_sec .hero_sec_text a {
  display: inline-block;
  padding: 16px 27px;
  border: 1px solid #3d5a80;
  font-size: 14px;
  margin-top: 15px;
  color: #3d5a80;
  text-transform: uppercase;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.site_body .main .hero_sec .hero_sec_text a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background-color: #3d5a80;
  border-radius: 50px;
  transition: all ease 0.8s;
  transform: scale(0);
  z-index: -1;
}
.site_body .main .hero_sec .hero_sec_text a:hover {
  border-color: transparent;
  color: #fff;
  color: #fff;
}
.site_body .main .hero_sec .hero_sec_text a:hover::before {
  transform: scale(1) translate(-30px, -70px);
}
.site_body .content {
  position: relative;
}
.site_body .content .img {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 700px;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site_body .content .img img {
  position: absolute;
}
.site_body .content .img .front {
  width: 350px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: all ease 1s;
}
.site_body .content .img .back {
  width: 500px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  opacity: 0.3;
  z-index: -1;
  transition: all ease 1s 0.2s;
}
.site_body .content .text {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
  margin-top: 180px;
}
.site_body .content .text .line {
  white-space: nowrap;
  -webkit-animation: infiniteText 10s linear infinite;
          animation: infiniteText 10s linear infinite;
  cursor: pointer;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  margin-bottom: 20px;
}
.site_body .content .text .line:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.site_body .content .text .line span {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3d5a80;
  display: inline-block;
  margin: 0 65px 0;
  transition: all ease 0.5s;
}
.site_body .content .text .line span:nth-child(odd) {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3d5a80;
}
.site_body .content .text .line span:nth-child(odd):hover {
  color: #3d5a80;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3d5a80;
}
.site_body .content .text .line span:nth-child(even):hover {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3d5a80;
}
.site_body .content .text .line2 {
  animation-direction: reverse;
}
.site_body .content .text .line2 span {
  margin: 0 80px 0;
}
.site_body .content .text .line2 span {
  margin: 0 35px 0;
}
.site_body .about {
  height: 100vh;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
}
.site_body .about .about-main {
  width: 1290px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.site_body .about .about-main img {
  width: 580px;
  max-width: 100%;
  height: auto;
  padding: 0 10px;
  border-radius: 80px;
}
.site_body .about .about-main .all-text {
  width: 600px;
  max-width: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site_body .about .about-main .all-text .about-title {
  font-size: 60px;
  color: #3d5a80;
  letter-spacing: 1px;
  margin-top: 20px;
}
.site_body .about .about-main .all-text .about-Subtitle {
  font-size: 30px;
  color: #111111;
  margin-top: 20px;
}
.site_body .about .about-main .all-text .about-text {
  font-size: 15px;
  color: #777777;
  line-height: 28px;
  margin-bottom: 20px;
  text-transform: lowercase;
  text-align: center;
}
.site_body .about .about-main .all-text .btn a {
  display: inline-block;
  padding: 16px 27px;
  font-size: 14px;
  margin-top: 15px;
  color: #3d5a80;
  text-transform: uppercase;
  border-radius: 50px;
  text-decoration: none;
  outline: none;
  padding: 20px 32px;
  cursor: pointer;
  box-shadow: 0px 12px 32px rgba(39, 69, 190, 0.102);
}
.site_body .about .about-main .all-text .btn a:hover {
  color: #fff;
  background-color: #3d5a80;
  transform-origin: left;
  transition: 0.4s ease-in;
}
.site_body .service {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.site_body .service .service_title {
  font-size: 60px;
  color: #3d5a80;
  letter-spacing: 1px;
  margin-top: 20px auto;
  text-align: center;
}
.site_body .service .services_content {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  min-height: 500px;
}
.site_body .service .services_content .card {
  height: 450px;
  width: 300px;
  padding: 20px 35px;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.site_body .service .services_content .card i {
  font-size: 55px;
  display: block;
  text-align: center;
  color: #3d5a80;
  margin: 18px;
}
.site_body .service .services_content .card h1 {
  text-align: center;
  color: #111111;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 900;
  font-family: "Roboto";
}
.site_body .service .services_content .card .content p {
  font-size: 14px;
  color: #535c68;
  line-height: 18px;
  text-align: center;
}
.site_body .service .services_content .card .content .Read_more {
  text-align: center;
  position: absolute;
  transform: translate(50%, 50%);
  top: 60%;
  margin-top: 20px;
}
.site_body .service .services_content .card .content .Read_more a {
  position: relative;
  border: none;
  padding: 15px;
  width: 120px;
  margin-top: 25px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  transition: 0.5s;
  transform-style: preserve-3d;
}
.site_body .service .services_content .card .content .Read_more a:before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background: #fff;
  color: #3d5a80;
  transition: 0.5s;
  border: 3px solid #3d5a80;
  transform-origin: right;
  transform: translateX(-100%) rotateY(90deg);
}
.site_body .service .services_content .card .content .Read_more a:after {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background: #3d5a80;
  color: #fff;
  transition: 0.5s;
  border: 3px solid #3d5a80;
  transform-origin: left;
  transform: translateX(0) rotateY(0deg);
}
.site_body .service .services_content .card .content .Read_more a:hover:before {
  transform: translateX(0) rotateY(0deg);
}
.site_body .service .services_content .card .content .Read_more a:hover:after {
  transform: translateX(100%) rotateY(90deg);
}
.site_body .service .services_content .card .content .modal-dialog {
  height: 100vh !important;
  display: flex;
}
.site_body .service .services_content .card .content .modal-dialog .modal-content {
  margin: auto !important;
}
.site_body .service .services_content .card .content .modal-dialog .modal-content .modal-body {
  display: flex;
  justify-content: center;
}
.site_body .service .services_content .card .content .modal-dialog .modal-content .modal-body .video_service {
  width: 400px;
}
.site_body .project .project_title {
  font-size: 60px;
  color: #3d5a80;
  letter-spacing: 1px;
  margin-top: auto;
  text-align: center;
}
.site_body .project .slider {
  margin-bottom: 20px;
  position: relative;
}
.site_body .project .slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  opacity: 1;
  background: #3d5a80;
  color: #fff;
}
.site_body .project .slider .slider-card {
  background: #fff;
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
  margin: 30px 15px 90px 15px;
  box-shadow: 0 15px 45px -20px #84b9fd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.site_body .project .slider .slider-card img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.site_body .project .slider .slider-card a {
  display: flex;
  justify-content: center;
  padding-bottom: 1.5rem;
  position: relative;
  font-size: 20px;
  color: #c6dcdd;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.site_body .project .slider .slider-card a:hover {
  color: #fff;
}
.site_body .project .slider .slider-card a:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 100%;
  background: url(btn-bg2.png);
  background-size: cover;
  transform-origin: left;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.site_body .project .slider .slider-card a:hover:before {
  width: 50%;
}
.site_body .project .slider .slider-card a span {
  position: relative;
  z-index: 1;
}
.site_body .project .slider .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 50px);
  right: 0;
  opacity: 1;
  font-size: 30px;
  border-radius: 50px;
  z-index: 1;
  background: #3d5a80;
  color: #fff;
}
.site_body .project .slider .owl-nav .owl-next i {
  padding: 15px;
}
.site_body .project .slider .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 50px);
  left: 0;
  opacity: 1;
  border-radius: 50px;
  font-size: 30px;
  z-index: 1;
  background: #3d5a80;
  color: #fff;
}
.site_body .project .slider .owl-nav .owl-prev i {
  padding: 15px;
}
.site_body .pub_project {
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}
.site_body .pub_project .pub_project__bg {
  background-color: #c6dcdd;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.site_body .pub_project .pub_project__bg .pub_project__container {
  display: grid;
  justify-content: space-around;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
.site_body .pub_project .pub_project__bg .pub_project__container .pub_project__img {
  width: 100%;
  justify-self: center;
  border-radius: 0px 20px 20px 0px;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  -ms-border-radius: 0px 20px 20px 0px;
  -o-border-radius: 0px 20px 20px 0px;
}
.site_body .pub_project .pub_project__bg .pub_project__container .pub_project__data .pub_project__title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 12px;
}
.site_body .pub_project .pub_project__bg .pub_project__container .pub_project__data .project__description {
  margin-bottom: 35px;
  font-weight: 500;
}
.site_body .pub_project .pub_project__bg .pub_project__container .pub_project__data .project__description span {
  font-size: 40px;
  font-weight: 500;
}
.site_body .pub_project .pub_project__bg .pub_project__container .pub_project__data .button {
  display: inline-block;
  background: #3d5a80;
  color: #fff;
  text-decoration: none;
  padding: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.site_body .pub_project .pub_project__bg .pub_project__container .pub_project__data .button:hover {
  color: #3d5a80;
  border: none;
  transition: 0.5s;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-animation: rotate 0.7s ease-in-out both;
          animation: rotate 0.7s ease-in-out both;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.site_body .contact {
  width: 100%;
}
.site_body .contact .contact_title {
  font-size: 60px;
  color: #3d5a80;
  letter-spacing: 1px;
  margin-top: 20px auto;
  text-align: center;
}
.site_body .contact .container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_body .contact .container .big_circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: linear-gradient(to bottom, #557bad, #3d5a80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
  -webkit-transform: translate(-40%, 38%);
  -moz-transform: translate(-40%, 38%);
  -ms-transform: translate(-40%, 38%);
  -o-transform: translate(-40%, 38%);
}
.site_body .contact .container .big_circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}
.site_body .contact .container .form {
  width: 100%;
  max-width: 820px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 900;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.site_body .contact .container .form .contact_form {
  background: #3d5a80;
  position: relative;
}
.site_body .contact .container .form .contact_form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #3d5a80;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 50px;
  left: -13px;
}
.site_body .contact .container .form .contact_form .circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #557bad);
  position: absolute;
}
.site_body .contact .container .form .contact_form .one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}
.site_body .contact .container .form .contact_form .two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 10px;
}
.site_body .contact .container .form .contact_form form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}
.site_body .contact .container .form .contact_form form .title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.site_body .contact .container .form .contact_form form .input_container {
  position: relative;
  margin: 1rem 0;
}
.site_body .contact .container .form .contact_form form .input_container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 900;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.site_body .contact .container .form .contact_form form .input_container .input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.site_body .contact .container .form .contact_form form .input_container textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  resize: none;
  overflow-y: auto;
}
.site_body .contact .container .form .contact_form form .input_container.textarea label {
  top: 1rem;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.site_body .contact .container .form .contact_form form .input_container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}
.site_body .contact .container .form .contact_form form .input_container span:before, .site_body .contact .container .form .contact_form form .input_container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  height: 5px;
  background-color: #3d5a80;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.site_body .contact .container .form .contact_form form .input_container span:before {
  left: 50%;
}
.site_body .contact .container .form .contact_form form .input_container span:after {
  right: 50%;
}
.site_body .contact .container .form .contact_form form .input_container.focus label {
  top: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}
.site_body .contact .container .form .contact_form form .input_container.focus span:after, .site_body .contact .container .form .contact_form form .input_container.focus span:before {
  width: 50%;
  opacity: 1;
}
.site_body .contact .container .form .contact_form form .btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #3d5a80;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  line-height: 1;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.site_body .contact .container .form .contact_form form .btn:hover {
  background-color: transparent;
  color: #fff;
}
.site_body .contact .container .form .contact_info {
  padding: 2.3rem 2.2rem;
  position: relative;
}
.site_body .contact .container .form .contact_info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #3d5a80;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  bottom: -50px;
  right: 50px;
  opacity: 0.5;
}
.site_body .contact .container .form .contact_info .title {
  color: #3d5a80;
}
.site_body .contact .container .form .contact_info .text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}
.site_body .contact .container .form .contact_info .info .information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}
.site_body .contact .container .form .contact_info .info .information .info_icon {
  font-size: 28px;
  margin-right: 0.7rem;
}
.site_body .contact .container .form .contact_info .info .information .curs {
  color: #555;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.site_body .contact .container .form .contact_info .info .information .curs p {
  cursor: pointer;
}
.site_body .contact .container .form .contact_info .info .information .curs:hover {
  color: #1e9bff;
  letter-spacing: 0.5px;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}
.site_body .contact .container .form .contact_info .social_media {
  padding: 2rem 0 0 0;
}
.site_body .contact .container .form .contact_info .social_media p {
  color: #333;
}
.site_body .contact .container .form .contact_info .social_media .social_icon {
  display: flex;
  margin-top: 0.5rem;
}
.site_body .contact .container .form .contact_info .social_media .social_icon a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: linear-gradient(45deg, #557bad, #3d5a80);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.site_body .contact .container .form .contact_info .social_media .social_icon a:hover {
  transform: scale(1.1) translateY(-5px);
  -webkit-transform: scale(1.1) translateY(-5px);
  -moz-transform: scale(1.1) translateY(-5px);
  -ms-transform: scale(1.1) translateY(-5px);
  -o-transform: scale(1.1) translateY(-5px);
}
.site_body .footer {
  border-top: 2px solid #3d5a80;
  margin: 0 200px;
  padding-top: 0;
  bottom: 0;
}
.site_body .footer .footer__container {
  padding: 20px 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site_body .footer .footer__container .footer__title {
  font-size: 2.25rem;
  font-weight: 800;
}
.site_body .footer .footer__container p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.site_body .footer .footer__container p span {
  font-weight: 100;
}
.site_body .footer .footer__container .footer_social {
  display: flex;
  justify-content: start;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  padding: 0;
}
.site_body .footer .footer__container .footer_social .footer_social-link {
  width: 35px;
  height: 35px;
  color: #fff;
  background: linear-gradient(45deg, #557bad, #3d5a80);
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.site_body .footer .footer__container .footer_social .footer_social-link:hover {
  transform: scale(1.1) translateY(-5px);
}
.site_body .footer .footer__container .footer_copyright {
  display: block;
  color: #777777;
  bottom: 0;
}

.loader_body {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 100;
  background-color: #111111;
  color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 111111;
}
.loader_body .loader_content {
  text-align: center;
  top: 10%;
  transform: translateX(-50%), translateY(-50%);
  z-index: 10001;
  color: #fff;
}
.loader_body .loader_content span {
  width: 30px;
  display: inline-block;
  z-index: 11000;
  color: #fff;
}

.scroll_up {
  position: fixed;
  text-decoration: none;
  font-size: 40px;
  transition: 0.3s;
  right: 1rem;
  bottom: -10rem;
  background: #fff;
  color: #3d5a80;
  display: inline-flex;
  padding: 0.35rem;
  z-index: 100000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.scroll_up:hover {
  box-shadow: 0 8px 12px hsla(228deg, 66%, 45%, 0.1);
  background-color: #3d5a80;
  transform: translateY(-0.25rem);
  color: #fff;
  -webkit-transform: translateY(-0.25rem);
  -moz-transform: translateY(-0.25rem);
  -ms-transform: translateY(-0.25rem);
  -o-transform: translateY(-0.25rem);
}

@-webkit-keyframes transitionIN {
  from {
    opacity: 0;
    transform: rotateX(-50deg);
    -webkit-transform: rotateX(-50deg);
    -moz-transform: rotateX(-50deg);
    -ms-transform: rotateX(-50deg);
    -o-transform: rotateX(-50deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
  }
}

@keyframes transitionIN {
  from {
    opacity: 0;
    transform: rotateX(-50deg);
    -webkit-transform: rotateX(-50deg);
    -moz-transform: rotateX(-50deg);
    -ms-transform: rotateX(-50deg);
    -o-transform: rotateX(-50deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes shape {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shape {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shape3 {
  100% {
    transform: translate(1300px, 600px) rotate(360deg);
  }
}
@keyframes shape3 {
  100% {
    transform: translate(1300px, 600px) rotate(360deg);
  }
}
@-webkit-keyframes shape4 {
  100% {
    transform: translate(1200px, -800px) rotate(360deg);
  }
}
@keyframes shape4 {
  100% {
    transform: translate(1200px, -800px) rotate(360deg);
  }
}
@-webkit-keyframes shape5 {
  100% {
    opacity: 1;
    transform: translate(0, 800px) rotate(720deg);
  }
}
@keyframes shape5 {
  100% {
    opacity: 1;
    transform: translate(0, 800px) rotate(720deg);
  }
}
@-webkit-keyframes rotateWords {
  5% {
    opacity: 1;
  }
  10% {
    opacity: 1;
    transform: rotate(3deg);
  }
  20% {
    opacity: 1;
    transform: rotate(3deg);
  }
  15% {
    transform: rotate(-1deg);
    z-index: -2;
  }
  25% {
    opacity: 0;
    transform: translateY(90px) rotate(10deg);
  }
}
@keyframes rotateWords {
  5% {
    opacity: 1;
  }
  10% {
    opacity: 1;
    transform: rotate(3deg);
  }
  20% {
    opacity: 1;
    transform: rotate(3deg);
  }
  15% {
    transform: rotate(-1deg);
    z-index: -2;
  }
  25% {
    opacity: 0;
    transform: translateY(90px) rotate(10deg);
  }
}
@-webkit-keyframes infiniteText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes infiniteText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1024px) {
  .site_body .main {
    padding: 100px 10px;
  }
  .site_body .main header {
    text-align: center;
    padding: 0;
  }
  .site_body .main header .links {
    display: none;
  }
  .site_body .main header .logo {
    display: none;
  }
  .site_body .main header .device {
    display: block;
  }
  .site_body .main .hero_sec {
    place-items: start;
    padding: 100px 0;
  }
  .site_body .main .hero_sec .hero_sec_text {
    padding: 0;
    text-align: center;
  }
  .site_body .main .hero_sec .hero_sec_text h1 {
    font-size: 30px;
  }
  .site_body .main .hero_sec .hero_sec_text h1 .rotate-words span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .site_body .main .hero_sec .hero_sec_text a {
    margin-top: 80px;
  }
  .site_body .about {
    margin-top: 60px;
  }
  .site_body .about .about-main .all-text .about-title {
    font-size: 30px;
  }
  .site_body .about .about-main .all-text .about-Subtitle {
    font-size: 20px;
  }
  .site_body .about .about-main .all-text .about-text {
    margin-top: 15px;
  }
  .site_body .content .img {
    width: 350px;
    overflow: hidden;
  }
  .site_body .content .img .front {
    width: 350px;
  }
  .site_body .service {
    margin-top: 60px;
  }
  .site_body .service .service_title {
    font-size: 30px;
  }
  .site_body .service .services_content {
    grid-template-columns: repeat(1, 1fr);
  }
  .site_body .service .services_content .card .content .Read_more {
    top: 60%;
  }
  .site_body .service .services_content .card .content .modal-dialog .modal-content .modal-body .video_service {
    width: 300px;
  }
  .site_body .project {
    margin-top: 60px;
  }
  .site_body .project .project_title {
    font-size: 30px;
  }
  .site_body .project .slider .owl-stage {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .site_body .pub_project .pub_project__bg .pub_project__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .site_body .pub_project .pub_project__bg .pub_project__container .pub_project__data {
    margin: 25px 0;
  }
  .site_body .pub_project .pub_project__bg .pub_project__container .pub_project__data .pub_project__title {
    font-size: 25px;
  }
  .site_body .pub_project .pub_project__bg .pub_project__container .pub_project__data .project__description {
    padding: 0 10px;
  }
  .site_body .pub_project .pub_project__bg .pub_project__container .pub_project__data .project__description span {
    font-size: 25px;
  }
  .site_body .pub_project .pub_project__bg .pub_project__container .pub_project__img {
    border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -ms-border-radius: 0px 0px 20px 20px;
    -o-border-radius: 0px 0px 20px 20px;
  }
  .site_body .contact .contact_title {
    font-size: 30px;
  }
  .site_body .contact .container {
    padding: 1.5rem;
  }
  .site_body .contact .container .form {
    grid-template-columns: 1fr;
  }
  .site_body .contact .container .form .contact_info {
    text-align: center;
    padding: 1.7rem 1.6rem;
  }
  .site_body .contact .container .form .contact_info .title {
    padding-top: 10px;
  }
  .site_body .contact .container .form .contact_info:before {
    bottom: initial;
    top: -65px;
    right: 65px;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
  }
  .site_body .contact .container .form .contact_info .text {
    margin: 1rem 0 1.5rem 0;
  }
  .site_body .contact .container .form .contact_info .social_media {
    padding: 1.5rem 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site_body .contact .container .form .contact_info .text, .site_body .contact .container .form .contact_info .information, .site_body .contact .container .form .contact_info .social_media p {
    font-size: 14px;
  }
  .site_body .contact .container .form .contact_form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }
  .site_body .contact .container .big_circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 38%);
    -webkit-transform: scale(0.9) translate(-40%, 38%);
    -moz-transform: scale(0.9) translate(-40%, 38%);
    -ms-transform: scale(0.9) translate(-40%, 38%);
    -o-transform: scale(0.9) translate(-40%, 38%);
    right: 15%;
  }
  .site_body .footer {
    margin: 0 55px;
  }
  .site_body .footer .footer__title {
    font-size: 2rem;
  }
  .site_body .footer p {
    font-size: 1rem;
  }
  .site_body .footer p span {
    font-size: 20px;
  }
}
@media (min-width: 416px) and (max-width: 1024px) {
  .site_body .main {
    padding: 100px 10px;
  }
  .site_body .main header {
    text-align: center;
    padding: 0;
  }
  .site_body .main header .links {
    display: none;
  }
  .site_body .main header .logo {
    display: none;
  }
  .site_body .main header .device {
    display: block;
  }
  .site_body .main header .device .container .open-main-nav .burger i {
    font-size: 50px;
  }
  .site_body .main header .device .container .open-main-nav .burger-text {
    font-size: 15px;
  }
  .site_body .main header .device .container .main-nav ul {
    font-size: 24px;
  }
  .site_body .main .hero_sec {
    place-items: start;
    padding: 100px 0;
  }
  .site_body .main .hero_sec .hero_sec_text {
    padding: 0;
    text-align: center;
  }
  .site_body .main .hero_sec .hero_sec_text h1 {
    font-size: 30px;
  }
  .site_body .main .hero_sec .hero_sec_text h1 .rotate-words span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .site_body .main .hero_sec .hero_sec_text a {
    margin-top: 80px;
  }
  .site_body .service {
    margin-top: 60px;
  }
  .site_body .service .service_title {
    font-size: 30px;
  }
  .site_body .service .services_content {
    grid-template-columns: repeat(2, 1fr);
  }
  .site_body .service .services_content .card .content .Read_more {
    top: 60%;
  }
  .site_body .service .services_content .card .content .modal-dialog .modal-content .modal-body .video_service {
    width: 300px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 2em 1em;
  text-align: center;
}
.columnTeam {
  width: 100%;
  padding: 0.5em 0;
  margin-bottom: 20px;
}
.cardTeam {
  box-shadow: 0 0 2.4em rgba(25, 0, 58, 0.1);
  padding: 3.5em 1em;
  border-radius: 0.6em;
  color: #557bad;
  cursor: pointer;
  transition: 0.3s;
  background-color: #ffffff;
}
.cardTeam .img-container {
  width: 8em;
  height: 8em;
  background-color: #a993ff;
  padding: 0.5em;
  border-radius: 50%;
  margin: 0 auto 2em auto;
}
.cardTeam img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 50%;
}
.cardTeam h3 {
  font-weight: 500;
}
.cardTeam p {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0.5em 0 2em 0;
  letter-spacing: 2px;
  padding: 0 10px;
}
.Teamicons {
  width: 50%;
  min-width: 180px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.Teamicons a:hover{
  transform: scale(1.1) translateY(-5px);
  -webkit-transform: scale(1.1) translateY(-5px);
  -moz-transform: scale(1.1) translateY(-5px);
  -ms-transform: scale(1.1) translateY(-5px);
  -o-transform: scale(1.1) translateY(-5px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  color: #fff;
}
.cardTeam a {
  text-decoration: none;
  color: inherit;
  font-size: 1.4em;
}
.cardTeam:hover {
  background: linear-gradient(#6045ea, #8567f7);
  color: #ffffff;
}
.cardTeam:hover .img-container {
  transform: scale(1.15);
}
.cardTeam:hover h3{
  color: #fff;
}
@media screen and (min-width: 768px) {
  section {
    padding: 1em 7em;
  }
}
@media screen and (min-width: 992px) {
  section {
    padding: 1em;
  }
  .cardTeam {
    padding: 5em 1em;
  }
  .columnTeam {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 1em;
  }
}