body{
font-family: 'Titillium Web', sans-serif;
}
p{
  font-size: 17px;
}
.icon-top i
{
  color: white;
}
.navbar-brand img{
  width: 300px;
}
.top-nav
{
  background-color:  #910606;
}
@media(max-width:768px)
        {

}
.btn-success
{
      background-color: #2c2727;
      border-color: #181717;
}

.navbar-light .navbar-nav .nav-link{
  color: #181717;
}
.card
{
 border-color: #910606;
}
.bg-primary1
{
  background-color: #910606;
  border-color: #910606;
}
.btn-success:hover
{
      background-color: #ffffff;
      border-color: #2e2b2b;
      color: #1c1b1b;
}
.icon-top i:hover
{
  color: blue;
 
}
.btn-btton{
    background-color: #2b2828;
    color: azure;
}

.btn-btton:hover{
    background-color: #1d1f20;
    color: white;
    border-color: rgb(14, 13, 13);
}

.user-content p{
    margin-top:5px;
    font-size:12px;
}


.ratings i{
    color:blue;
}
.img-service{
    width: 550px;
    height: 500px;
    
}
.foot-header
{
  font-size: 18px;
}
.data-row
{
  padding: 50px;
}
.no-gutter > [class*='col-']{
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  }
  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
.foot-text
{
  padding-left: 20px;
  margin-top: -20px;
}
  .text-set{
    color: white;
        font-size: 18px;
  }
 .h2-foot
 {
    font-size: 20px;
    font-weight: 600;
 }
 footer{
  background-color: #181717;
  padding-top: 30px;
 }
 .copyright{
  margin-top: 30px;
  background-color: rgb(14, 14, 14);
 }
 .contai
 {
  background-color: #910606;
    padding: 20px 15px;
 }
  .text-set:hover{
    color: white;
  }
  .carousel-item img{
    height: 450px;
  }
  .heading{
    font-weight: 700;
    color: rgb(6, 39, 130);
    font-size: 35px;
  }
  .nav-item a{
    margin-right:30px;
    font-size:20px;
    font-weight: 400;
  }
.border-about
{    background-color: white;
    box-shadow: 1px 1px 2px 1px #042d3f;
    padding: 20px;
}
  .dropdown-menu .dropdown-item{
    margin-right:30px;
    font-size:20px;
    font-weight: 400;
  }

  .dropdown-menu .dropdown-item:hover{
    margin-right:30px;
    font-size:20px;
       color: white;
    font-weight: 400;
    background-color: #910606;
  }
  .navbar-brand{
    font-weight: 700;
    font-size: 25px;
    
  }
  .single-page-header {
    padding: 70px 50px;
    text-align: center;
    color: #fff;
    position: relative;
    height: 200px;
  }
  .responsive-map{
	overflow: hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	}
	.responsive-map iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
        }
        .font-color{
            color: #054194;
            font-weight: 600;
        }  
        .font-weight{
            font-weight: 700;
        }    
        @media(max-width:768px)
        {
            .top-nav{
                display: none;
            }
            .navbar-brand{
                font-weight: 700;
                font-size: 20px; 
              }
        }   

  .contact-home{
    padding:50px;
    padding-top: 8pc;
  }      
  .contact-home p{
    padding-top:1pc;
    color: rgb(255, 255, 255);
    text-align: justify;
        font-size: 18px;
  }
  .contact-home h2{
   font-size: 35px;
   font-weight: 700;
  } 

  .icon i{
       border:rgb(178, 1, 1);
       border-color: rgb(207, 5, 5);
    padding: 12px;
    font-size: 20px;
    color: rgb(202, 4, 4);
    background-color: white;
  }

  .icon i:hover{
    background-color: white;
       border:white;
    padding: 12px;
    font-size: 20px;
    color: black;
  }
  .section-services {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #073d72;
    color: #fff;
  }
  
  .section-services .header-section {
    margin-bottom: 35px;
  }
  
  .section-services .header-section .title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .section-services .header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #f70037;
  }
  
  .section-services .header-section .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #f70037;
  }
  
  .section-services .header-section .title span {
    color: #f70037;
  }
  
  .section-services .header-section .description {
    color: #6f6f71;
  }
  
  .section-services .single-service {
    margin-top: 40px;
    background-color: #052c53;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  }

  .section-services .single-service:hover {
    margin-top: 40px;
       background-color:  #830404;
    border: 1px solid #8f8888;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  }
  
  .section-services .single-service .part-1 {
    padding: 40px 40px 25px;
    border-bottom: 2px solid #1d1e23;
  }
  
  .section-services .single-service .part-1 i {
    margin-bottom: 25px;
    font-size: 50px;
    color: #f70037;
  }
  
  .section-services .single-service .part-1 .title {
    font-size: 25px;
    line-height: 1.8em;
  }
  
  .section-services .single-service .part-2 {
    padding: 30px 40px 40px;
  }
  
  .section-services .single-service .part-2 .description {
    margin-bottom: 22px;
    color: #c8c8cf;
    font-size: 17px;
    line-height: 1.8em;
  }
  
  .section-services .single-service .part-2 a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  
  .section-services .single-service .part-2 a i {
    margin-right: 10px;
    color: #f70037;
  }

  .hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
    }
    
    .hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
    }
    
    .hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    }
    
    .hovereffect h2 {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    font-size:18px;
    font-weight: 700;
    background:rgba(0,0,0,0.6);
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
    }
    
    .hovereffect a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #fff;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:50px 0 0;
    padding:7px 14px;
    }
    
    .hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
    }
    
    .hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    }
    
    .hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
    }
    
    .hovereffect:hover h2,.hovereffect:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
    }
    
    .hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
    }
    .img-responsive{
      width: 100%;
      height:100%;
    }
    
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}
.whatsapp {
  background: #007bb5;
  color: white;
}
.call {
  background: #bb0000;
  color: white;
}