/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Raleway',arial,helvetica;
	color: rgba(0,0,0,0.8);
}
h1{
	font-size: 2.5em;	
}
.subtitle {
	font-size: 2em;
	display: block;
	margin-top: -5px;
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.2em;
}
h4{
	font-size: 1.1em;
	
}
p{
	font-size: 1em
}
.intro{
	text-align: center;
}
a, a:visited , a:focus, a:link {
	color: rgba(118,50,63,0.8);
	text-decoration: none;
	transition: 0.5s all ease;
}
a:hover{
	color: rgba(118,50,63,1.00);
}

@media screen and (min-width: 760px) {
	h1{
		font-size: 4em;	
	}
	h2{
		font-size: 2em;
	}
	h3{
		font-size: 1.5em
	}
	h4{
		font-size: 1.4em;
	}
	p{
			font-size: 1em
	}
	.intro{
	margin-left: 30px;
	text-align: left;
	}

}
.introcontainer{
	background-color: #D7CEC7; 
}
.v-card{
	z-index: 10000;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	padding-top: 80px;
	
}
.back {
	height: 60%;
	width: 110%;
	position: absolute;
	top: -50px;
	background:url(../img/../img/back.jpg) no-repeat;
	background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	z-index: -10000;
}
.logo {
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: -140px;
	display: block;
	height: 40%;
	border-radius: 100%;
	
}
/**********THED*************/
@-webkit-keyframes bg {
	0% {
		background-size:    0 3px,
							3px 0,
							0 3px,
							3px 0;
	}
	25% {
		background-size:    100% 3px,
							3px 0,
							0 3px,
							3px 0;
	}
	50% {
		background-size:    100% 3px,
							3px 100%,
							0 3px,
							3px 0;
	}
	75% {
		background-size:    100% 3px,
							3px 100%,
							100% 3px,
							3px 0;
	}
	100% {
		background-size:    100% 3px,
							3px 100%,
							100% 3px,
							3px 100%;
	}
}

