pl
p {
  font-size: 16px;
  line-height: 25px;
}
b, strong {
  font-weight: 600;
}
section {
  padding: 25px 0 35px;
  background: #fff;
}

body { 
  position: relative;
  font-size: 14px;
}

a { color: #3CC; }

a:hover { color: #FF0; }

@font-face {
    font-family: 'Albertus';
    src: url('../fonts/Albertus-Medium.woff2') format('woff2'),
        url('../fonts/Albertus-Medium.woff') format('woff'),
        url('../fonts/Albertus-Medium.svg#Albertus-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
font-family: 'Overpass', sans-serif;
font-weight:200;
}
h1, h2, h3,h4,h5,.fixed-side-navbar  {
  font-family:'Albertus', serif;
}
.bg-img {

  position: absolute;
left: 0;
height: 110%;
top: -5%;
opacity:0.15;
margin-left: -52vh;
 mix-blend-mode: overlay;
}
/*----------
  NAV
----------*/

.fixed-side-navbar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
  margin-top: -100px;
  text-align: right;
  padding: 30px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fixed-side-navbar:hover {
  background: transparent;
}
.fixed-side-navbar:hover .nav > li > a > span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
 
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 2px 12px;
  position: relative;

}
.fixed-side-navbar:hover .nav > li > a > span:before {
    position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(255,255,255,0.7);
  width: 100%;
  height: 100%;
  transition: .2s;
  -webkit-backface-visibility: hidden;
    -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.fixed-side-navbar .nav > li a.active {
  background-color: transparent;
  color: #ff7d27;
}
.fixed-side-navbar:hover .nav > li > a.active > span {
       color: #000;
}
.fixed-side-navbar:hover .nav > li > a.active > span:before {
     background-color: rgba(255,255,255,0.9);
  
  }
.fixed-side-navbar .nav > li a.active:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.fixed-side-navbar .nav > li a.active:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
}
.nav>li {
  position: relative;
  display: block;
}
.fixed-side-navbar .nav > li a {
  color: #fff;
  min-height: 36px;
  background: transparent;
  padding: 5px 45px 5px 25px;
  border-right: none;
}
.fixed-side-navbar .nav > li a span {
  display: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.fixed-side-navbar .nav > li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.75);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.fixed-side-navbar .nav > li a:hover {
  background-color: transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: black;
  boder-right: 0;
}
.fixed-side-navbar .nav > li a:hover > span {
   color: #1A7DCB;
  display: block;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.primary-button {
  position:relative;

}

.primary-button a, #contact button.btn {
  display: inline-block;
/*  background-color: #ff7d27;
    background-color:#1A7DCB;*/
    background:transparent;
    border:none;
  padding: 15px 24px;
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  letter-spacing: 0.5px;
    position:relative;
    z-index:1;
}
.primary-button a:hover {

}
.primary-button a:before{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #1A7DCB;
  width: 100%;
  height: 100%;
  transition: .2s;
  -webkit-backface-visibility: hidden;
    -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.primary-button a:hover:before {
    -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
  background:#198DE6;
} 

 #contact button.btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
   background-color: #ff7d27;
   transition:0.2s;
 }
 #contact button.btn:hover {
  background-color: #FF8737;
  transform:skewX(-12deg);
 }
.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}


.baner-content {
  padding-top: 30vh;
  text-align: center;
  background-image: url(../img/bg1.jpg);
}
.baner-content img {
  width:400px;
  max-width:90%;
}
#join-us .banner-img {
  max-width:80%;
  margin-left:auto;
  margin-right:auto;
  display:block;
  margin-top:30px;
  border-radius: 1000000px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  background: rgba(255,255,255,0.2);
}
.baner-content h1 {
  margin-top: 0px;
  font-size: 64px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing:1px;
}
.baner-content h1 small {
  color:rgba(255,255,255,0.8);
}
.baner-content em {
  color: #ff7d27;
  font-weight: 600;
  font-style: normal;
}

.baner-content span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 48px;
  color: #fff;
}

.baner-content .primary-button {
  margin-top: 15px;
  padding-bottom:30px;
}



.service-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  background-image: url(../img/texture1.png);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  position:relative;
  overflow:hidden;
}

.service-content .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

h4, .h4 {
  font-size: 18px;
}

.service-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px 0px 20px 0px;
  transform:skewX(-20deg);
}

