*{margin: 0; padding: 0;}
.slider{
	background: url('../images/main-bg.jpg');
	background-size: cover;
	background-position: center;
}
body{
	font-family: 'Gotham', sans-serif;
}
.slider{
	padding: 4rem 0;
}
.slider h1{
	font-size: 4rem;
	font-weight: 700;
	color: #01536b;
	line-height: 66px;
}
.slide-box{
	padding: 8rem 0;
}
.slider h5{
	font-size: 1.5rem;
	font-weight: 500;
	color: #005b79;
	margin: 1.3rem 0;
}
.fold-2{
	padding: 6rem 0;
}
.row.fl-d {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%;
    align-self: center;
}
.fold-2-bg{
	background: url('../images/312.jpg');
	background-size: cover;
	background-position: center;
}
.fold-2 h2{
	color: #02d1fe;
	font-weight: 700;
	font-size: 2.3rem;
}
.fold-2 h5{
	color: #2d6172;
	font-weight: 500;
	line-height: 24px;
	font-size: 1.3rem;
}
.fold-2 h3{
	color: #01536b;
	font-weight: 700;
	margin: 1.2rem 0 0.5rem;
	font-size: 1.6rem;
}
.click-btn{
	background: #0dcafc;
	padding: 0.4rem 1.6rem;
	font-weight: 500;
	font-size: 1.5rem;
	color: #fff;
	display: inline-block;
	margin-top: 2rem;
	border-radius: 10px;
	transition: all 0.3s ease-in;
}
.click-btn:hover{
	text-decoration: none;
	color: #fff;
	background-color: #0bacd6;
}
.modal-dialog h4{
	color: #01536b;
	font-size: 24px;
}
.modal-dialog h5{
	color: #01536b;
}
.modal-body p{
	text-align: center;
	font-size: 18px;
}
.modal-body h5{
	text-align: center;
	font-size: 1.5rem;
}
.m-contact .modal-body h5{
	text-align: left;
}
.form-control {
    height: 42px;
    background: #f5f5f5;
}
.submit-btn{
	background-color: #01536b;
	color: #fff;
	padding: 13px 0;
	height: auto;
}
.form-control.error {
    position: relative;
}
.error {
    position: absolute;
    color: #e54747;
    font-size: 14px;
}
.mg-l{
	margin-left: 4rem;
}
.fold-2-bottom{
	background:url('../images/32.jpg');
	background-size: cover;
    height: 340px;
    background-position: center;
}
.fold-4{
	padding: 6rem 0 7.5rem;
	background: #eafcfe ;
}
.fold-4 h2{
    margin: 2rem 0 4.5rem;
    font-size: 2.5rem;
}
.fold-4 img{
	width: 200px;
	border-radius: 100%;
	border: 9px solid #fff;
}
.fold-4 h4{
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1.3rem;
	color: #01536b;
	margin-bottom: 1.5rem;
}
.form-group{
	margin-bottom: 1.5rem;
}
.fold-4 h2{
	color: #01536b;
	font-weight: 700;
}
.fold-5{
	background: url('../images/55.jpg');
	background-size: cover;
	background-position: center;
	padding: 6rem 0;
}
.fold-5 h2{
	font-size: 3.2rem;
	color: #01536b;
	font-weight: 700;
	margin-bottom: 1.2rem;
	max-width: 600px;
}
.text-l{
	text-align: right;
}
.get-btn.cont {
    margin-top: 8px;
}
header{
	padding: 1.5rem 0;
}
a.get-btn {
    background: #01536b;
    color: #fff;
    padding: 0.3rem 1.5rem;
    display: inline-block;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    transition: all 0.3s ease-in;
}
a.get-btn:hover{
	background-color: #22697e;
}
a:hover{
	text-decoration: none;
}
.click-btn:hover{
	background-color: #0bacd6;
}
footer{
	background: #01536b;
	padding: 6rem 0 2rem;
	text-align: left;
}
.text-r{
	text-align: left;
}
footer h5{
	color: #fff;
	margin: 1.5rem 0;
	line-height: 30px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.7px;
}
select:focus-visible{
	outline: none;
}
select {
    width: 100%;
    height: 42px;
    background: #f5f5f5;
    border-radius: 4px;
    border-color: #ccc;
    color: #6f6f6f;
    font-size: 15px;
}
footer p{
	color: #fff;
	margin-bottom: 0;
	font-weight: 600;
}
footer img{
	margin-bottom: 1.5rem;
}
.row.border1{
	margin-top: 1rem;
	border-top:1px solid #ccc;
	padding-top: 1rem;
}
.row.border1 .col-lg-6{
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 1700px){
	.slider{
		padding: 6rem 0;
	}
	.fold-5{
		padding: 8.5rem 0;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px){
.slider h1 {
    font-size: 2rem;
    color: #01536b;
    text-align: center;
    color: #fff;
    line-height: 36px;
}
.slider h5{
	color: #fff;
}
.slider h5 {
    font-size: 1.2rem;
    margin: 1.3rem 0;
    text-align: center;
}
.modal-dialog h4{
	font-size: 21px;
}
.modal-body h5{
    font-size: 21px;
}
.get-btn{
	margin:auto;
}
.row.fl-d {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    height: 100%;
    align-self: center;
}
.slide-box{
	text-align: center;
	padding: 5rem 0;
}
.slider{
	position: relative;
}
.slider::before{
	content: '';
	background: rgb(99 92 92 / 58%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.get-btn.cont {
    margin-top: 0rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}
.fold-2{
	text-align: center;
}
.fold-2 h2{
	font-size: 2rem;
}
.fold-2 img{
	margin-top: 2rem;
}
.click-btn{
	font-size: 1rem;
}
.mg-l{
	margin-left: 0;
	margin-top: 2rem;
}
.fold-2-bottom{
	height: 120px;
	background-repeat: no-repeat;
}
.fold-4 a{
	margin-bottom: 1rem;
	font-size: 1rem;
}
.fold-4{
	padding: 4rem 0 6rem;
}
.fold-2-bg{
    padding: 3rem 0;
    background: initial;
}
footer{
	padding: 5rem 0 2rem;
	text-align: center;
}
.fl-d{
	flex-direction: column-reverse;
}
footer h5{
	font-size: 1.2rem;
}
.fl-d img{
	margin-bottom: 2rem;
}
.fold-2{
	padding: 3rem 0;
}
.m-center{
	text-align: center;
}
footer{
	text-align: center;
}
.fold-5 h2{
	text-align: center;
	font-size: 2rem;
}
.slider{
	padding: 0;
}
.fold-5{
	position: relative;
}
.fold-5::before{
	content: '';
	background: rgb(99 92 92 / 58%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.fold-5 h2{
	color: #fff;
}
.text-r, .text-l{
	text-align: center;
}
.text-l.text-l1{
	text-align: right;
}
}