body {
  background-color: #000;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}
h2.title{
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}
p {
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  line-height: 26px;
  font-weight: 500;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-hero.hero-1 {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/Connected_World.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.section-hero.hero2 {
  background-image: url('../images/684872518-2.jpg');
  background-position: 69% 50%;
  background-size: cover;
}

.section-hero.hero3 {
  background-image: url('../images/504116178.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-service.left-text {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-service.right-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.section-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-footer {
  display: block;
  padding: 97px 50px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #000;
  text-align: center;
}

.block-hero-text {
  width: 800px;
  padding: 15px 10px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #585858;
  text-align: center;
  background: rgba(0, 0, 0, 0.52)
}

.block-service-text {
  display: inline-block;
  width: 40%;
  padding: 50px 5vw 50px 10vw;
}

.block-service-image {
  display: inline-block;
  width: 60%;
  height: 560px;
}

.block-service-image.image-1 {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .2)), url('../images/128633387.jpg');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .2)), url('../images/128633387.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.block-service-image.image-2 {
  background-image: -webkit-linear-gradient(180deg, #000, rgba(0, 0, 0, .2) 96%), url('../images/505302455.jpg');
  background-image: linear-gradient(270deg, #000, rgba(0, 0, 0, .2) 96%), url('../images/505302455.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.block-service-image.image-3 {
  background-image: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, .2) 98%), url('../images/834835470.jpg');
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .2) 98%), url('../images/834835470.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.block-link {
  margin-top: 40px;
  padding: 10px 50px;
  border: 1px solid #fff;
  background-color: #000;
  background-image: url('../images/arrow-right.svg');
  background-position: 93% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: GTWalsheimPro, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.block-about-text {
  max-width: 500px;
  text-align: center;
}

.h2-text-black {
  color: #000;
}

.text-black {
  color: #000;
}

.text-footer {
  margin-top: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Montserrat', sans-serif;
  color: #939393;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
}

.block-line {
  height: 10px;
  margin-bottom: 10px;
  background-color: #000;
}

.link-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  height: 20vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.image-arrow {
  width: 50px;
  text-align: center;
}

.block-navigation {
  position: fixed;
  left: -710px;
  top: 10px;
  bottom: 0px;
  z-index: 20;
  display: block;
  width: 230px;
  background-color: #fff;
}

.block-nav-item {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Montserrat', sans-serif;
  color: #cecece;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
}
.block-menu{
  z-index: 99999;
}
.block-service-image{
  min-height: 500px;
  height: calc(100vh)!important;
}
.block-nav-item:hover {
  color: #000;
}

.block-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.image-4 {
  display: block;
  height: 29px;
  margin-right: auto;
  margin-left: auto;
}

.button-menu {
  position: absolute;
  display: inline-block;
  padding: 5px 30px 10px 15px;
  text-decoration: none;
}

.button-menu.right {
  position: absolute;
  top: 0px;
  right: 0px;
}

.div-block {
  display: inline-block;
  margin-right: 8px;
}

.div-block-2 {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.image-5 {
  height: 12px;
  margin-top: -2px;
}

.div-block-3 {
  position: relative;
  width: 350px;
  height: 40px;
  margin-bottom: 60px;
  background-color: #000;
}

.block-slider {
  overflow: hidden;
  height: 100vh;
  background-color: #000;
}

.text-block {
  text-transform: none;
}

.block-logo-footer {
  width: 170px;
}

.block-slide-nav {
  z-index: 1;
  font-size: 9px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.link-footer {
  border-bottom: 1px solid #8b8b8b;
  color: #8b8b8b;
  text-decoration: none;
}

.link-footer.w--current {
  border-bottom: 1px solid #8b8b8b;
  color: #8b8b8b;
  text-decoration: none;
}

.link-footer.w--current:hover {
  border-bottom-color: transparent;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 52px);
  -ms-transform: translate(0px, 52px);
  transform: translate(0px, 52px);
}

@media (max-width: 991px) {
  h1 {
    max-width: 700px;
    font-size: 24px;
    line-height: 28px;
  }
  h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
  }
  p {
    line-height: 20px;
  }
  .section-hero.hero-1 {
    background-position: 60% 50%;
    background-size: cover;
  }
  .block-hero-text {
    width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .block-service-text {
    padding-right: 5%;
    padding-left: 10%;
  }
  .button-menu.right {
    position: relative;
  }
  .div-block-3 {
    width: auto;
  }
}

@media (max-width: 767px) {
  .section-service.left-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section-service.right-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-hero-text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .block-service-text {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
  .block-service-image.image-1 {
    width: 100%;
    height: 360px;
  }
  .block-service-image.image-2 {
    width: 100%;
    height: 360px;
  }
  .block-service-image.image-3 {
    width: 100%;
    height: 360px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .section-hero.hero-1 {
    padding: 30px;
    background-position: 71% 50%;
    background-size: auto;
  }
  .section-about {
    padding: 50px;
  }
  .section-contact {
    padding: 50px;
  }
  .block-hero-text {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .block-service-text {
    padding-right: 50px;
    padding-left: 50px;
  }
  .block-slider {
    clear: none;
  }
}
.solution-portfolio-list{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  color: silver;
}
.solution-portfolio-list>li{
  padding-top: 0px;
}
.solution-portfolio-list>li ul{
  list-style-type: square;
}
.site-footer{
  padding: 5px 30px 5px 15px;
  color: gray;
  display: inline-block;
	width: 100%;
	margin-bottom: -5px;
}
.site-footer a {
  color: gray;
  text-decoration: none;
}
.left-copyright{
  width: 50%;
  float: left;
}
.right-social{
  width: 50%; 
  float: right;
}
.social-icons{
  list-style-type: none;
  float: right;
  margin: 0px;
}
.social-icons li {
  float: left;
}
.social-icons li:first-child{
  margin-right: 5px;
}
.social-icons li a {

}
.social-icons li a img{
  width: 20px;
}
.header{
  display: inline-block;
  width: 100%;
  padding: 20px;
}
.left-menu{
  width: 20%;
  float: left;
}
.left-menu img{
  text-align: left;
  width: 150px;
}
.right-nav{
  width: 80%;
  float: right;
}
.right-nav a{
  display: inline-block;
  width: auto;
  float: right;
}
.right-nav a:hover{
  color: white;
}
.sacrin-intro{
  padding: 30px 0px;
  background-image: url('../images/Connected_World.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -42px;
  position: relative;
	min-height: 500px;
}
.secrin-intro h2{
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
}
.sacrin-other-introline{
  bottom: 0px;
  left: 0px;
  text-align: center;
  padding: 20px;
  background: black;
  color: white;
  width: 100%;
  font-size: 1.25em;
}
.form-group label{
  color: #fff;
}
.form-group button.btn{
  background: #fff;
  color: #000;
}
.sacrin-hero{
  padding: 150px 0px;
  background: #ffffff;
}
.sacrin-hero h2{
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  min-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
}
.text-center{
  text-align: center;
}
.sacrin-benefits{
  padding: 0px 0px 0px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: -5px;
}
.sacrin-benefits h2{
  padding-left: 30px;
  margin-bottom: 20px;
}
.sacrin-benefits .left-side-image{
  width: 50%;
  float: left;
  min-height: 567px;
  background: url("../images/SACRIN_Benefits_Pic.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.single-row{
  display: inline-block;
  width: 100%;
}
.right-side-rows {
  width: 50%;
  float: right;
  padding: 0px 30px;
}
.right-side-rows .col{
  width: 50%;
  float: left;
  padding: 20px 30px 0px 30px;
}
.right-side-rows .col .icon img{
  width: 50px;
}
.right-side-rows .col .descriptin{
  margin-top: 10px;
  color: white;
}
.partner-program{
  padding: 90px 50px;
  display: inline-block;
  width: 100%;
  background: white;
  margin-bottom: -5px;
}
.line{
  position: relative;
}
.line:after{
  content: "";
  display: block;
  width: 50%;
  position: absolute;
  height: 2px;
  left: 25%;
  background: silver;
  bottom: 0px;
  z-index: 9999;
}

.partner-program h2{
  color: black;
  margin-top: 0px;
}
.left-side,
.right-side{
  width: 50%;
  float: left;
}
.partner-program .right-side{
  line-height: 30px;
  font-weight: 500;
}
.partner-program .solution-portfolio-list li{
  color: #000;
}

.container{
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.form-group textarea, .form-group input {
  float: right;
  width: calc(100% - 80px);
  padding: 8px 10px;
  border: 1px solid #fff;
  font-weight: 100;
}
.form-group label {
  display: block;
  margin-top: 10px;
}
.form-group textarea, .form-group input{
  float: left;
}
.form-group label {
  float: none;
  text-align: left;
}
.form-group button.btn{
  margin-top: 20px;
  padding: 10px 50px;
  background: #2895f7;
  color: white;
  margin-right: 76px;
}
.address p{
  font-size: 14px;
  line-height: 16px;
}
.address-loc{
  display: inline-block;
  width: 100%;
}
.address-loc .img-ic{
  float: left;
  width: 40px;
}
.address-loc .addr{
  width: calc(100% - 40px);
  float: right;
}
.required{
  position: relative;
  top: 3px;
  color: red;
}
#backtotop{
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  color: white;
  border-radius: 50%;
}
#backtotop img{
  padding: 0px;
  background: #ff0000;
  border-radius: 50%;
}

@media (min-width: 1890px){
  .secrin-intro{
    background-position: center -160px;
    min-height: 500px;
  }
  .contact-form {
      max-width: 620px;
  }
}

.sacrin_benefits_lists{
}
.sacrin_benefits_lists ul{
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}
.sacrin_benefits_lists ul li{
  list-style: none;
  color: white;
  position: relative;
  left: 30px;
  padding: 12px 10px;
}
.sacrin_benefits_lists ul li:before{
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -16px;
  background-image: url('../images/inte.png');
  background-size: contain;
}

.sac_about_des .point{
  font-size: 1.4em;
  margin-bottom: 5px;
}
.sac_about_des .point span.red{
  color: red;
  font-weight: bold;
}
.sac_about_des .des{
  margin-top: 15px;
  margin-bottom: 0px;
}
ul.solution-portfolio-list{
      list-style-type: square;
    list-style-position: inside;
}
ul.solution-portfolio-list ul{
  list-style-type: disc;
}