html {
  overflow-x: hidden; 
}

body {
  font-family: "Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  /*color: #859196; */
  color:#5a6265;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #4586FF; 
}
a:hover {
    text-decoration: underline;
    color: #4586FF;
}

h1, h3, h4, h5,
.h1, .h3, .h4, .h5 {
  line-height: 1.45;
  font-weight: bold;
  color: #000; 
}

.text-primary {
  color: #4586FF !important; 
}

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3; 
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px; 
  color:#000;
  text-transform : uppercase;
  font-weight: bold;
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-cta a {
  color: #fff; 
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; 
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05); 
}

.ftco-navbar-light .navbar-toggler {
  border: none;
  color: #000 !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em; 
}

.ftco-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #fff !important; 
}

.ftco-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em; 
}
.ftco-navbar-light.scrolled .nav-link {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  color: #000 !important; 

}
.ftco-navbar-light.scrolled .nav-link.active {
  color: #ed1c24 !important; 
}

.ftco-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out; 
}
.ftco-navbar-light.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out; 
}

.ftco-navbar-light.scrolled .navbar-brand {
  color: #000; 
}
.navbar-brand {
  text-transform: uppercase;
  letter-spacing: .1em; 
}
.navbar-brand img{
  width: 70%;
}
h2{
    color: #000;
    font-weight: bold;
    font-size: 50px;
    margin :3rem auto !important;
}
h4{
  margin :2rem auto;
}
.home-slide{
  margin: 4rem 6rem;
  position: relative;
  width: 50%;
}
    
.home-slide h1{
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.home-slide p{
  color: #fff !important;
  font-size: 1rem;
  line-height: 1.5rem;
}

a .ms-rteStyle-linkButton, 
.ms-rteStyle-linkButton a {
    border-radius: 10px;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    background-color: #e10000;
    color: #fff;
    padding: 15px 20px;
    box-shadow: inset 0 -2px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 20px 0 0 0;
}
a .ms-rteStyle-linkButton:hover
, .ms-rteStyle-linkButton a:hover, a:hover .ms-rteStyle-linkButton, .ms-rteStyle-linkButton:hover a {
    background-color: #c70000;
    color: #fff;
    box-shadow: none;
    text-decoration: none !important;
}
.home-slide a:before{
  background: none !important;
}

/* ########## Section Home ########## */
.company-intro{
    height: 540px;
    margin-top: 7rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.0001) 70%),url(../images/carousel-lookingup.jpg);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.0001))),url(../images/carousel-lookingup.jpg),;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.0001) 70%),url(../images/carousel-lookingup.jpg),;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.0001) 70%),url(../images/carousel-lookingup.jpg),;
}
.intro-content {
  margin: 4rem 25rem 3rem auto;
  color: #fff;
}
.intro-content h1,
.intro-content h3,
.intro-content h4,
.intro-content p{
  color: #fff;
}
.intro-content h4{
  margin: 0;
}
.intro-content h1{
  font-size:2.2rem;
}

.intro-content p{
  font-size:1.3rem;
}
.intro-content p a{
  text-decoration: underline;
}
.intro-content p.lead{
  font-style: italic;
   font-size:1.3rem;
}
/* ########## End Section Home ########## */
/* ############ Section About ########### */
#section-about h1{
  color:#000;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 3rem auto !important;
}
#section-about h3{
  margin: 10px 0;
  font-size: 1.8rem;
}
#section-about h2{
  color:#000;
  font-weight: bold;
  font-size: 50px;
}
#section-about h4{
  font-weight: bold;
  font-size: 20px;
}
#section-about p{
  text-indent: 3rem;
  margin: 1.5rem auto;
  line-height: 2.2;
  font-size:1.2rem;
}
#section-about p a{
   color: #e10000;
   text-decoration: underline;
}

#video{
  margin: 2rem auto;
}

#section-about p.lead{
  color:#000;
  font-size: 1.5rem;
  font-weight: bold;
}

.videoShell{
  width:70%;
  height:440px;
}
/* ############ End Section About ########### */

/* ############ Section Feature Products ########### */
.colorlib-heading{
  text-align: left;
}
.colorlib-heading span{
  position: relative;
  margin-left: 3rem;
}
.colorlib-heading span:before{
  position: absolute;
  top: 49%;
  right: -45px;
  bottom: 0;
  content: '';
  width: 30px;
  height: 2px;
  background: #ed1c24;
}
.colorlib-heading span:after{
  position: absolute;
  top: 49%;
  left: -45px;
  bottom: 0;
  content: '';
  width: 30px;
  height: 2px;
  background: #ed1c24;
}

