body {
  font-family: "Work Sans", sans-serif;
  padding-top: 0px;
  overflow-x: hidden;
  background-color: #fdfdfd;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
}
.container {
  max-width: 1340px;
  width: 1340px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
}
.fullpage1 {
  width: 100%;
  display: block;
  overflow: hidden;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff; /* change if the mask should have another color then white */
  z-index: 999999999; /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%; /* centers the loading animation horizontally one the screen */
  top: 50%; /* centers the loading animation vertically one the screen */
  background-image: url(../images/logo1.png); /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  margin: -100px 0 0 -100px; /* is width and height divided by two */
  animation: zoominoutsinglefeatured 2s infinite;
}
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.fixedsoc {
  position: fixed;
  top: 125px;
  right: 0px;
  z-index: 99;
}
.fixedsoc a {
  clear: both;
  width: 48px;
  height: 48px;
  text-align: center;
  display: block;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  float: right;
  transition: all 0.3s;
}
.fixedsoc a.fb {
  background-color: #4267b2;
}
.fixedsoc a.tw {
  background-color: #55acee;
}
.fixedsoc a.lin {
  background-color: #0077b5;
}

.fixedsoc a:hover {
  width: 62px;
}
/*--------header-----------*/
.header {
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  /* padding: 0 50px; */
  /* box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.05); */
}

.header_top {
  width: 100%;
  display: table;
  /* background-color: #fff; */
}
#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  /* background-color: #fff; */
  z-index: 99999;
  padding: 0 70px;
  /* box-shadow: 0 5px 10px -5px rgba(11,11,17,.05),0 20px 60px -20px rgba(11,11,17,.2); */
}

#header.fixed2 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  padding: 0 70px;
  box-shadow: 0 5px 10px -5px rgba(11, 11, 17, 0.5),
    0 20px 60px -20px rgba(11, 11, 17, 0.5);
}
.logo {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
  /* -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff; */
  transition: all 0.3s;
}
#header.fixed2 .logo {
  left: 10px;
  top: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#header.fixed2 .logo a img {
  padding: 0;
  height: 80px;
}
/* .logo:before {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    z-index: -1;
    top: -38px;
    left: 0;
    border-top: 220px solid #fff;
    border-right: 375px solid transparent;
} */
#header.fixed1 .logo:before {
  display: none;
}
.logo a {
  position: relative;
  left: 0px;
  top: 0;
  text-decoration: none;
  display: block;
}
.logo a img {
  height: 120px;
  /* background-color: #fff; */
  padding: 5px;
  transition: all 0.3s;
  /* max-width: 65px; */
}
/* .logo a{
    vertical-align: middle;
    display: table;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left 15px;
    width: 225px;
    height: 100px;
    background-size: 100%;
}
#header.fixed1 .logo a{background-image: url('../images/logo1.png'); background-position: left 10px;}
 */

.top-nav {
  /* position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fff;
    z-index: 9; */
  float: right;
  display: inline-block;
  background-color: #fff;
}
ul.top-menu {
  /* padding: 18px 0; */
  text-decoration: none;
  color: #fff;
  z-index: 1;
  font-size: 12px;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 0.86px;
  display: table;
  /* margin-right: 50px; */
}
ul.top-menu li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  /* padding-right: 65px; */

  float: left;
}

ul.top-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: block;
  height: 100px;
  line-height: 100px;
  position: relative;
}
/* ul.top-menu li a:before{
    content: "";
    z-index: -1;
    position: absolute;
    top: -18px;
    bottom: -18px;
    left: -30px;
    right: -30px;
    background-color: #02aedf;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
  } */
ul.top-menu li a {
  color: #fff;
}
ul.top-menu li:last-child a:before {
  background-color: #fff;
}
ul.top-menu li:last-child a {
  margin-left: 40px;
  color: #07173c;
  font-size: 18px;
}
ul.top-menu li:last-child a i {
  color: #02aedf;
}

.main_menu {
  clear: both;
  width: 100%;
  display: table;
  background-color: #e8e8e8;
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.15);
}
.menu {
  float: right;
  display: inline-block;
  margin: 15px 15px 0 0;
  /* -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.05);
box-shadow: 0 20px 40px 0 rgba(0,0,0,.05);
   background-color: #fff; */
  transition: all 0.3s;
  /* padding: 0 0 0 20px; */
}
#header.fixed2 .menu {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu > ul {
  list-style: none;
  float: right;
}
.menu > ul > li {
  display: inline-block;
  float: left;
  position: relative;
  /* padding: 0 5px; */
}
.menu > ul > li > a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  padding: 0 20px;
  height: 100px;
  text-transform: capitalize;
  /* letter-spacing: 2px; */
  line-height: 100px;
  position: relative;
  /* font-family: 'Oswald', sans-serif; */
  font-weight: 500;
  /* letter-spacing: -0.5px; */
}
#header.fixed1 .menu > ul > li > a {
  color: #000;
}
#header.fixed1 .menu > ul > li:last-child {
  margin-left: 20px;
}
#header.fixed1 .menu > ul > li:last-child > a {
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  margin-top: 30px;
  border-radius: 30px;
  background-color: #02aedf;
}
/* .menu > ul > li > a:before{
    bottom: 0px;
    height: 2px;
    background-color: #e97051;
    display: block;
    left: 0;
    margin: auto;
    content: "";
    position: absolute;
    right: 0;
    transition-timing-function: ease-in;
    transition: background-color .3s,width .3s,height .12s;
    width: 0%;
} */
.menu > ul > li:hover > a:before,
.menu > ul > li > a.active:before {
  width: 100%;
}
.menu > ul > li > a i {
  margin-left: 5px;
}
.menu ul > li:hover > a,
.menu ul > li > a.active {
  color: #02aedf;
}
#header.fixed1 .menu ul > li:hover > a,
#header.fixed1 .menu ul > li > a.active {
  color: #02aedf;
}
#header.fixed1 .menu ul > li:last-child > a {
  color: #fff;
}
.menu > ul > li > a span {
  padding: 8px 20px;
  transition: all 0.3s;
  background-color: #303239;
  color: #a9acbb;
  border-radius: 30px;
}

.menu > ul > li.last1 > a span {
  background-color: #c5c8d8;
  color: #222328;
}
.menu > ul > li.last > a:hover span {
  background-color: #f47435;
  color: #fff;
  border-color: #f47435;
}
.menu > ul > li.last1 > a:hover span {
  background-color: #00aff0;
  color: #fff;
  border-color: #00aff0;
}
#header.fixed1 .menu > ul > li:last-child > a:hover {
  color: #fff;
  background-color: #19195b;
}
.menu ul li:hover ul.submenu1 {
  display: block;
}

.menu ul li.social {
  position: absolute;
  right: 60px;
}
.menu ul li.social a {
  float: left;
  display: inline-block;
  padding: 0 7px;
  font-size: 24px;
}
.menu ul li.social:hover a {
  color: #fff;
}
.menu ul li.social a:hover {
  color: #ccc;
}

.menu ul li.fb1 {
  position: absolute;
  right: 0px;
  background-color: #4f4f4f;
}
.menu ul li.fb1 a:before {
  display: none;
}
.menu ul li.phonebx {
  position: absolute;
  right: 57px;
  background-color: #4f4f4f;
}
.menu ul li.phonebx:hover ul.submenu1 {
  left: auto;
  right: 0px;
}
ul.submenu1 {
  width: auto;
  min-width: 265px;
  background-color: #fafafa;
  /* background-image: linear-gradient(135deg,#fff 13px,transparent 13px,transparent 35px,#fff 35px); */
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  box-shadow: 0 5px 10px -5px rgba(11, 11, 17, 0.05),
    0 20px 60px -20px rgba(11, 11, 17, 0.2);
  margin-top: -20px;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  padding: 0 20px;
  position: relative;
}
ul.submenu1 li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 16px;
  line-height: 22px;
  padding: 14px 0px !important;
  display: block;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: left;
  border-bottom: 1px solid #cacaca;
  /*text-transform: capitalize;
    font-family: 'Oswald', sans-serif; */
}
/* ul.submenu1 > li:last-child > a{border-bottom: 0px;} */
ul.submenu1 li:hover > a {
  color: #02aedf !important;
  background-color: transparent;
}
ul.submenu1 li:last-child a {
}
ul.submenu2 {
  display: none !important;
  border-top: 0px;
  min-width: 240px;
  left: 240px;
  top: 0px;
  position: absolute;
}
.menu ul > li ul.submenu1 li:hover ul.submenu2 {
  left: 240px;
  top: 0px;
  display: block !important;
  background-color: #f3f3f3;
}
ul.submenu2 li a {
  color: #000 !important;
}

ul.submenu3 {
  display: none !important;
  border-top: 0px;
  min-width: 240px;
}
.menu ul > li ul.submenu2 li:hover ul.submenu3 {
  left: 100%;
  top: 0px;
  display: block !important;
  background-color: #fff;
}
ul.submenu3 li a {
  color: #000 !important;
}

ul.submenu1big {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  top: 100px;
  padding: 40px;
}
ul.submenu1big li {
  width: 25%;
  float: left;
  display: inline-block;
  clear: none;
  padding: 0 10px;
}

a.enquirenow {
  position: relative;
  z-index: 1;
  padding: 10px 26px 6px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  margin: 22px 10px 0px 0;
  transition: all 0.3s;
}
a.enquirenow:before,
a.enquirenow:after {
  position: absolute;
  top: 0;
  height: 100%;
  transform: skewX(-10deg);
  transition: all 0.2s ease-in-out;
  content: "";
}
a.enquirenow:before {
  right: 10px;
  left: 10px;
  z-index: -1;
  background-color: #d81324;
}
a.enquirenow1:before {
  background-color: #083e6e;
}
a.enquirenow:after {
  background-color: rgba(245, 134, 52, 0.6);
  right: 0;
  left: 0;
  z-index: -2;
}
a.enquirenow1:after {
  background-color: rgba(8, 62, 110, 0.6);
}
a.enquirenow:hover:before {
  background-color: #fa9b54;
}
a.enquirenow1:hover:before {
  background-color: #0f62ac;
}

