@import url(http://fonts.googleapis.com/css?family=Droid+Arabic+Naskh);
@import url(http://fonts.googleapis.com/css?family=Droid+Arabic+Kufi);
/* ==========================================================================
  1. CSS RESET
============================================================================= */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	font-family: "Droid Arabic Kufi",tahoma,sans-serif;
	-webkit-font-smoothing: antialiased;
	transition: margin-right 0.2s linear 0s;
	direction: rtl;
	overflow-x: hidden;
}
html, body, .container {
    height: 100%;
}
html, body, div, span, hr, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
input, select, textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
a:hover{
	text-decoration: none;
}

a:focus {
	outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
[hidden] {
 display: none;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
mark {
	background: #ff0;
	color: #000;
}
sub, sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-size: 1em;
	font-family: monospace, monospace;
}
button, input, optgroup, select, textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
input {
	line-height: inherit;
}
input[type=checkbox], input[type=radio] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
select {
	padding: 8px;
	border: 1px #e9e9e9 solid;
	background: #fff;
	color: #000;
	line-height: 25px;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	width: 100%;
	border: 1px solid #e2e2e2;
	border-spacing: 0;
	border-collapse: collapse;
}
tr:nth-child(even) {
	background: #f3f3f3;
}
tfoot {
	background: #e9e9e9;
	font-weight: bold;
}
th {
	text-transform: uppercase;
	border-right: 1px solid #e2e2e2;
	background: #f5f5f5;
	border-bottom: 2px #777 solid;
}
td, caption {
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
tr.even td {
	background: #f9f9f9;
}
th, td, caption {
	padding: 10px;
}
:before, :after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before, .clearfix:after, .container:before, .container:after {
	display: table;
	content: " ";
}
.table-style2 th {
	border-right-color: #fff;
	border-bottom-color: #5c5c5c;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-family:"Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family: "Droid Arabic Kufi",tahoma,sans-serif;
	font-weight: 200;
	margin: 15px 0;
	color: #1d5782;
	line-height: 35px;
}
h1, .h1 {
    font-size: 26px;
}
h2, .h2 {
    font-size: 18px;
}
h3, .h3 {
    font-size: 16px;
}
h4, .h4 {
    font-size: 14px;
}
.red {
	color: #ee2524;
}
.purbel {
	color: #624da0;
}
.green {
	color: #6abd45;
}
.cyan {
	color: #5f2e56;
}
.m-auto {
	margin-right: auto;
	margin-left: auto;
}
.m-10 {
	margin: 0 10px;
}
.m-15 {
	margin: 0 0 15px 15px;
}
.m-top-15 {
	padding: 15px 0 0 0;
}
.m-top-25 {
	margin: 25px 0 0 0;
}
.m-top-50 {
	margin: 50px 0;
}
@media screen and (min-width: 980px){
.p-150 {
	padding: 0 150px ;
}
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.blue {
	color: #4994d0;
}
.blue-dark {
	color: #1d5782;
}
.wrapper {
	width: 100%;
	float: left;
}
.container {
	position: relative;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.blue-shape{
	background-color: #018dd6;
    color: #fff;
    text-align: center;
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 28px;
    font-weight: 300;
    margin: 35px 150px;
}


	@media screen and (max-width:768px){
		.blue-shape {
    margin: 35px 20px;
}
		.hexa{ background:none; width:auto; height:auto;}
	.blue-bg,.dark-blue-bg,.dark-red-bg,.red-bg,.orange-bg,.yellow-bg{
		    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding: 5px;
    position: static !important;
    margin: 15px 0;
    width: auto !important;
     line-height: 50px !important;
		}
		.blue-bg{ background-color:#1474bc;}
		.dark-blue-bg{ background-color:#0c3f65;}
		.dark-red-bg{ background-color:#7e0127;}
		.red-bg{ background-color:#d31c32;}
		.orange-bg{ background-color:#fd7302;}
		.yellow-bg{ background-color:#fdb313;}
		}
/*sidebar-nav*/
.sidebar-nav{position: fixed; top: 20%; left: 0; background-color: #fcb100; z-index: 999;}
.sidebar-nav ul{ margin: 5px;}
.sidebar-nav ul li{ border-bottom:solid 1px #fff;  text-align: center;}
.sidebar-nav ul li:last-child{ border-bottom:0; }
.sidebar-nav ul li a{ padding: 15px 0; display: block; color: #fff; }
.sidebar-nav ul li i{ display: block; width: 54px; height: 42px; margin: 0 auto;}
.sidebar-nav ul li i.message{ background:url("../images/message-icon.png") no-repeat center center; }
.sidebar-nav ul li i.phone{ background:url("../images/phone-icon.png") no-repeat center top; }
.sidebar-nav ul li i.demo{ background:url("../images/demo-icon.png") no-repeat center top; }
/* ==========================================================================
  3. HEADER STYLE.
============================================================================= */
/* ---- 3.1 Top bar ------------------ */
.top-bar {
	background: #F8F8F8;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	z-index: 55555;
}
.top-bar.main-bg {
	border-bottom: 0
}
.top-bar a, .top-bar span {
	display: block;
	padding: 0 5px;
	line-height: 39px;
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	direction: ltr;
}
.top-bar a:hover {
	text-decoration: underline;
}
.top-bar .contact-details li {
	float: right;
	border-left: 1px #cacaca solid;

}
.top-bar .contact-details li:first-child {
	border: 0;
}
.top-bar .contact-details li:last-child {
	border-left: 0;
}
.top-bar .contact-details li i {
	margin: 0 8px;
	font-size: 13px;
}

.top-bar .contact-details li:first-child i {
	margin: 0 8px 0 0;
}
.top-bar ul.social-list li a:hover {
	background: #333;
}
ul.social-list {
    float: left;
}

ul.social-list li {
     float: left;
     border-left: 1px solid #cacaca;

}
ul.social-list li:first-child  {
	border: 0;
}


ul.social-list li a {

    display: inline-block;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-list li a:hover {
	color: #fff;
}

ul.social-list li a.facebook:hover {
	background-color: #507CBE;
}

ul.social-list li a.twitter:hover {
	background-color: #63CDF1;
}

ul.social-list li a.google:hover {
	background-color: #F16261;
}

ul.social-list li a.dribbble:hover {
	background-color: #E46387;
}

ul.social-list li a.linkdin:hover {
	background-color: #90CADD;
}
ul.social-list li a.youtube:hover {
	background-color: #e60000;
}
ul.social-list li a.tumblr:hover {
	background-color: #4D7EA3;
}

ul.social-list li a.flickr:hover {
	background-color: #E474AF;
}

ul.social-list li a.instgram:hover {
	background-color: #4D4F54;
}

ul.social-list li a.vimeo:hover {
	background-color: #87D3E0;
}

ul.social-list li a.skype:hover {
	background-color: #36C4F3
}

ul.social-list li a i {
	font-size: 1em;
	display: block;
	width: 34px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	
}
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 240px;
	height: 128px;
	top: 50%;
	left: 50%;
	margin-left: -120px;
	margin-top: -64px;
	background:url("../images/loading.gif") no-repeat center top;

}






.border_bg_gradient {
	height: 3px;
width: 100%;
float: left;
    background: transparent linear-gradient(to right, #74CEE4 0%, #66CE9C 16%, #EDBF47 32%, #EC774B 49%, #74CEE4 65%, #66CE9C 83%, #EDBF47 100%) repeat scroll 0% 0%;
}

#header-sticky-wrapper{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+0,f4f4f4+37,f9f9f9+54,ffffff+89,ffffff+99 */
background: #fff; /* Old browsers */
z-index: 555;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

}

#header{
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
z-index: 555;
}


/* ---- 3.2 Top logo --------------------- */
header.top-head {
	position: relative;
	z-index: 5555;
	min-height: 52px;
	background: #fff; /* Old browsers */
}
.fixedHead {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent !important;
}
header.top-head .logo {
	margin: 20px 0 0 0;
}
header.top-head .logo a {
	display: inline-block;
	min-width: 153px;
	height: 29px;
}

.is-sticky  header.top-head{
	opacity: 0.95;
box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
}
.is-sticky .top-nav > ul > li > a {
    font-family: "Droid Arabic Kufi",tahoma,sans-serif;
    display: block;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    color: #1D5782;
    text-decoration: none;
    position: relative;
    min-width: 60px;
    text-align: center;
    transition-property: all;
    transition-duration: 0.3s;
}
.is-sticky .logo img {
    width: 130px ;
}
.is-sticky .top-nav > ul > li {

    line-height: 70px;
}


/* ---- 3.3 Main menu ------------------ */
.top-menu {
	margin-top: 0px;
}
.top-nav {
	float: right;
}
.top-nav > ul > li {
	position: relative;
	float: right;
	overflow: hidden;
	line-height: 80px;
}
.top-nav > ul > li:last-child {
	border: 0;
}
.top-nav > ul > li:hover {
	overflow: visible;
}
.top-nav > ul > li > a:hover i, .top-nav > ul > li.current > a i, .top-nav > ul > li.selected > a i {
	margin-top: 5px;
}
.top-nav > ul > li > a {
	font-family: "Droid Arabic Kufi",tahoma,sans-serif;
	display: block;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	position: relative;
	min-width: 77px;
	text-align: center;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.top-nav > ul > li > a:hover, .top-nav > ul > li > a:focus, .top-nav > ul > li > a:active,.top-nav li li a:hover {
	color: #fff;
	background-color: #5f2e56;
}
/*.top-nav > ul > li > a::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #6daf45 none repeat scroll 0% 0%;
	opacity: 0;
	transform: translateY(5px);
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
	pointer-events: none;
}
.top-nav > ul > li > a:hover::after, .top-nav > ul > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.top-nav > ul > li > a:hover:before, .top-nav > ul > li > a:focus:before, .top-nav > ul > li > a:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}*/
.top-nav > ul li a span {
	display: block;
}
.top-nav > ul li ul {
	position: absolute;
	top: 100%;
	z-index: -1;
	min-width: 180px;
	height: 0;
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.15);
	border-top: 1px solid #ee2524;
}
.top-nav > ul > li > ul > li {
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	line-height: 35px;
	opacity: 0;
	transition: opacity .5s, transform .4s;
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transition: opacity .5s, -moz-transform .4s;
	-ms-transition: opacity .5s, -ms-transform .4s;
	-o-transition: opacity .5s, -o-transform .4s;
	-webkit-transition: opacity .5s, -webkit-transform .4s;
	transform: rotateY(90deg);
}
.top-nav > ul > li:hover > ul {
	z-index: 0;
	height: auto
}
.top-nav > ul > li:hover > ul > li {
	opacity: 1;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}
.top-nav li li a {
	display: block;
	overflow: hidden;
	padding: 0 15px;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	line-height: 40px;
	color: #000;
}
.main-bg, .top-nav > ul > li.selected > a, .top-search.selected a, .top-nav li.current > a ,.is-sticky  .top-nav li.current > a{
	color: #fff;
	background-color: #5f2e56;
}
.top-nav li li.hasChildren:after {
	position: absolute;
	top: 2px;
	right: 10px;
	display: inline-block;
	color: #fff;
	content: "\f105";
	font-family: FontAwesome;
}
.top-nav li li a:hover, .top-nav li li.selected > a, .top-nav li li.current > a {
	text-decoration: none;
}
.top-nav li li {
	background-color: #fff;
}

/*** sub menu level more than 2 ***/

.top-nav li li li {
	opacity: 0;
	transition: opacity .4s, transform .5s;
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transition: opacity .4s, -moz-transform .5s;
	-ms-transition: opacity .4s, -ms-transform .5s;
	-o-transition: opacity .4s, -o-transform .5s;
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	transform: rotateX(90deg);
}
.top-nav li li > ul {
	left: 100%;
	top: 0;
	background-color: #fff;
}
.top-nav li li:hover > ul {
	height: auto;
	
}
.top-nav li li:hover > ul > li {
	opacity: 1;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}
.mobile-menu-wrapper {
	position: relative;
	width: 100%;
	float: right;
	display: none;
}
#header .mobile-menu-toggle {
	background: #1d5782 url(../images/mobile-menu.png) no-repeat 94% center;
	padding: 0;
	margin: 0;
	min-height: 20px;
	padding: 5px 28px 5px 6px;
	position: relative;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 52;
	color: #FFF;
	float: left;
	text-align: center;
	border: 1px solid #1d5782;
	font: 18px/24px "Droid Arabic Kufi", sans-serif;
}
#header .mobile-menu-toggle .icon-bar {
	background: white;
}
/* 3.1.8. Mobile Menu */
#header .mobile-menu {
	background: #1d5782;
	text-align: right;
	z-index: 5556;
	position: absolute;
	width: 100%;
	top: 50px;
}
#header .mobile-menu a {
	color: #fff;
	display: block;
	padding: 15px 0;
	background: none !important;
}
#header .mobile-menu li.active > a {
	color: #fff;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#header .mobile-menu > ul.menu > li {
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #12344d;
}
#header .mobile-menu > ul.menu > li:hover {
	background: #6bb503!important;
	color: #000 !important;
	border: none !important;
}
#header .mobile-menu > ul.menu > li > a {
	font-size: 14px;
}
#header .mobile-menu > ul.menu > li > a:hover {
	border: none !important;
}
#header .mobile-menu > ul.menu > li > a {
	text-transform: uppercase;
	font-weight: bold;
}
#header .mobile-menu > ul.menu > li.menu-item-has-children {
	position: relative;
}
#header .mobile-menu > ul.menu > li.menu-item-has-children.open {
	background: #1d5782;
}
#header .mobile-menu > ul.menu > li.menu-item-has-children > .dropdown-toggle {
	position: absolute;
	left: 1px;
	top: -5px;
	height: 44px;
	line-height: 34px;
	padding: 0 15px;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.3333em;
	font-weight: normal;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	margin: 10px;
}
#header .mobile-menu > ul.menu > li.menu-item-has-children > .dropdown-toggle:after {
	content: "\f056";
}
#header .mobile-menu > ul.menu > li.menu-item-has-children > .dropdown-toggle.collapsed:after {
	content: "\f055";
}
#header .mobile-menu > ul.menu > li.menu-item-has-children.open > a {
	color: #fff;
}
#header .mobile-menu > ul.menu > li.menu-item-has-children > ul {
	border-top: 1px solid #1d5782;
}
#header .mobile-menu > ul.menu > li:first-child > a {
	border-top: none;
}
#header .mobile-menu > ul.menu > li > ul {
/*background: $skin-mobile-menu-color;*/ }
#header .mobile-menu > ul.menu > li > ul li > a {
	padding-right: 15px;
	font-size: 15px;
	position: relative;
	border-top: 1px solid #333;
}
#header .mobile-menu > ul.menu > li > ul li > a:hover {
	background-color: #ee2524 !important;
}
#header .mobile-menu > ul.menu > li > ul li > a:before {
	font-family: FontAwesome;
	content: "\f111";
	display: block;
	font-size: 4px;
	position: absolute;
	left: 0px;
}
#header .mobile-menu > ul.menu > li > ul li.menu-item-has-children > a {
	padding-left: 0;
	color: #fff;
	font-size: 1.1667em;
	font-weight: bold;
	text-transform: uppercase;
}
#header .mobile-menu > ul.menu > li > ul li.menu-item-has-children > a:before {
	content: "";
	display: none;
}
#header .mobile-menu > ul.menu > li > ul li.menu-item-has-children:last-child > ul {
	border-bottom: none !important;
}
#header .mobile-menu > ul.menu > li li li.menu-item-has-children > a {
	padding-left: 10px;
}
#header .mobile-menu > ul.menu > li li li.menu-item-has-children > a:before {
	display: none;
}
#header .mobile-menu .mobile-topnav {
	margin: 0 auto;
	padding: 0 5px;
}
#header .mobile-menu .mobile-topnav > li {
	float: right;
	position: relative;
	color: #40cbf8;
}
#header .mobile-menu .mobile-topnav > li > a {
	font-size: 0.8333em;
	padding: 0 10px;
	margin: 22px 10px;
	line-height: 1em;
	width: auto;
}
#header .mobile-menu .mobile-topnav > li:after {
	content: "|";
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -10px;
}
#header .mobile-menu .mobile-topnav > li:last-child:after {
	display: none;
}
#header .mobile-menu .mobile-topnav > li:first-child a {
	margin-left: 0;
}

