@charset "utf-8";
/* CSS Document */



@FONT-FACE {
	font-family: DroidKufi-Regular;
	src: url("DroidKufi-Regular.ttf");
}


/*
@FONT-FACE {
	font-family: "Messiri";
	src: url("ElMessiri-Bold.ttf");
}*/





body {
	font-family: DroidKufi-Regular;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
}
/* ---------------------------------------------------------------------- TOP NAVIGATION STARTS ------------------ */



ul {

margin-bottom: 0;
padding: 0;
}

section#navigation {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
.navbar-brand {
	float: left;
	font-size: 18px;



}
.navbar-inverse {
background-color: #fff;

}

/*
.sticky-wrapper {
	height: 0px!important;
}*/


#navigation {
	width: 100%;
	margin-left: auto;
	margin-bottom: auto;
	z-index: 999;
background: #fff;
position: relative;
}
#navigation ul.nav {

font-weight: 600;
margin: 0px;
padding-top: 30px;
padding-right: 0px;
float:right;
padding-left: 0px;
padding-bottom: 30px;
}
#navigation ul.nav li {
	padding: 0px;
float: right;

}

.navbar-right {

}


#navigation ul.nav li:first-child {
	border: none;

}
#navigation ul.nav li a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #333;
	padding: 0px;
	padding-left: 22px;
	padding-right: 22px;
text-transform: uppercase;
font-size: 15px;
}
#navigation ul.nav a:hover {
	color: #2489FC;
}
#navigation ul.nav .current a {
	color: #2489FC;
}
#navigation ul.dropdown-menu {
	margin-top: 20px;
}
#navigation ul.dropdown-menu li {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #000;
	border: none;
}
#navigation ul.dropdown-menu li a {
	color: #ccc!important;
	padding-top: 4px;
	padding-bottom: 4px;
}
#navigation ul.dropdown-menu li a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	padding-right: 6px;
}
#navigation ul.dropdown-menu li a:hover {
	color: #2489FC!important;
	padding-top: 4px;
	padding-bottom: 4px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #000;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: transparent;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #2489FC!important;
	text-decoration: none;
	background-color: transparent
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #2489FC!important;
	text-decoration: none;
	background-color: transparent;
	outline: 0
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 16px;
	margin-right: 15px;
	margin-bottom: 14px;
background-color: #0093ff;
	background-image: none;
	border: 1px solid #0093ff !important;
	border-radius: 4px;
z-index: 99;
}
.searchlink {
	display: block;
	float: right;
	position: relative;
	padding: 0px!important;
	margin: 0px;
	right: 0;

	cursor: pointer;
	height: 20px;
	width: 20px;
	color: #2489FC;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;

}
.searchlink:after{
	position: absolute;
	left: 20px!important;
	top: -5px;
	color: #333;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f002";
	font-size: 20px;

padding:5px;


}
.searchlink:hover, .searchlink.open {
	color: #bababa;
	background-color: transparent;
}
.searchlink.open > .searchform {
	display: block;
}
/** search field **/
.searchform {
	display: none;
	position: absolute;
	width: 300px;
	height: 30px;
	line-height: 30px;
	top: 50px;
	left: 0;
	padding: 0 15px;
	cursor: default;
z-index: 9;
}
.searchlink.open .searchform {
	display: block;
}
#search {
	display: block;
	position: relative;
}
#s {
	width: 270px;
