body{
    margin: 0;
    padding: 0;
    font-family: Roboto;
}
.social_icons{
    margin-left: 91%;
    margin-top: 200px;
}
/* ------------- Side Nav ------------- */
.SideNavSection_C{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 3000;
}

.SideNavSection_C a{
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  transition: 0.3s;
}


.SideNavSection_C .CloseSideNav{
    position: absolute;
    right: 9%;
    top: 0;
    font-size: 30px;
    color: #f89939;
}

#CloseButton_I
{top: 35px;}

.SideMenuItem li{
    color: white;
    text-decoration: none;
}

.SideMenuItem li:hover{
    color: blue;
}

/*----------- -----------------*/
.MainDiv_C{
    height: auto;
    width: auto;
    background-color: transparent;
}
.flag{
    display: flex;
    
}
.m_flag{
    display: none;
    
}
.SiteLogo_C{
    height: 40px;
    width: 31px;
    float: left;
    padding-top: 35px;
    padding-left: 2%;
    padding-right: 0%;
    visibility: visible;
}

.SiteLogo_C:after{
    clear: both;
}

.SitelogoImage_C{
    max-height: 31px;
}

.TitleImage{
   height: 170px;
    margin-left: 200px;
    /*margin-top: -150px;*/
    /*margin-bottom: 10px;*/
    position: relative;
    /* z-index: 2; */
    width: 100%;
    border-radius: 10px;
}

.TitleImg1{
    margin-left: 150px;
    width:50%;
  
}
nav.NavMain_C{
    float: right;
    background-color: transparent;
    padding-top: 35px;
    padding-left: 0%;
    padding-right: 2%;
    color: darkgray;
}

nav.NavMain_C:after{
    clear: both;
}

ul.NavMain_C{
    background-color: transparent;
    float: left;
    display: block; 
    visibility: visible;
}

ul.NavMain_C li a{
    text-decoration: none;
    color: lightgray; 
    font-size: 18px;
}

.NavigationMenu_C{
    font-size: 30px;
    cursor: pointer;
    color: #f89939;
    float: right;
    padding-top: 35px;
    margin-right: 25px;
    display: none;
    z-index: 2000;
    position: relative;
}




.AnchorFont_C{
    font-size: 16px;
    color: white;
}

li.Nav-Home_C{
    list-style: none;
    float: left ;
    position: relative;
    display: block;
    margin-left: 30px;
    text-decoration: none;
}

li.Nav-Experience_C{
    float: left ;
    position: relative; 
    margin-left: 30px;
    padding-left: 0px;
}

li.Nav-Contact_C{
    float: left ;
    position: relative; 
    margin-left: 30px;
}


.Portfolioinfo{
    position: relative;
    display: tabel;
    overflow: hidden;
    width: 100%;
    /* height: 70vh; */
    background-color: gray;
}

.HeaderBackground_C{
    position: absolute;
    height: 100%;
    width: 100%;
}

.HeaderBackground_C img{
    background-repeat: no-repeat;
    background-position: right;
    background-size:  auto;
    float: right;
    height: 100%;
    opacity: 0.2;
        margin-top: 15px;
}

header.MainHeader_C{
    top: 0px;
    width: 100%; 
    transition: all 0.5s ease;
    z-index : 2 ;
}

.NoScroll_C{
    background-color: transparent;
    position: absolute;
    height: 75px; 
}

.Fixed_C{
    position: fixed;
    background-color: #1f1f1f;
    z-index: 999;
    color: black;
    animation: smoothscroll 0.3s forwards;
    height: 60px; 
}

.Fixed_C .SiteLogo_C{
    padding-top: 15px;
}

.Fixed_C .NavigationMenu_C{
    padding-top: 15px;
}

.Fixed_C nav.NavMain_C{
    padding-top: 5px; 
} 
@keyframes smoothscroll{
    0%{
        transform: translateY(-20px);
    }
    100%{
        transform: translateY(0px);
    }
}

.MainHeader {
    
}

.TitlePortfolio_C{
    position: absolute;
    z-index: 1;
    display: table-cell;
    width: 700px; 
    background-color: green; 
    vertical-align: middle;
}

