 @import url('https://fonts.googleapis.com/css?family=Play');
 @import url('https://fonts.googleapis.com/css?family=Roboto:500');
 body {
     font-size: 14px;
     line-height: 26px;
     margin: 0;
     padding: 0;
     font-family: 'Play', sans-serif;
     background-color: #f4f4f4;
 }
 
 header {
     position: relative;
     z-index: 9;
 }
 
 .navbar-inverse {
     background-color: #fff;
     border-color: transparent;
     box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
     border-radius: 0;
 }
 
 .navbar {
     position: relative;
     min-height: 30px;
     margin-bottom: 0px;
 }
 
 .navbar-brand {
     height: auto;
     padding: 0px 15px;
     font-family: 'Roboto', sans-serif;
 }

 
 .navbar-inverse .navbar-brand {
     color: #154074 !important;
     font-size: 21px;
     display: flex;
     align-items: center;
     display: -webkit-flex;
     display: -moz-flex;
     display: -o-flex;
     -webkit-align-items: center;
     -moz-align-items: center;
     -o-align-items: center;
     padding-top: 5px;
 }
  
 .navbar-brand > img {
     display: inline-block;
     margin-top: -5px;
 }
 .navbar-nav.navbar-center {
     position: absolute;
     left: 50%;
     top: 5px;
     transform: translatex(-50%);
 }
 
 .navbar-inverse .navbar-nav > .active > a,
 .navbar-inverse .navbar-nav > .active > a:focus,
 .navbar-inverse .navbar-nav > .active > a:hover {
     color: #154074;
     background-color: transparent;
 }
 
 .navbar-inverse .navbar-nav > li > a:focus,
 .navbar-inverse .navbar-nav > li > a:hover {
     color: #000;
     background-color: transparent;
 }
 
 .navbar-inverse .navbar-nav > li {
     padding: 0 15px;
 }
 
 .navbar-inverse .navbar-nav > li > a {
     color: #383838;
     font-size: 15px;
     text-transform: uppercase;
     position: relative;
     padding: 10px 0px;
 }
 
 .navbar-nav li.active a:after {
     position: absolute;
     bottom: 0;
     content: ' ';
     height: 2px;
     left: 0;
     right: 0;
     width: 100%;
     margin: auto;
     background: #154074;
     transition: 0.3s;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
 }
 
 .dropdown-menu>.active>a,
 .dropdown-menu>.active>a:focus,
 .dropdown-menu>.active>a:hover {
     background-color: #154074;
 }
 
 .navbar-nav > li a:after {
     position: absolute;
     bottom: 0;
     content: ' ';
     height: 2px;
     left: 0;
     right: 0;
     width: 0;
     margin: auto;
     background: #154074;
     transition: 0.3s;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
 }
 
 .navbar-nav > li:hover a:after {
     width: 100%;
     transition: 0.3s;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
 }
 
 .navbar-inverse .navbar-nav > .open > a,
 .navbar-inverse .navbar-nav > .open > a:focus,
 .navbar-inverse .navbar-nav > .open > a:hover {
     color: #154074;
     background-color: transparent;
 }
 
 .dropdown-menu {
     padding: 0;
 }
 
 li.dropdown li a:after {
     content: none;
 }
 
 li.dropdown li a {
     padding: 8px 10px;
 }
 
 .social-meida {
     position: absolute;
     right: 1%;
     list-style: none;
 }
 
 .social-meida li {
     float: left;
     margin: 10px 5px;
 }
 
 .bannerContainer .item img {
     width: 100%;
 }
 
 .carousel-control {
     background: none !important;
     top: 45%;
     width: auto;
     padding: 0 10px;
     opacity: 1 !important;
     z-index: 9;
 }
 
 .carousel-caption {
     right: 20%;
     left: 10%;
     width: 40%;
     text-align: left;
     top: 50%;
     transform: translateY(-50%);
     bottom: initial;
     -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
     transform-style: preserve-3d;
 }
 
 .carousel-caption h3 {
     font-size: 40px;
     line-height: 40px;
     text-shadow: 2px 1px 3px rgb(0, 0, 0);
 }
 
 .myitem {
     position: relative;
 }
 
 .myitem::after {
     position: absolute;
     height: 100%;
     width: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1;
     content: '';
     top: 0;
     left: 0;
 }
 
 .welcomeContainer {
     font-size: 19px;
 }
 
 .productsSection {
     background: #fff;
     border-radius: 4px;
     box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
     margin: 30px 0;
 }
 
 .productsSection a {
     text-decoration: none;
 }
 
 .productsSection img {
     width: 100%;
     border-top-left-radius: 4px;
     border-top-right-radius: 4px;
 }
 
 .productsDesc {
     padding: 10px 15px;
     color: #000;
     font-size: 15px;
 }
 
 .productsDesc h4 {
     color: #154074;
     margin-top: 0px;
     font-weight: 600;
 }
 
 .owl-carousel img {
     box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
     margin-bottom: 10px;
 }
 
 .footerContainer {
     background-color: #1F1F1F;
     color: #a49f9f;
     padding: 10px 0;
 }
 
 .footerContainer ul {
     list-style: none;
     margin: 0;
     padding: 0;
 }
 
 .footerContainer ul li {
     margin: 0;
     line-height: 20px;
 }
 
 .footerContainer a {
     text-align: right;
     color: #a49f9f;
 }
 
 .footerContainer img {
     width: 100%;
 }
 
 .footerLogo {
     font-size: 20px;
     color: #a49f9f;
     font-weight: bold;
 }
 
 .innerBanner {
     position: relative;
 }
 
 .innerBanner::after {
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     content: '';
     background-color: rgba(0, 0, 0, 0.2);
 }
 
 .innerBanner img {
     width: 100%;
     height: 100%;
     position: relative;
 }
 
 .bannerTxt {
     position: absolute;
     z-index: 1;
     display: table-cell;
     vertical-align: middle;
     left: 5%;
     top: 40%;
     color: #fff;
     font-size: 40px;
     line-height: 40px;
     text-shadow: 2px 1px 3px rgba(0, 0, 0);
 }
 
 .bannerTxt h3 {
     font-weight: bolder;
     font-size: 40px;
     line-height: 40px;
 }
 
 .productList ul {
     padding: 0;
     margin: 0;
 }
 
 .productList ul li {
     float: left;
     list-style: none;
 }
 
 .productList ul li a {
     text-decoration: none;
     color: #000;
     padding: 10px 8px;
     font-size: 15px;
     background-color: #d3d3d3;
     border-right: 1px solid #aba7a7;
     width: 100%;
     float: left;
     margin: 1px 0;
 }
 
 .productList ul li.active a {
     background-color: #154074;
     color: #fff;
 }
 
 .productList ul li:last-child a {
     border-right: 0;
 }
 
 .tab-content img {
     width: 100%;
     box-shadow: 0px 0px 7px 1px #a3a3a3;
 }
 
 .map iframe {
     width: 100%;
     min-height: 400px;
 }
 
 .map .heading {
     margin-top: 0;
     color: #154074;
 }
 
 .map strong {
     color: #154074;
 }
 
 .map ul li a {
     text-decoration: none;
     cursor: pointer;
     position: relative;
     z-index: 9;
 }
 
 .map ul,
 .map ul li {
     list-style: none !important;
     padding-left: 0px;
 }
 
 .smallfont {
     font-size: 16px;
     margin-bottom: 16px;
 }
 
 .partnerNames {
     font-size: 17px;
 }
 /*Common CSS*/
 
 .block {
     float: left;
     width: 100%;
 }
 
 .vh100 {
     min-height: 100vh;
 }
 
 a {
     outline: none !important;
 }
 
 .margin20 {
     margin: 20px 0;
 }
 
 .flex {
     display: flex;
     display: -webkit-flex;
     display: -moz-flex;
     display: -o-flex;
     align-items: center;
     -webkit-align-items: center;
     -moz-align-items: center;
     -o-align-items: center;
 }
 
 .marginT50 {
     margin-top: 50px;
 }
