* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Gilroy";
  overflow-x: hidden !important;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01rem;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

:focus {
  outline: none;
}

:root {
  --themeColor: #ef3300;
  --peraColor: #2e2c2d;
  --lightgreyColor: #f7f7f7;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Light.eot");
  src: url("./fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-Light.ttf") format("truetype"),
    url("./fonts/Gilroy-Light.woff2") format("woff2"),
    url("./fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Regular.eot");
  src: url("./fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-Regular.ttf") format("truetype"),
    url("./fonts/Gilroy-Regular.woff2") format("woff2"),
    url("./fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Medium.eot");
  src: url("./fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-Medium.ttf") format("truetype"),
    url("./fonts/Gilroy-Medium.woff2") format("woff2"),
    url("./fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-bold";
  src: url("./fonts/Gilroy-bold.eot");
  src: url("./fonts/Gilroy-bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-bold.ttf") format("truetype"),
    url("./fonts/Gilroy-bold.woff2") format("woff2"),
    url("./fonts/Gilroy-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Extrabold.eot");
  src: url("./fonts/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-Extrabold.ttf") format("truetype"),
    url("./fonts/Gilroy-Extrabold.woff2") format("woff2"),
    url("./fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.main-container {
  max-width: 1200px;
  margin: auto;
}

h3 {
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

h2 {
  font-size: 3.2rem;
  color: #ef3300;
  font-weight: 500;
  line-height: 4.2rem;
  position: relative;
  margin: 1.5rem 0 4rem;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.8rem;
  width: 16rem;
  height: 0.2rem;
  background: #ef3300;
}

p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #2e2c2d;
  font-weight: 400;
  letter-spacing: 0.02rem;
  padding-bottom: 1.5rem;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0 4rem;
  height: 8rem;
  box-shadow: 0 0.4rem 2rem #00000050;
}

.logo img {
  width: 23rem;
}


.navbar ul {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

.navbar ul li {
  padding: 0 0 0 3rem;
  display: inline-flex;
}

.navbar ul li a {
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

header .nav_btn_open { display: none;}

.navbar .nav_btn_close {display: none;}

.top-bg {
  background: #2bb681db;
  height: 68rem;
  padding: 8rem 0;
  position: relative;
}

.top-bg-slide {
  display: grid !important;
  grid-template-columns: 47% 52%;
  grid-gap: 1rem;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 55rem !important;
}

.top-bg-slide h1 {
  font-size: 5.2rem;
  line-height: 6.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}

.top-bg-slide h3 {
  color: #fff;
  margin-bottom: 3rem;
  font-weight: 600;
  margin-bottom: 3rem;
  text-transform: none;
}

.top-bg-slide h1 span {
  color: #ef3300;
}

.top-bg-slide p {
  color: #ffffff;
  margin-bottom: 7rem;
}

.top-bg-slide a {
  padding: 1.2rem 4rem;
  border-radius: 4rem;
  background: #ef3300;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
}

.top-bg-slide img {
  width: 100%;
}

.top-bg button {
  border: none;
}

.top-bg .arrow i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #ebebeb;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #00000023;
  padding: 1rem;
  cursor: pointer;
}

.top-bg .prevArrow i {
  left: 1rem !important;
}

.top-bg .nextArrow i {
  right: 1rem !important;
}

/*---ABOUT SECTION-----*/

.aboutSection {
  margin-top: 8rem;
}

.about-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5rem;
  align-items: center;
}

.about-pera {
  padding-right: 1.5rem;
}

.about-form {
  padding: 5.2rem 4rem 4rem;
  background: #f7f7f7;
  border-radius: 0 6rem 0 6rem;
  border: 0.1rem solid #d8d8d8;
  box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.1);
  transition: 0.5s all;
}

.about-form:hover {
  transform: scale(1.05);
}

.about-form h3 {
  font-size: 3.2rem;
  text-transform: none;
  letter-spacing: 0.01rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.about-form .formBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
  margin-top: 2rem;
}

.about-form .enquiry-box input[type="text"],
[type="email"] {
  width: 100%;
  height: 5rem;
  border: 0.1rem solid #b3b3b3;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0 1.5rem;
  font-size: 1.7rem;
  color: #2f2c2c;
}

.about-form .enquiry-box input::placeholder {
  font-size: 1.5rem;
  color: #5e5e5e;
}

.about-form .enquiry-box input[type="submit"] {
  width: 100%;
  height: 5.2rem;
  border: 0.1rem solid #b3b3b3;
  border-radius: 2.5rem;
  padding: 1.5rem;
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  background: #ef3300;
  transition: 0.5s all;
  margin-top: 0.5rem;
  cursor: pointer;
}

.about-form .enquiry-box input[type="submit"]:hover {
  color: #ef3300;
  background: #fff;
  border: 0.1rem solid #ef3300;
}

span.error {
  font-size: 1.1rem;
  color: #ff0000;
}

.about-form .enquiry-box:nth-of-type(3),
.about-form .enquiry-box:nth-of-type(4) {
  grid-column: 1/-1;
}

.atag-btn {
  margin-top: 2.5rem;
}

.atag-btn a.aboutBtn {
  padding: 1rem 3rem;
  border-radius: 4rem;
  background: #2e2c2d;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  transition: 0.5s all;
}

.atag-btn a.aboutBtn:hover {
  background: var(--themeColor);
}

.callIcon {
  margin-top: 1rem;
}

.callIcon h4 {
  font-size: 2.2rem;
  color: #ef3300;
  font-weight: 600;
  letter-spacing: 0.01rem;
  padding: 1.4rem;
  text-align: center;
  border-bottom: 0.1rem dashed #ef3300;
  text-transform: uppercase;
  width: 50%;
  margin: 0 auto;
}

.callIcon p {
  text-align: center;
  letter-spacing: 0.01rem;
  padding-bottom: 1rem;
}

.callIcon a {
  text-decoration: none;
  color: #2f2c2c;
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  transition: 0.5s all;
  padding: 0 0 1.8rem;
  display: inline-flex;
  align-items: center;
  margin-top: 3rem;
}

.callIcon a i {
  font-size: 3.2rem;
  color: #0388c7;
  margin-right: 0.4rem;
}

.callIcon a:nth-of-type(2) i {
  color: #4dc247;
}

.callIcon a:nth-of-type(2) {
  float: right;
}

/*-----SOLUTION SECTION----*/

.solutionSection {
  margin-top: 8rem;
  background: #fefaf9;
  padding: 10rem 0 0;
}

.solutionGrid {
  display: grid;
  grid-template-columns: 55% 40%;
  grid-gap: 6rem;
  align-items: center;
}

.solutionGrid .s-rightBox h2 {
  font-size: 4.5rem !important;
  font-weight: 700 !important;
  line-height: 5rem;
}

.solutionGrid .s-rightBox p {
  margin-bottom: 3rem;
}

.s-leftBox {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 3rem;
}

.s-leftBox .sol-icon {
  border-radius: 5rem 0 5rem 0;
  padding: 3rem;
  height: auto;
  background-color: #ef3300;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s all;
}

.s-leftBox .sol-icon:hover {
  transform: scale(1.1);
}

.s-leftBox .sol-icon:nth-of-type(1) {
  grid-row: 1/-1;
}

.s-leftBox .sol-icon:nth-of-type(1) h4,
.s-leftBox .sol-icon:nth-of-type(1) p {
  color: #fff;
}

.s-leftBox .sol-icon:nth-of-type(2) {
  background: #cde4ff;
}

.s-leftBox .sol-icon:nth-of-type(3) {
  background: #abf5e8;
}

.s-leftBox .sol-icon img {
  width: 10rem;
  margin-bottom: 3rem;
}

.s-leftBox .sol-icon h4 {
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
  padding-bottom: 1.5rem;
}

/*-----process-----*/

.process-section {
  background: url("../image/3d-geometric-bg.jpg") no-repeat;
  margin-top: 9rem;
  padding: 9rem 0;
}

.process-head h2 {
  text-align: center;
  max-width: 60rem;
  margin: 0 auto 4rem;
}

.process-head h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.process-head h4 {
  font-size: 2rem;
  color: #000;
  text-align: center;
  font-weight: 500;
  line-height: 4rem;
}

.process-head h4 span {
  font-weight: 600;
}

.process-grid {
  display: grid;
  grid-template-columns: 45% 1fr;
  align-items: center;
  padding: 4rem 0 0 2rem;
}

.process-leftSide .p-box {
  display: flex;
  align-items: center;
  padding: 0 0.9rem;
  margin: 2rem 0;
  width: 90%;
  height: 6rem;
  border: 0.1rem solid #c6c6c6;
  background: #fff;
  border-radius: 5rem 1rem 1rem 5rem;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.15);
  transition: 0.5s all;
}

