/* Text */


@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-RegularIt.eot');
    src: local('Proxima Nova Regular Italic'), local('ProximaNova-RegularIt'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-RegularIt.woff2') format('woff2'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-RegularIt.woff') format('woff'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-RegularIt.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Regular.eot');
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Regular.woff2') format('woff2'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Regular.woff') format('woff'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Bold.eot');
    src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Bold.woff2') format('woff2'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Bold.woff') format('woff'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Black.eot');
    src: local('Proxima Nova Black'), local('ProximaNova-Black'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Black.woff2') format('woff2'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Black.woff') format('woff'),
        url('http://www.spartantermite.com/fonts/proxima-nova/ProximaNova-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'Proxima Nova Rg', sans-serif;
    background-color: #fff;
    color: #414141;
    font-size: 18px;

}



.border-red, .border-red a.link {
    border: 1px solid red;
}

.link-white, .link-white:hover, .link-white:visited {
    color: #fff;
}


.button-spacing {
    display: block;
    margin: 30px 0;
}


#why-spartan-inner, #about-inner,
#contact-inner, #faq-inner, #featured-inner,
#gallery-inner, #services-inner, #termite-inner,
#testimonials-inner, #why-spartan-inner


 {
    padding-top: 60px;
}


/* Text Styles - HEADERS */



h1, h2, h3, h4, h5, h6 {

    font-family: 'Proxima Nova Rg', sans-serif;
}

h2.main-header-spotlight-banner{
font-family: "brothers", sans-serif;
font-weight: 400;
font-style: normal;
}


h5{
    font-size: 16px;
}


h2.main-header {
    color: #414141;
    font-size: 50px;
    font-weight: 900;
    margin: -15px 0 0 0;
    padding: 0;
    width: 100%;
    letter-spacing: -3px;
    text-transform: uppercase;
}

h2.main-header-white {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    margin: -15px 0 0 0; 
    padding: 0;
    width: 100%;
    letter-spacing: -3px;
    text-transform: uppercase;
}

h3.sub-header {
    color: #b02828;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    
}

h3.sub-header-white {
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;   
}


@media (max-width: 1399px) {

    h2.main-header, h2.main-header-white {
        font-size: 45px;
    }

}

@media (max-width: 1199px) {

    h2.main-header, h2.main-header-white {
        font-size: 40px;
    }

}

@media (max-width: 991px) {

    h3.sub-header, h3.sub-header-white {
        margin-top: 25px;
    }

    h2.main-header, h2.main-header-white {
        font-size: 45px;
    }

}

@media (max-width: 767px) {

    h2.main-header, h2.main-header-white {
        line-height: 57px;
        font-size: 39px;
    }

    h3.sub-header, h3.sub-header-white {
        font-size: 20px;
        margin-top: 20px;
    }


}

@media (max-width: 610px) {

    h2.main-header, h2.main-header-white {
        line-height: 52px;
        font-size: 36px;
    }

    h3.sub-header, h3.sub-header-white {
        margin-top: 20px;
    }


}

@media (max-width: 500px) {

    h2.main-header, h2.main-header-white {
        
        font-size: 30px;
    }

  

}

@media (max-width: 350px) {

    h2.main-header, h2.main-header-white {
        line-height: 29px;
        font-size: 36px;
    }

    h3.sub-header, h3.sub-header-white {
        line-height: 50px;
        font-size: 20px;
        margin-top: 20px;
    }

  

}


h4.section-headers {
    color: #414141;;
    font-weight: bold;
    font-size: 32px;
    margin: 0;
    padding: 0;
}

h5.paragraph-subheads:first-of-type {
    color: #b02828;
    font-weight: bold;
    font-size: 21px;
    margin: 10px 0 0 0;
    padding: 0;
}


h5.paragraph-subheads {
    color: #b02828;
    font-weight: bold;
    font-size: 21px;
    margin: 40px 0 0 0;
    padding: 0;
}



@media (max-width: 610px) {

    #faq-inner.py-5, #about-inner.py-5, #contact-inner.py-5,
    #gallery-inner.py-5, #services-inner.py-5, #termites-inner.py-5,
    #testimonials-inner.py-5, #why-spartan.py-5, #our-team-inner.py-5 {
        padding: 0px !important;
    }
}


/************************** TEXT STYLES - BODY ************************************/

.about-inner-text,
.our-team-inner-text, 
.termite-inner-text,
.services-inner-text,
.real-estate-inner-text,
.faq-inner-text,
.contact-inner-text {
    max-width: 1180px;
    margin: 0 auto;
    
}


p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

li.team-members-text {
    color: #3d3d3d;
    font-weight: 300;
}

p.white-text {
    color: #fff; 
    line-height: 35px;
}


.paragraph-text-width{
    max-width: 1150px;
    margin: 0 auto;
}


/************************** MAIN BANNER ************************************/

header.homepage{
    height: 98vh;
    min-height: 400px;
    background-image: url("../../images/banner-main.jpg");
    background-size: cover;
    background-position: center center;
  
 
}
/*Media Query*/
@media only screen and (max-width:600px){
    header.homepage{
        background-position: 65% 33%;
    }
}






header{
    position: relative;
}
header .container{
    position: relative;
}
.banners_bar{
    position: relative;
}
.banners_bar .container{
    height: 44vh;
}


.navbar-fixed-top.scrolled {
    background-color: #b02727d2 !important;
    transition: background-color 200ms linear;
  }
  
  .navbar-fixed-top.scrolled .nav-link {
    color:#fff;
  }
#about{
    padding-top: 100px !important;
}

