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


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



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





body {
	font-family: "Raleway-Regular";
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
background: #2e2c2c;
background: url(../images/p9.pngaliceblue);
}
/* ---------------------------------------------------------------------- TOP NAVIGATION STARTS ------------------ */

a {
text-decoration: none !important;
outline: 0 !important;
}

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;
padding: 8px 0;

}

/*
.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-size: 13px;
font-weight: 600;
margin: 0px;
padding: 40px 0;

}
#navigation ul.nav li {
	padding: 0px;
border-right: 1px solid #ccc !important;

}

#navigation ul.nav li:last-child {

border-right:0;
}





#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;
}
#navigation ul.nav a:hover {
	color: #374ea0;
}
#navigation ul.nav .current a {
	color: #374ea0;
}
#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: #374ea0!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: #374ea0!important;
	text-decoration: none;
	background-color: transparent
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #374ea0!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:none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
z-index: 99;
border: 0;
background: #e2e2e2;
}


.navbar-toggle .icon-bar {
background-color:#374ea0 !important;


}



.searchlink {
	display: block;
	float: right;
	position: relative;
	padding: 0px!important;
	margin: 0px;
	right: 0;

	cursor: pointer;
height: 35px;
width: 35px;
color: #374ea0;
margin-top: 25px;
background-repeat: no-repeat;
background-position: center center;
border: 1px dashed #374ea0;
line-height: 30px;
text-align: center;

}
.searchlink:after{
	position: absolute;
left: 0px !important;
	top: 0px;
	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 {

	position: absolute;
	width: 300px;
	height: 30px;
	line-height: 30px;
	top: 53px;
right: -600px;

	padding: 0 15px;
	cursor: default;
z-index: 9;
visibility: hidden;
transition: all ease-out 0.5s;
}



.searchlink.open .searchform {
	right: -15px;
visibility: visible;
}



#search {
	display: block;
	position: relative;
}
#s {
	width: 270px;
background: #374ea0;
	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: #374ea0;
	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 {

}


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

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

.slider {
	color: #fff;
}
.slider h2 {
	font-size: 19px;
	font-weight: 600;
	color: #374ea0;
	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 #374ea0;
	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: #374ea0;
	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: #374ea0;
	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: #374ea0;
}
ol.breadcrumb li a {
	color: #fff;
}
/* ---------------------------------------------------------------------------- UNDER BANNERS STRIP STARTS ------------------ */

.strip {
margin-top:20px;
	padding-top: 20px;
	padding-bottom: 20px;
background-color: #374ea0;
}
.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 #374ea0;
	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: #374ea0;
}
.strip .button a.fill {
	color: #fff;
	text-align: center;
	width: 100%;
	background-color: #374ea0;
	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 #374ea0;
}
/* ---------------------------------------------------------------------------- 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;
}

.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: 0.7;
}

.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: #374ea0;
}
/* ---------------------------------------------------------------------------- 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: #374ea0;
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 22px;
	padding-top: 10px;
}
.index-3-cols .block .line {
	background-color: #374ea0;
	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 #374ea0;
	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: #374ea0;
	text-decoration: none;
	border: 2px solid #374ea0;
	color: #fff;
}
.index-3-cols .block .button a.white {
	color: #333;
	text-align: center;
	width: 100%;
	border: 2px solid #374ea0;
	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: #374ea0;
	text-decoration: none;
	border: 2px solid #374ea0;
	color: #fff;
}
/* ---------------------------------------------------------------------------- HOME 3 COLUMNS ENDS ------------------ */

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

.what-we-offer {
background-image: url(../images/s4.jpg);
margin-top: -5px;
display: inline-block;
width: 100%;
position: relative;
background-attachment: fixed;
background-size: cover;
}


.what-we-offer:after {


position:absolute;
background: #374ea04d;
width:100%;
height:100%;
left:0;
top:0;
content:"";
}


.what-we-offer .container {
position: relative;
z-index:1;
}




