﻿/* CSS for mobile*/

@media screen and (max-width: 798px) {
    html, body {
    font-size:0.85rem;
    }

    #navLogged .nav-item
    {
   width:20%;
   text-align:center;
   border-right:1px solid rgba(0, 155, 215,0.8);
    }
    #navLogged .nav-link
    {
    color:white;
    font-size:2.2vw;
    }
    .pageheader{
    background:url(../Images/banners/pgheader1.jpg);
    margin:0;
    height:50px;
    width:100%;
    border-bottom:2px solid rgb(0, 152, 70);
    margin-bottom:20px;
    }

.pageheader .page-title
{
    text-align:center;
    padding-top:5%;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:15px;
    color:#fb9e0a;
}

.pageheader2{
    background-image:url(../Images/banners/pgheader1.jpg);
    margin:0;
    height:50px;
    width:100%;
    border-bottom:2px solid rgb(0, 152, 70);
    margin-bottom:10px;
}

    .pageheader2 .page-title
{
    text-align:right;
    padding-top:2%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:18px;
    color:#fb9e0a;
    margin-right:30px;
}

    .smalltxt
    {
        font-size:11px;
        font-weight:400;

    }
    #navSocial
{
    
     font-size:10px;
   
}

    .navbar {
       
        font-size: 11px;
        height: auto;
        padding-right: 8px;
        
       }

    .navbar .navbar-brand 
    {
            width: 60%;
        }

  .navbar .navbar-brand img 
  {
                width: 80%;
                margin-top:-5px;
                margin-left: 10%;
            }

  
    .sticky {
        position:static;
        height: 65px;
    }

  .sticky .navbar-brand {
            width: 38%;
    }

            .sticky .navbar-brand img {
                width: 70%;
            }
 .carousel
{
    position:unset;
    margin-bottom:20px;
    height:unset;
}

  .carousel h5
{
    position:absolute;
    left:-16%;
    top:-20%;
    font-family:'Poppins';
    font-size:12px;
    font-weight:600;
    color:white;
    letter-spacing:-0.7px;
    background-color:rgba(0,46,91,0.8);
    padding:5px;
    width:100%;
    text-align:left;
}

  .carousel p a
{
    position:absolute;
    left:-16%;
    top:20px;
    font-family:'open sans';
    font-size:10px;
    font-weight:500;
    color:white;
    letter-spacing:-0.7px;
    background-color:rgba(0, 155, 215,0.8);
    padding:5px 5px;
    text-align:left;
    
}
  .carousel .carousel-item
{
    height:auto;
    
}

  .carousel-indicators
  {
     display:none;
  }

  .carousel-control-prev, .carousel-control-next
  {
      /*position:relative;*/
      bottom:-50px;
      color:black;
  }

  .empty_space
{
    height:50px;
}

.empty_space-large
{
    height:200px;
}

.section-heading h1{
    font-size:30px;
    line-height:35px;
    color:rgb(0, 46, 91);
    font-weight:400;
    letter-spacing:-2.7px;
}

.section-details p
{
    font-size:13px;
    line-height:20px;
}


/* Image overlay*/

.colcontainer
{
    height:auto;
    margin-top:10px;
}
.content
{
   margin-top:20px;
}


.content-image
{
  width: 100%;
  height:auto;
}

.fadeIn-bottom{
  top: 20%;
}

.fadeIn-top{
  top: 20%;
}
   .sectionsectors .sector .sectordescription h5{
   
    font-size:13px;
    font-weight:800;
    line-height:20px;
    height:50px;
}

.sectionsectors .sector .sectordescription p
{
    font-size:12px;
        
}

.sectionsectors .sector .sectordescription p a
{
    font-size:12px;
    
}
.sectionsectors .sector .sectoricon .sicon{
    width:40px;
    margin-right:10px;
    height:40px;
    
}

.sectionsectors .sector .sectoricon .sicon img
{
    width:60%;
}


.sectionsectors .sector .sectoricon {
    width:30%;
    margin-right:5px;
    /*height:280px;*/
    padding-bottom:100%;
    float:left;
}

.sectionsectors .sector
{
    padding:20px 5px;
}
.modalPopup {
            width: 90%; 
            height:auto;
            }

.section-heading h1{
    font-size:25px;
    line-height:35px;
    }

.section-heading h3{
    font-size:15px;
    line-height:25px;
    
}

.cpsection-heading h1{
    font-size:25px;
    line-height:35px;
        
}

.cpsection-heading h3{
    font-size:15px;
    line-height:30px;
       
}

 .formSignin {
        width: 90%;
        padding:10px 5px;
        /*border:1px solid rgb(0, 152, 70);*/
        margin-left:5%;   
        margin-top:20px; 
    }

  .formSignin .formtitle {
        font-size:0.8rem;
    }



 .cpsection-details .invH
{
    font-size:10px;
    font-weight:600;
    line-height:11px;
     
}

.cpsection-details .invD
{
    font-size:10px;
    font-weight:400;
    line-height:11px;
   
}

}