background: #436796;
	padding: 8px 11px;
	border: 0;
	font-size: 15px;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.sbtn {
	display: block;
	position: absolute;
	right: 5px;
	top: 8px;
	background: none;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.searchform-2 {
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	cursor: default;
	margin-top: 10px;
	margin-bottom: 10px;
}
#search-2 {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
#s-2 {
	width: 100%;
	background: #2489FC;
	padding: 8px 11px;
	border: 0;
	font-size: 15px;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.sbtn-2 {
	display: block;
	position: absolute;
	right: 5px;
	top: 8px;
	background: none;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.navbar-default {
	background-color: #fff;
	border-color: #fff;
	-webkit-box-shadow: 0 4px 4px -4px #444;
	-moz-box-shadow: 0 4px 4px -4px #444;
	box-shadow: 0 4px 4px -4px #444;
}
.navbar {
	border-radius: 0px;
}
#navigation .navbar-default ul.nav li a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #000;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
nav {
	width: 100%;
}
nav {
	display: inline-block;
	float: right;
}
nav.smaller {
	background-color: rgba(0, 0, 0, 1)!important;
	width: 100%;
}
nav.smaller ul.nav {
	padding-top: 25px!important;
	padding-right: 0px;
	padding-bottom: 20px!important;
	padding-left: 0px;
	margin-bottom: 20px;
}
nav.smaller .searchlink {
	margin-top: 24px;
}
nav.smaller .navbar-brand {
	float: left;
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation .navbar {

}
.hide {
	display: none;
}


.navbar-brand {
height: auto;
padding: 0;
}


.navbar-brand img {
width: 200px;
}


.navbar-header {
float: right;}


/* ---------------------------------------------------------------------- TOP NAVIGATION ENDS ------------------ */

/* ---------------------------------------------------------------------------- SLIDER STARTS ------------------ */

.slider {
	color: #fff;
}
.slider h2 {
	font-size: 19px;
	font-weight: 600;
	color: #2489FC;
	text-transform: uppercase;
}
.slider h1 {
	font-size: 34px;
	color: #fff;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.doubleline-2 {

	background-repeat: no-repeat;
	height: 4px;
	width: 100px;
	margin-top: 32px;
	margin-bottom: 32px;
}
.slider .description {
	font-size: 16px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
.slider .button {
	margin-top: 40px;
	margin-bottom: 40px;
}
.slider .button a {
	color: #fff;
	text-align: center;
	width: 100%;
	border: 3px solid #2489FC;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
.slider .button a:hover {
	background-color: #2489FC;
	text-decoration: none;
	color: #fff;
}
/* ---------------------------------------------------------------------------- SLIDER ENDS ------------------ */



/* ---------------------------------------------------------------------------- INNER PAGES BANNERS STARTS ------------------ */


.inner-banner {
	padding-top: 100px;
}
.inner-banner .header {
	margin-bottom: 100px;
	height: 0px;
	position: relative;
}
.inner-banner .header h1 {
	margin-top: 50px;
	text-align: center;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
}
.inner-banner .header h1 span {
	font-size: 24px;
	font-weight: 600;
	padding-top: 26px;
	padding-bottom: 26px;
	padding-left: 40px;
	padding-right: 40px;
	color: #fff;
	background-color: #2489FC;
	text-transform: uppercase;
}
/* ---------------------------------------------------------------------------- INNER PAGES BANNERS STARTS ------------------ */

.breadcrumb {
	position: absolute;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: left;
	z-index: 12;
}
ol.breadcrumb li.active {
	color: #2489FC;
}
ol.breadcrumb li a {
	color: #fff;
}
/* ---------------------------------------------------------------------------- UNDER BANNERS STRIP STARTS ------------------ */

.strip {
margin-top:20px;
	padding-top: 20px;
	padding-bottom: 20px;
background-color: #2489FC;
}
.strip h1 {
	color: #fff;
	font-size: 16px;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.strip .button {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.strip .button a {
	color: #fff;
	text-align: center;
	width: 100%;
	border: 2px solid #2489FC;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
border: 1px solid #fff;
}
.strip .button a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #2489FC;
}
.strip .button a.fill {
	color: #fff;
	text-align: center;
	width: 100%;
	background-color: #2489FC;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	border: 3px solid transparent;
}
.strip .button a.fill:hover {
	background-color: #fff;
	text-decoration: none;
	color: #4f4f4f;
	border: 3px solid #2489FC;
}
/* ---------------------------------------------------------------------------- UNDER BANNERS STRIP STARTS ------------------ */

/* ---------------------------------------------------------------------------- HOME VIDEO INTRO STARTS ------------------ */

.index-about-us {
	padding-top: 60px;
	padding-bottom: 60px;


}




.index-about-us .description {
margin-bottom: 20px;
font-size: 16px;
text-align: right;
}

.index-about-us .picture {
	position: relative;
	background-color: #000;
border: 2px solid #8f8f8f;
display: inline-block;
height: 250px;
margin-top: 10px;
width: 100%;
}

.index-about-us .picture img {
width: 100%;
height: 250px;
	opacity: 0.7;

}



.index-about-us .picture:hover img {
	opacity: 1;
}


.index-about-us .picture:hover .icon {

border: 3px solid #0F3DC2;
}

.index-about-us .picture:hover .icon i {
color:#0F3DC2
}

.index-about-us .picture .icon {
	position: absolute;
	z-index: 10;
	top: 40%;
	left: 0;
	right: 0;
	width: 65px;
	height: 65px;
	border-radius: 35px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	opacity: 0.9;
	border: 3px solid #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	line-height: normal;
	font-size: 30px;
	line-height: 2;
}
.index-about-us .picture .icon:hover {
	opacity: 0.5;
}
.index-about-us .picture .icon i {
	color: #fff;
}
.index-about-us h1 {
	font-size: 17px;
	color: #333;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.index-about-us .lead {
	font-size: 21px;
	color: #525252;
	padding: 0px;
	margin: 0px;
}
.index-about-us .doubleline {

	background-repeat: no-repeat;
	height: 4px;
	width: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
background-color: #2489FC;
}
/* ---------------------------------------------------------------------------- HOME VIDEO INTRO ENDS ------------------ */

/* ---------------------------------------------------------------------------- HOME 3 COLUMNS STARTS ------------------ */

.index-3-cols .block {
	padding: 50px;
border: 1px solid transparent;
}


.index-3-cols .block:hover {

border: 1px solid #cbcbcb;
}

.index-3-cols .block h1 {
	font-size: 17px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.index-3-cols .block .icon {
	background-color: #2489FC;
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 22px;
	padding-top: 10px;
}
.index-3-cols .block .line {
	background-color: #2489FC;
	height: 3px;
	width: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.index-3-cols .block .description {
	line-height: 24px;
color: #333;
}
.index-3-cols .block.medium-grey {
	color: #fff;
border: 1px solid transparent;
}
.index-3-cols .block.medium-grey h1 {
	color: #333;
}
.index-3-cols .block .button {
	margin-top: 40px;
}
.index-3-cols .block .button a {
	color: #333333;
	text-align: center;
	width: 100%;
	border: 2px solid #2489FC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.index-3-cols .block .button a:hover {
	background-color: #2489FC;
	text-decoration: none;
	border: 2px solid #2489FC;
	color: #fff;
}
.index-3-cols .block .button a.white {
	color: #333;
	text-align: center;
	width: 100%;
	border: 2px solid #2489FC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.index-3-cols .block .button a.white:hover {
	background-color: #2489FC;
	text-decoration: none;
	border: 2px solid #2489FC;
	color: #fff;
}
/* ---------------------------------------------------------------------------- HOME 3 COLUMNS ENDS ------------------ */

/* ---------------------------------------------------------------------------- WHAT WE OFFER STARTS ------------------ */

.what-we-offer {
background-image: url(../images/p9.png);
margin-top: -5px;

}







.index-blog .header,
.testimonial .header,
.clients .header,
.renew-store .header,
.what-we-offer .header {
margin-top: 40px;
	height: 0px;
	position: relative;
display: inline;
text-transform: capitalize;
}

/*
.index-blog h1,
.featured-products h1,
.testimonial .header h1,
.clients .header h1,
.renew-store .header h1,
.what-we-offer .header h1 {
float:left;
position: relative;
padding-left:10px;
}*/


.index-blog h1.aft-be:before,
.featured-products h1.aft-be:before,
.testimonial .header h1.aft-be:before,
.clients .header h1.aft-be:before,
.renew-store .header h1.aft-be:before,
.what-we-offer .header h1.aft-be:before {
position: absolute;
right: -21px;
top: 10px;
font-size: 35px !important;
color: #2489FC;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f0da";

}


.index-blog h1.aft-be:after,
.featured-products h1.aft-be:after,
.testimonial .header h1.aft-be:after,
.clients .header h1.aft-be:after,
.renew-store .header h1.aft-be:after,
.what-we-offer .header h1.aft-be:after {
content: "";
position: absolute;
left: 0px;
top: 14px;
background: #2489FC;
display: inline-block;
width: 4px;
height: 63%;

}


.index-blog h1 span,
.testimonial .header h1 span,
.clients .header h1 span,
.renew-store .header h1 span,
.what-we-offer .header h1 span {
	font-size: 21px;
	font-weight: 600;

	color: #333;

	text-transform: uppercase;
}



.what-we-offer .picture .img-responsive {
width: 100% !important;
height: 150px;
}






.featured-products h1.aft-be:before {
position: absolute;
right: -21px;
top: -4px;
font-size: 35px !important;
color: #2489FC;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f0da";

}

.featured-products h1.aft-be:after {
content: "";
position: absolute;
left: 0px;
top: 4px;
background: #2489FC;
display: inline-block;
width: 4px;
height: 70%;

}








.what-we-offer .button {
	margin-top: 28px;

}
.what-we-offer .button a {
	color: #fff;
	text-align: center;
	width: 100%;
	background-color: #2489FC;
	padding-top: 14px;
	padding-right: 24px;
	padding-bottom: 14px;
	padding-left: 24px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
.what-we-offer .button a:hover {
	background-color: #ccc;
	text-decoration: none;
	color: #2489FC;
}
.what-we-offer .visible-xs {
	text-align: center;
}
.what-we-offer .block {
	margin-top: 20px;
	margin-bottom: 20px;
text-align: center;
}
.what-we-offer .block h1 {
cursor: pointer;
	font-size: 17px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 6px;
margin-top: 30px;
}
.what-we-offer .block .icon {
	background-color: #2489FC;
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center
}
.what-we-offer .block .line {
	background-color: #2489FC;
	height: 3px;
	width: 30px;


margin: 10px auto;
}
/* ---------------------------------------------------------------------------- WHAT WE OFFER ENDS ------------------ */

.what-we-offer .contents {
	padding-top: 10px;
}
.what-we-offer .intro {
	text-align: center;
}
.what-we-offer .intro h1 {
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.what-we-offer .intro .detail {
	font-size: 17px;
	color: #333333;
	line-height: 32px;

	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.what-we-offer .intro .doubleline {
	background-image: url(../images/lines/double-line.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 100px;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



.span.fa-eye:hover {
background: linear-gradient(120deg,#F7FBFF 0%,#3fb4fb 100%);
color: #892424;
transition: all ease 0.4s;
}
.what-we-offer .block:hover [class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
background: linear-gradient(120deg,#F7FBFF 0%,#3fb4fb 100%);
color: #892424;
transition: all ease 0.4s;
}
 









/* ---------------------------------------------------------------------------- FEATURED PRODUCTS STARTS ------------------ */


.top-border .container {

	padding-top: 60px;
	padding-bottom: 60px;
}
.featured-products h1 {
	font-size: 21px;
	color: #fff;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	margin-bottom: 26px;
	padding-left: 15px;
}
.featured-products .doubleline-2 {

	background-repeat: no-repeat;
	height: 4px;
	width: 100px;
	margin-top: 32px;
	margin-bottom: 20px;
	background-position: 15px;
}
.featured-products .description {
	font-size: 15px;
	color: #fff;
	margin-bottom: 20px;
}
#options {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 25px;
}
#options ul {
	width: auto;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#options ul.right {
	text-align: right;
}
#options ul li {
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
float: right;
}
#options ul li:last-child.button {
	display: inline-block;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	border: 2px solid #2489FC;
}
#options ul li .line {

	padding-bottom: 4px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00B9FF;
}
#options ul li a {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	text-align: left;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#options ul li a:link {
	color: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#options ul li:hover a, #options ul li a.selected {
	color: #00B9FF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
#mansory-effect {
	padding-top: 26px;
}
#mansory-effect figure {
	float: left;
	width: 30%;
	height: auto!important;
}
#mansory-effect figure img {
	width: 100%;
height: 195px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
transition: all 0.3s;
background: #fff;
}
#mansory-effect figure.item {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
position: relative;
}
#mansory-effect.nospace figure.item {
	padding: 0px;
	text-align: center;
}
#mansory-effect .item-w2 {
	width: 60%
}
#mansory-effect .item-h2 {
	height: auto!important
}
#mansory-effect .picture {
	background-color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
.featured-products .products {
	margin-top: 90px;
}
.featured-products .block {
	margin-top: 0px;
	margin-bottom: 110px;
}
.featured-products .block .info {
	padding-left: 15px;
	padding-right: 15px;
}
.featured-products .block .info h2 {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	padding-top: 0px;
	margin-top: 0px;
}
.featured-products .block:hover .portfolio-overlay {
	opacity: 1;
}
.featured-products .block:hover .picture {
	background-color: #000;
}
.featured-products .block:hover .picture img {
	opacity: 0.4;
}
.featured-products .block .info .description {
	font-size: 14px;
	color: #fff;
	display: none;
}
.featured-products .block:hover .info {
	background-color: #f4f4f4;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
}
.featured-products .block:hover .info h2 {
	font-size: 14px;
	color: #272626;
	padding-top: 0px;
	margin-top: 0px;
}
.featured-products .block:hover .info .description {
	font-size: 14px;
	color: #272626;
	display: block;
}
.featured-products .block .info {
	display: block;
	position: absolute;
	overflow: hidden;
	right: 15px;
	left: 15px;
	height: 80px;
	background: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2489FC;
	text-align: center;
	margin-top: 0px;
	padding-top: 32px;
	padding-bottom: 32px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.featured-products .block:hover .info {
	display: block;
	position: absolute;
	height: 100px;
	background: #f4f4f4;
	text-align: center;
	margin-top: -20px;
	padding-top: 32px;
	padding-bottom: 32px;
}


.index-blog .description span {

background: #f3f3f3;
padding: 2px 4px;
margin: 2px !important;
display: inline-block;
border-radius: 6px;
color: #5c5c5c;
}










/* ---------------------------------------------------------------------------- FEATURED PRODUCTS ENDS ------------------ */

/* ---------------------------------------------------------------------------- FEATURED PRODUCTS PAGE STARTS ------------------ */

.featured-products .contents {
	padding-top: 10px;
	padding-bottom: 120px;
}
.featured-products .intro {
	text-align: center;
}
.featured-products .intro h1 {
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.featured-products .intro .detail {
	font-size: 17px;
	color: #333333;
	line-height: 32px;

	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.featured-products .intro .doubleline {
	background-image: url(../images/lines/double-line.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 100px;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* ---------------------------------------------------------------------------- FEATURED PRODUCTS PAGE ENDS ------------------ */


/* ---------------------------------------------------------------------------- RENEW STORE STARTS ------------------ */

.renew-store {
	padding-bottom: 30px;
	padding-top: 20px;
}



.renew-store .button {
	margin-top: 28px;
}
.renew-store .button a {
	color: #fff;
	text-align: center;
	width: 100%;
	background-color: #2489FC;
	padding-top: 14px;
	padding-right: 24px;
	padding-bottom: 14px;
	padding-left: 24px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
.renew-store .button a:hover {
	background-color:#fff  !important;
	text-decoration: none;
	color: #2489FC !important;
}
.renew-store .visible-xs {

	text-align: center;
}
.renew-store .block {
	background-color: #dedede;
transition: ease all 0.4s;
border: 2px solid #dedede;
}
.renew-store .block .picture {
	background-color: #ececec;
	text-align: center;
	position: relative;
overflow: hidden;
}




.renew-store .block:hover img {
transform: scale(1.1);
}

.renew-store .block:hover {
background-color: #e3e3e3;
border: 2px dashed #0088fb80;
}

.renew-store .block .picture img {
width:100%;
height:275px;
transition: all ease 0.4s;
}



.renew-store .block .picture .l-arrow:after {
	position: absolute;
	right: -3px;
	top: 10px;
	font-size: 50px!important;
	color: #dedede;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d9";
}
.renew-store .block .picture .r-arrow:after {
	position: absolute;
	left: -3px;
	top: 10px;
	font-size: 50px!important;
	color: #dedede;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0da";
}
.renew-store .block .detail {
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.renew-store .block .detail h1 {
	font-size: 16px;
	color: #2489FC;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.renew-store .block .detail .description {
font-size: 14px;
color: #333;
text-transform: capitalize;
}
.renew-store .block .detail .price {
	font-size: 14px;
	color: #fff;
	padding-top: 15px;
}
.renew-store .block .detail .price span {
	font-size: 14px;
	color: #2489FC;
}
.renew-store .block .detail .button {
	margin-top: 16px;
}
.renew-store .block .detail .button a {
	color: #fff;
	text-align: center;
	width: 100%;
border: 1px solid transparent;
	padding: 6px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.renew-store .block .detail .button a:hover {
	background-color: #2489FC;
	text-decoration: none;
	border: 1px solid #2489FC;
	color: #fff;
}


.no-gutter-3 .row-height:nth-child(odd) {
    margin-right:35px !important;
}


.no-gutter-3 .row-height:nth-child(even) {
    margin-right:0px !important;
}





/* ---------------------------------------------------------------------------- RENEW STORE ENDS ------------------ */


/* ---------------------------------------------------------------------------- HOME BLOG STARTS ------------------ */

.index-blog {

padding: 40px 0;
}


.index-blog .intro {
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
}
.index-blog .intro h1 {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	margin-bottom: 26px;
}
.index-blog .intro .doubleline-2 {

	background-repeat: no-repeat;
	height: 4px;
	width: 100px;
	margin-top: 32px;
	margin-bottom: 32px;
}
.index-blog .intro .description {
	font-size: 15px;
	color: #fff;
}
.index-blog .intro .button {
	margin-top: 40px;
}
.index-blog .intro .button a {
	color: #fff;
	text-align: center;
	width: 100%;
	border: 2px solid #2489FC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #333;

}
.index-blog .intro .button a:hover {
	background-color: #fff !important;
	text-decoration: none;
	border: 2px solid #fff !important;
	color: #2489FC !important;
}
.index-blog .post {
}
.index-blog .post .picture {
overflow: hidden;
margin: 0 10px;
position: relative;
}
.index-blog .post .picture img {
	position: relative;
margin: 0 auto;


transition: all ease-in-out 0.4s;
}


.index-blog .post .picture img {
width: 100%;
}


.index-blog .post .picture .overlay {
position: absolute;
z-index: 10;
width:0;
height: 100%;
background: #0006;
top:0;
left:0;
transition:all ease-in-out 0.8s;
}



.index-blog .post:hover img {
transform: scale(1.1);

}


.index-blog .post .picture:hover .overlay {
width:100%;
}



.index-blog .post .picture .overlay h1{
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
background: #0093ff;
padding: 5px 15px;
text-align: center;
position: absolute;
bottom: 0;
width: 105px;
}
.index-blog .post .picture .overlay h1 a { color: #fff; }


.index-blog .post .picture .overlay .date a, .index-blog .post .picture .overlay .comments a {
	color: #fff;
}
.index-blog .post .picture .overlay .date i, .index-blog .post .picture .overlay .comments i {
	padding-right: 8px;
}
.index-blog .post .picture .overlay .date {
	padding-right: 30px;
	color: #fff;
}
.index-blog .post .picture .overlay .comments {
	color: #fff;
}

/* ---------------------------------------------------------------------------- HOME BLOG ENDS ------------------ */


/* ---------------------------------------------------------------------------- TESTIMONIAL 09 STARTS  ------------------ */

.testimonial .owl-stage-outer {
width: 100%;
}
.no-gutter-3:first-child {
	padding-top: 30px;

}

/*
.testimonial {
	padding-top: 30px;
	padding-bottom: 10px;
}
*/

.testimonial .block {
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.testimonial .description {
	font-size: 14px;
	font-weight: 500;
	text-align: left;

	border-radius: 6px;
	color: #333333;
border: 1px solid #c6c6c6;
	background-color: #ececec;
	position: relative;
padding: 15px;
	margin-bottom: 2px;
height: 170px;
position: relative;
}

.testimonial .description:hover h3 {

background: #2489FC;

}



.testimonial .description h3 {
	font-size: 19px;
margin:10px 0;
color: #fff;
text-align: center;
background: #2489FC;
padding: 10px 0;
text-transform: capitalize;
background: linear-gradient(120deg,#0058AB 0%,#3fb4fb 100%);
}
.testimonial .description .quote {
	position: absolute;
	z-index: 100;
	top: -14px;

	background-position: center top;
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	left: 30px;
}

.testimonial .details .picture {
	padding-top: 22px;
width: 100%;

}
.testimonial .details .info {
	margin-left: 20px;
	padding-top: 14px;
	float: left;
}
.testimonial .details .info .name {
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	padding-top: 26px;
	color: #333333;
}
.testimonial .details .info .company {
	font-size: 12px;
	text-align: left;
	color: #999;
	font-weight: 500;
	line-height: normal;
}
.testimonial .details .stars {
	float: right;
	margin-top: 40px;
	color: #ffc300;
}
.testimonial .details .stars i.grey {
	color: #ececec;
}
/* ---------------------------------------------------------------------------- TESTIMONIAL 09 ENDS  ------------------ */


/* ---------------------------------------------------------------------------- CLIENTS STARTS ------------------ */

.clients {
padding: 40px 0;
}



.clients .owl-carousel .owl-item img {
width: 100%;
height: 120px;
}





.clients .description {
	text-align: center;
	font-size: 14px;
	margin-bottom: 60px;
}
.clients .block {
background-color: #FFF;
border: 1px dashed #6eb2ec;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 16px;
padding-right: 12px;
padding-bottom: 16px;
padding-left: 12px;
width: 80%;
margin: 0 auto;
background: #fff;
}

.clients .block:hover {
border: 1px dashed #009;


}
.clients-carousel .owl-carousel .owl-controls {
display:none !important
}

.clients-carousel {
margin-top: 30px;
}

/* ---------------------------------------------------------------------------- CLIENTS STARTS ------------------ */


/* ---------------------------------------------------------------------------- NEWSLETTER STARTS ------------------ */


.newsletter {
	padding-top: 20px;
	padding-bottom: 20px;
}
.newsletter h1 i {
	color: #2489FC;
	padding-right: 12px;
}
.newsletter h1 {
	font-size: 26px;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 16px;
}
.newsletter h1 span {
	font-weight: 400;
}
.newsletter .description {
	font-size: 14px;
}
.index-blog .intro .button {
	margin-top:40px;
}
.index-blog .intro .button a {
	color: #fff;
	text-align: center;
	width: 100%;
	border: 2px solid #2489FC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.index-blog .intro .button a:hover {
	background-color: #2489FC;
	text-decoration: none;
	border: 2px solid #2489FC;
	color: #fff;
}
.newsletter .form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	width: 70%!important;
}
.newsletter form .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.42857;
	color: #333333;
	background-color: transparent;
	background-image: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #2489FC;

}
.newsletter form {
	text-align: right;
}
.newsletter form .btn-default {
	color: #333;
	background-color: transparent;
	border: 3px solid #2489FC!important;
}
.newsletter form .btn {
	display: inline-block;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}
.newsletter form .btn-default:hover {
	color: #fff;
	background-color: #2489FC;
	border: 3px solid #2489FC;
}
/* ---------------------------------------------------------------------------- NEWSLETTER STARTS ------------------ */

/* ---------------------------------------------------------------------------- ABOUT US PAGE STARTS ------------------ */

.about-us .contents {
	padding-top: 50px;
}
.about-us .intro {
	text-align: center;
}
.about-us .intro h1 {
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.about-us .intro .detail {
	font-size: 17px;
	color: #333333;
	line-height: 32px;

	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.about-us .intro .doubleline {
	background-image: url(../images/lines/double-line.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 100px;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.about-us .intro .intro-columns {
	margin-top: 40px;
	margin-bottom: 60px;
}
.about-us .intro .intro-columns .block {
	margin-top: 50px;
	margin-bottom: 50px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2489FC;
}
.about-us .intro .intro-columns .block .title {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 17px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 600;
	text-align: center;
	background-color: #f4f4f4;
}
.about-us .intro .intro-columns .block:hover .title {
	color: #fff;
	background-color: #2489FC;
}
.about-us .intro .intro-columns .block .description {
	font-size: 14px;
	color: #333333;
	text-align: left;
	padding: 30px;
}
.about-us .funfacts {
	padding-top: 80px;
	padding-bottom: 80px;
}
.about-us .funfacts .block {
	padding-top: 40px;
	padding-bottom: 40px;
}
.about-us .funfacts .block .icon {
	font-size: 50px;
	color: #fff;
	padding-bottom: 24px;
	margin-bottom: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2489FC;
}
.about-us .funfacts .block .count {
	font-size: 32px;
	color: #fff;
}
.about-us .funfacts .block .caption {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding-top: 12px;
}
.about-us .tabs {
	padding-top: 120px;
	padding-bottom: 120px;
}
.about-us ul.icon-tabs .icon {
	font-size: 60px;
	color: #d1d1d1;
	padding-bottom: 10px;
}
.about-us ul.icon-tabs .caption {
	font-size: 14px;
	color: #d1d1d1;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 500;
}
.about-us .tab-content {
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
}
.about-us .tab-content .picture {
	margin-bottom: 20px;
}
.about-us .tab-content .description {
	font-size: 14px;
	color: #666;
	text-align: left;
}
.about-us .tab-content .tabs-list {
	margin-top: 10px;
}
.about-us .tab-content .tabs-list ul {
	padding: 0px;
	margin: 0px;
}
.about-us .tab-content .tabs-list ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
	color: #333333;
}
.about-us .tab-content .tabs-list ul li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f14a";
	padding-right: 12px;
	color: #2489FC;
}
.about-us ul.nav1 {
	padding: 0px;
	margin: 0px;
}
.about-us .nav1>li {
	list-style-type: none!important;
}
.about-us .nav1>li>a:focus, .about-us .nav1>li>a:hover {
	background-color: transparent;
	text-decoration: none;
}
.about-us .nav1>li>a {
	padding: 0px;
}
.about-us .nav1>li .caption, .about-us .nav1>li>a .caption {
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 14px;
	padding-bottom: 14px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
	background-color: #f4f4f4;
	text-decoration: none;
}
.about-us .nav1>li.active .caption, .about-us .nav1>li>a:focus .caption, .about-us .nav1>li>a:hover .caption {
	color: #000;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2489FC;
	border-right-color: #eeeeee;
	border-bottom-color: transparent;
	border-left-color: #eeeeee;
	background-color: transparent;
	text-decoration: none;
}
.about-us #accordion {
	padding-top: 120px;
	padding-bottom: 120px;
}
.about-us #accordion .panel-default {
	border-color: transparent;
}
.about-us #accordion .panel-default>.panel-heading {
	color: #000;
	background-color: transparent;
	border-color: #fff;
}
.about-us #accordion .panel-heading {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	position: relative;
	padding: 16px;
}
.about-us #accordion .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	text-transform: uppercase;
}
.about-us #accordion .panel-body {
	color: #666666;
	font-size: 14px;
}
.about-us #accordion i.indicator {
	font-size: 14px!important;
	padding-top: 8px;
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 8px;
	right: 20px;
	bottom: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #333333;
}
.about-us #accordion i.indicator.fa-minus {
	background-color: #2489FC!important;
}
.team {
	padding-bottom: 100px;
}
.team .header {
	margin-bottom: 110px;
	height: 0px;
	position: relative;
}
.team .header h1 {
	margin-top: 50px;
	text-align: center;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
}
.team .header h1 span {
	font-size: 24px;
	font-weight: 600;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 22px;
	padding-right: 22px;
	color: #fff;
	background-color: #2489FC;
	text-transform: uppercase;
}
.team .button {
	margin-top: 28px;
}
.team .button a {
	color: #fff;
	text-align: center;
	width: 100%;
	background-color: #2489FC;
	padding-top: 14px;
	padding-right: 24px;
	padding-bottom: 14px;
	padding-left: 24px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
.team .button a:hover {
	background-color: #2489FC;
	text-decoration: none;
	color: #fff;
}
.team .description {
	text-align: center;
	font-size: 14px;
	margin-bottom: 60px;
}
.team .block {
	padding-left: 10px;
	padding-right: 10px;
}
.team .block .picture {
	position: relative;
	background-color: #000;
}
.team .block .picture {
	position: relative;
	background-color: #000;
}
.team .block:hover .picture img {
	opacity: 0.5;
}
.team .block .details {
	background-color: #fff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2489FC;
	text-align: center;
	padding-top: 26px;
	padding-right: 20px;
	padding-bottom: 26px;
	padding-left: 20px;
}
.team .block .details .name {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	text-transform: uppercase;
}
.team .block .details .designation {
	font-size: 14px;
	color: #666666;
	font-weight: 500;
}
.team .block .details .phone {
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	padding-top: 12px;
}
.team .block:hover .details, .team .block:hover .name, .team .block:hover .designation, .team .block:hover .phone {
	background-color: #333333;
	color: #fff;
}
.team .owl-theme .owl-dots .owl-dot {
	margin-top: 50px;
	display: inline-block;
	zoom: 1;
 *display:inline
}
.portfolio-overlay {
	-webkit-backface-visibility: hidden;
	display: block;
	position: absolute!important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	text-align: left;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.portfolio-overlay .icons {
	display: table;
	width: 100%;
	height: 100%;
}
.team .block:hover .portfolio-overlay {
	opacity: 1
}
.portfolio-overlay .icons>:first-child {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.portfolio-overlay .icons>:first-child .icon {
	display: inline-block!important;
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 4px;
	text-align: center;
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	border: 1px solid #FFF;
}
.portfolio-overlay .icons>:first-child .icon a {
	font-size: 16px;
	line-height: normal;
	color: #fff;
}
/* ---------------------------------------------------------------------------- ABOUT US PAGE STARTS ------------------ */

/* ---------------------------------------------------------------------------- SERVICES PAGE STARTS ------------------ */

.services .contents {
	padding-top: 50px;
	padding-bottom: 100px;
}
.services .block {
	margin-bottom: 50px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2489FC;
}
.services .title {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 17px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 600;
	text-align: center;
	background-color: #f4f4f4;
}
.services .block .title a {
	color: #333333;
}
.services .block:hover .title a {
	color: #fff;
}
.services .block:hover .title {
	color: #fff;
	background-color: #2489FC;
}
.services .block .description {
	font-size: 14px;
	color: #333333;
	text-align: left;
	padding: 30px;
}
/* ---------------------------------------------------------------------------- SERVICES PAGE ENDS ------------------ */


/* ---------------------------------------------------------------------------- SERVICES 2 PAGE STARTS ------------------ */


.services-2 .contents {
	padding-top: 50px;
	padding-bottom: 100px;
}
.services-2 .block {
	margin-bottom: 60px;
}
.services-2 .title {
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 17px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 800;
	text-align: center;
}
.services-2 .block .description {
	font-size: 14px;
	color: #333333;
	text-align: left;
}
.services-2 ul.list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
.services-2 ul.list li:first-child {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background-color: #2489FC;
	margin-bottom: 2px;
	list-style-type: none;
}
.services-2 ul.list li {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #f5f5f5;
	margin-bottom: 2px;
	list-style-type: none;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
}
.services-2 ul.list li a {
	color: #000;
}
/* ---------------------------------------------------------------------------- SERVICES 2 PAGE ENDS ------------------ */


/* ---------------------------------------------------------------------------- SERVICES DETAILS PAGE STARTS ------------------ */

.services-details .contents {
	padding-top: 50px;
	padding-bottom: 100px;
}
.services-details .block {
	margin-bottom: 50px;
}
.services-details .block h1 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 15px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 800;
	text-align: center;
}
.services-details .block h2 {
	font-size: 14px;
	color: #666666;
	font-weight: 800;
	text-align: center;

	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.services-details .block .picture {
	margin-top: 10px;
	margin-bottom: 20px;
}
.services-details .block .title {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 800;
	text-align: left;
}
.services-details .block .description {
	font-size: 14px;
	color: #333333;
	text-align: left;
}
.services-details ul.list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
.services-details ul.list li:first-child {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background-color: #2489FC;
	margin-bottom: 2px;
	list-style-type: none;
}
.services-details ul.list li {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #f5f5f5;
	margin-bottom: 2px;
	list-style-type: none;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
}
.services-details ul.list li a {
	color: #000;
}
/* ---------------------------------------------------------------------------- SERVICES DETAILS PAGE ENDS ------------------ */

/* ---------------------------------------------------------------------------- BLOG PAGE STARTS ------------------ */


.blog .contents {
	padding-top: 50px;
	padding-bottom: 50px;
}
.blog .contents .post {
	padding-bottom: 60px;
	margin-bottom: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
}
.blog .contents .post .picture {
	position: relative;
}
.blog .contents .post .date {
	position: absolute;
	z-index: 10;
	top: -30px;
	left: 30px;
	padding-top: 14px;
	padding-bottom: 12px;
	background-color: #2489FC;
	text-align: center;
	text-transform: uppercase;
	min-width: 90px;
	min-height: 90px;
}
.blog .contents .post .date .day {
	font-size: 32px;
	color: #fff;
	font-weight: 800;
}
.blog .contents .post .date .month {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.blog .contents .post .date .year {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 12px;
}
.blog .contents .post .meta {
	padding-top: 30px;
	padding-bottom: 8px;
	font-size: 13px;
}
.blog .contents .post .meta a {
	color: #333;
}
.blog .contents .post .meta .user {
	padding-right: 20px;
}
.blog .contents .post .meta i {
	padding-right: 6px;
}
.blog .contents .post h1 {
	font-size: 21px;
	font-weight: 600;
	color: #525252;
	text-transform: uppercase;
	padding-bottom: 16px;
}
.blog .contents .post h2 {
	font-size: 16px;
	font-weight: 600;
	color: #525252;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 14px;
}
.blog .contents .post .description {
	font-size: 13px;
	color: #666666;
}
.blog .contents .post .button {
	margin-top: 40px;
}
.blog .contents .post .button a {
	color: #333333;
	text-align: center;
	width: 100%;
	border: 2px solid #2489FC;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.blog .contents .post .button a:hover {
	background-color: #2489FC;
	text-decoration: none;
	border: 2px solid #2489FC;
	color: #fff;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dddddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #2489FC;
	border-color: #2489FC;
}
/* ---------------------------------------------------------------------------- BLOG PAGE ENDS ------------------ */

/* ---------------------------------------------------------------------------- BLOG DETAIL PAGE ENDS ------------------ */


.blog .contents .post-detail {
	padding-bottom: 40px;
}
.blog .contents .post-detail .picture {
	position: relative;
}
.blog .contents .post-detail .date {
	position: absolute;
	z-index: 10;
	top: -30px;
	left: 30px;
	padding-top: 14px;
	padding-bottom: 12px;
	background-color: #2489FC;
	text-align: center;
	text-transform: uppercase;
	min-width: 90px;
	min-height: 90px;
}
.blog .contents .post-detail .date .day {
	font-size: 32px;
	color: #fff;
	font-weight: 800;
}
.blog .contents .post-detail .date .month {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.blog .contents .post-detail .date .year {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 12px;
}
.blog .contents .post-detail .meta {
	padding-top: 30px;
	padding-bottom: 8px;
	font-size: 13px;
}
.blog .contents .post-detail .meta a {
	color: #333;
}
.blog .contents .post-detail .meta .user {
	padding-right: 20px;
}
.blog .contents .post-detail .meta i {
	padding-right: 6px;
}
.blog .contents .post-detail h1 {
	font-size: 21px;
	font-weight: 600;
	color: #525252;
	text-transform: uppercase;
	padding-bottom: 16px;
}
.blog .contents .post-detail h2 {
	font-size: 16px;
	font-weight: 600;
	color: #525252;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 14px;
}
.blog .contents .post-detail .description {
	font-size: 13px;
	color: #666666;
}
blockquote {
	font-size: 15px;
	border-left: none;
	background-color: #2489FC;
	color: #fff;

	width: 90%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding: 30px;
	position: relative;
}
blockquote .quote {
	position: absolute;
	z-index: 100;
	top: -14px;
	background-image: url(../images/testimonials/quote.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	right: 30px;
}
.blog .social-icons {
	padding-top: 40px;
	padding-bottom: 60px;
}
.blog .social-icons ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.blog .social-icons ul li {
	display: inline-block;
	width: 36px;
	height: 36px;
	color: #cccccc;
	font-size: 14px;
	border: 1px solid #cccccc;
	text-align: center;
	padding-top: 6px;
}
.blog .social-icons ul li:first-child {
	display: inline-block;
	width: auto;
	border: none;
	color: #888888;
	font-size: 14px;
	padding-right: 12px;

}
.blog .social-icons ul li a {
	color: #cccccc;
}
.blog .social-icons ul li:hover {
	color: #fff;
	background-color: #2489FC;
}
.blog .social-icons ul li:hover a {
	color: #fff;
}
.blog .social-icons ul li:hover:first-child {
	color: #888888;
	background-color: transparent;
}
.blog .comments {
	margin-bottom: 80px;
}
.blog .comments h1 {
	font-size: 17px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 15px;
}
.blog .comments .line {
	background-color: #2489FC;
	height: 3px;
	width: 30px;
	margin-top: 10px;
	margin-bottom: 26px;
}
.blog .comments h1 {
	font-size: 16px;
	color: #000;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.blog .comments .media-heading {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 20px;
}
.blog .comments .date {
	font-size: 12px;
	color: #2489FC;
}
.blog .comments .media-left {
	padding-top: 20px;
}
.blog .comments .media-body {
	position: relative;
}
.blog .comments .media-body p {
	font-size: 13px;
	line-height: 24px;
	color: #666666;
	padding-top: 12px;
}
.blog .comments .media-body a.reply {
	color: #2489FC;
	font-size: 14px;
	position: absolute;
	z-index: 10;
	top: -1px;
	right: -1px;
	color: #2489FC;
	text-align: center;
	vertical-align: middle;
	height: 44px;
	width: 44px;
	border: 1px solid #eeeeee;
	line-height: 44px;
}
.blog .comments .media-body a.reply:hover {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #2489FC;
	text-decoration: none;
}
.blog .comments .media-body .media {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e5e6;
	/*padding-top: 20px;*/
	padding-bottom: 20px;
	padding-left: 20px;
}
.blog .comments .media-list li.media {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border: 1px solid #e4e5e6;
	/*padding-top: 20px;*/
	padding-bottom: 20px;
	padding-left: 20px;
}
.blog .leave-a-comment {
	margin-bottom: 80px;
}
.blog .leave-a-comment h1 {
	font-size: 17px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 15px;
}
.blog .leave-a-comment .line {
	background-color: #2489FC;
	height: 3px;
	width: 30px;
	margin-top: 10px;
	margin-bottom: 26px;
}
.blog .leave-a-comment form {
	margin-bottom: 60px;
}
.blog .leave-a-comment form .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.42857;
	color: #666666;
	background-color: transparent;
	background-image: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #eeeeee;

}
.blog .leave-a-comment form .btn-default {
	color: #333;
	background-color: transparent;
	border: 3px solid #2489FC!important;
}
.blog .leave-a-comment form .btn {
	display: inline-block;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}
.blog .leave-a-comment form .btn-default:hover {
	color: #fff;
	background-color: #2489FC;
	border: 3px solid #2489FC;
}
/* ---------------------------------------------------------------------------- BLOG DETAIL PAGE STARTS ------------------ */

/* ---------------------------------------------------------------------------- SIDEBAR STARTS ------------------ */


.sidebar .searchform3, .sidebar .categories, .sidebar .about, .sidebar .s-icons, .sidebar .posts-tabs, .sidebar .photos, .sidebar .tags, .sidebar .latest-offers {
	margin-bottom: 50px;
}
.sidebar .searchform3 {
	width: 100%;
	height: 24px;
	line-height: 24px;
	cursor: default;
	margin-top: 0px;
	margin-bottom: 60px;
}
.sidebar #search3 {
	display: block;
	position: relative;
}
.sidebar #s3 {
	width: 100%;
	padding: 8px 11px;
	font-size: 15px;
	color: #333333;
	border-bottom-width: 1;
	border-bottom-style: solid;
background: #436796;
	border-top-style: none!important;
	border-right-style: none!important;
	border-left-style: none!important;

}
.sidebar .sbtn3 {
	display: block;
	position: absolute;
	right: 5px;
	top: 8px;
	background: none;
	border: none;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
}
.sidebar h1 {
	font-size: 17px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 15px;
}
.sidebar .line {
	background-color: #2489FC;
	height: 3px;
	width: 30px;
	margin-top: 10px;
	margin-bottom: 26px;
}
.sidebar .categories ul {
	padding: 0px;
	margin: 0px;
}
.sidebar .categories ul li {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	list-style-type: none;
}
.sidebar .categories ul li:last-child {
	margin-bottom: 0px;
}
.sidebar .categories ul li .info {
	float: left;
}
.sidebar .categories ul li .info h2 {
	font-size: 14px;
	color: #666666;
	font-weight: 600;
	padding-top: 0px;
	margin-top: 0px;
}
.sidebar .categories ul li .info h3 {
	font-size: 13px;
	color: #888888;

	padding: 0px;
	margin: 0px;
}
.sidebar .categories ul li .info h3 a {
	color: #888888;
}
.sidebar .categories ul li .posts {
	float: right;
	color: #888888;
	font-size: 16px;
	text-align: center;
}
.sidebar .categories ul li:hover .info h2, .sidebar .categories ul li:hover .info h3, .sidebar .categories ul li:hover .info h3 a {
	color: #2489FC;
}
.sidebar .s-icons {
	margin-top: 40px;
}
.sidebar ul.icon-tabs .icon {
	font-size: 60px;
	color: #d1d1d1;
	padding-bottom: 10px;
}
.sidebar ul.icon-tabs .caption {
	font-size: 14px;
	color: #d1d1d1;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 500;
}
.sidebar .tab-content {
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
}
.sidebar .tab-content ul {
	padding: 0px;
	margin: 0px;
}
.sidebar .tab-content ul li {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sidebar .tab-content ul li .picture {
	float: left;
}
.sidebar .tab-content ul li .info {
	padding-left: 90px;
}
.sidebar .tab-content ul li .info .caption {
	font-size: 14px;
	color: #666;
	text-align: left;
}
.sidebar .tab-content ul li .info .caption a {
	font-size: 14px;
	color: #666;
	text-align: left;
}
.sidebar .tab-content ul li .info .date {
	font-size: 12px;
	color: #2489FC;
	text-align: left;
}
.sidebar ul.nav1 {
	padding: 0px;
	margin: 0px;
}
.sidebar .nav1>li {
	list-style-type: none!important;
}
.sidebar .nav1>li>a:focus, .sidebar .nav1>li>a:hover {
	background-color: transparent;
	text-decoration: none;
}
.sidebar .nav1>li>a {
	padding: 0px;
}
.sidebar .nav1>li .caption, .sidebar .nav1>li>a .caption {
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 14px;
	padding-bottom: 14px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
	background-color: #f4f4f4;
	text-decoration: none;
}
.sidebar .nav1>li.active .caption, .sidebar .nav1>li>a:focus .caption, .sidebar .nav1>li>a:hover .caption {
	color: #000;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2489FC;
	border-right-color: #eeeeee;
	border-bottom-color: transparent;
	border-left-color: #eeeeee;
	background-color: transparent;
	text-decoration: none;
}
.photos ul {
	padding: 0px;
	margin: 0px;
}
.photos ul li {
	list-style-type: none;
	display: inline-block;
	padding-right: 5px;
}
.photos ul li img:hover {
	opacity: 0.7;
}
.tag-list a {
	border: 1px solid #dddddd;
	display: inline-block;
	font-size: 11px;
	color: #333333;
	background-color: #f4f4f4;
	margin-bottom: 5px;
	margin-right: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tag-list a, .tag-list a:hover, .tag-list a:active, .tag-list a:focus {
	text-decoration: none;
	outline: none;
}
.tag-list a:hover {
	color: #fff;
	background-color: #2489FC;
	border: 1px solid #2489FC;
}
.latest-offers .block .picture {
	margin-bottom: 20px;
}
.latest-offers .block h1 {
	font-size: 16px;
	color: #333333;
}
.latest-offers .block .description {
	font-size: 13px;
}
.latest-offers .owl-theme .owl-controls .owl-nav .owl-prev {
	position: absolute;
	z-index: 10;
	left: auto;
	right: 0;
	top: auto;
	margin-top: 20px;
}
.latest-offers .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	z-index: 10;
	left: auto;
	right: 39px;
	top: auto;
	margin-top: 20px;
}
.latest-offers .owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #888;
	font-size: 18px;
	background-color: transparent;
	display: inline-block;
	cursor: pointer;
	height: 40px;
	width: 40px;
	padding-top: 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 0px;
	border: 1px solid #dddddd;
}
.latest-offers .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: #2489FC;
	color: #fff;
	text-decoration: none
}
/* ---------------------------------------------------------------------------- SIDEBAR STARTS ------------------ */


/* ---------------------------------------------------------------------------- CONTACT PAGE STARTS ------------------ */

.contact .contents {
	padding-top: 20px;
	padding-bottom: 100px;
}
.contact .contents h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 600;
}
.contact .contents .line {
	background-color: #2489FC;
	height: 3px;
	width: 30px;
	margin-top: 24px;
	margin-bottom: 30px;
}
.contact .contents .map {
	margin-top: 50px;
	margin-bottom: 50px;
}
iframe {
	border: none;
	width: 100%;
}
.contact .contents ul.contact-info {
	padding: 0px;
	margin: 0px;
}
.contact .contents ul.contact-info li {
	padding-bottom: 6px;
	list-style-type: none;
}
.contact .contents ul.contact-info li a {
	color: #333;
}
.contact .contents ul.contact-info li i {
	width: 30px;
	font-size: 18px;
	text-align: center;
	color: #2489FC;
	padding-right: 12px;
}
.contact .contents form {
	margin-top: 30px;
	margin-bottom: 60px;
}
.contact .contents form .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.42857;
	color: #666666;
	background-color: transparent;
	background-image: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #eeeeee;

}
.contact .contents form .btn-default {
	color: #333;
	background-color: transparent;
	border: 3px solid #2489FC!important;
}
.contact .contents form .btn {
	display: inline-block;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}
.contact .contents form .btn-default:hover {
	color: #fff;
	background-color: #2489FC;
	border: 3px solid #2489FC;
}
#message_post {
	text-align: center;
}
.errorMessage {
	color: #ff0000;
	margin-bottom: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #fff;
}
.successMessage {
	color: #12d62d;
	margin-bottom: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #fff;
}
/* ---------------------------------------------------------------------------- CONTACT PAGE ENDS ------------------ */

/* ---------------------------------------------------------------------------- COMING SOON STARTS ------------------ */


.coming-soon .inner-banner {
	padding-top: 50px;
}
.coming-soon .inner-banner .header {
	margin-bottom: 80px;
	height: 120px;
	position: relative;
}
.coming-soon .inner-banner .header .logo {
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 12;
}
.coming-soon .contents {
	padding-top: 20px;
	padding-bottom: 100px;
}
.coming-soon .contents h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 600;
	text-align: center;
}
.coming-soon .contents .line {
	background-color: #2489FC;
	height: 3px;
	width: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: 30px;
	text-align: center;
}
.coming-soon .contents .description {
	margin-bottom: 60px;
	text-align: center;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
#counter {
	width: 100%;
	color: #000;
	text-align: center;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 110px;
	margin-left: auto;
}
#counter span {
	font-size: 110px;
	display: inline-block;
	min-width: 25%;
	float: left;
	color: #fff;
	font-weight: 400;
	background-color: #2489FC;
	line-height: 250px;
	border: 6px solid #FFF;
}
#counter span em {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	color: #333333;
	font-style: normal;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 70px;
	background-color: #fff;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2489FC;
}
/* ---------------------------------------------------------------------------- COMING SOON STARTS ------------------ */


/* ---------------------------------------------------------------------------- COLORED TEXT STARTS ------------------ */

.yellow-text {
	color: #2489FC;
}
/* ---------------------------------------------------------------------------- COLORED TEXT ENDS ------------------ */

/* ---------------------------------------------------------------------------- NO GUTTER STARTS ---------- */

.no-gutter-2 [class*="-2"] {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-3 [class*="-3"] {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-4 [class*="-4"] {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-6 [class*="-6"] {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-8 [class*="-8"] {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-9 [class*="-9"] {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-12 [class*="-12"] {
	padding-left: 0;
	padding-right: 0;
}
/* ---------------------------------------------------------------------------- NO GUTTER ENDS ---------- */


/* ---------------------------------------------------------------------------- SOCIAL ICONS ENDS ------------------ */
.social-icons {
	padding-top: 40px;
	padding-bottom: 40px;
}
.social-icons ul {
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.social-icons ul li {
	display: inline-block;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #555555;
	text-align: center;
	padding-top: 6px;
}
.social-icons ul li a {
	color: #fff;
}
.social-icons ul li:hover {
	background-color: #2489FC;
}
.s-icons {
	margin: 0px;
	padding: 0px;
}
.s-icons .icon {
	color: #fff!important;
	font-size: 40px;
	background-color: #c9d1d3;
	text-align: center;
	padding-top: 28px;
	padding-bottom: 22px;
}
.s-icons .icon:hover {
	opacity: 0.8;
}
.s-icons .icon a {
	color: #fff!important;
}
.s-icons .caption {
	font-size: 12px;
	padding-top: 12px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.s-icons .icon.fb {
	background-color: #0253a2;
}
.s-icons .icon.twitter {
	background-color: #36d8ff;
}
.s-icons .icon.vimeo {
	background-color: #1bb7ea;
}
.s-icons .icon.google-plus {
	background-color: #d6492f;
}
.s-icons .icon.rss {
	background-color: #ff8a00;
}
.s-icons .icon.pinterest {
	background-color: #cc2127;
}
/* ---------------------------------------------------------------------------- SOCIAL ICONS ENDS ------------------ */

/* ---------------------------------------------------------------------------- FOOTER STARTS ------------------ */

footer {
	padding-top: 50px;
	padding-bottom: 30px;
	color: #fff;
background: url(../images/14.jpg);
font-size: 14px;
position:relative;
}


footer:after {
content: "";
position: absolute;
left: 0px;
top: 0px;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
}

footer .container {

position: relative;
z-index: 9;
}


footer h1 {
	color: #2489FC;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
}
footer .about-us, footer .upcoming-sales, footer .flickr, footer .contact-info {
	padding-bottom: 30px;
}
footer .button {
	margin-top: 40px;
}
footer .button a {
	color: #fff;
	text-align: center;
	width: 100%;
	border: 2px solid #555555;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
footer .button a:hover {
	background-color: #2489FC;
	text-decoration: none;
	border: 2px solid #2489FC;
	color: #fff;
}
footer .upcoming-sales ul {
	padding: 0px;
	margin: 0px;
}
footer .upcoming-sales ul li {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	list-style-type: none;
}
footer .upcoming-sales ul li:last-child {
	margin-bottom: 0px;
}
footer .upcoming-sales ul li .info {
	float: left;
}
footer .upcoming-sales ul li .info h2 {
	font-size: 14px;
	color: #cccccc;
	font-weight: 600;
	padding-top: 0px;
	margin-top: 0px;
}
footer .upcoming-sales ul li .info h3 {
	font-size: 13px;
	color: #888888;

	padding: 0px;
	margin: 0px;
}
footer .upcoming-sales ul li .info h3 a {
	color: #888888;
}
footer .upcoming-sales ul li .date {
	float: right;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	background-color: #2489FC;
	text-align: center;
	padding-top: 7px;
}
footer .upcoming-sales ul li:hover .date {
	background-color: #2489FC;
}
footer .flickr .thumbs {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
footer .flickr .thumbs li {
	list-style: none;
	float: left;
	margin: 5px;
	padding: 0px;
	background: #000;
	-moz-box-shadow: 0 0 4px #444;
	-webkit-box-shadow: 0 0 2px #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
footer .flickr .thumbs li:hover img {
	opacity: 0.7;
}
footer .flickr .thumbs li img {
	display: block;
}
footer .flickr .thumbs li a img {
	border: none;
}
footer .contact-info .phone {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
}
footer .contact-info strong {
	color: #fff;
	margin-bottom: 12px;
}
footer .contact-info a {
	color: #888888;
}
/* ---------------------------------------------------------------------------- FOOTER STARTS ------------------ */

/* ---------------------------------------------------------------------------- COPYRIGHT STARTS ------------------ */

.copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 12px;
	color: #868686;
}
.copyright a {
	color: #2489FC;
}
/* ---------------------------------------------------------------------------- COPYRIGHT ENDS ------------------ */

/* ----------------------------------------------------------------------------- TOTOP STARTS ------------------ */

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #2489FC;
	z-index: 999997;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    font-size: 20px;
    color: #fff;
text-align: center;
line-height: 40px;
}
.scrollup:hover {
	opacity: 0.9;
}


.scrollup:focus {
outline: none;
border: none;
}

/* ----------------------------------------------------------------------------- TOTOP ENDS ------------------ */

/* ---------------------------------------------------------------------------- PARALLAX STARTS ------------------ */

.parallax-1 {
background-attachment: fixed;
background-image: url(../images/background.jpg);
background-repeat: repeat;
position: relative;
}

.parallax-1 .container {
position:relative;
z-index:1;
}

.parallax-1:after {
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.1);
}



.parallax-2 {
	background-attachment: fixed;
	background-image: url(../images/parallax/2.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: cover;
}
.parallax-3 {
	background-attachment: fixed;
	background-image: url(../images/parallax/3.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: cover;
}
/* ---------------------------------------------------------------------------- PARALLAX ENDS ------------------ */


/* ---------------------------------------------------------------------------- BACKGROUND STARTS ------------------ */

.very-light-grey {
	background-color: #f4f4f4;
}
.light-grey {
	background-color: #ececec;
}
.medium-grey {
	background-color: #cbcbcb;
}


/*
.dark-grey {
background-color: #2489FC;

}*/
/*
.dark-grey-2 {
	background-color: #1daefe;
}
.dark-grey-3 {
	background-color: #111111;
}
*/

/* ---------------------------------------------------------------------------- BACKGROUND ENDS ------------------ */

 @media (min-width:992px) and (max-width:1199px) {
.newsletter form {
	text-align: center;
	margin-top: 20px;
}
.index-3-cols .block {
	padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 70px;
	padding-left: 30px;
}
#options ul {
	width: auto;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
}
@media (min-width:768px) and (max-width:991px) {
.index-about-us {

	padding-bottom: 30px;
}
.index-about-us h1 {
	margin-top: 30px;
}
.index-3-cols .block {
	padding-top: 70px;
	padding-right: 40px;
	padding-bottom: 70px;
	padding-left: 40px;
}
.what-we-offer {
	padding-bottom: 30px;
}
.what-we-offer .header {
	margin-bottom: 90px;
	height: 0px;
	position: relative;
}
.what-we-offer .block {
	margin-bottom: 50px;
}
.what-we-offer .block .picture {
	margin-bottom: 30px;
}
#options ul {
	width: auto;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.renew-store .no-gutter-3 {
display: inline-block;
	margin-bottom: 1px;
}
.renew-store .block .picture {


}


.renew-store .block .picture .l-arrow:after {
	position: absolute;
	right: 20px;
	top: auto;
	bottom: -16px!important;
	font-size: 50px!important;
	color: #4f4f4f;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}
.renew-store .block .picture .r-arrow:after {
	position: absolute;
	left: 20px!important;
	top: -20px;
	font-size: 50px!important;
	color: #4f4f4f;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}
.clients {
	padding-bottom: 40px;
}
.clients .header {
	margin-bottom: 80px;
	height: 0px;
	position: relative;
}
.clients .description {
	margin-bottom: 40px;
}
.newsletter {
	padding-top: 30px;
	padding-bottom: 70px;
}
.newsletter form {
	text-align: center;
	margin-top: 20px;
}
.newsletter form .btn-default {
	margin-top: 20px;
}
.social-icons .logo {
	text-align: center;
}
.social-icons ul {
	text-align: center;
	margin-top: 30px;
}
#counter {
	width: 100%;
	color: #000;
	text-align: center;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 110px!important;
	margin-left: auto;
}
#counter span {
	font-size: 70px;
	display: inline-block;
	min-width: 25%;
	float: left;
	color: #fff;
	font-weight: 400;
	background-color: #2489FC;
	line-height: 200px;
	border: 4px solid #FFF;
}
#counter span em {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	color: #333333;
	font-style: normal;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 70px;
	background-color: #fff;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2489FC;
}
footer .about-us, footer .upcoming-sales, footer .flickr, footer .contact-info {
	padding-bottom: 50px;
}
}
@media (min-width:320px) and (max-width:767px) {

.navbar-header,
#navigation ul.nav li { 
float:none
}

.navbar-brand img {
height: 65px;
}


#navigation ul.dropdown-menu {
	margin-top: 0px;
}
.navbar-nav {
	margin-left: 0px!important;
	text-align: rieght !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	background-color:#efefef!important;
border: 0 !important;
}
#navigation ul.nav {
	padding-top: 10px;
	padding-bottom: 10px;
width: 100%;
text-align: right;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 0px;
}
.navbar-nav {
	display: inline-block;
	text-align: center;
	margin: 0;
}
#navigation ul.nav li {
	padding: 0px;
	border: none;
}
#navigation ul.nav li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#navigation .navbar-default ul.nav li {
	padding: 0px;
	border: none;
}
#navigation .navbar-default ul.nav li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navbar-brand {
	float: left;
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.breadcrumb {
	position: absolute;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 12;
}
.strip h1 {
	margin-bottom: 20px;
	text-align: center;
}
.strip .button {
	margin-bottom: 20px;
	text-align: center;
}
.index-about-us {
	padding-top: 10px;
padding-bottom: 10px !important;
}
.index-about-us h1 {
	margin-top: 30px;
}
.index-3-cols .block {
	padding-top: 70px;
	padding-right: 40px;
	padding-bottom: 70px;
	padding-left: 40px;
}
.what-we-offer {
	padding-bottom: 30px !important;
	padding-top: 10px;
}
.what-we-offer .header {
	margin-bottom: 90px;
	height: 0px;
	position: relative;
}
.what-we-offer .block {
	margin-bottom: 50px;
}
.what-we-offer .block .picture {
	margin-bottom: 30px;
}
#options {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 25px;
}
#options ul.right {
	text-align: center;
}
#options ul li {
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#options ul li a {
	font-size: 14px;
}
.renew-store .no-gutter-3 {
	margin-bottom: 1px;
}
.renew-store .block .picture {


}
.renew-store .block .picture .l-arrow:after {
	position: absolute;
	right: 20px;
	top: auto;
	bottom: -16px!important;
	font-size: 50px!important;
	color: #4f4f4f;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}
.renew-store .block .picture .r-arrow:after {
	position: absolute;
	left: 20px!important;
	top: -20px;
	font-size: 50px!important;
	color: #4f4f4f;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}
.clients {
	padding-bottom: 40px;
}
.clients .header {
	margin-bottom: 80px;
	height: 0px;
	position: relative;
}
.clients .description {
	margin-bottom: 40px;
}
.newsletter {
	padding-top: 30px;
	padding-bottom: 70px;
}
.newsletter form {
	text-align: center;
	margin-top: 20px;
}
.newsletter form .btn-default {
	margin-top: 20px;
}
.social-icons .logo {
	text-align: center;
}
.social-icons ul {
	text-align: center;
	margin-top: 30px;
}
#counter {
	width: 100%;
	color: #000;
	text-align: center;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 110px!important;
	margin-left: auto;
}
#counter span {
	font-size: 50px;
	display: inline-block;
	min-width: 25%;
	float: left;
	color: #fff;
	font-weight: 400;
	background-color: #2489FC;
	line-height: 150px;
	border: 2px solid #FFF;
}
#counter span em {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	color: #333333;
	font-style: normal;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 70px;
	background-color: #fff;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2489FC;
}
footer .about-us, footer .upcoming-sales, footer .flickr, footer .contact-info {
	padding-bottom: 50px;
}
}
@media (min-width:320px) and (max-width:480px) {
.index-about-us {
	padding-top: 10px;
	padding-bottom: 70px;
}
.index-about-us h1 {
	margin-top: 30px;
}
.index-3-cols .block {
	padding-top: 70px;
	padding-right: 40px;
	padding-bottom: 70px;
	padding-left: 40px;
}
.what-we-offer {
	padding-bottom: 70px;
}
.what-we-offer .header {
	margin-bottom: 90px;
	height: 0px;
	position: relative;
}
.what-we-offer .block {
	margin-bottom: 50px;
}
.what-we-offer .block .picture {
	margin-bottom: 30px;
}
#options {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
#options ul.right {
	text-align: center;
}
#options ul li {
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#options ul li a {
	font-size: 12px;
}
.renew-store .block .picture {


}
.renew-store .block .picture .l-arrow {
	display: none;
}
.renew-store .block .picture .r-arrow {
	display: none;
}
.clients {
	padding-bottom: 40px;
}
.clients .header {
	margin-bottom: 80px;
	height: 0px;
	position: relative;
}
.clients .description {
	margin-bottom: 40px;
}
.newsletter {
	padding-top: 30px;
	padding-bottom: 70px;
}
.newsletter form {
	text-align: center;
	margin-top: 20px;
}
.newsletter form .btn-default {
	margin-top: 20px;
}
.social-icons .logo {
	text-align: center;
}
.social-icons ul {
	text-align: center;
	margin-top: 30px;
}
footer .about-us, footer .upcoming-sales, footer .flickr, footer .contact-info {
	padding-bottom: 50px;
}
}





