
body{
  font-family: 'Poppins', sans-serif;
}

.mainhead, h1{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 58px;
  color: #000F4A;
}



.carousel-control-prev, .carousel-control-next{
  width: 90px;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
.subhead, h2{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  color: #77878B;
}
.subhead span{
  color: #61C771;
}
.mainhead span{
  color: #61C771;
}
.title, h3{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000F4A;
}

.title span{
  color: #61C771;
}
.subtitle, h4{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000F4A;
}

.para, p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: rgba(5, 21, 43, 0.8);
}

header {
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
    z-index: 999;
    transition: .5s all;
}
.submenu-wrap{
  position: relative;
}

.sub-menu {
    position: absolute;
    margin: 0;
    padding: 0;
    background: #001233;
    width: 200%;
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    top: 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    transition: .5s all;
}

.submenu-wrap:hover .sub-menu{
    position: absolute;
    transition: .5s all;
    margin: 0;
    padding: 0;
    opacity: 1;
    pointer-events: all;
    background: #001233;
    width: 200%;
    display: block;
    left: 0;
    top:30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
.menu{
  padding:0;
  margin:0;
  text-align: center;
}
.menu li{
  list-style:none;
  display: inline-block;
}
  .menu li a {
    color: #FFF;
    text-decoration: none;
    padding: 10px;
    transition: .5s;
    cursor: pointer;
}
  .menu li a:hover{
    color: #3EC76E !important;
    transition: .5s;
  }

  .menu li.active a{
    color: #3EC76E !important;
    transition: .5s;
  }


header.fixedHeader {
  background: #fff;
  transition: .5s all;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
header.fixedHeader .sub-menu{
  background: #fff !important;
}

header.fixedHeader .sub-menu li a {
    display: block !important;
    padding: 10px;
    border-bottom: 1px solid #f4f4f4;
}
header.fixedHeader li a{
  color: #000F4A !important;
  font-size:16px;
}

header li a{
  color: #fff !important;
  font-size:16px;
}



.sub-menu li a{
  color: #fff !important;
  font-size:16px;
}
.sub-menu li{
  display: block !important;
  text-align: left;
}

.sub-menu li a{
  display: block !important;
  padding:10px;
      border-bottom: 1px solid #0F2757;
}
.sub-menu li:last-child a{
  border: none !important;
}
.logo_wrap {
    display: inline-block;
    width: 75px;
    background: url(../img/logo-white.png);
    height: 75px;
    background-repeat: no-repeat;
    transition: .5s;
}

header.fixedHeader  .logo_wrap {
    display: inline-block;
    width: 75px;
    background: url(../img/logo.png);
    height: 75px;
    background-repeat: no-repeat;
    transition: .5s;
}

.logo_wrap img {
    width: 100%;
}

.aboutwrap{
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn-go {
    background: #61C771;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    cursor: pointer;
    padding-left: 50px;
    position: relative;
    transition: .5s;
}

.btn-go:hover{
    color: #FFFFFF;
    padding-right: 50px;
    padding-left: 25px;
    transition: .5s;
}
.btn-go:hover i{
  left: calc(100% - 45px);
  transition: .5s;
}
.btn-go i {
    position: absolute;
    width: 38px;
    height: 38px;
    background: #4DAE5C;
    display: block;
    border-radius: 100px;
    top: 5px;
    left: 5px;
      transition: .5s;
}
.menu-btn{
  display: none;

}
.btn-go i.go{
  background-image: url(../img/go.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.btn-go i.msg {
    background-image: url(../img/msg.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.btn-go i.chat{
    background-image: url(../img/chat.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.about_image .carousel-item{
  height: 400px;
  position: relative;
}
.about_image .carousel-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-slide{
  position: relative;
}
.about-slide::after{
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: -50px;
  top: -50px;
  background: url(../img/dot.png);
  z-index: -1;
}

.about-slide::before{
  width: 150px;
  height: 150px;
  content: "";
  position: absolute;
  left: -75px;
  top: -75px;
  background: url(../img/circle.svg);
  background-size: 100%;
  z-index: -1;
}
.tc{
  text-align: center;
}
.clients{
  padding-top: 30px;
  margin-bottom: 30px;
}

.clients img{
  transition: .5s;
  filter: grayscale(100%);
}

.clients img:hover{
  transition: .5s;
  filter: grayscale(0%);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #61C771 !important;
}

.services-sec{
  background: #F4F9FC;
  position: relative;
  padding: 80px 0;
  padding-bottom: 20px;
  overflow: hidden;
}

.services-sec::after {
    width: 400px;
    height: 400px;
    content: "";
    position: absolute;
    right: 10%;
    top: 2%;
    background: url(../img/dot.png);
    z-index: 0;
    border-radius: 500px;
}

.services-sec::before {
    width: 400px;
    height: 400px;
    content: "";
    position: absolute;
    left: 10%;
    top: 20%;
    background: url(../img/dot.png);
    z-index: 0;
    border-radius: 500px;
}

.services-items{
  column-count: 2;
  column-gap: 20px;
  width: 100%;
  z-index: 8;
  position: relative;
}

.services-card{
  margin-bottom: 20px;
  background: #FFFFFF;
  display: -ms-grid;
  display: grid;
  width: 100%;
 padding: 0 !important;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  -ms-grid-rows: 1fr auto;
      grid-template-rows: 1fr auto;
      position: relative;
      cursor: pointer;
      display: block;
      text-decoration: none;
      transition: .5s;
      overflow: hidden;
}

.services-card::after{
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  left: 0;
  top:0;
  transition: .5s;
}

.services-card::before {
    content: "VIEW MORE";
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translate(-50%,-50%);
    transition: .5s;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    z-index: 99;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    opacity: 0;
}

.services-card:hover::before {
    content: "VIEW MORE";
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .5s;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    z-index: 99;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;

}
.whychoose{
  padding: 80px 0;
  position: relative;
}
.twoImg_wrap{
  position: relative;
  overflow: hidden;
}
.twoImg_wrap:after {
    width: 40%;
    height: 200%;
    content: "";
    position: absolute;
    left: calc(50% - 20%);
    top: -50%;
    background: url(../img/dot.png);
    z-index: -1;
}

.twoImg_wrap:before {
    width: 150px;
    height: 150px;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background: url(../img/circle.svg);
    background-size: 100%;
    z-index: -1;
    transform: translate(-50%, 0);
}
.services-card:hover{
  transform: scale(.95);
  transition: .5s;
}
.services-card:hover::after{
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .8;
  position: absolute;
  left: 0;
  top:0;
  transition: .5s;
}




.services-card .content{
  padding: 50px;
}

.icon-big{
  width: 55px;
  height: 55px;
  margin-bottom: 15px;

  display: block;
}
.icon-big img{
  object-fit: contain;
  width: 100%;
}

.twoImg_wrap img{
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.why-list{
  margin-top: 30px;
}
.about-imgwrap.twoImg_wrap:before{
  top:-70px !important;
}

.mission{
  min-height: 80vh;
  background: url(../img/mission.png);
  text-align: center;
  padding: 20px 50px;
  background-size: cover;
  background-position: center;
}
.vision{
  min-height: 80vh;
  background: url(../img/vision.png);
  text-align: center;
  padding: 20px 50px;
  background-size: cover;
  background-position: center;
}
.abt-warp{
  padding:80px 0;
}
.why-list h4{
  position: relative;
  padding-left: 40px;
  margin:20px 0;
}
.why-list h4 span{
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.why-list h4 span img{
  width: 100%;
}

.testimonial {
  background: #F4F9FC;
  padding: 80px 0;
}

.testi-box {
    background: #fff;
    padding: 30px;
    margin: 20px;
    padding-top: 60px;
    position: relative;
}

.testi-box::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    background-image: url(../img/quote.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 45px;
    height: 45px;
}

.testi-box::before {
    content: '';
    position: absolute;
    left: -30px;
    top: -30px;
    background-image: url(../img/dot.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact_form {
    padding: 80px 0;
    background: #61C771;
    background-image: url(../img/contact_pattern.png);
    background-repeat: no-repeat;
    position: relative;
}

select, input, textarea {
    background: transparent;
    padding: 25px 0;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff !important;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
}

input::placeholder {
  color: #ffffff;
  opacity: 1;
}
textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.contact_form .btn-go {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  border: none;
  background: #4DAE5C;
}

.contact_form .btn-go i {
  background: #000F4A;
}

footer {
  background: #000F4A;
  padding: 50px 0;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  width: 100%;
  clear: both;
}

footer h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
}

footer a {
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

footer .social {
    margin: 0px 15px;
    font-size: 25px;
}
.copright.tc.containr-fluid {
    background: #0A1A5A;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border: 0 !important;
    display: block !important;
    visibility: visible !important;
    width: 100%;
    text-align: center;
}

.banner{
  background: url(../img/banner_bg.png) fixed;
  background-size: cover;
  animation: 25s para infinite;
}

@keyframes para {
  0%{
    background-size: 100%;
  }
  10%{
    background-size: 150%;
  }
  25%{
    background-size: 100%;
  }

  50%{
    background-size: 200%;
  }
  75%{
    background-size: 175%;
  }

  85%{
    	background-size: 150%;
  }
	100% {
		background-size: 100%;
		}
	}
.banner img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.banner .row-hgt{
  height: 80vh;
}

.banner h1{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 59px;
  color: #FFFFFF;
  margin-bottom: 20px;
  transform: matrix(1, 0, 0, 1, -1000, 0);
  transition: 1.5s;
  opacity: 0;
}

.banner h2{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #61C771;
  transform: matrix(1, 0, 0, 1, 1000, 0);
  transition: 1.5s;
  opacity: 0;

}

.banner .active h1{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 59px;
  color: #FFFFFF;
  margin-bottom: 20px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: 1.5s;
  opacity: 1;
}

.banner .active h2{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #61C771;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: 1.5s;
  opacity: 1;

}

.banner img{
  transform: rotate(37deg) matrix(1, 0, 0, 1, 1000, 0);
  transition: 1.5s;
}

.banner .active img{
  transform: rotate(0deg) matrix(1, 0, 0, 1, 0, 0);
  transition: 1.5s;
}

.banner .btn-go{
  transform: matrix(1, 0, 0, 1, 0, 1000);
  transition: 1.5s;
  opacity: 0;
}

.banner .active .btn-go{
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: 1.5s;
  opacity: 1;
}


.banner .carousel-indicators {
    position: relative;
}


.banner .social {
    margin: 0px 7px;
    font-size: 25px;
    color: #fffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: .5s;
    cursor: pointer;
}

.banner .social:hover {
  color: #61C771 !important;
  transition: .5s;
}

.scroll {
    float: right;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: .6s;
}

.scroll i {
    font-size: 22px;
    color: #61C771;
    margin-right: 15px;
    animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}

.scroll:hover {
    color: #61C771;
    transition: .6s;
}


.ipt_list li {
    list-style: none;
    position: relative;
    color: #000F4A;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
i.fa-solid.fa-circle-check {
    position: absolute;
    left: -30px;
    top: 5px;
    color: #61C771;
}
/* .banner .carousel-indicators .active{
  background-color: #61C771;

} */
.inner-banner .row {
    height: 60vh;
    text-align: center;
    color: #fff !important;
}

.inner-banner h1{
  color: #fff !important;
}


.inner-banner.contactus{
  background: url(../img/contact.png) fixed;
  background-size: cover;
}

.inner-banner.aboutUs{
  background: url(../img/about-bg.png) fixed;
  background-size: cover;
}

.inner-banner.tech{
  background: url(../img/tech.png) fixed;
  background-size: cover;
}

.inner-banner.whychoose-bg{
  background: url(../img/whychoose.png) fixed;
  background-size: cover;
}
.inner-banner.mobile-bg{
  background: url(../img/mobile-bg.png) fixed;
  background-size: cover;
}


.inner-banner.uiux-bg{
  background: url(../img/ui-bg.png) fixed;
  background-size: cover;
}

.inner-banner.ecm-bg{
  background: url(../img/ecm-bg.png) fixed;
  background-size: cover;
}

.inner-banner.erp-bg{
  background: url(../img/erp-bg.png) fixed;
  background-size: cover;
}

.inner-banner.lms-bg{
  background: url(../img/lms-bg.png) fixed;
  background-size: cover;
}

.inner-banner.host-bg{
  background: url(../img/host-bg.png) fixed;
  background-size: cover;
}

.inner-banner.ai-bg{
  background: url(../img/tech.png) fixed;
  background-size: cover;
}

.contact-details{
  padding-top:50px;
  padding-bottom: 50px;
}

.callnow{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 58px;
  color: #000F4A;
  text-decoration: none;
  transition: .5s;
}
.callnow:hover{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 58px;
  color: #000F4A;
  text-decoration: none;
  cursor: pointer;
  transform: scale(.8);
  transition: .5s;
}
.callnow span{
  color: #61C771;
}
.contact-details .testi-box::after{
  display: none;
}

.contact-details .testi-box {
    padding: :0px !important;
    padding-top: 0 !important;
}
iframe {
    border: 0;
    width: 100%;
    height: 300px;
}
i.fa-solid.fa-location-dot {
    background: #61C771;
    width: 50px;
    height: 50px;
    padding: 13px 15px;
    color: #fff;
    border-radius: 50px;
    font-size: 25px;
    margin-bottom: 15px;
}

@media (max-width: 1399.98px) {

}

@media (max-width: 991.98px) {
  .abt-warp{
    padding:30px 0;
  }
  .inner-banner .row {
    height: 300px;
    text-align: center;
    color: #fff !important;
}
.contact-details .testi-box {
    padding: 10px !important;
}
  ul.menu.active {
      position: fixed;
      background: #fff;
      width: 100%;
      height: 100vh;
      right: 0;
      top: 0px;
      padding-top: 20%;
      overflow-y: scroll;
      transition: .5s;
  }

  ul.menu {
      position: fixed;
      background: #fff;
      width: 100%;
      height: 100vh;
      right: -100%;
      top: 0px;
      padding-top: 20%;
      overflow-y: scroll;
      transition: .5s;
  }

  .menu li a {
      color: #000F4A !important;
      width: 100%;
      display: block;
      font-size: 18px;
  }

  .submenu-wrap .sub-menu {
    position: relative !important;
    transition: .5s all !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    pointer-events: all !important;
    background: #fff !important;
    width: 100% !important;
    display: none !important;
    left: 0 !important;
    top: 0px !important;
    box-shadow: none !important;
    border-radius: 4px !important;
}
.submenu-wrap .sub-menu.active{
  display: block !important;
}

header .btn-go{
    display: none !important;
  }
  .menu li {
      list-style: none;
      display: block;
      text-align: center;
      padding: 10px;
  }
  .menu-btn {
    display: block;
    z-index: 99;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #3EC76E;
    font-size: 30px;
}
.menu-btn:hover {
  display: block;
  z-index: 99;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #3EC76E;
  font-size: 30px;
}
header.fixedHeader .logo_wrap {
    width: 55px !important;
    height: 50px !important;
    background-size: 100% !important;
}
.services-items {
    column-count: 1;
    column-gap: 20px;
    width: 100%;
    z-index: 8;
    position: relative;
}
.twoImg_wrap img {
    width: 100%;
    height: 250px;
    margin: 40px 0;
    object-fit: cover;
}

.mainhead, h1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #000F4A;
}
.subhead, h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #77878B;
}
footer h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
}
footer a {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.banner .row-hgt {
    height: 100%;
    padding-top: 120px;
}
.mob-hide{
  display: none;
}
.scroll_wrap{
  text-align: center;
}
.scroll {
    float: none;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: .6s;
}
.banner h1 {
    font-size: 25px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

.banner .active h1 {
  font-size: 25px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}

.banner h2 {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    text-align: center;
}

.banner .active h2 {
  font-size: 18px;
  line-height: 25px;
  width: 100%;
  text-align: center;
}
.banner .btn-go{
  display: none;
}
.wow{
        animation-name: none !important;
        visibility: visible !important;
    }
    footer .social {
    margin: 0px 15px;
    font-size: 18px;
}
}

@media (max-width: 767.98px) {

}

/* Language Switcher Styles */
.language-switcher {
    display: inline-block;
}

.language-switcher a {
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 5px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.language-switcher a:last-child {
    margin-right: 0;
}

.language-switcher a:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.language-switcher a.active {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

@media (max-width: 767.98px) {
    .language-switcher {
        margin-bottom: 10px;
    }
    
    header .col-md-3:last-child > div {
        flex-direction: column;
        align-items: flex-end !important;
    }
}