/* Your CSS code here */

.col-md-2 {
   width:14%;
} 
.prd {
   width:16%;
}
footer {
     filter: grayscale(100%);
}
.footer-widget > .logo > img {
     margin-left: -10px;
}
.footer-widget > .footer-title {
    font-size: 12px;
    white-space:nowrap;
}
.footer-widget > .footer-links 
{
    white-space:nowrap;
}
.contact-widget {
    font-family: Arial, sans-serif;
    margin-top:-40px;
}
.contact-widget p {
    margin-bottom: 1px;
    margin-left: 0px;
    font-size: 11px;
    line-height:20px;
}
.contact-widget .icon {
    color: #ddd;
    margin-right: 15px;
}
.footer-wrapper .adr{
   width:21%;
   margin-left: -70px;
   margin-top: -10px;
}
.footer-wrapper .adr ul{
   margin-left: -40px;
}
.footer-wrapper .adr2{
   margin-left: 0px;
}
.footer-wrapper .adr2 ul{
   margin-left: -40px;
   width:100%;
   margin-bottom:10px;
}
 .drkt {
     -webkit-transform: scale(1.4);
     -moz-transform: scale(1.4);
     -ms-transform: scale(1.4);
     -o-transform: scale(1.4);
     transform: scale(1.4);
     margin-left:22px;
  }
  .drkt3 {
    margin-top: -35px;
    -webkit-transform: scale(1.8);
     -moz-transform: scale(1.8);
     -ms-transform: scale(1.8);
     -o-transform: scale(1.8);
     transform: scale(1.8);
  }
.drkt2 {
    position: absolute;
    right: 80px;
    margin-top: -30px;
}
.menu-fixed > .drkt > label  {
    margin-top:-5px;
	width:40px;
	height:20px;
	position: relative;
	display: none;
	background: #444;
	border-radius: 200px;
	box-shadow: inset 0px 5px 15px rgba(0,0,0,0.4), inset 0px -5px 15px rgba(255,255,255,0.4);
	cursor: pointer;
	transition: 0.3s;
}

