@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
  height: 100%;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: normal !important;
  font-size: 16px !important;
  color: #000 !important;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

a:hover {
  color: #e5322d;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}

:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #000;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

h6 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
  line-height: 25px;
  text-align: justify;
}

ul,
ol {
  margin: 0;
}

strong,
b {}

/*----------------------------------------------*/


/*--------Nav-menu-start----------------*/
h2.cmntle {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

h2.cmntle .higlthead {
  color: #ff3131;
}

.seccmnsubtle {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.padd50 {
  padding: 70px 0;
}

.bgcontainer {
  max-width: 1300px;
  margin: 0 auto;
}

.header {
  padding: 15px 0;
}

.header .mobile-header__menu-button {
  display: none;
}

.header .main-menu {
  display: inline-block;
  vertical-align: middle;
}

.header .main-menu nav {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.header .main-menu nav ul {
  display: block;
  padding: 0;
  margin: 0;
}

.header .main-menu nav ul li {
  display: inline-block;
  position: relative;
}

.header .main-menu nav ul li:last-child {
  margin-right: 0;
}

.header .main-menu nav ul li a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 20px 20px;
  position: relative;
}

.header .main-menu nav ul li a:hover {
  color: #ff3131;
}

.header .main-menu nav ul li ul.mega-menu {
  background-color: #fff;
  display: block;
  left: 0;
  margin-top: 27%;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: auto;
  min-width: 210px;
  z-index: 999;
  -webkit-box-shadow: 0 1px 7px -2px rgb(0 0 0 / 30%);
  box-shadow: 0 1px 7px -2px rgb(0 0 0 / 30%);
}

.header .row {
  align-items: center;
}

.calltp {
  display: inline-block;
  vertical-align: middle;
}

.calltp a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  background: #ff3131;
  line-height: 1.5 !important;
}

.calltp a:hover {
  background: #000;
  color: #FFF !important;
}

.calltp a img {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  max-width: 24px;
}

.banner img.mbbnr {
  display: none;
}

.banner {
  position: relative;
}

.banner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .79);
  content: "";
  width: 100%;
  height: 100%;
}

.banner .bgcontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.banner h1 {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 5px;
}

.banner h1 span {
  color: #ff3131;
}

.banner p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 50px;
}

.banner a.propsalbtn {
  background: #ff3131;
  color: #fff;
  padding: 10px 25px;
  border: 1px solid transparent;
}

.banner a.propsalbtn:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.pagfrm {
  float: right;
  background: #fff;
  border: 3px solid #ff3131;
  border-radius: 25px;
  padding: 30px;
  width: 430px;
}

.pagfrm h3 {
  color: #ff3131;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.pagfrm span {
  font-size: 30px;
  display: block;
}

.pagfrm .form-control {
  background: #e2e2e2;
  padding: 5px 15px;
  border: none;
  margin-bottom: 10px;
}

.pagfrm textarea.form-control {
  height: 120px;
}

.pagfrm select.form-control {
  background: url(../images/downservicn.png) no-repeat 95% center #e2e2e2;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.pagfrm .col-sm-6 {
  padding: 0 3px;
}

.pagfrm .col-sm-12 {
  padding: 0 3px;
}

.pagfrm .row {
  margin: 0 -3px;
}

