/*-----------------------------------------------reset css----------------------------------*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

body{
     color: #414041;
     font-family: 'Open Sans', sans-serif;
     overflow-x: hidden;
}

{
    font-family: 'Open Sans', sans-serif;
   
}

.clear{
    float: none;
    clear: both;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 35px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #414042;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    width: 0px !important;
    border-bottom: 1px solid transparent;
}



/******************Dropdown menu starts here************************/

.menu-icon {
    position: absolute;
    right: 15px;
    top: 4px;
    padding: 10px;
    background-color: #2B3990;
    width: 50px;
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    position: fixed;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 35px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    width: 0px !important;
    border-bottom: 1px solid transparent;
}
.dropdown-container a {
    font-size: 15px !important;
}

.menu-sutra{
    font-size: 25px !important;
    color: #dddddd !important;
    border-bottom: 1px solid #414042 !important;
    padding: 6px 8px 6px 16px !important;
}
.menu-menu{
    font-size: 18px !important;
    border-bottom: 1px solid !important;
    padding: 6px 8px 6px 16px !important;
}
.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    border-bottom: 1px solid #414042;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
}



/* Add an active class to the active dropdown button */


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/*************************Dropdown menu ends here*****************************/


.sidenav a:hover {
    color: #f1f1f1;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#main {
    transition: margin-left .5s;
    padding: 0px;
    position: relative;
}

#myDIV, #myDIV1, #myDIV2, #myDIV3, #myDIV4, #myDIV5  {
    width: 100%;
    padding: 50px 0;
    text-align: justify;
    background-color: #fff;
    margin-top: 20px;
    display: none;
}

.white-p{
    color: #fff;
    font-size: 12px;
}

.black-sector{
    background-color: #212121;
}

.menu-icon{
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 7px;
    background-color: #2B3990;
    width: 40px;
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    position: fixed;
}

.search-form{
    position: absolute;
    right: 8%;
    top: 22px;
    z-index: 1;
}

.sutra{
    position: absolute;
    left: 0px;
    top:20px;
    background-color: #f1f1f1;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 1;
    padding: 10px;
    width: 175px;
    position: fixed;
}

.sutra img{
    width: 100px;
    float: right;
    margin-right: 20px;
}

.search-form input[type="text"]{
    padding: 17px;
    border-radius: 30px;
    border: 1px solid transparent;
    display: inline-block;
    width: 300px;
    background-color: #414042;
    opacity: .5;
}

input:focus{
    border: 1px solid transparent;
}

.search-form input[type="text"]::placeholder{
    color: #fff;
    font-size: 21px;
}

.search-form button{
    background: transparent;
    border: 1px solid transparent;
    border-radius: 40px;
    background-color: #2B3990;
    padding: 13px;
    position: absolute;
    top: 0;
    right: 0;
}

