/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
/* @import url(swiper.min.css);x */
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}
::-moz-selection { /* Code for Firefox */
color: #fff;
background: #1297C6;
}

#preloader{
    background: #000;
    position: fixed;
    height: 100vh;
    width: 100%;
    
}
::selection {
color: #fff;
background: #00A547;
}
html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.header_section {
    width: 100%;
    /* float: left; */
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 25px 0 0 0;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 10px;
}

.image_6 {
    width: 100%;
    float: left;
}

.image_6 img {
    width: 100%;
}

.number_tetx {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 30px;
    padding-left: 10px;
}
.line {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.left_img {
    width: 100%;
    float: left;
    margin-top: 40px;
    text-align: center;
}

.togle_3 {
    width: 100%;
    float: left;
    padding-top: 10px;
}
.left_main {
    width: 100%;
    float: left;
}

.right_main {
    width: 25%;
    float: left;
}
.middle_main {
    width: 25%;
    float: left;
}


.right_main {
    margin-top: 6px;
}
.menu_main {
    float: left;
    padding-left: 10px;
    color: #ffffff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    display: flex;
}
.menu_main a {
    color: #ffffff;
}
.menu_main a:hover {
    color: #ffffff;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 13px;
    padding-top: 0;
    font-size: 20px;
    color: #ffffff;
}

.nav-link:focus,
.nav-link:hover {
    color: #1196c5 !important;
}

.furniture_text {
    width: 100%;
    float: left;
    font-size: 84px;
    color: #060a0b;
    font-weight: bold;
}
.trends_text {
    width: 100%;
    float: left;
    font-size: 84px;
    color: #ffffff;
    font-weight: bold;
    line-height: 75px;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #ffffff;
    margin-left: 0px;
}

.more_bt {
    width: 40%;
    float: left;
    background-color: #ffffff;
    font-size: 17px;
    color: #121010;
    height: 50px;
    font-weight: 700;
    padding-top: 5px;
}

.furniture_bt {
    width: 40%;
    float: left;
    background-color: #000000;
    font-size: 17px;
    color: #ffffff;
    height: 50px;
    font-weight: 700;
    padding-top: 5px;
    margin-left: 25px;
}

.about_taital {
    width: 100%;
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
}
.product_taital {
    width: 100%;
    font-size: 45px;
    color: #000000;
    font-weight: 600;
}
.product_text {
    width: 100%;
    font-size: 19px;
    color: #ffffff;
    margin-left: 0px;
}
.para_text {
    width: 100%;
    font-size: 16px;
    color: #000000;
    margin-left: 0px;
}
.market_text {
    width: 100%;
    font-size: 17px;
    color: #ffffff;
    margin-left: 0px;
}

/* about */
.about_sec {
    background-color: #254b33;
    width: 100%;
    float: left;
    height: auto;
    padding: 60px 0px;
}

.our_furniture_section {
    width: 100%;
    float: left;
}

.our_section_2 {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.image {
    width: 100%;
    float: left;
}

.images_bt {
    width: 100%;
    float: left;
}
.image_left {
    width: 30%;
    float: left;
}
.image_right {
    width: 70%;
    float: left;
}
.seemore_bt {
    width: 85%;
    float: left;
    margin-top: 220px;
    height: 45px;
    background-color: #000;
    color: #ffffff;
    margin-left: 20px;
}
.image_9 {
    width: 100%;
    float: left;
}
.new_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    text-align: right;
    top: -135px;
    position: relative;
    font-weight: 700;
}

.images_section_2 {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.testi_monial_section {
    width: 100%;
    float: left;
}

.testi_monila_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #080607;
    font-weight: bold;
}

.testimonila_inner {
    width: 100%;
    float: left;
    background-color: #676766;
    height: auto;
    margin-top: 90px;
    padding-bottom: 30px;
}

.testing_img {
    width: 100%;
    float: left;
    position: relative;
    top: -60px;
}
.helina_text {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #ffffff;
    padding-left: 130px;
    font-weight: 600;
}

.dolor_text {
    width: 95%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    padding-left: 130px;
    margin-left: 0px;
}

.contact_section {
    width: 100%;
    float: left;
}

.contact_section_inner {
    width: 100%;
    float: left;
    background-color: #1198c7;
    height: auto;
}
.contact_main {
    width: 100%;
    padding: 60px 80px;
    float: left;
}
.contact_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #000000;
    text-align: left;
    font-weight: 600;
}
.input_main {
    width: 100%;
    float: left;
}
.social_icon {
    width: 100%;
    float: left;
}
.email-bt {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border: 0px;
    height: 30px;
    padding: 0px 15px;
}
.social_icon li {
    float: left;
    padding-left: 22px;
}
.massage_box {
    width: 100%;
    float: left;
}