.ftco-media .image-bg .image{
  width: 100%;
  overflow: hidden;
  background-size: auto 60%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 246px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}

.ftco-media:hover .image-bg .image{
  background-size: auto 85% !important;
}
.ftco-media a{
  text-decoration: none;
}
.ftco-media:hover{
  cursor: pointer; 
}
.ftco-media .media-body h5,
.ftco-media .media-body h6{
  color:#000;
  text-transform: uppercase; 
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.ftco-media:hover .media-body h5,
.ftco-media:hover .media-body h6{
  color: #ed1c24;
}

.ftco-media .media-body{
  text-align: left;
}
.product-by-segment{
  min-height: 208px;
  background-color: #ffffff;
  vertical-align: top;
  border: solid 10px #ffffff;
  display: block;
  padding: 0;
}
.product-by-segment .image-bg{
  position: relative;
  padding-bottom: 57.1428571429%;
  background-color: #7b7c7c;
}

.product-by-segment a:hover{
  color: #ed1c24;
  text-decoration: none;
}
.product-by-segment h5{
  text-transform: uppercase;
  line-height: 1.5rem;
  margin-top: 0.7rem;
  font-size: 1.1rem;
}

.product-by-segment:hover h5{
  color: #ed1c24;
}

.product-by-segment .image-bg .image
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;

}

.media {
    margin: 0px 0 70px 0;
  }

  .media-body, .media-left{
      display: table-cell;
      vertical-align: top;
  }

  .media .media-left {
    padding-right: 25px;
  }

  .media-left .icon {
    text-decoration: none;
    color: #fff;
    background-color: #ed1c24;
    height: 100px;
    text-align: center;
    width: 100px;
    font-size: 50px;
    line-height: 100px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-shadow: #c4191f 1px 1px, #c4191f 2px 2px, #c4191f 3px 3px, #c4191f 4px 4px, #c4191f 5px 5px, #c4191f 6px 6px, #c4191f 7px 7px, #c4191f 8px 8px, #c4191f 9px 9px, #c4191f 10px 10px, #c4191f 11px 11px, #c4191f 12px 12px, #c4191f 13px 13px, #c4191f 14px 14px, #c4191f 15px 15px, #c4191f 16px 16px, #c4191f 17px 17px, #c4191f 18px 18px, #c4191f 19px 19px, #c4191f 20px 20px, #c4191f 21px 21px, #c4191f 22px 22px, #c4191f 23px 23px, #c4191f 24px 24px, #c4191f 25px 25px, #c4191f 26px 26px, #c4191f 27px 27px, #c4191f 28px 28px, #c4191f 29px 29px, #c4191f 30px 30px, #c4191f 31px 31px, #c4191f 32px 32px, #c4191f 33px 33px, #c4191f 34px 34px, #c4191f 35px 35px, #c4191f 36px 36px, #c4191f 37px 37px, #c4191f 38px 38px, #c4191f 39px 39px, #c4191f 40px 40px, #c4191f 41px 41px, #c4191f 42px 42px, #c4191f 43px 43px, #c4191f 44px 44px, #c4191f 45px 45px, #c4191f 46px 46px, #c4191f 47px 47px, #c4191f 48px 48px, #c4191f 49px 49px, #c4191f 50px 50px, #c4191f 51px 51px, #c4191f 52px 52px, #c4191f 53px 53px, #c4191f 54px 54px, #c4191f 55px 55px, #c4191f 56px 56px, #c4191f 57px 57px, #c4191f 58px 58px, #c4191f 59px 59px, #c4191f 60px 60px, #c4191f 61px 61px, #c4191f 62px 62px, #c4191f 63px 63px, #c4191f 64px 64px, #c4191f 65px 65px, #c4191f 66px 66px, #c4191f 67px 67px, #c4191f 68px 68px, #c4191f 69px 69px, #c4191f 70px 70px, #c4191f 71px 71px, #c4191f 72px 72px, #c4191f 73px 73px, #c4191f 74px 74px, #c4191f 75px 75px, #c4191f 76px 76px, #c4191f 77px 77px, #c4191f 78px 78px, #c4191f 79px 79px, #c4191f 80px 80px, #c4191f 81px 81px, #c4191f 82px 82px, #c4191f 83px 83px, #c4191f 84px 84px, #c4191f 85px 85px, #c4191f 86px 86px, #c4191f 87px 87px, #c4191f 88px 88px, #c4191f 89px 89px, #c4191f 90px 90px, #c4191f 91px 91px, #c4191f 92px 92px, #c4191f 93px 93px, #c4191f 94px 94px, #c4191f 95px 95px, #c4191f 96px 96px, #c4191f 97px 97px, #c4191f 98px 98px, #c4191f 99px 99px, #c4191f 100px 100px;
}

