@import url("https://fonts.googleapis.com/css?family=Kameron:400,700");

@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("fonts/Flaticon.woff") format("woff"),
    url("fonts/Flaticon.ttf") format("truetype"),
    url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 40px;
  font-style: normal;
}

.flaticon-mail-black-envelope-symbol:before {
  content: "\f100";
  font-size: 20px;
}
.flaticon-phone-contact:before {
  content: "\f101";
  font-size: 20px;
}
.flaticon-eye:before {
  content: "\f102";
}
.flaticon-goal:before {
  content: "\f103";
}
.flaticon-thumbs-up:before {
  content: "\f104";
}
.flaticon-thumbs-up-hand-symbol:before {
  content: "\f105";
}
.flaticon-group:before {
  content: "\f106";
}
.flaticon-teamwork:before {
  content: "\f107";
}

body {
  margin-top: 20px;
  color: #3a3a3a;
  line-height: 28px;
  font-weight: normal;
  font-size: 16px;
  font-family: "Kameron", serif;
  overflow-x: hidden;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
button {
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  text-decoration: none !important;
}
a,
a:focus,
a:hover,
a:active,
input:focus,
select:focus,
button:focus {
  outline: 0;
}

/*-----------------------------------*/
/* Page 404
/*-----------------------------------*/
#page404 {
  text-align: center;
}
#page404 img {
  margin: 50px 0;
  margin-bottom: 20px;
}
#page404 a {
  padding: 15px 30px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
.btn11 {
  background: #484a76;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 12px 5px 12px;
  border: none;
}
.btn11:hover {
  background: #000;
}

/*-----------------------------------*/
/* Flexible Container
/*-----------------------------------*/
.Flexible-container {
  position: relative;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
  border: none;
  margin-bottom: 0;
  margin-top: 35px;
}
.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
  position: absolute;
  width: 100%;
  top: 0;
  border: none;
  left: 0;
  width: 100%;
  height: 100%;
}
.Flexible-container1 {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
  border: none;
  margin-bottom: 0;
}
.Flexible-container1 iframe,
.Flexible-container1 object,
.Flexible-container1 embed {
  position: absolute;
  width: 100%;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
}

