/* variables:
===============================*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 25, 2018 */
@font-face {
  font-family: 'gilroy-blackuploaded_file';
  src: url("../fonts/gilroy-black-webfont.html") format("woff2"), url("../fonts/gilroy-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gilroy-bolduploaded_file';
  src: url("../fonts/gilroy-bold-webfont.html") format("woff2"), url("../fonts/gilroy-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gilroy-heavyuploaded_file';
  src: url("../fonts/gilroy-heavy-webfont.html") format("woff2"), url("../fonts/gilroy-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gilroy-lightuploaded_file';
  src: url("../fonts/gilroy-light-webfont.html") format("woff2"), url("../fonts/gilroy-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gilroy-mediumuploaded_file';
  src: url("../fonts/gilroy-medium-webfont.html") format("woff2"), url("../fonts/gilroy-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gilroy-regularuploaded_file';
  src: url("../fonts/gilroy-regular-webfont.html") format("woff2"), url("../fonts/gilroy-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gilroy-semibolduploaded_file';
  src: url("../fonts/gilroy-semibold-webfont.html") format("woff2"), url("../fonts/gilroy-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gilroy-thinuploaded_file';
  src: url("../fonts/gilroy-thin-webfont.html") format("woff2"), url("../fonts/gilroy-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gilroy-ultralightuploadedfile';
  src: url("../fonts/gilroy-ultralight-webfont.html") format("woff2"), url("../fonts/gilroy-ultralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-light {
  font-family: 'gilroylight';
  font-weight: 600; }

body {
  padding: 0;
  margin: 0;
  background: #0c0c0c;
  font-size: 16px;
  font-family: 'gilroy-regularuploaded_file';
  overflow-x: hidden; }

.gridWrapperNew .videoAd {
  width:60.5vw;
  /*height:80vh;*/
  padding:0;
  margin:0;
}

.gridWrapperNew .container {
  width: 62vw;
}

.gridNew {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 14px;
}

/*.grid-item a {*/
/*  display: none;*/
/*}*/

.gridNew .grid-item {
  border: 4px solid cyan;
  /*border-radius: 14px;*/
  margin: 0 auto;
}

.gridNew .grid-item a img {
  width:208px;
  height:208px;
  max-width: 210px;
  max-height: 210px;
  /*border-radius: 8px;*/
}

@media (max-width: 1000px) {

  .gridWrapperNew .container {
    width: auto;
  }

  .gridWrapperNew .videoAd {
    width:93vw;
    height:35vh;
  }

  .gridNew .grid-item a img {
    max-width: 80px;
    max-height: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .gridNew {
    grid-row-gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .gridNew {
    grid-row-gap: 8px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.logo {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .logo img {
    width: 50%;
    transition: .5s; }
  .logo #logo-line {
    height: 1px;
    width: 36%;
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: 66%;
    right: 0; }

.hide {
  opacity: 0;
  display: none; }

header {
  background-color: #232323;
  height: 90px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  transition: .5s;
  padding: 15px 0;
  z-index: 999; }
  header nav {
    float: right; }
    header nav ul {
      margin: 0;
      padding: 0;
      display: flex; }
      header nav ul li {
        list-style: none; }
        header nav ul li a {
          line-height: 60px;
          padding: 5px 20px;
          color: #ffffff;
          transition: .2s;
          font-size: 18px;
          letter-spacing: 1px; }
          header nav ul li a:hover, header nav ul li a:active, header nav ul li a:focus {
            color: #00ffff;
            text-decoration: none; }

.icons-social {
  float: left;
  padding-top: 7px; }
  .icons-social span a {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    /*margin-right: 8px;*/
    margin-left: auto;
    display: inline-block; }
    .icons-social span a img {
      width: 44px;
      height: 43px; }
      .icons-social span a img:hover {
        opaciy: 0.3; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

.banner {
  background: url(../images/main-bg.jpg) no-repeat;
  background-position: bottom center;
  background-size: 105% 100%;
  text-align: center;
  padding: 100px 0 0 0;
  min-height: 500px;
  margin-bottom: -40px;
}
.banner h2 {
    clear: both;
    color: #ffffff;
    font-size: 30px;
    padding-top: 25px; }
    .banner h2 span {
      display: block; }

.girdWrapper {
  padding: 30px 0;
  text-align: center; }
  .girdWrapper h3 {
    color: #73fbfd;
    position: relative;
    letter-spacing: 1px;
    font-size: 32px;
    font-family: 'gilroy-semibolduploaded_file'; }
    .girdWrapper h3:after {
      content: "";
      width: 30% !important;
      background-color: #73fbfd;
      position: absolute;
      bottom: -15px;
      left: 0;
      right: 0;
      z-index: 2;
      height: 1px;
      display: block;
      margin: 0 auto; }
  .girdWrapper ul {
    padding: 0;
    margin: 0; }
    .girdWrapper ul li {
      list-style: none;
      margin-bottom: 90px; }
      .girdWrapper ul li:last-child {
        margin-bottom: 0; }
  .girdWrapper .play-video {
    display: block;
    clear: both;
    margin-top: 50px; }
    .girdWrapper .play-video p {
      width: 50%;
      text-align: center;
      color: #ffffff;
      margin: 0 auto 30px; }
  .girdWrapper .btn {
    clear: both;
    displat: both;
    width: 19%;
    margin-top: 10px; }
  .girdWrapper .img-holder {
    overflow: hidden; }
    .girdWrapper .img-holder img {
      width: 100%;
      transition: all .9s ease-in-out; }
      .girdWrapper .img-holder img:hover {
        transform: scale(1.1); }

.thankyou span {
  color: #00ffff;
  margin-bottom: 20px; }

#fb-container {
  text-align: center;
  padding: 15px 0 10px 0px;
  width: 60%;
  /*margin: 40px auto 0;*/
  margin:0 auto;
  /*position: relative;*/
}

footer {
  background-color: #232323;
  width: 100%;
  padding: 20px 0;
  margin-top:30px;
  text-align: center; }
  footer p {
    color: #ffffff;
    font-size: 14px;
    margin: 15px 0 0 0;
    padding: 0; }
    footer p span {
      color: #66ffff;
      text-transform: uppercase; }

.form-container form {
  clear: both;
  display: block; }
  .form-container form p {
    padding: 0;
    margin: 0; }
  .form-container form label {
    color: #ffffff;
    font-family: 'gilroy-regularuploaded_file';
    display: block;
    text-align: left;
    font-weight: normal; }
  .form-container form input {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 30px;
    outline: none;
    border: none;
    padding: 10px 10px; }
  .form-container form textarea {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 30px;
    outline: none;
    border: none;
    padding: 10px 10px; }
  .form-container form button {
    float: right;
    background: #232323;
    outline: none;
    border: none;
    color: #ffffff;
    padding: 6px 20px;
    transition: .2s; }
    .form-container form button:hover {
      background: #00ffff;
      color: #000; }
.form-container h2 {
  color: #00ffff;
  text-align: center;
  width: 72%;
  margin: 30px auto 20px; }
.form-container span {
	display:block; }
.form-container a {
  color: #ffffff;
  transition: .2s; }
  .form-container a:hover {
    color: #00ffff; }

.jobs-container {
  text-align: left; }
  .jobs-container h2 {
    color: #73fbfd;
    font-family: 'gilroy-semibolduploaded_file';
    text-align: center; }
  .jobs-container h3 {
    font-family: 'gilroy-regularuploaded_file';
    border-bottom: 1px solid #73fbfd;
    display: inline-block; }
    .jobs-container h3:after {
      content: none; }
  .jobs-container h4 {
    color: #ffffff;
    text-align: center;
    font-size: 20px; }
    .jobs-container h4.color {
      color: #73fbfd;
      text-align: left;
      padding: 10px 0; }
  .jobs-container p {
    text-align: left;
    color: #ffffff; }
    .jobs-container p span {
      padding-right: 10px;
      position: relative;
      top: -4px; }
      .jobs-container p span img {
        width: 14px;
        height: 14px; }

#back2Top {
  display: none;
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 20px;
  background-color: #00b7eb;
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-decoration: none; }

#back2Top:hover {
  background-color: #5b5b5b;
  color: #fff; }

/* Responsive
===================================*/
@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden; }

  .logo {
    width: 100%; }
    .logo #logo-line {
      width: 28%;
      right: 0; }
    .logo img {
      width: 80%; }

  header {
    height: auto;
    padding: 10px 0 1px; }
    header nav {
      float: none;
      text-align: center; }
      header nav ul {
        display: inline-flex; }
        header nav ul li a {
          padding: 10px 10px; }

  .icons-social {
    float: none;
    text-align: center; }

  .banner {
    padding: 55px 0 0 0;
    min-height: 300px;
    margin-top: 0; }
    .banner h2 {
      color: #ffffff;
      font-size: 20px; }

  embed {
    width: 100%;
    height: auto; }

  .girdWrapper .btn {
    width: 48%; }
  .girdWrapper .play-video p {
    width: 100%;
    margin: 0 auto 20px; }

  #fb-container {
    display: none; }

  .jobs-container p {
    display: inline-flex; }

  .form-container form button {
    width: 100%;
    float: none;
    padding: 10px 20px; }
  .form-container h2 {
    width: 95%; } }

/*# sourceMappingURL=main.css.map */

.wrapper {
	max-width: 580px;
	margin: 60px auto;
	padding: 0 20px;
}

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.95;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}

.youtube:hover .play-button {
	background-color:red;
	opacity:0.95;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/* mobile responsive + fix banner issue by vishal */
header {
  height: auto;
}
.banner {
  margin-bottom: 0;
  padding: 100px 0 !important;
  min-height: auto !important;
}
.gridWrapperNew .videoAd {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}
.gridNew .grid-item a img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.gridNew .grid-item {
  margin: 5px;
}
footer p {
  margin: 0;
}

@media (min-width: 1200px) {
  .gridWrapperNew .container {
    width: 1080px !important;
  }
}

@media (max-width: 1024px) {
  .gridNew {
    grid-row-gap: 8px;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
}

@media (max-width: 992px) {
  .gridNew .grid-item {
    border: 2px solid cyan;
  }
}

@media (min-width: 768px) {
  .gridWrapperNew .container {
    width: 750px;
  }
}

@media (max-width: 768px) {
  .icons-social span a img {
    width: 35px;
    height: 35px;
  }
  .gridNew {
    grid-row-gap: 8px;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .banner{
    padding: 70px 0 !important;
  }
  header nav ul li a {
    font-size: 14px;
    line-height: 3;
  }
}