*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

html{
    background: #f2f2f2;
}

.scroll-container,.scroll-area{
    max-width: 100vw;
   
    height: 100vh;
    margin: 0 auto;
}

.scroll-container {
    overflow: auto;
    scroll-snap-type: y mandatory;
}


.scroll-area {
   
    align-items: center;
    justify-content: center;
    color: white;
    scroll-snap-align: start;
}

/* .sa1 {
    
    
} */

.sa2 {
    background-color: #0e3959;
    
}

.sa3 {
    /* background-color: rgb(151, 238, 12); */
    background: white;
}

.sa4 {
    /* background-color: rgb(235, 37, 70); */
    background: linear-gradient(90deg, #0e3959 0%, #0e3959 30%, #03a9f5 30%, #03a9f5 100%)
}


:root {
	--red: #ff3838;
	--white: #ffffff;
	--black: #000000;
}

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

body, html {
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	height: 100%;
}

.navbar {
	background-color: transparent;
	padding: 30px 10px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1366px;
	z-index: 99;
}

.navbar a {
	float: left;
	color: var(--white);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	padding: 12px;
    
}

.navbar img{
    
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.logo {
    float: left;
    width: 200px;
    height: 50px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    
    
}

.navbar-right a:hover {
	color: #228ada;
}

.navbar-right a.active {
	color: #228ada;
}

.navbar-right a {
	transition: color 0.5s ease;
}

.navbar-right {
	float: right;
    
}

.navbar .icon {
	display: none;
}

.nav-scrolled{
    background: #222;
}

.slideshow-container {
	position: relative;
	height: 100%;
}

.slide-item {
	display: none;
}

.bgimg {
	height: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgimg::after {
	content: '\A';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
}

.caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 9;
    
}

.caption h2 {
	color: var(--white);
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 70px;
}

.caption p {
	color: var(--white);
	font-size: 20px;
}

.caption button {
	background-color: var(--white);
	border: 3px solid #03a9f5;
	color: #03a9f5;
	padding: 10px 40px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 16px;
	margin-top: 30px;
	transition: background-color 0.5s ease, color 0.5s ease;
}

.caption button:hover {
	cursor: pointer;
	color: var(--white);
	background-color: #03a9f5;
}

.caption button:focus {
	outline: none;
}

.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	background-color: var(--white);
	border-radius: 5px;
	display: inline-block;
	transition: background-color 0.6s ease, height 0.6s;
}

.slide-control {
	position: absolute;
	left: 30px;
	top: 50%;
	width: 10px;
	text-align: center;
}

.dot:hover {
	background-color: #03a9f5;
}

.dot.active {
	background-color: #03a9f5;
	height: 60px;
}

/* fade animation */

.fade {
	animation-name: fade;
	animation-duration: 1.0s;
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.0s;
}

/* Services Page */

.services{
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
}
.max-width{
    max-width: 1300px;
    padding: 0 45px;
    margin: auto;
}
.max-width h1{
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin-top: 5rem;
    margin-bottom: 60px;
    padding-bottom: 20px;
    /* font-family: sans-serif; */
}
.max-width h1::after{
    content: '';
    position: absolute;
    height: 3px;
    width: 170px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.card{
    background: #222;
    text-align: center;
    border-radius: 6px;
    padding: 50px 25px;
    user-select: none;
    width: calc(26% - 20px);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
    height: 350px;
}
.card:hover{
    background: #03a9f5;
}
.box{
    transition: all 0.3s ease;
}
.card:hover .box{
    transform: scale(1.05);
}
.box i{
    font-size: 50px;
    color: #115386;
    transition: color 0.3s ease;
}
.card:hover .box i{
    color: #fff;
}
.box h3{
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 7px;
}

/* about Us Page */

.about{
    height: 100vh;
    width: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 3rem; */
    
}

.about .aboutmain img{
    width: 580px;
    max-width: 100%;
    height: auto;
    padding: 0 10px;
}

.all-text{
    width: 600px;
    max-width: 100%;
    padding: 0 10px;
}

.aboutmain{
    width: 1290px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;

}

.all-text h4{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #777777;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 10px;

}

.all-text h1{
    font-size: 65px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 20px;

}

.all-text p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    margin-bottom: 35px;

}

.btn button{
    background: white;
    padding: 20px 32px;
    font-size: 16px;
    font-weight: bold;
    color: #111111;
    border: none;
    outline: none;
    box-shadow: 0px 16px 32px rgb(0 0 0 / 6%);
    margin-right: 20px;
}

.btn button:hover{
    background-color: #03a9f5;
    color: white;
    transition: .3s;
    cursor: pointer;
}

.btn .about-btn2{
    background: #111111;
    color: white;
}

/* Contact Page */

.contactUs{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 100px;
}

.contactUs .title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    margin-top: 10rem;
}

.contactUs .title h2{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 500;
}

.form{
    grid-area: form;
}

.info{
    grid-area: info;
}