.process-leftSide .p-box:hover {
  transform: scale(1.1);
}

.process-leftSide .p-box h4 {
  padding: 1.1rem 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 0.1rem solid #ef3300;
  color: #ef3300;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-right: 2.2rem;
}

.process-leftSide .p-box p {
  font-size: 1.9rem;
  color: #063467;
  font-weight: 500;
  padding-bottom: 0;
}

.process-rightSide img {
  width: 100%;
}

/*-----INDUSTRY SECTION-------*/

.industry-Section {
  margin-top: 11rem;
  text-align: center;
}

.industry-Section h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.industry-Section ul {
  list-style-type: none;
  margin: 0;
  padding: 2rem 0;
}

.industry-Section ul li {
  background: #f7f7f7;
  border: 0.1rem solid #ececec;
  padding: 1.5rem;
  border-radius: 5rem 0 5rem 0;
  text-align: center;
  height: 14.5rem;
  width: 15.5rem;
  display: inline-grid;
  margin: 2rem;
  align-items: center;
  justify-items: center;
  align-content: center;
  transition: 0.5s all;
}

.industry-Section ul li:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 12px 1px rgba(0, 0, 0, 0.13);
}

.industry-Section ul li img {
  height: 5.5rem;
  margin-bottom: 1rem;
}

