html {
	height: 100%;
}

html {
	width: 100%;
	height: 100%;
}
@font-face {
  font-family: 'SimplifiedArabic';
  src: url('SimplifiedArabic.eot?#iefix') format('embedded-opentype'),  url('SimplifiedArabic.woff') format('woff'), url('SimplifiedArabic.ttf')  format('truetype'), url('SimplifiedArabic.svg#SimplifiedArabic') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	/* [disabled]color: #000; */
	background-color: #fff;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0px;
	display: block;
	font-size: 16px;
	line-height: 22px;
	padding: 2% 0px;
	font-weight: 300;
	color: #2f2f2f;
	text-align: right;
}

p strong {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.top-strip {
	background-color: #2e2e2e;
	padding: 10px 0;
}

.social-icon {
	margin-top: 4px;
}

.social-icon a {
	display: inline;
	padding: 0 6px;
	border-right: 1px solid #4f4f4f;
}

.social-icon a:last-child {
	border-right: 0;
}

.sl {
	float: left;
	border: none;
	margin: 2% 1%;
}

.my-account {
	float: right;
	/* width: 95px;*/
	padding: 8px 5px;
}

.my-account a {
	float: left;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	padding: 0px;
	font-weight: 400;
}

.my-account img {
	float: left;
	margin: 5px 8px 0px 0px;
}

.banner_header {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 7777;
}

.header {
	border-bottom: 2px solid #ff6e04;
	padding-top: 10px;
	position: relative;
}

.header:before {
	content: '';
	background: #ff6e04;
	height: 52px;
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.header .logo {
	width: 185px;
	display: block;
	float:right;
	padding-top:10px;
}

.header .join {
	margin: 10px 0 18px;
}
.nav-style.navbar-default {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	min-height: auto;
}

.nav-style.navbar-default .navbar-nav {
	margin-bottom: -21px;
	top: 5% !important;
	border: 1px solid transparent;
    position: relative;
}

.navbar-nav:before {
	border-bottom: 52px solid #ff6e04;
	border-right: 0px solid transparent;
	border-left: 50px solid transparent;
	position: absolute;
	top: 0;
	left: -49px;
}

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

.navbar-brand>img {
	display: block;
	max-width: 200px !important;
	height: 110px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #ffffff;
	background-color: #ff6e04;
}
.navbar-default .navbar-nav>li{
	float: right;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: #ff6e04;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #00b3f0;
	background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
	border-right: 2px solid #d85c01;
	color: #ffffff;
	background-color: #ff6e04;
	padding: 16px 25px;
	position: relative;
	display: block;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:before {
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
	margin-left: -15px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	opacity: 0;
	transition: ease-in-out all 0.5s;
}

.navbar-default .navbar-nav>li.active>a:before,
.navbar-default .navbar-nav>li>a:hover:before {
	opacity: 1;
}


/*nav css end*/


/*page scroll header color change*/

.navbar.header-scroller {
	padding-right: 0;
}

.navbar.header-scroller .navbar-nav {
	/* margin: 24px 0px; */
}

.navbar.header-scroller .navbar-brand {
	padding: 0px;
}

.navbar.header-scroller .navbar-brand>img {
	width: 150px !important;
	height: 85px !important;
}

.navbar.header-scroller .navbar-nav>li>a {
	color: #fff;
}

.navbar.header-scroller .navbar-nav>.active>a,
.navbar-nav>.active>a:focus,
.navbar-nav>.active>a:hover {
	color: #00b3f0;
}

.navbar.header-scroller .navbar-nav>li>a:hover {
	color: #00b3f0;
}


/*page scroll header color change*/


/*dropdown css*/

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #555;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}


/*dropdown css*/


/*.dropdown-menu {
    background-color: #ebebeb;
	min-width:150px;
}
.dropdown-menu {
    top: 85%;
}
.dropdown-menu>li>a {
    font-size: 14.8px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00b3f0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00b3f0;
}
.navbar-nav>li>.dropdown-menu {
    margin-top:0px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color:transparent;
}
.dropdown:hover .dropdown-menu {
    display: block;
}*/


/*bootstrap carousel css*/

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	width: 100%;
	height: auto;
}

.carousel-inner>.item img {
	display: block;
	width: 100% !important;
	height: auto;
}


/*.carousel-control.right {
	background-image: none;
}
.carousel-control.left {
	background-image: none;
}*/

.carousel-caption {
	position: absolute;
	top: 10%;
    left: 15%;
    bottom: auto;
    padding: 0;
    height: auto;
}

.carousel-caption h1 {
	text-align: right;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-shadow: none;
}

.carousel-caption h1 span {
	display: block;
	color: #00b3f0;
}

.carousel-caption p {
	color: #fff;
	text-align: right;
}

.carousel-caption a {
	text-align: center;
	color: #fff;
	font-size: 22px;
	width: 180px;
	text-transform: uppercase;
	padding: 10px;
	border: none;
	background: #00b3f0;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-shadow: none;
	display: block;
	margin: 1% 0 1% 80%;
}

.carousel-indicators {
	display: none;
}


/*.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	display: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	display: none;
}*/


/*bootstrap carousel css end*/
#myCarousel{
	    max-height: 400px;
    overflow: hidden;
}
.contant {
	padding: 40px 0px;
}
.contant h1:before{
	content: '';
    height: 2px;
    width: 150px;
    display: block;
    background: #ff6e05;
    position: relative;
    top: -10px;
    right: -73%;
}
.contant h1 {
	text-align: right;
	font-size: 28px;
    line-height: 1;
    color: #0c0c0c;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 0px 0px;
    margin: 0;
}

.contant h1 span {
	color: #585858;
	font-weight: 100;
}

.contant h2 {
	font-size: 21px;
	line-height: 23px;
	color: #1a1a1a;
	font-weight: 700;
	padding: 0px;
}

.contant p {
	font-size: 15px;
    line-height: 25px;
    color: #757575;
    font-weight: 100;
    padding: 15px 0px;
    text-align: right;
}
.intro-video{
	border:  3px solid #d6d6d6;
}

.contant img {
	padding: 15px 0px;
}

.services-content {
	background: #e6e6e6;
	padding: 80px 0px 40px;
	position: relative;
}
.our-services-h {
	background: #e6e6e6;
	padding: 80px 0px 40px;
	position: relative;
}
.our-services-h h1 {
    text-align: center;
    margin: 0 0 60px;
    text-transform: uppercase;
    font-weight: bold;
}
.our-services-h h1:before{
	content: '';
	position: absolute;
	top:40px;
	left: 50%;
	margin-left: -75px;
	height: 2px;
	width: 150px;
	background: #00b2ee;
}
.our-services-h .thumb{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	padding: 40px;
	min-height: 290px;
}
.our-services-h h3 {
	font-size: 22px;
    line-height: 1;
    color: #333;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 0;
    margin: 20px 0 10px;
}
.our-services-h .thumb a{
	    border: 1px solid #00b5eb;
    color: #7b7b7b;
    padding: 7px 10px;
    font-size: 13px;
    margin: 0 4px;
}
.our-services-h .thumb.last-thumb{
	min-height: auto;
	padding: 30px 40px 8px;
}
.our-services-h .thumb.last-thumb p span{
	color: #ff6e05;
    font-weight: bold;
}
.our-services-h .check-best {
    background: #ff6e05;
    color: #fff;
    display: block;
    padding: 10px 30px;
    margin-top: 13px;
    border-radius: 4px;
    text-align: center;
}
.our-services-h .check-best span {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.our-services-h .check-best span small{
	font-size: 11px;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: 2.8px;
    display: block;
}
.our-services-h .check-best i{
	font-size: 30px;
	position: relative;
	top: -4px;
}
/* .our-services h1 span {
	font-size: 20px;
	line-height: 22px;
	color: #666666;
	font-weight: 300;
	display: block;
	padding-top: 5px;
}

.our-services h2 {
	font-size: 40px;
	line-height: 42px;
	color: #337ab7;
	letter-spacing: 1px;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	padding: 10px;
} */

.our-services-h p {
	font-size: 14px;
	line-height: 16px;
	color: #5e5e5e;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
	height: 30px;
}

.anchor-1 {
	display: block;
	padding: 10px 25px;
	cursor: pointer;
	border: none;
	background: #00b3f0;
	color: #fff;
	font-size: 24px;
	margin: 3% auto 0px;
	width: 220px;
	text-align: center;
	border-radius: 60px;
}

.anchor-1:hover {
	color: #fff !important;
}

.blue-wrap {
	background: url(../images/blue-back.jpg) no-repeat;
	background-size: 100%;
	width: 100%;
	padding: 0px;
}

.blue-wrap img {
	padding: 10px 0px;
	width: 100%;
}

.blue-wrap h1 {
	font-size: 50px;
	line-height: 52px;
	color: #fff;
	letter-spacing: 1px;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	padding: 10px 0px 0px;
}

.blue-wrap h1 span {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	font-weight: 300;
	display: block;
	padding: 5px 0px;
}



/* Begin: our featured CSS */
.our-featured{
	background: url('../images/featured-bg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}
.our-featured .hd h2{
	font-size: 50px;
	color: #fff;
	font-weight: 100;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	position: relative;
}
.our-featured .hd h2 span{
	display: block;
	font-weight: bold;
}
.our-featured .hd h2:before{
	content: '';
	height: 2px;
	width: 60%;
	background: #fff;
	position: absolute;
	top: -20px;
	left: 0;
}
.our-featured .hd p{
	margin-top: 3em;
	color: #fff;
}
.our-featured .featured-thumb .thumb{
	background: #fff;
    padding: 30px 10px 30px 50px;
    margin: 0 -5px 20px;
    min-height: 170px;
}
.our-featured .featured-thumb .thumb img {
    position: absolute;
    top: 40px;
    left: 20px;
}
.our-featured .featured-thumb .thumb h4{
	font-weight: bold;
	font-size: 16px;
}
.our-featured .featured-thumb .thumb p{
	font-size: 13px;
	color: #6b6b6b;
}
.how-works{
	text-align: center;
	padding: 60px 0;
	background: #fafafa;
	position: relative;
}
.how-works h2{
	font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin:  0;
}
.how-works h2:before, .testimonial h2:before, .shop-by h2:before{
	content: '';
	width: 150px;
	height: 2px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -75px;
	background: #00b2ee;
}
.how-works .step .circle {
    width: 150px;
    height: 150px;
    border: 1px solid #ff6e04;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    padding-top: 35px;
}
.how-works .step .circle:before{
	content: '';
	width: 90%;
	height: 1px;
	background: #ff6e04;
	position: absolute;
    top: 45%;
    left: -90%;
}
.how-works .step.first .circle:before{
	content: none;
}
.how-works .step .circle span{
	width: 30px;
    height: 30px;
    background: #ff6e04;
    color: #fff;
    border-radius: 50%;
    display: block;
    padding-top: 5px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -20px 0 0 -15px;
}
.how-works .step h3{
	font-size: 20px;
	text-transform: uppercase;
}
.how-works .step p{
	font-size: 14px;
	color: #717171;
	text-align: center;
	font-weight: 300;
}
/* END: our featured CSS */

/* Begin: Project Conter */
.project-counter{
	padding: 60px 0;
	background: url('../images/project-bg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.project-counter .project{
	background: #fff;
	text-align: center;
	margin:  0 -15px;
	padding: 10px 0;
}
.project-counter .project span{
	font-size: 40px;
    color: #5f5f5f;
    top: 10px;
    position: relative;
}
.project-counter .project p {
    text-align: center;
    font-weight: bold;
    color: #a5a5a5;
}
/* END: Project Counter */
.testimonial{
	background: url('../images/testimonial-bg.jpg') no-repeat;
	background-size: cover;
	padding: 60px 0;
	text-align: center;
	position: relative;
}
.testimonial h2{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 40px;
}
.testimonial .col-md-8{
	background: #f3f8fc;
	padding: 3em 5em 1.5em;
}
.testimonial .col-md-8 p{
	color: #7f7f7f;
	text-align: center;
	font-weight: 400;
	padding: 0;
	margin-bottom: 4em;
}
.testimonial .col-md-8 .fa{
    position: relative;
}
.testimonial .col-md-8 .fa:before{
	font-size: 30px;
    color: #ff6e04;
    position: relative;
    background: #f3f8fc;
    padding: 0 10px;
    z-index: 2;
}
.testimonial .col-md-8 .fa:after{
	content: '';
	width: 150px;
	height: 1px;
	background: #ff6e04;
	position: absolute;
	top: 22px;
	left: 50%;
	z-index: 1;
	margin-left: -75px;
}
.testimonial .col-md-8 h4{
	color: #000;
	font-size: 20px;
	margin-bottom: 0;
}
.testimonial .col-md-8 small{
	font-size: 13px;
}
.testimonial .carousel-indicators {
    display: block;
    right: 13%;
    left: auto;
    width: 200px;
    margin: 0;
}
.testimonial .carousel-indicators li.active{
	border: 3px solid #00aeea;
}
.testimonial .carousel-indicators li{
	border: 3px solid #ff6e04;
	margin: 0 3px;
}
/* END: Testimonial */

#owl-demo1 .item {
	border: solid 1px #d6d6d6;
	background-color: #fff;
	margin: 50px 0px 10px;
	width: 90%;
	min-height: 315px;
}

#owl-demo1 .item img {
	display: block;
	max-width: 100%;
	margin: -50px auto 10px;
	height: auto;
}

#owl-demo1 .item h2 {
	font-size: 20px;
	line-height: 22px;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 15px;
}

#owl-demo1 .item p {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #333333;
	font-weight: 300;
	padding: 10px 15px;
}

#owl-demo1 .item a {
	display: block;
	margin: 6% auto 6%;
	border: solid 1px #03b4f0;
	color: #03b4f0;
	font-size: 18px;
	text-align: center;
	padding: 6px 10px;
	width: 120px;
}