.top_social,
.top_social ul {
  float: right;
  margin-right: 15px;
  list-style: none;
}
.top_social ul li {
  float: left;
  padding: 25px 0 0;
  margin-left: 25px;
  transition: all 0.3s;
}
.top_social ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s;
}
#header.fixed1 .top_social ul li a {
  color: #121738;
}
/* .top_social ul li a:hover {
    color: #991050;
    transition: all .5s;
} */
.top_social ul li a img {
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.site-header-action__icon {
  fill: #f5a362;
  height: 25px;
  width: 15px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  display: inline-block;
}
.site-header-action__icon--enquire {
  fill: #e9c469;
  height: 25px;
  width: 30px;
}

.hero-panel {
  position: absolute;
  bottom: 0px;
  left: 50px;
  z-index: 91;
  width: 85%;
}
.hero-icons {
  margin-left: 25%;
  padding-top: 50px;
  padding-right: 250px;
  max-width: 100%;
  display: flex;
  padding: 20px 0px 10px 0;
  position: relative;
  z-index: 1;
  width: 78%;
}
.hero-icons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.hero-icon-item {
  margin-right: 30px;
  width: calc(100% / 3);
  position: relative;
}

.hero-icon-item:first-child {
  margin-left: 0;
}
.hero-icon-action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 35px 20px 20px;
}
.hero-icon-action-box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(59, 191, 173, 0.2);
}
.hero-icon-action-box .hero-icon {
  margin-right: 20px;
  position: relative;
  width: 40px;
  height: 40px;
}
.hero-icon-item .hero-icon img,
.hero-icon-item .hero-icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.hero-icon-heading h6,
.hero-icon-action-box h6 {
  display: block;
  color: #3d414e;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}
.hero-icon-popup {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-10%);
  transform: translateX(-50%) translateY(-10%);
  width: 300px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  color: #3d414e;
  box-shadow: 5px 5px 15px rgba(61, 65, 78, 0.15);
  padding: 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
  will-change: transform;
}
.hero-icon-heading {
  padding-left: 20px;
  padding-right: 30px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(59, 191, 173, 0.2);
  color: #3d414e;
  /* visibility: hidden; */
}
.hero-icon-item .hero-icon {
  width: 40px;
  margin-right: 20px;
  position: relative;
  height: 40px;
}
.hero-icon-description {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 24px;
}
.link-more {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  color: #02aedf;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.link-more::before {
  background-color: #02aedf;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
  width: 15px;
  content: "";
  color: transparent;
  display: inline-block;
  height: 2px;
}
.link-more::after,
.link-more::before {
  content: "";
  color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.link-more::after {
  margin-left: 10px;
  background-image: url(../images/next-arrow.html);
  background-repeat: no-repeat;
  background-size: 34px 10px;
  background-position: 0 50%;
  width: 34px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: opacity 0.1s 0.1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.1s 0.1s;
  transition: transform 0.5s, opacity 0.1s 0.1s, -webkit-transform 0.5s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  height: 10px;
  opacity: 0;
}
.link-more:hover:after {
  transition: transform 0.5s, opacity 0.3s 0.1s;
  transform: scaleX(1);
  opacity: 1;

  position: relative;
  top: -1px;
}
.link-more:hover {
  text-decoration: none;
  color: #02aedf;
}
.hero-icon-item:hover .hero-icon-popup {
  opacity: 1;
  visibility: visible;

  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}

.cta-box {
  color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 25px 10px 10px;
  padding-bottom: 10px;
  background: linear-gradient(
    127deg,
    transparent calc(50% - 1px),
    rgba(204, 204, 204, 0.1) calc(50% - 1px),
    #02aedf 50%
  );
  -webkit-filter: drop-shadow(10px 15px 30px rgba(61, 65, 78, 0.15));
  filter: drop-shadow(10px 15px 30px rgba(61, 65, 78, 0.15));
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  bottom: 0;
  right: 0px;
  z-index: 91;
  background: linear-gradient(
    135deg,
    transparent 50%,
    rgba(204, 204, 204, 0.15) 50%,
    #02aedf 50%
  );
  padding-bottom: 15px;
  width: 222px;
  height: 222px;
}
.cta-box a {
  max-width: 100px;
  letter-spacing: 1px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.cta-box .cta-box-text {
  display: inline-block;
  margin-bottom: 7px;
  letter-spacing: 1px;
  font-size: 14px;
}
.animation-arrow {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  width: 34px;
  height: 10px;
}
.animation-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 24px;
  height: 7px;
  background-image: url(../images/next-arrow-white.html);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;

  width: 34px;
  height: 10px;
}
/*------header_end--------*/

/*home_link*/
.topvideo {
  width: 100%;
  height: 100vh;
  display: block;
  /* padding: 0 50px 50px; */
  position: relative;
  overflow: hidden;
}
.home_link {
  overflow: hidden;
  /* background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover; */
  position: relative;
  width: 100%;
  display: block;
}

.home_link:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  content: "";
  background-color: #006072;
  opacity: 0.5;
}
.home_link:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  content: "";
  background: repeating-linear-gradient(
    45deg,
    transparent 0,
    transparent 3px,
    rgba(255, 255, 255, 0.05) 3px,
    transparent 5.5px
  );
}
.site-banner__graphic {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 9;
  width: 60%;
}
.site-banner__graphic svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.hl_video {
  /* position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; */
  width: 100%;
  display: block;
}
.hl_video video {
  width: 110%;
  display: block;
  left: -5%;
  position: relative;
}
.hl_circle {
  max-width: 700px;
  left: 30%;
  font-size: 18px;
  text-align: left;
  color: #fff;
  /* padding: 0 5%; */
  top: 25%;
  /* background: rgba(255, 255, 255, 0.8);
    padding: 100px; */
  position: absolute;
  z-index: 91;
}
.hl_circle p {
  font-size: 18px;
}
.hl_circle h2 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
  text-shadow: 0 0 191px black !important;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.hl_circle a {
  display: inline-block;
  font-size: 13px;
  color: #02aedf;
  background-color: #fff;
  border: 1px solid #02aedf;
  text-decoration: none;
  position: relative;
  /* border-radius: 30px; */
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 12px 40px;
  margin-top: 20px;
  overflow: hidden;
  letter-spacing: 2px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.hl_circle a:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% + 100px);
  background-color: #02aedf;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skew(-45deg) translateX(0) scaleX(0.05) translateZ(0);
  transform: skew(-45deg) translateX(0) scaleX(0.05) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.hl_circle a svg {
  margin-left: 5px;
}
.hl_circle a:hover {
  color: #fff;
  background: #02aedf;
  border-color: #02aedf;
}
.hl_circle a:hover:before {
  background-color: #fff;
}

.bannerBtn a {
  position: absolute;
  left: calc(5% - 50px);
  bottom: 100px;
  padding-bottom: 120px;
  text-decoration: none;
  display: inline-block;
  outline: 0px;
  z-index: 9;
  /* background-image: url(../images/varrow-home.svg);
    width: 200px;
    height: 265px;
    background-size: 12px 265px;
    background-repeat: no-repeat; */
  /* padding-top: 167px; */
  white-space: nowrap;
  color: #000;
  text-align: center;
  background-position: center;
  font-size: 18px;
  /* -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll; */
}

.bannerBtn a:focus {
  outline: 0px;
}

.bannerBtn a span,
a.scrollup span {
  transform: rotate(270deg);
  display: block;
  opacity: 1;
  font-size: 14px;
  position: relative;
  left: -23px;
  top: 40px;
}

a.scrollup span {
  color: #000;
}

a.scrollup1 span,
a.scrollup3 span {
  color: #fff;
}
a.scrollup2 span {
  color: #000;
}

/* .bannerBtn a::before {
    content: "";
    width: 53px;
    height: 46px;
    position: absolute;
    background: url("../images/arrow-circ.png");
    z-index: 1111;
    top: 70px;
    right: -5px;
} */

.bannerBtn a::after,
a.scrollup:after {
  content: "";
  width: 13px;
  height: 40px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1111;
  background: url("../images/arrow-down.png");
  /* transform: rotate(-90deg); */
}

a.scrollup:after {
  background: url("../images/arrow-up.html");
  left: -5px;
}

a.scrollup1:after,
a.scrollup3:after {
  background: url("../images/arrow-up1.html");
  left: -5px;
}

a.scrollup2:after {
  background: url("../images/arrow-up.html");
  left: -5px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*home_link*/

.sec1skewban {
  position: absolute;
  width: 70%;
  height: 105px;
  background-color: #f8f8f8;
  right: -10%;
  bottom: -116px;
  transform-origin: left bottom;
  transform: rotate(-4.5deg);
  z-index: 9;
  pointer-events: none;
}
#Path_11 {
  fill: rgba(52, 43, 103, 1);
}
.Path_11 {
  overflow: visible;
  position: absolute;
  width: 959.187px;
  height: 881.121px;
  right: 0;
  top: 237.879px;
}

/*aboutsec*/
.aboutsec {
  width: 100%;
  display: inline-block;
  padding: 120px 60px 80px 100px;
  background-color: #342b67;
  overflow: hidden;
  position: relative;
  /* background-image: url('../images/exp-waves-t.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top; */
}
.sec1skew {
  position: absolute;
  width: 70%;
  height: 175px;
  background-color: #fff;
  left: -10%;
  top: -103px;
  transform-origin: left bottom;
  transform: rotate(-4.5deg);
  z-index: 9;
  pointer-events: none;
}
.sec2skew {
  position: absolute;
  width: 150%;
  height: 175px;
  background-color: #fff;
  left: -10%;
  bottom: -175px;
  transform-origin: left bottom;
  transform: rotate(-4.5deg);
  z-index: 9;
  pointer-events: none;
}
.sec3skew {
  position: absolute;
  width: 150%;
  height: 175px;
  background-color: #fff;
  left: -10%;
  top: -35px;
  transform-origin: left bottom;
  transform: rotate(-4.5deg);
  z-index: 9;
  pointer-events: none;
}
.aboutsec:before {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
  content: "";
  background-color: #f8f8f8;
}
.aboutsec h2 {
  font-weight: 700;
  font-size: 46px;
  margin: 0px 0px 20px;
  color: #fff;
}
.aboutsec p {
  font-weight: 300;
  font-size: 18px;
  margin: 0px;
  line-height: 32px;
  color: #fff;
  width: 90%;
  margin-bottom: 20px;
}
.aboutsec a {
  text-decoration: none;
  transition: all 0.3s;
  color: #fff;
}
.aboutsec a:hover {
  opacity: 0.5;
}
.Icon_ionic-md-arrow-forward_ca {
  width: 24.047px;
  height: 24.047px;
}
#Icon_ionic-md-arrow-forward_ca {
  fill: rgba(255, 255, 255, 1);
}

.aboutqlink {
  width: 100%;
  display: block;
  margin-bottom: 70px;
}
.aboutqlink h3 {
  color: #1f1f1f;
  font-size: 21px;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 10px;
}
.aboutqlink h3 img {
  width: 36px;
  display: block;
  margin-bottom: 15px;
}
.aboutqlink p {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  width: 100%;
}
.col-sm-6.aboutbxright {
  padding: 0px 0 0 60px;
}

.homeservicessection {
  clear: both;
  display: block;
  width: 100%;
  position: relative;
  padding: 20px 0 50px;
  background-color: #fff;
}
.homeservicessection ul {
  list-style: none;
  width: 100%;
  display: block;
}
.homeservicessection ul li {
  display: block;
  width: 100%;
}
.homeservicessection ul li a {
  display: block;
  width: 100%;
  padding: 20px;
}
.homeservicessection ul li a img {
  display: block;
  width: 100%;
}

.homeservicessection .owl-theme .owl-nav {
  display: none;
}
.homeservicessection .owl-theme .owl-dots {
  display: block;
  bottom: -40px;
  z-index: 9999;
}

.servicehdfix {
  position: absolute;
  left: 8%;
  top: -20px;
  font-size: 15rem;
  color: #f2f3f5;
  font-weight: 800;
}
.homeservicessection h2 {
  text-align: center;
  color: #32373c;
  font-weight: 700;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 50px;
  letter-spacing: -1px;
}

.homeservicessecinner {
  width: 100%;
  padding: 0 12%;
  display: table;
}
.homeservicessecinner .col-sm-6 {
  padding: 0 25px;
}
.homeservicessecinner a {
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.3s;
  color: #fff;
}
.homeservicessecinner a img {
  width: 100%;
  display: block;
}
.homeservicessecinner a h3 {
  background-color: #02aedf;
  position: absolute;
  bottom: -40px;
  width: 60%;
  left: 20%;
  text-align: center;
  color: #fff;
  display: block;
  z-index: 1;
  padding: 15px 0;
  transition: all 0.3s;
}
.homeservicessecinner a:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 3px;
  content: "";
  background-color: #02aedf;
  transition: all 0.3s;
}
.homeservicessecinner a:hover:before {
  width: 100%;
}

.homeservicessecinner a:hover {
  box-shadow: 0 5px 10px -5px rgba(11, 11, 17, 0.5),
    0 20px 60px -20px rgba(11, 11, 17, 0.5);
}

.homeservicessecinner a:hover h3 {
  opacity: 0;
}
.hservseci {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  background-color: rgba(0, 28, 63, 0.53);
  text-align: center;
  padding: 40px 30px;
  transition: all 0.3s;
  opacity: 0;
}
.homeservicessecinner a:hover .hservseci {
  opacity: 1;
}
.hservseciiner {
  display: table-cell;
  vertical-align: middle;
}
.hservseciiner h4 {
  font-size: 26px;
}
.hservseciiner p {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 20px;
}