.banner_content{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_content h1{
    font-family: 'Avenir LT Std', sans-serif;
    font-weight: bolder;
    color: #fff;
    font-size: 56px;
}
.banner_content p{
    color: #fff;
    font-family: 'Avenir LT Std', sans-serif;
    font-size: 26px;
}
.banner_content h1 span{
    color: #b02828;
}
.banner_content .btn_row{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
    z-index: 100;
}
.banner_content a{
   text-decoration: none; 
   border: 2px solid #fff;
   padding: 10px 35px;
   border-radius: 50px;
   color: #fff;
   font-family: 'Avenir LT Std', sans-serif;
   font-weight: 600;
   
}
.banner_content a:hover{
    transition: .3s all;
    background-color: #fff;
    color: #000;
}
.banner_content a:nth-child(1){
    background-color: #fff;
    color: #000;
}
.top_nav{
    background-color: red !important;
}
@media (max-width: 600px) {
    .banner_content h1{
        font-size: 36px;
    } 
  

   
}
@media (max-width: 1400px) {
    header.homepage{
        background-position: center;
    }
}







@media (max-width: 500px) {

    .banners_bar .container{
        height: 44vh;
    }

}



/************************** BANNERS ************************************/






header.banner-services{
    min-height: 55vh;
    background-image: url("../../images/banner-services.jpg");
    background-size: cover;
    background-position: center center;
    z-index: -2;

}

header.banner-about{
    min-height: 55vh;
    background-image: url("../../images/banner-about.jpg");
    background-size: cover;
    background-position: center center;
    z-index: -2;

}

header.banner-termites{
    min-height: 55vh;
    background-image: url("../../images/banner-termites.jpg");
    background-size: cover;
    background-position: center center;
    z-index: -2;

}

header.banner-faq{
    min-height: 55vh;
    background-image: url("../../images/banner-faq.jpg");
    background-size: cover;
    background-position: center center;
    z-index: -2;

}

header.banner-contact{
    min-height: 55vh;
    background-image: url("../../images/banner-contact.jpg");
    background-size: cover;
    background-position: center center;
    z-index: -2;

}

header.banner-gallery{
    min-height: 55vh;
    background-image: url("../../images/banner-gallery.jpg");
    background-size: cover;
    background-position: center center;
    z-index: -2;

}

header.banner-testimonials{
    min-height: 55vh;
    background-image: url("../../images/banner-testimonials.jpg");
    background-size: cover;
    background-position: center center;
    z-index: -2;

}

header.banner-featured-projects{
    min-height: 55vh;
    background-image: url("../../images/banner-featured-projects.jpg");
    background-size: cover;
    background-position: center center;
    z-index: -2;

}

header.banner-why{
    min-height: 55vh;
    background-image: url("../../images/banner-why.jpg");
    background-size: cover;
    background-position: center center;
    z-index: -2;

}


/************************** END BANNERS ************************************/




/************************** HOME PAGE ************************************/





/******************Schedule Bar**********************************/


#inspection-bar-container {
    position: relative;
    z-index: 10;
}

.inspection-bar {
    width: 100%;
    z-index: 102;
    margin-top: -50px;
}

.inspection-bar a {
    text-decoration: none;
}

.bottom-p-static{
    
    bottom: -35px;
    display: flex;
    width: 100%;
   

}
.bottom-p-static .left-side{
    width: 40%;
    background-color: #B02728;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.bottom-p-static .left-side:hover{
    background-color: #b13e3e;
    
}
.bottom-p-static .right-side{
    width: 60%;
    background-color: #414141;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.bottom-p-static .right-side:hover{
    background-color: #5f5f5f;
}

.bottom-p-static .left-side span{
    font-size: 24px;
    font-weight: bold;
}

.bottom-p-static .right-side span{
    font-size: 24px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .bottom-p-static .left-side{
        padding-top: 45px;
    }
    

}


@media (max-width: 600px) {
    #inspection-bar-container .container {
        max-width: 100%;
    }

    .inspection-bar {
        width: 100%;
        z-index: 102;
        margin: -40px 0 0 0;
        padding-left: 0;
        padding-right: 0;
    }
    .inspection-bar .container, .inspection-bar .row {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 0 0;
    }
    .bottom-p-static{
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 0 0;
       
    
    }
    .bottom-p-static .left-side{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 0 0;
        border-radius: 0;
    }
    .bottom-p-static .right-side{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 0 0;
        border-radius: 0;

    }

}


@media (max-width: 500px) {
    .bottom-p-static .left-side{
        width: 100%;
    }
    .bottom-p-static .right-side{
        width: 100%;
    }

}

@media (max-width: 400px) {
    .bottom-p-static .left-side{
        padding-top: 35px;
    }

}








/******************Giant Quote**********************************/
#giant-quote{
    
    margin: 60px 0;
}

#giant-quote .container {
    padding: 30px 0;
}

hr {
   
    text-align: center;
    background-color: #b02623;
    width: 300px;
    border: 2px solid #b02623;
    opacity: 1;
    margin: 0 auto;
}

.quote-left {
    display: flex;
    text-align: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}

.quote-right {
    font-size: 50px;
    font-weight: bold;
    line-height: 65px;
}


@media (max-width: 600px) {

    .quote-right {
        font-size: 38px;
        font-weight: bold;
        line-height: 53px;
        text-align: center;
        padding: 0 32px;
    }
}

/**************************Featured Projects**********************************/



.featured-project-text p {
    color: #fff;
}

.featured-project-text {

    color: #fff;
    padding: 40px 0 0 0;
    margin: 0 50px;
}

.leftside-image {
    width: 100%;
}

