* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'All Things Pink';
    src: url('/fonts/All%20Things%20Pink.woff2') format('woff2'), url('/fonts/All%20Things%20Pink.woff') format('woff'), url('/fonts/All%20Things%20Pink.ttf') format('truetype');
}

@font-face {
    font-family: 'Reingttoon DEMO';
    src: url('/fonts/Reingttoon%20DEMO.woff2') format('woff2'), url('/fonts/Reingttoon%20DEMO.woff') format('woff'), url('/fonts/Reingttoon%20DEMO.ttf') format('truetype');
}

@font-face {
    font-family: 'honuzima';
    src: url('/fonts/honuzimaregular-webfont.woff2') format('woff2'), url('/fonts/honuzimaregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.progressdiv {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/images/Loader-Big.gif) center no-repeat #fff;
}
.divpopup {
    width: 400px;
    position: absolute;
    z-index: 1002;
    max-width: 95%;
    display: block;
}

.divpopup-inner {
    margin: 15px;
}

.otherdiv {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000;
    opacity: 0.7;
    z-index: 1000;
    top: 0;
    left: 0;
    display: block;
    display: none;
}

.divpopup .modal-header {
    background-color: #2db13a;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.plus {
    float: left;
    width: 25px;
    margin-top: 4px;
}

.divalert {
    width: 400px;
    max-width: 98%;
    position: fixed;
    z-index: 99999;
    background: #ffffff;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.divalert-close {
    float: right;
    cursor: pointer;
    padding: 10px;
}

.divalert-text {
    clear: both;
    padding: 10px;
    color: #000000;
    min-height: 100px;
    padding: 10px 15px;
    overflow: auto;
    max-height: 400px;
    text-align: left;
}

.divalert-bottom {
    clear: both;
    padding: 10px;
    text-align: right;
    min-height: 30px;
    background: #e0e0e0;
    padding: 10px;
}

.divalert-btnclose {
    width: 50px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    background: #808080;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.divalert-ok {
    width: 50px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    background: #127bbe;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-block;
}

    .divalert-ok:hover, .divalert-ok:focus {
        border: dotted 1px #e0e0e0;
    }

body {
    box-sizing: border-box;
    font-family: sans-serif;
}

#nav-bar {
    background-image: linear-gradient(90deg, #f84a65 50%, #f8b823 50%);
   
}
.logo-dark{
    display:none;
}
#nav-bar.innerpage {
    background: none;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
    #nav-bar.innerpage.sticky {
        /*background: rgba(164, 116, 47, 0.7);*/
        background: rgba(248, 74, 101, 0.68);
        /*background: rgba(206, 211, 131, 0.80);*/
    }
            /*#nav-bar.innerpage.sticky .navbar-light .navbar-nav .nav-link {
                color: #282c7a;
            }*/
            /*#nav-bar.innerpage.sticky .logo-dark {
               display:block;
            }
            #nav-bar.innerpage.sticky .logo-light {
                display: none;
            }*/
.navbar {
    position: sticky;
    top: 0;
    z-index: 10;
}


.navbar-brand img {
    height: 60px;
}

.branches {
    background-color: #f84a65;
    border-radius: 50px;
    padding: 5px 10px;
    color: #fff;
   
}
.innerpage .branches {
    background-color: #f8b823;
}


    a {
        text-decoration: none;
    }


#banner {
    background-image: linear-gradient(90deg, #f84a65 50%, #f8b823 50%);
    position:relative;
   
}

    #banner.banner-inner {
        background-position: right bottom;
        background-repeat: no-repeat;
        background-color: #f84a65;
        background-image: none;
    }
.socialmedia{
    position:absolute;
    bottom:15px;
    width:100%;

}
.socialmedia a {
    display:inline-block;
    color:#ffffff;
    padding-right:5px;
    font-size:18px;
}
.content {
    margin-top: 15%;
    margin-bottom: 30px;
}
 .h1 {
    font-family: 'All Things Pink';
    font-weight: 900;    
    font-size: 60px;
}
 .h2 {
    font-family: 'All Things Pink';
    font-weight: 900;
   padding-top:20px;
    font-size: 40px;
}
.stylepara {
    font-family: 'All Things Pink';
    font-weight: 900;   
    font-size: 25px;
}
.text-center{
    text-align:center;
}
.style1 {
    background-color: #f8b823;
    padding: 40px 0 50px 0;
}
.style1 p{
text-align:justify;
}
.color-white{
    color:#ffffff;
}
.list{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
.list li{
    margin: 0px;
    padding: 5px 0px 5px 0px;
    list-style-type: none;
}
    .list li:before {
        font-family: "FontAwesome";
        content: "\f046";
    }
    .founder{
        float:left;
        margin-right:20px;
        margin-bottom:10px;
    }
.founder .founter-img{
   width:150px;
   height:150px;
   background-repeat:no-repeat;
   background-size:cover;
   border-radius:100%;
   margin-bottom:10px;
}
.founder span{
    display:block;
    font-weight:bold;
    text-align:center;
}
#banner.banner-inner .content {
   padding-bottom:30px;
}
.leftdots {
    background-image: url(/images/dots.png);
    background-position:99% center;
    background-repeat:no-repeat;
}
.rightdots {
    background-image: url(/images/dots-right.png);
    background-position: left center;
    background-repeat: no-repeat;
}
    .content h3 {
        font-family: 'All Things Pink';
        font-weight: 900;
        color: #fff;
        font-size: 45px
    }

    .content h4 {
        font-family: 'Reingttoon DEMO';
        margin: 30px 0 40px 0;
        color: #f8b823;
        font-size: 40px
    }