.media-body > a{
  color: #ed1c24;
  text-decoration: underline;
}

/* ############ End Section Feature Products ########### */

/* ############ Section Q&A ########### */
.qna-section-bg{
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.0001) 70%),url(../images/pen_and_paper_Newsroom.jpg);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.0001))),url(../images/pen_and_paper_Newsroom.jpg),;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.0001) 70%),url(../images/pen_and_paper_Newsroom.jpg),;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.0001) 70%),url(../images/pen_and_paper_Newsroom.jpg),;
}
.qna-section-bg h2,
.qna-section-bg h3,
.qna-section-bg p,
.qna-section-bg ol li{
  color:#fff;
}
.qna-section-bg p,
.qna-section-bg ol li{
  font-size:1.2rem;
}
#section-services .p-md-5{
  padding: 0 3rem !important;
}
#section-services{
  padding-bottom: 8em;
}
/* ############ End Section Q&A ########### */
/* ############ Section TIPS ########### */
.table-tips{
  font-size:0.8rem;
}
.table-tips tr th,
.table-tips tr td{
  padding: .35rem;
}

.table-row-red th,
.table-row-red td{
  background:#c4191f;
  color:#fff;
  padding: .35rem;
  text-align:center;
}
.table-row-red td{
  border:none;
}
/* ############ End Section Q&A ########### */

.bg-image, .ftco-cover {
  background-size: cover;
  background-repeat: no-repeat; 
}

.ftco-cover {
  background-position: center center;
}
.ftco-cover .ftco-heading {
  font-size: 45px;
  line-height: 1.34;
  color: #fff; 
}

/*.ftco-cover .ftco-subheading, .ftco-cover p {
  color: rgba(255, 255, 255, 0.5); 
}*/
.ftco-cover a {
  position: relative;
  color: #fff; 
}
.ftco-cover a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: #4586FF;
  height: 2px;*/
  content: " "; 
}
.ftco-cover.overlay {
  position: relative; 
}
.ftco-cover.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; 
}
.ftco-cover .ftco-vh-100 {
  min-height: 700px !important; 
}

.ftco-slant {
  position: relative;
  overflow: hidden; 
}
.ftco-slant:after {
  width: 100%;
  /*height: 200px;
  left: -10%;
  background: #ed1c24;*/
  /*-webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);*/
  content: "";
  position: absolute;
  /*bottom: -100px; */
}
.ftco-slant.ftco-slant-white:after {
  background: #fff; }
.ftco-slant.ftco-slant-dark:after {
  background: #263135; }

.ftco-uppercase {
  letter-spacing: .1em;
  font-size: 30px; }

/* #### Button #### */
.btn {
  border-radius: 4px;
  padding: 20px 30px;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer; 
}
.btn.btn-sm {
  padding: 10px 20px;
  font-size: 12px; 
}
.btn:before {
  display: none; 
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; 
}
.btn.btn-primary {
  background: #4586FF;
  border-color: #4586FF;
  color: #fff; 
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #1265ff;
  background: #1265ff; 
}
.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.2);
  background: none; 
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
  background: #fff;
  border-color: #fff;
  color: #000; 
}

.btn-white{
  border:2px solid #ed1c24;
  color: #ed1c24;
  border-radius: 10px;
  font-size: 1.2rem;
}

.btn-white:hover{
  border:2px solid #fff;
  color: #fff;
  background:#ed1c24;
}

.btn-transparent{
  border:2px solid #fff;
  color: #fff;
  border-radius: 10px;
  font-size: 1rem;
  background: transparent;
  margin-bottom: 5px;
}

.btn-transparent:hover{
  border:2px solid #ed1c24;
  color: #fff;
  background:#ed1c24;
}

