body {font-family: "Open Sans", sans-serif; color: #444;}
a {color: #428bca; text-decoration: none;}
a:hover {color: #9eccf4;text-decoration: none;}

h1, h2, h4, h5, h6,
.font-primary { font-family: sans-serif;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 99999;
background: #375a90; width: 40px; height: 40px; border-radius: 4px; transition: all 0.4s;}
.back-to-top i { font-size: 24px; color: #fff; line-height: 0;}
.back-to-top:hover {background: #629fd3;color: #fff;}
.back-to-top.active {visibility: visible;opacity: 1;}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {[data-aos-delay] {transition-delay: 0 !important;}}


.dropdown-menu[data-bs-popper]{margin-top:0px}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
   .navbar {
      background: #fafcff;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: 1px 3px 4px 0 #adadad33;
    }

    .navbar-light .navbar-brand {
      color: #2196F3;
    }

    .navbar-light .navbar-nav .nav-link {
      color: #5c768d;
    }

    .navbar-light .navbar-brand:focus,
    .navbar-light .navbar-brand:hover {
      color: #1ebdc2; color:#000
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
      color: #1ebdc2; color:#000
    }

    .navbar-light .navbar-nav .nav-link {
      padding-top: 22px;
      padding-bottom: 22px;
      transition: 0.3s;
      padding-left: 24px;
      padding-right: 24px;
      font-size: 16px;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
      background: #caedf5;

    }

    .dropdown-item:focus,
    .dropdown-item:hover {
      color: #000;
      text-decoration: none;
      background-color: #caedf5 !important;
	  	  border-radius:2px
    }

    .sm-menu {
      border-radius: 0px;
      border: 0px;
      top: 97%;
      box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
    }

    .dropdown-item {
      color: #3c3c3c;
      font-size: 15px;
	  padding-left:0px
    }

    .dropdown-item.active,
    .dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #2196F3;
    }

    .navbar-toggler {
      outline: none !important;
    }

    .navbar-tog {
      color: #1ebdc2;
    }

    .megamenu-li {
      position: static;
    }
   .sm-menu{  background: #fafcff;}
    .megamenu {
	  background: #fafcff;
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      padding: 15px;
    }

    .megamenu h6 {
      margin-left: 21px;
    }

    .megamenu i {
      width: 20px;
    }
	#mobile_nav{flex-grow:0}
   .logo img{max-height:55px} .heading-nav h4{font-size:17px; margin-top:10px; font-weight:bold; margin-bottom:5px} .sm-menu h3{font-size:20px; text-transform:uppercase; color:#5c768d}
   
.megamenu{padding:15px 60px} .navbar-img:hover{background:#caedf5; border-radius:10px;  transition: 0.3s; }
.navbar-img h2{font-size:14px; } .img-fluid {border-radius:5px} .sm-menu{padding-bottom:100px}


#banner-section {
  width: 100%;
  height: calc(100vh - 110px);
  padding: 0;
  overflow: hidden;
  background: #000;
}

#banner-section .carousel-item {
  width: 100%;
  height: calc(100vh - 110px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#banner-section .carousel-item::before {
  content: "";
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#banner-section .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#banner-section .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {

  #banner-section,
  #banner-section .carousel-item {
    height: calc(100vh - 70px);
  }

  #banner-section .carousel-content.container {
    padding: 0 50px;
  }
}

#banner-section h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 900;
}

#banner-section p {
  width: 80%;
  animation-delay: 0.4s;
  color: #fff;
  font-size:27px;
}

#banner-section .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#banner-section .carousel-inner .carousel-item,
#banner-section .carousel-inner .active.carousel-item-start,
#banner-section .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#banner-section .carousel-inner .active,
#banner-section .carousel-inner .carousel-item-next.carousel-item-start,
#banner-section .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#banner-section .carousel-inner .carousel-item-next,
#banner-section .carousel-inner .carousel-item-prev,
#banner-section .carousel-inner .active.carousel-item-start,
#banner-section .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#banner-section .carousel-control-prev,
#banner-section .carousel-control-next {
  width: 10%;
}

#banner-section .carousel-control-next-icon,
#banner-section .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#banner-section .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
}

#banner-section .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px 0px;
  color: #fff;
  animation-delay: 0.8s;
  border: 0;
  background: #6f9196;
}

#banner-section .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #banner-section h2 {
    font-size: 30px;
  }
}

@media (max-height: 500px) {

  #banner-section,
  #banner-section .carousel-item {
    height: 120vh;
  }
}

