body {
    /*font-family: 'Rajdhani', sans-serif !important;*/
    color: #000;
    font-family: 'Titillium Web', sans-serif;
}

.temm {
    display: none;
}

p {
    font-size: 15px;
    font-weight: 500px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Merriweather Sans', sans-serif !important;
}

.products-detil h5 {
    text-align: center;
    font-size: 16px;
}

span.fnt12_p {
    font-size: 22px;
    font-weight: 600;
}

.btn-submitt {
    background: #000;
    color: #fff;
    border: 1px solid #0000;
    padding: 8px 20px;
}

.form-botm {
    margin-bottom: 5%;
}

.navbar-nav {
    float: right;
    margin-top: 22px;
}

.top-header {
    background-color: #2B2D37;
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
    color: #fff;
    color: #B9B9B9;
    padding: 2% 8% 3%;
    background-image: url(../images/background.png);
    background-repeat: repeat-x;
}


.phone {
    font-size: 16px;
    font-weight: 500;
}

.phone i {
    font-size: 16px;
    padding-right: 5px;
}

.header-nav {
    background-color: #ffffff;
    padding: 0px 11px;
    color: #000;
    margin-top: -2%;
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0; */
    z-index: 999;
    transition: all 0.6s ease 0s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.55);
}

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding-left: 0px !important;
    border-bottom: 3px solid #FABC3D;
}

.dropdown-content li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

ul.nav.navbar-nav li.active {
    border-bottom: 1px solid #000 !important;
    /* width: 13%; */
}

/*ul.nav.navbar-nav li:hover {
    border-bottom: 1px solid #000;
}*/
.droop li:hover {
    margin-left: 4px !important;
    transition: all 0.6s ease 0s;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #eee0;
}

ul.nav.navbar-nav a {
    font-size: 17px;
    color: #000 !important;
    font-weight: 600;
    padding: 15px 17px;
}

ul.nav.navbar-nav li {
    padding-right: 10px;
    transition: all 0.6s ease 0s;
}

.dropp li {
    border-bottom: 1px solid #ccc;
}

ul.nav.navbar-nav a:hover {
    text-decoration: none !important;
    background: none;
}

.droop li {
    border-bottom: 1px solid #ccc;
}

.droop li a:hover {
    border-bottom: 1px solid #fff0 !important;
}

.navbar-brand {
    height: auto !important;
    padding: 0px 15px !important;
}

/***********slidercss**********/

.background-img {   
    padding: 0px !important;
    background: #eee;
}

.about-secn {
    padding: 2% 0% 4%;
}

.img-2 {
    position: absolute;
    bottom: 0;
    right: 76px;
    top: 63%;
    z-index: -10;
}

.img-1 img {
    box-shadow: -3px 0 51.84px 2.16px rgba(0, 0, 0, 0.42);
}

.img-2 img {
    box-shadow: -3px 0 51.84px 2.16px rgba(0, 0, 0, 0.42);

}

.fade-in-out {
    margin: 0px auto;
    position: relative;
}

.fade-in-out img {
    background-size: cover;
    animation: fade 8s infinite;
    -webkit-animation: fade 8s infinite;

}

.fade-in-out img {
    background-size: cover;
    animation: fade2 8s infinite;
    -webkit-animation: fade2 8s infinite;
}

.fade-in-out img {
    background-size: cover;
    animation: fade3 8s infinite;
    -webkit-animation: fade3 4s infinite;
}

