html,body{
	font-family: 'Poppins', sans-serif;
}
.quote-sec h2{
	color:#fff;
	font-size:40px;
	position: relative;
    z-index: 9;
}
.quote-sec h3{
    position:relative;
    z-index:9;
    color:#fff;
    line-height:1.2;
    font-weight:600;
    font-size:25px;
    margin:0;
    color:rgba(255, 249, 249, 0.5);
    margin-top:20px;
}
.quote-sec h3 i{
    vertical-align:top;
    margin-top:3px;
    padding-right:10px;
    color:#fff;
    font-size:30px;
}
.quote-sec h3 span{
    width:380px;
    display:inline-block;
}

.quote-sec{
	position: relative;
}
.quote-sec h2 strong{
    display:inline-block;
    vertical-align:super;
    font-size:18px;
    font-weight:600;
}

.btn:focus{
	outline: none!important;
}
	.quote-sec .man {
    position: fixed;
    z-index: 1;
    bottom:0;
    left:20px;
}
.quote-sec .man img.manonly{
	width: 100%;
	transition: ease-in all 0.9s;
	opacity: 1;
}
.quote-sec .man img.manonly.opened{
	margin-top:0;
	opacity: 1;
}
.quote-sec .col-md-12{
	position: relative;
}
.print-btn-area{
    position:fixed;
    bottom:-2px;
    left:0;
    right:0;
    display:block;
    text-align:center;
    z-index:11;
}
.print-btn-area .btn{
    background:#123456;
    color:#fff;
    padding:5px 12px;
    font-size:18px;
    border-radius:0px;
    background:linear-gradient(to right,#474e54,#474e54);
    border:2px solid #d3af35;
}
.print-btn-area .btn i{
    padding-right:10px;
}
.quote-sec .col-md-12.yellow:before {
    content: '';
    background: #d3af35;
    position: fixed;
    top: -10em;
    bottom: 0em;
    left: -115em;
    right: 0;
    transform: skew(38deg,-24deg) rotate(-5deg);
        height: 149vh;
}
.quote-sec .blk{
	position: relative;
}
.quote-sec .blk .sections {
    float: right;
    margin-top: 6em;
    padding-right: 15px;
    padding-left: 15px;
}
.details{
    position:relative;
    z-index:1;
    padding-left:40px;
}
.details ul{
    position: relative;
    color:#fff;
    vertical-align: middle;
    list-style:none;
    padding-left:0;
    margin-bottom:30px;
    margin-top:30px;
    background: linear-gradient(to right bottom, #d3af3596,#474e54);
    display:inline-block;
    padding:12px;
    padding-top:0;
}
.fa.fa-cogs{
    transition:ease all 0.6s;
}
.details .buttons{
}
.details button{
    background:#e96123;
    color:#fff;
    padding:6px 15px;
    font-size:18px;
    border-radius:10px;
}
.fixed-btn{
    position:fixed;
    display:flex;
    right:0;
    top:0;
    bottom:0;
    align-items:center;
    z-index:11;
}
.fixed-area{
    position:fixed;
    right:0;
    top:0;
    bottom:0;
    width:380px;
    align-items:center;
    z-index: 111111;
    background:url('../img/banner.jpg');
    background-position:top center;
    background-attachment:fixed;
    flex-wrap:wrap;
    overflow-y:scroll;
    margin-right:-380px;
    transition:ease all 0.5s;
}
.fixed-area.opened{
    display:flex;
    margin-right:0;
}
@keyframes showme{
    from{
        transform:translateX(400px);
    }
    to{
        transform:none;
    }
}
@keyframes showmec{
    from{
        transform:translateX(-400px);
    }
    to{
        transform:none;
    }
}
.fixed-area::-webkit-scrollbar{
    display:none;
}
.fixed-area::-moz-scrollbar{
    display:none;
}
.fixed-area .form-area{
    flex:100% 0 1;
    background:rgba(0,0,0,0.5);
    padding:20px 0 15px;
}
.fixed-area .map-area{
    flex:100% 0 1;
    background:rgba(0,0,0,0.5);
    padding:20px 0px;
}
.fixed-area .map-area h3{
    color:#d3af35;
    font-size:18px;
    margin:0;
    margin-bottom:20px;
    font-weight:600;
    text-transform:uppercase;
}
.address-new{
    color:#fff;
    padding:0 15px;
}
.address-new i{
    color:#d3af35;
    padding-right:10px;
    vertical-align: top;
    margin-top:2px;
}
.address-new span{
    width:200px;
    display:inline-block;
}
.fixed-area .form-area label{
    color:#fff;
}
.fixed-area .form-area h3{
    color:#d3af35;
    font-size:18px;
    margin:0;
    margin-bottom:20px;
    font-weight:600;
    text-transform:uppercase;
}
.fixed-area .form-area input, .fixed-area .form-area textarea{
    background:rgba(0,0,0,0.5);
    border:none;
    border-radius:0;
    outline:none;
    resize:none;
    color:#fff;
}
.fixed-area .form-area button{
    background:#d3af35;
}
.fixed-area .form-area input:focus, .fixed-area .form-area textarea:focus{
    outline:none;
    box-shadow:none;
    background:rgba(0,0,0,0.8);
}
.fixed-btn button{
    transform:rotate(90deg);
    background:#d3af35;
    color:#fff;
    font-size:18px;
    border:none;
    padding:12px;
    cursor:pointer;
    margin-right:-2.7em;
    transition:all ease 0.5s;
}
.fixed-btn button.opened{
       margin-right: 18.4em;
}
.fixed-btn button:focus{
    outline:none;
}
@keyframes fliplist{
    from{
        transform:scale(2) rotateY(80deg);
        opacity:0;
    }
    to{
        transform:none;
        opacity:1;
    }
}
@keyframes fliplists{
    from{
        transform:scale(1.5) rotateX(-40deg);
        opacity:0;
    }
    to{
        transform:none;
        opacity:1;
    }
}
.details ul li{
    margin-top:15px;
    font-size:18px;
    font-weight:500;
    opacity:0;
}
.details ul:nth-of-type(2){
    background:transparent;
    margin-top:0;
    text-transform:capitalize;
}
.details ul:nth-of-type(2) li{
    font-size:20px;
}
.details ul:nth-of-type(2) li:before{
    content:'\f059';
    font-family:'FontAwesome';
    padding-right:10px;
    color:#eee;
    filter:drop-shadow(0px 1px 2px #aaa);
}
.details ul:nth-of-type(2) li:first-child{
    animation:fliplists 1s alternate ease 2.1s;
    animation-fill-mode: forwards;
}
.details ul:nth-of-type(2) li:nth-of-type(2){
    animation:fliplists 1s alternate ease 2.4s;
    animation-fill-mode: forwards;
}
.details ul:nth-of-type(2) li:nth-of-type(3){
    animation:fliplists 1s alternate ease 2.7s;
    animation-fill-mode: forwards;
}
.details ul:nth-of-type(2) li:nth-of-type(4){
    animation:fliplists 1s alternate ease 3.0s;
    animation-fill-mode: forwards;
}
.details ul:nth-of-type(2) li:nth-of-type(5){
    animation:fliplists 1s alternate ease 3.3s;
    animation-fill-mode: forwards;
}
.details ul li:first-child{
    animation:fliplist 1s alternate ease;
    animation-fill-mode: forwards;
}
.details ul li:nth-child(2){
    animation:fliplist 1s alternate linear 0.3s;
    animation-fill-mode: forwards;
}
.details ul li:nth-child(3){
    animation:fliplist 1s alternate linear 0.6s;
    animation-fill-mode: forwards;
}
.details ul li:nth-child(4){
    animation:fliplist 1s alternate linear 0.9s;
    animation-fill-mode: forwards;
}
.details ul li:nth-child(5){
    animation:fliplist 1s alternate linear 1.2s;
    animation-fill-mode: forwards;
}
.details ul li:nth-child(6){
    animation:fliplist 1s alternate linear 1.5s;
    animation-fill-mode: forwards;
}
.details ul li:nth-child(7){
    animation:fliplist 1s alternate linear 1.8s;
    animation-fill-mode: forwards;
}
.details ul li:before{
    content:'\f046';
    font-family:'FontAwesome';
    padding-right:10px;
    color:#fff;
}
.quote-sec .blk .sections ul{
	position: relative;
	padding-left:40px;
	list-style-image: url('../img/like.png');
	color:#fff;
	margin-top:25px;
	vertical-align: middle;
}
.menu-area {
    position: absolute;
    top: 0px;
    z-index: 999;
    display: block;
    left: 0;
    right: 0;
    text-align: right;
    transition:all ease 0.5s;
    background:transparent;
}
.menu-area.scrolled{
    position:fixed;
}
.menu-area:before{
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    position:absolute;
    transform:scaleX(0);
    transition:ease all 0.4s;
    transform-origin:left;
    animation:gradients 10s infinite linear alternate;
}
@keyframes gradients{
    from{
        background: linear-gradient(to right, #d0d0d000,#d3af35);
    }
    to{
        background: linear-gradient(to right, #d0d0d000,#d3af35);
    }
}
.menu-area.scrolled:before{
    transform:scaleX(1);
}
.menu-area ul{
    list-style:none;
    padding-left:0;
    margin:0;
}
.menu-area ul li{
    display:inline-block;
    padding:15px 20px;
}
.menu-area ul li a{
    color:#fff;
    font-weight:500;
    font-size:16px;
    transition:ease all 0.8s;
    position:relative;
}
.fixed-area .form-area input.error, .fixed-area .form-area textarea.error{
    background:rgba(255,0,0,0.5);
}
.menu-area ul li a:hover{
    text-decoration:none;
    color:#000;
}
.menu-area ul li a:before{
    content:'';
    position:absolute;
    height:2px;
    width:0%;
    left:0;
    background:#fff;
    bottom:-2px;
    transition:ease all 0.4s;
}
.menu-area ul li a:after{
    content:'';
    position:absolute;
    height:2px;
    width:0%;
    right:0;
    background:#fff;
    bottom:-2px;
    transition:ease all 0.4s;
}
.menu-area ul li a:hover:after,.menu-area ul li a:hover:before{
    width:50%;
}
.print-area ul{
    position: relative;
    padding-left:40px;
    list-style-image: url('../img/like.png');
    color:#fff;
    margin-top:25px;
    vertical-align: middle;
    font-size:40px;
    flex:100% 0 1;
    box-sizing: border-box;
    margin:25px auto 0px;
}
.print-area img{
    box-sizing: border-box;
}
.contact-area{
	position: fixed;
	top:0;
	z-index:111;
	right:0;
	text-align:center;
	color:#fff;
	font-weight:500;
	left:0;
}
.contact-area .col-md-3{
	font-weight:700;
	margin-top:10px;
}
.contact-area .col-md-3 span, .contact-area .col-md-3 strong{
	background:#e96123;
	padding:8px;
	margin-right:0px;
}
.contact-area .col-md-3 strong{
	background:#282828;
	border-radius:5px 0px 0px 5px;
}
.contact-area .col-md-3 span{
    font-weight: 400;
    padding-left: 5px;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
}
.contact-area .col-md-3 b{
    color:#222;
}
.quote-sec .blk .sections ul li{
	line-height: 2;
	font-size:16px;
	font-weight:300;
	vertical-align: middle;
}
.quote-sec .blk .buttons{
	padding-bottom:2em;
	padding-left:10px;
}
.quote-sec .blk button{
	position: relative;
	background:#e96123;
	color:#fff;
	padding:10px 18px;
	font-size:18px;
	border-radius:10px;
}
.quote-sec .blk p{
	color: #fff;
    font-size: 18px;
    line-height: 1.8;
    padding-left: 8px;
    position: relative;
    z-index:1;
    font-weight:200;
}
.quote-sec .blk:before {
    content: '';
    background: #474e54;
    position: fixed;
    top: 0;
    bottom: -10em;
    right: -144em;
    left: 0;
    transform: skew(38deg,-24deg) rotate(-5deg);
}
.quote-sec .col-md-12 h2 span{
	font-size:55px;
	font-weight:700;
	position: relative;
}
.quote-sec .col-md-12 p {
    color: #fff;
    font-size: 15px;
    line-height: 2;
    padding-left: 8px;
    position: relative;
    z-index:1;
}
.print-area{
    display: none;
    bottom:0;
    top:0;
    left:0;
    right:0;
    position:fixed;
}
.btn.btn-help{
    padding:12px 20px;
    font-size:24px;
    border-radius:5px;
    animation:fliplist 0.8s 3.3s ease alternate;
    opacity:0;
    animation-fill-mode:forwards;
}
.btn.btn-help i{
    padding-left:20px;
    vertical-align:middle;
}
@media print{
    .print-area{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .quote-sec .col-md-12{
        display: none;
    }
    .quote-sec .blk{
        display: none;
    }
    .image-price{
        display: none;
    }
    .contact-area{
    	display:none;
    }
    .menu-area{
        display:none!important;
    }
    .fixed-area{
        display:none!important;
    }
    .print-btn-area{
        display:none!important;
    }
    .fixed-btn{
        display:none!important;
    }

}
.mob-menu{
    display:none;
}
@media screen and (max-width:1110px){
	.contact-area {
    position: fixed;
    top: -7px;
    z-index: 111;
    right: 0;
    text-align: left;
    color: #fff;
    font-weight: 500;
    left: -13px;
}
.mob-menu{
    display:block;
    position:fixed;
    right:15px;
    top:15px;
    background:#d3af35;
    z-index:111;
    cursor:pointer;
    padding:5px;
    height:36px;
}
.menu-area{
    display:none;
    background:#d3af35;
    text-align:left;
    margin-top:0px;
    position:static;
    transition:none;
    top:auto;
}
.btn.btn-help i:before{
    content:'\f175';
}
.menu-area ul li{
    display:block;
}
.mob-menu span{
    height:2px;
    background:#fff;
    width:30px;
    margin:5px 0;
    display:block;
    transition:all ease 0.4s;
}
.mob-menu.opened span:first-child{
    opacity:0;
    transition:all ease 0.1s;
}
.mob-menu.opened span:nth-child(2){
    transform:rotate(45deg);
}
.mob-menu.opened span:nth-child(3){
    transform:rotate(-45deg);
    margin-top:-7px;
    margin-bottom:12px;
}
.quote-sec h3 span{
    width:auto;
}
.menu-area.scrolled:before{
    display:none;
}
.menu-area.scrolled{
    position:static;
}
.fixed-btn{
    display:none;
}
.fixed-area {
    position: relative;
    width: 100%;
    margin-top: -46px;
    display: block;
    z-index: 11;
    padding: 0;
    margin-right: 0;
    overflow: hidden;
}
.details{
    padding-left:0;
}
.btn.btn-help{
    font-size:18px;
}
	.contact-area .col-md-3 span, .contact-area .col-md-3 strong{
		padding:4px;
		font-size: 12px;
    	white-space: nowrap;
	}
	.contact-area .col-xs-12{
	margin-left: 0;
    text-align: center;
	}
	.contact{
		margin-left:0px!important;
		margin-top:0em;
		margin-bottom: 21px;
	}
	.contact strong{
	width: auto;
    float: none;
    text-align: left;
    padding: 0 10px;
    font-weight: 500;
	}
	.contact span{
		float:none;
		width:auto;
		text-align:left;
		display:inline-block;
	}
	.quote-sec .col-md-12 {
    padding: 2em 0em 2em 0em;
}
.quote-sec .col-md-12 {
    position: relative;
    padding: 10px 15px 30px;
    text-align: center;
}
.quote-sec .col-md-12 p br{
	display: none;
}
.quote-sec .col-md-12 h2{
	font-size:30px;
	line-height: 1.5;
}
.quote-sec .col-md-12 h2 span{
	font-size:40px;
}
	.quote-sec{
		    margin-top: 23px;
	}
.quote-sec .blk {
    position: relative;
    display: inline-block;
    width: 100%;
}
.quote-sec .blk .sections {
    float: none;
    margin-top: 3em;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}
.quote-sec .blk .sections ul li {
    line-height: 2;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}
.quote-sec .blk p br{
	display: none;
}
.quote-sec .blk .sections ul {
    position: relative;
    padding-left: 40px;
    list-style-image: url(../img/like.png);
    color: #fff;
    margin-top: 25px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}
	.quote-sec .col-md-12.yellow:before {
    content: '';
    background: #d3af35;
    position: absolute;
    top: 0;
    bottom: 0em;
    left: 0;
    right: 0;
    transform: none;
    height: auto;
}
.quote-sec .blk:before {
    content: '';
    background: #474e54;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;
}
.quote-sec .man {
    position: relative;
    z-index: 0;
    text-align: center;
    width: 100%;
    left: auto;
    padding:0 15px;
}
.quote-sec .man img.manonly {
    width: 100%;
    margin:0 auto;
}
.quote-sec .man:after {
    content: url(../img/price-mob.png);
    position: absolute;
    display: flex;
    top: 3.5em;
    width: 75%;
    left: -40em;
    bottom: 0;
    transition: ease-in all 1s;
    transform: scale(0);
    justify-content: flex-end;
    align-items: center;
}
}
@media screen and (min-width:1400px){
	.quote-sec .man img.manonly{
	width: 100%;
	transition: ease-in all 0.9s;
	opacity: 0;
	}
.quote-sec .man{
    position: fixed;
    z-index: 1;
    top:auto;
    bottom:0;
    left:20px;
	}
}

@media screen and (min-width:1170px){
	.quote-sec .col-md-12{
		padding:4em 5em 2em 30em;
	}
}