@import url(bootstrap.min.css);

.container{
    max-width: 1020px!important;
    --bs-gutter-x: 0;
}
*, h1, h2, h3, h4, h5, h6, p, ul, *::after, *::before{
    margin: 0;
    padding: 0;
    font-family: kalpurushregular!important;
}
body{
    background-image: url(../img/bg_main.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.navbar{
    --bs-navbar-padding-y: 0rem;
   
}
#top_header .bg-light {
    background-color:#9E5BBA!important;
    color: #ffff; 
    border-bottom: 1px solid red;
    
    
}
#top_header .navbar-brand{
    color: #ffff; 
    cursor: pointer;
}
#top_header ul{
    margin: 0;
}
#top_header ul li {
    padding-right: 15px;
    list-style: none; 
    cursor: pointer; 
    
}

#top_header ul li:last-child{
    border-left: 1px solid;
    padding-left: 15px;
    
}

#top_header .navbar-brand{
    font-size: 16px;
}

#menu nav{
 
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 7% 100%);
    
}


#menu .container-fluid{
    padding-left: calc(var(--bs-gutter-x) * 0);
    padding-right: calc(var(--bs-gutter-x) * 0);
}

#menu .row .col-8{
padding: 0;
margin: 0;

}
#menu .row .col-8 nav  ul{
    background-color: #34b745!important;
}
#menu .row .col-8  ul li {
    
border-right: 1px solid #ffff;
}
#menu .row .col-8 nav  ul li:first-child {
padding-left: 60px;
}

 #menu .row .col-8  nav ul li:hover  {
background-color: red;
}

/* #menu .row .col-8 ul li {
    width: 115px;
} */

/* #menu .row .col-8 ul li:first-child {
    width: 40px;
    border: none;
    
    } */
#menu .row .col-8  ul li samp{
    float: left;
    width: 50%;
    font-size: 22px;
    color: white;
    line-height: 33px
    
}
#menu .row .col-8  ul li sup{
    float: left;
    width: 50%;
    display: inline-block;
    color: white;
    font-size: 10px;
    line-height: 11px;
    margin-top: 5px;
}

#search input[type=search]  {
    width: 100%;
  }
  #search ul li {
    display: inline-block;
    border: transparent;
  }
  #search .row .col-3 ul{ 
    display: flex;
    justify-content: space-around;
  }


  #search .row .col-8 ul li:first-child {
    padding-left: 1px;
    }

#main-menu .container {
    margin-top: 15px;
  
}
#main-menu .container nav ul li{
    border-right: 1px solid #ffff;
}
#main-menu .container nav ul li:hover{
    background-color: #b3acb6;
}


#main-content .main-image {
    border: 2px solid red;
    padding: 10px 10px 10px 10px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.right-content{
    width: 95%;
    }

li{
    list-style: none;
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1020px;   
}
}

.navService{
    display: flex;
    justify-content: space-between;
}
.gol h5{
    color: #772727;
}
.gol ul li{
    display: inline-block;
padding-top: 15px;
font-size: 14px;
border-bottom: 1px solid #34b745;
width: 80%;
cursor: pointer;
}
.gol ul li:hover{
    color: #34b745;
}

.footTopImg{
    background-image: url(../img/footer_top_bg.png);
    height: 84px;
}
footer nav li a{
font-size: 12px!important;
}
footer nav li a:hover{
    border-bottom: 1px solid;
}

footer .col-7 p {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;

font-size: 16px;
}
footer .col-5 strong{
    display: inline-block;
    font-size: 12px;
    
}
footer .col-5 span{
    color: #34b745;
    font-size: 12px;
}
footer .container{
    padding-bottom: 20px;
    border-bottom: 4px solid #9E5BBA;
}