/*-----------------------------------*/
/* Table Styles
/*-----------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
tr:nth-of-type(odd) {
  background: #f9f9f9;
}

th {
  background: #484a76;
  color: white;
  font-weight: bold;
}
td,
th {
  padding: 6px 6px 6px 6px;
  border: 1px solid #dbdbdb;
}
.tWidth {
  width: 100%;
  float: left;
  color: #fff;
}
.enquiryBtn {
  margin: 10px 0 0 0 !important;
  text-align: center;
}
.textBox {
  width: 100% !important;
  height: 45px !important;
  background: #fff0;
  border: 1px solid #858585;
  color: #fff !important;
  font-size: 16px;
  padding: 5px 25px;
  margin-bottom: 15px;
}
.textBoxMulti {
  width: 100% !important;
  height: 100px !important;
  background: #fff0;
  border: 1px solid #858585;
  color: #fff !important;
  font-size: 16px;
  padding: 5px 25px;
  margin: 0 0 10px 0;
}
.tred {
  color: #484a76;
}
.subbtn {
  background: #484a76 !important;
  display: inline-block;
  padding: 10px 40px !important;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 1s;
  border: none;
}
.subbtn:hover {
  background: #000 !important;
  color: #fff;
}
::placeholder {
  color: #fff;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
p {
  font-family: "Kameron", serif !important;
}

/***********multidropdown css*********/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-menu > li > a {
  font-size: 16px;
  font-family: "Kameron", serif !important;
  color: #000;
}
/******end******/
.headerInfo {
  width: 100%;
  float: right;
  background: #fff;
  /* position: relative; */
}
.header img {
  width: 100%;
  height: auto;
}
.navbar-nav > li {
  list-style: none;
}
.navbar.navbar-expand-lg.navbar-light.bg-light {
  display: none;
}
.navbar-nav > li {
  background: url(../images/pipe.png) center right no-repeat;
}
.navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 500;
  padding: 20px 15px;
  font-size: 16px;
  font-family: "Kameron", serif !important;
  color: #000 !important;
}
.navbar-nav > li:last-child {
  background: none !important;
}
.logoInfo {
  background: #ffffff;
  width: 100%;
  position: relative;
  float: left;
  text-transform: uppercase;
  padding: 0px 0%;
  color: #fff;
}
.logoInfo a {
  text-transform: none;
}
.logoInfo a {
  color: #fff;
}
.logo {
  width: 100%;
  height: auto;
}
.topSection {
  width: 100%;
  float: left;
  padding: 0 5%;
}
#bs-example-navbar-collapse-1 {
  float: right;
}
.callInfo {
  float: right;
  text-align: left;
  font-size: 15px;
  padding: 10px 15px;
}
.logoInfo .glyphicon {
  color: #fff;
}
.slidersText {
  /* background-color: #484a76; */
  /* padding: 40px 50px 50px 40px; */
  width: 100%;
  /* float: left; */
  /* border-radius: 20px; */
  text-align: center;
  align-items: center;
}
.slidersText h3 {
  background-color: rgba(72, 74, 118, 0.4);
  /* padding: 5px; */
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 20px;
  
}
.slidersText p {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 24px;
  line-height: 20px;
  margin: 0;
  text-decoration: underline;
  color: #ffffff;
  /* padding-top: 5px; */
}
.slidersText h3 span {
  display: block;
  font-size: 20px;
  font-weight: 200;
}
.slidersText h1 {
  text-transform: uppercase;
  font-size: 23px;
  margin: 0;
}
.first-slide.img-responsive {
  width: 50%;
  height: auto;
  float: right;
}
.contactInfo {
  float: right;
}
.contactInfo li {
  list-style: none;
  float: left;
  padding: 5px 25px 5px 0;
}
#welcome {
  width: 100%;
  float: left;
  padding: 50px 0% 50px 7%;
  position: relative;
}
#welcome h1,
h2 {
  margin-top: 0;
  padding-top: 0;
}
#welcome h1 {
  font-size: 30px;
  font-weight: 600;
}
#welcome h2 {
  font-size: 24px;
  font-weight: 300;
}
#welcome h1 span {
  color: #484a76;
}
.welText {
  color: #6e6e6e;
}
.read {
  background: #000;
  padding: 10px 40px 10px 15px;
  display: inline-block;
  color: #fff;
  margin-top: 10px;
}
.read:hover,
.read:focus,
.read:active {
  color: #fff;
  background: #484a76;
}
.redPatch {
  width: 50%;
  background: #ffffff;
  position: absolute;
  z-index: 9999;
}
.redPatch {
  background: #ffffff;
  position: absolute;
  z-index: -1;
  top: 20%;
  right: 0;
  padding: 75px 45%;
}
.welSec {
  padding-right: 6%;
}
#wecmPatch {
  float: right;
  padding-right: 15%;
  position: relative;
}
#welUpper {
  position: absolute;
  bottom: -40px;
  right: 56%;
}

.productsInfo {
  width: 100%;
  float: left;
  text-align: center;
}
.prodTitle {
  width: 100%;
  float: left;
  background: url(../images/product-portfolio.png) no-repeat top left;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  background-size: 100% auto;
}
.productAll {
  padding: 50px 0;
}
.prodDetails {
  background: #ededed;
  -webkit-transition: background 2s;
  transition: background 2s;
}
.prodDetails img {
  width: 100%;
  height: auto;
}
.prodText {
  text-align: center;
  padding: 20px 18px;
  height: 80px;
}
.prodText h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
}
.prodDetails:hover h4 {
  color: #fff !important;
}
.view {
  background: #b3b3b3;
  padding: 5px 15px;
  color: #fff;
  display: inline-block;
  border: 1px solid #b3b3b3;
}
.owl-buttons {
  display: none;
}
.prodDetails:hover {
  background: #484a76;
  color: #fff;
}
.prodDetails:hover .view {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
#why {
  width: 100%;
  float: left;
  background: #484a76;
}
.whyText {
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #fff;
}
.whyText span {
  font-weight: 200;
}
.whyChoose {
  padding: 5%;
}
.whyChoose .read {
  padding: 10px 19px 10px 19px;
}
.whyChoose p {
  color: #fff;
  padding: 10px 0;
}

.time {
  padding: 60px 6%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/whychoose.jpg") no-repeat center center;
  background-size: cover;
}
.why_blk {
  width: 100%;
  float: left;
  padding: 20px 0;
  margin-top: 20px;
}
/*.why_blk{border-bottom: 1px solid #656361 !important;}*/
#why:last-child {
  border: none;
}
.blk2 {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 35px;
  color: #000;
}
.blk2 span {
  background: #fff !important;
  border-radius: 50%;
  padding: 35px 18px 18px 18px;
  border: 10px solid #62605d;
}
.why_info {
  color: #fff;
}
.why_info h4 {
  font-size: 22px;
  font-weight: 600;
}
.whyChoose img {
  border: 5px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: auto;
}

