* {
  text-decoration: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-family: 'Exo 2', sans-serif;
}

a:hover{
  text-decoration: none;
}

.fa{
  font-size: 17px;
  color: orange;
}

.alert{
  font-size: 17px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: #F5F5F5 !important;
  color: #fff;
}

.alert-success, .alert-danger{
 padding: 1em 3em 1em 3em;
}










/**scroll to top button**/
::-webkit-scrollbar {
  background: #000000;
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #000000;
}

::-webkit-scrollbar-thumb {
  background: #A52A2A;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: orange;
}


.scroll-top {
  display: none;
  background: #A52A2A;
  border: 0;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  height: 50px;
  margin: 15px;
  opacity: 0.75;
  position: fixed;
  right: 70px;
  transition: right 0.2s ease-in-out;
  width: 50px;
  z-index: 99;
}
.scroll-top .visible {
  right: 0;
}

.scroll-top .arrow {
  border: solid #000000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin-top: 5px;
  padding: 4px;
}
.scroll-top .arrow.up {  
  transform: rotate(-135deg);
}

/**END scroll to top button**/












/**Header & Nav CSS**/

.header_contacts{
  position: absolute;
  width: 100%;
  top: 0;
 text-align: center;
  font-size: 2rem !important;
  color: #f5f5f5;
}

.header_contacts:hover{
  color: #f5f5f5;
  cursor: default;
}

.header_contact_phone, .header_contact_mail{
  color: orange;
}

.header_contact_phone_text, .header_contact_mail_text{
  font-size: 1.5rem !important;
  color: #f5f5f5;
}

.header_contact_phone:hover, .header_contact_mail:hover{
cursor: pointer;
color: brown;
}


.header-nav-bar {
width: 100%;
display: flex;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: fixed;
left: 0;
padding: 1rem 1rem 0 1rem;
z-index: 4;
}


.header-nav-bar-invoked{
  width: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  left: 0;
  padding: 2rem 1rem 1.1rem 1rem;
  z-index: 4;
  background-color: #000;
  opacity: .8;
  transition: background 1.5s smooth;
}


.site-logo {
  cursor: pointer;
}


#header nav ul {
  display: flex;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin-bottom: 0;
}


#header nav ul li {
  margin-right: 2rem;
}

#header nav ul li a {
  text-transform: capitalize;
  color: #fff;
  font-size: 1.6rem;
  padding: 4px;
}

#header nav ul li a:hover {
  text-decoration: none;
  color: lightgray;
  background-color: #A52A2A; 
  padding: 5px 10px 5px 10px;
  opacity: .8;
  transition: background 1.5s smooth;
}

#header .fa-bars {
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  display: none;
  padding-right: 1em;
}


@media (max-width: 768px) {

html {
  font-size: 50%;
}

.header_contact_phone, .header_contact_mail{
  font-size: 1.5em !important;
  margin-top: .5em;
}

.header_contact_phone{
  margin-right: .5em;
}

.header_contact_mail{
  margin-left: .5em;
}

.header_contact_phone_text, .header_contact_mail_text{
display: none;
}


  #header .nav-logo img {
  height: 5em;
}

  #header .nav-logo{
  z-index: 4;
}

  #header .fa-bars {
    display: block;
    z-index: 4;
  }
  #header nav {
    position: fixed;
    top: -120%;
    left: 0;
    height: calc(100vh - 5rem);
    width: 100vw;
    /*background: #fff;*/
  }
  #header nav ul {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header nav ul li {
    margin: 2rem 0;
  }
  #header nav ul li a {
    font-size: 3rem;
  }
  #header .nav-toggle {
    top: 5.6rem;
  }
}

#nav_ul_li_active a{
  text-decoration: none !important;
  color: lightgray !important;
  background-color: #A52A2A !important; 
  padding: 5px 10px 5px 10px !important;
  opacity: .8 !important;
}

#nav_ul_li_active a:hover{
cursor: default !important;
padding: 5px 10px 5px 10px !important;
}


/**END Header & Nav CSS**/






















/** Slider content**/
.mySlideShow{
   font: 14px/2 "Open sans",sans-serif;
  letter-spacing: 0.05em;
}

.mySlideShow .btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.mySlideShow .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

.mySlideShow .btn::after {
  transition: border 0.1s linear 0.05s;
}

.mySlideShow .btn .btn-inner {
  position: relative;
  z-index: 2;
}