.drkt > label {
    margin-top:5px;
	width:40px;
	height:20px;
	position: relative;
	display: block;
	background: #444;
	border-radius: 200px;
	box-shadow: inset 0px 5px 15px rgba(0,0,0,0.4), inset 0px -5px 15px rgba(255,255,255,0.4);
	cursor: pointer;
	transition: 0.3s;
}
.drkt > label:after {
	content: "";
	width:18px;
	height: 18px;
	position: absolute;
	top:1px;
	left:1px;
	background: linear-gradient(180deg,#777,#3a3a3a);
	border-radius: 180px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	transition: 0.3s;
}
.drkt > input {
	width: 0;
	height: 0;
	visibility: hidden;
}
    .drkt > input + label:before {
        font: normal normal normal 11px/1.5 FontAwesome;
        content: "\f06c";
        display: inline-block;
        position: relative;
        font-weight: 900;
        left: 23px;
        bottom: 3px;
        color: #13dc17;
        /*color: #654321;*/
    }
    .drkt > input:checked + label:before {
        font: normal normal normal 11px/1.5 FontAwesome;
        content: "\f06c";
        display: inline-block;
        position: relative;
        font-weight: 900;
        left: 6px;
        bottom: 3px;
        color: #ffffff;
        /*color: #13dc17;*/
    }
.drkt > input:checked + label:after {
	left:39px;
	transform: translateX(-100%);
	background: linear-gradient(180deg,#aaa,#555);
}
.drkt > label:active:after{
	width: 26px;
}
.drkt > input + label {
	background:#777;
}
.drkt > input:checked + label {
	/*background:#333;*/
}
.drkt > label svg {
	position: absolute;
	width: 12px;
	top:4px;
	z-index: 100;
}
.drkt > label svg.sun {
	left:4px;
	fill:#fff;
	transition: 0.3s;
}
.drkt > label svg.moon {
	left:34px;
	fill:#7e7e7e;
	transition: 0.3s;
}
.drkt > input:checked + label svg.sun {
	fill:#7e7e7e;   
}
.drkt > input:checked + label svg.moon {
	fill:#fff;
}
.menu-fixed li.drkt   {
   margin-top:-11px;
}
.maintext{
     font-family:Arial, Helvetica, sans-serif;
     text-align:justify;
     padding:2px 8px;
     filter: grayscale(100%);
 }
.maintext img{
     filter: grayscale(100%);
 }
.maintext a{
     color:#ccc;
 }

.soc {
    margin-right: 7px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    padding:1px 3px 3px 8px;
    align-items:center;
    cursor: pointer;
    float:left;
    margin-bottom:7px;
     filter: grayscale(100%);
}
.soc:hover i {
    color: #fff;
    font-size: 17px;   
}
.soc:hover::after {
    opacity: 1;
}
.soc:nth-child(1) {
    border: 2px solid #eee;
    color: #3b5998;
    padding:1px 3px 3px 9px;
}
.soc:nth-child(1):hover {
    background-color: #3b5998;
    color: #3b5998;
    border: 2px solid #3b5998;
}
.soc:nth-child(1)::after {
    background-color: #3b5998;
    color: #3b5998
}
.soc:nth-child(2) {
    border: 2px solid #eee;
    color: #00aced;    
}
.soc:nth-child(2):hover{
    background-color: #00aced;
    color: #00aced;
    border: 2px solid #00aced;
    padding:3px 3px 2px 7px;
}
.soc:nth-child(2)::after {
    background-color: #00aced;
    color: #00aced
}
.soc:nth-child(3) {
    border: 2px solid #eee;
    color: #007bb6
}
.soc:nth-child(3):hover {
    background-color: #007bb6;
    color: #007bb6;
    border: 2px solid #007bb6;
}
.soc:nth-child(3)::after {
    background-color: #007bb6;
    color: #007bb6
}
.soc:nth-child(4) {
    border: 2px solid #eee;
    color: #dd4b39
}
.soc:nth-child(4):hover {
    background-color: #ee0000;
    color: #007bb6;
    border: 2px solid #ee0000;
    padding:2px 3px 2px 6px;
}
.soc:nth-child(4)::after {
    background-color: #dd4b39;
    color: #007bb6
}
.soc:nth-child(5) {
    border: 2px solid #eee;
    color: #dd4b39
}
.soc:nth-child(5):hover {
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) border-box; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
color: #007bb6;
border: 2px solid transparent;
border-radius:99px;
display: inline-block; 
padding:3px 3px 2px 7px;
}
.soc:nth-child(5)::after {
    background-color: #dd4b39;
    color: #007bb6
}
.soc a {
    color:#eee;
}

.soc2 {
    margin-right: 10px;
    border-radius: 50%;
    height: 47px;
    width: 47px;
    padding:6px 10px 10px 8px;
    align-items:center;
    cursor: pointer;
    float:left;
}
.soc2 a {
    color:#fff;
}
.soc2 i {
    transition: all 0.3s linear
}

.soc2:hover i {
    color: #fff;
    transform: scale(1.3)
    
}

.soc2:hover::after {
    opacity: 1;
    transform: scale(0.6)
}


.soc2:nth-child(1) {
    background-color: #3b5998;
    color: #fff;
    border: 2px solid #3b5998;
    padding:8px 8px 8px 12px;
}
.soc2:nth-child(1):hover {
    background-color: #3b5998;
    color: #3b5998;
    border: 2px solid #3b5998;
}
.soc2:nth-child(1)::after {
    background-color: #3b5998;
    color: #3b5998
}

.soc2:nth-child(2) {
    background-color: #00aced;
    color: #fff;
    border: 2px solid #00aced;
    padding:8px 8px 8px 9px;
}
.soc2:nth-child(2):hover{
    background-color: #00aced;
    color: #00aced;
    border: 2px solid #00aced;
}
.soc2:nth-child(2)::after {
    background-color: #00aced;
    color: #00aced
}

.soc2:nth-child(3) {
    background-color: #007bb6;
    color: #fff;
    border: 2px solid #007bb6;
    padding:7px 8px 8px 10px;
}
.soc2:nth-child(3):hover {
    background-color: #007bb6;
    color: #007bb6;
    border: 2px solid #007bb6;
}
.soc2:nth-child(3)::after {
    background-color: #007bb6;
    color: #007bb6
}

.soc2:nth-child(4) {
    background-color: #ee0000;
    color: #fff;
    border: 2px solid #ee0000;
    padding:7px 8px 8px 10px;
}
.soc2:nth-child(4):hover {
    background-color: #ee0000;
    color: #007bb6;
    border: 2px solid #ee0000;
}
.soc2:nth-child(4)::after {
    background-color: #dd4b39;
    color: #007bb6;
}


.soc2:nth-child(5) {
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) border-box; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
color: #fff;
border: 2px solid transparent;
padding:7px 8px 8px 10px;
}
.soc2:nth-child(5):hover {
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) border-box; 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
color: #007bb6;
border: 2px solid transparent;
border-radius:99px;
display: inline-block; 
}
.soc2:nth-child(5)::after {
    background-color: #dd4b39;
    color: #007bb6;    
}

