@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400&display=swap');
* {
    scroll-behavior: smooth;
}
                                    /************* globals  ************/

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smooth: antialiased;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}

a {
    font-family: 'Nunito', sans-serif;
    transition: .3s;
}
a:hover {
    text-decoration: none;
}


                        /************   this is product banner of inner all pages  ************/
#product-banner {
    position: relative;
    margin-top: -94px;
    box-shadow: 0 3px 65px #ddd;
    z-index: 0;
    
}

.button.navbar-toggler{
    outline: none;
}

.navbar-brand img {
    padding: 10px;
}
#product-banner .pos {
    height: 425px;
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: -94px;
}


.banner-description {
    position: relative;
    z-index: 100;
    top: 170px;
    border-radius: 20px;
}
/* about us Page  */

/* .about-bg {
    background: url('../images/about-3.jpg') no-repeat center;
    background-size: cover;
    height: 345px;
    width: 100%;
} */


/* contact us page  */
#contact-us {
    background: url('../images/contact-bg.jpg') no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 350px;
    position: relative;
    margin-top: -100px;
}


.contact-des {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-60%);
    text-align: center;
}

.contact-des h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-des p {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300;
}

.contact-form {
    background: url('../images/about-low.png') no-repeat center;;
    background-size: cover;
    padding: 3rem;
}

.form-inline {
    justify-content: space-around !important;

}

.form-inline .form-group {
    width: 30%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

.form-inline .form-group input {
    display: block;
    width: 100%;
    background: transparent;
}

.form-inline .form-group textarea {
    display: block;
    width: 100%;
    background:transparent;
}


.form-inline .text-area {
    display: block;
    width: 97%;
}

.submit-btn {
    border-radius: 10px;
    padding: 1rem 0;
    width: 80% !important;
    border: 1px solid #ddd;
    outline: none;
    display: block !important;
    text-transform: uppercase;
    font-weight: 500;
    background: linear-gradient(to right, #2578af,  #60b1d9) !important;
    color: #fff;
    transition: .4s ease;
}

.submit-btn:hover {
    box-shadow: 0 0 10px rgb(149, 149, 149);
}

.contact-call {
    background: url('../images/contact-call.jpg') no-repeat center;
    background-size: cover;
    padding: 3rem;
    text-align: center;
    color: white;
}

.contact-call a{
    color: white;
}

.contact-call h2, .contact-call h3 {
    text-transform: capitalize;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
/* ending contact us page  */

/* starting support page  */
#support {
    position: relative;
    margin-top: -100px;
    background: url('../images/support-bg.jpg') no-repeat center center;
    background-size: cover;
    height: 350px;
}

/* ending support page  */

/* starting thanks page  */
#thanks {
    position: relative;
    margin-top: -100px;
    background: url('../images/thank-you.jpg') no-repeat center center;
    background-size: cover;
    height: 350px;
}

.interest{
    padding: 60px;
    text-align: center;
}

.interest a{
    color: #0388ca;
}

/* ending thanks page  */

.product3-des {
    position: absolute;
    top: 170px;
    color: #fff !important;
    left: 0;
    padding: 0px 100px 0 8px;
}

.cap {
    border: 1px solid black;
    margin: auto;
    padding: 3rem 4rem 0;
    background: #fff !important;
    border-radius: 10px;
}
.caption {
    font-size: 15px;
}

                                /*************** use this class for h1  **************/
.b-heading {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 38px;
    width: 101%;
}
.b-para {
    color: #fff;
    /* font-weight: 300; */
    font-size: 17px;
    padding-right: 100px;
    text-transform: capitalize;
}

                                /*************** about product section  **************/
.about-img {
    border-radius: 10px;
}
#about-product {
    padding: 15px 2rem 2.5rem 2rem;
    background: #f6f6f6;
}

                                    /* first col  */
.about-h6 {
    color: #2d3436;
    font-size: 20px;
    font-weight: 600;
}

.about-h1 {
    font-weight: 500;
    font-size: 30px;
    font-weight: 600;
}
.products-para {
    font-size: 17px;
    /* margin-top: 36px; */
}