/****service box*****/
.service-box {
	margin-bottom: 35px;
	min-height: 250px;
}

.service-center {
	text-align: center;
}

.service-icon-left .service-icon {
	float: right;
}

.service-icon-left .service-content {
	padding-left: 45px;
}
.service-icon {
    float: right;
    position: absolute;
    top: 10%;
    left: 50%;
    font-size: 12px
}

.service-icon-left-more .service-content {
	padding: 15px;
}

.service-center .service-icon {
	margin-bottom: 14px;
}

.service-content h3 {
	margin-bottom: 6px;
    font-weight: 500;
    font-size: 18px;
}

.service-center .service-icon i {
	display: inline-block;
}

.service-box h4 {
	margin-bottom: 5px;
    font-weight: 400;
}

.service-box > div:first-child {
	padding: 0;
}

.service-box {
	margin-top: 60px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

/*.service-box:hover {
	background: #ee2524;
	color: #fff;
}*/

.service-boxed p {
    margin-bottom: 0;
}

.nb-box{
	position: relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1e1e1+58,ffffff+81 */
background: rgb(225,225,225); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(225,225,225,1) 58%, rgba(255,255,255,1) 81%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,rgba(225,225,225,1)), color-stop(81%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(225,225,225,1) 58%,rgba(255,255,255,1) 81%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(225,225,225,1) 58%,rgba(255,255,255,1) 81%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(225,225,225,1) 58%,rgba(255,255,255,1) 81%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(225,225,225,1) 58%,rgba(255,255,255,1) 81%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

text-align: center;
min-height: 180px;
margin: 55px 0;
}
.nb-box .icon{
	font-size: 54px;
	color: #fff;
	background-color: #018dd6;
	display: inline-block;
	height: 90px;
	width: 90px;
	line-height: 80px;
	text-align: center;
	margin: -45px 0px 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border:solid 4px #fff;

}
.nb-box  .title{font-size: 18px; font-weight: 500;}
.grey-bg {
	background-color: #ededed;
}
.gr-box{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cbcbcb+0,b6b6b6+100 */
background: rgb(203,203,203); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(203,203,203,1) 0%, rgba(182,182,182,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,203,203,1)), color-stop(100%,rgba(182,182,182,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(203,203,203,1) 0%,rgba(182,182,182,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(203,203,203,1) 0%,rgba(182,182,182,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(203,203,203,1) 0%,rgba(182,182,182,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(203,203,203,1) 0%,rgba(182,182,182,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#b6b6b6',GradientType=0 ); /* IE6-9 */
padding: 13px 15px;
margin: 10px 0;
-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.gr-box:hover{background: #ee2524; color: #fff;}
.gr-box h3{
	color: #000;
	font-size: 18px;
	margin: 0;
}
.gr-box:hover h3{color: #fff;}
.icon img {
	/* width: 100%;*/
	padding: 0;
}
.video-wrapper {
	text-align: center;
	overflow: hidden;
	clear: both;
}
.video-wrapper .video {
	text-align: center;
	padding-bottom: 45%;
}
.video {
	width: 100%;
	min-height: 268px;
}
.home-title {

    text-align: right;
    position: relative;

}
.home-title h2{
    margin: 5px;
        margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #EEE;


}

/*************** Latest News ***************/

.latest-posts-home .post-row {
	margin-bottom: 20px;
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.owl-carousel .col-sm-12{ padding: 5px;}
.latest-posts-home .left-meta-post {
	float: left;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	overflow: hidden;
}

.latest-posts-home .left-meta-post .post-date {
	padding: 8px 0;
	width: 42px;
	background-color: #444;
	color: #fff;
}

.latest-posts-home .left-meta-post .post-date .day {
	font-size: 20px;
	font-weight: 700;
	display: block;
	letter-spacing: 1px;
}

.latest-posts-home .left-meta-post .post-date .month {
	display: block;
	text-transform: uppercase;
	line-height: 14px;
	font-size: 11px;
	letter-spacing: 1px;
}

.latest-posts-home .left-meta-post .post-type i {
	display: block;
	height: 40px;
	line-height: 39px;
	width: 42px;
	color: #fff;
	font-size: 1.4em;
}

.latest-posts-home .post-title {
	margin-bottom: 5px;
	font-weight: bold;
}

.latest-posts-home .post-title a {
	color: #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.latest-posts-home .read-more {
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.latest-posts-home .read-more:hover {
	color: #444;
}

/**************home testomnial***********/
.home-testimonials .testimonial-content {
	position: relative;
	padding: 14px 18px;
	border-radius: 3px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
  	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
}

.home-testimonials .testimonial-content:before {
	content: "\201C";
	font-weight: 300;
	position: absolute;
	font-size: 30px;
	opacity: 0.5;
	top: 8px;
	left: 6px;
}


.home-testimonials .testimonial-author {
	color: #ffffff;
	margin-left: 10px;
}

.home-testimonials .testimonial-author span {
	font-weight: 600;
}
/*************** Team Members ***************/
.img-scale {
	overflow: hidden;
}
.img-scale img {
	width: 100%;
	display: block;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.img-scale:hover img {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
}

.team-member {
	padding: 3px;
	position: relative;
	display: table;
	margin: 0 auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.member-photo  {-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;}


#team-member .member-photo .image {
	margin: 5px 0;
	min-height: 122px;
}


#team-member:hover .member-photo{
		-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

}
#team-member .member-photo img {
	width: 100%;
	display: block;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.team-member .member-photo {
	padding: 3px;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	position: relative;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.team-member .member-photo .member-name {
	position: absolute;
	bottom: 11%;
	right: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 5px 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	background-color: rgba(68, 68, 68, 0.9);
	z-index: 3;
    width: 90%;
}

.team-member .member-photo .member-name span {
	position: absolute;
	top: 90%;
	right: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding: 1px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    width: 80%;
}
.team-member .member-photo .member-name span {
    background-color: rgba(180, 47, 138, 0.9);
}

.team-member .member-name {
	
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	background-color: #444;
	z-index: 3;
    width: 100%;
}

.team-member  .member-name span {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding: 1px 10px;
	margin: 5px 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.team-member  .member-name span {
    background-color: #b42f8a;
}

.team-member .member-info {
	padding: 15px 6px 12px 6px;
}



.team-member .member-socail a i {
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	display: inline-block;
	background-color: #d2d2d2;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.team-member .member-socail a.facebook:hover i {
	background-color: #507CBE;
}

.team-member .member-socail a.twitter:hover i {
	background-color: #63CDF1;
}

.team-member .member-socail a.gplus:hover i {
	background-color: #F16261;
}

.team-member .member-socail a.dribbble:hover i {
	background-color: #E46387;
}

.team-member .member-socail a.linkedin:hover i {
	background-color: #90CADD;
}

.team-member .member-socail a.flickr:hover i {
	background-color: #E474AF;
}

.team-member .member-socail a.instagramm:hover i {
	background-color: #4D4F54;
}

.team-member.modern .member-info {
	padding: 14px 0;
}

.team-member.modern .member-photo {
	position: relative;
	padding: 0px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.team-member.modern .member-photo:after {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 1px);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9993;
	transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
	
	
}

.team-member.modern:hover .member-photo:after {
	opacity: 0.5;
	width: 100%;
    height: 100%;
}

.team-member.modern .progress {
	height: 3px;
	border-width: 2px;
	margin-bottom: 6px;
}

.team-member.modern .progress-label {
	font-size: 12px;
	line-height: 2em;
	font-weight: 700;
}

.team-member.modern .progress span {
	display: none;
}

.team-member.modern .member-socail {
	margin-top: 15px;
}

.team-member.modern .member-socail a i {
	background-color: transparent;
	color: #666;
}

.team-member.modern .member-socail a:hover i {
	color: #fff;
}


/*------------------------------------------*/
/*	        06 - Portfolio Styles
/*------------------------------------------*/

.portfolio-filter {
	margin-bottom: 30px;
}

.portfolio-filter li {
	display: inline-block;
	margin-right: 2px;
}

.portfolio-filter li a {
	color: #666;
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-filter li a:hover {
	border-color: #ddd;
}

.portfolio-filter li a.selected, .portfolio-filter li a.selected:hover {
	color: #fff;
}

.portfolio-item {
	margin-bottom: 30px;
}

.portfolio-4 {
	margin-left: 5px;
}

.portfolio-4 .portfolio-item {
	width: 24.99%!important;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 22px;
}

.portfolio-item .portfolio-border {
	padding: 3px;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-border {
	box-shadow: 0 1px 3px #f8f8f8;
	-o-box-shadow: 0 1px 3px #f8f8f8;
	-moz-box-shadow: 0 1px 3px #f8f8f8;
  	-webkit-box-shadow: 0 1px 3px #f8f8f8;
}

.portfolio-item .portfolio-thumb {
	position: relative;
	overflow: hidden;
}

.portfolio-item .portfolio-thumb .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay {
	background: rgba(255,255,255,0.5);
}

.portfolio-item .portfolio-thumb .thumb-overlay i {
	color: rgba(255,255,255,0);
	position: absolute;
	top: 42%;
	left: 50%;
	display: block;
	margin-left: -27px;
	margin-top: -19px;
	font-size: 3em;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-thumb .thumb-overlay i {
	top: 50%;
	color: #444;
}

.portfolio-item .portfolio-details {
	position: relative;
	padding: 9px 12px 6px 12px;
}

.portfolio-item .portfolio-details .like-link {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -9px;
}

.portfolio-item .portfolio-details .like-link i, .portfolio-item .portfolio-details .like-link span {
	color: #666;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item .portfolio-details .like-link:hover i, .portfolio-item .portfolio-details .like-link:hover span {
	color: #F54B5C;
}
.portfolio-item .portfolio-details .like-link i {
	padding-right: 5px;
}

.portfolio-item .portfolio-details h4 {
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.portfolio-item .portfolio-details a span {
	color: #666;
}

.portfolio-item .portfolio-details span:after {
	content: ", ";
	margin-right: 2px;
}

.portfolio-item .portfolio-details span:last-child:after {
	content: "";
}


/*---- Isotope filtering ----*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item 
{
  -webkit-transition-property: right, top, -webkit-transform, opacity;
     -moz-transition-property: right, top, -moz-transform, opacity;
      -ms-transition-property: right, top, -ms-transform, opacity;
       -o-transition-property: right, top, -o-transform, opacity;
          transition-property: right, top, transform, opacity;
}

/* Start Campaign Section
==================================================================
*/



#portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    float: left;
width: 100%;
}
#portfolio-list .wrap{
	position: relative;
	   display: inline-block;
	   width: 100%;
	   float: left;
	   padding: 0 0 10px 0;
	   border:solid 1px #F5F5F5;

}
#portfolio-list .wrap .title{position: relative; margin: 0; padding:0 0  15px 0; }
#portfolio-list .wrap .title h2{float: right; margin: 0 5px; color: #bf3499;}
#portfolio-list .wrap .title .small{float: right; margin: 0 5px; font-size: 14px; color: #3d99ff;}
#portfolio-list .wrap .title .small span{float: right; padding: 0 3px;}
#portfolio-list li {
	background-color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 0;
    margin-bottom: -4px;

}
#portfolio-list .box {
	position: relative;
	overflow: hidden;
	text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#portfolio-list li .portfolio-item-content {
    background: rgba(177, 53, 137, 0.9) none repeat scroll 0% 0%;
}
#portfolio-list .box h3{
    background:#fff;
    bottom: 0;
    font-size: 1.4em;
    font-weight: 300;
    left: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px;
    position: absolute;
    text-align: right;
    text-transform: none;
    width: 100%;
    transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-webkit-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-moz-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-o-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-ms-transition: transform 0.2s ease 0s, color 0.2s ease 0s;    
}

.project-box:hover .image img {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
}

#portfolio-list .box .image {
	margin: 5px 0;
	min-height: 122px;
}

#portfolio-list .box:hover img {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
}

#portfolio-list .box img {
	width: 100%;
	display: block;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}


@media only screen and (max-width : 767px)and (min-width : 551px){
    
     #portfolio-list li {
      width: 49.9%;
  }
}


@media (max-width: 768px) {
   #portfolio-list li {
      width: 48%;
  }
}
@media only screen and (max-width : 550px) {
    
     #portfolio-list li {
      width: 100%;
  }
}

@media (min-width: 768px) {
    #portfolio-list li {
      width: 24.80%;
  }
}
@media (min-width: 1450px) {
    #portfolio-list li {
      width: 24.88%;
  }
}
@media screen and (min-width: 768px) and (max-width : 992px){
     #portfolio-list li{
      width: 48%;
  }
}

#portfolio-list .box .header {
    display: none;
    margin: 2% 2% 0%;
    padding: 4% 0;
    font-size: 1.8em;
    line-height: 1.5;
    font-weight: 300;
    text-transform: none;
    color:#fff;
}
@media (min-width: 992px) {
  #portfolio-list .box .header {
      display: block;
  }
}
#portfolio-list .box .body {
    display: none;
    font-size: 1em;
    color:#fff;
}
@media (min-width: 992px) {
  #portfolio-list .box .body {
      display: block;
  }
}
#portfolio-list .box img {width: 100%;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
#portfolio-list .box .portfolio-item-content {
    opacity:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #050F1E; 
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
#portfolio-list .box .more {
    opacity:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    -o-opacity:0;
  display: inline-block;
  content: "i";
  font-size: 50px;
    font-style: normal;
  font-weight: 100;
    line-height: 76px;
  position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -40px;
  height: 80px;
    width: 80px;
  color: #fff;
  background:#000;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#portfolio-list .box:hover h3 {
    color: #FFFFFF;
    transform: translate3d(0px, 70px, 0px);
	-webkit-transform: translate3d(0px, 70px, 0px);
	-moz-transform: translate3d(0px, 70px, 0px);
	-o-transform: translate3d(0px, 70px, 0px);
	-ms-transform: translate3d(0px, 70px, 0px);
	opacity:0;-webkit-opacity:0;
	transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
}
#portfolio-list .box:hover > li:before {
    border-color: #2E3444;
    border-width: 14px;
}
#portfolio-list .box:hover .portfolio-item-content {
  opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
}
#portfolio-list .box:hover .more {
  opacity:0.75;
    -webkit-opacity:0.75;
    -moz-opacity:0.75;
    -o-opacity:.75;
  top: 40%;
  line-height: 70px;
  margin-top: -40px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
     -webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}
