/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.button-slide {
    height: 300px;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.von-blck {
    text-align: center;
    padding: 54px 10px;
    border: 1px solid #2b2c60;
    height: auto;
    display:block;
	width:100%;
}
.von-blck h4 {
    font-size: 22px;
}
.von-blck p {
    font-size: 16px;
    color: #909090;
}
span.img-pro {
    width: 85px;
    height: 85px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
}
span.img-pro img{
	width:100%;	
	}
.von-blck h3 {
    margin-bottom: 13px;
}
.von-blck h3 a {
    font-size: 40px;
    text-decoration: none;
    color: #2b2c60;
}
a.enquire-now {
    background: #2b2c60;
    color: #b7a35c;
    font-size: 14px;
    display: inline-block;
    padding: 15px 100px;
	border:1px solid #2b2c60;
	text-decoration:none;
}
a.enquire-now:hover {
	color:#2b2c60;
	background:transparent;
	}
.div-lef-8 {
    width: 80%;
    float: left;
    clear: both;
}
.div-right-4 {
    width: 20%;
    float: right;
}
span.pro-price {
    font-size: 30px;
    font-weight: 200;
}
.feture-row-cont {
    background: #2b2c60;
}
span.imf-fetu-pro{width:19%}
 span.pro-txt{width:79%;    padding-top: 20px;}
span.imf-fetu-pro, span.pro-txt {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: left;
    clear: both;
}
span.pro-txt p {
    text-align: left;
	font-size: 14px;
}
.blk-pro {
    border-right: 1px solid #ccc;
	padding: 10px;
}
span.pro-txt h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
	margin: 0;
}
span.imf-fetu-pro img {
    width: 80%;
}
section.frth-sec p:nth-child(1) {
    margin-bottom: 40px;
}

section.frth-sec p {
    text-align: left;
    font-size: 14px;
    line-height: 27px;
}
section.frth-sec {
    padding: 40px 0;
}
.blk-pra-scnd p {
    text-align: left;
}
ul.row-ul {
    padding: 0;
    margin: 0;
}
ul.row-ul li:first-child {
    padding: 0;
}
ul.row-ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
	padding-left: 70px;
}
ul.row-ul li p {
    font-size: 14px;
    margin: 0;
}
.blk-pra-scnd {
    padding: 30px;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.12);
}
.innr-blk {
    padding: 20px 0;
    border-top: 1px solid #d6d6d6;
    margin-top: 10px;
    display: inline-block;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
}
ul.row-ul h6 {
    color: #868686;
    font-size: 15px;
}
.blk-pra-scnd h5 {
    font-size: 15px;
    font-weight: 700;
}
.blk-pra-scnd p {
    font-size: 14px;
}
form.pro-form input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 10px;
}
form.pro-form input[type="submit"] {
    background: #b7a35c;
    color: #fff;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #b7a35c;
}
form.pro-form input[type="submit"]:hover {
    background: transparent;
	color:#b7a35c;
}
.von-blck-scnd {
    padding: 35px 10px;
    display: block;
    background: #1f2441;
}
.von-blck-scnd h3 {
    color: #fff;
    margin-bottom: 16px;
}
ul.alt-ul {
    padding: 0;
    margin: 0;
}
ul.alt-ul li:first-child {
    padding: 0;
}

ul.alt-ul li:first-child h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
ul.alt-ul li a {
    list-style: none;
    display: inline-block;
    padding-left: 20px;
    font-size: 31px;
    color: #a9a8a8;
}
ul.alt-ul li a:hover {
    color: #1f2441;
}
ul.alt-ul li:first-child a:hover {
    color: unset;
}
ul.alt-ul li {
    list-style: none;
    display: inline-block;
}
.alter {
    padding: 30px 0;
}
.innr-cover {
    display: block;
    text-align: left;
    padding: 0 63px;
    border-right: 1px solid #ccc;
}
.innr-cover p {
    text-align: left;
    font-size: 14px;
	margin-top: 20px;
}

section.fetures-sec {
    padding: 50px 0;
}
section.fetures-sec h1.head-frm {
    margin-bottom: 20px;
}
.contact-pro .lim-wid {
    width: 60%;
    margin: auto;
}
.contact-pro h1.head-frm {
    text-align: center;
    padding: 30px 0;
}
section.contact-pro {
    padding: 50px 0;
}
section.other-proper-sec .head-frm {
    text-align: center;
    margin: 30px 0;
}
section.sec-map-up p, section.sec-map p {
    text-align: left;
    font-size: 14px;
}
section.sec-map-up h1.head-frm {
    margin-bottom: 15px;
}
section.sec-map-up {
    padding: 30px 0;
}
section.sec-map p i.fa.fa-map-marker, .blk-pra-scnd p i.fa.fa-map-marker {
    margin-right: 10px;
}
.pro-tp{
	background:url(images/sw.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	padding: 70px 90px 90px 0;	
	position:relative;
	}
span.txt-span span {
    color: #9c6852;
	    font-size: 19px;
    font-weight: 700;
}
span.txt-span p {
    text-align: left;
    color: #fff;
}
span.img-spn, span.txt-span {
    display: inline-block;
    vertical-align: middle;
}
span.img-spn img {
    width: 100%;
}
span.img-spn {
    padding: 20px;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    border: 2px solid #105b96;
	margin-right: 30px;
}
.bl-di:before {
    content: ".";
    font-size: 100px;
    position: absolute;
    right: 99%;
    top: 21%;
    color: #fff;
	z-index: 2;
}
.bl-di {
    border-bottom: 1px solid #ccc;
    padding: 20px 50px;
    position: relative;
}
.col-md-1 img {
    position: absolute;
    left: 90px;
    bottom: -20px;
    top: 10px;
    height: 100%;
    width: 29%;
	    z-index: 1;
}
span.date-pro {
    color: #9c6852;
    position: absolute;
    right: 0;
    top: 20px;
	    font-size: 16px;
    font-weight: 900;
}
.ul-div {
    display: inline-block;
    position: absolute;
    transform: rotate(-90deg);
    top: 50%;
    width: auto;
    height: auto;
    left: -55%;
}
ul.img-ul {
    padding: 0;
    margin: 0;
    color: #FFF;
	font-weight: 600;
}
ul.img-ul li {
    display: inline-block;
    padding: 0 108px;
	    text-transform: uppercase;
}

@media(min-width:959px){
	.feture-row-cont {
    padding-left: 70px;
}
section.fetures-sec .col-md-3.col-xs-12:first-child .innr-cover {
    padding-left: 0;
}	
	}
@media(max-width:991px){
	.blk-pro {
    border-right: 0;
}
span.imf-fetu-pro img {
    width: auto;
}
.von-blck1 img {
    width: 100%;
}
.div-right-4, .div-lef-8 {
    float: none;
    width: 49%;
    display: inline-block;
}
a.enquire-now {
    padding: 10px 30px;
}
.innr-cover {
    border-right: 1px solid #ccc !important;
}
	}
@media(max-width:1199px){
	.col-md-1, .ul-div, .bl-di:before {
    display: none;
}
.pro-tp {
    padding: 0;
	
    padding-left: 5%;

}
}
@media(max-width:768px){
	.pro-tp {
    padding: 0;

}
span.date-pro {
    right: 20px;
}
	}
