:root {
  --font-popins: "Popins";
  --font-montserrat: "Montserrat", sans-serif;


  /* color */
  --CC0001: #3C007C;
  --676766: #676766;

  --white: #fff;
  --333: #333;
  --d1d1d1: #d1d1d1;
  --212121: #212121;
  --c1c1c1: #c1c1c1;
  --f5f5f5: #f5f5f5;
  --d9d9d9: #d9d9d9;
  --e1e1e1: #e1e1e1;
  --C1C1C1: #c1c1c1;
  --B6B6B6: #b6b6b6;
  --505050: #505050;
  --b3b3b3: #b3b3b3;
  --656565: #656565;
  --F9F9F9: #F9F9F9;
  --dcdcdc: #DCDCDC;
  --F2F2F2: #F2F2F2;
  --2D2D2D: #2D2D2D;

  /* font-size */
  --xs: 12px;
  --sm: 14px;
  --fifteen: 15px;
  --base: 16px;
  --lg: 18px;
  --xl: 20px;
  --font22: 22px;
  --xxl: 24px;
  --2xl: 26px;
  --3xl: 28px;

  /* font weight */
  --fw300: 300;
  --fw400: 400;
  --fw500: 500;
  --fw600: 600;
  --fw700: 700;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

@font-face {
  font-family: "Popins";
  src: url("../fonts/poppins-extrabold-webfont.eot");
  src: url("../fonts/poppins-extrabold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/poppins-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-extrabold-webfont.woff") format("woff"),
    url("../fonts/poppins-extrabold-webfont.ttf") format("truetype"),
    url("../fonts/poppins-extrabold-webfont.svg#poppinsextrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Popins";
  src: url("../fonts/poppins-bold-webfont.eot");
  src: url("../fonts/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/poppins-bold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-bold-webfont.woff") format("woff"),
    url("../fonts/poppins-bold-webfont.ttf") format("truetype"),
    url("../fonts/poppins-bold-webfont.svg#poppinsbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Popins";
  src: url("../fonts/poppins-semibold-webfont.eot");
  src: url("../fonts/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/poppins-semibold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-semibold-webfont.woff") format("woff"),
    url("../fonts/poppins-semibold-webfont.ttf") format("truetype"),
    url("../fonts/poppins-semibold-webfont.svg#poppinssemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Popins";
  src: url("../fonts/poppins-medium-webfont.eot");
  src: url("../fonts/poppins-medium-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/poppins-medium-webfont.woff2") format("woff2"),
    url("../fonts/poppins-medium-webfont.woff") format("woff"),
    url("../fonts/poppins-medium-webfont.ttf") format("truetype"),
    url("../fonts/poppins-medium-webfont.svg#poppinsmedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Popins";
  src: url("../fonts/poppins-regular-webfont.eot");
  src: url("../fonts/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("../fonts/poppins-regular-webfont.woff") format("woff"),
    url("../fonts/poppins-regular-webfont.ttf") format("truetype"),
    url("../fonts/poppins-regular-webfont.svg#poppinsregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

* {
  font-family: var(--font-popins);
}

.main-site {
  overflow-x: hidden;
  /* padding-top: 100px; */
}

/* only ANIMTION RTL SUPPORT  CSS */
html[dir="rtl"] .fadeInLeft {
  animation-name: fadeInRight;
}

html[dir="rtl"] .fadeInRight {
  animation-name: fadeInLeft;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.header.hide-header {
  transform: translateY(-100%);
}

/* body {
  padding-top: 80px; 
} */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  /* Same as header height */
}

.main-header {
  background: transparent;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
  box-shadow: none;
}

.main-header.header-white-bg {
  /* background: var(--white); */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Ensure content doesn't jump when header hides/shows */
.withoutbanner-allsection {
  padding-top: var(--header-height, 100px);
  position: relative;
  z-index: 1;
}

.main-header .navbar-brand {
  max-width: 179px;
  width: 100%;
}

.main-header .navbar-brand img {
  width: 100%;
}

.main-header .navbar-nav {
  column-gap: 40px;
}

.main-header .navbar-nav .nav-link {
  padding: 0;
  font-weight: var(--fw600);
  font-size: var(--base);
  color: var(--676766);
  text-transform: uppercase;
}

.main-header .navbar-nav .nav-link:hover {
  color: var(--CC0001);
}

.header-right {
  margin-left: 80px;
  display: flex;
  align-items: center;
}

.btn-primary {
  font-size: var(--base);
  color: var(--white);
  font-weight: var(--fw600);
  text-transform: uppercase;
  background: var(--CC0001) !important;
  border-radius: 10px;
  border: none;
  box-shadow: none;
  padding: 13px 20px;
  text-decoration: none;
}

.btn-primary.btn-outline {
  background: var(--white) !important;
  color: var(--CC0001);
  border: 1px solid var(--e1e1e1);
}

.header-right p {
  font-size: var(--base);
  font-weight: var(--fw600);
  color: var(--333);
}

.header-right .btn-primary {
  margin-left: 0;
}


.main-header .navbar-toggler {
  margin-left: auto;
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
}



.cmn-heading h2 {
  font-size: 40px;
  font-weight: var(--fw600);
  color: var(--CC0001);
  line-height: normal;
}

.main-header:not(.header-white-bg) .navbar-nav .nav-link {
  color: var(--white);
}

.main-header:not(.header-white-bg) .navbar-brand img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(104%);
}

.main-header:not(.header-white-bg) .header-right .btn-primary {
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}


.abt-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--white);
  border: 1px solid var(--C1C1C1)
}

.abt-box {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: var(--white);
  padding: 100px 24px 24px;
  text-align: center;
  height: 100%;
  transition: all ease-in-out 215ms;
}

.abt-box:hover {
  box-shadow: 0px 10px 36px rgba(60, 0, 124, 0.25);
  cursor: pointer;
}

.abt-box:hover .abt-circle {
  background: var(--CC0001);
}

.abt-box:hover .abt-circle img {
  filter: brightness(0) saturate(100%) invert(96%) sepia(99%) saturate(3%) hue-rotate(146deg) brightness(104%) contrast(100%);
}



.abt-box-pading {
  position: relative;
  padding: 50px 0 0;
  height: 100%;
}

.abthome-row {
  row-gap: 30px;
}

.abt-box p {
  font-size: var(--lg);
  font-weight: var(--fw400);
  color: var(--212121);
}

.abt-box h5 {
  font-size: var(--xl);
  font-weight: var(--fw600);
  color: var(--CC0001);
}

.abouthome-sec {
  /* margin: 80px 0 0; */
  padding: 40px 0;
  background: var(--F9F9F9);
  background-image: url('../images/aboutsecbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.abouthome-one p {
  font-size: var(--lg);
  line-height: 28px;
  color: var(--212121);
}

.abouthome-two {
  margin: 92px 0 0;
}

.service-box-sec .cmn-heading {
  text-transform: uppercase;
}

.service-box-pad {
  padding: 50px 0 0;
  position: relative;
}


.service-box-icon {
  width: 100px;
  height: 100px;
  background: #fff;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.service-box-icon img {
  height: 56px;
  object-fit: contain;
}

.service-box-content {
  border: 1px solid var(--dcdcdc);
  border-radius: 20px;
  padding: 70px 15px 30px;
  text-align: center;
}

.service-box-pad,
.service-box-content {
  height: 100%;
}

.service-box-content h5 {
  font-size: var(--lg);
  color: var(--212121);
  font-weight: 600;
  margin: 0 0 16px;
}

.service-box-content p {
  color: var(--212121);
  font-weight: 400;
  line-height: 24px;
  font-size: var(--base);
}

.service-box-row {
  row-gap: 65px;
}

.service-box-content {
  transition: all ease-in-out 215ms;
}

.service-box-content:hover {
  box-shadow: 0px 10px 36px rgba(60, 0, 124, 0.25);
  cursor: pointer;
}


.service-box-content:hover .service-box-icon {
  background: var(--CC0001);
}

.service-box-content:hover .service-box-icon img {
  filter: brightness(0) saturate(100%) invert(96%) sepia(99%) saturate(3%) hue-rotate(146deg) brightness(104%) contrast(100%);
}

.technologies-sec {
  margin: 80px 0;
  padding: 40px 0;
  background: url('../images/wework.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.technologies-sec .cmn-heading h2 {
  text-transform: uppercase;
}

.techbox-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 15px;
  justify-content: center;
  text-align: center;
}

.techbox-icon {
  position: relative;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  background: var(--white);
  transition: all ease-in-out 0.3s;
  border: 1px solid transparent;
}


.techbox-icon:hover {
  transform: translateY(-10px);
  /* border-color: #009961; */
  border: 1px solid var(--CC0001);
}

.techbox-icon img {
  transition: ease-in-out 0.3s;
}

.techbox-icon:hover img {
  transform: scale(0.95);
}



.techbox-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--CC0001);
  width: 74px;
  height: 2px;
  margin: 0 auto;
  opacity: 0;
  transition: all ease-in-out 150ms;
  display: none;
}

.techbox h5 {
  font-size: 18px;
  color: var(--212121);
  font-weight: var(--fw500);
  text-transform: capitalize;
}

.techbox:hover {
  cursor: pointer;
}

.techbox:hover .techbox-icon::after {
  opacity: 1;
}

.techbox {
  max-width: 100px;
  width: 100%;
}

.project-completed-sec .cmn-heading,
.project-completed-sec .cmn-heading h2 {
  margin: 0 0 30px;
}

.project-completed-sec .cmn-heading p {
  font-size: var(--font22);
  font-weight: var(--fw500);
  color: var(--212121);
}

.project-tabing .nav-pills {
  gap: 20px;
}

.project-tabing .nav-pills .nav-link {
    font-size: 17px;
    padding: 9.5px 25px;
    color: var(--212121);
    font-family: var(--font-montserrat);
    background: var(--F2F2F2);
    padding: 7.5px 17px;
    border-radius: 35px;
}


.project-tabing .nav-pills .nav-link.active {
  background: var(--CC0001);
  color: var(--white);
}

.masonry-box {
  border: 1px solid var(--d9d9d9);
  border-radius: 10px;
  padding: 15px 20px 15px;
  position: relative;
  overflow: hidden;
}

.masonry-box h5 {
  font-size: var(--xl);
  font-weight: var(--fw600);
  color: var(--black);
  margin: 0 0 0;
}

.masonry-box .mas-img {
  width: 100%;
}

.suheading-mas img {
  max-width: 30px;
  width: 100%;
}

.suheading-mas {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--CC0001);
  padding: 17px 31px 21px 24px;
  transform: translateY(200px);
  transition: all ease-in-out 350ms;
}

.suheading-mas h6 {
  font-size: var(--xl);
  font-weight: var(--fw600);
  color: var(--white);
  margin: 0 0 6px;

}

.suheading-mas p {
  font-size: var(--lg);
  font-weight: var(--fw400);
  color: var(--white);
}

.grid-item:hover {
  cursor: pointer;
}

.grid-item:hover .suheading-mas {
  transform: translateY(0);
}

.mh-350 {
  min-height: 350px;
}

.achieve-sec {
  margin: 80px 0;
  padding: 40px 0;
  /* background: url('../images/testbg.jpg') var(--CC0001); */
  background: url('../images/testbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.achieve-sec .cmn-heading {
  margin: 0 0 72px;
}

.achieve-row {
  display: flex;
  gap: 40px 160px;
  justify-content: center;
}

.achieve-box {
  text-align: center;
}


.achieve-box h6 {
  font-size: 50px;
  font-weight: var(--fw500);
  color: var(--white);
}

.achieve-box p {
  font-size: var(--xl);
  font-weight: var(--fw400);
  color: var(--white);
}


.swiper-slide {
  width: auto;
  padding: 0 0;
}


.logo-swiper .swiper-slide img {
  height: 60px;
  width: auto;
  display: block;
}

.logo-swiper,
.logo-swiper .swiper-wrapper {
  height: auto;
}

.business-modal {
  padding: 80px 0;
}

.business-box {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: var(--white);
  padding: 20px 20px;
}

.bus-img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-box-heading {
  column-gap: 10px;
}

.business-box-heading p {
  font-size: var(--xl);
  font-weight: var(--fw600);
  color: var(--212121);
}

.bus-para {
  font-size: var(--lg);
  font-weight: var(--fw400);
  color: var(--212121);
  line-height: 37px;
}

.bus-ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bus-ul ul li {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.bus-ul ul li img {
  width: 26px;
  height: 12px;
}

.bus-ul ul li:not(:last-child) {
  margin-bottom: 10px;
}

.bus-ul ul li span {
  font-size: var(--xl);
  font-weight: var(--fw500);
  color: var(--212121);
  line-height: 37px;
}

.business-box a {
  font-size: var(--lg);
  font-weight: var(--fw600);
  color: var(--CC0001);
  text-decoration: none;
}

.rightbus-cardroup {
  gap: 20px;
}

.contactus {
  margin: 80px 0;
  padding: 40px 0;
  background: var(--F9F9F9);
  background-image: url(../images/aboutsecbg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contactus .cmn-heading h2 {
  text-transform: uppercase;
  color: var(--CC0001);
}

.contact-left h3 {
  font-size: 34px;
  font-weight: 700;
  color: #212121;
}

.contact-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-info>p {
  font-size: 24px;
  font-weight: var(--fw600);
  color: var(--2D2D2D);
  opacity: 50%;
}

.contact-info-box {
  display: flex;
  gap: 20px;
}

.contact-info-box p {
  font-size: 24px;
  font-weight: var(--fw400);
  color: var(--212121);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-right {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: var(--white);
  padding: 50px;
}


.contact-right h4 {
  font-size: 32px;
  color: var(--212121);
  font-weight: var(--fw400);
  line-height: 38px;
  margin: 0 0 20px;
}

.form-floating label {
  font-weight: var(--fw300);
  color: rgb(117 117 117);
  padding: 22px 10px 10px 0;
}

.form-floating .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgb(117 117 117 / 20%);
  box-shadow: none;
  font-size: 16px;
  font-weight: 300;
  padding-left: 0;
  height: inherit;
}

.contact-flex {
  column-gap: 70px;
}

.contact-flex .form-floating {
  width: 50%;
}

.form-floating .form-control.textarea-control {
  min-height: 98px;
}

.form-floating select:valid+label {
  opacity: 1;
  transform: scale(.85) translateY(-1.5rem) translateX(0.15rem);
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.925rem) translateX(0rem);
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 4px;
}

/* Custom Floating Select Styles Only */
.custom-floating-select {
  position: relative;
}

.custom-floating-select .custom-select {
  display: block;
  width: 100%;
  padding: 29px 0 6px 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: bottom 13px right 0;
  background-size: 16px 12px;
  box-shadow: none;
}

.custom-floating-select .custom-select:focus {
  outline: 0;
  box-shadow: none;
}

.custom-floating-select label {
  position: absolute;
  top: 2.2rem;
  left: 0;
  padding: 0 0;
  background-color: transparent;
  color: #6c757d;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  font-size: 1rem;
  font-weight: var(--fw300);
  color: rgb(117 117 117) !important;
  background: var(--white);
}

.custom-floating-select .custom-select:focus+label {
  top: 5px;
  font-size: 1rem;
  color: rgb(117 117 117) !important;
  padding: 0 0;
}

/* For IE11 */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .custom-floating-select .custom-select:focus+label,
  .custom-floating-select .custom-select:not([value=""])+label {
    top: 0px;
    ;

    font-size: 1rem;
    color: rgb(117 117 117) !important;

    padding: 0 0;
  }
}

.file-upload {
  position: relative;
  height: 58px;
  border-bottom: 1px solid rgb(117 117 117 / 20%);
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 10px;
  width: 50%;
}

.file-upload .form-control {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
}

.contact-form>div:not(:last-child) {
  padding-top: 10px;
}

.map-sec .cmn-heading {
  margin: 0 0 50px;
}

.map-sec img {
  width: 100%;
}

.footer {
  padding: 40px 0;
  background: var(--CC0001);
}

.footer-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.footer-flex img {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.footer-flex p {
  font-size: 18px;
  font-weight: var(--fw400);
  color: var(--white);
}

.social-icon {
  column-gap: 20px;
  display: flex;
  justify-content: center;
}

.social-icon a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* overflow: hidden; */
  transition: all ease-in-out 200ms;
}

.social-icon a:hover {
  cursor: pointer;
  background: var(--white);
}


.social-icon a img {
  max-width: 40px;
  width: 100%;
}

.social-icon a:hover img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(40%) saturate(7363%) hue-rotate(266deg) brightness(65%) contrast(121%);
}

.banner-sec {
  background: var(--CC0001);
  background-image: url(../images/bannerbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* min-height: 800px; */
  overflow: hidden;
}

.banner-top-pad {
  margin-top: 100px;
  position: relative;
}

.banner-img {
  margin: 18px 0 0;
  position: relative;
  right: 0;
  min-width: 820px;
}

/* .banner-top-pad::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 770px;
  height: 770px;
  border-radius: 100%;
  background: #ffffff4d;
} */

.banner-content {
  min-width: 578px;
  padding: 155px 0 0;
}

.banner-content h1 {
  font-size: 55px;
  font-weight: var(--fw600);
  color: var(--white);
  margin: 0 0 20px;
}

.banner-content p {
  font-size: 24px;
  color: var(--white);
  font-weight: var(--fw600);
  margin: 0 0 20px;
  max-width: 550px;
}

.banner-content .btn-primary {
  background: var(--white) !important;
  color: var(--212121);
  display: flex;
  align-items: center;
  justify-content: center;
}



.banner-slider,
.banner-slider .swiper-wrapper {
  height: auto;
}

.banner-slider .swiper-pagination {
  bottom: 17px;
  display: flex;
  justify-content: center;
  gap: 13px;
}

.banner-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 20%;
}

.banner-slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.main-service-sec {
  padding: 80px 0 0;
}


.banner-content .btn-primary {
  border: 1px solid transparent;
}

.banner-content .btn-primary:hover {
  background: var(--CC0001) !important;
  color: var(--white);
  border: 1px solid var(--white);
}


.banner-content .btn-primary:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7448%) hue-rotate(307deg) brightness(94%) contrast(89%);
}

.contact-right .btn-primary {
    border: 1px solid var(--CC0001); 
 background: var(--white) !important;
 color: var(--CC0001) ;
    
 
}

.contact-right .btn-primary:hover {
  background: var(--CC0001) !important;
  color: var(--white);
  border: 1px solid transparent;
}

.abouthome-sec {
  background-image: inherit !important;
}

.footer-copyright {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 8px 0 0;
}

.footer-copyright ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-copyright ul span {
    display: inline-block;
    margin-right: 14px;
    color: #fff;
}

.footer-copyright ul a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footer-copyright ul a:hover {
  text-decoration: underline;
}

.footer-copyright > div {
    font-size: 14px;
    line-height: 24px;
}


[data-name="Subject"] {
  padding-top: 0;
}

.business-box .contact-sales-btn {
    color: white;
    border: 1px solid transparent;
}

.business-box .contact-sales-btn img {
  margin-left: 5px;
  filter: brightness(0) saturate(100%) invert(98%) sepia(98%) saturate(0%) hue-rotate(350deg) brightness(103%) contrast(102%);
}


.business-box .contact-sales-btn:hover {
  color: var(--CC0001);
  background: white !important;
  border-color: var(--CC0001) !important;
}

.business-box .contact-sales-btn:hover img {
  filter: brightness(0) saturate(100%) invert(7%) sepia(95%) saturate(3804%) hue-rotate(270deg) brightness(117%) contrast(128%);  
}







/* meria query  */
/* meria query  */
/* meria query  */
/* meria query  */
/* 
 */
@media only screen and (min-width: 578px) {
  .fileupload-grp {
    display: grid !important;
    grid-template-columns: 1fr 1fr; /* 50% 50% */
  }

  .contact-flex,
.fileupload-grp + div {
    padding: 0 0 20px;
}

.contact-flex:not(.fileupload-grp) {
  padding-bottom: 30px;
}

.contact-flex.fileupload-grp .form-floating {
    width: 100%;
}
}


@media only screen and (min-width: 992px) {
  .service-box-row .btn-primary {
    min-width: 138px;
  }

  .contact-right .btn-primary {
    min-width: 144px;
  }

  .achieve-sec {
    padding: 100px 0;
    background: var(--CC0001) !important;
  }

}

@media only screen and (min-width: 1441px) {
  .main-header .navbar-nav .nav-link {
    font-size: var(--base);
  }
}


@media only screen and (max-width: 1550px) {}

@media only screen and (max-width: 1440px) {
  .techbox-row {
    column-gap: 25px;
  }

  .banner-img {
    min-width: 710px;
  }

}

@media only screen and (max-width: 1300px) {
  .banner-img {
    min-width: 670px;
  }

  .banner-content {
    min-width: 568px;
  }

}

@media only screen and (max-width: 1199px) {
  .main-header .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    box-shadow: 0 0 5px #00000026;
    border-radius: 0px;
    background: var(--white);
    z-index: 999;
  }

  .main-header .navbar .navbar-nav {
    padding: 6px 10px;
  }

  .main-header .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid var(--d1d1d1);
  }

  .main-header .navbar-nav .nav-item .nav-link {
    padding: 9px 10px;
  }

  .cmn-heading h2 {
    font-size: 32px;
  }

  .header-right {
    margin-left: 20px;
  }

  .service-box-row {
    row-gap: 45px;
  }

  .achieve-row {
    gap: 30px 80px;
    flex-wrap: wrap;
  }

  .banner-content {
    max-width: inherit;
    min-width: auto;
    padding-bottom: 35px;
  }

  .banner-img {
    min-width: 630px;
  }

  .banner-content h1 {
    font-size: 35px;
  }


}

@media only screen and (max-width: 1100px) {
  .banner-img {
    min-width: 590px;
  }

  .banner-content p {
    font-size: 20px;
  }

}

@media only screen and (max-width: 991px) {
  .main-header .navbar-brand {
    max-width: 135px;
    width: 100%;
  }


  .cmn-heading h2 {
    font-size: 28px;
  }

  .mission-content {
    padding: 15px 20px 28px 20px;
  }


  .navigation-group {
    position: absolute;
    bottom: 0;
    transform: inherit;
    width: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: inherit;
  }

  .abouthome-two {
    margin: 40px 0 0;
  }

  .abouthome-sec {
    /* margin: 40px 0 0; */
    padding: 30px 0;
  }

  .abouthome-sec img {
    width: 100%;
  }

  .service-box-row {
    row-gap: 35px;
  }

  .service-box-icon {
    width: 80px;
    height: 80px;
  }

  .service-box-icon img {
    height: 40px;
    object-fit: contain;
  }

  .service-box-content {
    padding-top: 45px;
  }

  .technologies-sec {
    margin: 40px 0;
  }

  .techbox-row {
    row-gap: 25px;
  }

  .mh-350 {
    min-height: 250px;
  }

  .project-completed-sec .cmn-heading h2 {
    margin: 0 0 10px;
  }

  .project-completed-sec .cmn-heading p {
    font-size: var(--lg);
  }

  .achieve-sec .cmn-heading {
    margin: 0 0 40px;
  }


  .achieve-sec {
    margin: 40px 0;
  }

  .business-modal {
    padding: 40px 0;
  }

  .contact-left {
    gap: 18px;
  }

  .contact-left h3 {
    font-size: 26px;
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .contact-right h4 {
    margin: 0;
    font-size: 24px;
  }

  .contact-flex {
    column-gap: 30px;
  }


  .map-sec .cmn-heading {
    margin: 0 0 40px;
  }

  .social-icon {
    column-gap: 15px;
  }

  .social-icon a {
    width: 30px;
    height: 30px;
  }

  .social-icon a img {
    max-width: 30px;
    width: 100%;
  }

  .right-contact-col {
    order: -1;
  }

  .banner-top-pad {
    margin-top: 82px;
    position: relative;
  }

  .banner-content {
    padding: 35px 0 30px;
    text-align: center;
  }

  .banner-content p {
    max-width: 100%;
    text-align: center;
  }

  .banner-content .btn-primary {
    margin: 0 auto;
  }

  .banner-img {
    min-width: auto;
    max-width: inherit;
  }

  .main-service-sec {
    padding: 40px 0 0;
  }

  /* .main-site {
  padding-top: 83px;
} */


}

@media only screen and (max-width: 767px) {


  .main-header .navbar-nav .nav-link {
    font-size: var(--sm);
  }

  .btn-primary {
    font-size: var(--fifteen);
    padding: 8px 15px;
  }


  .readmore-link {
    width: 44px;
    height: 44px;
  }

  .abt-box {
    padding: 65px 24px 24px;
  }

  .abt-circle {
    width: 80px;
    height: 80px;
  }

  .abt-box-pading {
    padding: 40px 0 0;
  }

  .abt-circle img {
    width: 50px;
  }

  .abthome-row {
    row-gap: 18px;
  }

  .top-footer-li img {
    width: 35px;
  }

  .abouthome-two {
    margin: 30px 0 0;
  }

  .abouthome-one p {
    font-size: var(--base);
  }

  .abt-box p {
    font-size: var(--base);
  }

  .service-box-row {
    row-gap: 30px;
  }

  .technologies-sec {
    margin: 30px 0;
  }

  .project-tabing .nav-pills {
    gap: 10px;
  }
/*
  .project-tabing .nav-pills .nav-link {
    font-size: var(--lg);
    padding: 9.5px 25px;
  }*/

  .achieve-sec .cmn-heading {
    margin: 0 0 30px;
  }

  .achieve-sec {
    margin: 15px 0;
  }

  .achieve-row {
    gap: 30px 40px;
  }

  .achieve-box h6 {
    font-size: 36px;
  }

  .achieve-box p {
    font-size: var(--lg);
  }

  .business-modal {
    padding: 50px 0 30px;
  }

  .bus-img {
    width: 80px;
    height: 80px;
  }

  .bus-img img {
    width: 66%;
  }

  .business-box-heading {
    column-gap: 10px;
  }

  .bus-ul ul li span {
    font-size: var(--lg);
    line-height: 28px;
  }

  .bus-para {
    font-size: var(--base);
    line-height: 25px;
  }

  .contactus {
    padding: 40px 0;
    margin: 0 0 40px;
  }

  .contact-left h3 {
    font-size: 22px;
  }

  .contact-info>p {
    font-size: var(--xl);
  }

  .contact-info-box {
    gap: 10px;
  }

  .contact-info-box img {
    width: 19px;
    margin-top: 0 !important;
  }

  .contact-info-box p {
    font-size: var(--lg);
  }

  .contact-form>div:not(:last-child) {
    padding-top: 0;
  }

  .contact-right h4 {
    margin: 0;
    font-size: 18px;
  }

  .contact-right {
    padding: 10px 20px;
  }


  .custom-floating-select label {
    top: 30px;
  }

  .banner-content h1 {
    font-size: 28px;
    margin: 0 0 11px;
  }

  .banner-content p {
    font-size: 18px;
  }

  .banner-content {
    padding: 35px 0 20px;
  }

  .banner-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 20%;
  }

  .banner-slider .swiper-pagination {
    bottom: 11px;
    gap: 9px;
  }

  .footer-copyright {
    gap: 6px;
  }

  .footer-copyright ul {
    gap: 6px;
}


}

@media only screen and (max-width: 576px) {

  .main-header .navbar {
    padding: 5px 0;
  }

  .main-header .navbar-brand {
    max-width: 140px;
  }

  .header-right {
    margin-left: 10px;
  }

  .main-header .btn-primary {
    margin-left: 10px;
  }

  .cmn-heading h2 {
    font-size: var(--xxl);
  }



  .abt-box {
    padding: 50px 24px 24px;
  }

  .abt-circle {
    width: 70px;
    height: 70px;
  }

  .abt-box-pading {
    padding: 35px 0 0;
  }

  .abt-circle img {
    width: 40px;
  }


  .readmore-btn {
    padding: 6px 11px;
  }

  .service-box-row {
    row-gap: 25px;
  }


  .service-box-pad {
    padding: 40px 0 0;
  }

  .service-box-icon {
    width: 70px;
    height: 70px;
  }

  .service-box-icon img {
    height: 30px;
    object-fit: contain;
  }

  .techbox {
    max-width: 80px;
  }

  .techbox-icon {
    width: 80px;
    height: 80px;
  }

  .techbox-icon img {
    width: 62%;
  }

  .techbox-row {
    row-gap: 15px;
  }

  .techbox h5 {
    font-size: 16px;
  }

  .technologies-sec {
    margin: 0;
    padding: 40px 0 30px;
  }

  .mh-350 {
    min-height: auto;
  }

  .project-completed-sec .cmn-heading p {
    font-size: var(--base);
    line-height: 25px;
  }

  .project-tabing .nav-pills .nav-link {
    font-size: var(--base);
    padding: 8px 22px;
  }

  .project-completed-sec .cmn-heading {
    margin: 0 0 20px;
  }

  .suheading-mas {
    padding: 15px;
  }

  .suheading-mas h6 {
    font-size: var(--lg);
  }

  .suheading-mas img {
    max-width: 22px;
    width: 100%;
  }

  .suheading-mas p {
    font-size: var(--base);
  }

  .masonry-box h5 {
    font-size: var(--lg);
  }

  .achieve-row {
    gap: 20px 30px;
  }

  .achieve-box h6 {
    font-size: var(--font22);
  }

  .achieve-box p {
    font-size: var(--base);
  }

  .bus-img {
    width: 60px;
    height: 60px;
  }

  .bus-img img {
    width: 59%;
  }

  .bus-ul ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  .bus-ul ul li {
    column-gap: 15px;
  }

  .bus-ul ul li span {
    font-size: var(--base);
    line-height: 26px;
  }

  .business-box a {
    font-size: var(--base);
  }

  .bus-ul ul li img {
    width: 20px;
    height: 12px;
  }

  .contact-left h3 {
    font-size: 16px;
  }

  .contact-info>p {
    font-size: 17px;
  }

  .contact-info-box p {
    font-size: 16px;
  }

  .contact-info-box img {
    width: 16px;
    margin-top: 0 !important;
  }

  .contact-flex {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 15px;
  }

  .file-uploads {
    width: 100%;
  }

  .fileupload-grp {
    padding-top: 23px;
  }

  .fileupload-grp + div {
    padding: 20px 0;
  }


  .contact-flex .form-floating {
    width: 100%;
  }

  .file-upload {
    width: 100%;
  }

  .contactus {
    padding: 30px 0;
    margin: 0 0 30px;
  }

  .map-sec .cmn-heading {
    margin: 0 0 30px;
  }

  .footer {
    padding: 30px 0;
  }

  .social-icon {
    column-gap: 12px;
  }

  .footer-flex img {
    max-width: 150px;
  }

  .footer-flex {
    font-size: 16px;
    gap: 10px;
  }

  .social-icon {
    margin: 10px 0 0;
  }

  .footer-flex p {
    font-size: var(--base);
  }

  .logo-swiper .swiper-slide img {
    height: 40px;
  }

  .business-modal {
    padding: 40px 0 30px;
  }

  .achieve-row {
    column-gap: 0;
  }

  .achieve-box {
    width: 50%;
  }

  .contact-left {
    gap: 5px;
  }

  .banner-content h1 {
    font-size: 24px;
  }

  .banner-content p {
    font-size: 16px;
    max-width: 80%;
    margin: 0 auto 20px;
  }

  .footer-copyright > div {
    width: 100%;
  }

  .footer-copyright ul li:first-child span {
    display: none;
  }

  .footer-copyright ul span {
    margin: 0 6px;
}



}

@media only screen and (max-width: 441px) {
  .btn-primary {
    font-size: var(--fifteen);
    padding: 6px 11px;
  }

  .main-header .navbar-brand {
    max-width: 108px;
  }

  .main-header .btn-primary {
    font-size: 13px;
  }

  .cmn-heading h2 {
    font-size: var(--xl);
  }



  .ind-serve-swriper .swiper-container {
    padding-right: 60px;
    padding-left: 5px;
  }

  html[dir="rtl"] .ind-serve-swriper .swiper-container {
    padding-right: 5px;
    padding-left: 60px;
  }

  .banner-text h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .service-box-row {
    row-gap: 20px;
  }

  .service-box-content h5 {
    margin: 0 0 8px;
  }

  .service-box-content h5 {
    font-size: 17px;
  }

  .suheading-mas h6 {
    font-size: var(--base);
  }

  .suheading-mas p {
    font-size: var(--fifteen);
  }

  .achieve-box p {
    font-size: var(--fifteen);
  }

  .footer-flex img {
    max-width: 130px;
  }

  .banner-content p {
    max-width: 90%;
  }

  .banner-top-pad {
    margin-top: 63px;
  }

  /* .main-site {
  padding-top: 66px;
} */



}

@media only screen and (max-width: 390px) {
  .main-header .navbar-brand {
    max-width: 100px;
  }

  .main-header .btn-primary {
    font-size: var(--sm);
    padding: 6px 9px;
  }
}


.banner-content .btn-primary {
  background: #ffffff00 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  justify-content: center;
 
}
.banner-content .btn-primary:hover {
   
    color: #380073 !important;
    background-color: #fff !important;
}
.banner-content .btn-primary img{
 filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7448%) hue-rotate(307deg) brightness(94%) contrast(89%) !important;
}
.banner-content .btn-primary:hover img{
    filter: none !important; 
    
}


.business-box .contact-sales-btn {
    color:  #380073;
    border: 1px solid #380073!important;
    background-color: #fff !important;
}
.business-box .contact-sales-btn:hover {
    color: #fff;
    border: 1px solid transparent!important;
    background-color: #3c007c!important;
}
.business-box .contact-sales-btn img {
  filter: none!important;
}
.business-box .contact-sales-btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7448%) hue-rotate(307deg) brightness(94%) contrast(89%) !important;
}

.header-right a.btn.btn-primary:hover {
    background-color: #fff !important;
    color: #380073 !important;
}


.footer-copyright li::marker {
    display: none;
}.footer-copyright ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-copyright li {
    list-style: none;
}