@media (min-width: 992px) {
  #portfolio-list .box:hover .more {
    top: 40%;
    margin-top: 0;
  }
}
#portfolio-list .box:hover .more:hover {
  opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
  color: #556270;
  border-color: #fff;
  background:#fff;
}

/*****portfolio album pages*****/

.portfolio {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    float: left;
width: 100%;
}
.portfolio .wrap{
	position: relative;
	   display: inline-block;
	   width: 100%;
	   float: left;
	   padding: 0 0 10px 0;
	   border:solid 1px #F5F5F5;

}
.portfolio .wrap .title{position: relative; margin: 0; padding:5px ; }
.portfolio .wrap .title h2{ margin: 0; color: #bf3499; text-align: center; padding: 0;}
.portfolio .wrap .title .small{float: right; margin: 0 5px; font-size: 14px; color: #3d99ff;}
.portfolio .wrap .title .small span{float: right; padding: 0 3px;}
.portfolio .item{
    position: relative;
    margin-bottom: 30px;

}
.portfolio .box {
	position: relative;
	overflow: hidden;
	text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio .box h3{
    background:#fff;
    bottom: 0;
    font-size: 1.4em;
    font-weight: 300;
    left: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px;
    position: absolute;
    text-align: right;
    text-transform: none;
    width: 100%;
    transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-webkit-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-moz-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-o-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-ms-transition: transform 0.2s ease 0s, color 0.2s ease 0s;    
}

.project-box:hover .image img {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
}

.portfolio .box .image {
	margin: 5px 0;
	min-height: 122px;
}

.portfolio .box:hover img {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
}

.portfolio .box img {
	width: 100%;
	display: block;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.portfolio .box img {width: 100%;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
.portfolio .box .portfolio-item-content {
    opacity:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #050F1E; 
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.portfolio .box:hover .portfolio-item-content {
  opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
}
.portfolio  .portfolio-item-content {
    background: rgba(177, 53, 137, 0.9) none repeat scroll 0% 0%;
}
.portfolio .box .more {
    opacity:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    -o-opacity:0;
  display: inline-block;
  content: "i";
  font-size: 50px;
    font-style: normal;
  font-weight: 100;
    line-height: 76px;
  position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -40px;
  height: 80px;
    width: 80px;
  color: #fff;
  background:#000;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
 .portfolio .box:hover .more {
  opacity:0.75;
  -webkit-opacity:0.75;
  -moz-opacity:0.75;
  -o-opacity:.75;
  top: 40%;
  line-height: 70px;
  margin-top: -40px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
}
 .portfolio .box:hover .more {
    top: 30%;
    margin-top: 0;
  }
.portfolio .box:hover .more:hover {
  opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
  color: #556270;
  border-color: #fff;
  background:#fff;
}
/**************contact page***********/

.contact-detalis h4 {
	text-transform: none;
	font-size: 17px;
}
.contact-detalis h5 {
	margin-bottom: 0;
	text-transform: none;
	font-size: 15px;
}
.contact-detalis p {
	margin-top: 0;
	padding-bottom: 0;
}
.form-input {
	overflow: hidden;
	margin: 0 0 20px 0;
	
	
}
.sort{
	position: relative;
	border-bottom: solid 1px #cacaca;
	
	margin: 15px 0;
}
.sort .form-input {

	margin: 10px 10px;

	}
	.sort select{

	width: 100%;
	height: 40px;
	}
	.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #5f2e56;
    border-color: #5f2e56;
}

.form-input label {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0px 0 5px;
	width: 100%;
}
.form-buttons .btn {
	margin-right: 5px;
}
.btn-system {
    display: inline-block;
    color: #FFF;
    margin-right: 5px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1) inset;
    border: 0px none;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 40px;
}
a.main-button ,  footer input[type="submit"]  {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out 0s;
}
a.main-button, input[type="submit"] {
    background-color: #6abd45;
}
a.main-button:hover, input[type="submit"]:hover {
    background: #ee2524  ;
    color: #FFF;
}

.contact-form span.red {
	display: inline-block;
	margin-left: 5px;
}
.contact-form input[type=text], .contact-form input[type=password], .contact-form input[type=email], .contact-form textarea, .contact-form input[type=file]{
	display: inline-block;
	float: right;
	padding: 5px 15px;
	width: 100%;
	line-height: inherit;
	border: 2px #cccbcb solid !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	color: #a9a9a9;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form-code input{
	width: 70% !important;
	float: left !important;
	margin: 0 15px;
}
.form-code label{
	width: auto !important;
	float: left ;
	line-height: 35px;

}

.contact-form select {
	display: inline-block;
	float: right;
	padding: 10px 15px;
	width: 100%;
	border: 2px #cccbcb solid !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	line-height: 35px;
}
.contact-form input[type=radio], .contact-form input[type=checkbox] {
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
}
.form-box {
	display: inline-block;
	float: right;
	line-height: 34px;
}
.form-box span {
	display: inline-block;
	margin-right: 15px
}
.contact-form textarea {
	clear: both;
	width: 100%;
	height: 180px;
	resize: none;
}
.contact-map {
	float: right;
	width: 100%;
	height: 280px;
	margin: 35px 0;
}
.contact-form .btn-large {
	padding: 0 62px;
	font-size: 18px;
	line-height: 31px;
	font-weight: 400;
	
}
.padding-vertical {
	padding: 10px 0;
}
.block-head {
	padding-bottom: 15px;
}
.contact-map.google-maps {
	position: relative;
	padding-bottom: 0;
}
.r-border-box {
	margin: 0;
	font-size: 12px;
}
.r-border-box h3 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 400;
}
.r-border-box li {
	float: right;
	border-right: solid 1px #cacaca;
	margin: 0 0 25px 0;
	min-height: 240px;
	position: relative;
}
/*.r-border-box li:after {
	content: "";
	position: absolute;
	border-right: solid 1px #cacaca;
	min-height: 220px;
	top: 0;
	right: 0;
}*/
.r-border-box .col-sm-3 {
	width: 19%;
	padding: 5px;
}
.r-border-box li:first-child {
	
	border-right: 0;
	
}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.login-form .form-input {
    overflow: hidden;
    margin: 0px 0px 10px;
    width: 100%;
}
.login-border {
    border-right: 1px solid #B0B0B0;
    border-left: 1px solid #B0B0B0;
}
.rg-form input[type="text"], .rg-form input[type="password"], .rg-form input[type="email"], .rg-form textarea, .rg-form input[type="file"], .embloy-search input[type="text"], .contact-form input[type="password"], .embloy-search input[type="email"], .embloy-search textarea, .embloy-search input[type="file"], .login-form input[type="text"], .login-form input[type="password"], .login-form input[type="email"], .login-form textarea, .login-form input[type="file"], .contact-form select, .contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"], .contact-form textarea, .contact-form input[type="file"] {
    display: inline-block;
    padding: 5px 15px;
    width: 100%;
    line-height: inherit;
    border: 2px solid #CCCBCB !important;
    border-radius: 5px;
    background: #FFF none repeat scroll 0% 0%;
    color: #747474;
    transition: all 0.2s ease-in-out 0s;
}
.p-up-60 {
    padding-top: 60px;
}
.login-form .btn {
    margin: 5px 0px;
    display: inline-block;
}
.login-form input[type="submit"] {
    background-color: #ee2524;
}
.login-form input[type="submit"]:hover {
    background-color: #6ABD45;
}
.login-form .form-input {
    overflow: hidden;
    margin: 0px 0px 10px;
    width: 100%;
}
.btn-s {
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: normal;
    line-height: 35px;
    cursor: pointer;
    color: #FFF;
    margin: 5px 0px;
    font-size: 13px;
}

/*------------------------------------------*/
/*			 11 - Footer Styles
/*------------------------------------------*/

footer {
position: relative;
}
.footer-bg{
		background: #534c9e  url("../images/footer-bg.png")no-repeat center top;
	background-size: cover;
    padding-top: 40px;
	border-top: 4px solid #555;
	color: #fff;
}


footer a {
	color: #ffa504;
}

footer a:hover {
	color: #666;
	text-decoration: underline;
}

.footer-widget {
    margin-bottom: 25px;
}

.footer-widget h4 {
	color: #eee;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}

.footer-widget h4 .head-line {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 45%;
	height: 1px;
	background-color: #fff;
	margin: 0;
}

.social-widget ul.social-icons li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}

.social-widget ul.social-icons li a i {
	font-size: 1.4em;
	width: 36px;
	height: 36px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.social-widget ul.social-icons li a:hover {
	text-decoration: none;
}

.social-widget ul.social-icons li a.facebook:hover i {
	background-color: #507CBE;
}

.social-widget ul.social-icons li a.twitter:hover i {
	background-color: #63CDF1;
}

.social-widget ul.social-icons li a.google:hover i {
	background-color: #F16261;
}

.social-widget ul.social-icons li a.dribbble:hover i {
	background-color: #E46387;
}

.social-widget ul.social-icons li a.linkdin:hover i {
	background-color: #90CADD;
}

.social-widget ul.social-icons li a.tumblr:hover i {
	background-color: #4D7EA3;
}

.social-widget ul.social-icons li a.flickr:hover i {
	background-color: #E474AF;
}
.social-widget ul.social-icons li a.youtube:hover i {
	background-color: #e60000;
}


.social-widget ul.social-icons li a.instgram:hover i {
	background-color: #4D4F54;
}

.social-widget ul.social-icons li a.vimeo:hover i {
	background-color: #87D3E0;
}

.social-widget ul.social-icons li a.skype:hover i {
	background-color: #36C4F3
}

.contact-widget {
	background: url(../images/map.png) center bottom no-repeat;
}

.contact-widget span {
	font-weight: 700;
}

.contact-widget ul li {
    margin-bottom: 12px;
}

.contact-widget ul li p a {
    color: #bbb;
}

.contact-widget p {
    padding-bottom: 20px;
}


.twitter-widget a:hover {
	color: #43B9CD;
	text-decoration: underline;
}

.twitter-widget ul li {
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.twitter-widget ul li span {
	color: #6abd45;
}

.flickr-widget ul {
    overflow: hidden;
}

.flickr-widget ul li {
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
}

.flickr-widget ul li:nth-child(3n+1) {
    margin-left: 0;
}

.flickr-widget ul li a {
    display: inline-block;
	width: 80px;
	opacity: 0.6;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.flickr-widget ul li a img {
    width: 100%;
	height: 65px;
		border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	border: 4px solid #333;
}

.flickr-widget ul li a:hover {
	opacity: 1;
}

.mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
}

.mail-subscribe-widget form input[type="text"] {
    outline: none;
    color: #666;
    font-size: 12px;
    padding: 6px 12px;
	border: none;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
}

.copyright-section {
    padding: 5px 0;
		width: 100%;
		margin-bottom: 10px;
		float: right;
    }

.copyright-section p {
	font-size: 11px;
	text-transform: uppercase;
}

ul.footer-nav {
    float: right;
}

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

ul.footer-nav li:first-child {
    margin-left: 0;
}

ul.footer-nav li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
	color: #fff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~shortcodes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  Unordered lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul.arrow, ul.triangle, ul.circle, ul.check, ul.chevron, ul.arrow-square, ul.check-square, ul.check-circle, ul.decimal, ul.upper-roman, ul.lower-latin, ul.upper-latin {
	line-height: 2em;
	font-size: 1em;
}
ul.arrow li.active, ul.arrow li.active:before, ul.arrow.hover li:hover, ul.arrow.hover li:hover:before, ul.triangle li.active, ul.triangle li.active:before, ul.triangle.hover li:hover, ul.triangle.hover li:hover:before, ul.circle li.active, ul.circle li.active:before, ul.circle.hover li:hover, ul.circle.hover li:hover:before, ul.check li.active, ul.check li.active:before, ul.check.hover li:hover, ul.check.hover li:hover:before, ul.chevron li.active, ul.chevron li.active:before, ul.chevron.hover li:hover, ul.chevron.hover li:hover:before, ul.arrow-square li.active, ul.arrow-square li.active:before, ul.arrow-square.hover li:hover, ul.arrow-square.hover li:hover:before, ul.check-square li.active, ul.check-square li.active:before, ul.check-square.hover li:hover, ul.check-square.hover li:hover:before, ul.check-circle li.active, ul.check-circle li.active:before, ul.check-circle.hover li:hover, ul.check-circle.hover li:hover:before, ul.decimal li.active, ul.decimal li.active:before, ul.decimal.hover li:hover, ul.decimal.hover li:hover:before, ul.upper-roman li.active, ul.upper-roman li.active:before, ul.upper-roman.hover li:hover, ul.upper-roman.hover li:hover:before, ul.lower-latin li.active, ul.lower-latin li.active:before, ul.lower-latin.hover li:hover, ul.lower-latin.hover li:hover:before, ul.upper-latin li.active, ul.upper-latin li.active:before, ul.upper-latin.hover li:hover, ul.upper-latin.hover li:hover:before {
	color: #01b7f2;
}
ul.arrow.hover li, ul.triangle.hover li, ul.circle.hover li, ul.check.hover li, ul.chevron.hover li, ul.arrow-square.hover li, ul.check-square.hover li, ul.check-circle.hover li, ul.decimal.hover li, ul.upper-roman.hover li, ul.lower-latin.hover li, ul.upper-latin.hover li {
	cursor: default;
}
ul.arrow, ul.triangle, ul.circle, ul.check, ul.chevron, ul.arrow-square, ul.check-square, ul.check-circle {
	list-style: none;
	padding: 0;
}
ul.arrow li:before, ul.triangle li:before, ul.circle li:before, ul.check li:before, ul.chevron li:before, ul.arrow-square li:before, ul.check-square li:before, ul.check-circle li:before {
	font-family: "FontAwesome";
}
ul.arrow li:before {
	content: "\f178";
	margin-right: 10px;
	color: #01b7f2;
}
ul.triangle li:before {
	content: "\f04b";
	margin-right: 10px;
	color: #d9d9d9;
	display: block;
	float: right;
	font-size: 7px;
}
ul.triangle li.active, ul.triangle li.active:before, ul.triangle.hover li:hover, ul.triangle.hover li:hover .box-title, ul.triangle.hover li:hover:before {
	color: #01b7f2;
}
ul.circle li:before {
	content: "\f111";
	margin-right: 10px;
	color: #1a4080;
	display: block;
	float: right;
	font-size: 8px;
}
ul.circle.bullet-yellow li:before {
	color: #fdb714;
}
ul.circle.bullet-green li:before {
	color: #98ce44;
}
ul.circle.bullet-blue li:before {
	color: #01b7f2;
}
ul.check li:before {
	content: "\e8ba";
	margin-right: 10px;
	color: #98ce44;
	font-family: "soap-icons";
	font-size: 1.3333em;
	line-height: 1em;
}
ul.chevron li {
	padding-left: 30px !important;
	position: relative;
}
ul.chevron li:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	content: "\f054";
	color: #01b7f2;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	border: 1px solid #01b7f2;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}
ul.arrow-square li:before {
	content: "\f178";
	margin-right: 10px;
	color: #000;
	padding: 0 2px 0 3px;
}
ul.decimal {
	counter-reset: item;
}
ul.decimal li:before {
	content: counters(item, ".") "-";
	counter-increment: item;
	margin-right: 5px;
}
ul.upper-roman {
	padding-left: 1.5em;
	list-style: upper-roman outside none;
}
ul.lower-latin {
	padding-left: 1.25em;
	list-style: lower-latin outside none;
}
ul.upper-latin {
	padding-left: 1.5em;
	list-style: upper-latin outside none;
}
/* colored */
ul.upper-roman.bullet-colored li, ul.lower-latin.bullet-colored li, ul.upper-latin.bullet-colored li {
	color: #01b7f2;
}
ul.upper-roman.bullet-colored li > *, ul.lower-latin.bullet-colored li > *, ul.upper-latin.bullet-colored li > * {
	color: #838383;
}
ul.check-square li:before {
	font-family: 'soap-icons';
	content: "\e8ba";
	background: #d9d9d9;
	color: #fff;
	padding: 1px 4px 0;
	margin-right: 10px;
	font-size: 12px;
}
ul.check-square li.active {
	background: #01b7f2;
	color: #fff;
}
ul.check-square li.active > a {
	color: #fff;
}
ul.check-square li.active:before {
	background: #fff;
	color: #fdb714;
}
ul.check-circle li:before {
	content: "\e8ba";
	display: inline-block;
	color: #000;
	margin-right: 10px;
	font-family: "soap-icons";
	vertical-align: baseline;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
}


/*********************************************
	Custom slider options
**********************************************/
.tp-banner-container {
	position: relative;
	z-index: 1;
	padding: 0;
	width:100%;
	/*height: 300px !important;*/
}



.tb-boxed{
	position: relative;
	z-index: 1;
	padding: 5px;
	width: 1100px !important;
	margin: 0 auto 25px;
	background: #fff;
	border: 1px solid #cacaca;
}
.tb-boxed:after{
	content: "";
	position: absolute;
	z-index: -5;
	width: 1100px !important;
	margin: 0 auto;
	background: url(../images/shadow1.png) center top;
	background-size: 100%;
	bottom: -62px;
	height: 63px;
}

.tp-banner {
	position: relative;
	width: 100%;
}
.tp-caption {
	line-height:normal !important
}
.tp-caption a {
	color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
	border: 3px #fff solid;
	border-radius: 50%;
	background-image: none !important;
}


.slide-h1 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 37px;
}
.slide-h2 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #555;
	font-weight: bold;
	font-size: 55px;
	line-height: 100%;
}
.big-font {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 60px;
}
.large-desc {
	font-size: 16px;
}
.slide-h3 {
	color: #fff;
	font-size: 31px;
	line-height: 100%;
}
.slide-h3 span {
	text-transform: uppercase;
	font-weight: bold;
}
.slide-head {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
}
.slide-desc {
	font-size: 22px;
	line-height: 150%;
}
.main-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 70px;
}
.icon-cont {
	padding: 15px 40px;
	border-radius: 10px;
	text-align: center;
}
.icon-cont:after {
	position: absolute;
	bottom: -10px;
	left: 40%;
	z-index: 5;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	content: "";
}
.icon-cont i {
	margin-bottom: 10px;
	color: #fff;
	font-size: 50px;
}
.icon-cont span {
	display: block;
	padding: 0 0 5px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
a.wit-btn {
	background: #fff;
	color: #333 !important;
	text-transform: uppercase;
}
.wit-line {
	width: 5%;
	height: 1px;
	background: #fff;
}
.vert-line {
	min-height: 270px;
	width: 1px;
	background: #fff;
}
.subTxt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: #333;
}
.large-title {
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase !important;
	background: rgba(0,0,0,0.7) ;
	padding:10px 20px;
	font-weight: bold;
	font-family: "Droid Arabic Kufi", sans-serif;
	
}
.large-light-title {
	color: #787878 !important;
	font-size: 70px;
	font-weight: lighter;
	text-transform: uppercase;
    letter-spacing:2px
}
.large-text {
	font-size: 20px;
	color: #000;
	font-weight: lighter;
}
.larger-text {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}
.witTxt {
	color: #fff !important;
}
.light-font {
	font-weight: lighter !important;
	font-size: 50px;
}
.black-bg{
    background:rgba(0,0,0,.63);
    color:#a8a8a8;
    text-transform:none;
}
.lft-list {
	padding: 10px;
	font-size: 18px;
	color: #fff;
}
.wit-border {
	border: 1px #fff solid;
	padding: 15px 60px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.rounded-bord {
	margin-right: 15px;
	border: 1px #fff solid;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border-radius: 50%;
}
#vertical-ticker{
	height:120px;
	overflow:hidden;
}
#vertical-ticker li{
	padding:15px 20px;
	display:block;
	text-align:center;
}
.to-bottom i.fa{
	font-size: 30px;
	border:2px #a8a8a8 solid;
	padding:20px 22px;
	border-radius:50%;
	-webkit-animation: bounce 2s infinite linear;
	animation: bounce 2s infinite linear;
}
@-webkit-keyframes bounce {
	0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}

