@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:400,500,700');
@import 'css/bootstrap.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/owl.carousel.min.css';
@import 'css/slick.css';
@import 'css/font-awesome.min.css';
@import 'css/themify-icons.css';
@import 'css/ionicons.min.css';
@import 'css/style.css';
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Cabin', sans-serif;
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}
.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}
.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}
.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}
.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.mt-15 {
    margin-top: 15px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-150 {
    margin-top: 150px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-100 {
    margin-right: 100px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-100 {
    margin-bottom: 100px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-100 {
    margin-left: 100px;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
#scrollUp {
    bottom: 30px;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
li {
    list-style: none;
}
p {
    color: #726a84;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}
.heading-text > p {
    font-size: 16px;
}
.section-heading > h2 {
    font-weight: 300;
    color: #3B0807;
    font-size: 48px;
    margin: 0;
}
.section-heading > h4 {
    font-weight: 300;
    color: #3B0807;
    margin: 0;
}
.section-heading {
    margin-bottom: 60px;
}
.line-shape-white,
.line-shape {
    width: 80px;
    height: 2px;
    background-color: #f44336;
    margin-top: 15px;
}
.line-shape {
    margin-left: calc(50% - 40px);
}
.table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.falco-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running falco-load;
    animation: 2000ms linear 0s normal none infinite running falco-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #fb397d;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}
@-webkit-keyframes falco-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes falco-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header_area {
    background-color: #202020;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.header_area .navbar {
  padding: 0;
}
.menu_area .navbar-brand {
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 0;
    width: 200px;
    height: 60px;
}
.menu_area .navbar-toggler {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.1);
}
.menu_area .navbar-toggler i {
  color: white;
  font-size: 24px;
}
.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
    color: #fff;
}
.menu_area {
    position: relative;
    z-index: 2;
}
.menu_area #nav .nav-link {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 20px 15px;
}
.menu_area #nav .nav-link:hover {
  background-color: white;
}
.menu_area nav ul li > a:hover {
    color: black !important;
}
.menu_area nav ul li:last-child {
  margin-left: 5px;
}
.menu_area nav ul li:last-child a{
    border: 0.5px solid white;
    padding: 10px !important;
    font-size: 17px !important;
}
.menu_area nav ul li:last-child a:hover{
    background-color: white;
    color: black;
}
.menu_area nav ul li > a:hover {
    color:#7f848e !important;
}
.header_area.sticky {
    background-color: #202020;
    position: fixed;
    top: 0;
    z-index: 99;
}
.header_area.sticky .menu_area .navbar-brand {
    font-size: 50px;
}
.header_area.sticky .navbar {
    padding: 0;
}
.wellcome_area {
    background-image: url(img/bg-img/wpp.jpg);
    height: 100vh;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
}
.wellcome_area:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    bottom: 0;
    z-index: 2;
}
.welcome-thumb {
    width: 45%;
    position: absolute;
    bottom: -130px;
    right: 85px;
    z-index: 9;
}
.welcome-thumb img {
    height: auto;
    width: 100%;
}
.form-control::-webkit-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}
.form-control::placeholder {
    color: #cec1f4;
    opacity: 1;
}
.single-icon > i {
    font-size: 36px;
    color: #f44336;
}
.single-icon {
    margin-bottom: 25px;
}
.single-special > h4 {
    font-size: 20px;
    color: #3B0807;
    margin-bottom: 15px;
}
.single-special {
    border: 1px solid #eff2f6;
    padding: 40px;
    border-radius: 40px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-bottom: 30px;
    height: 230px;
}
.special_description_content > h2 {
    color: #5b32b4;
    font-size: 48px;
    margin-bottom: 30px;
}
.single-special:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}
.single-special p {
    margin-bottom: 0;
}
.single-feature {
    margin-bottom: 50px;
    text-align: center;
}

.single-feature > p {
    margin-bottom: 0;
}

