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



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


.section-one{
	position: relative;
	height: 60%;
	margin-top: 1px;
	background-image: url("../nawanka-img/marble.jpg");
	background-position: bottom;
	background-size: cover;
	/*display: flex;*/
	/*flex-direction: column;
	justify-content: center;
	align-items: center;*/
	text-align: center;
	background-attachment: fixed;
}
.section-one .content{
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 999;
}
.section-one h1{
	font-family: 'Oleo Script', cursive;
    font-size: 60px;
	letter-spacing: 1px;
	text-align: center;
	color: black !important;
}
#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 h1{
	color: black;
	font-family: "Abel-Regular";
	font-size: 40px;
	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;
		background-position: top;
    }
	.section-one .content h1{
		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: 200px;
		margin-top: 50px;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
		background-position: top;
    }
	#layer{
		display: none;
	}
	.section-one .content h1{
		font-size: 18px;
        /*display: none;*/
	}
	.section-one .content{
		padding-right: 15px;
		padding-left: 15px;
		z-index: 999;
		margin-top: -15px;
	}
	.section-one h2{
		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: 20px !important;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
.section-two{
    width: 100%;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 40px;
}
.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 THREE  =============*/
/*=============                  =============*/
/*============================================*/



.section-three p{
	color: black;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin: 0 auto;
}
.section-three h2{
	color: black;
	font-size: 20px !important;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
}
.section-three hr{
	width: 50%;
}
.section-three{
    width: 100%;
    background-color: white;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}
.section-three .border{
	border-right: 1px solid #EEEEEE;
}

/*============================================*/
/*=============                  =============*/
/*=============   SECTION PHOTO  =============*/
/*=============                  =============*/
/*============================================*/

.photo-section .row{
	padding: 0 !important;
	margin: 0 !important;
}
.photo-section .container-fuild{
	padding: 0 !important;
	margin: 0 !important;
}
.photo-section .img-responsive1{
  display: block;
  max-width: 100%;
  height: auto;
}
.photo-section .box{
	position: relative;
	width: 100%;
}
.photo-section .box img{
	margin: 0 auto;
  	object-fit: cover;
	cursor: pointer;
	transition: 0.5s all ease;
}
.photo-section .col-lg-3{
	padding: 0 !important;
}


















