body{
	font-family: 'Roboto', sans-serif;
    --BlueColor: #004998;
    --DarkBlueColor: #003e81;
    --LightBg:#f7f7f7;
    --headingColor:#242424;
    --textcolor:#858585;
    color: #434243;
}

button{
    outline: none !important;
    transition-duration: 0.3s;
}

p{
    font-size: 16px;
    line-height: 28px;
    color: #434243;
}

a{
    outline: none !important;
    transition-duration: 0.3s;
}

h1,h2,h3,h4,h5,h6{
    color: var(--headingColor);
    padding: 0;
    margin: 0;
}


@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-top: 25px;
        width: 300px;
        height: 100%;
		z-index:1050;
		background-color:rgba(0,73,152,0.94);
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    }

    .navbar-collapse.collapsing {
        right: -300px;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out;
    }
	
	.navbar-light .close_btn{
		color:var(--BlueColor) !important;
		right:0px;
		top:0px !important;
		margin-left:-20px;
		background-color:#cdab81;
		width:40px;
		height:40px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	
	.menu-wrapper .navbar .navbar-nav a{
		color:#5d2701 !important;
	}
	
	.menu-wrapper .navbar .navbar-nav {
		margin-top:50px;
	}
	
	.menu-wrapper .navbar .navbar-nav a{
		padding:0px 10px !important;
		line-height:40px !important;
	}
	
	.menu-wrapper .navbar .dropdown .dropdown-menu{
		padding:10px 10px !important;
	}

    .header-bar .navbar .nav-item{
        border-left: none !important;
        border-bottom: 1px dashed #2f6bab;
    }

    .header-bar .navbar .nav-item .nav-link{
        text-align: center;
        padding: 0px 0px;
        color: #fff !important;
        font-weight: 500;
    }

    .navbar-light .navbar-toggler{
        border-color: rgba(255,255,255,0.5);
        color: rgba(255,255,255,0.5);
        margin-top: 6px;
    }
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


.footer-wrapper{
    width: 100%;
    min-height: 55px;
    border-top: 1px solid #d0d0d0;
    color: #fff;
    font-size: 14px;
    padding-top: 13px;
    float: left;
}

.footer-wrapper p{
    font-size: 14px;
    color: #7f7f7f;
    padding: 0;
    margin: 0;
}

.footer-wrapper p a{
    color: #7f7f7f;
    text-decoration: none;
}

.footer-wrapper p a:hover{
    color: var(--BlueColor);
}

.footer-wrapper .col-lg-6:last-child p{
    text-align: right;
}

.page-wrapper{
    width: 100%;
    min-height: 100vh;
    margin-bottom: -55px;
}

.header-bar{
    width: 100%;
    height: 45px;
    z-index: 1030;
    background: var(--BlueColor);
    position: fixed;
    top: 0px;
    left: 0px;
}


.header-bar{
    width: 100%;
    height: 45px;
    z-index: 1030;
    background: var(--BlueColor);
    position: fixed;
    top: 0px;
    left: 0px;
}

.header-bar .col-lg-4 .btn-group{
    float: right;
}

.header-bar .col-lg-4 .btn-group .dropbtn{
    background: none;
    outline: none;
    border: none;
    color: #cdcfd8;
    font-size: 14px;
    line-height: 45px;
}

.dropdown-item{
    font-size: 14px;
    padding: 3px 10px;
}

.dropdown-item:hover{
    background: var(--BlueColor);
    color: #fff;
}


.header-bar .navbar{
    background: none !important;
    padding: 0px !important;
}

.header-bar .navbar .nav-item{
    padding: 0px 0px;
    border-left: 1px solid #2f6bab;
}

.header-bar .navbar .nav-item .nav-link{
    padding: 0px 20px;
    margin: 0;
    
    color: #cdcfd8;
    font-size: 14px;
    line-height: 45px;
}

.header-bar .navbar .nav-item:first-child{
    border-left: none;
}

.header-bar .navbar .nav-item .nav-link:focus,
.header-bar .navbar .nav-item .nav-link:hover{
    color: #fff;
    background: var(--DarkBlueColor)
}

.home-banner-img{
    
    display: table-cell;
    vertical-align: middle;
}

.home-banner-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}


.homepage-wrapper .col-lg-5{
    height: 100vh;
    display: table;
    vertical-align: middle;
}