.pagfrm input[type="submit"] {
  background: #ff3131;
  color: #fff;
  display: block;
  padding: 10px 20px;
  border: none;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.pagfrm input[type="submit"]:hover {
  background: #000;
}

.banner .col-sm-5 {
  align-self: center;
}

.grayspondv {
  background: #eef2ee;
}

.padd50 {
  padding: 50px 0;
}

.grayspondv .inrlgo .row {
  margin: 0 -5px;
}

.grayspondv .inrlgo .col-sm-6 {
  padding: 0 5px;
  text-align: center;
  align-self: center;
}

.grayspondv .col-sm-10 .row {
  align-items: center;
}

.grayspondv .col-sm-10 .row p {
  font-size: 18px;
  line-height: 28px;
}

.aboutussec img {
  border-radius: 0 80px 0 0;
}

.aboutussec p {
  text-align: justify;
}

.onlinvisiblty {
  padding-bottom: 100px;
}

.onlinvisiblty .row {
  margin-top: 100px;
  margin-left: -5px;
  margin-right: -5px;
}

.onlinvisiblty .row .col-sm-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.onlinvisiblty .radvisbdv {
  position: relative;
  border-radius: 30px;
  border: 2px solid #ff3131;
  padding: 80px 20px 40px;
  margin-bottom: 80px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.onlinvisiblty .visbicn {
  width: 100px;
  height: 100px;
  background: #ff3131;
  border-radius: 100%;
  position: absolute;
  top: -50px;
  left: 30px;
  text-align: center;
  line-height: 100px
}

.onlinvisiblty .visbicn img {
  max-width: 60%;
}

.onlinvisiblty h4 {
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  color: #ff3131;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  line-height: 32px;
}

.onlinvisiblty p {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  min-height: 175px;
}

.onlinvisiblty a.knwmrebtn {
  border: 2px solid #ff3131;
  padding: 8px 20px;
  color: #000;
  font-weight: 600;
  display: table;
  margin: 0 auto;
  line-height: 1;
}

.onlinvisiblty .radvisbdv:hover {
  background: #ff3131;
}

.onlinvisiblty .radvisbdv:hover a.knwmrebtn {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.onlinvisiblty .radvisbdv:hover h4 {
  color: #fff;
}

.onlinvisiblty .radvisbdv:hover p {
  color: #fff;
}

.twobtndv {
  margin-top: 20px;
  margin-bottom: 40px;
}

.twobtndv a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 20px;
  margin: 0 5px;
  color: #fff;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 18px;
}

.twobtndv a.transbtn {
  background: transparent;
  border-color: #ff3131;
  color: #ff3131;
}

.twobtndv a:hover {
  border-color: #ff3131;
  color: #ff3131;
  background: transparent;
}

.twobtndv a.transbtn:hover {
  background: #ff3131;
  color: #fff;
}

.callussec {
  position: relative;
  background: url(../images/callbgpatrn.jpg) no-repeat;
  background-size: cover;
}

.callussec h2 {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 5px;
}

.callussec p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}

.callussec a {
  color: #fff;
  font-size: 20px;
}

.callussec a img {
  margin-right: 20px;
  position: relative;
  top: inherit;
}

.callussec img {
  position: absolute;
  top: -180px;
  max-width: 97%;
}

.ourprocess .procbxwrp {
  background: #000;
  color: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 15px;
}

.ourprocess .col-sm-3:nth-child(even) .procbxwrp {
  background: #ff3131;
}

.ourprocess .procbxwrp .stepfrm h3 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 5px;
}

.ourprocess .procbxwrp .stepfrm h5 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  padding-left: 12px;
  line-height: 50px;
}

.ourprocess .procbxwrp .stepfrm h5 span {
  position: absolute;
  left: 2px;
  top: 15px;
  color: #fff;
  font-weight: 400;
  transform: rotate(-90deg);
  letter-spacing: 2px;
  font-size: 20px;
}

.ourprocess .procbxwrp p {
  margin-bottom: 0;
  min-height: 125px;
}

.ourprocess p.text-center {
  margin-bottom: 30px;
}

.ourprocess .row {
  margin: 0 -5px;
}

.ourprocess .col-sm-3 {
  padding: 0 5px;
}

.poudcar .logoboxwrp {
  height: 100px;
  line-height: 100px;
  margin-bottom: 20px;
}

.poudcar .logoboxwrp img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.poudcar .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.poudcar .owl-dots .owl-dot {
  background-color: #dbdbdb;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 5px;
}

.poudcar .owl-dots .owl-dot:focus {
  outline: inherit;
}

.poudcar .owl-dots .owl-dot.active {
  background: #ff3131;
}

.poudcar {
  margin-top: 40px;
}

.industryserv .row {
  margin: 30px -5px 0;
}

.industryserv .col-sm-2 {
  padding: 0 5px;
}

.industryserv .servimg {
  position: relative;
  height: 205px;
  overflow: hidden;
  border-radius: 15px;
}

.industryserv .servimg img {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.industryserv .servimg h5 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 10px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.industryserv .servimg:hover img {
  transform: scale(1.2);
}

.industryserv .servimg:hover h5 {
  bottom: 22px;
}

.accordion .card {
  margin-bottom: 8px;
  border-radius: 10px !important;
  border: 2px solid #ff3131;
  border-bottom: 2px solid #ff3131 !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.accordion .card .card-header {
  padding: 0;
}

.accordion .card .card-header h2 {
  font-weight: 500;
}

.accordion .card .card-header .btn {
  display: block;
  padding: 12px 15px;
  background: #ff3131;
  color: #fff;
  width: 100%;
  text-align: left;
  font-size: 18px;
}

.accordion .card .card-header .btn:hover {
  text-decoration: none;
}

.faqsec h6 {
  margin-bottom: 40px;
}

.footer {
  background: #ff3131;
  padding: 70px 0;
}

.footer p {
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  margin-left: 0px;
}

.footer ul li a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.footer h4 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 5px;
}

.footer img {
  margin-bottom: 20px;
}

.ftradlgo {}

.ftradlgo .lgoone {
  width: 48%;
  float: left;
  background: #fff;
  height: 125px;
  line-height: 125px;
  margin-right: 10px;
}

.ftradlgo .lgoone:last-child {
  margin-right: 0;
}

