*{
	margin:0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
}

.pad80 {
    padding: 80px 15px;
}
.text-center {
    text-align: center;
}
.banner {
    background: #316ca1;
}
.banner p {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-style: italic;
    max-width: 800px;
    margin: 25px auto 0px;
}

.full-container, .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.container {
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

.w50 {
    width: calc(50% - 30px);
}

.w70 {
    width: calc(70% - 30px);
}
.w30 {
    width: calc(30% - 30px);
}
img {
    width: 100%;
}
.pr5 {
    padding-right: 5rem;
}
h1, h2, h3, h4 {
    color: #595959;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
h1,h2{
	font-size:36px;
	line-height: 46px;
}

p, li {
    color: #5e5e5ec4;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 400;
}
p:last-child, li:last-child{
   margin-bottom:0px;
}
.banner .container {
	max-width: 73% !important;
	position: relative;
	z-index: 1;
	margin: auto;
	display: block;
}
a.header-logo {
    position: absolute;
    left: -200px;
    top: -60px;
}
a.defbtn, input[type="submit"] {
    display: inline-block;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #316ca1;
    color: #316ca1;
    padding: 13px 35px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    margin-top: 20px;
    transition: 0.3s all;
}

a.defbtn:hover, input[type="submit"]:hover {
    color: #fff;
    background-color: #316ca1;
}


a.gallery-item {
    flex: 33.33;
    overflow: hidden;
}
.gallery-item img {
    transition: 0.3s all;
    height: 100%;
    object-fit: cover;
    min-height: 320px;
}
.gallery-item:hover img {
    transform: scale(1.1);
}

.about-section .container, .contact-section .container {
    align-items: flex-start;
}
.contact-section h5 {
    flex: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0px 0px 20px;
    color: #595959;
}

.contact-section p strong {
    color: rgb(27, 27, 27);
    font-weight: 600;
    font-size: 16px;
}

.form-style input {
    width: 100%;
    display: block;
    border: 1px solid #88888894;
    padding: 16px 20px;
}

.form-row {
    margin: 0px 0px 14px;
    position: relative;
    z-index: 1;
}

.form-style input, .form-style textarea {
    width: 100%; 
    display: block;
    border: 1px solid #88888894;
    padding: 15px 15px 15px;
}
.form-style textarea{
	min-height:120px;
}
.form-style input[type="submit"]{
    border: 0px;
    padding: 15px 30px;
    background-color: #316ca1;
    color:#fff;
}
.form-row label {
    position: absolute;
    font-size: 14px;
    left: 15px;
    top: 20px;
    transition: all 0.15s ease 0s;
}
.form-style input:focus-visible, .form-style textarea:focus-visible{
outline: 0px;
}
.note em {
    font-size: 12px;
    text-align: center;
    display: block;
    color: rgb(89, 89, 89);
    font-weight: 400;
}
.note em a{
	color: rgb(89, 89, 89);
	text-decoration: none;
}
.contact-section p, .contact-section li {
    font-size: 16px;
    line-height: 28px;
}
.contact-section ul li {
    list-style: none;
    margin-bottom: 5px;
}
.contact-section ul li span {
    font-weight: 500;
    color: #000;
}
.join-team{
	padding-top:0px;
}
.join-team .container {
    max-width: 760px;
    text-align: center;
}
.contact-section h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0px 20px;
}
.full-width {
    width: 100%;
}
.contact-section .full-width{
	margin-top:50px;
}
.icon-box a img {
    width: 44px;
    transition: 0.3s all;
}

.icon-box a:hover img{
	transform:translate(0px, -10px);
}
footer {
    background: #316ca1;
    text-align: center;
}
footer .container{
    display: block;
}
footer p, footer p a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}


input:focus + label, input::valid + label, input:invalid + label textarea::focus + label, textarea::valid + label  {
    color: red;
    top: 8px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
    -webkit-appearance: none;

}

input[type=number] {
  -moz-appearance: textfield;
  
}