.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: #374ea0;
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: #374ea0;
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: #374ea0;
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: #374ea0;
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: #374ea0;
	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: #374ea0;
}
.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: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 6px;
margin-top: 30px;
}

.what-we-offer .block .description {
	color: #fff;
}



.what-we-offer .block .icon {
	background-color: #374ea0;
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center
}
.what-we-offer .block .line {
	background-color: #374ea0;
	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;
}
 





.text-center {
text-transform: capitalize;
}





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


.top-border .container {

	padding-top: 0px;
	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: left;
}
#options ul li {
display: inline-block;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 10px;
margin-left: 2px;
position: relative;
width: auto;
text-align: center;
line-height: 40px;

}
#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 #374ea0;
}


 #options ul li:after {
content: "";
left: 0;
top: 0;
width: 100%;
height: 2px;
position: absolute;
background: #374ea0;
transition:all ease-in-out 0.4s;
}



#options ul li a{


	display: inline-block;
	text-align: left;
	color: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
position: relative;
z-index: 1;
width:100%;
text-align:center;
padding:4px;
text-decoration: none;
outline:0;
text-transform: capitalize;
font-size: 18px;
}
#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:after {
height: 100%;
}




#options ul li:hover a, #options ul li a.selected {
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}


#options ul li a.selected {
background: #374ea0;
}




.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;
}
#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 {
padding: 10px;
background: #eee;
	-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: #374ea0;
	font-weight: 600;
	padding-top: 0px;
	margin-top: 0px;
}
.featured-products .block:hover .portfolio-overlay {
	opacity: 1;
}
.featured-products .block:hover .picture {

}
.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;

}
.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: #fff;

	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: #374ea0;
	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: #374ea0 !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: #374ea0;
	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: #374ea0;
}
.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: #374ea0;
	text-decoration: none;
	border: 1px solid #374ea0;
	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 {


}


.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 #374ea0;
	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: #374ea0 !important;
}
.index-blog .post {
}
.index-blog .post .picture {
	background-color: #000;
height: 221px;
overflow: hidden;
}
.index-blog .post .picture img {
	position: relative;
height: 100%;
width: 100%;
border: 1px solid #374ea0;
	opacity: 0.3;
transition: all ease-in-out 0.4s;
}


.index-blog .post .picture img {

}


.index-blog .post .picture .overlay {
position: absolute;
z-index: 10;
left: 7px;
bottom: 11px;
opacity: 1;
width: 96%;
height: 90%;
border: 1px solid #fff6;
}


.index-blog .post .picture .overlay h1 {
position: absolute;
bottom: 0px;
left: 15px;
transition:all ease-in-out 0.8s;
}

.index-blog .post:hover .overlay h1 {
bottom: 30%;
left: 40%;
margin-left: -98px;
margin-bottom: -15px;
}
.index-blog .post:hover img {
transform: scale(1.1);
	opacity: 0.5;
}


.index-blog .post .picture:hover .overlay {
	opacity: 1;
}
.index-blog .post .picture .overlay h1 a {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	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: #374ea0;

}



.testimonial .description h3 {
	font-size: 19px;
margin:10px 0;
color: #fff;
text-align: center;
background: #374ea0;
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-bottom: 40px;
}

