/*font-style*/

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*element-style*/
body,
.button,
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #040404;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button,
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #040404;
}
body{ background: #fefefe;}
label {
    font-weight: normal
}

.file {
    visibility: hidden;
    position: absolute;
}
.input-group .form-control {
    height: 46px;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ol {
    padding: 0;
    margin: 0;
}
ol li ol {
    padding-left: 20px !important;
}
p {
    line-height: 20px;
}
.justify{
	text-align: justify;
}
a {
    text-decoration: none;
    color: #040404;
}
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #555;
}
a:focus {
    outline: none;
    text-decoration: none;
}
.not-ie a {
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
.heading-tag{
    letter-spacing: 2px;
    color: #454444 !important;
    margin-bottom: 20px;
    margin-top: 8px;
}
.heading-tag span {
    color: #3a4557;
    font-size: 1.1em;
}

/*bg-color style*/
.white{background-color: #ffffff}
.off-white{background-color: #f8f8f8}
.blue-bg{background-color: #009cff}
.yellow-bg{background-color: #f7bc0f}
.green-bg{background-color: #51f70f}
.purple-bg{background-color: #e90ff7}
.orange-bg{background-color: #f7770f}
.thead-dark{background-color: #414242; color: #ffffff;}

.yellow-b{border:0.2rem solid #ecb106}
.green-b{border:0.2rem solid #44e304}
.purple-b{border:0.2rem solid #d306e0}
.orange-b{border:0.2rem solid #e76c07}
.grey-b{border:0.2rem solid #efefef}

/*color style*/
.black{color: #000000}
.white{color: #ffffff}
.blue{color: #037ca9}
.yellow{color: #f7bc0f}
.green{color: #51f70f}
.pink{color: #e90ff7}
.orange{color: #f7770f}
.red{color: #ff1800}
.green{color: #77b500}
.purple{color: #d306e0}
.d-grey{color: #7d7d7d}
/*text-list*/
.price-text{ font-weight: 700; font-size: 20px;}

/*margin style*/
/*margin headingtah style*/
.h3{ margin-bottom: 20px;}
/*margin top style*/
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}
.mt60{ margin-top: 60px;}
.mt56{ margin-top: 56px;}
/*margin down style*/
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}
.mb60{ margin-bottom: 60px;}
/*padding style*/
/*padding top style*/
.padding10{padding: 10px}
.pt10{ padding-top: 10px;}
.pt20{ padding-top: 20px;}
.pt30{ padding-top: 30px;}
.pt40{ padding-top: 40px;}
.pt50{ padding-top: 50px;}
.pt60{ padding-top: 60px;}
/*padding bottom style*/
.padding10{padding: 10px}
.pb10{ padding-bottom: 10px;}
.pb20{ padding-bottom: 20px;}
.pb30{ padding-bottom: 30px;}
.pb40{ padding-bottom: 40px;}
.pb50{ padding-bottom: 50px;}
.pb60{ padding-bottom: 60px;}

/*re-margin*/

/*Navbar
=========================== */
.header-relative {
    position: relative;
    display: block;
	min-height: 120px;
}
nav.navbar {
    background-color: #3a4557;
}
.mainmenu{
    background: #fff;
    border-bottom: solid 4px #f1f1f1;
}

.mainmenu ul.nav.navbar-nav > li > a{
    padding: 24px 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #48494b;
    font-size: 14px;
    margin-bottom: -4px;
    letter-spacing: 1px;
    border-bottom: solid 4px transparent;
}

.mainmenu ul.nav.navbar-nav > li > a:hover,
.mainmenu ul.nav.navbar-nav > li > a:focus,
.mainmenu ul.nav.navbar-nav > li.active > a{
    background: none;
}

nav.navbar.nav-fixed .mainmenu{
    border-bottom: solid 4px #e9e9e9;
}

nav.navbar.nav-fixed .mainmenu ul.nav.navbar-nav > li > a{
    padding: 24px 14px;
}

.submenu{
    position: relative;
    overflow: hidden;
}

/*.ribbon{
    display: block;
    position: absolute;
    z-index: 1;
    top: 10px;
    width: 60%;
    height: 100%;
    background: #fff;
}*/

.submenu .nav.navbar-nav{
    display: table;
    position: relative;
    z-index: 2;
    padding: 7px 9px 7px 4px;
}

.submenu .nav.navbar-nav:before{
    position: absolute;
    width: 103px;
    height: 43px;
    left: -61px;
    background: url(../images/nav-radius.png) no-repeat 0 0;
    top: 10px;
    border: none;
}

.submenu .nav.navbar-nav:after,
.submenu .nav.navbar-nav{
    background-color: #3a4557;
}

.submenu .nav.navbar-nav li{
    color: #c3c7ce;
    padding: 0 18px;
    position: relative;
    font-size: 14px;
}

.submenu .nav.navbar-nav li .fa{
    margin-right: 5px;
}

.submenu .nav.navbar-nav li.sub-link{
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 18px;
    padding-left: 16px;
}

.submenu .nav.navbar-nav li.sub-link:after{
    content:"|";
    position: absolute;
    right: -1px;
    top: 4px;
}

.submenu .nav.navbar-nav li.sub-link:last-child:after{
    display: none;
}

.submenu .nav.navbar-nav li.link{
    padding-right: 0;
    padding-bottom: 4px;
    padding-top: 4px;
}

.submenu .nav.navbar-nav li.link a{
    color: #c3c7ce;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
}

.submenu .nav.navbar-nav li.link-btn{
    padding-right: 0;
}

.submenu .nav.navbar-nav li.link-btn a.btn{
    padding: 5px 15px;
    color: #fff;
    font-size: 13px;
    border-bottom: solid 2px;
}

.submenu .nav.navbar-nav li.link-btn a.btn:last-child{
    margin-right: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000;
    text-decoration: none;
    background-color:transparent;
    outline: 0;
}
.dropdown-menu > .active > a:hover{ background: #eeeeee}
/*
Logo
=========================== */
img.logo{
    width: 245px;
    height: 60px;
    margin-top: -9px;
    margin-left: -72px;
    z-index: 3;
    position: relative;
    -webkit-transition: margin 0.5s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: margin 0.5s;
    transition-timing-function: linear;
}
.navbar-brand{ 
padding-bottom: 0;
padding-left: 0;}

img.logo-footer{
    display: block;
    width: 106px;
    height: 37px;
    margin: 0 0 25px 0;
}

nav.navbar.nav-fixed img.logo{
    margin-top: -7px;
}

.title-text {
    font-size: 17px;
	text-overflow: ellipsis;
	  white-space: nowrap;
	  overflow: hidden;
	margin-bottom: 6px;
	font-weight: 500
}
.onsale {
    text-decoration: line-through;
	color:#7b7b78; font-weight: 200;
}

/*owlnav*/
.owl-theme .owl-dots, .owl-theme .owl-buttons ,.owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-buttons  {
    margin-top: 10px;
}



.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-buttons  [class*="owl-"], .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 5px 10px;
    background: #3a4557;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-buttons .disabled {
    opacity: .5;
    cursor: default;
}

/*banner*/
.banner{ position: relative; height:550px;
    overflow: hidden;
}


.banner .owl-buttons {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0px;
    width: 100%;
    display: table;
}
.banner .owl-buttons .owl-prev,
.banner .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: table;
    zoom: 1;
    margin: 0;
    width: 40px;
    height: 50px;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
    text-transform: capitalize;
    font-size: 0px;
    background: rgba(0, 0, 0, 0.3);
	z-index: 99;
}
.owl-prev {
    left: 5px;
}
.owl-next {
    right: 5px;
}
.owl-prev:after,
.owl-next:after {
    font-size: 22px;
    font-family: FontAwesome;
    display: table-cell;
    vertical-align: middle;
}
.banner .owl-prev:after {
    content: '\f053';
}
.banner .owl-next:after {
    content: '\f054';
}

.banner:hover .owl-prev,
.banner:hover .owl-next {
    background: rgba(241, 179, 0, 0.9);
}

.inner-bannerimage {
    background-image: url(../images/inner-images.jpeg);
    display: block;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}
.border{ border: 2px solid #e0e0e0; margin: 10px 0px;}
.mask{ background: rgba(0, 0, 0, 9); position: absolute; height: 100%; display: block}
.box{ 
width: 100%;
text-align: center;
margin-bottom: 30px;
	 border: 2px solid #e4e4e4;
	padding: 10px;
	background-color: #ffffff;
}
.circle-img img {
    width: 90px !important;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #e4e4e4;
	margin-bottom: 10px;
	 transition: .5s ease;
}
.box:hover .circle-img img{border:8px solid #e4e4e4;}

/*portfolio-box or project style*/
.portfolio-box{
margin:0px auto;
width:100%;	
height:285px;
min-height: 285px;
max-height:285px; 
position: relative;
border: 2px solid #eaebeb;
margin-bottom:30px;
display: block;
padding: 6px;
background: #ffffff;
}

.portfolio-box1{
margin:0px auto;
width:100%;	
height:318px;
min-height: 318px;
max-height:318px; 
position: relative;
border: 2px solid #eaebeb;
margin-bottom:30px;
display: block;
padding: 6px;
background: #ffffff;
}
.project-box{
margin:0px auto;
width:100%;	
position: relative;
border: 2px solid #eaebeb;
margin-bottom:30px;
display: block;
padding: 6px;
background: #ffffff;
}


/*.portfolio-box .img-wrap{ height: 170px; margin-bottom: 10px}*/
.portfolio-box .img-wrap{  display: table;margin-bottom: 15px !important; margin: 0px auto}
.portfolio-box .img-wrap-inner{ display: table-cell; text-align: center; vertical-align: middle;height: 140px; width: auto; }
.portfolio-box1 .img-wrap{ height: 250px; margin-bottom: -40px}
.project-box img{ height: 150px; width: 200px}
.project-box .image-box{ width:190px;  height:200px;  display: table; margin: 0px auto;}
.portfolio-box img{ height: 100%; vertical-align: middle; display: table-cell;}
.portfolio-box1 img{ width: 70%; height: 70%; vertical-align: middle; display: table-cell; margin-left: 40px;}
.project-box .image-box img{ width: 100%; height: 100%; vertical-align: middle; display: table-cell; text-align: center;}

.portfolio-box-inner{
	display:block;
	margin-bottom: 10px;
}
.portfolio-box:hover{ 
	border: 2px solid #cdcdcd;
	box-shadow:  0px 0px 6px #dddddd;
}
.portfolio-box1:hover{ 
	border: 2px solid #cdcdcd;
	box-shadow:  0px 0px 6px #dddddd;
}
/*collapse*/
.collapse-open{ display: block}
.collapse-hide{ display: none;}
/*xzoom */
.xzoom-products{

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    margin-bottom: 15px;

}
.xzoom{
	
	border: 1px solid #eeeeee;
	box-shadow: none;
}
/*Footer*/
.footer {
    background: #505050;
    padding: 30px 0;
    position: relative;
    color: #333;
	margin-top: 30px;
}
.footer-nav {
    border-bottom: 1px solid #393939;
    margin-bottom: 20px;
}
.footer-nav ul {
    display: inline-block;
    list-style: none;
}
.footer-nav ul li {
    float: left;
    padding: 10px;
    font-size: 14px;
}
.footer-nav ul li a, .footer p{
    color:#ffffff;	
}

.contact-detail p{ padding:5px 0;}
.contact-detail p i{ padding-right:10px; font-size:18px;}	
.foot-btm{ background:#000000; color:#fff; padding:10px 0;}
.foot-btm .design{ text-align:right;}

#body{ padding:25px 0;}
.contact{ padding:15px 0;}
.contact h3{ font-weight:bold; margin:15px 0; color: #002c4a;}
.contact  p { padding:5px 0; margin:0;}
.contact  p a { color:#000;}
.contact  p a:hover { color:#762b0a;}
.contact i { margin-right:5px;}
.contact .icon{ display:inline-block; font-size:20px; padding:10px 10px; border-radius:30px; background:#254860; color:#fff; width:40px; text-align:center; height:40px; margin:0 5px;}

.contact .icon:hover{ background:#c7dd72; }

.contact-form h3{ font-weight:bold; margin:15px 0; color: #002c4a;}
.contact-form input[type='text'], .contact-form input[type='email']{ width:100%; padding:10px 10px 10px 30px ; border:#999 1px solid; margin:5px 0; outline:none;}
.contact-form textarea{ width:100%; padding:10px 10px 10px 30px ; border:#999 1px solid; margin:5px 0; outline:none; height: 180px;}
.contact-form input[type='submit'] { background:#254860; width:200px; padding:10px; height:50px; color:#fff; font-weight:700px; font-size:16px; border:0; margin:5px 0;}
.contact-form .user { background:url(../images/user-icon.jpg) no-repeat 8px 10px;}
.contact-form .email1 { background:url(../images/email.jpg) no-repeat 8px 10px;}
.contact-form .subject1 { background:url(../images/subject.jpg) no-repeat 8px 10px;}
.contact-form .meassage1 { background:url(../images/message.jpg) no-repeat 8px 10px;}
.social-icon i{ margin-right: 0; font-size: 16px;}
.social-icon a{ display: inline-block; width: 35px; height: 35px; color: #fff; background: #002c4a; border-radius: 50px; margin: 5px; text-align: center; 
               line-height: 35px;}
			   
			   

.social-buttons{
    margin:12px 0;
	text-align: center;
}
.social-buttons ul{ text-align: center;}
.social-buttons li{ list-style: none; display: inline-block;}
.social-buttons a{
    width: 40px;
	height: 40px;
	margin: 0px 4px;
	
	padding:6px 15px; font-size:22px;
	
}
.btn-fb{
    color: #fff;
	
		border: 1px solid #2d2d2d;
}
.btn-fb:hover{
	color: #fff;
		border: 1px solid #496ebc;
    background-color:#496ebc 
}
.btn-google{
    color: #fff;
	border: 1px solid #2d2d2d;
}
.btn-google:hover{ 
	 color: #fff;
	border: 1px solid #c32f10;
    background-color:#c32f10 ;
}
.btn-tw{
    color: #fff;
  border: 1px solid #2d2d2d;
}
.btn-tw:hover{
		border: 1px solid #55acee;
    color: #fff;  background-color:#55acee;
} 

#aboutslide{
  background:url(../images/about-banner.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #cfcfcf;
  margin:0px!important;
  height: 300px;
}

.content {
    position: relative;
    padding: 10% 0 10%;
}
/*detailpage*/

.detail h3{ color: #037ca9; text-decoration: underline}
.detail .l-h{ border-bottom: 1px solid #dfdfdf; border-top: 1px solid #dfdfdf}
.detail .l-h li{ line-height: 3rem; font-size: 16px; list-style: square; margin-left: 20px; }
.xzoom-container img{max-width: 350px;min-width: 200px;}
.sidber-box .checkbox:last-child, .sidber-box .radio:last-child {

   margin-top:inherit;

}
.sidber-box .checkbox, .sidber-box .radio {

    margin-top:10px;

}
.sub-checkbox{ padding-left: 25px;}


