@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

.card {
    z-index: 0;
    border: none;
    position: relative;
    padding: 20px;
}

.privacy{
  margin-top: 120px;
}

.privacy p{
  font-size: 18px;
  text-align: justify;
}

.privacy ul{
  font-size: 18px;
  margin-left: 50px;
  
}



.privacy h1,h3{
  color: #5e17eb;
}
.privacy h4{
  color:#00bf63
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}


#progressbar .active {
    color: #5e17eb
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 24%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: "Font Awesome 5 Free";
    content: "\f09d"
}

#progressbar #personal:before {
    font-family: "Font Awesome 5 Free";
    content: "\f09d"
}

#progressbar #payment:before {
    font-family: "Font Awesome 5 Free";
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: "Font Awesome 5 Free";
    content: "\f09d"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #5e17eb
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

fieldset{
    padding: 3rem 3rem !important;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

.me-3 {
  margin-right: 1rem !important;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem .75rem;
}

#progressbar .active {
  color: #5e17eb;
}
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 24%;
  float: left;
  position: relative;
  font-weight: 400;
}
#progressbar #account::before {
  font-family: "Font Awesome 5 Free";
  content: "\f09d";
}
#progressbar li.active::before, #progressbar li.active::after {
  background: #5e17eb;
}
#progressbar li::before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
#progressbar li::after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

ul,
ol {
  margin: 0px;
  padding: 0;
  list-style: none;
}

*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a,
img,
a:hover,
img:hover {
  border: 0px;
  outline: 0px;
  color: #00bf63;
  text-decoration: none;
  vertical-align: top;
}

a:focus {
  color: #00bf63;  
}

body {
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden;
  font-weight: 400;
  position: relative;
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #141414;
}

input,
select,
textarea,
button {
  font-family: "Poppins", sans-serif;
}

input[type="file"]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
}

p {
  margin-bottom: 15px;
  display: block;
}

.scrollup {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  width: 40px;
  font-size: 20px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #00bf63;
  display: none;
  line-height: 40px;
  transition: all ease-in-out 0.5s;
}

.scrollup:hover {
  color: #fff;
  background: #05569b;
}

.wrapper {
  width: 100%;
  float: left;
  position: relative;
}

@media screen and (max-width: 1366px) {
  .wrapper_inner {
    max-width: 1200px;
  }
}

.wrapper_inner {
  position: relative;
  padding: 0 15px;
  max-width: 1340px;
  margin-inline: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all ease-in-out 0.5s;
}

.header.fix,
.header.fix1 {
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
  transition: all ease-in-out 0.5s;
}

.logo {
  padding-top: 15px;
  float: left;
  transition: all ease-in-out 0.5s;
}

.logo img {
  float: left;
  height: 82px;
  transition: all ease-in-out 0.5s;
}

.header.fix .logo,
.header.fix1 .logo {
  padding-top: 10px;
}

.header.fix .logo img,
.header.fix1 .logo img {
  height: 60px;
}

.navigation {
  padding-top: 5px;
  transition: all ease-in-out 0.5s;
}

.header.fix .navigation,
.header.fix1 .navigation {
  padding-top: 0;
}

.navigation,
.navigation ul {
  float: right;
  position: relative;
  transition: all ease-in-out 0.5s;
}

.navigation ul li {
  float: left;
  position: relative;
  padding: 23px 0;
  transition: all ease-in-out 0.5s;
}

.navigation ul li + li {
  margin-left: 30px;
}

.navigation ul li a {
  float: left;
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  transition: all ease-in-out 0.5s;
}

.navigation ul li a span {
  float: right;
  margin-top: 15px;
  margin-left: 5px;
  font-size: 8px;
}