.clients .header .container {



}
.clients .description {
	text-align: center;
	font-size: 14px;
	margin-bottom: 60px;
}
.clients .block {
background-color: #FFF;
border: 1px dashed #9f30304d;
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 img {
width:100%;
}



.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: #374ea0;
	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 #374ea0;
	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: #374ea0;
	text-decoration: none;
	border: 2px solid #374ea0;
	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: #374ea0;

}
.newsletter form {
	text-align: right;
}
.newsletter form .btn-default {
	color: #333;
	background-color: transparent;
	border: 3px solid #374ea0!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: #374ea0;
	border: 3px solid #374ea0;
}
/* ---------------------------------------------------------------------------- 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: #374ea0;
}
.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: #374ea0;
}
.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: #374ea0;
}
.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: #374ea0;
}
.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: #374ea0;
	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: #374ea0!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: #374ea0;
	text-transform: uppercase;
}
.team .button {
	margin-top: 28px;
}
.team .button a {
	color: #fff;
	text-align: center;
	width: 100%;
	background-color: #374ea0;
	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: #374ea0;
	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: #374ea0;
	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: #374ea0;
}
.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: #374ea0;
}
.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: #374ea0;
	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: #374ea0;
	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: #374ea0;
	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 #374ea0;
	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: #374ea0;
	text-decoration: none;
	border: 2px solid #374ea0;
	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: #374ea0;
	border-color: #374ea0;
}
/* ---------------------------------------------------------------------------- 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: #374ea0;
	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: #374ea0;
	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: #374ea0;
}
.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: #374ea0;
	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: #374ea0;
}
.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: #374ea0;
	font-size: 14px;
	position: absolute;
	z-index: 10;
	top: -1px;
	right: -1px;
	color: #374ea0;
	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: #374ea0;
	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: #374ea0;
	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 #374ea0!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: #374ea0;
	border: 3px solid #374ea0;
}
/* ---------------------------------------------------------------------------- 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: #374ea0;
	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: #374ea0;
}
.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: #374ea0;
	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: #374ea0;
	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: #374ea0;
	border: 1px solid #374ea0;
}
.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: #374ea0;
	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: #374ea0;
	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: #374ea0;
	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 #374ea0!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: #374ea0;
	border: 3px solid #374ea0;
}
#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: #374ea0;
	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: #374ea0;
	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: #374ea0;
}
/* ---------------------------------------------------------------------------- COMING SOON STARTS ------------------ */


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

.yellow-text {
	color: #374ea0;
}
/* ---------------------------------------------------------------------------- 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: #374ea0;
}
.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: #333;
border-top: 10px solid #374ea0;
font-size: 16px;
}
footer h1 {
	color: #374ea0;
	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: #374ea0;
	text-decoration: none;
	border: 2px solid #374ea0;
	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: #374ea0;
	text-align: center;
	padding-top: 7px;
}
footer .upcoming-sales ul li:hover .date {
	background-color: #374ea0;
}
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: #374ea0;
}
/* ---------------------------------------------------------------------------- COPYRIGHT ENDS ------------------ */

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

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #374ea0;
	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/back.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-size: cover;
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.3);
}
*/


.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;
}

.medium-grey {
	background-color: #cbcbcb;
}


/*
.dark-grey {
background-color: #374ea0;

}*/
/*
.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: #374ea0;
	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: #374ea0;
}
footer .about-us, footer .upcoming-sales, footer .flickr, footer .contact-info {
	padding-bottom: 50px;
}
}
@media (min-width:320px) and (max-width:767px) {
#navigation ul.dropdown-menu {
	margin-top: 0px;
}
.navbar-nav {
	margin-left: 0px!important;
	float: none!important;
	text-align: left!important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	background-color:#efefef!important;
}
#navigation ul.nav {
	padding-top: 10px;
	padding-bottom: 10px;
}
.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;
padding: 6px 0;
border: none;
border-bottom: 1px solid #ccc;
}
#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;


	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.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: #374ea0;
	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: #374ea0;
}
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;


	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.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-right ul li .social-links a.ffacebook { background: #4267b2;} 
.header-top-two .top-right ul li .social-links a.ttwitter { background: #2aa9e0;}
.header-top-two .top-right ul li .social-links a.yyuo { background: red;}
.header-top-two .top-right ul li .social-links a.ppinter { background: #d5080f;}
.header-top-two .top-right ul li .social-links a.ggoogle { background: #db4437;}



.header-top-two .top-right ul li .social-links a:hover {
background:#333
}



.header-top-two .top-left ul li span {
line-height: 26px;
margin-right: 12px;
color: #fff;
font-size: 14px;
width: 28px !important;
height: 28px !important;
background: #0000004d;
display: inline-block;
text-align: center;
}





.header-top-two{
	position:relative;
	padding:0;
background-color: #374ea0;

}

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

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


@media only screen and (max-width: 767px){
#navigation ul.nav {
width: 100%;
}


#navigation .navbar {
padding: 0;
}


.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:15px;
	color: #fff !important;

	display:inline-block;
}

.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: left;
list-style: none;
}

.header-top-two .top-right ul li .social-links a{
line-height: 26px;
	margin-right:12px;
	color: #fff;
    font-size: 14px;
width: 28px !important;
height: 28px !important;
background: #0000004d;
display: inline-block;
text-align: center;
}

.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: 3px 17px;
background: #0000004d;
line-height: 30px;
}

/*
.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 {

    margin-right: 5px;
margin-top: 0px;
}




        /*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 #374ea0;
height: 200px;
background: #fff;}






.visited {
background-color: #f4f4f4;
	padding: 40px  0px;
}






/*==// Footer Setup //==*/
footer {
background-color: #f4f4f4;
background-color: #2F4052;

	width: 100%;
	padding: 40px 0px 0px 0px;
}
footer .widget {
	margin: 0px -4px 0px 0px;
}
.widget-title {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.widget-title h2 {
	color: #fff;
	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 #374ea0;
	width: 50px;
	height: 1px;
}
/*--// Text Widget Setup //--*/
.text-widget > p {
	color: #A3B1BF;
font-weight: normal;
	margin: 0px 0px 25px 0px;
}

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

}