#owl-demo1 .item a:hover {
	color: #fff;
	background: #03b4f0;
}

#owl-demo2 .item {
	/*background: rgba(69,194,237,0.75);
	border: solid 1px #fff;*/
	margin: 50px 0px 10px;
	width: 90%;
}

#owl-demo2 .item p {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	display: block;
	text-align: left;
	font-weight: 300;
	position: relative;
	padding: 10px 10px 10px 80px;
}

#owl-demo2 .item p:before {
	position: absolute;
	left: 10px;
	top: 15px;
	content: "";
	width: 58px;
	height: 46px;
	background: url(../images/coumas-img.png) no-repeat;
}

#owl-demo2 .item h2 {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 10px 10px 10px 0px;
	float: right;
}

#owl-demo2 .item h2 span {
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	display: block;
	padding-top: 5px;
}

.login-wrap {
	display: none;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 42px;
	z-index: 9999;
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
}

.login-wrap:before {
	display: block;
	left: -42%;
	right: 0px;
	position: relative;
	bottom: 21px;
	margin: 0px auto;
	text-indent: -9999px;
	content: ".";
	width: 17px;
	height: 13px;
	background: url(../images/before-img.png) center bottom no-repeat;
	z-index: 2;
}

.login-wrap h2 {
	display: block;
	margin: 0px;
	padding: 10px;
	text-align: left;
	color: #000;
	font-size: 18px;
	line-height: 20px;
}

.login-close {
	float: right !important;
	padding: 5px !important;
	font-size: 15px !important;
	font-weight: bold !important;
	color: #000 !important;
	clear: both !important;
}

.in1 {
	margin-bottom: 10px;
}

.free-estimate {
	background: url(../images/blue-back-2.jpg) no-repeat;
	background-size: 100%;
	width: 100%;
	padding: 30px 0px;
}

.free-estimate h1 {
	font-size: 50px;
	line-height: 52px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	padding: 10px 0px 0px;
}

.free-estimate h1 span {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	font-weight: 300;
	display: block;
	padding: 5px 0px;
}

.txt-1 {
	margin: 3% 0px;
	height: 40px;
	border-radius: 0px;
}

.txt-are {
	height: 100px !important;
	resize: none;
}

.btn-lg {
	text-transform: uppercase;
	/*    background-color: #ff6e04;*/
	border-color: transparent;
	font-size: 25px;
	font-weight: 700;
	width: 100%;
	line-height: 16px;
}

.contact-field {
	/*padding:20px 0px;*/
}

.contact-detail {
	padding: 0px 40px;
}

.contact-detail h2 {
	padding: 10px 0px 0px;
	text-align: left;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
}

.contact-detail p {
	padding: 5px 0px 0px;
	text-align: left;
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
}

.contact-detail a {
	color: #fff;
}

.detail-box {
	padding: 15px 0px;
	float: left;
	width: 33.3%;
}

.detail-box img {
	float: left;
	padding: 15px 0px;
	margin-right: 15px;
}

.detail-box h2 {
	font-size: 25px;
	line-height: 27px;
	color: #333333;
	text-transform: uppercase;
	text-align: left;
	font-weight: 700;
}

.detail-box p {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	padding: 5px 0px;
	text-align: left;
	font-weight: 300;
}

.footer {
	background: #ff6e04;
	padding: 0px;
}
.footer p{
	color: #fff;
	font-size: 13px;
}
.footer img {
	display: block;
	padding: 20px 0px;
}

.footer-box {
	padding: 20px 0px 0px 15px;
}

.footer-box ul {
	display: block;
	padding: 0px;
	margin: 0 0 4em;
}

.footer-box ul li span {
    font-size: 20px;
    display: block;
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    padding: 25px 0px 0;
    font-weight: 600;
}

.footer-box ul li {
	float: none;
	display: block;
	padding: 0px;
	margin: 0px;
}

.footer-box ul li a {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	padding: 6px 0px;
	font-weight: 300;
	text-align: right;
}

.footer-box ul li.active>a,
.footer-box ul li:hover>a {
	color: #00b3f0 !important;
}

.footer-bootom {
	padding: 0px;
	background: #ab4800;
}

.footer-bootom p {
	text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0px;
}
.footer .subscribe{
	background: #fff;
	padding: 2em;
    margin: 4em 0 1em;
    text-align: center;
}
.footer .subscribe h4,
.footer .subscribe input,
.footer .subscribe button{
	display: inline-block;
	width: auto;
}
.footer .subscribe h4{
	color: #7f7f7f;
    font-size: 16px;
    font-weight: bold;
    margin-right: 2em;
}
.footer .subscribe input{
	border-radius: 0;
	width: 30%;
	height: 45px;
}
.footer .subscribe button {
    border-radius: 0;
    border: 0;
    padding: 12px 50px;
    margin: -4px 0 0 15px;
    background: #00b3f0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.inner-banner {
	position: relative;
	width: 100%;
}

.inner-banner img {
	display: block;
	width: 100%;
}

.inner-banner-contant {
	content: "\'";
	display: block;
	right: 0;
	margin: 0 auto;
	max-width: 1024px;
	position: absolute;
	right: 10%;
	top: 64%;
	z-index: 77;
}

.inner-banner-contant h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	line-height: 62px;
	text-transform: uppercase;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-align: right;
}