.header-top-two { padding: 7px 0 !important;}


/*
.header-top-two .top-left ul li .social-links a .fa-facebook-f:hover { color: #4267b2;} 
.header-top-two .top-left ul li .social-links a .fa-twitter:hover { color: #2aa9e0;}
.header-top-two .top-left ul li .social-links a .fa-youtube:hover { color: red;}
.header-top-two .top-left ul li .social-links a .fa-pinterest-p:hover { color: #d5080f;}
 
.header-top-two .top-left ul li .social-links a .fa-google-plus:hover { color: #db4437;}

*/

.header-top-two .top-left ul li .social-links a:hover {
color:#3FB4FB
}






.header-top-two{
	position:relative;
	padding:0;
background-color: #2489FC;

}

.header-top-two .top-left{
	float:left;
}

.header-top-two .top-right{
	float:right;
display: inline-block;
}


@media only screen and (max-width: 767px){


.index-blog .intro {
padding-right: 0px;
padding-left: 0px;
}



.header-top-two {
    padding: 0 !important;
}

.header-top-two li.language a {
margin: 5px 0;
display: block;
}

.header-top-two .top-right ul li,
.header-top-two .top-left{
	float:none !important;
}

.header-top-two .top-right{
	float:none;
display: inline-block;
width: 100%;
text-align: center;
} 



.col-height {
float: right !important;
}

.renew-store .block {
height: 250px !important;
display: inline-block;
margin: 10px 0
}



.container.dark-grey {
width:auto;
padding:0 15px !important
}


.row-height {
width: 100% !important;
}

.no-gutter-3 .row-height:nth-child(2n+1) {
    margin-right: 0;
}

.what-we-offer .picture .img-responsive {
width: auto !important;
height: 150px;
margin: 0 auto;
}


.header-top-two .top-right {
float: none;
}

    .clients-section-two h2 { font-size: 18px !important;}
    .project-section.fullwidth-galley .gallery-item-four { width: 50% !important;}
    .about-section .about-column .inner-image-column .image img { height: 200px !important;}
    .access { display: none;}
    
    .testimonial-section-two .owl-nav { display: none;}
    .testimonial-section-two .owl-dots,
    .testimonial-section-three .owl-dots { display: block !important;}
    .header-top-two .top-left ul li { width: 100%; text-align: center;}
}

