@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
			a{
				text-decoration: none !important;
			}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Muli", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  background-image: url(../texture.png) !important;
  background-repeat: repeat;
  background-size: auto;
}

h1 {
  font-size: 3.25rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 4.3125rem;
  color: #fff;
}

h2 {
  font-size: 2.8125rem;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 3.3125rem;
  color: #000000;
}

h3 {
  font-size: 1.75rem;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  line-height: 2.2rem;
  color: #fff;
}

h4 {
  font-size: 1.25rem;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  color: #fff;
}

p {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5rem;
}

a {
  outline: none;
  text-decoration: none;
}
.pad-200 {
  padding-top: 100px;
}
.pad-150 {
  padding-top: 80px;
}

.pad-100 {
  padding-top: 80px;
}

.pad-b150 {
  padding-bottom: 80px;
}

.pad-b100 {
  padding-bottom: 80px;
}

.mar-150 {
  margin-top: 80px;
}

.mar-100 {
  margin-top: 80px;
}

.mar-b150 {
  margin-bottom: 80px;
}

.mar-b100 {
  margin-bottom: 80px;
}

.container {
  max-width: 1110px;
  width: 1110px;
  margin: 0 auto;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.logo {
    width: 300px;
    height: 70px;
    padding-left: 135px;
    position: relative;
    display: block;
    float: left;
}

header {
    height: 80px;
}

.navbar .form-inline {
  width: 100%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  height: 50px;
}
.navbar ul {
  background: #1fb6d6;
  padding: 0 0 0 15px;
  list-style-type: none;
}
.navbar ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 17px 15px 17px 15px;
}
.navbar ul li a {
  position: relative;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: bold;
  padding: 0;
}
.navbar ul li a span {
  display: inline-block;
  position: relative;
  transition: transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  -moz-transition: transform 500ms;
}
.navbar ul li a:before {
  content: attr(data-hover);
  position: absolute;
  top: -30px;
  left: 0;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.navbar ul li:last-child {
  padding-right: 0;
  padding-left: 8px;
}
.navbar ul li:last-child a {
  font-weight: 400;
}
.navbar ul li:hover a:before span {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
}
.navbar button:hover {
  color: #000000;
}

.items {
  max-width: 1040px;
}

nav.main-nav {
  background: #1fb6d6;
  padding: 17px 15px 17px 15px;
  list-style-type: none;
  margin: 0;
}

.items a, .items2 a {
  display: inline-block;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  margin: 0 5px;
  height: 20px;
  overflow: hidden;
  padding: 13px 15px 19px 15px;
}

.items a span {
  display: inline-block;
  position: relative;
  transition: transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  -moz-transition: transform 500ms;
}

.items a span:after {
  content: attr(data-hover);
  position: absolute;
  top: -30px;
  left: 0;
  color: #000000;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.items a:hover span,
.items a:focus span {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
}

.items a.active span {
  color: #000000;
}
.items a.active span:after {
  color: #fff;
}

.bg-blue {
  border-radius: 0;
  background: #1fb6d6;
  color: #fff;
}

.banner {
    /*width: calc(100vw - 100px); */
    height: calc(100vh - 120px);
    background: url(../images/slide-2.html) no-repeat center center/cover;
    position: relative;
    display: block;
    margin: 0 auto;
}
.banner .banner-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  height: 75%;
  padding-left: 85px;
}
.banner .banner-content h4 {
  opacity: 0.5;
  font-weight: 400;
}
.banner .banner-content h1 span {
  font-size: 4.75rem;
}

.ban-footer {
  background: #83b943;
    width: calc(100vw - 10px);
    height: 120px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: -100px;3
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.ban-footer ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 100px;
}
.ban-footer ul li {
  width: 20%;
  border-right: 1px solid #fff;
  text-align: center;
  /*padding: 0px 7px 5px 50px;*/
}
.ban-footer ul li a {
  text-decoration: none;
  color: #fff;
}
.ban-footer ul li a.active {
  color: #000000;
}
.ban-footer ul li h4 {
  margin-bottom: 0;
  margin-top: 3px;
}
.ban-footer ul li:last-child {
  border: none;
}
.ban-footer ul li:hover h4, .ban-footer ul li a.active h4 {
  color: #000000;
}
.ban-footer ul li:hover .int, .ban-footer ul li a.active .int {
  background-position: -10px -70px;
	width: 90px;
}
.ban-footer ul li:hover .int2, .ban-footer ul li a.active .int2 {
  background-position: -95px -70px;
    width: 70px;
}
.ban-footer ul li:hover .int3, .ban-footer ul li a.active .int3 {
  background-position: -160px -70px;
    width: 70px;
}
.ban-footer ul li:hover .int4, .ban-footer ul li a.active .int4 {
  background-position: -226px -70px;
	width: 60px;
}
.ban-footer ul li:hover .int5, .ban-footer ul li a.active .int5 {
  background-position: -284px -70px;
    width: 70px;
}
.ban-footer.fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 9;
}
.ban-footer.fixed ul li {
  padding: 10px 10px 27px 30px;
}