/*.tabs-left{
    float: left;
    margin:0px 0px 0px 0px;
}
.tabs-left img{
	display:block;
	padding:70px 0px;
}
.tabs-left ul li {
    float: none;
	list-style:none;
	border:solid 1px #ff6e04;
    margin:10px 0px;
}
.tabs-left ul li a{
	background-color:transparent;
	border-radius:0px;
	border:none;
	font-size:18px;
	line-height:20px;
	font-weight:400;
	color:#ff6e04;
	display:block;
	padding:20px 65px; 
}
.tabs-left ul li:hover > a,
.tabs-left ul li.active > a{
	border:none;
	color:#fff;
	background-color:#ff6204;
	border-bottom:none;	
}
.tabs-left ul li:nth-child(1){
	background:url(../images/tab-icon1.png) 2% 26% no-repeat;
}
.tabs-left ul li:nth-child(2){
	background:url(../images/tab-icon2.png) 2% 26% no-repeat;
}
.tabs-left ul li:nth-child(3){
	background:url(../images/tab-icon3.png) 2% 26% no-repeat;
}
.tabs-left ul li:nth-child(4){
	background:url(../images/tab-icon4.png) 2% 26% no-repeat;
}
.tabs-left ul li:nth-child(5){
	background:url(../images/tab-icon1.png) 2% 26% no-repeat;
}
.tabs-left ul li:nth-child(6){
	background:url(../images/tab-icon2.png) 2% 26% no-repeat;
}
.tabs-left ul li:nth-child(7){
	background:url(../images/tab-icon3.png) 2% 26% no-repeat;
}*/

.tabs-left {
	float: left;
	margin: 30px 0px;
	text-align: center;
}

.tabs-left a {
	width: 298px;
	display: block;
	padding: 17px 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	color: #00b3f0;
	margin: 7% 0px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #00b3f0;
	background-color: transparent;
}

.tabs-left a:hover {
	background-position: bottom center;
	transition: all 0.4s ease-out 0s;
	color: #fff;
}

.tabs-left a:nth-child(6) {
	background-image: url(../images/airo-hover.png);
}

.tabs-left a:nth-child(5) {
	background-image: url(../images/in-hover.png);
}

.tabs-left a:nth-child(7) {
	background-image: url(../images/pu-hover.png);
}

.tabs-left a:nth-child(3) {
	background-image: url(../images/sf-hover.png);
}

.tabs-left a:nth-child(2) {
	background-image: url(../images/sp-hover.png);
}

.tabs-left a:nth-child(1) {
	background-image: url(../images/shop-hover.png);
}

.tabs-left a:nth-child(4) {
	background-image: url(../images/trans-hover.png);
}

.tab-content {
	/*overflow: auto;*/
	margin: 0px;
}

.tab-content h2 {
	font-size: 30px;
	line-height: 52px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #171113;
	padding: 5px 0px;
	text-align:right;
}

.tab-content h3 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #171113;
	padding: 0px;
	text-align:right;
}

.tab-content p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #171113;
	padding: 8px 0px;
	display:inline-block;
	text-align:right;
}

.tab-content ul {
	float: right;
	width: 60%;
	margin: 0px;
	padding: 15px 0px;
}

.tab-content ul li {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	background: url(../images/bullet-1.png) 100% 0% no-repeat;
	color: #171113;
	list-style: none;
	padding: 10px 45px;
}


/*.tab-content img{
	float:right;
	width:50%;
	padding:20px 0px;
}*/

.inner-contant {
	padding: 30px 0px;
}

.inner-contant h1 {
	font-size: 30px;
	line-height: 52px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #171113;
	padding: 5px 0px;
}

.inner-contant h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: #03b4f0;
	padding: 0px;
}

.inner-contant h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	color: #03b4f0;
	padding: 0px;
	text-align: right;
}

.inner-contant h4 {
	font-size: 32px;
	line-height: 34px;
	font-weight: 700;
	color: #f16c20;
	padding: 0px;
}

.inner-contant p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #171113;
	padding: 8px 0px;
	text-align: right;
}

.inner-contant ul {
	margin: 0px;
	padding: 20px 0px;
}

.inner-contant ul li {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	background: url('../images/bullet-1.png') right no-repeat;
	color: #171113;
	list-style: none;
	padding: 10px 45px;
}

.search-filed {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	right: 16%;
	top: 25%;
}

.srch {
	background-color: rgba(34, 38, 53);
	width: 250px;
	color: #fff;
	background: url(../images/magnifine.png) 95% 65% no-repeat;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	font-size: 14px;
	border-bottom: solid 2px #fff;
}

.boat-form-area {
	padding: 20px 0px;
	max-width: 1110px;
}

.boat-form-area h4 {
	font-size: 18px;
	line-height: 20px;
	display: block;
	text-align: left;
	padding: 10px 0px;
	margin: 0px;
	color: #ff8315;
}

.boat-lable1 {
	padding: 10px 0px;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: -10px;
	text-align: left;
}

.boat-lable-2 {
	padding: 10px 0px;
	color: #000;
	float: left;
	width: 80px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: -10px;
	text-align: left;
}

.boat-lable-3 {
	padding: 10px 0px;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: -10px;
	text-align: left;
}

.boat-input1 {
	padding: 8px;
	margin-bottom: 10px;
	border: #ccc solid 1px;
	width: 432px;
	background: #fff;
	display: inline-block;
}

.boat-input-3 {
	padding: 8px;
	margin-bottom: 10px;
	border: #ccc solid 1px;
	width: 525px;
	background: #fff;
}

.boat-input-2 {
	padding: 8px;
	margin-bottom: 10px;
	float: left;
	border: #ccc solid 1px;
}

.boat-div {
	float: left;
	padding: 8px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}

.signup-submit {
	float: right;
	padding: 8px 15px;
	cursor: pointer;
	border: none;
	background: #337ab7;
	color: #fff;
	font-size: 16px;
	margin: 5px 0px;
}

.signup-submit:hover {
	color: #fff !important;
}

.signup-submit-2 {
	float: right;
	padding: 8px 15px;
	cursor: pointer;
	border: none;
	background: #337ab7;
	color: #fff;
	font-size: 16px;
	margin: 5px 15px;
}

.signup-submit-2:hover {
	color: #fff !important;
}

.signup-submit-left {
	float: left;
}

.signup-submit-del {
	float: left;
	background: #d9534f;
}

.boat-error {
	float: right;
	clear: both;
	padding: 5px 0px;
}

.loader {
	float: left !important;
	padding: 2px 5px;
	display: none;
}

.error {
	border: #f30 solid 2px;
}

.error:focus {
	border: #f30 solid 2px !important;
}

.form-control:focus {
	box-shadow: none;
}

.perror {
	padding: 8px 5px 5px;
	float: left;
	color: #F00;
	display: none;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	opacity: 0.9;
	z-index: 99;
}

#status {
	width: 186px;
	height: 186px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	top: 40%;
	background: url(../images/loader-1.gif) center no-repeat;
}


/*tabs css*/

.nav-tabs {
	border-bottom: none;
	margin: 15% 0px;
}

.nav-tabs>li {
	float: none;
	margin-bottom: 10px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border: none;
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
}

.nav>li>a:hover {
	text-decoration: none;
	background-color: #337ab7;
	color: #fff;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 22px;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.pagination>li {
	display: inline;
	padding: 0px 0px !important;
	background: none !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
	width: 100%;
}


/*tabs css end*/


/*tabs css*/

.nav-tabs-2 {
	border-bottom: none;
	margin: 1% 0px 2%;
}

.nav-tabs-2>li {
	float: left;
	margin-bottom: 10px;
}

.nav-tabs-2>li.active>a,
.nav-tabs-2>li.active>a:focus,
.nav-tabs-2>li.active>a:hover {
	color: #337ab7;
	cursor: default;
	background-color: #fff;
	border: none;
}

.nav-tabs-2>li>a:hover {
	border-color: #eee #eee #ddd;
}

.nav>li-2>a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #337ab7;
}

.nav-tabs-2>li>a {
	margin-right: 2px;
	line-height: 22px;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	font-size: 18px;
	background-color: #337ab7;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}


/*tabs css end*/


/*my account html*/

.top-anchor {
	margin: 2% 0px 0px;
	border-top: solid 2px #337ab7;
	background-color: #337ab7;
	display: block;
}

.top-anchor a {
	float: left;
	font-size: 18px;
	line-height: 0px;
	color: #fff;
	font-weight: 500;
	width: 20%;
	background: url(../images/sep.png) 95% 98% no-repeat;
	text-transform: uppercase;
	padding: 28px 0px 8px 60px;
}

.inner-style {
	/*border:solid 1px #337ab7;*/
	margin: 3% 0px 0px;
}

.inner-style h2 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	font-weight: 400;
	color: #337ab7;
	float: left;
	padding: 0px 10px;
}

.inner-style-div-2 {
	margin: 0px auto;
	width: 240px;
	display: block;
	padding: 0px;
}

.inner-style-div-2 h3 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	font-weight: 400;
	text-transform: capitalize;
	color: #337ab7;
	padding: 0px;
}

.inner-style-div-2 h3 i {
	font-size: 15px;
	line-height: 17px;
	font-style: normal;
	text-transform: capitalize;
	font-weight: 300;
	padding-left: 5px;
}

.inner-style-div-2 h3 a {
	margin: 2% -15px;
	color: #337ab7;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	float: right;
	border: solid 2px #337ab7;
	border-radius: 10px;
	text-transform: uppercase;
}

.inner-style-div {
	/*float:right;
	width:50%;*/
	padding: 0px 10px 10px;
}

.inner-style-div h3 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	font-weight: 400;
	text-transform: capitalize;
	color: #337ab7;
	padding: 0px;
}

.inner-style-div p {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	font-weight: 500;
	color: #000;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: left;
}

.inner-btn {
	float: right;
	clear: both;
	background-color: transparent !important;
	font-size: 18px;
	color: #337ab7;
	font-weight: 500;
	margin: 0px;
	padding: 0px 5px;
	text-transform: uppercase;
	border: none !important;
}

.inner-btn:hover {
	color: #337ab7;
}

#navigation ul {
	float: left;
	padding: 10px 0px;
	margin: 0px;
	width: auto;
}

#navigation ul li {
	float: left;
	display: block;
	background-image: none;
	padding: 0px;
	margin: 0px;
}

#navigation ul li a {
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 20px;
	color: #544A4A;
	font-weight: 400;
	transition: all 0.4s ease-out 0s;
}

