
@font-face {
    font-family: myFirstFont;
    src: url(PT_Sans-Web-Regular.ttf);
    font-weight: bold;
}
*{
  font-family: myFirstFont;

}
body,html,.container-fluid{
	margin:0;
	
	}
html{
	overflow-y: scroll;
	overflow-x: hidden;
}
#topBar{
	height:30px;
	background-color:#1e1e1e;
	}
#topBar-left,#topBar-right{
	height:30px;
	line-height:30px;
	}
#topBar-left{
	float:left;
	}
#topBar-right{
	float:right;
	}
.topBar-line{
	height:1px;
	background-color:#ff4d4d;
	}
 .navbar {
      margin-bottom: 0;
      background-color: ;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      height:70px;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #000000 !important;
	  font-size:13px !important;
    font-family: myFirstFont;
  }
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
}
.dropdown-menu>li>a{
	padding: 12px 20px !important;
}
.navbar-default{
	background-color:#ffffff !important;
	position: fixed;
	width: 100% !important;
	border-top: solid 2px #ee1c24;
}
.navbar-nav>li>.dropdown-menu{
	margin-top: 7px !important;
	padding: 0 !important;
}

  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  .navbar-header{
	  position:relative;
  }
 .navbar-header img{
	position: absolute;
    top: 16px;
    left: 0;
    height: 35px;
    width: 201px;
 }
 .glyphicon-chevron-right, .glyphicon-chevron-left{
	 /*margin-top: -90px !important;*/
 }
 .homeImg{
	 position:relative;
	 z-index:100;
 }
 div .homeImg .homeImg-link{
  position:absolute;
  z-index:101;
  top: 190px;
  right: 50px;
 }
  div .homeImg .homeImg-link a{
	color: #ee1c24;
	text-decoration:none;
	font-family: Montserrat, sans-serif;
	font-size: 12px !important;
	letter-spacing: 4px;
	font-weight: bold;
 }
 .current-link a{
  color: #ee1c24;
  text-decoration:none;
  font-size: 13px !important;
  letter-spacing: 0.5px;
 }

 .dropdown-menu > li > a{
	background-color:#ee1c24 !important;
  color: #ffffff !important;
  border-top: solid 1px #ffffff;
 }
 .dropdown-menu > li > a:hover{
	background-color:#ffffff !important;
	color:#ee1c24 !important;
 }
 .navbar-default .navbar-nav>.open>a{
	background-color:#ffffff !important; 
 }
 .navbar-collapse{
	 margin-top:10px !important;
 }
 .nav.navbar-nav.navbar-right{
  margin-top: 5px !important;
 }
 .navbar-right .dropdown-menu{
	right:-113px !important;
 }
 .main-carousel > .carousel {
    position: relative;
    top: 70px;
}
.service-bg-color{
  background-color: #1e1e1e;
    border-left: solid 1px #ee1c24;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}
.nav>li>a{
  padding: 10px 0 15px 41px !important;
}
  .carousel-inner > .item > img,
 .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
	  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
 .main-carousel > .carousel-indicators{
	 bottom:4px !important;
 }
 .carousel-indicators .active{
	background-color:#ee1c24 !important;
	border:solid 1px #ee1c24 !important;
 }
    .carousel-inner > .item > img:hover,
  .carousel-inner > .item > a > img:hover {
     -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
  #myCarousel{
	padding-right: 0 !important;
    padding-left: 0 !important;
  }
 .carousel-caption{
	 background-color:#1e1e1e !important;
	 color:#ffffff;
	 width:100%;
	 opacity:0.8;
	 left: 0 !important;
	 bottom: 0 !important;
 }
 .carousel-caption h4{
	margin-top: 0 !important;
  margin-bottom: -9px !important; 
	color:#ffffff;
  font-family: myFirstFont;
  letter-spacing: 1.5px;
 }
.aboutPara{
	font-size:16px;
	line-height:1.75;
	color: #000000;
}
.mtb50{
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mt50{
  margin-top: 50px !important;
}
.home-team-overlay{
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #1e1e1e;
	opacity:0.8;
	overflow: hidden;
	width: 100%;
	height:0;
	transition: .5s ease;
}
.about-team-overlay{
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #1e1e1e;
	overflow: hidden;
	width: 100%;
	height:0;
	transition: .5s ease;
}
.home-team{
/*	position: relative;
    width: 54%;
	left:22%;*/
}
.about-team{
	position: relative;
  
}
.home-team-text{
	white-space: nowrap; 
	color: white;
	font-size: 20px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.about-team-text{
	color: white;
	font-size: 14px;
	position: absolute;
	overflow: hidden;
	top: 53%;
    left: 51%;
    width: 88%;
    padding: 5px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.about-team-text p{
	color:#ffffff !important;
}
.home-team-image{
	display: block;
    width: auto;
    height: 300px;
    margin: auto;
    border-radius: 50%;
}
.about-team-image{
  display: block;
    width: auto;
    height: 300px;
    margin: auto;
}
.about-team:hover .home-team-overlay {
  bottom: 0;
  height: 100%;
}
.about-team:hover .about-team-overlay {
  bottom: 0;
  height: 100%;
}
/* counter styles starts*/
.counterHeading {
	font-weight: normal !important;
	text-transform: uppercase;
	color: #ffffff;
	text-align:center;
}

.counter-bg{
	background-color:#ffffff;
	padding: 20px 0;
  background: url("../image/counter-bg.jpg") no-repeat center; 
}
.vision-bg{
  background-color:#ffffff;
  padding: 20px 0;
  background: url("../image/overlay-bg1.jpg") no-repeat center fixed; 
}


.service-bg{
  background-color:#ffffff;
  padding: 20px 0;
  background: url("../image/overlay-bg2.jpg") no-repeat  fixed; 
 
}

.counter{
	font-size: 66px;
	display: inline-block;
	text-align: center;
	color: #ee1c24;
  font-family: myFirstFont !important;
}
.main-heading{
	 color: #000000;
    font-size: 30px;
    font-family: myFirstFont !important;
    letter-spacing: 2px;
    
}

.mission-para {
  background-color: #1e1e1e;
  padding: 33px 20px 61px 50px;
}
.vision-para{
   background-color: #ffffff;
  padding: 33px 20px 33px 39px;
}
.mission-para p{
  color: #ffffff;
  font-size:16px;
  line-height:1.75;
  font-family: Montserrat, sans-serif !important; 
}
.servicePara{
  padding: 40px;
}
div.servicePara > .heading{
  color: #000000;
    font-size: 28px;
    font-family: myFirstFont !important;
    letter-spacing: 2px;
    padding: 5px;
}
.heading-border-color{
	margin:10px 0;
	background-color: #ff4d4d;
	height: 1px;
}
ul.misiionList li{
  color: #1e1e1e;
  font-size:16px;
  line-height:1.75;
  font-family: Montserrat, sans-serif !important; 
}
.mtop40{
	margin:40px 0;
}
.teamHeading{
	font-size:36px;
	border-bottom:solid 3px red;
	margin:20px 0;
}
/*team style starts*/
.team-member {
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.team-member-image {
  height: 200px;
    width: 200px;
    border-radius: 50%;
  opacity: 1;
  display: block;
  
  transition: .5s ease;
  backface-visibility: hidden;
}

.team-member-desc {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      color: white;
   
}

.team-member:hover .team-member-image {
  opacity: 0.3;
}

.team-member:hover .team-member-desc {
  opacity: 1;
}

.team-member-desc {
  background-color: ;
  
  font-size: 16px;
   font-size: 16px;
    /* padding: 16px 32px; */
    color: #000;
}
.team-member-desc  h2,.team-member-desc  h4{
  text-align: center;
}
.team-member-desc  h2{
  color: #1e1e1e;
}
 .team-member-desc  h4{
   color: #ee1c24;
 } 

.card {
  cursor:pointer;
  text-align: center;
  font-family: arial;
}
.card:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: .5s ease;
  
}

.services-img{
  margin-top: 50px;
  max-height: 323px;
  margin-bottom: 20px;
}
.designation {
  color: grey;
  font-size: 18px;
}
.card img{
	height:200px;
	width:200px;
	border-radius:50%;
}
.card h3{
	color: #ff7e7e;
}
.btn-card {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #1e1e1e;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}
a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.btn-card:hover, a:hover {
  transition: .5s ease;
}

/*team style ends*/
/*testinoiel strats*/
.bg-none{
	background-color:none !important;
}
#testimonial-Carousel{
	height:300px;
	background-image:url("../image/homeimage2.jpg") !important;
	background-color:#000;
}
.carousel-control.right,.carousel-control.left{
	background-image:none !important;
}
.matter{
	position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    top: 120px !important;
	
}
.matter span,.matter h4{
	color:#000 !important;
}
/*testinoiel ends*/
/* counter styles ends*/
.contat-bg{
	background-color:#1e1e1e;
	
}

ul.contact-list li {
	list-style-type:none;
	line-height: 30px;
	
}
ul.contact-list li a i.fa{
	color:#ee1c24;
}
ul.contact-list li a{
	font-size: 14px;
  text-decoration: none;
	color:#ffffff;
	cursor:pointer;
}
ul.contact-list{
	padding-left: 0;
}
.footer-header-font{
	font-weight: normal;
  color: #fff;
}
.contact-heading-border-color{
	margin-bottom: 15px;
    width:14%;
	height:1px;
	background-color:#ee1c24;
   
}
.img-mtop{
	margin:10px 0;
}
img.hover-shadow {
  transition: 0.3s;
  cursor:pointer;
  position:relative;

}
img.hover-shadow:hover .corner-tip{
	display:block;
}
.dolist{
	list-style-type:none;
	display:block;
	padding:0;
}
.dolist > li > i.fa{
	color:#ee1c24 !important;
	padding-right: 10px;
	font-size: 16px !important;
}
.ih-item.square.effect10 .info h3{
	background-color:#ee1c24 !important;
}
.ih-item.square.effect10 .info p{
	color: #ffffff !important;
	font-size: 16px !important;
	font-style:normal !important;
}
.dolist > li {
	text-decoration: none;
	color:#ffffff;
}
.dolist > li:hover
 {
	text-decoration: underline;
}
.dolist > li:hover
.dolist li i.fa.fa-check{
	color:#ffffff !important;
}
.drawing{
	background:#000 url("../image/drawing.png") no-repeat center fixed; 
}
.drawing h3{
  color: #ffffff !important;
  font-family: myFirstFont !important;
}
.contact-bg-img{
  background:#000 url("../image/exp-bg.png") no-repeat center fixed; 
}
.gallery-image:hover .corner-tip {
	display:block;
	
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

@media (max-width:768px){
	#topBar{
	display:none;
	}
	 .service1{
	     margin-bottom: 60px !important;
	 
   }
}
@media (min-width:413px) and (max-width:768px){
	.service-circle1{
	position: absolute;
    top: -16%;
    left: 41% !important;
    height: 120px;
    width: 120px;
    border-radius: 50%;
   
	border:solid 3px #ff4d4d;
	background:url("../image/service-img1.PNG") #ff4d4d no-repeat center;
	background-size:50% 50%;
	-webkit-transition: background 200ms; /* For Safari 3.1 to 6.0 */
    transition:  background 200ms;
   } 
}
@media (min-width:768px) and (max-width:850px){
  .nav>li>a{
    padding: 7px 0 15px 20px !important;
  }
}
@media (min-width:400px) and (max-width:412px){
	.service-circle1{
	position: absolute;
    top: -16%;
    left: 35% !important;
    height: 120px;
    width: 120px;
    border-radius: 50%;
   
	border:solid 3px #ff4d4d;
	background:url("../image/service-img1.PNG") #ff4d4d no-repeat center;
	background-size:50% 50%;
	-webkit-transition: background 200ms; /* For Safari 3.1 to 6.0 */
    transition:  background 200ms;
   } 
}
/*slid anim starts*/
  .slideanim {visibility:hidden;}
  .slideUp {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

/*slid anim ends*/
/* team styles starts*/
.team-img-1 img{
    width:100%;
  }
  .team-person h4:nth-child(2){
   color: #ff7e7e;
   margin-top: 0 !important;
  }

  .team-person p{
    line-height: 27px;
    font-size: 16px;
    color: #959699;
  }
  .socialicon-boder{
  /*  border: solid 1px #ee1c24;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;*/
    
  }
  ul.social-icons, ul.social-icons-contact,ul.footer-social-icons{
    margin: 0;
    padding: 0;
   }
  ul.social-icons li, ul.social-icons-contact li, ul.footer-social-icons li{
    list-style-type: none;
    display: inline-block;
  }
  ul.social-icons li, ul.social-icons-contact li, ul.footer-social-icons li {
    padding-right:30px;
  }
  ul.social-icons li  i ul.footer-social-icons li i{
    color: #ee1c24;
    opacity: 0.5;
	font-size: 17px;
  }

  ul.footer-social-icons li  i{
    color: #ee1c24;
  font-size: 17px;
  }
  ul.social-icons-contact li i{
	 color: #ee1c24;
	 font-size: 17px;
  }
   ul.social-icons li  i:hover{
    opacity: 1;
  }
  .team-row-padding{
	padding:30px 0;
  }
  /* lightbox ends*/
  
  .btn-more{
	background-color: #ee1c24 !important;
    border: none !important;
    padding: 11px 39px !important;
	margin:20px 0;
	color:#ffffff !important;
	-webkit-transition: background 1s; /* For Safari 3.1 to 6.0 */
    transition:  background 1s;
	letter-spacing: 1px;
  }
   .btn-more:hover{
	background-color: #1e1e1e !important;   
   }
   .about-img{
	   height:350px;
	   width:432px;
	   background-image: url("../image/aboutImg1.jpg") ; 
	   background-size:100% 100%;
   }
     .about-img:hover{
	   background-image: url("../image/aboutImg2.jpg") ; 
	   background-size:100% 100%;
   }
   .vision{
	  background-color:#1e1e1e !important;
	  
	   color:#ffffff !important;
   }
   .visionPara{
	font-size:17px;
	line-height:43px;
	color:#fff !important;
   }
.overlay-bg{
  /*background: rgba(0, 0, 0, 0.8);*/
  margin: -20px;
}
   .service1{
	   height:350px;
	   background-color:#ffffff;
	 
	   border-radius:35px;
	   position:relative;
	    
	   -webkit-transition: background 1s; /* For Safari 3.1 to 6.0 */
		transition:  background 1s;
   }
    .service1:hover{
	   background-color:#ff4d4d;
	   border:solid 1px #ff4d4d;
	   box-shadow: 2px 10px 5px #ececec;
	  
   }
   .service1:hover
   .service-text p{
	color:#ffffff;   
   }
   .service1:hover
   .service-text h3{
	color:#ffffff;   
   }
   
   .service-circle1{
	position: absolute;
    top: -16%;
    left: 31%;
    height: 120px;
    width: 120px;
    border-radius: 50%;
   
	border:solid 3px #ff4d4d;
	background:url("../image/service-img1.PNG") #ff4d4d no-repeat center;
	background-size:50% 50%;
	-webkit-transition: background 200ms; /* For Safari 3.1 to 6.0 */
    transition:  background 200ms;
   }
   .service1:hover
    .service-circle1{
	border:solid 3px #ff4d4d;
	background:url("../image/service-img1-hover.PNG") #ffffff no-repeat center;
	background-size:50% 50%;

   }
   .service-text h3{
	   color:#959699;
	   font-weight:bold;
   }
   .service-text{
	position: absolute;
    top: 20%;
    left: 0;
	 
   }
   .service-text p{
	   color:#959699;
	   line-height:30px;
	   text-align:center;
   }
   .service-section{
	   padding: 20px 0;
   }
   .clients{
	background-color: #1e1e1e;
    padding: 20px 0;
	margin: 20px 0;
   }
   .client-list{
	border-left: 2px solid #fff;
    border-right: 2px solid #fff;	
	}
   .client-list img{
	   width:100% !important;
   }
   .carousel-testimonial-content {
    color:black;
    display:flex;
    align-items:center;
}
.carousel-testimonial-content p{
	line-height: 34px;
    font-size: 16px;
}
.img-grey-filter{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	cursor:pointer;	
}
.img-grey-filter:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.mbt15{
	margin:15px 0 !important;
}
.ptop5{
  padding-top: 5px;
}
/*client-carousel start*/
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 55px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 55px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}

/*client-carousel end*/
.row > .column-cat-proj {
  padding: 0 8px;
}


.column-cat-proj {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal-proj-cat {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: black;
}

/* Modal Content */
.modal-proj-cat > .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}

/* The Close Button */
.modal-proj-cat > .close {
  color: white;
  position: absolute;
  top: 90px;
  right: 290px;
  font-size: 35px;
  font-weight: bold;
}

.modal-proj-cat > .close:hover,
.modal-proj-cat > .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.cat-proj-prev,
.cat-proj-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.cat-proj-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.cat-proj-prev:hover,
.cat-proj-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.galleryList{
	height:100px;
	width:110px;
	padding: 5px;
}
.contact-address{
	line-height: 28px;
    font-size: 17px;
	font-family: 'Lato', sans-serif !important;
}
.contact-form label{
	font-family: 'Lato', sans-serif !important;
	font-size: 15px !important;
}
.mb50{
	margin-bottom:50px;
}
.prl8{
	padding-right: 8px !important;
    padding-left: 8px !important;
}
.projects-cat h5:first-child{
	font-weight:bold !important;

}
ul.misiionList{
	
	display:block;
	padding: 0;
}
.serviceImg-bg{
	text-align:center;
}
.pad0{
	padding:0 !important;
}
.services-bg{
	background-color:#ececec;
}
.project-bg{
  height: 46px;
  background-color: #ee1c24;
}
.btn-view-projects{
  margin-top: 13px;
}
.btn-view-projects a:hover{
  background-color: #ffffff;
  color: #ee1c24 !important;
}
.btn-view-projects a{
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  padding: 10px;
  background-color: #ee1c24;
      font-family: myFirstFont;
      letter-spacing: 2.5px;

}

.footer h3{
	color:#ffffff !important;
}
ul.projects-industrywise {
    list-style-type: none;
    display: inline-block;
}
ul.projects-industrywise li {
    float: left;
}
/*projects by industry starts here*/
.projects-tab {
    overflow: hidden;
    margin-left: 17%;
}

.projects-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.projects-tab button:hover {
    background-color: #ee1c24;
    color: #ffffff;
}

.projects-tab button.active {
    background-color: #ee1c24;
    color: #ffffff;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}
/*projects by industry ends here*/


.scrollTop {
  position: fixed;
  right: 3%;
  bottom: 10px;
  background-color: #ee1c24;
  padding: 10px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}
/* customized responsive*/

@media (max-width:647px){
  .servicePara{
  padding: 0 !important;

}
.home-team{
  display: block;
}
 .navbar-default .navbar-nav > li > a{
   color: #ffffff !important; 
   background-color: #ee1c24;
  }
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #ffffff !important; 
   background-color: #ee1c24 !important;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
      background-color: #ee1c24 !important;
  }
  .hidelist{
    display: none !important;
  }
.galleryList {
    height: 100px;
    width: 110px;
    padding: 5px;
    min-width: 168px;
    margin: auto;
}
.modal-proj-cat > .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 75%;
    max-width: 1200px;
}
.home-team-image {
    display: block;
    /* width: auto; */
    /* height: 300px; */
}
}
@media (max-width:767px){
  .servicePara{
  padding: 0 !important;

}
.home-team{
  display: block;
}
.home-team-image {
    display: block;
   margin: auto;
}
 .navbar-default .navbar-nav > li > a{
   color: #ffffff !important; 
   background-color: #ee1c24;
  }
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #ffffff !important; 
   background-color: #ee1c24 !important;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
      background-color: #ee1c24 !important;
  }
 .container>.navbar-header{
  margin-left: 0;
  margin-right: 0;
 }
 .galleryList {
    height: 100px;
    width: 110px;
    padding: 5px;
    min-width: 168px;
    margin: auto;
}
.modal-proj-cat > .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 75%;
    max-width: 1200px;
}
}