.search-form button img{
        width: 20px;
}
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Media section one starts here*/
.contact-img{
    background-image: url(../img/practice-area-banner/MandE.jpg);
    width: 100%;
    position: relative;
    height: 637px;
    /*background-position-x: -11px;*/
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.contact-img-1{
    background-image: url(../img/practice-area-banner/PCM.jpg);
    width: 100%;
    position: relative;
    height: 637px;
    /*background-position-x: -11px;*/
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.contact-img-2
{
    background-image: url(../img/practice-area-banner/Policy-and-Social-Economic-Research.jpg);
    width: 100%;
    position: relative;
    height: 637px;
    /*background-position-x: -11px;*/
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.contact-img-3
{
    background-image: url(../img/practice-area-banner/Communication-and-Documentation.jpg);
    width: 100%;
    position: relative;
    height: 637px;
    /*background-position-x: -11px;*/
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.contact-img-4
{
    background-image: url(../img/practice-area-banner/HRM-and-Training-and-Capacity-Building.jpg);
    width: 100%;
    position: relative;
    height: 637px;
    /*background-position-x: -11px;*/
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.contact-img-5
{
    background-image: url(../img/practice-area-banner/Engineering.jpg);
    width: 100%;
    position: relative;
    height: 637px;
    /*background-position-x: -11px;*/
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.text-contact{
    position: absolute;
    bottom: 0%;
    padding-left: 20%;
    width: 100%;
    background: #414042;
    opacity: .5;
    /*padding: 30px;*/
    font-size: 40px;
}

.bread-p{
    margin: 50px 0px;
    color: #000;
}

.sector-main-content{
    padding: 0px 50px 20px 50px;
    margin-bottom: 20px;
    text-align: justify;
}
.select-work{
    display: inline-block;
    margin-bottom: 20px;
	font-weight: bold;
}

.previous-project{
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 5%;
}

.sector-img{
    text-align: center;
    padding: 50px 0px;
    width: 31%;
    float: left;
}
.sector-img img{
    width: 322px;
}
.text-contact h1{
    color: #e5e5e5;
    font-size: 40px;
}
.middle-sec{
    width: 75%;
    margin: 0 auto;
}
.gender-list li{
    margin-bottom: 10px;
    list-style-type: none;
}

/* footer section starts here*/

.footer{
    background-color: #414042;
    color: #D1D3D4;
    padding: 1% 5%;
}

.footer h3{
    font-size: 15px !important;
    margin-bottom: 5px;
}

.widget2{
    float: left;
    width: 17%;
    margin-left: 2%;
}

.footer li{
    list-style-type: none;
}

.footer li a{
    text-decoration: none;
     color: #D1D3D4;
}

.f-link1 li, .f-link2 li, .f-link3 address, .f-link4 address, .f-link5 address{
    font-size: 13px;
    text-decoration: none;
    font-style: normal;
}

.f-link1 li{
    margin-left: 20%;
}

.footer address{
    text-decoration: none;
}

.foot-logo img{
    width: 40%;
}

/* bottom footer starts here*/

.bottom-footer{
    margin-top: 4%;
    font-size: 12px !important;
}

.left-bottom{
    float: left;
}

.right-bottom{
    float: right;
}

.social-side li{
    float: left;
}

.social-side li a{
    display: inline-block;
    padding: 10px;
}


/* ----------------------------------------Mobile phone for 400px width css strats here------------------------------------*/

@media only screen and (max-width: 400px){
    .search-form{ display: none !important;}
    .we-are p{display: none;}
    .about{clip-path: none !important;}
    .top-name{
    text-align: center;
    font-size: 48px;
    font-weight: 500px;
    opacity: 0.62;
    color: #414042;
    position: absolute;
    left: 30%;
    top: 40%;
}
.only-mission{
    background-color: #414041;
    opacity: .8;
    color: #fff;
    padding-bottom: 9%;
    clip-path: none !important;
}
.right-txt, .left-txt, .left-img, .right-img {
    float: none;
    margin-bottom: 5%;
} 

.right-img img{
    float: none;
}
.right-txt, .left-txt{
    width: 100%;
}

.right-img, .left-img{
    width: 100%;
}
.grid-img img{
    width: 100%;
    height: auto;
}
.grid-client li{
    width: 100%;
}
.widget2{
    width: 100%;
    margin: 5% auto;
    float: none;
}
.f-link1 li{
    margin-left: 0%;
}

.foot-logo img {
    width: 30%;
}

/* .sutra{display: none;} */
.middle-sec{
    width: 95%;
    margin: 0 auto;
}
}



/* ----------------------------------------Mobile phone for 768px width css strats here------------------------------------*/

@media only screen and (max-width: 768px){
    .search-form{ display: none !important;}
    .we-are p{display: none;}
    .about{clip-path: none !important;}
    .top-name{
    text-align: center;
    font-size: 48px;
    font-weight: 500px;
    opacity: 0.62;
    color: #414042;
    position: absolute;
    left: 30%;
    top: 40%;
}
.only-mission{
    background-color: #414041;
    opacity: .8;
    color: #fff;
    padding-bottom: 9%;
    clip-path: none !important;
}
.right-txt, .left-txt, .left-img, .right-img {
    float: none;
    margin-bottom: 5%;
} 

.right-img img{
    float: none;
}
.right-txt, .left-txt{
    width: 100%;
}

.right-img, .left-img{
    width: 100%;
}
.grid-img img{
    width: 100%;
    height: auto;
}
.grid-client li{
    width: 100%;
}
.widget2{
    width: 100%;
    margin: 5% auto;
    float: none;
}
.f-link1 li{
    margin-left: 0%;
}

.foot-logo img {
    width: 30%;
}

/* .sutra{display: none;} */

/* .sector-img img{
    width: 100%;
} */
/* .sector-img{
    width: 100%;
} */
.middle-sec{
    width: 97%;
}
.text-contact {
    position: absolute;
    bottom: 0%;
    left: 20%;
    background: #414042;
    opacity: .5;
    padding: 30px;
    font-size: 25px;
    width: auto;
}
.contact-img, .contact-img-1{
    height: 400px;
}

}



/* CSS Only for 3 grid section */
.engineering-img {
    background-image: url(../img/Engineering.jpg);
    width: 100%;
    position: relative;
    height: 637px;
    background-position-x: -11px;
    background-repeat: no-repeat;
    background-size: cover;
}
.two-grid-sector-img {
    text-align: center;
    padding: 50px 0px;
    width: 45%;
    float: left;
}
.two-grid-sector-img img{
    width: 500px;
}
.two-grid-middle-sec {
    width: 60%;
    margin: 0 auto;
}
.two-grid-white-p {
    color: #fff;
    width: 125%;
    font-size: 12px;
    text-align: center;
}

/* CSS Only for Urban and Development Infrastructure */
.three-grid-sector-img{
    text-align: center;
    padding: 50px 0px;
    width: 31%;
    float: left;
}
.three-grid-sector-img img {
    width: 322px;
}
.three-grid-middle-sec{
    width: 75%;
    margin: 0 auto;
}

.three-grid-white-p{
    color: #fff;
    width: 100%;
    font-size: 12px;
    text-align: center;
}
/* CSS Only for 3 grid section */