@keyframes fade {
    0% {
        opacity: 1
    }

    33.333% {
        opacity: 0
    }

    66.666% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade2 {
    0% {
        opacity: 0
    }

    33.333% {
        opacity: 1
    }

    66.666% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes fade3 {
    0% {
        opacity: 0
    }

    33.333% {
        opacity: 0
    }

    66.666% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

a.left.carousel-control {
    display: none;
}

a.right.carousel-control {
    display: none;
}

/***********slidercss*end*********/

/***********home*********/
.products-detil {
    margin-bottom: 2%;
}

.zero {
    padding: 0px !important;
}

.content-banner {
    padding-top: 10%;
    padding-left: 8%;
}

.content-banner h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 59px;
    margin-bottom: 9%;
}

.content-banner a {
    background: #c12700;
    color: #fff;
    padding: 14px 33px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    /* transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); */
    transition: all 0.6s ease 0s;
}

.sectin {
    padding-top: 0%;
}

.content-banner a:hover {
    background: #000;
    color: #fff;
    text-decoration: none !important;
}

.about-us {
    padding: 5% 8%;
    background: #cccccc30;
    margin-top: 0%;
}

.about-secn h1 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 0px;
    padding-top: 0%;
    margin-top: 4px;
    margin-bottom: 4px !important;
}

.about-secn span {
    color: #b91a1a;
}

.sectin h1 {
    font-size: 38px;
    padding-bottom: 0%;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 1px;
    /* padding-top: 9%; */
}

.sectin h1 span {
    color: #b91a1a;
}

#more {
    display: none;
}

.sectin a {
    font-size: 18px;
    font-weight: 600;
    color: #b91a1a;
    cursor: pointer;
}

.sectin a:hover {
    color: #000;
    text-decoration: none;

}

.background-img-1 {
    background-image: url(../images/background-img1.jpg)
}

.background-layer {
    background: #000000d9;
    text-align: center;
    color: #fff;
    padding: 2% 0% 6%;
}

.background-layer h3 {
    font-size: 27px;
    color: #b3b3b3;
}

.background-layer h1 {
    font-size: 40px;
    line-height: 49px;
    margin-top: 17px !important;
}

.background-img3 {
    background: #f37021;
    text-align: center;
    margin-top: -3%;
}

.background-colour {
    background-image: url(../images/background1.png);
    background-repeat: repeat-x;
    background-position: bottom;
    /* margin-top: 1%; */
    padding: 22px 0px 22px;
}

.background-colour h1 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 47px;
    font-weight: 600;
}

.background-colour h3 {
    margin-top: 2px !important;
    font-weight: 600;
}

.background-img4 {
    background-image: url(../images/bgimg1.png);
    padding: 4% 0% 1%;
}

.background-img4 h1 {
    text-align: center;
    font-size: 33px;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 0px;
}

.background-img4 span {
    color: #b91a1a;
}

.profile-text h3 {
    margin-top: 0px !important;
    font-size: 22px;
    font-weight: 600;
    color: #b91a1a;
}

.profile-text p {
    line-height: 24px;
}

.profile-icon {
    font-size: 23px;
    border: 2px solid #fe982f;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 41px;
    height: 64px;
    width: 64px;
    line-height: 64px;
}

.row.profile-1 {
    padding-bottom: 16%;
}

.icon-company {
    height: 90px;
    width: 90px;
    line-height: 85px;
    text-align: center;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    background: #f37021;
    border-radius: 50px;
    margin: 0px auto;
}

.company-profile01 {
    text-align: center;
    padding: 30px 31px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}

.icon-company img {
    width: 50%;
}

.icon-company:before {
    border-right-color: #f37021 !important;
    content: "";
    position: absolute;
    /* bottom: -17px; */
    width: 0;
    height: 0;
    /* left: 31px; */
    border-top: 0 solid transparent;
    border-right: 19px solid;
    border-bottom: 13px solid transparent;
    transform: rotate(-73deg);
    /* top: 58%; */
    /* bottom: 27%; */
    top: 33%;
}

.company-profile01 h2 {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 4%;
    padding-top: 4%;
}

.colr-back-text {
    background: #000;
    color: #fff;
    padding: 8px 34px;
    width: 77%;
    margin: 0px auto;
    display: table;
}

.colr-back-text h3 {
    margin-top: 0px !important;
    font-size: 18px;
}

.icon-double-right {
    border: 1px solid #ccc;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    margin-top: 7%;
    line-height: 35px;
    transition: all 0.6s ease 0s;
}


