.eye-container {
  position: fixed;
  top: 48px;
  left: 56px;
}
.eye {
  position: relative;
  display: inline-block;
  border-radius: 45px;
  height: 27px;
  width: 27px;
  
}
.eye:after { 
  position: absolute;
  bottom: 17px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  content: " ";
}
.eye1{
  margin-left: 114px;
  margin-top: 17px;
}
.eye2{
  margin-left: 7px;
}

.home-content {
  padding: 50px 90px;
  color:black;
  text-align: center;
}

.section-content {
  color: black;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 3.5rem;
}
ul.section-content {
  font-size: 1em;
  text-decoration: none;
  list-style: none;
  font-weight: 800;
  margin-top: 20px;
}

div.hero-bg img {
  position: fixed;
  top: -20px;
  left: 0;
  width: 100%;
  max-width: none;
}

.d-home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000000;
}

.d-home-yellow .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #ffee00;
}

.d-home-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #fff;
}

section.d-home {
  width: 100%;
  height: 86%;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-content-main {
  position: relative;
  width: 100%;
}

.home-content-line {
  display: block;
  width: 2px;
  height: 8.2rem;
  background-color: #f8ce41;
  position: absolute;
  right: 10%;
  bottom: 0;
}
@media screen and (max-width: 820px) {
  .home-content-line {
    display: none;
  }
}

.p2-content-line {
  display: block;
  width: 2px;
  height: 8.2rem;
  background-color: #000;
  position: absolute;
  right: 10%;
  top: 0;
}
@media screen and (max-width: 820px) {
  .p2-content-line {
    display: none;
  }
}

.home-content-p3 h2:after {
  background-color: white;
}

.before-h2 {
  text-transform: uppercase;
  color: #ffcc1e;
  text-align: center;
}

span.dot img {
  width: 100% !important;
}

span.dot {
  margin-right: 10%;
}



.home-content {
  padding: 50px 90px;
}
@media screen and (max-width: 820px) {
  .home-content {
    padding: 20px 30px;
  }
}
/* 
.scroll-indicator {
  width: 30px;
  height: 30px;
  border: 3px solid;
  border-radius: 45px;
  color: #ffcc1e;
  animation-duration: 2s;
  animation-name: fade;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  right: 15%;
  position: absolute;
  bottom: 100px;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .scroll-indicator {
    display: none;
    animation: none;
  }
} */

@keyframes fade {
  0% {
    transform: rotate(45deg);
    opacity: 1;
  }
  75% {
    transform: rotate(45deg) translateY(24px/-4) translateX(24px/-4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
h3.intro {
  padding-left: 20%;
  padding-right: 20%;
}

section#home {
  padding-top: 9rem;
}


.d-home-black {
  background: #003f87;
}

.home-content-p3 h2 {
  color: #fff;
  padding: 50px;
  padding-top: 20px;
}


.sub-txt{
  color:#ccc;
}

.bk-txt{
  background:black;
}
.bk-row {
  background: black;
  color: white;
  padding: 25px 35px 56px 50px;
  text-align: center;
  z-index: 0;
}

.menu {
  position: fixed;
  height: 100%;
  width: 22px;
  top: 0;
  right: 0;
}

.menu-line {
  display: block;
  width: 2px;
  height: 9.2rem;
  background: linear-gradient(to bottom, #ccc 100%, #ff99cc 0%);
  z-index:4;
}

.menu-line-sec {
  display: block;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #ccc 100%, #ff99cc 0%);
  position: absolute;
  bottom: 0;
  top: 240px;
}

.navdot::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #ccc;
  display: block;
  position: fixed;
  right: 18px;
}

.home-link::before {
  top: 160px;
}

.service-link::before {
  top: 180px;
}

.about-link::before {
  top: 200px;
}

.contact-link::before {
  top: 220px;
}

ul.check-lst {
  list-style: none;
  width: 80%;
  margin:0 auto;
}

ul.check-lst li:before {
  content: '✓';
  margin-right: 10px;
}

.service-sub {
  width: 33%;
  height: auto;
  padding: 30px;
  display: inline-block;
  margin: 0;
  text-align:center;
}
.service-1 p{
  color:#ccc;
}
.service-1{
  border-width: 3px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to right, 
      #FAAB31, 
      #56BE8E
    ) 100 100;
    border-top:none;
    border-left:none;
    border-right:none;
    overflow: hidden;
    padding-bottom: 100px;
}
.service-2{
  border-width: 3px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to right,  
      #56BE8E,
      #3EA9F5
    ) 100 100;
    border-top:none;
    border-left:none;
    border-right:none;
height:auto;
box-shadow: 0 0 0 0px rgb(255,255,255), 0.3em 0.3em 0.6em rgba(0,0,0,0.3);
border-radius: 3px 3px 0 0;
margin-top: -37px;
background: white;
padding-top: 43px;
overflow: hidden;
min-height: 500px;
text-align: center;
}
.service-3{
  border-width: 3px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to right, 
      #3EA9F5, 
      #3769CC
    ) 100 100;
    border-top:none;
    border-left:none;
    border-right:none;
    overflow: hidden;

}
a.try-button {
  font-size: 15px;
  padding: 6px 16px;
  background: #3769CC;
  border: 1px solid #3769CC;
  color: white;
  border-radius: 5px;
  margin-top: 26px;
  display: inline-block;
  text-decoration: none;
}