.soc3 {
    margin-right: 7px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    padding:1px 3px 3px 8px;
    align-items:center;
    cursor: pointer;
    float:left;
}
.soc3 a {
    color:#aaa;
}
.soc3 i {
    transition: all 0.3s linear
}

.soc3:hover i {
    color: #fff;
    font-size: 17px;
    
}

.soc3:hover::after {
    opacity: 1;
    transform: scale(0.8)
}


.soc3:nth-child(1) {
    border: 2px solid #999;
    color: #3b5998;
    padding:1px 3px 3px 10px;
}
.soc3:nth-child(1):hover {
    background-color: #aaa;
    color: #FFF;
    border: 2px solid #aaa;
}
.soc3:nth-child(1)::after {
    background-color: #3b5998;
    color: #3b5998
}

.soc3:nth-child(2) {
    border: 2px solid #999;
    color: #3b5998;
    padding:1px 3px 3px 10px;
}
.soc3:nth-child(2):hover {
    background-color: #aaa;
    color: #FFF;
    border: 2px solid #aaa;
}
.soc3:nth-child(2)::after {
    background-color: #3b5998;
    color: #3b5998
}

.soc3:nth-child(3) {
    border: 2px solid #999;
    color: #00aced
}
.soc3:nth-child(3):hover{
    background-color: #aaa;
    color: #FFF;
    border: 2px solid #aaa;
}
.soc3:nth-child(3)::after {
    background-color: #00aced;
    color: #00aced
}

.soc3:nth-child(4) {
    border: 2px solid #999;
    color: #007bb6
}
.soc3:nth-child(4):hover {
    background-color: #aaa;
    color: #FFF;
    border: 2px solid #aaa;
}
.soc3:nth-child(4)::after {
    background-color: #007bb6;
    color: #007bb6
}

.soc3:nth-child(5) {
    border: 2px solid #999;
    color: #dd4b39
}
.soc3:nth-child(5):hover {
    background-color: #aaa;
    color: #FFF;
    border: 2px solid #aaa;
}
.soc3:nth-child(5)::after {
    background-color: #dd4b39;
    color: #007bb6
}


.soc3:nth-child(6) {
    border: 2px solid #999;
    color: #dd4b39
}
.soc3:nth-child(6):hover {
   background-color: #aaa;
    color: #FFF;
    border: 2px solid #aaa; 
}
.soc3:nth-child(6)::after {
    background-color: #dd4b39;
    color: #007bb6
}

/* Box-services style 1 */
.box-services-1 {
    padding: 25px;  
    border: 1px solid #444;
    height:235px;
    overflow:hidden;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
    text-align:left;
}
.box-services-1 .small-padding {
	padding:15px 10px;
}

.box-services-1 .title-small{
   height:65px;
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   font-size:14px;
   line-height:20px;
   text-align:justify;
   color: #aaa;
}
.box-services-1 h4{
   text-align:left;
}
.box-services-1 p {
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   color: #aaa;
   line-height:20px;
   text-align:justify;
   font-size:13px;
   padding-bottom:2px;
   font-family: Arial, sans-serif;
   text-transform:initial;
   margin-bottom: 15px;
}