.rightside-image{
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.featured-project-square{
    background-image: url('../..//images/featured-projects-main-image.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}




.red-border {
    border: 1px solid red;
}

.padding-0{
    padding-right:0;
    padding-left:0;
}

.padding-top-100 {
    padding-top: 100px;
}


@media (max-width: 1530px) {

    h3.sub-header-white {
        font-size: 24px;
          
    }

    h2.main-header-white {
        font-size: 45px;

    }

}

@media (max-width: 1216px) {

    h3.sub-header-white {
        font-size: 24px;
          
    }

    h2.main-header-white {
        font-size: 40px;

    }

    .featured-project-text {
        padding: 50px 0 0 0;
    }

}


@media (max-width: 1180px) {

    h3.sub-header-white {
        font-size: 24px;
          
    }

    h2.main-header-white {
        font-size: 40px;

    }

    .featured-project-text {
        padding: 50px 0 0 0;
    }

}

@media (max-width: 991px) {

    h3.sub-header-white {
        font-size: 24px;
          
    }

    h2.main-header-white {
        font-size: 45px;

    }

    .featured-project-text {
        padding-bottom: 70px;
    }

    .featured-project-text p {
        width: 85%;
        margin: 0 auto;
    }

    .padding-top-100{
        padding-top: 0;
    }
}

@media (max-width: 610px) {

    h3.sub-header-white {
        font-size: 18px;
          
    }

    h2.main-header-white {
        font-size: 35px;

    }

    .featured-project-text {
        padding-bottom: 70px;
    }

    .featured-project-text p {
        width: 90%;
        font-size: 18px;
        margin: 0 auto;
    }

    .padding-top-100{
        padding-top: 0;
    }
}


/******************************END FEATURED PROJECTS*******************/

/******************************GALLERY********************************/

.container-lg {
	border: 1px solid red;
}

img{
	max-width: 100%;
}

.gallery img, .video-gallery iframe{
	background-color: #ffffff;
	padding: 15px;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: pointer;
}
#gallery-modal .modal-img{
	width: 100%;
}
/*******************************END GALLERY******************************/

/**************************Testimonials**********************************/



#testimonials .testimonials-content-container{

    background-image: url('../../images/testimonials-backgrd.jpg'); 
    background-size: cover; 
    height: 700px;
    background-repeat: no-repeat;
    position: relative;
    z-index: -10;
    margin-top: -100px;
    }

    .testimonial-content h4 {
        
        color: #fff;
        font-weight: bold;
        font-size: 28px;
        text-transform: uppercase;
        padding-bottom: 15px;
    }

    .testimonial-content p {
    
        color: #fff;
        font-weight: normal;
        font-size: 22px;
    }

    .testimonial-name {
        text-align: right;
    }

    .testimonial-image-container {
        height: 700px;
        width: 319px;
      
        
    }

    .testimonial-image {
        height: 700px;
        width: 319px;   
    }

    .testimonial-image-1 {
        height: 700px;
        width: 416px;   
    }

    .testimonial-image-2 {
        height: 700px;
        width: 416px;
    }

    .testimonial-image-3 {
        height: 700px;
        width: 416px;
    }

    .color-block {
        background-color: aquamarine;
        height: 700px;
    }

    .testimonials-container {
        position: absolute;
        top: 270px;
        left: 680px;
        width: 50%;
        z-index: 100;
       
    }

    .testimonials-container-1, .testimonials-container-2 {
        position: absolute;
        top: 270px;
        left: 700px;
        width: 50%;
        z-index: 100;
       
    }

    .testimonials-container-3 {
        position: absolute;
        top: 270px;
        left: 700px;
        width: 50%;
        z-index: 100;
       
    }

    @media (max-width: 1600px) {
        #testimonials .testimonials-content-container{
            height: 600px;
            }

            .testimonial-image-container {
                height: 599px;
                width: 293px; 
            }

            /*.testimonial-image-1, .testimonial-image-2, .testimonial-image-3 {
                height: 599px;
                width: 293px; 
            }

            */

            .testimonial-image-1, .testimonial-image-2 {
                height: 600px;
                width: 356px; 
            }

            .testimonial-image-3 {
                height: 600px;
                width: 356px; 
            }
   
            .testimonials-container {
                position: relative;
                top: 100px;
                left: 100px;
                width: 80%;
                height: 50%;
                margin: 100px auto 0 auto;
                padding: 0 50px 0 0;
               
            }

            .testimonials-container-1, .testimonials-container-2, .testimonials-container-3 {
                position: relative;
                top: 100px;
                left: 100px;
                width: 75%;
                height: 50%;
                margin: 100px auto 0 auto;
                padding: 0 30px 0 0;
               
            }
    }

    @media (max-width: 1398px) {
        #testimonials .testimonials-content-container{
            height: 600px;
            }

            .testimonial-image-container {
                height: 599px;
                width: 293px; 
            }

            .testimonial-image-1, .testimonial-image-2 {
                height: 600px;
                width: 356px; 
            }

            .testimonial-image-3 {
                height: 600px;
                width: 356px; 
            }
   
            .testimonials-container {
                position: relative;
                top: 80px;
                left: 100px;
                width: 70%;
                margin: 100px auto 0 auto;
                padding: 0;
               
            }

            .testimonials-container-1, .testimonials-container-2, .testimonials-container-3 {
                position: relative;
                top: 80px;
                left: 100px;
                width: 65%;
                margin: 100px auto 0 auto;
                padding: 0;
               
            }
    }


    @media (max-width: 1200px) {
        #testimonials .testimonials-content-container{
            height: 550px;
            }

            .testimonial-image-1, .testimonial-image-2, .testimonial-image-3 {
                height: 550px;
                width: 325px; 
            }
   
            .testimonials-container {
                position: relative;
                top: 80px;
                left: 100px;
                width: 70%;
                margin: 100px auto 0 auto;
                padding: 0;
               
            }

            .testimonials-container-1 {
                position: relative;
                top: 40px;
                left: 100px;
                width: 65%;
                margin: 100px auto 0 auto;
                padding: 0;
               
            }

            .testimonials-container-2 {
                position: relative;
                top: 50px;
                left: 100px;
                width: 65%;
                margin: 100px auto 0 auto;
                padding: 0;
               
            }

            .testimonials-container-3 {
                position: relative;
                top: 20px;
                left: 100px;
                width: 65%;
                margin: 100px auto 0 auto;
                padding: 0;
               
            }
    }



    @media (max-width: 1075px) {

        #testimonials .testimonials-content-container{
            height: 540px;
            }

        .testimonials-container {
            padding: 0 20px 0 0;
            
        }

        .testimonials-container-1 {
            top: 15px;
            padding: 0 20px 0 0;
            
        }

        .testimonials-container-2 {
            top: 35px;
            padding: 0 20px 0 0;
            
        }

        .testimonials-container-3 {
            top: 10px;
            padding: 0 20px 0 0;
            
        }

        .testimonial-image-1, .testimonial-image-2 {
            margin-top: 20px;
            height: 517px;
            width: 309px;
          
            
        }

        .testimonial-image-3 {
            margin-top: 20px;
            height: 517px;
            width: 309px;
          
            
        }
    }

  
    @media (max-width: 991px) {

        #testimonials .testimonials-content-container{

           
            height: 500px;
            
           
        
            }

       
        .testimonials-container {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            margin: 160px auto 0 auto;
            padding: 0;
           
        }

        .testimonials-container-1 {
            position: relative;
            top: 20px;
            left: 0;
            width: 100%;
            margin: 105px auto 0 auto;
            padding: 0;
           
        }

        .testimonials-container-2 {
            position: relative;
            top: 20px;
            left: 0;
            width: 100%;
            margin: 115px auto 0 auto;
            padding: 0;
           
        }

        .testimonials-container-3 {
            position: relative;
            top: 20px;
            left: 0;
            width: 100%;
            margin: 105px auto 0 auto;
            padding: 0;
           
        }
        .testimonial-content {
            width: 100%;
        }
        
    }

    @media (max-width: 767px) {

        #testimonials .testimonials-content-container{
            height: 650px;
            margin-top: -140px;
        }

        .testimonials-container-1 {

            margin: 150px auto 0 auto;
            padding: 0 25px;
        }

        .testimonials-container-2 {

            margin: 160px auto 0 auto;
            padding: 0 25px;
        }

        .testimonials-container-3 {

            margin: 130px auto 0 auto;
            padding: 0 25px;
        }

        .testimonial-content {
            width: 100%;
        }
        
    }

    


    @media (max-width: 425px) {
        #testimonials .testimonials-content-container{
            height: 830px;
            margin-top: -150px;
        }

        .testimonials-container-1 {

            margin: 160px auto 0 auto;
            padding: 0 25px;
        }

        .testimonials-container-2 {

            margin: 165px auto 0 auto;
            padding: 0 25px;
        }

        .testimonials-container-3 {

            margin: 160px auto 0 auto;
            padding: 0 25px;
        }

        .testimonial-content {
            width: 100%;
        }
        
    }

    @media (max-width: 320px) {
        #testimonials .testimonials-content-container{
            height: 1050px;
            margin-top: -150px;
        }

        .testimonials-container-1 {

            margin: 180px auto 0 auto;
            padding: 0 25px;
        }

        .testimonials-container-2 {

            margin: 180px auto 0 auto;
            padding: 0 25px;
        }

        .testimonials-container-3 {

            margin: 175px auto 0 auto;
            padding: 0 25px;
        }

        .testimonial-content {
            width: 100%;
        }
        
    }