.Icon_ionic-md-arrow-forward_b {
  width: 24.047px;
  height: 24.047px;
  float: left;
}
.Icon_ionic-md-arrow-forward_b1 {
  fill: rgba(255, 255, 255, 1);
}

.homeitservicesbx {
  width: 100%;
  display: inline-block;
  clear: both;
  position: relative;
  overflow: hidden;
  padding: 150px 0 200px;
  background-color: #312863;
}
.homeitservicesbx h2 {
  color: #fff;
  font-weight: 800;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 50px;
}
.homeitservicesbx h1 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 50px;
  letter-spacing: -1px;
}

.servbxxx a {
  text-decoration: none;
  color: #333333;
  width: 100%;
  display: table;
  padding: 30px;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.3s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.31);
  position: relative;
  top: 0;
  min-height: 275px;
}

.abouthrt {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 0;
  z-index: 1;
}

.abouthrt svg {
}

.Ellipse_11 {
  fill: rgba(43, 172, 226, 1);
}
.Ellipse_1 {
  width: 28px;
  height: 50px;
  position: absolute;
  overflow: visible;
  transform: rotate(41deg) scale(0.8);
  transform-origin: center;
  left: 30px;
  top: 5px;
  z-index: -1;
}

.abouthrt img {
  width: 50px;
  display: block;
  margin-bottom: 15px;
}

.abouthrt h3 {
  font-weight: 700;
  font-size: 21px;
  transition: all 0.3s;
}
.servbxxx a:hover .abouthrt h3 {
  color: #2bace2;
}
.abouthrt p {
  font-size: 16px;
  line-height: 26px;
  color: #707070;
  opacity: 0.8;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.servbxxx .col-sm-4 {
  margin-bottom: 20px;
}

.homeitservicesbx .owl-theme .owl-nav {
  display: none;
}
.homeitservicesbx .owl-theme .owl-dots {
  display: block;
  bottom: -70px;
}

.footertop {
  padding: 50px 8% 50px;
  width: 100%;
  display: table;
  background-color: #fff;
  position: relative;
  z-index: 999;
  background-image: url(../images/soll.png);
  background-repeat: no-repeat;
  background-position: right 0px;
  background-size: 350px;
}
.footertop:before {
  position: absolute;
  left: calc(8% + 5px);
  top: -25px;
  width: 1px;
  height: 120%;
  content: "";
  background-color: #e9e9e9;
}
.footertop h1 {
  position: absolute;
  right: 1%;
  top: -100px;
  font-size: 15rem;
  color: #f2f3f5;
  font-weight: 800;
}
.footertop h2 {
  text-align: center;
  color: #32373c;
  font-weight: 700;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -1px;
}
.multi_tabs {
  clear: both;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
ul.tabs {
  margin: 0;
  /* padding: 20px 0; */
  float: left;
  list-style: none;
  position: relative;
  /* width: 365px; */
  width: 30%;
  text-align: left;
  /* position: absolute;
    left: 0px; */
  z-index: 9;
  margin-top: 40px;
  /* bottom: 0px; */
  /* box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15); */
  /* padding: 0 20px;
    background-color: #fff; */
}
ul.tabs li {
  width: 100%;
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 10px 0px;
  border-left: none;
  font-size: 21px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  color: #333;
  position: relative;
  display: block;
  padding-left: 40px;
}
ul.tabs li:first-child {
}
ul.tabs li:last-child {
  padding-bottom: 40px;
}
ul.tabs li:hover {
}
ul.tabs li.active {
  color: #04a4d4;
}
ul.tabs li:before {
  width: 10px;
  height: 10px;
  content: "";
  background-color: #04a4d4;
  position: absolute;
  left: 0;
  top: 22px;
  opacity: 0;
}
ul.tabs li.active:before {
  opacity: 1;
}
.tab_container {
  border: 0px;
  border-top: none;
  float: right;
  width: 70%;
  float: right;
}
.tab_content {
  width: 100%;
  margin-top: 30px;
  /* padding: 40px; */
  /* height: 420px;     */
  background-color: #f8f8f8;
  background-size: cover;
  position: relative;
  display: block;
  /* box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15); */
}
.tabccc {
  padding: 50px 40px;
  width: 100%;
}
.tab_content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #333;
  margin-top: 0;
}
.tab_content img {
  width: 100%;
}
.tab_content p {
  font-size: 15px;
  line-height: 32px;
  color: #333;
  margin: 20px 0 40px;
  /* height: 145px; */
  /* font-weight: 300; */
  overflow: hidden;
}
.tab_content a {
  text-decoration: none;
  clear: both;
  color: #fff;
  padding: 10px 30px;
  font-weight: 500;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 14px;
  background-color: #2bace2;
  border-radius: 30px;
  letter-spacing: 0;
}

.tab_content a:hover {
  background-color: #171136;
}

/*----------banner-----------*/
.mtop1 {
  height: 90px;
}
/* ---- particles.js container ---- */

.main_banner {
  /* height: 90vh; */
  overflow: hidden;
  width: 100%;
  display: block;
}
.bannerimg {
  width: 100%;
  display: block;
  text-align: right;
  position: relative;
  /* padding-top: 45px; */
}
.bannerimg > img {
  width: 54%;
}

/* .main_banner:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    z-index: 1;
} */
.banner_txt {
  top: 25% !important;
  color: #fff;
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 0 15% !important;
  margin: auto;
  left: 0%;
  margin: auto;
  text-align: center;
}
.banner_hd,
.banner_cont,
.banner_r_more {
  width: 100%;
  float: left;
}
.banner_hd {
  color: #fff;
  font-size: 38px;
  line-height: 52px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  visibility: visible !important;
}
.banner_hd span {
  color: #00ce10;
  font-style: italic;
  font-size: 42px;
  font-weight: 300;
}
.banner_cont {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  margin: 10px 0;
  display: block;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  padding: 0px;
  visibility: visible !important;
}
.banner_cont span {
  margin: 0 10px;
  display: inline-block;
}
.banner_cont span i {
  margin-right: 5px;
}
.banner_r_more {
  clear: both;
  margin-top: 10px;
}
.banner_r_more a {
  text-decoration: none;
  color: #1f9028;
  text-transform: uppercase;
  margin: auto;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  visibility: visible !important;
  outline: 0px;
}
.banner_r_more a img {
  width: 60px;
}
.banner_r_more a:hover {
  background-color: transparent;
  color: #fff;
}
.ban_but {
  bottom: 10%;
}

.slideRight ul {
  list-style: none;
}
.slideRight ul li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
.slideRight ul li:before {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 21px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}
.slideRight ul li:first-child:before {
  display: none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control.right {
  background-image: none !important;
}
.carousel-control.left {
  background-image: none !important;
}

a.scroll-down-link {
  width: 50px;
  position: absolute;
  left: 0px;
  bottom: 30%;
  color: #fff;
  text-align: center;
  z-index: 90;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
  animation: move_fade_move_down 2s ease-in-out infinite;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0px;
  outline: 0px !important;
  border: 0px;
}
a.scroll-down-link img {
  opacity: 0.85;
}
/*animated arrow animattion*/
@-webkit-keyframes move_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
}
@keyframes move_fade_move_down {
  0% {
    transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -5px);
    opacity: 1;
  }
}

.carousel-control.right {
  right: 40px !important;
}

.mbi1 {
  padding-top: 0;
  background-color: #f6f6f8;
}
.mbi1 .bannerimg > img {
  opacity: 0.3;
}

.bannercontbx1 {
  width: 100%;
  display: table;
  position: absolute;
  left: 0px;
  top: 35%;
  padding-left: 70px;
  z-index: 9;
}
.bannercontbx2 {
}
.bcx_bns {
  clear: both;
  width: 100%;
  display: table;
  margin-top: 20px;
}
.bcx_bns a {
  text-decoration: none;
  float: left;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  background-color: #2bace2;
  transition: all 0.3s;
}

.bcx_bns a:hover {
  background-color: #342b67;
}

.bannercontbx1 h2 {
  color: #000;
  font-weight: 700;
  font-size: 46px;
  width: 100%;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
/* .bannercontbx1 h2 span{
    color: #d9ff7a;
} */
.bannercontbx1 p {
  font-size: 18px;
  font-weight: 500;
  color: #32373c;
  width: 90%;
  opacity: 0.8;
  line-height: 28px;
}
.bannercontbx1 h3 {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 4px;
  font-weight: 300;
  font-size: 16px;
}
/* .bannercontbx1 h3:before{
    position: absolute;
    left: -100px;
    width: 72px;
    height: 2px;
    background-color: #ccc;
    top: 5px;
    content: "";
}
.bannercontbx1 h3:after{
    position: absolute;
    left: -30px;
    width: 7px;
    height: 7px;
    background-color: #fff;
    top: 2px;
    content: "";
    border: 1px solid #ccc;
    border-radius: 7px;
} */
/* .ban_but{
    top: 58%;
    height: 45px;
    left: auto;
    line-height: 45px;
    position: absolute;
    text-align: center;
    width: 100%;
} */
/*----------banner-----------*/

/*box4*/
.box4 {
  width: 100%;
  display: table;
  position: relative;
  padding: 40px 0 1100px;
  background-color: #fff;
}
.box4img {
  position: relative;
  max-width: 900px;
  width: 100%;
}
.box4img:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 246px;
  height: 185px;
  margin-right: -138px;
  background-image: url(../images/overlap-decor.html);
  background-repeat: no-repeat;
  background-size: cover;
}
.box4img img {
  width: 100%;
  display: block;
}

.overlap__text {
  position: absolute;
  bottom: -140px;
  right: 0;
  width: 578px;
  margin-left: auto;
  padding: 60px;
  border: 1px solid #dadee0;
  background-color: #fff;
}

.overlap__text ul {
  margin-bottom: 27px;
  padding-left: 5px;
  font-size: 14px;
  line-height: 2;
  color: #666a6b;
  list-style: none;
}

.overlap__text li {
  position: relative;
  padding: 4px 0 4px 17px;
  letter-spacing: 0.4px;
  color: #000;
  font-size: 16px;
}

.overlap__text li:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #01aedf;
}

.overlap__title {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.43;
  color: #19195b;
}

