/*-----------------------------------------------------------------------------------

    Template Name: Your template name 
    Template URI: https://bootexperts.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: https://bootexperts.com
    Version: 1.2

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

.bg-img {
  background: rgba(0, 0, 0, 0) url("img/bg-2.jpg") repeat scroll center center / cover    ;
  height: 100vh;
}
.slider > img {
  width: 100%;
}


/*----- about us  ------*/

.hover-style {
  display: block;
  position: relative;
}
.hover-style::before {
  background: #fff none repeat scroll 0 0;
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.4s ease-in-out 0s;
}
.hover-style:hover::before {
  opacity: 0.75;
}








.about-us-text > h3,.about-team-member > h3 {
  font-size: 18px;
  font-weight: 600;
}
.about-us-text > p {
  color: #666;
}
.team-member img,.portfolio-left-bar-top > img,.portfolio img {
  width: 100%;
}
.team-member-title {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
}

.team-member:hover .team-member-title {
  opacity: 1;
}
.team-member-title h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out 0s;
    color: #fff;
}
.team-social li {
  display: inline-block;
  margin-right: 20px;
    transition: all 0.4s ease-in-out 0s;
    transform: translateY(10px);
    color: #fff;
}
.team-social li a{
    color: #fff;
}
.team-social li:last-child {
  margin-right: 0px;
}
.team > p {
  margin: 10px 0 13px;
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out 0s;
    color: #fff;
}


.team-member:hover .team-member-title h3,.team-member:hover .team > p,.team-member:hover .team-social li {
  transform: translateY(0px);
}
.team-member:hover .team-social li {
  transform: translateY(0px);
}


.about-team-member .hover-style::before {
  background: #000 none repeat scroll 0 0;
    z-index: 1;
}

.about-team-member .hover-style:hover::before {
  opacity: 0.75;
}


.team-member > img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}






/*----- portfolio details  ------*/


.portfolio-left-bar-top > h3,.portfolio-right-bar-top > h3,.portfolio-right-bar-bottom > h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.portfolio-left-bar-bottom > h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 22px;
}
.portfolio-left-bar-bottom p {
  color: #666;
}

.portfolio-right-bar-top ul {
  border: 1px solid #dcd9d9;
}
.portfolio-right-bar-top li {
  border-bottom: 1px solid #dcd9d9;
  font-size: 14px;
  font-weight: 500;
  display: block;
  overflow: hidden;
}
.portfolio-right-bar-top li:last-child {
  border-bottom: none;
}

.portfolio-right-bar-top li span {
  float: left;
  padding: 10px;
}
.portfolio-right-bar-top li span.portfolio-span {
  border-right: 1px solid #dcd9d9;
  float: left;
  width: 34%;
    
}

.portfolio-right-bar-bottom .portfolio-title h3 {
  font-size: 14px;
}

.portfolio-right-bar-bottom .portfolio-title span {
  font-size: 14px;
}

.portfolio-right-bar-bottom .portfolio {
  margin-bottom: 0px;
}

.portfolio-right-bar-bottom .hover-style > a::before {
  bottom: 5px;
  left: 5px;
  right: 5px;
  top: 5px;
}
.portfolio-right-bar-bottom .hover-style:hover a::before {
  opacity: 0.75;
}



/*----- pricing table  ------*/



.pricing-top {
  border-bottom: 1px solid #c1c1c1;
  display: block;
  overflow: hidden;
}
.single-pricing {
  border: 1px solid #c1c1c1;
  padding: 50px;
}

.pricing-top h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.pricing-top p {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 28px;
}
.pricing-top p span {
  font-size: 18px;
  font-weight: normal;
}

.pricing-tex li {
  color: #333333;
  font-size: 14px;
  padding-bottom: 22px;
  text-transform: capitalize;
}
.pricing-tex li:last-child {
  padding-bottom: 0px;
}
.pricing-tex li i{
  padding-right: 10px;
}

.price-btn .button {
  background-color: transparent;
  border: 1px solid #c1c1c1;
  color: #464646;
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 13px 36px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.price-btn .button:hover{
  background-color: #464646;
  border: 1px solid #464646;
  color: #fff;
}
.pricing-tex > ul {
  padding: 40px 0;
}

.price-btn .button i {
  font-size: 14px;
  padding-left: 12px;
}


/*----- contact ------*/


#hastech2 {
  height: 402px;
  width: 100%;
}


h3.main-contact {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 32px;
}

.main-input input {
  border: 1px solid #c1c1c1;
  color: #666;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  height: 38px;
  padding-left: 20px;
    background-color: transparent;
}


.text-leave2 textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  color: #666;
  font-family: "Lato",sans-serif;
  height: 150px;
  margin-bottom: 40px;
  padding: 14px 20px;
}

.leave-form input:focus, .main-input input:focus, .text-leave textarea:focus, .text-leave2 textarea:focus {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #464646;
}



/*............. 18. Scrollup   ................*/

#toTop {
    text-align: center;
    bottom: 35px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 12px;
    z-index: 9999;
}
#toTop i {
    background-color: #464646;
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
}
#toTop i:hover {
    background-color: #666;
    color: #fff;
}

.breadcrumbs {
    position: relative;
}

.mean-container .mean-nav > ul {
	height: 301px;
    overflow-y: auto;
}

