body{
    background: #ccc;
}
ul.social-links.list-unstyled li{
    display: inline-block;
}
ul.social-links.list-unstyled{
    margin: 0;
}
.top-header {
    background: #25292C;
    padding: 10px 0;
}
footer .top-header{
    background: none;
}
.whatsapp i.fa.fa-whatsapp {
    width: 40px;
    height: 40px;
    background: green;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 65px;
    right: 20px;
}
#callme i {
    width: 40px;
    height: 40px;
    background: #112c5b;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 65px;
    left: 20px;
}
.top-header .call-number i.fa.fa-phone {
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.top-header .call-number span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.top-header ul.social-links.list-unstyled li a{
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    color: #000;
}
.top-header ul.social-links.list-unstyled li a:hover{
    color: #fff;
    background: #016498;
    transition:1s;
}
.blinking{
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     background: #f00;    }
    49%{    background: #fff; }
    50%{    background: green; }
    99%{    background:#ff0;  }
    100%{   background: #f00;    }
}
.navbar-brand img{
    width: 200px;
}
.navbar{
    padding: 0;
}
a.nav-link {
    padding: 0 20px !important;
    display: inline-block;
    font-weight: 800;
    color: #e7ba3d !important;
    font-size: 15px;
    text-transform: uppercase;
}
a.nav-link:hover{
    background: #f00;
    color: #fff !important;
}
.dropdown-menu.show{
    border-radius: 0;
    padding: 0;
    background: #e7ba3d;
}
a.dropdown-item {
    border-bottom: 1px solid #343a40;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 20px;
}
.container1 .slider-contents {
    position: absolute;
    width: 80%;
    z-index: 9;
    text-align: center;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slider-contents h1 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 99;
}
.slider-contents h1 span {
    color: #343a40;
    background: #f5c84b;
    display: inline-block;
    padding: 0 10px;
}
.slider-contents h4 {
    color: #f9f9f9;
    font-weight: 100;
    margin: 30px 0;
    line-height:40px;
}
.slider-contents a {
    background: #343a40;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}
.slider-contents a:hover{
    text-decoration: none;
    background: #000;
    color: #fff;
    transition: 1s;
}
.number-section {
    background: #dc3545;
    position: relative;
    padding: 5px;
}
.number a {
    padding: 10px 20px;
    display: inline-block;
    background: #000;
    color: #fff;
}
.number a:hover{
    text-decoration: none;
}
.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
footer .top-header ul.social-links.list-unstyled li a {
    width: 30px;
    height: 30px;
    background: #000;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
}
footer {
    background: #343a40;
    padding: 20px 0;
}
footer h3 {
    color: #e7ba3d;
    font-size: 20px;
    position: relative;
}
footer p{
    color: #fff;
}
footer ul.services.list-unstyled li{
    display: inline-block;
    margin-bottom: 7px;
}
footer ul.services.list-unstyled li a{
    background: #e7ba3d;
    color: #fff;
    padding: 5px;
    display: inline-block;
}
footer ul.address.list-unstyled li span{
    color: #fff;
}
footer ul.address.list-unstyled li span i{
    color: #e7ba3d;
    margin-right: 7px;
}
.title{
    font-size: 25px;
    color: #9a7408;
}
.content{
    padding: 50px 0;
}
.content p{
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #6d6d6d;
}
.content-wrap p{
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #6d6d6d;
}
.copyright {
    background: #272727;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}
.copyright p{
    margin: 0;
}
.copyright p b{
    font-weight: 300;
    color: #e7ba3d;
}
.img-border {
    border: 3px solid #FFC107;
    border-radius: 3px;
    width: 100%;
}
.other-city{
    margin: 30px 0;
    border: 1px solid #343a40;
}
.other-city h3 {
    background: #343a40;
    color: #fff;
    font-size: 23px;
    padding: 10px 5px;
    margin: 0;
}
.other-city ul{
    margin: 0;
}
.other-city ul li a {
    display: block;
    border-bottom: 1px dotted;
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.other-city ul li a:hover{
    text-decoration: none;
    background: #03A9F4;
    color: #fff;
    transition: .5s;
}
.sidebar{
    background: #fff;
    padding: 10px;
}
.content-section {
    background: #fff;
    padding: 20px;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.static-top.fixed img{
    width: 108px;
}
.contact {
    margin: 30px 0;
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 11px 1px #7b7a7a;
}
.contact h3{
    background: #343a40;
    color: #fff;
    font-size: 24px;
    padding: 10px;
}
ul.list-unstyled.breadcrumb li a{
    color: #dcab34;
    font-size: 17px;
    margin-right: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
#lightgallery li a img{
    width: 100%;
    height: 370px;
    margin-bottom: 5px;
}
ul#lightgallery {
    margin-top: 15px;
}
.side-box h3 {
    margin: 0;
    background: #FFC107;
    padding: 5px;
    font-size: 22px;
}
h3.table-head {
    font-size: 17px;
    color: #f00;
}
.portfolio a{
    display: block;
    color: #fff;
    text-align: center;
    border-top: 1px solid;
    padding: 5px;
    margin-top: 5px;
    background: #000;
}
.portfolio a:hover{
    text-decoration: none;
    background: #fff;
    color: #000;
    transition: .5s;

}
.portfolio figcaption {
    background: #ffc107;
    text-align: center;
    font-weight: 500;
}
.portfolio img{
    height: 340px;
}
.portfolio-box h1{
    margin: 20px 0;
}
.portfolio-box {
    background: #3C3B3F;  
    background: -webkit-linear-gradient(to left, #605C3C, #3C3B3F); 
    background: linear-gradient(to left, #605C3C, #3C3B3F);
    padding: 30px 0;
}
.portfolio-box .owl-nav button {
    background: #ffc107 !important;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    font-size: 25px !important;
    margin-top: 10px;
}
.portfolio-box .owl-nav button span{
    display: block;
    text-align: center;
    line-height: 10px;
}
ul.contact-box li{
    list-style-position: inside;
    font-weight: 600;
}