/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/


@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}


/* RS Call button */
.rs_call {
    position:fixed;
    width:100%;
    bottom:0;
    box-shadow: 0px 10px 15px 10px #c0bbbb;
    display:block;
    min-height:35px;
    background:#fff;
    padding:5px;
    text-align:center;
    color:#7b2209;
    z-index:999999;
    font-weight:bold;
    font-size:1.1em;
    letter-spacing:1px;
    display:none;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
}
.rs_call:hover{
    background:#f37216;
    color:white;
}
@media screen and (max-width: 481px) {
  .rs_call {
      display:block !important;
  }
}

                    .dropbtn {
            
            color: white;
            padding: 16px;
            font-size: 16px;
            border: none;
        }

        .dropdown {
            position: relative;
            display: inline-block;

        }
        
        .dropbtn1 a:hover{
           background-color: orange;
               color: white;
        }
        .drop a:hover {
            background-color: orange;
               color: white;
         }
         .drop1 a:hover {
            background-color: orange;
               color: white;
         }
            

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f1f1f1;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }
        .dropdown-content ul{
            list-style: none;
        }

        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }
        .list ul{
            list-style-type: none;
        }

        .dropdown-content a:hover {background-color: green}

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .dropdown:hover .dropbtn {
            background-color: #3e8e41;
        }

img{max-width:100%;}
.page-header{ display:none}

 .wfit-contact-icon,.wfit-contact-icon *{
  transition:.1s;
  -moz-transition:.1s;
  -webkit-transition:.1s;
  -ms-transition:.1s;
  -o-transition:.1s;
  box-sizing:border-box;
  -moz- box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
}
.wfit-contact-icon .wfit-icons{
  transition:.5s;
  -moz-transition:.1s;
  -webkit-transition:1s;
  -ms-transition:.1s;
  -o-transition:.1s;
  
}
.wfit-contact-icon{
  position:fixed;
  z-index:999;
  left :15px;
  bottom:20px;
}
.wfit-contact-icon .wfit-icons{
  list-style:none;
  margin:0;
  padding:0;
  height:100%;
  max-height:0;
  overflow:hidden;
}
.wfit-contact-icon .wfit-icons a,
.wfit-icon{
  display:block;
  text-align:center;
  width:50px;
  height:50px;
  line-height:50px;
  border-radius:100%!important;
  margin-bottom:3px;
  font-size:1.4em;
}

.wfit-contact-icon:hover .wfit-icons,
.wfit-contact-icon.open .wfit-icons{
  max-height:500px;
}

.banner-form {
    position: absolute;
    width: 290px;
    top: 210px;
    right: 41px;
    background: rgba(255, 255, 255, 0.48);
    padding: 20px 20px 20px 20px;
    border: 5px solid #fff;
    font-size:16px;
}

/* colors */
.wfit-contact-icon .wfit-icons a,
.wfit-icon{
  color:#ffffff;  
}
.wfit-contact-icon .wfit-icons a,
.wfit-icon{
  background:#000; 
}
.wfit-contact-icon:hover .wfit-icon,
.wfit-contact-icon .wfit-icons a:hover,
.wfit-contact-icon .wfit-icons a:focus,
.wfit-contact-icon .wfit-icons a:active,
.wfit-contact-icon.open .wfit-icon{
  background:#000;
  color:#fff;
  border:1px solid #000;
}
.gicon{
    font-size: 28px;
vertical-align: middle;
}

.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding-top: 20px;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #fe6600;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

ul.foot-list {
    margin-left: 0px;
}
img.footer-image {
    width: 200px;
    margin-bottom: 19px;
}
.foot-p{
    color:#ffffff;
}
p.address {
    font-size: 16px;
    text-align: start;
    font-weight: 600;
    color: #ffffff;
}
marquee {
    color: #fff;
    padding-bottom: 60px;
}
.copy{
        text-align: center;
    margin-top: 18px;
    color: #ffffff;
    font-weight: 500;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 150px;
    right: 15px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
a.float-2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 230px;
    right: 15px;
    background-color: #fd6500;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}