#sidebar img {
    width: 300px;
    margin: 8px 0 20px 0px;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 30%);
}

#sidebar h3 {
   font-size: 25px;
    font-weight: 500;
    color: #1a1b1b;
}

#sidebar {
    padding: 50px 0 0 30px;
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link {
    background: #8C0D4B;
    border: 2px solid #8C0D4B;
    color: #fefefe;
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link {
    border-radius: 4px;
    margin-left: .5rem;
    max-width: 10rem;
    padding: .5rem .75rem;
    position: relative;
    z-index: 2;
    transition: all .3s ease;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   THEME COLORS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
    background: #000;
    color: #FFF;
}

.form-control:focus {
  border-color: #EC7423;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgb(236, 116, 35);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgb(236, 116, 35);
}

#contactForm {
  margin-top: 2rem;
}

#captcha {
  margin-top: 0;
}

.divider {
  width: 120px;
}

.all-svcs h2,
.all-svcs h3 {
  margin-bottom: 0;
}

#inner-content .portal h3 {
    font-size: 15px;
    margin-top: 0;
}

.portal .btn-holder {
  margin-top: 1.5rem;
}

.portal .btn-primary,
.portal .btn-primary:active,
.portal .btn-primary:focus,
.portal .btn-primary:hover {
    padding: 10px 20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1, h2, h3, h4 {
  color: #3E3E3E;
  font-family: 'Roboto', serif;
  line-height: 1.4;
}

h2 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

p, a, ul, li {
  line-height: 1.8;
}

p { 
  text-align:justify; 
}

a, a:active, a:focus, a:visited {
  color: #FF817A;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -ms-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

a:hover {
  color: #77063D;
  text-decoration:none;
}

p + h2, p + h3 {
  margin: 15px 0 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HEADER (TOPBAR, LOGO, ETC)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topbar {
  background: #292929;
}

#topbar .item {
  padding: 8px 10px 10px;
}

#topbar .item i {
  color: #FFF;
  font-size: 14px;
}

#topbar .item a {
  color: rgba(255, 255, 255, 0.8);
}

#topbar .item a:hover {
  color: #FFF;
}

#header-logo {
  padding: 25px 0;
}

#header-logo img {
  width: 180px;
}

#header-logo.fixed-top {
  background: #FFF;
  padding: 15px 0;
}

#header-logo.fixed-top img {
  min-width: 115px;
}

#topbar .fab {
    margin-right: 1rem;
}

#topbar .top-consult {
  display: inline-block;
  margin-right: 3rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   NAV MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.navbar-nav .dropdown-menu {
  border: 0;
  padding: 7px 0;
}

.navbar .navbar-nav .nav-link {
  color: #585757;
  font-family: 'Roboto', serif;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
}

.dropdown-menu {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9999;
}

#toggle-open .fa-layers .menu {
  color: #A22E43;
  font-family: 'Roboto', serif;
  font-size: 13px;
  font-weight: 500;
}

.navbar .dropdown-item, 
.navbar .dropdown-item:active, 
.navbar .dropdown-item:focus {
  padding: 0.35rem 1rem;
  font-size: 13px;
}



#overlay-menu-links .dropdown-menu a, 
#overlay-menu-links .dropdown-menu a:active, 
#overlay-menu-links .dropdown-menu a:focus, 
#overlay-menu-links .dropdowm-menu a:active:focus {
  font-size: 21px;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link {
    color: initial;
}

#toggle-open i,
#toggle-open:hover i {
  color: #404044;
}

#overlay-menu {
  background: rgba(19, 19, 19, 0.97);
}

#overlay-menu-links a, 
#overlay-menu-links a:active, 
#overlay-menu-links a:focus, 
#overlay-menu-links a:active:focus {
  font-family: 'Roboto', serif;
  font-size: 29px;
  padding: 0.5rem 0px;
}

#overlay-menu-links a:hover, #overlay-menu-links .show > a {
    color: #FFF;
}

#overlay-menu-links .dropdown-menu.show a:hover {
  color: #FFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   CAROUSEL OR HEADER IMAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#myCarousel {
  background: #FFF;
}

.slider-1,
.slider-2,
.slider-3 {
  background: none;
}

#myCarousel .carousel-caption {
  top: 55%;
}