.header-top-two .top-left ul li{
    float: left;
	position:relative;
	padding-right:15px;
	margin-right:15px;
	font-size:14px;
	color: #fff !important;

	display:inline-block;
}


.header-top-two .top-left ul li span {
text-align:right;
padding-right:8px;
}


.header-top-two .top-left ul li:after{
	position: absolute;
    content: '';
    right: -4px;
    top: -5px;
    width: 2px;
    height: 40px;
    background: url(../images/icons/seperater.png) right top no-repeat;
}

.header-top-two .top-left ul li:last-child::after{
	display:none;
}

.header-top-two .top-right ul li {
float: right;
text-align: right;
list-style: none;
}

.header-top-two .top-right ul li .social-links a{
line-height: 26px;
	margin-right:12px;
	color: #fff;
    font-size: 14px;
}


.fir-sed {
float:right
}

.header-top-two .top-right ul li .social-links a:last-child{
	margin-right:0px;
}

.header-top-two .top-right ul li i{
	color:#fff;
	font-size:14px;
	margin-left:8px;

float:right;
}

.header-top-two li.language{
	position:relative;
	padding-right: 15px;
    line-height: 1.4em;
	display:inline-block;

}

.header-top-two li.language a{
position:relative;
color:#fff;
background:none;
border-radius:0px;
border:none;
padding-right: 0;
font-family: Messiri;
line-height: 20px;
padding: 6px 17px;

}