.int, .int2, .int3, .int4, .int5 {
  width: 90px;
  
  display: block;
  /
	height: 60px;
	*background: url(../img/ban-sprite-img.png) no-repeat;*/
  background-position: -10px -70px;
}

.int2 {
  background-position: -95px -70px;
    width: 70px;
}

.int3 {
      background-position: -160px -70px;
    width: 70px;
}

.int4 {
  background-position: -226px -70px;
	width: 60px;
}

.int5 {
      background-position: -284px -70px;
    width: 70px;
}

.help-line {
    width: 549px;
    height: 215px;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    right: -10px;
    bottom: 0;
}
.help-line div {
  padding: 17px 30px 25px 30px;
}
.help-line div .help-text {
  padding-left: 25px;
}
.help-line h4 {
  opacity: 0.5;
  font-weight: 400;
  margin-bottom: 0;
}
.help-line .social {
  position: absolute;
    top: -20px;
    right: 40px;
    list-style-type: none;
    height: 100%;
    margin-bottom: 0;
}
.help-line .social li {
  margin-top: 16px;
}
.help-line .social li a {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #2f2f2f;
  position: relative;
  vertical-align: middle;
  padding: 0;
}
.help-line .social li a i {
  text-align: center;
  display: block;
  padding-top: 10px;
  color: #fff;
}
.help-line .social li:first-child {
  margin-top: 35px;
}
.help-line .social li:hover i {
  color: #83b943;
}