.icon-double-right:hover {
    background: #fe982f;
    color: #fff;
    border: 1px solid #fe982f;
}

/***********Home*end*********/
/*************products***********/

.snip1579 {
    /* font-family: 'Lato', Arial, sans-serif; */
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    /* min-width: 250px; */
    /* max-width: 310px; */
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.snip1579 * {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.snip1579 img {
    max-width: 100%;
    vertical-align: top;
}

.snip1579 figcaption {
    position: absolute;
    height: 60px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.75);
}

.snip1579 h3 {
    /* font-family: 'Oswald'; */
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 3px 0;
}

.snip1579 h5 {
    font-weight: 400;
    margin: 0;
    /* text-transform: uppercase; */
    /* color: #bbb; */
    letter-spacing: 1px;
}

.snip1579 blockquote {
    padding: 0;
    margin: 0;
    font-style: italic;
    font-size: 1em;
    padding-bottom: 21px;
}

.snip1579 a {
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    /* padding-top: 42px; */
}

.snip1579:hover figcaption,
.snip1579.hover figcaption {
    height: calc(85%);
}

blockquote {
    border-left: 0px solid #eee;
}

.snip1579 p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 21px;
    padding-top: 16px;
    margin-bottom: 69px;
}

.snip1579 h3 {
    font-weight: 500;
}

