@charset "utf-8";
/* CSS Document */

*{
	padding: 0px;
	margin: 0px;
}
ol, ul{
	list-style: none;
	margin: 0px;
}
p{
	line-height: 20px;
	margin-bottom: 15px;
}
a, a:hover{
	text-decoration: none;
}
body{
	background: #fff;
	padding: 0 30px 30px 30px;
}
.header_outer{
	padding: 3px 0;
}
.header_inner nav{
	margin-bottom: 0px;
	min-height: auto;
}
.custom_nav{
	
}
.custom_nav li a{
	font-family: 'open_sanssemibold';
	font-size: 14px !important;
	color: #343434;
	padding: 30px 15px !important;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
}
.custom_nav li a:after{
	background: #5f41a1;
	width: 0;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -9px;
	content: "";
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
}
.custom_nav li:hover a, .custom_nav li.active a{
	color: #5f41a1 !important;
}
.custom_nav li:hover a:after, .custom_nav li.active a:after{
	width: 100%;
}
.main_menu {
    position: relative;
    z-index: 9999;
}
@keyframes menu_sticky {
    0%   {margin-top:-100px;}
    100% {margin-top: 0;}
}
.fixed {
  position: fixed;
  background: #fff;
  top: 0px;
  left:0;
  width: 100%;
  animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
  -webkit-box-shadow: 0px 13px 30px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 13px 30px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 13px 30px -12px rgba(0,0,0,0.75);
}
.fixed .man_nav_position{
	position: relative;
	left: 0;
	bottom: 0;
}
.banner_text{
	font-family: 'josefin_sansregular';
	font-size: 45px;
	color: #343434;
	text-transform: uppercase;
	line-height: 50px;
}
.banner_text span{
	font-family: 'josefin_sansbold';
	font-weight: bolder;
	color: #5f41a1;
	display: block;
}
.banner_btn{
	background: #5f41a1;
	display: inline-block;
	padding: 14px 22px !important;
	text-align: center;
	font-family: 'josefin_sansregular';
	font-size: 14px !important;
	color: #fff;
	box-shadow: 3px 1px 7px rgba(27,12,12,0.4);
	text-transform: uppercase;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
}
.banner_btn:hover{
	background: #383838;
}
.ls-nav-stop, .ls-nav-start{
	display: none !important;
}
.ls-bottom-slidebuttons a{
	background: #fff !important;
	width: 30px !important;
	height: 2px !important;
	border-radius: 5px;
	margin: 0 5px;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
}
.ls-bottom-slidebuttons a.ls-nav-active{
	background: #5f41a1 !important;
	width: 50px !important;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
}
.ls-nav-prev, .ls-nav-next{
	display: none !important
}
.about_outer{
	padding: 45px 0;
}
.about_left{
	text-align: left;
}
.about_left h3{
	font-family: 'josefin_sansbold';
	font-size: 28px;
	color: #5f41a1;
	text-transform: uppercase;
	margin-top: 0px;
	font-weight: bolder;
	line-height: 40px;
	margin-bottom: 45px;
}
.about_left h3 span{
	display: block;
	font-family: 'josefin_sansregular';
	color: #343434;
	text-transform: capitalize;
}
.about_left p{
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #6a6a6a;
	margin-bottom: 40px;
	line-height: 22px;
}
.welcome-message{
	margin-top: 45px;
}
.welcome-message .frame {
    border-bottom: 10px solid #343434 !important;
    border-left: 10px solid #343434 !important;
    border-right: 10px solid;
    border-top: 10px solid;
    float: left;
    height: 350px;
    position: relative;
    width: 100%;
}
.welcome-message .frame .thumb-1 {
    background: #000 none repeat scroll 0 0;
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.3);
    float: left;
    margin: -60px 0 0 30px;
}
.welcome-message .frame .thumb-1 img, .welcome-message .frame .thumb-2 img{
	width: 100%;
}
/*.welcome-message .frame .thumb-1:hover img {
    opacity: 0.6;
}
.welcome-message .frame .thumb-2:hover img {
    opacity: 0.6;
}*/
.welcome-message .frame .thumb-2 {
    background: #000 none repeat scroll 0 0;
    bottom: -60px;
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 30px;
    z-index: 9;
}
.welcome-message .frame .thumb-2::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 257px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px;
}
.welcome-message .frame .thumb-2::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 100%;
}
.welcome-message .frame{
	border-color: #5f41a1;
}
.about_african{
	background: #f7f7f7;
	padding: 45px 0;
	margin-top: 55px;
}
.about_vio_top{
	text-align: center;
}
.about_vio_top h3{
	font-family: 'josefin_sansbold';
	font-size: 28px;
	color: #5f41a1;
	text-transform: uppercase;
	margin-top: 0px;
	font-weight: bolder;
	margin-bottom: 35px;
}
.about_vio_top p{
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #6a6a6a;
	margin-bottom: 40px;
	line-height: 22px;
	width: 65%;
	display: inline-block;
}
.about_vio_img{
	box-shadow: 2px 5px 8px rgba(150,150,150,0.4);
	border-radius: 5px;
	overflow: hidden;
}
.about_vio_img img{
	width: 100%;
}
.about_vio_bot{
	margin-bottom: 65px;
}
.about_vio_btn_outer{
	text-align: center;
}
.parallax_banner{
	text-align: center;
	margin: 45px 0;
}
.gallery_outer{
	padding: 45px 0;
}
.projects-grid, .projects-grid-2, .projects-grid-3 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.project-item {
	width: 25%;
	float: left;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.projects-grid-2 .project-item, .container .projects-grid-2 .project-item {
	width: 50%;
}
.projects-grid-3 .project-item {
	width: 33.33%;
}
.container .projects-grid-3 .project-item {
	width: 33.33%;
}
.project-grid-5 .project-item {
	width: 20%;
}
.projects-grid.project-grid-gut, .projects-grid-2.project-grid-gut, .projects-grid-3.project-grid-gut {
	margin: 0 0 0 -10px;
}
.projects-grid.project-grid-gut .project-item, .projects-grid-2.project-grid-gut .project-item, .projects-grid-3.project-grid-gut .project-item {
	padding: 0 0 20px 20px;
}
.project-item a {
	display: block;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
/*.project-item a, .project-item a:hover {
	color: #fff;
	border: none;
}*/
.project-img {
	position: relative;
	overflow: hidden;
}
.project-img img {
	width: 100%;
	display: block;
	overflow: hidden;
}
.project-intro {
	width: 100%;
	height:100%;
	padding: 22px 20px 0 20px;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.project-item .content {	
	float:left;
	padding:20px 0px 0px ;
}
.project-item .content h3 {
	font-size:16px;
	line-height:14px;
	color:#333;
}
.project-intro.nobg {
	background:none;
}
.project-title {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
}
.project-descr {
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
}
.project-icon {
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	position:absolute;
	bottom: 10px;
	right: 10px;
	color:#fff;
	opacity:0.5;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.project-icon2 {
	width:60px;
	height:60px;
	background:#fff;
	font-size: 30px;
	line-height:58px;
	text-align:center;
	font-weight:100;
	text-transform: uppercase;
	position:absolute;
	top:44%;
	left:44%;	
	color:#333;
	opacity:0;
	border-radius:50%;	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.projects-grid.hide-titles .project-item > a, .projects-grid-2.hide-titles .project-item > a, .projects-grid-3.hide-titles .project-item > a {
	overflow: hidden;
	padding: 0;
}
.projects-grid.hide-titles .project-item .project-intro, .projects-grid-2.hide-titles .project-item .project-intro, .projects-grid-3.hide-titles .project-item .project-intro {
	opacity: 0;
}
.projects-grid.hide-titles .project-item:hover .project-intro, .projects-grid-2.hide-titles .project-item:hover .project-intro, .projects-grid-3.hide-titles .project-item:hover .project-intro {
	opacity: 1;
}
/*.projects-grid-3.hide-titles .project-item:hover .project-icon2 {
	-webkit-transform: scale(1.7);
	-moz-transform: scale(1.7);
	-o-transform: scale(1.7);
	-ms-transform: scale(1.7);
	transform: scale(1.7);
	opacity:1;
}*/
/* project item hover */


.projects-grid.hide-titles .project-item .project-title, .projects-grid.hide-titles .project-item .project-descr, .projects-grid-2.hide-titles .project-item .project-title, .projects-grid-2.hide-titles .project-item .project-descr, .projects-grid-3.hide-titles .project-item .project-title, .projects-grid-3.hide-titles .project-item .project-descr {
	position:relative;
	z-index: 3;
}
.projects-grid.hide-titles .project-item .project-title, .projects-grid-2.hide-titles .project-item .project-title, .projects-grid-3.hide-titles .project-item .project-title {
	left:-10px;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
}
.projects-grid.hide-titles .project-item .project-descr, .projects-grid-2.hide-titles .project-item .project-descr, .projects-grid-3.hide-titles .project-item .project-descr {
	left:-10px;
	-webkit-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
	-moz-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
	transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
}
/*.projects-grid.hide-titles .project-item:hover .project-title, .projects-grid.hide-titles .project-item:hover .project-descr, .projects-grid-2.hide-titles .project-item:hover .project-title, .projects-grid-2.hide-titles .project-item:hover .project-descr, .projects-grid-3.hide-titles .project-item:hover .project-title, .projects-grid-3.hide-titles .project-item:hover .project-descr {
	left:10px;
}*/
.project-item .project-img:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(250, 250, 250, 0);
	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
/*.project-item:hover .project-img:after {
	background: rgba(20, 20, 20, .5);
}*/
/*.projects-grid.hover-color .project-item:hover .project-intro, .projects-grid.hover-color .project-item:hover .project-title, .projects-grid.hover-color .project-item:hover .project-descr, .projects-grid-2.hover-color .project-item:hover .project-intro, .projects-grid-2.hover-color .project-item:hover .project-title, .projects-grid-2.hover-color .project-item:hover .project-descr, .projects-grid-3.hover-color .project-item:hover .project-intro, .projects-grid-3.hover-color .project-item:hover .project-title, .projects-grid-3.hover-color .project-item:hover .project-descr {
	color: #fff;
}
.projects-grid.hover-color .project-item:hover .project-img:after, .projects-grid-2.hover-color .project-item:hover .project-img:after, .projects-grid-3.hover-color .project-item:hover .project-img:after {
	background: #2a8cde;
	opacity: .8;
}
.projects-grid.hover-white .project-item:hover .project-intro, .projects-grid.hover-white .project-item:hover .project-title, .projects-grid.hover-white .project-item:hover .project-descr, .projects-grid-2.hover-white .project-item:hover .project-intro, .projects-grid-2.hover-white .project-item:hover .project-title, .projects-grid-2.hover-white .project-item:hover .project-descr, .projects-grid-3.hover-white .project-item:hover .project-intro, .projects-grid-3.hover-white .project-item:hover .project-title, .projects-grid-3.hover-white .project-item:hover .project-descr {
	color: #000;
}
.projects-grid.hover-white .project-item:hover .project-img:after, .projects-grid-2.hover-white .project-item:hover .project-img:after, .projects-grid-3.hover-white .project-item:hover .project-img:after {
	background: rgba(250, 250, 250, .9);
}*/
.project-item img {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.project-item:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
/*
 * projects full view
 */

.project-full {
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10000;
}
.project-full-load {
	padding-top: 60px;
}
.item-details {
	list-style: none;
	padding: 0;
	margin: 0;
}
.item-details li {
	margin-top: 9px;
	padding-top: 10px;
	border-top: 1px solid #e1e3e5;
}
.item-details li:first-child {
	padding: 0;
	margin: 0;
	border: none;
}
.item-details li span {
	font-weight: 300;
	color: #606060;
	margin-right: 5px;
}
#fancybox-thumbs ul li img {
	max-width: none;
}
.info.hidden {
	display: none
}
.fancybox-wrap {
	background: #2c2e32 !important;
}
.fancybox-title, .fancybox-error {
	font-family: 'Raleway', sans-serif !important;
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
}
.fancybox-title h2, .fancybox-title h3 {
	color: #2c2e32;
	margin-bottom: 5px;
	line-height: 22px;
	font-size: 18px;
}
.fancybox-skin {
	color: #666 !important
}
.fancybox-title-inside-wrap {
	padding: 20px !important
}
.fancybox-nav span {
	width: 36px !important;
	height: 36px !important;
	margin-top: 0 !important;
	border-radius:50%!important;
}
.fancybox-close {
	top: 10px !important;
	right: 10px !important;
	width: 36px !important;
	height: 36px !important;
	border-radius:50%!important;
}
.fancybox-close:before, .fancybox-prev span:before, .fancybox-next span:before {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	margin-right: 0 !important;
	margin-top: 0px !important;
	text-align:center;
	width: 36px !important;
	font-size: 18px !important;
	line-height:30px!important;
}
/* Firefox Fix */
@-moz-document url-prefix() {
 .fancybox-close:before, .fancybox-prev span:before, .fancybox-next span:before {
 margin-top: 5px !important
}
}
.fancybox-close, .fancybox-prev span, .fancybox-next span {
	border:2px solid rgba(0, 0, 0, 0.3)!important;
	color:  rgba(0, 0, 0, 0.3)!important;
	text-align: center !important;
	-webkit-transition: all 200ms ease-in !important;
	-o-transition: all 200ms ease-in !important;
	-moz-transition: all 200ms ease-in !important;
	opacity: 0;
}
.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
	color:  rgba(0, 0, 0, 0.3)!important;
	border:2px solid rgba(0, 0, 0, 0.3)!important;
}
.fancybox-wrap:hover .fancybox-close, .fancybox-wrap:hover .fancybox-prev span, .fancybox-wrap:hover .fancybox-next span {
	opacity: 1;
}
.fancybox-prev span:before {
	content: '\e75d'
}
.fancybox-next span:before {
	content: '\e75e'
}
.fancybox-close:before {
	content: '\2715'
}
#fancybox-loading {
	margin-top: -18px !important;
	margin-left: -18px !important;
	opacity: 1 !important;
}
#fancybox-loading div {
	height: 36px !important;
	width: 36px !important;
	position: relative !important;
 -webkit-animation: rotation .8s infinite linear !important;
 -moz-animation: rotation .8s infinite linear !important;
 -o-animation: rotation .8s infinite linear !important;
 animation: rotation .8s infinite linear !important;
	border-left: 3px solid rgba(255, 255, 255, 1) !important;
	border-right: 3px solid rgba(50, 150, 220, 1) !important;
	border-bottom: 3px solid rgba(50, 150, 220, 1) !important;
	border-top: 3px solid rgba(50, 150, 220, 1) !important;
	border-radius: 100% !important;
}
.fancybox-overlay {
	background: rgba(25, 25, 25, 0.95) !important
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
}
.frame_hover{
    overflow: hidden;
    position: relative;
}
.frame_hover:after {
    background-color: rgba(95, 65, 161, 0.6);
    bottom: 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: scaleY(0);
    transition: all 0.5s ease-in 0s;
    width: 100%;
}
.frame_hover:before {
    background-color: rgba(95, 65, 161, 0.4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transition: all 0.5s ease-in 0s;
    width: 100%;
}
.filter-gallery .filter-box .frame a.zoom {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 0;
    display: inline-block;
    font-size: 20px;
    height: 47px;
    left: 0;
    line-height: 47px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 60px;
    z-index: 99;
	transition: all 0.5s ease-in 0s;
}
.filter-gallery .filter-box .frame:hover a.zoom {
    opacity: 1;
    visibility: visible;
}
.filter-gallery .filter-box .frame img {
    display: block;
    height: auto;
    width: 100%;
}
.filter-gallery .filter-box .frame a.zoom{
	color: #5f41a1;
}
.frame_hover:hover:before {
    opacity: 1;
    transform: scaleX(1);
}
.frame_hover:hover:after {
    opacity: 1;
    transform: scaleY(1);
}
.no_padd_right{
	padding-right: 0px;
}
.no_padd_left{
	padding-left: 0px;
}
.contact_area_outer {
    overflow: hidden;
}
.contact_time{
	padding: 50px 0;
	text-align: right;
	background: url(../images/contact_bg.jpg) no-repeat;
	background-size: cover;
}
.contact_detail{
	width: 50%;
	display: inline-block;
	text-align: center;
}
.contact_detail_top{
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	padding-right: 25px;
}
.contact_detail_top:last-child{
	border: none;
	margin: 0px;
}
.contact_detail_top h3{
	font-family: 'josefin_sansbold';
	color: #fff;
	font-size: 22px;
	margin-bottom: 25px;
	margin-top: 0px;
	text-transform: uppercase;
}
.contact_detail_top p{
	font-family: 'open_sansregular';
	font-size: 16px;
	color: #fff;
}
#map {
	height: 369px;
	width:100%;
}
#map iframe{ width:100%; height:450px; border:none;}

.gm-style-iw * {
	display: block;
	width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
	margin: 0;
	padding: 0;
}
.gm-style-iw a {
	color: #4272db;
}
.footer_outer{
	background: #2a2a2a;
	padding: 15px 0;
	margin-top: 45px;
}
.copy_right{
	text-align: left;
}
.copy_right p{
	font-family: 'open_sansregular';
	font-size: 12px;
	color: #fff;
	margin: 0px;
}
.copy_right p a{
	color: #6f50b2
}
.des_dev{
	text-align: right;
}
.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
.staggered-animation {
	opacity: 0;
}
.staggered-animation.animated {
	opacity: 1;
}
.inner_page_banner{
	background: url(../images/inner_banner.jpg) no-repeat  center top;
	padding: 150px 0;	
margin-top: 0px;
text-align: center;
background-attachment: relative;
background-position: center center;
width: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
/* background-size: cover; */

}
.ordering_outer p{
	width: 100%;
	text-align: justify;
}

.input_area .form_input ,.input_area .form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #5f41a1;
    border-radius: 2px;
    color: #5f41a1;
	border-radius: 50px;
    font-family: "open_sansregular";
    height: 45px;
    margin-bottom: 15px;
    padding: 0 10px;
    transition: color 0.3s ease-in-out 0s, border 0.3s ease-in-out 0s;
    width: 100%;
}
.wpcf7-textarea{
	height: 100px !important;
	resize: none;
	padding-top: 35px !important;
}
.quote_sub {
    background: #5f41a1;
	display: inline-block;
	padding: 14px 35px !important;
	text-align: center;
	font-family: 'josefin_sansregular';
	font-size: 14px !important;
	color: #fff;
	box-shadow: 3px 1px 7px rgba(27,12,12,0.4);
	text-transform: uppercase;
	border-radius: 50px;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
} 
.quote_sub:hover {
	background: #383838;
}
.pay_now{  float: right;
    margin-top: 27px;}
#menu-item-212 a{  background: #5f41a1 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff !important;
    display: inline-block;
    font-family: "josefin_sansregular" !important;
    font-size: 14px !important;
    font-weight: 600;
    padding: 12px 24px !important;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s; margin-top:18px;
}
#menu-item-212 a:hover{
	background: #383838;
}
#menu-item-212 a::after{ background:none;}
.bpaging-navigation ul li{ display:inline-block !important;}
.bpaging-navigation ul li a{    border: #ccc 1px solid;
    padding: 6px 12px;}
.bpaging-navigation ul li span{    border: #ccc 1px solid;
    padding: 6px 12px;}	
.bpaging-navigation ul li a:hover{ text-decoration:none;}
.entry-title{ color: #5f41a1;
    font-family: "josefin_sansbold";
    font-size: 28px;
    font-weight: bolder;
    line-height: 40px;
    margin-bottom: 45px;
    margin-top: 0;
    text-transform: uppercase;}
.content-area{ min-height:400px;}	


#paynowform option { border-right: 2px solid #ccc;}