/* #### End Button #### */

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 55px;
  background: none !important;
  color: #000 !important;
  font-size: 18px; 
}
.form-control:focus, .form-control:active {
  border: 1px solid #000; 
}

textarea {
  height: inherit !important; 
}

#map {
  height: 500px; 
} 

.ftco-vh-100 {
  height: 100vh; 
}

.ftco-vh-75 {
  height: 75vh; 
}

.ftco-animate {
  opacity: 0;
  visibility: hidden; 
}

.bg-primary {
  background: #4586FF !important; 
}

.ftco-section{
  padding: 7em 0 7em 0; 
}
.ftco-footer {
  padding: 1em 0; 
}
.ftco-section.ftco-slant,
.ftco-footer.ftco-slant {
  padding: 4em 0 4em 0; 
}
.ftco-section .ftco-heading,
.ftco-footer .ftco-heading {
  font-size: 40px;
  line-height: 1.5; 
}

.ftco-section.bg-light,
.ftco-footer.bg-light {
  /*background: #ed1c24 !important; */
  background: #f8f9fa !important;
}

.ftco-bg-dark {
  /*background: #263135; */
  background: #ed1c24 !important
}

.ftco-footer {
  font-size: 16px; 
}
.ftco-footer .ftco-footer-logo {
  text-transform: uppercase;
  letter-spacing: .1em; 
}
.ftco-footer .ftco-footer-widget h2 {
  font-weight: normal; 
}
.ftco-footer p {
  /*color: rgba(255, 255, 255, 0.3); */
  color:#fff;
}
.ftco-footer a {
  /*color: rgba(255, 255, 255, 0.3); */
  color: rgba(255, 255, 255, 0.4); 
}
.ftco-footer a:hover {
  color: #4586FF; 
}
.ftco-footer .ftco-heading {
  font-size: 24px; 
}
.ftco-footer .ftco-heading-2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.ftco-pricing-popular {
  position: relative; 
}
.ftco-pricing-popular .popular-text {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -16px;
  right: 0;
  background: #4586FF;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: .1em; 
}

.ftco-pricing h2 {
  font-size: 17px;
  text-transform: uppercase; 
}

.ftco-pricing .ftco-price-per {
  font-size: 70px; 
}
.ftco-pricing .ftco-price-per sup {
  font-size: 20px;
  top: -1.5em; 
}
.ftco-pricing .ftco-price-per strong {
  color: #000; 
}
.ftco-pricing .ftco-price-per span {
  font-size: 20px; 
}

.ftco-pricing ul li {
  margin-bottom: 10px;
}

.ftco-footer-social{
  padding-left: 0;
  margin-bottom: 0;
}
.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.ftco-footer-social li a {
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  /*background: rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;*/
  position: relative; 
}
.ftco-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
.ftco-footer-social li a:hover {
  color: #fff; 
}

.footer-small-nav > li {
  display: inline-block; 
}
.footer-small-nav > li a {
  margin: 0 10px 10px 0; 
}
  .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
    color: #4586FF; 
  }

.media .ftco-icon {
  width: 100px; 
}
.media .ftco-icon span {
  color: #4586FF; 
}

.ftco-media {
  background: #fff;
  border-radius: 5px; 
}
.ftco-media.text-center .ftco-icon {
  margin: 0 auto; 
}

.ftco-overflow-hidden {
  overflow: hidden; 
}

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; 
}

.ftco-owl {
  position: relative;
  z-index: 1; 
}
.ftco-owl .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 10;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.ftco-owl .owl-nav .owl-prev,
.ftco-owl .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  background: #4586FF;
  color: #fff;
  padding: 10px;
  line-height: 0; 
}
.ftco-owl .owl-nav .owl-prev {
  left: 0; }
.ftco-owl .owl-nav .owl-next {
  right: 0; 
}
.ftco-owl .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 30px; 
}
.ftco-owl .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; 
}
.ftco-owl .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 7px; 
}
.ftco-owl .owl-dots .owl-dot.active span {
  background: #ed1c24; 
}
.ftco-owl:hover .owl-nav {
  visibility: visible;
  opacity: 1; 
}
.ftco-counter .ftco-number {
  display: block;
  font-size: 72px;
  font-weight: bold;
  color: #4586FF; 
}

.ftco-counter .ftco-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #b3b3b3; 
}

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; 
}

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; 
}

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; 
}

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); 
}

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; 
}