#banner.banner-inner .content h4 {
    margin: 10px 0 20px 0;
}

.banner img {
    max-width: 60%;
    margin-top: 10px;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
.diagrambox {
    text-align: center;
    clear:both;
    position:relative;
    height:200px;
}
    .diagrambox .floating1 {
       position:absolute;
        font:normal;
    }
.diagrambox img{
 height:300px;
}
.diagrambox-linebox {
    text-align: center;
    clear: both;
}
.diagrambox-linebox img{
  width:350px;
}
.diagram-title {
    font-family: 'honuzima';
    color: #f8b823;
    font-size: 100px;
    text-align: left;
  
    line-height:20px;
}
.diagram-font1 {
    font-family: 'All Things Pink';
    color: #ffffff;
    font-size: 30px;
   
}
.diagram-font2 {
    font-family: 'All Things Pink';
    color: #ffffff;
    font-size: 40px;
}
.diagram-umbrella {
    position: absolute;
    width: 270px;
}
    .diagram-umbrella.um1 {
        top: -100px;
        left: -20px
    }
    .diagram-umbrella.um2 {
        top: -150px;
        right: 150px;
    }
    .diagram-umbrella.um3 {
        top: 90px;
        right: -14px;
    }
.clear {
    clear: both;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.floating1 {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating1 {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

/*--------------------About---------------------*/
.bnr_prdt {
    background-color: #f8b823;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
    margin-top: 20px;
}

.bnr_how {
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 15px;
    color: #f84a65;
    text-decoration: none;
    margin-top: 20px;
}

#products {
    background-color: #cde4b0;
    text-align: center;
    padding: 40px 0 0px 0;
    min-height: 480px;
}

.milkshade {
    position: absolute;
    top: 770px;
    left: 0;
}

.carousel {
    margin-top: 110px;
}

.Product-title {
    font-family: 'All Things Pink' !important;
    font-weight: 900 !important;
    color: #000 !important;
    font-size: 70px;
}



.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.our-product .slick-dots li button {
    border: 5px solid #7f8180;
    background: #7f8180;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 2px;
}

.our-product .slick-dots li.slick-active button {
    background: #311a50;
    border: 5px solid rgba(0, 0, 0, 0.0);
    padding: 0
}

.product-wrapper {
}

    .product-wrapper .product-description {
        display: none;
        padding: 0 44px 0 42px;
        top: -100px;
        position: relative
    }

    .product-wrapper .product-image {
        padding: 10px;
        position: relative;
    }

        .product-wrapper .product-image:after {
            content: '';
            display: none;
            position: absolute;
          
            background: #f84a65;
            border-radius: 100%;
            width: 100%;
            height: 100%;
            top: 30%;
            left: 0;
            right: 0;
        }

    .product-wrapper .product-description h2 {
        margin: 0;
        font-size: 22px;
        background:rgba(0, 0, 0, 0.2);
    }

        .product-wrapper .product-description h2 a {
            color: #FFF;
            text-decoration: none;
            font-family: 'All Things Pink';
        }

    .product-wrapper .product-description p {
        text-align: left;
        font-family: 'All Things Pink';
        margin: 6px 0 0 0;
        line-height: 20px;
    }

    .product-wrapper:hover .product-description, .product-wrapper:hover .product-image:after {
        display: block;
    }

.slick-current .product-wrapper .product-description, .slick-current .product-wrapper .product-image:after {
  
}

.info:hover .product-description {
    top: calc(100% - 85px);
    transform: translateX(-50%) scale(1);
}

.midcontent {
    background-image: url(/images/midcontent-top.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #ced383;
    padding:0px 0px 100px 0px;
}


.contentabout {
    margin-top: 100px;
}


/*---------------------------------------------------------------------------------*/
#difproducts {
    background-image: url(/images/bg_tecture.png);
}

.prdtsize img {
    width: 60%;
}









/*-------------------------------*/
#numcount {
    background-image: url(/images/bg_tecture.png);
    padding-top:50px;
    color:#ffffff;
}
.contact-box {
    text-align: left;
    border-radius: 7px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 16%);
    background-color: rgba(248, 198, 43, 0.6);
    color: #000000;
    width: 99%;
    height: 350px;
    margin: 20px auto;
    padding: 20px;
}
    .contact-box h3 {
        font-size: 20px;
        text-align: center;
        padding: 15px 0px 5px 0px;
        font-weight:bold;
    }
    .contact-box .contact-icon {
        width: 100px;
        height: 100px;
        display: block;
        background-color: #f8b823;
        font-size: 50px;
        text-align: center;
        margin: 0px auto;
        border-radius: 100%;
        padding-top: 18px;
        box-shadow: 3px 3px 6px rgb(0 0 0 / 16%);
    }
    .contact-box p {
       clear:both;
        display: block;
        text-align:left;
    }
    .contact-box a {
        color:#000000;
    }
    
    .main-footer.style-two {
    position: relative;
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: cover;
    text-align: center;
}


.main-footer {
    position: relative;
    background-color: #3d2529;
    background-image: url(/images/footer_img.png);
    padding-top: 100px;
}
    .main-footer .ultab a {
        color: #efd5d0;
        font-size: 20px;
        padding: 10px 25px 10px 0px;
    }
        .main-footer .ultab a.active {
            color: #f8b823;
        }
    .auto-container {
        position: static;
        max-width: 1200px;
        padding: 0px 15px;
        margin: 0 auto;
    }
.tab-content .form-control{
    border:solid 1px #ffffff;
    background-color:rgba(255, 255, 255, 0.1);
    color:#ffffff;
}
.tab-content .col-form-label {
    color: #ffffff;
    font-size: 15px;
}

.tab-content .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255,.25)
}
.tab-content .form-control::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1
}