a.try-button:hover{
  color:#3769CC;
  background:white;
  border: 1px solid #3769CC;
  cursor: pointer;
}
.s-label {
  background: #3769cd;
  color: white;
  font-size: 14px;
  padding: 3px;
  position: absolute;
  width: 33%;
  margin-left: -30px;
  margin-top: -43px;
  border-radius: 3px 3px 0 0;
}

.techs{
  padding:10px;
  padding-top:40px;
}

.tech-img{
  width:100%;
}

.love-banner {
  overflow: hidden;
  height: 250px;
  background-image: url(../imgs/Port-P1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.checkboxes > div {
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.service-3 p {
  font-size: 17px;
}

.checkboxes input {
  float: right;
  position: relative;
  top: 23px;
  cursor: pointer;
}

.checkboxes input:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #f2f2f2;
  transition: all .3s ease-in-out;
}

.checkboxes input:after {content: "";position: absolute;left: 0;width: 1.1rem;height: 1.1rem;background: #fff;cursor: pointer;}

.checkboxes input:checked:before {
  transform: rotate(-45deg);
  height: .5rem;
  border-color: green;
  border-top-style: none;
  border-right-style: none;
}
.checkboxes label {
  width: 100%;
  padding-right: 100%;
  cursor: pointer;
}

.checkboxes {
  padding: 29px;
  padding-top: 0;
  padding-bottom: 0;
}
.love-eye1{
  height: 70px;
  width: 70px;
  background-image: url(../imgs/heart.png);
  background-position: center;
  background-size: 70px;
  background-repeat: no-repeat;
  animation-duration: 0.5s;
  animation-name: love-fade;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  left: 90px;
}

.love-eye2{
  height: 70px;
  width: 70px;
  background-image: url(../imgs/heart.png);
  background-position: center;
  background-size: 70px;
  background-repeat: no-repeat;
  animation-duration: 0.5s;
  animation-name: love-fade;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  left: 130px;
}

@keyframes love-fade {
  0% {
    background-size: 10px;
  }
  75% {
    background-size: 20px;
  }
  100% {
    background-size: 10px;
  }
}

.home-link:hover:after {
  content: "HOME";
  position: absolute;
  right: 41px;
  font-size: 17px;
  color: #ccc;
  margin-top: 4px;
}

.service-link:hover:after {
  content: "SERVICES";
  position: absolute;;
  right: 41px;
  font-size: 17px;
  color: #ccc;
  margin-top: 24px;
}

.about-link:hover:after {
  content: "ABOUT";
  position: absolute;;
  right: 41px;
  font-size: 17px;
  color: #ccc;
  margin-top: 44px;
}

.contact-link:hover:after {
  content: "CONTACT";
  position: absolute;;
  right: 41px;
  font-size: 17px;
  color: #ccc;
  margin-top: 64px;
}




.home-active {
  height: 17px;
  width: 17px;
  border: 1px solid #ccc;
  position: fixed;
  right: 13px;
  margin-top: 8px;
}

.service-active {
  height: 17px;
  width: 17px;
  border: 1px solid #ccc;
  position: fixed;
  right: 13px;
  margin-top: 28px;
}

.about-active {
  height: 17px;
  width: 17px;
  border: 1px solid #ccc;
  position: fixed;
  right: 13px;
  margin-top: 48px;
}

.contact-active {
  height: 17px;
  width: 17px;
  border: 1px solid #ccc;
  position: fixed;
  right: 13px;
  margin-top: 68px;
}
.home-active:after{
  margin-top:-5px !important;
}

.service-active:after{
  margin-top:-5px !important;
}

.about-active:after{
  margin-top:-5px !important;
}

.contact-active:after{
  margin-top:-5px !important;
}

@media screen and (max-width: 921px) {
  .service-sub {
    width: 32.9%;
}
}

@media screen and (max-width: 821px) {
  .service-sub{
    width:100%;
  }
  .s-label{
    width:100%;
  }

  h3::after {
    top: 118%;
    left: 37%;
}
h3{
  margin-bottom: 2.2rem;
}
.eye1 {
  margin-left: 29px;
  margin-top: 17px;
}
.love-eye1 {
  position:fixed;
  left: 147px;
}
.love-eye2 {
  position:fixed;
  left: 187px;
}
.eye-container {
  top: 43px;
  left: 141px;
}
}