
  a.quick-link {
   border-bottom: 3px dotted #d9d9d9;
  }
  a.quick-link:hover {
   color: rgb(63, 180, 226) !important;
   border-bottom: 3px dotted rgb(63, 180, 226);
   text-decoration: none;
   cursor: pointer; 
  }

  a.port-card {
    font-family: Roboto,sans-serif;
    display: block;
    padding: 30px;
    border-radius: 40px;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
  a.port-card .company{
    line-height: 36px;
    margin-top: 20px;
    font-size: 18px;
    color: rgb(115, 117, 121);
  }
  a.port-card .title{
    font-family: Roboto Condensed;
    line-height: 36px;
    font-size: 36px;
    color: #3c4a4d;
    font-weight: 700;
  }
  a.port-card .desc{
    line-height: 28px;
    margin-top: 10px;
    font-size: 20px;
    color: rgb(115, 117, 121);
  }
  a.port-card .link{
    line-height: 40px;
    font-size: 16px;
    color: rgb(63, 180, 226);
  }

  a.port-card:hover {
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }

#header {
    display: none;
}
#dashboard {
	display: block;
	position: fixed;
	width: 17%;
	height: 100%;    
        background: #f8f8f8;
        z-index: 100;
       margin-top: -20px;
 
}


#dashboard ul {
	margin: 0;
	display: inline;
       list-style: none;
}

#dashboard  li {
	display: inline;
}

#dashboard li .navblock {
	display: block;
	text-align: left;
	width: 100%;
	padding: 10px 0 10px 0;
	color: #aaaaaa;
	float:left;
}

#dashboard li a{
	display: block;
	text-align: left;
        padding-left: 30px;
        font-size: 24px;
        font-family: Montserrat, sans-serif;
	color: #aaaaaa;
        text-decoration: none !important;
       transition: .3s ease;
}

#dashboard li a:hover{
	color: #bac94b !important;
	transition: .5s ease;


}

#list li {
display: inline;
}

.portfolioList
{
  background : -moz-linear-gradient(-4.13% 11.14% -17.98deg,rgba(228, 234, 234, 1) 0%,rgba(202, 217, 217, 1) 50.98%,rgba(223, 235, 239, 1) 98.69%);
  background : -webkit-linear-gradient(-17.98deg, rgba(228, 234, 234, 1) 0%, rgba(202, 217, 217, 1) 50.98%, rgba(223, 235, 239, 1) 98.69%);
  background : -webkit-gradient(linear,-4.13% 11.14% ,104.93% 89.44% ,color-stop(0,rgba(228, 234, 234, 1) ),color-stop(0.5098,rgba(202, 217, 217, 1) ),color-stop(0.9869,rgba(223, 235, 239, 1) ));
  background : -o-linear-gradient(-17.98deg, rgba(228, 234, 234, 1) 0%, rgba(202, 217, 217, 1) 50.98%, rgba(223, 235, 239, 1) 98.69%);
  background : -ms-linear-gradient(-17.98deg, rgba(228, 234, 234, 1) 0%, rgba(202, 217, 217, 1) 50.98%, rgba(223, 235, 239, 1) 98.69%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4EAEA', endColorstr='#DFEBEF' ,GradientType=0)";
  background : linear-gradient(107.98deg, rgba(228, 234, 234, 1) 0%, rgba(202, 217, 217, 1) 50.98%, rgba(223, 235, 239, 1) 98.69%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4EAEA',endColorstr='#DFEBEF' , GradientType=1);
 width: 100%; 
 height: 40vh;
display: inline-block;
text-align: center;
	transition: .5s ease;

}


.portfolioList:hover .portfolioImage{
    	background-size: 70% !important;
	transition: .5s ease;

}

.portfolioText:hover .portfolioImage{
    	background-size: 70% !important;
	transition: .5s ease;

}

.portfolioImage {
	display: inline-block;
	text-align: center;
        height: 100%;
	width: 100%;
	border-radius: 1px 1px 0 0;
	margin-top: 0;
	transition: .5s ease;
	background-size: 65% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	transition: .5s ease;
}


.portfolioText{
	display: block;
        background: #ffffff;
        padding: 20px 20px;
}

.portfolioText .title {
        text-align: left;
        color: rgb(61, 64, 73);
        font-family: Montserrat, sans-serif;
        font-size: 22px;
}

.portfolioText .category{
        font-family: Montserrat, sans-serif;
        color: #aaaaaa;
        text-align: left;
        font-size: 15px;

}

.portfolioText p {
        font-family: Montserrat, sans-serif;
        color: #3D4049;
        text-align: left;
        font-size: 15px;
}


.portfolioText .arrow{
        font-family: Roboto, sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        color: rgb(187, 187, 187);
        text-align: right;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 5px 8px;
        border-radius: 15px;
        transition: .3s;
}

.portfolioList:hover .arrow{
        font-family: Roboto, sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        color: #ffffff;
        text-align: right;
        font-size: 16px;
        padding: 5px 8px;
        background: #bac94b;
        border-radius: 15px;
	transition: .5s ease;

}


* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#topbar{
	display: none;
}



#mainMenu > ul > li > a {
        text-transform: capitalize !important;
        letter-spacing: 1px;
        font-size: 12px !important;
}

