@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

/* main section css start*/
.nell_main_banner_sectn{
  background: url(../images/background-image.jpg) no-repeat center center fixed; 
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 16% 0%;
  margin:0 auto;
  vertical-align: middle;
  height: 100%;
  text-align: center;
  object-fit: contain;
  position: absolute;
  font-family: Montserrat;
  color: #363b41;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.nell_main_banner_sectn .nell_mioddle_logo img{
  padding-bottom: 50px;
}
.nell_main_banner_sectn .nell_use_link .sub_use_link ul li{
    display: inline-block;
    padding-right: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.nell_main_banner_sectn .nell_link_btn{
  margin:50px 0px;
}
.nell_main_banner_sectn .nell_link_btn .use_link_btn a{
  background-color: #cc2229;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0px 4px 46px 0px #c0726a;
}
.nell_main_banner_sectn .nell_footer_info .footer_information p{
  font-weight: 500;
  margin-bottom: 0px;
}
.nell_main_banner_sectn .nell_footer_info .footer_information ul {
  margin-bottom: 0px;
}
.nell_main_banner_sectn .nell_footer_info .footer_information ul li{
  display: inline-block;
  padding-right: 5px;
  font-weight: 500;
}
.nell_main_banner_sectn .nell_use_link .sub_use_link ul li a{
  color: #363b41;
}
.nell_main_banner_sectn .nell_footer_info .footer_information a{
  color: #cc2229;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.nelle_popup_menu{
  display: none;
}
.list-middot > li:not(:last-child)::after {
     content: "•";
     font-weight: 900;
     font-size: 18px;
     color: #cc2229;
     padding-left: 25px;
}
.list-middot1 > li:not(:last-child)::after {
     content: "•";
     font-weight: 900;
     font-size: 18px;
     color: #cc2229;
     padding-left: 10px;
}
/* main section css start*/



/*model css start*/
.nelle_popup_menu.modal{
  max-width: 800px;
  padding:40px;
  font-family: Montserrat;
}
.nelle_popup_menu .popup_header_text h3{
  color: #cc2229;
  font-weight: 900;
}
.nelle_popup_menu .popup_inner_description p{
  text-align: justify;
  padding-top: 10px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; 
}
.modal a.close-modal{
  top: 50px;
  right: 45px;
  background-image: url(../images/close9.png);
  background-repeat: no-repeat;
}
/*modael css end*/


/* media query start */
@media (max-width:480px){
  .list-middot > li:not(:last-child)::after {
   padding-left: 15px;
}
.nell_main_banner_sectn .nell_use_link .sub_use_link ul li{
  padding-right: 10px;
}
}
/* media query end */