@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
/*font-family: 'Playfair Display', serif;*/

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

/*font-family: 'Quicksand', sans-serif;*/

@import url("https://fonts.googleapis.com/css2?family=Carter+One&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;800&family=Poppins:wght@100;200&display=swap');
/* font-family: 'Dosis', sans-serif;
font-family: 'Poppins', sans-serif; */



.hero h2 {
  font-family: "Carter One", cursive;
}

body {
  font-family: "Quicksand", sans-serif;
  color: #444;
}

a {
  color: #428bca;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  /* font-family: 'Quicksand', sans-serif; */
  font-family: "Playfair Display", serif;
}
p {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #428bca;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #629fd3;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #428bca;
}

#topbar .contact-info i {
  color: #428bca;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

#topbar .social-links a {
  color: #5c768d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #428bca;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  z-index: 997;
}



#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 81px;
  margin-right: 65px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 14px 9px;
  transition: 0.3s;
  font-size: 13px;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #103453;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #428bca;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #c1272d;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #9eccf4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 25px;
  top: 30px;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #c1272d;
  padding: 5px 5px;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (min-width: 992px) {
  .hero {
    padding-left: 160px;
  }
}

/*.hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}*/

.hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #45505b;
}

.hero p {
  color: #45505b;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero p span {
  color: #0563bb;
  letter-spacing: 1px;
}

/*.hero .social-links {
  margin-top: 30px;
}*/

.hero .social-links a {
  font-size: 16px;
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  margin-right: 10px;
  transition: 0.3s;
  background: #e4b233;
  padding: 8px 8px;
  border-radius: 26px;
}

.hero iframe.loaded {
  opacity: 1;
}
.hero iframe {
  opacity: 0;
}
.hero_video,
.hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.corpratevideo {
  text-align: right;
}

/*.hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}*/

.hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.hero .carousel-content {
  text-align: left;
}

.hero_content {
  width: 100%;
  
}

.playyoutube i {
  color: #c1272d;
  line-height: 41px;
}
.playyoutube {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 30px;
}

.corpratevideo {
  text-align: right;
  padding: 10px 15px;
  display: inline-block;
  justify-content: flex-end;
  background: #872529;
  color: #fff;
}

.corpratevideo a {
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

@media (max-width: 992px) {
  .hero,
  .hero .carousel-item {
    height: calc(100vh - 70px);
  }
  .hero .carousel-content.container {
    padding: 0 50px;
  }
}

.hero h2 {
  color: #000;
  margin-bottom: 30px;
  font-size: 29px;
  /* font-weight: 500; */
  padding: 11px 25px;
  background: #ddddddab;
  display: inline-block;
  /* font-family: "Nunito", sans-serif; */
  /* font-family: "Inter", sans-serif; */
  /* font-family: "Bona Nova", serif; */
  /* font-family: "Noto Serif", serif; */
  /* font-family: "Mulish", sans-serif; */
  /* font-family: "Dosis", sans-serif; */
  /* font-family: "Slabo 27px", serif; */
  /* font-family: "Azeret Mono", monospace; */
  /* font-family: "Ubuntu", sans-serif; */
  font-family: "IBM Plex Sans", sans-serif;
}
/* .hero h2 span {
  font-family: "Nunito", sans-serif;
} */
.hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

.hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

.hero .carousel-inner .carousel-item,
.hero .carousel-inner .active.carousel-item-left,
.hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

.hero .carousel-inner .active,
.hero .carousel-inner .carousel-item-next.carousel-item-left,
.hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

.hero .carousel-inner .carousel-item-next,
.hero .carousel-inner .carousel-item-prev,
.hero .carousel-inner .active.carousel-item-left,
.hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 10%;
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

.hero .carousel-indicators li {
  cursor: pointer;
}

.hero .btn-get-started {
  /* font-family: "Raleway", sans-serif; */
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}

.hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .hero p {
    width: 60%;
  }
  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  padding-bottom: 25px;
  text-align: center;
}

.section-title h2 {
  /* font-size: 32px; */
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 10px;
}

.aboutimgs {
  max-width: 515px;
  position: relative;
  left: -18px;
}

.textpara {
  color: #4d4d4d;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.subtext {
  color: #666666;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
  /* font-size: 14px;
     font-weight: 500; */
  line-height: normal;
  font-family: 'Poppins', sans-serif;
  
}

.subtext span {
  color: #c1272d;
}

/*.theamheading  {
    color: #1a1a1a;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    position: relative;
}*/

.section-title h2 {
  padding: 0;
  line-height: normal;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: #1a1a1a;
  /* font-family: 'Playfair Display', serif; */
  /* font-size: 21px; */
  font-size: 25px;
  font-weight: 100;
  position: relative;
  display: inline-block;
}

