@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap");
/*Social Icons*/
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap");
.titleFont {
  font-size: 35px;
  color: #000;
  line-height: 45px;
  font-family: "Hind", sans-serif !important;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
}
.titleFont::before {
  content: "";
  background: #da251d;
  width: 35px;
  position: absolute;
  right: 0;
  height: 3px;
  left: 0;
  margin: auto;
  top: -5px;
}
@media (max-width: 767px) {
  .titleFont {
    font-size: 28px;
    line-height: 35px;
  }
}

/*Social Icons*/
.titleFont {
  font-size: 35px;
  color: #000;
  line-height: 45px;
  font-family: "Hind", sans-serif !important;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
}
.titleFont::before {
  content: "";
  background: #da251d;
  width: 35px;
  position: absolute;
  right: 0;
  height: 3px;
  left: 0;
  margin: auto;
  top: -5px;
}
@media (max-width: 767px) {
  .titleFont {
    font-size: 28px;
    line-height: 35px;
  }
}

.skiptranslate span {
  display: none;
}

.goog-te-gadget {
  color: #fff !important;
}

#google_translate_element {
  text-align: right;
  position: absolute;
  right: 0;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  border-radius: 20px;
  padding: 5px 5px;
}

#sidebarCollapse {
  background: transparent;
  padding: 0;
}
#sidebarCollapse i {
  color: #DA251D;
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  .hideclose {
    display: block;
  }
  #sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }
  #sidebar ul li:hover a {
    color: #DA251D;
  }
  #sidebar ul li.active a {
    color: #DA251D;
  }
  #sidebar.active {
    left: 0;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  #dismiss {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 9999;
  }
  .navbarLink ul {
    flex-direction: column;
  }
  .navbarLink ul li {
    margin-left: 0 !important;
    text-align: center;
    margin-bottom: 10px !important;
  }
  .navbarLink ul li a {
    color: #000 !important;
  }
  .navbarBtn {
    text-align: right;
  }
}
/*Social Icons*/
.titleFont {
  font-size: 35px;
  color: #000;
  line-height: 45px;
  font-family: "Hind", sans-serif !important;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
}
.titleFont::before {
  content: "";
  background: #da251d;
  width: 35px;
  position: absolute;
  right: 0;
  height: 3px;
  left: 0;
  margin: auto;
  top: -5px;
}
@media (max-width: 767px) {
  .titleFont {
    font-size: 28px;
    line-height: 35px;
  }
}

#accordionId .card {
  border: 0;
  margin-top: 5px;
}
#accordionId .card .card-header {
  padding: 0;
  border: 0;
}
#accordionId .card .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  background: #E5E5E5;
  color: #DA251D;
  padding: 10px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: normal;
  word-break: break-word;
}
#accordionId .card .card-header button::after {
  content: "\f068";
  font-family: FontAwesome;
  color: #707070;
}
#accordionId .card .card-header button.collapsed {
  background: #E5E5E5;
  color: #DA251D;
}
#accordionId .card .card-header button.collapsed::after {
  content: "\f067";
  font-family: FontAwesome;
  color: #707070;
}
#accordionId .card table {
  width: 100%;
}
#accordionId .card table tr th {
  color: #DA251D;
  font-size: 16px;
  padding-bottom: 20px;
}
#accordionId .card table tr td {
  font-size: 16px;
}
#accordionId .card .card-body {
  background: transparent;
}

#accordionId1 .card {
  border: 0;
  margin-top: 5px;
}
#accordionId1 .card .card-header {
  padding: 0;
  border: 0;
}
#accordionId1 .card .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  background: #E5E5E5;
  color: #DA251D;
  padding: 10px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: normal;
  word-break: break-word;
}
#accordionId1 .card .card-header button::after {
  content: "\f068";
  font-family: FontAwesome;
  color: #707070;
}
#accordionId1 .card .card-header button.collapsed {
  background: #E5E5E5;
  color: #DA251D;
}
#accordionId1 .card .card-header button.collapsed::after {
  content: "\f067";
  font-family: FontAwesome;
  color: #707070;
}
#accordionId1 .card table {
  width: 100%;
}
#accordionId1 .card table tr th {
  color: #DA251D;
  font-size: 16px;
  padding-bottom: 20px;
}
#accordionId1 .card table tr td {
  font-size: 16px;
}
#accordionId1 .card .card-body {
  background: transparent;
}

#accordionId2 .card {
  border: 0;
  margin-top: 5px;
}
#accordionId2 .card .card-header {
  padding: 0;
  border: 0;
}
#accordionId2 .card .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  background: #E5E5E5;
  color: #DA251D;
  padding: 10px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: normal;
  word-break: break-word;
}
#accordionId2 .card .card-header button::after {
  content: "\f068";
  font-family: FontAwesome;
  color: #707070;
}
#accordionId2 .card .card-header button.collapsed {
  background: #E5E5E5;
  color: #DA251D;
}
#accordionId2 .card .card-header button.collapsed::after {
  content: "\f067";
  font-family: FontAwesome;
  color: #707070;
}
#accordionId2 .card table {
  width: 100%;
}
#accordionId2 .card table tr th {
  color: #DA251D;
  font-size: 16px;
  padding-bottom: 20px;
}
#accordionId2 .card table tr td {
  font-size: 16px;
}
#accordionId2 .card .card-body {
  background: transparent;
}

body {
  overflow-x: hidden;
  font-family: "Hind", sans-serif !important;
}

