@keyframes upDown {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes side-to-side {
  0% {
    left: 0%;
    transform: scaleX(1);
  }
  25% {
    left: 100%;
    transform: scaleX(1);
  }
  26% {
    left: 100%;
    transform: scaleX(-1);
  }
  55% {
    left: 0%;
    transform: scaleX(-1);
  }
  56% {
    left: 0%;
    transform: scaleX(1);
  }
  100% {
    left: 100%;
    transform: scaleX(1);
  }
}
@media (max-width: 676px) {
  :root {
    font-size: 10px;
  }
}
/***************************************************************/
/****************************COnfig Css Start***************************/
/***************************************************************/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

p,
figure,
ul {
  margin: 0;
}

ul {
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

.main_btn {
  width: -moz-max-content;
  width: max-content;
  padding: 0.8rem 1.5rem;
  border-top-right-radius: 23px;
  background-color: rgb(43, 132, 185);
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  transition: all 0.3s;
}
header .main_btn:hover{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  background-color: transparent;
}

.sub_head {
  color: #2a8dd0;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.head_secondary {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}

.para {
  font-size: 1rem;
  max-width: 75ch;
  color: #51555a;
  line-height: 1.3;
}

.software_title a{
   color: #51555a; 
}


.sec_width {
  max-width: 1500px;
  width: calc(100% - 14rem);
  margin: 0 auto;
}

@media(max-width: 425px){
    .sec_width{
        width: calc(100% - 5rem);
    }
}

.tick_icon {
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
}
.tick_icon img {
  width: 100%;
}

.login_btn {
  padding: 0.6rem 2rem;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  background-color: #08161f;
  border: 2px solid #2e8dc5;
  color: white;
}

/***************************************************************/
/****************************COnfig Css End***************************/
/***************************************************************/
header {
background-color: #4090c0;
}
.main_nav {
  background: rgb(43, 132, 185);
  padding: 1rem 3rem;
  position: sticky;
  top: 0;
  z-index: 999;
}
.main_nav figure {
  max-width: 220px;
  width: 100%;
}
.main_nav figure img {
  width: 100%;
}
.main_nav ul li {
  position: relative;
}

.main_nav ul li i{
    font-size: .8rem;
}
.main_nav ul li a:link, .main_nav ul li a:visited {
  color: white;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s;
}
.main_nav ul li a:hover, .main_nav ul li a:active {
  color: #ffc803;
}

.main_logo{
    max-width: 170px;
}
.main_logo img{
    width: 100%;
}


.hero_sec {
  padding-top: 4.5rem;
  padding-bottom: 8rem;
}
.hero_sec h1 {
  font-size: clamp(2rem, 4vw, 2.7rem);
  color: white;
  font-weight: 700;
}

.hero_sec h1 span{
  font-size: clamp(2rem, 4vw, 4rem);
  color: #ffc803;
  font-weight: 700;
}


.hero_sec .para{
    font-size: 1.3rem;
}

.hero_sec .para span{
    font-size: 1.3rem;
    background-image: linear-gradient(to right, #673AB7 0%,#ffc803 36%,#ffc803 65%,#673AB7 100%);
}

.text-animation{
    font-weight: bold;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 6s infinite linear;
}

@keyframes hue {
from {background-position:0 0;  }
to {background-position: 2000px 0;} };


.hero_sec h1.light {
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 500;
}

.hero_sec .learn_more {
  background-color: transparent;
  border: 3px solid #ffc803;
  border: 3px solid #fff;
}
.hero_sec figure {
  max-width: 400px;
  width: 100%;
}
.hero_sec figure img {
  animation: upDown 3.8s infinite;
  width: 100%;
}

.ham_menu {
  border: none;
  width: 3rem;
  height: 3rem;
  color: white;
  background-color: unset;
}

.ham_nav {
  position: fixed;
  right: -100%;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: black;
  transition: all 0.5s;
}
.ham_nav.active {
  right: 0;
}
.ham_nav .close_nav {
  background-color: transparent;
  border: none;
  width: 3rem;
  height: 3rem;
}
.ham_nav .close_nav svg {
  color: white;
}
.ham_nav p {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.ham_nav a {
  transition: all 0.3s;
}
.ham_nav a:link, .ham_nav a:visited {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.ham_nav a:hover, .ham_nav a:active {
  color: #2e8dc5;
}

.service_links,
.company_links,
.train_links {
  border-radius: 12px;
  position: absolute;
  top: 40px;
  left: -30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 1.4rem;
  width: 15rem;
  background-color: black;
  z-index: 999;
}
.service_links a,
.company_links a,
.train_links a {
  text-align: center;
}

.service_links_sm,
.company_links_sm,
.train_links_sm {
  background-color: #1b1b1b;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  gap: 15px;
  border-radius: 10px;
}



.our_service_sec {
  padding-block: 5rem;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
}
.our_service_sec h4 {
  font-size: 1.3rem;
  color: #5c5c5c;
}
.our_service_sec .sub_head {
  color: #2a8dd0;
}
.our_service_sec .link_up {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background-color: #ffc803;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our_service_sec .link_up svg {
  width: 55%;
  color: white;
}
.our_service_sec .service_card {
  background-color: #e7eef4;
  padding: 1.3rem;
  border-radius: 15px;
}
.our_service_sec .service_card figure {
  width: 100%;
  height: 10rem;
  border-radius: 8px;
  overflow: hidden;
}
.our_service_sec .service_card figure img {
  width: 100%;
  transform: translateY(-1%);
}
.our_service_sec .service_card_lg {
  background-color: #e7eef4;
  border-radius: 15px;
  padding: 1.3rem;
  margin-inline: auto;
}
.our_service_sec .service_card_lg .service_img {
  border-radius: 9px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.our_service_sec .service_card_lg .service_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our_service_sec .service_card_lg .content {
  flex-grow: 1;
}

.our_company_sec {
  background-color: #e7eef4;
  border-radius: 10px;
  padding: clamp(1rem, 50%, 3rem);
}
.our_company_sec ul {
  padding-top: 1.7rem;
  border-top: 2px solid #cdd4da;
}
.our_company_sec .main_img img {
  width: 100%;
  margin-block: 2rem;
}

.why_choose_sec {
  background-color: #e7eef4;
  padding-block: 3rem;
}
.why_choose_sec .sub_head {
  color: #2a8dd0;
}
.why_choose_sec .content .choose_card {
  margin-top: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.why_choose_sec .content .choose_card figure {
  width: 5rem;
  height: 5rem;
  border-radius: 8px;
  background-color: #fff;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why_choose_sec .content .choose_card figure svg {
  stroke: #2e8dc5;
  width: 65%;
}
.why_choose_sec .content .choose_card h4 {
  color: #000;
}
.why_choose_sec .content .choose_card .para {
  color: #51555a;
}
.why_choose_sec .choose_img {
  max-width: 500px;
}
.why_choose_sec .choose_img img {
  animation: upDown 4s infinite;
  width: 100%;
}

.our_project_sec {
  background-color: #fff;
  padding-block: 3rem;
}
.our_project_sec .sub_head {
  color: #2a8dd0;
}
.our_project_sec .left {
  width: 100%;
  max-width: 350px;
}
.our_project_sec .left img {
  animation: upDown 4s infinite;
  width: 100%;
}

.projectCarousel .owl-prev,.projectCarousel .owl-next{
    border-radius: 50%;
    color: white !important;
    background: #ffc803 !important;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projectCarousel .owl-prev span,.projectCarousel .owl-next span{
    font-size: 2rem;
}


.our_software {
  background-color: #e7eef4;
}
.our_software .software_card {
  padding: 2.4rem;
  background-color: #fff;
  border-radius: 15px;
}
.our_software .software_card h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}
.our_software .software_card h3::before {
  position: absolute;
  top: 110%;
  content: "";
  width: 8rem;
  height: 0.2rem;
  background-color: #000;
}
.our_software .software_card figure {
  width: 100%;
  padding: 2rem;
  background-color: #b2ccdb;
  border-radius: 13px;
}
.our_software .software_card figure img {
  width: 100%;
}

.testimonial_sec {
  background-color: #fff;
  padding-block: 4rem;
}
.testimonial_sec .rocket_img {
  transform: translateY(-40%);
  max-width: 200px;
  width: 100%;
}
.testimonial_sec .rocket_img img {
  animation: upDown 4s infinite;
  width: 100%;
}
.testimonial_sec .text_testimonial {
  background-color: #e7eef4;
  padding: 1.2rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.testimonial_sec .text_testimonial .client_img {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  flex-shrink: 0;
}
.testimonial_sec .text_testimonial .client_img img {
  width: 100%;
}
.testimonial_sec .text_testimonial h2 {
  color: #000;
  font-size: 1.5rem;
}
.testimonial_sec .text_testimonial .para {
  color: #000;
  font-size: 1rem;
  width: 100%;
}
.testimonial_sec .rating .star {
  display: inline-block;
  width: 1.4rem;
  margin-top: 1rem;
}
.testimonial_sec .rating .star svg {
  width: 100%;
  stroke: gold;
}
.testimonial_sec .rating .star svg.full {
  fill: gold;
}

.slider{
  width: 25rem; 
  height: 25rem; 
}

.slider .owl-item.active.center .slider-card {
  position: absolute;
  /* transform: scale(1.35); */
  color: #fff;
  z-index: 999999;
}

.slider-card {
  /* background-color: #e9e9e9; */
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 5px;
  height: 13rem;
  /* box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%); */
  transform: scale(0.9);
  transition: all 0.3s;
  max-width: 400px;
  position: relative;
}

.slider-card span {
  transform: translate(0%, -70%);
  color: #555;
  font-size: 1.6rem;
}

.slider-card h3 {
  transform: translate(0%, -60%);
  font-weight: 600;
  color: #555;
  font-size: 2rem;
}

.slider-card img {
  border-radius: 5px 5px 0px 0px;
}

.slider-card video {
  border-radius: 5px 5px 0px 0px;
}

.slider-card video {
    display: block;
    width: 100%;
}

.video_modal_wrap{
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(10px);
    background: rgba(0,0,0,0.67);
    z-index: 999999;
}
.video_modal_wrap video{
    max-width: 450px;
    width: 45%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 15px;
    border: 3px solid white;
}

.video_modal_wrap i{
    position: absolute;
    right: 5rem;
    top: 5rem;
    font-size: 2rem;
    color: white;
    cursor: pointer;
}

/*Video Play Button Start*/

.video_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40px;
  height: 40px;
  background: #ffc803;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0.2, 0.1, 0.1, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_container i{
    font-size: .8em;
    color: white;
}


/*Video Play Button End*/


.owl-nav .owl-prev {
  position: absolute;
  display: flex !important;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}

.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  display: flex !important;
  font-size: 30px !important;
  z-index: 5;
  color: black;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}

.owl-dots .owl-dot.active {
  background: #555 !important;
}

.client_sec {
  background-color: #e7eef4;
  padding-block: 4rem;
}
.client_sec .sub_head {
  color: #2a8dd0;
}
.client_sec .logos {
  background-color: #e7eef4;
  padding: 2rem;
}
.client_sec .logo {
    border-radius: 13px;
  background-color: white;
  padding: 1rem 2rem;
  width: 11rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client_sec .logo img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 854px) {
  .client_sec .logo {
    margin: 0 auto;
  }
}
.cta_section {
  background-color: #fff;
  padding-block: 5rem;
}
.cta_section h2 {
  color: #5c5c5c;
  font-size: 2.4rem;
  font-weight: 600;
}
.cta_section .para {
  color: #5c5c5c;
  font-size: 1.2rem;
}
.cta_section .cta_form {
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  background-color: #e7eef4;
  border-radius: 100px;
}
.cta_section .cta_form input {
  border: none;
  background-color: #e7eef4;
  color: #000;
  padding-left: 1.8rem;
  font-size: 1.1rem;
}
.cta_section .cta_form input::-moz-placeholder {
  color: #5c5c5c;
}
.cta_section .cta_form input::placeholder {
  color: #5c5c5c;
}
.cta_section .cta_form input:focus {
  box-shadow: unset;
  outline: unset;
  border: unset;
}
.cta_section .cta_form .main_btn {
  border-radius: 100px;
}
.cta_section figure {
  max-width: 400px;
  width: 100%;
}
.cta_section figure img {
  width: 100%;
}

footer {
  position: relative;
  background-color: #000000;
  padding-top: 5rem;
  background-image: url(../png/dark_footer.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .wrap{
    padding-bottom: 12rem;
}


footer .social_links{
    svg{
        width: 2rem;
        height: 2rem;
        stroke: white;
        fill: white;
    }
}
footer .footer_links h4 {
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
}
footer .footer_links figure {
  width: 3rem;
  height: 3rem;
  border: 2px solid white;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_links figure svg {
  stroke: white;
  width: 65%;
}
footer .footer_links ul li a {
  transition: all 0.4s;
}
footer .footer_links ul li a:link, footer .footer_links ul li a:visited {
  display: inline-block;
  font-size: 1.1rem;
  color: white;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
footer .footer_links ul li a:hover, footer .footer_links ul li a:active {
  color: #2e8dc5;
}
footer .delivery_man {
  position: absolute;
  bottom: 20px;
  left: 90%;
  max-width: 20rem;
  animation: side-to-side 60s infinite;
  transition: all 0;
}
footer .delivery_man img {
  width: 100%;
}


.copyright{
    padding-bottom: 0.7rem;
}
.copyright p{
    font-size: 1rem;
    color: #fff;
    margin-bottom: 1rem;
    text-align: center;
}

.fb_iframe_widget span{
    max-width: 300px;
}


#whatsappButton{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 30px;
    right: 10px;
    z-index: 144;
    width: 46px;
    height: 46px;
    line-height: 46px;
    position: fixed;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #25c482;
    -webkit-box-shadow: 0 5px 15px 0 rgba(37, 196, 130, 0.2);
    box-shadow: 0 5px 15px 0 rgba(37, 196, 130, 0.2);
}

#whatsappButton i{
    font-size: 28px;
}

.googleMap{
    max-width: 400px;
    height: 200px;
    width: 100%;
}

.googleMap iframe{
    width: 100%;
    height: 100%;
}

/*# sourceMappingURL=main.css.map */





/*--------------------------------------------------------------------------------*/
/*Gallery Start*/
/*--------------------------------------------------------------------------------*/

.gallery_sec{
    margin-block: 4rem;
}

.gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

@media(max-width: 600px){
.gallery{
    grid-template-columns: repeat(2, 1fr);
}
    
}

.gallery_item{
    width: 100%;
    display: block;
    overflow: hidden;
}
.gallery_item img{
    width: 100%;
}

/*--------------------------------------------------------------------------------*/
/*Gallery End*/
/*--------------------------------------------------------------------------------*/

.fab-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  position: absolute;
  bottom: 36rem;
  right: 30px;
}
.fab-container:hover {
  height: 100%;
}
.fab-container:hover .sub-button:nth-child(2) {
  transform: translateY(-80px);
}
.fab-container:hover .sub-button:nth-child(3) {
  transform: translateY(-140px);
}
.fab-container:hover .sub-button:nth-child(4) {
  transform: translateY(-200px);
}
.fab-container:hover .sub-button:nth-child(5) {
  transform: translateY(-260px);
}
.fab-container:hover .sub-button:nth-child(6) {
  transform: translateY(-320px);
}
.fab-container .fab {
  position: relative;
  height: 70px;
  width: 70px;
  background-color: #2b84b9;
;
  border-radius: 50%;
  z-index: 2;
}
.fab-container .fab::before {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 35px;
  width: 35px;
  background-color: inherit;
  border-radius: 0 0 10px 0;
  z-index: -1;
}
.fab-container .fab .fab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.fab-container .fab .fab-content .material-icons {
  color: white;
  font-size: 48px;
}
.fab-container .sub-button {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  right: 10px;
  height: 50px;
  width: 50px;   
  background-color: #25D366;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.fab-container .sub-button:hover {
  cursor: pointer;
}
.fab-container .sub-button .material-icons {
  color: white;
  padding-top: 6px;
}

.shadow_1:hover{
 background-color: blueviolet;
}

.testimonial_sec .text_testimonial{
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 40rem;
    height: 10rem;
    animation: verticalanimate 15s linear infinite;
    animation-delay: calc(3s* var(--delay));
    will-change: transform, opacity;
}


@keyframes verticalanimate {
  0% {
      opacity: 0;
      transform: translateY(100%) scale(0.5);
  }
  5%, 20% {
      opacity: 0.4;
      transform: translateY(100%) scale(0.7);
  }
  25%, 40% {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0) scale(1);
  }
  45%, 60% {
      opacity: 0.4;
      transform: translateY(-100%) scale(0.7);
  }
  65%, 100% {
      opacity: 0;
      transform: translateY(-100%) scale(0.5);
  }
}


.image_big_container {
  width: 22rem;
  height: 20rem;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_big_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_big_container_logo {
  position: absolute;
  bottom: 0;
  right: 0;
}

.image_big_container_logo img {
  width: 7rem;
  height: 7rem;
  border: 15px solid #fff; 
  border-radius: 12% 0% 25% 25% / 11% 25% 0% 0%;
}