.p-3{
  text-align: center;
      background-color: #f8f9fa;
    border: 1px solid white;
    text-align: center;
    padding: 40px 25px 60px;
}
.p-3 .h4{
  font-size: 1.3rem;
}
.mb-4{
 font-style: italic;
 min-height: 140px;
 color: #000;
}

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

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

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; 
  } 
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; 
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; 
  } 
}
/* ##### Image Slider ##### */
/*jssor slider loading skin spin css*/
    #section-home .slider{
      margin-top: 7rem;
      position:relative;
      top:0px;
      left:0px;
      width:1300px;
      height:430px;
      overflow:hidden;
      visibility:hidden;
    }

  .jssorl-009-spin img {
      animation-name: jssorl-009-spin;
      animation-duration: 1.6s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
  }

  @keyframes jssorl-009-spin {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
  }
  
  /*jssor slider bullet skin 032 css*/
  .jssorb032 {position:absolute;}
  .jssorb032 .i {position:absolute;cursor:pointer;}
  .jssorb032 .i .b {fill:#fff;fill-opacity:0.7;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.25;}
  .jssorb032 .i:hover .b {fill:#fff;fill-opacity:1;stroke:#fff;stroke-opacity:.35;}
  .jssorb032 .iav .b {fill:#fff;fill-opacity:1;stroke:#fff;stroke-opacity:.35;}
  .jssorb032 .i.idn {opacity:.3;}
  
  /*jssor slider arrow skin 051 css*/
  .jssora051 {display:block;position:absolute;cursor:pointer;}
  .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
  .jssora051:hover {opacity:.8;}
  .jssora051.jssora051dn {opacity:.5;}
  .jssora051.jssora051ds {opacity:.3;pointer-events:none;}
/* ### End Image Slider ### */
/*############################## Vertical tab animation ##############################*/
.tabs-vertical-env{
    color: #fff;
    height: 575px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabs-vertical{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f8f9fa;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tabs-vertical > li{
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #000;
    border: 1px solid #e6e7e8;
    height: 66px;
}
.tab-content>.tab-pane{
  position: relative;
}
.tab-content > .tab-pane > .tab-inner-content{
      position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-right: 33%;
    margin-left: 11%;
    text-align: left;
        letter-spacing: -0.5px;
}
.tab-content > .tab-pane > .tab-inner-content > h2{
  margin:1rem 0 !important;
  color: #fff !important;
  font-size: 2rem !important;
}
.tab-content > .tab-pane > .tab-inner-content > p{
  font-size: 1.2rem;
}
.tab-content > .tab-pane > .tab-inner-content > div > div > ul{
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0 15px;
  margin: 10px 0;
  font-size: 18px;
  line-height: 26px;
  text-indent: 0;
}
.tab-content > .tab-pane > .tab-inner-content > a,
.tab-content > .tab-pane > .tab-inner-content > p > a,
.tab-content > .tab-pane > .tab-inner-content > div > div > ul > li > a{
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  text-transform : uppercase;
}
.tab-content > .tab-pane > .tab-inner-content > a:hover,
.tab-content > .tab-pane > .tab-inner-content > p > a:hover,
.tab-content > .tab-pane > .tab-inner-content > div > div > ul > li > a:hover{
  text-decoration: underline;
}
.tabs-vertical-env > .tab-content{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    margin-left: -1px;
}
.nav.tabs-vertical > li > a{
  position: relative;
  height: 100%;
  color: #000;
  font-size: 1.2rem;
}
.nav.tabs-vertical > li > a.active{
  background-color: #e10000;
  color: #fff;
  border-right: 1px solid #e10000;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
}
.nav.tabs-vertical > li > a > span{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  padding-left: 10%;
  padding-right: 25%;
  line-height: 1.5rem;
  text-align: left;
}
.nav.tabs-vertical > li > a.active > span{
  padding-left: 15%;
}
.nav.tabs-vertical > li > a:after{
  content: "»";
    color: #e10000;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav.tabs-vertical > li > a.active:hover{
  border-right: 1px solid #e10000;
  border-left: none;
  color: #fff;
  border-color: #aa0000;
  background-color: #aa0000;
}
.nav.tabs-vertical > li > a.active:after{
  content: "»";
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*############################## End Vertical tab animation ##############################*/
/*############################## Section Product ##############################*/
#products-slider .products-slider-container
{
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 1140px; 
  height: 575px;
  overflow: hidden;
}
#products-slider .products-slider-container .content
{
    z-index: 1;
    margin-top: 10%;
    margin-right: 33%;
    margin-left: 11%;
    text-align: left;
}
#products-slider .products-slider-container .content p,
#products-slider .products-slider-container .content p a
{
    color: #fff;
    font-size: 1.3rem;
    line-height: 2rem;
}
#products-slider .products-slider-container .content h2,
#products-slider .products-slider-container .content ul li a{
  color: #fff;
}
#products-slider .products-slider-container .content ul li a{
  text-transform : uppercase;
  font-size: 1.1rem;
}
#products-slider .products-slider-container .content p a{
  text-transform : uppercase;
  font-weight: bold;
}

#products-slider .products-slider-container .content ul{
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*############################## End Section Product ##############################*/

/*############################## Section Partner ##############################*/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    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;
}
/*############################## End Section Partner ##############################*/

/* ############################ Responsive ############################## */
@media screen and (max-width: 1200px) {
  .videoShell{
    width:100%;
    height:500px;
  }
  .intro-content {
    margin: 4rem 15rem 3rem auto;
  }
}
@media screen and (max-width: 991px) {
  .intro-content {
    margin: 4rem 5rem 3rem auto;
  }
  .company-intro{
    margin-top: 2rem;
  }

  .intro-content h1 {
    font-size: 1.9rem;
  }

  .intro-content h3 {
    font-size: 1.5rem;
  }

  .ftco-navbar-light {
    background: #fff !important;
    top: 0;
    position: relative; 
  } 
  #section-home .slider{
      margin-top: -1px;
  }
  .navbar-brand img{
    width: 50%;
  }
  .videoShell{
    height:390px;
  }
  .mb-4{
   min-height: 112px;
  }

  .tabs-vertical-env{
    width: 100%;
    display: block;
  }
  .tabs-vertical{
       display: block;
   flex-grow: unset;
       height: auto;
  }
  .tabs-vertical-env > .nav.tabs-vertical > li{
    display: inline-block;
    float: left;
    width: 25%;
  }
  .tabs-vertical-env > .tab-content{
    display: block;
    width: 100%;
    height: 100%;
    clear: left;
    margin-left: 0;
  }
  .nav.tabs-vertical > li > a{
    display: block;
  }
  .nav.tabs-vertical > li > a.active:after,
  .nav.tabs-vertical > li > a:after{
    content: "";
  }

  .nav.tabs-vertical > li > a > span{
    position: relative;
    padding-right:0;
    font-size: 1rem;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .tab-content>.tab-pane{
    overflow-y: scroll; 
  }
  .tab-content > .tab-pane > .tab-inner-content{
    display: block;
    position: relative;
    -webkit-transform: unset; 
    transform: unset; 
    top: 50px;
    margin-right: 10%;
    margin-left: 10%;
    padding-bottom: 1.5rem;
  }
  .nav.tabs-vertical > li > a.active > span{
    padding-left: 10px;
  }

}
@media screen and (max-width: 960px) {
   .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px; 
  } 
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    padding-left: 0;
    margin-left: 0; 
  } 
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    display: none; 
  } 

  .ftco-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em; 
  } 
  .ftco-vh-75 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em; 
  } 
  .ftco-slant:after {
    /*bottom: -150px; */
  } 
}

