@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0;
}
h3{
    margin: 0;
    padding: 0;
}
h4{
    margin: 0;
    padding: 0;
}
h5{
    margin: 0;
    padding: 0;
}
h6{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.container{
    max-width: 960px;
    margin: 0 auto;
}
.row{
    display: flex;
}
.justify-content{
    justify-content: center;
}
.col-lg-12{
    width: 100%;
}
.col-lg-9{
    width: 75%;
}
.col-lg-8{
    width: 65%;
}
.col-lg-6{
    width: 50%;
}
.col-lg-4{
    width: 33.333%;
}
.col-lg-3{
    width: 25%;
}
.main .left-side{
    width: 20%;
    background: #f1f1f1;
    height: 100vh;
    position: fixed;
}
.main .left-side .logo{
    text-align: center;
    margin-top: 4vh;
}
.main .left-side .logo img{
    width: 170px;
}
.main .left-side .menu{
    width: 100%;
    position: absolute;
    height: 100vh;
    top: 0;
    margin: 40vh 0;
}
.main .left-side .menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    padding: 0 40px;
    box-sizing: border-box;
}
.main .left-side .menu ul li{
    display: block;
    width: 100%;
}
.main .left-side .menu ul li a{
    display: block;
    padding: 10px;
    background: #E04626;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    margin-bottom: 10px;
    transition: .3s;
}
.main .left-side .menu ul li a:hover{
    background: #11212E;
    color: #fff;
    scale: 1.1;
}
.main .left-side .menu ul li .navigation__link.active{
    background: #11212E;
    color: #fff;
    scale: 1.1;
}
.main .left-side .social-icon{
    width: 100%;
    position: absolute;
    bottom: 3vh;
}
.main .left-side .social-icon ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.main .left-side .social-icon ul li{
    display: inline-block;
}
.main .left-side .social-icon ul li a{
    display: inline-block;
    font-size: 30px;
    margin: 5px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    transition: .1s;
}
.main .left-side .social-icon ul li a:hover{
    background: #11212E;
    border-color: #11212E;
    scale: 1.2;
}
.main .left-side .social-icon .fb{
    background: #4064AC;
    border: 2px solid #4064AC;
}
.main .left-side .social-icon .mail{
    background: #DF574B;
    border: 2px solid #DF574B;
}
.main .left-side .social-icon .wp{
    background: #25D366;
    border: 2px solid #25D366;
}
.main .left-side .social-icon .fb i{
    color: #fff;
    padding: 10px 9px;
}
.main .left-side .social-icon .mail i{
    color: #fff;
    padding: 10px 9px;
}
.main .left-side .social-icon .wp i{
    color: #fff;
    padding: 9px 9px;
}

.main .right-side{
    width: 80%;
    margin-left: 20%;
}

.video-section .flex-center {
    height: 100vh;
    
}
.video-section .flex-col {
    flex-direction: column;
  }
  
  
.video-section .slide-data {
    padding-top: 40vh;
}



#text-animate {
   overflow: hidden;
}

#text1,
#text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    font-size: 90px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    user-select: none;
    max-width: 80%;
    overflow: hidden;
}

.video-section .slide-data .btn{
    text-align: center;
}
.video-section .slide-data .btn a{
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 5px;
    margin-top: 150px;
}
  
.video-section .slide-data * {
    margin: 0;
}
.video-section .slide-bg {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    z-index: -1;
}
  
.video-section .slide-bg > video,
  .slide-bg > img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.video-section .down-arrow{
    position: absolute;
    bottom: 40px;
    left: 58%;
    transform: translate(50%, 50%);
}
.video-section .arrow-container {
    width: 25px;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    height: 20px;
}
  
.video-section .arrow-down {
    height: 6px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
    border-radius: 5px;
}
.video-section .arrow-down:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 100%;
    border-radius: 5px;
    background: #fff;
    transform: rotate(-90deg);
    transform-origin: 0% 100%;
}
  
@keyframes bounce {
  50% {
      transform: translateY(-15px);
    }
}
  

