@font-face {
    font-family: "Frutiger";
    src: url(../fonts/Frutiger.ttf);
	font-display:swap ;
}

@font-face {
    font-family: "Frutiger_bold";
    src: url(../fonts/Frutiger_bold.ttf);
	font-display:swap ;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #f3f3f3;
}

* {
    font-family: "Frutiger";
	font-display:swap ;
}

.icon150{background-image:url(../images/150-logo.png) !important; background-size: 100px !important;  background-repeat: no-repeat !important;  padding: 45px 10px 45px 120px !important; background-position:10px center !important}

.socialMedia{ padding-right:30px}
.socialMedia a:link,.socialMedia a:visited{ width:40px; height:40px; display:inline-block}
.facebook:link,.facebook:visited{ background:url(../images/social-media-icons1.svg) -50px top;}
.youtube:link,.youtube:visited{ background:url(../images/social-media-icons1.svg);}
.instagram:link,.instagram:visited{ background:url(../images/social-media-icons1.svg) -100px top;}
.linkedin:link,.linkedin:visited{ background:url(../images/social-media-icons1.svg) -152px top;}
.hideOnMobileDevice{}

	.desktopImg{ display:inline}
	.mobileImg{ display:block}
.callNowIcon{ background:url(../images/Call.png) no-repeat; background-size: 25px;  padding-left: 20px;  background-position: left 6px;}
p.callTime{color: #fff !important;font-size: 12px !important; padding-left:20px !important; margin-bottom:0 !important}
.text-center{ padding-bottom:30px !important}
.bx-wrapper img,.bxslider,.topBanner{ width:100%; }
.topBanner{ float:left}
h1.tagline{background: rgba(255,255,255,0.8);padding: 10px 20px;display: table;margin: 0 auto;}

.img100 {
    width: 100%;
}

.padding0 {
    padding: 0;
}

.height100 {
    height: 100%;
    object-fit: cover;
}

P {
    color: #616261;
}

.error {
    color: red;
    font-size: 15px;
    font-weight: 100;
}


/************************** Header Section **************************/

.navbar-brand>img {
    width: 75%;
}

.hero-image {
    background-image: url(../images/banner.jpg);
    height: calc(100vh - 180px);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Frutiger_bold";
}

.banner-txt {
    position: absolute;
    top: 10vw;
    color: #fff;
    width: 100%;
}

.hero-text h1 {
    font-size: 40px;
    text-align: center;
}

.hero-text ul li {
    display: inline-block;
    list-style-type: none;
}

.banner-txt a {
    border: 1px solid transparent;
    outline: 0;
    padding: 10px 35px;
    margin: 20px;
    border-radius: 10px;
    font-size: 22px;
    color: #346699;
    background-color: #ffffff;
    text-align: center;
    min-width: auto;
    text-transform: uppercase;
}

.banner-txt a.focus,
.banner-txt a:focus,
.banner-txt a:hover,
.banner-txt a:active,
.banner-txt a:active:focus {
    background-color: #346699;
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
}

.hero-text a:hover {
    background-color: #555;
    color: white;
}

.mynav {
    margin: 0;
    background: #346699;
    padding: 0;
}

.navbar-nav {
    /*padding: 36px;*/
}

.navbar-nav>li:last-child {
    border: none;
}

.mynav .navbar-brand {
    padding: 0;
}

.nav-logo {
    margin-top: -12px;
}

.navbar-right {
    margin-right: 10%;
    padding: 12px 3.1vh;
}

header.header-section {
    position: absolute;
    width: 100%;
}

.mynav ul li a {
    color: #fff !important;
    font-size: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.navbar-nav>.active>a {
    background-color: transparent !important;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 5px 0px;
    margin: 0 20px;
}

.form-div {
    background-color: #346699;
    border-top: 1px solid #fff;
    padding-top: 10px;
}
.form-div #cont_form {
    display: flex;
    width: 100%;
    margin: 0;
}
.form-div #cont_form .form-group {
    width: 100%;
    /*padding: 0 10px;*/
    padding: 0 5px;
}
.form-div .form-group input {
    background: transparent;
    border: 1px solid #fff;
    padding: 20px;
}

