@import url("https://fonts.googleapis.com/css?family=Merriweather:300,700,300italic,700italic|Source+Sans+Pro:900");
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;800&display=swap');



*
{
	box-sizing: border-box;
	padding: 0px;
	font-family: 'Rubik', sans-serif;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Rubik', sans-serif;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0.075em;
	/*text-transform: uppercase;*/
	margin: 0 0 1rem 0;
}

.welcome
{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.welcome h1
{
	line-height: 1;
	color: #fff;
}

.welcome .welcome_title p
{
	font-size: 2em;
	font-style: italic;
	margin-top: 1em;
	text-align: center;
	font-family: "Merriweather", Georgia, serif;
	color: #fff000;
}

.body-container
{
	min-height: 100vh;
	display: flex;
	justify-content: center;
	margin-top: -10vh;
}

.wrapper
{
	background-image: url('../images/background.jpg');
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top center;
	background-size: 100% auto;
}

.table-tab
{
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10vh;
	background-color: #0055a7;
	color: #fff;
}

.table-tab p
{
	text-transform: uppercase;
	letter-spacing: 0.35em;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Rubik', sans-serif;
	pointer-events: none;
}	

.table-tab:hover
{
	background-color: #1e90ff; /*4d4e52*/
}

.tab div.active
{
  	background-color: #fff;
  	color: #000;
}

.tab
{
	width: 100%; display: flex; flex-direction: row;
}

.hidden
{
	visibility: hidden;
}

fieldset legend  p
{
	font-size: 2em;
	font-family: 'Rubik', sans-serif;
}
legend	
{
	text-align: center;
	font-weight: bold;
}

fieldset
{
	border-right: none;
	border-left: none;
	border-bottom: none;
	margin-left: 5%;
	margin-right: 5%;
}

.two-row
{
	width: 45%;
}

.two-row-margin
{
	width: 45%;
	margin-right: 10%;
}

.supplies-box
{
	margin: 5% 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;*/
	font-size: 1.6em;
	line-height: 1.5;
	font-family:  Helvetica, sans-serif;
}

.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: 15px;
	font-size: 1.4em;

}

.supplies-list div ul li
{
	font-size: 1.3em;
}

.mission-vision-box
{
	border: 0.1em solid #000;
	padding: 2.5%;
	margin: 0 5%;
	background-color: #f6f6f6;
	width: 40%;
	font-family: 'Rubik', sans-serif;
}

.mission-vision-box:hover
{
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.8);
}

.mission-vision-box h3
{
	text-align: center;
	font-size: 1.5em;
}

.mission-vision-box p
{
	text-align: center;
	margin-top: 10px;
	font-size: 1.3em;
	line-height: 1.8;
}

.black-border
{
	border: 0.1em solid #000;
}

.text-center
{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 5%;
	font-size: 1.3em;
}

.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%;
}
.tab-content
{
	display: flex;
	flex-direction: column;
	padding: 7.5% 5% 0% 5%;
	/*background-color: #f6f6f6;*/
}

.under-div
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0 20px 0;
	}

.under
{
	border-top: 0.3em solid #1e90ff;
	width: 5%;
}



html
{
	scroll-behavior: smooth;
}

.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%;
}

.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)
{
	#backtotop
	{
		font-size: 12px;
	}
}

.division-padding
{
	padding-top: 40px;
	padding-bottom: 40px;
}

.logo
{
	position: relative;
	display: flex;
	justify-content: left;
}

.logo img
{
	width: 180px;
	height: 180px;
}

.welcome_title .header_title
{
	font-size: 3em; text-transform: uppercase; font-weight: 800;
}

.welcome_title .header_body
{
	font-size: 1.5em; font-family: 'Rubik', sans-serif;
}

.welcome_title .ships
{
	color: #1e90ff;
}

.welcome_title .mart
{
	color: #fff000;
}

.go_to
{
	margin-top: 2.5%;
}

.go_to a
{
	text-decoration: none;
	color: #fff;
}

.go_to a i
{
	font-size: 10rem;
}

.go_to a:hover
{
	
	color: #fff000;
	transition: 0.5s ease-out;
}

