@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

html {
  font-size: 62.5%;
}
/*=======common css=========*/
* {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p,
img,
input,
textarea,
span,
form,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

a img,
:link img,
:visited img {
  border: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #a41e34;
}
a:active {
  outline: none;
}

* :focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  outline: none;
}

input[type="submit"],
input[type="button"],
input[type="search"],
select {
  border: 0;
  cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="button"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

a img {
  outline: none;
}

select:focus {
  outline: 0 none;
}

p {
  margin: 0;
  padding: 0 0 1.4rem 0;
}

p:last-child {
  padding: 0px;
}

form,
img,
input,
p,
select,
textarea {
  line-height: 1.4;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  position: relative;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  border: none;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

textarea {
  resize: none;
}

/*common place holder*/
::-webkit-input-placeholder {
  color: #888a8f;
}

:-ms-input-placeholder {
  color: #888a8f;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #888a8f;
  opacity: 1;
}

::placeholder {
  color: #888a8f;
  opacity: 1;
}

input[type="file"] {
  cursor: pointer;
}

body button,
body button:focus,
body Button:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*=============selection=============*/
::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

a {
  color: #000;
  line-height: 1;
}

body {
  padding: 0;
  margin: 0;
  color: #777777;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #ffffff;
  overflow-wrap: break-word;
}

.full_width {
  width: 100%;
  /*   float: left; */
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.object_fit_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  float: left;
}

.object_fit_contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  float: left;
}

.translate_both {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.translate_left {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.translate_top {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.radius-100 {
  border-radius: 100%;
}

.radius-40 {
  border-radius: 4rem;
}

.radius-8 {
  border-radius: 0.8rem;
}

.radius-6 {
  border-radius: 0.6rem;
}
.radius-2 {
  border-radius: 0.2rem;
}

a,
svg,
input,
button,
:after,
textarea,
:before,
img,
span,
.transition6s {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*==========font-size============*/
.font_10 {
  font-size: 1rem;
}

.font_12 {
  font-size: 1.2rem;
}

.font_13 {
  font-size: 1.3rem;
}

.font_14 {
  font-size: 1.4rem;
}

.font_15 {
  font-size: 1.5rem;
}

.font_16 {
  font-size: 1.6rem;
}

.font_17 {
  font-size: 1.7rem;
}

.font_18 {
  font-size: 1.8rem;
}

.font_20 {
  font-size: 2rem;
}

.font_22 {
  font-size: 2.2rem;
}

.font_24 {
  font-size: 2.4rem;
}

.font_26 {
  font-size: 2.6rem;
}

.font_28 {
  font-size: 2.8rem;
}

.font_30 {
  font-size: 3rem;
}

.font_32 {
  font-size: 3.2rem;
}

.font_33 {
  font-size: 3.3rem;
}

.font_38 {
  font-size: 3.8rem;
}

.font_40 {
  font-size: 4rem;
}

.font_36 {
  font-size: 3.6rem;
}

.font_45 {
  font-size: 4.5rem;
}

.font_48 {
  font-size: 4.8rem;
}

.font_50 {
  font-size: 5rem;
}

.font_49 {
  font-size: 4.9rem;
}

.font_52 {
  font-size: 5.2rem;
}

.font_60 {
  font-size: 6rem;
}

.font_72 {
  font-size: 7.2rem;
}

.font_90 {
  font-size: 9rem;
}

/*==========Color class============*/
.colorWhite {
  color: #ffffff;
}

.color-green {
  color: #27a859;
}

.colorBlack {
  color: #191919;
}

.colorGrey {
  color: #777777;
}

.colorchocolate {
  color: #6f452f;
}

.colorRed {
  color: #a41e34;
}

.colorlightGrey {
  color: #d7d7d7;
}

.colorPrimary {
  color: #3ea948;
}

.colorblackprime {
  color: #353232;
}

.bgColorPrimary {
  background-color: #a41e34;
}

.bgColorWhite {
  background-color: #ffffff;
}

.bgColorBlack {
  background-color: #353232;
}

.bgcolorred {
  background-color: #e6212e;
}

.bgColorlightGrey {
  background-color: #d7d7d7;
}

.bgColorlightgrey_tech {
  background-color: #ebeef1;
}

/*font Weight=================*/
.font100 {
  font-weight: 100;
}

.font200 {
  font-weight: 200;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.font900 {
  font-weight: 900;
}

.fontopensans {
  font-family: "Open Sans", sans-serif;
}

.fontMontserrat {
  font-family: "Montserrat", sans-serif;
}

.fontrobotoslab {
  font-family: "Roboto Slab", serif;
}

.fontroboto {
  font-family: "Roboto", sans-serif;
}

.fontPacifico {
  font-family: "Pacifico", cursive;
}

.fontItalic {
  font-style: italic;
}

.cursorPointer {
  cursor: pointer;
}

.cmnBtn {
  padding: 1.6rem 4rem;
  display: inline-block;
}

.cmnBtn.bgColorPrimary:hover {
  background-color: #262a34;
  color: #ffffff;
}

.cmnBtnSmall {
  padding: 0.6rem 1.2rem;
  display: inline-block;
}
.mb-30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 55.3%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 46.1%;
  }
}

#preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
}
#preloader img {
  animation: preloader 3s infinite;
  width: auto;
  height: auto;
  max-width: 12rem;
  max-height: 12rem;
}

@keyframes preloader {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.4);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=common.css.map */

/* Rahul-css */
.active-header {
  display: none;
}
.active-inner-banner {
  /*   float: left; */
  position: relative;
  height: 415px;
}
.active-inner-banner .overlay {
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #f37959 100%);
}
.active-inner-banner > .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.active-inner-banner .container > .row {
  height: 100%;
}
.active-inner-banner .object_fit_cover {
  position: absolute;
  top: 0;
  left: 0;
}
.innerttl {
  font-size: 2.4rem;
  color: #3f333b;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.innerttl:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 2px;
  background-color: #cacaca;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.active-networks {
  padding: 60px 0;
}
.active-network-logos {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.active-networks p {
  font-size: 15px;
  color: #3f333b;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.srvc-box h4 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  padding: 0;
}
.srvc-box {
  background-color: #d5d5d5;
  border-radius: 5px;
  padding: 30px 15px;
  text-align: center;
}
.srvc-we-ofr {
  padding: 60px 0;
}
.srvcicon {
  background-color: #fff;
  width: 100%;
  height: 99px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  max-width: 99px;
  margin-bottom: 25px;
  border: 2px solid #f37959;
}
.trustwithus {
  background-color: #ececec;
  padding: 60px 0;
}
.trustwithus p {
  font-size: 15px;
  color: #3f333b;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.joinourteam {
  padding: 60px 0;
}
.joinourteam p {
  font-size: 15px;
  color: #3f333b;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.team-content ul li h5 {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.team-content ul li p {
  font-size: 15px;
  color: #3f333b;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
}
.team-content ul li p a {
  font-size: 15px;
  color: #f47557;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.team-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.team-content ul li {
  width: 50%;
  margin-bottom: 40px;
  padding-right: 30px;
}
.consulbtn {
	color: #fff;
	background-color: #003e4d;
	border: 1px solid #003e4d;  
	font-size: 1.7rem;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;  
	display: inline-block;
	padding: 1.5rem;
	border-radius: 4px;
}
.consulbtn:hover {
	background-color: #fff;
	color: #f37959;
	border: 1px solid #f37959;
}
.bggray {
  background-color: #ececec;
}
.serviceboxnw-img {
  float: left;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 300px;
  /* margin-bottom: 35px; */
  position: relative;
}
/* .image-card {
  position: absolute;
  top: 0;
  left: 0;
  
} */
.serviceboxnw-img img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.servicepart-area:hover .serviceboxnw-img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.service-content .service-title {
  background-color: #f37959;
  padding: 15px;
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
.service-content h4.font-16 {
  font-size: 16px;
}
.service-content h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.service-content ul {
  float: left;
  width: 100%;
  padding-left: 12px;
  padding-right: 5px;
  /* 	margin:0; */
}
.service-content ul li {
  font-size: 1.4rem;
  color: #3f333b;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.service-content ul li:last-child {
  margin-bottom: 0px;
}
.service-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/liblt-arrow.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
}

.serv-icon-nw {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 54px;
  height: 54px;
  margin-bottom: 0;
  z-index: 99;
}
.serv-icon-nw img {
  max-width: 35px;
  height: 35px;
}
.serviceboxnw {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  height: 300px;
  overflow: hidden;
}
.servicepart-area {
  margin-bottom: 55px;
}
.service-button {
  text-align: center;
}
.service-button .btn {
  font-size: 12px;
  border-radius: 0;
  color: #fff;
}
.service-content-section p {
  padding: 0 0px 0 20px;
  font-size: 14px;
}
/* .single-service-content p{margin: 0;} */
.chosesecabout .choose-info p {
  text-align: left;
}
.chosesecabout > .chooseArea > .container > .row {
  align-items: center;
}
.chosesecabout .smbox .title h4 {
  font-weight: 600;
}
.serviceboxnw .service-content {
  overflow-y: auto;
}
.service-content ul li br {
  display: none;
}
/* .srvc-we-ofr.bggray .row .servicepart-area:last-child .serviceboxnw {
  min-height: 468px;
} */

.serviceboxnw .service-content::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.serviceboxnw .service-content:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dddddd;
  /* background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(.6,#54DE5D)); */
}
.serviceboxnw .service-content:hover::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); */
  background-color: #fff;
  /* border-radius: 10px; */
}

@media screen and (max-width: 1399px) {
  .chooseSec .smbox .title h4 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .srvc-box h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .active-inner-banner {
    height: 300px;
  }
  .mediaInfo {
    padding: 15px 0;
  }
  header nav.navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
  }
  .network-logos2 img {
    width: 100%;
  }
  .network-logos1 img {
    width: 100%;
  }
  .srvc-box-pnl {
    margin-bottom: 15px;
  }
  .srvc-we-ofr.bggray .row .servicepart-area:last-child .serviceboxnw {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .service-button {
    padding-bottom: 20px;
  }
  .serviceboxnw {
    height: auto;
    display: block;
  }
  .team-content ul li {
    width: 100%;
  }
  .navbar-toggler {
    font-size: 2.4rem;
  }
}
/* Rahul-css */
