html {
  scroll-behavior: smooth;
}
body {
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  min-width: 1000px;
  color: #3d3b3d;
}
div {
  box-sizing: border-box;
}
/* page loader **********************************************************************************/
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: center;
	z-index: 999;
	opacity: .95;
	filter: alpha(opacity=95);
}
.circle {
	position: relative;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}
.circle2 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 2px;
	left: 0;
	z-index: 2;
}
.inner-circle {
	position: relative;
	width: 50px;
	height: 50px;
	border: 3px #ccc solid;
	border-bottom: 3px #D71314 solid;
	border-top: 3px #D71314 solid;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
	z-index: 3;
}
.inner-circle2 {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	background-image: url('../images/logo.jpg');
	background-size: contain;
}
::-webkit-input-placeholder, ::placeholder {
	font-style: italic;
	color:  #999;
	font-size: 12px !important;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
button, input[type=submit], inpit[type=reset] {

}
button:hover, input[type=submit]:hover, inpit[type=reset]:hover {

}
a {

}
a:hover {

}
h1,h2,h3,h4,h5,h6 {

}
h1 {
  font-size: 2.5em;
}
p, li {
  line-height: 150%;
  max-width: 700px;
  font-size: 1.4em;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  min-width: 1000px;
}
.header-top {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 1.05em;
  position: relative;
}
.header-top .space {
  margin-right: 10px;
}
header #mobile-menu {
  display: none;
}
header #desktop-menu {
  background-color: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
  width: 100%;
}
header #desktop-menu a {
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
  line-height: 75px;
  border-right: 1px #eee solid;
  box-sizing: border-box;
  color: #3d3b3d;
  font-weight: bold;
}
header #desktop-menu a:hover, .active {
  border-top: 2px #D71314 solid;
}
header #desktop-menu a .logo {
  height: 75px;
  width: auto;
  display: inline-block;;
  vertical-align: middle;
  border-right: 0 !important;
}
header #desktop-menu a:first-of-type, header menu a:last-of-type {
  border-right:  none;
}
header #desktop-menu a:first-of-type {
  padding-left: 0;
}
header #desktop-menu a:last-of-type {
  border-right: 0;
}
.mobile-menu-list {
  display: none;
}
.wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}

/* Colors ******/
.red {
  color: #D71314;
}
.red-background {
  background-color: #D71314;
}
.home-header {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #eee;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
  overflow: hidden;
}
#home-wrapper {
  z-index: 5;
}
#home-wrapper span {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
#pic1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  background-size: cover;
  background-position: bottom;
  animation-name: pic1;
  animation-delay: 2s;
  animation-duration: 21s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#pic2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-position: center;
  animation-name: pic2;
  animation-delay: 2s;
  animation-duration: 21s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#pic3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-position: center;
  animation-name: pic3;
  animation-delay: 2s;
  animation-duration: 21s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#pic4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-position: center;
  animation-name: pic4;
  animation-delay: 2s;
  animation-duration: 21s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