.section-title h2::after {
  position: relative;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  display: inline-block;
  background: #c1272d;
  margin: 4px 10px;
  top: -3px;
}

.section-title h2::before {
  position: relative;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  display: inline-block;
  background: #c1272d;
  margin: 4px 10px;
  top: -3px;
}

/*.theamheading::after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #c1272d;
    width: 40px;
    bottom: 50%;
    left: 55%;
}
*/
.aboutdatadec {
  margin-top: 0px;
  position: relative;
}

.theambtn a {
  color: #c1272d;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 35px;
  border: 1px solid #ccc;
  border-radius: 24px;
  display: inline-block;
  position: relative;
  z-index: 9;
}
.theambtn::after {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 94%;
  height: 78%;
  border-radius: 24px;
  left: 5px;
  top: 4px;
  /* z-index: -9; */
}
.infrawrap .theambtn::after {
  background: #f2f2f2;
}

.theambtn {
  position: relative;
  display: inline-block;
}

.aboutdatadec::after {
  position: absolute;
  content: "";
  background: url(../../assets/img/bgicon.png);
  width: 380px;
  height: 380px;
  top: 0;
  background-size: cover;
  right: -150px;
  z-index: -9;
}

.aboutbg {
  background-image: url(../../assets/img/aboutbg.jpg);
  background-size: cover;
  border-left: 5px solid #c1272d;
  width: 54%;
}

.arevalueheading span {
  margin-right: 10px;
  font-weight: 500;
  font-size: 30px;
}
.arevalueheading {
  color: #c1272d;
  font-weight: bold;
  /* font-size: 18px; */
  font-size: 20px;
  font-family: 'Playfair Display', serif;
}

.arevalues {
  margin-bottom: 25px;
  padding-left: 33%;
  padding-right: 13%;
}

.infrastructure .arevalues {
  margin-bottom: 0px;
  padding-bottom: 83px;
}

.graybg {
  background: #f2f2f2;
  padding-top: 35px;
  padding-bottom: 25px;
  width: 46%;
}

/*--------------------------------------------------------------
# What We Do?
--------------------------------------------------------------*/
.whatwedo {
  background-image: url(../../assets/img/whatwedobg.jpg);
  background-size: cover;
  padding-bottom: 0px;
  border-bottom: 6px solid #c1272d;
  padding-bottom: 60px;
}

.subheadings {
  color: #1a1a1a;
  text-transform: uppercase;
  /* font-family: 'Playfair Display', serif; */
  font-size: 25px;
  position: relative;
  display: inline-block;
}

.subheadings::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #c1272d;
  width: 40px;
  bottom: 45%;
  left: -50px;
}

.subheadings::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #c1272d;
  width: 40px;
  bottom: 45%;
  right: -50px;
}

.ourservicewrap {
  display: flex;
  width: 70%;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}

.ourserwrap1 {
  order: 2;
  width: 70%;
}

.ourserwrap2 {
  order: 1;
  text-align: right;
  padding-right: 4%;
}
.ourservicewrap .arevalues {
  padding-left: 0%;
  padding-right: 0%;
  margin-bottom: 9px;
}

.ourserwrap3 {
  order: 3;
  padding-left: 4%;
}

.arevalues ul {
  color: #4d4d4d;
  font-size: 16px;
  padding-left: 18px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.ourservicewrap .theambtn a {
  border: 1px solid #bdbdbc;
}

.tile .nav-tabs {
  border-bottom: none;
  width: 40%;
  margin: 0 auto;
  margin-bottom: 35px;
  position: relative;
  border: none !important;
}
.tile {
  width: 100%;
  margin: 10px auto;
}

.tile .nav-tabs .nav-link {
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 0px 5px;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 40px;
  /* padding-bottom: 13px; */
  background: transparent;
  font-weight: 700;
}

.tile .nav-tabs .nav-item.show .nav-link,
.tile .nav-tabs .nav-link.active {
  /* background-color: #c1272d; */
  /* color: #fff; */
  border-bottom: 3px solid #cc0805;
}

#tile-1 .slider {
  display: inline-block;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background-color: #39bcd3;
  position: absolute;
  z-index: 1200;
  bottom: 0;
  transition: all 0.4s linear;
}

.Illustrationswrap .ourservicewrap {
  width: 100%;
  align-items: initial;
}

.Illustrationswrap .ourserwrap1 {
  order: 1;
  width: 25%;
  margin-right: 20px;
}

.ourserwrap4 {
  order: 2;
  width: 80%;
}

.Illustrationswrap .ourserwrap {
  display: flex;
  justify-content: space-around;
}

.Illustrationswrap .arevalues {
  width: 16% !important;
  border: 1px solid #ccc;
}

.Illustrationswrap .arevalueheading {
  font-size: 15px;
  text-align: center;
}

/*--------------------------------------------------------------
# infrastructure
--------------------------------------------------------------*/

