@charset "utf-8";
@font-face{
	font-family: "Abel-Regular";
	src: url(../fonts/Abel-Regular.ttf);
}
@font-face{
	font-family: "BreeSerif-Regular";
	src: url(../fonts/BreeSerif-Regular.ttf);
}
@font-face{
	font-family: "KAL-035";
	src: url(../fonts/KAL-035.TTF);
}
@font-face{
	font-family: "RAGE";
	src: url(../fonts/RAGE.TTF);
}

body,html{
/*	padding-top: 40px;*/
	height: 100%;
	width: 100%;
}
h1{
	font-family: 'Overlock', cursive;
	font-weight: bold;
}
p{
	width: 90%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

/*============================================*/
/*=============                  =============*/
/*=============    PRE_LOADER    =============*/
/*=============                  =============*/
/*============================================*/


.section-loader{
	width: 100%;
	height: 100%;
	background-image: url("../fly-img/footer_dubai6.png");
	background-repeat: no-repeat;
	background-position: bottom;
	opacity: 0.7;
}
.loader{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loader #loader{
	position: fixed;
	left: 30px;
    bottom: 0px;
    color: black !important;
	font-size: 15px;
	opacity: 0.8;
	font-family: 'Rajdhani', sans-serif;
	padding-bottom: 8px;
}
.loader img{
	position: absolute;
	max-width: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*============================================*/
/*=============                  =============*/
/*=============   SECTION HERO   =============*/
/*=============                  =============*/
/*============================================*/

.section-hero{
	text-align: center;
}
.section-hero h1{
	font-size: 70px;
	font-weight: 600;
	color: gray;
	line-height: 90px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-hero h1 span{
	color: black;
}


/*============================================*/
/*=============                  =============*/
/*=============   SECTION IMAGE  =============*/
/*=============                  =============*/
/*============================================*/

.section-image{
	position: relative;
	height: 60%;
	background-image: url("../nawanka-img/logo-intro.mp4");
	background-position: bottom;
	background-size: cover;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}


/*============================================*/
/*=============                  =============*/
/*=============   SECTION BEST   =============*/
/*=============                  =============*/
/*============================================*/

.section-best{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-best h2{
	color: black;
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 20px;
}
.section-best .box{
	background-color: lightgrey;
    padding: 30px;
    border-radius: 15px;
	margin-top: 6px;
    margin-bottom: 6px;
}
.section-best .col-lg-6, .section-best  .col-md-6,
.section-best .col-sm-6, .section-best  .col-xs-12{
	padding-right: 6px;
    padding-left: 6px;
}


/*============================================*/
/*=============                  =============*/
/*=============  SECTION HISTORY =============*/
/*=============                  =============*/
/*============================================*/

.section-history{
	position: relative;
	height: 60%;
	background-image: url("../nawanka-img/nawalanka-history.jpg");
	background-position: bottom;
	background-size: cover;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.section-history{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-history-1 h2{
	font-size: 40px;
	font-weight: 600;
	color: gray;
	line-height: 90px;
	padding-top: 20px;
	padding-bottom: 2ß0px;
}
.section-history-1 h2 span{
	color: black;
}


/*============================================*/
/*=============                  =============*/
/*=============    SECTION ONE   =============*/
/*=============                  =============*/
/*============================================*/


.section-one{
	position: relative;
	height: 70%;
	margin-top: 0px;
	background-image: url("../nawanka-img/ogo-intro.mp4");
	background-position: bottom;
	background-size: cover;
	/*display: flex;*/
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.section-one video{
	height: 70% !important;
    width: 100% !important;
    object-fit: cover !important;
}
.section-one .content{
	padding-right: 180px;
	padding-left: 180px;
	z-index: 999;
}
.section-one h1{
	font-family: 'Oleo Script', cursive;
	color: white !important;
    font-size: 60px;
	letter-spacing: 1px;
}
#layer{
    /*background-image: linear-gradient(to right, #03A7EF, #0069A0);*/
	background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
	opacity: 0.1;
	z-index: 99999;
}
.section-one p{
	margin: 0 auto;
	font-size: 20px;
	color: white;
	font-family: 'Poppins', sans-serif;
}
.section-one #btn{
	text-decoration: none;
	z-index: 999;
	font-family: 'Overlock', cursive;
	color: white;
	margin-top: 20px;
	font-size: 20px;
	border-radius: 10px;
	border: 1px solid black;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	transition: 0.35s all ease;
}
#btn:hover{
    background-color: white;
	color: black;
	border: 1px solid white;
	transition: 0.35s all ease;
}
.section-one .content h2{
	color: black;
	font-family: "Abel-Regular";
	font-size: 30px;
	font-weight: bold;
}
.section-one .content hr{
	margin: 0 auto;
	width: 40%;
	display: block;
    border: 0;
    border-top: 1px solid black;
    /*margin: 1em 0;*/
    padding: 0; 
}

/* For Mobile */
@media(max-width:321px){
    .section-one{
        position: relative;
        width: 100%;
        height: 180px;
		margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
	.section-one .content h2{
		font-size: 18px;
        /*display: none;*/
	}
	.section-one .content{
		padding-right: 15px;
		padding-left: 15px;
		z-index: 999;
	}
	.section-one h1{
		font-size: 14px;
	}
	.section-one p{
		font-size: 12px;
	}
	.section-one .content hr{
		display: none;
	}
	.section-one #btn{
		margin-top: 10px;
		font-size: 10px;
		border-radius: 5px;
		border: 1px solid black;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 15px;
		padding-right: 15px;
		transition: 0.35s all ease;
	}
}

/* For Small Tablets */
@media(min-width:320px) and (max-width:767px){
    .section-one{
        position: relative;
        width: 100%;
        height: fit-content;
        margin-top: 50px;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
	#layer{
		display: none;
	}
	.section-one .content h2{
		font-size: 18px;
        /*display: none;*/
	}
	.section-one .content{
		padding-right: 15px;
		padding-left: 15px;
		z-index: 999;
		margin-top: -15px;
	}
	.section-one h1{
		font-size: 18px;
	}
	.section-one p{
		font-size: 14px;
	}
	.section-one #btn{
		margin-top: 10px;
		font-size: 16px;
		border-radius: 5px;
		border: 1px solid black;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 15px;
		padding-right: 15px;
		transition: 0.35s all ease;
	}
	.section-one .content h2{
		font-size: 20px;
	}
	.section-one .content hr{
		display: none;
	}
}

/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){
	.section-one .content{
		padding-right: 15px;
		padding-left: 15px;
		z-index: 999;
		margin-top: 30px;
	}
	.section-one h1{
		font-size: 26px;
	}
	.section-one p{
		font-size: 16px;
	}
}

/*============================================*/
/*=============                  =============*/
/*=============    SECTION TWO   =============*/
/*=============                  =============*/
/*============================================*/



.section-two p{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
.section-two h1{
	font-size: 50px !important;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 10px;
}
.section-two{
    width: 100%;
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-two .content{
    padding-top: 50px;
}
.section-two .photo{
    background-image: url(../law-img/39433875.jpg);
    height: 500px;
    background-size: cover;
}
.section-two ul li{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
/* For Mobile */
@media(max-width:321px){
    .section-two .content{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .section-two .photo{
        display: none;
    }
	.section-two h1{
		font-size: 20px !important;
		font-family: 'Poppins', sans-serif;
		padding-bottom: 10px;
		text-align: center;
	}
	.section-two p{
		padding-top: 20px;
	}
}

/* For Small Tablets */
@media(min-width:320px) and (max-width:767px){
    .section-two .content{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .section-two .photo{
        display: none;
    }
    .section-two h1{
		font-size: 20px !important;
		font-family: 'Poppins', sans-serif;
		padding-bottom: 10px;
		text-align: center;
	}
	.section-two p{
		padding-top: 20px;
	}
}

/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){
        .section-two .content{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .section-two .photo{
        height: 480px;
    }
	.section-two h1{
		font-size: 20px !important;
		font-family: 'Poppins', sans-serif;
		padding-bottom: 10px;
	}
}


/*============================================*/
/*=============                  =============*/
/*============   SECTION SLIDER   =============*/
/*=============                  =============*/
/*============================================*/

.section-slider{
    width: 100%;
	padding-top: 50px;
    padding-bottom: 50px;
}
.section-slider h2{
	color: grey;
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 20px;
}
.section-slider h2 span{
	color: black;
}
.section-slider .container {
	/* width:607px; */
	margin: 0 auto;
  }
.section-slider .g-scrolling-carousel .items > *{
	height:400px;
	margin-right:10px;
}
.section-slider .g-scrolling-carousel .items a:last-child{
	margin-right:0;
}
.g-scrolling-carousel .items > * {
    min-width: calc(100%/3.5) !important;
}
.section-slider .box-black{
	background-color: black;
	border-radius: 20px;
}
.section-slider .box-gray{
	background-color: gray;
	border-radius: 20px;
}


/*============================================*/
/*=============                  =============*/
/*============    SECTION THREE   =============*/
/*=============                  =============*/
/*============================================*/

.section-three{
    width: 100%;
	padding-top: 25px;
    padding-bottom: 50px;
	background-color: #EDEDED;
	text-align: center;
}
.section-three .nav-tabs{
	text-align: center;
}
.section-three p{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color:black;
	margin: 0 auto;
	padding-bottom: 30px;
}
.section-three .col-lg-3{
	padding-bottom: 20px;
}
.tab-content ul{
	color: white;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
}
.nav-tabs li{
	float: none;
	display: inline-block;
	/*padding-right: 15px;
	padding-left: 15px;*/
}
.nav-tabs span{
	font-weight: bold;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}
.tab-content{
	padding-top: 30px; 
}
.section-three h2{
	font-family: 'Poppins', sans-serif;
	color: #F28D23;
	font-size: 20px !important;
	font-weight: bold;
}
.section-three img{
	margin: 0 auto;
}
	

/*============================================*/
/*=============                  =============*/
/*=============   SECTION-FIVE   =============*/
/*=============                  =============*/
/*============================================*/

.parallax{
	transition: initial;
}
.parallax{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.section-five > img{
    position: absolute;
    display: block;
    width: 100%;
    overflow: hidden;
	bottom: 0px;
}
.section-five{
	position: relative;
	/*height: 75%;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-image:url(../nawanka-img/kitchen-appliance.jpg);
	background-size: cover;
    background-attachment: fixed;
	background-position: bottom;
}


/*============================================*/
/*=============                  =============*/
/*=============    SECTION SIX   =============*/
/*=============                  =============*/
/*============================================*/


.section-six{
	position: relative;
    width: 100%;
	/*background-image: url("../RimatoImg/blur-1846131_1920.jpg");*/
	text-align: center;
	padding-top: 25px;
    padding-bottom: 80px;
	color: black;
	background-color: white;
}
.section-six p{
	margin: 0 auto;
	color: black;
}
.section-six img{
	margin: 0 auto;
	max-width: 100px !important;
	border-radius: 50%;
}
.section-six .container{
	padding-top: 30px;
}
.carousel-indicators {
	bottom: -50px !important;
}
.section-six #layer{
	z-index: 998;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-six h2{
	font-family: 'Poppins', sans-serif;
	color: #F28D23;
	font-size: 20px !important;
	font-weight: bold;
}
.section-six h3{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}



/* For Mobile */
@media(max-width:321px){

}

/* For Small Tablets */
@media(min-width:320px) and (max-width:767px){

}

/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){

}


/*************************************************
****************  SECTION FOUR  ******************
*************************************************/
.section-four {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
    /* background: -webkit-linear-gradient(to top, #F4F4F4, white);
    background: linear-gradient(to top, #F4F4F4, white); */
}

.section-four h2 {
    font-family: 'Poppins', sans-serif;
    color: #F28D23;
    font-size: 50px !important;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.section-four img {
    max-width: 100%;
    height: auto;
    margin: 20px;
}

@media (max-width: 768px) {
    .my-slide img {
        width: auto;
        height: 150px;
    }
}

@media (min-width: 769px) {
    .my-carousel {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .my-carousel img {
        margin: 20px;
    }
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.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;
}
.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;
}