/* Opera 12.0 */
@-o-keyframes bounce {
    0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
	0% {
		transform:translateY(0%);
	}
	50% {
		transform:translateY(-30%);
	}
	100% {
		transform:translateY(0);
	}
}

/***********************owl script************/

.carousel .prev , .carousel .next {
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
		cursor: pointer;
		-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	margin-left: 4px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border: 1px solid #ccc;
}
.carousel .prev {
	position: absolute;
	right: 0;
	top:0;
}

.carousel .next {
	position: absolute;
	right: 30px;
	top: 0;
}
.customNavigation{
	position: relative; 
	float: left; top: 15px;
	left: 5%;
	z-index: 2;
}
.customNavigation a:hover{
	background-color: #bd3295;
	color: #fff;
}


.carousel {
	margin: 25px 0;
	direction: ltr;
}
 .owl-controls .owl-buttons {
  position: absolute;
  top: -50px;
  left: 2px;
}

.projects-carousel .owl-controls .owl-buttons {
  left: 12px;
}

.navigation-2 .owl-controls .owl-buttons {
  position: relative;
  top: 0;
  left: 0;
}

.navigation-2.clients-carousel .owl-controls .owl-buttons {
  top: -8px;
}

.navigation-2 .owl-controls .owl-buttons div, .navigation-3 .owl-controls .owl-buttons div{
  background-color: #f2f2f2;
}

