@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    
    font-size: 100%;        
}

body {
	font-family: 'open sans' !important;
	font-size: 15px;
	color: #666;
	font-weight: 100;
	overflow-x: hidden !important;
	line-height: 1.6;
	
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	        box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
padding-left: 16px!important; 
}
li {
    list-style:disc;
    font-size: 1em;
    list-style-position: outside;
}
h1.black-text
{
font-weight: bold;
}
/* Selection colours (easy to forget) */
::-moz-selection {
	background: #FC6D6D;
	color: #FFF;
}
::selection {
	background: #FC6D6D;
	color: #FFF;
}
::-moz-selection {
	background: #FC6D6D;
	color: #FFF;
}
.menu-item {
  z-index: 999;
}
#menu-mainmenu a{
	color: #f3d154;

}
#menu-mainmenu a:hover {
	color: #fff;
}
.onerow {
    clear: both;
    /* padding: 0 10px; */
}
.row1{
    height: 420px !important;
    overflow: hidden;
}
.col6 {
    width: 49%;
        float: left;
}
.block-inner {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 140%;
    margin-top: 12px;
}
.parallax_sec1 h1
{
  color:white !important;
}
.block-inner {
    margin: 0 10px;
    font-size: 21px;
    line-height: 140%;
    text-align: left;
}
.block-title {
    color:#8C68AF;
    font-size: 19px;
    border-bottom: 1px solid #800080;
    line-height: 130%;
}
.block-content{
    color: black;
    font-size: 15px;
    margin-bottom: 47px;
    
}

.last {
    margin-right: 0px!important;
}
a {
	color: #4D3958;
	-webkit-transition: all 700ms;
	        transition: all 700ms;
}

a,a:hover {
	text-decoration: none;
}
a:hover {
	color: #32BACB;
}
p {
    margin: 0;
}
.full-width {
	width: 100%;
	margin: auto;
}

/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: lighter;
        color:#800080;
}

h1,h2 {
	font-family: 'open sans', 'sans-serif';
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px !important;
	}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
        color:#800080!important;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 20px;
}

/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/

.buttons {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 45px;
}
.button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 35px 10px 35px;
	border-radius: 4px;
	margin: 10px;
}
.custom-button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
	border: none;
}

.drk-btn {
	background: #4d3958;
}
.lig-btn {
	background: #9f80bd;
}
.gld-btn {
	background: #B88913;
}

.red-btn {
	background: #e96656;
}
.green-btn {
	background: #20AA73;
}
.blue-btn {
	background: #3ab0e2;
}
.yellow-btn {
	background: #E7AC44;
}
.red-btn,.green-btn,.blue-btn,.yellow-btn,.drk-btn,.lig-btn,.gld-btn {
	color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.drk-btn:hover {
	color: #FFF;
	background: #382941;
}
.lig-btn:hover {
	color: #FFF;
	background: #6c4a8e;
}
.gld-btn:hover {
	color: #FFF;
	background: #AA8011;
}
.blue-btn:hover {
	color: #FFF;
	background: #1288b9;
}
.red-btn:hover {
	color: #FFF;
	background: #cb4332;
}
.green-btn:hover {
	color: #FFF;
	background: #069059;
}
.yellow-btn:hover {
	color: #FFF;
	background: #d8951e;
}

/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/

/** BACKGROUNDS **/
.red-bg {
	background: #e96656;
}
.green-bg {
	background: #34d293;
}
.blue-bg {
	background: #3ab0e2;
}
.yellow-bg {
	background: #E7AC44;
}
.dark-bg {
	background: #404040;
}
.white-bg {
	background:  #FFFFFF;
}

/** FOR TEXTS AND ICON FONTS **/
.red-text {
	color: #e96656;
}
.green-text {
	color: #34d293;
}
.blue-text {
	color: #3ab0e2;
}
.yellow-text {
	color: #f7d861;
}
.dark-text {
	color: #404040;
}
.white-text {
	color: #FFFFFF;
}

/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/

.white-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #F5F5F5;
	bottom: -9px;
	left: 25%;
}
.dark-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #404040;
	bottom: -9px;
	left: 25%;
}
.red-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #e96656;
	bottom: -9px;
	left: 12.5%;
}
.green-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #34d293;
	bottom: -9px;
	left: 12.5%;
}
.blue-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #3ab0e2;
	bottom: -9px;
	left: 12.5%;
}
.yellow-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #f7d861;
	bottom: -9px;
	left: 12.5%;
}


