@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@400&display=swap");
/**
*
* Testing
*
**/
::-moz-selection {
  background-color: #FD5722;
  color: #FFFFFF;
}
::selection {
  background-color: #FD5722;
  color: #FFFFFF;
}

a {
  text-decoration: none !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(253, 89, 34, 0.4745098039);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 89, 34, 0.4745098039);
}

.p-small {
  font-size: 14px;
  font-weight: 100;
}

.base-color {
  color: #FD5722;
}

.base-bg {
  background-color: #FD5722;
}

.title-design {
  color: rgba(253, 89, 34, 0.1098039216);
  font-weight: bolder;
  font-size: 6.5em;
  margin-bottom: -55px;
}
@media (max-width: 450px) {
  .title-design {
    font-size: 4.5em;
    margin-bottom: -30px;
  }
}

button.mybutton {
  background: #FD5722;
  width: 150px;
  line-height: 40px;
  color: white;
  text-decoration: none;
  position: relative;
  border: none;
}

input[type=submit] {
  cursor: pointer !important;
}

button {
  cursor: pointer !important;
}

.customList li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif !important;
}

.demoHeading {
  font-family: "Oswald", sans-serif !important;
}

p {
  font-family: "Assistant", sans-serif !important;
  font-size: 110%;
}

.LH0 {
  line-height: 0;
}

.LH1 {
  line-height: 1em;
}

.LH2 {
  line-height: 1.25em;
}

.LH3 {
  line-height: 1.5em;
}

.LH4 {
  line-height: 1.75em;
}

.LH5 {
  line-height: 2em;
}

.LH6 {
  line-height: 2.25em;
}

.h1 {
  font-size: 84px;
}
@media (max-width: 450px) {
  .h1 {
    font-size: 48px;
  }
}

.h2 {
  font-size: 58px;
}
@media (max-width: 450px) {
  .h2 {
    font-size: 36px;
  }
}

.h3 {
  font-size: 42px;
}
@media (max-width: 450px) {
  .h3 {
    font-size: 28px;
  }
}

.h4 {
  font-size: 24px;
}

.h5 {
  font-size: 20px;
}

.h6 {
  font-size: 16px;
}