#clients {
  width: 100%;
  float: left;
  padding: 60px 0;
  text-align: center;
}
#clients img {
  width: 100%;
  height: auto;
}
.client img {
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#clients h3,
.careers h3 {
  font-size: 35px;
  font-weight: 600;
}
#clients h3 span,
.careers h3 span {
  font-weight: 200;
}
#clients p {
  padding-bottom: 20px;
}
#abb img {
  text-align: center !important;
  margin: 0 auto !important;
  float: none;
  width: 30% !important;
}
.value-icon {
  width: 40%;
  padding: 20px;
}
.value-text {
  color: #000000;
  font-size: 22px;
}
.values-block:hover {
  background: linear-gradient(
    rgba(255, 255, 255, 0.5) 70%,
    rgb(72, 74, 118, 0.9)
  );
  border-radius: 20px;
  -webkit-box-shadow: 7px 11px 14px 0px rgba(50, 50, 50, 0.49);
  -moz-box-shadow: 7px 11px 14px 0px rgba(50, 50, 50, 0.49);
  box-shadow: 7px 11px 14px 0px rgba(50, 50, 50, 0.49);
}
.values-block:hover .value-text {
  color: #000000;
}
@media (max-width: 320px) {
  .value-icon {
    width: 20%;
  }
}
.abbIn {
  height: 165px;
  box-shadow: 0px 0px 8px 0px #f1f1f1;
  padding: 0 10px;
  margin: 10px 0;
}
.viewAll {
  background: #484a76;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.viewAll:hover,
.viewAll:focus,
.viewAll:active {
  color: #fff;
  background: #484a76;
}
.mail {
  background: #484a76;
  border: 1px solid #484a76;
  padding: 5px 15px;
  display: inline-block;
  color: #fff;
}
.mail:hover {
  color: #484a76;
  background-color: #ffffff;
  border: 1px solid #484a76;
}
.followInfo {
  width: 100%;
  float: left;
  padding: 20px 0 40px 0;
  /* background: #000 url(../images/footer.jpg) no-repeat top left; */
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url("../images/footer.jpg") no-repeat center center;
  background-size: cover;
  text-align: left;
  color: #ffffff;
}

/* Footer section */
/* .footer {
  margin-top: 10px;
  padding: 20px;
  color: #ffffff;
  background-color: #3a3939;
  background-image: url("../img/footer-bg-map.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
} */
.footer > p {
  font-size: 14px;
  color: #ffffff;
}
.footer a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
}

.footer .fa-caret-right {
  color: #ffffff;
}
.footer table tr {
  background: black;
}
.footer table tr td {
  border: none;
}

.sub-footer {
  background-color: #000000;
  color: #ffffff;
}
.sub-footer > p,
small {
  color: #ffffff;
}
.sub-footer > a {
  color: #ffffff;
}
.sub-footer > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.section-heading-h3 {
  color: #000000;
  margin-bottom: 30px;
  margin-top: 10px;
}
.panel {
  display: none;
}
.button-active {
  border-bottom: 2px solid #0c245c;
}
.team-panel {
  display: block;
  height: auto;
}
.footerInfo {
  width: 100%;
  float: left;
  padding: 20px 0 15px 0;
  background: #1f1f1f;
  color: #fff;
  border-top: 1px solid #757575;
}
.footerInfo a {
  color: #ffffff;
}
.dividerLine {
  width: 20%;
  background: #c4c4c4;
  height: 2px;
  margin: 14px 0 20px 0;
}
.followInfo h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
}
.followInfo h3 span {
  display: block;
  font-weight: 300;
  font-size: 20px;
}
.contactDetails {
  padding: 10%;
}
.contactDetails p {
  border-bottom: 1px solid #888;
  padding: 5px 0 15px 0;
}
.contactDetails :last-child {
  border-bottom: none;
}
.contactDetails a {
  color: #888;
}
.followInfo p span {
  display: block;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.wow.bounceIn.design.animated {
  float: right;
}
#back-to-top {
  cursor: pointer;
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  z-index: 99 !important;
  background: #484a76;
  padding: 10px 10px;
  border-radius: 50%;
  outline: none;
  border: none;
}
#back-to-top img {
  width: 75%;
  height: auto;
}
#back-to-top:hover {
  background: #000;
  -webkit-transition: background 2s; /* Safari */
  transition: background 2s;
}