/*---------------------------------------
 **   SECTION HEADERS                -----
-----------------------------------------*/

/*** SECTION HEADERS ***/
.focus,.works,.about-us,.features,.packages,.products,.testimonial,.contact-us {
	padding-top: 35px;
}
.home-page{
padding-top:36px !important;}
.section-header {
	text-align: center;
	padding-bottom: 4px;
}
.section-header h2 {
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
}
.section-header h6 {
	font-size: 20px;
}

/* PRE LOADER */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                 -----
=========================================
-----------------------------------------*/

/*---------------------------------------
 **   SECTION:  HOME                  -----
-----------------------------------------*/

.header {
	background: rgba(0, 0, 0, 0.5);
	min-height: 89px;
	position: relative;
	
}

/*----  SECTION:  HOME > TOP BAR   ----*/

#main-nav {
	position: absolute;
	width: 100%;
	z-index: 1000;
	/*min-height: 110px;*/
	/*padding:10px 0;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9877b8+0,8863ac+100 */
background: #9877b8; /* Old browsers */
background: -moz-linear-gradient(top,  #9877b8 0%, #8863ac 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #9877b8 0%,#8863ac 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #9877b8 0%,#8863ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9877b8', endColorstr='#8863ac',GradientType=0 ); /* IE6-9 */

	
	border: 0;
	border-radius: 0 !important;
	text-align: left;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	        box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}
.full-nav{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9877b8+0,8863ac+100 */
background: #9877b8; /* Old browsers */
background: -moz-linear-gradient(top,  #9877b8 0%, #8863ac 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #9877b8 0%,#8863ac 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #9877b8 0%,#8863ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9877b8', endColorstr='#8863ac',GradientType=0 ); /* IE6-9 */}
#main-nav.fixed {
	position: fixed !important;
	top: 0;
}
.navbar-inverse .navbar-nav>li {
	display: inline;
	margin-right: 20px;
	margin-top: 20px;
}
.navbar-inverse .navbar-nav>li:last-child {
	margin-right: 0 !important;
}
.navbar-inverse .navbar-nav>li>a {
	color: #f5f5f5;
	padding: 0;
	line-height: 35px;
}
.navbar-brand {
	height: 75px;
	position: relative;
	line-height: 45px;
	padding:0;
}

.current a {
	color: #f3d154 !important;
	position: relative;
	outline: none;
}
.current:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #f3d154;
	bottom: 0px;
	left: 12.5%;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #f3d154;
	outline: none;
}
.navbar-toggle {
	border: 0;
	background-color: #ECB128;
        margin-top: 35px;
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
	background-color: #976609 !important;
	filter: alpha(opacity=100);
	opacity: 1;
}

/*----  SECTION:  HOME > INTRO AND SHORT MSGS   ----*/
.intro {
	text-align: center;
	color: #fff;
	margin-top: 15%;
	z-index: 0;
	line-height: 1;
}
h1.intro span {
  font-size: 25px;
}
/* Short Messages */
.bottom-message-section {
	margin-top: 14%;
	position: relative;
}
.short-text {
	margin: auto;
	text-align: center;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
}

/*---------------------------------------
 **   SECTION:  OUR FOCUS             -----
-----------------------------------------*/