#navigation ul li:hover>a,
#navigation ul li.active>a {
	color: #fff;
	background: #337ab7;
}


/*#navigation li ul {
	display: none;
	background:#f9f9f9;
	border-radius: 0px;
}
#navigation li li {
	float: none;
	border:none;
	display: block;
	
	position: relative;
	text-align: left;
	padding: 0px;
}
#navigation li li a {
	margin: 0px;
	padding: 10px 50px;
	font-size: 13.8px;
	line-height: 15px;
	transition: all 0.4s ease-out 0s;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #3c8dbc;
	display: block;
}
#navigation li li:hover > a, #nav li li.active > a {
	color:#3c8dbc;
}
#navigation li:hover ul {
	display: block;
	position: absolute;
	z-index: 88;
	width: 151px;
	margin: 0px;
	border-top:solid 1px #337ab7;
	padding: 10px 0px 0px 0px;
	float: left;
}	*/

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group .input-group-addon {
	border-radius: 0;
	border-color: #d2d6de;
	background-color: #fff;
}

.date-picker {
	float: left;
	width: 29%;
	margin: 2% 2%;
	padding: 5px;
}


/*my account html end*/

.faqs {
	display: none;
}

.faqs h4 {
	font-size: 18px;
	color: #337ab7;
	clear: both;
}

.faqs input {
	margin-right: 5px;
}

.faqs p {
	display: none;
	margin-left: 15px;
	line-height: 20px;
	padding: 5px 0;
	clear: both;
}


/*panel groups css*/

.panel-default {
	border: none;
	margin: 0px 0px;
	/*border-top:solid 2px #337ab7;*/
	border-radius: 0px;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-title {
	font-size: 20px;
	font-weight: 400;
	padding: 5px 0px;
}

.panel-body {
	padding: 5px 20px;
}


/*panel groups css end*/

.row1 {
	display: block;
	padding: 0px 0px 10px 0px;
	border-bottom: #ccc solid 1px;
}

.subtotal {
	/*float: right;*/
	color: #000;
	font-size: 20px;
	margin: 5px 0px;
	line-height: 22px;
	text-align: left;
	padding: 5px;
}

.amount-area {
	border: 1px solid #ccc;
	float: right;
	padding: 5px;
	text-align: center;
	width: 100px;
}

.amount-labels {
	box-sizing: border-box;
	font-size: 15px;
	padding: 10px 5px;
	text-align: left;
	width: 280px;
}

.step-box ul {
	padding: 0px;
	margin: 0px;
	display: block;
}

.step-box ul li {
	padding: 0px;
	margin: 0px;
	background: #0389b6;
	width: 25%;
	display: block;
	float: left;
}

.step-box ul li a {
	font-size: 34px;
	line-height: 38px;
	color: #333333;
	padding: 18px;
	display: block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}

.step-box ul li a span {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-transform: capitalize;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300 !important;
	text-align: center;
}

.step-box ul li:hover>a,
.step-box ul li.active>a {
	background: #fe822e;
}

.member-ship {
	padding: 0px;
	margin: 0px;
}

.member-ship ul {
	padding: 0px;
	margin: 0px;
	display: block;
}

.member-ship ul li {
	float: none;
	display: block;
	padding: 10px;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
}

.member-ship h1 {
	text-align: center;
	background: #ffa060;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 6oo;
	font-size: 30px;
	line-height: 32px;
	padding: 5px;
	color: #333333;
	text-transform: uppercase;
}

.member-ship ul li:nth-child(odd) {
	background-color: #e3e3e3;
}

.member-ship ul li:nth-child(even) {
	background-color: #fff;
}

.standard {
	padding: 0px;
	margin: 0px;
}

.standard ul {
	padding: 0px;
	text-align: center;
	margin: 0px;
	display: block;
}

.standard ul li {
	float: none;
	display: block;
	padding: 10px;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
}

.standard h1 {
	text-align: center;
	background: #ffa060;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 6oo;
	font-size: 30px;
	line-height: 32px;
	padding: 5px;
	color: #333333;
	text-transform: uppercase;
}

.standard ul li:nth-child(odd) {
	background-color: #e3e3e3;
}

.standard ul li:nth-child(even) {
	background-color: #fff;
}

.standard a {
	display: block;
	margin: 0px auto;
	padding: 6px 10px;
	border: none;
	background: #ff6d0a;
	width: 120px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 6px;
	margin: 2% auto;
}

.premium {
	padding: 0px;
	margin: 0px;
}

.premium ul {
	padding: 0px;
	text-align: center;
	margin: 0px;
	display: block;
}

.premium ul li {
	float: none;
	display: block;
	padding: 10px;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
}

.premium h1 {
	text-align: center;
	background: #00b3f0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 6oo;
	font-size: 30px;
	line-height: 32px;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
}

.premium ul li:nth-child(odd) {
	background-color: #e3e3e3;
}

.premium ul li:nth-child(even) {
	background-color: #fff;
}

.premium a {
	display: block;
	margin: 0px auto;
	padding: 6px 10px;
	border: none;
	background: #00b3f0;
	width: 120px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 6px;
	margin: 2% auto;
}

.contact-froms {
	padding: 70px 0px 20px;
	margin: 0px auto;
	width: 700px;
}

.contact-froms-2 {
	width: 770px;
}

.check-btn {
	float: left;
	margin: 15px 0px !important;
	width: 25px;
}

.label-one {
	font-size: 17px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	width: 130px;
	float: left;
	color: #252525;
	padding: 15px 0px;
	text-transform: uppercase;
}

.label-two {
	font-size: 15px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	float: left;
	color: #252525;
	padding: 15px 0px;
	text-transform: uppercase;
}

.label-three {
	font-size: 15px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	text-align: center;
	display: block;
	color: #252525;
	padding: 15px 0px;
	text-transform: uppercase;
}

.txt-2 {
	margin: 2% 0px;
	height: 35px;
	float: left;
	border-radius: 0px;
}

.signup-one {
	float: right;
	padding: 4px 10px;
	border: none;
	background: #ff6d0a;
	width: 130px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 6px;
	margin: 4% 16%;
}

.contact-froms p {
	float: left;
	padding: 0px 1%;
}

input[type=checkbox],
input[type=radio] {
	display: inline-block;
}

.payment-block {
	display: block;
	margin: 0px auto;
	width: 900px;
	padding: 60px 0px;
}

.payment-left {
	float: left;
	padding: 15px 0px;
}

.payment-left img {
	display: block;
}

.radio-btn {
	margin: 25% 4% !important;
	float: left;
	border: solid 1px #069 !important;
}

.payment-right {
	float: left;
	padding-bottom: 90px;
	border-left: solid 1px #333;
	margin: 3% 0px;
}

.payment-right img {
	display: block;
	margin: 0px auto;
	width: 300px;
	padding: 10px 0px;
}

.pay-pal {
	padding: 10px 20px;
	border-bottom: solid 1px #333;
}

.pay-pal p {
	float: left;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	font-weight: 300;
	padding: 2px 10px;
}

.pay-pal-bottom {
	padding: 10px 20px;
}

.pay-pal-bottom p {
	float: left;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	font-weight: 300;
	padding: 2px 10px;
}

.nextbtn {
	float: right;
	padding: 4px 10px;
	background: #00b3f0;
	border-bottom: 2px solid #000000;
	width: 100px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 6px;
	margin: -5% 0% 0px;
}

.nextbtn:hover {
	color: #fff !important;
}

.select-box {
	margin: 3% auto;
	width: 58%;
	font-size: 18px;
	height: 40px;
}

.select-box-2 {
	margin: 1% 0px;
	width: 70%;
	font-size: 18px;
	height: 40px;
}

.gray-strip {
	background: #000;
	width: 100%;
}

.gray-strip h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 47px;
	line-height: 49px;
	color: #00b3f0;
	text-transform: uppercase;
}

.gray-strip h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 47px;
	line-height: 49px;
	color: #00b3f0;
	padding: 10px 10px;
	text-align: left;
	text-transform: uppercase;
}

.gray-strip h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 22px;
	color: #FFF;
	float: right;
	margin: -7% 39%;
	position: relative;
	z-index: 77;
}

.gray-strip img {
	float: right;
	margin: -74px 55% 0px;
}

.add-items {
	padding: 20px 0px;
}

.add-items h2 {
	font-size: 40px;
	line-height: 42px;
	color: #337ab7;
	letter-spacing: 1px;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	padding: 10px;
}

.out-col1 {
	padding: 0px 0px;
}

.out-col1 h1 {
	padding: 10px 0px;
	color: #fff;
	background: #03b4f0;
	text-align: center;
	font-size: 18px;
	line-height: 16px;
	margin: 0px;
}

.out-col7 {
	padding: 15px 2px;
	color: #000;
	text-align: center;
	font-size: 14px;
	background: #e6e1e1;
	line-height: 24px;
	border-left: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}

.u-input1 {
	border: 1px solid #ccc;
	display: block;
	padding: 6px;
	width: 92%;
	margin: 0px auto 0;
}

.out-col13 {
	padding: 0px 0px;
}

.out-col13 h1 {
	padding: 10px 0px;
	color: #fff;
	background: #03b4f0;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	border-right: #fff solid 1px;
}

.out-col73 {
	padding: 2px 2px;
	color: #000;
	text-align: center;
	font-size: 14px;
	background: #e6e1e1;
	line-height: 16px;
	border-left: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}

.out-col73 img {
	height: 30px;
}

.out-col74 {
	padding: 7px;
}

.out-col75 {
	padding: 0px;
}

.throws {
	padding: 10px 0px;
	color: #fff;
	background: #03b4f0;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	border-right: #fff solid 1px;
}

.proceed {
	background: #337ab7;
	text-align: center;
	color: #000;
	padding: 10px;
	cursor: pointer;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	float: right;
}

.proceed:hover {
	color: #fff;
}