.industry-Section ul li p {
  font-weight: 500;
  padding-bottom: 0;
  line-height: 2rem;
}

/*--------------------pricing------------------*/
.pricing-section {
  background: #fefaf9;
  padding: 8rem 0 15rem;
  margin-top: 7rem;
}

.pricing-section h2 {
  text-align: center;
}
.pricing-section h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.price-grid {
  margin-top: 12rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

.price-box {
  background: #fff;
  box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.2);
  padding: 0 0 3rem;
  text-align: center;
  position: relative;
  transition: 0.5s all;
}

.price-box:hover {
  transform: translateY(-15px);
  box-shadow: 0 11px 20px 3px rgba(0, 0, 0, 0.12);
}

.price-box h3 {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.01rem;
  background: #00a653;
  padding: 2rem;
  margin-top: -3rem;
}

.price-box:nth-of-type(2) h3 {
  background: #ee1b24;
}
.price-box:nth-of-type(3) h3 {
  background: #2f3192;
}

.price-box ul {
  list-style-type: none;
  margin: 0;
  padding: 5rem 3rem;
}
.price-box ul li {
  font-size: 1.6rem;
  color: #000;
  line-height: 2.5rem;
  padding: 1.5rem 1rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #f5f5f5;
  transition: 0.5s all;
}

.price-box ul:hover li {
  transform: scale(1.1);
}

.price-box ul li.price-tag {
  font-size: 3rem;
  color: #ef3300;
  font-weight: 600;
}

.price-box ul li:last-child {
  border: none;
}

.price-box button {
  background: #2f2c2c;
  color: #fff;
  font-size: 1.8rem;
  width: 28rem;
  padding: 2rem 0;
  text-decoration: none;
  border-radius: 2rem 2rem 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s all;
  border: none;
  cursor: pointer;
}

.price-box button:hover {
  background: #ef3300;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.popup {
  margin-top: 3rem;
  width: 60rem;
  background: #fff;
  border-radius: 1rem;
  position: relative;
  padding: 4rem 3.5rem;
  box-shadow: 0 0 3rem #00000050;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top: -300px; opacity: 0;}
  to {top: 0; opacity: 1;}
}

@keyframes animatetop {
  from {top: -300px; opacity: 0;}
  to {top: 0; opacity: 1;}
}

.popup span.closepopep {
  font-size: 3rem;
  color: #000;
  opacity: 1;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  text-shadow: none;
  text-decoration: none;
}

.popup h4 {
  font-size: 3.5rem;
  font-weight: 500;
  color: #ef3300;
  text-align: center;
  margin-bottom: 4rem;
}

.popup-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}

.popup-form .enqury-inner:nth-of-type(3),
.popup-form .enqury-inner:nth-of-type(4) {
  grid-column: 1/-1;
}

.popup-form .enqury-inner input[type="text"],
[type="email"] {
  width: 100%;
  height: 5rem;
  border: 0.1rem solid #b3b3b3;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0 1.5rem;
  font-size: 1.7rem;
  color: #2f2c2c;
}

