@import url('https://fonts.googleapis.com/css2?family=Kameron:wght@400;700&family=Roboto+Slab:wght@400;700&family=Roboto:wght@400;700&display=swap');

*
{
	margin:0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	box-sizing: border-box;
	line-height: 1.8;
}

.container-row
{
	display: flex;
}

.container-column
{
	display: flex;
	flex-direction: column;
}

.container-row-margin
{
	display: flex;
	margin: 0 20%;
}

.container-column-margin
{
	display: flex;
	flex-direction: column;
	margin: 0 20%;
}

.container-row-padding
{
	display: flex;
	padding: 0 20%;
}

.container-column-padding
{
	display: flex;
	flex-direction: column;
	padding: 0 20%;
}

h1
{
	text-align: center;
	font-size: 2.5em;
	font-family: 'Roboto Slab', serif;
}

h2
{
	text-align: center;
	font-size: 1.5em;
	font-family: 'Roboto Slab', serif;
}

.under-div
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0 20px 0; 
}

.under
{
	border-top: 0.3em solid #1e90ff;
	width: 5%;
}

.all-center
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 25%;
}

.all-center p 
{
	width: 100%;
}

#backtotop
{
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: auto;
    font-size: 24px;
    text-align: center;
    opacity: .2;
    color: #fff;
    writing-mode: vertical-lr;
}

#backtotop i
{
    display: block;
    color: inherit;
}

#backtotop.visible
{
    visibility: visible;
    opacity: 0.8;
    background: #1e90ff;
}

#backtotop:hover
{
	cursor: pointer;
	opacity: 1;
    background: #1e90ff;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}

.inquiry
{
	z-index: 9;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: auto;
    height: auto;
    font-size: 1em;
    text-align: center;
    color: #000;
    background-color: #f6da38;
    border: 0.1em solid #000;
}

.inquiry i
{
	color: inherit;
}

.inquiry:hover
{
	color: #fff;
    background-color: #1e90ff;
    border: 0.1em solid #f6f6f6;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: 1s;
}

@media screen and (max-width: 950px)
{
	.all-center
	{
		margin: 0;
	}

	#backtotop
	{
		font-size: 12px;
	}
}

.read-more-area
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.read-more
{
	border-radius: 25px;
	border: 0.1em solid #000;
	padding: 0 10px;
	margin-top: 30px;
	background-color: #f6f6f6;
}

.read-more a
{
	color: #000;
	text-decoration: none;
}

.read-more:hover, .read-more:focus
{
	background-color: #1e90ff;
	font-weight: bold;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	transition: 0.5s;
	transform: scale(1.1);
}

.read-more a:hover, .read-more a:focus
{
	color: #fff;
}

.division-padding
{
	padding-top: 40px;
	padding-bottom: 40px;
}

i
{
	font-size: 2em;
	margin: 15px;
	color: #000;
}

.services-box
{
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	border: 0.1em solid lightgrey;
	flex-direction: column;
	margin-bottom: 30px;
}

.services-box p
{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #000;
	margin-bottom: 15px;
}

.icon-box
{
	border-radius: 50px;
	border: 0.1em solid #000;
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0; 
}

.services-box:hover .icon-box
{
	border-color: #1e90ff;
	box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.2);
	background-color: #1e90ff;
	transition: 0.75s;
}

.services-box:hover .icon-box i
{
	color: #fff;
	transition: 0.75s;
}

.services-box:hover
{
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	transition: 0.5s;
	transform: scale(1.1);
}

.services-box:hover p
{
	color: #1e90ff;
	transition: 0.5s;
}

a
{
	text-decoration: none;
}