.ftradlgo .lgoone img {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.footer .socialicnftr a {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  border: 1px solid #fff;
  text-align: center;
  margin-right: 5px;
}

.footer .socialicnftr a i {
  font-size: 20px;
}

.footer .mail {
  margin-bottom: 20px;
}

.footer .mail img {
  max-width: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.footer .phone img {
  max-width: 25px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.slick span {
  display: block;
  font-size: 36px;
  position: relative;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  transform: translate(0, 0) scale(.4);
  transition: all .4s ease;
  color: #000;
  text-transform: uppercase;
}

.slick-slide.lt2 {
  transform: translate(28%, 0) scale(.8);
}

.slick-slide.lt1 {
  transform: translate(10%, 0) scale(.9);
  z-index: 1;
  position: relative;
}

.slick-slide.gt1 {
  transform: translate(-10%, 0) scale(.9);
  z-index: 1;
  position: relative;
}

.slick-slide.gt2 {
  transform: translate(-28%, 0) scale(.8);
}

.slick-slide.slick-center span {
  z-index: 1;
  transform: scale(1);
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  appearance: none;
  margin-top: -10px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: transparent;
  outline: none;
  z-index: 100;
}

.slick-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  border: 1px solid #fff;
  left: 4%;
}

.slick-prev:focus {
  outline: inherit;
}

.slick-prev:before {
  position: absolute;
  color: #fff;
  content: "\f053";
  font-family: 'FontAwesome';
  font-size: 12px;
  left: 9px;
}

.slick-next:before {
  position: absolute;
  color: #fff;
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 12px;
  left: 9px;
}

.slick-next:focus {
  outline: inherit;
}

.slick-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 4%;
  border-radius: 100%;
  border: 1px solid #fff;
}

.redbgcar {
  background: #ff3131;
  padding: 70px 0;
  margin-top: 50px;
}

.redbgcar .whtbxwrp {
  text-align: center;
  padding: 20px;
}

.redbgcar .whtbxwrp p {
  font-size: 14px;
}

.redbgcar .slick-active.slick-center.slick-current {
  background: #fff;
  z-index: 2;
  position: relative;
}

.redbgcar .slick-active.slick-center.slick-current .whtbxwrp {
  padding-top: 30px;
  padding-bottom: 30px;
}

.redbgcar .slick-active.slick-center.slick-current p {
  color: #000;
}

.redbgcar .slick-active.slick-center.slick-current span {
  color: #000;
  font-size: 24px;
}

.redbgcar .whtbximgwrp {
  margin-bottom: 20px;
}

.redbgcar .slick-slide {
  border-radius: 20px;
  border: 2px solid #fff;
  background: #ff3131;
}

.redbgcar .slick-slide p {
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.redbgcar .slick-slide span {
  color: #fff;
  font-weight: 400;
}

.storytabsec {
  padding: 50px 0;
  position: relative;
  margin-top: 50px;
}

.storytabsec:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  content: "";
  background: #ff3131;
  height: 100%;
}

.storytabsec:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  content: "";
  background: #000000;
  height: 100%;
}

ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 25px 0 0;
  padding: 0;
  width: 91%;
  list-style: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 0px;
  line-height: 31px;
  color: white;
  text-align: left;
  font-weight: bold;
  /* IE6-9 */
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.tabs li img {
  filter: brightness(100);
  max-width: 32%;
}

ul.tabs li:hover {
  color: white;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.tabs li.active {
  color: #dddddd;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab_container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 20;
  width: 100%;
  text-align: left;
  border-radius: 12px;
  min-height: inherit !important;
}

.tab_container h2 {
  color: #fff;
  font-size: 50px;
}

.tab_container p {
  color: #fff;
}

.tab_container h3 {
  color: #ff3131;
  font-size: 120px;
  line-height: 90px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
}

.tab_container .counter {
  margin-top: 50px;
}

.tab_container .counter p {
  color: #fff;
  text-align: center;
}

.tab_container .tab_content .lgoheri {
  height: 100px;
  line-height: 100px;
}

.tab_container .tab_content .lgoheri img {
  filter: brightness(100);
}

.tab_container .tab_content .col-sm-3 {
  position: relative;
}

.tab_container .tab_content .col-sm-3:after {
  position: absolute;
  right: -100px;
  top: 50px;
  width: 100px;
  height: 1px;
  content: "";
  background: #fff;
}

.storytabsec .col-sm-5 {
  align-self: center;
}

.storytabsec .col-sm-7 {
  align-self: center;
}

.tab_container .tab_content .col-sm-7 p {
  margin-bottom: 0;
}

.tab_container .tab_content {
  padding: 20px;
  height: 100%;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 781px) {
  ul.tabs {
    display: none;
  }

  .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px black;
  }

  .tab_drawer_heading {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
}

.proudpartnr {
  padding-top: 0;
}

.sucessstory {
  padding-top: 0;
}

.faqsec {
  padding-top: 0;
}

.industryserv {
  padding-top: 0;
}

.mbdcfm {
  display: none;
}

.mbcar {
  display: none;
}

.aboutussec .col-sm-6 {
  align-self: center;
}