/*
#Colors:
purple: 615f82ff
red: e75442ff
black: 000000
grey

*/


body {
    line-height: 1.5em;
    position: relative;
    overflow-y: scroll;
    height: 100%;
}

.grey-bg {
    background: #ededed;
}
.padding-50 {
    padding: 50px auto;
}
.padding-100 {
    padding: 100px auto;
}

.section-heading {
    text-transform: capitalize;
    margin-bottom: 30px;
}


.default-header nav .main-menu a:hover {
  color: #ffffff;
}
.default-header nav .main-menu a:active {
  color: #ffffff;
  font-weight: bold;
}
.default-header nav .main-menu a:visited {
  color: #ffffff;
  font-weight: bold;
}

.banner-area {
  background: url(../img/pt_bg.jpg) no-repeat center center/cover;
}

.banner-area .overlay-bg {
  background: -moz-linear-gradient(left, rgba(97, 95, 130, 0.685) 0%, #5b61cff2 100%);
  background: -webkit-linear-gradient(left, rgba(97, 95, 130, 0.685) 0%, #5b61cff2 100%);
  background: linear-gradient(to right, rgba(97, 95, 130, 0.685) 0%, #5b61cff2 100%);
  
}

img.big_logo {
    width:80%;
    height: auto;
    margin:0 auto;
}


#vision {
    background: rgba(231, 85, 66, 0.774);

    display: block;
    position: relative;
    top: 0; bottom: 0; left: 0; right: 0;
    color: #000;
}
#vision::after{
    background-image: url(../img/pharmaceutical-banner-w1349.jpg);
    background-attachment: fixed;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    content: "";
    /* opacity: 0.9; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.5;
}



.single-product {
  margin-top: 30px;
  background: #fff;
  border-bottom: 2px solid #e75442ff;
  padding: 70px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product .icon {
  text-align: center;
  margin-bottom: 20px;
}

.single-product .icon span {
  font-size: 48px;
  color: #e75442ff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product .desc {
  text-align: center;
}

.single-product .desc h4 {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product .desc p {
  margin-bottom: 0;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product:hover {
  background: #e75442ff;
}

.single-product:hover .icon span, .single-product:hover .desc h4, .single-product:hover .desc p {
  color: #fff;
}

.studio-area:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../img/values-19.jpg) no-repeat center center/cover;
  z-index: 1;
}



.primary-btn {
  line-height: 40px;
  padding: 0 40px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #e75442ff;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn.banner-btn {
  color: #fff;
  margin-top: 60px;
}

.primary-btn span {
  margin-left: 15px;
}

.primary-btn:hover {
  background: #e75442ff;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.contact-form input, .contact-form input::placeholder, .contact-form textarea, .contact-form textarea::placeholder {
    color: #555555;
}


footer a {
  color:#e75442ff;
}
footer a:hover {
  color:#ffffff;
}