.overlap--reverse .overlap__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.overlap--reverse .overlap__media:after {
  right: auto;
  left: 0;
  margin-left: -138px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.overlap--reverse .overlap__text {
  right: auto;
  left: 0;
}

.link {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.65px;
  color: #02aedf;
}

.link:hover:not(:active) svg .angle {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.link:hover:not(:active) svg .line {
  opacity: 1;
  -webkit-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
}

.link svg {
  width: 16px;
  margin-left: 5px;
}

.link svg path {
  fill: currentColor;
}

.link svg .angle {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.link svg .line {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scaleX(0) scaleY(1);
  -ms-transform: scaleX(0) scaleY(1);
  transform: scaleX(0) scaleY(1);
  opacity: 0;
}
/*box4*/

.contact {
  padding: 50px 0 50px 0;
  background: url(../images/innerbanner3.html) no-repeat scroll center center /
    cover;
}

#contact-inner h3 {
  font-size: 30px;
  font-weight: 200;
  text-transform: uppercase;
}
#contact-inner i.fa {
  font-size: 30px;
  width: 90px;
  height: 90px;
  padding: 30px 0;
  margin: 20px 0 20px 0;
  color: #009788;
  background: #fff;
  border: 2px solid #e1e1e1;
  border-radius: 0 30% 0 0;
}
#contac-innert .contact-inner:hover > i.fa {
  color: ##12212f;
  background: #000000;
  transition: all 0.3s ease 0s;
}
.contact h3 {
  font-size: 30px;
  font-weight: 200;
  text-transform: capitalize;
  margin: 20px 0 40px;
  color: #fff;
}
#contact-b i.fa {
  font-size: 30px;
  width: 70px;
  height: 70px;
  padding: 35px 0;
  margin: 20px 0 30px 0;
  color: #009788;
  background: none;
  border: 1px solid #009788;
}
.contact i.fa {
  background: #02aedf none repeat scroll 0 0;
  border: 1px solid #02aedf;
  color: #fff;
  font-size: 16px;
  height: 50px;
  margin: 20px 0;
  padding: 14px 0;
  width: 50px;
}
#contac-send i.fa {
  font-size: 35px;
  width: 90px;
  height: 90px;
  padding: 25px 0;
  margin: 30px 0 30px 0;
  color: #009788;
  background: #fff;
  border: 3px solid #f1f1f1;
  border-radius: 0 30% 0 0;
}
.contact .contact:hover > i.fa {
  color: #fff;
  background: #000000;
  border-color: #000;
  transition: all 0.3s ease 0s;
}
.contact form {
  /* padding: 30px 0; */
}
.contact .fa {
  color: #f4d03f;
  margin-bottom: 10px;
}
.contact p {
  color: #fff;
  font-size: 18px;
  /* letter-spacing: 2px; */
}
.contact .text-danger {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.alert-danger {
  background: #fff;
  color: #ff9900;
  border: 1px solid #009788;
}
label {
  font-size: 12px;
  font-weight: 400;
  float: left;
}
/* #contact .form-control {
    display: block;
    width: 100%;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 22px;
    background-color: transparent;
    background-image: none;
    color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: none;
    border: 1px solid #989898;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 25px;
    border-top: none;
    border-left: none;
    border-right: none;
}
#contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
    border: 1px solid #fff;
}*/
/* .form-control::-moz-placeholder {
color: #000;
}  */

.low-back-footer-r {
  position: relative;
}
.low-back-footer-r:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to top, #000, #000) repeat scroll
    0 0;
  opacity: 0.75;
}
.low-back-dark {
  position: relative;
}
.low-back-dark:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.low-back-up {
  position: relative;
  z-index: 1;
}
.contact p {
  color: #fff;
  font-size: 18px;
}
.contact p span {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: block;
}

.jobdescription label {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #fff;
}
.jobdescription label span {
  color: #02aedf;
}
.jobdescription input.form-control,
.jobdescription textarea.form-control {
  background-color: #fff;
  border-radius: 0px;
  height: 42px;
  border: 0px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 400;
  box-shadow: none;
  border: 1px solid #d5d5d5;
}
.jobdescription textarea.form-control {
  min-height: 120px;
}
.jobdescription .col-sm-12 {
  display: table;
  width: 100%;
}
input.subres {
  padding: 15px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 0px;
  background-color: transparent;
  transition: all 0.3s;
  border: 1px solid #fff;
  float: left;
  text-transform: uppercase;
}
input.subres:hover {
  background-color: #fff;
  color: #19195b;
}

.section-title h2 {
  font-size: 46px;
  text-transform: capitalize;
  margin-top: 0px;
  color: #fff;
  margin-bottom: 0px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

/*footer*/

.footer {
  width: 100%;
  display: table;
  padding: 175px 0 50px;
  background-image: url(../images/n_5549_Converted.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 70%;
  background-color: #171136;
  position: relative;
}
.footer h1 {
  font-size: 46px;
  /* letter-spacing: 4px; */
  /* text-transform: uppercase; */
  color: #fff;
  margin-top: 0;
  text-align: left;

  position: relative;
  font-weight: 600;
  margin-bottom: 40px;
}
a.ftcontact {
  color: #0098e1;
  text-decoration: none;
  clear: both;
  display: inline-block;
  margin: 30px 0 25px;
  transition: all 0.3s;
}
.ftmmmm {
  clear: both;
  width: 60%;
  display: table;
}
.footer h3 {
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  opacity: 0.5;
  margin-bottom: 15px;
}
.footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  /* letter-spacing: 1px; */
  margin-bottom: 0;
  line-height: 23px;
}
.footer p a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;

  text-decoration: none;
  transition: all 0.3s;
}
.footer p a:hover {
  text-decoration: underline;
  color: #00aeef;
}

.footer img {
  height: 40px;
}
.home_addressleft {
  float: left;
  width: 25%;
  padding-right: 0px;
}

.home_addressleft ul {
  list-style-type: none;
}

.home_addressleft li {
  color: #333;
  display: block;
  float: left;
  font-size: 15px;
  line-height: 26px;
  margin: 5px 0;
  width: 100%;
}

.home_addressleft li p {
  color: #fff;
  float: right;
  font-size: 14px;
  line-height: 26px;
  width: 85%;
}

.home_addressleft li span {
  color: #d81324;
  float: left;
  font-size: 24px;
  height: 40px;
  text-align: center;
  width: 40px;
}

.prodmenu {
  margin-top: 70px;
}

.footer_menu {
  float: left;
  width: 37%;
  margin-bottom: 10px;
}

.footer_menu1 {
  padding-left: 25px;
}

.footer_menu ul {
  list-style-type: none;
  width: 100%;
  float: left;
}

.footer_menu ul li {
  width: 100%;
  margin-bottom: 5px;
  float: left;
  position: relative;
  line-height: 28px;
}

.footer_menu ul.qlinks1 li {
  width: 40%;
  float: left;
  display: inline-block;
}

.footer_menu ul.ftsocul li {
  padding-left: 30px;
}

.footer_menu ul.ftsocul li a i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #0098e1;
}

.footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  padding-left: 0px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
}

/* 
.footer_menu ul li a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    font-size: 16px;
    content: "\f101";
    transition: all 0.3s;
    font-family: FontAwesome;
} */

.footer_menu ul li a:hover {
  color: #0098e1;
}

.footer_menu ul li a:hover:before {
  color: #0098e1;
}

.footer_hd {
  position: relative;
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: capitalize;

  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.footer_hd::before {
  width: 50px;
  height: 3px;
  background-color: #0098e1;
  content: "";
  position: absolute;
  left: 0%;
  bottom: -15px;
  z-index: 9;
}

.footer_social {
  width: 25%;
  float: right;
}

.footer_social ul {
  float: left;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 5px;
  width: auto;
}

.footer_social ul li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.footer_social ul li a {
  background: #fff;
  border-radius: 100%;
  color: #fff;
  display: table;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  outline: medium none;
  text-align: center;
  transition: all 0.3s;
  text-decoration: none;
  width: 36px;
}

.footer_social ul li a:hover {
  background: #0098e1 none repeat scroll 0 0;
  color: #fff;
}

.copy_right {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  clear: both;
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  letter-spacing: 0.5px;
}

.copy_right span {
  color: #d81324;
  font-weight: 400;
}

.footer_social .form-control {
  margin-bottom: 10px;
  border-radius: 0px;
}

.footer_social .btn {
  width: 100%;
  border-radius: 0px;
  text-transform: capitalize;
  background-color: #0098e1;
  border: 0px;
  transition: all 0.3s;
}

.footer_social .btn:hover {
  background-color: #0098e1;
}

.ft_soc {
  clear: both;
  display: block;
}

.ft_soc a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  margin-right: 25px;
  transition: all 0.3s;
  text-align: center;
  transition: all 0.3s;
  border-radius: 100%;
  display: inline-block;
}
.ft_soc1 a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  margin-top: 15px;
}
.ft_soc a:hover {
  color: #0098e1;
}

.ft_qt {
  clear: both;
  width: 80%;
  margin: auto;
  display: table;
  text-align: center;
  margin-top: 15px;
}

.ft_qt p {
  line-height: 21px;
  color: #b9eaff;
}

.footer span {
  clear: both;
  display: block;
  color: #9b9aad;
  font-size: 14px;
  font-weight: 400;
  margin-top: 70px;
}
span.desknoc {
  display: none;
}

/*aboutbx1*/
.aboutbx1 {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #edf0f3;
}
.aboutbx1 p {
  text-align: center;
  color: #000;
  font-size: 22px;
  line-height: 34px;
}

.servsec3 {
  background-color: #252425;
  display: table;
  width: 100%;
  position: relative;
}

.sectionpgabt {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #ebebeb;
}
.sectionpgabt h3 {
  font-weight: 600;
  font-size: 42px;
  margin: 0 0 30px 0;
  color: #191a59;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.sectionpgabt h3:before {
  position: absolute;
  left: 47%;
  bottom: 0px;
  width: 6%;
  height: 4px;
  content: "";
  background-color: #02aedf;
}
.innercounters {
  width: 100%;
  display: table;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}