@media screen and (max-width: 768px) {
  
  /* ###### Section Intro ###### */
  .company-intro{
    margin-top: 3rem;
    height: 420px;
  }
  .qna-section-bg{
    height: 680px;
  }

  .intro-content h1 {
    font-size: 1.7rem;
  }
  .intro-content h3 {
    font-size: 1.2rem;
  }
  .intro-content {
      margin: 2rem 15px;
  }
  .intro-content p {
      font-size: 1.15rem;
  }
  
  iframe{
    width: 690px;
  }
  a .ms-rteStyle-linkButton{
    margin: 0;
  }
  /* ###### End Section Intro ###### */

  .ftco-slant:after {
    /*bottom: -170px; */
  } 
  .ftco-section .ftco-heading,
  .ftco-footer .ftco-heading {
    font-size: 30px; 
  } 
  #map {
    height: 400px; 
  } 
  
  .ftco-cover .ftco-heading {
    font-size: 37px;
    line-height: 1.3; 
  } 
  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important; 
  } 
  .videoShell{
    height:388px;
  }
  .mb-4{
    min-height: inherit;
  }

  /* ###### End Section Intro ###### */

  .ftco-section.ftco-slant, .ftco-footer.ftco-slant {
    padding: 0 0 4em 0;
  }
}