@media (min-width: 1024px) {
  #banner-section p {
    width: 80%;
  }

  #banner-section .carousel-control-prev,
  #banner-section .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 35px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 8px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "»";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.about .about-content {
  padding: 40px;
}

.about-content a {text-align:center}

.about .icon-box+.icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #428bca;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #428bca;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
  padding: 40px;
}

.about-lists .row {
  overflow: hidden;
}

.about-lists .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  margin: -1px;
}

.about-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9eccf4;
}

.about-lists .content-item h4 {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.about-lists .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-align:justify;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 30px 0;
  }
}


.box-style:hover{cursor:pointer;background-image:linear-gradient(to top,#e3f4f4,#fff 80%);border:#b2d1d1 solid 1px}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {color: #444; text-align: center; box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); padding: 20px 0 30px 0; margin-bottom: 30px; width: 100%; border-radius:7px}
.contact .info-box i { font-size: 30px; color: #428bca; border-radius: 50%; padding: 8px; border: 2px dotted #9eccf4;}
.contact .info-box h3 { font-size: 20px; color: #666; font-weight: 700;margin: 10px 0;}
.contact .info-box p { padding: 0; line-height: 24px; font-size: 14px; margin-bottom: 0; }
.contact .php-email-form { box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); padding: 30px;}
.contact .php-email-form .error-message { display: none; color: #fff; background: #ed3c0d; text-align: left; padding: 15px; font-weight: 600;}
.contact .php-email-form .error-message br+br { margin-top: 25px;}
.contact .php-email-form .sent-message { display: none; color: #fff; background: #18d26e; text-align: center; padding: 15px; font-weight: 600;}
.contact .php-email-form .loading { display: none; background: #fff; text-align: center; padding: 15px;}
.contact .php-email-form .loading:before { content: ""; display: inline-block; border-radius: 50%; width: 24px; height: 24px; margin: 0 10px -6px 0; border: 3px solid #18d26e;
  border-top-color: #eee; animation: animate-loading 1s linear infinite;}
.contact .php-email-form .form-group { margin-bottom: 20px;}
.contact .php-email-form input,
.contact .php-email-form textarea { border-radius: 0; box-shadow: none; font-size: 14px;}
.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {background-color: #428bca;}
.contact .php-email-form input {padding: 10px 15px;}
.contact .php-email-form textarea {padding: 12px 15px;}
.contact .php-email-form button[type=submit] { background: #428bca; border: 0; padding: 10px 30px; color: #fff; transition: 0.4s;}
.contact .php-email-form button[type=submit]:hover {background: #629fd3;}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
#footer { background: #58777b; padding: 0 0 15px 0; color: #fff; font-size: 14px;}
#footer .footer-top { background: #6f9196; border-top: 1px solid #768fa6; border-bottom: 1px solid #67839c; padding: 60px 0 30px 0;}
#footer .footer-top .footer-info {margin-bottom: 30px;}
#footer .footer-top .footer-info h3 { font-size: 24px; margin: 0 0 20px 0; padding: 2px 0 2px 0; line-height: 1; font-weight: 700;}
#footer .footer-top .footer-info p { font-size: 14px; line-height: 24px; margin-bottom: 0; font-family: sans-serif; color: #fff;}
#footer .footer-top .social-links a { font-size: 18px; display: inline-block; background: #62717e; color: #fff; line-height: 1; padding: 8px 0; margin-right: 4px;
  border-radius: 50%; text-align: center; width: 36px; height: 36px; transition: 0.3s;}
/*#footer .footer-top .footer-info img{margin-bottom:15px}*/
#footer .footer-top .social-links a:hover { background: #428bca; color: #fff; text-decoration: none;}
#footer .footer-top h4 {font-size: 16px; font-weight: 600; color: #fff; position: relative; padding-bottom: 12px;}
#footer .footer-top .footer-links {margin-bottom: 30px;}
#footer .footer-top .footer-links ul {list-style: none; padding: 0; margin: 0;}
#footer .footer-top .footer-links ul i {padding-right: 2px; color: #c8d2d3; font-size: 18px; line-height: 1;}

#footer .footer-top .footer-links ul li {padding: 5px 0; display: flex; align-items: center;}
#footer .footer-top .footer-links ul li:first-child { padding-top: 0;}
#footer .footer-top .footer-links ul a {color: #fff; transition: 0.3s; display: inline-block; line-height: 1;}
#footer .footer-top .footer-links ul a:hover {color: #9eccf4;}
#footer .footer-top .footer-newsletter form {margin-top: 30px; background: #fff; padding: 6px 10px; position: relative; border-radius: 4;}
#footer .footer-top .footer-newsletter form input[type=email] { border: 0; padding: 4px; width: calc(100% - 110px);}

#footer .footer-top .footer-newsletter form input[type=submit] { position: absolute; top: 0; right: 0; bottom: 0; border: 0;
  background: none; font-size: 16px; padding: 0 20px; background: #428bca; color: #fff; transition: 0.3s; border-radius: 4;}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {background: #5295ce;}
#footer .copyright {text-align: center; padding-top: 15px;}
.section-title {text-align: center; padding-bottom: 15px;}
.section-title h2 {font-weight: bold; text-transform: uppercase; margin-bottom: 20px; position: relative; font-size: 27px;  margin-bottom: 15px; padding-bottom: 10px;
  color: #5c768d;
}
.section-title h2::before { content: ""; position: absolute; display: block; width: 120px; height: 1px; background: #ddd; bottom: 1px; left: calc(50% - 60px);}
.section-title h2::after { content: ""; position: absolute; display: block; width: 40px; height: 3px; background: #5c768d; bottom: 0; left: calc(50% - 20px);}
.section-title p {font-size: 16px; margin: 0; padding: 0; text-align: justify;}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {transition: 0.3s;}
.clients .swiper-slide img:hover {opacity: 1;}
.clients .swiper-pagination {margin-top: 20px; position: relative;}
.clients .swiper-pagination .swiper-pagination-bullet {width: 12px; height: 12px; background-color: #fff; opacity: 1; border: 1px solid #5c768d;}
.clients .swiper-pagination .swiper-pagination-bullet-active {background-color: #5c768d;}
.navbar .dropdown ul a:hover, .navbar .dropdown ul li a:hover{background:#5c768d; color:#fff}
.success_stories ul a{padding-right:128px!important}

/*--------------------------------------------------------------
# partners
--------------------------------------------------------------*/

.partners .icon-box {text-align: center; padding: 20px; transition: all ease-in-out 0.3s; background: #fff; box-shadow: 0 2px 8px #e6e3e3;}
.partners .icon-box .icon {margin: 0 auto; width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; transition: ease-in-out 0.3s; position: relative;}
.partners .icon-box .icon i {font-size: 36px; transition: 0.5s; position: relative;}
.partners .icon-box .icon svg { position: absolute; top: 0; left: 0;}
.partners .icon-box .icon svg path { transition: 0.5s; fill: #f5f5f5;}
.partners .icon-box h4 {font-weight: 600; margin: 0px 0px 15px 0px; font-size: 15px;}
.partners .icon-box h4 a { color: #222222; transition: ease-in-out 0.3s;}
.partners .icon-box p { line-height: 24px; font-size: 14px; margin-bottom: 0; text-align:justify}
.partners .icon-box:hover {border-color: #fff; box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);}
.partners .iconbox-blue i {color: #47aeff;}
.partners .iconbox-blue:hover .icon i {color: #fff;}
.partners .iconbox-blue:hover .icon path {fill: #47aeff;}
.partners .iconbox-orange i {color: #ffa76e;}
.partners .iconbox-orange:hover .icon i {color: #fff;}
.partners .iconbox-orange:hover .icon path {fill: #ffa76e;}
.partners .iconbox-pink i {color: #e80368;}
.partners .iconbox-pink:hover .icon i {color: #fff;}
.partners .iconbox-pink:hover .icon path {fill: #e80368;}
.partners .iconbox-yellow i {color: #ffbb2c;}
.partners .iconbox-yellow:hover .icon i {color: #fff;}
.partners .iconbox-yellow:hover .icon path {fill: #ffbb2c;}
.partners .iconbox-red i {color: #ff5828;}
.partners .iconbox-red:hover .icon i {color: #fff;}
.partners .iconbox-red:hover .icon path {fill: #ff5828;}
.partners .iconbox-teal i {color: #11dbcf;}
.partners .iconbox-teal:hover .icon i {color: #fff;}
.partners .iconbox-teal:hover .icon path {fill: #11dbcf;}
.navbar-img a:hover{background:#fff!important}
.navbar-img a {padding:0!important}
.card-body h5{text-align:center}


#scroller-wrapper{margin-bottom: 30px;}
#clientScroller{width: 20000%;}
#clientScroller.ready > *{
display: inline-block;-webkit-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-delay: 1s;animation-delay: 1s;-webkit-animation-duration: 10s;animation-duration: 44s;-webkit-animation-name: marginator;animation-name: marginator;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;float: left;}
#clientScroller:hover > *{-webkit-animation-play-state: paused;animation-play-state: paused;}
#scroller-wrapper{overflow: hidden;}
.brandName img{padding: 0 20px;}
@-webkit-keyframes marginator {
  0% {
    -webkit-transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
  }
  100% {
    -webkit-transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
  }
}
@keyframes marginator {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);

    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

.top_banner img{width:100%}
.detail-page h2{font-size: 27px; font-weight: bold; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 10px; position: relative; color:#5c768d; text-align: center;}
.detail-page h2::before {content: ""; position: absolute; display: block; width: 120px; height: 1px; background: #ddd; bottom: 1px; left: calc(50% - 60px);}
.detail-page h2::after {content: ""; position: absolute; display: block; width: 40px; height: 3px; background: #5c768d; bottom: 0; left: calc(50% - 20px);}
.faq-box { background: #fff; padding:0px 0px; box-sizing: border-box; width: 100%;margin:0px auto;}
.faq-section{ width:100%; float:left; margin-top:45px}
.accordion {background: #d3e3ef; color: #444; cursor: pointer; box-sizing:border-box; padding: 16px; width: 100%; border: none; text-align: left; outline: none;font-size: 16px;transition:0.8s ease-out;}
.Accactive, .accordion:hover { background-color:#98b0b3; color:#fff;}
.panel { padding: 0 18px; display: none; background-color: white; overflow: hidden;transition:0.8s ease-out;}
.accordion:after{ content:"+"; float:right}
.Accactive:after{ content:"-"; float:right}
.head { font-size:20px;}
.detail-page h4{font-size: 18px; font-weight: bold; margin-top: 20px;} 
.detail-page h3{margin-top: 40px; font-size: 24px; font-weight: 600; } .detail-page p{text-align: justify;} .detail-page ol{margin-left: 18px;}
.detail-page ul{padding-left:1.5rem}
.proj-btn a {border:1px solid #5c768d; padding: 7px 18px; border-radius:21px; color:#5c768d}
.proj-btn a:hover{background: #6f9196; color: #fff;}
.faq-section h3{margin-top:10px; font-size: 15px!important; font-weight:600;}

.DetailIndex{width:100%;float:left; margin-bottom: 30px;}
.DetailIndex ul{margin:0;padding:0;display:flex; flex-wrap:wrap}
.DetailIndex li img{width:100%;margin-bottom:16px;}
.DetailIndex li{ margin-right:35px; margin-bottom:35px; box-shadow:0 2px 8px #e6e3e3;border:#fff solid 1px;list-style:none; width:30%; box-sizing:border-box;border-radius:0 0 4px 4px; padding:20px 20px 30px 20px;}
.DetailIndex li:hover{border:#ededed solid 1px; box-shadow:0 5px 20px #e1e1e1;}
.DetailIndex li p{margin:16px 0;color: rgb(29, 29, 29);} .DetailIndex li a{color:#476179; text-align: justify;}
.Detail-heading{font-size: 27px;font-weight: bold; position: relative; color: #5c768d; text-align: center;  text-transform: uppercase; margin-bottom: 35px; padding-bottom: 10px;}
.Detail-heading::before {content: ""; position: absolute; display: block; width: 120px; height: 1px; background: #ddd; bottom: 1px; left: calc(50% - 60px);}
.Detail-heading::after{content: "";position: absolute; display: block; width: 40px; height: 3px; background: #5c768d; bottom: 0; left: calc(50% - 20px);}
.D-heading{font-size: 18px;}

.latestBlogBox{width:100%;float:left; margin-bottom: 30px;}
.latestBlogBox ul{margin:0;padding:0;display:flex; justify-content:space-between; flex-wrap:wrap}
.latestBlogBox li img{width:100%;margin-bottom:16px;}
.latestBlogBox li{ box-shadow:0 2px 8px #e6e3e3;border:#fff solid 1px;list-style:none; width:24%; box-sizing:border-box;border-radius:0 0 4px 4px; padding:15px 15px 20px 15px; }
.latestBlogBox li:hover{border:#ededed solid 1px; box-shadow:0 5px 20px #e1e1e1;}
.latestBlogBox li p{margin:16px 0;color: rgb(29, 29, 29); text-align: justify;} .latestBlogBox li a{color:#476179; text-align: justify;}
.blog-heading{font-size: 19px; line-height:20px}
.R-more{color:#439900!important; font-weight: 600;}
.detail-blogs h2{font-size: 23px; }
.latest-blogs img{width: 100%;}
.latest-blogs a{font-size: 22px;}
.read-more-blog a{font-size: 16px;}
.latest-blogs .row{margin-bottom: 20px;} .latest-blogs img{border-radius:5px;}
.mobile-app-img {margin-top:43px} .detail-page .mobile-app-img img{width:100%}

.latest-blogs h2{font-size: 30px;font-weight: bold; position: relative; color: #5c768d; text-align: center;  text-transform: uppercase; margin-bottom: 40px; padding-bottom: 10px;}
.latest-blogs h2::before {content: ""; position: absolute; display: block; width: 120px; height: 1px; background: #ddd; bottom: 1px; left: calc(50% - 60px);}
.latest-blogs h2::after{content: "";position: absolute; display: block; width: 40px; height: 3px; background: #5c768d; bottom: 0; left: calc(50% - 20px);}
.detail-blogs h3{font-size: 24px; font-weight: 600;}

.about-title h2{font-size: 30px;font-weight: bold; position: relative; color: #5c768d; text-align: center;  text-transform: uppercase; margin-bottom: 18px; padding-bottom: 10px;}
.about-title h2::before {content: ""; position: absolute; display: block; width: 120px; height: 1px; background: #ddd; bottom: 1px; left: calc(50% - 60px);}
.about-title h2::after{content: "";position: absolute; display: block; width: 40px; height: 3px; background: #5c768d; bottom: 0; left: calc(50% - 20px);}
.contact-us-icons { display: block;} .contact-us-icons img { width: 100%;}
.contact-us-icons {right: 7px; display: block; z-index: 100000; width: 50px;position: fixed;bottom: 50px;}
.whatsapp-right .whatsapp-button img {width: 32px;animation: sm-shake-animation linear 1.5s infinite;}
@keyframes sm-shake-animation {
 0% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 25% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 35% {
  transform:rotate(-0.3rad) scale(1) skew(0.017rad)
 }
 45% {
  transform:rotate(0.3rad) scale(1) skew(0.017rad)
 }
 55% {
  transform:rotate(-0.3rad) scale(1) skew(0.017rad)
 }
 65% {
  transform:rotate(0.3rad) scale(1) skew(0.017rad)
 }
 75% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
 100% {
  transform:rotate(0) scale(1) skew(0.017rad)
 }
}

.service-items a{padding:7px 0px!important; font-size:14.5px; display:inline-block}
.service-items{border-radius:5px}
.service-heading h2{font-size:22px; font-weight:500; margin-bottom:5px; color:#5c768d}
.whatsapp-button {padding-top: 7px;background-color: #00d757; margin-bottom: 10px; width: 47px;padding-bottom: 8px; border-radius: 100%;transition: background-color .5s;position: relative!important;display: block;transform: none!important;z-index: 9;text-align: center;box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);right: 2px;}
.large-service-menu{width:130%; margin-left:-30%!important}
.service-heading h3{font-size:16px; margin-top:10px; font-weight:600}
.sap-mob-text {font-size:18px!important}
#banner-section .grey-color::before{background-color:rgba(13, 30, 45, 0.1)!important}

@media (max-width:900px){
	.large-service-menu{width:100%; margin-left:0%!important}	
}

@media (max-width:600px){
.DetailIndex li{margin-bottom:24px; width:100%; margin-right: 0px;} .latestBlogBox li{margin-bottom:24px; width:100%; margin-right: 0px;}
#banner-section h2 {font-size: 21px;} #banner-section p { font-size: 18px;}
#banner-section, #banner-section .carousel-item { height: 40vh;}
#banner-section .carousel-control-next-icon, #banner-section .carousel-control-prev-icon{font-size: 25px;}
#banner-section .btn-get-started {font-family: "Raleway", sans-serif; font-weight: 500; font-size: 14px;
letter-spacing: 1px; display: inline-block; padding: 8px 16px; border-radius: 5px; margin: 0px; }
.large-service-menu{width:100%; margin-left:0%!important}
.megamenu{padding:0px} .tecxed-iso {float:none!important; display:block} 
.location-cards{flex-direction: column;} 
.detail-blogs img{width:100%}
}

.ISO-certified a{color:#fff}


.Tecxed-location {
    text-align: center;
}

.title {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.location-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.loaction-tab {
    background-color: #f3f8ff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.loaction-tab:hover{transform: translateY(-5px);}

.loaction-tab h3 {text-align:center}

.loaction-tab img {
    width: 200px;
    height: auto;
    margin-bottom: 15px;
    text-align:center;
	border-radius:5px;
	margin-top:7px
}

.loaction-tab h3 {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 10px;
	font-weight:600;
}

.loaction-tab p {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.loaction-tab a {
    color: #13477f;
    text-decoration: none;
}

.loaction-tab a:hover{background:#caedf5!important;}