/*
.header-top-two li.language a:hover{
background: #0c3b69;
}
*/
.header-top-two .language .dropdown-menu > li{
	padding:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.header-top-two .language .dropdown-menu > li > a{
	padding:10px 20px !important;
	color:#ffffff;
	text-align:right;
	-webkit-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;	
}

.header-top-two .language .dropdown-menu > li > a:hover{
	color:#ffffff;
	background-color:#eb5310;
}

.header-top-two .language .dropdown-menu{
	width:180px;
	padding:0px;
	margin-top:10px;
	background-color:#333;
    border-top:3px solid #eb5310;
}



.eng-lan {
    width: 20px;
    height: 18px;
    margin-right: 5px;
margin-top: 5px;
}




        /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider bullet skin 101 css*/
        .jssorb101 .i {position:absolute;cursor:pointer;}
        .jssorb101 .i .ci {fill:#000;}
        .jssorb101 .i .co {fill:#fff;opacity:.3;}
        .jssorb101 .i:hover .co {fill:#ff9933;opacity: 1;}
        .jssorb101 .i:hover .ci {fill:#fff;}
        .jssorb101 .iav .ci {fill:#fff;stroke-width:0;}
        .jssorb101 .iav .co {fill:#46d1d3;opacity: 1;}
        .jssorb101 .i.idn {opacity:.3;}

        /*jssor slider arrow skin 051 css*/
        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}


#jssor_1 {
position:relative;
}


#jssor_1:after {
position:absolute;
content:" ";
top:0;
left:0;
background:rgba(0,0,0,.3);
width:100%;
height:100%;
z-index:5
}

















.details {
position: absolute;
text-align: 0;
top: -25%;
width: 100%;
left: 0;
z-index: 9;
}



.details img {
width: 200px;
margin: 0 auto;
    border: 1px solid #f00;
height: 200px;
background: #fff;}













/*==// Footer Setup //==*/
footer {
	background-color: #06345c;
	float: left;
	width: 100%;
padding: 40px 0px 0px 0px;
text-align: right;
background-size: cover;
}
footer .widget {
	margin: 0px -4px 0px 0px;
}
.widget-title {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.widget-title h2 {
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px 0px 15px 0px;
	position: relative;
font-size:22px;
}
.widget-title h2:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -1px;
	border-bottom: 1px solid #a9a9a9;
	width: 50px;
	height: 1px;
}
/*--// Text Widget Setup //--*/
.text-widget > p {
	color: #fff;
font-weight: normal;
	margin: 0px 0px 25px 0px;
}

.kd-userinfo li a {
color:#fff;
font-weight: normal;
text-transform: uppercase;
line-height: 30px;
}




.kd-userinfo {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.kd-userinfo li {
	list-style: none;
	float: left;
	width: 100%;
}
.kd-userinfo li i {
float: right;
margin: 5px 0 0px 12px;
color: #0081FF !important;
}
footer .kd-userinfo li p, footer .kd-userinfo li p a {
	color: #ffffff;
font-weight: normal;
}
footer .socialnetwork {
	float: right;
}
footer .socialnetwork ul li {

margin: 0px 7px 7px 0px;
list-style: none;
float: left;
width: 42px;
height: 42px;
background: #2489FC;
border-radius: 50%;
padding: 10px;
line-height: 26px;
text-align: center;

}
footer .socialnetwork ul li a {
	color: #fff !important;

	width: 33px;
	height: 33px;
	text-align: center;
	padding: 2px 0px 0px 0px;
}
footer .socialnetwork ul li:hover {

background: #fff;
}



footer .socialnetwork ul li:hover a {
	color: #2489FC !important;

}
.newslatter-form input[type=text]{

background: #fff9;
border: 1px solid transparent;
padding: 8px 5px;
color: #333;
width: 100%;
border-radius: 20px;
text-align: right;
padding-right:15px;
}



.thbg-color {
border-radius: 20px;
color: #333;
background: #fff9;
border: 1px solid transparent;
padding: 8px 15px;
margin-top: 15px;
}


.thbg-color:hover { 
color: #fff;
background: #2489FC !important;}





.container.dark-grey {
width:100%;
padding:0 !important
}

.renew-store .no-gutter-3 {
    margin-bottom: 1px;
    display: inline-block;
}
@media only screen and (max-width: 767px){

.header-top-two .top-left,
.fixed {
display:none !important
}


.renew-store .block .detail {

padding:15px!important;}

.renew-store .no-gutter-3 {
    margin-bottom: 1px;
    display: inline-block;
}

.renew-store .block .picture img {
height: 250px;
}


.container.dark-grey {
width:auto;
padding:0 15px !important
}
}



.perv-more {
float: right;
color: #29567d;
position: absolute;
width: 100px;
right: -20px;
bottom: 4px;
text-transform: capitalize;
}	



.recentpost-widget {
display: inline-block;
}



.copy-rr {
margin-top:10px;
background: rgba(255,255,255,0.1);
}



.copy-rr p {

text-align: center;
line-height: 35px;
margin: 0 !important;
padding: 0 !important;
}


.fixed {

width: 100%;
position: fixed;
background: #f2f2f2;
top: 0;
left: 0;}






    #myCarousel {
        width: 100%;
        height: 600px;
    }
    
    #myCarousel h1 {
        font-size: 22px;
        color: #fff;
font-weight: bold;
text-transform: capitalize;

	font-family: DroidKufi-Regular;

    }
    
    #myCarousel h2 {
        text-align: center;
        font-size: 18px;
        color: #fff;
        line-height: 37px;
	font-family: DroidKufi-Regular;
    }
    
    #myCarousel .prev {
        left: 0px;
    }
    
    #myCarousel .prev,
    #myCarousel .next {
        position: absolute;
        top: 50%;
        background-color: #1eabda;
        color: #fff;
        display: inline-block;
        margin-top: -25px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;

        z-index: 5;
    }
    
    #myCarousel {
        position: relative;
    }
    
    .no-margin {
        margin: 0;
        padding: 0;
    }
    
    #myCarousel.carousel {
        position: relative;
display: inline-block;
    }
    
    #myCarousel.carousel .carousel-content {
