.style-container {
    position: fixed;
    right: -205px;
    top: 150px;
    width: 212px;
    height: 260px;
    background-color: #3c3c3c;
    padding: 10px;
    z-index: 5000;
    color: #fff;
}

#demo-custom {
    position: absolute;
    top: 0;
    left: -38px;
    font-size: 25px;
    text-align: center;
    width: 250px;
    height: 40px;
    cursor: pointer;
    z-index: 5000;
    background-color: #353535;
    text-align: left;
    padding: 1px 10px;
}

    #demo-custom h4 {
        display: inline;
        padding-left: 15px;
        padding-top: 0;
        margin-top: 0;
        font-size: 20px;
    }

ul.pre-styles {
    margin: 60px 0px 10px -7px;
    list-style: none;
}

    ul.pre-styles li {
        width: 60px;
        height: 40px;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }

        ul.pre-styles li:hover {
            border: 2px solid #2c2c2c;
        }

.default {
    background-color: #03cc85;
}

.purple {
    background-color: #ec46ef;
}

.red {
    background-color: #ff5468;
}

.pink {
    background-color: #f17098;
}

.yellow {
    background-color: #d5eb7d;
}

.blue {
    background-color: #9a9ef6;
}

.cyan {
    background-color: #0bb;
}

.cover_img {
    background: url('../images/back.jpg') no-repeat center center;
    min-height: 100%;
    background-size: cover;
}

.container_12 {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}

.grid_12 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}

.container_12 .grid_12 {
    width: 98.0%;
}

/*Cover Page Tagline*/
.tagline {
    padding-top: 20%;
    font-size: 36px;
    color: #333;
    line-height: normal;
    margin-left: 20%;
    width: 80%;
}

    .tagline strong {
        display: block;
        font-size: 100%;
        text-transform: uppercase;
    }

/*Key Offering*/
.key_offerings {
    font-size: 58px;
    color: #333;
}

/*Services / Focus Areas*/
.service {
    padding: 70px 0 0px 0px;
}

    .service p {
        margin-bottom: 0px;
    }

    .service .block {
        padding: 45px 25px;
        background: #7ac142;
        background-image: url(../images/intro-bg.png);
        background-size: cover;
        color: #fff;
        line-height: 1.6em;
        color: #dbf2c9;
    }

.st-feature {
    text-align: center;
}

    .st-feature .st-feature-icon {
        width: 102px;
        line-height: 100px;
        font-size: 42px;
        color: #fff;
        margin: 0 auto 20px;
        background-color: #666;
        border-radius: 50%;
        position: relative;
        -webkit-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, border-color 0.3s, background-color 0.3s, transform 0.3s;
    }

    .st-feature .st-feature-title {
        display: block;
        /*font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: normal;
        font-weight: bold;
        color: #fff;*/
        margin-bottom: 5px;
    }

    .st-feature:hover .st-feature-icon {
        color: #666;
        border-color: #ffb400;
        background-color: transparent;
        -webkit-transform: rotate(360deg) scale(1.8);
        -ms-transform: rotate(360deg) scale(1.8);
        transform: rotate(360deg) scale(1.8);
    }

.features-desc {
    padding: 0;
}

    .features-desc .block {
        padding-top: 40px;
    }


/* Testimonial */

.testimonials {
    /* padding: 100px 0;
    background-image: url(../images/testimonials.png);
    background-size: cover;
    background-attachment: fixed;
    background-color: #000;*/
    color: #666;
}

.testimonial .testimonial-img {
    float: left;
    margin-right: 30px;
    position: relative;
}

    .testimonial .testimonial-img:after {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background-color: #7ac142;
        position: absolute;
        bottom: 12%;
        left: 2%;
    }

    .testimonial .testimonial-img:before {
        font-family: 'Montserrat', sans-serif;
        content: '\201C';
        font-size: 40px;
        position: absolute;
        bottom: 0%;
        left: 14%;
        z-index: 99;
        top:55%;
    }

    .testimonial .testimonial-img img {
        border-radius: 50%;
    }

.testimonial blockquote {
    border-width: 0;
}

    .testimonial blockquote p {
        font-weight: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
        letter-spacing: 1px;
        font-style: italic;
    }

    .testimonial blockquote footer,
    .testimonial blockquote small,
    .testimonial blockquote .small {
        color: #7ac142;
    }

.testimonials-carousel {
    max-width: 800px;
    margin: 0 auto;
}

    .testimonials-carousel ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .testimonials-carousel ul li {
            margin: 0;
            padding: 0;
            display: block;
        }

/*============ Progressbar / Skillbar ============*/
.skillbar {
    list-style-type: none;
    padding: 0;
    /*width: 350px;*/
}

    .skillbar li {
        position: relative;
        height: 50px;
    }

        .skillbar li em, .skillbar li span {
            display: block;
            border-bottom: 8px solid #CCC;
            padding-bottom: 5px;
        }

        .skillbar li em {
            font-style: normal;
            border-bottom-color: #03CC85;
            position: absolute;
            overflow: visible;
            -webkit-animation: grow-width 2s;
            animation: grow-width 2s;
        }

        .skillbar li span {
            text-align: right;
        }

/*=========== Additional Skill =============*/

ul.AddSkill {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.AddSkill li {
        position: relative;
        padding: 50px 15px 20px 15px;
        background-color: #fff;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 3px 3px -3px #ccc;
        box-shadow: 0px 3px 3px -3px #ccc;
        border-radius: 3px;
        margin-left: 10px;
        color: #333;
    }



        ul.AddSkill li .dy {
            position: absolute;
            top: 10px;
            left: -10px;
            border-radius: 0px;
            padding: 0;
            color: white;
        }

            ul.AddSkill li .dy span {
                padding: 7px 10px;
                line-height: 30px;
                margin: 0;
            }

            ul.AddSkill li .dy .title {
	background-color: #03bb7a;
}

        ul.AddSkill li .description p {
            font-weight: normal;
            font-size: 14px;
            margin: 0;
            display: inline;
        }
/* ==================================================
   Preloader
================================================== */
/*
#jpreOverlay,
#jSplash {
	background-color: #2F3238;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	
	font-size: 24px;
	color: #FFFFFF;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #DE5E60;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}
*/