/* JioType Font */

@font-face {
  font-family: 'JioType';
  src: url('../fonts/jio-type/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/ioType-Bold.ttf') format('truetype'), 
  url('../fonts/jio-type/JioType-Bold.svg#JioType-Bold') format('svg');
  font-weight: 500;
  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 */

html,
body {
  height: 100%;
  font-family: 'JioType';
  background: #ffffff url(../images/bg.jpg) left top repeat-x;
  font-weight: 300;
  font-size: 16px;
}

.img-portfolio {
  margin-bottom: 30px;
}

.img-hover:hover {
  opacity: 0.8;
}


/* Home Page Carousel */

header.carousel {
  height: 55%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
  height: 100%;
}

header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}


/* 404 Page Styles */

.backgroundimg {
  background: url(../images/banner-1.jpg) left top;
}

.error-404 {
  font-size: 100px;
}



.linkdenicon {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 40%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fff;
  padding: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px 0px 0px 5px;

}


/* Footer Styles */

footer {
  margin: 50px 0;
}

.navbar-inverse {
  background-color: #d19830;
  border-color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;
  margin: 5px;
  font-size: 13px;
}

.container .row .col-sm-4 {
  text-align: left;
}

.container-bg {
  background: #00808e;
  border-top: 5px solid #d6a346;
  padding: 35px 0px 35px 0px;
}

.container-bg .col-md-3 h3 {
  color: #fff;
  font-size: 22px;
  margin: 0px 0px 25px 0px;
  font-family: 'JioType';
      font-weight: 500;
}

.container-bg .col-md-3 img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.container-bg .col-md-3 p {
  color: #fff;
  line-height: 25px;
  font-size: 15px;
}

.container-bg .col-md-3 ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.container-bg .col-md-3 ul li {
  border-bottom: 1px dotted #fff;
  display: block;
  padding: 10px 0px;
}

.container-bg .col-md-3 ul li h4 {
  color: #fff;
  padding: 0px;
  font-size: 13px;
  font-family: 'JioType';
  margin: 0px 0px 5px 15px;
}

.container-bg .col-md-3 ul li p .glyphicon {
  font-size: 10px;
  color: #d6a346;
  float: left;
  top: 5px;
  margin: 0px 6px 45px 0px;
}

.container-bg .col-md-3 ul li p {
  padding: 0px 0px 0px 0px;
  font-family: 'JioType';
}

.container-bg .col-md-3 ul li:nth-child(3) {
  border: none;
}






.container-bg .col-md-4 h3 {
  color: #fff;
  font-size: 22px;
  margin: 0px 0px 25px 0px;
  font-family: 'JioType';
      font-weight: 500;
}

.container-bg .col-md-4 img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.container-bg .col-md-4 p {
  color: #fff;
  line-height: 25px;
  font-size: 15px;
}

.container-bg .col-md-4 ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.container-bg .col-md-4 ul li {
  border-bottom: 1px dotted #fff;
  display: block;
  padding: 10px 0px;
}

.container-bg .col-md-4 ul li h4 {
  color: #fff;
  padding: 0px;
  font-size: 13px;
  font-family: 'JioType';
  margin: 0px 0px 5px 15px;
}

.container-bg .col-md-4 ul li p .glyphicon {
  font-size: 10px;
  color: #d6a346;
  float: left;
  top: 5px;
  margin: 0px 6px 45px 0px;
}

.container-bg .col-md-4 ul li p {
  padding: 0px 0px 0px 0px;
  font-family: 'JioType';
}

.container-bg .col-md-4 ul li:nth-child(3) {
  border: none;
}










.btnsolid-cl {
  width: 58%;
  float: left;
  background: #d6a346;
  padding: 10px 0px;
}

.ftnav {
  border-bottom: 1px solid #dcdcdc;
  padding: 18px 0px;
  border-top: 1px solid #dcdcdc;
}

.ftnav ul {
  padding: 0px;
  margin: 0px;
}

.ftnav ul li {
  display: block;
  float: left;
  padding: 0px 20px 0px 0px;
  text-transform: uppercase;
  font-size: 12px;
}

.ftbtmnav ul {
  padding: 0px;
  margin: 0px;
}