.kd-userinfo {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
}



.kd-userinfo li {
list-style: none;
float: left;
width: 100%;
line-height: 32px;
position: relative;
padding-left:0px;
}





.kd-userlinks li {
list-style: none;
float: left;
width: 100%;
line-height: 32px;
position: relative;
padding-left:15px;
padding-left: 30px;
}




.kd-userinfo.linkes li {
width: 50%;
}





.kd-userinfo.linkes li a {padding-left: 25px;
position: relative;

}

.kd-userinfo.linkes li a:before {
line-height: 20px;
position: absolute;
content: '\f05d';
left: 0px;
top: 0px;
font-weight: 400;
font-family: 'FontAwesome';
color: #374ea0;
transition: all ease-in-out 0.5s;
}

.kd-userinfo.linkes li:hover a {
color:#374ea0;
padding-left:30px;
}
.kd-userinfo.linkes li:hover a:before {
transform: rotate(360deg);

}

.kd-userlinks li a {
color: #fff;
text-transform: capitalize;
}

.kd-userlinks li:after {

	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: #fff;
left:0;
position: absolute;
top:7px
}

.kd-userinfo li i {
float: left;
margin: 5px 12px 0px 0px;
color: #fff;
font-size: 19px;
line-height: 31px;
width: 35px;
he: 30;
height: 35px;
text-align: center;

background: #374ea0;

}

footer .kd-userinfo li p, footer .kd-userinfo li p a {
	color: #A3B1BF;
font-weight: normal;
}
footer .socialnetwork {
	float: left;
margin-top: 20px;
}
footer .socialnetwork ul li {

margin: 0px 7px 7px 0px;
list-style: none;
float: left;
width: 42px;
height: 42px;

padding: 10px;
text-align: center;
color: #fff;
line-height: 19px;
background: #374ea0;
cursor: pointer;
}
footer .socialnetwork ul li a {
	color: #fff;

	width: 33px;
	height: 33px;
	text-align: center;
	padding: 2px 0px 0px 0px;
}
footer .socialnetwork ul li:hover {
	color: #ffffff;
background: #374ea0;
}



footer .socialnetwork ul li:hover a {
color:#fff

}



.new-txt {
display: inline-block;
}


.newslatter-form input[type=text]{

background: #e5e5e5;
border: 1px solid #e5e5e5;
padding: 8px 5px;
color: #333;
width: 100%;
text-indent: 15px;
}


.newslatter-form p {
color: #A3B1BF;
}