.about-p {
    font-size: 15px;
    margin-top: 20px;
    line-height: 30px;
    text-align: justify;
}
.about-ul {
    list-style: none;
}
.about-ul li{
    margin-top: 10px;
}
.fa-check {
    color: #00d400;
    margin-right: 10px;
}
/* second col  */
.img-wrapper {
    background: #e8e7e7;
    width: 100%;
    border-radius: 20px;
}
.about-img {
    width: 100%;
}
                                    /****************** product  *****************/
#product {
    padding: 1rem;
}
#product .card {
    border: none;
    margin: 2.8rem 0 2rem;
    transition-delay: .4s ease-in-out;
    height: 80%;
}
.view {
    color: #2980b9;
    /* border-bottom: 1px solid #2980b9; */
    border-radius: 40px;
    padding: 6px 14px;
    font-size: 14px;
    transition: .3s;
    font-weight: 600;
    border: 1px solid;
    transition: .5s ;
}

.view:hover {
    background: #2980b9;
    color: #fff;
    border: none;
}
/* second option  */
.view-btn {
    background: #003f50;
    color: white;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    transition: .5s ease;
}
.view-btn:hover {
    color: #fff !important;
    box-shadow: 3px 6px 5px rgb(160, 160, 160);
}

                                /***************shade class  for inner pages  ***************/
                                .pos-inner {
                                    height: auto !important;
                                }
                                .carousel-item{
                                    position: relative;
                                }
                                .pos-caption {
                                    position: absolute;
                                    z-index: 10;
                                    top: 63% !important;
                                    left:50% !important;
                                    right: 0% !important;
                                    transform: translate(-50%,-60%);
                                    height: auto !important;
                                }
                                .pos-caption h1 {
                                    font-size: 28px;
                                    text-transform: capitalize;
                                }

#product .shade {
    filter: drop-shadow(2px 4px 6px #ddd);
    transition: .5s cubic-bezier(0, 0.96, 0.74, 0.81);
    position: relative;
    overflow:hidden;
    transition: .5s ease-in-out;
}
/* #product .shade:before{
    content: '';
    position: absolute;
    top: -300px;
    left: 0;
    height: 150%;
    width: 50%;
    background: #0e0e0e05;
    transform: rotate(230deg);
    transition: 1s ease;
    z-index: 100;
    pointer-events: none
}
#product .shade:hover:before{
    top: 300px;
    left: 80%;
} */
#product .hover:hover {
    box-shadow: 0 0 10px 5px #ddd;
}
#product .card img {
    border: 6px solid #fff;
    width: 100%;
    height: auto;
    transition: .2s ease-in-out;
}
#product .shade:hover img {
    transform: translateY(-15px);
}
#product .shade:hover .font-16 {
    transform: translateY(-17px);
    transition-delay: .8s ease-in-out;
}
#product .card-body {
    height: 100% !important;
}

                                /******************* new design for product showcase *********************/