.popup-form .enqury-inner input::placeholder {
  font-size: 1.5rem;
  color: #5e5e5e;
}

.popup-form .enqury-inner input[type="submit"] {
  width: 100%;
  height: 5.2rem;
  border: 0.1rem solid #b3b3b3;
  border-radius: 2.5rem;
  padding: 1.5rem;
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  background: #ef3300;
  transition: 0.5s all;
  margin-top: 0.5rem;
}

.popup-form .enqury-inner input[type="submit"]:hover {
  color: #ef3300;
  background: #fff;
  border: 0.1rem solid #ef3300;
}

/*------OTHER SERVICES--------*/

.otherService-section {
  margin-top: 10rem;
}

.otherService-section h2 {
  text-align: center;
}

.otherService-section h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.othService-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 30rem);
  margin-top: 8rem;
}

.serve-box {
  padding: 2rem;
  border: 0.1rem dashed #e3e3e3;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.serve-box .serve-icon {
  width: 11rem;
  background: #f2f2f2;
  padding: 2.5rem 1.5rem 1.8em;
  margin-bottom: 2.5rem;
  border-radius: 0 1rem 1rem;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  transition: 0.5s all;
  display: inherit;
  align-items: center;
}

.serve-box:nth-of-type(1) .serve-icon {
  background: #f5a600;
}
.serve-box:nth-of-type(2) .serve-icon {
  background: #1078cf;
}
.serve-box:nth-of-type(3) .serve-icon {
  background: #f7813b;
}
.serve-box:nth-of-type(4) .serve-icon {
  background: #02aaff;
}
.serve-box:nth-of-type(5) .serve-icon {
  background: #1078cf;
}
.serve-box:nth-of-type(6) .serve-icon {
  background: #d36dfb;
}
.serve-box:nth-of-type(7) .serve-icon {
  background: #f6552f;
}
.serve-box:nth-of-type(8) .serve-icon {
  background: #63c319;
}
.serve-box:nth-of-type(9) .serve-icon {
  background: #db2d2d;
}
.serve-box:nth-of-type(10) .serve-icon {
  background: #063467;
}
.serve-box:nth-of-type(11) .serve-icon {
  background: #1078cf;
}
.serve-box:nth-of-type(12) .serve-icon {
  background: #f3bb12;
}

.serve-box:hover .serve-icon {
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  transform: scale(1.1);
}

.serve-box .serve-icon img {
  height: 7.5rem;
}

.serve-box p {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}

/*------------portfolio Section--------------*/

.portfolioSection {
  margin-top: 10rem;
  position: relative;
}
.portfolioSection h3 {
  text-align: center;
}
.portfolioSection h2 {
  text-align: center;
}
.portfolioSection h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.portfolio-slide {
  padding: 4rem;
}

.portfolio-innerDiv img {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}

.portfolioSection button {
  border: none;
}

.portfolioSection .arrows i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #ef3300;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #ffffff;
  border: 0.1rem solid #ef3300;
  padding: 1rem;
  cursor: pointer;
}

.portfolioSection .portfolioPrev i {
  left: 1rem !important;
}

.portfolioSection .portfolioNext i {
  right: 1rem !important;
}

/*-----------FOOTER------------------*/

.footerSection {
  margin-top: 18rem;
  background: #f7f7f7;
  padding: 8rem 0 0;
}
.footerSection .footerDiv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5rem;
  margin-bottom: 3rem;
}

.footer-left img {
  width: 23rem;
}
.footer-left h3 {
  font-size: 2rem;
  padding: 5rem 0 1rem;
  letter-spacing: 0.03rem;
}

.footer-left ul {
  list-style-type: none;
  margin: 0;
  padding: 2rem 0;
}
.footer-left ul li {
  padding-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding-left: 3rem;
  line-height: 2.5rem;
}

.footer-left ul li a {
  text-decoration: none;
  color: #2f2c2c;
}