text-align: center;
width: 50%;
float:right;
margin: 0 auto;
    margin-top: 0px;
margin-top: 0px;
margin-top: 240px;
position: relative;
z-index: 4;
background: rgba(0,0,0,.6);
padding: 20px;
border-radius: 5px;
    }
    
    #myCarousel.carousel .slide-margin {}
    
    #myCarousel.carousel .btn-slide {
        padding: 8px 20px;
        background: #1eabda;
        color: #fff;
        border-radius: 4px;
        margin-top: 25px;
        display: inline-block;
    }
    
    #myCarousel.carousel .slider-img {
        text-align: right;
        position: absolute;
        top: 130px;
    }
    
    #myCarousel.carousel .slider-img img {
        width: 400px;
        height: 350px;
    }
    
    #myCarousel.carousel .item {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        left: 0 !important;
        opacity: 0;
        top: 0;
        position: absolute;
        width: 100%;
        display: block !important;
        height: 600px;
        -webkit-transition: opacity ease-in-out 500ms;
        -moz-transition: opacity ease-in-out 500ms;
        -o-transition: opacity ease-in-out 500ms;
        transition: opacity ease-in-out 500ms;
        background-size: cover;
background-size: 100% 100% !important;
    }

#myCarousel.carousel .item img {
width:100%;
height:100%;
}


    
    #myCarousel.carousel .item:first-child {
        top: auto;
        position: relative;
    }
    
    #myCarousel.carousel .item.active {
        opacity: 1;
        -webkit-transition: opacity ease-in-out 500ms;
        -moz-transition: opacity ease-in-out 500ms;
        -o-transition: opacity ease-in-out 500ms;
        transition: opacity ease-in-out 500ms;
        z-index: 1;
    }
    
    #myCarousel .prev,
    #myCarousel .next {
        position: absolute;
        top: 50%;
        background-color: #2489FC;
        color: #fff;
        display: inline-block;
        margin-top: -25px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        line-height: 45px;
        text-align: center;

        z-index: 5;
    }
    

    #myCarousel .prev { border-radius: 0 50px 50px 0; }
    #myCarousel .next { border-radius: 50px 0 0 50px; }



    #myCarousel .prev:hover,
    #myCarousel .next:hover {
        background-color: #1eabda;
    }
    

    
    #myCarousel .next {
        right: 0px;
    }
    
    #myCarousel .carousel-indicators li {
        width: 20px;
        height: 20px;
        background-color: #fff;
        margin: 0 15px 0 0;
        position: relative;
    }
    
    #myCarousel .carousel-indicators li:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0);
        border: 5px solid #FFF;
        left: -3px;
        top: -3px;
    }
    
    #myCarousel .carousel-indicators .active {
        width: 20px;
        height: 20px;
        background-color: #2489FC;
        margin: 0 15px 0 0;
        border: 1px solid #2489FC;
        position: relative;
    }
    
    #myCarousel .carousel-indicators .active:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: #2489FC;
        border: 1px solid #2489FC;
        left: -3px;
        top: -3px;
    }
    
    #myCarousel .active .animation.animated-item-1 {
        -webkit-animation: fadeInUp 300ms linear 300ms both;
        -moz-animation: fadeInUp 300ms linear 300ms both;
        -o-animation: fadeInUp 300ms linear 300ms both;
        -ms-animation: fadeInUp 300ms linear 300ms both;
        animation: fadeInUp 300ms linear 300ms both;
    }
    
    #myCarousel .active .animation.animated-item-2 {
        -webkit-animation: fadeInUp 300ms linear 600ms both;
        -moz-animation: fadeInUp 300ms linear 600ms both;
        -o-animation: fadeInUp 300ms linear 600ms both;
        -ms-animation: fadeInUp 300ms linear 600ms both;
        animation: fadeInUp 300ms linear 600ms both;
    }
    
    #myCarousel .active .animation.animated-item-3 {
        -webkit-animation: fadeInDown 300ms linear 600ms both;
        -moz-animation: fadeInDown 300ms linear 600ms both;
        -o-animation: fadeInDown 300ms linear 600ms both;
        -ms-animation: fadeInDown 300ms linear 600ms both;
        animation: fadeInDown 300ms linear 600ms both;
    }
    
    #myCarousel .active .animation.animated-item-4 {
        -webkit-animation: fadeInRight 300ms linear 1200ms both;
        -moz-animation: fadeInRight 300ms linear 1200ms both;
        -o-animation: fadeInRight 300ms linear 1200ms both;
        -ms-animation: fadeInRight 300ms linear 1200ms both;
        animation: fadeInRight 300ms linear 1200ms both;
    }
    
    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none
    }
    
    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px
    }
    
    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }
    
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        width: 100%;
        height: 600px;
    }