.counbx1 {
  min-height: 208px;
  padding: 20px;
  border-right: 1px solid #d1d1d1;
}
.counbx1 h5 {
  font-size: 32px;
}
.counbx1 p {
  font-size: 16px;
  color: #555;
}
.counbx1 img {
  width: 60px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.counbx2 {
  min-height: 104px;
  padding: 20px;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  width: 100%;
  display: table;
}
.counbx2 img {
  display: inline-block;
  width: 50px;
  float: right;
  margin: 0px;
}
.counbx2 h5 {
  font-size: 32px;
}
.counbx2 p {
  font-size: 16px;
  color: #555;
}

.asec4 {
  background-color: #fff;
  padding: 50px 0;
  width: 100%;
  display: table;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiAgPGRlZnM+ICAgIDxwYXR0ZXJuIGlkPSJhIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB3aWR0aD0iNy41IiBoZWlnaHQ9IjcuNSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDQ1KSI+ICAgICAgPHBhdGggc3Ryb2tlPSIjQjdCN0I3IiBkPSJNMCAwdjcuNSIvPiAgICA8L3BhdHRlcm4+ICA8L2RlZnM+ICA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2EpIi8+PC9zdmc+");
}
.asec4 h2 {
  font-weight: 600;
  font-size: 42px;
  margin: 0 0 40px 0;
  color: #191a59;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.asec4 h2:before {
  position: absolute;
  left: 47%;
  bottom: 0px;
  width: 6%;
  height: 4px;
  content: "";
  background-color: #02aedf;
}
.leadership-e {
  background: #19195b;
  border-right: 1px solid #090933;
  padding-bottom: 20px;
  position: relative;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.btn-read {
  position: absolute;
  right: 10px;
  margin-top: -15px;
  margin-bottom: 0;
  width: 25px;
  height: 25px;
  line-height: 30px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  color: #04549b;
  font-size: 14px;
  font-weight: 700;
}
.leadership-title {
  color: #bbdfff;
  font-size: 21px;
}
.leadership-desig {
  line-height: normal;
  color: #fff;
}

.modal-dialog {
  width: 730px !important;
  left: 0px !important;
}
.modal-dialog1 {
  width: 700px;
  margin-top: 120px;
}
.modal-header {
  border-bottom: 0 !important;
}
.modal-body {
  background-color: #fff;
  padding: 40px 0;
}
.modal-body1 {
  padding: 40px;
  background-color: #fff;
}
.modal-header .close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  line-height: 32px;
  border: 2px solid #fff;
  color: #fff;
  background-color: #348adb;
  text-align: center;
  opacity: 1;
  border-radius: 40px;
  z-index: 99;
}
.modal-header .close:hover {
  background-color: #696969;
}

.modal-body h2 {
  position: relative;
  margin-top: 0px;
  color: #063f77;
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.modal-body h2:before {
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0px;
  width: 100px;
  height: 1px;
  background-color: #02aedf;
  content: "";
}
.modal {
  z-index: 99999999999999 !important;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999 !important;
  background-color: #4f4f4f;
}
.modal-dialog {
  left: 0;
}
.modal {
  z-index: 9999999999999;
}

.vh85 {
  width: 100%;

  background-color: #fff;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: auto;
  display: block;
  z-index: 99999;
}
.vh85 h4 {
  color: #02aedf;
  font-size: 26px;
  font-weight: 600;
  margin: 0px 0px 10px;
}
.vh85 h5 {
  font-size: 21px;
  color: #aaa;
  font-weight: 500;
  margin: 0px 0px 10px;
  /* font-style: italic; */
}
.vh85 p {
  font-size: 16px;
  color: #696969;
  text-align: justify;
  line-height: 24px;
  /* padding-right: 25px; */
}
.vh85 p a {
  text-decoration: underline;
  color: #00aeef;
}
/*aboutbx1*/

.innersec1 {
  clear: both;
  width: 100%;
  display: block;
  padding: 0px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  line-height: 28px;
}
.innersec1 b {
  color: #242424;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  line-height: 32px;
  font-weight: 700;
}
.innerleft {
  padding: 50px 20px !important;
}
.innerleft p b {
  text-align: left;
  float: left;
  width: 100%;
  display: table;
  clear: both;
  color: #137ab1;
  margin-bottom: 20px;
  font-size: 21px;
}
.innerleft ul li {
  display: block;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  position: relative;
}
.innerleft ul li {
  text-align: left;
  padding-left: 30px;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.innerleft ul li:before,
.service_page1 ul li:before,
.page_ul ul li:before {
  position: absolute;
  left: 0px;
  top: 5px;
  content: "";
  background-image: url("../images/arrow.png");
  width: 20px;
  height: 14px;
  background-size: 100%;
}
.innerleft h3 {
  color: #19195b;
  margin: 10px 0;
  font-size: 24px;
}

.parallax2 img {
  width: 70%;
  margin: auto;
  display: table;
  margin-top: 50px;
}

.job1bx {
  width: 100%;
  display: table;
  padding: 15px 0;
  clear: both;
  transition: all 0.3s;
}
.job1bx:last-child {
  border-bottom: 0px;
}
.job1bx a {
  text-decoration: none;
  color: #000;
  width: 100%;
  display: block;
  position: relative;
  min-height: 100px;
  transition: all 0.3s;
}
.job1bx img {
  width: 90%;
  display: block;
  border: 1px solid #fff;
  padding: 10px;
  margin: 0px;
  border-radius: 100%;
  transition: all 0.6s;
}
.job1bx:hover img {
  /* transform: scale(1.1, 1.1); transform: rotate(360deg);
background-color: rgba(255, 255, 255, 0.2); */
  border: 3px solid #f49941;
}
.job1bx h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  color: #e38917;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.job1bx h6 {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #777;
}
.job1bx p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.ltjb p {
  width: 80%;
}

.innerright {
  position: absolute;
  right: 0px;
  padding: 50px 30px !important;
  background-color: #efefef;
  width: 27%;
  height: 100%;
}
.sticky1 {
  position: sticky;
  left: 0px;
  top: 100px;
}
.innerright:before {
  position: absolute;
  right: -500px;
  width: 500px;
  height: 100%;
  content: "";
  background-color: #efefef;
  top: 0px;
}
.innerright h4 {
  font-size: 24px;
  font-weight: 600;
  color: #02aedf;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ccc;
}
.innerright ul {
  list-style: none;
  width: 100%;
  clear: both;
  display: block;
}
.innerright ul li {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.innerright ul a {
  text-decoration: none;
  color: #000;
  padding: 3px 10px 3px 20px;
  display: block;
  font-size: 16px;
  position: relative;
  z-index: 1;
  position: relative;
}
.innerright ul ul a {
  font-size: 14px;
}
.innerright ul a:hover:before,
.innerright ul a.active:before {
  width: 3px;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  background-color: #02aedf;
  position: absolute;
  z-index: 9;
}
.innerright ul ul a.active:before,
.innerright ul ul a:hover:before {
  display: none !important;
}
.innerright ul a.active:before {
  width: 3px;
}
.innerright ul a.active {
  color: #02aedf;
  font-weight: 600;
}
.innerright ul ul a.active,
.innerright ul ul a:hover {
  color: #ff5e00;
  font-weight: bold;
}
.innerbx1 img {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
.innerbx1 {
  padding-bottom: 20px;
  width: 100%;
}
.width40 {
  float: left;
  display: inline-block;
  width: 40%;
}
.width60 {
  float: left;
  display: inline-block;
  width: 60%;
}
.innerbx1 h2 {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 15px;
}

.bimg {
  clear: both;
  width: 100%;
  display: table;
  padding: 40px 0;
}
.bimg img {
  display: inline-block;
  width: 25%;
  padding: 0 25px;
  float: left;
}

.innerleft img {
  width: 150px;
  height: 150px;
  text-align: center;
  line-height: 150px;
  background-color: #191957;
  border-radius: 20px;
  float: left;
  padding: 40px;
  margin-right: 40px;
}
.innerpg h2 {
  color: #0071c5;
  width: 100%;
  float: left;
  padding: 10px 10px 10px 15px;
  border-radius: 3px;
  font-size: 21px;
  font-weight: 600;
  margin: 30px 0px 0px;
  background: #fff;
  background-color: rgb(255, 255, 255);
  position: relative;
  border-left: 3px solid #f2830f;
  letter-spacing: 0px;
  background-color: #f2f2f2;
}
ul.innerul1 {
  float: left;
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  padding-left: 0px;
}
ul.innerul1 li {
  float: left;
  margin-bottom: 15px;
  position: relative;
  width: 25%;
  text-align: center;
  font-weight: 400;
  line-height: 25px;
  color: #000;
  transition: all 0.3s;
  font-size: 16px;
  cursor: pointer;
  padding: 0px;
  clear: none;
  display: inline-block;
}
ul.innerul1 li:before {
  display: none;
}
ul.innerul2 li {
  width: 33.33%;
}
.dashed-circle {
  width: 150px;
  height: 150px;
  border: 2px dotted #c5ced5;
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  margin-bottom: 15px;
  background-color: #fff;
  transition: all 0.3s;
}
ul.innerul1 li:hover .dashed-circle {
  background-color: #f8f8f8;
}

ul.innerul1 li p {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  height: 42px;
  overflow: hidden;
}
/*ul.innerul1 li::after {
    color: #3b7bc5;
    content: "\f0a4 ";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0;
}*/

/*contractvehibx*/
.contractvehibx,
.customersbx {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #fff;
}
.contrvb {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 100%;
  display: inline-block;
  min-height: 210px;
  margin-bottom: 20px;
}
.contrvb h3 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.43;
  margin-top: 0;
  color: #02aedf;
}
.contrvb p {
  font-size: 18px;
}
.contrvb p span {
  float: right;
}
.contrvb p b {
  font-weight: 600;
}

.customersbx ul {
  list-style: none;
  width: 100%;
  clear: both;
  display: inline-block;
  margin-top: 20px;
  text-align: center; /*  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); */
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding: 0;
}
.customersbx ul li {
  display: inline-block;
  width: 23%;
  text-align: center;
  float: left;
  padding: 10px 10px;
  line-height: 100px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  margin: 1%;
  max-height: 120px;
  border-radius: 10px;
  border: 1px solid rgba(30, 29, 40, 0.15);
  background-color: #fff; /* border: 1px solid rgba(0, 0, 0, 0.03); */
}
.customersbx ul li a {
  display: block;
}
/* .clientsbx ul li:nth-of-type(2),
.clientsbx ul li:nth-of-type(4),
.clientsbx ul li:nth-of-type(5),
.clientsbx ul li:nth-of-type(7) {
    background: #fff;
} */
.customersbx ul li img {
  /* filter: grayscale(1);
    transition-property: filter; */
  transition-duration: 1s;
  transition: all 0.3s ease 0s;
  /* width: 100%; */
  height: 100px;
  max-width: 100%;
  /* display: table; */
  margin: auto;
  /* background-color: #fff; */
  /* opacity: 0.65; */
  transition: all 0.3s;
  padding: 10px 10px;
}
.customersbx ul li.cus1 img {
  height: auto;
  width: 100%;
}
.customersbx ul li:hover img {
  opacity: 1;
  filter: grayscale(0%);
  transition-property: filter;
  transition-duration: 1s;
}
/*contractvehibx*/

.formbox,
.jobsposbx {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #fff;
  background-image: url(../images/Contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.formbox:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.25;
}
.formbggg {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-top: 5px solid #00aaff;
}
.jobp1 {
  text-decoration: none;
  color: #000;
  padding: 30px;
  width: 100%;
  display: block;
  background-color: #fff;
  position: relative;
  box-shadow: 0 8px 16px 0 rgba(0, 11, 18, 0.1);
  /* border-top: 3px solid #44cb47; */
  text-align: left;
  margin-bottom: 30px;
  display: table;
  transition: all 0.3s;
}
.jobp1 h4 {
  font-size: 24px;
  line-height: 36px;
  color: #19195b;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.jobp1 a {
  display: table;
  height: 32px;
  text-decoration: none;
  line-height: 32px;
  margin: auto;
  padding: 0 20px;
  /* font-weight: 700; */
  /* letter-spacing: 2px; */
  transition: all 0.3s;
  background-color: #02aedf;
  color: #fff;
  font-size: 14px;
  border: 2px solid #02aedf;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  float: left;
}
.jobp1 a:hover {
  background-color: #fff;
  color: #02aedf;
}
ul.jobloc_map {
  margin-top: 0px;
  margin-bottom: 20px;
}
ul.jobloc_map li {
  float: left;
  width: 100%;
  /* margin-right: 20px; */
  font-size: 16px;
  color: #666;
  /* clear: none; */
  font-weight: 400;
  display: block;
  clear: both;
  /* width: auto; */
  margin-bottom: 15px;
  padding-left: 0px;
}
ul.jobloc_map li span {
  float: right;
  color: #666;
}
ul.jobloc_map li:after {
  display: none;
}
.jobloc_map li em {
  margin-right: 10px;
}
ul.jobloc_map p {
  color: #000;
  font-weight: 600;
}

.formbox h2 {
  font-size: 32px;
  line-height: 48px;
  color: #333;
  /* font-weight: 700; */
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
}

.formbox h2 span {
  color: #db2234;
}
.formbox p {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  letter-spacing: 2px;
  padding: 0 10%;
  margin-bottom: 60px;
}
.contblocks {
  text-align: center;
  padding: 0 10%;
  clear: both;
}
.contblocks h4 {
  font-size: 19px;
  color: #888;
}
.formbox a {
  color: #033c75;
  text-decoration: none;

  padding-top: 5px;
  font-size: 21px;
  position: relative;
  /* font-family: 'Josefin Sans', sans-serif; */
}

.formbox .form-group {
  padding: 0 7%;
  width: 100%;
  display: inline-block;
  clear: both;
}

.formbox label {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
}

.formbox label span {
  color: #ff7149;
}

.formbox input.form-control,
.formbox textarea.form-control,
.modal-body input.form-control,
.modal-body textarea.form-control {
  background-color: #fff;
  border-radius: 0px;
  height: 56px;
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  padding-left: 20px;
  box-shadow: none;
}
.modal-body input.form-control {
  height: 45px;
}
.formbox textarea.form-control {
  height: 120px !important;
}

.formbox .col-sm-12 {
  display: table;
  width: 100%;
}

input.subres {
  display: table;
  height: 48px;
  text-decoration: none;
  line-height: 48px;
  margin: auto;
  padding: 0 50px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.3s;
  background-color: #02aedf;
  color: #fff;
  font-size: 16px;
  border: 2px solid #02aedf;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  margin: auto;
  float: none;
}
input.subres:hover {
  background-color: #fff;
  color: #02aedf;
}

.innerleft h2 {
  margin: 0 0 30px 0;
  font-size: 32px;
  font-weight: 600;
  color: #02aedf;
}
ul.jobloc_map1 {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 100%;
  display: table;
}
ul.jobloc_map1 li {
  float: left;
  margin-right: 20px;
  font-size: 16px;
  color: #000;
  clear: none;
  font-weight: 400;
  display: inline-block;
  width: auto;
  padding-left: 0px;
}
.jobloc_map1 li em {
  margin-right: 10px;
}
ul.jobloc_map1 li:before {
  display: none;
}
.jobloc_map1 li em img {
  padding: 0px;
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  margin-right: 5px;
  border-radius: 0;
}
.job_des p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}
.job_des p b {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}

.contactpg {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #fff;
}
.adbxin {
  -webkit-box-shadow: 70px 70px 50px -70px rgba(0, 0, 0, 0.3);
  box-shadow: 70px 70px 50px -70px rgba(0, 0, 0, 0.3);
  padding: 20px;
  background-color: #fff;
  min-height: 500px;
  margin-bottom: 30px;
  text-align: left;
}
.abouttab1 h2 {
  font-size: 21px;
  font-weight: 500;
  position: relative;
  line-height: 26px;
  padding-bottom: 10px;
  margin-bottom: 35px;
  color: #0e2b5c;
  margin-top: 20px;
  color: #0e2b5c;
}
.add1 {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 10px 0;
  padding-left: 75px;
}
.add1:before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  left: 0px;
  top: 20px;
  background-image: url("../images/placeholder.html");
  background-repeat: no-repeat;
  background-size: 40px;
}
.add2:before {
  background-image: url("../images/call.html");
}
.add3:before {
  background-image: url("../images/email.html");
}
.add1:after {
  position: absolute;
  width: 1px;
  height: 90%;
  content: "";
  left: 60px;
  top: 0px;
  background-color: #eee;
}
.add1 p {
  margin-bottom: 5px;
  padding: 0px;
  text-align: left;
}
.add1 h5 {
  font-size: 21px;
  margin-top: 0;
  color: #2d2a2a;
  font-weight: 400;
}

.adbxin h2 {
  font-size: 21px;
  font-weight: 500;
  position: relative;
  line-height: 26px;
  padding-bottom: 10px;
  margin-bottom: 35px;
  color: #2d2a2a;
  margin-top: 20px;
  text-align: left;
  color: #0e2b5c;
}
.adbxin h2:before {
  position: absolute;
  left: 0px;
  bottom: -10px;
  content: "";
  height: 3px;
  background-color: #02aedf;
  width: 100px;
}

.abouttab2 h4 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}
.abouttab2 p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #333;
}