.infrawrap .arevalues {
  padding-left: 6%;
  background: #e6e6e6;
  padding-top: 40px;

  padding-bottom: 40px;
  padding-right: 4%;
}

.infrawrap .arevalues .arevalueheading {
  margin-bottom: 15px;
}

.infrawrap .arevalues li {
  margin-bottom: 8px;
  font-weight: 500;
}

.infrasliderwrap .slider {
  width: calc(100% - 0vmin);
  height: calc(100vh - 35vmin);
  margin: 0;
  display: flex;
  border-radius: 0;
  overflow: hidden;
}

.infrasliderwrap .slide::after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  top: 0;
}

.infrasliderwrap .slide {
  min-width: 10px;
  /* flex: 1 1; */
  transition-property: flex-grow, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  padding: 2.5em;
  margin: 0px 3px;
  padding-left: 0;
  /* padding-right: 5rem; */
  overflow: hidden;
  color: #fff !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}

.infrasliderwrap .slide--expanded::after {
  opacity: 0.1;
}

.infrasliderwrap .slide--expanded {
  flex: 100 1;
}

.infrasliderwrap .slide:nth-of-type(1) {
  background: url(../../assets/img/infraslider1.jpg);
}

.infrasliderwrap .slide:nth-of-type(2) {
  background: url(../../assets/img/infraslider2.jpg);
}

.infrasliderwrap .slide:nth-of-type(3) {
  background: url(../../assets/img/Plant-3.JPG);
}

/*.infrasliderwrap  .slide:nth-of-type(4) {
  background-color: #d5e68d;
  --color-text: black;
}

.infrasliderwrap .slide:nth-of-type(5) {
  background-color: #47a025;
  --color-text: white;
}*/

.slide .plantarea {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 17%;
  z-index: 9;
  font-size: 13px;
  background: #c2272d;
  text-align: center;
  padding: 2px 20px;
  padding: 5px 20px;
}

.slide--expanded .plantarea {
  display: block;
}

.plantno {
  position: relative;
  top: 100%;
  font-size: 15px;
  left: 10px;
  z-index: 9;
}

.plantno::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 123px solid #c2272d;
  border-right: 140px solid transparent;
  top: -63px;
  left: -11px;
  z-index: -9;
}

.infrastructure .theamheading {
  font-size: 22px;
}

/*--------------------------------------------------------------
# Software
--------------------------------------------------------------*/
.softwarelist ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}

.softwarelist ul li {
  width: 97px;
}
.softwarelist ul li img {
  max-height: 74px;
}

.softwarelist {
  /* width: 55%; */
  width: 100%;
  padding: 30px 40px 0px 40px;
}

.softwarewrap {
  display: flex;
  background: #f2f2f2;
  border-bottom: 6px solid #c1272d;
}

.softwareimg {
  width: 45%;
}

.softwareimg img {
  width: 100%;
}

.softwarename {
  color: #c1272d;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Playfair Display', serif;

}

/*--------------------------------------------------------------
# casestudy
--------------------------------------------------------------*/

.casestudybg {
  background-image: url(../../assets/img/casestudybg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.imagebg img {
  width: 100%;
}
.imagebg {
  background: #fff;
  padding: 36px;
  height: 150px;
  display: flex;
  align-items: center;
  /* margin-bottom: 17px; */
}

.imagebg img {
  width: 100%;
  /* line-height: 45px; */
}

.casedec {
  padding: 15px;
  background: #f2f2f2;
 height: 290px;
  border-bottom: 7px solid #c1272d;
}
.content-data p{
 font-size: 19px;
}
.line{
  height: 3px;
  width: 100px;
  background-color: #c1272d;
}
.casedec h5 {
  color: #c1272d;
  font-size: 13pt;
  font-weight: 600;
}

.casedec ul {
  list-style: none;
  padding-left: 0;
  text-transform: capitalize;
}

.casedec ul li {
  font-size: 16px;
}

.casedec ul li span:first-child {
  color: #c1272d;
}

/*--------------------------------------------------------------
# clients
--------------------------------------------------------------*/

/*.clients-carousel{display: flex;}*/

.clients-carousel.owl-carousel .owl-dots.disabled,
.clients-carousel.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.clients-carousel .owl-prev {
  position: absolute;
  top: 20%;
  left: 0px;
  display: block !important;
}

.clients-carousel .owl-next {
  position: absolute;
  top: 20%;
  right: 0px;
  display: block !important;
}

.clients-carousel .owl-prev i,
.clients-carousel .owl-next i,
.clients-carousel .owl-prev span,
.clients-carousel .owl-next span {
  color: #ccc;
  font-size: 50px;
  position: relative;
}

.owl-prev:focus,
.owl-next:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}

.counts .count-box i {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}

.counts .count-box span {
  font-size: 42px;
  display: block;
  font-weight: 700;
  color: #1c5c93;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  /* font-family: "Raleway", sans-serif; */
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #428bca;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #428bca;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #428bca;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(
    360deg,
    #5c768d 0%,
    rgba(92, 118, 141, 0.9) 35%,
    rgba(140, 167, 191, 0.8) 100%
  );
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #428bca;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6aa3d5;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#footer {
  background: #1a1a1a;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 13px;
}