.navigation-2 .owl-controls .owl-buttons div i, .navigation-3 .owl-controls .owl-buttons div i{
  color: #666;
}

.navigation-3 {
  padding-top: 45px;
}

.navigation-3.clients-carousel {
  padding-top: 25px;
}

.navigation-3 .owl-controls .owl-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.owl-controls.clickable .owl-buttons div:hover {
    background-color: #5f2e56;
}
.owl-controls .owl-buttons div, .testimonials-carousel .owl-controls .owl-buttons div {
    height: 24px;
    width: 24px;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    zoom: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    margin-left: 4px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border: 1px solid #ccc;
    color: #000;
}

/************************* top script  ********/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 35px;
	right: 10px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	border: medium none;
	text-indent: 100%;
	background: transparent url("../images/ui.totop.png") no-repeat scroll left top;
	opacity: 50;
	z-index: 2;
}
#toTopHover {
	background: transparent url("../images/ui.totop.png") no-repeat scroll left -51px;
	width: 51px;
	height: 51px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
}
/* 2.23. Parallax ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*  .global-bg {
    background: transparent url("../images/shapes.jpg") no-repeat scroll 0% 0%;
}*/
.no-margin {
	margin: 0px !important;
}

/*Breadcrumb Styles*/
.breadcrumb-section .space{ margin-top: 35px ;margin-bottom: 35px ;}
.breadcrumb-section{
		background: #5f2e56 url("../images/activity1.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	width:100%; float:left; 
	clear:both; 
	padding:0;
	 margin:0px 0px 0px;}