.solbxx h2 {
  text-align: center;
  color: #f47f1f;
  font-weight: 700;
  font-size: 32px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 100px;
}
.solbxx h2:before {
  position: absolute;
  left: calc(50% - 30px);
  width: 60px;
  bottom: -10px;
  content: "";
  background-color: #1b21b5;
  height: 2px;
}
.adbxin a {
  color: #2d2a2a;
  text-decoration: none;
  padding-top: 5px;
  font-size: 21px;
  position: relative;
}

.mbi1 {
  background-color: #f6f6f8;
  background-image: url(../images/h8-bg-section2.html);
  background-size: cover;
}
.mbi1 .bannercontbx1 {
  padding-left: 0;
  top: 50%;
}
#career_form {
  width: 100%;
  display: table;
  padding: 50px 0 50px;
  background-color: #f7f9fa;
  margin-bottom: 0;
  overflow: hidden !important;
  background-image: url("../images/bg2.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
}

.contact-info-box {
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #f8f2f1;
  border: 1px solid #fbe4d4;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.contact-info-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #02aedf;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 25px;
  color: #02aedf;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 12px;
  position: relative;
}

.contact-info-box .icon i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.contact-info-box h3 {
  margin-bottom: 10px;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 21px;
  color: #02aedf;
}

.contact-info-box p {
  margin-bottom: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

.contact-info-box p a {
  display: inline-block;
  color: #434343;
  text-decoration: none;
}

.contact-info-box p a:hover {
  color: linear-gradient(
    to right top,
    #02aedf,
    #02aedf,
    #02aedf,
    #02aedf,
    #02aedf
  );
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box:hover:before {
  height: 100%;
}

.contact-info-box:hover h3,
.contact-info-box:hover p a {
  color: #fff;
}

.aaboutbxx {
  width: 100%;
  display: table;
  padding: 60px 0 40px;
  background-color: #fff;
}
.new_box {
  background: #021d3a;
  padding: 40px;
  border-radius: 4px;
  z-index: 2;
  position: relative;
  margin-bottom: 40px;
  box-shadow: 0 9px 6px rgba(0, 0, 0, 0.2);
}
.new_box::before {
  background: #000c1a;
  content: "";
  height: 15px;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  z-index: -1;
  border-radius: 4px 4px 0 0;
  margin: 0 auto;
}
.new_box p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  opacity: 1;
}
.new_box p span {
  font-size: 32px;
  font-weight: 600;
}
.company_new p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  /*font-weight: normal;
     opacity: 0.65; */
}
p.big_text {
  font-size: 18px;
  line-height: 28px;
}
.aaboutbxx h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  color: #02aedf;
  font-weight: 300;
}
.aaboutbxx h2 {
  color: #1f1f1f;
  font-size: 24px;
  line-height: 38px;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 10px;
}
.aaboutbxx p {
  color: #707070;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  width: 100%;
}

.aboutpgbxx2 {
  background-color: #312863;
  width: 100%;
  display: table;
  padding: 40px 0;
}
.aboutpgbxx2 h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  color: #02aedf;
  font-weight: 300;
}
.aboutpgbxx2 p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  width: 50%;
}

.abtpgbx2bb {
  padding-left: 30px;
  border-left: 1px solid #fff;
  width: 100%;
  position: relative;
  padding-top: 100px;
  margin-top: 50px;
}
.abtpgbx2bb img {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 20px 40px;
  width: 125px;
}
.abtpgbx2bb h3 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
}
.abtpgbx2bb p {
  width: 100%;
  font-size: 15px;
  line-height: 28px;
  opacity: 0.65;
}

.ovaluespg {
  position: relative;
  width: 100%;
  display: table;
  padding: 80px 0;
  background-color: #fff;
}

.ov1 {
  padding: 0px 50px 0;
}

.ovaluespg h2 {
  margin-top: 0px;
  font-size: 32px;
  color: #02aedf;
  font-weight: 600;
  margin-bottom: 20px;
}
.ovaluespg ul {
  margin-bottom: 30px;
  width: 100%;
  display: table;
  list-style: none;
}
.ovaluespg ul li {
  width: 100%;
  float: left;
  position: relative;
  padding: 6px 0 6px 25px;
  font-size: 18px;
  color: #333;
}
.ovaluespg ul li:before {
  position: absolute;
  top: 4px;
  left: 5px;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
  color: #02aedf;
}
.ovaluespg p {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin-bottom: 15px;
}

.ovaluespg p b {
  color: #002c3c;
}

.aaboutbxx2 {
  background-color: #eff0f4;
  width: 100%;
  display: table;
  padding: 40px 0;
}
.aaboutbxx2 h2 {
  font-weight: 600;
  font-size: 42px;
  margin: 0 0 30px 0;
  color: #191a59;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.aaboutbxx2 h2:before {
  position: absolute;
  left: 47%;
  bottom: 0px;
  width: 6%;
  height: 4px;
  content: "";
  background-color: #02aedf;
}
.aabx1 {
  border: 2px solid #eff0f4;
  margin: 45px 157px 0 auto;
  max-width: 13100px;
  background-color: #fff;
  display: table;
}
.aabx2 {
  margin: 45px auto 0 157px;
}
.aabx1 img {
  width: 100%;
  display: block;
  -webkit-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
  z-index: 2;
  position: relative;
}
.aabx1in {
  padding: 77px 30px 96px 30px;
  min-height: 465px;
}
.aabx1 h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #191a59;
}
.aabx1 p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 40px;
}

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}
.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span {
  float: left;
}
.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}
.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #2bace2;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}
#header.cloned .icon-bar {
  background: #000;
}
/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}
.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 79, 54, 0.4);
}
.cart_bx1 {
  width: 96%;
  background-color: #19195b;
  height: 100%;
  padding: 20px;
  top: 0%;
  right: -100%;
  transition: ease all 0.4s;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-image: url("../images/work-left.html");
  background-position: left 20px;
  background-repeat: no-repeat;
  background-size: 30px;
}
.left1 {
  right: 2100px;
  z-index: 9999999;
  transition: ease all 0.8s;
}
.menu2 {
  right: 2100px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}
.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}
.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}
.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}
.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #2e3192;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  /* padding: 10px 25px; */
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}
a.closebtn img {
  width: 36px;
}
a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #138dd0;
  background-color: #138dd0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

img.deskno {
  display: none;
}

.innerscroll {
  clear: both;
  padding: 50px 0;
  background-color: #ffff;
  position: relative;
}
.innerscroll h2 {
  color: #191a59;
  font-weight: 800;
  margin-top: 0px;
  font-size: 46px;
  position: relative;
  padding-left: 15px;
  text-align: center;
  margin-bottom: 40px;
}
.innerscroll a,
.innergal a {
  text-decoration: none;
  color: #000;
  text-align: center;
}
.innergal a {
  padding: 10px;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.innerscroll a p,
.innergal a p {
  margin-top: 10px;
  font-size: 18px;
}
.innergal a p {
  margin-bottom: 0;
}
.innerscroll ul {
  list-style: none;
}
.innerscroll img.fs-gal {
  /* border: 3px solid #ffb0b2; */
}
.innerscroll .owl-nav {
  position: absolute;
  top: -20%;
  right: 0px;
  opacity: 0.5;
}
.innerscroll .owl-prev {
  background-image: url("../images/prev4.html");
  width: 50px;
  height: 34px;
  float: left;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s;
}
.innerscroll .owl-next {
  background-image: url("../images/next4.html");
  width: 50px;
  height: 34px;
  float: left;
  display: inline-block;
  transition: all 0.3s;
}
.innerscroll .owl-prev:hover,
.innerscroll .owl-next:hover {
  opacity: 1;
}
.innergal {
  padding: 50px 0;
}

/*certificates_page*/
.certificates_list li,
.team_gallery li {
  width: 33.33%;
  float: left;
  background: #fff;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  transition: all ease-in-out 0.5s;
  margin-bottom: 30px;
  padding-right: 20px;
}
.certificates_list li img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.certificates_list li h3,
.team_gallery li h3 {
  padding: 15px;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  background: rgb(217 101 17);
  transition: all ease-in-out 0.5s;
}
.certificates_list li:hover h3,
.team_gallery li:hover h3 {
  background: rgb(25 25 91);
}
.certificates_page {
  padding: 40px 0;
}
.pt_100 {
  padding-top: 100px;
}

.innerservmenu {
  position: sticky;
  top: 100px;
  width: 100%;
  display: flex;
  z-index: 99;
  text-align: center;
  background-color: #001c3f;
}

.innerservmenu li {
  /* display: inline-flex; */
  display: inline-grid;
  position: relative;
  flex-grow: 1;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.innerservmenu li a {
  text-decoration: none;
  color: #fff;
  padding: 20px 15px;
  display: block;
  transition: all 0.3s;
}

.innerservmenu li a:hover,
.innerservmenu li a.active {
  background-color: #02aedf;
}

/*pgbx*/

.pgbx {
  width: 100%;
  display: table;
  padding: 50px 0;
  background-color: #fff;
  position: relative;
  text-align: center;
  /* background-size: cover;
    background-image: url('../images/bg3.png') */
}
.pgbx h1 {
  color: #333;
  font-size: 36px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 0px;
  position: relative;
  text-align: left;
  font-weight: 700;
  /* font-family: 'NeuzeitGro Bold', 'NeuzeitGro-Bol', sans-serif; */
}
.pgbx h2 {
  color: #333;
  font-size: 42px;
  margin-top: 0px;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 0px;
  position: relative;
  font-weight: 300;
  /* font-family: 'NeuzeitGro Bold', 'NeuzeitGro-Bol', sans-serif; */
}

.pgbx p {
  font-size: 18px;
  line-height: 36px;
  /* font-weight: 300; */
  width: 100%;
  clear: both;
  font-style: normal;
  color: #333;
  margin-bottom: 0px;
  padding-left: 40px;
  border-left: 1px solid #02aedf;
}

.pgbx11 p {
  text-align: left;
}

.pgbx11 img {
  margin-top: 40px;
}

/*resbx1*/

.resbx1 {
  width: 100%;
  display: table;
  overflow: hidden;
  padding: 50px 0 0;
  /* background-image: url("../images/bg2.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #f8f8f8; */
}

.resbx1 img {
  width: 35%;
  display: block;
  float: right;
}
.restbbbb {
  /* border-bottom: 1px solid #ccc; */
  /* padding-bottom: 20px; */
  margin-bottom: 50px;
  width: 100%;
  display: table;
}

.item--title {
  font-size: 32px;
  line-height: 1.33333;
  color: #333;
  font-weight: 600;
  margin-top: 0;
}

.item--title.st-line-left1 span {
  padding-left: 82px;
  position: relative;
  display: inline-block;
}

.item--title.st-line-left1 span img {
  width: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

.item--title.st-line-left1 span i {
  background: #00a0e3 !important;
}

.padding-r-80 {
  padding: 0 0 0 82px;
}

.about1 p,
.resbx1 p {
  font-size: 18px;
  line-height: 32px;
  /* font-weight: 300; */
  width: 100%;
  clear: both;
  font-style: normal;
  color: #3f3f3f;
  margin-bottom: 30px;
}

.pgbx h3 {
  text-transform: uppercase;
  color: #029fe3;
  font-size: 21px;
}

/*resbx1*/

.module-nest-wrapper {
  padding: 50px 0;
  width: 100%;
}
.module-nest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5px auto;
}
.mnest-header__number {
  color: #bfbaba;
}
.mnest-header__title {
  margin: 4px 0 0;
  text-transform: uppercase;
  color: #333;
  font-size: 21px;
}
.line-title::after {
  content: "";
  height: 1px;
  width: 19px;
  background-color: #bfbaba;
  display: block;
  margin-left: 12px;
  position: relative;
  top: -10px;
  left: 20px;
}
.mnest-module {
  width: 75%;
}
.title-para-cta h2 {
  color: #333;
  font-size: 36px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  position: relative;
  text-align: left;
  font-weight: 700;
}

.title-para-cta p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  width: 100%;
  clear: both;
  font-style: normal;
  color: #333;
  margin-bottom: 0px;
}

.stat-list__stat {
  border-top: 1px solid #cbc7c7;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .stat-list__stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.stat-title {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .stat-title {
    margin-right: 50px;
  }
}
.stat-desc {
  display: block;
  margin-top: 10px;
  font-size: 21px !important;
  font-weight: 400 !important;
}
.stat-title {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 100px;
  margin-top: 0;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 900 !important;
}