.newwws {
display: flex;
}


.thbg-color {

color: #fff;
border: 1px solid #374ea0 !important;
padding: 8px 5px;
background: #374ea0 !important;}


.thbg-color:hover { 
color: #fff;
background: #374ea0 !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: #374ea0;
display: inline-block;
width: 100%;
}



.copy-rr p {

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



.copy-rr a {
color:#fff
}

.fixed {

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






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

font-family: Messiri;

    }
    
    #myCarousel h2 {
        text-align: center;
        font-size: 23px;
        color: #fff;
        line-height: 37px;
font-family: Messiri;
    }
    


    
    #myCarousel {
        position: relative;
    }
    
    .no-margin {
        margin: 0;
        padding: 0;
    }
    
    #myCarousel.carousel {
        position: relative;
display: inline-block;
    }
    
    #myCarousel.carousel .carousel-content {
text-align: center;
width: 70%;
margin: 0 auto;
    margin-top: 0px;
margin-top: 240px;
position: relative;
z-index: 4;
    }
    
    #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: 400px;
        -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: 100% 100% !important;
    }
    
    #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%;

        color: #fff;
        display: inline-block;
        margin-top: -25px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        z-index: 5;
        background-color: rgba(0,0,0,0.4);

    }
    
    #myCarousel .prev:hover,
    #myCarousel .next:hover {
background-color: #374ea0;
    }
    
    #myCarousel .prev {
        left: 0px;
    }
    
    #myCarousel .next {
        right: 00px;
    }
    
    #myCarousel .carousel-indicators li {
width: 40px;
height: 8px;
background-color: #fff;
margin: 5px 15px;
position: relative;
float: left;
transition:all ease-in-out 0.4s;
border-radius: 20px;
cursor:pointer;
    }
    

    
    #myCarousel .carousel-indicators .active {
width: 50px;
height: 8px;
background-color: #374ea0;
position: relative;
border-radius: 20px;
    }
    

    
    #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: 0;
right: 0;
z-index: 15;
width: auto;
padding-left: 0;
list-style: none;
margin: 0;
display: grid;
text-align: left;
    }
    



    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        width: 100%;
        height: 400px;
    }


/*

#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: 110px;
}

#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 .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: #374ea0;
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: #374ea0;
color: #fff;
width: 120px;
height: 120px;
border-radius: 50%;

}








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



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


.more-ttn {
background: #374ea0;
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;
margin-top: 30px;
position: relative;
z-index: 9;
}


.more-ttn:hover {
background: linear-gradient(120deg,#0058AB 100%,#3fb4fb 0%);
color:#fff;
}



.logo-name {
font-family: "Messiri";
font-size: 50px;
text-transform: uppercase;
text-align: center;
line-height: 82px;
width: 100%;
margin-left: 15px !important;
color: #374ea0 !important;
}







.all-wear {
max-width: 95%;
margin: 0 auto;
background: #fff;
box-shadow: 2px 5px 10px #0000004d;
overflow: hidden;
}



/************ count ********************/







#shiva2 {
padding: 35px 0;
position:relative;
display: inline-block;
width: 100%;
background-image: url(../images/s4.jpg);
margin-top: -5px;
display: inline-block;
width: 100%;
position: relative;
background-attachment: fixed;
background-size: cover;
border-radius: 0;
}

#shiva2 .container {
position:relative;
z-index:2;
}



#shiva2:after {
position:absolute;
background: #374ea0e6;
width:100%;
height:100%;
left:0;
top:0;
content:"";
}













#shiva {
  width: 100px;
	height: 100px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
  float:left;
  margin:5px;
}

.count {
  line-height: 40px;
  color:#fff;
font-size: 30px;
font-weight: bold;
	font-family: "Messiri";
}

#talkbubble {
   width: 120px;
   height: 80px;
   background: red;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}


#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  font-color: black;
}




.count-box {
text-align: center;
margin-bottom: 20px;
padding-top: 20px;
width: 24%;
}