/*
#myCarousel.carousel .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
*/

@media (max-width: 767px) { 

#myCarousel,
#myCarousel.carousel .item,
.carousel-inner { 
        height: 300px;
}


#myCarousel.carousel .carousel-content {
margin-top: 30px;
}

#myCarousel.carousel .slider-img {
top: 20px;
left: 50%;
margin-left: -150px;
}

#myCarousel.carousel .slider-img img {
width: 90%;
height: 300px;

}


#myCarousel h1 {
    font-size: 22px;
    text-align: center; }


#myCarousel h2 {
    text-align: center;
    font-size: 17px; }

    #myCarousel .carousel-indicators li {
        width: 12px;
        height: 12px;
        background-color: #fff;
        margin: 0 15px 0 0;
        position: relative;
    }
    
    #myCarousel .carousel-indicators li:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0);
        border: 0px solid #FFF;
        left: -3px;
        top: -3px;
    }
    
    #myCarousel .carousel-indicators .active {
        width: 12px;
        height: 12px;
        background-color: #303030;
        margin: 0 15px 0 0;
        border: 1px solid #303030;
        position: relative;
    }
    
    
    #myCarousel .carousel-indicators .active:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-radius: 100%;
        background: #303030;
        border: 1px solid #303030;
        left: -3px;
        top: -3px;
    }