.massage-bt {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border: 0px;
    height: 50px;
    padding: 12px 15px 0px 15px;
}
.send_bt {
    width: 100%;
    float: left;
    background-color: #000000;
    color: #ffffff;
    height: 50px;
    margin-top: 17px;
    font-size: 26px;
}

.footer_section {
    background-image: url(../images/contact-bg.png);
    width: 100%;
    float: left;
    background-color: rgb(172, 184, 184);
    height: auto;
    margin-top: 90px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-size: 1600px;
}

ul.location li {
    display: inline-block;
    padding: 0 10px;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

ul.location li a {
    color: rgb(0, 0, 0);
    font-size: 16px;
}
ul.location li img {
    padding-right: 10px;
}

.map {
    padding-left: 20px;
}
.useful_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}

.useful_main {
    text-align: center;
    padding-bottom: 39px;
}

.useful_main ul li {
    display: inline-block;
}
.useful_main ul li a {
    color: rgb(0, 0, 0);
    font-size: 17px;
    padding: 0px 20px;
}

.useful_main ul li a:hover {
    color: #f6a50e;
}
.address_send {
    width: 100%;
    float: left;
    background-color: #ffffff;
    color: #000;
    border: inherit;
    padding: 0px 20px;
    height: 42px;
    width: 57%;
}

.subscribe_bt {
    color: #ffffff;
    background-color: #1198c7;
    width: 41%;
    height: 42px;
    font-size: 17px;
}
.copyright {
    width: 100%;
    float: left;
    background-color: #1198c7;
    height: auto;
}
.copyright_text {
    width: 100%;
    float: left;
    text-align: center;
    margin-left: 0px;
    font-size: 16px;
    color: #ffffff;
}
.copyright_text a {
    color: #ffffff;
}
.copyright_text a:hover {
    color: #000000;
}

#carouselExampleIndicators a.carousel-control-prev {
    position: absolute;
    left: 110px;
    top: 85%;
    background-color: #2f2c2c;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #000;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    border-radius: 100%;
}

#carouselExampleIndicators .carousel-control-prev:hover,
#carouselExampleIndicators .carousel-control-next:hover,
#carouselExampleIndicators .carousel-control-prev:focus,
#carouselExampleIndicators .carousel-control-next:focus {
    background: #091e30;
    color: #fff;
}
#carouselExampleIndicators a.carousel-control-next {
    position: absolute;
    left: 195px;
    top: 85%;
    background-color: #2f2c2c;
}
#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #091e30;
    border-radius: 100%;
}

#my_carousel a.carousel-control-prev {
    position: absolute;
    left: -90px;
    top: 300px;
    background-color: #1198c7;
}

#my_carousel .carousel-control-prev,
#my_carousel .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #000;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    border-radius: 100%;
}

#my_carousel .carousel-control-prev:hover,
#my_carousel .carousel-control-next:hover,
#my_carousel .carousel-control-prev:focus,
#my_carousel .carousel-control-next:focus {
    background: #676766;
    color: #fff;
}

#my_carousel a.carousel-control-next {
    position: absolute;
    left: 70rem;
    top: 56%;
    background-color: #676766;
}

#my_carousel .carousel-control-prev,
#my_carousel .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #091e30;
    border-radius: 100%;
}
/* vastu */
.vast_color {
    margin-top: 40px;
    width: 100%;
    float: left;
    height: auto;
}
.color_div {
    background-color: #1397c7;
    display: inline-block;
    width: 90%;
    padding: 3px 95px;
    font-size: 32px;
    font-weight: 700;
}
/* our products */
.products {
    margin-top: 40px;
    width: 100%;
    float: left;
    height: auto;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.products .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 20px;
    background: #e1dddd;
    transition: 0.5s;
    width: 70%;
}

.products .member .pic {
    overflow: hidden;
    width: 500px;
}

.products .member .pic img {
    transition: ease-in-out 0.3s;
}

.products .member:hover {
    transform: translateY(-10px);
}

