@media (min-width: 992px){
	
.padding-right-30{ padding-right:30%;}
.padding-left-30{ padding-left:30%;}

.padding-right-10{ padding-right:10%;}
.padding-left-10{ padding-left:10%;}

	.header-top .header-top-inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	
	
	.header-top .header-top-inner ul {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.navbar-default ul li.active a{
		border: 1px solid #eddfbc;
		border-color: rgba(237,223,188,0.25); 
		
	}

	.section1{
		margin-top: -200px;
	}
	
	.section2{

		min-height:327px;

	}
	
.section5 .border-left-right{
	border-left:1px solid #eddfbc;
	border-right:1px solid #eddfbc;
    border-color: rgba(237,223,188,0.25);
}
.section4-wrap .box-img{
	position:absolute;
	top:60px;
	left:0;
	width:450px;
}
}

@media (max-width:991px){
.card > .card-header a::before {
    display:none;   
}
.services .packages {
    flex-direction: column;
} 
.services .stories {
    flex-direction: column;
}    
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-fixed-top {
	top: 0;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
}
.navbar-nav>li {
	float: none;
}
.collapse.in {
	display: block !important;
}
.devider{
	width:100%;
}
.header-top .header-top-inner ul li+li{
	margin-left: 5px;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    border-color: #d9b481;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.zmdi-menu {
    color: #d9b481;
}
.navbar-brand img{
        height:70px;
    }
.navbar-default ul>li{
        margin-top:0;
    }

.header-top .header-top-inner ul{
		float:left;
		display: flex;
		width: 90%;
		justify-content: space-evenly;
   }
.header-top .header-top-inner ul.contact-links li a {
		font-size: 14px;
	
	}
.header-top .header-top-inner ul.header-social-links li a i {
    font-size: 14px;
    
}
.header-top .header-top-inner ul.contact-links li i{
	font-size: 22px;
}
.header-top{
	margin-bottom: 5px;
}
.navbar-collapse{
	border:none;
}
.section1{
	padding-top:0;
	background-position: left -140px center !important
}
.section1 .section-inner-part1 h2 {
    font-size: 36px;
	line-height:1.1;
}
.section1 .section-inner-part1 h4 {
    font-size: 22px;

}
.section3 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.box-text{
	width:100%;
	padding-left: 0;
    padding-right: 0;
	padding-top: 5%;
    padding-bottom: 5%;
}
.section3 h3, .section3 h1, .section2 h2, .section4 .box-section1 .box-section-top h3, .section6 .red_box h3 {
    font-size: 28px;
}
.section2{
	min-height: 170px;
    background-size: cover !important;
}
.section5 .icon {
    margin-top: 40px;
}
.section3 h4, .section7 h3 span, .section7 h3, .section8 .red_box h3, .section8 .red_box h4 {
	font-size: 18px;
}
.section8 .red_box h3{
	line-height: 36px;
}
.section4 .box-section1 .box-section-top h2, .section6 .red_box h2{
	font-size: 32px;
}
.section4 .box-section1{ padding:0;}

.section4 .box-section1 .box-section-btn .part-a img{width:100%;}
.section4 h4{ font-size:14px; margin-left: 10px;}
.section6 .red_box img{ width:80%; }
.section6 .red_box{ width:100%; padding-left:0; padding-right:0;margin-bottom:2px; }
.footer .border-box{ padding: 10% 10% 20%; margin-top:40px; }
.inner-sections .section3 h5 {
    margin-top: 20px;
}
.section1 .section-inner-part1 .part1-cont {
    background-color: transparent;
}
.section1 .section-inner-part1{
    justify-content: center;
	align-items: flex-end;
}
.clients [class*='col-sm']{
	margin-top:30px;
}
.clients [class*='col-sm'] img{
	width:100%;
}
.home .header-top .header-top-inner ul.contact-links li i, .home .header-top .header-top-inner ul.contact-links li a, .home .header-top .header-top-inner ul.header-social-links li a, .home .header-top .header-top-inner ul li a:hover{
    color: #fff !important;
}

.home .navbar-default ul li a{
	color: #fff !important;
	font-family: 'PlayfairDisplay-Regular';
}
.section6 .long-text{
	flex-direction: column;
	
}
}

@media (max-width:500px){

}