.form-row.file-attach {

    margin-top:20px;
}
.form-row.file-attach label {
    position: static;
    text-align: left;
    display: block;
    width: 100%;
}
.form-row.file-attach input{	
	padding:15px;
}
.join-team .form-row.submit-button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
}

/*** Gallery  CSS ****/

.row > .column {
  padding: 0;
  overflow: hidden;
}
section.gallery-secion {
    position: relative;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 33.33%
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
    min-height: 280px;
    object-fit: cover;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.row > .column > img{
	transition:0.3s all;
}
.row > .column:hover > img {
    transform: scale(1.1);
}


@media only screen and (max-width: 1280px) {
.banner .container {
    max-width: 650px;
}
a.header-logo img {
    margin: 0;
    max-width: 170px;
}
a.header-logo {
    position: absolute;
    left: -150px;
    top: -50px;
}
p, li {
    font-size: 17px;
    line-height: 29px;
}

.pr5 {
    padding-right: 15px;
}
.w50 {
    width: calc(50% - 15px);
}

h1, h2 {
    font-size: 30px;
    line-height: 38px;
}

a.defbtn, input[type="submit"] {
    padding: 12px 35px;
    font-size: 13px;
    margin-top: 15px;
}
h1, h2, h3, h4 {
    margin-bottom: 15px;
}

img.hover-shadow {
    min-height: 240px;
}

.contact-section h5 {
    font-size: 20px;
}

}

@media only screen and (max-width: 992px) {
.pad80 {
    padding: 65px 15px;
}	
a.header-logo {
    position: relative;
    left: unset;
    top: 0;
    max-width: max-content;
    margin: -70px auto 0px;
}
.banner p {
    font-size: 18px;
}
img.hover-shadow {
    min-height: 160px;
}
h1, h2 {
font-size: 27px;
line-height: 35px;
}
p, li {
font-size: 16px;
line-height: 27px;
}
a.defbtn, input[type="submit"] {
    padding: 12px 25px;
    font-size: 13px;
    margin-top: 10px;
}
.welcom-section img, .moreinfo-section img {
    min-height: 450px;
    object-fit: cover;
}
.moreinfo-section img {
    object-position: center right;
}

.join-team > .container > .full-width {
    margin-top: 0;
}

}

@media only screen and (max-width: 767px) {
.pad80 {
    padding: 50px 15px;
}
h1, h2 {
    font-size: 25px;
    line-height: 30px;
}
p, li, .contact-section p, .contact-section li {
    font-size: 15px;
    line-height: 25px;
}
.w50 {
    width: calc(50% - 10px);
}
img.hover-shadow {
    min-height: 130px;
}
.moreinfo-section img {
    min-height: 360px;
    object-fit: cover;
    object-position: center right;
}
.about-section .w70, .about-section .w30, .contact-section .w50 {
    width: 100%;
}
.about-section .container {
    flex-wrap: wrap-reverse;
    text-align: center;
}
.about-section img {
    max-width: 150px;
    margin: -40px auto 0px;
}
.pad80 {
    padding: 50px 15px;
}
.contact-section .full-width {
    margin-top: 0;
}
.contact-section h6 {
    font-size: 14px;
    margin: 0px 0px 20px;
}
.join-team .form-row + .full-width {
    margin-top: 40px;
}
.cont-info {
    background: #fafafa;
    padding: 30px;
    margin-top: 40px;
}
.join-team {
    padding-top: 0px;
}
img {
    margin-bottom: 0;
}
.banner p {
    font-size: 15px;
}
}

@media only screen and (max-width: 576px){
.w50 {
    width: 100%;
}
.welcom-section img, .moreinfo-section img {
    min-height: auto;
}

section.welcom-section, .moreinfo-section {
    padding: 50px 15px;
}
.w50:first-child{
	margin-bottom:30px;
}
img.hover-shadow {
    min-height: 90px;
}
.about-section img {
    max-width: 130px;
}
.moreinfo-section {
    background: #f1f1f124;
}
.contact-section h5 {
    font-size: 18px;
}
.contact-section p strong {
    font-size: 14px;
    text-align:center;
    display: block;
}
footer p, footer p a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}


	