.single-feature > i {
    color: #fb397d;
    font-size: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.img-ass {
  margin: 0 auto;
  width: 90%;
}
.single-feature > h5 {
    margin-top: 15px;
    font-size: 22px;
    color: #3B0807;
}

.single-feature > p {
    margin-top: 15px;
}
.products_slides {
    padding: 0 6%;
}
.products_slides .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}
.products_slides .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.products-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}
.products-area .owl-dot.active {
    background-color: #f44336;
    border: transparent;
}
.products-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}
.footer-contact-area .line-shape {
    margin-left: 0;
}
.footer-contact-area .heading-text > p {
    margin-top: 50px;
}
.footer-contact-area .heading-text {
    margin-bottom: 50px;
}
#name {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}
#email {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}
#message {
    border-radius: 25px 25px 25px 0;
}
.btn.submit-btn {
    background: #f44336;
    height: 48px;
    min-width: 185px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 22px 25px 22px 0;
    cursor: pointer;
}
.btn.submit-btn:hover {
    background: #56589a;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.footer-contact-area {
    background: #E7D2D1;
}
.footer-text > p {
    margin-bottom: 50px;
    font-size: 18px;
}
.footer-text > h2{
    width: 200px;
    margin: 0 auto;
}
.footer-text img{
    width: 100%;
    height: 100%;
}
.footer-social-icon > a > i {
    background: #9b69e4;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 10px 10px 10px 0px;
    margin-right: 10px;
}
.footer-social-icon > a > i:hover {
    background: #fb397d;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.footer-text {
    margin-bottom: 15px;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    border-right: 2px solid #726a84;
    display: block;
    padding: 0 7.5px;
    color: #3B0807;
}
.footer-social-icon > a .active {
    background: #fb397d;
}
.footer-menu ul li:last-child a {
    border-right: 0 solid #ddd;
}
.footer-social-icon {
    margin-bottom: 30px;
}
.footer-menu {
    margin-bottom: 15px;
}
.copyright-text > p {
    margin-bottom: 0;
    color: #3B0807;
}
.container-fluid .read {
    text-align: end;
}
.container-fluid .read a {
    color: white;
    background-color: #f44336;
    font-size: 18px;
    border-radius: 22px 25px 22px 0;
    padding: 12px 35px;
}
.container-fluid .read a:hover {
    background-color: #56589a;
}
.special-area .single-special {
    padding: 60px 15px;
}
.banner {
  height: 500px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  margin-top: 60px;
}
.contact-banner {
  background-image: url(img/bg-img/contact-banner.jpg);
  margin-top: 60px;
}
.shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.textforbanner {
  text-align: center;
}
.textforbanner h3 {
  font-size: 60px;
  color: white;
  padding-top: 200px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
  text-transform: uppercase;
}
.contacts {
  padding: 50px 0;
  background-color: white;
}
.contacts h4 {
  padding: 8px 0px;
  font-weight: 600;
  color: #5b32b4;
}
.contacts label {
  width: 100%;
  font-size: 12px;
  padding: 0 12px;
  margin-top: 15px;
  color: #3B0807;
}
.contacts input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 25px 25px 25px 0;
  border: 0.5px solid silver;
  outline: 0;
  outline-color: #e53935;
}
.contacts input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.contacts textarea {
  width: 100%;
  resize: none;
  height: 130px;
  border: 0.5px solid silver;
  padding: 10px 12px;
  text-transform: capitalize;
  border-radius: 25px 25px 25px 0;
}
.contacts textarea:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.contacts button {
  background-color: #f44336;
  border: none;
  box-shadow: 0px 0px 5px 0px #fb397d;
  color: white;
  padding: 8px 20px;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 50px 50px 50px 0px;
  transition-duration: 500ms;
}
.contacts button:hover {
  background-color: #56589a;
  box-shadow: 0px 0px 5px 0px #56589a;
}
.contacts i {
  color: #f44336;
  font-size: 50px;
}
.contacts address {
  display: flex;
  align-items: center;
  color: #392b56;
}
.contacts .number {
  display: flex;
  align-items: center;
}
.contacts .number a {
  color: #392b56;
}
.contacts .number a:hover {
  text-decoration: underline;
  color: #5b32b4;
}
.contacts .mail {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.contacts .mail a {
  color: #392b56;
}
.contacts .mail a:hover {
  text-decoration: underline;
  color: #5b32b4;
}
.contacts .mail i {
  font-size: 40px;
}
.contacts .col-6 {
  padding-right: 20px;
}
.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.title-banner {
  background-image: url(img/bg-img/title-banner.jpg);
}
.products {
  padding: 60px 0 !important;
  background-color: white;
}
.products .sector {
  margin-bottom: 60px;
}
.products .sector h2 {
  font-size: 36px;
}
.products{
  padding: 8em 0;
}
.products .section-heading {
  margin-bottom: 0;
  margin-top: 30px;
}
.products .content{
  border: 1px solid #808489;
  padding: 3em 25px;
  position: relative;
}
.products .col-lg-4{
  overflow: hidden;
  padding-top: 30px;
/*  height: 398px;*/
}
.products .content .product_image{
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}
.products .content .product_image span{
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  transition: all 0.8s ease-in-out;
}
.products .content .bottom p{
  color: black;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  width: 90%;
  top: 230px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  font-size: 14px;
}
.products .content .bottom {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  padding: 0 20px;
  padding-bottom: 200px;
  height: 100px;
  overflow: hidden;
}
}
.products .content .bottom p{

}
.products .content:hover .bottom p{
  opacity: 1;
  top: 10px;
}
.products .content:hover .product_image{
  transform: translateY(-70%);
}
.products .content:hover .product_image span{
  width: 150px;
}
.products .my-3 h3 {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  color: #56589a;
}
.products .my-3 {
  margin: 0 !important;
}

.about-banner {
  background-image: url(img/bg-img/about-banner.jpg);
}
#aboutcont {
  padding: 50px 0px;
}
.abouttext ul li {
  list-style: inside;
  color: #392b56;
  line-height: 25px;
}
.abouttext .section-heading {
  margin-top: 50px;
}
.abouttext {
    background: white;
}
.abouttext p {
  text-indent: 30px;
  color: #392b56;
  line-height: 25px;
}
.abouttext .section-heading .sertificate{
  margin-top: 80px;
  height: 400px;
  border: 1px solid black;
}