.breadcrumb-section .overlay {

	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
	background: #5f2e56 ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.9;
}
.breadcrumb-section h1{float: right; color: #fff; text-transform:capitalize; margin-bottom:0px; line-height:normal;}

.breadcrumb-section .breadcrumb a{float:right;}

.breadcrumb-section .breadcrumb span{float:right; margin:0px 8px; line-height:24px;}

.breadcrumb-section .breadcrumb span.current{margin:0px;}

.breadcrumb-section .breadcrumb{float:left; margin:8px 0px 0px;}

.block-pages-bg {
    position: relative;
    display: block;
    background-size: 100% 100%;
    margin-bottom: 15px;
    min-height: 460px;
    overflow: hidden;
}
.block-pages-bg img {
    width: 100%;
}
.block-bg-news {
	min-height: 460px;
	position: relative;
	display: block;
	background: #5f2e56 url("../images/activity1.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
.login-bg {
	height: 100%;
	width: 100%;
	position: relative;
	display: block;
	background: #5f2e56 url("../images/Student-image.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.m-top-60{
    margin-top: 60px;
}
.login-right-panel {
    background-color: #ffffff;
    position: absolute;
    height: 100%;
}

.block-bg-news .overlay {

	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
	background: #5f2e56 ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.9;
}
.block-bg-news h2{ color: #fff;}
.block-bg-team {
	min-height: 460px;
	position: relative;
	display: block;
	background: #fff ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
.full-width-portfolio {
	min-height: 460px;
	position: relative;
	display: block;
	background: #f0f3f3 ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 15px 0  0 ;
}
.full-width-portfolio .overlay {

	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
	background: #5f2e56 ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.9;
}
.full-width-portfolio h2{ color: #fff;}

.slider-bg img {
	padding: 0;
}
.slider-bg img {
	width: 100%;
	max-width: 100%;
}
.info-bg{
	background: url(../images/inf-gr.jpg) repeat-x center top;
	height: 966px;
	width: 100%;
	float: right;
}
.info-top{
	padding: 0;
	position: relative;
	overflow: hidden;
	background: transparent url("../images/info-top.jpg") no-repeat scroll center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:385px;
	width: 100%;
}
.info-bottom{
	padding: 0;
	position: relative;
	background: transparent url("../images/info-bottom.jpg") no-repeat scroll center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 890px;
	height: 551px;
}

.slider-bg .container{ position:static;}

.slider-bg img {
	width: 100%;
	max-width: 100%;
	min-height:1100px;
}
.r-text-1 , .r-text-2 , .r-text-3 , .r-text-4 
{color: #fff; 	text-align: center; text-transform:uppercase; font-size:13px; line-height: 16px;}
 .c-yellow-text-1 , .c-yellow-text-2 , .c-yellow-text-3 , .c-yellow-text-4 , .c-yellow-text-5 , .c-yellow-text-6 , .c-yellow-text-7
 ,.c-grey-text-1 , .c-grey-text-2 , .c-grey-text-3,.c-grey-text-4 , .c-grey-text-5,.c-grey-text-6 
{color: #fff; 	text-align: center; text-transform:capitalize; font-size:13px; line-height: 16px;}

@media screen and (min-width:792px) and (max-width:992px){

	}
.block-bg2 {
	position: relative;
	overflow: hidden;
	background: transparent url("../images/b1-cover.jpg") no-repeat scroll center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 367px;
	width: 100%;
}
.block-bg3 {
	position: relative;
	overflow: hidden;
	background: transparent url("../images/b2-cover.jpg") no-repeat scroll center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 448px;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	margin:  0;
}
.block-bg3 .block-text .title {
	text-align: center;
	font-size: 38px;
	font-weight: 300;
	color: #fff;
}
.block-bg3 .title-small {
	color: #696a6b;
	font-size: 16px;
}
.block-bg4 {
	position: relative;
	overflow: hidden;
	background: transparent url("../images/bg-gr.png") repeat-x scroll center top;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
	min-height: 348px;
	width: 100%;
	text-align: center;
	padding: 30px 0 ;
	margin:  25px 0;
}
.block-pages-bg {
	/*min-height: 247px;*/
	position: relative;
	display: block;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.block-pages-bg img {
 width:100%;
}
/*buttons*/
.btn {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 11px;
	border: 1px solid transparent;
	background: #2d3f7a none;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 12px;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
}
.btn i {
	margin-right: 5px;
}
.btn-wraper {
	width: 100%;
	text-align: center;
	float: right;
}
.btn-nobg {
	color: #1d5782;
}
.btn-nobg-big {
	font-size: 24px;
	display: table-cell;
	margin: 0 auto;
	text-align: center;
	width: 1%;
	padding: 25px 0;
}
.btn:hover {
	background-color: #6daf45;
	color: #fff;
}
.btn-tiny {
	padding: 0 4px;
	font-size: 9px;
	line-height: 27px;
}
.btn-small {
	padding: 0 10px;
	font-size: 11px;
	line-height: 33px;
}
.btn-medium {
	padding: 0 38px;
	font-size: 13px;
	line-height: 32px;
	font-weight: 600;
}
.btn-large {
	padding: 0 25px;
	font-size: 15px;
	line-height: 41px;
	font-weight: 600;
}
.btn-gr {
	font-size: 20px;
	margin-bottom: 0;
	padding: 7px 14px;
	margin: 15px 0;
	line-height: 30px;
	display: inline-block;
	cursor: pointer;
	color: #204583 !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0d0d0+0,f1f1f1+50,e1e1e1+51,d0d0d0+100 */
	background: #d0d0d0; /* Old browsers */
	background: -moz-linear-gradient(top, #d0d0d0 0%, #f1f1f1 50%, #e1e1e1 51%, #d0d0d0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d0d0), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #d0d0d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d0d0d0 0%, #f1f1f1 50%, #e1e1e1 51%, #d0d0d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d0d0d0 0%, #f1f1f1 50%, #e1e1e1 51%, #d0d0d0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d0d0d0 0%, #f1f1f1 50%, #e1e1e1 51%, #d0d0d0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d0d0d0 0%, #f1f1f1 50%, #e1e1e1 51%, #d0d0d0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#d0d0d0', GradientType=0 ); /* IE6-9 */
}
.btn-gr:hover {
	color: #ee2524 !important;
}
.btn-system {
    background-color: #5f2e56;
}
.btn-system:hover {
    color: #FFF;
    opacity: 0.8;
}

/**************responsive*************/
@media screen and (min-width:992px) and (max-width:1172px) {
	.top-nav > ul > li > a {
    padding: 5px 8px;
    font-size: 14px;
    min-width: 75px;
}

	}
@media screen and (max-width:992px) {
.mobile-menu-wrapper {
	display: block;
}
.top-nav {
	display: none;
}
ul.social-list , .top-bar .contact-details {
    float: none;
    display: table;
    margin: 0 auto;
    text-align: center;
}
 .top-bar .contact-details li {
    float: none;
    display: inline-block;
    text-align: center;
}
ul.social-list li {
    float: left;
    border: 0;
}
.top-menu {
    float: right !important;
    position: relative;
    width: 100%;
    height: 10px;
    top: -60px;
    margin: 0px;
}
.footer-widget h4 .head-line {
    width: 100%;
}
}
 @media screen and (min-width:768px) and (max-width:992px) {

.top-nav > ul > li > a {
    padding: 0 5px;
    min-width: 70px;
}


}

/*tablet*/
@media screen and (max-width:768px) {
 .portfolio .box:hover .more {
    top: 40%;
    margin-top: 0;
  }
.service-icon {
    float: right;
    position: absolute;
    top: -10%;
    left: 50%;

}

.pull-right {
	float: none!important;
}
header.top-head .logo {
	float: right;
	position: relative;
	z-index: 1;
}


footer .col-sm-3, footer .col-sm-4 {
	margin-bottom: 25px;
}

.p-up-60 {
    padding: 60px  20px  ;
}
.login-border {
 border:0;
}
}

/*mobile*/
@media screen and (max-width: 480px) {
	.r-border-box .col-sm-4 {
	width: 98%;
	padding: 5px;
	border: solid 1px #cacaca;
}
	header.top-head .logo a {
   
    max-width: 173px;
    height: 29px;
}

#header .mobile-menu-toggle {
	display: block;
}
.top-bar a, .top-bar span {
	padding: 0px 5px;
}
header.top-head .logo {
	margin: 20px 0px 0px;
	float: right;
}
.top-nav {
	display: none;
}
.top-menu {
	float: right !important;
	position: relative;
}

.footer .social-icons li:first-child {
    margin-left: 6px;
}
.footer .social-icons li {
    margin-top: 13px;
}

.form-code label {
    
    float: none;
   
}
.form-code input {
    width: 90% !important;
}


}
 @media screen and (max-width: 320px) {
.icon img {
	padding: 10px;
	width: 100%;
}
.top-menu {
	float: none !important;
	position: relative;
	width: 100%;
	height: 10px;
	top: -5px;
	float: right;
	margin: 0;/* text-align: center; */
}
}
.wow {
	visibility: hidden;
}
.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 200px;
  background-color: white;
}
