@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}
/*--
font-family: 'Droid Serif', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
--*/
/*----*/
.i-marquee {
    background-color: rgba(220, 164, 185, 0.55);
    color: #fff;
    width: 100%;
    margin-left: 20%;
    margin:5px; 
    font-weight: 700;
	font-family:'Lato';
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(http://codyhouse.co/demo/back-to-top/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*----*/

.mynavbar {
	position:absolute;
	z-index: 999;
	width: 100%;
}
.PadL0{ padding-left:0}
.prd1{font-size: 20px;
    font-weight: 500;
    font-family: 'Droid Serif', serif;
    color: #000;
    text-align: center;
    margin: 12px 0 12px 0;}
.subnav {
	float: right;
	padding: 5px;
}
.subnav ul {
	list-style: none;
}
.img1{ float:right; box-shadow:0 0 10px #e2e2e2; margin-left:10px;}
.subnav ul li {
	display: block;
	font-family: 'Lato', sans-serif;
	color: #fff;text-shadow: 0 0 10px #444;
	float:left;
	padding:0 0 0 20px;
	font-size: 15px;
}
.subnav ul i {
	padding:0 5px 0 0px;
}
.subnav .nav {
	left: auto;
	margin-left: 0px;
	top: 13px;
	position: absolute;
	float: right;
	right: 70px;
}
.subnav .nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
}
.subnav .dropdown {
	background: transparent;
	border: transparent;
	border-radius:4px;
	width:30px;
	z-index: 99999;
}
.subnav .dropdown-menu>li>a {
	color:#fff;
}
.subnav .dropdown ul.dropdown-menu {
	border-radius:4px;
	box-shadow:none;
	margin-top:20px;
	width: 200px;
}
.subnav .dropdown ul.dropdown-menu:before {
	content: "";
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	right: 16px;
	z-index: 10;
}
.subnav .dropdown ul.dropdown-menu:after {
	content: "";
	border-bottom: 12px solid #ccc;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -12px;
	right: 14px;
	z-index: 9;
}
.subnav .navbar-nav > li > a {
	padding-top: 3px;
	padding-bottom: 1px;
}
.subnav .nav > li > a {
	position: relative;
	display: block;
	padding: 0;
}
.subnav .glyphicon {
	color: #fff;
}
.subnav .dropdown-menu {
	position: absolute;
	top: 100%;
	left: auto;
	z-index: 1000;
	display: none;
	float: right;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px -33px 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	right: 0;
}
.mylistyle li a {
	list-style:none;
	font-family: 'Lato', sans-serif;
	color: #d7232d !important;
	float:left;
	padding:0px 10px !important;
	font-size: 15px;
}
.aboutsec {
	background: url(../images/about-us.png) center;
	width:100%;
	height:300px;
	background-size: 100% 100%;
    background-repeat: no-repeat;

}
.aboutsec h4 {
	font-family: 'Lato', sans-serif;
	color: #454545;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 10em;  
}
.aboutsec p {
	font-family: 'Open Sans', sans-serif;
	color: #454545;
	margin: 1.3% 0 1.3% 0;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.ourbeauty1 {
	width:100%;
	padding: 2% 0 0 0;
}
.ourbeauty1 h5 {
	color: #E87759;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
    background-color: inherit !important;
    margin-top: 8%;
	margin-bottom: 0px;
    line-height: 40px;
}
.ourbeauty1 h4 {
	font-family: 'Roboto', sans-serif;
	color: #454545;
	font-size: 25px;
	font-weight: 700;
	margin-top: 7%;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.ourbeauty {
	width:100%;
	padding: 2% 0;
}
.ourbeauty h5 {
	color: #E87759;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
    background-color: inherit !important;
    margin-top: 8%;
	margin-bottom: 0px;
    line-height: 40px;
}
.ourbeauty h4 {
	font-family: 'Roboto', sans-serif;
	color: #454545;
	font-size: 25px;
	font-weight: 700;
	margin-top: 7%;
	letter-spacing: 1px;
	text-transform: capitalize;
}.bor{ border-bottom:2px solid #DA9917; margin:20px 0;}
.bg{ background:#F6F6F6}
.mar{ margin-top:30px;}
.ourbeauty1 p {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 25px
}
.ourbeauty p {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 27px
}
/* why chhoode */

/* why chhoode */

.whychoose {
	width: 100%;
	background-color: #F1F1F1;
	padding: 4% 0 0% 0;
}
.sec-title-one {
    position: relative;
    padding-top: 0px;
    padding-bottom: 3px;
    text-align: center;
    margin-bottom: 10px;
}
.sec-title-one:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #e93340;
}
.whychoose2 h4 {
	font-family: 'Roboto', sans-serif;
	color: #454545;
	font-size: 25px;
	font-weight: 700;
	margin-top: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

.whychoose2 p {
	font-family: 'Roboto', sans-serif;
	color: #565656;
	margin: 1% 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
}
.ul1sec-des {
	display: block;
}
.ul1sec-des ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
.ul1sec-des ul li {
	background-image: url(arrow.html);
	background-repeat: no-repeat;
	background-position: 100% .4em;
	padding-right: .6em;
	font-family: 'Roboto', sans-serif;
	color: #565656;
	margin: 7px 0;
	font-weight: 500;
	font-size: 14px;
	/* line-height: 1.8em; */
	text-align: right;
}
.ul2sec-des ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.ul2sec-des ul li {
	/* padding-left: 18px; */
	/* background-image: url(../images/right-arrow.png); */
	/* background-repeat: no-repeat; */
	font-family: 'Roboto', sans-serif;
	color: #565656;
	margin: 7px 0;
	font-weight: 500;
	font-size: 14px;
	text-align: left;
}

.whychoose3 {
	margin-top: 3%;
}

.whychoose3 h5 {
	color: #454545;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    background-color: inherit !important;
    margin-top: .6%;
	margin-left: 14%;
	margin-bottom: 0px;
    line-height: 40px;
	text-align: left;
}
.whychoose3 .box {
    border-radius: 3px;
	/*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
	    padding: 15px 30px 15px 30px;
	text-align: right;
	display: block;
	/* margin-top: 60px; */cursor: pointer;
}
.whychoose3 .box-icon span {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
}
.whychoose3 .info h4 {
	color: #555454;
	font-size: 22px;
	margin: 0px;
	font-family: Oswald;
	font-weight: 100;
	padding: 28px 0px;
	text-transform: uppercase;
}
.whychoose3 .info > p {
	font-family: 'Open Sans', sans-serif;
	color: #565656;
	margin-top: 1%;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.8em;
	margin-bottom: 0px;
	text-align: left;
}

.whychoose3 .box >.box-icon {
    border: 2px solid #fff;
}
.whychoose3 .box:hover >.box-icon {
	border: 2px solid #E87759;
	background-color: #fff;
	color: #E87759 ;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
.whychoose3 .box:hover >.box-icon >span {
	color: #E87759;
}
.whychoose3 .box-icon {
	background-color: #E87759;
	border-radius: 50%;
	display: table;
	height: 45px;
	margin: 0 0;
    width: 45px;
    /* margin-top: -61px; */
    float: left;
}
.icontxt {
	width: 100%;
}

.loginbtn {
	color: #fff;
	margin: 8px auto;
	display: block;
	border: 1px solid #d7232d;
	background-color: #d7232d;
	padding: 8px 0;
	width: 177px;
}
/*-----------*/
/*--------------------*/
.mainnav {
	width: 100%;
}

.mainnav .navbar {
    border-radius: 0px;
    border: 0px solid transparent;
	height: 82px;
}
/*-----rspn drp--------*/
.navbar-header .nav {
	left: auto;
	margin-left: 0px;
	top: 13px;
	position: absolute;
	float: right;
	right: 70px;
}
.navbar-header .nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
}
.navbar-header .dropdown {
	border-radius: 0px;
	width: 50px;
	z-index: 1001;
	float: right;
	padding: 18px 0;
	background: #d7232d;
	font-family: 'Droid Serif', serif;
}
.navbar-header .dropdown-menu>li>a {
	color:#fff;
	font-family: 'Droid Serif', serif;
}
.navbar-header li a i {
	color:#fff;
	text-align: center;
	display: block;
}
.navbar-header .dropdown ul.dropdown-menu {
	border-radius:4px;
	box-shadow:none;
	margin-top:20px;
	width: 200px;
}
.navbar-header .dropdown ul.dropdown-menu:before {
	content: "";
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	right: 16px;
	z-index: 10;
}
.navbar-header .dropdown ul.dropdown-menu:after {
	content: "";
	border-bottom: 12px solid #ccc;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -12px;
	right: 14px;
	z-index: 9;
}
.navbar-header .navbar-nav > li > a {
	padding-top: 0px;
	padding-bottom: 1px;
	font-family: 'Droid Serif', serif;
}
.navbar-header .nav > li > a {
	position: relative;
	display: block;
	padding: 0;
	font-family: 'Droid Serif', serif;
}
.navbar-header .glyphicon {
	color: #fff;
	text-align: center;
	display: block;
}
.navbar-header .dropdown-menu {
	position: absolute;
	top: 100%;
	left: auto;
	z-index: 1000;
	display: none;
	float: right;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px -33px 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	right: 0;
}
.mylistyle li a {
	list-style:none;
	font-family: 'Lato', sans-serif;
	color: #d7232d !important;
	float:left;
	padding:0px 10px !important;
	font-size: 15px;
}
/*-----rspn drp--------*/

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #d7232d !important;
}
.mainnav .navbar-brand {
	float: left;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
}
.mainnav .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-top: -0px;
}
.mainnav .navbar-brand > img {
	display: block;
}
.mainnav .navbar-nav > li > a {
	padding-top: 31px;
	padding-bottom: 31px;
}
.mainnav .navbar-default {
	color: #222;
	background-color: #fff;
	border-color: #fff;
}
.mainnav .navbar-default .navbar-nav > li > a {
	color:#545252;
	font-family: 'Lato', serif;
	font-size: 15px;
	font-weight: 600;
}
.mainnav .navbar-static-top {
	border-width: 0 0 0px;
}
.mainnav .navbar-default .navbar-nav > li > a:hover {
	color:#fff !important;
	background-color: #C7081B !important;
}
.activea {
	color:#fff !important;
	background-color: #C7081B !important;
}
.mainnav .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: #C7081B !important;
}
.mainnav .navbar-default .navbar-nav > .dropdown > a .caret {
 border-top-color:;
	border-bottom-color: #fff;
}
.mainnav .navbar-default .navbar-brand {
	color:#fff;
}
.mainnav .menu-large {
	position: static !important;
}
.mainnav .megamenu {
	padding: 20px 0px;
	width:100%;
	background-color: #fff;
	border: 1px solid #222;
}
.mainnav .dropdown-menu {
	position: absolute;
	top: 100%;
	right: 34px;
}

/*.mainnav .megamenu::before {
 content: "";
 border-bottom: 10px solid #d7232d;
 border-right: 10px solid transparent;
 border-left: 10px solid transparent;
 position: absolute;
 top: -10px;
 right: 430px;
 z-index: 10;
}*/
.mainnav .megamenu> li > ul {
	padding: 0;
	margin: 0;
}
.mainnav .megamenu> li > ul > li {
	list-style: none;
}
.mainnav .megamenu> li > ul > li {
	list-style: none;
}
.mainnav .megamenu p {
	display: block;
	padding: 5px 0px 0 0;
	text-align: center;
	clear: both;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	color: #222;
	margin-bottom: 0px;
}
.mainnav .megamenu> li ul > li > a:hover, .mainnav .megamenu> li ul > li > a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #333333;
}
.mainnav .megamenu.disabled > a, .mainnav .megamenu.disabled > a:hover, .mainnav .megamenu.disabled > a:focus {
	color: #999999;
}
.mainnav .megamenu.disabled > a:hover, .mainnav .megamenu.disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.mainnav .dropdown-header {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
}
.mainnav .img-thumbnail {
	border: 1px solid #C7081B;
}
.mainnav .img-thumbnail:hover {
	background-color: #f5f5f5 !important;
}
/* dropdown */
.mainnav .dropdown-menu {
	

}
.mainnav .dropdown-menu>li>a {
    display: block;
    padding: 4px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.mainnav .dropdown-menu>li>a:hover {
	background-color: #d7232d;
	color: #fff;
}
.mainnav .dropdown:hover .dropdown-menu {
	display: block;
}
/*-----cart------*/
.mainnav .btn-danger {
	color: #fff;
	background-color: #d7232d;
	border-color: #d7232d;
}
ul.dropdown-cart {
	min-width:250px;
}
ul.dropdown-cart li .item {
	display:block;
	padding:3px 10px;
	margin: 3px 0;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
ul.dropdown-cart p {
	margin: 10px 0;
	font-family: 'Droid Serif', serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 2em;
	text-align: center;
	font-style: italic;
}
ul.dropdown-cart h5 {
	margin: 10px 0;
	font-family: 'Droid Serif', serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 2em;
	text-align: center;
	font-style: italic;
}
ul.dropdown-cart li .item:hover {
	background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
ul.dropdown-cart li .item-left {
	float:left;
}
ul.dropdown-cart li .item-left img, ul.dropdown-cart li .item-left span.item-info {
	float:left;
}
ul.dropdown-cart li .item-left span.item-info {
	margin-left:10px;
}
ul.dropdown-cart li .item-left span.item-info span {
	font-family: 'Open Sans', sans-serif;
	display:block;
}
ul.dropdown-cart li .item-right {
	float:right;
}
ul.dropdown-cart li .item-right button {
	margin-top:14px;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
}
/*-------------------*/
.withnav {
	display: none;
}
.search-form .form-group {
	float: right !important;
	transition: all 0.35s, border-radius 0s;
	width: 32px;
	height: 32px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 25px;
	border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
	padding-right: 20px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
 display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
 display: none;
}
.search-form .form-group:hover, .search-form .form-group.hover {
	width: 100%;
	border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #3596e0;
	left: initial;
	font-size: 14px;
}
/*-------banner------*/
.mybanner {
	width: 100%;
}
.mybanner .carousel-control .icon-prev {
    margin-left: -10px;
    font-size: 80px;
	color: #fff;
}
.mybanner .carousel-control .icon-next {
    margin-right: -10px;
	    font-size: 80px;
	color: #fff;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.mybanner .carousel-caption {
	right: 20%;
	left: 20%;
	padding-bottom: 70px;
}
.mybanner .carousel-caption h3 {
	font-family: 'Droid Serif', serif;
	font-size: 35px;
	font-weight: 600;
	font-style: italic;
}
.mybanner .carousel-caption h1 {
	font-family: 'Droid Serif', serif;
	font-size: 50px;
	font-weight: 700;
}
.mybanner .carousel-caption p {
	margin-top: 20px;
	font: 400 20px/28px 'Droid Serif',serif;
	line-height: 1.5em;
}
.mybanner .carousel-control.left {
	background-image: inherit;
	background-image: inherit;
	background-image: inherit;
	background-image: inherit;
	filter: inherit;
	background-repeat: inherit;
}
.mybanner .carousel-control.right {
	background-image: inherit;
	background-image: inherit;
	background-image: inherit;
	background-image: inherit;
	filter: inherit;
	background-repeat: inherit;
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.mybanner .carousel {
	margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.mybanner .carousel-caption {
	z-index: 1;
}
/* Declare heights because of positioning of img element */
.mybanner .carousel .item {
	height: 600px;
	background-color:#555;
}
.bannerimg {
	height: auto !important;	
}
.mybanner .carousel img {
	position: absolute;
	top: 0;
	left: 0;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
	padding-left: 15px;
	padding-right: 15px;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	text-align: center;
	margin-bottom: 20px;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-left: 10px;
	margin-right: 10px;
}
/* Featurettes
------------------------- */

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
	padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
	overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
	margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}
/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
	margin-right: 40px;
}
.featurette-image.pull-right {
	margin-left: 40px;
}
/* Thin out the marketing headings */
.featurette-heading {
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

/*---------------------------*/
.welcome {
	width: 100%;
	padding: 4em 0;
}
p{ font-family:'Lato'; font-size:16px; line-height:27px;}
.welcome2 h2 {
	font: 700 28px/36px 'Droid Serif', serif;
	color: #d7232d;
	text-align: left;
	margin: 0 0 20px 0;
	line-height:34px;
}
.welcome2 h1 {
	font: 700 40px/56px 'Droid Serif', serif;
	color: #222;
	text-align: left;
	margin: 0 0 20px 0;
}
.headnew{font: 700 28px/56px 'Droid Serif', serif;
color:#1D4B7C;  margin:0px;}
.head{font: 700 28px/56px 'Droid Serif', serif;
color:#1D4B7C; padding-left:10px; margin:0px;}
.cont{ font-size:20px; color:#F80531;}
.mainhead{font: 700 35px/56px 'Droid Serif', serif;
	color: #e93340;
	text-align: left;
	margin: 0 0 5px 0;}
.mainhead1{font: 700 35px/56px 'Droid Serif', serif;
	color: #e93340;
	text-align: center;
	margin: 10px 0 0px 0;}
	.Sec2 h1 {
    text-align: center;
    position: relative;
    font: 700 35px/56px 'Droid Serif', serif;
	color: #e93340;
	margin: 0 0 5px 0;
	}
	.Sec2 h1:before {
    display: block;
    content: '';
    position: absolute;
    width: 15%;
    height: 2px;
    background-color: #144371;
    left: 43%;
    bottom: 0;
}
.pdtUl {
	padding-left: 0px !important;
}
.text-right1{ text-align:right}
.mae{ margin:30px 0;}
.pdtUl li {
    list-style-image: url(../images/list-icon.png);
    margin-left: 40px;
    font-size: 16px!important;
    line-height: 25px;
	font-family:'Lato';
}
.welcome3 h1 {
	font: 700 35px/56px 'Droid Serif', serif;
	color: #e93340;
	margin: 0 0 0px 0;
}.ctctadrs {
	width: 100%;
	position: absolute;
	margin-top: -50px;
	z-index: 999;
}
.ctctadrs2 {
	background-color: #fff;
	padding: 2% 0;
	box-shadow: 0px 0px 3px #888888;
}
.ctctadrs2 p {
	font-family: 'Open Sans', sans-serif;
	color: #565656;
	margin-top: 2%;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.7em;
	margin-bottom: 0px;
}
.contactfrm {
	width: 100%;
	padding: 2% 0 2% 0;
}
.pbol{ font-size:22px;}
.contactfrm h4 {
	font-family: 'Roboto', sans-serif;
	color: #454545;
	font-size: 25px;
	font-weight: 700;
	margin-top: 0%;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

.ctctfrom {
	width: 100%;
	padding: 0% 0;
}
.textarea {
	height: 80px !important;
}
.ctctfrom .form-control {
	 display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #909090;
  background-color: #F3F3F3;
  background-image: none;
  border:none;
  border-top:1px solid #e2e2e2;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		  text-transform:uppercase;

}

.ctctfrom .form-control:focus {
	border-color: none !important;
	box-shadow: none !important;
}
.submitbt {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	margin-top: 15px;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #E87759;
	border: 1px solid #E87759;
	padding: 10px ;
}

.maps iframe{
    pointer-events: none;
}.table-bordered > thead > tr > th {
    background-color: #e2e2e2;
    color: #000;
    font-size: 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.42);
}.table-bordered > tbody > tr > td {
    font-size: 12px;
}.TablStriped {
    color: #000000;
    background-color: rgb(255, 229, 229);
}
.explore {
	background-color: #d7232d;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 10px 25px;
	border: 1px solid #d7232d;
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
.explore2 {
	background-color: #d7232d;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 10px 25px;
	border: 1px solid #d7232d;
	margin: 10px auto;
	display: block;
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.explore3 {
	background-color: #d7232d;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #d7232d;
	margin: 10px auto;
	display: block;
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.explore:hover, .explore2:hover, .explore3:hover {
	background-color: #fff;
	color: #d7232d;
	border: 1px solid #d7232d;
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
/*------------dflut------------*/
.welcome3 {
	width: 100%;
}
.welcome3 .frame {
	float: left;
	width: 100%;
	border-left: 10px solid #222 !important;
	border-bottom: 10px solid #222 !important;
	border-right: 10px solid #d7232d !important;
	border-top: 10px solid #d7232d !important;
	border-top: 10px solid;
	border-right: 10px solid;
	height: 350px;
	position: relative;
}
.welcome3 .frame .thumb-1 {
	float: left;
	background: #000;
	margin: -60px 0 0 30px;
	box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.3);
}
.welcome3 .frame .thumb-2 {
	position: absolute;
	right: 30px;
	background: #000;
	bottom: -60px;
	box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.3);
	z-index: 9;
}
.welcome3 .frame .thumb-1:hover img {
	opacity: 0.8;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.welcome3 .frame .thumb-2:hover img {
	opacity: 0.8;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
/*----------thumb------------*/
.itemthumb {
	width: 100%;
	background:url(../images/service.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.itemthumb .owl-carousel .item {
	border: 1px solid #CCC;
	padding: 6px;
	background-color: #fff;
}
.itemthumb h2 {
	font: 700 36px/36px 'Droid Serif', serif;
	color: #fff;
	text-align: center;
	margin: 40px 0 20px 0;
}
.thumimg {
	width: 100%;
	height: 315px;
	overflow: hidden;
}
.thumimg2 {
	width: 100%;
	overflow: hidden;
}
.thumimg2 h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #d7232d;
	text-align: center;
	margin: 12px 0 12px 0;
}
.thumimg2 h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #000;
	text-align: center;
	margin: 12px 0 12px 0;
}
.thumimg2 p {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #d7232d;
	text-align: center;
	margin: 12px 0 12px 0;
}
/*-----img hover effects-------*/
.hovereffect {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
}
.hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0, 0, 0, 0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
.hovereffect img {
	display:block;
	position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}
.hovereffect h2 {
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	position:relative;
	font-size:17px;
	background:rgba(0, 0, 0, 0.6);
	-webkit-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
	padding:10px;
}
.hovereffect a.info {
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	color:#d7232d;
	border:1px solid #fff;
	background-color: #fff;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	margin: 68px 0 0;
	padding:7px 14px;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%)
}
.hovereffect a.info:hover {
	box-shadow:0 0 5px #fff;
}
.hovereffect:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.hovereffect:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}
.hovereffect:hover h2, .hovereffect:hover a.info {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
}
.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
/*----------service-----------*/
.service {
	width: 100%;
}
.servicecntr {
	margin: 30px auto;
}
.service h2 {
	font: 700 36px/36px 'Droid Serif', serif;
	color: #222;
	text-align: center;
	margin: 40px 0 20px 0;
}
.service h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #d7232d;
	text-align: center;
	margin: 12px 0 12px 0;
}
.service h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #000;
	text-align: center;
	margin: 5px 0 5px 0;
}
.service p {
	font-size: 14px;
	font-weight: 500;
	color: #3b3b3b;
	margin: 5px 0 5px 0;
}
.cut {
	text-decoration: line-through;
	color: #888;
	padding: 0 10px 0 0;
}
/*-----------gallery----------*/
.galleryz {
	width: 100%;
}
.galleryz h2 {
	font: 700 36px/36px 'Droid Serif', serif;
	color: #222;
	text-align: center;
	margin: 20px 0 20px 0;
}
.galleryz h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #d7232d;
	text-align: center;
	margin: 12px 0 12px 0;
}
.galleryz h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #000;
	text-align: center;
	margin: 5px 0 5px 0;
}
.galleryz p {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #d7232d;
	text-align: center;
	margin: 5px 0 5px 0;
}

.thumimgs2 {
	width: 100%;
	height: 170px;
	overflow: hidden;
	margin: 15px 0;
}


/*----tstn---------*/
.tstns {
	width: 100%;
	background:url(../images/tstn-bg.html) fixed top;
	padding-bottom: 30px;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.tstns h2 {
	font: 700 36px/36px 'Droid Serif', serif;
	color: #fff;
	text-align: center;
	margin: 40px 0 20px 0;
}
.tstns h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #d7232d;
	text-align: center;
	margin: 12px 0 12px 0;
}
.tstns h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #000;
	text-align: center;
	margin: 5px 0 5px 0;
}
.tstns p {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #fff;
	text-align: center;
	margin: 0px 0 20px 0;
	line-height: 2em;
}
.tstns {
	
}
.tstns blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #fff !important;
    margin: auto;
    text-align: center;
}

/* carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}
/* Control buttons  */
#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
	left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
	right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: transparent;
}
#quote-carousel .carousel-indicators .active {
	background: #d7232d;
}
#quote-carousel img {
	width: 250px;
	height: 100px
}
/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote img {
	margin-bottom: 10px;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}


/*---------footer------------*/
.location {
	background:#ED0412;
}
.location .fancy-box-image {
    margin-bottom: 13px;
    position: relative;
	    -webkit-transition-duration: .50s; /* Safari */
    transition-duration: .50s;
}
.location .fancy-box-image i {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
	margin: auto;
    display: block;
}
.location .fancy-box-image:hover i {
    border-color: #fff;
    background: #fff;
    color: #ED0412 !important;
	    -webkit-transition-duration: .50s; /* Safari */
    transition-duration: .50s;
}
.address {
    text-align: center;
    padding: 20px 40px;
}
.address h2 {
	font: 700 36px/36px 'Droid Serif', serif;
	color: #fff;
	text-align: center;
	margin: 40px 0 20px 0;
}
.address h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #fff;
	text-align: center;
	margin: 12px 0 12px 0;
}
.address h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #fff;
	text-align: center;
	margin: 5px 0 5px 0;
}
.address p {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #fff;
	text-align: center;
	margin: 0px 0 20px 0;
	line-height: 2em;
}
/*--------myform--------
.myform {
	border-bottom: 1px solid #CCC;
	padding: 25px 0 30px 0;
}
.myform h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	color: #000;
	text-align: center;
	margin: 0px 0 15px 0;
}
.myform .form-group {
    margin-bottom: 0px;
}
.myform .btn-success {
    color: #fff;
    background-color: #d7232d;
    border-color: #d7232d;
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
.myform .btn-success:hover {
    color: #d7232d;
    background-color: #fff;
    border-color: #d7232d;
	-webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
.myform .form-control {
	font-family: 'Droid Serif', serif;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    -webkit-transition: inherit !important;
    -o-transition:  inherit !important;
    transition:  inherit !important;
}
/**
  MEDIA QUERIES
*/