.rect4 {
  position: relative;
}
.rect4 ul {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.rect4 ul li {
  width: 47%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.rect4 ul li:nth-child(odd) {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-right: 10px;
  margin-bottom: 10px;
}
.rect4 ul li:nth-child(even) {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.rect4 ul li:nth-child(1) {
  top: -15px;
  left: 53%;
  transform: translateX(-50%);
}
.rect4 ul li:nth-child(2) {
  right: -50px;
  bottom: -190px;
}
.rect4 ul li:nth-child(3) {
  bottom: 57px;
  left: 35px;
}
.rect4 ul li:nth-child(4) {
  bottom: -90px;
  right: 45px;
}

.rect {
  width: 180px;
  height: 180px;
  text-align: center;
  position: relative;
}
.rect:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 27px;
  transform: rotate(45deg);
  -webkit-box-shadow: -4px 0px 33px -14px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: -4px 0px 33px -14px rgba(0, 0, 0, 0.48);
  box-shadow: -4px 0px 33px -14px rgba(0, 0, 0, 0.48);
}

.reverse-content {
  position: absolute;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10px;
  left: 50%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.reverse-content h6 {
  font-weight: bold;
  font-style: italic;
  font-size: 1.125rem;
  margin-bottom: 0;
  margin-top: 15px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.reverse-content p {
  font-size: 0.9375rem;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  line-height: 1.2;
}

.features {
  background: #f1f2f1;
  opacity: 0.8;
}
.features ul {
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.features ul li {
  width: auto;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.features ul li .rect {
  width: 120px;
  height: 120px;
  background: transparent;
  box-shadow: none;
}
.features ul li .rect:before, .features ul li .rect:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  transform: rotate(45deg);
}
.features ul li .rect:after {
  width: 40px;
  height: 40px;
  left: 45%;
  transform: rotate(-45deg) translateX(-50%);
  top: -31px;
  border-radius: 5px 15px 7px 10px;
}
.features ul li .rect span {
  width: 30px;
  height: 35px;
  font-size: 1.735rem;
  font-weight: 500;
  color: #fff;
  display: block;
  z-index: 23;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}
.features ul li .rect span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 20px;
}
.features ul li .rect .reverse-content {
  left: auto;
  top: auto;
  bottom: 20px;
  transform: rotate(0) translateX(50%);
}
.features ul li h6 {
  width: 100%;
  position: absolute;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  bottom: -80px;
  top: auto;
  right: 0px;
  backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: bold;
  color: #000;
}
.features ul li:nth-child(1) {
  left: 10px;
  transform: none;
}
.features ul li:nth-child(1) .rect:before {
  background: #d50876;
  background-image: url(../images/safety.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
}
.features ul li:nth-child(1) .rect:after {
  background: #a7045b;
  background-image: url(../images/safety.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
  display:none;
}
.features ul li:nth-child(2) .rect:before {
  background: #5100a3;
  background-image: url(../images/sports.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
}
.features ul li:nth-child(2) .rect:after {
  background: #173387;
  background-image: url(../images/sports.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
  display:none;
}
.features ul li:nth-child(3) {
  bottom: auto;
}
.features ul li:nth-child(3) .rect:before {
  background: #0066b3;
  background-image: url(../images/virtual.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
}
.features ul li:nth-child(3) .rect:after {
  background: #173387;
  background-image: url(../images/virtual.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
  display:none;
}
.features ul li:nth-child(3) .rect .reverse-content {
  left: 5px;
}
.features ul li:nth-child(4) .rect:before {
  background: #faa61a;
  background-image: url(../images/holistic.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
}
.features ul li:nth-child(4) .rect:after {
  background: #f8830f;
  background-image: url(../images/holistic.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
  display:none;
}
.features ul li:nth-child(4) .rect .reverse-content {
  left: -5px;
}
.features ul li:nth-child(5) .rect:before {
  background: #9e0b0f;
  background-image: url(../images/critical.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
}
.features ul li:nth-child(5) .rect:after {
  background: #800609;
  background-image: url(../images/critical.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
  display:none;
}
.features ul li:nth-child(6) .rect:before {
  background: #83b943;
  background-image: url(../images/robotic.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
}
.features ul li:nth-child(6) .rect:after {
  background: #679e26;
  background-image: url(../images/robotic.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
  display:none;
}
.features ul li:nth-child(7) .rect:before {
  background: #00a76d;
  background-image: url(../images/intern.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
}
.features ul li:nth-child(7) .rect:after {
  background: #679e26;
  background-image: url(../images/intern.png);
  background-repeat:no-repeat;
  background-size:150px;
  background-position-x: center;
  display:none;
}
.features ul li:nth-child(odd) {
  margin-bottom: 0;
  margin-right: 0;
}
.features ul li:nth-child(even) {
  right: 0;
  bottom: -60px;
}
.features ul li:hover {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.card-list {
  margin: 0;
  display: block;
}
.card-list li {
  width: 23%;
  display: inline-block;
  margin-right: 20px;
  -webkit-box-shadow: -4px 0px 33px -14px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: -4px 0px 33px -14px rgba(0, 0, 0, 0.48);
  box-shadow: -4px 0px 33px -14px rgba(0, 0, 0, 0.48);
}
.card-list li .card {
  border: none;
}
.card-list li .card h3 {
  color: #000000;
  font-size: 1.625rem;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.8rem;
}
.card-list li:last-child {
  margin-right: 0;
}

.awards {
  background: #0066b3;
}
.awards h2 {
  color: #fff;
}
.awards ul {
  width: 100%;
  display: block;
}
.awards ul li {
  width: 100%;
  display: inline-block;
  outline: none;
}
.awards ul li img {
  width: 115px;
  height: 115px;
}
.awards ul li p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.275rem;
}
.awards ul li .d-flex {
  border-top: 1px solid #fff;
}

.management {
  position: relative;
}
.management ul {
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.management ul li:nth-child(1) {
  top: -10px;
  width: 100%;
  justify-content: center;
}
.management ul li:nth-child(2),
.management ul li:nth-child(3) {
  top: -105px;
}
.management ul li:nth-child(2) {
  left: -15px;
}
.management ul li:nth-child(3) {
  right: -17px;
  left: auto;
}
.management p {
  padding-right: 25px;
}

.list_img {
  margin: 0;
  list-style-type: none;
}
.list_img li {
  display: inline-block;
  width: 100%;
  position: relative;
}
.list_img a:hover .img-overlay {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.img-overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: rgba(0, 0, 0, 0.23);
}
.img-overlay h6 {
  font-size: 2rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.23);
  width: 100%;
  padding: 2rem 0;
  background: #fa9f0f;
  top: 160px;
  position: relative;
}

.fadeIn-bottom {
  top: 80%;
}

.jumbotron {
  padding: 0.5rem 0 0;
  margin-top: -150px;
}

.list_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.list_img ul {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.list_img ul li {
  width: 100%;
  display: inline-block;
}

.persons-list {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  list-style-type: none;
}
.persons-list li {
  display: inline-block;
  width: 100%;
  outline: none;
}

.partner-list {
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.partner-list li {
  display: inline-block;
  width: 18%;
}

.awards-list .slick-dots li, .persons-list .slick-dots li {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50px;
}
.awards-list .slick-dots li.slick-active, .persons-list .slick-dots li.slick-active {
  background: #83b943;
}

.persons-list .slick-dots li {
  background: #0066b3;
}

.footer_bg {
  background: #83b943;
  padding: 40px;
}

.fot_social ul li {
  display: inline-block;
}

.fot_social ul {
  margin: 0px;
}

a.btn-fb,
a.btn-in,
a.btn-tw,
a.btn-you {
  width: 40px;
  height: 39px;
  display: block;
  float: left;
  text-indent: -9999em;
  background: url(../img/social-icon.png) no-repeat;
  margin: 0 8px 0 0;
}

a.btn-in {
  background-position: -47px 0;
}

a.btn-tw {
  background-position: -94px 0;
}

a.btn-you {
  background-position: -141px 0;
}

/* Hover button */
a.btn-fb:hover {
  background-position: 0 -39px;
}

a.btn-in:hover {
  background-position: -47px -39px;
}

a.btn-tw:hover {
  background-position: -94px -39px;
}

a.btn-you:hover {
  background-position: -141px -39px;
}

.contact-num {
  display: inline;
}

.contact-num img {
  vertical-align: unset;
  margin-right: 20px;
}

.mobile-no {
  display: inline-block;
}

.mobile-no h3 {
  color: #000000;
  margin: 0px;
  font-size: 22px;
  font-weight: 700;
}

.mobile-no p a {
  color: #000000;
  margin: 0px;
}

.box_footer {
  position: relative;
}

.top-pad {
  padding: 57px 0 8px;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
  background: #fff;
}

.foot-logo {
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
}

.location p {
  position: relative;
  padding-left: 25px;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #908d8e;
}

.location p:before {
  position: absolute;
  content: "";
  background: url(../img/location-icon.png) no-repeat;
  width: 50%;
  height: 50%;
  left: 0px;
  top: 0px;
}

.copy_right p a {
  font-size: 0.8125rem;
  color: #908d8e;
}

.box_end {
  position: absolute;
  width: 400px;
  background: #83b943;
  height: 270px;
  right: 0px;
  z-index: -1;
}

.fot_nav ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #908d8e;
}

.fot_nav ul li {
  padding-bottom: 10px;
  list-style-type: none;
}

.fot_nav ul li:hover a {
  color: #000000;
}

.banner.inner-banner {
  height: calc(55vh - 0px);
}

.ban-footer.about {
    width: calc(100vw - 0px);
	z-index: 0;
}
.ban-footer.about h3 {
  padding: 15px 0;
  margin-bottom: 0;
}

.Q_navigation h5 {
  background: #0072bc;
  color: #fff;
  text-align: left;
  font-weight: 700;
}

.Q_navigation ul {
  padding-top: 10px;
}

.Q_navigation ul li {
  position: relative;
  padding: 0px 0 0 28px;
}

.Q_navigation ul li a {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000000;
}

.Q_navigation ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 25px;
  background: #00a76d;
  left: -2px;
  top: 6px;
}

.page_links:hover .text-white {
  color: #000000 !important;
  text-decoration: none;
}
.page_links:hover .int {
  background-position: -28px -10px;
}
.page_links:hover .int2 {
  background-position: -110px -10px;
}
.page_links:hover .int3 {
  background-position: -172px -10px;
}
.page_links:hover .int4 {
  background-position: -226px -10px;
}
.page_links:hover .int5 {
  background-position: -297px -10px;
}

.sied-navbar .page_links {
  background: #1fb6d6;
}

.sied-navbar .page_links:nth-child(2) {
  background: #83b943;
  border: 1px solid #ccc;
  background-clip: content-box;
}

.sied-navbar .page_links:nth-child(3) {
  background: #ecb200;
  border: 1px solid #ccc;
  background-clip: content-box;
}

.sied-navbar .page_links:nth-child(4) {
  background: #e38d41;
  border: 1px solid #ccc;
  background-clip: content-box;

}

.sied-navbar .page_links {
  background: #1fb6d6;
  border: 1px solid #ccc;
  background-clip: content-box;
  transition: all 500ms ease;
}
.sied-navbar .page_links:hover {
  background: #1fb6d6;
  border: 1px solid #ccc;
  background-clip: none;
}

.sied-navbar .page_links span {
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 1.25rem;

}

.Q_navigation.gallery.video {
  position: relative;
  overflow: hidden;
}

.Q_navigation.gallery ul li:before {
  background: none;
}

.Q_navigation.gallery ul li {
  width: 40%;
  display: inline-block;
}

.right-align figure {
  display: inline-block;
}

.right-align p {
  float: right;
  width: 53%;
}

.left-align figure {
  display: inline-block;
}

.left-align p {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.mobile_nav {
  display: none;
}

.button-4 {
  width: 140px;
  height: 50px;
  background: #83b943;
  float: left;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.23);
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 20px 0 40px 0px;
}

.button-4 a {
  font-weight: 800;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  line-height: 50px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}

.eff-4 {
  width: 140px;
  height: 50px;
  left: -140px;
  background: #fff;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}

.button-4:hover .eff-4 {
  left: 0;
}

.button-4:hover a {
  color: #3996d2;
}

.right-arrow i, .left-arrow i {
  font-size: 1.78rem;
  color: #000000;
}
.right-arrow:hover i, .left-arrow:hover i {
  color: #83b943;
}

.below-1024 {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.html) center center no-repeat;
}

@font-face {
  font-family: "slick";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.html);
  src: url(../fonts/slickd41d.html?#iefix) format("embedded-opentype"), url(../fonts/slick-2.html) format("woff"), url(../fonts/slick-3.html) format("truetype"), url(../fonts/slick-4.html#slick) format("svg");
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

@media (min-width: 320px) and (max-width: 1110px) {
  .container {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1560px) {
  .banner .banner-content {
    height: 65%;
  }

  .top-pad {
    padding-bottom: 20px;
  }

  .rect4 ul {
    margin-left: -40px;
  }
  .rect4 ul li:nth-child(1) {
    left: 53%;
  }

  .features .rect4 ul li:nth-child(1) {
    left: auto;
  }
}
@media (max-width: 1170px) {
  .items a {
    font-size: 0.859rem;
    padding: 13px 4px 19px 5px;
  }

  .banner .banner-content {
    height: 45%;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 95%;
  }

  body {
    font-size: 0.875rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  .rect4 ul li {
    width: 40%;
  }
  .rect4 ul li:nth-child(2) {
    right: -75px;
  }
  .rect4 ul li:nth-child(3) {
    left: 10px;
  }

  .features ul li {
    width: auto;
  }
  .features ul li:nth-child(2) {
    right: auto;
  }

  .partner-list {
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .partner-list li {
    width: 100%;
    display: inline-block;
  }

  .management-person ul li {
    width: 150px;
    height: 150px;
  }

  .foot-logo img {
    width: 180px;
  }

  .below-991 {
    display: block;
  }

  .management-person {
    display: none;
  }
}
@media (max-width: 991px) {
  .west-navigation {
    display: none;
  }

  .navbar .form-inline {
    display: none;
  }

  .mobile_nav {
    display: block;
  }

  .rect4 ul li:nth-child(1) {
    left: 35%;
  }

  .features ul {
    padding-bottom: 70px;
  }
  .features ul li {
    width: 32%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .features ul li:nth-child(1) {
    left: auto;
  }
  .features ul li:nth-child(odd), .features ul li:nth-child(even) {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .features ul li:nth-child(4), .features ul li:nth-child(6) {
    bottom: -100px;
  }
  .features ul li:nth-child(5) {
    bottom: -170px;
  }
  .features ul li:nth-child(7) {
    bottom: -200px;
  }

  .awards {
    position: relative;
    display: flex;
  }
  .awards .row {
    flex-direction: column-reverse;
  }
  .awards figure {
    text-align: center;
  }

  .testimonials figure {
    text-align: center;
  }

  .management .rect4 ul {
    display: none;
  }
  .management .rect4 ul li:nth-child(1) {
    left: 53% !important;
  }
  .management .rect4 ul li:nth-child(2) {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    left: 60px;
  }

  .card-list {
    width: 100%;
    position: relative;
    display: block;
  }
  .card-list li {
    width: 100%;
    display: block;
    box-shadow: none;
    border: 1px solid #000000;
    margin: 0 auto;
  }

  .partner-list .slick-slide img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 75%;
  }

  .banner {
    width: 100vw;
  }
  .banner .banner-content {
    height: 60%;
  }

  .help-line {
    display: none;
  }

  .ban-footer {
    left: 0;
    width: 100%;
  }

  .copy_right {
    text-align: center;
  }
  .copy_right.text-right {
    text-align: center !important;
  }

  .right-align p,
.left-align p {
    float: none;
    width: 100%;
  }

  .right-align figure,
.left-align figure {
    text-align: center;
    display: block;
  }

  .box_end {
    display: none;
  }

  .mobile_nav {
    display: block;
  }

  .rect4 ul li:nth-child(1) {
    left: 53% !important;
  }
  .rect4 ul li:nth-child(4) {
    right: 50px;
  }

  .features ul li:nth-child(1) {
    left: auto;
  }
  .features ul li:nth-child(4) {
    right: auto;
  }

  .management .rect4 ul li:nth-child(2) {
    left: 30px;
    top: -115px;
  }
  .management .rect4 ul li:nth-child(3) {
    left: 75px;
  }

  .below-1024 img {
    width: 100%;
  }
}
@media (max-width: 668px) {
  html {
    font-size: 80%;
  }

  body {
    font-size: 0.875rem;
  }

  h1 {
    font-size: 2.63rem;
    line-height: 3.5rem;
  }
  h1 span {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.53rem;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.53rem;
  }

  h4 {
    font-size: 0.825rem;
    line-height: 1.3rem;
  }

  .pad-150 {
    padding-top: 100px;
  }

  .pad-100 {
    padding-top: 75px;
  }

  .mar-150 {
    margin-top: 100px;
  }

  .mar-100 {
    margin-top: 75px;
  }

  .pad-b100 {
    padding-bottom: 75px;
  }

  .logo img {
    width: 200px;
  }

  .banner .banner-content h1 span {
    font-size: 3.42rem;
  }

  .awards figure {
    margin-left: -75px;
  }

  .banner .banner-content {
    height: 70%;
    padding-left: 25px;
  }

  .mobile-no h3 {
    font-size: 1rem;
  }

  .Q_navigation.gallery ul li {
    width: 48%;
    padding: 0;
  }
  .Q_navigation.gallery ul li img {
    width: 100%;
  }
}
@media (max-width: 580px) {
  h2 br {
    display: none;
  }

  img {
    max-width: auto;
  }

  .ban-footer {
    display: none;
  }
  .ban-footer ul li {
    padding: 27px 0px 27px 10px;
  }

  .rect4.year ul li:nth-child(1) {
    left: 49%;
  }
  .rect4.year ul li:nth-child(2) {
    right: -78px;
    bottom: -88px;
  }
  .rect4.year ul li:nth-child(3) {
    left: 25px;
    bottom: 50px;
  }
  .rect4.year ul li:nth-child(4) {
    right: 19px;
    bottom: -55px;
  }

  .features {
    padding-bottom: 200px;
  }
  .features .rect4 ul li .rect {
    width: 100px;
    height: 100px;
  }
  .features .rect4 ul li .rect span {
    top: -5px;
  }
  .features .rect4 ul li .rect .reverse-content {
    width: auto;
    left: 12px;
  }
  .features .rect4 ul li .rect:after {
    top: -26px;
  }
  .features .rect4 ul li:nth-child(1) {
    left: 50px !important;
  }
  .features .rect4 ul li:nth-child(1) .rect .reverse-content {
    left: 12px;
  }
  .features .rect4 ul li:nth-child(2) {
    left: 20px;
  }
  .features .rect4 ul li:nth-child(2) .rect .reverse-content {
    left: 12px;
  }
  .features .rect4 ul li:nth-child(4) {
    left: 30px;
  }
  .features .rect4 ul li:nth-child(4) .rect .reverse-content img {
    width: 40px;
  }
  .features .rect4 ul li:nth-child(5) {
    left: 25px;
  }
  .features .rect4 ul li:nth-child(7) {
    left: 56%;
    transform: translateX(-50%);
    top: 250px;
  }

  .management .rect4 ul li {
    width: auto;
    height: auto;
  }
  .management .rect4 ul li img {
    width: 150px;
    height: 150px;
  }
  .management .rect4 ul li:nth-child(2) {
    left: -27%;
    top: 85px;
  }
  .management .rect4 ul li:nth-child(3) {
    width: 100%;
    left: -35px;
    top: -73px;
  }

  .footer_bg .fot_social, .footer_bg .text-right {
    text-align: center !important;
  }
  .footer_bg .fot_social {
    margin-bottom: 15px;
  }

  .foot-logo {
    text-align: center;
  }

  .location {
    text-align: center;
  }
  .location p:before {
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .awards ul li img {
    width: auto;
    height: auto;
  }

  .awards-list .ml-3 {
    width: 75%;
  }

  .rect {
    width: 120px;
    height: 120px;
  }
  .rect .reverse-content {
    width: 85%;
    top: 0;
  }
  .rect .reverse-content img {
    width: 40px;
  }

  .rect4 ul li:nth-child(4) .reverse-content img {
    width: 30px;
  }
  .location p::before {
    left: 40%;
  }
}
@media (max-width: 390px) {
  .rect4.year ul li:nth-child(1) {
    left: 195px;
  }
}
@media (max-width: 350px) {
  .rect4.year ul li:nth-child(1) {
    left: 185px;
  }
}

.gal{

  margin: 0;
  padding: 10px;
  float: left;
}
.gal img{
  border: 1px solid #ccc;
  padding: 5px;
}
.gal img:hover{ opacity: 0.7 }

.backy{ background:rgba(0,0,0,0.7) !important; padding:1% 10% !important; overflow: scroll !important; }
.slshow img{
  width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important; padding: 0 18px;}
td, th{padding: 3px 10px !important;}
input.form-control, textarea.form-control{ border: 1px solid #ced4da; border-radius: 0.05rem !important; }
.close{
  color: #fff !important;
  border: 2px solid #fff !important;
  padding: 1px 8px 4px 8px !important;
  font-size: 1.5rem !important;
  box-shadow: none !important;
  opacity: 1 !important;
  position: relative;
  right: 0;
  top: 0;
  background: #000;
  border-radius: 50%;
  margin: 0px -13px -22px 0;
  z-index: 999;
}
.prev{
  font-size: 23px !important;
  height: 30px !important;
  width: 30px !important;
  padding: 1px 0 2px 7px !important;
  position: absolute;
  bottom: 50%;
  left: 7px;
  background: #fff;
  cursor: pointer;
}
.next{ 
  font-size: 23px !important;
  height: 30px !important;
  width: 30px !important;
  padding: 1px 0 2px 7px !important;
  position: absolute;
  bottom: 50%;
  right: 7px;
  background: #fff;
  cursor: pointer;
 }
 .numbertext{ padding: 2px 0 2px 0; text-align: center; }
 input.car{
  padding: 8px 8px;
  margin: 10px 0;
  border: 1px solid #ccc;
  font-size: 18px;
  width: 100%;
  background: none;
  outline: none;
 }
 input.car:hover{
  box-shadow: 2px 2px 12px #ccc;
 }
 button.post{ 
    border: 1px solid #83b943;
    background: none; 
    border-radius: none !important; }

button.post:hover{ border: 1px solid #0066b3;background: #fff; }

.rect:before{border:5px solid rgba(255,255,255,0.8);}

#add_another h4{
  color: #000;
  padding: 5px 10px;
  border: 2px solid #ccc;
  margin: 10px 0 30px 0;
  cursor: pointer;
  width: 240px;
  text-align: center;
  background: #ddd;
}

.jumbotron {
    padding: 0.5rem 0 0;
    margin-top: -20px !important;
  }
.flashnews{
  margin: 0;
  padding: 10px 5px 7px 5px;
  background-color: #fff;
  color: #000;
}
.flashnews h4{
  font-size: 16px;
  float: left;
  color: #000 !important;
}
.flashnews h4 a{
  color: #000 !important;
}
.logo{ padding-left: 30px; }
.flashnews marquee{
  cursor: pointer;
  float: left;
  width: 90%;
  margin: 0;
  padding:0;
  color: #000 !important;
}
/*# sourceMappingURL=style.css.map */