#footer .footer-top {
  background: #1a1a1a;
  border-top: 1px solid #515151;
  border-bottom: 1px solid #515151;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: "Raleway", sans-serif; */
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #768fa6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #428bca;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 15px;
  font-weight: 600;
  color: #c1272d;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 6px;
}

.footer-links p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

/* #footer .footer-top .footer-links {
  margin-bottom: 30px;
} */

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9eccf4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: normal;
  font-size: 13px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #c1272d;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #428bca;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #5295ce;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}

.footer-links i {
  color: #c1272d;
  font-size: 18px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

#linkedin{
  color: #0077b5;
}

.maplink {
  color: #fff;
  display: inline;
  /* padding-left: 5px; */
  border-bottom: 1px solid #fff;
  font-size: 12px;
  font-weight: 600;
}

.footerredheading strong {
  display: block;
  font-size: 25px;
}

.footerredheading {
  color: #c1272d;
  font-family: 'Playfair Display', serif;
}
.footerredheading span {
  font-size: 17px;
}

.footerlink3 li {
  padding-bottom: 0px !important;
}

.footer-links a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;

}

.socialmedia a {
  display: inline-block;
  color: #c1272d;
  font-size: 25px;
}

.certiimg {
  width: 100%;
  /* margin: 0 auto; */
}

.formtheambtn::after {
  height: auto;
  width: auto;
}

.clientwrap {
  display: flex;
  justify-content: space-evenly;
}

.clientwrap img {
  width: 14% !important;
}

.linear-wipe {
  text-align: center;
  background: linear-gradient(to right, #fff 20%, #ff0 40%, #ff0 60%, #fff 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  --text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 1s linear infinite;
  animation: shine 1s linear infinite;
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.newhigh {
  position: absolute;
  right: 0;
  background: #3c3c3c5c;
  /* top: 0; */
  bottom: 40px;
}

.jarallax-video-pause {
  position: absolute;
  top: 0;
  background: #000000a6;
  color: #fff;
}

/* CSS Added on 16-08-2021 */
.hero h2 span {
  color: #c1272d;
  font-style: italic;
  font-size: 36px !important;
  font-weight: 700 !important;
}
/* CSS Added on 17-08-2021 */
#header .logo img {
  max-height: 90px;
  margin-right: 35px;
}
.nav-menu a {
  font-size: 15px;
  padding: 14px 7px;
}
.enquirebtn a {
  /* padding: 8px 25px !important; */
  padding: 8px !important;
}

/* css added 19-08-2021*/
.socialmedia a {
  line-height: 0.6;
}
.certificate-container {
  padding-right: 2%;
}
.certificate-container .section-title,
.certificate-container .certiimg.gallery {
  /* text-align: right; */
  text-align: left;
}
.namevsionwrap span:nth-child(1) {
  margin: 1rem;
  margin-left: 0rem;
}
.namevsionwrap {
  grid-gap: 1.3rem;
}
#footer .footer-top {
  background: #d4d4d4;
}

#footer .footer-top,
#footer .footer-top .footer-links ul a,
.footer-links a {
  font-weight: 700;
  color: #000 !important;
}
.maplink {
  border-bottom: 1px solid #000;
}

.textpara {
  color: #080808;
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}
.ourserwrap .card {
  background-color: #e5e5e5;
}
.ourserwrap .card.text-white {
  width: 22%;
  margin: 0.7rem 0.4rem;
}
.ourserwrap .card .card-title {
  margin-bottom: 0;
  margin-top: 3rem;
  text-align: right;
  color: #c1272d;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
}

.Illustrationswrap .arevalues {
  width: 16% !important;
  border: 1px solid #ccc;
  background: #e5e5e5;
  border-radius: 3px;
  margin: 0px 2px;
  padding: 0px 6px;
  margin-bottom: 15px;
}

.arevalueheading {
  color: #c1272d;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0rem;
  /* text-align: right; */
  color: #c1272d;
  font-weight: bold;
  /* font-style: italic; */
}

.hidden {
  display: none;
}
.tab-hidden {
  display: none;
}

.ourservice-margin {
  margin-bottom: 30px;
}

.card_box {
  display: block;
}
.textcase {
  text-transform: capitalize;
}

#infrafsize{
  font-size: 18px;
}

.highlight{
  color: #cc0805;
  /* color: black; */
  font-weight: 700;
}