footer
{
	background-color: #22242A;
	color: #fff;
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.footer-box
{
	width: 18vw;
}

.footer-field
{
	width: 100%;
	border-left: none;
	border-right: none;
	color: #fff;
	border-top: 0.01em solid #fff;
	border-bottom: 0.01em solid #fff;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 30px;
}

.footer-box p, .footer-box i
{
	color: #fff;
}

.footer-2
{
	background-color: #2F323A;
	padding: 60px 0;
}

.footer-box i
{
	font-size: 1em;
}

.footer-box p
{
	margin-bottom: 10px;
}

.footer-box a:hover p
{
	color: #1e90ff;
	font-weight: bold;
}

.footer-box a:hover p i
{
	color: #1e90ff;
	font-weight: bold;
}

nav .main-menu .menu-options ul li i
{
	font-size: 0.75em;
	color: #fff;
}

nav .main-menu .company-name p
{
	color: #1e90ff;
	font-weight: 900;
	font-size: 2em;
}

nav .main-menu .company-name p span
{
	color: #fff000;
}

nav .main-menu
{
	background-color: #22242A;
	display: flex;
	box-shadow: 0.1em 0.1em 0.5em black;
	top: 0;
	left: 0;
	height: 4em;
	padding: 0 5%;
	align-items: center;
	z-index: 999;
	position: sticky;
}

nav .main-menu .menu-options ul
{
	display: flex;
	width: 100%;
}

nav .main-menu .menu-options ul li
{
	list-style: none;
	position: relative;
	width: 100%;
}

nav .main-menu .menu-options ul li a,
nav .main-menu .menu-options ul li p
{
	text-decoration: none;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	height: 4em;
}

nav .main-menu .menu-options ul li a:hover,
nav .main-menu .menu-options ul li p:hover
{
	border-top: solid 8px #1e90ff;
	border-bottom: solid 8px #1e90ff;
	transition: 0.3s;
	color: #1e90ff;
	font-weight: bold;
}

nav .main-menu .menu-options ul li p:hover i
{
	color: #1e90ff;
	transition: 0.3s;
}

nav .main-menu .menu-options ul li p
{
	color: #fff;
}

nav .main-menu .menu-options .dropdown
{
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 100%;
}

nav .main-menu .menu-options .dropdown:hover
{
	display: block;
}

nav .main-menu .menu-options .dropdown li
{
	display: none;
	position: relative;
	background-color: #22242A;
	text-align: center;
}

nav .main-menu .menu-options .dropdown a:hover
{
	color: #1e90ff;
}

nav .main-menu .menu-options li:hover .dropdown li
{
	display: block;
	position: relative;
}


nav .main-menu .company-name,
nav .main-menu .menu-options
{
	width: 50%;
	display: flex;
}

@media screen and (max-width: 950px)
{
	.footer-2 .container-row-margin, .footer-2 .container-row-margin div
	{
		flex-direction: column;
		display: flex;
	}

	.footer-box
	{
		width: 70vw;
		margin-bottom: 30px;
	}

	.under
	{
		width: 20%;
	}
}

.services-box-margin
{
	margin-right: 15px;
	margin-left: 15px;
}

.home
{
	height: 72vh;
	overflow: hidden;
	position: relative;
}

.home .slide
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 1; 
	display:none;
	padding: 0 15px;
	animation: slide 2s ease;
}

.home .slide.active
{
	display: flex; 
}

@keyframes slide
{
	0%
	{
		transform: scale(1.1);
	}

	100%
	{
		transform: scale(1);
	}
}

.container
{
	max-width: 1170px;
	margin:auto;
}

.home .container-slide
{
	 flex-grow: 1;
}

.home .caption
{
	width: auto;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 1em;
	opacity: 0;
	animation: captionText 0.5s ease forwards;
	animation-delay: 1s;
	bottom: 30px;
	right: 30px;
	position: absolute;
}

.home .caption p
{
	font-size: 18px;
	color: #fff;
	text-align: right;
}

.home .slide.active .caption p
{
	opacity: 0;
	animation: captionText .5s ease forwards;
	animation-delay: 1.2s;
}

@keyframes captionText
{
	0%
	{
		opacity: 0;
		transform: translateX(-100px);
	}

	100%
	{
		opacity: 1;
		transform: translateX(0px);	
	}
}

.home .controls .prev,
.home .controls .next
{
	position: absolute;
	z-index: 2;
	top : 50%;
	height: 45px;
	width: 45px;
	margin-top: -20px;
	color:#ffffff;
	background-color: rgb(52, 152, 219);
	text-align: center;
	cursor:pointer;
	transition: all .5s ease;
}

.home .controls .prev:hover,
.home .controls .next:hover
{
	background-color: rgba(37, 85, 218, 0.8);
}

.home .controls .prev
{
	left: 0;
}

