﻿* {padding:0; margin:0; box-sizing:border-box;
}

#nav_a a {
     color:#fff;
     margin-right:25px;
     font-size:17px;     
     }
#nav_a .a {
    color: #fff;
    margin-left: 45px;
    margin-right: 23px;
    font-size: 17px;
}
h4 {font-size:1.5rem;
}
#logo img {
    width:200px; height:100px;
}
#navbarNav .dropdown-menu a {
    text-align:left;
    padding-left:10px;
}
 #banner img{
        width:100%;
        height:130px;
    }

h1 {font-size:2rem;
}
h3 {font-size:1.75rem;
}
 #top_brand h1 {
         font-weight:900; font-size:2rem; letter-spacing: 3px;
    }
.blinkk {
                color:yellow;
            }
             @keyframes example {
              from {background-color: yellow;}
              to {background-color: red;}
            }

            span.blinkk {
                color:white;
                animation-name: example;
                animation-duration: 1200ms;
                animation-delay: 800ms;   
                animation-iteration-count: infinite;
                animation-direction: alternate;   
                }
             @keyframes example {
             from {color: white;}
                to {color: yellow;}
                }      
    

.footerstyle ul li { display:inline;
                     margin-left:15px;
}
.gallary a img{
     filter: grayscale(0%);
}
.gallary a img:hover {
     filter: grayscale(200%);
     box-shadow:1px 1px 2px #808080;
}
.callc {position:fixed;
        left:2%;
        bottom:5%;
        z-index:998;
     
}
.footerstyle {text-align:center;
}
#brand {display:none;
       max-width:40%;
}
 #top_brand h1{
        font-size:2rem;
    }
#top_brand h3 {
     font-size:2.5rem;
}

.slider_style {
    height:100vh;
    width:100vw;
    }
.dropdown-menu:hover {
 background:#20315F;
 color:#000;
}
.dropdown-item:hover {
    background:#f47c29;
    color:#000;
}
.sticky {width:100%;
    position:static;
    top:0;
    left:0;
    z-index:1000;
    background-color:white;
    }

a {
   color:white;
}
a:hover {text-decoration:none;
   color:white;
}
#home-service i {
    color: #ff6a00;
    cursor: pointer;
}
.icon-round {
    margin-top: 30px;
    font-size: 60px;
    height: 128px;
    width: 128px;
    line-height: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
    background-color: rgba(158, 158, 158, 0.15);
    }