/*---------footermenu----------*/
.footermenu {
	width: 100%;
	padding: 10px 0;
}
.footermenu .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none !important;
    background-color: transparent !important;
	color: #d7232d !important;
}
.footermenu .navbar {
    margin-bottom: 0px;
}
.cpyrgt p {
	font-size: 14px;
	font-weight: 500;
	font: 400 15px/14px 'Lato',sans-serif;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.displynone2 {
	display: none !important;
}
.displyblock2 {
	display: block !important;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
 #quote-carousel {
 margin-bottom: 0;
 padding: 0 40px 30px 40px;
}
    
  /* Remve the edge padding needed for mobile */
  .marketing {
 padding-left: 0;
 padding-right: 0;
}

  /* Navbar positioning foo */
  .navbar-wrapper {
 margin-top: 20px;
 margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
 border-radius: 4px;
}

  /* Bump up size of carousel content */
  .carousel-caption p {
 margin-bottom: 20px;
 font-size: 21px;
 line-height: 1.4;
}

.footermenu .navbar-brand-centered {
	position: absolute;
	left: 50%;
	display: block;
	width: 160px;
	text-align: center;
	background-color: #eee;
}
.footermenu .navbar>.container .navbar-brand-centered, 
.footermenu .navbar>.container-fluid .navbar-brand-centered {
	margin-left: -80px;
}
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
 bottom: -20px !important;
}
 #quote-carousel .carousel-indicators li {
 display: inline-block;
 margin: 0px 5px;
 width: 15px;
 height: 15px;
}
 #quote-carousel .carousel-indicators li.active {
 margin: 0px 5px;
 width: 20px;
 height: 20px;
}
 .megamenu {
 margin-left: 0;
 margin-right: 0;
}
 .megamenu> li {
 margin-bottom: 30px;
}
 .megamenu> li:last-child {
 margin-bottom: 0;
}
 .megamenu.dropdown-header {
 padding: 3px 15px !important;
}
 .navbar-nav .open .dropdown-menu .dropdown-header {
 color:#fff;
}
}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
/**--------*/
.corsl-myslider {
	
}
.corsl-myslider .carousel-control {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    width: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
    height: 50px;
}
.corsl-myslider .carousel-control .glyphicon-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    font-size: 15px;
    border: 1px solid #1B5696;
    line-height: 29px;
    border-radius: 20px;
}
.corsl-myslider .carousel-control .glyphicon-chevron-left {
    width: 30px;
    height: 30px;
    margin-top: -0px;
    font-size: 15px;
    border: 1px solid #1B5696;
    line-height: 29px;
    border-radius: 20px;
}
.corsl-myslider .carousel-inner {
  position: relative;
  width: 100%;
  min-height: 200px;
    box-shadow: 0 0 10px #e2e2e2;
  padding: 15px;
  }
 
.corsl-myslider .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
.corsl-myslider .carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
.corsl-myslider #carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

.corsl-myslider #carousel-custom {
    margin: 20px auto;
    width: 500px;
}
.corsl-myslider #carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
}
.corsl-myslider #carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
    border: 1px solid #ec8177;
}
.corsl-myslider #carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.4;
}
.corsl-myslider #carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
.corsl-myslider #carousel-custom .carousel-indicators li:hover img {
    opacity: 0.90;
}
.corsl-myslider #carousel-custom .carousel-outer {
    position: relative;
}
.corsl-myslider .carousel-indicators li img {
	height: auto;
    width: 95px;
}
/**--------*/
.pdngnone {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.error_txt {
    color: #f00;
    float: left;
}
