html {
  height: 100%;
  scroll-behavior: smooth;
	
}


body {
    height: 100%;
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.container {
  max-width: 1400px;
}

.site-header {
  background-color: #fff;;
  
}

.outer-nav-container{
	width: 100%;
	margin: 0px 0px 120px 0px;
	height: 120px;
}

.nav-container{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}


.header1-container{
	max-width: 100%;
	margin: 0 auto;
	padding: 80px 0px 80px 0px;
	background-color: #8f2bbc;
	background-image: url( 'img/kmg_bg1.png' );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center, 50%, 50%;
}

.header2-container{
	max-width: 100%;
	margin: 0 auto;
	padding: 60px 0px 60px 0px;
	background: radial-gradient(#ed89ff, #8f2bbc, #4a007d, #210138);
	background-size: 200% 200%;
	animation: gradient 10s ease 1;
	
}


@keyframes gradient {
	0% {
		background-position: 0% 100%;
	}
	
	100% {
		background-position: 0% 0%;
	}
	
	
}


.container-1000{
	max-width: 1000px;
	margin: 0 auto;
}

.body-container{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	
}


section{
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: 'soleil', sans-serif;
	font-size: 36px;
	line-height: 46px;
	font-style: normal;
	font-weight: 700;
	margin:0 0 0px;
	padding:0;
	
}



h2 {
	font-family: 'soleil', sans-serif;
	margin:50px 0px !important;
	padding:0px !important; 
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	
}

.title{
	font-size: 32px;
	line-height: 40px;
}

h3 {
	margin:0px 0px 12px  !important;
	padding:0px !important; 
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	
}

h4 {
	
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	margin: 0px 0px 20px 0px !important;	
	padding:0px !important;
}

h5 {
	font-family: 'soleil', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 28px;
	margin: 0px 0px 20px 0px !important;	
	padding:0px !important;
}

h6 {
	font-family: 'soleil', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	line-height: 34px;
	margin: 0px 0px 20px 0px !important;	
	padding:0px !important;
}

h7 {
	font-family: 'soleil', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 38px;
	line-height: 34px;
	margin: 0px 0px 20px 0px !important;	
	padding:0px !important;
}

p {
	
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 10px 0px!important;	
	padding:0px!important;
}

.nav-link{
	font-family: 'soleil', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	margin-right: 15px;

}

.nav-link:hover{
   color: #8f2bbc;
	

}

a {
	color: #8f2bbc;
	text-decoration: underline;
	cursor: pointer;
}

.currentPage{
	color: #8f2bbc;
}

.white-txt{
	color:#fff;
}

.purple-txt{
	color:#8f2bbc;
}

.purple-bg{
	background-color:#8f2bbc;
}

.black-bg{
	background-color:#000;
}

.grey-bg{
	background-color: #f1f1f1;
}

.grey2-bg{
	background-color: #f7f7f7;
}

.grey3-bg{
	background-color: #282828;
}

.grey-cal-bg{
	background-color: #fbfcfd;
}


.purple-line{
	background-color: #8f2bbc;
	height: 1px;
}

.grey-line{
	background-color: #dcdcdc;
	height: 1px;
}


.vertical-align {
    display: flex;
    align-items: center;
}


.btn1 {
	width:100%;
	padding: 18px 24px 22px 24px;
	background: #8f2bbc;
	border-radius: 100px;
	margin: 2px 0px 0px 0px;
	position: relative;
	cursor: pointer;
	color: #fff !important;
	font-family: 'soleil', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 0px;
	display:block;
	text-align:center;
	text-decoration:none;
}


.btn1:hover  {   
	text-decoration:none;
	background: #000;
	color: #8f2bbc;
}

.btn1  a {
	text-decoration:none;
}	
	

.btn2 {
	width:100%;
	padding: 18px 20px 22px 20px;
	background-color: transparent;
	border: solid 1px #fff;
	border-radius: 8px;
	cursor: pointer;
	color: #fff !important;
	font-family: 'soleil', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 0px;
	display:block;
	text-align:center;
	text-decoration:none;
}


.btn2:hover  {   
	text-decoration:none;
	background: #4a007d;
	color: #ffffff;
}

.btn2  a {
	text-decoration:none;
}

.btn3 {
	width:250px;
	padding: 18px 24px 22px 24px;
	background: #000;
	border-radius: 100px;
	border: none;
	margin: 2px 0px 0px 0px;
	position: relative;
	cursor: pointer;
	color: #fff !important;
	font-family: 'soleil', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 0px;
	display:block;
	text-align:center;
	text-decoration:none;
}


.btn3:hover  {   
	text-decoration:none;
	background: #000;
	color: #ca5dfb;
}

.btn3  a {
	text-decoration:none;
}

/* ==============================
   Counters
   ============================== */
.count-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    border-radius: 3px;
}


.count-item{
    position: relative;
    padding: 30px;  
	background: #f2f2f2;
	margin-top: 25px;
}

.count-number{
    font-size: 72px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
	color: #000;
}
.count-descr{
    color: #000;
    text-align:center;
}
.count-descr .fa{
    font-size: 16px;
}

/* ==============================
   Services
   ============================== */
  
.services-grid{
    margin-top: 0px;
}
.services-item{
    margin-top: 60px;
}
.services-icon{
    width: 1em;
    height: 1em;
    margin: 0 auto 18px auto;
    font-size: 72px;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.light-content .services-icon{
    color: #fff;
}
.services-icon svg{
    display: block;
    width: 1em;
    height: 1em;color: #fff;
}
.services-title{
	font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.services-descr{
   
    margin-bottom: 15px;

	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	 color: #757575;
}
.light-content .services-descr{
    color: #bbb;
}
.services-more{
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
  



/* ==============================
   Quote Carousel
   ============================== */

#owl-demo{
	max-width: 800px;
	margin: 0 auto;
	

}

  #owl-demo .item {
        display: block;
        width: 100%;
        height: auto;
		color: #fff;
	  	margin-bottom: 50px;
    }

#owl-homepage{
	max-width: 900px;
	margin: 0 auto;
	
}

  #owl-homepage .item {
        display: block;
        width: 100%;
        height: auto;
		color: #fff;
	  	margin-bottom: 50px;
    }