@media screen and (max-width: 576px) {
  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important; 
  } 

  #section-contact iframe{
    width: 100%;
  }
}

@media screen and (max-width: 414px) {

  /* ### Intro ###*/
  .company-intro{
    margin-top: 2rem;
    height: 350px;
  }
  .intro-content {
    margin: 30px 15px;
  }
  a .ms-rteStyle-linkButton{
    font-size: 12px;
  }

  .intro-content h1{
    font-size: 1.2rem;
  }
  .intro-content h3,
  .intro-content p {
    font-size: 0.9rem;
  }

  /* ### End Intro ### */

  /* ### About ###*/
  #section-about .ftco-animate{
    margin: 1rem;
    padding: 0;
  }
  #section-about h1,
  #section-about h2,h2,
  #section-tips h3 {
    font-size: 1.5rem;
        margin: 1rem auto !important;
  }
  #section-qna h3,
  #section-tips h3 {
    font-size: 1.4rem;
  }
  #section-about p{
    font-size: 1rem;
    margin:0 auto;
  }
  #section-about p.lead{
    font-size: 1.2rem;
    text-indent: 0;
    margin-top: 1rem;
  }

  /* ### End About ###*/

  /* ### Feature Products ###*/
  .colorlib-heading{
    text-align: center;
  }
  .colorlib-heading span{
    margin-left: 0;
    font-size: 1.2rem;
    display: block;
  }
  .colorlib-heading span:before{
    right:0;
  }
  .colorlib-heading span:after{
    left:0;
  }

  .colorlib-heading{
    text-align: center;
  }

  .colorlib-heading span:before,
  .colorlib-heading span:after{
    background: none;
  }
  /* ### End Feature Products ###*/
  .qna-section-bg{
    height: 640px;
  }
  .qna-section-bg p, .qna-section-bg ol li {
      font-size: 1rem;
  }

  .ftco-section.ftco-slant, 
  .ftco-footer.ftco-slant {
    padding: 2em 0 3em 0;
  }

  .btn-transparent{
    padding: 16px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 376px) {
  .intro-content {
      margin: 25px 15px;
  }
  .intro-content h1{
    font-size: 1.1rem;
  }

  #section-about p.lead,.lead{
    font-size: 1rem;
  }
  .ftco-footer-social li{
    margin: :0;
  }
  .ftco-footer-social li a{
    height: 50px;
    width: 50px;
  }
  .mb-5 {
    margin-bottom: 1rem!important;
  }
  .tab-content > .tab-pane > .tab-inner-content > h2{
    font-size: 1.7rem !important;
  }
  .tab-content > .tab-pane > .tab-inner-content > p
   {
    font-size: 1.1rem !important;
    line-height: 1.6rem;
  }
  .tab-content > .tab-pane > .tab-inner-content > div > div > ul > li > a{
    font-size: 1rem;
  }
  .btn-transparent{
    padding: 15px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 321px) {

  #section-contact h2,
  #section-services h2{
    margin: 2rem auto !important;

  }
  /* ### Section Intro ###*/
  
  .intro-content h1 {
    font-size: 1.2rem;
  }
  .intro-content p {
    font-size: 0.9rem;
  }
  a .ms-rteStyle-linkButton, .ms-rteStyle-linkButton a{
    padding: 10px 20px;
  }
  .company-intro {
    height: 450px;
  }

  .btn-white{
    padding: 15px;
    font-size: 0.9rem; 
  }

  .btn-transparent,
  .btn-white{
    width: 100%;
  }
  /* ### End Section Intro ###*/

  /* ### Section About ###*/
  .videoShell {
      height: 155px;
  }
  #section-about h1,
  #section-about h2,h2,
  #section-feature-product h3,h3,
  #section-services h3{
    font-size: 1.5rem;
    margin: 0rem auto !important;
  }
  /* ### End Section About ###*/

  /* ### Section Contact ###*/
  #section-contact iframe{
    height: 250px;
  }
  /* ### End Section Contact ###*/
  .customer-logos{
    width: 200px;
    height:200px;
    margin: 0 auto;
  }

}
/* ############################## End Responsive ############################## */