/************product end ********/
ul.scroller {
    padding: 0px;
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

ul.scroller li {
    display: inline-block;
    * display: inline;
    white-space: normal;
    width: 217px;
    /* width: 219px; */
}

ul.scroller li img {
    width: 55% !important;
    filter: grayscale(100%);
    opacity: .5;
    transition: all 0.6s ease 0s;
}

ul.scroller li img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.scrollerWrapper {
    overflow: hidden;
}

span.quote-left {
    font-size: 30px;
    color: #000;
}

.testimonials-content p {
    font-size: 17px;
    padding-left: 3%;
    line-height: 26px;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 500;
}

.right-1 {
    position: absolute;
    right: 24%;
    font-size: 60px;
}

.right-2 {
    font-size: 60px;
    bottom: 29%;
    position: absolute;
    left: 43%;
}

.right-3 {
    position: absolute;
    font-size: 60px;
    left: 35%;
    bottom: 12%;
}

.testimonials-content h2 {
    font-size: 20px;
    font-weight: 600;
    padding-left: 3%;
    color: #b91a1a;
}

.testimonials-content h6 {
    font-size: 18px;
    margin-top: 0px !important;
    padding-left: 3%;
}

.testimonials-content {
    padding: 30px 32px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #FFFBF2;
    -webkit-box-shadow: 0 0 56.05px 2.95px rgba(43, 45, 55, 0.11);
    box-shadow: 0 0 56.05px 2.95px rgba(43, 45, 55, 0.11);
}

.cards-main-testi {
    display: flex;
}

.cards-testi {
    display: flex;
    align-items: stretch;
}

.footer-background {
    background-image: url(../images/footer-background.jpg);
    background-repeat: no-repeat;
    padding: 3% 8% 0%;
    background-size: cover;
}

.footer-background p {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    /* font-weight: 400; */
}

.testimonial-background {
    margin-bottom: 5%;
}

.social-links ul {
    padding-left: 0px;
}

.social-links li {
    list-style: none;
    display: inline-block;
    padding-right: 9px;
    font-size: 16px;
}

.social-links li a {
    font-size: 14px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0 5px;
    text-align: center;
    color: #DDD;
    border: 1px solid;
}

.social-links li a:hover {
    color: #fabc3d;
    border: 1px solid;
}

.social-links {
    padding-top: 5%;
}

.footer-background h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.footer-background ul li {
    list-style: none;
    font-size: 18px;
}

.footer-background ul {
    padding-left: 0px;
}

ul.quick-links li {
    line-height: 31px;
    color: #f3f3f3c9;
    transition: all 0.6s ease 0s;
}

ul.quick-links li a {
    color: #c3c1c1;
    text-decoration: none !important;
}

ul.quick-links li a:hover {
    text-decoration: none !important;
}

ul.quick-links li:hover {
    margin-left: 10px;
}

ul.contact-us {
    color: #fff;
}

ul.contact-us i {
    color: #fff;
    padding-right: 14px;
    /* margin-bottom: 16%; */
    float: left;
}

.map-marker {
    margin-bottom: 20%;
}

.fa-phone {
    padding-bottom: 3%;
}

ul.contact-us li {
    padding-bottom: 3%;
    font-size: 15px;
    color: #d2d2d2;
}

ul.instagram li img {
    width: 28%;
    margin-bottom: 2%;
}

ul.instagram li {
    display: contents;
    /* margin-bottom: 9% !important; */
}

.footer-background h3 {
    text-align: center;
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    margin-top: 0px !important;
}

.sticky {
    position: fixed;
    top: 17px;
    width: 100%;
    transition: all 0.6s ease 0s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}

.sticky+.content {
    padding-top: 102px;
}

a.read-more {
    background: #c12700;
    color: #fdfdfd;
    padding: 14px 33px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    /* transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); */
    transition: all 0.6s ease 0s;
}

a.read-more:hover {
    background: #000;
    color: #fff;
    text-decoration: none !important;
}

.about-secn p {
    padding-bottom: 6%;
    padding-top: 12px;
}

.angle1 {
    font-size: 18px !important;
    background: #b91a1a;
    padding: 10px 15px;
    color: #fff;
    box-shadow: 0px 3px 5px #737373;
}

.scrollToTop {
    padding: 10px;
    text-align: center;
    /* background: whiteSmoke; */
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    top: 90%;
    right: 10px;
    display: none;
}

.sectin p {
    padding-top: 3%;
}

.center {
    text-align: center;
}


/*********about***********/

.about-banner {
    background-image: url(../images/about-banner.jpg);
}

.about-banner {
    padding: 10% 8% 5%;
    color: #fff;
    /* font-size: 24px; */
    text-align: center;
}

.about-banner h1 {
    font-size: 40px;
    font-weight: 500;
}

.about-banner ul li {
    display: inline-block;
    margin-right: 14px;
    font-size: 15px;
}

.about-banner ul {
    padding-left: 0px !important;
}

.about-banner ul li {
    font-size: 17px;
}

.about-banner ul a {
    color: #fff;
}

.about-banner ul a:hover {
    text-decoration: none !important;
}

li.aboutt {
    color: #fabc3d;
}

.about-headng1 h1 {
    font-size: 33px;
    font-weight: 600;
    padding-top: 2%;
}

.about-contnt {
    padding: 0% 0% 17%;
}

.team img {
    width: 100% !important;
}

.our-team {
    padding: 2% 0% 5%;
    display: none;
}

.team-text h1 {
    margin-top: 7px;
    font-size: 23px;
    text-align: center;
}

.about-us-tirupati {
    padding: 5% 0% 9%;
}

.vedio-about {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}

.about-headng1 {
    padding-bottom: 2%;
    text-align: center;
    /* display: none; */
}

/********about end*******/

/********Our Clients*******/
.ribbon-content {
    position: relative;
    width: 100%;
    background: #f1f1f1;
    border: 1px solid #DDD;
    padding: 22px 21px;
    margin-bottom: 5%;
    height: 130px;
}

.ribbon-content h2 {
    font-size: 19px;
    margin-top: 0px !important;
    margin-bottom: 0;
    line-height: 29px;
}

.ribbon-content span {
    color: #b91a1a;
    font-weight: 600;
    font-size: 19px;
}

.about-headng1 h1 a {
    font-size: 22px;
    background: #b91b1a;
    padding: 10px 23px;
    color: #fff;
}

.our-cltn {
    padding-bottom: 4%;
}

/********Our Clients*end******/
/********Contact******/
.f1s {
    background: rgb(248, 162, 23);
    color: #fff;
    /* padding: 6% 7.5%; */
    border-radius: 50%;
    font-size: 24px !important;
    height: 60px;
    width: 60px;
    line-height: 59px !important;
}

.contactone h3 {
    margin: 0px;
    font-size: 24px;
    color: #000;
    margin-top: 5%;
    margin-bottom: 3%;
    /* font-weight: 600; */
    font-family: 'Raleway', sans-serif;
    color: #000;
}

.contactone p {
    color: #888;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.f2s {
    background: rgb(209, 40, 129);
    color: #fff;
    /* padding: 6% 7%; */
    border-radius: 50%;
    font-size: 24px !important;
}

.f3s {
    background: rgb(248, 162, 23);
    color: #fff;
    padding: 8% 9%;
    border-radius: 50%;
    font-size: 30px !important;
}

.contat {
    padding: 4% 8% 3%;
    text-align: center;
}

.contact-form {
    padding: 4% 8%;
    background: #eee;
}

.contact-form img {
    width: 100%;
}

.ra-name1 {

    height: 50px !important;
    padding: 10px 20px !important;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 3%;
}

.ra-name2 {

    padding: 10px 20px !important;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 3%;
}

.ra-grp1 {
    width: 48.5%;
    float: left;
    margin-right: 3%;
}

.ra-grp1:nth-child(2),
.ra-grp1:nth-child(4) {
    margin-right: 0;
}

button#s1 {
    color: #fff;
    background: #f8a217;
    padding: 15px 22px;
    /* font-family: 'Poppins', sans-serif; */
    display: inline-block;
    font-size: 16px;
    border-radius: 0;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
    text-transform: capitalize;
}