.ftbtmnav ul li {
  display: block;
  float: left;
  padding: 10px 6em 0 0;
  font-size: 13px;
}

.ftnav ul li a {
  color: #000;
  text-decoration: none;
}

.ftnav ul li a:hover {
  color: #00808e;
  text-decoration: none;
}

.btmicon {
  background: url(../images/btm-icons.png) left 10px no-repeat;
  padding: 0px 0px 0px 30px;
}

.btmicon p {
  padding: 10px 0px 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'JioType';
}

.productinforbtn {
  border: none;
  background: #005a64;
  width: 57%;
  padding: 8px 10px;
  margin: 0px 0px 10px 0px;
  color: #fff;
  font-weight: 500;
}

.minheight {
  min-height: 407px;
}

.readmore {
  background: #d7a448;
  width: 20%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-size: 10px;
}

.readmore:hover {
  background: #005a64;
  text-decoration: none;
  color: #fff;
}

.readmore1 {
  background: #d7a448;
  width: 20%;
  text-align: center;
  margin-top: 60px;
  text-decoration: none;
  color: #fff;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-size: 10px;
}

.readmore1:hover {
  background: #005a64;
  text-decoration: none;
  color: #fff;
}

.readmore2 {
  background: #d7a448;
  width: 20%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 76px;
}

.readmore2:hover {
  background: #005a64;
  text-decoration: none;
  color: #fff;
}

.readmore3 {
  background: #d7a448;
  width: 20%;
  text-align: center;
  margin-top: 53px;
  text-decoration: none;
  color: #fff;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-size: 10px;
}

.readmore3:hover {
  background: #005a64;
  text-decoration: none;
  color: #fff;
}

.container .col-sm-8 h3 {
  color: #b67d15;
  font-size: 35px;
  text-align: right;
  padding-top: 25px;
  font-family: 'JioType'; font-weight: 500;
}

.container .col-sm-8 h3 span {
  font-weight: 500;
}

.container-bg a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  border: none;
  background-color: #d6a346;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #00808e;
  border: 1px solid #fff;
  border-radius: 10px;
}

.slidercaption {
  background-color: rgba(0, 128, 142, 0.7);
  width: auto;
  float: right;
  padding: 15px;
}

.slidercaption h2 {
  margin-top: 0px;
  text-shadow: none;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0px;
 font-family: 'JioType';
  letter-spacing: -1px;
}

.slidercaption h3 {
  margin-top: 5px;
  text-shadow: none;
  text-align: right;
  margin-bottom: 5px;
  font-family: 'JioType';font-weight: 500;
}

.topnavigation {
  background: #d19830;
  border-bottom: 1px solid #fff;
  padding: 8px 0px;
}

.navbar {
  margin-bottom: 0px;
  margin-top: 10px;
  min-height: 40px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #00808e;
  margin: 5px 0px;
  border-radius: 5px;
 font-family: 'JioType'; font-weight: 500;
  font-size: 15px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #00808e;
  border-radius: 5px;
  font-family: 'JioType'; font-weight: 500;
  font-size: 13px;
}

.navbar-default {
  background-color: #d19830;
  border-color: #fff;
}

.navbar-nav {
  float: none;
  margin: auto !important;
  margin: 0 0px 0px 0%;
  /* width: 86%; */
  width: 100%;
}

.navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-centered {
  float: left;
  margin: 0 auto;
}
.dropdown-menu>li>a{font-weight: 500;}

/*.dropdown:hover .dropdown-menu {
        display: block;
    }*/

.dropdown-menu>li>a {
  color: #fff;
  background: #00808e;
  border-bottom: 1px solid #1f7782;
}

.boxmargin {
  margin: 60px 0px 0px 10%;
  height: 100%;
  overflow: hidden;
}