.tab-content .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1
}

.tab-content .form-control:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1
}

.tab-content .form-control::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1
}

.tab-content  .form-control::placeholder {
    color: #ffffff;
    opacity: 1
}
.btn-tab {
    background-color: #41282d;
    border-color: #41282d;
    color:#ffffff;
}
.main-footer.style-two .footer-content {
    position: relative;
    padding: 70px 0 70px;
}

.main-footer.style-two .footer-logo {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.main-footer .footer-nav {
    position: relative;
    margin-bottom: 30px;
}

    .main-footer .footer-nav li {
        position: relative;
        display: inline-block;
        margin: 0 15px;
    }

        .main-footer .footer-nav li a {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 30px;
            color: #ffffff;
            font-weight: 500;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

.main-footer .footer-nav {
    position: relative;
    margin-bottom: 30px;
}

.main-footer.style-two .copyright-text {
    border-top: 0;
}

.main-footer.style-two .copyright-text {
    color: #ffffff;
    margin-bottom: 30px;
    margin-top:30px;
}

    .main-footer.style-two .copyright-text a {
        color: #ffffff;
    }


.form-contact .form-control {
    border: 1px solid rgb(229, 230, 233);
    border-radius: 0px;
    padding-left: 18px;
    font-size: 15px;
    background: #fff;
    height: 48px;
    margin-bottom: 25px;
}

.contact img {
    width: 100%;
    height: 90%;
}
@media screen and (max-width: 991px) {
    .branches {
        background: #f8b823;
    }
    #nav-bar.innerpage #navbarNav {
        background: rgba(239, 91, 114, 0.80);
        padding: 10px 20px;
    }
    
}
    @media screen and (max-width: 767px) {
        #banner.banner-inner{
            padding-top:50px;
        }
        .navbar-brand img {
            height: 12vh
        }

        .banner {
            margin: 0px !important;
        }

            .banner img {
                max-width: 99%;
            }

        .content a {
            width: 150px;
            margin-bottom: 10px;
            clear: both;
            display: block;
        }

        .content h3 {
            font-size: 30px;
        }

        .product-wrapper .product-image:after {
            top: 59%;
        }

        .contentabout {
            text-align: center;
            margin-top: 20px;
        }

        .midcontent {
            padding: 0px 0px 20px 0px;
        }

        .diagram-title {
            font-size: 50px;
        }

        .diagrambox {
            height: 180px;
        }

            .diagrambox img {
                height: 100px;
            }

        .diagrambox-linebox img {
            width: 240px;
        }

        .diagram-umbrella {
            position: absolute;
            width: 100px;
        }

            .diagram-umbrella.um1 {
                top: -50px;
                left: 0px
            }

            .diagram-umbrella.um2 {
                top: 0px;
                right: 50px;
            }

            .diagram-umbrella.um3 {
                top: 90px;
                right: -14px;
            }
    }