.marginT35{
     margin-top: 35px;
}
 .center {
     text-align: center;
 }
 
 .heading {
     font-size: 32px;
     line-height: 33px;
 }
 
 @media(min-width:1024px) {
     .dropdown:hover .dropdown-menu {
         padding: 0;
         display: block;
     }
     .paddingRight30 {
         padding-left: 45px;
     }
 }
 
 @media(min-width:1024px) and (max-width:1199px) {
     .navbar-inverse .navbar-nav > li {
         padding: 0 8px;
     }
     .navbar-inverse .navbar-nav > li > a {
         font-size: 13px;
     }
 }
 
 @media(min-width:992px) and (max-width:1023px) {
     .navbar-inverse .navbar-nav > li {
         padding: 0 5px;
     }
     .navbar-inverse .navbar-nav > li > a {
         font-size: 13px;
     }
     .footerContainer img {
         width: 100%;
     }
 }
 
 @media(min-width:768px) and (max-width:991px) {
     .navbar-inverse .navbar-nav > li {
         padding: 0 5px;
     }
     .navbar-nav.navbar-center {
         position: relative;
         left: 0;
         top: 8px;
         transform: translatex(0);
     }
     .navbar-inverse .navbar-nav > li > a {
         font-size: 13px;
     }
     .carousel-caption {
         width: 80%;
     }
     .carousel-caption h3 {
         font-size: 32px;
         line-height: 40px;
     }
     .footerContainer {
         font-size: 12px;
     }
     .footerContainer img {
         width: 100%;
     }
     .tab-content img {
         width: auto;
     }
 }
 
 @media(max-width:767px) {
     .block.bannerContainer,
     .innerBanner {
         height: auto;
     }
     .bannerTxt h3 {
         font-size: 20px;
         line-height: 20px;
     }
     .bannerTxt {
         top: 25%;
         font-size: 20px;
     }
     .pull-right {
         float: left !important;
     }
     .carousel-control img {
         max-width: 50px;
     }
     .carousel-caption {
         width: 85%;
     }
     .carousel-caption h3 {
         font-size: 20px;
         line-height: 20px;
         text-shadow: 2px 1px 3px rgba(0, 0, 0);
     }
     .footerContainer .flex {
         display: block;
     }
     .footerContainer a {
         text-align: left;
     }
     .navbar-toggle {
         float: left;
         margin-right: 0px;
         margin-left: 10px;
     }
     .navbar-inverse .navbar-toggle {
         border-color: transparent;
     }
     .navbar-nav.navbar-center {
         position: static;
         left: 0;
         top: 0px;
         transform: translatex(0);
     }
     .navbar-inverse .navbar-toggle:focus,
     .navbar-inverse .navbar-toggle:hover {
         background-color: #fff;
     }
     .navbar-inverse .navbar-toggle .icon-bar {
         background-color: #154074;
     }
     .social-meida img {
         width: 30px;
         float: left;
     }
     .footerContainer img {
         width: auto;
     }
     .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
     .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
         color: #000;
         background-color: transparent;
     }
 }
 
 @media(max-width:480px) {
     .carousel-control {
         top: 22%;
     }
     .productList ul li {
         width: 100%;
     }
     .productList ul li a {
         width: 100%;
         float: left;
         padding: 5px 8px;
         border-right: 0;
         border-bottom: 1px solid #aba7a7;
     }
     .navbar-brand {
         height: auto;
     }
 }
 
 @media(max-width:400px) {
     .navbar-brand > img {
         max-width: 65px;
     }
     .navbar-brand {
         height: auto;
     }
     .navbar-inverse .navbar-brand {
         font-size: 19px;
         padding: 0;
     }
 }