.innerSection {
  width: 100%;
  float: left;
  padding: 30px 0;
}
/*********about us page*******/
.welImage {
  border: 8px solid #eee;
  border-radius: 0 16px;
}
#abt_us .tab,
#factFiles .tab {
  overflow: hidden;
  border-bottom: 1px solid #e4eaf7;
  text-align: center;
  padding: 15px 0 0 0;
}
#abt_us .tab button,
#factFiles .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  transition: 0.3s;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
#abt_us .tab button.active,
#factFiles .tab button.active {
  background-color: #ededed;
}
#abt_us .tabcontent {
  display: none;
  padding: 45px 12px 30px 12px;
  text-align: left;
  height: 120px;
}
#factFiles .tabcontent {
  display: none;
  padding: 45px 12px 30px 12px;
  text-align: left;
}
#factFiles .tab {
  text-align: left;
}
#factFiles .tab button {
  padding: 10px 20px;
}
#abt_us h3 {
  font-size: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.mission {
  width: 100%;
  float: left;
  padding: 10px 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px 0px #f2f2f2;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}
.mission h4 {
  color: #484a76;
  font-size: 22px;
}
.mission:hover {
  box-shadow: 2px 2px 10px 1px #e4e3e3;
}
.mission li .glyphicon::before,
.mission p .glyphicon::before {
  font-size: 17px;
  color: #484a76;
  padding: 0 10px;
}
.mission p {
  width: 100%;
}

/*********products page*******/
#products img {
  width: 100%;
  height: auto;
}
#products .grid figure {
  margin-top: 20px;
}
#products h4 {
  text-align: center;
  font-size: 16px;
  color: #484a76;
}

/*********infra page*******/
.infraBox {
  margin-top: 20px;
}
.infraBox h4 {
  text-align: center;
  color: #484a76;
  min-height: 70px;
  padding: 15px 0px;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.infraText {
  text-align: center;
  padding: 15px;
  height: 435px;
}
.infraText p {
  margin: 0;
}
.tables {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  float: left;
  padding: 15px 0;
}
.tables img {
  margin-bottom: 30px;
}
.infraBox img {
  width: 100%;
  float: left;
  background-color: #ffffff;
}
.infraBox:hover img {
  background-color: #ffffff;
  border: 1px solid #484a76;
}
/*********contact page*******/
#contactSec {
  position: relative;
  padding: 60px 0 0 0;
}
.contBack {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ccc;
  padding: 20px 25px;
}
.address {
  background: #fff;
  box-shadow: 0px 0px 11px 0px #efefef;
  padding: 20px 25px;
  position: relative;
  height: 190px;
}
.contBack {
  position: absolute;
  top: -14px;
  left: 0px;
  background: #f0f0f0;
  padding: 19px 25px;
  width: 90%;
  z-index: -2;
  height: 155px;
}
.contIcon {
  position: absolute;
  background: #b1383f;
  right: 15px;
  bottom: 0px;
  padding: 10px 15px;
  -webkit-transition: background 2s; /* Safari */
  transition: background 2s;
}
.contIcon .glyphicon::before {
  font-size: 29px;
  color: #fff;
}
.address h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.address p {
  margin: 0 0 0px;
}
.address:hover .contIcon {
  background: #000;
}
.from_sec {
  padding: 50px 18%;
  background: #f7f7f7;
  background: url(../images/contBack.jpg) no-repeat left top;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 80px;
  text-align: center;
  color: #fff;
}
.contmap .Flexible-container {
  padding-bottom: 25%;
  margin-top: 0;
}
.from_sec .dividerLine {
  width: 11%;
  background: #c4c4c4;
  height: 2px;
  margin: 14px 0 20px 0;
  margin: 0 auto;
}
#form1 {
  padding-top: 20px;
}
.contIcon:hover {
  background: #000;
}
/*********achievement & clients page*******/
.awards {
  width: 100%;
  float: left;
  padding: 20px 16px 25px 16px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0px 0px 8px 0px #d6d6d6;
  height: 365px;
}
.awards1 {
  width: 32.33%;
  float: left;
  padding: 20px 30px 25px 30px;
  border-radius: 5px;
  position: relative;
  text-align: left;
  box-shadow: 0px 0px 8px 0px #d6d6d6;
  margin: 0 0.5% 30px;
  height: 370px;
}
.awards1 .simFltLeft {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.motivation .simFltLeft {
  float: left !important;
  margin: 0 20px 0 0 !important;
  text-align: left !important;
}
.motivation {
  text-align: left;
  height: auto !important;
}
.simFltRight {
  float: right;
  margin: 0 0 0 20px;
}
.simFltLeft {
  text-align: left;
  margin: 0 auto;
}
.awardRec {
  list-style: none;
}
.awardRec li {
  padding: 5px 0;
}
.awardRec li .glyphicon::before {
  font-size: 19px;
  color: #484a76;
  padding: 0px 10px;
}
.custDom p {
  padding: 2px 0;
  font-size: 15px;
  margin: 0 0;
}
.custDom strong {
  font-weight: 600;
  color: #484a76;
}

#custDomestic .col-sm-6 .custDom {
  height: 170px;
}
.innerSection h2 {
  font-size: 27px;
  font-family: Constantia;
  text-transform: uppercase;
  padding: 5px 0 20px 0;
  color: #484a76;
  background: url(../images/dividerinner.jpg) no-repeat left bottom;
  margin: 20px 0;
}

