@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#FontName') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#FontName') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#FontName') format('svg');
  font-weight: 300;
  font-style: normal;
}
:root {
  --primary: #2a1d4f;
  --secondary: #82c353;
  --third: #563d7c;
}
body {
  font: normal normal 14px 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  background: #fff;
  color: #333;
}
.container {
  width: 100%;
  max-width: 1170px;
  position: relative;
}
h1, h2, h3 {
  color: var(--primary);
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.3;
}
h4, h5, h6 {
  line-height: 1.6;
}
p {
  margin: 25px 0;
  text-align: justify;
}
div, h1, h2, h3, h4, h5, h6, p, li, img, a, button, span, hr, :before, :after {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 15px auto;
}
.img-full {
  object-fit: contain;
  width: 100%;
}
hr {
  border-top: 1px dashed var(--secondary);
  position: relative;
}
hr:before, hr:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--secondary);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
hr:after {
  left: inherit;
  right: 0;
}
.green {
  color: var(--secondary);
}
.white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p {
  color: #fff;
}
.bg-blue {
  background-color: var(--primary);
  color: #fff;
}
.bg-grey {
  background-color: #f5f5f5;
}
.bg-grey2 {
  background-color: #eee;
}
.py-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/* ---------------------------------------------
					Button
---------------------------------------------- */
a {
  color: var(--primary);
  text-decoration: none !important;
}
.btn:hover, .btn:focus, button:hover, button:focus {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.thumbs {
  margin: 15px auto;
  overflow: hidden;
  position: relative;
}
.thumbs:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: calc((1 / 1.78) * 100%);
}
.thumbs img {
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
a:hover .thumbs img {
  transition: transform 250ms linear 0s;
  transform: scale(1.05, 1.05);
}
.btn {
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  padding: 15px 35px;
  margin: 20px auto 0;
  position: relative;
}
.btn.center-block {
  display: table;
}
.btn-back {
  position: absolute;
  top: 0;
  right: 15px;
}
.btn.btn-filter {
  border: 1px solid #ddd;
  margin: 0 auto 20px;
  padding: 12px 25px;
  padding-right: 65px;
}
.filter-button button {
  border: none;
  background: none;
  padding: 5px 25px;
}
.btn.btn-filter span {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  font-size: 10px;
}
.btn-custom {
  background: var(--secondary);
  color: var(--white) !important;
}
.btn-custom:after {
  content: '';
  border-bottom: 20px solid var(--primary);
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.btn-white {
  background: var(--white);
  color: var(--primary) !important;
}
.btn-white:after {
  content: '';
  border-bottom: 20px solid var(--secondary);
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
/* ---------------------------------------------
					Nav
---------------------------------------------- */
.navbar {
  width: 100%;
  padding: 0;
  background: var(--primary);
  z-index: 99;
}
.navbar.affix {
  position: fixed;
  top: 0;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: move-in-up;
  animation-name: move-in-up;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
}
.navbar-brand {
  max-width: 220px;
  padding: 15px 20px;
  margin: 0;
  background: #fff;
}
.affix .navbar-brand {
  max-width: 180px;
}
.navbar-brand img {
    display: inline-block;
    margin: 0;
    object-fit: contain;
    object-position: center center;
}
.navbar-nav > li {
  margin: 0;
}
.navbar-nav > li > a {
  color: #FFF;
  text-transform: uppercase;
}
.navbar-nav > li.social-icon a {
  display: inline-grid;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 !important;
}
.navbar-nav > li.social-icon a:before {
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  align-items: center;
  color: var(--primary);
  font-size: 20px;
}
.navbar-nav > li.language > a {
  background: var(--secondary);
  padding: 30px 25px !important;
  margin-left: 15px !important;
  font-size: 16px;
}
.affix .navbar-nav > li.language > a {
  padding: 25px !important;
}
.navbar-nav > li.dropdown button {
  display: none;
}
.dropdown-menu > li > a {
  padding: 10px 15px;
}
.dropdown-toggle-mobile {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 999;
  background: none;
  border: none;
}
/* ---------------------------------------------
					Banner
---------------------------------------------- */
#banner {
  height: calc(80vh - 96px);
}
#inner #banner {
  height: auto;
  position: relative;
}
#inner #banner:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: calc((1 / 3) * 100%);
}
#banner .carousel, #banner .carousel-inner, #banner .carousel-item, #banner .banner {
  height: 100%;
  position: relative;
}
#banner .banner:after {
  content: '';
  background: rgba(42, 29, 79, .25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-control-next, .carousel-control-prev {
  width: auto;
  top: 50%;
  bottom: inherit;
  transform: translate(0, -50%);
  opacity: 1;
  padding: 20px;
  font-size: 20px;
}
.carousel-caption {
  top: 40%;
  bottom: inherit;
  transform: translate(0, -50%);
}
.carousel-caption h1 {
  color: #fff;
  font-size: 3vw;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.15);
}
.carousel-caption p {
  width: 60%;
  margin: 30px auto;
  text-align: center;
  font-size: 130%;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.15);
  font-weight: 700;
}
.carousel .carousel-item {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  opacity: 0.5;
}
.carousel .active.carousel-item {
  opacity: 1;
}
/*.carousel .active.carousel-item .bg {
    animation: zooooom 7s ease-in-out;
   -webkit-animation: zooooom 7s ease-in-out;
}
@keyframes zooooom {
0%   {
	transform: scale(1);
}
100% {
	transform: scale(1.05);
}
}*/
.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  margin: 3px;
  opacity: 1;
  border: none;
}
.carousel-indicators li.active {
  background: var(--secondary);
}
.banner {
  background-size: cover !important;
  background-position: center center !important;
}
.banner-fixed {
  background-attachment: fixed !important;
}
/* ---------------------------------------------
					List
---------------------------------------------- */
section ul {
  padding: 0;
  margin: 10px 0;
}
section ul li {
  list-style: none;
  padding-left: 1.6em;
  margin: 5px 0;
  position: relative;
}
section ul li:before {
  content: '';
  left: 0px;
  top: 9px;
  position: absolute;
  display: block;
  background-color: var(--secondary);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.list-unstyled li, .pagination li {
  padding-left: 0;
}
.list-unstyled li:before, .pagination li:before {
  display: none;
}
.collum-list-2 li {
  width: calc(50% - 3px);
  display: inline-block;
}
.list-tick li {
  list-style: none;
  padding-left: 2em;
  position: relative;
}
.list-tick li:before {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  color: var(--primary);
  left: 0;
  position: absolute;
}
.list-number {
  counter-reset: my-badass-counter;
}
.list-number li {
  list-style: none;
  padding: 5px 0;
  padding-left: 3em;
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
.list-number li:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  background-color: #b6966a;
  color: var(--primary);
  display: inline-block;
  text-align: center;
  top: 0;
  left: 0;
  position: absolute;
}
/* ---------------------------------------------
					Form
---------------------------------------------- */
.form-group {
  position: relative;
  margin-bottom: 10px;
}
.form-group p {
  margin: 0;
  line-height: normal;
  font-size: 0.8em;
}
.form-control {
  height: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 12px;
}
/*.form-control::-webkit-input-placeholder {
 	color:#333;
}
.form-control:-ms-input-placeholder {
 	color:#333;
}
.form-control:-moz-placeholder {
 	color:#333;
}*/
.form-control.error {
  border-color: #c33;
}
select {
  outline: none !important;
}
select.no-radius {
  border: none;
  width: 100%;
  background: none;
}
.select-wrapper.form-control {
  padding-left: 5px;
  padding-right: 5px;
}
label.error {
  position: absolute;
  top: 11px;
  right: 10px;
  color: #c33;
  font-weight: 400;
  font-size: 11px;
}
.form-invert .form-control {
  background: #eee;
}
span.form-control {
  padding: 10px 5px;
}
/* ---------------------------------------------
					Panel
---------------------------------------------- */
.accordion .card {
  border: none;
  border-bottom: 1px solid #ddd !important;
}
.accordion .card .card-header {
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 0;
}
.accordion .card .card-header .btn {
  margin: 0;
  display: block;
  padding: 24px 0;
  width: 100%;
  text-align: left;
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.accordion .card .card-header .btn.collapsed {
  color: #333;
}
.accordion .card .card-header .btn:after {
  content: "\e252";
  font-family: "Glyphicons Halflings";
  font-size: 10px;
  color: var(--primary);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.accordion .card .card-header .btn.collapsed:after {
  content: "\e250";
}
.accordion .card .card-body {
  padding: 0;
}
/* ---------------------------------------------
					Modal
---------------------------------------------- */
.modal-full .modal-dialog {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  margin: 0;
}
.modal-full .modal-content {
  border: none;
  box-shadow: none;
}
.modal-full .modal-content img {
  margin: 15px auto;
}
.modal-full .close {
  color: var(--primary);
  font-size: 14px;
  opacity: 1;
  z-index: 999;
  position: absolute;
  right: 15px;
}
.modal-full .close span {
  font-size: 21px;
  top: 1px;
  position: relative;
}
.modal.modal-center.in {
  position: absolute;
  transform: translate(0, -50%);
}
.modal {
  background: rgba(0, 0, 0, .65);
}
.modal .close {
  color: var(--primary);
  font-size: 30px;
  opacity: 1;
}
.modal-dialog {
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%) !important;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.modal-content {
  background: #f9f9f9;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}
/* ---------------------------------------------
					Row
---------------------------------------------- */
.no-gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.no-gutters-5 > [class^="col-"], .no-gutters-5 .col {
  padding-right: 5px;
  padding-left: 5px;
}
.no-gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.no-gutters-10 > [class^="col-"], .no-gutters-10 .col {
  padding-right: 10px;
  padding-left: 10px;
}
.row.row-grid > [class^="col-"]:after {
  content: '';
  position: absolute;
  top: 5%;
  right: 0;
  height: 100%;
  width: 1px;
  background: #eee;
}
.row.row-grid > [class^="col-"]:last-child:after, .row.row-grid-2 > [class^="col-"]:nth-child(2n):after, .row.row-grid-3 > [class^="col-"]:nth-child(3n):after {
  display: none;
}
/* ---------------------------------------------
					Footer
---------------------------------------------- */
footer {
  background: var(--primary);
  padding: 20px 0;
}
footer p {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 0.8em;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #eee;
}
/* ---------------------------------------------
					Ratio
---------------------------------------------- */
.ratio {
  position: relative;
}
.ratio:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: calc((1 / 1.78) * 100%);
}
.ratio.ratio-vertical:before {
  padding-top: calc((4 / 3) * 100%);
}
.ratio iframe {
  position: absolute;
  top: 0;
}
.ratio img {
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
/* ---------------------------------------------
					Others
---------------------------------------------- */
.list-about li {
  padding: 15px 0;
  border-bottom: 1px dashed var(--secondary);
  position: relative;
  color: #666;
}
.list-about li:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--secondary);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.list-about li sup {
  top: -0.3em;
  position: relative;
}
.list-about .number {
  font: normal 700 3em Tahoma, Arial, Helvetica, sans-serif;
  color: var(--primary);
}
.list-about span {
  font-size: 2em;
  font-weight: 300;
  top: -4px;
  position: relative;
}
.news_main a {
  display: block;
  position: relative;
  margin: 10px 5px;
  background: #f3f3f3;
}
.news_main a .date {
  background: var(--primary);
  color: white;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  padding: 20px 15px;
  width: 100px;
}
.news_main a .date p {
  margin: 0;
  text-align: center;
}
.news_main a .date p span {
  display: block;
  font-size: 2em;
  margin: 5px 0;
}
.news_main a .description {
  display: inline-block;
  width: calc(100% - 140px);
  vertical-align: top;
}
.news a {
  display: block;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
        background-position: center center !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  margin-bottom: 15px;
}
.news a:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: calc((1 / 1.78) * 100%);
  background: rgb(40, 121, 203);
  background: linear-gradient(rgba(40, 121, 203, .85) 0%, rgba(40, 121, 203, 0) 100%);
}
.news .description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  height: calc(100% - 40px);
}
.news .description p {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  text-align: left;
}
.news span {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/*.news a:hover {
	background-size:auto 110% !important;
}*/
.news a:hover:before {
  background: rgba(40, 121, 203, .85);
}
.news a:hover span {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  opacity: 1;
}
.news.clients a {
  border: 1px solid #ddd;
}
.news.clients a:before {
  opacity: 0;
}
.news.clients a:hover:before {
  opacity: 1;
}
#quick-link h5 {
  color: var(--primary);
  font-weight: 600;
  font-size: 1em;
}
#quick-link a {
  font-size: 0.9em;
  display: block;
  margin: 7px 0;
}
#quick-link p {
  font-size: 0.9em;
  margin: 7px 0;
}
#quick-link .social-icon a {
  display: inline-block;
  font-size: 1.3em;
  width: auto;
  height: auto;
  margin-right: 10px;
}
.gallery a {
  display: block;
  margin: 0 0 15px;
  border: 1px solid #ddd;
}
.gallery a img {
  object-fit: contain !important;
}
.contact p {
  text-align: left;
  font-size: 0.9em;
}
.maps {
  position: relative;
}
.maps img {
  opacity: 0.7;
  margin-left: auto;
  margin-right: auto;
}
.maps ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}
.maps li {
  position: absolute;
  width: auto;
  height: auto;
  display: block;
  margin: 0;
  cursor: pointer;
}
.maps li:hover {
  z-index: 9;
}
.maps li:before {
  content: "\e062";
  font-family: "Glyphicons Halflings";
  color: var(--primary);
  display: inline-block;
  font-size: 2em;
  width: auto;
  height: auto;
  top: inherit;
  background: none;
  position: relative;
}
.maps li:hover:before {
  color: var(--secondary);
}
.maps li span {
  position: absolute;
  white-space: nowrap;
  left: calc(2em + 7px);
  font-weight: 700;
  opacity: 0
}
.maps li:hover span {
  opacity: 1;
}
.maps li.maps-sg {
  top: 60%;
  left: 74.5%;
}
.maps li.maps-my {
  top: 57.5%;
  left: 73%;
}
.maps li.maps-hk {
  top: 48.5%;
  left: 76.5%;
}
.maps li.maps-kr {
  top: 40%;
  left: 81%;
}
.maps li.maps-tw {
  top: 48%;
  left: 79%;
}
.maps li.maps-cn {
  top: 44%;
  left: 78.5%;
}
.maps li.maps-cn2 {
  top: 39%;
  left: 78%;
}
.maps li.maps-in {
  top: 50%;
  left: 67%;
}
.maps li.maps-gc {
  top: 34%;
  left: 50%;
}
.maps li.maps-nd {
  top: 28.5%;
  left: 46%;
}
.maps li.maps-us {
  top: 35.5%;
  left: 12%;
}
.maps li.maps-tk {
  top: 37%;
  left: 54%;
}
.maps li.maps-uae {
  top: 47.5%;
  left: 61%;
}
.maps li.maps-jp {
  top: 39.5%;
  left: 84%;
}
.maps li.maps-id {
  top: 64.5%;
  left: 77%;
}
.maps li.maps-uk {
  top: 25.5%;
  left: 44.5%;
}
.maps li.maps-nw {
  top: 20.5%;
  left: 48%;
}
.maps li.maps-ph {
  top: 55%;
  left: 80%;
}
.alert {
  display: none;
}
.box {
  border: 1px solid #eee;
  padding: 15px 20px;
  background: #fff;
}
#services {
  padding: 2rem 0 25rem;
}
.services {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: inherit;
}
.services li {
  list-style: none;
  position: static;
  width: 14%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.services > li.dropdown button {
  display: block;
  width: 100%;
    height: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  text-align: center;
  color: white;
    border-radius: 1.25em;
    padding: 5px 15px 15px;
}
.services > li.dropdown button:hover {
  background-color: var(--secondary);
}
.services > li.dropdown button:after {
  display: none;
}
.services li .dropdown-menu {
  position: absolute;
  width: calc(100% - 30px);
  transform: translate(0, 0) !important;
  top: auto !important;
  background: var(--primary);
  border-radius: 5px;
  padding: 0;
  margin: 50px 15px 20px;
}
.services li .dropdown-menu p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* ---------------------------------------------
					Slick
---------------------------------------------- */
.slider button {
  border: none;
  border-radius: 50%;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.slick-slide {
  margin: 0 15px;
}
.slick-list {
  margin: 50px 60px !important;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  list-style: none;
  margin: 0px 2px;
  padding: 0;
  line-height: normal;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  background: #ccc;
  width: 10px;
  height: 10px;
  text-indent: -99999px;
}
.slick-dots li.slick-active button {
  background: var(--secondary);
}
.slider .slick-arrow {
  background: var(--primary);
  color: #fff;
  width: 30px;
  height: 30px;
  display: grid;
  align-items: center;
  position: absolute;
  top: calc(50% - 35px);
  transform: translate(0, -50%);
}
.slider .slick-arrow.slick-prev {
  left: 0;
}
.slider .slick-arrow.slick-next {
  right: 0;
}
.slider .slick-arrow:before {
  content: '';
  font-size: 10px;
  font-family: "Glyphicons Halflings";
}
.slider .slick-arrow.slick-prev:before {
  content: "\e079";
}
.slider .slick-arrow.slick-next:before {
  content: "\e080";
}
.slider-news .slick-slide {
  margin: 0 2px;
}
.slider-news .slick-list {
  margin: 0px !important;
}
.slider-about img, .slider-clients img {
  object-fit: contain;
  object-position: center center;
  width: 200px;
  height: 100px;
}
/* ---------------------------------------------
					Social Media
---------------------------------------------- */
.fa {
  border-radius: 50%;
  margin: 0 2px;
  padding: 7px 0px;
  text-align: center;
  color: var(--secondary);
}
/* ---------------------------------------------
					Media Queries
---------------------------------------------- */
@media (min-width: 1441px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1170px) {
  .container {
    width: 80%;
    max-width: inherit;
  }
}
@media (min-width: 992px) {
    .navbar-brand:last-child img {
        padding-left: 0;
    }
  nav .navbar-nav > li > a {
    display: grid;
    align-content: center;
    height: 100%;
    padding: 15px !important;
  }
  nav .navbar-nav > li.active > a {
    position: relative;
  }
  nav .navbar-nav > li.active > a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: var(--secondary);
    width: calc(100% - 20px);
    height: 5px;
  }
  nav .navbar-nav .dropdown-toggle {
    background: none;
    border: none;
  }
  nav .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  nav .dropdown-menu {
    margin: 0;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(235, 235, 235, 0.25);
  }
  nav .language .dropdown-menu {
    left: auto;
    right: 0;
    min-width: inherit;
  }
  nav .dropdown-item {
    margin: 10px 0;
    color: var(--primary) !important;
    background: none !important;
  }
  nav .dropdown-item:hover {
    opacity: 0.5;
  }
  nav .dropdown-toggle-mobile {
    display: none;
  }
  nav .content-nav.collapse {
    display: block;
  }
  .content-nav a {
    display: block;
    position: relative;
    margin: 25px 0;
  }
  .content-nav .active a {
    color: var(--secondary);
    font-weight: 600;
  }
  .content-nav .active a:before {
    content: '';
    border-top: 1px dashed var(--secondary);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -15px;
  }
  .content-nav .active a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--secondary);
    position: absolute;
    bottom: -20px;
    right: 0;
  }

  .list-about li {
    width: calc(25% - 45px);
    display: inline-block;
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overscroll-behavior-x: none;
  }
  .container {
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .navbar-toggler {
    width: 22px;
    height: 32px;
    position: relative;
    padding: 0;
    margin-left: 15px;
  }
  .navbar-toggler .icon-bar {
    position: absolute;
    transition: all 250ms linear;
    background: #fff;
    width: 100%;
    height: 2px;
    border-radius: 30px;
    right: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0)
  }
  .navbar-toggler.collapsed .icon-bar {
    position: absolute;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0)
  }
  .navbar-toggler .line1 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 15px;
  }
  .navbar-toggler .line2 {
    opacity: 0;
  }
  .navbar-toggler .line3 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 15px;
  }
  .navbar-toggler.collapsed .line1 {
    top: 9px;
  }
  .navbar-toggler.collapsed .line2 {
    opacity: 1;
    top: 15px;
  }
  .navbar-toggler.collapsed .line3 {
    top: 21px;
  }
  nav .navbar-nav {
    padding: 15px;
  }
  nav .navbar-nav > li {
    margin: 0;
  }
  nav .navbar-nav > li.dropdown button {
    position: absolute;
    top: 7px;
    right: 0;
    color: #fff;
    display: block;
  }
  nav .navbar-nav > li > .dropdown-menu {
    background: none;
    border: none;
    margin: 0 0 10px;
    padding: 0;
  }
  nav .navbar-nav > li.show > .dropdown-menu {
    display: block;
  }
  nav .navbar-nav > li.language > a, nav .affix .navbar-nav > li.language > a {
    padding: 15px 20px !important;
    margin: 15px -15px -20px !important;
    width: calc(100% + 30px);
    display: block;
  }
  nav .dropdown-item {
    padding: 5px 0;
    opacity: 0.8;
    color: #fff;
    white-space: normal;
    padding-right: 15px;
  }
  .navbar-toggle-inner {
    display: block;
    background: var(--primary);
    color: #fff;
    padding: 15px 15px;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .content-nav {
    margin: -20px 0 20px;
    padding: 10px 15px;
    background: #efefef;
    text-align: center;
  }
  .navbar-brand {
    max-width: 250px;
      width: 50%;
  }
  .py-10 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .quicklink {
    width: calc(100% - 40px);
    display: block;
    padding: 10px 5px;
  }

  .quicklink .dropdown, .quicklink .dropdown-menu {
    width: 100%;
    display: flex !important;
margin:0 !important;
padding:0 !important;
  }
.quicklink .dropdown>a.btn {
display:none !important;
}
.quicklink .dropdown-menu a {
    flex: auto;
    margin: 0 3px;
    font-size: 60%;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px
  }
  .btn {
    font-size: 12px;
  }
  .btn-back {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption p {
    display: none;
  }
  .same-height > div {
    height: auto !important;
  }
  .maps li:before {
    font-size: 1em;
  }
  .maps li span {
    left: calc(1em + 7px);
  }
  .gallery {
    columns: 2;
  }
  .col-xs-12 {
    width: 100%;
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .col-xs-6 {
    width: 50%;
    flex-grow: inherit;
    flex-basis: inherit;
  }
  .col-xs-3 {
    width: 25%;
    flex-grow: inherit;
    flex-basis: inherit;
  }
  #services {
    padding: 2rem 0;
  }
  .services li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .services li .dropdown-menu {
    top: 0 !important;
  }
}
/*--------  Lock Screen --------  */
@media only screen and (max-height: 420px) and (orientation:landscape) {
  .alert {
    display: block;
    position: fixed;
    top: 50%;
    z-index: 999;
    margin: auto;
    transform: translate(0, -50%);
    padding: 3% 10%;
    text-align: center;
  }
  .alert h4 {
    line-height: 24px;
    margin-bottom: 20px;
  }
}
/* ---------------------------------------------
					IE 10
---------------------------------------------- */
@media all and (-ms-high-contrast:none) {}
/* ---------------------------------------------
					Firefox
---------------------------------------------- */
@-moz-document url-prefix() {}