.navigation ul li.bordered a {
  background: linear-gradient(to bottom, #00bf63 0%, #05569b 100%);
  color: #fff;
  border-radius: 10px;
  padding: 0 15px;
}

.navigation .dropDown {
  position: absolute;
  top: 90%;
  left: 0;
  width: 270px;
  padding: 10px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 2;
  display: none;
  transition: all ease-in-out 0.5s;
}

.navigation ul li:hover .dropDown {
  top: 100%;
  display: block;
}

.navigation .dropDown li {
  width: 100%;
  margin: 0;
  padding: 0;
}

.navigation .dropDown li a {
  width: 100%;
  margin: 0;
  padding: 12px 10px;
  line-height: 1.4;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navigation .dropDown li a:hover,
.header.fix .navigation .dropDown li a:hover {
  border-bottom: 1px solid #00bf63;
}

.navigation ul li a.active,
.navigation ul li a:hover {
  color: #00bf63;
}

.navigation ul li a.active:after {
  opacity: 0.2;
}

.navigation ul li.bordered a:hover {
  color: #fff;
  background: linear-gradient(to top, #00bf63 0%, #05569b 100%);
}

.navigation ul li:hover li a {
  color: #000;
}

.navigation ul li li a:hover {
  color: #00bf63;
}

.menuicon {
  color: #2b2a29;
  display: none;
  float: right;
  width: 30px;
  margin-top: 15px;
}

.menuicon:hover {
  color: #00bf63;
}

.fixedNavigation {
  display: none;
  position: fixed;
  top: 70px;
  width: 300px;
  right: -100%;
  height: calc(100vh - 70px);
  z-index: 999;
  background-color: #00bf63;
  overflow-y: auto;
  padding: 20px 0;
  transition: all ease-in-out 0.5s;
}

.fixedNavigation.open {
  right: 0;
}

.fixedNavigation li {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fixedNavigation li:last-child {
  border-bottom: 0px solid #000;
}

.fixedNavigation li .fa {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.fixedNavigation li.active .fa {
  transform: rotate(180deg);
}

.fixedNavigation li a {
  float: left;
  width: 100%;
  padding: 5px 20px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  transition: all ease-in-out 0.5s;
}

.fixedNavigation li a:hover {
  color: #fff;
}

.fixedNavigation li li a:hover {
  color: #fff;
}

.fixedNavigation li ul {
  width: 100%;
  float: left;
  display: none;
  background: rgba(0, 0, 0, 0.2);
}

.menuMasked {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  transition: all ease-in-out 0.5s;
}

.menuMasked.open {
  display: block;
}

body.menuOpened {
  overflow: hidden;
}

.menuicon span:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 24px;
}

.menuicon.open span:before {
  content: "\f00d";
}

/* homeSlider */
.homeSlider {
  background: #fff;
  padding-top: 170px;
  padding-bottom: 100px;
  min-height: 100vh;
  overflow: hidden;
  background-image: url(../images/bannerBg1.png);
  background-position: center;
  background-size: auto 120%;
}

.homeSlider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(32, 155, 210, 0.18) 100%
  );
}

.homeSliderBox {
  z-index: 2;
}

.sliderImg {
  float: right;
  width: 45%;
  margin-right: 20px;
  position: relative;
}

.sliderImg img {
  position: relative;
}

.sliderImg .boxes {
  position: absolute;
  top: 0;
  left: 90px;
  z-index: 3;
  width: 90px;
  height: 90px;
  border-radius: 10px;
  background: #1392cb;
}

.sliderImg .boxes:before {
  position: absolute;
  top: 0;
  left: -50px;
  width: 34px;
  height: 34px;
  content: "";
  border-radius: 10px;
  background: #1392cb;
}

.sliderImg .boxes::after {
  position: absolute;
  top: -40px;
  right: -70px;
  width: 50px;
  height: 50px;
  content: "";
  border-radius: 10px;
  background: #1392cb;
}

.sliderImg:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 100%;
  height: 100%;
  background: #4aa498;
  border-radius: 100%;
}

.sliderImg img {
  width: 100%;
}

.sliderImg .cones {
  position: absolute;
  right: 45%;
  transform: rotate(-40deg);
  top: 22%;
}

.sliderImg .cones:before,
.sliderImg .cones:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 50px;
  opacity: 0.5;
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 300px solid #1392cb;
}