#myCarousel .carousel-caption p {
  font-family: 'Roboto', serif;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   BUTTONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.package .btn, .btn, .btn:active, .btn:focus, .btn:active:focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active:focus {
  background: #8C0D4B;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  color: #FFF;
  font-family: 'Roboto', serif !important;
  font-size: 13px;
  font-weight: 500;
  margin-top: 0;
  outline: 0;
  padding: 15px 20px;
  -webkit-transition: background 0.35s linear;
  -moz-transition: background 0.35s linear;
  -ms-transition: background 0.35s linear;
  -o-transition: background 0.35s linear;
  transition: background 0.35s linear;
  text-shadow: none;
  text-transform: uppercase;
}


.package .btn:hover, .btn:hover, .btn-primary:hover, .btn-default:hover {
  background: #77063D;
  color: #FFF;
  text-decoration:none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   HOME PAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#index-section {
  background: #F8F8F8;
  border-bottom: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
}

#index-section h1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

#index-section .divider {
  background: rgba(255, 255, 255, 0.45);
  margin: 24px auto;
}

#index-section p {
  line-height: 1.8;
}

#split-section-1 .split-bg {
    background-image: url(site_images/lp-1000x666.jpg);
}

/* - - - - - - - - - - - - - - - - -  
   SERVICE BOXES
- - - - - - - - - - - - - - - - - */
#services-1 {
  padding: 60px 0 80px;
}

#services-1 .sub-heading {
    color: #555;
    transform: none;
    position: relative;
    font-size: 16px;
    margin: 10px 0;
}

#services-1 h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 3rem;
    font-weight: 400;
    color: #000000;
}

#services-1 .divider {
  margin: 1.5rem auto 1rem;
}

#services-1 .service-1 .service-overlay,
#services-1 .service-2 .service-overlay,
#services-1 .service-3 .service-overlay,
#services-1 .service-4 .service-overlay {
  background: rgba(167, 98, 121, 0.68);
}

#services-1 a:hover .service-overlay {
  background: rgba(112, 1, 55, 0.85);
}

#services-1 h2 {
  font-size: 22px;
}

#services-1 .service-heading h3 {
  text-shadow: 1px 1px 11px #777;
}

#services-1 .service-1 {
    background-image: url(/site_images/crypto-acc.jpg);
}

#services-1 .service-2 {
    background-image: url(/site_images/crypto-advisory.jpg);
}

#services-1 .service-3 {
    background-image: url(/site_images/tax-problems.jpg);
}

#services-1 .service-4 {
    background-image: url(/site_images/consultation-service.jpg);
}



/* - - - - - - - - - - - - - - - - -  
   SERVICE BOXES - 2
- - - - - - - - - - - - - - - - - */
#featured-services-1 {
  background: #FDFDFD;
  border-bottom: 1px solid #F5F5F5;
  padding: 0;
}

#featured-services-1 h2 {
  font-size: 22px;
  margin-bottom: 0px;
}

#featured-services-1 .divider {
  margin: 2.5rem auto 0.5rem;
}

#featured-services-1 .service-text {
  background: #FFF;
  border: 0;
  padding: 15px 30px 25px;
}

#featured-services-1 .outer-img-holder,
#featured-services-1 .service-text {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position:relative;
}

#featured-services-1 .icon-holder {
  background: #8C0D4B;
  border-radius: 50%;
}

#featured-services-1 a:hover .icon-holder {
  background: #77063D;
}

#featured-services-1 .service-text i {
  font-size: 23px;
}

#featured-services-1 p {
  color: rgba(0, 0, 0, 0.63);
  text-align: left;
}

#services-2 .overlay {
  background: rgb(74, 189, 47);
}

#featured-services-2,
#affiliates {
  background: #FFF;
  padding: 0;
}

#serviecs-2 h2 {
  font-size: 22px;
}

#featured-services-2 .featured-service h3 {
  background: rgb(74, 189, 47);
  font-family: 'Roboto', serif;
  font-weight: 400;
}

#featured-services-2 h2 {
  font-size: 22px;
}

#inner-content h2>i {
   margin-right: 10px;
}

/* - - - - - - - - - - - - - - - - -  
   WIDGET 2 (NEWSLETTER, ETC)
- - - - - - - - - - - - - - - - - */
#services-2 {
  padding: 0;
}


#affiliates {
  background: #FFF;
}

#affiliates .affiliates img {
  margin: 20px 35px;
}

.affiliates .cpa {
  margin-left: 0 !important;
  width: 140px;
}

.affiliates .qb {
  width: 100px;
}

.affiliates .efile {
  width: 120px;
}

.affiliates .barcode {
  width: 104px;
}