.focus {
	padding-bottom: 100px;
	overflow: hidden;
	background: #272727;
}
/* FOCUS BOX */
.focus-box {
	margin-bottom: 75px;
}
.focus-box .service-icon {
	margin-bottom: 30px;
	width: 145px;
	height: 145px;
	margin: auto;
	border-radius: 50%;
	border: 10px solid #ececec;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red,.green,.blue,.yellow {
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.red:hover .service-icon {
	border: 10px solid #e96656;
}
.green:hover .service-icon {
	border: 10px solid #34d293;
}
.blue:hover .service-icon {
	border: 10px solid #3ab0e2;
}
.yellow:hover .service-icon {
	border: 10px solid #f7d861;
}

.focus-box h5 {
	margin-bottom: 15px;
	color: #404040;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
}
.focus-box p {
	font-size: 16px;
}

/*----OTHER FOCUSES ----*/

.other-focus p{
color: #fff;
}

.other-focuses {
	background: url(../images/lines.png) repeat-x center;
	margin-bottom: 25px;
}
.other-focuses .section-footer-title {
	background: #FFF;
	padding: 0 15px;
	color: #404040;
	font-weight: bold;
}
.other-focus-list {
	padding-top: 5px;
	margin-bottom: -17px;
}
.other-focus-list ul li {
	display: inline-block;
	margin-right: 50px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.other-focus-list ul li:last-child {
	margin-right: 0;
}
.other-focus-list ul li i {
	margin-right: 8px;
}

/*---------------------------------------
 **   SECTION:  SEPARATOR ONE         -----
-----------------------------------------*/

.separator-one {
	background: rgba(0, 0, 0, 0.9);
	padding: 100px 0 100px 0;
}
.separator-one .green-btn {
	background: #14a168;
}
.separator-one .green-btn:hover {
	background: #007345;
}
.separator-one .text {
	color: #FFF;
	line-height: 34px;
	padding: 0;
	max-width: 800px;
	margin-bottom: 20px;
}

/*---------------------------------------
 **   SECTION:  PORTFOLIO          -----
-----------------------------------------*/

.works {
	padding-bottom: 50px;
	background: #FFFFFF;	
}

/* IMAGE GRID */
.cbp-rfgrid {
	margin: auto;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}
.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 25%; /* Fallback */
width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
	-webkit-transition: 0.4s all linear;
	        transition: 0.4s all linear;
}
.cbp-rfgrid li a,.cbp-rfgrid li a img {
	display: block;
	max-width: 100%;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	        transform: scale(1,1);
	-webkit-transition-timing-function: ease-in;
	        transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	        transition-duration: 250ms;
	cursor: pointer;
	-webkit-transition: 0.4s all linear;
	        transition: 0.4s all linear;
}
.cbp-rfgrid li a:hover img {
	-webkit-transform: scale(1.05,1.07);
	-ms-transform: scale(1.05,1.07);
	        transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	        transition-duration: 250ms;
}

/* Flexbox is used for centering the heading */
.cbp-rfgrid li a .project-info {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background: rgba(0,0,0,0.5);
	padding-top: 25%;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
}
.cbp-rfgrid li a .project-info .project-details {
	position: relative;
	top: -29px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease .25s;
	        transition: all ease .25s;
	width: 100%;
}
.cbp-rfgrid li a .project-info h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.cbp-rfgrid li a:hover .project-info {
	filter: alpha(opacity=100);
	opacity: 1;
}
.cbp-rfgrid li a:hover .project-details {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}
.cbp-rfgrid li a:hover .button {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: -50px;
}
.portfolio-btn{
	width: 100%;
	text-align: center;
	margin-top: 20px ;
	float: left;
}

/* media queries:  change number of items per row */
@media screen and (max-width: 1190px) {
	.cbp-rfgrid li {
	width: 25%; /* Fallback */
width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
}
}
@media screen and (max-width: 1024px) {
	.cbp-rfgrid li {
	width: 33.33333333333333%; /* Fallback */
width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
}
@media screen and (max-width: 768px) {
	.cbp-rfgrid li {
	width: 50%; /* Fallback */
width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
}
}
@media screen and (max-width: 480px) {
	.cbp-rfgrid li {
	width: 100%;
}
}
@media screen and (max-width: 300px) {
	.cbp-rfgrid li {
	width: 100%;
}
}

/* PROJECT DETAILS LOADER */
#back-button {
	display: none;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
}
#back-button i {
	margin-right: 10px;
}
#loader {
	min-height: 930px;
	position: relative;
	display: none;
}
#loader .loader-icon {
	background: url(../images/loading.gif) no-repeat center center;
	background-color: #FFF;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: fixed;
	width: 44px;
	height: 44px;
	-webkit-background-size: 30px 30px;
	        background-size: 30px 30px;
	border-radius: 5px;
}

/*---------------------------------------
 **   SECTION:  ABOUT US              -----
-----------------------------------------*/

.about-us {
	background: #FFF;
	color: #272727;
	padding: 70px 0;
}

.about-us .big-intro {
	text-align: right;
	font-weight: 300;
	font-size: 60px;
	line-height: normal;
	margin-top: -15px;
}
.leftside {
	text-align: left;
}
.about-us h2
{
margin-top: 31px;
color:#800080!important;
}
.about-us p, .about-us h2, .about-us h3, .about-us h4{
	text-align: left;
	color: #272727;
}
.about-us p{
	margin-bottom: 10px;
}
.about-us h3, .about-us h4{
	margin-top:0px;
	margin-bottom: 1px;
}
.about-us .column {
	margin-bottom: 78px;
}
.about-us .column img{
	width: 100%;
}