.mySlideShow .btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}

.mySlideShow .btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.mySlideShow .btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 50px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

@media (max-width: 600px) {
.slideshow .slide .title {
  margin: 0 auto 13px;
  max-width: 600px;
  font: 300 40px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.25em;
}
}


@media (max-width: 500px) {
.slideshow .slide .title {
  margin: 0 auto 11px;
  max-width: 500px;
  font: 300 30px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.2em;
}
}



.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
/**END Slider content**/






















/**company profile PDF attachment**/
.company_profile_download_btn_wrapper {
    margin-top: 2em;
    text-align: center;
    width: auto;
}

#company_profile_home_link {
    background-color: rgba(255,255,255,0);
    border: 2px solid brown;
    border-radius: 100px;
    color: #f3f3f3;
    display: inline-block;
    font: normal normal 18px / 18px "Palanquin Dark", Helvetica, Arial, Verdana, sans-serif;
    overflow: hidden;
    padding: 8px 25px 10px;
    position: relative;
    text-decoration: none;
    transition: all .75s ease-in-out; 
    z-index: 1; 
}

#company_profile_home_link:hover, 
#company_profile_home_link:focus {
    border: 2px solid #f3f3f3;
    transition: all .75s ease-in-out; 
}
/**END company profile PDF attachment**/


/**Login Popup**/
.lrpopup{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: none;
}
.lrpopupinner{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y:auto;
  padding: 60px 40px;
}
.lrpopupcontent{
  width: auto;
  height: auto;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(5px);
  border-radius: 9px;
  -webkit-border-radius: 9px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  position: relative;
}
.lrblockwrap{
  padding: 60px 80px 80px 80px;
  min-width: 600px;
  min-height: 420px;
}




a.close_lrpopup{
  position: absolute;
  right: 50px; top: 50px;
  background:#eee; color: #ff5e5e;
  font-size: 18px;
  text-decoration: none;
  width: 40px; height: 40px;
  transition:0.6s;
  -webkit-transition:0.6s;
  border-radius:3px;
  -webkit-border-radius:3px;
  display: flex; align-items: center; justify-content: center;
}

.lrblock{
  float: left;
  width: 100%;
  font-family: 'Manrope';
  display: none;
}
.lrblock h3{
  color: #000;
  font-size: 21px;
  margin-bottom: 9px;
}
.lrblock p{
  color: #000;
  font-size: 16px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #bbb;
}
.lrblock .formwrap{
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.lrblock form{
  width: 300px;
}

.lrblock form fieldset{
  float: left;
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
.lrblock form fieldset input[type="text"],
.lrblock form fieldset input[type="email"],
.lrblock form fieldset input[type="password"]{
  float: left;
  width: 100%;
  height: 42px;
  background: #fff;
  border: none;
  outline: 2px solid #ccc;
  padding: 0 0 0 15px;
  font-size: 14px;
  color: #fff;
  border-radius:4px;
  -webkit-border-radius:4px;
  font-family:'Manrope';
}
.lrblock form fieldset input[type="text"]:focus,
.lrblock form fieldset input[type="email"]:focus,
.lrblock form fieldset input[type="password"]:focus{
  outline: 2px solid #2da5f7;
}
.lrblock form a.fp{
  float: left;
  width: 100%;
  margin-top: 0;
  font-size: 14px;
  color: #2da5f7;
}

.lrblock form a.fp:hover{
  text-decoration: underline;
}


.login_btn:hover .fa-angle-right {
 font-size: 2em; 
}

.lrblock form button{
  float: left;
  width: auto;
  height: 52px;
  padding: 0 30px;
  cursor: pointer;
  text-align:center;
  color:#fff;
  font-size:16px;
  font-family:'Manrope';
  background: #2da5f7;
  border: none;
  transition:0.6s;
  -webkit-transition:0.6s;
  border-radius:34px;
  -webkit-border-radius:34px;
  margin-top: 20px;
}
.lrblock form button span{
  margin-left: 7px;
}
.lrblock form button:hover{
  background: #1384d1;
}

.fa-times{

}

@media (max-width: 600px) {
.lrblockwrap{
  min-width: 540px;
  min-height: 360px;
}
}


@media (max-width: 500px) {
.lrblockwrap{
  min-width: 440px;
  min-height: 360px;
}
}


/**END Login Popup**/