@font-face {
  font-family: "Cambria-Bold";
  src: url("../fonts/Cambria-Bold.eot") format("embedded-opentype"), url("../fonts/Cambria-Bold.otf") format("opentype"), url("../fonts/Cambria-Bold.svg") format("svg"), url("../fonts/Cambria-Bold.ttf") format("truetype"), url("../fonts/Cambria-Bold.woff") format("woff"), url("../fonts/Cambria-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
.highlightFont {
  font-family: "Cambria-Bold";
  font-size: 21px;
}

#myModalvideo iframe {
  width: 100%;
  height: 315px;
}

.formBtn a {
  color: #000 !important;
  font-size: 20px;
  border: 2px solid #000;
  padding: 10px 20px;
  display: inline-block;
  line-height: 21px;
  transition: all ease-in-out 0.7s;
}
.formBtn a:hover {
  color: #fff !important;
  background: #DA251D;
  border: 2px solid #DA251D;
}

ul, li {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

li:hover {
  text-decoration: none !important;
  list-style: none !important;
}

h2, h1 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}
p:last-child {
  padding-bottom: 0;
}

a:hover {
  text-decoration: none;
}

button:focus, .btn:focus, a:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus, .btn:hover {
  text-decoration: none !important;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

.serviceTitle {
  margin: 15px 0px !important;
  color: #000000 !important;
  font-size: 22px !important;
  font-weight: 600;
  line-height: 25px !important;
}

.distributionBlock {
  margin-top: 20px;
}

.imgDistrution {
  width: 100%;
  margin: 30px 0px;
}

.font600 {
  font-weight: 600;
}

.sectionPadding {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  .paddtop00 {
    padding-top: 0;
  }
}
.font30 {
  font-size: 30px;
  color: #000;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .font30 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}

.font18 {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .font18 {
    font-size: 16px;
  }
}

.transparentTxt {
  position: absolute;
  right: -29%;
  transform: rotate(-90deg);
  top: 0;
  bottom: 0;
}
.transparentTxt p {
  font-size: 170px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .transparentTxt {
    display: none;
  }
}

.min_600 {
  min-height: 600px;
}

@media (max-width: 991px) {
  .margtop30 {
    margin-top: 30px !important;
  }
}
.info2, .success, .warning2, .failure, .validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info2 {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(../../assets/images/info.png);
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(../../assets/images/success.png);
}

.warning2 {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(../../assets/images/warning.png);
}

.failure {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(../../assets/images/error.png);
}

.hm_client #owl-example1, .hm_client .owl-carousel .owl-stage-outer {
  height: 110px !important;
}

input[type=text].error, textarea.error {
  border-bottom: 2px solid #F00 !important;
}

label.error {
  color: #F00;
}

label.error {
  position: absolute;
  font-size: 13px;
  font-weight: 400;
}

.alert-specialsuccess {
  color: #4f8a10;
  padding: 4px 0 3px 357px;
}

.alert-specialinfo {
  color: #3d8fd8;
  padding: 4px 0 3px 357px;
}

.dropdown-toggle::after {
  display: none;
}

.megamenu {
  position: static;
  display: inline-flex;
  align-items: center;
}
.megamenu .wid100 {
  width: 100%;
  padding: 25px 35px !important;
  top: 75%;
}
.megamenu .wid100 .drpdwn_services a {
  padding: 15px 0 !important;
  color: #000 !important;
  font-size: 18px;
}
.megamenu .wid100 .drpdwn_services a::before {
  content: "";
  background: #DA251D;
  height: 3px;
  width: 0px;
  position: absolute;
  bottom: 10px;
  left: 0;
  transition: all ease-in-out 0.5s;
}
.megamenu .wid100 .drpdwn_services a:hover, .megamenu .wid100 .drpdwn_services a.active {
  color: #000 !important;
  font-size: 500;
}
.megamenu .wid100 .drpdwn_services a:hover::before, .megamenu .wid100 .drpdwn_services a.active::before {
  width: 40px;
}
.megamenu i {
  color: #707070;
}
.megamenu .font20 {
  font-size: 20px;
  color: #7D7D7D;
  margin-bottom: 0;
  padding-right: 20px;
  line-height: 24px;
  border-right: 1px solid rgba(112, 112, 112, 0.3);
}
.megamenu .drpdwn_services {
  background: url(../images/megamenuBg.png) no-repeat;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 15px 25px;
  background-size: cover;
}
.megamenu .drpdwn_services.capabilitydrpDown {
  display: flex;
  flex-wrap: wrap;
}
.megamenu .drpdwn_services.capabilitydrpDown a {
  padding: 10px 0 !important;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .megamenu .drpdwn_services.capabilitydrpDown a {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.megamenu .row {
  align-items: center;
}
@media (max-width: 1199px) {
  .megamenu .font20 {
    font-size: 14px;
  }
  .megamenu .wid100 {
    padding: 20px !important;
  }
  .megamenu .wid100 .drpdwn_services {
    padding: 10px !important;
  }
  .megamenu .wid100 .drpdwn_services a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .megamenu {
    position: relative;
    display: block;
  }
  .megamenu i {
    color: #000;
  }
  .megamenu .drpdwn_services {
    -moz-column-count: 1;
         column-count: 1;
    padding: 0;
    background: #f1f1f1;
  }
  .megamenu .drpdwn_services a {
    color: #000 !important;
    text-align: center;
    font-size: 14px !important;
  }
  .megamenu .drpdwn_services a::before {
    display: none;
  }
  .megamenu .font20 {
    display: none;
  }
  .megamenu .wid100 {
    padding: 0 !important;
    border: 0;
  }
}

.main_header {
  position: absolute;
  width: 100%;
}
.main_header header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.main_header header .logo a {
  display: block;
  width: 330px;
}
@media (max-width: 1199px) {
  .main_header header .logo a {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .main_header header .logo a {
    width: 200px;
  }
}
@media (max-width: 320px) {
  .main_header header .logo a {
    width: 200px;
  }
}
.main_header header .navbarLink ul {
  align-items: center;
}
.main_header header .navbarLink ul li {
  margin-left: 25px;
  padding: 50px 0;
  cursor: pointer;
}
.main_header header .navbarLink ul li a {
  color: #707070;
  font-size: 16px;
  position: relative;
  padding: 0 !important;
  transition: all ease-in-out 0.7s;
}
@media (max-width: 1199px) {
  .main_header header .navbarLink ul li a {
    color: #707070;
    font-size: 14px;
    padding: 0 !important;
  }
}
.main_header header .navbarLink ul li a::before {
  content: "";
  background: #DA251D;
  height: 3px;
  width: 0px;
  position: absolute;
  bottom: 0;
  left: 0px;
  transition: all ease-in-out 0.5s;
}
.main_header header .navbarLink ul li.active a, .main_header header .navbarLink ul li:hover a {
  color: #DA251D;
}
.main_header header .navbarLink ul li.active a i, .main_header header .navbarLink ul li:hover a i {
  color: #DA251D;
}
.main_header header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  border-radius: 0;
  transform: none !important;
  top: 75% !important;
}
.main_header header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.main_header header .navbarLink ul li > .dropdown-menu li a {
  color: #000 !important;
  padding: 10px;
  background: none;
  color: #fff;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
}
.main_header header .navbarLink ul li > .dropdown-menu li.active a, .main_header header .navbarLink ul li > .dropdown-menu li:hover a {
  color: #fff;
  font-size: 16px;
  background: #DA251D;
  color: #fff;
  border-radius: 0px;
}
.main_header header .navbarLink ul li:hover > .dropdown-menu, .main_header header .navbarLink ul li:focus > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.main_header header .navbarLink ul li:hover > .dropdown-menu li, .main_header header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
.main_header header .navbarLink ul li:hover > .dropdown-menu li, .main_header header .navbarLink ul li:focus > .dropdown-menu li {
  margin-left: 0;
}
.main_header header .navbarLink ul li:hover > .dropdown-menu li a, .main_header header .navbarLink ul li:focus > .dropdown-menu li a {
  color: #000 !important;
  padding: 10px;
  background: none;
  color: #fff;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
}
.main_header header .navbarLink ul li:hover > .dropdown-menu li.active a, .main_header header .navbarLink ul li:hover > .dropdown-menu li:hover a, .main_header header .navbarLink ul li:focus > .dropdown-menu li.active a, .main_header header .navbarLink ul li:focus > .dropdown-menu li:hover a {
  color: #fff;
  font-size: 16px;
  background: #DA251D;
  color: #fff;
  border-radius: 0px;
}
@media (min-width: 992px) {
  .main_header header .navbarLink ul li:hover > .dropdown-menu, .main_header header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-out;
    background: #fff;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  .main_header header .navbarLink ul li:hover > .dropdown-menu li, .main_header header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
  .main_header header .navbarLink ul li:hover > .dropdown-menu li, .main_header header .navbarLink ul li:focus > .dropdown-menu li {
    margin-left: 0;
  }
  .main_header header .navbarLink ul li:hover > .dropdown-menu li a, .main_header header .navbarLink ul li:focus > .dropdown-menu li a {
    color: #000 !important;
    padding: 10px;
    background: none;
    color: #fff;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
  }
  .main_header header .navbarLink ul li:hover > .dropdown-menu li.active a, .main_header header .navbarLink ul li:hover > .dropdown-menu li:hover a, .main_header header .navbarLink ul li:focus > .dropdown-menu li.active a, .main_header header .navbarLink ul li:focus > .dropdown-menu li:hover a {
    color: #fff;
    font-size: 16px;
    background: #DA251D;
    color: #fff;
    border-radius: 0px;
  }
}
@media (max-width: 1199px) {
  .main_header header .navbarLink ul li {
    margin-left: 15px;
  }
  .main_header header .navbarLink ul li > .dropdown-menu {
    transform: none !important;
    top: 75% !important;
  }
}
@media (max-width: 991px) {
  .main_header header .navbarLink ul {
    flex-direction: column;
    margin: 0 auto;
  }
  .main_header header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
@media (max-width: 991px) {
  .main_header header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .main_header header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .main_header header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
.main_header header .navbarLink.active {
  left: 0;
}
.main_header header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  color: #DA251D;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 9999;
}
@media (max-width: 991px) {
  .main_header header .navbarLink ul li {
    padding: 0;
  }
}
.main_header header .navbarLink ul li:hover > a {
  color: #DA251D !important;
}
.main_header header .navbarLink ul li.active > a {
  color: #DA251D !important;
}
.main_header header .mobBlock {
  display: none;
}
@media (max-width: 991px) {
  .main_header header {
    position: relative;
    padding: 15px 0;
  }
  .main_header header .disNone {
    display: block;
  }
  .main_header header .head_top {
    display: none;
  }
  .main_header header .mobBlock {
    display: block;
  }
}

.head_top {
  position: absolute;
  right: 0px;
  top: 10px;
}
.head_top ul {
  display: flex;
  justify-content: flex-end;
}
.head_top ul li {
  margin-left: 30px;
}
.head_top ul li a {
  font-size: 14px;
  color: #707070;
  font-weight: bold;
}
.head_top ul li:hover a {
  color: #DA251D;
}
.head_top ul li.active a {
  color: #DA251D;
}

.bannerarea .banner_img img {
  width: 100%;
}
.bannerarea .banner_box {
  display: block !important;
}
.bannerarea .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bannerarea .slick-next, .bannerarea .slick-prev {
  display: none;
}
.bannerarea .slick-next:before, .bannerarea .slick-prev:before {
  display: none;
}
.bannerarea .temp {
  max-width: 840px;
  position: absolute;
}
.bannerarea .temp .font16 {
  color: #fff;
  font-size: 45px;
  background: rgba(218, 37, 29, 0.7);
  display: inline-block;
  padding: 20px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 44px;
}
.bannerarea .slick-slide .temp {
  transition: all ease-in-out 0.8s;
  z-index: 999;
  position: absolute;
  bottom: -10%;
  opacity: 0;
}
.bannerarea .slick-slide.slick-current .temp {
  transition: all ease-in-out 0.8s;
  bottom: 15%;
  opacity: 1;
}
.bannerarea .slick-dots {
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerarea .slick-dots li {
  background: #ccc;
  height: 3px;
  width: 40px;
  margin: 0;
}
.bannerarea .slick-dots li.slick-active {
  background: #DA251D;
  height: 4px;
}
.bannerarea .slick-dots button {
  font-size: 0;
}
.bannerarea .slick-dots button::before {
  display: none;
}
@media (max-width: 991px) {
  .bannerarea .dispFlx .blackBtn {
    width: 90px !important;
    height: 90px !important;
  }
  .bannerarea .temp .font16 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bannerarea .slick-slide .temp .font30 {
    font-size: 26px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 0;
    padding: 15px;
  }
  .bannerarea .temp .font16 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .bannerarea .banner_img img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .bannerarea .banner_box .container {
    padding: 0;
  }
  .bannerarea .banner_box .temp {
    width: 100%;
    min-height: 80px;
  }
  .bannerarea .banner_box .temp .font16 {
    width: 100%;
  }
  .bannerarea .slick-dots {
    bottom: 23%;
  }
  .bannerarea .slick-slide .temp {
    position: relative;
  }
  .bannerarea .slick-slide .temp .font30 {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 20px;
  }
  .bannerarea .dispFlx .blackBtn {
    width: 90px !important;
    height: 100% !important;
  }
  .bannerarea .temp .font16 {
    font-size: 18px;
    line-height: 20px;
  }
}

.dispFlx.bannerTag {
  display: flex;
  background: #000;
}
.dispFlx.bannerTag .font30 {
  color: #fff;
  font-size: 32px;
  text-align: center;
  display: block;
  padding: 30px 0px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 0;
  font-family: "Cambria-Bold";
}
.dispFlx.bannerTag .blackBtn {
  background: #212121;
  width: 130px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.innerBanner {
  position: relative;
}
.innerBanner img {
  width: 100%;
}
.innerBanner .innerTxt {
  position: absolute;
  bottom: 0;
}
.innerBanner .innerTxt h2 {
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  line-height: 43px;
  background: #000;
  padding: 20px 30px;
}
.innerBanner .transparentTxt {
  right: -17%;
}
.innerBanner .transparentTxt p {
  font-size: 150px;
}
@media (max-width: 1199px) {
  .innerBanner img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .innerBanner .transparentTxt {
    right: -26%;
  }
  .innerBanner .transparentTxt p {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .innerBanner .innerTxt h2 {
    display: none;
  }
  .innerBanner img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 575px) {
  .innerBanner .innerTxt h2 {
    font-size: 20px;
    padding: 10px 20px;
  }
}

.gallerySec .galleryImage ul {
  display: flex;
  flex-wrap: wrap;
}
.gallerySec .galleryImage ul li {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}
.gallerySec .galleryImage ul li .galleryBox {
  margin: 5px;
  transition: all ease-in-out 0.7s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.gallerySec .galleryImage ul li .galleryBox .box_zoom {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallerySec .galleryImage ul li .galleryBox .box_zoom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0%;
  width: 0%;
  background: rgba(218, 37, 29, 0.2);
  transition: 0.8s;
  z-index: 1;
}
.gallerySec .galleryImage ul li .galleryBox .box_zoom::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background: url("../images/zoom.png") center center no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  visibility: hidden;
  z-index: 2;
}
.gallerySec .galleryImage ul li .galleryBox .box_zoom:hover::before {
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
}
.gallerySec .galleryImage ul li .galleryBox .box_zoom:hover::after {
  opacity: 1;
  transform: scale(1);
  transition: 1s;
  visibility: visible;
}
.gallerySec .galleryImage ul li .galleryBox:hover {
  transform: scale(1.2);
  z-index: 1;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .gallerySec .galleryImage ul li {
    margin-bottom: 0;
    flex: 0 0 25% !important;
  }
}
@media (max-width: 575px) {
  .gallerySec .galleryImage ul li {
    margin-bottom: 0;
    flex: 0 0 50% !important;
  }
}

#toTop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 36px;
  background: #DF1A21;
  text-align: center;
  padding: 3px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-size: 25px;
  z-index: 100;
}

.videoBox {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .videoBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .videoBox img {
    width: 500px;
  }
}

.navBlock {
  display: flex;
  align-items: center;
}

.youTube {
  margin-right: 25px;
}
.youTube a i {
  font-size: 28px;
  color: #DA251D;
}
.youTube.disBlock {
  display: none;
}
@media (max-width: 1199px) {
  .youTube.disBlock {
    display: none;
  }
}
@media (max-width: 991px) {
  .youTube.disBlock {
    display: block;
  }
}

.advantageSec {
  background: #e2e2e2;
}
.advantageSec .titleFont {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.advantageSec p {
  font-size: 25px;
  color: #000;
}
.advantageSec ul li {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  padding-top: 15px;
  position: relative;
  padding-left: 20px;
}
.advantageSec ul li::before {
  content: "";
  background: #DA251D;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 28px;
}
.advantageSec ul li::before {
  height: 6px;
  width: 6px;
  top: 22px;
}
.advantageSec .advantageImg {
  margin-bottom: 50px;
  margin-top: 20px;
}
.advantageSec .numberSec ul {
  display: flex;
  flex-wrap: wrap;
}
.advantageSec .numberSec ul li {
  padding-left: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  margin-top: 20px;
  height: 165px;
  width: 180px;
}
.advantageSec .numberSec ul li::before {
  display: none;
}
.advantageSec .numberSec ul li .counterBox {
  text-align: center;
}
.advantageSec .numberSec ul li .counterBox .font46 {
  font-size: 46px;
  color: #DA251D;
  padding: 15px 0;
}
.advantageSec .numberSec ul li .counterBox .font16 {
  font-size: 16px;
  line-height: 18px;
}
.advantageSec .numberSec ul li .counterBox img {
  height: 35px;
}
.advantageSec .numberSec ul li:first-child {
  background: #F2F2F2;
}
.advantageSec .numberSec ul li:nth-child(2) {
  background: #EBEBEB;
}
.advantageSec .numberSec ul li:nth-child(3) {
  background: #e7e6e6;
}
@media (max-width: 1199px) {
  .advantageSec p {
    font-size: 24px;
  }
  .advantageSec .numberSec ul li {
    width: 150px;
  }
  .advantageSec .numberSec ul li .counterBox .font46 {
    font-size: 36px;
  }
  .advantageSec .numberSec ul li .counterBox .font16 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .advantageSec .advantageImg {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
  }
  .advantageSec .numberSec ul {
    align-items: center;
    justify-content: center;
  }
  .advantageSec .numberSec ul li {
    width: 160px;
  }
  .advantageSec .numberSec ul li .counterBox .font46 {
    font-size: 34px;
  }
  .advantageSec .numberSec ul li .counterBox .font16 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .advantageSec .numberSec ul {
    flex-wrap: nowrap;
  }
  .advantageSec .numberSec ul li {
    width: 160px;
  }
  .advantageSec .numberSec ul li .counterBox .font46 {
    font-size: 32px;
  }
  .advantageSec .numberSec ul li .counterBox .font16 {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .advantageSec .numberSec ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .advantageSec .numberSec ul li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .advantageSec .numberSec ul li .counterBox .font46 {
    font-size: 34px;
  }
  .advantageSec .numberSec ul li .counterBox .font16 {
    font-size: 14px;
  }
}

.offerSec {
  background: linear-gradient(to right, #fff 0%, #fff 75%, #E5E5E5 75%, #E5E5E5 100%);
  padding-left: 100px;
  max-width: 1366px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .offerSec {
    background: #fff;
  }
}
.offerSec .titleFont {
  display: inline-block;
}
.offerSec .font18 {
  font-size: 18px;
  color: #000;
}
.offerSec ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.offerSec ul li {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 20px;
  flex: 0 0 50%;
  max-width: 50%;
  padding-bottom: 10px;
}
.offerSec ul li::before {
  content: "";
  background: #DA251D;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 28px;
}
.offerSec ul li::before {
  top: 10px;
}
.offerSec ul li:last-child {
  padding-bottom: 0;
}
.offerSec .offerBtn {
  margin-top: 30px;
}
.offerSec .offerBtn .whiteBtn {
  color: #000 !important;
  font-size: 20px;
  border: 2px solid #000;
  padding: 10px 20px;
  display: inline-block;
  line-height: 21px;
  transition: all ease-in-out 0.7s;
}
.offerSec .offerBtn .whiteBtn:hover {
  color: #fff !important;
  background: #DA251D;
  border: 2px solid #DA251D;
}
.offerSec .offerSlider {
  margin-top: 60%;
}
.offerSec .offerSlider .offerBox {
  margin: 10px 0;
}
.offerSec .offerSlider .offerBox img {
  margin-left: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: 0 auto;
  padding: 15px;
}
.offerSec .offerSlider .offerBox .topImg {
  margin: 0 auto;
  margin-right: 50px;
  margin-top: -30px;
  z-index: 1;
  position: relative;
}
.offerSec .offerSlider .slick-next {
  top: -15px;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/rightarrow.svg) no-repeat !important;
  height: 40px;
  width: 40px;
  right: 0;
}
.offerSec .offerSlider .slick-prev {
  top: -15px;
  left: 85%;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/leftarrow.svg) no-repeat !important;
  height: 40px;
  width: 40px;
}
.offerSec .offerSlider .slick-next::before, .offerSec .offerSlider .slick-prev::before {
  display: none;
}
@media (max-width: 1199px) {
  .offerSec {
    padding-left: 50px;
  }
  .offerSec .offerSlider .topImg {
    margin-top: 20px !important;
  }
  .offerSec .offerSlider .slick-prev {
    left: 80%;
  }
  .offerSec ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .offerSec .offerSlider {
    margin-top: 40px;
  }
  .offerSec .offerSlider .offerBox {
    margin: 10px;
  }
  .offerSec .offerSlider .slick-prev {
    left: 85%;
  }
  .offerSec .offerSlider img {
    margin: 0 auto;
  }
  .offerSec .offerSlider .topImg {
    margin-top: 20px !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 575px) {
  .offerSec {
    background: linear-gradient(to right, #fff 0%, #fff 100%, #E5E5E5 100%, #E5E5E5 100%);
    padding: 60px 15px;
  }
  .offerSec ul li {
    font-size: 18px;
  }
  .offerSec .offerSlider .slick-prev {
    left: 77%;
  }
}

.industriesBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.industriesBlock .whyBox .whyTxt .font25 {
  font-size: 20px !important;
  max-width: 200px;
  margin: 0 auto;
  line-height: 25px !important;
  font-weight: 600;
}
.industriesBlock .whyBox {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1199px) {
  .industriesBlock .whyBox {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .industriesBlock .whyBox {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .industriesBlock .whyBox {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.whyusSec .titleFont {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.whyusSec .whyBox .redCircle {
  height: 100px;
  width: 100px;
  background: #DA251D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
.whyusSec .whyBox .whyTxt {
  text-align: center;
}
.whyusSec .whyBox .whyTxt .font25 {
  color: #000;
  position: relative;
  padding-bottom: 15px;
  max-width: 210px;
  margin: 0 auto;
}
.whyusSec .whyBox .whyTxt .font25::before {
  content: "";
  background: #da251d;
  width: 35px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -10px;
  height: 3px;
}
.whyusSec .whyBox .whyTxt .font18 {
  font-size: 18px;
  color: #000;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .whyusSec .whyTxt .font25 {
    font-size: 14px !important;
    font-weight: 600;
  }
  .whyusSec .whyTxt .font18 {
    font-size: 12px !important;
    padding: 0 !important;
  }
}
@media (max-width: 575px) {
  .whyusSec .whyTxt .font25 {
    font-size: 16px !important;
    font-weight: 600;
  }
  .whyusSec .whyTxt .font18 {
    font-size: 16px !important;
    padding: 0 !important;
  }
  .whyusSec .whyBox .redCircle {
    margin-bottom: 25px;
  }
  .whyusSec .whyBox.margTop0 {
    margin-top: 0;
  }
}

.casestudySec {
  background: #2A2A2A;
  position: relative;
}
.casestudySec .transparentTxt {
  left: 0;
  right: inherit;
}
.casestudySec .transparentTxt p {
  color: #787878;
  opacity: 0.1;
  font-size: 283px;
  line-height: 220px;
}
.casestudySec .titleFont {
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.casestudySec .font19 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 10px;
}
.casestudySec .font14 {
  color: #fff;
  font-size: 14px;
  padding-right: 5px;
}
.casestudySec .slick-dots {
  bottom: -45px;
}
.casestudySec .slick-dots li button {
  font-size: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.casestudySec .slick-dots li button::before {
  font-size: 46px;
  color: transparent;
}
.casestudySec .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
  line-height: 14px;
  left: -4px;
}
.casestudySec .casestudySlider {
  margin-bottom: 15px;
}
.casestudySec .casestudySlider .caseImg {
  position: relative;
}
.casestudySec .casestudySlider .caseImg img {
  margin: 0 auto;
  width: 100%;
}
.casestudySec .casestudySlider .caseImg::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 415px solid #CE251E;
  border-right: 415px solid transparent;
  z-index: 1;
  position: absolute;
}
.casestudySec .casestudySlider .caseImg::after {
  content: "";
  width: 290px;
  height: 415px;
  transform: skew(45deg);
  background: rgba(206, 37, 30, 0.5);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 22%;
}
.casestudySec .casestudySlider .caseImg .caseTxt {
  position: absolute;
  bottom: 10%;
  left: 3%;
  z-index: 2;
}
.casestudySec .casestudySlider .caseImg .caseTxt .font25 {
  color: #fff;
  font-size: 25px;
}
.casestudySec .casestudySlider .caseImg .caseTxt .font18 {
  color: #fff;
  font-size: 18px;
  width: 220px;
  padding-bottom: 20px;
}
.casestudySec .casestudySlider .caseImg .caseTxt .moreBtn {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 5px 25px;
}
@media (max-width: 991px) {
  .casestudySec .caseImg::before {
    display: none;
  }
  .casestudySec .caseImg::after {
    content: "";
    width: 100% !important;
    height: 180px !important;
    transform: skew(0) !important;
    background: rgba(206, 37, 30, 0.5);
    z-index: 1;
    position: absolute;
    top: inherit !important;
    left: inherit !important;
    bottom: 0 !important;
  }
  .casestudySec .caseImg .caseTxt .font18 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .casestudySec .casestudySlider .caseImg::after {
    z-index: 0;
  }
  .casestudySec .caseImg::after {
    content: "";
    width: 100% !important;
    height: 150px !important;
  }
  .casestudySec .caseImg img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .casestudySec .caseImg .caseTxt {
    bottom: 0 !important;
    padding-bottom: 20px;
  }
  .casestudySec .caseImg .caseTxt .font18 {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .casestudySec .caseTxt {
    bottom: 0 !important;
    padding-bottom: 10px;
  }
  .casestudySec .caseTxt .font18 {
    font-size: 16px !important;
  }
}

.infoSec .titleFont {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.infoSec .testomialBox {
  text-align: center;
}
.infoSec .testomialBox img {
  margin: 0 auto;
}
.infoSec .testomialBox .font18 {
  padding-top: 20px;
}
.infoSec .testomialBox .wid600 {
  width: 630px;
  margin: 0 auto;
}
.infoSec .testimonialSlider .slick-next {
  top: 45%;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/rightarrow.svg) no-repeat !important;
  height: 40px;
  width: 40px;
  right: 0;
}
.infoSec .testimonialSlider .slick-prev {
  top: 45%;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/leftarrow.svg) no-repeat !important;
  height: 40px;
  width: 40px;
}
.infoSec .testimonialSlider .slick-next::before, .infoSec .testimonialSlider .slick-prev::before {
  display: none;
}
.infoSec ul li {
  margin-bottom: 30px;
}
.infoSec ul li:last-child {
  margin-bottom: 0;
}
.infoSec ul li .newsBox {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.infoSec ul li .newsBox .font16 {
  font-size: 16px;
  color: #535353;
}
.infoSec ul li .newsBox .font14 {
  font-size: 14px;
  color: #535353;
}
.infoSec ul li .newsBox .font25 {
  font-size: 25px;
  color: #D5221B;
}
.infoSec .newsBtn {
  margin-top: 10px;
  text-align: center;
}
.infoSec .newsBtn a {
  color: #535353;
  font-size: 16px;
}
.infoSec .newsBtn a span {
  padding-left: 10px;
}
.infoSec .newsBtn a:hover {
  color: #DA251D;
}
@media (max-width: 767px) {
  .infoSec .testomialBox .wid600 {
    width: 100%;
  }
  .infoSec .testimonialSlider .slick-next, .infoSec .testimonialSlider .slick-prev {
    top: 55%;
  }
  .infoSec .testimonialSlider .slick-next {
    right: -10%;
  }
  .infoSec .testimonialSlider .slick-prev {
    left: -5%;
  }
  .infoSec ul li .newsBox .font25 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .infoSec .testomialBox .font18 {
    padding: 0 20px;
  }
  .infoSec .testimonialSlider .slick-prev {
    left: 0;
  }
  .infoSec .testimonialSlider .slick-next {
    right: -8%;
  }
}

.uploadresume label.error {
  top: 100%;
}

.eventBox {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}
.eventBox .newsTxt {
  padding: 15px;
}
.eventBox .newsTxt .font16 {
  font-size: 16px;
  color: #535353;
}
.eventBox .newsTxt .font25 {
  font-size: 25px;
  font-weight: 300;
  color: #DA251D;
  line-height: 25px;
  padding: 10px 0;
  font-weight: 200;
  transition: all ease-in-out 0.7s;
}
.eventBox:hover .newsTxt .font25 {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .eventBox .newsTxt .font25 {
    font-size: 20px;
  }
}

.newsdetailSec .titleFont {
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 25px;
}
.newsdetailSec .dispFlx {
  display: flex;
  justify-content: space-between;
}
.newsdetailSec .backBtn {
  font-size: 30px;
  color: #DA251D;
  text-decoration: underline;
  font-weight: 300;
}
.newsdetailSec .newsDet .font30 {
  font-size: 30px;
  color: #D5221B;
  padding-top: 10px;
  line-height: 40px;
  font-weight: 300;
}
.newsdetailSec .newsDet .font30.grayFont {
  color: #535353;
}
.newsdetailSec .newsDet img {
  margin: 0 auto !important;
  display: block;
  margin: 20px 0;
}
.newsdetailSec .newsDet .font18 {
  font-size: 18px;
  color: #000;
  padding-top: 20px;
}
.newsdetailSec .newsDet ul {
  margin-top: 40px;
}
.newsdetailSec .newsDet ul li {
  position: relative;
  padding-bottom: 20px;
  padding-left: 35px;
  font-size: 18px;
}
.newsdetailSec .newsDet ul li::before {
  content: "";
  background: #DA251D;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 28px;
}
.newsdetailSec .newsDet ul li::before {
  top: 8px;
  left: 10px;
}
.newsdetailSec .newsdetailslider .slick-dots li::before {
  background: none;
}
.newsdetailSec .newsdetailslider .slick-dots li button {
  font-size: 0;
}
.newsdetailSec .newsdetailslider .slick-dots li button::before {
  font-size: 45px;
}
@media (max-width: 991px) {
  .newsdetailSec .titleFont {
    display: inline-block !important;
  }
  .newsdetailSec .font30 {
    margin-bottom: 0;
  }
  .newsdetailSec .newsDet img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 575px) {
  .newsdetailSec .titleFont {
    margin-bottom: 0;
  }
  .newsdetailSec .backBtn {
    font-size: 20px;
    margin: 20px 0;
  }
  .newsdetailSec .dispFlx {
    flex-direction: column;
  }
}

.abtSec {
  background: #ECECEC;
}
.abtSec .font30 {
  font-size: 30px;
  color: #000;
  line-height: 40px;
}
.abtSec p {
  color: #000;
  font-size: 17px;
  padding-bottom: 15px;
  margin: 0;
}
.abtSec p:last-child {
  padding-bottom: 0;
}
.abtSec .dispFlx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.abtSec .dispFlx .absImg {
  flex: 0 0 32%;
  max-width: 32%;
  height: 450px;
}
.abtSec .dispFlx .absImg img {
  height: 100%;
  -o-object-position: right;
     object-position: right;
  display: block;
  width: 100%;
}
.abtSec .dispFlx .sectionPadding {
  flex: 0 0 65%;
  max-width: 65%;
  padding-right: 100px;
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .abtSec .sectionPadding {
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .abtSec .dispFlx .absImg {
    flex: 0 0 100%;
    display: none;
  }
  .abtSec .dispFlx .absImg img {
    opacity: 0.1;
  }
  .abtSec .dispFlx .sectionPadding {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
  }
}
@media (max-width: 575px) {
  .abtSec .font30 {
    font-size: 25px;
    line-height: 36px;
  }
  .abtSec p {
    font-size: 16px;
  }
  .abtSec .dispFlx .absImg {
    display: none;
  }
  .abtSec .dispFlx .sectionPadding {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.natureSec {
  background: linear-gradient(to right, #fff 0%, #fff 75%, #E5E5E5 75%, #E5E5E5 100%);
  padding-left: 100px;
  max-width: 1366px;
  margin: 0 auto;
}
.natureSec .natureSlider .offerBox {
  margin: 10px 0;
}
.natureSec .natureSlider .offerBox img {
  margin-left: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.natureSec .natureSlider .offerBox .topImg {
  margin: 0 auto;
  margin-right: 50px;
  margin-top: -35px;
  z-index: 1;
  position: relative;
}
.natureSec .natureSlider .offerBox .bottomImg {
  margin: 0 auto;
  margin-right: 40%;
  margin-top: -30px;
  z-index: 2;
  position: relative;
}
.natureSec .titleFont {
  color: #000;
}
.natureSec .font30 {
  font-size: 30px;
  color: #000;
  line-height: 40px;
  margin-bottom: 0;
}
.natureSec p {
  color: #000;
  font-size: 18px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .natureSec {
    padding-left: 30px;
    padding-right: 30px;
  }
  .natureSec .natureSlider .offerBox .topImg {
    margin-right: 115px;
  }
}
@media (max-width: 575px) {
  .natureSec {
    background: linear-gradient(to right, #fff 0%, #fff 100%, #E5E5E5 100%, #E5E5E5 100%);
    padding-left: 15px;
    padding-right: 15px;
  }
  .natureSec .font30 {
    font-size: 25px;
    line-height: 35px;
  }
  .natureSec p {
    font-size: 16px;
  }
  .natureSec .natureSlider .offerBox .topImg {
    margin-right: inherit;
    margin: 0 auto;
  }
  .natureSec .natureSlider .offerBox .bottomImg {
    margin-right: inherit;
    margin: 0 auto;
  }
}

.visionSec p {
  font-size: 18px;
  color: #000;
}
@media (max-width: 575px) {
  .visionSec p {
    font-size: 16px;
  }
}

.infraCon {
  background: #F9F9F9;
}
.infraCon .titleFont {
  margin: 0 auto;
  display: block;
}

.abtMain {
  background: none;
}
.abtMain .font30 {
  font-size: 30px;
  color: #e31e24;
  line-height: 40px;
  margin-bottom: 0;
  font-weight: bold;
  font-style: italic;
}
.abtMain p {
  color: #000;
  font-size: 16px;
  padding-bottom: 20px;
}
.abtMain .padd00 {
  padding: 15px 0;
  margin: 0;
}
.abtMain .absRight {
  position: absolute;
  right: 100%;
  margin-right: 20px;
}
.abtMain .paddtp15 {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .abtMain .font30 {
    padding-bottom: 0;
  }
  .abtMain .absRight {
    position: relative;
    right: inherit;
    margin-right: 0;
    margin: 0 auto;
    display: block;
  }
  .abtMain .paddtp15 {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .abtMain .font30 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 20px;
  }
}

.directorsec {
  background: #F9F9FA;
}
.directorsec .titleFont {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.directorsec img {
  padding-top: 40px;
}

.infrastructureList ul li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 15px;
  font-size: 18px;
}
.infrastructureList ul li::before {
  content: "";
  background: #DA251D;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 28px;
}
.infrastructureList ul li::before {
  top: 8px;
}

.contactSec .contactDet {
  margin-bottom: 30px;
}
.contactSec .contactDet:last-child {
  margin-bottom: 0;
}
.contactSec .contactDet h3 {
  font-size: 18px;
  color: #DA251D;
  margin: 0;
}
.contactSec .contactDet h3 span {
  padding-right: 10px;
}
.contactSec .contactDet p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.contactSec .contactDet p a {
  color: #000;
}
.contactSec .contactForm .btnarea .whiteBtn {
  color: #000 !important;
  font-size: 20px;
  border: 2px solid #000;
  padding: 10px 20px;
  display: inline-block;
  line-height: 21px;
  transition: all ease-in-out 0.7s;
  background: none;
  padding: 10px 30px;
  cursor: pointer;
}
.contactSec .contactForm .btnarea .whiteBtn:hover {
  color: #fff !important;
  background: #DA251D;
  border: 2px solid #DA251D;
}
.contactSec .contactForm .form-control {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
@media (max-width: 575px) {
  .contactSec .contactDet p {
    font-size: 16px;
  }
}

.map iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: none;
}

.industryBox {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  min-height: 410px;
}
.industryBox .font25 {
  font-size: 25px;
  color: #000;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
}
.industryBox img {
  margin-bottom: 20px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.industryBox .paddtpbott {
  padding: 10px 0;
}
.industryBox .industryCon p {
  padding-bottom: 15px;
}
.industryBox .industryCon .dispFlex {
  display: flex;
  align-items: center;
}
.industryBox .industryCon .dispFlex img {
  margin-bottom: 0;
}
.industryBox .industryCon .dispFlex ul {
  margin-left: 20px;
}
.industryBox ul li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}
.industryBox ul li::before {
  content: "";
  background: #DA251D;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 28px;
}
.industryBox ul li::before {
  top: 7px;
  height: 6px;
  width: 6px;
}
.industryBox ul li:last-child {
  padding-bottom: 0;
}

@media (max-width: 575px) {
  .industryBox .font25 {
    font-size: 22px;
  }
  .industryBox .industryCon .dispFlex {
    flex-wrap: wrap;
  }
  .industryBox .industryCon .dispFlex img {
    margin-bottom: 20px;
  }
  .industryBox .industryCon .dispFlex ul {
    margin-left: 0px;
  }
}
@media (max-width: 320px) {
  .industryBox .font25 {
    font-size: 18px;
  }
  .industryBox .industryCon p {
    font-size: 14px;
  }
  .industryBox .industryCon .dispFlex ul {
    margin-left: 0px;
  }
  .industryBox .industryCon .dispFlex ul li {
    font-size: 14px;
  }
}
.modal .modal-header {
  padding: 30px;
}
.modal .modal-header .font25 {
  font-size: 25px;
  color: #000;
  padding-bottom: 0;
  position: relative;
  display: inline-block;
}
.modal .modal-header .font25::before {
  content: "";
  background: #da251d;
  width: 35px;
  position: absolute;
  right: 0;
  height: 3px;
  left: 0;
  margin: auto;
  top: -5px;
}
.modal .industryBox {
  box-shadow: inherit;
  min-height: inherit;
  margin-bottom: 0;
  padding: 30px;
}
@media (max-width: 575px) {
  .modal .industryBox {
    padding: 15px;
  }
  .modal .modal-header {
    padding: 15px;
  }
  .modal .modal-header .font25 {
    font-size: 22px;
  }
}

.industrySec .offerBtn .whiteBtn {
  color: #000 !important;
  font-size: 20px;
  border: 2px solid #000;
  padding: 10px 20px;
  display: inline-block;
  line-height: 21px;
  transition: all ease-in-out 0.7s;
}
.industrySec .offerBtn .whiteBtn:hover {
  color: #fff !important;
  background: #DA251D;
  border: 2px solid #DA251D;
}
.industrySec .whyBox img {
  cursor: pointer;
}
.industrySec .whyBox .redCircle {
  transition: 0.3s ease-in all;
  transform: scale(1);
  height: 100px;
  width: 100px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
.industrySec .whyBox .redCircle:hover {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  transform: scale(1.2);
}
.industrySec .whyBox .whyTxt {
  text-align: center;
}
.industrySec .whyBox .whyTxt .font25 {
  font-size: 25px;
  color: #000;
  position: relative;
  padding-bottom: 20px;
  min-height: 105px;
  line-height: 30px;
}
.industrySec .whyBox .whyTxt .font25::before {
  content: "";
  background: #da251d;
  width: 35px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -10px;
  height: 3px;
}
.industrySec .whyBox .whyTxt .font18 {
  font-size: 18px;
  color: #000;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .industrySec .whyBox {
    margin-bottom: 30px;
  }
  .industrySec .whyTxt .font25 {
    font-size: 20px !important;
    font-weight: 600;
    min-height: 80px !important;
  }
}
@media (max-width: 575px) {
  .industrySec .whyTxt .font25 {
    font-size: 20px !important;
    font-weight: 600;
    min-height: inherit !important;
  }
}

.bgGray {
  background: #F9F9F9;
  padding-left: 0 !important;
}

.paddBott {
  padding-bottom: 20px;
}

.qualitySec .font25 {
  font-size: 25px;
  color: #D5221B;
  font-weight: 600;
  padding-top: 20px;
}
.qualitySec .whyusSec .whyBox .whyTxt {
  text-align: center;
}
.qualitySec .whyusSec .whyBox .whyTxt .font18 {
  font-size: 18px;
  color: #000;
  position: relative;
  padding-bottom: 15px;
  padding: 0 9px;
  line-height: 18px;
}
.qualitySec .whyusSec .whyBox .whyTxt .font18::before {
  content: "";
  background: #da251d;
  width: 35px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -10px;
  height: 3px;
}
.qualitySec .whyusSec ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.qualitySec .whyusSec ul li {
  flex: 0 0 20%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .qualitySec ul li {
    flex: 0 0 33.33% !important;
  }
}
@media (max-width: 575px) {
  .qualitySec ul li {
    flex: 0 0 50% !important;
  }
}

.imgSec {
  margin-top: 30px;
}
.imgSec ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.imgSec ul li {
  flex: 0 0 18%;
  max-width: 100%;
  margin: 10px;
}
.imgSec ul li .bdrImg img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
@media (max-width: 1199px) {
  .imgSec ul li {
    margin: 9px;
  }
}
@media (max-width: 991px) {
  .imgSec ul li {
    flex: 0 0 30% !important;
  }
}
@media (max-width: 767px) {
  .imgSec ul li {
    flex: 0 0 28% !important;
  }
}
@media (max-width: 575px) {
  .imgSec ul li {
    flex: 0 0 46% !important;
    margin: 5px;
  }
  .imgSec ul li .bdrImg img {
    margin: 0 auto;
    display: block;
  }
}

.infraSec .serviceDet {
  margin-bottom: 100px;
}
.infraSec .serviceDet .titleFont {
  padding-bottom: 0 !important;
}
.infraSec .serviceDet .titleFont::before {
  display: none !important;
}
.infraSec .serviceDet img {
  margin-left: auto;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.infraSec .serviceDet:last-child {
  margin-bottom: 0;
}
.infraSec .serviceBtn a, .infraSec .serviceBtn span {
  color: #000 !important;
  font-size: 20px;
  border: 2px solid #000;
  padding: 10px 20px;
  display: inline-block;
  line-height: 21px;
  transition: all ease-in-out 0.7s;
}
.infraSec .serviceBtn a:hover, .infraSec .serviceBtn span:hover {
  color: #fff !important;
  background: #DA251D;
  border: 2px solid #DA251D;
}
.infraSec .accordion {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .infraSec .serviceDet {
    margin-bottom: 40px;
  }
  .infraSec img {
    margin: 0 auto;
    margin-top: 20px;
  }
}

.industrySlider .slick-next {
  top: 45%;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/rightarrow.svg) no-repeat !important;
  height: 40px;
  width: 40px;
  right: 0;
  z-index: 1;
}
.industrySlider .slick-prev {
  top: 45%;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/leftarrow.svg) no-repeat !important;
  height: 40px;
  width: 40px;
}
.industrySlider .slick-next::before, .industrySlider .slick-prev::before {
  display: none;
}
@media (max-width: 767px) {
  .industrySlider .slick-next, .industrySlider .slick-prev {
    top: 55%;
  }
  .industrySlider .slick-next {
    right: -10%;
  }
  .industrySlider .slick-prev {
    left: -5%;
  }
}
@media (max-width: 575px) {
  .industrySlider .slick-prev {
    left: 0;
  }
  .industrySlider .slick-next {
    right: -8%;
  }
}

.serviceCon .paddtpbt {
  padding: 60px 0;
}
.serviceCon .font30 {
  color: #707070;
  margin-bottom: 0;
}
.serviceCon .font25 {
  font-size: 25px;
  color: #000;
  margin-bottom: 0;
  line-height: 30px;
  font-weight: 600;
}
.serviceCon .font20 {
  font-size: 20px;
  color: #000;
}
.serviceCon .font18 {
  margin-bottom: 0;
  text-align: justify;
}
.serviceCon .serveSpec {
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .serviceCon .paddtpbt {
    padding: 30px 0;
  }
  .serviceCon .font25 {
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 600 !important;
  }
  .serviceCon .font20 {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .serviceCon .font30 {
    font-size: 25px;
    line-height: 35px;
  }
  .serviceCon .font18 {
    font-size: 16px;
  }
  .serviceCon .font25 {
    line-height: 22px;
  }
}

.dropdown-item.active, .dropdown-item:hover {
  background: transparent;
}

.uploadresume {
  margin-bottom: 1rem;
}
.uploadresume .input-group-btn {
  position: absolute;
  right: 0;
}
.uploadresume .career_btn {
  cursor: pointer;
  background: #ECECEC;
  border-radius: 0;
  color: #000;
  line-height: 16px;
  font-size: 16px;
  font-weight: 100;
  padding: 10px 40px;
}
.uploadresume .btn-file {
  position: relative;
  overflow: hidden;
}
.uploadresume .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.uploadresume .form-control[readonly] {
  background: #fff;
}
@media (max-width: 575px) {
  .uploadresume .career_btn {
    padding: 10px;
    font-size: 14px;
  }
}

.careerSec {
  max-width: 430px;
  margin: 0 auto;
}
.careerSec .form-control {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
}
.careerSec .btnarea {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .careerSec {
    max-width: 100%;
  }
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

.footerSec {
  background: #191919;
  padding: 75px 0 35px 0;
  border-bottom: 15px solid #da251d;
  position: relative;
}
.footerSec .footLogo {
  padding-bottom: 20px;
}
.footerSec .font25 {
  font-size: 25px;
  font-weight: 400;
  color: #707070;
}
.footerSec .font16 {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
}
.footerSec p a {
  color: #707070;
  transition: all ease-in-out 0.7s;
}
.footerSec p a:hover {
  color: #DA251D;
}
.footerSec .footerLink ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footerSec .footerLink ul li {
  margin-left: 12px;
}
.footerSec .footerLink ul li a {
  color: #707070;
  font-size: 14px;
  transition: all ease-in-out 0.7s;
}
.footerSec .footerLink ul li:hover a, .footerSec .footerLink ul li.active a {
  color: #DA251D;
}
.footerSec .dispFlx {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  position: absolute;
  right: 9%;
  top: 30%;
}
.footerSec .dispFlx .isoImg img {
  height: 80px;
}
.footerSec .brocureBtn {
  text-align: right;
}
.footerSec .brocureBtn .downloadBtn {
  background: transparent;
  color: #707070;
  transition: all ease-in-out 0.7s;
  border: 2px solid #707070;
  padding: 10px 30px;
  cursor: pointer;
}
.footerSec .brocureBtn .downloadBtn:hover {
  background: #DA251D;
  border: 2px solid #DA251D;
  color: #fff;
}
.footerSec .footerBtm {
  padding-top: 70px;
}
.footerSec .footerBtm .design_by {
  text-align: right;
  position: relative;
  z-index: 1;
}
.footerSec .footerBtm p {
  color: #727272;
  font-size: 12px;
}
.footerSec .socialIcon {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  right: 0;
  left: 10%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.footerSec .socialIcon ul {
  display: flex;
}
.footerSec .socialIcon ul li {
  height: 40px;
  width: 40px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 0 5px;
  transition: all ease-in-out 0.7s;
}
.footerSec .socialIcon ul li a i {
  color: #707070;
}
.footerSec .socialIcon ul li:hover {
  background: #DA251D;
  border: 1px solid #DA251D;
  transform: scale(1.1);
}
.footerSec .socialIcon ul li:hover a i {
  color: #fff;
}
@media (max-width: 1199px) {
  .footerSec {
    padding: 50px 0 30px 0;
  }
  .footerSec .font25 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .footerSec .footerLink ul {
    justify-content: flex-start;
  }
  .footerSec .footerLink ul li {
    max-width: 50%;
    flex: 0 0 50%;
    margin-left: 0;
    text-align: center;
  }
  .footerSec .brocureBtn {
    text-align: center;
  }
  .footerSec .socialIcon {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-top: 30px;
  }
  .footerSec .footerBtm {
    padding-top: 40px;
  }
  .footerSec .dispFlx {
    position: relative;
    justify-content: center;
    right: inherit;
  }
}
@media (max-width: 575px) {
  .footerSec {
    padding: 45px 0 35px 0;
  }
  .footerSec .dispFlx {
    display: block;
  }
  .footerSec .dispFlx .isoImg {
    margin-right: 0;
  }
  .footerSec .dispFlx .isoImg img {
    margin: 0 auto;
    display: block;
  }
  .footerSec .font16 {
    text-align: center;
  }
  .footerSec .footLogo {
    margin: 0 auto;
    display: block;
    width: 230px;
  }
  .footerSec .font25 {
    text-align: center;
    font-size: 20px;
  }
  .footerSec .font17 {
    text-align: center;
  }
  .footerSec .footerLink {
    margin-top: 30px;
  }
  .footerSec .footerLink ul li a {
    font-size: 14px;
  }
  .footerSec .footerBtm {
    text-align: center;
    padding-top: 60px;
  }
  .footerSec .design_by {
    text-align: center !important;
  }
  .footerSec .brocureBtn {
    margin-top: 30px;
  }
  .footerSec .brocureBtn .downloadBtn {
    font-size: 14px;
    padding: 8px 15px;
  }
}

.wtchVdo .videoBox iframe {
  width: 85%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .wtchVdo .videoBox iframe {
    width: 70%;
    height: 300px;
    display: block;
  }
}
@media (max-width: 575px) {
  .wtchVdo .videoBox iframe {
    width: 100%;
    height: 275px;
  }
}
@media (max-width: 450px) {
  .wtchVdo .videoBox iframe {
    width: 100%;
    height: 200px;
  }
}/*# sourceMappingURL=style.css.map */