#header.home #mainMenu > ul > li > a, #header.home #mainMenu > ul > li > ul > li > a, #header.home #mainMenu > ul > li > ul > li > ul > li > a, #header.home #main-menu .dropdown-menu a{
font-weight: 100 !important;
}
.card {
	background: white;
	margin: 10px; 
	height: auto;
	width: auto; 
	border-radius: 1px;
        box-shadow: 0 0 0 0 rgba(0,0,0, 0);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card:hover{
        box-shadow: 0 24px 28px rgba(148, 152, 158, 0.3);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);}

.card .top-img img{
	border-radius: 1px 1px 0 0;
	}

.card .fr-fic {
        margin: 0 !important;
}

.card .fr-dib {
        margin: 0 !important;
        padding: 0 !important;
}

.card .contents{
	padding:20px;
	}
.title-link {
     color: #3e3d3e !important;
}

.title-link:hover {
     color: rgb(122, 141, 141) !important;
}

.overlay {
      transition: .5s ease;
      background: #000000;
}

.pos-center {
      position: absolute;
      left: 50%;
      top: 25%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 100;
}

.btn-overlay{
      display:none;
}

.btn-overlay:hover{
      opacity: .5;
}

.card a{
  text-decoration: none !important;
  
}
.card:hover .btn-overlay{
      display: inline-block;
      color: #ffffff !important;
      border: 1px solid white;
      padding: 5px 15px 5px 15px;
      text-align: center;
      font-size: 16px !important;
      font-family: Roboto, 'sans-serif';
        font-weight: 300;


}

 .card .overlay {
      height: 200px;
      width: 100%;
      border-radius: 1px 1px 0 0;
}

.card .image-box {
      
      height: 200px;
      width: 100%;
      border-radius: 1px 1px 0 0;
      margin-top: 0;
      transition: .5s ease;
      background-size: 100% auto !important;
      background-position: center !important;
      background-repeat: none !important;
      transition: .5s ease;

}

.card:hover .image-box {
      opacity: .5;
      transition: .5s ease;
      background-size: 110% auto !important;
      background-position: center !important;


}

.column {
	width: 50%;
	float: left;
}

#menus {
	display: block;
	position: fixed;
	background: #ffffff;
        border-bottom: solid 1px #e9e9e9;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 3px;
        z-index: 100;
}

#menus p {
	padding: 10px;
}

.homeheader ul{
   list-style: none; 
   text-align: center; 
   display: inline-block; 
}
.homeheader ul li {
   margin-left: 20px; 
   margin-right: 20px;
   text-align: center; 
   float: left; 
 
}
.homeheader ul li a{
   list-style: none; 
   font-family: Roboto, sans-serif;
   font-weight: 300;
   font-size: 16px; 
   letter-spacing: 2px; 
   text-decoration: none !important; 
   color: #333333 !important;
    transition: .6s ease;
   padding-bottom: 3px;
   border-bottom: 1px solid transparent;
}

.homeheader ul li a:hover{
   color: #333333 !important;
   border-bottom: 4px solid #bac94b;
   transition: .3s ease;
   font-weight: 500;
        padding-left: 10px;
        padding-right: 10px;

}

.pageheader ul{
   list-style: none; 
   text-align: center; 
   display: inline-block; 
}
.pageheader  ul li {
   margin-left: 20px; 
   margin-right: 20px;
   text-align: center; 
   float: left; 
 
}
.pageheader  ul li a{
   list-style: none; 
   font-family: Roboto, sans-serif;
        font-weight: 300;
   font-size: 16px; 
   letter-spacing: 2px; 
   text-decoration: none !important; 
   color: #ffffff !important;
    transition: .3s ease;
}

.pageheader  ul li a:hover{
   color: #bac94b !important;
    transition: .3s ease;
}

.gototop-button{
       display:none !important;
}

.footer-content{
       display: none;
}

.copyright-content{
       display: none;
}


.portfolio-header ul {
   list-style: none; 
   font-family: 'Roboto', 'sans-serif';
   margin-top: 10px;
}

.portfolio-header ul li{
   list-style: none; 
   padding: 5px 13px;
   margin: 0 5px;
   display: inline-block;
   line-height: 30px;
   vertical-align: middle;
   cursor: pointer;
border-bottom: 3px solid rgba(255,255,255,0);
}

.portfolio-header ul li a{
   color: #3D4049;
   cursor: pointer;

}

.portfolio-header ul li.selected{
  border-bottom: 3px solid rgb(63, 180, 226);
   color: #a7b443 !important;
}
.portfolio-header ul li.selected a{
   color: rgb(63, 180, 226)!important;
font-weight: 700;
}

.portfolio-header ul li a:hover{
   color: #a7b443 !important;
font-weight: 700;
text-decoration: none !important;
}

@media only screen and (max-width: 990px) {
       body {
              background-size: 120%;
              background-position: center; 
       }

.portfolio-header .p-col {text-align: center !important}

        #dashboard {
	       display: block;
	       position: relative;
	       width: 100%;
	       height: 50px;    
               background: #ffffff;;
               z-index: 100;
              margin-top: 0;
             
       }

       .homeheader{
              text-align: center;
       }
/* 
       .pageheader{
              display:none !important;
       }

       #header{
              display: block !important;
              margin-top: 0;
              -webkit-transition: width 2s; /* Safari */
              transition: width 2s;
              transition-timing-function: ease-out;
       }
      */
      #logo img {
          max-width: 250px !important;
          margin-top: 6px;
      }
       .slider-menu{
             display: none;
       }
      #mainMenu ul > li > a, #mainMenu ul > li > span, #mainMenu .mega-menu-title, #mainMenu .mega-menu-content a {
             border-bottom: none !important;
      }
}