.form-div .form-group input::placeholder {
    color: #fff;
    font-size: 16px;
}

.btn-submit button {
    padding: 7px 40px;
    background-color: #fff;
    color: #346699;
    border: 1px solid #346699;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Frutiger_bold";
}

.btn-submit button:hover {
    background-color: #346699;
    color: #fff;
    border: 1px solid #fff;
}

.form-div .form-control {
    color: #fff;
}


/*------------------------------Home Page START------------------------------*/


/************************** Info Section **************************/

.info-sec {
    text-align: justify;
    text-align-last: center;
    margin-top: 20px;
    margin-bottom: 80px;
}

.info-sec h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "TwCenMT Bold";
    color: rgb(10, 19, 48);
    line-height: 1.2;
}

.info-sec p {
    font-size: 20px;
    color: #717171;
}

.info-sec p:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 60px;
    left: 48%;
    margin: 20px 0;
    border: 1.5px solid #000;
    border-radius: 4px;
}

.info-sec p span {
    font-family: "TwCenMT Bold";
    text-transform: uppercase;
    color: rgb(10, 19, 48);
}


/************************** Luminor Lites Section **************************/

.text-left h2 {
    font-size: 36px;
    color: rgb(10, 19, 48);
    line-height: 1.2;
    background-color: #ccc;
    display: inline-block;
    padding: 5px 20px;
    margin: 30px 0px;
    font-family: "TwCenMT Bold";
    min-width: 320px;
}

.text-right h2 {
    font-size: 36px;
    color: rgb(10, 19, 48);
    line-height: 1.2;
    background-color: #ccc;
    display: inline-block;
    padding: 5px 60px;
    margin: 40px -40px;
    font-family: "TwCenMT Bold";
    min-width: 320px;
}

.text-left h2:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 60px;
    margin: 30px 37%;
    border: 1.5px solid #000;
    border-radius: 4px;
}

.text-right h2:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 60px;
    margin: 40px 0px;
    border: 1.5px solid #000;
    border-radius: 4px;
}

.text-left {
    line-height: 1.5;
    color: rgb(10, 19, 48);
    line-height: 1.5;
    text-align: justify;
    text-align-last: right;
}

.text-right {
    line-height: 1.5;
    color: rgb(10, 19, 48);
    line-height: 1.5;
    text-align: justify;
    text-align-last: left;
}

.lite-img2 {
    z-index: 1;
    position: relative;
}

.lum-lites-sec p span {
    color: #0a1330;
    font-family: "TwCenMT Bold";
}

.lum-lites-sec p {
    font-size: 20px;
    line-height: 1.7;
    margin: 0px 20px;
}


/************************** service Section **************************/

.service-sec {
    margin-top: 60px;
}

.service-sec h2 {
    text-align: center;
    background-color: rgb(10, 19, 48);
    color: #fff;
    padding: 50px;
    font-size: 27px;
}


/************************** product Section **************************/

.product-sec {
    text-align: center;
}

.product-sec .row div {
    border: 1px solid #ccc;
}

.product-sec h2 {
    padding: 70px;
    font-size: 45px;
    font-family: "TwCenMT Bold";
    margin-top: 0;
    color: rgb(10, 19, 48);
}

.product-sec h2:after {
    content: ' ';
    position: absolute;
    display: block;
    width: 60px;
    margin: 20px 35%;
    border: 1.5px solid #000;
    border-radius: 4px;
}

.product-sec h3 {
    background-color: rgb(10, 19, 48);
    color: #fff;
    padding: 10px;
    margin: 0px -15px 0px -15px;
}

a.btn.btn-default.more-prod {
    color: #fff;
    background-color: rgb(10, 19, 48);
    border-radius: initial;
    margin: 30px;
    font-size: 18px;
    padding: 10px 30px;
    font-family: "calibri";
    font-family: "TwCenMT Bold";
    font-weight: 400;
}