@keyframes bg {
	0% {
		background-size:    0 3px,
							3px 0,
							0 3px,
							3px 0;
	}
	25% {
		background-size:    100% 3px,
							3px 0,
							0 3px,
							3px 0;
	}
	50% {
		background-size:    100% 3px,
							3px 100%,
							0 3px,
							3px 0;
	}
	75% {
		background-size:    100% 3px,
							3px 100%,
							100% 3px,
							3px 0;
	}
	100% {
		background-size:    100% 3px,
							3px 100%,
							100% 3px,
							3px 100%;
	}
}
@media(min-width:768px) {
	.thed2 {
		background-repeat: no-repeat;
		background-image:   -webkit-linear-gradient(left, #76323F 100%, #76323F 100%),
							-webkit-linear-gradient(top, #76323F 100%, #76323F 100%),
							-webkit-linear-gradient(left, #76323F 100%, #76323F 100%),
							-webkit-linear-gradient(top, #76323F 100%, #76323F 100%);
		background-image:   linear-gradient(to right, #76323F 100%, #76323F 100%),
							linear-gradient(to bottom, #76323F 100%, #76323F 100%),
							linear-gradient(to right, #76323F 100%, #76323F 100%),
							linear-gradient(to bottom, #76323F 100%, #76323F 100%);
		background-size:    100% 3px,
							3px 100%,
							100% 3px,
							3px 100%;
		background-position:    0 0,
								100% 0,
								100% 100%,
								0 100%;
		-webkit-animation: bg 2.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
				animation: bg 2.25s cubic-bezier(0.19, 1, 0.22, 1) 1;
		-webkit-animation-play-state: paused;
				animation-play-state: paused;
	}

	.thed2:hover {
		-webkit-animation-play-state: running;
				animation-play-state: running;
	}
}
@media screen and (max-width: 760px) {
	.v-card{
		bottom: 0;
		right: 0;
		width: 100%;
		position: absolute;
	}
}
	@media screen and (min-width: 760px) {

	.logo {
	position: absolute;
    right: 18px;
    top: 0;
    transform: translateX(0);
    display: block;
    height: 99%;
    border-radius: 0;
    margin-top: 2px;
	
	}
	.v-card{
			padding-top: 0;

	}
	.slant{
	top: 0;
    z-index: 1;
    position: absolute;
    border-style: solid;
    border-width: 400px 0 0 100px;
    border-color: rgba(223, 50, 50, 0) transparent transparent #06A763;
	}
	
}
.social{
	font-size: 2em;
}
.menu-button{
	padding:0;
}
.menu-button .btn{
	border-radius: 0;
}

.business-list ul li{
	list-style-type: none;
	padding-top: 5px;
	font-size: 1.1em;
}
.endshow{
	    background: linear-gradient(to top, #c09f80 0%, rgba(215,206,199,0.80) 100%);
	padding: 150px 0;
}
#section0{
	background-color: rgba(215,206,199,0.40);
}
@media (min-width:960px){
.fp-viewing-3 .designexpert{
	position: absolute;
	top: -100px;
	transition: 1s all ease-out;
	left: 0;
	
}
 .designexpert{
	position: absolute;
	top: 100px;
	 	transition: 1s all ease-out;
	 left: 0;
	
}
	.fp-viewing-4 .businessexpert{
	position: absolute;
	top: -150px;
	transition: 1s all ease-out;
	right: 30px;
	
}
 .businessexpert{
	position: absolute;
	top: 200px;
	 transition: 1s all ease-out;
	 right: 30px;
	
}	
	.fp-viewing-5 .busimentorimg{
	position: absolute;
	top: -100px;
	transition: 1s all ease-out;
	left: 30px;
	
}
 .busimentorimg{
	position: absolute;
	top: 100px;
	 transition: 1s all ease-out;
	 left: 30px;
	
}
	.experth{
		float: right;
	}
}

#section3 .progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
#section3 .progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
#section3 .progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

#section3 .progress .progress-left{
    left: 0;
}
.progfront{
	left: 1px !important;
}
#section3 .progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
#section3 .progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
#section3 .progress .progress-right{
    right: 0;
}
#section3 .progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;

}
.fp-viewing-3 #section3 .progress .progress-right .progress-bar{
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
#section3 .progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
 #section3 .progress.blue .progress-bar{
    border-color: #049dff;
}
.fp-viewing-3 #section3 .progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
 #section3 .progress.yellow .progress-bar{
    border-color: #fdba04;
}
.fp-viewing-3 #section3 .progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
#section3 .progress.pink .progress-bar{
    border-color: #ed687c;
}
.fp-viewing-3 #section3  .progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
#section3 .progress.green .progress-bar{
    border-color: #1abc9c;
}
.fp-viewing-3 #section3  .progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}
.fp-viewing-4 .progress-bar-success{
	width: 85%;
}
.fp-viewing-4 .progress-bar-info{
	width: 90%;
}
.fp-viewing-4 .progress-bar-warning{
	width: 80%;
}

.buskn{

}

.businesskn ul li{
	list-style-type: none;
	font-size: 1.2em;
	padding-top: 5px;

}

@media (min-width:760px){
	.businesskn ul li{
		font-size: 1.6em;

	}	
}
#section6{
	padding: 100px 0;
}
.ab-logo{
	max-width: 400px;
	max-height: 300px;
	margin-left: 50%;
	transform: translateX(-50%);
}
.exes{
	cursor: pointer;
}
.exes:hover{
	font-weight: bolder;
}
.exes:hover{
	color:#76323F;
}
.btn-primar {
	background-color: white;
	color: black !important;
	border-radius: 40px;
	padding: 20px 15px;
	border: 0;
	font-size: 1.3em;
	
}
.btn:hover, .btn-primar:hover {
	background-color: white;
	color: rgba(118,50,63,0.80) !important;
	border: 0;	
}
.btn:focus,.btn-primar:focus,.btn:active,.btn-primar:active,.btn-primar.active,.btn.active {
	background-color: white;
	color: rgba(118,50,63,1) !important;
	border: 0;
		
}
#section9{
	background-image: url(../img/exes.jpg);
	background-size: cover;
    background-position: center center;	
}
.eduba{
	background-color: rgba(215,206,199,0.80);
}
@media (max-width:480px){
#fp-nav{
	display: none;
}	
}
.progressd
{
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background-color: #F2F2F2;
}
.bar 
{ 
  width:0%; 
  background: rgba(118,50,63,1.00);
  background: linear-gradient(to right, rgba(255,0,0,0), rgba(118,50,63,1.00)); 
  height:10px; 
  border-radius: 3px;
}
.percent 
{ 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:48%; 
}
#section1{
	    background: linear-gradient(to bottom, rgba(215,206,199,0.40) 0%, #c09f80 100%);

}
#section2{
    background: linear-gradient(to top, #fff 0%, #c09f80 100%);

}
#section7{
	    background: linear-gradient(to bottom, #fff 0%, rgba(215,206,199,0.80) 100%);

}
#section8{
	    background-color:rgba(215,206,199,0.80);

}
#section8 ul {
	list-style-type: none;
	-webkit-padding-start: 0px;
}
#section8 ul li {
	margin-bottom: 10px;
	-webkit-padding-start: 0px;
	font-weight: 700;
}
.fp-viewing-1 #businessimg{
	animation-name: bounceInLeft;
	-webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.fp-viewing-2 #technicalimg{
	animation-name: bounceInRight;
	-webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}

.fp-viewing-10 .btn-primar {
		animation-name: bounceInUp;
	-webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;	
}
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
}
@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(400px); 
    } 
    60% { 
        
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        transform: translateX(400px); 
    } 
    60% { 
        
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        transform: translateX(0); 
    } 
} 
@-webkit-keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateX(30px); 
    } 
    80% { 
        -webkit-transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        transform: translateX(-400px); 
    } 
    60% { 
       
        transform: translateX(30px); 
    } 
    80% { 
        transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateX(0); 
    } 
} 
@-webkit-keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateY(400px); 
    } 
    60% { 
       
        -webkit-transform: translateY(-30px); 
    } 
    80% { 
        -webkit-transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        transform: translateY(400px); 
    } 
    60% { 
       
        transform: translateY(-30px); 
    } 
    80% { 
        transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateY(0); 
    } 
} 
.progress-bar-success{
	background-color: #049dff ;
}
.progress-bar-info{
	background-color: #1abc9c;
}
.progress-bar-warning{
	background-color: #fdba04;
}
.progress-bar{
    font-size: 15px;
    line-height: 30px;
}
.progress{
	height: 30px;
    border-radius: 20px;
}
.fa {
	color: #76323F;
}
.copyright{
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	
}
.fp-viewing-10 .copyright{
	animation-name: fadeIn;
	-webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
}