.home .controls .next
{
	right: 0;
}

.home .indicator
{
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 2;
	transform: translateX(-50%);
	cursor: pointer;
}

.home .indicator div
{
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #ffffff;
	background-color: rgb(52, 152, 219);
	border-radius :50%;
	text-align: center;
	line-height: 25px;
	margin: 0 3px;
}

.home .indicator div.active
{
	background-color: rgba(37, 85, 218, 0.8);
}

@media(max-width: 767px)
{
	.controls
	{
		display: none;
	}
}

.controls i
{
	font-size: 1.2em;
	color: #fff;
}

.client-box
{
	display: flex;
	flex-direction: row;
}

.client-logo
{
	flex-wrap: wrap;
	margin: 20px 0;
}

.client-logo:hover
{
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	transform: scale(1.1);
}

.justify
{
	text-align: justify;
}

.logo-margin
{
	width: 15%;
	margin-right: 2%;
}

.logo-no-margin
{
	width: 15%;
}

.logo-info
{
	width: 15%;
	margin-right: 2%;
	text-align: center;
}

.tab 
{
	display: flex;
  	overflow: hidden;
  	align-items: center;
  	text-align: center;
  	width: 100%;
}

.tab div 
{
	border-right: 1em solid white;
	width: 100%;
  	background-color: #22242A;
  	border-color: transparent;
  	outline: none;
  	cursor: pointer;
  	padding-top: 0.75%;
  	padding-bottom: 0.75%;
  	transition: 0.3s;
  	color: #fff;
  	margin-right: 0.1%;

}

.tab div:hover
{
  	background-color: #0069cf;
  	color: #fff;
}

.tab div.active 
{
  	background-color: #1e90ff;
  	color: #fff;
}

.tabcontent 
{
	border: 0.1em solid lightgrey;
  	display: none;
  	padding-top: 1em;
  	font-size: 1em;
}

.tabcontent-container
{
	display: flex;
	flex-direction: column;
	padding: 0 20%;
	margin-bottom: 30px;
}

h3
{
	text-align: center;
}

legend	
{
	text-align: center;
	font-weight: bold;
}

fieldset
{
	border-right: none;
	border-left: none;
	border-bottom: none;
	margin-left: 10%;
	margin-right: 10%;
}

.two-row
{
	width: 45%;
}

.two-row-margin
{
	width: 45%;
	margin-right: 10%;
}

.supplies-box
{
	margin: 2% 5%;
	display: flex;
	flex-direction: row;
}

.supplies-box img:hover
{
	border: 0.1em solid lightgrey;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	transform: scale(1.025);
}