.map{
    grid-area: map;
}

.contact{
    padding: 40px;
    background: white;
    box-shadow: 0 5px 35px rgba(0,0,0,0.15);
}

.contact h3{
    color: #03a9f5;
}

.contactbox{
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-template-areas: 
    "form info"
    "form map";
    grid-gap: 20px;
    margin-top: 20px;
}


/* Form */

.formBox{
    position: relative;
    width: 100%;
}

.formBox .row50{
    display: flex;
    gap: 20px;
}

.inputBox{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 50%;
}

.formBox .row100 .inputBox{
    width: 100%;
}

.inputBox span{
    color: #03a9f5;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}

.inputBox input{
    padding: 10px;
    font-size: 1.1em;
    outline: none;
    border: 1px solid #333;
}

.inputBox textarea{
    padding: 10px;
    font-size: 1.1em;
    outline: none;
    border: 1px solid #333;
    resize: none;
    min-height: 220px;
    margin-bottom: 10px;
}

.inputBox input[type="submit"]{
    background: #03a9f5;
    color: #fff;
    border: none;
    font-size: 1.1em;
    max-width: 120px;
    font-weight: 500;
    cursor: pointer;
    padding: 14px 15px;
}

.inputBox ::placeholder{
    color: #999;
}

/* Info */

.info{
    background: #0e3959;
}

.info h3{
    color: #fff;
    margin-bottom: 1rem;
}

.info .infobox div{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.info .infobox div span{
    min-width: 40px;
    height: 40px;
    color: #fff;
    background: #18b7ff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    border-radius: 50%;
    margin-right: 15px;
}

.info .infobox div p{
    color: #fff;
    font-size: 1.1em;
}

.info .infobox div a{
    color: #fff;
    text-decoration: none;
}

.sci{
    margin-top: 40px;
    display: flex;
}

.sci li{
    list-style: none;
    margin-right: 15px;
}

.sci li a{
    color: #fff;
    font-size: 2em;
    color: #ccc;
}

.sci li a:hover{
    color: #fff;
}

.map{
    padding: 0;
}

.map iframe{
    width: 100%;
    height: 100%;
}

@keyframes fade {
	from {
		opacity: .4
	} to {
		opacity: 1
	}
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	} to {
		opacity: 1
	}
}

@media screen and (max-width: 1370px){
    .max-width h1{
        padding: 0px;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .sa4{
        background: #03a9f5;
        overflow: scroll;
    }
}

@media screen and (max-width: 1250px) {

    .navbar {
        padding: 15px 10px;
        margin-bottom: 0.5em;
       
    }

    /* Services */

    .max-width{
        padding: 0 25px;
    }

    .max-width h1{
        padding: 0px;
        margin-top: -1rem;
        margin-bottom: 1rem;
    }

    .max-width h1::after{
        margin-top: -10rem;
    }

    .card{
        width: calc(34% - 2em);
        height: 250px;
        margin-bottom: 20px;
        padding: 0.5em 1em;
    }

    .box i{
        font-size: 50px;
        color: #115386;
        transition: color 0.3s ease;
    }

    /* About */

    .about{
        width: 100%;
        height: auto;
        padding: 60px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about .aboutmain img{
        width: 250px;
        max-width: 100%;
        height: auto;
        padding: 0 5px;
    }

    .all-text{
        text-align: center;
        margin-top: 40px;
    }

    .all-text h1{
        font-size: 30px;
        color: #111111;
        font-weight: 700;
        margin-bottom: 20px;
    
    }
}

@media screen and (max-width: 1280px){

    /* Services */

    .max-width h1{
        margin-top: 1rem;
        margin-bottom: 2rem;
    } 

    .about{
        padding-top: 3rem;
    }

    .sa4{
        background: #03a9f5;
        overflow: scroll;
    }

    .contactUs .title{
        margin-top: 5rem;
    }
}

@media(max-width: 1024px){

    

    .sa4{
        background: #03a9f5;
        overflow: scroll;
    }

    .contactUs{
        padding: 20px;
    }

   

    .contactbox{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        "form"
        "info"
        "map";
    }

    .formBox .row50{
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .inputBox{
        width: 100%;
    }

    .contact{
        padding: 30px;
    }

    .map{
        min-height: 300px;
        padding: 0;
    }
}

@media screen and (max-width: 851px) {

    .navbar{
        padding: 10px 10px;
        margin-bottom: 0px;
    }

    .navbar img{
        max-height: 15vh;
    }

    .navbar a {
        font-size: 14px;
    }

    .caption h2 {
        margin-top: 30px;
        margin-bottom: 30px;
        
        font-size: 25px;
    }

    .caption p{
        font-size: 18px;
    }

    /* Services */

    .max-width h1{
        font-size: 20px;
        margin-top: -1rem;
        margin-bottom: 0.5rem;
        padding: 5px;
    }

    .box i{
        font-size: 25px;
    }

    .box h3{
        font-size: 14px;
    }

    .box p{
        font-size: 12px;
    }

    .card{
        width: calc(35% - 20px);
        height: 170px;
        padding: 0.5em 1em;
    }


     /* About */

    .about{
        width: 100%;
        height: auto;
        padding: 30px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about .aboutmain img{
        width: 250px;
        max-width: 100%;
        height: auto;
        padding: 0 10px;
        margin-top: 20px;
    }

    .all-text{
        width: 400px;
        max-width: 100%;
        padding: 0 10px;
    }

    .all-text p{
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .all-text h1{
        font-size: 20px;
        color: #111111;
        font-weight: 700;
        margin-bottom: 5px;
    
    }

    .btn button{
        padding: 5px 10px;
        margin-right: 5px;
    }

    /* About */

    .contactUs .title{
        font-size: 30px;
    }
    

}


@media screen and (max-width: 800px) {

    .navbar{
        padding: 10px 10px;
        margin-bottom: 0px;
    }

    .navbar img{
        max-height: 15vh;
    }

    .navbar a {
        font-size: 14px;
    }

    .caption h2 {
        margin-top: 30px;
        margin-bottom: 30px;
        
        font-size: 25px;
    }

    .caption p{
        font-size: 18px;
    }

    /* Services */

    .max-width h1{
        font-size: 20px;
        margin-top: -1rem;
        margin-bottom: 0.5rem;
        padding: 5px;
    }

    .box i{
        font-size: 25px;
    }

    .box h3{
        font-size: 14px;
    }

    .box p{
        font-size: 12px;
    }

    .card{
        width: calc(35% - 20px);
        height: 170px;
        padding: 0.5em 1em;
    }


     /* About */

    .about{
        width: 100%;
        height: auto;
        padding: 30px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about .aboutmain img{
        width: 250px;
        max-width: 100%;
        height: auto;
        padding: 0 10px;
        margin-top: 20px;
    }

    .all-text{
        width: 400px;
        max-width: 100%;
        padding: 0 10px;
    }

    .all-text p{
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .all-text h1{
        font-size: 20px;
        color: #111111;
        font-weight: 700;
        margin-bottom: 5px;
    
    }

    .btn button{
        padding: 5px 10px;
        margin-right: 5px;
    }

    /* About */

    .contactUs .title{
        font-size: 30px;
    }
    

}

@media screen and (max-width: 780px) {

    .navbar{
        padding: 10px 10px;
        margin-bottom: 0px;
    }

    .navbar img{
        max-height: 15vh;
    }

    .navbar a {
        font-size: 14px;
    }

    .caption h2 {
        margin-top: 30px;
        margin-bottom: 30px;
        
        font-size: 25px;
    }

    .caption p{
        font-size: 18px;
    }

    /* Services */

    .max-width h1{
        font-size: 20px;
        margin-top: -1rem;
        margin-bottom: 0.5rem;
        padding: 5px;
    }

    .box i{
        font-size: 25px;
    }

    .box h3{
        font-size: 14px;
    }

    .box p{
        font-size: 12px;
    }

    .card{
        width: calc(35% - 20px);
        height: 170px;
        padding: 0.5em 1em;
    }


     /* About */

    .about{
        width: 100%;
        height: auto;
        padding: 30px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about .aboutmain img{
        width: 250px;
        max-width: 100%;
        height: auto;
        padding: 0 10px;
        margin-top: 20px;
    }

    .all-text{
        width: 400px;
        max-width: 100%;
        padding: 0 10px;
    }

    .all-text p{
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .all-text h1{
        font-size: 20px;
        color: #111111;
        font-weight: 700;
        margin-bottom: 5px;
    
    }

    .btn button{
        padding: 5px 10px;
        margin-right: 5px;
    }

    /* About */

    .contactUs .title{
        font-size: 30px;
    }
    

}


@media screen and (max-width: 600px) {
	.navbar {
		padding: 10px;
	}

    .logo{
        margin-top: 10px;
    }

    .navbar a {
        padding-top: 40px;
    }
	
	.navbar .menu {
		display: none;
	}

	.navbar .icon {
		display: block;
		position: absolute;
		top: 13px;
		right: 13px;
	}

	.navbar.show {
		/* background: var(--black); */
        background: rgba(0, 0, 0, 0.694);
	}

	.navbar.show .menu {
		display: block;
		width: 100%;
	}

	.navbar.show .menu a {
		width: 100%;
	}

    .caption{
        justify-content: center;
        height: 70vh;
        max-width: 70vw;

    }

    .caption h2{
        font-size: xx-large;
    }

    .content{
        max-height: 100%;
        
    }

    .card{
        width: 100%;
    }

    .max-width h1{
        
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .sa2 {
        overflow: scroll;
        
    }

    .about .aboutmain img{
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .all-text h1{
        font-size: 30px;
        margin-bottom: 20px;

    }

    .sa3 {
        overflow: scroll;
        
    }

}