.homepage-wrapper .home-banner-img span{
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border-top-right-radius: 15px;
    overflow: hidden;
    float: right;
}

.homepage-wrapper .container{
    position: relative;
}

.homepage-wrapper .container:after{
    width: 2000px;
    height: 100%;
    background: url(../img/bg.jpg) bottom right no-repeat #e7edf3;
    content: '';
    position: absolute;
    top: 0px;
    right: 205px;
    z-index: -1;
    border-bottom-right-radius: 150px;
}

.homepage-wrapper{
    width: 100%;
    overflow: hidden;
}

.homepage-wrapper .col-lg-7{
    display: table;
    padding-top: 60px;
}

.homepage-wrapper .col-lg-7 span{
    display: table-cell;
    vertical-align: middle;
}

.homepage-wrapper .col-lg-7 h2{
    color: var(--BlueColor);
    font-size: 48px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: normal;

}

.homepage-wrapper .col-lg-7 h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 30px 0px;
    font-size: 18px;
    color: #535353;
}

.homepage-wrapper .col-lg-7 .home-btns{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    background: rgba(255,255,255,0.9);
    border: none;
    outline: none;
    border-radius: 3px;
    height: 150px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
}

.homepage-wrapper .col-lg-7 .home-btns h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #171717;
    font-weight: 500;
}

.homepage-wrapper .col-lg-7 .row{
    margin-left: -5px;
    margin-right: -5px;
}

.homepage-wrapper .col-lg-7 .row .col-lg-4,
.homepage-wrapper .col-lg-7 .row .col-lg-8{
    padding-left: 5px;
    padding-right: 5px;
}

.homepage-wrapper .col-lg-7 .select-div{
    width: 100%;
    padding: 0px 160px 0px 10px;
    margin: 8px 0px 0px 0px;
    background: rgba(255,255,255,0.9);
    border: none;
    outline: none;
    border-radius: 3px;
    height: 50px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    position: relative;
    display: none;
    visibility: hidden;
}

.viewregion{
    display: block !important;
    visibility: visible !important;
}

.homepage-wrapper .col-lg-7 .select-div button{
    width: 125px;
    height: 36px;
    border-radius: 3px;
    background: var(--BlueColor);
    color: #fff;
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    
    outline: none;
}

.homepage-wrapper .col-lg-7 .home-btns font{
    width: 76px;
    height: 76px;
    display: inline-block;
    margin-bottom: 5px;
    background: url(../img/home-icon.png) no-repeat;
    transition-duration: 0.3s;
}

.homepage-wrapper .col-lg-7 .col-lg-4:nth-child(2) .home-btns font{
    background-position-x: -76px;
}

.homepage-wrapper .col-lg-7 .home-btns:hover,
.buttonSelected{
    background: var(--BlueColor) !important;
}

.homepage-wrapper .col-lg-7 .home-btns:hover font,
.buttonSelected font{
    background-position-y: -76px !important;
}

.homepage-wrapper .col-lg-7 .home-btns:hover h6,
.buttonSelected h6{
    color: #fff !important;
}



.homepage-wrapper .col-lg-7 .select-div button:hover{
    background: var(--DarkBlueColor);
}

.homepage-wrapper .col-lg-7 .select-div select{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #171717;
    height: 50px;
    border: none;
    outline: none;
    font-weight: 500;
}

.header-logo{
    width: 406px;
    height: 69px;
    background: url(../img/logo.png);
    position: absolute;
    left: 15px;
    top: 55px;
}

.page-logo{
    width: 406px;
    height: 69px;
    background: url(../img/logo.png);
    position: relative;
    float: left;
    margin-top: 55px;
}

.greyshade-wrap{
    width: 100%;
    background: #eef2f7;
    float: left;
    border-radius: 3px;
    margin-top: 20px;
}