.product-sec img {
    margin: 0 auto;
}


/*.remain_dom , .remain_agree{
    position: relative;
    padding-top: 50px;
}

.remain_dom:before , .remain_agree:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(-90deg, #F3F3F2, #33669a,#33669a,#33669a,#f3f3f3);
    top: 0;
}*/


/*------------------------------Home Page END------------------------------*/


/*------------------------------Product Page START------------------------------*/

.width-100 {
    width: 100%;
}

.product-specification h2 {
    font-size: 40px;
    color: #346699;
    text-transform: uppercase;
    font-family: "Frutiger_bold";
}

.product-specification span {
    font-size: 20px;
    color: #717171;
    line-height: 1.5;
}

.product-img img {
    border: 1px solid rgb(226, 226, 226);
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid #33669a;
}

.product-list-sec h3 {
    font-size: 21px;
    font-family: "Frutiger_bold";
    text-transform: uppercase;
    color: #346699;
    margin: 10px 0 20px;
    text-align: left;
}

.flex-model {
    margin-right: -15px;
    margin-left: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: stretch;
}

.product-details p {
    font-size: 17px;
    color: #616261;
    line-height: 1.2;
    text-align: justify;
    padding: 10px 0;
}

.product-content {
    padding: 20px;
    background-color: #fff;
    text-align: center;
    height: 100%;
    border-bottom: 50px solid #f3f3f3;
    position: relative;
    padding-bottom: 70px;
}

.btn-enq {
    display: inline-block;
    position: absolute;
    left: 13px;
    transform: none;
    bottom: 20px;
}
.btn{ padding:5px 10px !important}

.btn-enq a {
    font-size: 18px;
    background-color: #33669a;
    border: 2px solid #93b2dd;
}

.btn-info:hover {
    color: #33669a;
    background-color: #fff;
    border-color: #33669a;
}


/*------------------------------Product Page END------------------------------*/


/*------------------------------Product Detail Page START------------------------------*/

.product-det-sec .inner-div1 {
    padding: 0;
    border-width: 1px;
    border-color: rgb(43, 59, 92);
    border-style: solid;
}

.product-det-sec .inner-div2 {
    border-width: 1px;
    border-color: rgb(43, 59, 92);
    border-style: solid;
    border-left: none;
    background-color: rgb(230, 228, 228);
    height: 425px;
}

.product-det-sec .row {
    margin: 50px 0;
}

.product-det-sec .inner-div2 h3 {
    font-size: 26px;
    font-family: "TwCenMT Bold";
    color: rgb(43, 59, 92);
    line-height: 1.2;
    padding: 0 30px;
}

table {
    width: 100%;
    margin: 30px 0;
}

table,
th,
td {
    border-collapse: collapse;
}

th,
td {
    padding: 5px;
    text-align: center;
}

table tr td,
table tr th {
    font-size: 13.225px;
    font-family: "Myriad Pro";
    color: rgb(10, 19, 48);
    line-height: 3;
    text-align: center;
    -moz-transform: matrix(1.6057951102855, 0, 0, 1.6057951102855, 0, 0);
    -webkit-transform: matrix(1.6057951102855, 0, 0, 1.6057951102855, 0, 0);
    -ms-transform: matrix(1.6057951102855, 0, 0, 1.6057951102855, 0, 0);
}


/*------------------------------Product Detail Page END------------------------------*/


/************************** Footer Section **************************/

footer {
    color: #fff;
    background-color: #306293;
}

footer ul li {
    display: inline-block;
}
footer .bottom-text {
    border-top: 2px solid #6c9cc9;
    border-bottom: 2px solid #6c9cc9;
}

footer p {
    font-size: 16px;
    color: #fff;
}

footer a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

footer a:hover {
    text-decoration: none;
    color: #6e91bb;
}

footer .logo {
    position: relative;
    margin: 0 auto;
    padding: 30px;
}

footer .copyright {
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
}

footer .copyright a {
    color: #fff;
}


/************************** Pop Up Form **************************/