/*--SKILLS --*/
.skills {
	text-align: left;
}
.skills .skill {
	display: block;
	clear: both;
	margin-top: 0;
	margin-bottom: 25px;
}
.skills .skill .skill-count {
	display: inline-block;
	height: 64px;
	margin-top: 3px;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}
.skills li:last-child {
	margin-bottom: 0;
}
.skills .skill .skill1,.skill2,.skill3,.skill4 {
	font-size: 16px !important;
}
.skills .skill h6 {
	text-transform: uppercase;
	font-weight: 700;
}
.skills .skill p {
	line-height: 20px;
	color: #8f8f8f;
}

/*--OUR CLIENTS --*/
.our-clients {
	background: url(../images/lines.png) repeat-x center;
	margin-bottom: 40px;
}
.our-clients .section-footer-title {
	padding: 0 15px;
	color: #272727;
	background: #fff;
}
.our-clients h5 {
	font-weight: 700;
}
.client-list {
	padding-top: 5px;
	margin-bottom: -17px;
}
.client-list ul li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 25px;
	text-transform: uppercase;
        width: 30% !important;
}
.client-list ul li img {
	max-width: 130px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-transition: all ease .55s;
	        transition: all ease .55s;
}
.client-list ul li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.client-list ul li:last-child {
	margin-right: 0;
}
.client-list ul li i {
	margin-right: 8px;
}

/*---------------------------------------
 **   SECTION:  STATS                 -----
-----------------------------------------*/

.stats {
	background: rgba(0, 0, 0, 0.5);
	padding: 60px 0 60px 0 !important;
	clear: both;
}
.stats h3 {
  margin-top: 20px;
}
.stat {
	margin-bottom: 40px;
}
.stat .icon-top {
	font-size: 40px;
	height: 50px;
	line-height: 50px;
}
.stat .stat-text {
	display: inline-block;
	position: relative;
}
.stat h3 {
	margin-top: 20px;
	padding-bottom: 5px;
	position: relative;
	display: inline-block;
}
.stat h6 {
	color: #d1d1d1;
	margin-top: 15px;
}



/*---------------------------------------
 **   SECTION:  FEATURES              -----
-----------------------------------------*/

.features {
	background: #FFFFFF;
	text-align: left;
	padding-bottom: 51px;
}
.features .feature {
	margin-bottom: 55px;
}
.features .feature-icon {
	font-size: 55px;
	float: left;
	margin-top: 10px;
	margin-right: 25px;
}
.features .feature h5 {
	font-weight: bold;
	color: #800080;
}
.features .feature p {
	font-size: 16px;
}

/*---------------------------------------
 **   SECTION:  Pacages               -----
-----------------------------------------*/