.greyshade-wrap h4{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0;
    background: #e2e9f2;
    color: var(--BlueColor);
    min-height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.shade-content-area{
    width: 100%;
    padding: 15px 20px;
}

.shade-content-area label{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0px 0px 5px 0px;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
}

.shade-content-area input{
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin: 0;
    height: 32px;
    background: none;
    outline: none;
    border: 1px solid #aab5c0;
    border-radius: 3px;
    font-size: 15px;
}

.shade-content-area input:focus{
    border-color: var(--BlueColor);
}

.shade-content-area .col-lg-3{
    padding-top: 5px;
    padding-bottom: 5px;
}

.submit-btn{
    float: left;
    width: 125px;
    height: 36px;
    border-radius: 3px;
    background: var(--BlueColor);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    margin-top: 20px;
    outline: none;
    margin-bottom: 45px;
}

.submit-btn:hover{
    background: var(--DarkBlueColor);
}


/*responsive table style start*/

.table-condensed tr td{
	font-size:15px;
	padding:8px 10px;
	color:var(--headingColor);
}

.table-bordered{
	/*background-color:#00325c;*/
	border:none;
	padding:0px;
}

#no-more-tables{
	color:#333333;
	border:none;
}

.table-bordered td, .table-bordered th{
	border:none;
}

#no-more-tables tbody tr:nth-of-type(odd) {
	background-color: #e8eef5;
}

.table-header{
	text-transform:uppercase;
	background-color: var(--BlueColor);
	color:#FFFFFF;
	font-size:14px;
}

#no-more-tables thead td, 
#no-more-tables thead th{
	padding:8px 10px;
	font-weight:700;
}


@media only screen and (max-width: 800px) {
    
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { 
		padding:0px 0px;
	}
 
	#no-more-tables td { 
		border: none;
		border-bottom: 1px solid #c6c6c6; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
		color:var();
		min-height:38px;
	}
	
	#no-more-tables td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	#no-more-tables td:before { content: attr(data-title); }
	
	#no-more-tables tbody tr:nth-of-type(odd) {
		background-color: #e8eef5 !important;
	}

    #no-more-tables tr:nth-of-type(odd) td:nth-child(3),
    #no-more-tables tr:nth-of-type(odd) td:nth-child(4),
    #no-more-tables tr:nth-of-type(odd) td:nth-child(5),
    #no-more-tables tr:nth-of-type(odd) td:nth-child(6){
        background: #e8eef5 !important;
    }

    #no-more-tables tr:nth-of-type(even) td:nth-child(3),
    #no-more-tables tr:nth-of-type(even) td:nth-child(4),
    #no-more-tables tr:nth-of-type(even) td:nth-child(5),
    #no-more-tables tr:nth-of-type(even) td:nth-child(6){
        background: #fff;
    } 
}
/*responsive table style end*/


#no-more-tables tr td:nth-child(3){
    background: #ffe7e7;
}

#no-more-tables tr:nth-child(odd) td:nth-child(3){
    background: #ffdfdf;
}

#no-more-tables tr td:nth-child(4){
    background: #e9f7eb;
}

#no-more-tables tr:nth-child(odd) td:nth-child(4){
    background: #d7edda;
}

#no-more-tables tr td:nth-child(5){
    background: #e4efff;
}

#no-more-tables tr:nth-child(odd) td:nth-child(5){
    background: #cfdff6;
}

#no-more-tables tr td:nth-child(6){
    background: #edebfb;
}

#no-more-tables tr:nth-child(odd) td:nth-child(6){
    background: #e0def6;
}


#no-more-tables tr th:nth-child(3){
    background: #fd5d5d;
}

#no-more-tables tr th:nth-child(4){
    background: #6bcb77;
}

#no-more-tables tr th:nth-child(5){
    background: #4d96ff;
}

#no-more-tables tr th:nth-child(6){
    background: #8479e1;
}

#no-more-tables .row .col-6{
    padding-left: 2px;
    padding-right: 2px;
}

#no-more-tables .row{
    margin-left: -2px;
    margin-right: -2px;
}

#no-more-tables select,
#no-more-tables select{
    font-size: 14px;
    height: 30px;
    background: none;
    border-color: rgba(0,0,0,0.20);
    width: 100%;
    padding-left: 5px;
    border-radius: 3px;
    outline: none;
}

#no-more-tables label{
    color: var(--headingColor);
    font-size: 13px;
}

#no-more-tables{
    width: 100%;
}


.getquote-btn .col-lg-2{
    padding-left: 5px;
    padding-right: 5px;
}

.getquote-btn .row{
    margin-left: -5px;
    margin-right: -5px;
}

.vat-tax{
    color: var(--textcolor);
    font-size: 15px;
    padding: 0;
    margin: 20px 0px;
    line-height: 18px;
}