.count-box p {
color: #fff;
font-size: 30px;
font-weight: bold;
margin-top: 40px;
font-family: "Messiri";}




.marginless-columns > div {
margin-bottom:30px;
}


.marginless-columns .x-img {
width: 100%;
height: 140px;}

.marginless-columns .text-right {
padding:15px 8px;
}





/*****************************/



.toppro-section li {
background: #ccc;
}



.toppro-section .nav-tabs {
width: auto;
display: inline-block;
}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {

border: 1px solid #1da1f2 !important;
border-bottom: 0 !important;
border-radius: 0 !important;
border: 0 !important;
}

.nav-tabs > li.active {
border-bottom: 2px solid #007ff5;
}

.toppro-section li a { font-family: "Raleway-Regular";  padding: 10px 5px !important;  }


.item-0 {
position: relative;
padding: 10px;
display: inline-block;
width: 100%;
border-radius: 15px;
background: #fff6;

box-shadow: 2px 2px #0003;
}





.nav-tabs > li > a {
border-radius: 0 !important;
margin-right: 0 !important;
}



/***************************************************/






.xox-block {
width: 225px;
margin: 0 auto;
text-align: center;
}








#mansory-effect .picture span {
  background: #374ea0 none repeat scroll 0 0;
  border: 2px solid #374ea0;
  border-radius: 0 0 71px;
  color: #fff;
  display: inline-table;

  font-size: 13px;
  font-weight: 400;
  height: 30px;
  left: 0;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0;
  min-width: inherit;
  padding: 0 27px 0 8px;
  position: absolute;
  right: auto;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 68px;
}





/*****************************************************/



/*********************** Demo - 16 *******************/
.box16{text-align:center;color:#fff;position:relative; height: 260px;}
.box16 .box-content,.box16:after{width:100%;position:absolute;left:0}
.box16:after{content:"";height:100%;top:0;transition:all .5s ease 0s}
.box16 .post,.box16 .title{transform:translateY(145px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}

.box16:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 69%,rgba(0,0,0,.96) 100%);}