.modal-content input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.modal-content button {
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    cursor: pointer;
    width: 100%;
    font-size: 20px;
    background-color: #33669a;
    border: 2px solid #93b2dd;
}

.modal-content button:hover {
    opacity: 0.8;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
    width: 80%;
}

span.psw {
    float: right;
    padding-top: 16px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 3px solid #33669a;
    width: 50%;
}

.close {
    position: absolute;
    right: 20px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
	.hideOnMobileDevice{ display:none}
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #a9b3cc;
    color: white;
    cursor: pointer;
    display: inline-block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
}

#myBtn:hover {
    background-color: #f3f3f3;
    border: 2px solid #33669a;
}

#myBtn:after {
    content: '';
    display: inline-block;
    margin-top: 1em;
    width: 1em;
    height: 1em;
    border-top: 0.3em solid #306293;
    border-right: 0.3em solid #306293;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#citylist {
    cursor: pointer;
}

/*New CSS*/
.complimentary-pass {
    display: none;
}
.complimentary-pass a {
    position: absolute;
    right: -107px;
    top: 45%;
    z-index: 1000;
    font-size: 23px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    background-color: #0b9444;
    padding: 10px 20px 35px;
    height: 0px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.complimentary-pass a:hover {
    background-color: #fff;
    cursor: pointer;
    color: #0b9444;
    border: 1px solid #0b9444;
}
#cont_form #pass_state {
    background: transparent;
    border: 1px solid #fff;
    /*padding: 20px;*/
    height: 40px;
}

.appl {
    background: transparent!important;
    border: 1px solid #fff!important;
    /*padding: 20px;*/
    height: 40px!important;
}
.appl option {
    color: #555;
}


#dealer_form #pass_state, 
#enq_form #pass_state {
    font-size: 16px;
    height: 50px;
    border-radius: 0;
    margin: 8px 0 8px;
}
#cont_form #pass_state option {
    color: #555;
}
/*#complimentary_pass_form h3 {
    margin-left: 10px;

}*/
/************************** Responsive **************************/
@media (max-width:1440px) {
    .navbar-brand>img {
        width: 66%;
    }
}

@media (max-width:1024px) {
    .hero-image {
        height: 400px;
    }
    .hero-text h1 {
        font-size: 28px;
    }
    .banner-txt a {
        font-size: 16px;
    }
    .hero-text button {
        padding: 10px 20px;
        font-size: 16px;
		    }
    .product-specification h2 {
        font-size: 26px;
    }
    .product-details p {
        font-size: 14px;
    }
    .btn-enq a {
        font-size: 15px;margin: 2px;
    }
}


@media screen and (max-width:1250px) {
	.container{ width:90%}
	
}



@media (max-width:991px) {

    .mynav ul li a {
        font-size: 15px;
        margin: 0 0px;
    }
    .navbar-nav>li {
        display: inline-block;
    }
    .navbar-nav {
        padding: 0;
        margin-top: 12px;
    }
    .navbar-brand>img {
        max-width: 47%;
    }
    .pro-det-4 {
        height: 110px;
    }
    .info-sec {
        margin-bottom: 40px;
    }
    .info-sec p:after {
        left: 47%;
    }
    .info-sec h2 {
        font-size: 30px;
    }
    .btn-submit button {
        width: 100%;
    }
    .text-left h2,
    .text-right h2 {
        min-width: 230px;
        font-size: 20px;
    }
    .info-sec p,
    .lum-lites-sec p {
        font-size: 15px;
    }
    .service-sec h2 {
        padding: 30px;
        font-size: 20px;
    }
    .service-sec {
        margin-top: 20px;
    }
    .product-sec h2 {
        font-size: 30px;
    }
    .product-sec h2:after {
        margin: 10px 30%;
    }
    .product-sec h2 {
        padding: 30px;
    }
    .text-left h2:after {
        margin: 20px 35%;
    }
    .height100 {
        height: 320px;
    }
    .form-div #cont_form {
        display: block;
    }
}
@media screen and (max-width:790px) 