.products .member .member-info {
    padding-left: 30px;
}

.products .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
    word-break: break-all;
}

.products .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.products .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

.products .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.products .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.products .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}

.products .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}

.products .member .social a:hover {
    background: #47b2e4;
}

.products .member .social a:hover i {
    color: #fff;
}

.products .member .social a + a {
    margin-left: 8px;
}
.projects {
    padding: 60px 0px;
    background-color: #1397c7;
    margin-top: 40px;
    width: 100%;
    float: left;
    height: auto;
}
.owl-prev,
.owl-next {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}
.owl-prev {
    left: -20px;
}
.owl-next {
    right: -20px;
}
.owl-prev i,
.owl-next i {
    transform: scale(2, 5);
    color: rgb(255, 255, 255);
}

/* contact us */
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    margin-top: 60px;
    width: 100%;
    float: left;
    height: auto;
}

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    /* background: #fff; */
}
.contact .info-box i {
    font-size: 32px;
    color: #254b33;
    border-radius: 50%;
    padding: 8px;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #2c4964;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 60px;
    background: #fff;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #d53a33;
}
.contact .php-email-form input {
    padding: 10px 15px;
}
.contact .php-email-form textarea {
    padding: 12px 15px;
}
.btn_about {
    background-color: #1397c7;
}
.abouts{
    margin-top: 100px;
}
.abts {
    float: left;
}
.abt_head {
    font-size: 40px;
    font-weight: 700;
    padding-top: 20px;
}

/* product page */

.product_section {
    background-image: url("../images/product.png");
    background-position: center;
    width: 100%;
    float: left;
    height: auto;
    background-size: 100% 600px;
    background-repeat: no-repeat;
    padding: 110px 27px 0px 0px;
    height: 300px;
    
}
.pt_head {
    font-size: 50px;
    color: #019c74;
    margin-top: 30px;
    text-shadow: 0px 4px 4px #1345c7;
    text-align: center;
}
.pt_text {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 4px;

    color: #ffffff;
}
/* .contact .php-email-form button[type=submit] {
      background: #5846f9;
      border: 0;
      padding: 10px 24px;
      color: #fff;
      transition: 0.4s;
      border-radius: 5px;
    } */
/* .contact .php-email-form button[type=submit]:hover {
      background: #7b27d8;
    } */

    /* products */
    .kitchen {
        padding: 60px 0px;
        margin-top: 40px;
        width: 100%;
        float: left;
        height: auto;
    }
    .kitchen .owl-prev,
    .kitchen .owl-next {
        width: 30px;
        height: 100px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block !important;
        border: 0px solid black;
    }
    .kitchen .owl-prev {
        left: -20px;
    }
    .kitchen .owl-next {
        right: -20px;
    }
    .kitchen .owl-prev i,
    .kitchen .owl-next i {
        transform: scale(2, 5);
        color: rgb(0, 0, 0);
    }

    /*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio{
    padding: 10px 0px 60px 0px;
    margin-top: 0px;
    width: 100%;
    float: left;
    height: auto;
}

.portfolio #portfolio-flters {

    list-style: none;
    margin-bottom: 20px;
  }
  
  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    transition: all 0.3s;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
  }
  
  .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    background: #47b2e4;
    color: #fff;
  }
  
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
  
  .portfolio .portfolio-item .portfolio-img {
    overflow: hidden;
  }
  
  .portfolio .portfolio-item .portfolio-img img {
    transition: all 0.6s;
  }
  
  .portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    background: rgba(55, 81, 126, 0.8);
    padding: 10px 15px;
  }
  
  .portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
  }
  
  .portfolio .portfolio-item .portfolio-info p {
    color: #f9fcfe;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: 0.3s;
  }
  
  .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #47b2e4;
  }
  
  .portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
  }
  
  .portfolio .portfolio-item:hover .portfolio-img img {
    transform: scale(1.15);
  }
  
  .portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
  }

  /* contact page */
  .contact h2{
    font-size: 35px;
    font-weight: 700;
  }
  .contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    /* background: #fff; */
  }
  .contact .info-box i {
    font-size: 32px;
    color: #1397c7;
    border-radius: 50%;
    padding: 8px;
  }
  .contact .info-box h3 {
    font-size: 20px;
    color: #2c4964;
    font-weight: 700;
    margin: 10px 0;
  }
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
  }
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
  }
  .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #d53a33;
  }
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }

  
  /* .contact .php-email-form button[type=submit] {
    background: #5846f9;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
  } */
  /* .contact .php-email-form button[type=submit]:hover {
    background: #7b27d8;
  } */
  /* nav */
  .head-nav ul li.active {
    border-top: 3px solid #18d26e;
         color: white;
  }
  .about_a {
      color: #000 !important;
  }
  #header{
      background: transparent;
      z-index:997;
  }
  #header.header-scrolled {
    background: rgba(24, 24, 30, 0.9);
  }
  .img_logo{

      width: 45%; 
      margin-top:-41px;
  }
  .img_scroll{
      width: 25% !important;
  }
  .contains{
      position: relative;
  }
  .overlay{
      position: absolute;
      background: rgba(55, 81, 126, 0.8);/* Black see-through */
      color: #f1f1f1;
      width: 100%;
      transition: .5s ease;
      opacity:0;
      color: white;
      font-size: 20px;
      padding: 20px;
      text-align: center;
      top: 265px;
  }
  /* When you mouse over the container, fade in the overlay title */
