section.heading-slider {
    position: relative;
    font-size: 0;
    z-index: 200;
	height:100vh;
	padding-top:0px !important;
	margin-top:0px !important;
}

section.heading-slider .heading-slider-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
	font-weight:700;
}
.nc{
	position: absolute;
    width: 100%;
    bottom: 0px;
	text-align:center;
	line-height:38px !important;
	font-size:35px !important;
    left:0px;	
}.image-data-for-parent{
	background-size:cover;background-position:center;padding-top:100vh;padding-left: 100vw;
	margin-top:0px !important;
	top:0px !important;
}

section.heading-slider .heading-slider-slide .heading-slider-slide-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

section.heading-slider .middle-helper {
    display: inline-block;
    vertical-align: middle;
    width: 0
}

section.heading-slider h1,
section.heading-slider h2.heading-slider-title {
    position: relative;
    margin-bottom: 90px
}

section.heading-slider .button {
    margin-right: 25px
}

section.heading-slider a:not(.button) {
    margin-left: 20px
}

section.heading-slider .heading-slider-navigation {
    position: absolute;
    z-index: 50000;
    background: rgba(222, 188, 98, .25);
    top: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

section.heading-slider .heading-slider-navigation:hover {
    background: rgba(30, 22, 88, .5)
}

section.heading-slider .heading-slider-navigation i {
    color: rgba(255, 255, 255, .5);
    font-size: 16px
}

section.heading-slider .heading-slider-navigation.heading-slider-navigation-prev {
    left: 0;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px
}

section.heading-slider .heading-slider-navigation.heading-slider-navigation-next {
    right: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

section.heading-slider .heading-slider-navigation.heading-slider-navigation-prev i {
    margin-left: -1px
}

section.heading-slider .heading-slider-navigation.heading-slider-navigation-next i {
    margin-right: -3px
}
.heading-slider .flaticon-next:before,.heading-slider .flaticon-prev:before{
	padding-top:16px;
	color:#debc62;
}

@media screen and (min-width:1260px) {
    section.heading-slider .heading-slider-navigation {
        width: 40px;
        height: 50px; 
    }
}

@media (min-width:992px) and (max-width:1259px) {
    section.heading-slider .heading-slider-navigation {
        width: 30px;
        height: 45px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    section.heading-slider .heading-slider-navigation {
        width: 30px;
        height: 45px;
    }
}

@media screen and (max-width:767px) {
    section.heading-slider .heading-slider-navigation {
        width: 30px;
        height: 45px;
    }
    section.heading-slider h1,
    section.heading-slider h2.heading-slider-title {
        font-size: 38px;
        margin-bottom: 60px
    }
    section.heading-slider .responsive-new-line {
        display: block;
        margin-top: 25px
    }
    section.heading-slider a:not(.button) {
        margin-left: 10px
    }section.heading-slider{
		height:calc(100vh - 30px);
	}
}