/************************** END HOME PAGE ************************************/






/************************** SPARTAN RED GRUNGE SECTIONS ************************************/






h2.spartan-way-main-header,
h2.spartan-section-main-header{
    font-family: "brothers", sans-serif;
font-weight: 400;
font-style: normal;
    color: #fff;
    font-size: 70px;
}



.spartan-mission-content-container,
.spartan-way-content-container,
.termite-signs {
    width: 85%;
    max-width: 1150px;
}

#spartan-mission, #termite-signs {
    display: flex;
    align-items: center;
    justify-content: center;
}



h2.spartan-section-main-header{
    margin-top: 25px;
}


.spartan-section-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width:729px){
    h2.spartan-section-main-header{
        font-size: 40px;
    }

    .spartan-section-text p {
        color: #fff;
        font-size: 20px;
    }

}


@media only screen and (min-width:1000px){
    h2.spartan-section-main-header{
        font-size: 65px;
    }
}

@media only screen and (max-width:729px){
    h2.spartan-section-main-header{
        font-size: 40px;
    }

    .spartan-section-text p {
        color: #fff;
        font-size: 20px;
    }

}



@media only screen and (max-width:500px){
    
    h2.spartan-way-main-header{
            font-size: 40px;
            margin-top: 70px;
            line-height: 35px;
        }
    
    }








/* Spartan Mission Background Images */

#spartan-mission {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width:749px){
    #spartan-mission{
        background-image: url('../../images/spartan-mission-backgrd-950.jpg'); 
        min-height: 950px;   
    }
   

}


@media only screen and (min-width:750px) and (max-width:1399px){
    #spartan-mission{
        background-image: url('../../images/spartan-mission-backgrd-1500.jpg');
        min-height: 800px;
    }

   
}

@media only screen and (min-width:1400px){
    #spartan-mission{
        background-image: url("../../images/spartan-mission-backgrd-1920.jpg"); 
        min-height: 800px;
    }

    

}







/* Spartan Way Global */
.spartan-way-container {
    margin-top: 8em;
}

.checkmark img {
    height: 65px;
    width: 65px;
}



@media only screen and (max-width:768px){
    h2.spartan-way-main-header{
        font-size: 60px;
        margin-top: 35px;
    }
}

@media only screen and (max-width:425px){
    h2.spartan-way-main-header{
        font-size: 45px;
        line-height: 40px;
        margin-top: 75px;
    }
}


/* Spartan Way Background Images */


#spartan-way {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width:300px){
    #spartan-way{
        background-image: url('../../images/spartan-way-backgrd-1200x1900.jpg'); 
        min-height: 2200px;   
    }

}


@media only screen and (max-width:400px){
    #spartan-way{
        background-image: url('../../images/spartan-way-backgrd-700x2650.jpg'); 
        min-height: 2250px;   
    }
   

}

@media only screen and (min-width:401px) and (max-width:500px){
    #spartan-way{
        background-image: url('../../images/spartan-way-backgrd-1200x1900.jpg'); 
        min-height: 2100px;   
    }

    h2.spartan-way-main-header{
        margin-top: 95px;
    }
 

}

@media only screen and (min-width:501px) and (max-width:600px){
    #spartan-way{
        background-image: url('../../images/spartan-way-backgrd-1500.jpg'); 
        min-height: 1900px;   
    }

    h2.spartan-way-main-header{
        margin-top: 95px;
    }
 

}

@media only screen and (min-width:601px) and (max-width:799px){
    #spartan-way{
        background-image: url('../../images/spartan-way-backgrd-1200x1900.jpg'); 
        min-height: 1900px;  
    }

    h2.spartan-way-main-header{
        margin-top: 100px;
    }

}





@media only screen and (min-width:800px) and (max-width:999px){
    #spartan-way{
        background-image: url('../../images/spartan-way-backgrd-1200x1900.jpg'); 
        min-height: 1850px;  
    }

    h2.spartan-way-main-header{
        margin-top: 60px;
    }
 

}


@media only screen and (min-width:1000px) and (max-width:1149px){
    #spartan-way{
        background-image: url('../../images/spartan-way-backgrd-1500x1000.jpg');
        min-height: 1300px;
    }

    h2.spartan-way-main-header{
        margin-top: 60px;
    }

   
}

@media only screen and (min-width:1150px) and (max-width:1249px){
    #spartan-way{
        background-image: url('../../images/spartan-way-backgrd-1500x1000.jpg');
        min-height: 1330px;
    }
    h2.spartan-way-main-header{
        margin-top: 95px;
    }

   
}