.sliderImg .cones:after {
  top: 40px;
  left: -30px;
}

.sliderTxt {
  margin: 60px 0;
  float: left;
  width: 42%;
}

.sliderTxt .sliderH1 {
  font-size: 68px;
  font-weight: 400;
  color: #004178;
  margin-bottom: 10px;
}

.sliderTxt .sliderH1 span {
  font-weight: 600;
}

.sliderTxt .p {
  font-size: 17px;
  color: #748187;
}

.bannerSocial {
  position: absolute;
  top: 40%;
  right: -70px;
  width: 40px;
  z-index: 4;
  text-align: center;
}

.bannerSocial a {
  font-size: 16px;
  color: #0d79b7;
  position: relative;
  display: block;
  margin-bottom: 30px;
  transition: all ease-in-out 0.5s;
}

.bannerSocial a:hover {
  color: #004178;
}

.bannerSocial a.scrollBottom {
  transform: rotate(90deg);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #004178;
  font-weight: 500;
  margin-top: 150px;
}

.bannerSocial a.scrollBottom:before {
  content: "";
  width: 60px;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 11px;
  left: -80px;
  transition: all ease-in-out 0.5s;
}

.bannerSocial a.scrollBottom:hover:before {
  left: -70px;
}

.buttonA {
  float: left;
  font-size: 14px;
  margin-top: 25px;
  color: #118ac5;
  border: 2px solid #118ac5;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 36px;
  border-radius: 30px;
  padding: 0 15px;
  font-weight: 500;
  transition: all ease-in-out 0.5s;
}

.buttonA span {
  float: left;
}

.buttonA .fa {
  float: left;
  line-height: 36px;
  margin-left: 30px;
}

.buttonA:hover {
  color: #fff;
  background: #118ac5;
  border: 2px solid #118ac5;
}

/* about_section */
.bannerCurve {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.bannerCurve img {
  width: 100%;
}

.about_section {
  padding: 50px 0;
  background: #fff;
}

.about_section .ab_title {
  float: left;
  width: 45%;
}

.home_h1 {
  font-size: 30px;
  color: #002443;
  line-height: 1.6;
}

.about_section .ab_txt {
  color: #748187;
  font-size: 16px;
  width: 52%;
  line-height: 1.8;
  float: right;
}

.about_section .ab_links {
  margin: 50px 0;
}

.about_section .ab_links li {
  float: left;
  width: 33.333%;
  padding: 50px;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 80px;
}

.about_section .ab_links li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.28;
  background: linear-gradient(
    to right,
    #d0d0d0 0%,
    rgba(128, 128, 128, 0.1) 100%
  );
}

.about_section .ab_links li .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #118ac5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about_section .ab_links li .icon img {
  width: 50px;
}

.about_section .ab_links li h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* services_section */
.services_section {
  padding: 60px 0;
  background-image: url(../images/services-one-bg.png);
  background-size: cover;
  background-position: center;
}

.services_section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #004178;
  opacity: 0.86;
}

.services_section .ss_title {
  float: left;
  width: 45%;
}

.services_section .home_h1 {
  font-size: 30px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 0;
}

.services_section .ss_txt {
  color: #fff;
  font-size: 16px;
  width: 52%;
  line-height: 1.8;
  float: right;
}

.services_section .buttonA {
  border-color: #afe5ff;
  color: #afe5ff;
  margin-top: 15px;
}

.ser_scroll {
  margin-top: 40px;
  margin-bottom: 30px;
}

.ser_scroll li {
  width: 100%;
  float: left;
  background: #fff;
  height: 324px;
}

.ser_scroll li .icon {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: #75d2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 2;
  border-radius: 100%;
  transition: all ease-in-out 0.5s;
}

