<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name : Rent Rescue
version    : 0.1
*/

/*==========================
Common Styles
==========================*/



@font-face {
    font-family: 'Gotham-Book'; /*a name to be used later*/
    src: url('../fonts/GothamBook.ttf'); /*URL to font*/
}


@font-face {
    font-family: 'Gotham-Bold'; /*a name to be used later*/
    src: url('../fonts/GOTHAM-BOLD.TTF'); /*URL to font*/
}




/*-------------------------------------------Header styles---------------------------------*/



header {
    border-bottom: 1px solid #e8e8e8;
    position: fixed;
    width: 100%;
    box-shadow: 2px 2px 6px #ddd;
    background: #fff;
   
    top: 0;
    z-index: 9;
   
    
}

.main-menu li.nav-item a {
    padding: 6px 14px;
    font-size: 18px;
}


.home-header .navbar-brand
{
    border: none;
    display: none;
}

.home-header  a
{
    border: none;
}

.home-header nav .nav-item a {
    padding: 6px 14px;
    font-size: 18px;
    color:#000;
}

.home-header nav .nav-item a:hover,.home-header nav .nav-item a:focus
{
    background: transparent;
    color:#ef8b22;
    
}


.home-header .navbar
{
    float: right;
    margin-bottom: 0px;
    padding: 30px 0px;
    
}






/*------------------------------------------Slider Sec--------------------------------------*/



p b
{
    color: #4d738a;
}

p b a {
    color: #4d738a;
    border: none;
}

section.slider-sec {
    margin-top: 170px;
    
}

.video-sec {
    /* padding: 0 5%; */
    padding-right: 5%;
}


  
  .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  
  .owl-dot {
    display: inline-block;
  }
  
  .owl-dot span {
    width: 11px;
    height: 11px;
    background-color: #e8e8e8;
    border-radius: 50%;
    border: 1px solid #a2a2a2;
    display: block;
    margin: 5px 3px;

  }
  
  .owl-dot.active span {
    background-color: #93b8cf;

  }


  button.owl-dot {
    outline: none;
}



button.owl-dot {
    outline: none;
}

.owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    width: 100%;
}

button.owl-prev {
    left: -27px;
    position: absolute;
}

button.owl-next {
    position: absolute;
    right: -30px;
    /* font-size: 20px; */
}

.owl-nav button
{
    outline: none;
}
.owl-nav button.owl-prev span {
    //background: url(./images/prev.png) no-repeat;
    width:25px;
    height: 25px;
    background-size:contain;
    font-size: 0px;
    display: block;

}


.owl-nav button.owl-next span {
   // background: url(./images/next.png) no-repeat;
    width:25px;
    height: 25px;
    background-size:contain;
    font-size: 0px;
    display: block;
}


.video-img {
    position: relative;
    cursor: pointer;

}


.video-img::before
{
    background: url(../images/play.png) no-repeat;
background-size: contain;
display: block;
width: 60px;
height: 60px;
top: 50%;
text-align: center;
content: "";
position: absolute;
transition:all .5s;
left: 50%;
margin-left: -25px;
margin-top:-25px;

}

.video-imgnew::before
{
   
background-size: contain;
display: block;
width: 60px;
height: 60px;
top: 50%;
text-align: center;
content: "";
position: absolute;
transition:all .5s;
left: 50%;
margin-left: -25px;
margin-top:-25px;

}


.extra-background{
 background: none !important;
}

.video-img:hover:before {
    transform: scale(1.2);
}






/*---------------------------------------------------Box Section--------------------------------------------------*/



section.infograph {
    background: #eee;
    margin-top: 70px;
    padding-top: 150px;
    padding-bottom: 55px;
}





.info-box {
    text-align: center;
    padding: 0px 50px;
   
    flex-basis: 25%;
    position: relative;

}


.info-box h2 {
    font-weight: normal;
    font-size: 28px;
    color: #4d738a;
	min-width:170px;
}
.info-box p {
    font-size: 15px;
    line-height: 24px;
}

.info-box .inno-box {
    background: #fef4d0;
    padding: 25px;
    min-height: 514px;
   
    
}

.infograph .row
{
    display: flex;
  
    flex-grow: 0;
    flex-basis: 25%;
}






/*----------------------------------------------------------------Cta--------------------------------------*/
.cta
{
    padding: 25px 0px;
    border-top: 1px solid #ddd;
 padding-top: 11px;
}

@media(max-width:768px)
{
    .cta {
        padding: 40px 0px;
    }
}

.cta h2 {
    font-size: 45px;
    display: inline-block;
    padding-right: 24px;
}
.cta span
{
    font-size:20px;
   font-weight: 700;
    color:#000;
}

.cta span a
{
    border:none;
    color: #4d738a;
}






.info-box .inno-box&gt;img {
    margin-top: -125px;
}





.distribute .inno-box {
    background: #fff;
}

    

.analysis .inno-box
{
    
    background: #cfe7ec;
}