@media only screen and (min-width:1250px) and (max-width:1399px){
    #spartan-way{
        background-image: url('../../images/spartan-way-backgrd-1500x1000.jpg');
          
        min-height: 1350px;
    }

    h2.spartan-way-main-header{
        margin-top: 95px;
    }

   
}

@media only screen and (min-width:1400px) and (max-width:1550px){
    #spartan-way{
        background-image: url("../../images/spartan-way-backgrd-1920x1400.jpg"); 
        min-height: 1350px;
    }
    h2.spartan-way-main-header{
        margin-top: 75px;
    }
}

@media only screen and (min-width:1551px){
    #spartan-way{
        background-image: url("../../images/spartan-way-backgrd-1920x1400.jpg"); 
        min-height: 1400px;
    }
    h2.spartan-way-main-header{
        margin-top: 150px;
    }
}







/************************** END SPARTAN RED GRUNGE SECTIONS ************************************/
























/************************** SERVICE PAGE ************************************/


#services{
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    
}

#services .container.services-content p.services-main-text {
    
    max-width: 1200px;
    margin: 0 auto;
}


.bi-house-door-fill, .bi-gear-fill, .bi-tools{
    display: block;
    font-size: 3em;
    padding-bottom: 10px;
    color:#b02828;
}

.card-container{
    max-width: 1400px;
}

.card-container .card{
    border: 1px solid black;
    margin: 0 auto 100px;
    width: 23rem;
    height: 30rem;
}


/*Media Query*/



@media only screen and (min-width:1200px){
    .card-container .card{
        
        width: 17em;
        height:24em;
    }


}

@media only screen and (max-width:990px){
    .card-container .card{
        
        width: 18em;
        height:24em;
    }
}



@media only screen and (max-width:767px){
    .card-container .card{
        
        width: 25em;
        height:20em;
    }

   
}

@media only screen and (max-width:550px){
    .card-container .card{
        
        width: 19em;
        height:22em;
    }

   
}

@media only screen and (max-width:400px){
    .card-container .card{
        
        width: 16em;
        height:25em;
    }

   
}

@media only screen and (max-width:300px){
    .card-container .card{
        
        width: 10em;
        height:18em;
    }

   
}

@media only screen and (max-width:767px){
    #services{
        background-image: url('../../images/background-services-780.jpg');

    }

}

@media only screen and (min-width:768px) and (max-width:1199px) {
    #services{
        background-image: url('../../images/background-services-1200.jpg');

    }
}


@media only screen and (min-width:1200px){
    #services{
        background-image: url('../../images/background-services-1400.jpg'); 
min-height: 1800px;
        
        
    }
}

.card-title{
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;

}

.card-container .card-text{
    margin: 0 20px;
}

.card-body img.icon-termite-inspections,
.card-body img.icon-termite-inspection-reports,
.card-body img.icon-termite-eradication,
.card-body img.icon-termite-damage-repair,
.card-body img.icon-termite-damage-rebuilds,
.card-body img.icon-real-estate-transactions{
    width:80px;
    height: 80px;
    margin: 15px auto 20px;
}
















/*************************Services Inner*****************************/
.residential-section-pic, .project-section-pic {
    margin-bottom: 20px;
}

.content-container-left, .content-container-right {
    width: 48%;
    margin: 0 auto;
    padding: 0;
}


.checkmark-content-box{
    display: flex;
    align-items: center;
    min-height: 150px;

}


.checkmark {
    padding-right: 15px;
}


.checkmark-text{
    width: 95%;
}


.checkmark-text P{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}


.checkbox-content-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
}


@media (max-width: 1199px) {

    .checkmark-content-box {
        margin: 0 auto;

}


.content-container-left,
.content-container-right {
        margin: 0 auto;
        padding: 0;

}

}

@media (max-width: 1099px) {

    .content-container-left, .content-container-right {
        width: 48%;
        margin: 0 auto;
        padding: 0;
    }

    .checkmark-text P{
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
    }

}

@media (max-width: 999px) {

    .content-container-left, .content-container-right {
        width: 98%;
        margin: 0 auto;
        padding: 0;
    }

    .spartan-way-container-fluid p{
        font-size: 20px;
    }

    .checkmark-text P{
        /*      display: flex;
              align-items: center;
      
      */
              text-transform: uppercase;
              font-size: 20px;
              font-weight: bold;
          }
          
    .checkmark-content-box{
        display: flex;
        align-items: center;
        min-height: 0;
        margin-bottom: 50px;
        }
}

@media (max-width: 900px) {

    .content-container-left, .content-container-right {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

}

@media (max-width: 600px) {

    .content-container-left, .content-container-right {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }



    .checkmark img {
        height: 50px;
        width: 50px;
        margin: 0 0 0 20px;
        padding: 0;
    }

    .checkmark-text{
        width: 80%;
        margin: 0;
        padding: 0;
    }

    .checkmark-text P{
  /*      display: flex;
        align-items: center;

*/
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
    }

    .checkmark-content-box {
        width: 100%;
        margin: 0 auto 40px;
        padding: 0;

}

}



/************************** END SERVICE PAGE ************************************/

/************************** TERMITES PAGE ************************************/




.termite-content img.inspector {
    float: left;
    margin-right: 25px;
    padding-bottom: 15px;
    min-width: 460px;
    min-height: 567px;
}


@media only screen and (max-width:500px){
    .termite-content img.inspector {
        display: flex;
        float: none;
        margin-right: 0;
        padding-bottom: 15px;
        min-width: 260px;
        min-height: 320px;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

}

@media only screen and (min-width:501px) and (max-width:991px){
    .termite-content img.inspector {
        display: flex;
        float: none;
        margin-right: 0;
        padding-bottom: 15px;
        min-width: 260px;
        min-height: 320px;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

}



.termite-content h2.sub-header,
.termite-content h3.main-header {
    float: right;
}

.red-border {
    border: 1px solid red;
}



h2.red-grunge-main-header{
    font-family: "brothers", sans-serif;
font-weight: 400;
font-style: normal;
    color: #fff;
    font-size: 70px;
}


.red-grunge-content-container {
    width: 85%;
    max-width: 1150px;
}

#termite-signs {
    display: flex;
    align-items: center;
    justify-content: center;
}



h2.red-grunge-main-header{
    margin-top: 25px;
}

.bullet-list-container  {
   text-align: center;
}

.termite-bullet-list {
    display: inline-block;
    text-align: left;
}

.termite-bullet-list li:first-of-type {
    list-style-type: none;
    padding: 10px 0 15px;
}

.termite-bullet-list li {
    list-style-type: none;
    padding-bottom: 15px;
}

ul.termite-bullet-list li.bullet-bold {
    font-weight: bolder;
    font-size: 26px;
}


.red-grunge-section-text p, .red-grunge-section-text ul {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.red-grunge-section-text p:last-of-type{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 55px 0 35px;
    text-align: center;
}





@media only screen and (min-width:1000px){
    h2.red-grunge-main-header{
        font-size: 60px;
    }
    .red-grunge-section-text p{
        margin: 0 auto;
        text-align: center;
    }
}

@media only screen and (min-width:730px) and (max-width:999px){
    h2.red-grunge-main-header{
        font-size: 45px;
    }

    .red-grunge-section-text p:last-of-type {
        text-align: center;
      
    }

    .red-grunge-section-text p, .red-grunge-section-text ul {
        color: #fff;
        font-size: 22px;
    }

}

@media only screen and (max-width:729px){
    h2.red-grunge-main-header{
        font-size: 40px;
    }

    .red-grunge-section-text p, .red-grunge-section-text ul {
        color: #fff;
        font-size: 20px;
    }

}




/* Signs You Have Termites Background Images */
#termite-signs {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (min-width:200px) and (max-width:400px){
    #termite-signs{
        background-image: url('../../images/termite-backgrd-300.jpg'); 
        min-height: 1350px;   
    }
   

}

@media only screen and (min-width:401px) and (max-width:500px){
    #termite-signs{
        background-image: url('../../images/termite-backgrd-500.jpg'); 
        min-height: 1100px;   
    }
   

}


