body {
    font-family: poppinsregular,sans-serif;
    font-size: 18px;
    color: #616161;
    line-height: 33px;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, ::after, ::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
.top-secton {
    position: relative;
    background: #fff;
}
.top-secton .top-header {
    background: #243f51;
    padding: 2px 0;
}
@media (max-width: 767px){
.top-header {
    display: none;
}
}
@media (min-width: 768px){
.container {
    max-width: 720px;
}}
.text-right {
    text-align: right!important;
    background-color: ;
    height: 5.5vh;
}
.top-contact-strip ul {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 2px 0;
}

.top-contact-strip.text-right ul li {
    padding: 0;
}
.top-contact-strip ul li a strong {
        color: #fcaf38;
    font-weight: 700;
    padding-right: 5px;
    font-family: 'Poppins';
}
}
b, strong {
    font-family: poppinsbold;
}
.top-contact-strip ul li a {
    padding: 0 14px;
    color: #fff;
    font-weight: 300;
    border-right: none;
    line-height: 9px!important;
    font-size: 15px;
    position: relative;
}
.top-contact-strip ul li  button{
    padding: 0 14px;
    color: #fff;
    font-weight: 300;
    border-right: none;
    line-height: 9px!important;
    font-size: 15px;
    position: relative;
	background:#009bcb;
}