.packages {
	padding-bottom: 50px;
	background: rgba(0, 0, 0, 0.5);
}
.package {
	border-radius: 4px;
	background: #f0f0f0;
	margin-top: 25px;
	margin-bottom: 50px;
		text-align:center;
}
.package  a.service-btn {
    line-height: 3;
    font-size: 16px;
}
.package-header {
	color: #FFF;
	line-height: 57px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.package-header.blue-bg feature img{
width:100%;
height:auto;
}
.package-header h5 {
	text-transform: uppercase;
	font-weight: bold;
}
.price {
	line-height: 1.6;
	color: #999;
	font-weight: 400;
}
.price-container {
    padding: 5px 15px;
    color: #666;
    text-align:left;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
.price-title {
    line-height: 3;
    text-align: center;
    font-size: 16px;
}

.package ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	margin: auto;
	border-bottom: 1px dotted #dadada;
}
.package ul li:last-child {
	border-bottom: 0;
}
.best-value .package {
	margin-top: 0;
}
.best-value .package-header {
	padding-top: 17px;
	height: 82px !important;
}
.best-value .package-header h4 {
	font-weight: bold;
	line-height: 29px;
	text-transform: uppercase;
}
.best-value .package-header .meta-text {
	font-size: 13px;
	line-height: normal;
}
.best-value .package-header {
	height: 72px;
}
.package ul li i {
	font-size: 13px;
	margin-right: 5px;
}
.order {
	background: #d8ccba;
	color: #404040;
}
.package .order-now {
	line-height: 45px;
	max-width: 100%;
	display: block;
	background: #404040;
	color: #FFF;
	-webkit-transition: all 700ms;
	        transition: all 700ms;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.package .order-now:hover {
	background: #e96656;
}

/*---------------------------------------
**   SECTION:  PRODUCTS             -----
-----------------------------------------*/

.products {
	background: url(../images/product-bg.png) 50% 0 repeat;
}
.products .color-overlay {
	background: rgba(39,144,176, 0.96);
	margin-top: -100px;
	padding-top: 100px;
	padding-bottom: 70px;
}

/*--ITEMS IMAGES--*/
.item-1 {
	background-image: url(../images/products/1.png);
}
.item-2 {
	background-image: url(../images/products/2.png);
}
.item-3 {
	background-image: url(../images/products/3.png);
}
.item-4 {
	background-image: url(../images/products/4.png);
}
.item-5 {
	background-image: url(../images/products/5.png);
}
.item-6 {
	background-image: url(../images/products/6.png);
}
.item-7 {
	background-image: url(../images/products/7.png);
}
.item-8 {
	background-image: url(../images/products/8.png);
}

/*---ITEM STYLE ---*/
.item {
	width: 100%;
	height: 260px;
	display: block;
	-webkit-background-size: 100%;
	        background-size: 100%;
	position: relative;
	margin: auto;
	margin-bottom: 30px;
	z-index: 5;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	border-radius: 4px;
}
.item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: background-color 0.3s ease-in-out;
	        transition: background-color 0.3s ease-in-out;
}
.item-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	-webkit-transform: translate(0,100%);
	-ms-transform: translate(0,100%);
	        transform: translate(0,100%);
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.item:hover .item-content {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	        transform: translate(0,0);
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.item-top-content {
	position: relative;
}
.item-top-content-inner {
	position: absolute;
	bottom: 0;
	padding: 10px 15px 10px 15px;
	background: rgba(255,255,255,.95);
	width: 100%;
}
.item-add-content {
	padding: 0 15px 15px 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.item:hover .item-add-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.item-add-content-inner {
	border: 0px solid #dadada;
	border-top-width: 1px;
	padding-top: 10px;
}
.item-top-title {
	text-align: left;
}
.item-top-title h5 {
	color: #404040;
	font-weight: 700;
}
/* ITEM DETAILS */
.item-product {
	width: 70%;
	float: left;
}
.item-product-price {
	width: 30%;
	float: right;
	text-align: right;
}
.subdescription {
	font-size: 16px;
	font-weight: 400;
	color: #7d7d7d;
}

/*---PRODUCT PRICE---*/
.item-product-price {
	font-size: 1em;
	font-weight: 700;
	position: relative;
}
.item-product-price .subdescription {
	color: #808080;
}
.old-price {
	border: 0 solid #808080;
	border-bottom-width: 1px;
	margin-top: -11px;
	width: 30px;
	position: absolute;
	right: -2px;
	bottom: 10px;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}

/*---ITEM DESCRIPTION ---*/
.item-content {
	background: rgba(255,255,255,.85);
}
.item-add-content {
	font-weight: 400;
	color: #808080;
}
.item-add-content .section {
	margin-bottom: 10px;
}
.item-add-content .section:last-of-type {
	margin-bottom: 0;
}
.item-add-content p {
	font-size: 16px;
}

/*---------------------------------------
 **   SECTION:  NEWSLETTER            -----
-----------------------------------------*/
.newsletter {
	padding-top: 62px;
	padding-bottom: 62px;
	background: rgba(0, 0, 0, 0.5);
}
.newsletter h3 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'open sans', sans-serif;
	font-weight: 100;
	margin-bottom: 8px;
}
.newsletter .subscription {
	margin-top: 15px;
}
.newsletter .custom-button {
    margin-top: 7px;
}

/*----------------------------------------
 **   SECTION:  TESTIMONIAL            -----
-----------------------------------------*/
.testimonial {
	background: #6b547b;
	padding-bottom: 90px;
}
#client-feedbacks .feedback-box {
	background: #FFFFFF;
	padding: 25px;
	margin: 13px;
	text-align: left;
	border-radius: 4px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	display: block;
	z-index: 5;
}
.feedback-box .message {
	font-size: 16px;
	color: #909090;
}
.feedback-box .client {
	margin-top: 30px;
	height: 73px;
	position: relative;
}
.feedback-box .quote {
	float: left;
	font-size: 35px;
	line-height: 50px;
}
.feedback-box .client-info {
	float: left;
	margin-left: 18px;
	padding-top: 15px;
	width:80%;
}
.feedback-box .client-info .client-name {
	font-family: 'Homemade Apple', serif;
	color: #404040;
}
.feedback-box .client-info .client-company {
	font-size: 14px;
	margin-top: -3px;
}
.feedback-box .client-image {
	float: right;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #f6f6f6;
}
.customNavigation {
	text-align: center;
}
.owl-theme .owl-controls .owl-page span {
	background: #eee;
	border-radius: 50%;
}
.customNavigation a {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	        user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
 **   SECTION:  PURCHASE NOW           -----
-----------------------------------------*/

.purchase-now {
	background: #e96656;
	padding-top: 70px;
	padding-bottom: 70px;
}
.purchase-now h3 {
	text-align: left;
	line-height: 40px;
	margin-top: 14px;
}
.purchase-now .red-btn {
	float: right;
	background: #db5a4a;
}
.purchase-now .red-btn:hover {
	background: #bf3928;
}

/*----------------------------------------
 **   SECTION:  CONTACT US             -----
-----------------------------------------*/

.contact-us {
	background: rgba(0, 0, 0, 0.5);
	padding-bottom: 95px;
}
.contact-us .input-box,textarea {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
.contact-us .custom-button {
	float: right;
}

.success,
.error {
    display: none;
}


/* ----------------------------------------*/
/*   SECTION:  FOOTER                        */
/* ----------------------------------------*/

footer {
	background:#3e2c43;
	padding: 20px 0;
}
.company-details {
	color: #939393;
	padding-top: 30px;
}
.company-details .icon-top {
	font-size: 30px;
	margin-bottom: 10px;
}
.social-icones{
	padding-top: 60px;
	padding-bottom: 68px;
	background: #fff;
}
.social li a {
	color: #8a66ae;
	font-size: 20px;
}
.social{
margin:0px;}
.social li {
	display: inline-block;
	margin: 0px 5px ;
}

.social li a:hover {
	color: #f3d154;
}
.copyright {
	padding-top: 60px;
	padding-bottom: 68px;
	background: #171717;
}


/* ========================================= */
/* -----------------------------------------*/
/*   SINGLE PROJECT PAGE                     */
/* -----------------------------------------*/
/* ========================================= */

.single-project {
	text-align: left;
	margin-bottom: 25px;
}
.single-project .project-image {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.single-project h3 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	line-height: 40px;
	border-bottom: 1px dotted #dadada;
}
.single-project .project-description {
	margin-bottom: 25px;
}
.single-project .button {
	margin-left: 0;
}
.single-project .project-information {
	margin-bottom: 10px;
}
.single-project .project-information ul li {
	border-bottom: 1px dotted #dadada;
	padding-bottom: 5px;
	margin-top: 10px;
}
.single-project .project-information ul li span {
	font-weight: 700;
	margin-right: 5px;
}


.top-header{
	display: block;
	width: 100%;
	background: #4d3958;
	padding-top:5px;
	}
.top-header ul{
	margin: 0;
	padding: 0;
}
.top-nav ul li {
  display: inline-block;
  margin: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
}
.top-nav ul li a{
	font-size: 13px;
	color: #fff;
}
.top-nav ul li a:hover{
	color: #f3d154;
}
 .top-nav{text-align: left;}
 .top-img{ 	text-align: right; }

 .trustees ul li a {
  color: #373737;
  font-size: 20px;
  font-weight: bold;
}
.trustees ul li a:hover{
	color: #6b547b;
	text-decoration:underline;
}

.trustees ul li a span{
	font-size: 13px;
}
.about-img img{
	height: auto;
width:100%;
}
.trustees-sidebar ul li{
	display: block !important;
	width: 90% !important;
	margin: 10px 0;
	text-align: left;
}

.trustees-sidebar ul li a{
	color: #222 !important;
}
 .trustees-sidebar ul li a:hover{
	text-decoration: underline !important;
}

.parallax_sec1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0px 50px 0px;
    background: #eee url("../images/site-img21.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    position: relative;
    min-height: 200px;
}
.parallax_sec2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0px 50px 0px;
    background: #eee url("../images/parallax-bg10.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    position: relative;
    min-height: 200px;
}
.parallax_sec3 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0px 50px 0px;
    background: #eee url("../images/parallax-bg10.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    position: relative;
    min-height: 200px;
}
.parallax_sec4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0px 50px 0px;
    background: #eee url("../images/parallax-bg10.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    position: relative;
    min-height: 200px;
}