/* ==============================
   Accordion
   ============================== */

.accordion-header {
 font-family: "CiscoSans", Arial, sans-serif;
 font-style: normal;
 font-weight: 400;
 font-size: 16px;
 line-height: 24px;
 color: #212529;
 

}

.accordion-txt {
 font-family: "CiscoSans", Arial, sans-serif;
 font-style: normal;
 font-weight: 400;
 font-size: 14px;
 line-height: 20px;
 color: #212529;
}

 .accordion-flush {
  width:100% !important;
  border-radius: 0;
  background-color: #fff;
  margin: 0px;
  border-top: solid 1px #ebebeb;	 
  border-bottom: solid 1px #ebebeb;		

 }

.accordion-button{
    margin: 0px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
    border:none !important;
    outline:none !important;
    box-shadow: none !important;
}
 
 .accordion-button:focus {
    box-shadow: none;
	border-bottom: none !important;	 
}
 
 .accordion-button:not(.collapsed){   
    background-color: #fff;
	
}

.accordion-button:not(.collapsed)::after {
 background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/></svg>") no-repeat !important;
}

.accordion-button.collapsed::after {
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/></svg>") no-repeat !important;
}
 


.contact{
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	background: radial-gradient(#ed89ff, #8f2bbc, #4a007d, #210138);
	background-size: 200% 200%;
		
}

.footer{
	
	color: #fff;
    font-size: 14px;
	
}

.img-campaigns{
	width: 100%;
}

@media screen and (min-width: 480px) {
	
.btn2 {
	width:290px;
	padding: 18px 20px 22px 20px;
	background-color: transparent;
	border: solid 1px #fff;
	border-radius: 8px;
	cursor: pointer;
	color: #fff !important;
	font-family: 'soleil', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 0px;
	display:block;
	text-align:center;
	text-decoration:none;
}	

}

@media screen and (min-width: 576px) {
	


}
		


@media screen and (min-width: 768px) {
	
	
.body-container{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px 50px 0px 50px;
	
}	
	
h1 {
	font-family: 'soleil', sans-serif;
	font-size: 60px;
	line-height: 70px;
	font-style: normal;
	font-weight: 700;
	margin:0 0 0px;
	padding:0;
	
}



h2 {
	font-family: 'soleil', sans-serif;
	margin:50px 0px !important;
	padding:0px !important; 
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	
}	
	

.title{
	font-size: 48px;
	line-height: 54px;
}	

	
	
}
	
@media screen and (min-width: 1024px) {

	.img-campaigns{
	width: 531px;
}

.header2-container{
	max-width: 100%;
	margin: 0 auto;
	padding: 180px 0px 180px 0px;
	background: radial-gradient(#ed89ff, #8f2bbc, #4a007d, #210138);
	background-size: 200% 200%;
	animation: gradient 10s ease 1;
	
}
	
	
	
@media screen and (min-width: 1440px) {



}

@media screen and (min-width: 1600px) {
		

}

@media screen and (min-width: 1800px) {
	
	
}