.row.contacts {
  margin-top: 15px;
}
.carousel-caption {
  bottom: 25px;
}

/* effects */
.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 20% 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 110px;
  margin: 0 auto;
  text-align: center !important;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Common style */

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  width: 100%;
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}

figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-apollo h2 {
  text-align: left;
}

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* END */

/* Media queries */
@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center;
  }
  .grid figure {
    display: inline-block;
    float: none;
    width: 100%;
  }
}
/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
  background: #2f3238;
  border: 4px solid #ccc;
}

figure.effect-julia img {
  max-width: none;
  height: auto;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-julia figcaption {
  text-align: left;
}

figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0;
}

figure.effect-julia p {
  display: inline-block;
  margin: 50px 0 0 0;
  padding: 0.4em 1em;
  background: #484a76;
  color: #fff;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}

figure.effect-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/********jyoti csss******/
.step {
  position: relative;
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
  padding: 20px 30px 20px 50px;
}
.step__number {
  position: absolute;
  background-color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 70px;
  width: 70px;
  height: 70px;
  top: 115px;
  left: -69px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
  border-top: 3px solid #dddddd;
  transition: all 100ms ease-out !important;
  color: #484a76;
}

.step__number::before {
  position: absolute;
  content: "";
  left: 0;
  top: -3px;
  width: 0;
  height: 3px;
  background-color: #fec303;
  transition: all 200ms ease-out;
}
.step__number::before hover {
  background-color: #001a4b;
}
.step:hover .step__number {
  color: #333333;
}
.step__title {
  font-size: 20px;
  margin-bottom: 0.22222rem;
  color: #484a76;

  font-weight: 700;
}
.step__content,
.step li {
  color: #666;
}
.awards h3 {
  color: #484a76;
}
.dropdown-menu li {
  border-bottom: 1px dotted #000;
}
.dropdown-menu li:last-child {
  border: none !important;
}
.dropdown-menu {
  min-width: 200px;
  padding: 0 0;
}
.infraBox h4 {
  color: #000;
  padding: 15px 10px;
}
.modal-body p strong {
  font-weight: 600;
  color: #484a76;
}
#custDomestic .grid figure {
  width: auto !important;
}
#custDomestic figure.effect-julia p {
  margin: 0 0 0 0 !important;
}
#custDomestic .infraBox {
  margin: 0 0 20px 0;
  width: 16%;
  float: left;
}
#custDomestic figure.effect-julia {
  background: none;
}
#custDomestic figure.effect-julia:hover {
  background: #000;
}
#custDomestic .modal-header {
  border-bottom: none;
  padding: 6px 10px;
}
#custDomestic .modal-body {
  padding: 0;
}
#custDomestic .custDom {
  width: 100%;
  float: left;
  padding: 0 0 17px 0;
  position: relative;
  text-align: left;
}
#custDomestic .modal-footer {
  padding: 6px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  clear: both;
}
#custDomestic .btn-default,
.infraBox .btn-default {
  color: #fff;
  background-color: #f3efef;
}
#motivation .glyphicon {
  top: 7px;
}
#qualityInfra .infraBox {
  box-shadow: 0px 0px 5px #ccc;
  width: 100%;
  float: left;
  text-align: left !important;
}
#qualityInfra figure.effect-julia {
  border: none !important;
}
#qualityInfra h4 {
  font-size: 20px;
  color: #484a76;
  min-height: 0;
  padding: 10px 0 0 0;
  text-align: left;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #000;
}
#qualityInfra p {
  text-align: left;
}
.team img {
  border: 3px solid #ccc !important;
}

