nav {
    background-color: transparent;
   padding: -40px 0px;
  transition: all 500ms;
}
.nav-scrolled{
    background-color: rgba(0, 0, 0, 0.9);
    padding: 14px 0px;
    
}
#DeepDropDownUL {
    background-color: white;
    position: absolute;
    left: -10em;
    top: 0em;
    padding-left: 20px;
    opacity: 0%;
    width: 200px;


    transition: all 500ms;
}

nav .container .collapse ul li a {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: 600;

}

.nav-item {
    position: relative;
    margin-top: 10px;

}

.nav-item::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0%;
    bottom: 0;
    left: 5px;

    background-color: white;
    transition: all 500ms;
}


.navbar .navbar-nav .nav-item .active {
    /*  M A I N  Section: nav ancors active style  */
    color: white;


}

#DeepDropDownUL li {
    margin-bottom: 20px;

}

#DeepDropDownUL li a {
    text-decoration: none;
    margin-left: -0.6em;
    color: black;
}

#DeepDropDownLI:hover #DeepDropDownUL {

    opacity: 100%;
    left: -12.7em;
}

.dropdown-item {
    transition: all 500ms;
    cursor: pointer;
}

.dropdown-item:hover {
    color: #0078ff !important;
    background-color: white !important;
}

.nav-item:hover::after {
    width: 80%;
}

#navTitle {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 28px;
    font-weight: 600;
}

/* =============================================================================== */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}








#PortfolioDetailsSection {
    background: linear-gradient(rgba(0, 119, 255, 0.747)), url("../../../images/overlay-bg.jpg");
    background-position: center center;
    background-size: cover;
    height: 370px;
    color: white;
     text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#PortfolioDetailsSection .container .row .col-lg-12{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

#PortfolioDetailsSection .container .row .col-lg-12 h2{
  
    font-size: 3.5em;
    font-weight: 600;
    margin:  0px 0px 24px;

}
#PortfolioDetailsSection .container .row .col-lg-12 a{
    text-decoration: none;
    color: white;
    
}


/* ====== */
#PortfolioDetailsSectionContent{
    height: 70%;
}

#PortfolioDetailsSectionContent .container .row .col-lg-8 .single-item div img{
    max-width: 100%;
    height: 150%;
}



#PortfolioDetailsSectionContent .container .row .col-lg-4 .card {
    background-color: #ffff;
    border: none;
    padding: 30px;
    margin-bottom:10px;
    box-shadow: 0px 0 30px rgba(78, 78, 78, 0.08);
}

#PortfolioDetailsSectionContent .container .row .col-lg-4 .card .CardTitleHeader{

    border-bottom: 1px dotted grey;
    margin-bottom: 20px;
}

#PortfolioDetailsSectionContent .container .row .col-lg-4 .card .CardTitleHeader h3{
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 20px;
}





#PortfolioDetailsSectionContent .container .row .col-lg-4 .card ul li{
   margin: 8px;
   color: RGB(78, 78, 78);
   font-weight: 700;
}
#PortfolioDetailsSectionContent .container .row .col-lg-4 .card ul li span{
     font-weight: 400;
}

#PortfolioDetailsSectionContent .container .row .col-lg-4 .sectionBody{
 padding: 0px 3px;
}

#PortfolioDetailsSectionContent .container .row .col-lg-4 .sectionBody h3{
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 20px;
}
#PortfolioDetailsSectionContent .container .row .col-lg-4 .sectionBody p{
    font-size: 0.9em;
    color: RGB(78, 78, 78);
    font-weight: 400;
    line-height: 20px;
 
}



.floutingIcon{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0078ff;
  z-index: 2220;
  opacity: 1;
  transition: all 0.4s;
  cursor: pointer;
  bottom: 1em;
  right: 1em;
  border-radius: 50%;
}
.floutingIcon:hover{
   transform: scale(120%);
}





#MyFooter {

   text-align: center;
   color: #fff;
   padding: 25px 0;
   background: #0062d3;
   box-shadow: -2px 4px 11px 4px rgba(0, 0, 0, 0.19) inset;
   -webkit-box-shadow: -2px 4px 11px 4px rgba(0, 0, 0, 0.19) inset;
   -moz-box-shadow: -2px 4px 11px 4px rgba(0, 0, 0, 0.19) inset;
}