

    

   a {
       text-decoration:none !important;
     }




@media  screen and (max-width: 1000px) {
   .navbar{
  background-color:white;
  z-index:999;

}

.navbar-nav .nav-link{
   font-family:"tw cen mt";
   font-size:1.1em;
   color:red !important;
   font-weight: bold;
  
}

.navbar-nav .nav-link:hover{
     border-bottom: 2px solid red !important;
     
     
}



   }

@media screen and (max-width: 1000px) {
  .logo {
   display: none;
  }

}

@media screen and (min-width: 1200px) {
  .nav-logo {
   display: none;
  }
}

.navbar-toggler{
  background: red;
}


.horizontal-lines {
 border-top: 2px solid #ff0000;
margin-top:0px !important;
margin-bottom:10px;
}



/* bellow css code for footer section */
        hr.style1{
  border-top: 1px solid #cccccc;
  display:block;

}

.vertical{
border-right: 1px solid #cccccc;

}

.vertical-left{
border-left: 1px solid #cccccc;

}


        footer {
            font-family: Montserrat, arial;
            font-weight: bold;
            font-size: 13px !important;
            background-color:rgb(80, 80, 80);
            color: white;
            display:block;
            padding-bottom: 20px;
            text-align:left;
            z-index: 2;
          
            
        
            }

@media  screen and (max-width: 800px) {
    .text-footer {
       text-align:left !important;

    }

}

@media  screen and (max-width: 800px) {
    .website-link{
       text-align:left !important;

    }

}

.vertical-menu a {
    font-size: 12px !important;
    color: white;
    display: block;
    padding: 6px;
    text-decoration: none;
}

.vertical-menu a:hover {
    color: red;
}

.vertical-menu a.active {
    background-color: #4CAF50;
    color: white;
}

@media  screen and (min-width: 1000px) {
.website-link{
text-align:right;
padding-right: 10px;
padding-top: 10px;
z-index: 1;

    }
}

.website-link p:hover{

  color:white !important;
}

.copy-right{
   
   text-align: right;
   font-size:11px;
   color: white;
    padding-top:10px;
}

@media  screen and (max-width: 800px) {
    .copy-right{
        padding-top:30px !important;
       
    }

}



@media  screen and (min-width: 800px) {
.social-media li  { 
  float:left; 
  padding: 0px 10px;
}

}

@media  screen and (max-width: 800px) {
.social-media li  { 
  float:center; 
  padding: 0px 10px;
}

}



.background-effect{
font-family:Merriweather,  Helvetica, sans-serif; 
 word-spacing: normal;
 color:Black !important;
border-top: 1px solid red;
background-color:#F5F5F5;
margin-bottom:10px;

}

.background-effect:hover{

background-color:#e5e5e5;
}

.background-effect img{
  width:100%;
}



div.alignment{
border-top: 1px solid red;
background-color:#F5F5F5;
min-height: 80px;
width: 100%;
margin-bottom:10px;
}

.alignment:hover{
background-color:#e5e5e5;

}


  .horizontal-news  img{
    float: left;
     width:110px;
    height:80px;
    margin-right:10px;
    
   }


#title{
  line-height:19px !important;
  margin-top:7px;
}
   

   .business-news img{
      float: right;
      padding-right: 0px;
     width:450px;
    height:250px;
    margin-left:10px;
    
   }

div.business-section{
border-top: 1px solid red;
background-color:#F5F5F5;
min-height: 250px;
width: 100%;
margin-bottom:10px;
}



.img-world-section img{
    margin: 5px;
    width:100%;
   
   }

.make-me-sticky {
  position: -webkit-sticky;
    position: sticky;
    top: 0;
    
  padding: 0px 0px 20px;
}

div.headline{
 font-family:Georgia,  Helvetica, sans-serif; 
 font-size: 25px;
 font-weight: bold;
 word-spacing: normal;
 color:Black !important;
 z-index: 10;
}