.boxmargin .col-md-2 h3 {
  color: #d19830;
  font-size: 15px;
   font-family: 'JioType'; font-weight: 500;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.boxmargin .col-md-2 img {
  width: 100%;
  height: auto;
  margin: 0px 0px 20px 0px;
  border: 1px solid #e3e3e3;
}

.boxmargin .col-md-2 img:hover {
  -webkit-box-shadow: 2px 7px 40px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 7px 40px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 7px 40px -5px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  border: 3px solid #fff;
}

.dropdown-menu {
  border-radius: 0px;
  background: #248490;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0f717c;
  border-top: 1px solid #0099a9;
  border-bottom: 1px solid #0099a9;
}

.topcontpadding {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.topcontpadding2 {
  padding-right: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  background: #00808e;
}

.topcontpadding3 {
  padding-right: 20px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.carousel-caption {
  right: 19.4%;
  left: 20%;
}

.tablearea .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-top: 1px solid #dcdcdc;
}

.aboutbanner img {
  width: 100%;
  height: auto;
}

.aboutcnt {
  margin: 60px 0px 0px 0px;
}

.abtusleft {
  line-height: 30px;
  color: #b67d15;
  font-size: 18px;
  font-family: 'JioType'; 
}

.abtusleft span {
  font-size: 24px;
   font-family: 'JioType'; font-weight: 500;
  color: #b67d15;
}

.hrline {
  margin: 30px 0px;
  height: 1px;
  background: #d0a968;
  width: 100%;
}

.abtryt {
  line-height: 30px;
  color: #6a6666;
  font-size: 16px;
  font-family: 'JioType'; 
  border-left: 1px solid #ba8523;
}

.abtryt span {
  font-size: 18px;
  font-family: 'JioType'; font-weight: 500;
  color: #1d7c87;
}

.abtryt p {
  padding: 0px 0px 0px 10px;
}

.bedccrum {
  padding: 30px 0px;
  color: #fff;
  font-size: 26px;
  background: #00808e;
  border-bottom: 1px solid #fff;
   font-family: 'JioType';
}

.arwclose {
  left: -8px;
}

.bedccrum .glyphicon {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  top: -2px;
}

.bedccrum .actpage {
   font-family: 'JioType'; font-weight: 500;
}

.scroll-to-top {
  position: fixed;
  background: url(../images/scroll-to-top.png) no-repeat;
  cursor: pointer;
  bottom: 1em;
  right: 50px;
  width: 36px;
  height: 51px;
  padding-right: 1em;
  display: none;
  z-index: 999;
}

.btmborder {
  border-bottom: 5px solid #d2ab69;
  padding: 28px 0px;
}

.cntpage {}

.cntadress {
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 20px 0px;
}

.emailadd {
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 20px 0px;
}

.connumber {
  margin: 0px 0px 20px 0px;
}

.cntadress h2 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  color: #6a6666;
  font-family: 'JioType'; font-weight: 500;
  font-size: 20px;
}

.emailadd h2 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  color: #6a6666;
  font-family: 'JioType'; font-weight: 500;
  font-size: 20px;
}

.connumber h2 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  color: #6a6666;
 font-family: 'JioType'; font-weight: 500;
  font-size: 20px;
}

.cntadress .glyphicon {
  margin: 0px 20px 0px 0px;
  color: #d19830;
  font-size: 20px;
  top: 5px;
  float: left;
}

.emailadd .glyphicon {
  margin: 0px 20px 0px 0px;
  color: #d19830;
  font-size: 20px;
  top: 5px;
  float: left;
}

.connumber .glyphicon {
  margin: 0px 20px 0px 0px;
  color: #d19830;
  font-size: 20px;
  top: 5px;
  float: left;
}

.emailadd a {
  text-decoration: none;
  color: #6a6666;
}

.emailadd a:hover {
  text-decoration: none;
  color: #008897;
}

.cntadress p {
  font-family: 'JioType'; 
  color: #6a6666;
  font-size: 18px;
  line-height: 26px;
  padding: 0px 0px 15px 45px;
}

.emailadd p {
  font-family: 'JioType'; 
  color: #6a6666;
  font-size: 18px;
  line-height: 26px;
  padding: 0px 0px 15px 45px;
}

.connumber p {
 font-family: 'JioType'; 
  color: #6a6666;
  font-size: 18px;
  line-height: 26px;
  padding: 0px 0px 15px 45px;
}

.proinfor img {
  width: 100%;
  height: auto;
  border: 1px solid #e3e3e3;
}