footer , .testimonial, .works, .features {
  display: block;
  float: left;
  width: 100%;
}




/*slider copied*/


.separator-slider {
	background: rgba(0, 0, 0, 0.4);
	padding: 350px 0 350px 0;
}
.menu-mainmenu-container {
 /* margin-top: 15px;*/
  text-align: left;
}

#menu-mainmenu {display: block; z-index: 9999;}
#menu-mainmenu li{display: inline-block; position: relative;}
#menu-mainmenu li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
#menu-mainmenu .sub-menu li a {
  font-size: 14px !important;
}
#menu-mainmenu li ul{display: none;}
#menu-mainmenu li:hover ul{
	display: block;
	position: absolute;
	top: 45px;
	left: 0;
}
#menu-mainmenu li:hover ul{
	width: 200px;
	background: #8B67AE;
	box-shadow: 1px 1px 4px #4D3958;
	}
#menu-mainmenu li:hover ul li{
	display: block;
	text-align: left;
	border-bottom: 1px solid #4D3958;
	}


.main-content, .main-content p {
    text-align: left;
}
.widget-title {
    font-size: 22px !important;
    line-height:3;
   color: #F5DEB3;
}
.widget-container h2 {
    font-size: 18px !important;
    color: #fff !important;
}
.widget-container h3 {
    font-size: 15px !important;
    color: #fff !important;
}
.widget-container ul li {
   list-style:none;
   color:#fff !important;
}
.blog-title {
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 26px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.main-contain .section-header{
	margin-top: 40px;
}
.navbar.navbar-default.navbar-fixed-top {
  display: none;
  background: transparent;
}
.navbar-default.navbar-fixed-top {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    left: auto;
}
.small-nav .menu-mainmenu-container{
	margin-top: 0;
}
.small-nav .menu li{
	list-style: none;
}
.small-nav .menu li {
   padding: 8px 30px;
    text-align: left;

}
.small-nav .menu li a{
	color: #fff;
	font-size: 18px;
}
.small-nav .menu li a:hover{
color: #F3D154;
text-decoration: underline;
}
footer{
	text-align: center;
}


aside img {
    width: 100%;
     height: auto;
}


.navbar-header.responsive-logo{
width:100%;}

.navbar-brand{
width:100%;
}
.navbar-brand img {
  height: auto;
  width: 80%;
margin-top:10px;
}
.donate-logo {
  text-align: right;
}


.btn-style {
  text-align: right;
}
.table.table-striped span {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.paypal {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  color: #272727;
  padding-top: 40px;
  padding-bottom: 40px;
}

.parallax_sec5 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0px 50px 0px;
    background: #eee url("../images/parallax-bg11.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    position: relative;
    min-height: 200px;
    color: #222;
}
footer .container a {
  color: #F0AD4E;
}
.blog-title.style05 .list-icon {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("list-style.png");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
  height: 30px;
  width: 30px;
}

.main-contain img, .content img {
    height: auto !important;
    width: 98%;
}


.opt1-style li {
  list-style: none;
  display: inline-block;
  width: 30.33%;
/* border:1px solid #666;*/
text-align:left;
border-left:1px solid #999;
border-bottom:1px solid #999;
margin:0 !important;
padding:10px;
font-size:15px;
font-weight:bold;
}
.value-title {
  float: left;
  width: 50%;
}
.value-input {
  float: left;
  width: 50%;
}

.opt1-style li:nth-child(10),.opt1-style li:nth-child(11){
width:45.7% !important;
}
.opt1-style li:nth-child(10) .value-title ,.opt1-style li:nth-child(11) .value-title {
width:60%;
}
.opt1-style li:nth-child(10) .value-input ,.opt1-style li:nth-child(11) .value-input {
width:40%;
}

#main-nav {

  background:#9574B6 url("brickwall.png") repeat;
 
}
.donate-logo.responsive-logo img{
box-shadow:1px 1px 2px #000;
width:auto;
height:45px;}

img.ajax-loader {
    display: none;
}
.eror-4-page.content-area {
    text-align: center;
    width: 100%;
}