.scope li {
  width: 50%;
  float: left;
}
.hrDetails li span {
  font-size: 17px;
  color: #484a76;
  padding: 0 10px;
}
.contacts .col-xs-12.col-sm-12.wow.bounceIn.animated {
  margin-bottom: 40px;
}
.location {
  text-align: center;
}
.contacts .col-sm-4 strong {
  display: block;
  color: #484a76;
}
.contacts .col-sm-4 p {
  border-right: 1px solid #ccc;
}
.contacts .col-sm-4:last-child p {
  border: none;
}

.mission img {
  box-shadow: 0 0 5px #777;
  margin: -28px 30px 15px 0;
}
#infrastructure .col-sm-3 img {
  margin-top: 70px;
  border: 2px solid #484a76;
  width: 100%;
}
.careers {
  width: 100%;
  float: left;
  padding: 60px 0;
  background: #e9e9e9;
}
/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
  background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}

figure.effect-jazz img {
  opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

figure.effect-jazz h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0;
}

figure.effect-jazz:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
  background-color: #ffffff;
}

figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

figure.effect-ruby:hover img {
  opacity: 1;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  background: #ffffff;
}

figure.effect-ruby h3 {
  margin-top: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 15px 12px;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
#qualityInfra figure.effect-julia p {
  padding: 0px 10px !important;
  margin: 0 !important;
  text-align: left !important;
  background: #fff !important;
  color: #000 !important;
  display: block !important;
  font-size: 14px !important;
}
#welcome img {
  border: 2px solid #ccc;
}
/*********resposnive*******/
@media (max-width: 1300px) {
  .followInfo {
    padding: 20px 0 20px 0;
  }
  .slidersText {
    float: left;
    padding: 0 3%;
  }
  .whyText {
    font-size: 27px;
  }
}
@media (max-width: 1250px) {
  .navbar-nav > li > a {
    padding: 17px 16px;
  }
  .topSection {
    padding: 0px 3%;
  }
  .navbar-nav > li > a {
    padding: 17px 10px;
  }
  .time {
    padding: 20px 6%;
  }
  .why_blk {
    border-bottom: none !important;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 94%;
  }
  .navbar-nav > li > a {
    padding: 17px 10px;
  }
  .why_blk {
    padding: 13px 0;
  }
  .time {
    padding: 30px 6%;
  }
  .awards {
    height: 395px;
  }
  #custDomestic .infraBox {
    margin: 0 0 18px 0;
    width: 20%;
    float: left;
  }
}
@media (max-width: 1150px) {
  #welcome h2 {
    font-size: 31px;
  }
  #welcome h1 {
    font-size: 33px;
  }
  .time {
    padding: 0px 3%;
  }
  .navbar-nav > li > a {
    padding: 17px 13px;
    font-size: 14px;
  }
  #custDomestic .col-sm-6 .custDom {
    height: 195px;
  }
  .whyText {
    font-size: 23px;
  }
  .why_blk {
    padding: 26px 0;
  }
  figure.effect-julia p {
    padding: 10px 6px;
  }
}
@media (max-width: 1100px) {
  .navbar-nav > li > a {
    padding: 15px 12px;
    font-size: 13px;
  }
  .contactInfo li {
    font-size: 15px;
  }
  .carousel-caption h1 {
    font-size: 32px;
  }
  .slidersText h3 {
    line-height: 20px;
  }
  .slidersText h3 span {
    font-size: 27px;
  }
  .carousel-caption {
    bottom: 25px;
  }
  #welcome {
    padding: 50px 0% 50px 4%;
  }
  #welUpper {
    right: 50%;
  }
  .slidersText h3 span {
    font-size: 20px;
  }
  .carousel-caption h1 {
    font-size: 20px;
  }
  .carousel-caption {
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .contactInfo li {
    padding: 4px 10px;
    font-size: 14px;
  }
  .navbar-nav > li > a {
    padding: 12px 11px;
    font-size: 12px;
  }
  .topSection {
    padding: 0px 4%;
  }
  .time {
    padding: 0px 2%;
  }
}
@media (max-width: 1000px) {
  .Flexible-container1 {
    padding-bottom: 80%;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    padding: 12px 15px;
  }
  .whyText {
    font-size: 22px;
  }
  #wecmPatch {
    padding-right: 8%;
  }
  #welUpper {
    right: 40%;
  }
  .redPatch {
    padding: 75px 40%;
  }
  .welSec {
    padding-right: 0%;
  }
  /*[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {font-size: 35px;}
*/
  .blk2 span {
    padding: 29px 18px 15px 18px;
  }
  .followInfo h3 {
    font-size: 22px;
  }
  .Flexible-container {
    padding-bottom: 100%;
  }
  .navbar-nav > li > a {
    padding: 12px 10px;
    font-weight: 400;
  }
  .logo img {
    width: 97%;
    height: auto;
  }
  .dropdown-menu > li > a {
    font-size: 12px;
  }
  .awards {
    height: 425px;
  }
  #qualityInfra figure.effect-julia p {
    font-size: 10px !important;
  }
  #custDomestic .infraBox {
    margin: 0 0 18px 0;
    width: 25%;
    float: left;
  }
}