{.banner-txt{ position:relative !important; top:auto !important}
	
	h1.topTxt,.banner-txt h1.tagline{ margin-top:10px !important;}
	.h1, h1{ font-size:18px!important;}
	.banner-txt h1.tagline{ margin-top:0}
	
    .hero-text h1 {
        font-size: 20px;
    }
	
	.col-md-4.col-sm-6.filter.domestic,.col-md-4.col-sm-6.filter.agricultural{ padding:10px 0}
	
	}

@media (max-width:767px) {
	.hideOnMobileDevice{ display:none}
	.banner-txt{ position:relative}
	
	h1.topTxt{ margin-top:25px;}
	.h1, h1{ font-size:18px;}
	.banner-txt h1.tagline{ margin-top:0}
	
    .hero-text h1 {
        font-size: 20px;
    }
    .hero-image {
        background-image: url("../images/banner-1.jpg");
        /*height: 280px;*/
    }

    .banner-txt h1.tagline {
        font-size: 25px;
    }
    .btn-submit button {
        font-size: 15px;
    }
    .hero-text button {
        margin: 10px;
    }
    .hero-text {
        top: 20%;
    }
    .hero-text button {
        padding: 5px 12px;
        font-size: 14px;
    }
    .navbar-brand>img {
        width: 100%;
    }
    .navbar-nav {
        padding: 0;
        margin-top: -45px;
        float: right;
    }
    .btn-submit button {
        font-size: 15px;
    }
    .product-details {
        /*height: 50px;*/
    }
    .product-content {
        margin-bottom: 20px;
    }

    .modal-content {
        width: 100%;
    }
    .info-sec p,
    .lum-lites-sec p {
        text-align-last: center;
    }
    .text-left,
    .text-right {
        text-align-last: center;
    }
    .text-left h2:after,
    .text-right h2:after {
        display: none;
    }
    .product-specification h2 {
        font-size: 18px;
    }
    .product-specification span {
        font-size: 16px;
    }
    .height100 {
        height: 100%;
        padding: 15px 160px;
    }
    .service-sec h2 {
        padding: 10px;
        font-size: 15px;
        margin: 0 30px;
    }
    .product-sec h2 {
        padding: 20px;
    }
    .product-sec h2 {
        font-size: 25px;
    }
    .product-sec .row div {
        margin: 10px 30px;
    }
    .complimentary-pass a {
        padding: 10px 10px 26px;
        font-size: 15px;
        right: -63px;
        top: 26%;
    }
	h1.icon150{ padding-left:0 !important}
}




@media (max-width:425px) {
	
	.navbar-brand > img.desktopImg{ display:none !important;}
	.navbar-brand > img.mobileImg{ display:inline !important; width:126px !important; max-width:127px !important; height:50px !important}
	
	.callTopIcon{ margin:-37px 0 0 0}
	p.callTime{color: #fff !important;
    font-size: 10px !important;
    padding-left: 7px !important;
    margin-bottom: 0 !important;}
    .navbar-brand>img {
        max-width: 55%;
    }
    .banner-txt a {
        font-size: 12px;
        padding: 5px;
        margin: 10px;
        min-width: 200px;
    }
    .banner-txt h1.tagline {
        font-size: 20px;background-size: 80px !important;
        margin: 30px auto 0; clear:both;display: inline-block; width:100%;
    }
    .mynav {
        text-align: center;
    }
    .mynav ul li a {
        padding:3px 5px 0 5px;
        font-size: 12px;
    }
    .mynav ul li img {
        max-width: 15px;
    }
    .hero-image {
        height: 280px;
    }
    .product-details {
        /*height: 80px;*/
    }
    .hero-text {
        top: 30%;
    }
    .product-specification h2 {
        font-size: 18px;
    }
    .product-specification span {
        font-size: 15px;
    }
    footer .copyright {
        font-size: 12px;
    }
}
@media (max-width:375px) {
    .navbar-right {
        margin-right: 3%;
    }
    .navbar-brand>img {
        max-width: 62%;
    }
}


