/*Custom*/

.fontset {
    font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

/*body {
    padding-top: 6.5rem;
}*/

section {
    padding: 0em 0;
}

hr {
    width: 20%;
}

a {
    color: #cb9447;
}

a:hover { 
  color: #fff;
}

p {
    letter-spacing: 1px;
}

.fixed-top {
    background-image: linear-gradient(180deg, black, transparent);
    border-bottom: 1px solid #cb9447;
    padding: 0 2%;
}

#enquire {
	height: 0px;
	width: 85px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#enquire a {
	display: block;
	background:#cb9447;
	height: 52px;
	padding-top: 10px;
	width: 155px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
    border-radius: 5px;
    letter-spacing: 2px;
}

.btn-secondary {
    /*background-color: #cb9447;*/
    background-image: linear-gradient(#ed1c24, #690b0e);
    border-color: #cb9447;
    font-weight: 700;
    letter-spacing: 2px;
}

.hrdark {
    border-top: 1px solid rgb(51, 51, 51);
}

.hrgold {
    border-top: 1px solid rgb(203, 148, 71);
}

#banner {
    /*background-image: url(../img/banner.jpg);*/
    background-position: center top;
    height: auto;
    background-color:#fff110;
}

.banner-text {
    padding-top: 3%;
    font-size: 62px;
    color: #cb9447;
    font-weight: bold;
    letter-spacing: 2px;
}

.banner-text span {
    font-weight: 300;
}

.bg-yellow {
    background-color: #f9af29!important;
    padding: 0.5em 0;
}
text.visible-xs {
    text-align: center;
    margin: 0 auto;
}
.bg-dark {
    background-color: #333!important;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

/*FORM*/
.AcButton1, .AcButton1 ul {
    width: 100%;
    float: left;
    padding: 0;
}

.AcButton1 ul li {
    float: left;
    margin: 0 0 0 0;
    width: 100%;
    list-style: none;
}

.form-overlay {
    /*background-image: url(../img/pms/formbg.jpg);*/
    background-color: #fff;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
}

.form-text{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}

.poc-title h1 {
    display: inline-block;
    font-size: 40px;
    /*border-top: solid 1px #333;
    border-bottom: solid 1px #333;*/
    font-weight: 300;
    /*padding-left: 20px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 2px;
    margin-bottom: 2%;
}

.poc-title h4 {
    letter-spacing: 1px;
}

.poc-title h4 span {
    font-weight: 700;
    color: #cb9447;
}

.dimensiondark {
    background-color: #fcaf17;
    background-repeat: repeat;
}

.dimensionwhite {
    background-color: #fff;
    background-repeat: repeat;
}

.offering {
    
}

.offeringbox {
    background-color: #f3f3f3;
    padding: 30px;
    height: 300px;
    position: relative;
    margin: 1em 0;
    border-radius: 15px;
}

/*.offeringbox h4 {
    padding-bottom: 1em;
}*/

.product {
    display: flex;
    overflow: hidden;
}

.productbox {
    padding: 1em;
    position: relative;
    margin: 1em 0;
    border-radius: 15px;
    border: 1px solid #333;
}

.col-container {
  display: table;
  width: 100%;
}

.col {
  display: table-cell;
  padding: 16px;
  width: 50%;
}

.card-header {
    background-color: #333;
    border-bottom: 3px solid rgb(203, 148, 71);
}

.card-body {
    background-color: #f2f2f2;
    color: #333;
}

footer {
    background-color: #333;
}

.diclaimer-text {
    font-size: 10px;
}

@media only screen and (max-width: 600px) {
    .banner-text {
        padding-top: 15%;
        font-size: 40px;
    }

    .banner-text span {
        font-weight: 300;
    }

    .col { 
        display: block;
        width: 100%;
    }

    .nav-item {
        width: 100%;
    }

    .poc-title h1 {
        font-size: 30px;
    }

    h4 {
        font-size: 1.2rem;
    }

    .offeringbox {
        height: auto;
    }

    #enquire {
	    top: 75%;
    }

}
@media (max-width: 767px) {
.hidden-xs {
	display: none !important;
}
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
.visible-xs {
	display: block !important;
}
table.visible-xs {
	display: table;
}
tr.visible-xs {
	display: table-row !important;
}
th.visible-xs, td.visible-xs {
	display: table-cell !important;
}