.info-box.innovate::before,.info-box.distribute::before
{
    content: "";
    display: block;
    position: absolute;
    background: url(./images/plus.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain;
    top: 50%;
    right: -5%;
}

.info-box.analysis::before
{
    content: "";
    display: block;
    position: absolute;
    background: url(./images/equals.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: contain;
    top: 50%;
    right: -5%;
}

.result {
    padding: 0px 50px;
    text-align: center;
   
}


.result  h2 {
  
    text-transform: uppercase;
    font-weight: normal;
    color: #4d738a;
    font-size: 28px;
}





/*-------------------------------------------------------------Footer----------------------------------------------*/



footer h2 {
    font-size: 45px;
    margin-bottom: 36px;
}

.contact-info ul {
    list-style: none;
    padding: 0px;
}

.contact-info ul a {
    border: none;
    color: #000;
}

footer a {
    border: none;
}

.social a {
 
    margin-right: 8px;
}


.social a img {
    max-width: 40px;
}



.contact-info ul li img {
    max-width: 45px;
    margin-right: 15px;
}

.contact-info {
    padding-top: 21px;
}

.contact-info ul li {
    padding-bottom: 16px;
    font-size: 17px;
    color: #000;
}



.home-template .contact-info ul a span {
    display: inline-block;
}

.home-template .contact-info ul a img {
    display: inline-block;
}

.home-template .contact-info ul li img {
    display: inline-block;
    width: 12%;
    margin-right: 4%;
}

.home-template .contact-info ul a {
    display: inline-block;
}

.home-template .contact-info ul li span {
    display: inline-block;
    width: 83%;
    vertical-align: middle;
}






.home-template footer 

{border-top: 1px solid #ddd;position: relative;}

@media(max-width:768px)
{
    .home-template footer
    {
        padding-top:20px;
    }
}


.return
{
    position: absolute;
    top: -19px;
    text-align: center;
    max-width: 270px;
    background: #4d738a;
    color: #b7c9d5;
    padding: 8px 14px;
    margin: 0 auto;
    display: block;
    left: 50%;
    margin-left: -125px;
}

.return:hover
{
    color:#b7c9d5;
}


@media(max-width:1800px)
{
    .info-box .inno-box
    {
        height: 100%;
       
    }  
}

@media(max-width:1600px)
{
    .info-box .inno-box
    {
        height: 100%;
       
    }  
}



@media(max-width:1400px)
{
    .info-box .inno-box
    {
        height: 100%;
        min-height: auto;
    }
}


@media(max-width:1200px)
{
    .infograph .row {
        display: block;
    }

    .info-box {
     
        margin-bottom: 150px;
    }

    .info-box .inno-box
    {
        height: auto;
    }

    .info-box.innovate::before, .info-box.distribute::before {
        top: auto;
        bottom: 0%;
        margin-bottom: -70px;
        right: auto;
        left: 50%;
        margin-left: -27px;
    }


    .info-box.analysis::before
    {
        top: auto;
        bottom: 0%;
        margin-bottom: -60px;
        right: auto;
        left: 50%;
        margin-left: -27px;
    }

    .info-box.analysis 
    
{
    margin-bottom: 100px;
}


}


@media(max-width:993px)
{
    .home-header .navbar-toggle .icon-bar {
        background: #4d738a;
        display: block;
        width: 28px;
        height: 2px;
        margin-bottom: 6px;
        border-radius: 1px;
    }
    
    .home-header  .navbar-collapse {
        position: absolute;
        left: 0px;
        width: 100%;
        background: #fff;
        /* padding: 5px; */
        box-shadow: 1px 2px 7px 2px #ddd;
        
    }

    .home-header nav .nav-item a {
        padding: 10px 19px;
        font-size: 15px;
    }
    .navbar-toggle
    {
        margin: 0px;
        padding: 0px;
    }

    .home-header .navbar {
       
        padding: 0px;
        padding-top: 15px;
        
    
     
    }
    .home-template  .video-wrap {
        
        padding: 0%;
    }

    .home-template  .video-sec {
        
       margin-bottom: 15px;
    }




    .home-template .owl-nav {
       display: none;
    }

    .home-header .navbar
    {
        width: 100%;
    }




}

@media(max-width:768px)
{
   


section.slider-sec {
    margin-top: 110px;
}

section.infograph {
    background: #eee;
    margin-top: 60px;
}
.cta h2
{
    display:block;
    font-size:35px
}
footer  h2
{
    font-size:35px
}


}






/*--------------------------------------------------- Feature page--------------------------------------*/



.ft-box {
    display: inline-block;
    float: none;
    width: 24%;
    vertical-align: top;
}

@media(max-width:1200px)
{.ft-box {
    width: 32.33%;
}

}

@media(max-width:993px)
{.ft-box {
    width: 48%;
}

}


@media(max-width:768px)
{.ft-box {
    width: 100%;
}

}



.featured
{
    background: #ebebeb;
    text-align: center;
    padding: 35px 0px;
    margin-top: 45px;
    margin-bottom: 39px;

}

.featured h2
{
    font-size: 40px;
    margin-bottom: 2px;
}


.ft-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #4d738a;
	max-width: 220px;
    margin: 15px auto;
	
}

.ft-box .ft-wrap {
    padding: 6%;
}

.ft-box .feature-box {
    background: #fff;
    padding-bottom: 19px;
    min-height: 313px;
    
}

@media(max-width:1400px)
{
    .ft-box .feature-box
    {
        min-height:auto;
    }
}


.ft-wrap:hover h3 {
    color:#ef8b22;
}

.ft-wrap:hover .feature-box {
    box-shadow: 3px 2px 9px 2px rgba(0, 0, 0, 0.2);
}
.img-ft img {
    width: 100%;
}


.ft-box  .ft-text {
    padding: 0 5%;
}


.featured small {
    font-size: 14px;
    font-weight: 500;
    color: #303030;
}


/*----------------------------------------------------------Blog list----------------------------------------------*/
.featured.blog small
{
    color:#fff;
}



.featured.blog
{
    background: #94abb9;
}

.featured.blog .ft-box .feature-box {
 
    padding-bottom: 60px;
    min-height: 344px;
    position: relative;
  
}



.featured.blog h2
{
   color:#fff;
   margin-bottom: 30px;
}

.featured.blog .ft-box h3 {
    font-weight: 500;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    padding-bottom: 15px;
}


 span.author
 {
    font-size: 16px;
    color: #7d7d7d;
 }

 .featured.blog span.date {
    position: absolute;
    bottom: 3%;
    width: 100%;
    left: 0;
}


 span.date {
    color: #4d738a;
    font-weight: 500;
    display: block;
}





/*---------------------------------------------------Blog Inner---------------------------------------------------*/


section.content-blog
{
    margin-top: 150px;
    margin-bottom: 55px;
}

section.content-blog h2
{
    color: #4d738a;
    font-size: 45px;
}



span.social img {
    max-width: 20px;
}

span.social a {
    border: none;
    padding: 0px !important;
}

span.social {
    margin-top: 9px;
    display: block;
    margin-bottom: 21px;
    color: #4d738a;
    font-weight:500;
}

.content-blog h5 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin: 15px 0px;
}



img.border {
    border: 7px solid #fbfbfb;
    box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.16);
}