a {
    transition: .4s all ease-in-out;
    text-decoration: none;
}
.container {
    max-width: 100%;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

html{
	scroll-behavior: smooth;
	scroll-snap-type: mandatory;
}
body{
	margin: 0;
	font-family: 'poppins', sans-serif;
	overflow-x: hidden;
}
*{
	box-sizing: border-box;
	margin: 0;
}
.containerr{
	max-width: 1170px;
	margin: auto;
	-ms-flex:0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	height: 100vh;
	position: relative;
	color: black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.row{
	display: flex;
	flex-wrap:wrap;
	
}
/* social-links-media start */
.sml1{
	background-color:darkblue;
	width:100%;
	height:10vh;
}

/* social-links-media end*/




.section-title{
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.section-title h1{
	display:inline-block;
	font-size: 50px;
	text-transform: uppercase;
	color: #302d2d;
	margin: 0 0 10px;
	position: relative;
}
.section-title h4{
	font-size: 20px;
	color:#423940;
	position: relative;
	padding-bottom: 14px;
}
.section-title h1::before{
	content: '';
	height:6px;
	background-color: #009bcb;
	position: absolute;
	bottom: 0;
	left: 0;
	width:100px;
	right:0;
	margin:auto;
}

.dropdown-menu {display: block;visibility: hidden;opacity:0;transform: translateY(50px);transition:.5s ease all;}
.dropdown-menu.show {display: block;visibility: visible;opacity:1;transform: translateY(0px);transition:.5s ease all;}




.nav-link{
	margin-left:50px;
	font-size: 15px;
	text-decoration: none;
	line-height:50px;
	color: #009bcb;
	display: block;
	font-weight:600;
	position: relative;
		
}
.nav-link{
	color: #black;
}
.nav-link::before{
	
	content: '';
	height:3px;
	background-color: white;
	width: 0%;
	position: absolute;
	right: 0;
	bottom: 8px;
	transition: all .5s ease;
}
.nav-link:hover::before{
	width: 100%;
	left: 0;
	
}
.nav-link.active::before
{
	width: 100%;
	left: 0;
}
.navbar-nav{
	margin-left:150px;
}



/* home background starts from here */

.homeintro{
	-ms-flex:0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	height: 100vh;
	position: relative;
	color: #f5f5f5;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	
}
.homeintro .intro-content-in{
	text-align: center;
	position: absolute;
}
.homeintro .overlay-intro{
	background-color: rgba(0, 0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	widows: 100%;
	opacity: .9;
		
}
.homeintro .title-intro{
	color: #f5f5f5;
	font-weight: 600;
	font-size: 4rem;
	text-align: center;
	padding-left: 350px;
	padding-top: 250px;
}
.homeintro .sub-intro{
	font-size: 28px;
	font-weight: 600;
	padding-left: 380px;
}
/* home background ends  */

.content{
	background-color:lavender;
	max-width:100%;
	height:auto;
}

/* abouy section starts from here */
.about{
	width: 100%;
	height:80vh;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 5% 0 5%;
	margin-bottom: 30px;
	position: relative;
}
.about-text{
	font-family: calibri;
	width: 50%;
}
.abput-text h1{
	font-size:5rem;
	color: #2e302f;
}
.abput-text h2{
	font-size:3rem;
	color: #2e302f;
	font-weight: 400;
}
.about-text h1,h2{
	margin: 0;
	padding: 0;
}
.about-text p{
	font-size: 1.5rem;
	color: #0c0c17;
	padding-bottom: 25px;
}
.about .about-mdel img{
	height: 560px;
	
}
.prgh p{
	margin-left:200px;
	margin-right:200px;
	font-size:20px;
	
}
/* conatct starts here */
.contact-sect{
	display: flex;
	align-items: center;
	min-height: 120vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.container-in{
	position: relative;
	min-width: 1100px;
	min-height:  590px;
	display: flex;
}
.contact-sect .container-in .contact-info{
	position: absolute;
	top: 40px;
	width: 340px;
	height:calc(100% - 80px);
	background: #0f3959;
	z-index: 1;
	padding: 30px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 20px 20px rgba(0,0,0,0.6);
}
.contact-sect .container-in .contact-info h2{
	color: #f5f5f5;
	font-size: 24px;
	font-weight: 600;
}
.contact-sect .container-in .contact-info .info-in{
	position: relative;
	margin: 20px 0;	
}
.contact-sect .container-in .contact-info .info-in li{
	position: relative;
	list-style: none;
	display:flex;
	margin: 30px 0;
	align-items: flex-start;
	cursor: pointer;
}
.contact-sect .container-in .contact-info .info-in li span:nth-child(1){
	width: 30px;
	min-height: 30px;
}
.contact-sect .container-in .contact-info .info-in li span:nth-child(1) i{
	max-width:100%;
	opacity: 0.5;
	filter:invert(1);
	
}
.contact-sect .container-in .contact-info .info-in li span:nth-child(2){
	color: #ffffff;
	margin-left: 10px;
	font-weight: 500;
	opacity: 0.7;
}
.contact-sect .container-in .contact-info .info-in li span:nth-child(2) i
.contact-sect .container-in .contact-info .info-in li span:nth-child(2) {
	opacity: 1;
}
.contact-sect .container-in .contact-info .social-links-media{
	position: absolute;
	display: flex;
}
.contact-sect .container-in .contact-info .social-links-media li{
	list-style: none;
	margin-left: 22px;
	
}
.contact-sect .container-in .contact-info .social-links-media li a i {
	filter: invert(1);
	font-size: 25px;
	margin-top: 155px;
	color: #eeeeee;
}
.contact-sect .container-in .contact-info .social-links-media li:hover a i{
	color: #000000;
	
}
.contact-sect .container-in .contact-form-in{
	position: absolute;
	padding: 70px 40px;
	background: #ffffff;
	margin-left: 120px;
	padding-left: 250px;
	width: calc(100% - 150px);
	height: 100%;  
	border-radius: 10px;
	box-shadow: 0 50px 50px rgba(0, 0, 0, 0.6);
	
}
.contact-sect .container-in .contact-form-in h2{
	color: #0f3959;
	font-size: 24px;
	font-weight: 500;
	
}
.contact-sect .container-in .contact-form-in .in-box-form{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
	
}
.contact-sect .container-in .contact-form-in .in-box-form .in-box-input{
	position: relative;
	margin: 0 0 35px 0;
	
}
.contact-sect .container-in .contact-form-in .in-box-form .in-box-input.row1{
	width: 47%;
}
.contact-sect .container-in .contact-form-in .in-box-form .in-box-input.row2{
	width: 100%;
}
.contact-sect .container-in .contact-form-in .in-box-form .in-box-input input,
.contact-sect .container-in .contact-form-in .in-box-form .in-box-input textarea{
	width: 100%;
	font-size:18px;
	font-weight: 500;
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #504e7e;
}
.contact-sect .container-in .contact-form-in .in-box-form .in-box-input textarea{
	min-height: 185px;
	
}
.btn{
	background-color:#ef8a0ceb;
	font-size: 25px;
	font-family: poppinsbold;
	padding: 15px 35px;
	width:150px;
	text-align:center;
	
	color: #ffffff;
	border-radius: 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	white-space: nowrap;
	border: none;
	cursor: pointer;
	
}
.btn:hover{
	-webkit-transform:scale(1.1);
	transform:scale(1.1)''
}
/* conatct ends here */

.contact-sect2{
	display:none;
}

@media screen and (max-width:1024px){
	.container-in{
		width:100%;
	}
	.contact-sect .container-in .contact-form-in {
    position: absolute;
    padding: 70px 40px;
    background: #ffffff;
    margin-left: 120px;
    padding-left: 250px;
    width: 75%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 50px 50px rgb(0 0 0 / 60%);
}
}

@media screen and (max-width:768px){
	.container-in{
		width:100%;
	}
	.contact-sect .container-in .contact-form-in {
    position: absolute;
    padding: 70px 40px;
    background: #ffffff;
    margin-left: 120px;
    padding-left: 250px;
    width: 54%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 50px 50px rgb(0 0 0 / 60%);
}
}
@media screen and (max-width:425px){
	.contact-sect{
		display:none;
	}
	.contact-sect2{
		display:block;
	}
	.ctninner1{
		height:300px;
	}
	.ctninner1{
		margin:20px 0;
		padding:20px;
		background:#0f3959;
		border-radius:40px;
		height:400px;
	}
	.ctninner1 h1{
		color: #ffffff;
		font-weight:700;
	}
	.ctninner1 ul{
		list-style:none;
	}
	.ctninner1 ul li{
		    color: #ffffff;
    margin-left: 10px;
    font-weight: 500;
    opacity: 0.7;
	}
	.ctninner2{
		margin:20px 0;
		padding:20px;
		background:white;
		
		height:500px;
	}
	.ctninner2 h1{
		
		font-weight:700;
	}
	.ctninner2 .contact-form-in{
		margin:20px;
	}
	.ctninner2 .contact-form-in .in-box-input{
		margin:10px;
		width:100%;
		height:50px;
	}
	.ctninner2 .contact-form-in .in-box-input input{
		width:100%;
		height:50px;
		padding:10px;
		border-radius:20px;
		border:2px solid gray;
	}
	.ctninner2 .contact-form-in .in-box-input textarea{
		width:100%;
		height:50px;
		padding:10px;
		border-radius:20px;
		border:2px solid gray;
	}
}
