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

html {
  scroll-behavior: smooth;
}

:root {
  --service-primary: #6c5ce7;
  --service-info: #25ccf7;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none;
}

.btn-circle {
  border-radius: 100%;
/*  width: 45px;
  height: 45px;*/
  padding: 12px 10px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--service-primary);
  font-size: 1rem;
  color: #fff;
  margin-right: 1rem;
}

.service-text-info {
  color: var(--service-info);
}

.service-text-primary {
  color: var(--service-primary);
}

.service-bg-info {
  background-color: var(--service-info);
  color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.service-outline {
  border: 1px solid var(--service-info);
  color: #333;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}

.navbar-nav .nav-link.active {
  color: var(--service-primary) !important;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--service-info);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

ul li {
  list-style: none;
  line-height: 2rem;
}

.page-header {
  width: 100%;
  height: auto;
  -o-object-fit: fill;
     object-fit: fill;
  background-attachment: fixed;
  background-size: cover;
/*  height: 200px;*/
}

.padding_60_80 {
  padding: 60px 80px 0 80px;
}

@media (max-width: 768px) {
  .padding_60_80 {
    padding: 20px 10px 0 10px;
  }
}

.scroll_top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 10vh;
  z-index: 996;
  background: var(--service-primary);
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  border-radius: 100%;
}

.scroll_top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.scroll_top:hover {
  background: var(--service-primary);
  color: #fff;
}

.scroll_top.active {
  visibility: visible;
  opacity: 1;
}

/*.navbar .navbar-brand {
  margin: 0 auto;
}*/
@media (max-width: 600px) {
  .navbar 
    .navbar-brand {
      margin: 0 auto;
    
  }
}

.navbar .navbar-brand img {
  width: 100px !important;
  height: 75px;
}

.navbar .navbar-nav .nav-item {
  padding-right: 2rem;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.1rem;
  font-weight: 500;
}

.top-navbar .nav-section {
  width: 100%;
  background-color: var(--service-primary);
  margin-left: auto;
}

.top-navbar .nav-section a,
.top-navbar .nav-section span {
  color: #fff;
  outline: none !important;
}

.top-navbar .nav-section .nav-section-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

@media (min-width: 992px) {
  .navbar .navbar-brand img {
    -webkit-transform: translateY(-13px);
            transform: translateY(-13px);
  }
}

@media (min-width: 768px) {
  .top-navbar .nav-section {
    width: 45%;
    height: 25px;
    background-color: var(--service-primary);
    position: relative;
    margin-left: auto;
  }
  .top-navbar .nav-section::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #f8f9fa !important;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .top-navbar .nav-section .nav-section-links {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0rem 2rem;
  }
}

@media (max-width: 768px) {
  .navbar .navbar-nav {
    border-top: 1px solid #ddd;
  }
  .navbar .navbar-brand img {
    width: 120px;
    height: 60px;
  }
}

.headerText h2 {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  text-transform: capitalize;
}

.headerText h3 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  text-transform: capitalize;
}

.headerText h4 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .headerText h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .headerText h3 {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .headerText h3 {
    font-size: 1rem;
    margin-bottom: 50px;
  }
}

.headerText h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.headerText h4::after {
  border: 1px solid #333;
  bottom: -10px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  width: 50%;
}

.service_section img {
  width: 100%;
}

@media (max-width: 768px) {
  .service_section img {
    margin-bottom: 1rem;
  }
}

@media (max-width: 500px) {
  .service_section i {
    font-size: 0.8rem;
    padding: 0.5rem;
  }
  .service_section .btn-circle {
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
  }
}