.jobdescripp {
  background-color: #fff;
  padding: 50px 70px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0px;
}
.jobtop {
  clear: both;
  width: 100%;
  margin-bottom: 50px;
}
.jobtop span {
  float: left;
  display: inline-block;
  margin-right: 25px;
  color: #4a4a4a;
  font-size: 16px;
}
.jobtop span img {
  width: 17px;
  margin-right: 20px;
}
.accordion-content .jobdescripp p {
  font-weight: 400;
  font-size: 16px;
  margin: 0px;
  color: #4a4a4a;
  line-height: 32px;
  margin-bottom: 15px;
  clear: both;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.jobdescripp h3 {
  color: #012d7e;
  text-align: left;
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: 600;
}
.jobdescripp ul {
  list-style: none;
  margin-bottom: 20px;
}
.accordion-content .jobdescripp ul li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 0px;
  background-image: url("../images/png_1_c.png");
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-size: 13px;
  color: #4a4a4a;
  margin-bottom: 7px;
}
.jobdescripp a {
  background-color: #02aedf;
  border-radius: 10px;
  padding: 8px 30px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  transition: all 0.3s;
  display: inline-block;
}
.jobdescripp a:hover {
  color: #fff;
  background-color: #19195b;
}

.jobtop span img {
  width: 20px;
  margin-right: 10px;
  float: left;
  display: inline-block;
  margin-top: 5px;
}
/* .careersmainpg h1{
	text-align: center;
	color: #0B2E4F;
  font-size: 34px;
  line-height: 42px;
	font-weight: 400;
	margin-bottom: 20px;
  }
  .careersmainpg h1 span{font-weight: 600;} */

.careersmainpg h1 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #2e3c54;
  font-weight: 300;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 36px;
  font-family: "Zilla Slab", serif;
}
.careersmainpg h1 span {
  font-weight: 600;
}
.careersmainpg h1:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 150px;
  height: 2px;
  background-color: #fe4917;
  content: "";
  bottom: 0px;
  margin: auto;
  display: table;
}

h5.modal-title {
  font-size: 24px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #113062;
  font-weight: 700;
  letter-spacing: 2px;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ef4924;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  padding: 0px;
  margin: 0 !important;
}
button.close:hover {
  opacity: 1;
  background-color: #1070b9;
}
.close span {
  font-size: 21px;
  color: #fff;
}

