html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
  color: #7a7e9a;
  overflow-x: hidden;
}
a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ffd600;
}
a:focus {
  text-decoration: none;
}
button {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #293a5c;
  font-family: Catamaran, sans-serif;
  font-weight: 700;
}
h3 {
  font-size: 21px;
  line-height: 1.5;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
p {
  font-size: 15px;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ptb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.bg-color {
  background: #fff;
}
@-webkit-keyframes rotaed360 {
  0% {
      -webkit-transform: rotateZ(0);
      transform: rotateZ(0);
  }
  100% {
      -webkit-transform: rotateZ(-360deg);
      transform: rotateZ(-360deg);
  }
}
@keyframes rotaed360 {
  0% {
      -webkit-transform: rotateZ(0);
      transform: rotateZ(0);
  }
  100% {
      -webkit-transform: rotateZ(-360deg);
      transform: rotateZ(-360deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
  }
  20% {
      -webkit-transform: translate(73px, -1px) rotate(36deg);
      transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
      -webkit-transform: translate(141px, 72px) rotate(72deg);
      transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
      -webkit-transform: translate(83px, 122px) rotate(108deg);
      transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
      -webkit-transform: translate(-40px, 72px) rotate(144deg);
      transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
  }
}
@keyframes animationFramesOne {
  0% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
  }
  20% {
      -webkit-transform: translate(73px, -1px) rotate(36deg);
      transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
      -webkit-transform: translate(141px, 72px) rotate(72deg);
      transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
      -webkit-transform: translate(83px, 122px) rotate(108deg);
      transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
      -webkit-transform: translate(-40px, 72px) rotate(144deg);
      transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
  }
}
.go-top {
  position: fixed;
  cursor: pointer;
  top: 93%;
  right: -10%;
  background-color: #ffd600;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  border: 1px solid #000;
}
.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #00aeff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.go-top:hover {
  background-color: #00aeff;
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:hover i:hover {
  color: #fff;
}
.go-top:focus {
  color: #fff;
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.section-title {
  position: relative;
  max-width: 695px;
  margin: -8px auto 60px;
  text-align: center;
}
.section-title span {
  color: #1d42d9;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}
.section-title h2 {
  font-size: 40px;
  text-transform: capitalize;
  color: #293a5c;
  margin-bottom: 20px;
}
.box-btn {
  font-size: 16px;
  color: #000;
  padding: 10px 20px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #ffd600;
  border: 1px solid #000;
}
.box-btn:hover::before {
  left: 0;
}
.box-btn:hover::after {
  right: 0;
}
.loader-content {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  text-align: center;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
      -webkit-transform: perspective(140px) rotateX(-180deg);
      transform: perspective(140px) rotateX(-180deg);
      opacity: 0;
  }
  25%,
  75% {
      -webkit-transform: perspective(140px) rotateX(0);
      transform: perspective(140px) rotateX(0);
      opacity: 1;
  }
  100%,
  90% {
      -webkit-transform: perspective(140px) rotateY(180deg);
      transform: perspective(140px) rotateY(180deg);
      opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
      -webkit-transform: perspective(140px) rotateX(-180deg);
      transform: perspective(140px) rotateX(-180deg);
      opacity: 0;
  }
  25%,
  75% {
      -webkit-transform: perspective(140px) rotateX(0);
      transform: perspective(140px) rotateX(0);
      opacity: 1;
  }
  100%,
  90% {
      -webkit-transform: perspective(140px) rotateY(180deg);
      transform: perspective(140px) rotateY(180deg);
      opacity: 0;
  }
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube2::before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube3::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube4::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.header-area {
  position: relative;
  padding: 15px 0;
  background: #f5faff;
  overflow: hidden;
}
.header-area .header-content-right {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-area .header-content-right .header-contact {
  padding: 0;
  margin: 0;
  position: relative;
}
.header-area .header-content-right .header-contact li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  margin-right: 20px;
  font-weight: 500;
}
.header-area .header-content-right .header-contact li a {
  color: #051242;
}
.header-area .header-content-right .header-contact li a i {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 16px;
  color: #3d59fa;
}
.header-area .header-content-right .header-contact li a:hover {
  color: #1d42d9;
}
.header-area .header-content-right .header-contact li:last-child {
  margin-right: 0;
}
.header-area .header-content-right .header-contact::before {
  position: absolute;
  width: 1px;
  height: 24px;
  content: "";
  background: #1d42d9;
  right: -40px;
  top: 2px;
}
.header-2 {
  background: #3d59fa;
}
.header-2 .header-content-right .header-contact li {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  margin-right: 20px;
}
.header-2 .header-content-right .header-contact li a {
  color: #fff;
}
.header-2 .header-content-right .header-contact li a i {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 4px;
  color: #fff;
  font-size: 18px;
}
.header-2 .header-content-right .header-contact li a:hover {
  color: #fff;
}
.header-2 .header-content-right .header-contact::before {
  display: none;
}
.navbar-area {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.navbar-area .main-nav {
  background: 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.navbar-area .main-nav .navbar {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.navbar-area .main-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.navbar-area .main-nav .navbar .navbar-nav {
  margin-right: 0;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
  color: #ffd600;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-left: 1px;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover a {
  color: #ffd600;
}
.navbar-area .box-btn:hover {
  color: #000;
  background: #fff !important;
}
.navbar-area .nav-btn {
  position: relative;
  top: 3px;
  margin-top: 12px;
  margin-left: 400px;
}
@media only screen and (max-width: 989px) {
  .navbar-area .nav-btn {
      position: relative;
      top: 3px;
      margin: auto;
      text-align: center;
  }
}
.navbar-area .nav-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  position: relative;
  top: -3px;
  max-width: 16%;
}
.navbar-area .nav-right ::-webkit-input-placeholder {
  color: #f5faf5;
  opacity: 1;
}
.navbar-area .nav-right :-ms-input-placeholder {
  color: #f5faf5;
  opacity: 1;
}
.navbar-area .nav-right ::-ms-input-placeholder {
  color: #f5faf5;
  opacity: 1;
}
.navbar-area .nav-right ::placeholder {
  color: #f5faf5;
  opacity: 1;
}
.navbar-area .nav-right button {
  background: 0 0;
  border: none;
  color: #f5faff;
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.navbar-area .nav-right button:hover {
  color: #000;
}
.banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://tufcoding.com/assets/images/background/clouds.png);
  background-size: cover;
  animation: clouds 50s ease-in-out infinite;
  z-index: -1;
}
.banner-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://tufcoding.com/assets/images/background/stars.png);
  background-size: cover;
  animation: stars 35s ease-in-out infinite;
  z-index: -2;
}
.banner-area {
  position: relative;
  background-color: #00aeff;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  z-index: 0;
}
@keyframes float {
  0% {
      transform: translatey(0);
  }
  50% {
      transform: translatey(-20px);
  }
  100% {
      transform: translatey(0);
  }
}
@keyframes clouds {
  0% {
      background-position: left 0;
  }
  50% {
      background-position: right 0;
  }
  100% {
      background-position: left 0;
  }
}
@keyframes stars {
  0% {
      transform: translatey(0);
      background-position: left 0;
  }
  50% {
      transform: translatey(50px);
      background-position: right 0;
  }
  100% {
      transform: translatey(0);
      background-position: left 0;
  }
}
.banner-content {
  padding: 50px 0;
}
.banner-content h1 {
  font-size: 50px;
  color: #fff;
  margin: 0 0 30px;
  line-height: 1.2;
}
.banner-content p {
  color: #fff;
  padding-right: 0;
}
.banner-content .banner-btn {
  margin-top: 45px;
}
.banner-content .banner-btn .box-btn {
  margin-right: 20px;
  color: #000;
}
.banner-content .banner-btn .box-btn:hover {
  background-color: #00aeff;
  color: #fff;
}
.banner-btn .box-btn.border-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}
.banner-content .banner-btn .box-btn::after,
.banner-content .banner-btn .box-btn::before {
  background: #fff;
}
.banner-area .banner-img {
  -webkit-animation: pulse 5s infinite;
  animation: pulse 5s infinite;
}
.banner-area .home-shape .shape1 {
  position: absolute;
  top: 55%;
  left: 2%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}
.banner-area .home-shape .shape2 {
  position: absolute;
  top: 19%;
  left: 3%;
  -webkit-animation: pulse 4s infinite;
  animation: pulse 4s infinite;
}
.banner-area .home-shape .shape3 {
  position: absolute;
  bottom: 13%;
  left: 40%;
  -webkit-animation: rotaed360 6s infinite linear;
  animation: rotaed360 6s infinite linear;
}
.banner-area .home-shape .shape4 {
  position: absolute;
  top: 15%;
  left: 35%;
  -webkit-animation: rotaed360 6s infinite linear;
  animation: rotaed360 6s infinite linear;
}
.banner-area .home-shape .shape5 {
  position: absolute;
  top: 15%;
  left: 62%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}
.banner-area .home-shape .shape6 {
  position: absolute;
  bottom: 30%;
  right: 4%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}
.info-area {
  position: relative;
}
.info-area .single-info {
  position: relative;
  -webkit-transition: 0.3s;
  z-index: 1;
  transition: all 0.3s;
}
.info-area .single-info .info-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.info-area .single-info .content {
  position: relative;
  margin: auto;
  background: #fff;
  padding: 15px;
  text-align: center;
  margin-top: -40px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1280px) {
  .info-area .single-info .content {
      padding: 30px;
  }
}
.info-area .single-info .content h3 {
  margin-bottom: 0;
  color: #051242;
  font-size: 20px;
}
.info-area .single-info .content h3 i {
  color: #00aeff;
  margin-right: 10px;
}
.info-area .single-info .content::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #00aeff;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: -1;
  border-radius: 2px;
}
.info-area .single-info:hover .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: url(https://tufcoding.com/assets/images/background/clouds.png);
  background-size: 315%;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  animation: clouds 50s ease-in-out infinite;
  background-color: #00aeff;
  bottom: 0;
  height: 100%;
}
.info-area .single-info:hover {
  transform: scale(1.1);
}
.info-area .single-info:hover .content h3 {
  color: #fff;
}
.info-area .single-info:hover .content h3 i {
  color: #fff;
}
.single-service {
  position: relative;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 2px;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-service .service-img {
  margin-bottom: 20px;
}
.single-service .service-img img {
  width: 60px;
}
.single-service .service-content h3 {
  color: #051242;
  margin-bottom: 5px;
}
.single-service .service-content p {
  margin-bottom: 10px;
}
.single-service::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: url(https://tufcoding.com/assets/images/background/clouds.png);
  background-size: 315%;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  animation: clouds 50s ease-in-out infinite;
}
.single-service:hover h3 {
  color: #fff;
}
.single-service:hover p {
  color: #e9e9e9;
}
.single-service:hover::before {
  left: 0;
}
.single-service:hover::after {
  right: 0;
}
.home-company-area {
  padding-top: 80px;
  padding-bottom: 50px;
}
.home-company-area .company-content {
  margin-top: -8px;
  margin-bottom: -8px;
}
.home-company-area .company-content .company-tittle span {
  color: #000;
  font-size: 14px;
  margin-bottom: 8px;
  display: inline-block;
}
.home-company-area .company-content .company-tittle h2 {
  margin-bottom: 20px;
  font-size: 40px;
}
.home-company-area .company-content .box-btn {
  margin-top: 35px;
}
.home-company-area .company-img {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.home-company-area .company-img::before {
  position: absolute;
  content: "";
  width: 350px;
  height: 100px;
  z-index: -1;
  left: -30px;
  top: -30px;
  border-radius: 4px;
}
.home-company-area .company-img::after {
  position: absolute;
  content: "";
  width: 350px;
  height: 100px;
  z-index: -1;
  right: -30px;
  bottom: -30px;
  border-radius: 4px;
}
.home2-choose-area .single-choose {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.home2-choose-area .single-choose .icon {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  margin: auto;
  -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
  padding: 10px 20px;
}
.home2-choose-area .single-choose .icon i {
  font-size: 80px;
  color: #051242;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home2-choose-area .single-choose h3 {
  text-align: center;
  color: #293a5c;
  margin-bottom: 0;
  padding: 10px 5px;
  font-size: 17px;
  background-color: #f1f1f1;
}
.home2-choose-area .single-choose:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.home2-choose-area .single-choose:hover .icon i {
  color: #3d59fa;
}
.home2-choose-area .choose-c {
  position: relative;
  margin-top: 75px;
}
.home2-choose-area .choose-c .content {
  max-width: 600px;
  margin-left: 30px;
}
.home2-choose-area .choose-c .content h3 {
  font-size: 30px;
  color: #293a5c;
  margin-bottom: 15px;
  font-weight: 600;
}
.home2-choose-area .choose-c .content p {
  color: #293a5c;
  margin-bottom: 10px;
}
.home2-choose-area .choose-c .content p:last-child {
  margin-bottom: 0;
}
.home2-choose-area .choose-c .content .box-btn {
  border-radius: 50px;
  margin-top: 15px;
}
.home-process-area {
  width: 100%;
  height: 100%;
  background: url(https://tufcoding.com/assets/images/background/clouds.png);
  background-size: 200%;
  animation: clouds 50s ease-in-out infinite;
  background-color: #00aeff;
}
@media only screen and (max-width: 600px) {
  .home-process-area {
      background-size: 600%;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-area .nav-btn {
      position: relative;
      top: 3px;
      text-align: center;
      margin: auto;
  }
  .home-process-area {
      background-size: 600%;
  }
}
.home-process-area .section-title span {
  color: #fff;
}
.home-process-area .section-title h2 {
  color: #fff;
}
.home-process-area .section-title p {
  color: #fff;
}
.home-process-area .single-process {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s;
}
.home-process-area .single-process .icon {
  background: #ffd600;
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  line-height: 56px;
  margin-bottom: 30px;
  border-radius: 3px;
  position: relative;
  transition: all 0.3s;
}
.single-process:hover {
  transform: scale(1.1);
}
.home-process-area .single-process .icon img {
  padding: 10px;
}
.home-process-area .single-process .content h3 {
  color: #fff;
}
.home-process-area .single-process .content p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
.home-process-area .single-process span {
  position: absolute;
  z-index: 1;
}
.home-process-area .single-process span::before {
  content: "";
  position: absolute;
  content: "";
  height: 170px;
  border-right: 1px dashed #f5faff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -55px;
  left: 122px;
  z-index: -1;
}
.home-process-area .single-process span img {
  max-width: 60px;
  margin-left: 100px;
  -webkit-animation: leftani 5s infinite linear;
  animation: leftani 5s infinite linear;
}
@-webkit-keyframes leftani {
  0% {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
  }
  50% {
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
  }
  100% {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
  }
}
@keyframes leftani {
  0% {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
  }
  50% {
      -webkit-transform: translateX(15px);
      transform: translateX(15px);
  }
  100% {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
  }
}
.feature-area .feature-tittle {
  margin-bottom: 20px;
}
.feature-area .feature-tittle span {
  color: #1d42d9;
  display: inline-block;
  margin-top: -8px;
  margin-bottom: 8px;
}
.feature-area .feature-tittle h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.feature-area .contnet ul {
  padding: 0;
  margin: 0;
}
.feature-area .contnet ul li {
  position: relative;
  padding-left: 30px;
  color: #051242;
  font-size: 18px;
  margin-bottom: 10px;
}
.feature-area .contnet ul li:last-child {
  margin-bottom: 0;
}
.feature-area .contnet ul li i {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  color: #00aeff;
  font-size: 20px;
}
.feature-area .contnet .box-btn {
  margin-top: 30px;
}
.feature-area .feature-img {
  -webkit-animation: updown 5s infinite linear;
  animation: updown 5s infinite linear;
  margin-bottom: 50px;
}
.feature-area.bg-color {
  padding-bottom: 50px;
}
@-webkit-keyframes updown {
  0% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
  }
  50% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
  }
  100% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
  }
}
@keyframes updown {
  0% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
  }
  50% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
  }
  100% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
  }
}
.home-team-area .single-team {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home-team-area .single-team .team-img {
  position: relative;
  overflow: hidden;
}
.home-team-area .single-team .content {
  padding: 20px;
  background-color: #f5faff;
  position: relative;
  z-index: 2;
}
.home-team-area .single-team .content h3 {
  color: #051242;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-team-area .single-team .content p {
  margin-bottom: 0;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home-team-area .single-team .content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: -50px;
  background: #051242;
  opacity: 0.95;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.home-team-area .single-team:hover .content::before {
  height: 150px;
}
.home-team-area .single-team:hover h3,
.home-team-area .single-team:hover p {
  color: #fff;
}
.client-area.c-bg {
  background-image: url(https://tufcoding.com/assets/img/client/client-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.client-area .top-title {
  color: #293a5c;
}
.client-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0.8;
}
.client-area .owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.single-client {
  background-color: #f5faff;
  padding: 30px;
  text-align: center;
  align-items: center;
  margin-top: 30px;
  min-height: 220px;
  min-width: 220px;
  transition: all 0.3s !important;
}
.single-client p {
  margin-top: -20px !important;
  text-align: left;
  padding-right: 30px;
  position: absolute;
  top: 50%;
  font-size: small;
}
.single-client h3 {
  text-align: left;
  top: 0;
  color: #00aeff;
}
.single-client img {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  border: 1px solid #1d42d9;
  border-radius: 4px;
  margin: auto;
}
.single-client:hover {
  background-color: #e9eff5 !important;
}
@-webkit-keyframes ripple {
  0%,
  35% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 1;
  }
  50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.8;
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(2);
      transform: scale(2);
  }
}
@keyframes ripple {
  0%,
  35% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 1;
  }
  50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.8;
  }
  100% {
      opacity: 0;
      -webkit-transform: scale(2);
      transform: scale(2);
  }
}
.about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-area .section-tittle {
  max-width: 850px;
}
.about-area img {
  border-radius: 10px;
}
.about-area .about-img {
  position: relative;
  margin-top: 40px;
}
@-webkit-keyframes animatin {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  75% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 1;
  }
  100% {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0;
  }
}
@keyframes animatin {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  75% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 1;
  }
  100% {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0;
  }
}
.about-area .content {
  margin-top: 50px;
}
.about-area .content .about-content p {
  color: #50607f;
}
.about-area .content .about-content p:last-child {
  margin-bottom: 0;
}
.footer-area .copy-area {
  background: url(https://tufcoding.com/assets/images/background/clouds.png);
  background-size: 200%;
  background-position: center;
  animation: clouds 50s ease-in-out infinite;
}
.footer-area {
  background-color: #00aeff;
}
@-webkit-keyframes imageChange {
  0% {
      opacity: 1;
  }
  75% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@keyframes imageChange {
  0% {
      opacity: 1;
  }
  75% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
.footer-area .content {
  margin-bottom: 30px;
}
.footer-area .content p {
  color: #fff;
  margin-top: 20px;
}
.footer-area .content h3 {
  font-size: 25px;
  color: #f5faff;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.footer-area .content h3::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #e6335a;
  left: -15px;
  z-index: -1;
}
.footer-area .content h3::after {
  position: absolute;
  content: "";
  background: #051242;
  width: 7px;
  height: 7px;
  left: -15px;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-animation: line 8s infinite;
  animation: line 8s infinite;
}
@-webkit-keyframes line {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  50% {
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
@keyframes line {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  50% {
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
.footer-area .copy-area {
  padding: 30px 0;
}
.footer-area .copy-area .menu {
  margin: 0;
  padding: 0;
}
.footer-area .copy-area .menu li {
  display: inline-block;
  margin-right: 25px;
  font-size: 15px;
}
.footer-area .copy-area .menu li a {
  color: #f5faff;
}
.footer-area .copy-area .menu li:last-child {
  margin-right: 0;
}
.footer-area .copy-area p {
  font-size: 15px;
  color: #f5faff;
  margin-bottom: 0;
}
.footer-area .copy-area p a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.footer-area .copy-area p a:hover {
  color: #ffd600;
}
.footer-area .copy-area .right {
  float: right;
}
.footer-area-2 {
  background: #051242;
  position: relative;
  z-index: 1;
}
.footer-area-2::before {
  display: none;
}
.logo img {
  transition-property: src;
  transition-duration: 0.3s;
  height: 40px !important;
  width: auto !important;
}
.logo {
  margin-right: 5%;
  transition: all 0.3s;
}
.logo:hover {
  transform: scale(1.2);
}
.banner-content .banner-btn .box-btn.border-btn:hover {
  background-color: #fff;
  color: #000 !important;
}
.box-btn.btn-sm.telegram {
  background-color: #00aeff !important;
  color: #fff;
  height: 35px;
  width: 60px;
  padding: 5px;
}
.box-btn.btn-sm.telegram:hover {
  background-color: #fff !important;
  color: #00aeff;
  height: 35px;
  width: 60px;
  padding: 5px;
}
.box-btn.btn-sm.discord {
  background-color: #5662f6 !important;
  color: #fff;
  height: 35px;
  width: 60px;
  padding: 5px;
}
.box-btn.btn-sm.discord:hover {
  background-color: #fff !important;
  color: #5662f6;
  height: 35px;
  width: 60px;
  padding: 5px;
}
.bx.bxl-telegram {
  align-content: center;
}
#services .container .row img {
  height: 60px;
  width: auto;
}
#services .container .row .single-service:hover {
  background-color: #00aeff;
  transform: scale(1.1);
}
.box-btn:hover {
  color: #fff;
  background-color: #00aeff;
}
.navbar-area
  .mobile-nav.mean-container
  .mean-nav
  .nav-btn
  .box-btn.btn-sm.discord {
  height: 25px;
  margin-right: 10px;
}
.navbar-area
  .mobile-nav.mean-container
  .mean-nav
  .nav-btn
  .box-btn.btn-sm.telegram {
  height: 25px;
  margin-left: 10px;
}
::-webkit-scrollbar {
  width: 0.3em;
}
::-webkit-scrollbar-thumb {
  background-color: #ffd600;
}
.btn.btn-primary.ml-3 {
  font-size: 16px;
  color: #000;
  padding: 10px 20px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.3s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #000;
}
.btn.btn-primary.ml-3:hover::before {
  left: 0;
}
.btn.btn-primary.ml-3:hover::after {
  right: 0;
}
.btn.btn-primary.ml-3:hover {
  background-color: #fff !important;
  color: #000 !important;
}
#discount .close {
  margin: 5px;
  color: #000;
  transition: 0.2s all;
  opacity: 100%;
}
#discount .close:hover {
  color: #000 !important;
}
#count-down {
  display: inline-block;
  color: #000;
  font-size: large;
  -webkit-transition: all 0.5s;
  transition: all 0.3s;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}
.nav-item {
  color: #fff;
}
.nav-item:hover {
  color: #f5faff;
}
.btn.btn-secondary {
  background-color: #ffd600;
  color: #000;
  border-radius: 2px;
  border: 1px solid #000;
}
.btn.btn-secondary:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.btn-link:hover {
  color: #ffd600;
}
.mt-1 {
  color: #00aeff;
}
.nav-item {
  font-weight: 700;
}
.nav-link {
  font-weight: 700 !important;
  padding-right: 16px !important;
  font-size: 16px !important;
}
.modal-body p {
  margin: 3px;
  margin-left: 30px;
  margin-right: 30px;
}
.modal-body h3 {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.modal-header {
  background-color: #00aeff;
  justify-content: center;
  height: 3.5rem;
  border-radius: 2px !important;
}
.modal-title {
  color: #fff;
}
.modal-footer {
  background-color: #00aeff;
  height: 3.5rem;
  border-radius: 2px !important;
  justify-content: center;
}
.modal-content {
  border: 1px solid #000;
  border-radius: 2px !important;
}
.bx.bx-support {
  font-weight: 700;
}
.__cf_email__ {
  font-weight: 700;
  transition: all 0.3s !important;
}
.__cf_email__:hover {
  color: #ffd600;
}
.btns {
  margin-left: 142px;
}
@media only screen and (max-width: 1200px) {
  .btns {
      margin-left: 0;
  }
}
@media only screen and (max-width: 989px) {
  .btns {
      margin-left: 0;
  }
}
.discount-title {
  background-color: #286232;
  color: #fff;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