@media (max-width: 550px) {
  .services_section .service-btn div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media (max-width: 450px) {
  .service_section i {
    font-size: 1.5rem;
    padding: 1rem;
  }
  .service_section .btn-circle {
    width: 55px;
    height: 55px;
    margin-right: 1rem;
  }
  .service_section small {
    font-size: 1.3rem;
  }
  .service_section .service-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service_section .service-items div {
    width: 100%;
  }
}

.view-all-services {
  padding: 0.3rem 1rem;
  color: #02aff3;
  cursor: pointer;
 /* font-weight: 700;*/
  display: none;
}

.dis_block {
  display: block !important;
}

.dis_none {
  display: none !important;
}

.aboutus_section {
  width: 100%;
  min-height: 85vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  color: #fff;
  z-index: 1;
}

.aboutus_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.about_extra .accordion .btn {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .about_extra .accordion .btn {
    font-size: 1.5rem;
  }
}

footer {
  padding-top: 2rem;
  background-color: #eee;
}

footer a {
  color: #444;
}

footer a:hover {
  text-decoration: underline !important;
}

footer .socialmedia a:hover {
  color: var(--dark);
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  text-decoration: none;
}

.service-item {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #333;
}

.service-item:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  color: #333;
}

.contact_section {
  width: 100%;
  display: -ms-grid;
  display: grid;
  min-height: 80vh;
}

.contact_section .card-form {
  position: relative;
  z-index: 1;
}

.contact_section .card-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}

header {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.projects_section #image-container .row div div {
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
}

.projects_section #image-container .row div div img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.projects_section #image-container .row div div:hover {
  border-radius: 0px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.projects_section #image-container .row div div:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.projects_section #image-container .row div div span {
  position: absolute;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  background-color: rgba(2, 175, 243, 0.7);
  height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  -webkit-transform: translateY(11vh);
          transform: translateY(11vh);
}

.projects_section #image-container .row div div:hover span {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.breadcrumb {
  font-size: smaller;
  padding: 0.5rem;
}
/*# sourceMappingURL=styles.css.map */

footer {
  padding-top: 1rem;
  background-color: #eeeeee;
}

footer a {
  color: #444;
}

footer a:hover {
  text-decoration: underline !important;
}

footer .socialmedia {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .socialmedia a:hover {
  color: #17a2b8 !important;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  text-decoration: none;
}
/*# sourceMappingURL=styles.css.map */

/*.offset-lg-6{
  display: none !important;
}

.offset-lg-2{
  display: none !important;
}*/
/*@media(max-width: 500px){
  .page-header{
    height: 80px !important;
  }
  img.o_we_custom_image{
    height: 80px !important;
  }
}*/

.gallery_section #image-container .row div div {
  width: 100%;
  height: 100%;
  border: 2px solid #0bb47c;
  padding: 1rem;
  border-radius: 10px;
  text-align: center !important;

}

footer ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 2rem;
  font-size: 0.9rem;
}

@media (max-width: 992px) {
  footer ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  footer ul {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 0.5rem;
  }
  .footer-bottom .copyright {
    text-align: center;
  }
}

.service-bg-info,
.service-outline {
  font-size: 0.9rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .service-bg-info,
  .service-outline {
    width: 75%;
    font-size: 1rem;
  }
}

.product-text-info{
  color: #17a2b8 !important;
}

@media(max-width:448px){
        .footer-bottom .copyright{
            font-size: 0.7rem !important;
            text-align: center !important;
        }
    }


.otp_login_welcome{
    width: 50% !important;
}

#OTPLoginModal h4, #OTPLoginModal .close{
  color: #085294 !important;
}

#OTPLoginModal .OTPRequestSubmit, #OTPLoginModal .OTPLoginSubmit{
  background-color: #085294 !important;
}

@media(max-width: 768px){
  .otp_login_welcome > h4 {
    margin-bottom: unset !important;
    font-size: 20px !important;
  }
  .otp_login_welcome > span {
    font-size: 0.9rem !important;
  }
}

.LoginOTPModal .OTPRequestBack:hover {
    color: unset !important;
    background-color: unset !important;
}
.LoginOTPModal .OTPRequestBack{
  color: #085294 !important;
}    