.service-content .left-text p {
  color: #fff;
}

.service-content .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.service-content .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #fff;
}

.service-content .left-text .primary-button {
  margin: 30px 0px;
}

.service-content .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.service-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px auto 15px auto;
    transform:skewX(-20deg);
}


section {
  background-color: transparent;
  padding-bottom: 15px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tabs li {
  display: inline-block;
  text-align: center;
  margin: 10px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  color:#fff;
  font-size: 14px;
  font-weight: 700;
  padding:10px 15px;
  border:4px solid #fff;
}

.tabs a:hover {
  color: #ff7d27;
}

.tabs .active {
  border:4px solid #ff7d27;
}

.tabgroup div  {

}

.tabgroup p {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 25px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}


.contact-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 16vh;
  background-image: url(../img/bg2.jpg);
}

.contact-form {
/*  background-color: rgba(0, 0, 0, 0.5);*/
  border-radius:1px;
  padding: 30px 25px;
  margin-bottom: 30px;

/*  background:rgba(0,0,10,0.5);*/
}
.contact-content h1 {
  color:#fff;
}
#contact input {
  border-radius: 1px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(255, 255, 255, 0.7);
  outline: none;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  box-shadow:1px 1px 5px rgba(0,0,0,0.2);
  transition:all 0.3s;
}
#contact input:focus,#contact textarea:focus  {
background-color: rgba(250, 250, 250, 0.85);
  box-shadow:2px 2px 7px rgba(0,0,0,0.3);
  }

#contact textarea {
  border-radius: 1px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
background-color: rgba(250, 250, 250, 0.7);

  outline: none;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: none;
  height: 100px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
    transition:all 0.3s;

}
#success {
  margin-top:15px;
}
.alert-success, .alert-danger {
  background-color:rgba(255,255,255,0.5);
  border:1px solid rgba(0,0,0,0.1);
  box-shadow:1px 1px 5px rgba(0,0,0,0.1);
  border-radius:1px;
}
.map {
  margin-bottom: 30px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
}



footer {
  text-align: center;
  background-color: #282b2f;
  padding: 70px 0px;
    background-image: url(../img/texture1.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

footer .primary-button {
  margin-bottom: 30px;
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer ul li {
  display: inline-block;
  margin: 0px 4px;
}

footer ul li a, .social-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #ff7d27;
  color: #282b2f;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
  position:relative;
}
footer ul li a:after, .social-btn:after {
     width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: #ff7d27;
  color: #282b2f;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
  content:'';
  position:absolute;
  left:0;
  top:0;
  z-index: -1;
}
footer ul li a i, .social-btn i {
    transition: all 0.5s;
}
footer ul li a:hover, .social-btn:hover {
  color: #282b2f;
  background-color: #ff8e43;
  border-radius:0;
  transform:rotate(-45deg);
}
footer ul li a:hover i, .social-btn:hover i {
   transform:rotate(45deg);
}
footer ul li a:hover:after, .social-btn:hover:after {
     transform:rotate(-135deg);
  border-radius:0;
    background-color: #ff8e43;
}
footer p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

footer em {
  color: #ff8e43;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 767px){
  .container {
    padding-left:20px;
    padding-right:20px;
  }
  .baner-content {
    padding-top: 15vh;
  }

  .baner-content h1 {
    font-size: 32px;
  }

  .baner-content em {
  }

  .baner-content span {
    font-size: 24px;
  }

  .baner-content .primary-button {
    margin-top: 15px;
  }

  .service-content {
    padding-top: 5vh;
    text-align: center;
  }

  .service-content .left-text .line-dec {
    width: 45px;
    height: 3px;
    background-color: #ff7d27;
    margin: 20px auto 20px auto;
    transform: skewX(-20deg);
  }

  .service-content .left-text ul {
    text-align: left;
  }

  .service-content .service-item {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }
  #join-us .banner-img {
    margin-bottom:30px;
  }
  .bg-img {
    margin-left:0;
  }
}
@media (max-height: 915px){
  .baner-content {
    padding-top:10vh;
  }
}
@media (max-height: 700px){
  .baner-content img {
    width:250px;
  }
  .baner-content {
    padding-top:2vh;
  }
}
@media (max-height: 460px){
  .baner-content img {
    width:200px;
  }
  .baner-content h1 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