.supplies-box p
{
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.three-row
{
	width: 30%;
}

.three-row-margin
{
	width: 30%;
	margin-right: 5%;
}

.supplies-list
{
	margin: 2% 10%;
	display: flex;
	flex-direction: row;
}

.supplies-list div ul p
{
	font-weight: bold;
	margin-bottom: 30px;
}

.mission-vision-box
{
	border: 0.1em solid lightgrey;
	padding: 1em;
	margin: 0 5%;
	background-color: #f6f6f6;
	width: 40%;
}

.mission-vision-box:hover
{
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}

.mission-vision-box p
{
	text-align: center;
	margin-top: 10px;
}

.black-border
{
	border: 0.1em solid #000;
}

.text-center
{
	text-align: center;
	margin-bottom: 30px;
}

.four-row
{
	width: 22%;
}

.four-row-margin
{
	width: 22%;
	margin-right: 4%;
}

.five-row
{
	width: 18%;
}

.five-row-margin
{
	width: 18%;
	margin-right: 2.5%;
}

.fw
{
	font-weight: bold;
}

@media screen and (max-width: 950px)
{
	.container-row-margin
	{
		margin: 10% 0%;
	}

	.container-column-margin
	{
		margin: 10% 0%;
	}

	.container-row-padding
	{
		padding: 10% 0%;
	}

	.container-column-padding
	{
		padding: 10% 0%;
	}

	.container-column-padding, .container-row-padding, .container-column-margin, .container-row-margin
	{
		padding: 0 5%;
	}

	.tabcontent-container
	{
		padding: 0;
		margin: 0;
	}

	.mission-vision-box
	{
		margin: 5% 10%;
		width: 100%;
	}

	.home .caption
	{
		bottom: 0;
		right: 0;
	}
	
	
}
@media screen and (max-width: 1680px)
{
	.home .indicator
	{
		bottom: 30px;
		left: 680px;
	}
}

@media screen and (max-width: 1600px)
{
	.home .indicator
	{
		bottom: 30px;
		left: 600px;
	}
}

@media screen and (max-width: 1440px)
{
	.home .indicator
	{
		bottom: 30px;
		left: 440px;
	}
}

@media screen and (max-width: 1400px)
{
	.home .indicator
	{
		bottom: 30px;
		left: 400px;
	}
}

@media screen and (max-width: 1366px)
{
	.home .indicator
	{
		bottom: 30px;
		left: 366px;
	}
}

@media screen and (max-width: 1360px)
{
	.home .indicator
	{
		bottom: 30px;
		left: 360px;
	}
}

@media screen and (max-width: 1280px)
{
	.home .indicator
	{
		bottom: 30px;
		left: 280px;
	}
}

@media screen and (max-width: 1124px)
{
	.home .indicator
	{
		bottom: 0px;
		top: 30px;

	}
}

@media screen and (max-width: 1024px)
{
	.home .indicator
	{
		bottom: 0px;
		top: 30px;

	}
}

@media screen and (max-width: 800px)
{
	.home .indicator
	{
		bottom: 0px;
		top: 30px;
	}
}

.modal
{
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content
{
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close
{
	top: 120px;
	right: 11%;
	position: absolute;
}

.close i
{
	color: #000;
}

.close i:hover,
.close i:focus
{
	cursor: pointer;
	color: #fa1e3c;
}

.contact-section
{
	margin-top: 50px;
  	width: 100%;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.contact-info
{

  	max-width: 500px;
  	line-height: 2.5em;
  	margin-right: 50px;
  	font-size: 18px;
}

.contact-info i
{
  	margin-right: 20px;
  	font-size: 25px;
}

.contact-form
{
  	max-width: 700px;

}

.contact-info, .contact-form
{
  	flex: 1;
}

.contact-form h2
{

  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact-form .text-box
{
  width: calc(50% - 10px);
  height: 50px;
  padding: 12px;
  font-size: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  opacity: 0.9;
}

.contact-form .text-box:first-child
{
  	margin-right: 15px;
}

.contact-form textarea
{
  	width: 100%;
  	padding: 12px;
  	font-size: 15px;
  	min-height: 200px;
  	max-height: 400px;
  	resize: vertical;
  	border-radius: 5px;
  	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  	margin-bottom: 20px;
  	opacity: 0.9;
}

.contact-form .send-btn
{
  	float: right;
  	background: #1e90ff;
  	color: #fff;
  	border: none;
  	width: 120px;
  	height: 40px;
  	font-size: 15px;
  	font-weight: 600;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	border-radius: 5px;
  	cursor: pointer;
  	transition: 0.3s;
  	transition-property: background;
}

.contact-form .send-btn:hover
{
  	background: #0055a7;
}

@media screen and (max-width: 950px)
{
	.contact-section
  	{
    	flex-direction: column;
  	}

  	.contact-info, .contact-form
  	{
    	margin: 30px 50px;
  	}

  	.contact-form h2
  	{
    	font-size: 30px;
  	}

  	.contact-form .text-box
  	{
    	width: 100%;
  	}

  	.modal-content
  	{
  		margin: 0;
  		padding: 0;
  		width: 100%;
  	}

  	.close
  	{
  		right: 0px;
  		top: 100px;
  	}
}

.loader
{
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}

.loader div
{
	background: #fff;
	width: 16px;
	height: 32px;
	margin-left: 10px;
	animation: loader 1.2s infinite;
	z-index: 999;
}

@keyframes loader
{
	50%
	{
		height: 64px;
	}
}

.loader div:nth-child(1)
{
	background: #0055a7;
	animation-delay: -0.40s;
}

.loader div:nth-child(2)
{
	background: #0073e2;
	animation-delay: -0.20s;
}

.loader div:nth-child(3)
{
	background: #1e90ff;
	animation-delay: 0s;
}