@media only screen and (min-width:501px) and (max-width:999px){
    #termite-signs{
        background-image: url('../../images/spartan-mission-backgrd-950.jpg'); 
        min-height: 1100px;   
    }
   

}


@media only screen and (min-width:1000px) and (max-width:1200px){
    #termite-signs{
        background-image: url('../../images/termite-backgrd-1200.jpg');
        min-height: 1200px;
    }

   
}


@media only screen and (min-width:1201px) and (max-width:1399px){
    #termite-signs{
        background-image: url('../../images/termite-backgrd-1500.jpg');
        min-height: 1000px;
    }
}

@media only screen and (min-width:1400px){
    #termite-signs{
        background-image: url("../../images/termite-backgrd-1920.jpg"); 
        min-height: 1000px;
    }

    

}

/* Termite Bullet List */


.termite-content-container-left, .termite-content-container-right {
    width: 48%;
    margin: 0 auto;
    padding: 0;
}


.termite-checkmark-content-box{
    display: flex;
    align-items: center;
    min-height: 70px;

}


.red-checkmark {
    padding-right: 15px;
}


.infestation-bullet-text{
    width: 95%;
    padding: 0;
    margin: 0;
}


.infestation-bullet-text P{
    align-items: center;
    font-size: 18px;
}


.termite-checkbox-content-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}


@media (max-width: 1199px) {

    .termite-checkmark-content-box {
        margin: 0 auto;

}


.termite-content-container-left,
.termite-content-container-right {
        margin: 0 auto;
        padding: 0;

}

}

@media (max-width: 1099px) {

    .termite-content-container-left, .termite-content-container-right {
        width: 48%;
        margin: 0 auto;
        padding: 0;
    }

    .infestation-bullet-text P{
        font-size: 18px;
    }

}

@media (max-width: 999px) {

    .termite-content-container-left, .termite-content-container-right {
        /*width: 50%;*/
        margin: 0 auto;
        padding: 0;
    }

    

    .infestation-bullet-text P{
        /*      display: flex;
              align-items: center;
      
      */
              font-size: 18px;
          }
          
    .termite-checkmark-content-box{
        display: flex;
        align-items: center;
        min-height: 0;
        margin-bottom: 20px;
        }
}


@media (max-width: 900px) {

    .termite-content-container-left, .termite-content-container-right {
        width: 50%;
        margin: 0 auto;
        padding: 0;
    }

}


@media (max-width: 767px) {

    .termite-content-container-left, .termite-content-container-right {
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }

    .termite-checkmark-content-box{
        display: flex;
        align-items: center;
        min-height: 20px;
    
    }

}



@media (max-width: 600px) {

    .termite-content-container-left, .termite-content-container-right {
        /*width: 100%;*/
        margin: 0 auto;
        padding: 0;
    }


/*
    .checkmark img {
        height: 50px;
        width: 50px;
        margin: 0 0 0 20px;
        padding: 0;
    }

    */

    .infestation-bullet-text{
        width: 80%;
        margin: 0;
        padding: 0;
    }

    .infestation-bullet-text P{

        
        font-size: 16px;
    }

    .termite-checkmark-content-box{
        display: flex;
        align-items: center;
        min-height: 30px;
    
    }

}

.infestation-bullet-text, .infestation-bullet-text p {
    margin: 0;
    padding: 0;
    line-height: 22px;
}




/************************** END TERMITES PAGE ************************************/









/************************** FAQ PAGE ************************************/


.accordion-item{
    border-color: #b02828;
    border-bottom: 2px solid #b02828;;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #b02828;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(176,40,40,.25);
    background-color: rgba(250,181,181,.25);
}