.footer-left ul li i {
  font-size: 2rem;
  color: #9c9c9c;
  margin-right: 0.8rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.footer-right .about-form {
  background: #ef3300;
  padding: 5rem 4rem 7rem;
  margin-top: -18rem;
}

.footer-right span.error {
  color: #fff;
}

.footer-right .about-form h3 {
  color: #fff;
}
.footer-right .about-form p {
  color: #fff;
}
.footer-right .about-form .enquiry-box input[type="submit"] {
  margin-top: 1rem;
  background: #fff;
  color: #ef3300;
}

.footer-right .about-form .enquiry-box:hover input[type="submit"] {
  background: #ef3300;
  color: #fff;
  border: 0.1rem solid #fff;
}

.copyright-box {
  background: #000;
  text-align: center;
  padding: 0.5rem;
}

.copyright-box p {
  color: #d8d8d8;
  padding-bottom: 0;
  font-size: 1.3rem;
}

.copyright-box a {
    color: #FFFFFF;
    text-decoration: none;
}
.stickyBtns {
  bottom: 20px;
  right: 25px;
  z-index: 2;
  position: fixed;
}

.stickyBtns .grt-quota-btn {
  width: 13.5rem;
  transition: 0.25s;
  height: 4rem;
  border-radius: 3rem;
  background: #ef3300;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 1.4rem;
}

.stickyBtns .grt-quota-btn i {
  vertical-align: middle;
  margin-right: 0.3rem;
  margin-top: -3px;
  font-size: 1.9rem;
}

.sticky-icon {
  display: none;
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1.5s infinite linear;
  -moz-animation: spinner 1.5s infinite linear;
  -ms-animation: spinner 1.5s infinite linear;
  -o-animation: spinner 1.5s infinite linear;
  animation: spinner 1.5s infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*---- Responsive ---*/

@media only screen and (max-width: 1320px) {
  .container {
    max-width: 1230px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-container {
    width: 95% !important;
  }
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 61% !important;
  }

  h2 {
    font-size: 3rem;
  }

  header {
    padding: 0 1rem;
  }
  .logo img {
    width: 21rem;
  }
  .navbar ul li a {
    font-size: 1.3rem;
  }
  .navbar ul li {
    padding: 0 0 0 2rem;
  }
  .top-bg-slide {
    height: auto;
    grid-template-columns: 47% 51%;
  }
  .top-bg {
    height: auto;
  }
  .top-bg-slide h1 {
    font-size: 4rem;
    line-height: 5.8rem;
  }

  .callIcon h4 {
    width: 70%;
  }
  .about-form {
    padding: 5.2rem 3rem 4rem;
  }
  .s-leftBox .sol-icon {
    padding: 2rem;
  }
  .solutionGrid {
    grid-template-columns: 60% 36%;
    grid-gap: 3rem;
  }
  .s-leftBox {
    grid-gap: 2rem;
  }
  .process-grid {
    grid-template-columns: 55% 1fr;
    padding: 4rem 0 0 0rem;
  }
  .price-box a {
    width: 22rem;
  }

  .popup {
    width: 70% !important;
    height: auto;
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .main-container {
    width: 92% !important;
  }

  header {
    width: 100%;
    display: block;
    padding: 0 2rem;
  }

  .logo img {
    margin-top: 1.4rem;
  }
  
  .navbar {
    position: fixed;
    left: 0;
    top: 0;
    background: #FFFFFF;
    width: 0;
    overflow-y: auto;
    height: 100%;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-box-shadow: 14px 0px 13px rgba(153, 153, 153, 0.22);
    box-shadow: 14px 0px 13px rgba(153, 153, 153, 0.22);
    padding: 3rem 0;
}

header  .nav_btn_open {
  display: block;
    line-height: 0;
    font-size: 3.5rem;
    background: no-repeat;
    border: none;
    color: #000;
    position: absolute;
    top: 2rem;
    right: 1.5rem;
    cursor: pointer;
}

&.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.navbar .nav_btn_close {display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5.6rem;
  height: 5.6rem;
  font-size: 2.7rem;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
  background-color: #fff;
}

.navbar ul li {padding: 2.2rem  1rem !important; display: block; margin: 0 2rem;  border-bottom: 0.1rem solid #ebebeb;}
.navbar ul li:last-child {border: none;}
.navbar ul li a {font-size: 1.6rem !important; color: #000;}


  .top-bg-slide {
    grid-template-columns: 1fr;
    height: auto !important;
    grid-gap: 2rem;
    padding: 3rem 1rem 2rem;
  }
  .top-bg-slide p {
    margin-bottom: 2rem;
  }
  .top-bg {
    height: auto !important;
    padding: 8rem 0 2rem;
  }
  .top-bg-img {
    grid-row: 1/2;
  }
  .top-bg-slide img {
    width: 85%;
    margin: 0 auto;
  }
  .about-box {
    grid-template-columns: 1fr;
  }
  .about-pera {
    padding-right: 0;
  }
  .solutionGrid {
    grid-template-columns: 1fr;
  }
  .s-rightBox {
    grid-row: 1/2;
  }
  .process-grid {
    grid-template-columns: 1fr;
    grid-gap: 5rem;
  }
  .process-rightSide {
    grid-row: 1/2;
  }
  .price-grid {
    grid-template-columns: 1fr;
    grid-gap: 9rem;
  }
  .price-box a {
    width: 90%;
  }
  .othService-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(6, 30rem);
  }
  .portfolioSection .portfolioNext i {
    right: -1rem !important;
  }
  .portfolioSection .portfolioPrev i {
    left: -1rem !important;
  }
  .footerSection .footerDiv {
    grid-template-columns: 1fr;
  }
  .footer-right {
    grid-row: 1/2;
  }
  .process-leftSide .p-box {
    width: 100%;
  }

  .popup {
    width: 80% !important;
    height: auto;
    margin-top: 0 !important;
  }
  .popup-form {
    grid-template-columns: 1fr;
  }

  .stickyBtns {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
    grid-gap: 1rem;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-content: center;
    box-shadow: -5px 0 8px rgb(0 0 0 / 14%);
    height: 5rem;
  }

  .stickyBtns .grt-quota-btn {
    background: none;
    color: #8d8d8d !important;
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-grid;
    width: auto;
    align-items: center;
  }

  .stickyBtns .grt-quota-btn i {
    color: #003466;
    margin-right: 0;
    font-size: 2.2rem;
  }
  .sticky-icon {
    color: #8d8d8d !important;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 500;
    display: inline-grid;
    justify-items: center;
    align-content: space-between;
  }

  .sticky-icon i {
    font-size: 2.2rem;
  }
  .whatsp i {
    color: green;
  }
  .call i {
    color: #ef3300;
  }

  .footerSection {
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 425px) {
  html {
    font-size: 60% !important;
  }

  .top-bg-slide {
    padding-top: 0 !important;
  }
  .top-bg .arrow i {
    top: 44%;
  }
  .top-bg-slide h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .process-leftSide .p-box {
    width: 100%;
  }
  .top-bg-slide img {
    width: 100%;
  }
  .about-form {
    padding: 5.2rem 2rem 4rem;
  }
  .about-form .formBox {
    grid-template-columns: 1fr;
  }
  .callIcon {
    text-align: center;
  }
  .callIcon a:nth-of-type(2) {
    float: none;
  }
  .callIcon a {
    margin-top: 1rem;
  }
  .industry-Section ul li {
    width: 14.5rem;
    margin: 1.5rem 2rem 1.5rem 0;
  }
  .industry-Section ul li:nth-of-type(even) {
    margin-right: 0;
  }
  .callIcon h4 {
    width: 80%;
    margin-bottom: 2rem;
  }
  .s-leftBox {
    grid-template-columns: 1fr;
    grid-gap: 4rem;
  }
  .solutionGrid {
    grid-gap: 7rem;
  }
  .process-leftSide .p-box h4 {
    padding: 1.1rem 1.6rem;
    width: auto;
    height: auto;
  }
  .popup {
    height: auto;
    width: 95% !important;
  }
  .popup-form {
    grid-template-columns: 1fr;
  }
  .s-leftBox .sol-icon h4 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.top-location {margin-bottom: 2rem;}

.top-location h3 {font-size: 1.4rem; padding: 0 0 .5rem; letter-spacing: 0.03rem;}

.top-location ul.top-location-list {
  list-style-type: none;
  margin: 0;
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.top-location ul.top-location-list li {
  padding-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  padding-left: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  padding-right: 3.5rem;
}

.top-location ul.top-location-list li::after {
content: "|"; position: absolute; padding: 0 1.7rem; font-size: 3rem; color: #d9d9d9;
}

.top-location ul.top-location-list li:last-child::after {display: none;}

.top-location ul.top-location-list li a {
  text-decoration: none;
  color: #2f2c2c;
}

.top-location ul.top-location-list li i {
  font-size: 2rem;
  color: #9c9c9c;
  margin-right: 0.8rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
