/*  header */
.topHeader .row{
    margin: unset;
}
.topRight{
    height:40px;
    line-height:40px;
}
.topRight ul{
    margin:0px;
    padding:0px;
}
.topRight ul li{
    display:inline-block;
    padding:0px 5px;
    line-height:25px;
    height:25px;
}
.topRight ul li a {
    color: #171616;
    font-weight: 600;
}
.topRight ul li i{
    font-size:16px;
    color: #e6000d;
}
.fs-btn-group {
    border: 2px solid #e62422;
    border-radius: 25px;
    overflow: hidden;
}
.fs-btn-group .btn-fs {
    border-radius: 0;
    padding: 0px 15px;
    font-weight: 600;
    background: #fff;
    color: #e62422;
}
.fs-btn-group .btn-fs.active {
    background-color: #e6000d;
    color: #fff;
}
.fs-navbar{
	background: #575b5e;
	position:relative;
  margin: 9px 0 0 0;
}
.fs-navbar .dropdown-item {
    border-bottom: 1px solid #ddd;
}

.fs-navbar .dropdown-item:last-child {
    border-bottom: 0px solid transparent;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #eb5252;
	text-decoration: none;
}


.fs-header {
  background: #FFF;
}
.fs-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.fs-navbar .navbar-nav .nav-link {
    color: #fff;
    padding: 0 20px;
}
/*  End header   */

/*  footer   */
footer{}
.footbox {
    margin-bottom: 20px;
}
.foot-inner{

}
.foot-inner h4 {
  font-weight: 600;
  color: #3c3535;
  font-size: 15px;
  text-transform: uppercase;
}
.foot-inner ul {
    list-style: none;
    padding: 0;
}
.foot-inner a {
    color: #434242;
    font-size: 14px;
    text-transform: capitalize;
}
.foot-inner a i {
    color: #e62422;
}

.copyright {
    background-color: #e5e5e5;
    padding: 6px 0;
    font-size: 14px;
}
.cr-right i{
  color:red;
}

/*  end footer   */




/*  enquery   */
.enquire-btn {
  position: fixed;
    right: -50px;
    border: 0;
    border-radius: 8px 8px 0 0;
    background: #e6000d;
    color: #fff;
    z-index: 9;
    text-align: center;
    /* top: 50%; */
    top: 70%;
    transform: rotate(-90deg);
    padding: 2px 10px 10px 10px;
    font-weight: 500;
	text-transform: capitalize;
}
.enquire-btn:hover, .enquire-btn:focus, .enquire-btn:active {
    outline: none;
    background: #d81b1b;
    cursor: pointer;
}
.side-btn.one{
    top: 30%;
}
.side-btn.two{
    top: 40%;
}
.side-btn.three{
    top: 50%;
}
.sidebar{
	position:fixed;
	top:50%;
	right:-100%;
	transform:translateY(-50%);
	width:350px;
	height:100vh;
	min-height:100%;
	padding:40px;
	background:#fff;
	box-shadow: 0 20px 50px rgba(0,0,0,.5);
	box-sizing:border-box;
	transition:0.5s;
	z-index: 9999;
}
.sidebar.active{
	right:0;
}
.sidebar input,
.sidebar textarea{
  	width:100%;
  	height:36px;
  	padding:5px;
  	margin-bottom:10px;
  	box-sizing:border-box;
  	border:1px solid rgba(0,0,0,.5);
  	outline:none;
}
.sidebar h2 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 1.5rem;
    color: #e62422;
    border-bottom: 1px solid #e62422;
}
.sidebar textarea{
  	height:100px;
  	resize:none;
}
.sidebar .enquire_submit{
    background: #e62422;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    height: auto;
}
.enquire_close {
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    background: #e62422;
    /* top: 20%;
    left: -40px; */
    top: 0;
    right: 0;
    line-height: 40px;
    color: #fff;
    font-size: 1.2rem;
}
/*  end enquery   */


/*  sticky-social    */

.social {
  position: fixed;
  top: 30%;
      right: 0;
  z-index: 9999;
  width: 35px;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
     transform: translate(-10px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.6);
  width: 300px;
  text-align: left;
  padding: 5px 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 30px 0 0 30px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(-110px, 0);
}
.social  a {
  color: #fff;
}
.social ul li a:hover {
  text-decoration: none;
}
.social ul li:hover i {
  color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-right: 10px;
  color: #fff;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/*  end sticky-social    */

@media(max-width:1200px){

}
@media(max-width:992px){
	.fs-navbar .dropdown-menu {
		color: #ffffff;
		background-color: unset;
		border: unset;
		padding: 0 10px 10px 25px;
	}
	.fs-navbar .dropdown-item{
		color: #fff;
	    border-bottom: 1px solid transparent;
		position: relative;
	}
	.fs-navbar .dropdown-item:before{
		content: "";
		position: absolute;
		left: 15px;
		top: 15px;
		width: 8px;
		height: 1px;
		background: #fff;
	}
}
@media(max-width:768px){
  .topRight {
      height: unset;
      line-height: 3;
    }
    .fs-header.sticky {
      position: relative;
    }
    .fs-navbar .topnav a{
        padding-left: 30px;
    }
    .sidebar {
      width: 280px;
    }
}
@media(max-width:480px){

}

@media(max-width:360px)
{

}

@media(max-width:320px)
{

}