.accordion-button:not(.collapsed) {
    color: #414141;
    font-weight: 600;
    background-color: rgba(250,181,181,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../../fonts/minus-sign.svg");
    transform: rotate(-180deg);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../../fonts/addition-thick-symbol.svg"); 
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
  }


/************************** END FAQ PAGE ************************************/







/************************** CONTACT PAGE ************************************/

.contact-inner-container {
    max-width: 1180px;
    margin: 0 auto;
}









/************************** END CONTACT PAGE ************************************/



/************************** TEAM SECTION - HOME PAGE ************************************/
.team-text-container-hp{

    background-image: url('../../images/background-team.jpg'); 
    background-size: 1920px 1047px; 
    background-repeat: no-repeat;
    margin-top: -300px;
}

.team-card {
    text-align: center;
    margin: 0 auto;
}

.team-card ul {
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.team-card ul.team-contact-info-hp li {
    color: #fff;
}

.team-members-text p {
    margin-top: 360px;
}

ul.team-contact-info-hp {
    color: #fff;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

ul.team-contact-info-hp li {
    margin: 0 auto -5px 0;
    padding: 0;
}

ul.team-contact-info-hp li:last-of-type {
    margin: 10px auto 0 0;
}


ul li.team-name-white{
    font-family: 'Proxima Nova Bl', sans-serif;
    color: #fff;
    font-weight: bolder;
    font-size: 26px;
    text-transform: uppercase;
}
li.team-title-white, li.team-number-white, ul li.team-title-white {
    font-family: 'Proxima Nova Rg', sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.team-card .team-member-pics-hp{
    max-width: 280px;
    width: 100%;
}

li .social-spacer{
    margin: 5px;
}

.team-members-text {
    max-width: 1180px;
}

@media only screen and (max-width:1600px){
    .team-members-text {
        width: 85%;
    }
}

/**************Team Mobile *********************/


.team-members-text-container{

    background-image: url('../../images/background-team.jpg'); 
    background-size: 1920px 1047px; 
    background-repeat: no-repeat;
    margin-top: -300px;
    z-index: -10;
}
.team-members-container{
    z-index: 10;
}
.team-member-container-mobile{
    z-index: 10;
}
    
.team-members-text-mobile {
    width: 90%;
    margin: 0 auto;
}
    
.team-members-text-container {
    margin-bottom: 60px;
    padding-bottom: 400px;
}
    
.team-members-text-container:last-of-type {
    margin-bottom: 0;
    padding-bottom: 400px;
}


/******************Team Inner*********************************/

.team-card ul li.team-name{
    font-family: 'Proxima Nova Bl', sans-serif;
    
    font-weight: bolder;
    font-size: 26px;
    text-transform: uppercase;
}

li.team-title, li.team-number {
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

li.team-members-text {
    font-family: 'Proxima Nova Rg', sans-serif;
    color: #414141;
    font-weight: normal;
    width: 80%;
    text-align: left;
    margin: 20px auto 10px;
}

li.team-number {
    margin: -8px;
}

@media only screen and (max-width:800px){

    .team-card ul li.team-name{
        font-weight: bold;
        font-size: 26px;
        text-transform: uppercase;
    }
    li.team-members-text {
        text-align: center;
    }

    }



.team-card .team-member-pics{
    max-width: 350px;
    width: 100%;
}




/******************Team InnerGlobal*********************************/








/************************** END TEAM SECTION - HOME PAGE ************************************/



/************************** ABOUT PAGE ************************************/




@media (max-width: 767px) {

    .about-content-container {
        width: 90%;
        margin: 0 auto;
    }


}


/************************** END ABOUT PAGE ************************************/






/************************** GALLERY PAGE ************************************/

h5.paragraph-subheads-gallery {
    font-size:26px;
    color: #b02828;
    font-weight: bold;
}







/************************** END GALLERY PAGE ************************************/







/************************** TESTIMONIALS PAGE ************************************/


.testimonials .card-body {
    background-color: rgba(194,194,194,.50);
}

.testimonials blockquote p{
    font-size: 20px;
    line-height: 35px;
    width: 98%;
    margin: 0 auto;
}

.testimonials .card-header {
    color: #fff;
    background-color: rgba(176,40,40,1);
}


/************************** END TESTIMONIALS PAGE ************************************/








/************************** WHY US PAGE ************************************/

.why-spartan-section li span {
    color: #b02828;
    font-weight: bold;
}

.why-spartan-section li {
    padding: 0 0 15px 0;
}

.why-us-content-container p {
    color: #717171;
}


/************************** END WHY US PAGE ************************************/












.contact-schedule-textblock p{
    color: #3d3d3d;
    font-size: 28px;
    font-weight: bold;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0;
}

.underline {
    text-decoration: underline;
}



.navbar-dark .navbar-nav .nav-link{
    color: white;
    font-size: 16px;
    padding-left: 8px;
}


/*

.navbar {
    transition: all 0.5s;
}

.navbar-scrolling {
    background-color: #b02828;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

*/

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");;
}

.navbar-dark .navbar-toggler,
.navbar-dark .navbar-toggler .collapsed {
    border-color: #fff;
    color:#fff;
}

.navbar-toggler:focus {
  box-shadow: #fff;
}




/*Media Query*/
@media only screen and (max-width:1260px){

.navbar-dark .navbar-nav .nav-link{
    font-size: 14px;
}
}
@media only screen and (max-width:991px){

    .navbar-dark .navbar-nav .nav-link{
        color: white;
        background-color: #b02828;
        background-color: rgba(176,40,40,.75);
        border-bottom: 1px solid;
        font-size: 1em;
        padding-left: 8px;
    }


.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");;
}

.navbar-dark .navbar-toggler,
.navbar-dark .navbar-toggler .collapsed {
    border-color: #fff;
    color:#fff;
}

.navbar-toggler:focus {
  box-shadow: #fff;
}

}

.navbar-nav .active {
    text-decoration: underline;
    text-underline-offset: 3px;
}







#real-estate-transactions{
    margin-top: -350px;
}

@media only screen and (max-width:1399px){
    #real-estate-transactions{
        margin-top: -300px;
    }
}

@media only screen and (max-width:1200px){
    #real-estate-transactions{
        margin-top: -270px;
    }
}

@media only screen and (max-width:1050px){
    #real-estate-transactions{
        margin-top: -270px;
    }
}

@media only screen and (max-width:991px){
    #real-estate-transactions{
        margin-top: -250px;
    }
}

@media only screen and (max-width:768px){
    #real-estate-transactions{
        margin-top: -180px;
    }
    .about-content-container {
        max-width:650px
    }
}

@media only screen and (max-width:500px){
    #real-estate-transactions{
        margin-top: -250px;
    }
}

@media only screen and (max-width:425px){
    #real-estate-transactions{
        margin-top: -160px;
    }
}

@media only screen and (max-width:400px){
    #real-estate-transactions{
        margin-top: -150px;
    }
}


@media only screen and (max-width:400px){
    #real-estate-transactions{
        margin-top: -10px;
    }
}


@media only screen and (min-width:1400px){
    #real-estate-transactions{
        margin-top: -250px;
    }
}




/*******************************THANK YOU PAGE**********************************************/

.thankyou-content {
    min-height: 200px;
}


/**********************************END THANK YOU PAGE*****************************************/






/**************** PILL BUTTONS *******************/