.readmore-sec
{
    display:block;
    opacity:0;
    height:0;
    visibility:hidden;
    transition:all .5s;
    overflow:hidden;


}

.readmore-sec.display
{
    display:block;
    opacity:1;
    height:auto;
    visibility:visible;
    
}

a.blog-more {
    color:#ef8b22;
    font-weight: bold;
    border: none;
    font-size: 16px;
}


ul.blue-list {
    list-style: none;
    padding: 0px;
    /* display: block; */
    /* float: left; */
    /* width: 100%; */
    display: flow-root;
    padding-left: 28px;
    color: #000;
    font-size: 17px;
    margin: 18px 0px;
}

ul.blue-list li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #4d738a;
    border-radius: 50%;
    left: -15px;
    top: 9px;
}

ul.blue-list li {
    position: relative;
    margin-bottom: 6px;
}

.alignleft, img.alignleft {
    margin-right: 1.7em;
    margin-bottom: 15px;
}


.alignright, img.alignright {
    margin-left: 1.7em;
    margin-bottom: 15px;
}





ul.orange-list {
  
}

ul.orange-list li {
    display: inline-block;
    width: 49%;
    margin-bottom: 11px;
    font-weight: bold;
    color: #ef8b22;
    font-size: 17px;
    position: relative;
}

@media(max-width:993px)
{
    ul.orange-list li {
	width: 100%; 
	}
}

ul.orange-list li a
{
    color: #ef8b22;
    border:none;
}

ul.orange-list {
    padding-left: 30px;
}

ul.orange-list li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    display: block;
    background: #ef8b22;
    border-radius: 50%;
    top: 9px;
    left: -17px;
}

.addtoany_shortcode {
    display: inline-block;
    margin-left: 5px;
}



.featured .ft-box .feature-box {
    min-height: 355px;
}

@media(max-width:1600px)
{
	.featured .ft-box .feature-box {
    min-height: 324px;
}
}

@media(max-width:1400px)
{
	.featured .ft-box .feature-box {
    min-height: 284px;
}
}

@media(max-width:1200px)
{
	.featured .ft-box .feature-box {
    min-height: 310px;
}
}
.img-ft {
   /*background: #d8dad5;*/
}

.img-ft img {
   max-height: 192px;
   height: auto;
   width: auto;
}


.n-found {
	padding: 8px 15px;
background: #006196;
border: none;
color: #fff !important;
margin-top: 16px;
display: block;
max-width: 160px;
text-align: center;

}

.n-found a:hover{
	
color: #fff;

}

img#top-thumb {
width: 100%;
}


/*18-Aug-2021*/
.featured {
margin-bottom: 0;
padding-bottom: 80px;
}




.home-template footer ul li:first-child a span {
    width: 100%;
}

p b {
    color: #e1261c;
}



</pre></body></html>