/*
Theme Name: Geobin Child
Description: The SeoPress is created by <a href="http://xpeedstudio.com">XpeedStudio</a>. The SeoPress comes with 4 different home page style with more to come soon. The long list of features makes SeoPress is the best Seo and digital agency theme . Child theme for the The SeoPress. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: xpeedstudio
Author URI: http://themefuse.com/
Template: geobin
Version: 1.0
Text Domain: geobin
Tags: left-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 769px){
	.tw-head > .container > .navbar > a.navbar-brand {
			margin: 0 auto;
	}

}


.btn-getstart a {
    background-color: #fff !important;
    border: 1px solid #fa6742 !important;
    color: #fa6742 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    line-height: 30px !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 5px 15px !important;
    margin: 15px 0px;
}
.btn-getstart a::before{
    opacity: 0 !important;
}
.btn-getstart:hover a{
    color: #ffff !important;
    background-color: #fa6742 !important;
}
.pg-content {
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .pg-content::-webkit-scrollbar {
    width: 8px;
    height: 217px;
  }
  
  .pg-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }
  
  .pg-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
      border-radius: 5px;
  }
/*brand logo*/
@media (max-width: 769px) {
    a.navbar-brand.tw-nav-brand {
        width: 100%;
        text-align: center;
    }
}
/*button menu dropdown mobile*/
.navbar.navbar-expand-lg .navbar-toggler {
    z-index: 3;
}