@media (max-width: 950px) {
  .logoInfo {
    padding: 0px 3%;
  }
  .topSection {
    padding: 0px 2%;
  }
}
@media (max-width: 900px) {
  .contactInfo li {
    padding: 4px 5px;
  }
  .followInfo h3 {
    font-size: 20px;
  }
  .navbar-nav > li > a {
    padding: 12px 11px;
    font-size: 11px;
  }
  .slidersText h3 span {
    font-size: 16px;
  }
  .carousel-caption h1 {
    font-size: 15px;
  }
  .whyText {
    font-size: 20px;
  }
  #welcome h1 {
    font-size: 26px;
  }
  .blk2 span {
    padding: 35px 18px 18px 18px;
  }
  .step img {
    width: 100%;
  }
  figure.effect-julia p {
    font-size: 8px;
  }
}
@media (max-width: 850px) {
  .topSection {
    padding: 0px 1%;
  }
  .navbar-nav > li > a {
    padding: 8px 8px;
    font-size: 11px;
  }
  .contactInfo li {
    padding: 1px 10px;
    font-size: 12px;
  }
  #welUpper {
    right: 30%;
  }
  .redPatch {
    padding: 75px 43%;
  }
  .welSec p {
    font-size: 14px;
  }
  #welcome h1 {
    font-size: 30px;
  }
  #welcome h2 {
    font-size: 26px;
  }
  #welcome {
    padding: 50px 0% 30px 4%;
  }
  .why_info p {
    font-size: 15px;
  }
  .time {
    padding: 0px 0%;
  }
  .logo img {
    width: 94%;
  }
  .navbar {
    min-height: 35px;
  }
  .contacts .col-xs-4.col-sm-4.wow.bounceIn.animated {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) {
  .prodTitle {
    padding: 30px 0;
    font-size: 30px;
  }
  .flag {
    display: none;
  }
  .carousel-caption {
    bottom: 0;
    display: none;
  }
  .whyText {
    font-size: 17px;
  }
  .followInfo h3 {
    font-size: 13px;
  }
  .logo {
    z-index: 99;
  }
  #welcome img {
    border: 2px solid #ccc;
    margin-top: 20px;
  }
  #qualityInfra .col-sm-4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #bs-example-navbar-collapse-1 {
    float: right;
    width: 100%;
    position: absolute;
    z-index: 100;
    background: #fff;
  }
  .phone {
    display: none;
  }
  .contactInfo li {
    padding: 4px 9px;
    font-size: 14px;
  }
  .navbar-nav > li {
    background: none;
  }
  .navbar-nav > li > a {
    padding: 10px 12px;
    font-size: 15px;
  }
  .slidersText {
    display: none;
  }
  .slidersImg img {
    width: 65% !important;
    height: auto;
    float: right;
  }
  .carousel-indicators {
    bottom: 50px;
  }
  #welUpper {
    display: none;
  }
  #wecmPatch {
    display: none;
  }
  .redPatch {
    display: none;
  }
  #welcome {
    padding: 30px 5%;
  }
  #clients {
    padding: 30px 0;
  }
  #clients .col-sm-6:first-child img {
    display: none;
  }
  .followInfo {
    background: #060606;
  }
  .contactDetails {
    padding: 2%;
  }
  .viewAll {
    margin-top: 15px;
  }
  .Flexible-container {
    padding-bottom: 30%;
  }
  .wow.bounceIn.design.animated {
    float: left;
  }
  .dropdown-menu > li > a {
    font-size: 14px;
  }
  .dropdown-menu {
    position: relative;
    width: 100%;
    float: left;
    background: #f1f1f1;
    box-shadow: none;
  }
  #custDomestic .col-sm-6 .custDom {
    height: auto;
  }
  .mission .col-sm-8,
  .mission .col-sm-4 {
    width: 100%;
  }
  .mission img {
    margin: 25px 0 35px 0;
    float: left;
  }
  .scope li {
    width: 100%;
    float: left;
  }
  .awards {
    height: 350px;
  }
  #custDomestic .infraBox {
    margin: 0 0 8px 0;
    width: 33%;
    float: left;
  }
}

