@charset "utf-8";

/* ----------------------------------

Name: elements.css
Version: 1.0

----------------------------------

Table of Contents
        
    01. Navbar
    02. Header
    03. Hero Section
    04. Slider
    05. Feature Box 
    06. Content
    07. Tab
    08. Team
    09. Title
    10. Pricing Table
    11. Contact
    12. Blog
    13. Subscribe
    14. Footer
    15. Call to Action
    16. Counter
    17. Clients
    18. Timer
    19. Testimonial 
    20. Social Widget

*/



#mobileStickyContact {display:none; position:fixed; bottom:0; border-top:1px solid #ebebeb; border-bottom:1px solid #ebebeb; width:100%; background:#fff; z-index:9999999999; font-size:17px; font-weight:bold;}

#stickyCallUs {border-right:1px solid #ebebeb; text-align:center;}
#stickyCallUs:hover{background:#c2994a; color:#fff;}
#stickyCallUs:hover a{color:#fff;  }
#stickyCallUs a{padding:20px 0px; display:block; color:rgb(57, 102, 230) }
#stickyWeCall {border-left:1px solid #ebebeb; text-align:center;}
#stickyWeCall a{ padding:20px 0px; display:block;  color:rgb(57, 102, 230) }
#stickyWeCall:hover {background:#c2994a; color:#fff;}
#stickyWeCall:hover a{ color:#fff;}
#subscribe-section8 .equalize {display:flex}

@media screen and (max-width: 768px) { 

#subscribe-section8 .equalize {display:block}
	#mobileStickyContact .container {padding:0;}
}

@media screen and (max-width: 991px) { 
	.navbar-nav {background:#fff}
	.navbar-nav li a{color:#333;}
	.navbar-nav li:hover{background:#c2994a;}
	.navbar-nav li:hover a{color:#fff;}
	#mobileStickyContact {display:block;}
}
 