body {
	background: #f8f8f8;
	color: #606060;
	font-family: 'Proxima', sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}

html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-align: center;
	vertical-align: middle;
}

@font-face {
	font-family: 'Proxima';
	src: url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
	font-family: 'Proxima Bold';
	src: url(../fonts/ProximaNova-Bold.otf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Proxima Bold";
	font-weight: bold;
}

p {
	letter-spacing: 1px;
	line-height: 28px;
}

hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.title {
	padding-bottom: 40px;
}

.title h2 {
	color: #202020;
	line-height: 20px;
	padding-bottom: 30px;
}

.title p {
	padding-top: 14px;
	padding-bottom: 30px;
}

.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}

/* preloader section */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #fff;
	background: none repeat scroll 0 0 #f9f9f9;
}

.sk-spinner-rotating-plane.sk-spinner {
	width: 40px;
	height: 40px;
	background-color: #091E3E;
	border-radius: 50%;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@keyframes sk-rotatePlane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

/* home section */
#home {
	background: url('../images/home-bg.jpg') 100% 0 repeat-y fixed;
	background-size: cover;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	text-align: center;
}


#home h2 {
	letter-spacing: 2px;
}

#home .btn {
	background: #06A3DA;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	padding: 20px 40px;
	margin-top: 60px;
}

#home .btn:hover {
	background: #fff;
	color: #091E3E;
	transition: all 0.4s ease-in-out;
}

/* navigation section */
.navbar-default {
	background: #fff;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
	margin: 0 !important;
}

.navbar-default .navbar-brand {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	line-height: 40px !important;
}

.navbar-default .navbar-nav li {
	text-align: center;
}

.navbar-default .navbar-nav li a {
	color: #606060;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
}

.navbar-default .navbar-nav li a:hover {
	color: #06A3DA;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #606060;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #091E3E;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border: none;
	padding-top: 12px;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #091E3E;
	border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

/* intro section */
#intro {
	padding-top: 180px;
	padding-bottom: 140px;
}

#intro h4 {
	padding-bottom: 16px;
}

/* work section */
#work {
	background-color: #ffffff;
}

#work .container {
	width: 100%;
	padding: 0;
	margin: 0;
}

#work .title {
	padding: 100px 60px 60px 60px;
}

#work .bg-black {
	background-color: #303030;
	color: #ffffff;
}

#work .bg-red {
	background-color: #06A3DA;
	color: #ffffff;
}

#work h3 {
	padding-bottom: 60px;
}

#work .fa {
	color: #ffffff;
	cursor: pointer;
	font-size: 40px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	margin-top: 40px;
}

#work .fa:hover {
	background-color: #ffffff;
	border-radius: 50%;
	color: #303030;
}

/* team section */
#team {
	background: #202020 url('../images/team-bg.jpg') 50% 0 repeat-y fixed;
	color: #ffffff;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

#team h2 {
	color: #ffffff;
}

#team h3 {
	font-size: 20px;
	line-height: 10px;
}

#team h4 {
	color: #202020;
	line-height: 10px;
	font-weight: bold;
}

#team .team-des {
	background-color: #ffffffde;
	color: #010000;
	padding: 20px 12px;
	position: relative;
}

#team img {
	max-width: 100%;
	height: auto;
	padding-top: 60px;
}

/* portfolio section */
#portfolio {
	padding-top: 100px;
	padding-bottom: 100px;
}

#portfolio h2 {
	line-height: 20px;
}

#portfolio h3 {
	color: #091E3E;
	padding-bottom: 60px;
}

#portfolio a {
	text-decoration: none;
}

#portfolio img {
	border-radius: 1px;
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 0.8;
	margin-bottom: 34px;
	opacity: 0.6;
	transition: all 0.4s ease-in-out;
}

#portfolio img:hover {
	opacity: 0.9;
}


/* google map section */
#map-canvas {
	border: none;
	width: 100%;
	height: 400px;
}

/* contact section */
#contact {
	/* background: #f6f6f6 url('../images/contact-bg.jpg') 50% repeat-y fixed; */
	color: #ffffff;
	background-size: cover;
	padding-top:50px;
	padding-bottom: 100px;
}

#contact h2 {
	color: #ffffff;
}
#contact p {
	color: black;
}

#contact .form-control {
	border-radius: 4px;
	border: none;
	box-shadow: none;
	margin-bottom: 14px;
}

#contact input {
	height: 50px;
}

#contact input[type="submit"] {
	background-color: #06A3DA;
	color: #ffffff;
	height: 60px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
	background-color: #202020;
}

/* footer section */
footer {
	background: #202020;
	color: #ffffff;
	border-bottom: 10px solid #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

footer h2 {
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 20px;
}

footer p {
	line-height: 25px;
}

footer .copyright a {
	color: #091E3E;
}
footer .copyright {
	font-size: 9px;
	font-weight: 200;
}

.social-icon {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

.social-icon li {
	list-style: none;
	display: inline-block;
}

.social-icon li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #091E3E;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 56px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 0 6px 40px 6px;
}

.social-icon li a:hover {
	background: #080808;
}

@media screen and (max-width:980px) {
	.navbar-default .navbar-nav li a {
		padding-right: 14px;
		padding-left: 14px;
		font-size: 13px;
	}

	#intro h2 {
		font-size: 32px;
	}

	#work .title {
		padding: 80px 20px 20px 20px;
	}

	.portfolio-thumb .portfolio-overlay {
		padding-top: 24px;
	}
}

