@charset "utf-8";

/* CSS Document */


/*-------------------------------------------------------*/


/* JioType Font */
@font-face {
    font-family: 'JioType';
    src: url('../fonts/jio-type/JioType-LightItalic.eot');
    src: url('../fonts/jio-type/JioType-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jio-type/JioType-LightItalic.woff2') format('woff2'),
        url('../fonts/jio-type/JioType-LightItalic.woff') format('woff'),
        url('../fonts/jio-type/JioType-LightItalic.ttf') format('truetype'),
        url('../fonts/jio-type/JioType-LightItalic.svg#JioType-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'JioType';
    src: url('../fonts/jio-type/JioType-MediumItalic.eot');
    src: url('../fonts/jio-type/JioType-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jio-type/JioType-MediumItalic.woff2') format('woff2'),
        url('../fonts/jio-type/JioType-MediumItalic.woff') format('woff'),
        url('../fonts/jio-type/JioType-MediumItalic.ttf') format('truetype'),
        url('../fonts/jio-type/JioType-MediumItalic.svg#JioType-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'JioType';
    src: url('../fonts/jio-type/JioType-Black.eot');
    src: url('../fonts/jio-type/JioType-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jio-type/JioType-Black.woff2') format('woff2'),
        url('../fonts/jio-type/JioType-Black.woff') format('woff'),
        url('../fonts/jio-type/JioType-Black.ttf') format('truetype'),
        url('../fonts/jio-type/JioType-Black.svg#JioType-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JioType';
    src: url('../fonts/jio-type/JioType-Bold.eot');
    src: url('../fonts/jio-type/JioType-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jio-type/JioType-Bold.woff2') format('woff2'),
        url('../fonts/jio-type/JioType-Bold.woff') format('woff'),
        url('../fonts/jio-type/JioType-Bold.ttf') format('truetype'),
        url('../fonts/jio-type/JioType-Bold.svg#JioType-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JioType';
    src: url('../fonts/jio-type/JioType-Light.eot');
    src: url('../fonts/jio-type/JioType-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jio-type/JioType-Light.woff2') format('woff2'),
        url('../fonts/jio-type/JioType-Light.woff') format('woff'),
        url('../fonts/jio-type/JioType-Light.ttf') format('truetype'),
        url('../fonts/jio-type/JioType-Light.svg#JioType-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JioType';
    src: url('../fonts/jio-type/JioType-Medium.eot');
    src: url('../fonts/jio-type/JioType-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jio-type/JioType-Medium.woff2') format('woff2'),
        url('../fonts/jio-type/JioType-Medium.woff') format('woff'),
        url('../fonts/jio-type/JioType-Medium.ttf') format('truetype'),
        url('../fonts/jio-type/JioType-Medium.svg#JioType-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* JioType Font */

body {
  font-family: 'JioType';
  padding: 0;
  margin: 0 auto;
  font-size: 100%;
  color: #666464;
  background: #f0f0f0;
  position: relative;
  background: #daf1d4;
  /*background: url("../images/bg.jpg") repeat top center; width: 100%; height: auto; overflow: auto;*/
}

img {
  border: none;
}

*,
*:before,
*:after {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.noTransition,
.noTransition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

#slides *,
#slides *:before,
#slides *:after {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.nav *,
.nav *:before,
.nav *:after {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}


/*
textarea,select,
input[type="text"],
input[type="button"],
input[type="date"],
input[type="time"],
input[type="submit"] {
     -webkit-appearance: none;
     -webkit-border-radius:0; 
    -moz-appearance: none;
    background: #fff;
}

input , select{
    -webkit-appearance: none;
    border-radius: 0;
     background: #fff;
}

a{color: #0071b9;
  text-decoration: none;}

a:link, a:visited {
  color: #0071b9;
  text-decoration: none;
}
a:hover {
  color: #0071b9;
  text-decoration: none;
}*/

.clear {
  clear: both;
}

p {
  margin: 0px;
  padding: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.container {
  width: 100%;
  /*max-width: 1366px;*/
  margin: 0 auto;
  position: relative;
}

.content {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

.rlogo {
  position: absolute;
  top: 0px;
  /*left: 16%;*/
  z-index: 10;
  padding-left: 10px;
}

.skip {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  background: #fff;
  color: #292c78;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
}

.skip a {
  text-decoration: none;
}

.menu-bg {
  background: #fff;
  width: 100%;
  padding: 10px;
  height: 60px;
}

.top-head {
  padding: 4px;
  overflow: hidden;
  background: #f5f5f5;
}

.top-head ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}

.top-head ul li {
  float: left;
  border-right: 1px solid #5f5f5f;
}

.top-head ul li a {
  margin-right: 10px;
  padding-left: 10px;
  color: #5f5f5f;
  font-size: 11px;
  font-family: 'JioType';
  line-height: 20px;
}

.bg-body {
  background: url("../images/bg-green.jpg") no-repeat top center;
  width: 100%;
  overflow: auto;
  min-height: 500px;
}

.text {
  left: -53%;
  position: absolute;
  right: 0;
  top: 133px;
}

.girl {
  float: left;
  width: 56%;
  margin-top: 2%;
  text-align: right;
}


/*.girl img{margin-bottom: -6px;}*/

.application {
  float: left;
  width: 42%;
  margin-top: 2%;
}

.app1 {
  float: left;
  position: relative;
}

.app2 {
  float: left;
}

.right-bar {
  float: right;
  margin-top: 10px;
}

.container-1 input#search {
  width: 200px;
  height: 30px;
  background: url("../images/search-icon.png") no-repeat 95% center;
  border: 1px solid #fff;
  font-size: 10pt;
  float: right;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 10px;
  margin-bottom: 10px;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.top80 {
  margin-top: 110px !important;
}

.box11 {
  background: url("../images/box-11.png")no-repeat top center;
  width: 205px;
  height: 210px;
  margin-right: 10px;
  padding: 10px;
}

.box1 {
  background: url("../images/box-1.png")no-repeat top center;
  width: 215px;
  height: 210px;
  padding: 10px;
}

.box2 {
  background: url("../images/box-2.png")no-repeat top center;
  width: 199px;
  height: 91px;
  padding: 10px;
}

.box3 {
  background: url("../images/box-3.png")no-repeat top center;
  width: 199px;
  height: 91px;
  padding: 10px;
}

.box1 h1,
.box2 h1,
.box3 h1,
.box11 h1 {
  font-size: 19px;
  margin: 0px 0px 0px 5px;
  font-family: 'JioType';
  font-weight: 500;
  color: #292c78;
}

.box1 ul li {
  font-size: 14px;
  line-height: 21px;
}

.box2 p {
  padding-left: 5px;
  font-size: 14px;
}

.box3 h1 {
  text-align: left;
}

.box3 {
  text-align: center;
}

.box3 a {
  text-align: center;
  background: #292c79;
  padding: 5px;
  margin: 10px auto;
  display: block;
  border-radius: 2px;
  width: 40%;
  font-size: 12px;
  color: #fff;
}

.box1 ul {
  padding-left: 20px;
  padding-top: 5px;
}

.green1 {
  margin-top: 20px;
  /*border-bottom: 1px solid #90cb80;*/
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.green1 h1 {
  font-family: 'JioType';
  font-size: 21px;
  color: #292c78;
  margin-bottom: 5px;
  /*padding-left: 5px;*/
}

.green1 h2 {
  font-family: 'JioType';
  font-size: 18px;
  color: #292c78;
  margin-bottom: 5px;
  /*padding-left: 5px;*/
}

.green1 p {
  color: #000;
  text-align: justify;
  font-weight: 300;
  display: block;
  overflow: hidden;
}

.green1 img {
  display: block;
  margin: 0 auto;
  /* text-align: center; */
  /*width: 25%; margin: 0 0 30px 30px;*/
}


/*.line{width: 100%;border: 1px solid #90cb80;padding-bottom:20px;margin-top: 20px; }*/

.icon-1 {
  float: left;
  margin: 10p;
}

.g2 {
  float: left;
  /*width: 85%;*/
}

.g2 h2 {
 font-family: 'JioType';
  font-size: 18px;
  color: #292c78;
  margin-top: 22px;
  margin-left: 10px;
}

.g2 h3 {
  color: #292c78;
  font-family: 'JioType';
  font-size: 16px;
}

.product1 {
  float: left;
  width: 70%;
  margin-left: 10px;
}

.product1 h2 {
  font-family: 'JioType';
  font-size: 18px;
  color: #292c78;
  margin-top: 27px;
}

.product1 p {
  margin-top: 10px;
}

.gbold {
  font-weight: 500;
  color: #1a8201;
}
strong {
    font-weight: 500;
}
ul.g-list {
  list-style-type: none;
  padding-left: 8%;
}

ul.g-list li {
  color: #000;
  background: url("../images/list.png") no-repeat left 5px;
  padding-left: 25px;
  line-height: 30px;
}

ul.g-pdf {
  list-style-type: none;
  color:
}

ul.g-pdf li {
  color: #000;
  background: url("../images/pdf.gif") no-repeat left 5px;
  padding-left: 25px;
  line-height: 30px;
}

ul.g-pdf li a {
  color: #666464;
}

ul.g-pdf a:hover {
  text-decoration: underline;
  color: #666868;
}

.footer {
  border-top: 1px solid #90cb80;
  margin-top: -5px;
}

.footer p {
  text-align: center;
  padding: 10px;
  font-size: 12px;
}

.footer a {
  color: #666464;
}


/* announcement */

.announcement {
  background: #59a546;
  color: #000;
  padding: 0.6em 0;
  position: absolute;
  width: 68.5%;
  top: 5%;
  left: 40%;
  right: 0px;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}

.fade,
.slide {
  color: #000;
  font-size: 14px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  /**/
  font-family: 'JioType';
}

.typing {
  padding-left: 18px;
  float: left;
  padding: 0;
}

.slide {
  padding-left: 18px;
  float: left;
}

.announcement-head {
  float: left;
  font-weight: 500;
  background: url(../images/arrow-red.png) no-repeat 100% 50%;
  padding: 0 1em 0 0;
}

ul.slide li a {
  color: #fff;
 font-family: 'JioType';
}

.fade>li,
.slide>li,
.typing>li {
  list-style: none inside none;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  /**/
  color: #FFF;
}


/*  Print  */

.popup-gallery a img {
  margin: 10px;
  float: left;
  display: block;
  height: auto;
  padding: 0px;
}


/* announcement */


/*  Table  */

table#customers {
  border-spacing: 0;
  font-family: 'JioType';
  font-weight: 300;
  font-size: 16px;
  width: 100%;
}

#customers td,
#customers th {
  border: 1px solid #44b625;
  padding: 8px;
  text-align: left;
}

#customers tr:nth-child(2n) {
  background-color: #f6f6f6;
}

#customers th {
  background-color: #59a546;
  color: white;
  padding-bottom: 11px;
  padding-top: 11px;
}

#customers tr.alt {
  background: #fff;
}


/*  Media & Downloads */

.wrap980 {
  margin: 0 auto;
  width: 1024px;
}

.wrap980 ul {
  list-style-type: none;
}

.wrap980 ul li {
  float: left;
}

.scr_s img {
  width: 100%;
}

.scr_s {
  float: left;
  margin: 10px;
}

.scr_s span {
  border-bottom: 1px solid #d5d5d5;
  display: block;
  padding: 5px 0 7px;
}

.rel {
  position: relative;
  overflow: hidden;
}

.image_overlay {
  background: transparent url("../images/image_overlay.png") repeat scroll 0 0;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  background-size: cover;
}

.image_overlay img {
  text-align: center;
}

.video_right_side {
  background: rgba(0, 0, 0, 0) url("../images/bg7.png") no-repeat scroll 0 0;
  height: 354px;
  width: 615px;
}

.video_wrap {
  float: left;
  padding-top: 20px;
  width: 485px;
}

.video_wrap ul li {
  display: inline-block;
  float: left;
  position: relative;
}

.video_wrap span a {
  background-color: #ccc;
  border: 1px solid #666;
  padding: 5px;
  text-decoration: none;
}

.video_wrap span a:hover,
.video_wrap span a.active {
  background-color: #300;
  color: #fff;
}

.vid_s {
  background: transparent url("../images/vid_bg.png") no-repeat scroll left top;
  height: 133px;
  margin-right: 20px;
  padding: 4px;
}

.blk_img {
  background: transparent url("../images/blk_bg.png") repeat scroll left top;
  bottom: 13px;
  height: 31px;
  left: 4px;
  width: 214px;
}

.pd5 {
  padding: 5px;
}

.columns {
  -moz-column-width: 90.5em;
  /* Firefox */
  -webkit-column-width: 90.5em;
  /* webkit, Safari, Chrome */
  column-width: 90.5em;
}


/*remove standard list and bullet formatting from ul*/

.columns ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


/* correct webkit/chrome uneven margin on the first column*/

.columns ul li {
  margin-top: 0px;
  float: left;
}

ul.application-info {
  list-style-type: none;
  overflow: hidden;
  padding-bottom: 10px;
}

ul.application-info li {
  float: left;
  width: 24%;
  margin-right: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
}

ul.application-info li img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

ul.application-info li:last-child {
  margin-right: 0px;
}

ul.application-info h1 {
  border-top: 1px solid #eaebea;
  padding-top: 10px;
  font-size: 18px;
}

.green-gold {
  width: 75%;
  float: left;
  margin-right: 15px;
}

.gold-tag {
  width: 23%;
  float: left;
  border-radius: 10px;
}

.gold-tag #owl-demo .item img {
  border-radius: 10px;
}

.button {
  background-color: #4caf50;
  border: medium none;
  border-radius: 13px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  margin: 5px;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 9999;
}