.headwrap {
  margin: 20px 0 0 0;
}
header {
  left: 0;
  position: relative;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 990;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f8f8+0,ffffff+1,ffffff+59,e6f2fb+78,bdddf6+100 */
  background: #f8f8f8; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f8f8f8 0%,
    #ffffff 1%,
    #ffffff 59%,
    #e6f2fb 78%,
    #bdddf6 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f8f8f8 0%,
    #ffffff 1%,
    #ffffff 59%,
    #e6f2fb 78%,
    #bdddf6 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f8f8f8 0%,
    #ffffff 1%,
    #ffffff 59%,
    #e6f2fb 78%,
    #bdddf6 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#bdddf6',GradientType=0 ); /* IE6-9 */
}

body {
  list-style: none;
}

.logo {
  margin: 16px 0;
  display: block;
}
.nav > li:hover .dropdown {
  display: block;
}
.dropdown {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0.8+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.8) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.8) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.8) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff', GradientType=0 ); /* IE6-9 */
  border-bottom: 4px solid #d73f47;
  position: absolute;
  display: none;
  left: 0;
  width: 250px;
}
.dropdown ul {
}
.dropdown ul li {
  list-style: none;
  font-size: 14px;
  background: url(/assets/images/nav-bullet.png) 0 14px no-repeat;
  border-bottom: 1px solid #fff;
}
.dropdown ul li:last-child {
  border: none;
}
.dropdown ul li a {
  color: #333333;
  font-weight: 700;
  display: block;
  padding: 8px 12px;
  border-left: 2px solid #20304f;
}
.dropdown ul li a:hover {
  text-decoration: none;
  color: #143a65;
  border-left: 2px solid #d73f47;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides_tabs {
  position: absolute;
  bottom: 26px;
  z-index: 9999;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  display: none;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 5px;
}
.rslides_tabs a {
  width: 8px;
  height: 8px;
  display: inline-block;
  font-size: 0;
  border: 1px solid #fff;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  width: 10px;
  height: 10px;
  position: relative;
  top: -1px;
}
.rslides_nav {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 360px;
  z-index: 999;
  font-size: 0px;
  display: none;
}
/*.prev {
	left: 18px;

}
.next {
	right: 18px;
	
}*/
.contentslider {
  position: absolute;
  left: 8%;
  top: 38%;
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.banner .cycle-caption h3 span {
}

.banner .cycle-caption h2 span {
}

.banner.inner-banner .cycle-caption h3 span {
}

.banner {
  position: relative;
  margin: -116px 0 116px 0;
  float: left;
  width: 100%;
}

.banner.inner-banner {
  margin-bottom: 0px;
}

.banner .cycledv {
  position: relative;
  height: 594px;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.banner .cycle-caption {
  top: 40%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  text-align: center;
}
.banner .cycle-caption h2 {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  line-height: 46px;
  text-transform: uppercase;
  margin: 5px 0px 9px 0px;
}
.banner .cycle-caption h3 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0px;
}
.banner .cycle-caption h2 span,
.banner .cycle-caption h3 span {
  display: inline;
  padding: 2px 15px 2px 15px;
}
.banner .cycle-caption p {
  margin-top: 30px;
}
.banner .innerTab {
  position: absolute;
  bottom: 0px;
  right: 12.5%;
}
.banner .innerTab img {
  display: block;
}
.banner .cycledv .item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.banner .cycledv .item img {
  width: 100%;
}
.banner .next {
  position: absolute;
  top: 45%;
  background-image: url(../images/slide-next.png);
  background-repeat: no-repeat;
  width: 67px;
  height: 136px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
.banner .prev {
  position: absolute;
  top: 45%;
  background-image: url(../images/slide-prev.png);
  background-repeat: no-repeat;
  width: 67px;
  height: 136px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
.banner .prev {
  left: 1%;
}
.banner .next {
  right: 1%;
}
.banner .cycle-pager {
  display: none;
  bottom: 88px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 500;
  position: absolute;
  text-align: center;
}

.banner .cycle-pager span {
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background-color: #fff;
  border: 1px #000 solid;
  font-size: 0px;
  margin: 5px;
  text-align: center;
}
.banner .cycle-pager span.cycle-pager-active {
  background-color: #796adc;
}

.banner .cycle-pager > * {
  cursor: pointer;
}
.cycle-overlay {
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 0;
  opacity: 1;
}
.banner-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #090a20;
  text-align: center;
}
.banner-background img {
  width: 100%;
  height: auto;
}
.cycle-slideshow ul,
.cycle-slideshow li {
  width: 120%;
  height: 100%;
  overflow: hidden;
}
.cycle-caption {
  opacity: 1;
  z-index: 99;
}
.caption1 {
  -moz-animation: fadeInRight 0.8s ease-in 0.8s backwards;
  -webkit-animation: fadeInRight 0.8s ease-in 0.8s backwards;
  animation: fadeInRight 0.8s ease-in 0.8s backwards;
  opacity: 1;
}
.caption2 {
  -moz-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  -webkit-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  opacity: 1;
}
.caption3 {
  -moz-animation: fadeInRight 0.8s ease-in 1.7s backwards;
  -webkit-animation: fadeInRight 0.8s ease-in 1.7s backwards;
  animation: fadeInRight 0.8s ease-in 1.7s backwards;
  opacity: 1;
}
.caption4 {
  -moz-animation: fadeInUp 0.8s ease-in 1.9s backwards;
  -webkit-animation: fadeInUp 0.8s ease-in 1.9s backwards;
  animation: fadeInUp 0.8s ease-in 1.9s backwards;
  opacity: 1;
}
#progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px;
  width: 0px;
  background: -moz-linear-gradient(
    left,
    rgba(30, 30, 30, 0.3) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(30, 30, 30, 0.3)),
    color-stop(100%, rgba(0, 0, 0, 0.8))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(30, 30, 30, 0.3) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(30, 30, 30, 0.3) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(30, 30, 30, 0.3) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(30, 30, 30, 0.3) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d1e1e1e', endColorstr='#cc000000',GradientType=1 ); /* IE6-9 */
  z-index: 99999;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.cycle-slideshow,
.cycle-slideshow * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cycle-slideshow ul,
.cycle-slideshow li {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.prev,
.next {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.cycle-slideshow:hover .prev {
  -moz-animation: bounceInLeft 0.7s;
  -webkit-animation: bounceInLeft 0.7s;
  animation: bounceInLeft 0.7s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.cycle-slideshow:hover .next {
  -moz-animation: bounceInRight 0.7s;
  -webkit-animation: bounceInRight 0.7s;
  animation: bounceInRight 0.7s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*.inner-page .banner .cycledv { height:305px; background:#333; }
.banner .cycle-caption h2 { font-size:60px; text-transform:uppercase; }*/
.inner-banner {
  height: 375px !important;
  overflow: hidden;
}
.inner-banner .cycle-caption {
  top: 22%;
}
.services {
  width: 100%;
  margin-top: 0px;
  text-align: center;
}

.services .box {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  text-align: center;
  width: 320px !important;
  margin: 0 40px;
  padding: 30px 20px 130px 20px;
  position: relative;

  border: 2px solid transparent;
  min-height: 333px;
}

.services .box:before {
  content: " ";
  display: block;
  padding: 20px;
  border: 3px #fff solid;
  height: auto;
  position: absolute;
  left: 7%;
  height: 90%;
  width: 86%;
  top: 7%;
}

.services .box:after {
  content: " ";
  display: block;
  padding: 20px;
  border-top: 5px #fff solid;
  height: auto;
  position: absolute;
  left: 50%;
  height: 10%;
  width: 120px;
  margin-left: -60px;
  bottom: 7%;
}

.services .box:hover {
}

.services .box h2 {
  margin: 30px 30px 0 30px;
  font-size: 20px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.services .box p {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  padding: 15px 20px;
}

.services .box a {
  margin: 0px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 60px;
}
.services .box a:after {
  content: "\f054";
  font-family: FontAwesome;
  float: right;
  margin-left: 10px;
}

.service1 {
  background: url(../images/design.jpg) no-repeat;
}

.service2 {
  background: url(../images/security.jpg) no-repeat;
}
.service3 {
  background: url(../images/e-learning.jpg) no-repeat;
}
.service4 {
  background: url(../images/equipment.jpg) no-repeat;
}
.service5 {
  background: url(../images/research.jpg) no-repeat;
}
.service6 {
  background: url(../images/sharing.jpg) no-repeat;
}
.service7 {
  background: url(../images/library.jpg) no-repeat;
}
.service8 {
  background: url(../images/social-media.jpg) no-repeat;
}
.service9 {
  background: url(../images/application.jpg) no-repeat;
}

.industry {
  width: 100%;
  background: url(../images/pattern-bg.jpg) no-repeat;
  padding: 36px 0;
  background-size: cover;
}
.industry h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  text-align: center;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.industry h2:after {
  height: 4px;
  background-color: #f28a0c;
  content: " ";
  width: 132px;
  margin: 8px auto;
  display: block;
}

.industry ul li {
  background: #fff;
  list-style: none;
  padding: 15px 30px 5px 60px;
  position: relative;
  margin-bottom: 50px;
  position: relative;
}
.industry ul li:after {
  content: url(../images/shadow.png);
  width: 307px;
  height: 38px;
  position: absolute;
  left: 0;
  bottom: -38px;
}

.industry ul li h3 {
  font-size: 15px;
  font-weight: 700;
  color: #605b97;
  text-transform: uppercase;
  margin: 0px 0 10px;
}

.industry ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #616161;
}

.industry ul li img {
  position: absolute;
  left: -32px;
  top: 30px;
}

.indus-box {
  text-align: center;
  padding: 15px 15px 5px 15px;
  font-family: "Open Sans", sans-serif;
  min-height: 330px;
  background-color: #fff;
  border: 1px #d0d0d0 solid;
}

.indus-box p {
  font-size: 14px;
  min-height: 150px;
}

.indus-box strong {
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  font-size: 20px;
}

.indus-box strong:after {
  content: " ";
  display: block;
  height: 4px;
  width: 130px;
  background-color: #f28a0c;
  margin: 6px auto;
}

.platform {
  width: 100%;
  background: #dedde0;
  padding: 40px 0;
  text-align: center;
  height: 566px;
}
.platform h2 {
  font-size: 30px;
  color: #3d3d3d;
  font-weight: 500;
  margin: 0px 0px 60px 0px;
  padding: 0px;
  text-align: center;
  position: relative;
}

.platform h2:after {
  content: url(../images/strip.png);
  width: 278px;
  height: 25px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -26px;
}
.platform p {
  font-size: 16px;
  color: #484848;
  text-align: center;
}

footer {
  width: 100%;
  background: url(../images/footerbg.jpg) no-repeat;
  border-bottom: 1px solid #fff;
  background-size: cover;
  padding: 19px 0;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
}

footer .footer-logo {
  margin: 20px 0;
      filter: brightness(0) invert(1);
}

footer ul {
  padding: 15px 0 9px 0;
  margin: 0px;
}
footer ul li {
  list-style: none;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  position: relative;
}

footer ul li:before {
  content: " ";
  display: block;
  height: 15px;
  width: 1px;
  position: absolute;
  background-color: #fff;
  right: 20px;
  top: 2px;
}

footer ul li:last-child:before {
  display: none;
}

footer ul li a {
  color: #fff;
  padding: 0 40px 0 0px;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: underline !important;
}

footer p {
  margin: 0px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.aboutSec {
  text-align: center;
}
.aboutSec h2 {
  font-size: 23px;
  line-height: 25px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.aboutSec p {
  font-size: 17px;
  margin-bottom: 10px;
  color: #888;
  padding: 15px 0;
}

.visionSec {
  background: #f5f5f5;
  padding: 60px 0;
  clear: both;
}

.visionSec h2 {
  font-size: 30px;
  color: #3d3d3d;
  font-weight: 500;
  margin: 0px 0px 60px 0px;
  padding: 0px;
  position: relative;
  text-transform: uppercase;
}

.visionSec h2:after {
  content: url(../images/small-strip.png);
  width: 166px;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: -26px;
}
.visionSec p {
  font-size: 16px;
  color: #888;
}

.edgeSec {
  padding: 60px 0;
}

.edgeSec h2 {
  font-size: 30px;
  color: #3d3d3d;
  font-weight: 500;
  margin: 0px 0px 60px 0px;
  padding: 0px;
  position: relative;
  text-transform: uppercase;
}

.edgeSec h2:after {
  content: url(../images/small-strip.png);
  width: 166px;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: -26px;
}
.edgeSec p {
  font-size: 16px;
  color: #888;
}

.mission {
  padding: 10px;
  margin: 20px 0;
}

.mission h2 {
  font-size: 22px;
  color: #3d3d3d;
  font-weight: 600;
  margin: 0px 0px 60px 0px;
  padding: 0px;
  position: relative;
  text-transform: uppercase;
}

.mission h2:after {
  content: url(../images/small-strip.png);
  width: 166px;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: -26px;
}

.mission p {
  color: #021342;
  font-size: 18px;
  line-height: 32px;
}

.serviceSec {
  padding: 25px 0;
}
.serviceSec p {
  font-size: 16px;
  color: #434343;
  line-height: 24px;
  padding: 50px 0;
}

.greybg {
  background: #f5f5f5;
}

.partnerSec {
  padding: 25px 0;
}
.partnerSec h2 {
  font-size: 36px;
  color: #434343;
  margin: 30px 0 0 0;
  font-weight: 400;
}

.partnerSec h2 span {
  font-weight: 700;
}
.partnerSec p {
  font-size: 16px;
  color: #434343;
  line-height: 24px;
  padding: 10px 0;
}

.blue-btn {
  background: #605b97;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-size: 24px !important;
  margin-top: 42px;
  padding: 6px 67px;
}

.formSec {
  display: none;
  width: 100%;
  background: #fff;
  height: 500px;
  width: 510px;
}
.info-form {
  padding: 20px 20px 30px 20px;
}
.formSec h2 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 36px;
}
.formSec h2 span {
  color: #33b9ff;
}
.formSec label {
  font-size: 13px;
  color: #333;
  width: 140px;
  display: inline-block;
  float: left;
}
.formSec input[type="text"],
.formSec select,
.formSec textarea {
  border: 1px solid #ccc;
  width: 310px;
  padding: 3px 0px 3px 5px;
}
.formSec select {
  width: 310px;
}
.formSec input.sm-field {
  background: #ebebeb;
  width: 60px;
  margin-right: 5px;
}
.formSec input.med-field {
  width: 245px;
}
.formSec .form-row {
  margin-bottom: 3px;
}
.formSec p {
  font-size: 10px;
  color: #666;
  margin-top: 20px;
}
.formSec .formBottom {
  background: #e5e5e5;
  padding: 30px 0px 30px 30px;
}
.formSec input[type="submit"] {
  background: url(../images/btnBg.png) repeat-x;
  color: #000;
  padding: 3px 40px;
  border: 3px;
  color: #221f1f;
  font-size: 13px;
  cursor: pointer;
  text-transform: capitalize;
  margin: 10px 0px 0px 150px;
}
.formBottom textarea {
  width: 300px;
  border: 1px solid #ccc;
  padding: 3px 0px 3px 5px;
}
.formSec textarea:focus {
  border: 1px solid #0bacea;
}

.thanksForm {
  display: none;
}
.thanksForm h4 {
  padding: 150px 50px 0;
  text-align: center;
  line-height: 27px;
  font-size: 22px;
  color: #0bacea;
}

.toll {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-top: 28px;
}

.toll i {
  color: #605b97;
  margin-right: 10px;
}

.privacy h3 {
  font-size: 24px;
  color: #434343;
  margin: 15px 0;
  font-weight: 400;
}

/*=== FANCY BOX CSS ===*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  width: 12px;
  height: 14px;
  background: url(../images/fancy-close.png) no-repeat;
  position: absolute;
  top: -13px;
  right: -13px;
  z-index: 99;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/ovarlayImg.png) 0 0 repeat;
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../images/fancy-close.png);
  }
  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
  }
}

.mCSB_container {
  width: auto;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCS_disabled .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}
.mCustomScrollBox .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_scrollTools .mCSB_buttonUp + .mCSB_draggerContainer {
  padding-bottom: 40px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  background: #000;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
  margin-top: -40px;
}
.mCSB_horizontal .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled .mCSB_horizontal .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed .mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerContainer {
  height: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft + .mCSB_draggerContainer {
  padding-bottom: 0;
  padding-right: 20px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
  right: 0;
  bottom: auto;
  margin-left: -40px;
  margin-top: -16px;
  float: right;
}
.mCustomScrollBox .mCSB_scrollTools {
  opacity: 0.75;
}
.mCustomScrollBox:hover .mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  -ms-filter: alpha(opacity=40);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  background: #000;
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: alpha(opacity=85);
  -ms-filter: alpha(opacity=85);
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: alpha(opacity=40);
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
}

.mCSB_scrollTools .mCSB_dragger,
.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent none repeat scroll 0 0 !important;
}

.boxservices {
  margin: 0px 0 0px 0;
}

.boxservice {
  padding: 16px;
  border: 1px #b8b8b8 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 325px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;

  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.14);
}

.boxservice h3 {
  color: #000000;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  padding-bottom: 10px;
  font-weight: 700;
}

.boxservice p {
  font-size: 14px;
}

.boxservice h3:after {
  height: 4px;
  background-color: #f28a0c;
  content: " ";
  width: 132px;
  margin: 8px auto;
  display: block;
}

.boxservice img {
  margin: -90px 0 0 0;
}

.cta-bottom {
  background-image: url(../images/bg-cta.jpg);
  background-size: 100% auto;
}

.cta-bottom .row,
.cta-bottom .row > div {
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
}

.cta-bottom .row > div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #fff;
  min-height: 220px;
}

.cta-bottom .row > div h4 {
  font-size: 28px;
  margin-left: 75px;
}

.cta-bottom .row > div h4 strong {
  font-size: 39px;
}

.cta-bottom .row > div p {
  font-size: 14px;
  color: #fff;
  margin: 0px;
  margin-left: 75px;
}

.cta-bottom .row > div > div {
  padding: 25px;
  font-family: "Open Sans", sans-serif;
}

.cta-bottom .row img {
  height: auto;
  width: 100%;
  margin-right: 10px;
}

.cta-bottom .row h3 {
  color: #000000;
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  position: relative;
  margin-bottom: 11px;
}

.cta-bottom .row h3:after {
  height: 4px;
  background-color: #694aa5;
  content: " ";
  width: 132px;
  margin: 10px 0;
  display: block;
}

.cta-bottom .row h3 strong {
  color: #694aa5;
  font-size: 39px;
}

.cta-bottom .row .col-lg-offset-1 {
  margin-left: 8.33333333%;
}

.cta-bottom .row p {
  font-size: 14px;
  color: #000000;
}

.page-intro {
  padding: 45px 0 40px 0;
  background-size: cover;
  background-image: url(../images/bg-grey-1.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  clear: both;
}

.page-intro h2 {
  font-size: 31px;
  line-height: 37px;
  position: relative;
  padding-bottom: 1px;
  margin: 0px;
  text-transform: capitalize;
  font-weight: 600;
}

.page-intro h2:after {
  height: 4px;
  background-color: #694aa5;
  content: " ";
  width: 132px;
  margin: 15px auto;
  display: none;
}

.page-intro p {
  margin: 0px;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.sec-vm {
  text-align: center;
  margin: 130px auto 40px auto;
}

.sec-vm .abt-sec img {
  margin: -120px 0 0 0;
}

.sec-vm .abt-sec p {
  color: #000000;
  font-size: 14px;
  padding: 10px 20px;
}

.sec-vm .abt-sec h4:after {
  height: 4px;
  background-color: #694aa5;
  content: " ";
  width: 132px;
  margin: 15px auto 10px auto;
  display: block;
}

.sec-vm .abt-sec h4 {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner.inner-banner.platformheader.jpg! .caption2 {
  display: none;
}
.industry-career .row {
  display: flex;
}

.industry-career .row .clsu {
  display: flex;
  justify-content: center;
}

.industry-career h4:after {
  height: 4px;
  background-color: #694aa5;
  content: " ";
  width: 132px;
  margin: 15px 0 19px 0;
  display: block;
}

.industry-career h4 {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.mw32 {
  margin: 50px 0;
}

.mw32 h4 {
  font-size: 26px;
  color: #000000;
  text-transform: uppercase;
}

.mw32 h4:after {
  height: 4px;
  background-color: #694aa5;
  content: " ";
  width: 132px;
  margin: 10px 0 10px 512px;
  display: block;
}

.mw32 img {
  float: left;
  margin: 0 20px 20px 0;
}

.mw32 p {
  font-size: 14px;
}

.mw32 hr {
  margin-top: 30px;
  margin-bottom: 35px;
  border: 0;
  border-top: 1px solid #eee;
}

.bg-gry {
  background-image: url(../images/pattern-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
}

.partnerbg h2 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
}

.partnerbg h2 {
  font-size: 26px;
}

.partnerbg .partnerSec h2 span {
  font-weight: 400;
}

.partnerbg .partnerSec h2:after {
  height: 4px;
  background-color: #694aa5;
  content: " ";
  width: 132px;
  margin: 10px 0 0px 0px;
  display: block;
}

.grey__bg {
  padding: 100px 0 30px 0;
  text-align: center;
  background-color: #efefef;
}

.grey__bg p {
  padding: 0px;
  line-height: normal;
}

.white__bg {
  padding: 100px 0 40px 0;
  text-align: center;
  background-color: #fff;
}

.white__bg p {
  padding: 0px;
  line-height: normal;
}

.products_pg .boxservice {
  min-height: 315px;
}

body.homepage .banner .cycle-caption {
  top: 40%;
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  text-align: left;
  font-family: "Lato", sans-serif;
  background-image: url(../images/shadow.png);
  background-repeat: no-repeat;
  background-position: left;
  padding: 20px 20px 20px 120px;
}

body.homepage .banner .cycle-caption .caption1 {
  font-size: 50px;
  display: block;
  line-height: 52px;
  margin: 0px;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.27);
}

body.homepage .banner .cycle-caption .caption1 span {
  display: block;
  font-size: 50px;
}

body.homepage .banner .cycle-caption .caption2 {
  font-size: 31px;
  display: block;
  line-height: 32px;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.27);
  max-width: 800px;
}

body.homepage .banner .cycle-caption .caption2 span {
  display: block;
  font-size: 30px;
}

body.homepage .banner .cycle-caption .caption3 {
  font-size: 24px;
  display: block;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.27);
  margin-top: 10px;
  display: none;
}

body.homepage .banner .cycle-caption .caption3 span {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  padding-top: 10px;
  margin: 2px 15px 2px 15px;
  border-top: 1px #fff solid;
}

body.homepage .banner .next,
body.homepage .banner .prev {
  display: block;
}

.col-lg-4.indus-box {
  width: 30.333333%;
  margin: 1.5%;
}

.col-lg-4.indus-box img {
  margin: 0 0 10px -6px;
}

.banner.inner-banner .cycle-caption {
  top: 36%;
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  text-align: left;
  font-family: "Lato", sans-serif;
  padding: 20px 20px 20px 110px;
}

.banner.inner-banner .cycle-caption .caption1 {
  font-size: 42px;
  display: block;
  line-height: 44px;
  margin: 0px;
  padding-bottom: 0px;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.27);
}

.banner.inner-banner .cycle-caption .caption1 span {
  display: block;
  font-size: 42px;
}

.banner.inner-banner .cycle-caption .caption2 {
  font-size: 26px;
  display: block;
  line-height: 29px;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.27);
}

.banner.inner-banner .cycle-caption .caption2 span {
  display: block;
  font-size: 30px;
}

.banner.inner-banner .cycle-caption .caption3 {
  font-size: 24px;
  display: block;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.27);
  margin-top: 10px;
}

.banner.inner-banner .cycle-caption .caption3 span {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  padding-top: 10px;
  margin: 2px 15px 2px 15px;
  border-top: 1px #fff solid;
}

.sec-vm-newdev {
  margin: 40px auto;
}

.sec-vm-newdev h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0;
}

.sec-vm-newdev p {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}

hr.line-hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eee;
}

.products-boxes ul {
  margin: 20px 0px;
  border: 1px #d0d0d0 solid;
  overflow: hidden;
  clear: both;
}

.products-boxes ul li {
  padding: 20px 20px 20px 10px;
  list-style: none;
  text-align: left;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  clear: both;
  overflow: hidden;
}

.products-boxes ul li:nth-child(even) {
  background-color: #f0f0f0;
  border-top: 1px #d0d0d0 solid;
  border-bottom: 1px #d0d0d0 solid;
}
.products-boxes ul li:nth-child(odd) {
  padding-bottom: 20px;
}

.products-boxes ul li strong {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 22px;
}

.products-boxes ul li img {
  float: left;
  list-style: none;
  margin: 0 20px 0px 0px;
}

.boxservices.products-boxes.row {
  clear: both;
  margin: 30px 0;
}

.clearfix {
  clear: both;
}

section.services {
  clear: both;
}

.news-pane h3 {
  text-transform: uppercase;
  margin: 16px 0;
}

.container.privacy {
  clear: both;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