section {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.mobile-nav {
  display: none;
}
@media (max-width: 768px) {
  .mobile-nav {
    display: block;
  }
}

span.video-capture-effects {
  position: relative;
}
span.video-capture-effects span {
  animation: camera-effect 5s;
  position: absolute;
  background-color: transparent;
  padding: 15px;
}
@media (max-width: 768px) {
  span.video-capture-effects span {
    display: none;
  }
}
span.video-capture-effects span:nth-child(1) {
  left: 0;
  top: 0;
  border-left: 5px solid #FD5722;
  border-top: 5px solid #FD5722;
  animation: camera-effect-left-top 2s forwards;
}
span.video-capture-effects span:nth-child(2) {
  right: 0;
  top: 0;
  border-right: 5px solid #FD5722;
  border-top: 5px solid #FD5722;
  animation: camera-effect-right-top 2s forwards;
}
span.video-capture-effects span:nth-child(3) {
  left: 0;
  bottom: 0;
  border-left: 5px solid #FD5722;
  border-bottom: 5px solid #FD5722;
  animation: camera-effect-left-bottom 2s forwards;
}
span.video-capture-effects span:nth-child(4) {
  right: 0;
  bottom: 0;
  border-right: 5px solid #FD5722;
  border-bottom: 5px solid #FD5722;
  animation: camera-effect-right-bottom 2s forwards;
}
span.video-capture-effects b.text-blur-effect {
  animation: text-blur-effect-Name 2s forwards;
  padding: 0 15px;
  line-height: 50px;
}
@keyframes text-blur-effect-Name {
  0% {
    filter: blur(10px);
    transform: scale(2);
  }
  5% {
    filter: blur(30px);
    transform: scale(2);
  }
  100% {
    filter: blur(0px);
    transform: scale(1);
  }
}
@keyframes camera-effect-left-top {
  0% {
    transform: translate(-10px, -10px);
  }
  5% {
    transform: translate(-20px, -20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes camera-effect-right-top {
  0% {
    transform: translate(10px, -10px);
  }
  5% {
    transform: translate(20px, -20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes camera-effect-left-bottom {
  0% {
    transform: translate(-10px, 10px);
  }
  5% {
    transform: translate(-20px, 20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes camera-effect-right-bottom {
  0% {
    transform: translate(-10px, -10px);
  }
  5% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

#whatsapp {
  position: fixed;
  bottom: 20px;
  z-index: 1000000000;
  left: 20px;
  background: #25D366;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
}
#whatsapp a {
  color: white;
}
#whatsapp:hover {
  background: #128C7E;
}

.overlay {
  background: rgba(0, 0, 0, 0.705);
  height: 134vh;
  position: absolute;
  width: 100%;
}

#header {
  overflow: hidden;
  z-index: 10000000;
  width: 100%;
}
@media (max-width: 768px) {
  #header {
    display: none;
  }
}
#header ul li {
  color: white;
  display: inline-block;
  padding: 0px 10px;
  font-size: 14px;
}

h4.vtext {
  position: absolute;
  font-size: 8em;
  font-weight: bold;
  color: rgba(78, 78, 78, 0.1490196078);
  top: 0;
  transform: rotate(270deg);
  transform-origin: 50% 140%;
}

.home-hero-banner h4.vtext-home {
  position: absolute;
  font-size: 15em;
  font-weight: bold;
  color: rgba(78, 78, 78, 0.1490196078);
  top: 0;
  transform: rotate(270deg);
  transform-origin: 50% 140%;
}
.home-hero-banner video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 120vh;
}
.home-hero-banner .banner-content {
  color: #FFFFFF;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.347);
  position: relative;
  z-index: 2;
}
.home-hero-banner .banner-content .h1:nth-child(1) {
  color: #FD5722;
}
.home-hero-banner .container {
  padding: 300px 0 200px 0;
}
.home-hero-banner .banner-yt-video {
  margin-left: -130px;
}
.home-hero-banner .banner-yt-video iframe {
  border: none;
}

.banner-content .h1 {
  padding-top: 30px;
}

.margin-top-negative .card-box {
  margin-top: -100px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}
.home-service {
  overflow: unset;
}
.home-service .box-1 {
  background-image: url("/img/E-learning-(W)-288-x-(H)-362-pxl.jpg") !important;
}
.home-service .box-2 {
  background-image: url("/img/3.jpg") !important;
}
.home-service .box-3 {
  background-image: url("/img/2d-3d-animation.jpg") !important;
}
.home-service .box-4 {
  background-image: url("/img/Event-management-2-(W)288-x-(H)-362-pxl.jpg") !important;
}
.home-service .card-box {
  margin-bottom: 30px;
  border: 1px solid white;
  background-size: cover !important;
  box-shadow: 0 0 20px -10px;
  background-position: center !important;
  padding: 20px;
  position: relative;
  height: 430px;
  z-index: 10;
  overflow: hidden;
  background: #FFFFFF;
}
@media (max-width: 450px) {
  .home-service .card-box {
    margin-top: 15px;
  }
}
.home-service .card-box::after {
  content: "";
  background: linear-gradient(-180deg, transparent, transparent, rgba(19, 14, 11, 0.8078431373));
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home-service .card-box h3.service-title {
  position: absolute;
  bottom: 10px;
  color: white;
}
.home-service .card-box .content-overlay {
  position: absolute;
  background: #FD5722;
  left: 0;
  bottom: -100%;
  padding: 13% 10%;
  color: #FFFFFF;
  height: 100%;
  transition: 0.3s;
}
@media (max-width: 450px) {
  .home-service .card-box .content-overlay {
    bottom: 0%;
    background: rgba(253, 87, 34, 0.9294117647);
    height: 80%;
  }
}
.home-service .card-box .content-overlay p {
  font-size: 16px;
}
.home-service .card-box .content-overlay a {
  position: absolute;
  bottom: 20px;
  left: 10%;
  right: 10%;
  width: 80%;
  text-align: center;
  border: 1px solid white;
  padding: 3px 15px 5px 15px;
  font-size: 14px;
  color: white;
  background: #FD5722;
  transition: 0.2s;
}
.home-service .card-box .content-overlay a:hover {
  background: #FFFFFF;
  color: black;
}
.home-service .card-box:hover .content-overlay {
  bottom: 0%;
}

.home-milestone .ms-box {
  overflow: hidden;
  border: 0.1px solid rgb(214, 214, 214);
  min-height: 220px;
}
.home-milestone .ms-box span:nth-child(1) {
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 2px solid rgb(105, 105, 105);
  border-top: 2px solid rgb(105, 105, 105);
}
.home-milestone .ms-box span:nth-child(2) {
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  border-right: 2px solid rgb(105, 105, 105);
  border-top: 2px solid rgb(105, 105, 105);
}
.home-milestone .ms-box span:nth-child(3) {
  padding: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 2px solid rgb(105, 105, 105);
  border-bottom: 2px solid rgb(105, 105, 105);
}
.home-milestone .ms-box span:nth-child(4) {
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 2px solid rgb(105, 105, 105);
  border-bottom: 2px solid rgb(105, 105, 105);
}

.testimonial .testimonial-image-box {
  border: 2px solid #FD5722;
  border-radius: 50%;
  transform: scale(0.7) translate(10px, 10px);
}
.testimonial .testimonial-image-box img {
  padding: 4px;
  width: 100%;
  border-radius: 50%;
}
.testimonial .box-content {
  min-height: 360px;
  box-shadow: 0 5px 20px -12px rgb(153, 153, 153);
  border-radius: 5px;
  margin: 10px;
}
.testimonial .box-content .row {
  margin-top: 20px;
  position: absolute;
  bottom: 33px;
}
.testimonial .box-content .row .LH1 {
  margin-top: 15px;
  line-height: 15px;
}

.clients .ms-box {
  border: 0.1px solid rgb(214, 214, 214);
}
.clients .ms-box span:nth-child(1) {
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 2px solid rgb(105, 105, 105);
  border-top: 2px solid rgb(105, 105, 105);
}
.clients .ms-box span:nth-child(2) {
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  border-right: 2px solid rgb(105, 105, 105);
  border-top: 2px solid rgb(105, 105, 105);
}
.clients .ms-box span:nth-child(3) {
  padding: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 2px solid rgb(105, 105, 105);
  border-bottom: 2px solid rgb(105, 105, 105);
}
.clients .ms-box span:nth-child(4) {
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 2px solid rgb(105, 105, 105);
  border-bottom: 2px solid rgb(105, 105, 105);
}

footer.footer {
  background: #130E0B;
}
footer.footer .social-handles {
  padding-inline-start: 0px;
}
footer.footer .social-handles li {
  width: 40px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  border: 1px solid #FD5722;
  list-style: none;
  display: inline-block;
}
footer.footer .social-handles li:hover {
  background: #FD5722;
  color: #F5F5F3;
}
footer.footer .footer-list ul {
  padding-inline-start: 0px;
}
footer.footer .footer-list ul li {
  list-style: none;
  color: white;
}
footer.footer .footer-list ul li:hover {
  color: #FD5722;
}
footer.footer .footer-nav a {
  color: white;
}
footer.footer .footer-nav a:hover {
  color: #FD5722;
}
footer.footer .footer-subscribe input {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid white;
  padding-left: 0;
  color: white;
}
footer.footer .footer-subscribe input:focus {
  box-shadow: none;
}

.testimonial-arrow {
  background: red !important;
  width: 50%;
  right: 0;
}
.testimonial-arrow button {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  border: 2px solid #FD5722;
  background-color: white;
}
.testimonial-arrow button::after {
  font-size: 20px;
  font-weight: bold;
  color: #FD5722;
}
.testimonial-arrow button:nth-child(1) {
  left: 70px;
}
.testimonial-arrow button:nth-child(2) {
  right: 0px;
}
@media (max-width: 768px) {
  .testimonial-arrow button:nth-child(1) {
    left: 20px;
  }
  .testimonial-arrow button:nth-child(2) {
    right: 0px;
  }
}
@media (max-width: 450px) {
  .testimonial-arrow button:nth-child(1) {
    left: 0px;
    top: 150px;
    background: white;
    padding: 5px;
  }
  .testimonial-arrow button:nth-child(2) {
    right: 0px;
    top: 150px;
    background: white;
    padding: 5px;
  }
}

.about-hero-banner {
  background-image: url("/img/pexels-matheus-bertelli-2608515.jpg");
  background-size: cover;
}

.e-hero-banner {
  background-image: url("/img/service/elearning/E-Learning.jpg");
  background-size: cover;
  background-position: center;
}

.image-box-collapse-from-top {
  margin-top: -100px;
}
@media (max-width: 450px) {
  .image-box-collapse-from-top {
    margin: 20px 0;
  }
}

.about-about-second {
  position: relative;
  overflow: unset;
}

.frames {
  position: relative;
  z-index: 200000;
}
@media (max-width: 450px) {
  .frames {
    width: 83%;
    margin: 30px auto;
  }
}
.frames img {
  border: 10px solid white;
  box-shadow: 0 0 10px -5px;
}
.frames span {
  position: absolute;
  padding: 30px;
}
.frames span:nth-child(1) {
  left: 0;
  top: 0;
  transform: translate(-15px, -15px);
  border-left: 5px solid #FD5722;
  border-top: 5px solid #FD5722;
}
.frames span:nth-child(2) {
  right: 0;
  top: 0;
  transform: translate(15px, -15px);
  border-right: 5px solid #FD5722;
  border-top: 5px solid #FD5722;
}
.frames span:nth-child(3) {
  left: 10px;
  bottom: 0;
  transform: translate(-25px, 15px);
  border-left: 5px solid #FD5722;
  border-bottom: 5px solid #FD5722;
}
.frames span:nth-child(4) {
  right: 0;
  bottom: 0;
  transform: translate(15px, 15px);
  border-right: 5px solid #FD5722;
  border-bottom: 5px solid #FD5722;
}
.frames span img {
  padding: 20px 0 !important;
}

.contact {
  margin-top: -100px;
  padding-bottom: 50px;
}
.contact .social-handles {
  padding-inline-start: 0px;
}
.contact .social-handles li {
  width: 50px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  border: 1px solid #FFFFFF;
  list-style: none;
  display: inline-block;
}
.contact .social-handles li:hover {
  background: #F5F5F3;
  color: #FD5722;
}
.contact .footer-list ul {
  padding-inline-start: 0px;
}
.contact .footer-list ul li {
  list-style: none;
  color: white;
}
.contact .contact-info {
  position: relative;
  z-index: 1;
}
.contact .contact-fields {
  box-shadow: 0 0 20px -10px;
  margin-left: -200px;
  min-height: 570px;
  background-color: white;
}
.contact .contact-fields textarea {
  height: 159px;
}
@media (max-width: 768px) {
  .contact .contact-fields {
    margin-left: 0px;
    min-height: auto;
  }
}
@media (max-width: 450px) {
  .contact {
    margin-top: -25px;
  }
}

.service-page-bottom {
  background: #F5F5F3;
}

.gray {
  background: #F5F5F3;
}

.color-box-bg-left::after {
  content: "";
  position: absolute;
  width: 300px;
  width: 300px;
  height: 30%;
  left: 0;
  bottom: 35%;
  background: #FD5722;
}
@media (max-width: 768px) {
  .color-box-bg-left::after {
    display: none;
  }
}

.color-box-bg-right::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 30%;
  right: 0;
  bottom: 35%;
  background: #FFAE14;
}
@media (max-width: 768px) {
  .color-box-bg-right::after {
    display: none;
  }
}

.arrenge1::after {
  bottom: 47%;
}

.arrenge2::after {
  bottom: 47%;
}

.arrenge3::after {
  bottom: 47%;
}

.e-subscribe input {
  height: 50px;
  padding: 20px;
  border: 2px solid #262626 !important;
}
.e-subscribe input[type=submit] {
  background: #262626;
  color: white;
}

.e-quotes i {
  color: #FD5722;
  font-size: 40px;
}
.e-quotes .row {
  background: #F5F5F3;
}

.eLearning-video .bg {
  background-image: url("/img/service/elearning/Rectangle 4493.png");
  background-size: cover;
  background-position: center center;
}
.eLearning-video .bg .play {
  padding: 13em 0 10em 0;
  text-align: center;
}
.eLearning-video .bg .play .data {
  margin: auto !important;
}

.DS .col-6 {
  padding: 7em 12em;
  background-size: cover;
}
@media (max-width: 768px) {
  .DS .col-6 {
    padding: 2em 3em;
  }
}
@media (max-width: 450px) {
  .DS .col-6 ul {
    padding-inline-start: 0px;
  }
}
.DS .col-6 li {
  color: #F5F5F3;
}
.DS .bg-1 {
  background-image: url("/img/service/elearning/1.png");
}
.DS .bg-2 {
  background-image: url("/img/service/elearning/2.png");
}

.marketing-approach .orange {
  background: #FD5722;
}
.marketing-approach .orange ul li {
  color: white;
}
.marketing-approach .yellow {
  background: rgba(255, 174, 20, 0.9803921569);
}
.marketing-approach .yellow ul li {
  color: white;
}
.marketing-approach .dark {
  background: rgba(19, 14, 11, 0.9607843137);
}
.marketing-approach .dark ul li {
  color: white;
}

.home-page-about .circle_1 {
  background-image: url("/img/about/5.jpg");
  background-size: cover;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  transition: 0.5s;
  box-shadow: 5px 5px 30px -20px;
}
@media (max-width: 768px) {
  .home-page-about .circle_1 {
    display: none;
  }
}
.home-page-about .circle_1:hover {
  border-radius: 10%;
}
.home-page-about .circle_2 {
  background-image: url("/img/about/2.jpg");
  background-size: cover;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 55%;
  transition: 0.5s;
  box-shadow: 5px 5px 30px -20px;
}
@media (max-width: 768px) {
  .home-page-about .circle_2 {
    display: none;
  }
}
.home-page-about .circle_2:hover {
  border-radius: 10%;
}
.home-page-about .circle_3 {
  background-image: url("/img/about/4.jpg");
  background-size: cover;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  position: absolute;
  left: 40%;
  bottom: 5%;
  transition: 0.5s;
  box-shadow: 5px 5px 30px -20px;
}
@media (max-width: 768px) {
  .home-page-about .circle_3 {
    display: none;
  }
}
.home-page-about .circle_3:hover {
  border-radius: 10%;
}

.circle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: -30px;
  transform: translateX(-15px) translateY(-15px);
  pointer-events: none;
  z-index: 99990000000;
  border-radius: 100%;
  background-color: white;
  mix-blend-mode: difference !important;
  transition: opacity 0.6s ease-in-out;
}

.lead_img {
  background-image: url("/img/thinking.jpg");
  background-size: cover;
  background-position: center;
}

.modal {
  z-index: 1000000000;
  background: rgba(0, 0, 0, 0.608);
}
.modal * {
  border-radius: 0px !important;
}
.modal .form-control {
  border: none;
  border-bottom: 1px solid gray;
  padding-left: 0;
}
.modal .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #FD5722;
  outline: 0;
  box-shadow: none;
}

.error {
  font-size: 12px;
  color: red;
}/*# sourceMappingURL=main.css.map */