.compare{
	background: white;
	border-radius: 25px;
}
.green-overlay {
    background: linear-gradient(0deg,rgba(65,95,81,.8),rgba(65,95,81,.8));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.background1 {
	background: url(../images/background/shake-hand.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.white{
	color: white;
}

.background2 {
	background: url(../images/background/green-background.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.position-relative {
    position: relative !important;
}

.overflow {
    overflow: auto;
    height: 70vh;
}

body,html {
  height: 100%;
  background-color: white;
}

.container {
  overflow: hidden;
  .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
    .logos {
      width: 100%;
      display: inline-block;
      margin: 0px 0;
      .fabc {
        width: calc(100% / 8);
        animation: fade-in 0.5s 
          cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
          margin-right: 60px;
      }
    }
  }
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.sticky-container2 {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -125px;
    top: 230px;
    width: 210px;
    z-index: 1100;
}

.sticky2 li {
    list-style-type: none;
    background-color: #fff;
    color: black;
    height: 60px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.sticky2 li:hover {
    margin-left: -100px;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px;
}
.sticky2 li p {
    padding-top: 22px;
    margin: 0px;
    line-height: 16px;
    font-size: 18px;
}
.sticky2 li img {
    float: left;
    margin: 5px 4px;
    margin-right: 5px;
}

.fixbtn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;

}
.btn-primary:hover {
    color: #fff !important;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.sticky-top-4{
    position: sticky;
    z-index: 1000;
    top: 100px;
}
.footer-container {
    background-color: #323232;
    padding-top: 35px;
    padding-bottom: 0px;
}
.footer-border-right {
    border-right: 1px solid grey;
}
.allrr {
    text-align: center;
    color: #ccc;
    font-size: 13px;
    margin-top: 35px;
    border-top: 1px solid grey;
    padding: 15px;
    margin-bottom: 0;
}
.social_links > div {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 12px 0 0;
}
.social_links > div a:before{display: none;}
.social_links > div a:hover {
  border-radius: 100px;
}
.social_links > div a.fb {
  background-color: #3b5998;
}

.social_links > div a.lknd {
  background-color: #0072b1;
}

.social_links > div a.insta {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social_links > div a.utube {
  background-color: #c4302b;
}

.linksInside h4 {
    font-size: 16px;
    color: #fff;
    margin: 0 0 15px;
}

.linksInside a:hover {
    padding-left: 15px;
    color: #fff;
}

element.style {
}
.linksInside a:hover {
    padding-left: 15px;
    color: #fff;
}
.linksInside a {
    padding: 4px 0;
    display: block;
    transition: 0.3s;
}

element.style {
}
.linksInside a:hover {
    padding-left: 15px;
    color: #fff;
}
.linksInside a {
    padding: 4px 0;
    display: block;
    transition: 0.3s;
}
.linksInside a, .linksInside .office div {
    color: #b9b9b9;
    font-size: 14px;
    position: relative;
    display: inline-block;
}
.linksInside a:hover:before {
    left: 0;
    opacity: 1;
}
.linksInside a:hover:before {
    left: 0;
    opacity: 1;
}
.linksInside a:before {
    position: absolute;
    content: "\f105";
    font-family: "fontawesome";
    left: -5px;
    top: 4px;
    opacity: 0;
    transition: 0.3s;
}
.linksInside a:before {
    position: absolute;
    content: "\f105";
    font-family: "fontawesome";
    left: -5px;
    top: 4px;
    opacity: 0;
    transition: 0.3s;
}

.social_links > div {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 12px 0 0;
}

.social_links > div {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 12px 0 0;
}
.social_links > div a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid transparent;
    margin: 0;
    transition: 0.4s;
    padding: 0 !important;
    font-size: 22px;
    color: #fff !important;
    border-radius: 50px;
}

