

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.intro-hp-bg { display: block;  z-index: -999; 
overflow: hidden; position:absolute; left: 0px; bottom: -370px;

 transform: rotate(-10deg);
}

.contact-bg { background-image: url("../images/kynec-img/contact-bg.jpg"); /* The image used */
  
  background-position:center top; 
  background-repeat: no-repeat; 
  background-size: cover; padding-top: 160px!important;  padding-bottom: 160px!important;  }

.news-bg { 
    
  background-image: url("../images/kynec-img/section-bg.jpg"); /* The image used */
  background-position:center top; 
  background-repeat: no-repeat; 
  background-size: cover; padding-top: 160px!important;  padding-bottom: 160px!important;  }

.btn-hover {
    display: block;
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff!important;
    cursor: pointer;
   
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	color: #ffffff!important;
}

.btn-hover:focus {
    outline: none;
}

.kynec-txt-bg {
    background: -webkit-linear-gradient(202.56deg, #FF7800 5%, #D23C7D 50.94%, #925EEB 99.74%);
   
      -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tableimg { width: auto; }

.subscribe-img { position: absolute; bottom: -30px; }
#getstarted { padding-top: 0px; padding-bottom: 0px; }
.btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
	color: #ffffff!important;
}

.backoffice { padding-bottom: 50px; }

@media (max-width: 575.98px) {  .tableimg { width: 100%; padding-right: 0px; } }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	.terms { text-align: left!important;  } 
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.terms { text-align: left!important;   }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.terms { text-align: right!important; }
	.herobg { position: absolute; top: 0;  bottom: 0; right: 0; width:37%; height: 100%;  z-index: -999; 
    background: linear-gradient(202.56deg, #FF7800 5%, #D23C7D 50.94%, #925EEB 99.74%); } 
}



.custom-img { display: block;  float: right; margin: -40px auto; }

.accordion .ac-item .ac-title { font-weight: 600!important; font-size: 1.15em!important; }