.about-section {
    width: 100%;
    background-color: white;
    padding: 50px 0;
}
.about-section .heading h2{
    font-size: 50px;
    text-align: center;
    color: #444;
    padding-top: 50px;
}
.about-section .heading p{
    font-size: 20px;
    font-weight: 300;
    color: #555;
    text-align: center;
    margin-top: 15px;
}
.about-section .content{
    margin-top: 50px;
}
.about-section .content .row{
    justify-content: center;
}
.about-section .content .card{
    border: 1px solid #bbbbbb;
    margin: 10px;
    border-radius: 5px;
}
.about-section .content .image img{
    width: 100%;
    height: 380px;
}
.about-section .content .details{
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}
.about-section .content .details h4{
    font-size: 20px;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.about-section .content .details p{
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #555;
}
.gallery-section {
    width: 100%;
}
.gallery-section .heading{
    padding: 60px 0;
    background-color: #F9F9F9;
}
.gallery-section .heading p{
    font-size: 30px;
    font-weight: 300;
    color: #555;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}
.gallery-section .gallery-content .card{
    display: grid;
    overflow: hidden;
    position: relative;
    transition: .3s;
}
.gallery-section .gallery-content .image img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.gallery-section .gallery-content .details{
    position: absolute;
    background: rgba(0,0,0,0.7);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}
.gallery-section .gallery-content .card:hover .details{
    opacity: 1;
}
.gallery-section .gallery-content .card:hover img{
    scale: 1.2;
}
.gallery-section .gallery-content .details h4{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}
.gallery-section .gallery-content .details p{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.review-section{
    margin-top: 150px;
}
.testim {
    height: 400px;
    background: #f1f1f1;
    width: 100%;
    overflow: hidden;
}

.testim .wrap {
position: relative;
width: 100%;
max-width: 960px;
padding: 70px 20px;
margin: auto;
box-sizing: border-box;
}

.testim .arrow {
display: block;
position: absolute;
color: #555;
cursor: pointer;
font-size: 2em;
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
-webkit-transition: all .3s ease-in-out;    
-ms-transition: all .3s ease-in-out;    
-moz-transition: all .3s ease-in-out;    
-o-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;
padding: 5px;
z-index: 22222222;
box-sizing: border-box;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
color: #E04626;
}


.testim .arrow.left {
left: 10px;
}

.testim .arrow.right {
right: 10px;
}

.testim .dots {
text-align: center;
position: absolute;
width: 100%;
bottom: 60px;
left: 0;
display: block;
z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
list-style-type: none;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #555;
margin: 0 10px;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;    
-ms-transition: all .5s ease-in-out;    
-moz-transition: all .5s ease-in-out;    
-o-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
background: #E04626;
border-color: #E04626;
}

.testim .dots .dot.active {
-webkit-animation: testim-scale .5s ease-in-out forwards;   
-moz-animation: testim-scale .5s ease-in-out forwards;   
-ms-animation: testim-scale .5s ease-in-out forwards;   
-o-animation: testim-scale .5s ease-in-out forwards;   
animation: testim-scale .5s ease-in-out forwards;   
}

.testim .cont {
position: relative;
    overflow: hidden;
}

.testim .cont > div {
text-align: center;
position: absolute;
top: 0;
left: 0;
padding: 0 0 70px 0;
box-sizing: border-box;
opacity: 0;
}

.testim .cont > div.inactive {
opacity: 1;
}


.testim .cont > div.active {
position: relative;
opacity: 1;
}


.testim .cont div .img img {
display: block;
width: 100px;
height: 100px;
margin: auto;
border-radius: 50%;
}

.testim .cont div h2 {
color: #E04626;
font-size: 1em;
margin: 15px 0;
}

.testim .cont div p {
font-size: 1.15em;
color: #555;
width: 80%;
margin: auto;
}

.testim .cont div.active .img img {
-webkit-animation: testim-show .5s ease-in-out forwards;            
-moz-animation: testim-show .5s ease-in-out forwards;            
-ms-animation: testim-show .5s ease-in-out forwards;            
-o-animation: testim-show .5s ease-in-out forwards;            
animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
-webkit-animation: testim-content-in .4s ease-in-out forwards;    
-moz-animation: testim-content-in .4s ease-in-out forwards;    
-ms-animation: testim-content-in .4s ease-in-out forwards;    
-o-animation: testim-content-in .4s ease-in-out forwards;    
animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
-webkit-animation: testim-content-in .5s ease-in-out forwards;    
-moz-animation: testim-content-in .5s ease-in-out forwards;    
-ms-animation: testim-content-in .5s ease-in-out forwards;    
-o-animation: testim-content-in .5s ease-in-out forwards;    
animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
-webkit-animation: testim-hide .5s ease-in-out forwards;            
-moz-animation: testim-hide .5s ease-in-out forwards;            
-ms-animation: testim-hide .5s ease-in-out forwards;            
-o-animation: testim-hide .5s ease-in-out forwards;            
animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
-webkit-animation: testim-content-out .4s ease-in-out forwards;        
-moz-animation: testim-content-out .4s ease-in-out forwards;        
-ms-animation: testim-content-out .4s ease-in-out forwards;        
-o-animation: testim-content-out .4s ease-in-out forwards;        
animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
-webkit-animation: testim-content-out .5s ease-in-out forwards;    
-moz-animation: testim-content-out .5s ease-in-out forwards;    
-ms-animation: testim-content-out .5s ease-in-out forwards;    
-o-animation: testim-content-out .5s ease-in-out forwards;    
animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-moz-keyframes testim-scale {
0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-ms-keyframes testim-scale {
0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-o-keyframes testim-scale {
0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@keyframes testim-scale {
0% {
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-webkit-keyframes testim-content-in {
from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -webkit-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-moz-keyframes testim-content-in {
from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -moz-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-ms-keyframes testim-content-in {
from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -ms-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-o-keyframes testim-content-in {
from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -o-transform: translateY(0);        
    transform: translateY(0);        
}
}

@keyframes testim-content-in {
from {
    opacity: 0;
    transform: translateY(100%);
}

to {
    opacity: 1;
    transform: translateY(0);        
}
}

@-webkit-keyframes testim-content-out {
from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -webkit-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-moz-keyframes testim-content-out {
from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -moz-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-ms-keyframes testim-content-out {
from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -ms-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-o-keyframes testim-content-out {
from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@keyframes testim-content-out {
from {
    opacity: 1;
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
}
}

@-webkit-keyframes testim-show {
from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}
}

@-moz-keyframes testim-show {
from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}
}

@-ms-keyframes testim-show {
from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}
}

@-o-keyframes testim-show {
from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}
}

@keyframes testim-show {
from {
    opacity: 0;
    transform: scale(0);
}

to {
    opacity: 1;
    transform: scale(1);       
}
}

@-webkit-keyframes testim-hide {
from {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
}

@-moz-keyframes testim-hide {
from {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
}

@-ms-keyframes testim-hide {
from {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
}

@-o-keyframes testim-hide {
from {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
}

@keyframes testim-hide {
from {
    opacity: 1;
    transform: scale(1);       
}

to {
    opacity: 0;
    transform: scale(0);
}
}

@media all and (max-width: 300px) {
body {
    font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
    font-size: 1.5em;
}

.testim .cont div p {
    line-height: 25px;
}

}





.get-estimate{
    background: #282828;
    padding: 80px 0;
    margin-top: 0;
    margin-top: 150px;
}
.get-estimate p{
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0;
}
.get-estimate a{
    display: inline-block;
    color: #25D366;
    margin: 0;
    padding: 0;
}
.map-section .contact-info{
    height: 400px;
    background: #F9F9F9;
    padding: 60px;
    box-sizing: border-box;
}

.map-section .contact-info h2{
    font-size: 30px;
    color: #444;
}
.map-section .contact-info h4{
    font-size: 20px;
    color: #444;
    margin-top: 50px;
}
.map-section .contact-info p{
    font-size: 18px;
    color: #555;
    margin-top: 10px;
}
.map-section .contact-info .info {
    margin-top: 50px;
}
.map-section .contact-info .info a{
    display: block;
    color: #25D366;
    font-weight: 400;
    margin-top: 10px;
}
footer{
    background: #282828;
    padding: 80px 0;
}
footer .heading h2{
    color: #cecece;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}
footer .content ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .content ul li a{
    color: #a0a0a0;
    display: block;
    text-align: center;
    padding: 5px;
}
footer .middle-menu ul li{
    color: #a0a0a0;
    display: block;
    text-align: center;
    padding: 10px;
}
footer .footer-contact ul li{
    color: #a0a0a0;
    display: block;
    text-align: center;
    padding: 5px;
}
footer .footer-contact ul li a{
    display: block;
    padding: px;
}
.toggle-icon{
    display: none;
}
.left-side .toggle-icon i{
    display: none;
}

/* Mobile Responsive Design */
@media screen and (max-width: 767px) {
    .row{
        display: block;
    }
    .col-lg-9{
        width: 100%;
    }
    .col-lg-8{
        width: 100%;
    }
    .col-lg-6{
        width: 100%;
    }
    .col-lg-4{
        width: 100%;
    }
    .col-lg-3{
        width: 100%;
    }
    .toggle-icon{
        display: block;
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .toggle-icon i{
        font-size: 35px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 10px 15px;
    }
    .left-side .toggle-icon i{
        display: block;
        font-size: 35px;
        color: #000;
        border: 1px solid #000;
        border-radius: 5px;
        padding: 10px 15px;
    }
    .main .left-side{
        width: 100%;
        position: absolute;
        z-index: 100;
        display: none;
    } 
    .navigation-bar-show{
        display: block;
    }
    .main .left-side .logo img{
        width: 120px;
    }
    .main .left-side .menu{
        position: inherit;
        margin: 0;
        height: auto;
        margin-top: 30px;
    }



    .main .right-side{
        width: 100%;
        margin-left: 0;
    }
    .container{
        padding: 0 10px;
    }

    #text1,
#text2 {
    font-size: 35px;
    font-weight: 800;
    max-width: 100%;
}
.video-section .slide-data{
    padding-top: 30vh;
}
.video-section .down-arrow{
    left: 45%;
}

.about-section .heading h2{
    font-size: 28px;
    padding-top: 0;
}
.about-section .heading p{
    font-size: 16px;
}
.about-section .content .card{
    margin-bottom: 20px;
}

.gallery-section .heading p{
    font-size: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.gallery-section .gallery-content .card{
    margin-bottom: 20px;
    padding: 0 10px;
}
.review-section{
    margin-top: 70px;
}
.get-estimate{
    padding: 50px 0;
    margin-top: 50px;
}
.get-estimate p{
    font-size: 20px;
}
.map-section .contact-info{
    padding: 30px;
    padding-top: 50px;
    height: auto;
}
.map-section .contact-info h2 {
    font-size: 28px;
}
.map-section .contact-info h4 {
    margin-top: 30px;
}
.map-section .contact-info .info{
    margin-top: 35px;
}
footer{
    padding: 20px 0;
}
footer .heading h2{
    margin-top: 40px;
}
    
    
}