.ser_scroll li h4 {
  font-size: 20px;
  padding: 20px 15px;
}

.ser_scroll li .img {
  margin-top: 40px;
  transition: all ease-in-out 0.5s;
}

.ser_scroll li .img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: all ease-in-out 0.5s;
}

.ser_scroll li:hover .img img {
  height: 200px;
  transition: all ease-in-out 0.5s;
}

.ser_scroll li:hover .img {
  margin-top: 10px;
}

.ser_scroll li .img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 65, 120, 0.86);
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

.ser_scroll li .img .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

.ser_scroll li:hover .img:before {
  opacity: 1;
  transition: all ease-in-out 0.5s;
}

.ser_scroll li:hover .img .txt {
  opacity: 1;
  transition: all ease-in-out 0.5s;
}

.ser_scroll li .ser_button {
  height: 50px;
  line-height: 50px;
  background: #00335e;
  color: #afe5ff;
  float: left;
  width: 100%;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
}

.ser_scroll li .ser_button .fa {
  line-height: 50px;
  float: right;
}

.ser_scroll li .ser_button:hover {
  color: #00335e;
  background: #afe5ff;
}

.ser_scroll .owl-nav {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 20px;
  position: relative;
}

.ser_scroll .owl-nav button {
  display: inline-block;
}

.ser_scroll .owl-nav button span {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  background: #75d2ff;
  margin: 0 5px;
  transition: all ease-in-out 0.5s;
}

.ser_scroll .owl-nav button:hover span {
  background: #002443;
}

/* solutions_section */
.solutions_section {
  padding: 80px 0;
  background: #fff;
}

.solutions_section .ss_title {
  float: left;
  width: 43%;
}

.solutions_section .home_h1 {
  margin-bottom: 0;
}

.solutions_section .ss_txt {
  color: #748187;
  font-size: 16px;
  width: 52%;
  line-height: 1.8;
  float: right;
}

.solutions_list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.solutions_list li {
  text-align: center;
  padding: 20px 0;
  transition: all ease-in-out 0.5s;
}

.solutions_list li:hover {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);
}

.solutions_list li img {
  height: 50px;
}

.solutions_list li h5 {
  font-size: 16px;
  color: #004178;
  margin: 20px 0;
  font-weight: 500;
}

.solutions_list li span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #29c8fc;
  border-radius: 50%;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

.solutions_list li:hover span {
  opacity: 1;
}

/* techs_section */
.techs_section {
  text-align: center;
  overflow: hidden;
}

.techs_section h3 {
  color: #002443;
  font-size: 30px;
  margin-bottom: 30px;
}

.techs_scroll {
  margin-left: -50px;
  margin-right: -50px;
}

.techs_scroll li {
  width: 100%;
  float: left;
}

.techs_scroll li img {
  width: 100%;
  height: 90px;
  object-fit: contain;
  object-position: center;
}

.techs_scroll .owl-nav {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.techs_scroll .owl-nav button {
  display: inline-block;
}

.techs_scroll .owl-nav button span {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  background: #002443;
  margin: 0 5px;
  transition: all ease-in-out 0.5s;
}

.techs_scroll .owl-nav button:hover span {
  background: #75d2ff;
}

/* focus_section */
.focus_section {
  background-image: url(../images/n_d-rendering-business-meeting.png);
  background-position: center;
  background-size: cover;
}

.focus_section::before {
  background: #004178;
  opacity: 0.81;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.focus_section .img {
  float: right;
  position: relative;
  width: 33%;
  margin-right: 3%;
  margin-top: 30px;
}

.focus_section .img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/bannerBG.png);
  background-position: center;
  background-size: cover;
}

.focus_section .img img {
  width: 100%;
  position: relative;
}

.focus_section .txt {
  float: left;
  width: 60%;
  padding-top: 50px;
  padding-left: 50px;
  color: #fff;
}