@media (max-width:767px) {
	.navbar-brand {
		padding-top: 6px;
	}
}

@media (max-width:400px) {
	#home h1 {
		font-size: 32px;
	}

	#home h2 {
		font-size: 22px;
	}

	#intro h2 {
		font-size: 20px;
	}

	.portfolio-thumb .portfolio-overlay {
		padding-top: 60px;
	}
}

.logo {
	max-width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.logo {
		max-width: 80px;
	}
}

@media (min-width: 769px) {
	.logo {
		max-width: 104px;

	}
}

/* Style for the container */
.contentsinotherpage {
	margin-bottom: 5%;
}

/* Style for the headings */
.contentsinotherpage h1 {
	text-align: justify;
	font-size: 32px;
}
.contentsinotherpage h1 hr{
	margin-left: 0%;
}

.contentsinotherpage h2 {
	text-align: center;
	font-size: 30px;
}

.contentsinotherpage h3 {
	text-align: justify;
	font-size: 28px;
}

.contentsinotherpage h3 hr{
	margin-left: 0%;
}

.contentsinotherpage h4 {
	text-align: justify;
	font-size: 26px;
}
.contentsinotherpage h4 hr{
	margin-left: 0%;
}

.contentsinotherpage h5 {
	text-align: justify;
	font-size: 24px;
}
.contentsinotherpage h5 hr{
	margin-left: 0%;
}

.contentsinotherpage h6 {
	text-align: justify;
	font-size: 24px;
}
.contentsinotherpage h6 hr{
	margin-left: 0%;
}
.contentsinotherpage hr {
	margin-top: 2%;
	margin-bottom: 5%;
}
.contentsinotherpage p {
	text-align: justify;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 2%;
}

.contentsinotherpage ul {
	padding-left: 20px;
	text-align: justify;
}

.contentsinotherpage li {
	font-size: 16px;
	line-height: 1.6;

}

.contentsinotherpage a {
	color: #007bff;
	text-decoration: none;
}

.contentsinotherpage a:hover {
	text-decoration: underline;
}

.contentsinotherpage header {
	font-weight: bold;
	font-size: 18px;
}

.contentsinotherpage ul header {
	padding-top: 2%;
	padding-bottom: 2%;
}
.container-inside {
	padding-left: 10%;
	padding-right: 10%;
}
.contentsinotherpage .space {
	padding-top: 5%;
}

.roww {
	display: flex;
	flex-wrap: wrap;
	padding-top: 4%;
	padding-bottom: 4%;
}

.card {
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #eeeeee;
	flex: 1;
	text-align: justify;
	/* Distribute remaining space equally among cards */
	height: 100%;
	/* Set the height to 100% */
	opacity: 0;
	/* Initially set opacity to 0 */
	animation: fadeIn 1s ease forwards;
	/* Apply the fade-in animation */
}

.card p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 0;
	color: black;
}

.card i {
	color: black;
}

.card li {
	color: black;
}

.card header {
	color: black;
	padding-bottom: 3%;
}

.card h5 {
	color: black;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@media (max-width: 992px) {
	.card {
		padding: 15px;
	}
}

@media (max-width: 768px) {
	.card {
		padding: 10px;
	}
}

@media (max-width: 576px) {
	.roww .col-md-3 {
		flex: 0 0 100%;
		/* Ensure each column takes full width */
		max-width: 100%;
		/* Ensure each column takes full width */
		margin-bottom: 10px;
	}
}

@media (max-width: 576px) {
	.roww .col-md-4 {
		flex: 0 0 100%;
		/* Ensure each column takes full width */
		max-width: 100%;
		/* Ensure each column takes full width */
		margin-bottom: 10px;
	}
}
@media (max-width: 576px) {
	.roww .col-md-6 {
		flex: 0 0 100%;
		/* Ensure each column takes full width */
		max-width: 100%;
		/* Ensure each column takes full width */
		margin-bottom: 10px;
	}
}

.contentsinotherpage .container-inside video {
	position: relative;
	padding-bottom: 4%;
}

.video-section1 {
	margin-top: 2%;
	margin-bottom: 2%;
}
/* 
.contentsinotherpage .card1 {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.contentsinotherpage .card1 header {
	font-weight: bolder;
	text-align: justify;
} */

.icon-list {
	list-style-type: none;
	/* Remove default list style */
	padding-left: 6%;
	/* Remove default left padding */
}

.icon-list li {
	position: relative;
	/* Required for absolute positioning of pseudo-element */
	padding-left: 30px;
	/* Add padding for the icon */
	margin-bottom: 10px;
	/* Add some space between list items */
	text-align: justify;
}

.icon-list li i {
	position: absolute;
	left: 0;
	top: 30%;
	transform: translateY(-50%);
	color: #091E3E;
	/* Change color as needed */
	font-size: 10px;
	/* Change font size as needed */
}

.other-container {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.other-container h3 {
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
}

.other-container ul {
	list-style-type: none;
	padding-left: 20px;
	color: #666;
}

.other-container li {
	margin-bottom: 10px;
}

.other-container i {
	color: black;
	margin-right: 8px;
}
/* .whatsapp-fab {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: green;
	color: white;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .whatsapp-fab img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
  } */

  /* Style for the floating action button */
  
.whatsapp-fab {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: white;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 1000;
  }
  
  /* Style for the icon inside the button */
  .whatsapp-fab i {
	margin-top: 16px;
  }
  
  /* Hover effect for the button */
  .whatsapp-fab:hover {
	background-color: #128c7e;
  }