.contact-map {
    padding: 4% 11%;
}

.product {
    padding: 4% 8%;
}

.product ul li {
    list-style: none;
}

.product ul {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.product ul li a {
    display: block;
    padding: 9px 15px;
    color: #ffffff;
    border: 1px solid #e6e6e6;
    border-left: 3px solid rgb(250, 188, 61);
    background: #ec0f0fc9;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
}

.product ul li a:hover {
    text-decoration: none !important;
}

.product h3 {
    margin-top: 8px !important;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}

.product h4 {
    font-size: 17px;
    font-weight: 700;
    padding: 2% 0%;
}

.product img {
    width: 100%;
}

.modal-backdrop {
    background-color: #0000 !important;
}

.enquery-form {
    background: #000 !important;
    margin-top: 7%;
    border: 1px solid #000 !important;
    font-size: 15px;
}

.header-model {
    text-align: center;
    color: #fe0000;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 4px solid;
}

.input-box-type input {
    width: 100% !important;
    margin-bottom: 3%;
    padding: : 20PX 14PX !important;
}

.ff {
    width: 100% !important;
    margin-bottom: 6%;
}

.cancel {
    text-align: right;
}

.cancel1 {
    padding: 10px 31px;
    font-size: 16px;
    background: #000 !important;
    border: 1px solid #000;
}

.clear {
    clear: both;
    border: none !important;
}

.droop a {
    font-size: 16px !important;
}

.droop li a {
    padding: 9px 4px !important;
}

.dropdown-menu>li.kopie>a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 84%;
}

ul.dropdown-menu li a {
    padding: 0px 0px !important;
}

ul.dropdown-menu {
    width: 205px;
}

ul.dropdown-menu li a {
    font-size: 15px !important;
}

ul.dropdown-menu li {
    padding: 8px 12px !important;
}