.TitleImage_C{
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

.TitleSection_C{
    /*width: fit-content;*/
    background-color: transparent;
    vertical-align: middle;
    position: relative;
    /* margin: auto; */
    padding-top: 18%; /*10*/
    padding-left: 5%;
    padding-right: 5%;
}

.TitleA_C{
    height: auto;
    width: auto;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 52px;
    margin-left: 14%;
    /*margin-right: 14%;*/
    /* margin-top: 135px; */
    margin-bottom: 13px;
}

.Designation_C{
    color: lightgray;
    margin-left: 14%;
    margin-right: 14%;
    font-family: sans-serif;
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 0;
}

.TitleDescription_C{
    color: #b3b3b3;
    margin-left: 14%;
    margin-top: 0;
    display: block;
    width:80%;
    line-height: 20px;
    font-size: 14px;
}

.ContentSection_C{
    height: auto;
    visibility: visible;
    background: #fafafa;
}

.ExpArt_C{
    position: relative;
    background: #ffffff;
    padding-top: 45px;
}

.ExpHeader_C{
    margin-left: 16%;
    /* background-color: #313131; */
    display: flex;
    border: 1px solid #c7c7c7;
    color: #f79839;
    padding: 10px;
    width: fit-content;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.ContentDiv_C{
    margin-left: 10%;
    margin-right: 10%;
    background-color: #ffffff;
    display: none;
    padding: 0px 80px 10px 80px;
}

.ContentCompDiscri_C{
    font-size: 20px;
    line-height: 28px;
    color: gray; 
    margin-top: 4px;
    text-align:  inherit;
    margin-bottom: 0; 
}   

.Role_C{ 
    font-weight: bold;
}

#HalcyonLink_I:hover
{
  color: #f8a148;
}

.ProjectDiscri_C{
    font-size: 18px;
    color: gray; 
    margin-top: 4px;
    text-align:  left;
    /* display: flex; */
}  

.ContentDesig_C{
    font-size: 32px;
    font-weight: bold;
    color: #313131;
    margin-bottom: 0;
    line-height: 27px;
}

.ContactDetailsDiv_C{
    display: block;
    position: relative;
    margin: 0 0 10px;
}

.ContactDetail_C{
    color: #969696;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
    display: inline-block;
}

.ContentCompName_C{
    font-size: 21px;
    margin-bottom: 0;
    color: gray;
    font-weight: bold;
}

.ContentCompName_C a{
    color: #808080;
    /* text-underline-position: auto; */
    font-style: italic;
    text-decoration: none;
}

.ContentGIT_C{
    font-size: 14px;
    font-weight: bolder;
    color: #4e4d4d; 
    line-height: 27px;
    margin-top: 2%;
    margin-bottom: 2%;
}

.PrevExp_C, .NextExp_C{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    margin-left: 5%;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.NextExp_C{
    position: absolute;
    right: 0; 
    margin-right: 5%;
}

.DotContainer_C{
    text-align: center;
    padding: 22px;
    background: #ffffff;
    position: relative;
}

.Dot_C{
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.DotActive_C, .Dot_C:hover{
    background-color: #717171;
    height: 18px;
    width: 18px;
}

footer.FooterMain {
    background-color: #1f1f1f;
    padding: 25px;
    visibility: visible; 
        overflow: hidden;
}

.CopyrightSection_C{
    float: left;
}

.CopyA_C{ 
    color: lightgray; 
    margin-bottom: 10px;
    font-size: 15px;
        
}

.CopyB_C{
    padding: 0;
    color: gray; 
    margin: 0;
    font-size: 12px;
}

.SocialSites_C{
    float: right;
    background-color: transparent;
    margin-bottom: 5px;
    padding: 0;
    list-style: none;
}

.SocialSites_C a{
    font-size: 14px;
    display: inline-block;
    margin: 0;
    padding: 10px 17px;
    color: #fff;
}

.SocialSiteFirst_C{
    display: block; 
    float: left; 
}

.SocialSiteAll_C{
    display: block; 
    float: left;
    border-left: 1px solid #4b4b4b;
}

.SocialSiteFirst_C li{
    display: block; 
    float: left;
}

.SocialIcons_C{
    display: inline-block;
    font: sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.ContactArt_C{
    height: auto;
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 65px;
    padding-top: 45px;
}

.ProjectArt_C{
    height: auto;
    overflow: hidden;
    background-color: #fafafa;
    padding-bottom: 65px;
    padding-top: 45px;
}

.SocialWorkArt_C{
    background-color: #ffffff;
    padding-top: 45px;
    padding-bottom: 65px;
}

.AwardsArt_C{
    height: auto;
    background-color: #1f1f1f;
    padding-bottom: 65px;
    padding-top: 45px;
    overflow: hidden;
}

.AwardSectionMain_C{
        margin: 27px 0 0 0;
        overflow: hidden;
        width: 70%;
        display: flex;
        margin-left: 15%;
        z-index: 1;
        margin-right: 15%;
}

.ProjectSection_C{
    width: 26%;
    background-color: #fff;
    position: relative;
    margin: 2.8% 1.6% 0;
    padding: 2%;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.ProjectSectionMain_C{
    margin: auto;
    width: 85%;
    display: flex;
}

.SocialWSectionMain_C{
    margin-right: 16%;
    margin-left: 16%;
    /* padding-bottom: 1%; */
}

.ProjectSection_C h3{
    color: #313131;
}


.ContactSection_C{
    margin-left: 16%;
    margin-right: 16%; 
}

.ContactProfilePic_C{
    background-color: transparent;
    width: 30%;
    position: relative;
    float: left;
}

.ContactImage_C{
    height: 100%;
    width: 100%;
    background: #000;
    border-color: #969696;
    border-width: 1px;
    border-style: solid;
    margin: 0px;
}

.ContactInfo_C{
    float: right;
    width: 60%;
    margin-top: 22px;
}

.AwardDivMain_C{
    height: 25%;
    width: 33%;
    float: left;
    background-color: #1f1f1f;
    box-shadow: 1px;
    margin-right: 2%;
    padding: 1%;
}

.CertiImage_C{
    width: 19vw;
    height: 48vh;
}

.CertiImgDiv_C{
    height: 180px;
    overflow: hidden;
    border: 1px solid transparent;
}

.PreAwardDiv_C, .NextAwardDiv_C{
    width: 50px;
    height: 50px;
    margin-left: 11%;
    margin-top: 7%;
    position: absolute;
    z-index: 2; 
    cursor: pointer;
}

.NextAwardDiv_C{
    margin-left: 88%;
    position: absolute;
}


.NextAwardDiv_C a, .PreAwardDiv_C a{
    font-size: 30px;
        color: white;
}

.AwardCompName_C{
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 0;
    color: white;
    font-weight: initial;
    text-align: center;
}

.AwardDisc_C{
    font-size: 16px;
    color: #d2d2d2;
    margin-top: 4px;
    margin-bottom: 0;
    text-align: center;
    font-weight: initial;
}

.ContentGITBtn_C{
    background-color: #f89939;
    position: relative;
    padding: 10px;
    width: 150px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    cursor: pointer;
    color: black;
    margin-left: 14%;
    margin-top: 2%;
    margin-bottom: 15%;
    font-family: Roboto;
}

.ContentGITBtn_C:hover{  
}

.ContentGITBtn_C a{
    text-decoration: none;
    color: black;
}

/* ------------- Product Section ----------------*/
.ProductArt_C{
    background: black; 
}

.ProductContainer_C { 
    position: relative;
    padding: 5px;
    background-color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding: 15px;
}

.LProductContainer_C { 
    position: relative;
    padding: 5px;
    background-color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding: 15px;
} 

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.text {
  background-color: transparent;
  color: black; 
  font-size: 18px;
  font-weight: bold;
  font-family: serif;
}

a
{
  text-decoration: none;
}
  
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    align-content:center;
    cursor: pointer;
    text-align: center;
    background-color: #f89939;
    padding: 5px;
    border-radius: 30px;
    box-shadow: 5px 6px 5px #020100;
    display: none;
}

.ProductInfo_C{
    transition: .5s ease;
    position: relative;
    margin: auto;
    top: 0;
    display: inherit;
    left: 0;
    display: grid;
    align-content:center;
    text-align: center;
    background-color: white;
    padding: 10px 0 10px;
    width: -webkit-fill-available;
    height: 35px;
}

.DownloadIcon_C{
    color: #000000;
    padding: 10px 10px;
    background: #f89939;
    position: relative;
    /* display: inline; */
    /* width: 100%; */
    font-size: 16px;
    text-align: center;
    align-content: center;
    width: auto;
}

.DownloadIcon_C a{
    color: black;
    /* background: #f89939; */
    /* padding: 10px 46px; */
    /* width: -webkit-fill-available; */
    /* text-align: center; */
    /* align-content: center; */
}

.DownloadDiv{
    top: 40%;
    position: absolute;
    margin: auto;
    left: 0;
    text-align: center;
    width: -webkit-fill-available;
    background-color: transparent;
}

.ProductDis_C{
    font-size: 16px; 
    color: #1f1f1f; 
}

/*
.ProductContainer_C:hover .image  {
  opacity: 0.5;
  filter: blur(2px); 
}*/
/*
.DownloadIcon_C:hover .ProductContainer_C {
    padding: 0; 
}*/

/*
.ProductContainer_C:hover .middle {
  opacity: 1;
}*/

/*
.ProductContainer_C:hover .ProductInfo_C {
  opacity: 0;
}*/

 
/*
.LProductContainer_C:hover .image{
    opacity: 0.2; 
    filter: blur(2px); 
}*/
/*
.LProductContainer_C:hover .middle {
    opacity: 1;
}*/
/*
.LProductContainer_C:hover .ProductInfo_C {
    opacity: 0; 
}*/
/*
.LProductContainer_C:hover {
    padding: 0; 
}*/

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap; 
  padding-left:8.33%;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 20%; 
}

.Lcolumn {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 20%; 
}

.columnTwo {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 50%; 
}

.column .Lcolumn img { 
  vertical-align: middle;
  width: 100%;
}



/* ------------- Career Section ----------------*/
.ContentCareerDiv_C{
    height: 100%;
    width: 100%;
    /* margin-top: 1%; */
}

.ContentCareerName_C{
    font-size: 32px;
    font-weight: bold;
    color: #313131; 
    line-height: 27px;
    align-items: center;
}

.ContentCareerInfo_C{
    height: 100%;
    width: 100%;
    margin-top: 2%; 
}

.ContactInfoTextD_C{
    text-decoration: none;
    color: gray; 
    font-size: 20px;
}

.CareerSection_C{
    margin-left: 16%;
    margin-right: 10%;
}

.ContentCarrerMsg_C{
    font-size: 20px;
    margin-bottom: 0;
    color: gray;
    margin-top: 27px; 
}


/*     --------------       Contact form      -----------------        */
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; 
  padding: 12px;  
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical; 
}

input[type=email], select, textarea {
  width: 100%; 
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical;
}




/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #1f1f1f;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: -webkit-fill-available;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #020202;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.Info_C{
    color:  #505050;
}
.popup {
  position: relative;
 
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
/*  --------------  Media query for 1024 -------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
    .DownloadIcon_C a{
        padding: 0;
    }
    
    .ProductInfo_C{
        height: 45px;
    }
    .TitleDescription_C {
    color: #b3b3b3;
    margin-left: 14%;
    margin-top: 0;
    display: block;
    width: 80%;
    line-height: 20px;
    font-size: 16px;
    }
    .TitleImage{
    height: 170px;
    margin-left: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
    position: relative;
    /* z-index: 2; */
    width: 350px;
    border-radius: 10px;
    }

    .TitleImg1{
        margin-left: 100px;
        margin-top:7%;
        width:40%;
        height:40%;

    }
    .flag
    {
        display:flex;
    }
}

/*  --------------  Media query for 850 --------------------------------------------------------- */
@media only screen and (max-width: 850px) {
    .Portfolioinfo{
    /* height: 85vh; */
    }
    ul.NavMain_C li a {
        font-size: 17px;
    } 
    .TitleDescription_C {
    color: #b3b3b3;
    margin-left: 14%;
    margin-top: 0;
    display: block;
    width: 80%;
    line-height: 20px;
    font-size: 16px;
    }
    .TitleImage{
    height: 170px;
    margin-left: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
    position: relative;
    /* z-index: 2; */
    width: 100%;/*350px;*/
    border-radius: 10px;
    }

    .TitleImg1{
        margin-left: 100px;
        width:40%;
        height:40%;
        margin-top:8%;
    }
}

/*  --------------  Media query for 768 --------------------------------------------------------- */
@media only screen and (max-width: 768px){
    
    ul.NavMain_C{
        float: none;
    }
    nav.NavMain_C {
        display: none;
    }
    .NavigationMenu_C{
        display: block;
    }
    
    .SiteLogo_C{
    height: 40px;
    width: 31px;
    float: left;
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 0%;
    visibility: visible;
}
    
    .PreAwardDiv_C, .NextAwardDiv_C {
        margin-top: 11%;
    }
    
    .ProjectSectionMain_C{
    display: block;
}

    .ProjectSection_C {
        height: auto;
        float: none;
        width: auto;
        margin: 5% 1.6% 0;
    }
    
    .ContentDiv_C {
        padding: 0px 50px 10px 50px;
    }
    
    .Portfolioinfo {
        /* height: 80vh; */
    }
    
    .TitleSection_C {
        padding-top: 17%;
        padding-left: 0;
        padding-right: 0;
    }
    .TitleA_C{
    margin-right: 14%;
}

.Designation_C{
    margin-right: 14%;
}

.TitleDescription_C{
    margin-right: 14%;
}

    .DownloadIcon_C{
        padding: 5px 10px;
        font-size: 14px;
    }

    .DownloadIcon_C a{
        padding: 0;
    }
    
    .ProductInfo_C{
        height: 45px; 
    }
    
    .ProductDis_C{
        font-size: 14px;
    }

    .CopyrightSection_C
    {
      float: none;
    }

    .SocialSites_C
    {
      float: none;
      background-color: transparent;
      margin-bottom: 5px;
      padding: 0;
      list-style: none;
    }
    .SocialSites_C a
    {
      font-size: 14px;
      display: inline-block;
      margin: 0;
      padding: 10px 20px;
      color: #fff;
    }
    .TitleDescription_C {
    color: #b3b3b3;
    margin-left: 14%;
    margin-top: 0;
    display: block;
    width: 50%;
    line-height: 20px;
    font-size: 16px;
    }
    .flag
    {
        display:flex;
    }
    .TitleImage{
    height: 170px;
    margin-left: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
    position: relative;
    /* z-index: 2; */
    width: 350px;
    border-radius: 10px;
    }

    .TitleImg1{
        margin-left: 50px;
       
        width:40%;
        height:40%;
    }
    
}


/*  --------------  Media query for 425 ------------------------------------------------------------------------- */
@media only screen and (max-width: 576px){
    .Portfolioinfo {
        /* height: 75vh; */
    }
    .m_flag{
    display: block;
    width: 40%;
    margin-left: 30%;
    }
    .flag {
    display:none;
}
    ul.NavMain_C{
        visibility: visible;
        float: right;
    }
    
    nav.NavMain_C {
        display: none;
    }
    
    .NavigationMenu_C{
        display: block;
    }
    
    .ContentGITBtn_C {
        margin-left: 7%;
        margin-bottom: 20%;
    }
    
    .Designation_C{
        margin-left: 7%;
        margin-right: 7%;
        font-size: 22px;
        margin-top: 3%;
    }
    
    .TitleA_C{
        margin-left: 6%;
        margin-right: 6%;
        margin-top: 15%;
        font-size: 38px;
    }
    
    .TitleDescription_C{
        visibility: visible;
        margin-left: 7%;
        margin-right: 7%;
        width:80%;
    }
    
    .ContentDiv_C{
        padding: 0px 20px 10px 20px;    
    }
    
    .ContentDesig_C{
        font-size: 27px;
    }
    .ContentCompName_C{
        font-size: 20px;
    }
    .ContentCompDiscri_C{
        font-size: 16px;
        text-align: left;
        word-wrap: break-word;
        white-space: normal;
        line-height: 20px;
        height: auto;
        word-break: normal;
    }
    
    .PrevExp_C, .NextExp_C{
        margin-left: 2%;
        margin-right: 2%;
    }
    
    .ContactImage_C { 
        margin: 0;
    }
    
    .ContactProfilePic_C {
        margin: auto;
        width: auto;
        position: relative;
        /* padding-top: 10px; */
        background-color: transparent;
        float: none;
    }
    
    .ContactInfo_C {
        width: 100%;
        height: auto;
        position: relative;
        float: none;
        margin-top: 10%;
    }
    
    footer.FooterMain { 
        width: auto;
    }
    
    .ContactSection_C {
        margin-left: 10%;
        margin-right: 10%;   
    }
    .social_icons 
    {
        margin-left: 75%;
    }
     .hidden{
        display: none;
        
        
    }
    
    .ProjectSection_C{
        height: auto;
        width: 89%;
        background-color: #fff;
        position: relative;
        float: none;
        margin: 10% 1.6% 0;
        padding: 4%;
    }
    
    .CertiImgDiv_C{
        height: 232px;
    }
  
    .CertiImage_C{
        width: 59vw;
    }
    
    .AwardDivMain_C{
        width: auto;
    }
    
    .NextAwardDiv_C a, .PreAwardDiv_C a {
        font-size: 20px;
    }
    
    .NextAwardDiv_C, .PreAwardDiv_C {
        margin-top: 30%; 
    }
    
    .ContentGIT_C{
        font-size: 16px;
    }
    
    .column  {
        -ms-flex: 50%; /* IE10 */
        flex: 50%;
        max-width: 50%; 
    }
    
    .Lcolumn{
        -ms-flex: 50%; /* IE10 */
        flex: 50%;
        max-width: 100%; 
        display: flex;
    }
    
    .columnTwo {
        -ms-flex: 50%; /* IE10 */
        flex: 50%;
        max-width: 85%; 
    }
    
    .text {
        font-size: 14px;
    }
    
    .TitleSection_C {
        padding-top: 1%;
    }
    
    .ProjectDiscri_C{
        font-size: 16px;
    }
    
    .ContactInfoTextD_C{
        font-size: 16px;
    }
    
    .ContentCarrerMsg_C{
        font-size: 16px;
    }
    
    .ProductDis_C{
        font-size: 14px;
    }
    
    .DownloadIcon_C {
        padding: 10px 14px;
        font-size: 14px;
    }
    
    .middle{
        border-radius: 15px;
        box-shadow: 4px 5px 5px #020100;
    }
    
    .DownloadIcon_C a{
        padding: 0;
    }
    
    .ProductInfo_C{
        height: 30px;
    }
    .SocialSites_C a
    {
      font-size: 14px;
      display: inline-block;
      margin: 0;
      padding: 10px 17px;
      color: #fff;
    }
    .TitleDescription_C {
    color: #b3b3b3;
    margin-left: 14%;
    margin-top: 0;
    display: block;
    width: 80%;
    line-height: 20px;
    font-size: 16px;
    }
    .TitleImage{
    height: 170px;
    margin-left: 20%;
    margin-top: 50px;
    margin-bottom: 10px;
    position: relative;
    /* z-index: 2; */
    width: 60%;
    border-radius: 10px;
    }

    .TitleImg1{
        margin-left: 0%;
        width:100%;
        position:relative;
    }
    

}

/*  --------------  Media query for 375 -------------------------------------------------------------------- */
@media only screen and (max-width: 375px){
    footer.FooterMain {
        
    }
      
    .TitleA_C{
        font-size: 38px;
    }  
    .ContentGITBtn_C {
        margin-left: 5vh;
        margin-bottom: 10vh;
    }
    
    
    .NextAwardDiv_C a, .PreAwardDiv_C a {
        font-size: 20px;
        margin-top: 30%;
    }
    
    .NextAwardDiv_C , .PreAwardDiv_C { 
        margin-top: 30%; 
        text-align: center;
        margin-left: 2%;
    }
    
    
    .NextAwardDiv_C {
        margin-left: 85%;
    }     
    
    .Portfolioinfo {
        /* height: 80vh; */
    }
    .SocialSites_C a
    {
      font-size: 14px;
      display: inline-block;
      margin: 0;
      padding: 10px 10px;
      color: #fff;
    }
    
    .TitleImage{
    height: 170px;
    margin-left: 5%;
    margin-top: 50px;
    margin-bottom: 10px;
    position: relative;
    /* z-index: 2; */
    width: 90%;
    border-radius: 10px;
    }

    .TitleImg1{
        margin-left: 5%;
        width:90%;

    }
    .TitleDescription_C {
    color: #b3b3b3;
    margin-left: 14%;
    margin-top: 0;
    display: block;
    width: 80%;
    line-height: 20px;
    font-size: 16px;
    }
}

/*  --------------  Media query for 320 -------------- */
@media only screen and (max-width: 320px){
    
    .NextAwardDiv_C {
            margin-left: 79%;
    }
    
    .AwardSectionMain_C {
            width: 67%;
    }
    
    .NextAwardDiv_C a, .PreAwardDiv_C a {
        margin-left: 10%;
        margin-top: 30%;
    } 
    
    .Portfolioinfo {
        /* height: 85vh; */
    }
    
    .ContentCompDiscri_C{ 
        line-height: 20px;
        font-size: 14px;
    }
    .SocialSites_C a
    {
        font-size: 14px;
        display: inline-block;
        margin: 0;
        padding: 10px 14px;
        color: #fff;
    }
    
    .TitleImage{
    height: 170px;
    margin-left: 5%;
    margin-top: 50px;
    margin-bottom: 10px;
    position: relative;
    /* z-index: 2; */
    width: 90%;
    border-radius: 10px;
    }

    .TitleImg1{
        margin-left: 5%;
        width:90%;
    }
    .TitleDescription_C {
    color: #b3b3b3;
    margin-left: 14%;
    margin-top: 0;
    display: block;
    width: 80%;
    line-height: 20px;
    font-size: 16px;
    }
}


.social_icons img{
    width:40px;
  
}
.NavMain_C a{
    
    cursor: pointer;
}
li{
    list-style:none;
}
.menu_c{
    
    margin-top: 10px
}