.silver-bg {
    background: #004883 !important;
    text-align: center;
    filter: drop-shadow(0 0 5px #ddd);
    border: 2px solid #fff;
    transition: .5s ease;
    padding: 7px;
}
.product-gallery {
    border: 3px solid #fff !important;
    box-shadow: 0 0 15px rgb(231, 231, 231);
}
                                 /************** main category page hover effect  ***************/
.pos-hover {
    transition: .5s ease-in-out;
    display: block;
}

.pos-hover:hover .silver-bg {
    background:#2d80c8 !important;
}

.silver-bg h5 {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #efefef;
    height: 15px;
    line-height: 20px;
}
.cs-body {
    background: #fafbff;
    position: relative;
    width: 265px;
    height: 120% !important;
    padding: 20px;
    margin-top: -47px;
    left: 50%;
    transform: translate(-50%,0);
    filter: drop-shadow(0 8px 6px #ddd);
}
.pro-para {
    font-size: 15px;
}
.view {
    color: #2980b9;
    /* border-bottom: 1px solid #2980b9; */
    border-radius: 40px;
    padding: 6px 14px;
    font-size: 14px;
    transition: .3s;
    font-weight: 600;
    border: 1px solid;
    transition: .5s ;
}

.font-16 {
    font-size: 17px !important;
    text-align: center !important;
    transition: .3s ease-in-out;
}

.line-divider {
    margin:30px 0;
}

.breadcrumb {
    background: transparent !important;
    display: flex;
    justify-content: center !important;
    margin: auto !important;
}
.breadcrumb ol {
    margin: auto !important;
}
.breadcrumb .breadcrumb-item a {
    color: #444 !important;
    font-weight: 600;
    text-transform: capitalize;
}
.breadcrumb .breadcrumb-item.active {
    color: #0056b3 !important;
    font-weight: 600;
}
                                /****************** products inner page  *****************/

.s-description {
    color: #000;
}
#s-product {
    position: relative;
    margin-top: -96px;
    box-shadow: 0 0px 10px #b3b1b1;
}
#s-product .inner-caption {
    position: absolute;
    z-index: 1;
    top: 70%;
    transform: translateY(-70%);
}

#overview {
    background: #ffffff;
    padding: 1rem 6rem;
}
.overview-heading {
    color: #000;
    font-size: 45px;
}
.overview-para {
    color: #000;
    font-weight: 300;
    text-align: justify;
    line-height: 28px;
    margin-top: 26px;
    text-transform: capitalize;
}

                                /**************** tab header  ****************/
#tab-header {
    padding: 0rem;
}   
.tab-container{
	width:100%;
	padding: 0;
    margin:10px;
    /* height: 650px; */
}

header {
		position: relative;
}

.hide {
		display: none;
}

.tab-content {
        padding:25px;
}

#material-tabs {
		position: relative;
		display: block;
	    padding:0;
        border-bottom: 1px solid #e0e0e0;
}

#material-tabs>a {
		position: relative;
	 display:inline-block;
		text-decoration: none;
		padding: 22px;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 600;
		color: #424f5a;
		text-align: center;
		outline:none;
}

#material-tabs>a.active {
		font-weight: 700;
		outline:none;
}

#material-tabs>a:not(.active):hover {
		background-color: inherit;
		color: #7c848a;
}

@media only screen and (max-width: 520px) {
		.nav-tabs#material-tabs>li>a {
				font-size: 11px;
		}
}

.yellow-bar {
		position: absolute;
		z-index: 10;
		bottom: 0;
		height: 3px;
		background: #458CFF;
		display: block;
		left: 0;
		transition: left .2s ease;
        -webkit-transition: left .2s ease;
}
#tab1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#tab1 ul li {
    margin-top: 15px;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    display: flex;
    text-transform: capitalize;
}
#tab1 ul li i{
    margin-right: 15px;
    background: linear-gradient(blue,#02c1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float:left;
    margin: 5px 10px;
    font-size: 13px;
}
#tab2 {
    height: 624px;
}
#tab1-tab.active ~ span.yellow-bar {
    left: 0;
    width: 138px;
}

#tab2-tab.active ~ span.yellow-bar {
		left:170px;
		width: 82px;
}

#tab3-tab.active ~ span.yellow-bar {
    left: 300px;
    width: 65px;
}

#tab3-tab.active ~ span.gnss-bar {
    left:13%;
}

#tab2 span i, #tab3 span i {
    font-size: 40px;
    transform: translateY(8px);
    color: red;
}
#tab2 span a, #tab3 span a {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    margin-left: 20px;
    transition: .4s;
}
#tab2 span a:hover, #tab3 span a:hover {
    border-bottom: 1px solid red;
}
/****************ending tab header  ***************/

/* esl page  */
.section:nth-child(even) {
    background: #f6f6f6;
}
.section {
    padding: 3rem;
}
.section img {
    width: 100%;
}
.section button{
    width: 100% !important;
    background: #4ba1d0;
}
.spacing{
    padding: 2rem 0 0;
}
.spacing h6 {
    font-size:12px;
    color:#444;
}
.spacing h2 {
    font-size:28px;
    font-weight: 300;
}
.spacing p {
    font-size:14px;
    color:#444;
    line-height: 1.8rem;
}