/* Box services style 6 */
.box-services-6 {
    padding: 25px;
    border: 1px solid #444;
    height:500px;
    overflow:hidden;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-6 .small-padding {
	padding:15px 10px;
}

.box-services-6 a img {
    margin-bottom: 20px;
    width:100%;
    height:auto;
    object-position: center;
    object-fit:contain;
    filter: grayscale(100%);
}

.box-services-6 .title-small{
   height:65px;
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height:22px;
   color: #aaa;
}
.box-services-6 p {
   display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   color: #aaa;
   line-height:20px;
   text-align:justify;
   font-size:13px;
   padding-bottom:2px;
   font-family: Arial, sans-serif;
   text-transform:initial;
   margin-bottom: 15px;
}
.box-services-6 ul {
  list-style:none;
  position:absolute;
  bottom:56px;
  left:0px;
}
.section h1 {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #aaa;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 18px;
}
.mask {
 visibility:hidden;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
 transform: translateY(20px);
}
.mask a {color:#efefef;}
.mask .portfolio-title {color:#efefef;font-size:16px;text-shadow:0px 0px 1px;}
.mask .text {color:#efefef;margin-top:-25px;text-shadow:0px 0px 1px;}
.portfolio-el figure {
    height:170px;
    border:1px solid rgba(0,0,0,0.2);
    border-radius:4px;
    overflow:hidden;
}

.portfolio-el figure img {
    width:100%;
    height:100%;
    object-position: center;
    object-fit: cover;
    cursor:pointer;
}

.portfolio-eln figure {
    height:500px;
    border-radius:4px;
    overflow:hidden;
}

.portfolio-eln figure img {
    width:100%;
    height:100%;
    object-position: center;
    object-fit:contain;
    filter: grayscale(100%);
}

.portfolio-eln p {
    font-size: 11px;
    color: #707070;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    line-height: 17px;
    margin-top: 4px;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.list-2 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-2 li {
     margin-bottom: 5px;
    font-size: 11px;
    border-bottom:1px dotted #dadde2;
    line-height:19px;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list-2 li:last-child {
    margin-bottom: 0;
}
.list-2 li span {
    margin-right: 10px;
    font-weight: 600;
    font-size: 12px;
}

.list-3 {
	list-style: none;
    padding: 0;
    margin: 0;
}
.list-3 > li {
	font-family: "Montserrat";
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	margin-bottom: 10px;
}
/* Project Portfolio */
.project-title {
    color: #ccc;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    border-left: 2px solid #ddd;
}
.project-title-modal {
    color: #ccc;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-left: 10px;
    font-size:18px;
   display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
    border-left: 2px solid #ddd;
    margin-top:-8px;
}
.project-title-1 {
    color: #ccc;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-left: 15px;
    margin-top: 60px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    border-left: 2px solid #ddd;
}
.project-image img {
    border-radius: 5px;
    padding:2px;
    border:1px solid rgba(41, 44, 49, 0.30);
    filter: grayscale(100%);
}
.modal-header {padding-bottom:0px}

.video-wrapper video{
width: 100%;
    height: auto;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
     transform: translateY(-50px);
     filter: brightness(80%);
}
.sliders {
    filter: grayscale(100%);
    position:absolute;
    width: 80%;
    height: 450px;
    overflow:hidden;
    left:130px;
    top:20px;
}
.video-wrapper .sliders .upbtn i:hover{
  color:#ddd;
}

.title-slider {
    font-family: Helvetica, Arial, sans-serif;
	color: #e2e3e4;
	font-weight: 400;
    font-size:28px
}
dd .slidelink{
    color:white;
}
dd .slidelink div{
  height:180px;
  width:100%;
}
dd {
  position: absolute; 
  top: 19%;
  height:180px;
  width:100%;
  overflow:hidden;
  opacity: 0;
  transform: translateY(80%);
  animation: dd 30s ease-in-out infinite;
  z-index:98;
}

dd:nth-child(1) {
  animation-delay: 0s;
}
dd:nth-child(2) {
  animation-delay: 5s;
}
dd:nth-child(3) {
  animation-delay: 10s;
}
dd:nth-child(4) {
  animation-delay: 15s;
}
dd:nth-child(5) {
  animation-delay: 20s;
}
dd:nth-child(6) {
  animation-delay: 25s;
}
dd:nth-child(7) {
  animation-delay: 30s;
}

@keyframes dd {
  5% {
    transform: translateY(0);
    opacity: 1;
  }
  20% {
    transform: translateY(2%);
    opacity: 0;
  }
}

.con {
    margin: 10px auto;
    width: 99%;
    position:relative;
    text-align:center;
}
.con:after {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 4px dotted #ddd;
    transform: translate(-50%);
}
.timeline {
            list-style: none;
            padding: 20px 0 20px;
            position: relative;
            filter: grayscale(100%);
        }

.timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #444;
        left: 50%;
        margin-left: -1.5px;
    }
.timeline > li {
        margin-bottom: 20px;
        position: relative;
    }
.timeline > li:before,
.timeline > li:after {
            content: " ";
            display: table;
        }
.timeline > li:after {
            clear: both;
        }

.timeline > li:before,
.timeline > li:after {
            content: " ";
            display: table;
        }
.timeline > li:after { clear: both;}
.timeline > li > .timeline-panel {
            width: 45%;
            float: left;
            background:#fff;
            border: 1px solid #444;
            background:#333;
            border-radius: 2px;
            padding: 15px;
            position: relative;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-size:12px;
            line-height:20px;
            text-align:justify;
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.175);
 }

.timeline > li > .timeline-panel img{
            width: 100%;
            margin-bottom:20px;
}
       
.timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #333;
                border-right: 0 solid #333;
                border-bottom: 15px solid transparent;
                content: " ";
}

.timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #333;
                border-right: 0 solid #333;
                border-bottom: 14px solid transparent;
                content: " ";
 }

.timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

.timeline > li.timeline-inverted > .timeline-panel {
            float: right;
}

 .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
}
.timeline-badge.primary {
    background-color: #ddd !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: #ddd;
    font-weight:600;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

/* Project Portfolio */
.project-title {
    color: #ccc;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    border-left: 2px solid #ddd;
}
.project-title-1 {
    color: #ccc;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-left: 15px;
    margin-top: 60px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
    border-left: 2px solid #ddd;
}
.project-image img {
    border-radius: 4px;
    padding:2px;
    border:1px solid #444;
}
.portfolio-3 img{
    border-radius: 4px;
    border:1px solid #444;
    width:100%;
    height:140px;
    object-fit: cover;
    -webkit-filter: saturate(0%) brightness(90%) contrast(100%);
}

/* Portfolio Style 2 */
.portfolio-2 {
	position: relative;
    height: 250px;
    margin-bottom:20px;
	overflow: hidden;
    cursor:pointer;
}
.portfolio-2 .factory{
    object-fit: cover;
    width: 750px;
    height: 250px;
}
.portfolio-2 .member{
   object-fit: cover;
   width: 750px;
    height: 250px;
}
.portfolio-2 .publications{
   object-fit: cover;
   width: 750px;
   height: 250px;
}
.portfolio-2 .subpagesimg{
   object-fit: cover;
   max-height:100px;
}

.portfolio-2 .mask {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgb(41,44,49);
	opacity: 0.16;
	-webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.portfolio-2 .title {
	font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #eaecee;
    position: relative;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 10px 0;
}
.portfolio-2 .text {
	font-size: 10px;
    position: relative;
    color: #eaecee;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.portfolio-2 p {
	font-size: 11px;
    color: #eaecee;
}
.portfolio-2 .portfolio-2-details {
	z-index:2;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	text-align: center;
	padding:8px 0;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-el .text {
  text-align:center;
  margin-top:-18px;
  line-height:16px;
}
.portfolio-el .textdesc {  
   font-family: Arial, sans-serif;
   padding-top:2px; 
   height:35px;
   font-size:11px;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height:11px;
   text-align:left;
}
.portfolio-el b {  
   padding-top:5px; 
   height:35px;
   font-size:12px;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height:16px;
   text-align:justify;
}
.portfolio-el a {  
   color:#aaa;
}

.portfolio-el {  
   filter: grayscale(100%);
}
.well5 {background:#222;padding:15px 9px;border-radius:4px;color:#ccc;}
.well {padding:9px;margin:0px; margin-bottom:10px;background:#222;color:#bbb;font-size:12px}
.well a {color:#aaa}
.well h3 {color:#aaa}
.well img {
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
height:35px;
filter: grayscale(100%);
}

.well2 {padding:6px;height:32px;margin-bottom:5px;background:#222;color:#bbb;font-size:12px;overflow:hidden}
.well2 a {color:#aaa}
.well2 img {
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
height:25px;
filter: grayscale(100%);
}
.well3 {padding:6px;margin-bottom:5px;background:#222;color:#ccc;font-size:12px;border-radius:6px;}
.well3 h3 {color:#ccc}
.well3 h4 {color:#ccc}
.well3 a {color:#aaa}
.well3 p {  
   font-family: Arial, sans-serif;
   padding-top:2px; 
   height:30px;
   font-size:12px;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   line-height:15px;
   text-align:left;
   color:#aaa;
   overflow: hidden;
   margin-top:-20px;
}
.well4 {padding:8px;margin-bottom:5px;background:#222;color:#ccc;font-size:12px;border-radius:6px;height:160px;overflow:hidden}
.well4 h3 {color:#ccc}
.well4 h4 {color:#ccc}
.well4 a {color:#aaa}

.well4 p {  
   font-family: Arial, sans-serif;
   padding-top:2px; 
   height:35px;
   font-size:12px;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height:15px;
   text-align:left;
   color:#aaa;
}
.search a {  
   font-family: Arial, sans-serif;
   color:#aaa;
   margin-bottom:6px;
}
.search a:hover {  
   font-family: Arial, sans-serif;
   color:#fff;
}
.search p {  
   font-family: Arial, sans-serif;
   height:30px;
   font-size:12px;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height:15px;
   text-align:left;
   color:#aaa;
}
.section table {
    width:100%;
    color:#ccc;
    border:1px solid #aaa;
}
.section th,.section td {
    padding:5px;
    text-align:center;
    border:1px solid #666;
}
.section tr:nth-child(even) {background: #555}
.section tr:nth-child(odd) {background: #444;}
.info1 {margin-left:5px;color:#ccc;position:relative;margin-top:7px;font-size:155%}
.info2 {margin-left:5px;color:#ccc;position:relative;top:-3px;font-size:95%}
.srch {margin-right:-15px;}
.accessibilityimg {
          position:fixed;
          bottom:6%;
          right:5%;
          height:46px;
          display:block;
          z-index:99999999;
}
.accessibilityimg img{
          height:46px;
          filter: grayscale(100%);
}
.accessibility {
          position:fixed;
          bottom:15%;
          right:0.5%;
          width:170px;
          height:65px;
          background:#ddd;
          color:white;
          padding:8px;
          border-radius:10px;
          line-height:20px;
          display:none;
          z-index:99999999;
}
.accessibility:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top-color: #ddd;
	border-bottom: 0;
	margin-left: -15px;
	margin-bottom: -10px;
}
 .accessibility ul
 {
     list-style:none;margin-left:-20px;
 }
  .accessibility li a
 {
    font-size:11px; color:#365363;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
 }
 .accessibility li a:hover
 {
    color:#000;font-weight:600;
 }
.tp-leftarrow.default {transform: translateY(100px) rotate(90deg);}
.tp-rightarrow.default {transform: translate(-950px,100px) rotate(90deg);}
.scroll_icon {
  width:38px;
  height:60px;
  position: fixed;
  left:50%;
  bottom:4%;
  transform: translate3d(-50%,0,0);
  background-size:50%;
  cursor: pointer;
  border-radius: 16px;
  border: 2px solid #dadde2;
  overflow: hidden;
  color:#efefef;
  text-align:left; 
  z-index:102;
}
.scroll_icon:hover {
  width:38px;
  height:60px;
  position: fixed;
  left:50%;
  bottom:4%;
  transform: translate3d(-50%,0,0);
  background-size:50%;
  cursor: pointer;
  border-radius: 16px;
  border: 2px solid #efefef;
  background:#efefef;
  overflow: hidden; 
  
}
.scroll_icon:before {
   content:"";
  content:"\f078";
  font: normal normal normal 18px/1.3 FontAwesome;
  animation: scroll_anim 3.5s infinite;
  position: absolute;
  color:#dadde2;
  width:0px;
  height:0px;
  border-radius: 50%;
  background: #dadde2;
  left:26.3%;
  top:-10px;
  text-align:left; 
  transform: translate3d(-50%,0,0);
  display:inline-block;
}
.scroll_icon:hover:before {background: #555;color: #555;}

@keyframes scroll_anim {
  from {
    transform: translate3d(-50%,0,0);
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-50%,60px,0);
  }
}