.faqs-block {
	background: #fff;
	border: solid 1px #e7e6e6;
	margin: 0px auto;
	display: block;
	padding: 15px 0px;
}

.faqs-block h1 {
	font-size: 18px;
	line-height: 22px;
	color: #00b3f0;
	padding: 5px 0px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
}

.faqs-block h2 {
	font-size: 18px;
	line-height: 22px;
	color: #ff6e04;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: 300;
}

.faqs-block p {
	font-size: 16px;
	line-height: 23px;
	color: #252525;
	padding: 8px 0px;
	font-weight: 300;
}

.faq-sep {
	/* border-right:solid 1px #959595;*/
}

.agree-btn2 {
	background: #03b4f0;
	text-align: center;
	color: #fff;
	border: none;
	display: block;
	margin: 3% 4% 0px;
	font-size: 18px;
	line-height: 20px;
	width: 150px;
	padding: 10px;
}

.sea-friehgt-box {
	padding: 0px;
	margin: 0px auto;
	display: block;
}

.sea-friehgt-box img {
	display: block;
	margin: 0px auto;
}

.sea-friehgt-box h2 {
	padding: 0px;
	font-size: 22px;
	line-height: 24px;
	color: #03b4f0;
	text-align: center;
	font-weight: 400;
}

.sea-friehgt-box h2 span {
	padding: 0px;
	font-size: 15px;
	line-height: 18px;
	color: #2f2f2f;
	display: block;
	font-weight: 300;
	padding-top: 5px;
}

.video-box {
	display: block;
	vertical-align: middle;
	margin: 0px auto;
	width: 100%;
}

.service-block {
	padding: 15px 0px;
	border-bottom: solid 1px #41c4f1;
}

.service-block h1 {
	padding: 5px 0px;
	font-size: 55px;
	line-height: 58px;
	color: #363636;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.service-block p {
	padding: 5px 0px;
	font-size: 17px;
	line-height: 28px;
	color: #363636;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

.service-block img {
	display: block;
	padding: 10px 0px;
}

.service-btn {
	float: right;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 1px 0px #12a4d5;
	background: #00b3f0;
	padding: 10px;
	margin: 5% 0px 0px 5px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	display: block;
	width: 150px;
	text-align: center;
}

.service-btn-2 {
	background: #ff6e04;
}

.service-btn:hover {
	color: #fff;
}

.our-process {
	/*padding:40px 0px;*/
	border-bottom: #ccc solid 1px;
}

.our-process h1 {
	color: #6e0023;
	font-family: 'Adamina', serif;
	;
	font-size: 40px;
	line-height: 42px;
	text-align: center;
	padding: 15px 0px;
}

.our-process img {
	display: block;
	margin: 0px auto;
	/*width:710px;*/
	padding: 15px 0px;
}

.red {
	color: #f30 !important;
}

.green {
	color: #3C0 !important;
}


/*.nav-menu-2{    
    display: block;
    text-align: center;
  }*/

.nav-menu-2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu-2 a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px 50px;
	cursor: pointer;
	position: relative;
	background: none;
}

.nav-menu-2 {
	float: left;
	width: 20%;
	background: url(../images/sep.png) 98% 60% no-repeat;
	padding: 5px 25px 0px;
}

.nav-menu-2 li {
	position: relative;
	float: none;
	list-style: none;
	clear: both;
}

.nav-menu-2>li {
	float: left;
	margin-right: 1px;
}

.nav-menu-2>li>a {
	margin-bottom: 1px;
}

.nav-menu-2>li:hover,
.nav-menu-2>li:hover>a {}

.nav-menu-2>li:first-child {}

.nav-menu-2>li:first-child>a {}

.nav-menu-2>li:last-child {
	border-radius: 0 0 4px 0;
	transition: all 0.4s ease-out 0s;
	margin-right: 0;
}

.nav-menu-2>li:last-child>a {}

.nav-menu-2 li li a {
	margin-top: 1px
}

.nav-menu-2 li a:first-child:nth-last-child(2):before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	top: 50%;
	right: 5px;
}


/* submenu positioning*/

.nav-menu-2 ul {
	position: absolute;
	white-space: nowrap;
	z-index: 1;
	background: #337ab7;
	border-color: solid 1px #ccc;
	margin: 10px 0px;
	border: solid 1px #f5f5f5;
	cursor: pointer;
	border-radius: 0 6px 6px 6px;
	transition: all 0.4s ease-out 0s;
	left: -99999em;
}

.nav-menu-2>li:hover>ul {
	left: auto;
	padding-top: 4px;
	min-width: 100%;
}

.nav-menu-2 ul li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	width: 100%;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap;
}

.nav-menu-2 ul li:hover>a {
	background: #f5f5f5;
	color: #337ab7;
}

.black-strip {
	background: #2e2e2e;
	padding: 10px 0px;
	background-size: cover;
}

.black-strip h1 {
	font-size: 28px;
	line-height: 40px;
	color: #fff;
	/* text-align: right; */
	/*padding:5px;*/
	text-transform: uppercase;
	font-weight: 700;
	margin: 12px 0 0;
	display: table;
	float: right;
}

.black-strip h1 span {
	display: block;
	text-align: right;
	color: #ff6e05;
}

.black-strip .form-style input,
.black-strip .form-style select {
    height: 40px;
    background: #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
}
.black-strip .form-style .radio-row{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #626262;
}
.black-strip .form-style .radio-row label{
	color: #fff;
	font-weight: 100;
	line-height: 1;
	margin: 0 50px 0 0;
}
.black-strip .form-style .radio-row input[type="radio"]{
	height: 15px;
	margin: 0 5px 0 0;
}
.black-strip .form-style input.bs-btn {
	display: block;
	border: solid 1px #ff6e05;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	background: #ff6e05;
	padding: 8px 25px;
	font-weight: 700;
	min-width: 100%;
}

.est-btn {
	color: #fff;
	background-color: #00b3f0 !important;
	border-color: #00b3f0 !important;
	padding: 10px 40px;
	margin: 0px auto;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}

.loader1 {
	float: right !important;
	padding: 2px 5px;
	width: 50px !important;
	padding: 0px !important;
	margin-right: 10px;
}

.center-main-box {
	border: solid 1px #CCC;
	padding: 5px;
	border-radius: 5px;
}

.center-box {
	padding: 10px;
	border-bottom: solid 1px #CCC;
	margin: 1% 0px;
}

.center-box:last-child {
	border: none;
}

.center-box img {
	width: 80px !important;
	display: block !important;
	margin: 0px auto !important;
}

.center-box p {
	padding: 5px 0px;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	font-weight: 300;
	min-width: 660px;
}

.center-box .pleft {
	width: 80%;
}

.center-box span {
	font-size: 12px;
}

.cent-btn {
	margin: 22% 0;
	padding: 8px 25px;
}

.check-btn {
	float: left !important;
	margin: 8px 0px 0px 85% !important;
}

.notification {
	float: right;
	margin: 0px 5px 0px;
}

.notify-btn {
	padding: 7.5px 10px;
	background-color: transparent !important;
}

.notify-btn:hover {
	background: rgb(0, 102, 153) !important;
}

.notify-btn.active {
	background: rgb(0, 102, 153) !important;
}

.language,
.profile {
	display: inline-block;
}

.language label,
.profile label {
	color: #fff;
	font-weight: 100;
}

.language select {
	/* float:right; */
	margin-left: 5px;
	background: #4a4a4a;
	color: #fff;
	border: 0;
	padding: 3px 10px;
	font-size: 13px;
	border-radius: 3px;
}

.profile {
	padding-left: 30px;
}

.profile .dropdown-toggle {
	background: transparent;
	border: 0;
}

.profile label,
.profile img {
	display: inline-block
}

.profile img {
	border: 2px solid #fff;
	margin-left: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.profile .caret {
	color: #fff;
}

.dropdown-menu {
	z-index: 9999;
	width: auto;
	margin: 0px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	outline: 0;
}

.scroll {
	float: left;
	height: 260px;
	overflow-y: scroll;
	overflow: auto;
	margin-bottom: 25px;
}


/*.scrollbar{
	float: left;
	height: 300px;
	overflow-y: scroll;
	margin-bottom: 25px;  
}*/

.force-overflow {
	min-height: 450px;
}

.style-1::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px;
	border-radius: 10px;
	background-color: transparent;
}

.style-1::-webkit-scrollbar {
	width: 12px;
	background-color: transparent;
}

.style-1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px;
	background-color: #555;
}

.login-btn {
	float: left;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 1px 0px #12a4d5;
	background: #12a4d5;
	padding: 7px;
	margin: 0px 0px 0px 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	width: 95px;
	text-align: center;
}