.supply-list div ul li
{
	font-family: 'Rubik', sans-serif;
}

.table-tab p
{
	font-family: 'Rubik', sans-serif;
}

.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-left: 50px;
  	font-size: 18px;
}

.contact-section div p, .contact-info div p
{
	font-family: 'Rubik', sans-serif;
}

.contact-info i
{
  	margin-right: 20px;
  	font-size: 25px;
}

.contact-form
{
  	max-width: 700px;

}

.contact-info, .contact-form
{
  	flex: 1;
}

.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;
	}
}

.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; 
}

.icon-box i
{
	font-size: 2em;
	color: #000;
	margin: 15px;
}

.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;
}

.services-box-margin
{
	margin-right: 15px;
	margin-left: 15px;
}

.spms
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.indicative li
{
	line-height: 2.2;
	font-size: 1.3em;
	margin: 0 2.5%;
}

.blue-title
{
	color: #1e90ff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.yellow-title
{
	color: #ffeb3b;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.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;
}

video
{
	border: 0.125em solid black;
}
.nolist
{

}
.no-list li
{
	list-style: none;
}
h2 span
{
	visibility: hidden;
}
.tabcontent ul li
{
	list-style: none;
}
.tabcontent
{
	background-color: #f6f6f6;
}
.img-zoom
{
	max-width: 500px;
	border: 0.1em solid #000;
	cursor: pointer;
	margin-top: 1%;
}
.img-zoom:hover
{
	box-shadow: 0.1em 0.1em 0.5em black;
	transform: scale(1.0250);
	transition: .5s;
}
#myImg, #myImg2
{
  	border-radius: 5px;
  	cursor: pointer;
  	transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal_img
{
  	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.9);
}

.modal-content_img
{
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption, #caption2
{
  	margin: auto;
  	display: block;
  	width: 80%;
  	max-width: 700px;
  	text-align: center;
  	color: #ccc;
  	padding: 10px 0;
  	height: 150px;
}

.modal-content, #caption, #caption2
{  
  	-webkit-animation-name: zoom;
  	-webkit-animation-duration: 0.6s;
  	animation-name: zoom;
  	animation-duration: 0.6s;
}

@-webkit-keyframes zoom
{
  	from {-webkit-transform:scale(0)} 
  	to {-webkit-transform:scale(1)}
}

@keyframes zoom
{
  	from {transform:scale(0)} 
  	to {transform:scale(1)}
}

.mini-header
{
	font-weight: bold;
	margin-top: 1em;
}

.close_img, .close_img2
{
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close_img:hover, .close_img:focus,
.close_img2:hover, .close_img2:focus
{
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 950px)
{
  	.modal-content
  	{
  		margin: 0;
  		padding: 0;
  		width: 100%;
  	}

  	.close
  	{
  		right: 0px;
  		top: 100px;
  	}
}

.no-list li
{
	list-style: none;
}

.fw
{
	font-weight: 600;
	margin: 15px 0 7.5px 0;
}

.clientbox
{
	width: 30%; display: flex; justify-content: center; flex-direction: column; border: 0.01em solid #000;
	background-color: #f6f6f6;
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.clientbox:hover
{
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	transform: scale(1.025);
	transition: 1s;
}

.clientbox p
{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

}

.marginclient
{
	margin-right: 5%; 
}

.pnd
{
	padding-bottom: 30px;
}

.accordion, .accordion2
{
    background-color: #333;
    color: #fff;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1em;
    transition: 0.4s;
    display: flex;
    flex-direction: row;
    margin-bottom: 1px;
    font-size: 1.5em; font-family: 'Rubik', sans-serif;
}

.active-panel, .accordion:hover, .accordion2:hover
{
    background-color: #1e90ff;
    border: 0.1em solid #333;
}

.panel
{
    
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    border: 0.1em solid #333;
    border-top: none;
    border-bottom: none;
}
.panel li, .panel2 li
{
    list-style: none;
    
    font-size: 1.3em; font-family: 'Rubik', sans-serif;
}

li
{
	line-height: 2.2;
}

.panel2
{
    
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    border: 0.1em solid #333;
    border-top: none;
}

.panel ul, .panel2 ul
{
    margin: 2.5% 0;
}

@media screen and (max-width: 1680px)
{


	.go_to a i
	{
		font-size: 9em;
	}

	.welcome .welcome_title p
	{
		font-size: 1.8em;
	}

	.welcome_title .header_title
	{
		font-size: 2.7em;
	}

	.welcome_title .header_body
	{
		font-size: 1.35em;
	}
}

@media screen and (max-width: 1600px)
{
	.go_to
	{
		margin-top: 2%;
	}
	.go_to a i
	{
		font-size: 8em;
	}

	.welcome .welcome_title p
	{
		font-size: 1.7em;
	}

	.welcome_title .header_title
	{
		font-size: 2.6em;
	}

	.welcome_title .header_body
	{
		font-size: 1.275em;
	}

	.table-tab p
	{
		font-size: 1rem;
	}
}

@media screen and (max-width: 1440px)
{
	.go_to
	{
		margin-top: 2%;
	}
	.go_to a i
	{
		font-size: 8em;
	}

	.welcome .welcome_title p
	{
		font-size: 1.5em;
	}

	.welcome_title .header_title
	{
		font-size: 2.25em;
	}

	.welcome_title .header_body
	{
		font-size: 1.1em;
	}

	.table-tab p
	{
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 1400px)
{
	.go_to
	{
		margin-top: 2%;
	}
	.go_to a i
	{
		font-size: 8em;
	}

	.welcome .welcome_title p
	{
		font-size: 1.5em;
	}

	.welcome_title .header_title
	{
		font-size: 2.25em;
	}

	.welcome_title .header_body
	{
		font-size: 1.1em;
	}

	.table-tab p
	{
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 1366px)
{
	.go_to
	{
		margin-top: 1%;
	}
	.go_to a i
	{
		font-size: 6em;
	}

	.welcome .welcome_title p
	{
		font-size: 1.45rem;
	}

	.welcome_title .header_title
	{
		font-size: 4.3rem;
	}

	.welcome_title .header_body
	{
		font-size: 2.13rem;
	}

	.table-tab p
	{
		font-size: 0.85rem;
	}
}

@media screen and (max-width: 1360px)
{
	.go_to
	{
		margin-top: 1%;
	}
	.go_to a i
	{
		font-size: 6em;
	}

	.welcome .welcome_title p
	{
		font-size: 1.45rem;
	}

	.welcome_title .header_title
	{
		font-size: 4.3rem;
	}

	.welcome_title .header_body
	{
		font-size: 2.13rem;
	}

	.table-tab p
	{
		font-size: 0.85rem;
	}
}

@media screen and (max-width: 1280px)
{
	.go_to
	{
		margin-top: 5%;
	}
	.go_to a i
	{
		font-size: 8em;
	}

	.welcome .welcome_title p
	{
		font-size: 1.45rem;
	}

	.welcome_title .header_title
	{
		font-size: 4.3rem;
	}

	.welcome_title .header_body
	{
		font-size: 2.13rem;
	}

	.table-tab p
	{
		font-size: 0.85rem;
	}
}

@media screen and (max-width: 1152px)
{
	.go_to
	{
		margin-top: 3%;
	}
	.go_to a i
	{
		font-size: 6em;
	}

	.welcome .welcome_title p
	{
		font-size: 1.20rem;
	}

	.welcome_title .header_title
	{
		font-size: 3.7rem;
	}

	.welcome_title .header_body
	{
		font-size: 1.8rem;
	}

	.table-tab p
	{
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 1024px)
{
	
}

@media screen and (max-width: 800px)
{
	.go_to
	{
		margin-top: 1%;
	}
	.go_to a i
	{
		font-size: 4em;
	}

	.welcome .welcome_title p
	{
		font-size: .8rem;
	}

	.welcome_title .header_title
	{
		font-size: 2.4rem;
	}

	.welcome_title .header_body
	{
		font-size: 1.2rem;
	}

	.table-tab p
	{
		font-size: 0.55rem;
	}
}