.box16 img{width:200px; height:200px; margin: 0 auto;}
.box16 .box-content{padding:20px;margin-bottom:20px;bottom:0;z-index:1}
.box16 .title{font-size:22px;font-weight:700;text-transform:uppercase;margin:0 0 10px}
.box16 .post{display:block;padding:8px 0;font-size:15px}
.box16 .social li a,.box17 .icon li a{border-radius:50%;font-size:20px;color:#fff}
.box16:hover .post,.box16:hover .title{transform:translateY(0)}
.box16 .social{list-style:none;padding:0 0 5px;margin:40px 0 25px;opacity:0;position:relative;transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s}
.box16:hover .social{opacity:1;transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)}
.box16 .social:before{content:"";width:50px;height:2px;background:#fff;margin:0 auto;position:absolute;top:-23px;left:0;right:0}
.box16 .social li{display:inline-block}
.box16 .social li a{display:block;width:40px;height:40px;line-height:40px;background:#6d3795;margin-right:10px;transition:all .3s ease 0s}
.box17 .icon li,.box17 .icon li a{display:inline-block}
.box16 .social li a:hover{background:#bea041}
.box16 .social li:last-child a{margin-right:0}
@media only screen and (max-width:990px){.box16{margin-bottom:30px}
}



/********************/


.sliding_box {
    position: relative;
}

.sliding_box a {
    display: block;
}

.sliding_box a:hover {
    text-decoration: none;
}

.sliding_box .photo_wrapper {
    line-height: 0;
    position: relative;
    bottom: -15px;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.sliding_box .desc_wrapper {
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sliding_box .desc_wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent transparent transparent;
}




.sliding_box .desc_wrapper::after {

    border-bottom-color: #374ea0;

}
.sliding_box .desc_wrapper h4 {
margin: 0;
color: #fff;
}


.one-fourth {
margin-bottom:30px;
}

.sliding_box .photo_wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sliding_box:hover .photo_wrapper {
    bottom: -1px;
}

.sliding_box .desc_wrapper:after {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sliding_box:hover .desc_wrapper:after {
    top: -8px;
}

.story_box {
    padding: 0 11%;
}

.story_box a,
.story_box a:hover {
    display: block;
    text-decoration: none;
}

.story_box .photo_wrapper {
    line-height: 0;
    overflow: hidden;
}

.story_box .photo_wrapper img {
    display: block;
    opacity: 0.7;
}


.sliding_box .desc_wrapper {
    background: #374ea0;
}
.story_box .desc_wrapper {
    margin-right: 20%;
    position: relative;
    z-index: 2;
}

.story_box .desc_wrapper h3 {
    margin-left: -30px;
    margin-top: -26px;
}

.story_box .desc_wrapper hr {
    margin-left: 0;
    width: 20%;
}

.story_box:hover .desc_wrapper hr {
    width: 40%;
}

.story_box:hover .photo_wrapper img {
    display: block;
    opacity: 1;
}

.story_box.vertical {
    padding: 0 17%;
}

.story_box .desc_wrapper hr,
.story_box .photo_wrapper img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.promo_box {
    position: relative;
}

.promo_box.has_border:after {
    content: "";
    display: block;
    width: 0px;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    position: absolute;
    right: -2.4%;
    top: 0;
}

.promo_box_wrapper {
    overflow: hidden;
}

.promo_box_wrapper .photo_wrapper {
    width: 36%;
    float: left;
    text-align: left;
    line-height: 0;
}

.promo_box_wrapper .desc_wrapper {
    width: 56%;
    margin: 0 2% 0 6%;
    float: left;
    padding-top: 10px;
}

.promo_box_wrapper .desc_wrapper .desc {
    margin-bottom: 15px;
}

.promo_box_wrapper.promo_box_right .photo_wrapper {
    float: right;
    text-align: right;
}

.promo_box_wrapper.promo_box_right .desc_wrapper {
    margin: 0 6% 0 2%;
    text-align: right;
}

.promo_box_wrapper.promo_box_right .desc_wrapper a.button {
    margin-right: 0;
}

.zoom_box {
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.zoom_box .photo img,
.zoom_box .desc {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.zoom_box .photo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.zoom_box:hover .photo img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.zoom_box .desc {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.zoom_box:hover .desc {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.zoom_box .desc .desc_img img {
    max-width: 30% !important;
    padding-bottom: 15px;
}

.zoom_box .desc .desc_txt {
    padding: 0 40px;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}

.scale-with-grid {
    width: 100%;
}







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

.navbar-brand img {
width:280px;
}
.count-box p { 
font-size: 20px;
margin-top: 20px;
}

#myCarousel.carousel .carousel-content {

    width: 90%;
}


.count-box {
text-align: center;
margin-bottom: 20px;
padding-top: 20px;
width: 49%;
}



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

}
#myCarousel h2 {



    line-height: 20px;

}

.all-wear {
max-width: 100%;
}

}


.text{
padding: 3%;
text-align: left;
direction: ltr;
font-size: 16px;max-width: 1192px;
margin: auto;
}

.downloadfile {
	color: #02347E;
	font-size: 100%;
	font-weight: lighter;
	text-align: center;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #E9E9E9;
	margin-right: 0px;
line-height: 25px;
margin-top: 15px;
}
.downloadfile:hover {
	background: #02347E;
	color: #fff;
	transition: all 0.9s ease 0s;
}





.proimmmg{
width: 182px;
-webkit-border-radius: 2% !important;
-moz-border-radius: 2% !important;
border-radius: 2% !important;border: 1px solid #E3E3E3;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;height: 182px;
}

.progalley{
width: 182px;
float: left;
margin-bottom: 15px;
height: 182px;
margin-right: 25px;
position: relative;

}
.textphoto{
color: #fff;
font-size: 15px;
position: absolute;
top: 44%;
z-index: 5555555555555;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
text-align: center;
opacity: 0;
overflow: hidden;
width: 100%;
height: 0;


/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.progalley:hover > .example-image-link .textphoto{
opacity: 1;
height: 180px;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
/* Safari */
-webkit-transform: rotate(0deg);

/* Firefox */
-moz-transform: rotate(0deg);

/* IE */
-ms-transform: rotate(0deg);

/* Opera */
-o-transform: rotate(0deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.progalley:hover > .example-image-link .proimmmg{
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.shadow{
width: 100%;
height: 180px;
background: #000;
position: absolute;
top: 0;
left: 0px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
opacity: 0;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.47);
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.progalley:hover > .example-image-link .shadow{
opacity: 1;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}



.boxxtext{
margin: 0px !important;
    margin-top: 0px;
    margin-right-value: 0px;
    margin-bottom: 0px;
    margin-left-value: 0px;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
padding: 0px;
border: 1px solid #D2CFCF;
height: 35px;
padding-top: 0px;
padding-left: 2% !important;
cursor: pointer;
height: 44px;
margin-bottom: 10px !important;
}
.downloadicon{
height: 42px;
padding: 0px;
width: 240px;
background: #B10707;
text-align: center;
font-size: 16px;
font-weight: bold;
margin: auto;
margin-bottom: 16px;
font-family: arial;
transition: all 500ms ease;
color: #fff !important;
}

.downloadicon:hover{
height: 42px;
padding: 0px;
-family: arial;
width: 240px;
background: #187DB4 !important;
text-align: center;
font-size: 16px;
font-weight: bold;
margin: auto;
margin-bottom: 16px;
color: #fff !important;
transition: all 500ms ease;
}




.boxtexxt{
position: absolute;
left: 15%;
top: 74px;
color: #ECECEC;
z-index: 2147483647;
background: none repeat scroll 0% 0% rgba(20, 19, 19, 0.76);
padding: 2%;
font-size: 14px;
min-width: 140px;
box-shadow: 0px 1px 3px 1px #151515;
border: 0px;
}
.boxtexxt ul li{
position: relative;margin-bottom: 3px;
padding-left: 20px;
}

.boxtexxt ul li:before{
    position: absolute;
    content: "\f0a4";
    left: 0px;
color: #CC8809;
    top: 0px;
    font-weight: 400;
    font-family: "FontAwesome";
}



.default-form .form-group {
    margin-bottom: 20px
}

.default-form.contact-form .form-group {
    margin-bottom: 30px
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding: 12px 20px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #ccc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

direction: ltr;
      font-family: "Open";
}

.default-form textarea {
    height: 200px;
    resize: none
}

.default-form .form-group .submit-btn {
    font-size: 16px;
    padding: 11px 32px;
    font-weight: 400;
    color: #fff;
  font-family: "Open";
    line-height: 28px;
    background-color: #3d3e3e;
    text-transform: capitalize;
  font-family: "Open";
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.default-form .form-group .submit-btn:hover {
    background-color: #cc8809
}

.consulting-section.style-two .default-form .form-group .submit-btn {
    margin-top: 20px
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    height: 50px;
    padding: 10px 20px;
    line-height: 30px;
    color: #999;
    float: left;
    border-radius: 0;
    border: 1px solid #ccc;
    background: #fff
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 2px;
    text-indent: 0;
    color: #333
}

.form-group .ui-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0;
    top: 2px!important;
    top: 13px;
    width: 10px;
    height: 30px;
    display: block;
    color: #262626;
    line-height: 23px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}



.news-block-four .inner-box .lower-content .btn-style-one {
    font-size: 16px;
    padding: 12px 30px;
  font-family: "Open";
}



.btn-style-one {
position: relative;
padding: 9px 40px;
line-height: 24px;
text-transform: capitalize;
background: #065CBC;
color: #fff;
border: 2px solid #065CBC;
font-size: 18px;
font-weight: 700;

}

.btn-style-one:hover {
    background: none;
    color: #065CBC
}