#myCarousel .prev, #myCarousel .next {
top: 35%;
}


}




span.fa-eye
{

font-size: 60px !important;
font-style: normal;
margin-left: 0px;
font-size: 90px;
line-height: 122px;
text-align: center;
margin: 0 auto;
display: block;

background: #2489FC;
color: #fff;
width: 120px;
height: 120px;
border-radius: 50%;

}



[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
font-family: Flaticon;
font-size: 60px !important;
font-style: normal;
margin-left: 0px;
font-size: 90px;
line-height: 122px;
text-align: center;
margin: 0 auto;
display: block;

background: #2489FC;
color: #fff;
width: 120px;
height: 120px;
border-radius: 50%;

}








.testimonial-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    z-index: 10;
    right: 0px !important;
    top: -55px;
}



.testimonial-carousel  .owl-controls .owl-nav .owl-next {
    position: absolute;
    z-index: 10;
    right: 45px !important;
    top: -55px;
}


.more-ttn {
background: #2489FC;
color: #fff;
padding: 12px 20px;
font-size: 16px;
font-weight: bold;
text-transform: capitalize;
float: right;
transition: .6s ease-in-out all;
text-decoration:none;

position: relative;
z-index: 9;
}


.more-ttn:hover {
background: #058bd4;
color:#fff;
}



.logo-name {
	font-family: DroidKufi-Regular;
font-size: 50px;
text-transform: uppercase;
text-align: center;
line-height: 82px;
width: 100%;
margin-left: 15px !important;
color: #2489FC !important;
}




@media only screen and (max-width: 767px){


#myCarousel.carousel .carousel-content {
display:none;
    width: 90%;
float: none;
}



.logo-name {
float: left !important;
margin: 0 !important;
padding: 0;
position: absolute;

}
#myCarousel h2 {



    line-height: 20px;

}

}


.under-sec:after {
    content: '';
    position: absolute;
    right: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
background-color: #1daefe;
}



.under-sec:before {
    content: '';
    position: absolute;
    left: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
background-color: #1daefe;
}


.under-sec {
display: inline-block;
position: relative;
padding: 0px 2px;
padding-top: 10px;}


.under-sec small:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 16px;
    width: 40px;
    height: 1px;
background-color: #1daefe;
}

.under-sec small:before {
content: '';
position: absolute;
left: -40px;
top: 16px;
width: 40px;
height: 1px;
background-color: #1daefe;
}

.under-sec i { 
font-size: 25px;
color: #1daefe;}

.under-sec i:before {
font-size: 20px;
margin-left: 0;
}


.under-sec small {
position: absolute;
left: 0px;
top: 0px;
width: 100%;}



.sec-title {
margin-top: -3px;
position: relative;
text-align: center;
margin-bottom: 10px;}



.sec-title h1 {
font-size:18px;
text-transform: uppercase;
margin: 0 !important;
}


.sec-title h1 a {
color:#333

}






footer .sec-title h1 a {

color:#fff
}

footer .under-sec:after {
    content: '';
    position: absolute;
    right: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
background-color: #fff;
}



footer .under-sec:before {
    content: '';
    position: absolute;
    left: -75px;
    top: 19px;
    width: 75px;
    height: 1px;
background-color: #fff;
}




footer .under-sec small:after {
    content: '';
    position: absolute;
    right: -40px;
    top: 16px;
    width: 40px;
    height: 1px;
background-color: #fff;
}

footer .under-sec small:before {
content: '';
position: absolute;
left: -40px;
top: 16px;
width: 40px;
height: 1px;
background-color: #fff;
}

footer .under-sec i { 
font-size: 25px;
color: #fff;}







/*--------------------------------------------------*/
/* latest_blog_area */
.latest_blog_area {
padding: 40px 0;
  background: #fefefe;
}
.latest_blog_area .latest_blog {
  padding-top: 60px;
}
.latest_blog_area .latest_blog .blog_content {
  padding-bottom: 25px;
}
.latest_blog_area .latest_blog .blog_content img {
transition: all ease-in-out 0.4s;
  width: 100%;
height: 180px;
}
.latest_blog_area .latest_blog .blog_content .blog_heading {
font: 500 18px "DroidKufi-Regular";
color: #1d3968;
display: block;
padding: 8px 0;
background: #e3e3e3;
text-align: center;
text-transform: capitalize;
}
.latest_blog_area .latest_blog .blog_content .blog_heading:hover, .latest_blog_area .latest_blog .blog_content .blog_heading:focus {
  color: #19BFED;
}
.latest_blog_area .latest_blog .blog_content h4 {
font: 400 14px "DroidKufi-Regular";
color: #555555;
text-transform: uppercase;
padding-top: 15px;
position: absolute;
top: 0;
background: rgba(0,0,0,0.5);
color: #fff;
text-align: center;

width: 80px;
height: 80px;
}


.latest_blog_area .desc {

overflow: hidden;
}


.latest_blog_area .latest_blog .blog_content:hover img {
transform: scale(1.1);
}



.latest_blog_area .latest_blog .blog_content h4 a {
  font: 400 14px "DroidKufi-Regular" ;
  color: #555555;


}
.latest_blog_area .latest_blog .blog_content h4 a:hover, .latest_blog_area .latest_blog .blog_content h4 a:focus {
  color: #19BFED;
}
.latest_blog_area .latest_blog .blog_content h4 span {
  color: #19BFED;
  width: 40px;
  text-align: center;
  display: inline-block;
}
.latest_blog_area .latest_blog .blog_content p {
font: 400 15px/26px "DroidKufi-Regular" ;
color: #555555;
text-align: center;
}
.latest_blog_area .latest_blog .blog_content p a {
font-size: 14px;
  color: #222222;
display: block;
text-align: right;
}
.latest_blog_area .latest_blog .blog_content p a:hover, .latest_blog_area .latest_blog .blog_content p a:focus {
  color: #19BFED;
}

/* End latest_blog_area */
