

body {
    width: 100%;
    height: 100%;
     font-family: "Nunito Sans", sans-serif;}

html {
    width: 100%;
    height: 100%;
}



@font-face {
	font-family: 'Conv_GillSansMTPro-Medium';
	src: url('../fonts/GillSansMTPro-Medium.eot');
	src: local('☺'), url('../fonts/GillSansMTPro-Medium.woff') format('woff'), url('../fonts/GillSansMTPro-Medium.ttf') format('truetype'), url('../fonts/GillSansMTPro-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Conv_GillSansMTPro-Book';
	src: url('../fonts/GillSansMTPro-Book.eot');
	src: local('☺'), url('../fonts/GillSansMTPro-Book.woff') format('woff'), url('../fonts/GillSansMTPro-Book.ttf') format('truetype'), url('../fonts/GillSansMTPro-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}







@font-face {
	font-family: 'Conv_RaphLanokFuture';
	src: url('../fonts/RaphLanokFuture.eot');
	src: local('☺'), url('../fonts/RaphLanokFuture.woff') format('woff'), url('../fonts/RaphLanokFuture.ttf') format('truetype'), url('../fonts/RaphLanokFuture.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}





a {
    outline: none;
}

a:focus {
    outline: none;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.margin1{ margin-top: 10px;}
.margin2{ margin-top: 20px;}
.margin3{ margin-top: 30px;}
.margin4{ margin-top: 40px;}


.margin_b1{ margin-bottom: 50px;}

.padding1{ padding-left: 15px; padding-right: 15px;}

.btn_new {
    color:#fff !important;
    font-size: 14px !important;text-transform: uppercase;
    background-color:#2da564 !important; 
    outline: none !important;  border-radius:28px !important; letter-spacing: 1px; line-height:normal;
      padding:7px 12px !important; transition: all .7s !important;
}




.btn_new.focus,
.btn_new:focus,
.btn_new:hover {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
	background:#2da564 !important;
}



.btn_new1 {
    color:#fff !important;
    font-size: 14px !important;text-transform: uppercase;
    background-color:#1b6159 !important; 
    outline: none !important;  border-radius:28px !important; letter-spacing: 1px; line-height:normal;
      padding:7px 12px !important; transition: all .7s !important;
}




.btn_new1.focus,
.btn_new1:focus,
.btn_new1:hover {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
	background:#1b6159 !important;
}








.btn_new2 {
    color:#fff !important;
    font-size: 14px !important;text-transform: uppercase;
    background-color:#cf6c26 !important; 
    outline: none !important;  border-radius:28px !important; letter-spacing: 1px; line-height:normal;
      padding:7px 12px !important; transition: all .7s !important;
}




.btn_new2.focus,
.btn_new2:focus,
.btn_new2:hover {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
	background:#cf6c26 !important;
}






/* Fixed Social Sidebar */
.social-sidebar {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.social-sidebar .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-sidebar .facebook { background-color: #3b5998; }
.social-sidebar .instagram { background-color: #e4405f;}
.social-sidebar .youtube { background-color: #cd201f; }
.social-sidebar .twitter { background-color: #55acee; }
.social-sidebar .linkedin { background-color: #0077b5; }
.social-sidebar .pinterest { background-color: #bd081c; }
.social-sidebar .google { background-color: #4285f4; }

.social-sidebar .social-icon:hover {
    opacity: 0.8;
}


































.logo_div{text-align: center;}
.logo_div img{max-width: 200px;}

.tax-debt-section {
    background-color: #000;
    color: #ffffff;
    padding: 40px 15px;background:url(../images/bg1.jpg) no-repeat bottom center; background-size: cover;background-attachment: fixed;
}
.tax-debt-heading {
    font-weight: 700;
    font-size: 38px;
}
.highlight-text {
    color: #f0e68c;
}
.tax-debt-subtext {
    max-width: 600px;
    margin: 15px auto;
    font-size: 16px;
    color: #cccccc;
}
.tax-debt-call {
    font-size: 36px;
    font-weight: 600;
    margin-top: 20px;
}












.form-section {
    background-color: #111;
    color: #fff;
    padding: 50px 15px 80px 15px;
}
.form-section-heading {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
}
.form-wrapper {
   
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.form-label {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}
.form-footer {
    background: #e50914;
    padding: 10px;
    text-align: right;
    border-radius: 6px;
    
}
.btn-next {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 600;
}







.services-section {
   background:url(../images/bg3.jpg) no-repeat bottom center; background-size: cover;background-attachment: fixed;
    color: #ffffff;
    padding: 50px 15px;
}
.services-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.services-description {
    max-width: 700px;
    margin: 0 auto 30px auto;
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
}
.services-subheading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
.service-box {
    background-color: #1a1a1a;
    border: 1px solid #333333;
    border-radius: 8px;
    padding: 20px;min-height:390px;
    margin-bottom: 30px;
   
    transition: box-shadow 0.3s ease;
}
.service-box:hover {
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
}
.service-box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #f0e68c;
    margin-top: 15px;
    }
.service-box p {
    font-size: 14px;
    color: #cccccc;
    margin-top: 10px;
}
















.cta-section {
  background-color: #222;
  padding: 60px 15px;background:url(../images/bg2.jpg) no-repeat bottom center; background-size: cover;background-attachment: fixed;
  color: #ffffff;
}
.cta-text {
  font-size: 26px;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto 20px auto;
}
.cta-call {
  font-size: 28px;
  margin: 30px 0 10px 0;
}
.cta-phone {
  color: #f0e68c;
}
.cta-or {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
}
.btn-cta {
  padding: 12px 30px;
  font-size: 16px;color: #fff;
  border-radius: 4px;
  font-weight: bold;background:#e50914;
}












/* Video Gallery Section */
.video-gallery-section {
    background-color: #0e0e0e;
    padding: 60px 15px;
}

.video-gallery-section .container {
    max-width: 1200px;
}

.video-gallery-section .embed-responsive {
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-gallery-section .embed-responsive:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.8);
}
























/* Footer Styles */
.site-footer {
  background-color: #000;
  padding: 60px 15px 30px;
  color: #ffffff;
}

.site-footer .footer-logo img {
  max-width: 150px;
  margin: 0 auto 20px;
}

.site-footer .footer-contact a {
  color: #f0e68c;
  font-weight: bold;font-size: 18px;
  text-decoration: none;
}

.site-footer .footer-contact .footer-phone {
  color: #f0e68c;
  font-weight: bold;font-size: 18px;
  margin: 5px 0 20px;
}

.site-footer .footer-address p {
  margin: 5px 0;
  font-size: 14px;
}

.site-footer .footer-copy {
  margin-top: 30px;
  font-size: 13px;
  color: #ccc;
}

@media (min-width: 768px) {
  .site-footer .footer-address p {
    font-size: 15px;
  }
}











@media(max-width:768px) {

	.tax-debt-heading {
    font-weight: 700;
    font-size: 28px;}
	
	
	.tax-debt-call {
    font-size: 28px;}
	
	
	.service-box {   
    min-height: auto;}
	
	
	.form-section { 
    padding: 50px 15px 50px 15px;
}
	
	
	
	
}















/* -------- Scroll Top Css --------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;	
	z-index: 9;   
	color: #eeeeee;	
	right:10px;
	bottom: 70px;
	padding-top: 2px;	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}

/* -------- Scroll Top Css Ends --------*/



@media(max-width:992px){
	
	
	
}



@media(max-width:767px) {

	
	
 
}



footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