.proryt h2 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  color: #b67c0e;
  font-size: 25px;
  font-family: 'JioType'; font-weight: 500;
}

.proryt p {
  padding: 0px;
  font-family: 'JioType'; 
  color: #6a6666;
  font-size: 16px;
  line-height: 30px;
}

.aboutcnt .col-md-2 img {
  width: 100%;
  height: auto;
  margin: 0px 0px 20px 0px;
  border: 1px solid #e3e3e3;
}

.aboutcnt .col-md-2 img:hover {
  /*-webkit-box-shadow: 2px 7px 40px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 7px 40px -5px rgba(0,0,0,0.75);
box-shadow: 2px 7px 40px -5px rgba(0,0,0,0.75);*/
  -webkit-box-shadow: 0px 9px 68px 12px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0px 9px 68px 12px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 9px 68px 12px rgba(0, 0, 0, 0.30);
  border-radius: 10px;
  border: 3px solid #fff;
}

.aboutcnt .col-md-2 h3 {
  color: #d19830;
  font-size: 15px;
 font-family: 'JioType'; font-weight: 500;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.projectupdate p span {
  font-size: 30px;
 font-family: 'JioType'; font-weight: 500;
  color: #1d7c87;
  line-height: 70px;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: none;
  border-radius: 5px;
  border-color: #ddd;
}

.panel-heading {
  background: #f4f4f4;
  font-size: 25px;
  font-family: 'JioType'; font-weight: 500;
  color: #b67c0e;
  text-decoration: none;
}

.panel-heading a {
  text-decoration: none;
}

.panel-heading:hover {
  text-decoration: none;
}

.panel-body {
  padding: 0px;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
}

#table thead tr th {
  background: #35a6b4;
  color: #fff;
  font-size: 18px;
  font-family: 'JioType'; 
  font-weight: 500;
}

#table tbody tr td {
  background: #edce98;
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #fff;
}

.ac-label {
 
  position: relative;
  padding: .5em 1em;
  margin-bottom: .5em;
  display: block;
  cursor: pointer;
  background-color: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
font-family: 'JioType'; font-weight: 500;
  color: #b67c0e;
  text-decoration: none;
  transition: background-color .15s ease-in-out;
}

.ac-input:checked+label,
.ac-label:hover {
  background-color: #e6e4e4;
}

.ac-label:after,
.ac-input:checked+.ac-label:after {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
  line-height: 2.25em;
  text-align: center;
  background-color: #e5e5e5;
  transition: background-color .15s ease-in-out;
}

.ac-label:hover:after,
.ac-input:checked+.ac-label:after {
  background-color: #b5b5b5;
}

.ac-input:checked+.ac-label:after {
  content: "-";
}

.ac-input {
  display: none;
}