.rounded-pill {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 60px;
    border-radius: 20px;
    text-decoration: none;
    outline: none;
}



@media only screen and (max-width:400px){
    .rounded-pill {
        font-size: 18px;
        font-weight: 600;
        padding: 15px 30px;
        border-radius: 20px;
        text-decoration: none;
        outline: none;
    
    }
}

/* Black */

.black-pill {
    color: #fff;
    background-color: #000;
}

.black-pill:hover {
    color:#b02828;
    background-color: #fff;
    
}


/* Red */

.rounded-pill-red {
    color: #fff;
    background-color: #b02828;
}

.rounded-pill-red:hover {
    color:#fff;
    background-color: #000;
    
}


/* Pill Button - White Outline */

.rounded-pill-outline-white {
    color: #fff;
    border: 2px solid #fff;
}

.rounded-pill-outline-white:hover {
    background-color: #fff;
    color:#e52c2c;
}




input[type=button], input[type=submit] {
    background-color: #b02828;
    color: white;
    font-size: 18px;
        font-weight: 600;
        padding: 15px 30px;
        border-radius: 20px;
        text-decoration: none;
        outline: none;
    cursor: pointer;
  }

/*****************END PILL BUTTONS*************************/


/*Media Query*/
@media only screen and (max-width:600px){
    .paragraph-text-width{
        max-width: 400px;
    }
}





.accordion-item{
    border-color: #b02828;
    border-bottom: 2px solid #b02828;;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #b02828;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(176,40,40,.25);
    background-color: rgba(250,181,181,.25);
}


.accordion-button:not(.collapsed) {
    color: #414141;
    font-weight: 600;
    background-color: rgba(250,181,181,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../../fonts/minus-sign.svg");
    transform: rotate(-180deg);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../../fonts/addition-thick-symbol.svg"); 
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
  }









 



/* Footer */

footer.bg-dark.footer-one,
footer.bg-dark.footer-two

 {
    background-color: #414141 !important;
}

.footer-content-container, .footer-content-container p{
    color: #fff;
    font-family: 'Proxima-Nova', sans-serif;
}

ul.footer-nav {
    list-style-type: none;
}

ul.footer-nav li a.nav-link,
ul.footer-nav li a.nav-link:visited{
    margin-left: -40px;
    color: #fff;
}

ul.footer-nav li a,
ul.footer-nav li a:visited{
    color: #fff;
    text-decoration: none;
}

ul.footer-nav li a.nav-link:hover,
ul.footer-nav li a:hover{
    text-decoration: underline;
}

.footer-section-header {
    font-size: 20px;
    font-weight: bold;
}

.footer-row-2 {
    max-width: 250px;  
}

.footer-row-3 {
    min-width: 400px;  
}

.footer-row-4 {
    max-width: 250px;  
}

/*Media Query*/

@media only screen and (max-width:1401px){
    .footer-section-header {
        font-size: 18px;
        font-weight: bold;
    }
    
    .footer-row-3 {
        min-width: 350px;  
    }
    
    .footer-row-2 {
        max-width: 200px;  
    }
}

@media only screen and (max-width:1200px){
    .footer-section-header {
        font-size: 16px;
        font-weight: bold;
    }

    .footer-content-container p {
        font-size: 16px;
    }
    
    .footer-row-2 {
        max-width: 150px;  
    }
    
    .footer-row-3 {
        min-width: 300px;  
    }
    
}

@media only screen and (max-width:993px){
    #footer .footer-one {
        display: none;
    }
    
}

@media only screen and (min-width:994px){
    #footer .footer-two {
        display: none;
    }
    
}

@media only screen and (max-width:993px){
    .footer-section-header {
        font-size: 16px;
        font-weight: bold;
    }

    .footer-content-container p {
        font-size: 16px;
    }
    
    .footer-row-2 {
        max-width: auto;  
    }
    
    .footer-row-3 {
        min-width: auto;  
    }

    ul.footer-nav {
        display: inline;
        padding: 0;
        
    }

    ul.footer-nav li {
        display: inline;
        padding: 0 7px;

    }
    
   #footer .footer-two .contact-section{
        width: 35% !important;
        padding: 0;
        margin: 0 auto;
    }

    #footer .footer-two .certified-section{
        width: 35% !important;
        padding: 0;
        margin: 0 0 0 12rem;
        
    }

    
    
}


@media only screen and (max-width:941px){
    
    
   #footer .footer-two .contact-section{
        width: 35% !important;
        padding: 0;
        margin: 0 auto;
    }

    #footer .footer-two .certified-section{
        width: 35% !important;
        padding: 0;
        margin: 0 0 0 10rem;
        
    }

    
    
}


@media only screen and (max-width:900px){
    #footer .footer-two .contact-section{
        width: 35% !important;
        padding: 0;
        margin: 0;
    }

    #footer .footer-two .certified-section{
        width: 35% !important;
        padding: 0;
        margin: 0 50px 0 150px;
        
    }
}

@media only screen and (max-width:800px){
    #footer .footer-two .contact-section{
        width:80% !important;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    #footer .footer-two .certified-section{
        width: 100 !important;
        padding: 0;
        margin: 0 auto 30px;
        text-align: center;
        
    }
}


@media only screen and (max-width:400px){
    #footer .footer-two .contact-section{
        width:100% !important;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    #footer .footer-two .certified-section{
        width: 80% !important;
        padding: 0;
        margin: 0 auto 30px;
        text-align: center;
        
    }
}





/************************** CONTACT PARAGRAPH PAGE ************************************/

a {
    color: #b02828;
}

a:hover {
    color: #b02828;
    text-decoration: none;
}

.red-header, .red-text{
    color: #b02828;
}

/************************** END CONTACT PARAGRAPH PAGE ************************************/

button {
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 500px;
    border-radius: 20px;
    text-decoration: none;
    outline: none;
}






.topbar {
    margin-top: 5px;
    margin-bottom: 5px;

}






.topbar .col-12, .topbar .row {
   
    margin: 0;
    max-height: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.topbar-content {
    color: #fff;
    max-height: 20px;
    display: flex;
    justify-content: end;
    padding-right: 10px;
    padding-bottom: 10px;

}

.topbar-content a {
    color: #fff;
}




.fa-envelope {
    margin-right: 20px;
}

.navbar-brand {
    margin-top: 5px;
}







