﻿@media screen and (min-width: 799px) and (max-width: 1281px) 
{
    .formSignin {
        width: 80%;
        padding:10px 5px;
        /*border:1px solid rgb(0, 152, 70);*/
        margin-left:10%;    
    }

  .formSignin .formtitle {
        font-size:0.8rem;
    }
     .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:10%;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:18px;
    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:15px;
    color:#fb9e0a;
    margin-right:30px;
}
    .navbar{
    font-size:9px;
    font-weight:500;
    height:70px;
  }

.navbar .navbar-brand
{
    width:40%;
    
}

.navbar .navbar-brand img
{
    width:60%;
    
}

.navbar .nav-item .dropdown-menu .dropdown-item 
{
    font-size:12px;
    padding:8px 14px;
}

/* Sticky */

.sticky .navbar-brand
{
    width:39%;
}

.sticky .navbar-brand img
{
    width:47%;
    
}

/*Sticky Ends*/

/*carousel*/
    .carousel h5 {
        
        top:-200px;
        font-size:32px;
        font-weight:500;
    }

    .carousel p a {
        top:-70px;
        font-size:15px;
        font-weight:500;
    }


/*carousel ends*/

/*empty spaces*/
.empty_space-large
{
    height:370px;
}

/*empty spaces ends*/

/* Section*/

    .section-heading h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .section-heading h3 {
        font-size: 20px;
        line-height: 50px;
    }

    .section-details p {
        font-size: 14px;
    }


/*Section Ends*/

    .colcontainer {
        height: 232px;
    }

    .content-details h3 {
        font-size:15px;
        line-height:40px;
    }

    .sectionsectors .sector .sectordescription h5 {
        font-size:16px;
        font-weight:700;
        line-height:18px;
    }

    .sectionsectors .sector .sectordescription p {

        font-size:13px;
        font-weight:300;
        line-height:16px;

    }

    .cpsection-details p {
        font-size: 13px;
        font-weight:300;
    }

    .modalPopup {
        width: 80%;
        border-radius:10px;
        padding:10px;

    }

    .modalPopup p
  {
      font-family:'open sans';
      font-size:11px;
      font-weight:600;
      letter-spacing:-0.5px;
  }

    .cpsection-details .customlist {
        font-size: 13px;
        line-height:20px;
    }

    .sectors .content-details h4 {
        font-size:13px;
        line-height:14px;
        font-weight:600;
        margin-left:0px;
        margin-right:0px;
    }

    .sectors .content-details p{
    font-size: 11px;
    }

    .sectors .content-details p a {
        font-size: 12px;
        }

    .cpsection-heading2 h2 {
        font-size: 50px;
        line-height: 55px;
    }

    .sidenavitem a {
        font-size: 13px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px)  
{
    .navbar{
    font-size:13px;
    height:70px;
  }

.navbar .navbar-brand
{
    width:40%;
    
}

.navbar .navbar-brand img
{
    width:35%;
    
}

.navbar .nav-item .dropdown-menu .dropdown-item 
{
    font-size:13px;
    padding:10px 16px;
}

/* Sticky */

.sticky .navbar-brand
{
    width:37%;
}

.sticky .navbar-brand img
{
    width:40%;
    
}

/*Sticky Ends*/


/*carousel*/
    .carousel h5 {
        
        top:-220px;
        font-size:38px;
        font-weight:600;
    }

    .carousel p a {
        top:-90px;
        font-size:18px;
        font-weight:600;
    }


/*carousel ends*/

/*empty spaces*/
.empty_space-large
{
    height:500px;
}


/*empty spaces ends*/
}


@media screen and (min-width: 1281px) and (max-width: 1680px)  
{
    .empty_space-large
    {
    height:675px;
    }

    .navbar .navbar-brand
    {
    width:30%;
    
    }

    .navbar .navbar-brand img
    {
    width:60%;
    
    }
    .sticky .navbar-brand
    {
    width:30%;
    }

    .sticky .navbar-brand img
    {
    width:42%;
    
    }


}