.blue-btn{
    width: 100%;
    height: 34px;
    background: var(--BlueColor);
    color: #fff;
    border-radius: 3px;
    border: none;
    font-size: 15px;
    margin-top: 3px;
}

.blue-btn:hover{
    background: var(--DarkBlueColor);
}

.product-page h3{
    width: 100%;
    padding: 0;
    margin: 20px 0px 10px 0px;
    text-align: left;
    font-size: 20px;
    color: var(--BlueColor);
    position: relative;
}

.product-page .col-lg-4 label{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0px 0px 5px 0px;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
}

.product-page .col-lg-4 input,
.product-page .col-lg-4 select{
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin: 0;
    height: 32px;
    background: none;
    outline: none;
    border: 1px solid #aab5c0;
    border-radius: 3px;
    font-size: 15px;
}

.product-page .col-lg-4 input:focus,
.product-page .col-lg-4 select:focus{
    border-color: var(--BlueColor);
}

.product-page .col-lg-4{
    padding-bottom: 15px;
}

.product-page{
    padding-bottom: 85px;
}

.product-page .select-btn{
    width: 100%;
    height: 34px;
    background: var(--BlueColor);
    color: #fff;
    border-radius: 3px;
    border: none;
    font-size: 15px;
    margin-top: 3px;
}

#no-more-tables tr td:nth-child(3) .select-btn{
    background: #fd5d5d;
}

#no-more-tables tr td:nth-child(3) .select-btn:hover{
    background: #f04848;
}

#no-more-tables tr td:nth-child(4) .select-btn{
    background: #6bcb77;
}

#no-more-tables tr td:nth-child(4) .select-btn:hover{
    background: #57be64;
}

#no-more-tables tr td:nth-child(5) .select-btn{
    background: #4d96ff;
}

#no-more-tables tr td:nth-child(5) .select-btn:hover{
    background: #3b86f2;
}

#no-more-tables tr td:nth-child(6) .select-btn{
    background: #8479e1;
}

#no-more-tables tr td:nth-child(6) .select-btn:hover{
    background: #7165d3;
}



@media screen and (max-width: 1024px) {
    .homepage-wrapper .col-lg-7,
    .homepage-wrapper .col-lg-5{
        display: -webkit-box;
    }
}

@media screen and (max-width: 980px) {
    .homepage-wrapper .col-lg-7,
    .homepage-wrapper .col-lg-5{
        height: auto;
    }

    .home-banner-img{
        width: 100%;
        display: block;
        position: relative;
    }

    .home-banner-img span{
        display: inline-block;
        position: relative;
        right: 50%;
        margin-right: -200px;
        border-top-left-radius: 15px !important;
    }

    .homepage-wrapper .col-lg-7 span{
        width: 100%;
        display: block;
    }

    .homepage-wrapper .container:after{
        display: none;
        visibility: hidden;
    }

    .homepage-wrapper{
        background: #ebf1f7;
    }

    .homepage-wrapper .col-lg-5{
        margin-top: 45px;
    }

    .homepage-wrapper .col-lg-7{
        padding-top: 150px;
    }
    .homepage-wrapper .col-lg-7 h2,
    .homepage-wrapper .col-lg-7 h6{
        width: 100%;
        text-align: center;
    }

    .header-logo{
        left: 50%;
        margin-left: -202px;
    }
}

@media screen and (max-width: 520px) {
	.header-logo{
        width: 350px;
        margin-left: -175px;
        height: 59px;
        background-size: 100%;
    }

    .page-logo{
        width: 350px;
        height: 59px;
        background-size: 100%;
    }

    .homepage-wrapper .col-lg-7 h2{
        font-size: 38px;
    }

    .homepage-wrapper .col-lg-7 h6{
        font-size: 15px;
        margin-bottom: 20px;
    }

    .homepage-wrapper .home-banner-img span{
        width: 100%;
        height: auto;
        border-radius: 0px !important;
        right: 0px;
        margin-right: 0px;
    }

    .homepage-wrapper .home-banner-img span img{
        height: auto;
    }

    .page-wrapper{
        margin-bottom: 0px;
    }

    .footer-wrapper p,
    .footer-wrapper .col-lg-6:last-child p{
        width: 100% !important;
        text-align: center;
    }

    .footer-wrapper{
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 240px) {
	
}