.login-btn:hover {
	color: #fff !important;
	background: #12a4d5;
	background: -moz-linear-gradient(top, #12a4d5 0%, #1098ba 99%);
	background: -webkit-linear-gradient(top, #12a4d5 0%, #1098ba 99%);
	background: linear-gradient(to bottom, #12a4d5 0%, #1098ba 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12a4d5', endColorstr='#1098ba', GradientType=0);
}

.join-btn {
	float: left;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 1px 0px #12a4d5;
	background: #12a4d5;
	padding: 8px 0;
	margin: 0px 0px 0px 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	width: 120px;
	text-align: center;
}

.join-btn:hover {
	color: #fff !important;
	background: #12a4d5;
	background: -moz-linear-gradient(top, #12a4d5 0%, #1098ba 99%);
	background: -webkit-linear-gradient(top, #12a4d5 0%, #1098ba 99%);
	background: linear-gradient(to bottom, #12a4d5 0%, #1098ba 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12a4d5', endColorstr='#1098ba', GradientType=0);
}

.md-input {
	width: 100%;
	margin: 1.8% 0px;
}

.md-btn {
	margin: 1.5% 0px;
}

.md-anchor {
	display: block;
	padding: 0px;
}

.modalwindow {
	top: 33%;
}

.modalcontent {
	width: 350px;
}

.modal-header {
	min-height: 16.43px;
	padding: 10px 20px;
	border-bottom: 1px solid #e5e5e5;
}

.glyphicon {
	color: #fff;
	font-size: 17px;
	line-height: 24px;
	margin: 0px 3%;
}

.con-area {
	padding: 10px 0px;
	border-bottom: solid 1px #00b3f0;
}

.cont-input {
	margin: 2% 0px;
	height: 45px;
	border: none;
}

.con-txt-ara {
	height: 155px !important;
	margin: 2% 0px;
	border: none;
	resize: none;
}

.con-btn {
	margin: 3% auto 1%;
	display: block;
	width: 160px;
	clear: both;
	text-transform: uppercase;
	border-color: transparent;
	font-size: 22px;
	font-weight: 700;
}

.contact-boxex {
	max-width: 800px;
	display: block;
	margin: 3% auto 0px;
	text-align: center;
}

.social-circle {
	padding: 10px 0px;
	position: relative;
}

.social-circle h2 {
	font-size: 20px;
	line-height: 22px;
	color: #00b3f0;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	clear: both;
	text-align: center;
}

.social-circle img {
	display: block;
	margin: 0px auto;
	max-width: 140px;
	height: auto;
}

.social-circle-inner {
	position: absolute;
	top: 16%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	display: block;
	z-index: 77;
	text-align: center;
	max-width: 100px;
}

.social-circle-inner img {
	width: 40px;
	height: 34px;
	display: inline-block;
	margin: 5px 0px;
}

.social-info {
	padding: 10px 0px;
}

.social-info img {
	display: block;
	margin: 0px auto;
	width: 140px;
	height: auto;
}

.social-info h2 {
	font-size: 20px;
	line-height: 22px;
	color: #00b3f0;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	clear: both;
	text-align: center;
}

.social-info h2 i {
	font-size: 18px;
	line-height: 20px;
	color: #00b3f0;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-style: normal;
	display: block;
	padding-top: 20px;
	text-align: center;
}

.social-info a {
	text-align: center;
	font-weight: 300;
	display: block;
	font-size: 18px;
	display: block;
	line-height: 20px;
	color: #00b3f0;
}

.social-info p {
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	display: block;
	line-height: 18px;
	color: #00b3f0;
}
.shop-by {
	padding: 50px 0;
	position: relative;
}
.shop-by h2 {
	color: #333;
	font-size: 40px;
	line-height: 46px;
	font-weight: 700;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
.brands-icon {
	float: left;
	margin: -10px 1% 0px;
	width: 205px;
}

.brands-icon img {
	display: block;
	padding: 5px 0px;
}

.example img {
	border-radius: 50%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: filter 600ms ease;
	-webkit-transition: -webkit-filter 600ms ease;
}

.example img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.brands-icon a {
	border: none !important;
	cursor: pointer;
	background-color: transparent !important;
}

.shop-by a {
	margin: 1% auto;
	border: solid 1px #03b4f0;
	color: #fff;
	font-size: 16px;
	display: block;
	background: #03b4f0;
	text-transform: capitalize;
	text-align: center;
	padding: 6px 10px;
	width: 140px;
	clear: both;
	transition: all 0.4s ease-out 0s;
}

.shop-by a:hover {
	background-color: #fff;
	color: #03b4f0;
}

.review-container {
	max-width: 1400px;
	margin: 0px auto;
	display: block;
}

.review-container h3 {
	font-size: 40px;
	line-height: 44px;
	font-weight: 400;
	color: #03b4f0;
	padding: 0px;
	text-align: center;
}

.review-box {
	background-color: rgba(234, 233, 231, 0.9);
	padding: 10px;
	width: 23%;
	margin: 1% 1%;
	min-height: 250px;
	display: block;
}

.review-box p:before {
	position: absolute;
	left: 10px;
	top: 7px;
	content: "";
	width: 50px;
	z-index: 77;
	height: 40px;
	background: url(../images/bullet-3.png) no-repeat;
}

.review-box p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	display: block;
	color: #252525;
	padding-left: 80px;
	position: relative;
}

.review-box h4 {
	float: right;
	font-size: 16px;
	line-height: 18px;
	color: #252525;
	font-weight: 700;
	padding: 5px 5px;
	text-transform: uppercase;
}

.review-box h4 i {
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-transform: capitalize;
	font-weight: 300;
	padding-top: 3px;
	font-style: normal;
}

.review-box-2 {
	background-color: rgba(183, 217, 228, 0.7);
}

.shipping-bloack {
	padding: 0px;
	width: 40%;
	margin: 1%;
	border: solid 1px #e9e9e9;
}

.shipping-bloack h1 {
	font-size: 18px;
	line-height: 22px;
	color: #337ab7;
	padding: 12px 20px;
	background: #f2f2f2;
	font-weight: 500;
	margin: 0px;
	border: solid 1px #e9e9e9;
}

.shipping-bloack-inner {
	padding: 10px 30px;
	min-height: 175px;
}

.shipping-bloack-inner p {
	font-size: 16px;
	line-height: 18px;
	padding: 3px 0px;
	display: block;
	font-weight: 400;
	color: #000;
}

.add-new {
	float: right;
	margin: 15px 2%;
}


/*rate block css*/

.rate-dimension {
	padding: 10px 0px;
}

.rate-dimension h3 {
	font-size: 22px;
	line-height: 24px;
	color: #000;
	padding: 0px 0px 30px;
	font-weight: 300;
	text-align: center;
}

.rate-dimension h3 i {
	font-weight: 700;
	font-style: normal;
}

.rate-dimension h4 {
	font-size: 20px;
	line-height: 22px;
	color: #000;
	padding: 70px 0px 0px;
	font-weight: 300;
	text-align: left;
}

.rate-dimension img {
	padding: 20px 0px;
	display: block;
	margin: 0px auto;
}

.dimension {
	padding: 0px;
	margin: 0px;
}

.dimension h3 {
	border-bottom: solid 1px #000;
	font-size: 20px;
	float: left;
	line-height: 24px;
	padding: 0px 0px 3px;
	color: #0389b6;
	font-weight: 500;
}

.dimension h3 i {
	color: #000;
	font-style: normal;
	font-weight: 700;
}

.dimension span {
	text-align: left;
	font-size: 20px;
	line-height: 22px;
	padding: 0px 25%;
	text-decoration: none;
	color: #0389b6;
	clear: both;
	display: block;
	font-weight: 500;
}

.dimension h4 {
	padding: 25px 20px 0px;
	float: left;
	font-size: 20px;
	line-height: 22px;
	color: #0389b6;
	font-weight: 500;
}

.dimension h4 i {
	font-style: normal;
	color: #000;
	font-weight: 700;
}

.rate-block {
	padding: 0px 40px;
}


/*rate block css end*/

.subs-now {
	max-width: 900px;
	margin: 3% auto;
	display: block;
	padding: 10px;
	background: #eae6e6;
}

.subs-now h2 {
	font-size: 35px;
	line-height: 38px;
	color: #03b4f0;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0px;
}

.subs-now p {
	font-size: 20px;
	line-height: 26px;
	color: #171113;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	padding: 15px;
}

.subs-now-btn {
	background-color: #00b3f0 !important;
	border-color: #00b3f0 !important;
	padding: 15px 40px;
	margin: 10px auto;
	display: block;
	font-size: 18px;
	width: 30%;
	text-transform: uppercase;
	color: #fff;
	border-radius: 8px;
}

.w-cencel {
	float: right;
	text-align: right;
	font-size: 16px;
	line-height: 18px;
	margin: 2%;
}

.profiel-feed {
	max-width: 800px;
	margin: 0px auto;
	display: block;
	padding: 0px;
}

.profiel-feed p {
	padding: 0px;
	margin: 3% 0px 0px;
	text-align: center;
	font-size: 17px;
	float: none;
	line-height: 20px;
	font-weight: 400;
}

.lable-four {
	font-size: 23px;
	line-height: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #00b3f0;
	text-align: center;
	display: block;
	padding: 10px 0px;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.pro-txtara {
	height: 140px !important;
	margin: 0px auto;
	border: solid 1px #999;
	resize: none;
	width: 78%;
	display: block;
	background: #f5f5f5;
}

.radio-block {
	display: block;
	width: 258px;
	margin: 0px auto;
}

.radio-box {
	float: right;
	padding-left: 12px;
}

.radio-box i {
	font-style: normal;
	font-size: 15px;
	line-height: 22px;
	display: block;
	text-align: center;
}

.pro-feed-btn {
	background-color: #00b3f0 !important;
	border-color: #00b3f0 !important;
	padding: 10px 3px;
	margin: 3% auto;
	display: block;
	font-size: 18px;
	width: 22%;
	text-transform: uppercase;
	color: #fff;
	border-radius: 8px;
}

.acc-right {
	float: right;
}


/*collapse css*/

.panel-default-1>.panel-heading {
	color: #fff;
	background-color: #333;
	border-color: #333;
	display: block;
}

.panel-default-1>.panel-heading img {
	float: right;
    margin: 8px 5px;
    transform: rotate(180deg);
}
.panel-default-1>.panel-heading.active img {
    transform: rotate(0deg);
}
.panel-default-1>.active {
	color: #fff;
	background-color: #00b3f0;
	border-color: #36C;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.panel-title-1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	padding: 5px 0px;
	margin: 0px;
	text-align: right;
}

.panel-group .panel {
	border-radius: 0px;
}

.panel {
	margin-bottom: 5px;
}

.panel-default-1>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #333;
	background-color: #333;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align:right;
}


/*collapse css end*/


/*tooltip css*/

.tooltip {
	display: inline-block;
}

.tooltip .tooltiptext {
	margin-left: 9px;
	width: 320px;
	visibility: hidden;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #aeaeae;
	position: absolute;
	z-index: 1;
	padding: 5px;
	margin-top: -15px;
	/* according to application */
	opacity: 0;
	transition: opacity 1s;
}

.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 5%;
	right: 100%;
	/* To the left of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #aeaeae transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}


/*tooltip css end*/

input.text {
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}

.trk-div {
	border: #ccc solid 1px;
	margin: 0px auto;
	padding: 10% 22%;
	border-radius: 5px;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../images/loading.gif) center no-repeat #fff;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>td{
	text-align: right;
}
/*responsive*/
@media (min-width: 1300px) and (max-width: 1400px) {}

@media (max-width: 1199px) and (min-width: 992px) {
	.navbar-default .navbar-nav>li>a{
		padding:  14px;
	}
	.navbar-nav:before{
		left: -49px;
	}
	.header:before{
		height: 48px;
	}
	.black-strip .form-style input, .black-strip .form-style select{
		width: 110%;
	}
	.black-strip .form-style input[type="radio"]{
		width: auto;
	}
	.our-services-h .thumb{
		padding:  20px;
	}
	.our-services-h .thumb a{
		padding: 5px;
	}
	.our-services-h .check-best{
		padding: 5px 30px;
    	margin-top: 10px;
	}
	.our-featured .featured-thumb .thumb {
	    padding: 20px 10px 20px 45px;
	    margin: 0 -5px 20px;
	    min-height: 190px;
	}
	.testimonial .col-md-8 p{
		margin-bottom: 1.5em
	}
	.brands-icon{
		width: 18%;
	}
	.footer .subscribe{
		    margin: 2em 0 0em;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.intro-video {
	    width: 100%;
	    height: auto;
	    border: 0;
	}
	.navbar-default .navbar-nav{
		margin-top: 5px;
	}
	.navbar-default .navbar-nav>li>a{
		padding:  11px;
		font-size: 10px;
	}
	.navbar-nav:before{
		/*content: none;
		border: 0;*/
	}
	.header:before{
		height: 42px;
	}
	.black-strip .form-style input, .black-strip .form-style select{
		width: 100%;
	}
	.black-strip .form-style input[type="radio"]{
		width: auto;
	}
	.our-services-h .thumb{
		padding:  20px;
		    min-height: auto;
    margin-bottom: 20px;
	}
	.our-services-h .thumb a{
		padding: 5px;
	}
	.our-services-h .check-best{
		padding: 5px 30px;
    	margin-top: 10px;
	}
	.our-featured .featured-thumb .thumb {
	    padding: 20px 10px 20px 45px;
	    margin: 0 -5px 20px;
	    min-height: 190px;
	}
	.testimonial .col-md-8 p{
		margin-bottom: 1.5em
	}
	.brands-icon{
		width: 18%;
	}
	.footer .subscribe{
		    margin: 2em 0 0em;
	}
	.carousel-caption h1{
		font-size: 40px;
	}
	.carousel-caption a{
		width: 120px;
		font-size: 18px;
	}
	#myCarousel {
		max-height: 300px;
	}
	.black-strip{
		padding: 30px 0 10px;
	}
	.how-works .step .circle:before{
		content: none;
	}
	.project-counter .project{
		margin: 0 0 30px;
	}
	.project-counter{
		padding: 40px 0 10px;
	}
	.testimonial{
		padding: 40px 0 20px;
	}
	.shop-by {
	    padding: 50px 0 10px;
	}
	.shop-by a img{
		max-width: 100%;
	}
	.footer .subscribe h4{
		font-size: 15px;
	}
	.footer .subscribe button{
		padding: 12px 20px;
    	margin: -4px 0 0 5px;
	}
}

@media (max-width:1024px) {
	.blue-wrap {
		background-size: cover;
	}
	.free-estimate {
		background-size: cover;
	}
	.bs-btn {
		min-width: 100%;
		font-size: 14px;
		padding: 10px;
	}
}

@media (min-width: 768px) and (max-width: 999px) {
	/* .navbar-nav {
		float: none;
	}
	.navbar-nav>li {
		float: none;
	}
	.nav>li>a {
		padding: 10px 10px;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.navbar-header .collapse,
	.navbar-toggle {
		display: block !important;
	}
	.navbar-header {
		float: none;
	} */
	ul.portfolioContainer li {
		width: 49.9%;
	}
	.srch {
		display: none;
	}
	.boat-input1 {
		width: 100%;
	}
	.bs-btn {
		display: block;
		margin: 3% auto;
	}
	.black-strip h1 {
		text-align: left;
	}
	.black-strip h1 span {
		text-align: left;
	}
	.bs-input {
		margin: 2% 0px;
	}
	.carousel-caption h2 {
		text-align: left;
		font-size: 20px;
		line-height: 30px;
		padding: 0px 0px;
	}
	.check-btn {
		float: left !important;
		margin: 8px 0 0 0 !important;
	}
	.center-box img {
		width: 80px !important;
		display: block !important;
		margin: 0px auto !important;
	}
	.center-box p {
		float: left;
		padding: 3px 0;
	}
	.cent-btn {
		float: left;
		margin: 0 0;
		padding: 8px 25px;
	}
	.shipping-bloack {
		width: 48%;
		margin: 1% 0px;
	}
}

@media (max-width: 767px) {
	.navbar-nav {
		float: none;
		margin: 5px 0px 0px -16px;
		background: #fff;
		border: solid 1.7px #c5c5c5;
		z-index: 9999999999;
		padding: 10px 0px;
	}
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		color: #03b4f0;
		background-color: transparent;
	}
	.navbar-default .navbar-nav>li>a {
		color: #333;
		font-size: 16px;
	}
	.navbar-brand {
		padding: 0px 15px;
	}
	.navbar-brand>img {
		display: block;
		width: 105px;
	}
	.navbar-toggle {
		background-color: #068ebd;
		margin-top: 20px;
	}
	.navbar-toggle .icon-bar {
		color: #fff;
		background-color: #068ebd;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-nav>li>.dropdown-menu {
		position: relative;
		float: none;
	}
	.carousel-caption {
		top: 20%;
		left: 3%;
	}
	.carousel-caption h1 {
		font-size: 15px;
		line-height: 17px;
		padding: 0px;
	}
	.carousel-caption h2 {
		font-size: 13px;
		line-height: 15px;
		padding: 3px 0px;
		margin: 0px;
	}
	.carousel-caption a {
		font-size: 12px;
		width: 110px;
		padding: 8px;
	}
	.contant {
		padding: 0px 0px;
	}
	#owl-demo1 .item {
		width: 100%;
	}
	.free-estimate {
		background: none;
		background-color: #097093;
	}
	.srch {
		display: none;
	}
	.select-language {
		width: 130px;
	}
	.inner-banner-contant {
		left: 7%;
		top: 40%;
	}
	.inner-banner-contant h1 {
		font-size: 14px;
		line-height: 16px;
	}
	.tab-content ul {
		width: 100%;
	}
	.free-estimate h1 {
		font-size: 35px;
		line-height: 37px;
	}
	.inner-contant p {
		padding: 10px;
	}
	.inner-contant h2 {
		padding: 10px;
	}
	.tab-content h2 {
		font-size: 18px;
		line-height: 20px;
	}
	.tabs-left {
		float: none;
		margin: 0px auto;
		display: block;
		clear: both;
	}
	.tabs-left ul li a {
		font-size: 15px;
		line-height: 17px;
	}
	.anchor-1 {
		padding: 10px 10px;
		font-size: 16px;
		margin: 3% auto;
		width: 230px;
	}
	.boat-input-3 {
		width: 100%;
	}
	.signup-submit {
		float: none;
		display: block;
		margin: 2% auto;
		width: 80%;
		text-align: center;
	}
	.signup-submit-del {
		margin: 2% 4%;
	}
	.login {
		float: none;
		width: 165px;
		padding: 5px 0px 0px 0px;
		display: inline-block;
	}
	.login a {
		float: right;
	}
	.contact-detail h2 {
		text-align: center;
	}
	.contact-detail p {
		text-align: center;
	}
	.blue-wrap {
		background-size: cover;
	}
	.blue-wrap img {
		padding: 10px 0px;
		margin: 0px auto;
		display: block;
	}
	.blue-wrap h1 {
		font-size: 20px;
		line-height: 22px;
		text-align: center;
	}
	#owl-demo2 .item {
		margin: 18px 0px 10px;
		width: 100%;
	}
	.boat-input1 {
		width: 100%;
	}
	.top-anchor a {
		width: 100%;
	}
	#navigation ul {
		padding: 20px 0px;
	}
	.date-picker {
		margin: 7% 2%;
	}
	div.dataTables_wrapper div.dataTables_length,
	div.dataTables_wrapper div.dataTables_filter,
	div.dataTables_wrapper div.dataTables_info,
	div.dataTables_wrapper div.dataTables_paginate {
		text-align: left !important;
	}
	.nav-tabs-2>li {
		float: none;
		margin-bottom: 10px;
	}
	.contact-froms {
		width: 100%;
	}
	.contact-froms-2 {
		width: 100%;
	}
	.label-two {
		float: none;
		text-align: center;
		display: block;
	}
	.select-box-2 {
		margin: 0px auto;
		width: 100%;
	}
	.gray-strip h1 {
		font-size: 35px;
		line-height: 37px;
	}
	.gray-strip img {
		float: none;
		padding: 10px 0px;
		margin: 0px auto;
		display: block;
	}
	.gray-strip h2 {
		float: none;
		margin: 0px;
		display: block;
		text-align: center;
	}
	.our-services h2 {
		font-size: 24px;
		line-height: 29px;
		text-align: center;
	}
	.gray-strip h3 {
		font-size: 38px;
		line-height: 40px;
		text-align: center;
	}
	.label-one {
		width: auto;
		float: none;
		text-align: center;
		display: block;
	}
	.bs-btn {
		display: block;
		margin: 3% auto 5%;
	}
	.black-strip h1 {
		text-align: left;
	}
	.black-strip h1 span {
		text-align: left;
	}
	.bs-input {
		margin: 3% 0px;
	}
	.check-btn {
		float: left !important;
		margin: 8px 0 0 0 !important;
	}
	.center-box p {
		float: left;
		padding: 1px 0;
	}
	.cent-btn {
		float: left;
		margin: 0 0;
		padding: 8px 25px;
	}
	.center-box img {
		width: 80px !important;
		display: block !important;
		margin: 0px auto !important;
	}
	.login-btn {
		margin: 0px 0px 6px 15px;
	}
	.modal {
		top: 6%;
		z-index: 9999999;
	}
	.our-services-h {
		padding: 0px;
	}
	.review-box {
		width: 50%;
		margin: 2% auto;
		display: block;
	}
	.review-box p {
		padding: 0px 0px 0px 84px !important;
		font-size: 16px;
		line-height: 20px;
	}
	.top-anchor {
		border-top: solid 2px #337ab7;
		background-color: #337ab7;
		padding: 5px;
	}
	.top-anchor a {
		float: none;
		display: block;
		margin: 0px auto;
		clear: both;
		padding: .8em;
		background: none;
		text-align: left;
		width: 100%;
	}
	.nav-menu-2 {
		float: none;
		width: 100%;
		background: none;
		padding: 5px;
	}
	.caret {
		display: none;
	}
	.nav-menu-2 ul {
		margin: -5px 0px;
		border: solid 1px #fff;
	}
	.tab-content h2 {
		float: none;
		display: block;
		text-align: center;
	}
	.inner-style-div {
		float: none;
		width: 200px;
		padding: 0px;
		display: block;
		margin: 0px auto;
	}
	.inner-style-div-2 h3 i {
		display: block;
	}
	.inner-style-div-2 h3 {
		font-size: 20px !important;
		line-height: 24px !important;
		text-align: center;
	}
	.inner-style-div h3 {
		text-align: center;
	}
	.inner-style-div p {
		text-align: center;
	}
	.inner-btn {
		float: none;
		margin: 4% auto;
		display: block;
	}
	.detail-box img {
		float: none;
		padding: 15px 0px;
		margin: 0px auto;
		display: block;
	}
	.detail-box h2 {
		font-size: 14px;
		line-height: 16px;
		text-align: center;
	}
	.detail-box p {
		font-size: 13px;
		line-height: 16px;
		text-align: center;
	}
	.footer-box ul li span {
		font-size: 20px;
		line-height: 22px;
	}
	#owl-demo1 .item h2 {
		font-size: 15px;
		line-height: 18px;
	}
	#owl-demo1 .item p {
		font-size: 15px;
		line-height: 20px;
	}
	#owl-demo1 .item a {
		clear: both;
	}
	.shipping-bloack {
		width: 48%;
	}
	.intro-video {
    border: 0;
    width: 100%;
    height: auto;
	}
	.social-icon {
	    margin-top: 0;
	    text-align: center;
	}
	.header .logo {
	    width: 150px;
	    display: block;
	    margin: 0 auto;
	}
	.header .join li{
		display: block;
		float: none;
	}
	.header .join li span br{
		display: none;
	}
	.header:before, .navbar-nav:before{
		content: none;
	}
	.header .join{
		text-align: center;
	}
	.header .join .join-btn{
		float: none;
	}
	.top-strip .col-md-6.text-right {
	    text-align: center;
	    margin-top: 10px;
	}
	.navbar-default .navbar-nav>li>a{
		border-right: 0;
		border-bottom: 2px solid #d85c01;
		padding: 10px;
    	font-size: 13px;
	}
	.nav-style.navbar-default .navbar-nav{
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 480px) {
	.header:before{
		content: none;
	}
	.header .join li{
		display: block;
		float: none;
	}
	.header .join li span br{
		display: none;
	}
		.header .logo {
	    width: 150px;
	    display: block;
	    margin: 0 auto;
	}
		.intro-video {
	    border: 0;
	    width: 100%;
	    height: auto;
	}
	.social-icon {
	    margin-top: 0;
	    text-align: center;
	}
	.our-services-h .thumb a{
		display: block;
		margin-bottom: 10px;
	}
	.footer-box ul{
		margin: 0;
	}
	.footer .subscribe{
		margin: 1em 0 0em;
		padding: 1em;
	}
	.footer .subscribe h4{
		margin: 0;
	}
	.footer .subscribe input,
	.footer .subscribe button{
		width: 100%;
	}
	.footer .subscribe button{
		margin: 20px 0 0 0;
	}
	.footer, .footer-box ul li span{
		text-align: center;
	}
	.how-works .step .circle:before{
		border: none;
		content: none;
	}
	.our-featured .hd p{
		margin-top: 0;
	}
	.navbar-nav {
		float: none;
		border: solid 1.7px #c5c5c5;
		z-index: 9999999999;
		padding: 10px 0px;
	}
	.carousel-caption {
		top: 4%;
		right: 0;
		left: 0%;
	}
	.carousel-caption h1 {
		font-size: 20px;
		line-height: 22px;
		padding: 0px;
		text-align: center
	}
	.carousel-caption h2 {
		font-size: 9px;
		line-height: 11px;
		padding: 3px 0px;
		margin: 0px;
	}
	.carousel-caption p{
		text-align: center
	}
	.carousel-caption p br{
		display: none;
	}
	.carousel-caption a {
		font-size: 10px;
		width: 110px;
		padding: 6px;
		margin:  0 auto;
	}
	.our-services-h h2 {
		font-size: 16px;
		line-height: 18px;
		text-align: center;
	}
	.tab-content p {
		font-size: 16px;
		line-height: 26px;
		text-align: center;
	}
	.tab-content h3 {
		font-size: 24px;
		line-height: 26px;
		text-align: center;
	}
	.detail-box {
		padding: 12px 0px;
		float: none;
		width: 100%;
		display: block;
		margin: 0px auto;
		clear: both;
	}
	.detail-box img {
		float: none;
		margin: 0px auto;
		padding: 0px;
		display: block;
	}
	.detail-box h2 {
		text-align: center;
		font-size: 15px;
		line-height: 17px;
	}
	.detail-box p {
		text-align: center;
		font-size: 14px;
		line-height: 16px;
	}
	.footer-box ul li span {
		font-size: 18px;
		line-height: 20px;
		padding: 10px 0px;
	}
	.footer-box ul li a {
		font-size: 14px;
		line-height: 16px;
	}
	.bs-btn {
		display: block;
		margin: 5% auto;
	}
	.black-strip h1 {
		float: none;
	}
	.black-strip h1 span{
		display: inline;
	}
	.black-strip h1 span {
		text-align: left;
	}
	.bs-input {
		margin: 5% 0px;
	}
	.center-box img {
		width: 80px !important;
		display: block !important;
		margin: 0px auto !important;
	}
	.language {
		padding: 10px 0px 0px 0px;
	}
	.profile {
	    padding-left: 0px;
	}
	.notification {
		float: right;
		margin: 0px 0px;
	}
	.my-account {
		width: 94px;
		padding: 8px 0px;
	}
	.login-btn {
		margin: 0px 0px 6px 15px;
	}
	.dropdown-menu {
		max-width: 245px;
		margin: 0px;
	}
	.modal {
		top: 30%;
		z-index: 9999999;
	}
	.service-block {
		padding: 0px;
	}
	.service-block h1 {
		padding: 5px 0px;
		font-size: 30px;
		text-align: center;
	}
	.service-block p {
		text-align: center;
	}
	.service-btn {
		margin: 5% 0px 5% 5px;
	}
	.inner-contant {
		padding: 10px 0px;
	}
	.our-services-h {
		padding: 0px;
	}
	.inner-banner-contant h1 {
		font-size: 11px;
		line-height: 16px;
		text-align: center;
		padding: 0px;
	}
	.review-box {
		width: 100%;
		margin: 2% auto;
		display: block;
	}
	.review-box p {
		padding: 0px 0px 0px 84px !important;
		font-size: 16px;
		line-height: 20px;
	}
	.navbar-brand {
		padding: 15px;
	}
	.navbar.header-scroller .navbar-brand {
		padding: 15px;
	}
	.navbar.header-scroller .navbar-nav>li>a {
		color: #fff;
	}
	.navbar.header-scroller .navbar-nav {
		margin: 10px 0px 0px;
	}
	.navbar-brand>img {
		width: 80px;
		height: 50px;
	}
	.navbar-toggle {
		margin: 0;
	}
	.top-anchor {
		border-top: solid 2px #337ab7;
		background-color: #337ab7;
		border: solid 1px #c5c5c5;
		padding: 5px;
	}
	.top-anchor a {
		float: none;
		display: block;
		margin: 0px auto;
		clear: both;
		padding: .8em;
		text-align: left;
		background: none;
	}
	.nav-menu-2 {
		float: none;
		width: 100%;
		background: none;
		padding: 5px;
	}
	.caret {
		display: none;
	}
	.nav-menu-2 ul {
		margin: -10px 0px;
		border: solid 1px #fff;
	}
	.tab-content h2 {
		float: none;
		display: block;
		text-align: center;
	}
	.inner-style-div {
		float: none;
		width: 200px;
		padding: 0px;
		display: block;
		margin: 0px auto;
	}
	.inner-style-div-2 h3 i {
		display: block;
	}
	.inner-style-div-2 h3 {
		font-size: 20px !important;
		line-height: 24px !important;
	}
	.subs-now h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.subs-now p {
		font-size: 16px;
		line-height: 20px;
	}
	.subs-now-btn {
		padding: 10px 40px;
		margin: 10px auto;
		width: 50%;
	}
	.join-btn {
		width: 100%;
	}
	.tabs-left a:hover {
		background-position: bottom left;
	}
	.tabs-left a {
		width: 100%;
		font-size: 14px;
	}
	.nav-menu-2 ul {
		margin: -10px 0px;
		border: solid 1px #fff;
	}
	.shipping-bloack {
		width: 100%;
		margin: 1% 0px;
	}
}