/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   INNER PAGES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#inner-copy {
    padding: 50px 30px 70px 15px;
}

.content h2 a, .content h3 a {
  font-weight: 400;
}

.top-margin {
  margin-top: 1.5rem;
}

.packages {
  padding-bottom: 3rem;
  text-align: center;
}

.packages .col-md-4 {
  margin: 2rem 0 0;
  padding: 0;
}

.package {
  background:transparent;
  border: 1px solid #DDD;
  display: inline-block;
  padding: 3rem 2rem;
  width: 100%;
}

.package-wrapper {
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
}

.featured {
  border-color: #192C4F;
}

.about img {
  width: 180px;
}

.about h3 {
  font-size: 22px;
  padding-bottom: 15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#sidebar .sidebar-bg {
  background: #F8F8F8;
}

#sidebar h3 {
  font-family: 'Roboto', serif;
}

#sidebar .sidebar-icon i {
  color: #545454;
  font-size: 24px;
  top: 5px;
}

#sidebar .sidebar-section {
    border-bottom: none;
}

#sidebar .sidebar-text p {
  line-height: 1.5;
  text-align: left;
}

.sidebar-text .btn, 
.sidebar-text .btn:active, 
.sidebar-text .btn:focus, 
.sidebar-text .btn:active:focus, 
.sidebar-text .btn:not(:disabled):not(.disabled).active, 
.sidebar-text .btn:not(:disabled):not(.disabled):active:focus, 
.sidebar-text .btn-primary, 
.sidebar-text .btn-primary:active, 
.sidebar-text .btn-primary:focus, 
.sidebar-text .btn-primary:active:focus, 
.sidebar-text .btn-primary:not(:disabled):not(.disabled):active, 
.sidebar-text .btn-primary:not(:disabled):not(.disabled):active:focus, 
.sidebar-text .btn-default, 
.sidebar-text .btn-default:active, 
.sidebar-text .btn-default:focus, 
.sidebar-text .btn-default:active:focus, 
.sidebar-text .btn-default:not(:disabled):not(.disabled).active, 
.sidebar-text .btn-default:not(:disabled):not(.disabled):active:focus {
  padding: 10px 20px;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
MEET TEAM WIDGET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#meet-our-team {
  padding: 80px 0;
}

.fa-google {
    padding: 8px 5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer-top {
  background: #292929;
  padding: 50px 0 110px;
}

#footer-top h2 {
  font-weight: 500;
  margin: 20px 0 15px;
}

#footer-bottom {
  background: #191818;
}

#footer-top a, 
#footer-top p {
  color: rgba(255, 255, 255, 0.6);
}

#footer-top a:hover, 
#footer-bottom a:hover {
  color: #FFF;
}

#footer-top .resources {
 text-align: center;
}

#footer-top .contact, #footer-top .contact p {
text-align: right;
}

#footer-top i {
  font-size: 13px;
  margin-right: 10px;
}

#footer-bottom #copyright p,
#footer-bottom #copyright a,
#footer-bottom #footer-menu a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
}

#footer-bottom #copyright a:hover,
#footer-bottom #footer-menu a:hover {
  color: #FFF;
}

footer .social-holder {
  padding-top: 0.7rem;
}

footer .social-holder .fab {
  font-family: "Font Awesome 5 Brands";
  margin-right: 1rem !important;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   MEDIA QUERIES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


@media all and (max-width: 1199px) {
  #header-logo img {
    width: 170px;
  }

  .navbar .navbar-nav .nav-link {
    font-size: 16px;
  }
}

@media all and (max-width: 991px) {
  #toggle-close i:hover {
    color: #FFF;
  }
}

@media all and (max-width: 767px) {
  #topbar .item a {
    display: initial;
  }

  #topbar .item i {
    font-size: 14px;
  }

  #header-logo img {
    width: 160px;
  }

  #services-2 .overlay-content p {
    padding: 0 6rem;
  }

  #services-2 .overlay-content h2 {
    font-size: 18px;
  }
}

@media all and (max-width: 575px) {
  #affiliates .affiliates img {
    margin: 20px;
  }

  .affiliates .cpa {
    width: 110px;
  }

  .affiliates .qb {
    width: 80px;
  }

  #sidebar h3 {
    font-size: 19px;
  }

  #inner-content h1 { text-align: center; }
 
  #inner-content img {
    display: block;
    float: none !important;
    margin: 0px auto 15px !important
  }

}