/* /_____________about us page_____________/  */
.about-text 
{
    background: url('../images/about-low.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 1rem 5rem 3rem;
}
/*starting responsive of inner pages */
@media (max-width: 2860px){
    .s-description {
    position: absolute;
    top: -490px;
}
}



@media (max-width: 1024px){
    #s-product .product-text {
    top: 180%;
    transform: translate(0%,-180%);
}
}


@media (max-width: 991px){
    #product-banner {
        margin-top: 0px;
    }
    #s-product {
    margin-top: -1px;
}
    #s-product .product-text {
    top: -192%;
    transform: translate(0%,-192%);
}
.s-description h1 {
    font-size: 31px;
}
.b-para {
    font-size: 14px;
}
}


@media (max-width:768px) {
    .pos-caption h1 {
        font-size: 1.7rem;
    }
    .cs-body {
        width: 204px !important;
        height: 191px !important;
    }
    .b-heading {
        font-size: 30px;
    }
    .overview-heading {
        font-size: 32px;
    }
#overview {
    padding: 1rem 2rem;
}
#tab1 ul li i {
    margin: 0 15px 15px;
    float: left;
}

#contact-us, #support {
    margin-top: 0px;
}


}
@media (max-width:767px) {
.cs-body {
    width: 88%!important;
    height: 150% !important;
}

.about-h1 {
    font-size: 25px;
    margin: 30px 0 1px;
    font-weight: 500;
}
#product h1 {
    font-size: 25px;
    margin: 15px 0 0;
}

#product .card {
    height: 88%;
}
.b-heading {
    font-size: 23px;
}
}

@media (max-width: 575px){
   
    /*navbar */
    header nav ul li a.nav-link {
    line-height: 55px !important;
    font-size: 14px;
}
.drop-down {
    top: 214px !important;
}
.pos-caption {
    top: 21% !important;
    left: 50%;
    transform: translate(-50%,-21%);
}
.pos-caption h1 {
    font-size: 1.22rem;
}
.b-heading {
    font-size: 25px;
}
.b-para {
    font-size: 12px;
}
#product {
    padding: 1rem 0 0;
}
.breadcrumb .breadcrumb-item a {
    font-size: 13px;
}
#overview {
    padding: 1rem 1rem;
}
.overview-heading {
    font-size: 32px;
}
.overview-para {
    font-size: 14px;
    text-align: left;  
}
#material-tabs>a {
    font-size: 13px;
}

.tab-content {
    padding: 8px;
}

#tab1 ul li i {
    margin: 0 15px 15px;
    float: left;
}
#tab1 ul li {
    font-size: 13px;
}

footer img {
    width: 25%;
}
.fo-para {
    font-size: 13px;
}
.menu-useful-links li a {
    font-size: 13px;
}

/* about us page  */
.about-text {
    padding: 3rem 1rem;
}


/* contact us page  */

.form-inline .form-group {
    width: 100%;
}
}

@media (max-width: 480px){

.b-para {
    font-size: 11px;
}
}


@media (max-width:425px) {
    header nav ul li a.nav-link {
    font-size: 13px;
}

    .b-heading {
        font-size: 22px;
}
    .b-para {
        font-size: 12px;
}
#about-product {
    padding: 15px 1rem 1rem 1rem;
    background: #f6f6f6;
}
.about-h1 {
    font-size: 20px;
}
.about-p {
    font-size: 13px;
    margin-top: 8px;
}
#product h1 {
    font-size: 25px;
}

#tab2 {
    height:auto !important;
}

/* contact us page  */
.contact-des h1 {
    font-size: 30px;
}

.contact-des p {
    font-size: 14px;
}

.contact-des {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.contact-form {
    padding: 2rem;
}

.contact-call {
    padding: 2rem;
}

.contact-call h2, .contact-call h3 {
    font-size: 24px;
}

footer {
    padding: 2rem 1rem;
}
}