/* home page bg change */
@keyframes pic1 {
    0% {
      opacity: 1;
      visibility: visible;
    }
    25% {
      opacity: 0;
      visibility: hidden;
    }
    50% {
      opacity: 0;
      visibility: hidden;
    }
    75% {
      opacity: 0;
      visibility: hidden;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
}
@keyframes pic2 {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    25% {
      opacity: 1;
      visibility: visible;
    }
    50% {
      opacity: 0;
      visibility: hidden;
    }
    75% {
      opacity: 0;
      visibility: hidden;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
}
@keyframes pic3 {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    25% {
      opacity: 0;
      visibility: hidden;
    }
    50% {
      opacity: 1;
      visibility: visible;
    }
    75% {
      opacity: 0;
      visibility: hidden;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
}
@keyframes pic4 {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    25% {
      opacity: 0;
      visibility: hidden;
    }
    50% {
      opacity: 0;
      visibility: hidden;
    }
    75% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
}
.page-header {
  position: relative;
  width: 100%;
  height: 55vh;
  background-color: #eee;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
  overflow: hidden;
}
#home-wrapper, .page-header > div {
  position: relative;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.8em;
  font-weight: bold;
}
.page-header > div {
  margin-top: 60px;
}
.page-header > div h1 {
  margin: 0 auto;
  font-size: 1em;
  padding: 0;
}
.contact-header {
  background-position: center;
}
.about-header {
  background-position: top;
}
.staff-header {
  background-position: center;
}
.experience-header {
  background-position: center;
}
.services-header {
  background-position: center;
}
.home-sec1 {
  position: relative;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.home-sec1 i:first-of-type {
  margin-right: 10px;
}
.home-sec1 i:last-of-type {
  margin-left: 10px;
}
hr.full {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, transparent, #D71314, transparent);
    display: block;
    width: 35%;
    margin-top: 24px;
}
.page-header hr.full {
  width: 22%;
}
section .wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.services {
  width: 20%;
  min-height: 100px;
  display: inline-block;
  padding: 15px;
  text-align: center;
  margin-top: 40px;
  vertical-align: top;
}
.home-sec2 {
  position: relative;
  width: 100%;
  background-color: #f6f6f6;
}
.services i {
  font-size: 36px;
}
.half .services {
  width: 100%;
  text-align: left;
  min-height: 0 !important;
  margin-top: 0px;
}
.half .services i, .half .services h2 {
  display: inline-block;
  vertical-align: top;
}
.half .services i, .half2 p i {
  margin-right: 20px;
}
.half2 p {
  font-weight: 700;
  font-size: 1.2em;
}
.half .services ul {
  padding-left: 65px;
}
section .wrapper .services h2 {
  font-weight: 400;
  font-size: 1.4em;
}
section .wrapper .half .services h2 {
  margin: 0 auto;
  font-weight: 700;
}
.home-sec3 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
}
.home-sec3 h3 {
  font-size: 2em;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.home-sec3 button {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: none;
  padding: 15px 30px;
  font-weight: 700;
  margin-left: 30px;
  border-radius: 1px;
}
.home-sec2 .third1 {
  position: relative;
  display: inline-block;
  width: 38%;
  margin-right: 5%;
  vertical-align: top;
}
.home-sec2 .third2 {
  position: relative;
  display: inline-block;
  width: 28%;
  margin-right: 5%;
  vertical-align: top;
}
.home-sec2 .third3 {
  position: relative;
  display: inline-block;
  width: 24%;
  background-color: #fff;
  vertical-align: top;
  padding: 15px;
  text-align: center;
}
.home-sec2 h3 {
  font-size: 2.4em;
  font-weight: 600;
}
.home-sec2 .third2 h3 {
  margin-top: 0;
}
.home-sec2 .third3 h3 {
  font-weight: 500;
}
.home-sec2 p {
  font-size: 1.3em;
}
.home-sec2 .third3 .times {
  background-color: #fbfbfb;
  border: 1px #eee solid;
  padding: 10px;
  font-size: 1.1em;
  font-weight: 600;
  border-radius: 1px;
  display: inline;
  margin: auto;
}
.home-sec2 .third3 span {
  display: block;
  font-size: 1.7em;
  margin-top: 20px;
  position: relative;
}
.space {
  height: 30px;
}
.center {
  text-align: center;
}
.center p {
  margin-left: auto;
  margin-right: auto;
}
.title {
  font-size: 1.8em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.half {
  position: relative;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-left: 5%;
  padding-right: 5%;
  text-align: left;
}
.half h2, section .wrapper h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
}
.cont-marker {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4em;
}
.half i {
  font-size: 24px;
}
address {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4em;
  margin-bottom: 20px;
  vertical-align: top;
}
.custom-hr {
  background-color: #D71314;
  height: 1px;
  border: none;
}
.list-2 {
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  margin-bottom: 5%;
  width: 47.5%;
  border: 1px #eee solid;
  border-left: 8px #D71314 solid;
  text-align: left;
  background-color: #fbfbfb;
  min-height: 150px;
}
.odd-list {
  margin-right: 5%;
}
.list-2-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.list-2 i {
  border: 1px #D71314 solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  margin-right: 30px;
}
.list-2 i, .list-2 > div > div{
  display: inline-block;
  vertical-align: middle;
  max-width: 78%;
}
.list-2 > div > div p {
  font-size: 1.2em;
  font-weight: 600;
}
.block-third {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
  width: 30%;
  border: 1px #eee solid;
  box-shadow: 0px 0px 2px 0px #eee;
  min-height: 420px;
  padding: 40px;
  text-align: left;
  background-color: #fff;
}
.block-third p {
  text-align: center !important;
}
.block-third:last-of-type {
  margin-right: 0;
}
.block-third i {
  font-size: 42px;
}
.block-third h4 {
  font-size: 1.8em;
  font-weight: 400;
}
.block-third p, .block-third li {
  font-size: 1.3em;
  text-align: left;
}
.block-third ul {
  padding-left: 15px;
}
.about-sec2 {
  width: 100%;
  background-size: cover;
  background-position: center;
}
table {
  border-collapse: collapse;
  box-sizing: border-box;
  border: 1px #eee solid;
}
table, td, th {
  border: 1px #eee solid;
}
table tr th {
  font-size: 1.3em;
  padding: 20px 10px;
  background-color: #D71314;
  color: #fff;
}
table tr td {
  padding: 15px 10px;
}
table tr:nth-child(odd) {
  background-color: #f6f6f6;
}
button:hover {
  opacity: .8;
  cursor: pointer;
}
form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
form > div.fullwidth {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: left;
}
form button {
  background-color: #D71314;
  padding: 15px 50px;
  color: #fff;
  border: none;
  font-weight: 700;
}
form label {
  background-color: #D71314;
  color: #fff;
  padding: 10px 3%;
  width: 29%;
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
}
form input[type=text], form input[type=tel], form input[type=email], form input[type=number], input[type=date], form select {
  padding: 10px 3%;
  background-color: #eee;
  border: none;
  width: 65%;
  box-sizing: border-box;
}
textarea {
  padding: 10px 3%;
  background-color: #eee;
  border: none;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
}
.org_struc {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.mb {
  position: absolute;
  width: 20%;
  background-color: #D71314;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  overflow: hidden;
  font-size: 1.4em;
  z-index: 2;
}
#m1 {
  top: 30px;
  left: 40%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 5px #900905 solid;
}
#m2 {
  top: 120px;
  left: 25%;
  margin-left: auto;
  margin-right: auto;
}
#m3 {
  top: 160px;
  left: 70%;
  margin-left: auto;
  margin-right: auto;
}
#m4 {
  top: 210px;
  left: 5%;
  margin-left: auto;
  margin-right: auto;
}
#m5 {
  top: 270px;
  left: 38%;
  margin-left: auto;
  margin-right: auto;
}
#m6 {
  top: 370px;
  left: 18%;
  margin-left: auto;
  margin-right: auto;
}
#m7 {
  top: 460px;
  left: 23%;
  margin-left: auto;
  margin-right: auto;
}
#m8 {
  top: 370px;
  left: 57%;
  margin-left: auto;
  margin-right: auto;
}
#m9 {
  top: 480px;
  left: 72%;
  margin-left: auto;
  margin-right: auto;
}

/* END **********************************************/
footer {
  position: relative;
  width: 100%;
  background-color: #3d3b3d;
  color: #858e86;
  font-size: 1.1em;
}
footer .wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .credit {
  float: right;
}
@import url('https://fonts.googleapis.com/css2?family=family=Roboto:wght@300;400;500;600;700&display=swap');