h5.modal-title {
  font-size: 24px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #113062;
  font-weight: 600;
  letter-spacing: 2px;
}
button.close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #14dee2;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  padding: 0px;
  margin: 0 !important;
}
button.close:hover {
  opacity: 1;
  background-color: #000;
}
.close span {
  font-size: 21px;
  color: #000;
}
button.close:hover span {
  color: #fff;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #00aaff;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #ef4924;
  padding: 12px 60px;
  border-radius: 56px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  border: 0px;
}
form input.btn-1:hover {
  background-color: #ff8800;
}
.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: #14dee2;
  color: #000;
}
.modal-body {
  width: 100%;
}
.modal-dialog {
}
.modal-header {
  border-bottom: 0px;
}
.modal-body {
  display: table;
}
.modal-header .close {
  padding: 0px;
  opacity: 1;
}
.modal-header .close:hover {
  padding: 0px;
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
label {
  font-weight: 300;
  font-size: 14px;
}
.modal-backdrop {
  z-index: 999999;
}

.consultancypgbx:before {
  display: none;
}
.consultancypgbx p {
  padding: 0 10%;
}

.mobno {
  display: block;
}
.opadd50 {
  padding: 0 50px;
}
.contact-info {
  background-color: #f6f6f6;
}
.contact-info__container {
  padding: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-info__contacts {
  max-width: 782px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-info__contact {
  width: 50%;
}
.contact-info__title {
  position: relative;
  min-width: 210px;
  margin: 0 4rem 0 0;
  text-transform: uppercase;
  font-size: 21px;
}
.contact-info__title:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(1.5rem, -50%);
  -ms-transform: translate(1.5rem, -50%);
  transform: translate(1.5rem, -50%);
  width: 2rem;
  height: 1px;
  background-color: #172121;
}
.contact-info__contact-title {
  margin: 0;
  color: #6f7274;
}
.contact-info__contact-copy {
  margin-top: 1rem;
  margin-bottom: 0;
  text-decoration: none;
  color: #172121;
  font-size: 21px;
  margin-bottom: 20px;
  display: block;
}

.location-info {
  background-color: #312863;
}
.location-info__container {
  padding: 100px;
}
@media (max-width: 1199px) {
  .location-info__container {
    padding: 67px;
  }
}
.location-info__location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5.5rem 0;
}
.location-info__location:first-child {
  padding-top: 0;
}
.location-info__location:last-child {
  padding-bottom: 0;
}
.location-info__location:not(:first-child) {
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
}
@media (max-width: 1199px) {
  .location-info__location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
}
.location-info__title-container {
  width: 33.33333%;
}
@media (max-width: 768px) {
  .location-info__title-container {
    width: 100%;
  }
}
.location-info__title {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.location-info__title:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(1.5rem, -50%);
  -ms-transform: translate(1.5rem, -50%);
  transform: translate(1.5rem, -50%);
  width: 2rem;
  height: 1px;
  background-color: #fff;
}
.location-info__address {
  width: 33.33333%;
  color: #fff;
}
@media (max-width: 1199px) {
  .location-info__address {
    margin-top: 2rem;
    width: 100%;
  }
}
.location-info__address__type {
  color: #fff;
  margin: 3px 0;
  display: inline;
  font-size: 21px;
  line-height: 32px;
}
a.location-info__cta {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  width: 33.33333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .location-info__cta {
    margin-top: 2rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
}
.location-info__cta__text {
  margin-right: 1.19rem;
}
.location-info__arrow {
  width: 22px;
  height: 28px;
  position: relative;
  top: 2px;
}
.location-info__arrow path {
  fill: #fff;
}
a.location-info__address-link {
  color: unset;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  body {
    overflow-x: hidden;
    padding-top: 110px;
  }
  #header.fixed1 {
    padding-left: 20px;
  }
  .container1_inner {
    width: 100%;
  }
  .hd_right {
    display: none;
  }
  .top_left {
    display: none;
  }
  .bannersvg {
    display: block;
    overflow-x: hidden;
    min-height: 2000px;
  }
  .bannersvg3 {
    display: block;
    overflow-x: hidden;
    min-height: 1500px;
  }
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  /* .header{padding: 5px 0px;} */
  .top_social,
  .top_social ul {
    display: none;
  }
  .menu2 {
    display: block;
    top: 40px;
    right: 10px;
    z-index: 999999;
  }
  .menu {
    display: none;
  }
  .header_right {
    padding: 0px;
  }
  .logo {
    padding-left: 0px;
  }
  .logo a img {
        float: left;
        height: 84px;
        padding: 0px;
    }
  .eBtn_pop {
    display: none;
  }
  a.scroll-down-link {
    bottom: 20px;
  }
  .bannercontbx1 {
    top: 15%;
    left: 0px;
  }
  .bannercontbx1 h2 {
    font-size: 21px;
    line-height: 32px;
    color: #fff;
  }
  .bannercontbx1 p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: 100%;
    opacity: 1;
  }
  .bannercontbx1 h3 {
    color: #fff;
  }
  .pavcontentslider .carousel-control {
    top: 20% !important;
  }
  .box2cont h4 {
    font-size: 16px;
  }
  .box2cont h3 {
    font-size: 26px;
  }
  .box2cont p {
    padding: 0 5%;
    font-size: 16px;
    line-height: 24px;
  }
  .education-short {
    margin-bottom: 25px;
  }
  .box2 {
    padding-bottom: 10px;
  }
  .bannercontbx1 {
    position: relative;
    padding: 20px;
    background-color: #626262;
  }

  #header.fixed2 {
    height: 100px;
  }
  #header.fixed2 .logo {
    top: 10px;
  }

  .aboutsec {
    padding: 40px 0 0;
  }
  .aboutsec h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .aboutsec p,
  .wework p {
    font-size: 16px;
    line-height: 28px;
  }
  .wework ul {
    width: 100%;
  }
  .weimg {
    margin-top: 15px;
  }
  .whychos-bx .bgHover-cir {
    display: none;
  }

  .wework h2 {
    font-size: 28px;
  }

  .box3 ul {
    margin-top: 40px;
  }
  .box3 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .bannerimg > img {
    width: 100%;
  }
  .banner_txt {
    left: 0px;
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .banner_hd {
    font-size: 18px;
    line-height: 36px;
    margin-top: 0px;
  }
  .banner_cont {
    display: none;
  }
  .banner_r_more a {
    font-size: 14px;
    padding: 10px 25px;
  }
  .banner_r_more {
    margin-top: 0;
  }

  .section1 {
    padding: 40px 0;
    display: block;
  }
  .inner-container {
    padding: 30px;
    display: block;
  }
  .about-section .image img {
    width: 100%;
    display: block;
  }
  .about-section .image .video-box {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .about-section .content-column .inner-column {
    margin-top: 100px;
  }
  .whychos-bx:hover .whychos-icon img + img {
    display: none;
  }
  .whychos-bx {
    padding-right: 0px;
    padding-top: 40px;
  }
  .whychos-bx .whychos-txt h6 {
    font-size: 21px;
  }

  .section5 h1,
  .innerscroll h2 {
    font-size: 32px;
  }
  .innerscroll .owl-nav {
    display: none;
  }

  .bg-video--waves video {
    display: block;
    height: 150%;
    width: auto !important;
  }
  .clientsbx ul li {
    padding: 0;
    height: 100px;
    line-height: 100px;
  }
  .clientsbx ul li.oa1 img {
    height: 100px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .box4 {
    display: block;
  }
  .overlap__text {
    width: auto;
    bottom: auto;
    padding: 30px;
  }
  .overlap__title {
    font-size: 21px;
  }
  .box4 {
    padding-bottom: 40px;
  }

  .overlap__text {
    position: relative;
  }
  .ftlinks {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
  }

  .ftlinks a {
    width: 100%;
    float: left;
    display: inline-block;
  }

  .whychos-bx:hover .whychos-txt p,
  .whychos-bx:hover .whychos-txt h6 {
    color: #fff;
  }

  .sec-title.light h2,
  .section6 h2,
  .box4hd1 {
    font-size: 24px;
    line-height: 28px;
  }
  .sec6bx1 {
    width: 50%;
  }
  .technology1 {
    padding: 5px;
  }
  .techhd1 {
    font-size: 14px;
    line-height: 21px;
    height: 42px;
  }
  .box4hd1 a {
    font-size: 10px;
  }

  .carousel-control.right {
    right: 30px !important;
  }
  .main_banner {
    height: auto;
  }
  .section1 h2 {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .section1 h2:before,
  .section1 h2:after {
    display: none;
  }
  .section1 h3 {
    font-size: 18px;
  }
  .section1 p.servcont {
    font-size: 16px;
    line-height: 21px;
    padding: 0;
  }
  .section3 .col-sm-4 {
    padding: 0px !important;
  }
  .section3 .col-sm-8 {
    height: auto;
  }
  a.sec2bx {
    margin-bottom: 25px;
  }
  .section2 {
    padding-bottom: 30px;
  }
  .news-block .inner-box {
    margin-bottom: 30px;
  }
  .section4 {
    padding-bottom: 20px;
  }
  .footer {
    padding: 20px;
    font-size: 12px;
  }
  .footer_menu,
  .footer_menu1 {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
  .home_addressleft {
    width: 100%;
  }

  .box6_left,
  .box6_right {
    width: 100%;
    display: block;
    clear: both;
    padding: 0;
  }
  .form_hd {
    font-size: 24px;
  }
  .box6_right .ft_txt,
  .box6_right .ft_txtarea {
    width: 100%;
    clear: both;
  }

  .innertxt1 {
    top: 20%;
  }
  .inner_banner h1 {
    font-size: 24px;
  }
  .leftpgbx h2 {
    font-size: 21px;
    line-height: 28px;
  }
  .leftpgbx h4 {
    font-size: 14px;
  }
  .leftpgbx p,
  .leftpgbx2 p,
  .visionbx ul li,
  .leftpgbx ul li {
    font-size: 14px;
    line-height: 21px;
  }
  .page_left,
  .page_right {
    width: 100%;
    clear: both;
  }
  .page1 .sticky {
    position: relative;
    top: auto;
    margin-top: 30px;
  }
  .key_people img {
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .box5_row1,
  .leftpgbx2,
  .rightbx2 {
    width: 100%;
    clear: both;
  }
  .rightbx2 {
    margin-bottom: 30px;
  }
  .career_form h2 {
    font-size: 28px;
  }

  .innerbox3 {
    padding-top: 0;
  }
  .modal-dialog1,
  .right_cont ul li {
    width: 100%;
  }
  .right_cont .hd1 {
    font-size: 24px;
    line-height: 28px;
  }

  .halfspan {
    width: 100%;
    clear: both;
  }
  .b5_img1 img {
    width: 60%;
  }
  .footer_hd {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .footer_menu1 img {
    width: 240px !important;
  }
  .sec3_bg {
    min-height: auto;
  }
  .section3 {
    padding: 30px 0;
  }
  .ft_logo,
  .ft_left2,
  .ft_left1,
  .ftleft1 {
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
  .ft_logo img {
    width: 1100px;
  }
  .mFooter {
    font-size: 14px;
  }
  #header.cloned {
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.3);
  }
  .innertxt1 ul {
    display: none;
  }
  .innerbox3 {
    padding: 20px;
  }
  .phd1 {
    font-size: 21px;
  }
  .pcont2 p {
    font-size: 16px;
  }

  .omission h3 {
    font-size: 28px;
  }
  .footer_address ul li {
    width: 100%;
    clear: both;
  }

  .productsdescrption h2 {
    font-size: 21px;
    margin-top: 20px;
  }
  .productsdescrption h3 {
    padding: 0 15px;
  }
  .width20 {
    width: 50%;
  }
  a.takelook > img {
    width: 100%;
    max-height: 175px;
  }
  a.takelook span {
    left: 20%;
  }
  .productsdescrption p,
  .productsdescrption ul li {
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .productsdescrption ul {
    padding: 0 15px;
  }
  .productsdescrption ul li::before {
    left: -5px;
    top: 0;
  }

  .mbi1 .bannercontbx1 {
    background-color: transparent;
  }
  .mbi1 .bannercontbx1 h3 {
    color: #000;
  }
  .mbi1 .bannercontbx1 h2 {
    color: #000;
    font-size: 24px;
    margin: 0;
  }
  .aaboutbxx h2 {
    font-size: 16px;
    line-height: 32px;
  }

  .aaboutbxx {
    display: block;
    overflow: hidden;
  }
  .new_box p,
  p.big_text {
    font-size: 16px;
    line-height: 26px;
  }
  .aboutpgbxx2 p {
    width: 100%;
    line-height: 26px;
    font-size: 16px;
  }
  .abtpgbx2bb h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .ov1 {
    padding: 40px 20px 0;
  }
  .ovaluespg h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .ovaluespg ul li {
    font-size: 16px;
    line-height: 32px;
  }
  .company_new p,
  .ovaluespg p {
    font-size: 14px;
    line-height: 21px;
  }
  .counbx1,
  .counbx2 {
    border-right: 0px;
    border-bottom: 1px solid #d1d1d1 !important;
  }
  .asec4 h2,
  .aaboutbxx2 h2 {
    font-size: 28px;
  }
  .modal-dialog {
    width: 100% !important;
    left: 0px !important;
  }
  .vh85 h4 {
    font-size: 21px;
  }
  .aaboutbxx2 {
    display: block;
    padding: 20px;
  }
  .aabx1 {
    margin: 0px;
    width: 100%;
    margin-bottom: 40px;
  }
  .aabx1in {
    padding: 0;
  }
  .aabx1 h3 {
    font-size: 24px;
  }
  .aabx1 p {
    font-size: 16px;
    line-height: 24px;
  }

  .innerright {
    width: 100%;
  }
  .contrvb h3,
  .jobp1 h4 {
    font-size: 21px;
  }
  .contrvb p span {
    display: none;
  }
  .contrvb p {
    font-size: 16px;
  }

  .customersbx ul li {
    width: 31.33%;
  }
  .innerleft h2 {
    font-size: 24px;
  }
  .innerleft h3 {
    font-size: 18px;
  }
  .innersec1,
  .innerleft ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .innerright {
    margin-bottom: 30px;
  }
  .formbox h2 {
    font-size: 28px;
  }
  .formbox .form-group {
    margin-top: 0px;
    padding: 0;
  }
  .formbox input.form-control,
  .formbox textarea.form-control,
  .modal-body input.form-control,
  .modal-body textarea.form-control {
    height: 42px;
    font-size: 14px;
  }
  input.subres {
    font-size: 12px;
  }

  .adbxin h2 {
    font-size: 24px !important;
  }
  .add1 h5,
  .add1 p {
    font-size: 18px;
  }
  .certificates_list li,
  .team_gallery li {
    width: 100%;
    padding-right: 0px;
  }
  .pt_100 {
    padding-top: 50px;
  }

  .innerservmenu,
  .aboutsec::before,
  .sec1skew,
  .sec1skewban,
  .sec2skew,
  .sec3skew {
    display: none !important;
  }
  .col-sm-6.aboutbxright {
    padding: 40px 20px 0;
    background-color: #f8f8f8;
  }
  .homeservicessection h2,
  .homeitservicesbx h1,
  .footertop h2,
  .footer h1 {
    font-size: 28px;
  }
  ul.tabs,
  .tab_container {
    width: 100%;
    clear: both;
  }
  .footertop {
    background-size: 200px;
    display: block;
    overflow: hidden;
  }
  .abouthrt h3 {
    font-size: 18px;
  }
  ul.tabs li {
    font-size: 16px;
  }
  .tab_content h3 {
    font-size: 18px;
  }
  .ftmmmm {
    width: 100%;
  }
  .footer h3 {
    margin-top: 20px;
  }
  .homeitservicesbx {
    padding: 50px 0;
  }

  .pgbx h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .pgbx h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .pgbx p {
    font-size: 16px;
    line-height: 26px;
  }
  .item--title {
    font-size: 24px;
    line-height: 32px;
  }
  .about1 p,
  .resbx1 p {
    padding-left: 0;
    font-size: 14px;
    line-height: 26px;
  }
  .resbx1 img {
    float: left;
  }
  .mnest-module {
    width: 100%;
    padding-top: 30px;
  }
  .mnest-header__title {
    font-size: 14px;
  }
  .title-para-cta h2,
  .stat-title.h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .title-para-cta p,
  .stat-desc.h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .jobdescripp {
    padding: 50px 20px;
  }
  .contact-info__container {
    display: block;
    padding: 50px 20px;
  }
  .contact-info__title,
  .location-info__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contact-info__contact {
    width: 100%;
    clear: both;
  }
  .contact-info__contact-copy {
    font-size: 16px;
  }
  .location-info__container {
    padding: 50px 20px;
  }
  .location-info__address__type {
    font-size: 18px;
    line-height: 26px;
  }
  a.location-info__cta {
    width: 100%;
    display: block;
  }
  .formbox h2 {
    font-size: 24px;
    margin-bottom: 40px;
    display: inline-block;
  }
}

/*------iphone----------------*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
}
/*------smalltablet----------------*/
@media only screen and (min-width: 480px) and (max-width: 768px) {
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .bannerimg {
    width: 50%;
    clear: none;
    display: inline-block;
  }
  .bannercontbx1 {
    float: left;
    width: 50%;
    clear: none;
  }
  .bannercontbx1 .col-sm-6 {
    width: 100%;
  }
  .bannercontbx1 {
    background-color: transparent;
  }
  .bannercontbx1 h2,
  .bannercontbx1 h3,
  .bannercontbx1 p {
    color: #000;
  }
  .ftlinks {
    margin-top: 0;
  }
  .ftlinks a {
    width: auto;
    margin-bottom: 15px;
  }
  .bannerBtn a {
    left: 10px;
    bottom: 0;
  }
  .servbxxx a {
    min-height: 380px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1240px) {
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .menu > ul > li > a {
    padding: 0 15px;
    font-size: 14px;
  }
  .bannercontbx1 h2 {
    font-size: 36px;
    line-height: 42px;
  }
  /* .whychos-bx .whychos-txt{width: 50%;} */

  .bg-video--waves video {
    display: block;
    height: 150%;
    width: auto !important;
  }
  ul.jobloc_map li {
    font-size: 14px;
  }
  .jobp1 h4 {
    font-size: 18px;
  }
  .aboutsec {
    padding: 120px 40px;
  }
  .footertop {
    padding: 50px;
  }
  .servbxxx a {
    min-height: 340px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1240px) {
}
@media only screen and (min-width: 1240px) and (max-width: 1340px) {
  .container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