.ac-text,
.ac-sub-text {
  opacity: 0;
  height: 0;
  margin-bottom: .5em;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

.ac-input:checked~.ac-text,
.ac-sub .ac-input:checked~.ac-sub-text {
  opacity: 1;
  height: auto;
}

.ac-sub .ac-label {
  background: none;
  font-weight: 500;
  padding: .5em 2em;
  margin-bottom: 0;
}

.ac-sub .ac-label:checked {
  background: none;
  border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after,
.ac-sub .ac-input:checked+.ac-label:after {
  left: 0;
  background: none;
}

.ac-sub .ac-input:checked+label,
.ac-sub .ac-label:hover {
  background: none;
}

.ac-sub-text {
  padding: 0 1em 0 2em;
}

.carousel-inner {
  background: url(../images/banner-1.jpg) center top;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.carousel-inner .item {
  transition-property: opacity;
  transform: translate3d(0, 0, 0);
}

.item,
.active.left,
.active.right {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.active,
.next.left,
.prev.right {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.next,
.prev,
.active.left,
.active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-control {
  z-index: 2;
}

.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.container-bg .press p {
  line-height: 19px;
}

.pressrelease {
  padding-left: 0px;
}

.pressrelease1 {
  background: #fcfcfc;
  padding: 10px;
}

.pressrelease2 {
  background: #ffffff;
  padding: 10px;
}

.pressrelease1 h6 {
  color: #b77d11;
  padding: 5px 0px 5px 0px;
  font-size: 15px;
  margin: 0px 0px 0px 0px;
}

.pressrelease1 p {
  color: #000;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
}

.pressrelease1 p a {
  color: #000;
  text-decoration: none;
  color: #6a6666;
  font-size: 18px;
  font-family: 'JioType'; 
}

.pressrelease2 p a {
  color: #000;
  text-decoration: none;
  color: #6a6666;
  font-size: 18px;
  font-family: 'JioType'; 
}

.pressrelease1 p a:hover {
  color: #1f7782;
  text-decoration: none;
}

.pressrelease2 p a:hover {
  color: #1f7782;
  text-decoration: none;
}

.pdficon {
  float: right;
  top: 15px;
  position: relative;
}

.pressrelease2 h6 {
  color: #b77d11;
  padding: 5px 0px 5px 0px;
  font-size: 15px;
  margin: 0px 0px 0px 0px;
}

.pressrelease2 p {
  color: #000;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
}

.projectupdate {
  padding-left: 0px;
}

.projectupdate p {
  line-height: 30px;
  color: #6a6666;
  font-size: 22px;
  padding-left: 0px;
font-family: 'JioType'; 
}

.ftnav select {
  display: none;
}

.privacypolicy {
  padding-left: 0px;
}

.privacypolicy p {
  line-height: 30px;
  color: #6a6666;
  font-size: 18px;
  font-family: 'JioType'; 
}

.privacypolicy h5 {
  font-size: 18px;
  font-family: 'JioType'; font-weight: 500;
  color: #1d7c87;
}


/* Responsive Styles */

@media screen and (max-width: 1680px) {
  .carousel-caption {
    right: 14.4%;
    left: 20%;
  }
}

@media screen and (max-width: 1366px) {
  .carousel-caption {
    right: 6.4%;
    left: 20%;
  }
}

@media screen and (max-width: 1280px) {
  .carousel-caption {
    right: 3.4%;
    left: 20%;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-nav {
    float: none;
    margin: auto !important;
    width: 75%;
  }
  .slidercaption {
    width: auto;
    float: right;
    border-radius: 0px;
  }
  .slidercaption h2 {
    text-align: right;
  }
  .slidercaption h3 {
    text-align: right;
  }
  .ftnav ul {
    margin: 0px 0px 10px 0px;
  }
  .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .minheight {
    min-height: 460px;
  }
  .navbar {
    border-radius: 0px;
    border: none;
  }
  .productinforbtn {
    width: 80%;
  }
}

@media screen and (max-width: 980px) {
  .navbar-nav {
    width: 95%;
  }
  .carousel-caption {
    right: 11.4%;
    left: 20%;
  }
  .container-bg .col-md-3 {
    float: left;
    width: 50%;
    border-bottom: 1px solid #76b1b7;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .aboutcnt .col-md-4 {
    width: 50%;
    float: left;
  }
  .aboutcnt .col-md-2 {
    width: 50%;
    float: left;
  }
  .abtryt p {
    padding: 0px 0px 0px 0px;
  }
  .abtryt {
    line-height: 30px;
    color: #6a6666;
    font-size: 18px;
   font-family: 'JioType'; 
    border-left: none;
    padding-left: 0px;
    margin-top: 10px;
  }
  .minheight {
    min-height: 351px;
  }
  .navbar {
    border-radius: 0px;
    border: none;
  }
  .container {
    width: 100%;
  }
  .productinforbtn {
    width: 55%;
  }
}

@media screen and (max-width: 800px) {
  .abtryt {
    border-left: none;
  }
  .abtusleft {
    margin-bottom: 30px;
    padding: 20px;
  }
  .bedccrum {
    text-align: center;
    padding: 10px 0px;
  }
  .btmborder {
    border-bottom: 5px solid #d2ab69;
    padding: 9px 0px;
  }
  .ftnav {
    margin: 0px 20px;
    height: 100%;
    overflow: hidden;
  }
  .btmicon {
    background: url(../images/btm-icons.png) 14px 7px no-repeat;
    padding: 0px 0px 0px 43px;
    margin: 0px 20px;
  }
  header.carousel {
    height: 35%;
  }
  .carousel-caption {
    right: 2%;
    left: 20%;
  }
  .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 9px;
    padding-right: 9px;
  }
  .minheight {
    min-height: 100%;
    overflow: hidden;
    margin: 20px 0px;
  }
  .aboutcnt {
    margin: 20px 0px 0px 0px;
  }
  .topcontpadding3 {
    padding-right: 0px;
  }
  .container-bg {
    padding: 0px 0px 35px 0px;
  }
  .slidercaption {
    width: auto;
    float: right;
    border-radius: 0px;
  }
  .slidercaption h2 {
    text-align: right;
  }
  .slidercaption h3 {
    text-align: right;
  }
  .abtryt p {
    padding: 0px 10px 0px 15px;
  }
  .pressrelease1 {
    padding: 10px 10px 10px 15px;
  }
  .pressrelease2 {
    padding: 10px 10px 10px 15px;
  }
  .ftnav ul {
    margin: 0px 0px 10px 13px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    background: #0f717c;
  }
  .navbar-inverse .navbar-nav>li>a {
    margin: 0px;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0px;
  }
  .hide-none {
    display: none;
  }
  header.carousel {
    height: 35%;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 7px;
    margin: 10px 0px;
  }
  .abtryt {
    border-left: none;
  }
  .abtusleft {
    margin-bottom: 30px;
    padding: 20px;
  }
  .navbar-nav {
    float: left;
    margin: 0 0px 0px 0 !important;
    width: 100%;
  }
  .navbar-inverse .navbar-nav>.active>a,
  .navbar-inverse .navbar-nav>.active>a:focus,
  .navbar-inverse .navbar-nav>.active>a:hover {
    padding: 10px 10px 10px 15px;
    margin: 0px 0px 0px;
    border-radius: 0px;
  }
  .navbar-inverse .navbar-nav>.open>a,
  .navbar-inverse .navbar-nav>.open>a:focus,
  .navbar-inverse .navbar-nav>.open>a:hover {
    padding: 10px;
    border-radius: 0px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #0a6d76;
  }
  .btmicon {
    background: url(../images/btm-icons.png) 10px 11px no-repeat;
    padding: 0px 0px 0px 37px;
    margin: 0px 20px;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #0a6d76;
  }
  .readmore {
    margin-bottom: 10px;
  }
  .readmore1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .readmore2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .readmore3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .ftnav ul {
    padding: 0px 0px 0px 11px;
    margin: 0px auto;
  }
  .slidercaption {
    width: auto;
    float: right;
    border-radius: 0px;
  }
  .slidercaption h2 {
    text-align: right;
  }
  .slidercaption h3 {
    text-align: right;
  }
  .container .col-sm-8 h3 {
    text-align: center;
    padding-top: 0px;
  }
  .container .row .col-sm-4 {
    text-align: center;
  }
  .minheight {
    min-height: 454px;
  }
  .ftnav {
    margin: 0px 20px;
    height: 100%;
    overflow: hidden;
  }
  .bedccrum {
    text-align: left;
    padding: 10px 0px 10px 20px;
  }
  .btmborder {
    border-bottom: 5px solid #d2ab69;
    padding: 9px 0px;
  }
  .container-bg .col-md-3 {
    float: left;
    width: 50%;
    border-bottom: 1px solid #76b1b7;
  }
  .aboutcnt .col-md-4 {
    width: 50%;
    float: left;
  }
  .projectupdate p {
    padding-left: 15px;
    font-size: 18px;
  }
  .aboutcnt .col-md-2 {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .img-portfolio {
    margin-bottom: 15px;
  }
  header.carousel .carousel {
    height: 70%;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
  }
  .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 7px;
    margin: 10px 0px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
  }
  .dropdown-menu {
    padding: 5px 0 0px;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #b38024;
  }
  .nav>li {
    border-bottom: 1px solid #b38024;
  }
  .nav>li:nth-child(6) {
    border-bottom: 1px solid #d19830;
  }
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-toggle {
    margin-right: 25px;
  }
}

@media screen and (max-width: 640px) {
  .responsiveimg {
    width: 100%;
    height: auto;
  }
  .ftclass .btmicon {
    background: url(../images/btm-icons.png) 9px 13px no-repeat;
    padding: 0px 0px 0px 32px;
    margin: 0px 7px;
  }
  .btmicon {
    background: url(../images/btm-icons.png) 9px 13px no-repeat;
    padding: 0px 0px 0px 32px;
    margin: 0px 20px;
  }
  html,
  body {
    height: 100%;
   font-family: 'JioType'; 
    background: #ffffff url(../images/bg-1.jpg) left top repeat-x;
  }
  .ftclass .ftnav {
    height: 100%;
    overflow: hidden;
    margin: 0px 0px;
    padding: 15px 15px 15px 15px !important;
    background: #f5f3f3;
  }
  .ftnav {
    height: 100%;
    overflow: hidden;
    margin: 0px 0px;
    padding: 15px 30px 15px 30px;
    background: #f5f3f3;
  }
  .ftnav ul li {
    padding: 5px 13px 5px 0px;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .navbar-nav {
    float: left;
    margin: 10px 0px 0px 0;
    width: 100%;
  }
  .ftnav ul {
    padding: 0px 20px 0px 10px;
    margin: 0px auto;
  }
  #myCarousel {
    display: none;
  }
  .readmore1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .readmore2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .readmore3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .btmborder {
    border-bottom: 5px solid #d2ab69;
    padding: 9px 0px;
  }
  .panel-group {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .cntadress p {
    font-family: 'JioType'; 
    color: #6a6666;
    font-size: 15px;
    line-height: 30px;
    padding: 0px 0px 15px 46px;
  }
  .emailadd p {
   font-family: 'JioType'; 
    color: #6a6666;
    font-size: 15px;
    line-height: 30px;
    padding: 0px 0px 15px 46px;
  }
  .connumber p {
   font-family: 'JioType';
    color: #6a6666;
    font-size: 15px;
    line-height: 30px;
    padding: 0px 0px 15px 46px;
  }
  .topcontpadding3 {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav>li {
    border-bottom: 1px solid #b38024;
  }
  .nav>li:nth-child(6) {
    border-bottom: 1px solid #d19830;
  }
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-bg .col-md-3 {
    float: left;
    width: 100%;
  }
  .aboutcnt .col-md-4 {
    width: 100%;
    float: left;
  }
  .minheight {
    min-height: 100%;
  }
  .container .col-sm-8 h3 {
    padding-top: 0px;
    font-size: 23px;
  }
  .minheight {
    margin: 20px 0px;
  }
  .projectupdate p {
    line-height: 36px;
    color: #6a6666;
    font-size: 22px;
    padding-left: 15px;
   font-family: 'JioType'; 
  }
  .projectupdate p span {
    font-size: 28px;
   font-family: 'JioType'; font-weight: 500;
    color: #1d7c87;
    line-height: 32px;
  }
  .scroll-to-top {
    display: none !important;
  }
  .ftnav ul {
    display: none;
  }
  .ftnav select {
    display: inline-block;
    width: 100%;
    padding: 5px;
  }
  footer {
    margin: 20px 0;
  }
}

@media screen and (max-width: 639px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
  .container-bg .col-md-3 {
    float: left;
    width: 100%;
  }
  .cntadress .glyphicon {
    margin: 0px 20px 5px 0px;
    float: left;
  }
}

@media screen and (max-width: 412px) {
  .aboutcnt .col-md-2 {
    width: 100%;
    float: left;
  }
  .bedccrum {
    font-size: 18px;
  }
}


.float-link {
  position: fixed;
  top: 250px;
  right: -86px;
  padding-left: 60px;
  padding-right: 20px;
  color: #FFF !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none !important;
  text-align: center;
  background: #404041;
  width: 126px;
  height: 40px;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 99;
  transition: all ease-in-out .5s;
}
.float-link:hover {
  right: 0;
}
.float-link svg, .float-link img {
  position: absolute;
  left: 0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #d19830;
  line-height: 40px;
  text-align: center;
  padding: 7px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all ease-in-out .5s;
}