@media (max-width: 375px){
    .carousel-indicators {
        bottom: -15px !important;
    }
    .fa.fa-bars {
        font-size: 24px;
    }
    .b-heading {
        font-size: 18px;
    }
.b-para {
    font-size: 12px;
}
.tab-content {
    padding: 0px;
}
#product .card {
    height: 80%;
}
#tab1 ul li i {
    margin: 0 8px 15px;
    float: left;
    transform: translateY(4px);
}   
#product {
    padding: 0rem;
}
.overview-heading {
    font-size: 30px;
}
#tab1 ul li {
    font-size: 12px;
}
}

@media (max-width:360px){
    .carousel-indicators {
        bottom: -19px !important;
    }

    .pos-caption {
        top: 0% !important;
        left: 50%;
        transform: translate(-50%,-0%);
    }


    .contact-call h2, .contact-call h3 {
        font-size: 20px;
    }
    .b-heading {
        font-size: 16px;
}
}

@media (max-width: 320px){

header nav ul li a.nav-link {
    line-height: 42px !important;
}
.drop-down {
    top: 176px !important;
}
}
.img-wrapper{
    width: 100%;
}
#parking{
    margin-top: 50px;
}
.parking-items h2{
    text-align: center;
    font-weight: bold;
    margin-top: 60px;
}
.parking-items h2 span{
    color: #0056b3;
}

.benefits h3{
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 21px;
    color: #004883;
}
.benefits ul{
    list-style: none;
    padding: 0;
}
.benefits ul li{
    margin-top: 5px;
    display: flex;
}
.benefits ul li i {
    /* background: linear-gradient(blue,#02c1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #004883;
    padding-right: 8px;
    font-size: 16px;
    padding-top: 5px;
}
.benefits ul li p {
    color: #040404;
    font-size: 14px;
    line-height: 27px;
}
.benefits ul li p strong{
    color: #040404;
    font-size: 16px;
}
.benefits-img img {
    width: 100%;
    height: 70%;
    margin-top: 115px;
}
.park-system{
    margin-top: 50px;
}
.points{
    box-shadow: 0 0 10px 0px rgb(235 235 235);
    padding: 28px 0px;
    border-radius: 5px;
    margin-top: 35px;
    text-align: center;
}
.fav{
    background: linear-gradient(188deg, rgba(0,92,167,1) 54%, rgba(42,129,189,1) 75%, rgba(58,144,198,1) 81%, rgba(69,154,204,1) 84%, rgba(117,196,229,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.points i{
    font-size: 36px;
}
.points h4{
    margin-top: 19px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.points ul {
    list-style: none;
    text-align: left;
}
.points ul li{
    line-height: 35px;
}
i.fa-angle-double-right{
    font-size: 12px !important;
    color: #0f0b16;
    padding-right: 4px;
}
.component-main h3{
    text-align: center;
    margin-top: 40px;
}
.component-main h3 strong{
    color: #004883;
}
.components{
    margin-bottom: 70px;
}

.facility{
    background: url(../images/contact-call.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    margin: 60px 0 0 0;
    padding: 33px 0;
    text-align: center;
    
}
.facility-text h3{
    font-size: 22px;
}
.benefits-img img{
    width: 100%;
    height: 70%;
    margin-top: 115px;
}
.facility-text h3{
    font-weight: 600 ;
    margin-top: 17px;
}
.facility-button{
    color: white;
    /* background-color: #fff; */
    height: 40px;
    line-height: 33px;
    text-align: center;
    width: 120px;
    margin-top: 12px;
    border: 2px solid #fff;
    border-radius: 6px;
}
.facility-button a{
    color: #fff;
}
.facility-button a:hover{
    color: #fff;
}
.parking-caption{
    transform: translateY(-81%) !important;
    width: 49%;
}

.price{
    padding-left: 34px;
}
.price h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.price h6{
    font-weight: 600;
    font-size: 18px;
    margin-top: 22px;
}