.contains:hover .overlay {
    opacity: 1;
  }
  .containproduct{
    position: relative;
}
.overlayp{
    position: absolute;
    background: rgba(55, 81, 126, 0.8);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    height: 425px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  align-items: center;
}
/* When you mouse over the container, fade in the overlay title */
.containproduct:hover .overlayp {
  opacity: 1;
}
/* Testimonial */
.testimonials{
    margin-top: 40px;
    width: 100%;
    float: left;
    height: auto;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 0px 0px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  }
  .testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
  }
  .testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
  }
  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
  }
  .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #fedac0;
    font-size: 26px;
  }
  .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
  }
  .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
  }
  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
  }
  .card-title{
      font-size: 20px;
      font-weight: 600;
  }
  .card-text{
      margin: 0px;
  }
  .sec{
    margin-top: 40px;
    width: 100%;
    float: left;
    height: auto;
  }
  .mission{
    background-color: #254b33;
    width: 100%;
    float: left;
    height: auto;
    padding: 0px 70px;
  }
  .image_div{
      position: relative;
      z-index: 0;
      display: flex;
      justify-content: center;
  }
  .image_div img{
      width: 800px;
    }
    .card_viss{
      top: -103px;
      /* position: relative; */
      z-index: 1;
  }
  .card_miss{
      z-index: 2;
      bottom: -110px;

  }
  .card_mission{
      display: flex;
      justify-content: end;
  }
  .about_nav{
      color: white !important;
  }
  .vastu {
    margin-top: 40px;
    width: 100%;
    float: left;
    height: auto;
}
.image_top{
    height: 423px;
object-fit: cover;
}
.product_view{
    font-size: 22px;
    color: white;
}
.product_view:hover{
    color: #2e312e;
}
.video{
    height: 400px;
    width: 520px;
}
.card_block{
    display: none;
    visibility: hidden;
}
.pro_image{
    height: 200px;
width: 300px;
object-fit: cover;
}
.dropdown-menu{
    background: #105353ab;
padding: 16px
}
.dropdown-toggle{
    background-color: transparent;
}
.menu_main{
    justify-content: center;
}
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  
    
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


 /* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
 .color_div{
    font-size: 24px;
    padding: 3px 37px;
    
 }
 .video{
    height: 400px;
    width: 320px;
 }
.img_logo{
    width: 30%;
    padding-top: 10px;
}
.menu-area{
    float: right;
}
.navbar{
    justify-content: end;
}
.card_block{
    display: block;
    visibility: visible;
}
}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
    .color_div{
        font-size: 28px;
        padding: 3px 37px;
        width: 100%;
        
     }
 }

 @media (max-width: 992px){
 #navbarSupportedContent {
   background: #105353ab;
   z-index: 999;
   width: 100%;
   margin-top: 19px;
   padding: 10px 5px;
 }
 .card_block{
    display: block;
    visibility: visible;
}
.card_lay{
    display: flex;
    justify-content: end;
}
.navbar{
    justify-content: end;
}
}


@media (max-width: 992px){
    .products .member{
       width: 100%;
   }
   }

   @media (max-width: 576px) { 
    .mission{
        padding: 0px;
    }
    .card_miss{
        bottom: -60px;
    }
   .card_viss{
       top:-30px;
   }
   .abouts{
       margin-top: 145px;
   }
   }