@media (max-width: 750px) {
  .step img {
    width: 100%;
    margin-top: 10px;
  }
  #infrastructure .col-sm-3 img {
    margin-top: 8px;
  }
  figure.effect-julia p {
    font-size: 12px;
  }
  #aboutUs .col-sm-4 {
    width: 50%;
    float: left;
  }
  .address {
    height: 360px;
  }
  .contacts .col-sm-4 p {
    border-right: none;
  }
}
@media (max-width: 700px) {
  .productAll {
    padding: 40px 0;
  }
  .step__number {
    left: -55px;
  }
}

@media (max-width: 650px) {
  .contactInfo li {
    padding: 1px 9px;
    font-size: 14px;
  }
  #qualityInfra .col-sm-4 {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .contactInfo li {
    display: none;
  }
  .contactInfo {
    padding: 8px 0;
  }
  .logoInfo .col-xs-4.col-sm-3.col-md-3 {
    width: 45%;
  }
  .carousel-caption {
    bottom: 5px;
  }
  .prodTitle {
    background-size: 100% 100%;
  }
  .contacts .col-xs-4.col-sm-4.wow.bounceIn.animated {
    width: 100%;
    margin-bottom: 40px;
  }
  .logo img {
    width: 68%;
  }
  #products h4 {
    font-size: 13px;
  }
  .navbar-toggle {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .awards {
    height: 380px;
  }
  .innerSection h2 {
    font-size: 20px;
  }
  #aboutUs .col-sm-4 {
    width: 77%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  #custDomestic .infraBox {
    margin: 0 0 0px 0;
    width: 50%;
    float: left;
  }
}
@media (max-width: 500px) {
  .carousel-indicators {
    bottom: 35px;
  }
  #clients h3 {
    font-size: 30px;
  }
  #welcome h1 {
    font-size: 23px;
  }
  .prodTitle {
    font-size: 20px;
  }
  .awards {
    height: 414px;
  }
  #aboutUs .col-sm-4 {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  #contactSec .col-xs-6 {
    width: 100%;
    margin-bottom: 42px;
  }
}

@media (max-width: 400px) {
  .contactInfo {
    padding: 3px 0;
  }
  .carousel-indicators {
    display: none;
  }
  #welcome h1 {
    font-size: 26px;
  }
  #welcome h1 {
    font-size: 26px;
  }
  .prodTitle {
    font-size: 25px;
  }
  .blk2 span {
    padding: 20px 10px 7px 12px;
  }
  [class^="flaticon-"]::before,
  [class*=" flaticon-"]::before,
  [class^="flaticon-"]::after,
  [class*=" flaticon-"]::after {
    font-size: 30px;
  }
  .footerInfo p {
    line-height: 19px;
    font-size: 14px;
  }
  .logo img {
    width: 68%;
    margin-top: 7px;
  }
  #welcome h1 {
    font-size: 19px;
  }
  #welcome h2 {
    font-size: 18px;
  }
  .footerInfo p {
    font-size: 13px;
  }
  #clients h3 {
    font-size: 20px;
  }
  .whyText,
  .viewAll {
    font-size: 14px;
  }
  .viewAll {
    padding: 5px 12px;
  }
  .step__number {
    width: 60px;
    height: 60px;
  }
  .awards {
    height: 500px;
  }
  .innerSection h2 {
    font-size: 16px;
  }
  #qualityInfra .col-sm-4 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .logo img {
    width: 75%;
    margin-top: 7px;
  }
  .read {
    font-size: 12px;
  }
  .innerSection h2 {
    margin: 8px 0;
    font-size: 20px;
  }
  .innerSection {
    padding: 8px 0;
  }
  h3 {
    font-size: 14px;
  }
  .innerSection h2 {
    margin: 8px 0;
    font-size: 14px;
  }
  #qualityInfra .col-sm-4 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #custDomestic .infraBox {
    margin: 0 0 0px 0;
    width: 100%;
    float: left;
  }
}