.all_cats {
    border: 1px solid #ec0f0fc9;
    padding: 12px;
    text-align: center;
    background-color: #ec0f0fc9;
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

ul.circle {
    font-size: 16px;
    font-weight: 500;
}

ul.circle li {
    list-style: circle;
}

ul.circle {
    padding-left: 4% !important;
}

/********Contact end******/
h6.accordion.mobile-accordion.mobile-view {
    display: none;
}

@media only screen and (max-width: 640px) {
    .text-right {
        float: none;
    }

    .img-2 {
        display: none;
    }

    .navbar-toggle {
        background-color: black !important;
    }

    .navbar-nav {
        float: none;
    }

    .img-2 img {
        box-shadow: -3px 0 51.84px 2.16px rgba(0, 0, 0, 0.42);
        width: 100%;
    }

    .navbar-toggle .icon-bar {
        border: 1px solid #fff !important;
    }

    .navbar-toggle {
        margin-top: 0;
        margin-right: 0;
        order: 2;
        margin-bottom: 0;
    }

    .navbar-brand {
        order: 1;
        padding-left: 0 !important;
    }

    .navbar-header:before {
        display: none;
    }

    .sticky {
        top: 0px;
    }

    .text-right {
        text-align: left;
    }

    .content-banner h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .content-banner {
        padding-top: 26%;

    }

    .row.profile-1 {
        text-align: center;
    }

    .company-profile01 {
        margin-top: 30px;
    }

    .profile-icon {
        margin: 0px auto;
        margin-bottom: 15px;
    }

    .profile-text {
        text-align: center;
    }

    .icon-double-right {
        margin: 0px auto;
    }

    .right-2 {
        bottom: 20%;
    }

    .right-3 {
        bottom: 6%;
    }

    .about-banner {
        padding: 27% 8% 5%;

    }

    .enquery-form {
        margin-top: 0%;
    }

    .enquery-form {
        margin-left: 15px;
    }

    .header-nav {
        position: relative;
    }

    .navbar-header {
        margin: 0 !important;
        display: flex;
        align-items: center;
        width: 100% !important;
        justify-content: space-between;
    }

    .cards-testi {
        display: block;
        align-items: stretch;
        margin-bottom: 2em;
    }

    .cards-main-testi {
        display: inline-block;
    }

    .about-secn {
        padding: 20px 15px;
    }

    .products-detil {
        margin-top: 2em;
    }

    .dropdown-content {
        min-width: 100%;
    }

    .navbar-collapse.in {
        overflow-y: inherit;
    }

    .dropdown-content {
        position: relative;
        margin-bottom: 1em;
    }

    /* mobile collape style */
    .mobile-accordion {
        cursor: pointer;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        transition: 0.4s;
        font-weight: bold;
        font-size: 16px;
    }

    .mobile-accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .mobile-accordion.active:after,
    .mobile-accordion.active2:after {
        content: "\2212";
    }

    .mobile-bottom-accordion {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    h6.accordion.mobile-accordion.mobile-view {
        display: block;
    }
}

@media only screen and (max-width: 1280px) {
    .img-2 {
        top: 0;
    }

    .text-right {
        text-align: left;
    }

    .icon-double-right {
        margin: 0px auto;
    }

    .row.profile-1 {
        text-align: center;
    }

    .profile-icon {
        margin: 0px auto;
        margin-bottom: 15px;
    }

    .profile-text {
        text-align: center;
    }

    .row.profile-1 {
        padding-bottom: 5%;
    }

    .snip1579 img {
        width: 100%;
    }

    .img-1 img {
        width: 100%;
    }

    .content-banner {
        padding-top: 3%;
        padding-bottom: 4%;
    }

    .enquery-form {
        margin-top: 0%;
    }

    .enquery-form {
        margin-left: 15px;
    }

    .navbar-header {
        width: 20%;
    }

    a.navbar-brand img {
        width: 100%;
    }

    .navbar-nav {

        margin-top: 0px;
    }

    .enquery-form {
        margin-top: 6%;
    }
}

h3.accordion.mobile-accordion {
    display: none;
}

@media (max-width: 991px) {
    h3.accordion.mobile-accordion {
        display: inherit;
        font-size: 18px;
        font-weight: 600;
        background: #f04141;
        color: #fff;
        padding: 10px;
    }

    /* mobile collape style */
    .mobile-accordion {
        cursor: pointer;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        transition: 0.4s;
    }

    .mobile-accordion:after {
        content: '\002B';
        color: #fff;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .mobile-accordion.active:after,
    .mobile-accordion.active2:after {
        content: "\2212";
    }

    .mobile-bottom-accordion {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
}

/* Just-buildtech page */
.top-space {
    padding-top: 14em;
    background: #eee;
}

.header-2 {
    background-color: #000;
    text-align: center;
    padding: 1em;
}

.header-2 img {
    height: 120px;
}

  .left-images.text-center:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 450px;
    border-radius: 100%;
    background-color: #fff;
    z-index: -1;
}

.left-images.text-center {
    position: relative;
}

h3.title1 {
    font-size: 30px;
    font-weight: 800;
}

.left-img1{
    margin-top:3em;
}

.new-img.first-img img {
    text-align: center;
    margin: auto;
}

h4.sub-title1 {
    color: #e79306;
    font-weight: bold;
    margin-top: 0;
}

ul.list1 {
    padding-left: 1.2em;
}

ul.list1 li {
    font-size: 16px;
    margin-bottom: 5px;
}

h4.left-text-title {
    font-size: 40px;
    font-weight: 800;
    /* opacity: .7; */
    margin-top: 2em;
    text-align: center;
    color: #cccccc;
}
h4.left-text-title span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 8px;
    color: #9b9797;
}

.right-content{
    position:relative;
}
.bg-img1 img{
position: absolute;
bottom: 0;
right: 0;
z-index: -1;
opacity: .1;
}

.about-sec-just {
    padding: 6em 0;
    position:relative;
}

.about-sec-just span {
font-size: 16px;
margin: 0px 0 20px;
display: inline-block;
}

.about-sec-just p {
    margin-bottom: 2em;
}

.bg-img1.bg-img2 img {
    left: 0;
}


.footer2 {
    padding: 2em 0;
    background: #000;
}

.footer2 h4 {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
}

.copyright p{
    text-align: center;
    margin-top:2em;
}

ul.contact-us2 li {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}
ul.contact-us2 li a {
    color: #fff;
}
ul.contact-us2 li i {
    margin-right:4px;
    margin-bottom:0;
    padding-bottom:0;
}

.footer-background.footer2 h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 22px;
}
@media (max-width: 500px) {
    .left-images.text-center:before {
        width: 300px;
        height: 300px;
}
.new-img.first-img img {
    text-align: center;
    margin: auto;
    width: 150px;
}
h4.left-text-title {
    font-size: 30px;
    margin-top: 2em;
}
h3.title1 {
    font-size: 26px;
}
.about-sec-just {
    padding: 3em 0;
}
.carousel .item {
  height: 16vh; 
}
.carousel-caption {
    display: none;
  }
}


.carousel .item {
  position: relative;
  width: 100%;
  height: 73vh; /* Full height carousel */
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.7);
}

.carousel-caption h1 {
  font-size: 48px;
  font-weight: bold;
}

.carousel-caption .btn {
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 18px;
  background-color: #007bff;
  border: none;
  color: white;
}
.whatsapp-icon {
  font-size: 50px;
  color: #25d366;
}
.whatsapp-float {
    z-index: 1000;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    top: 82%;
    right: 20px;
    font-size: xxx-large;
}
.whatsapp-icon:hover {
  transform: scale(1.1);
}

.pdf-icon {
  font-size: 100px;
  color: red;
}

.pdf-float {
    z-index: 1000;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    top: 75%;
    right: 20px;
    font-size: xxx-large;
}

.pdf-icon:hover {
  transform: scale(1.1);
}
/* Default: Show desktop, hide mobile */
.desktop-banner {
  display: block !important;
  max-width: 100%;
  height: auto;
}

.mobile-banner {
  display: none !important;
  max-width: 100%;
  height: auto;
}

/* Media query for mobile view */
@media (max-width: 767px) {
  .desktop-banner {
    display: none !important;
  }

  .mobile-banner {
    display: block !important;
  }

  .carousel-caption {
    display: none;
  }
.carousel .item {
  height: 43vh;
}
}