.focus_section .txt .icon {
  margin-bottom: 15px;
}

.focus_section .txt .icon img {
  height: 100px;
}

.focus_section .txt h5 {
  font-size: 44px;
  margin-bottom: 20px;
}

.focus_section .txt .p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 5px;
}

.focus_section .txt .buttonA {
  border-color: #afe5ff;
  color: #afe5ff;
}

/* footer */
.footer {
  padding: 40px 0;
  background-image: url(../images/gradient-dark-blue-futuristic-.png);
  background-position: center;
  background-size: cover;
}

.footer:before {
  background: #002a4d;
  opacity: 0.63;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.footer .top_links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer h6 {
  font-size: 20px;
  color: #03adff;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer a {
  float: left;
  color: #fff;
  transition: all ease-in-out 0.5s;
}

.footer a:hover {
  color: #03adff;
}

.footer .quickLinks {
  margin-bottom: 30px;
  float: left;
  width: 60%;
}

.footer .quickLinks a + a {
  margin-left: 30px;
}

.footer .socailLinks {
  float: right;
  padding: 25px 0;
}

.footer .socailLinks a {
  font-size: 24px;
}

.footer .socailLinks a + a {
  margin-left: 30px;
}

.foo_nav {
  float: left;
  width: 43%;
  padding-top: 25px;
}

.foo_nav li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.foo_cnt {
  float: right;
  width: 14%;
  padding-top: 40px;
}

.foo_cnt a {
  float: right;
  background: #75d2ff;
  border: 2px solid #75d2ff;
  color: #002a4d;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 80px;
  transition: all ease-in-out 0.5s;
}

.foo_cnt a:hover {
  border: 2px solid #75d2ff;
  color: #75d2ff;
  background: #002a4d;
}

.foo_cnt img {
  float: right;
  height: 55px;
}

.copyrights {
  text-align: center;
  margin-top: 10px;
  color: #fff;
}



.asection2 {  
  background-size: 32%;
  background-repeat: no-repeat;
  background-position: 110% 50px;
  padding: 0px 120px;
  width: 100%;
  display: table;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.161);
  position: relative;
}
.asection2 h2 {
  font-size: 55px;
  line-height: 66px;
  font-weight: 400;
  margin-bottom: 0px;
  position: relative;
  z-index: 9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.asection2 h2 span {
  position: relative;
}
.asection2 h2 span::before {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 6px;
  content: "";
  background: #17adc3;
  background: -moz-linear-gradient( left, #17adc3 0%, #01d8fb 51%, #197fc2 100% );
  background: -webkit-linear-gradient( left, #17adc3 0%, #01d8fb 51%, #197fc2 100% );
  background: linear-gradient( to right, #17adc3 0%, #01d8fb 51%, #197fc2 100% );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17adc3', endColorstr='#197fc2',GradientType=1 );
}
.asection2 h3 {
  color: #000000;
  font-weight: 300;
  font-size: 26px;
  width: 80%;
  line-height: 42px;
  margin-bottom: 40px;
}
.asection2 p {
  font-size: 18px;
  line-height: 32px;
  color: #697c86;
  margin-bottom: 40px;
  font-weight: 400;
  width: 92%;
}
.innermainbox {
  padding: 75px 100px;
  background-color: #fff;
  width: 100%;
  display: table;
}
.aaboutbx2_in {
  background-color: #f8f8f8;
  padding: 60px 80px;
  width: 100%;
}
.aaboutbx2_in h3 {
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 36px;
  margin-top: 0;
  font-family: var(--ff-sg);
  margin-bottom: 30px;
}
.aaboutbx2_in p {
  font-size: 18px;
  line-height: 32px;
  color: #697c86;
  margin-bottom: 0;
  font-weight: 400;
}


/*
    ===============================
        responsive starts here
    ===============================
 */
@media screen and (max-width: 1279px) {
  .wrapper_inner {
    max-width: 980px;
  }

  .logo img {
    height: 66px;
  }

  .sliderTxt {
    margin: 0;
  }

  .sliderTxt .sliderH1 {
    font-size: 44px;
  }

  .about_section .ab_links {
    margin-bottom: 0;
  }

  .ser_scroll {
    margin-bottom: 0;
  }

  .solutions_list li {
    padding: 0;
  }

  .solutions_list li a {
    padding: 15px;
  }

  .techs_scroll li {
    padding: 0 15px;
  }

  .techs_scroll li img {
    height: 70px;
  }

  .focus_section .txt {
    padding-left: 0;
    padding: 30px 0;
    width: 66%;
  }

  .focus_section .txt h5 {
    font-size: 36px;
  }

  .focus_section .img {
    margin-right: 0;
  }

  .foo_cnt {
    width: 20%;
  }

  .foo_nav {
    width: 40%;
  }

  .techs_scroll {
    margin: 0;
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 979px) {
  .wrapper_inner {
    max-width: 768px;
  }

  .header,
  .header.fix {
    background: #fff;
  }

  .header.fix .logo,
  .logo {
    padding: 10px 0;
  }

  .header.fix .logo img,
  .logo img {
    height: 50px;
  }

  .menuicon {
    display: block;
  }

  .navigation {
    display: none;
  }

  .fixedNavigation {
    display: block;
  }

  .sliderTxt .sliderH1 {
    font-size: 30px;
  }

  .sliderImg .cones {
    right: 70%;
    top: 40%;
  }

  .about_section .ab_title,
  .about_section .ab_txt,
  .services_section .ss_title,
  .services_section .ss_txt,
  .solutions_section .ss_title,
  .solutions_section .ss_txt {
    width: 100%;
  }

  .about_section .ab_txt,
  .about_section .ab_links,
  .services_section .ss_txt,
  .solutions_section .ss_txt {
    margin-top: 20px;
  }

  .about_section .ab_links li {
    padding: 15px;
    padding-top: 50px;
  }

  .solutions_list {
    grid-template-columns: repeat(3, 1fr);
  }

  .foo_nav,
  .foo_cnt {
    width: 100%;
  }

  .foo_cnt {
    padding-top: 25px;
  }

  .foo_cnt a {
    float: left;
    margin-bottom: 10px;
  }

  .copyrights {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .wrapper_inner {
    max-width: 550px;
  }

  .logo img {
    height: 40px;
  }

  .fixedNavigation {
    width: 100%;
    top: 60px;
    height: calc(100vh - 60px);
  }

  .menuicon {
    width: auto;
    margin-top: 13px;
  }

  .mtop {
    margin-top: 60px;
  }

  .scrollup {
    right: 10px;
    bottom: 10px;
  }

  .sliderImg {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }

  .sliderImg::before {
    left: -15px;
  }

  .homeSlider {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .sliderImg .boxes {
    height: 50px;
    width: 50px;
    left: 50px;
  }

  .sliderImg .boxes::after {
    width: 30px;
    height: 30px;
  }

  .sliderTxt,
  .focus_section .img,
  .focus_section .txt {
    width: 100%;
  }

  .about_section,
  .services_section,
  .solutions_section {
    padding: 30px 0;
  }

  .home_h1,
  .techs_section h3,
  .focus_section .txt h5 {
    line-height: 1.4;
    font-size: 26px;
  }

  .about_section .ab_links li {
    width: 100%;
  }

  .solutions_list {
    grid-template-columns: repeat(1, 1fr);
  }

  .focus_section .txt .p {
    font-size: 16px;
  }

  .footer .quickLinks {
    width: 100%;
    margin-bottom: 0;
  }

  .footer .socailLinks,
  .foo_nav li {
    width: 100%;
  }

  .foo_cnt img {
    float: left;
    margin: 10px 0;
  }
}

@media screen and (max-width: 359px) {
  .wrapper_inner {
    max-width: 320px;
  }
}
