@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

@font-face {
    font-family: Century Gothic;
    src: url(/fonts/CenturyGothic.ttf);
}

@font-face {
    font-family: Century Gothic Bold;
    src: url(/fonts/GOTHICB0.TTF);
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

main {
    min-height: 75VH;
}

ul {
    margin: 0px;
    padding-left: 15px;
    color: #747474;
     font-size: 0.8rem;
}

p {
    color: #747474;
    font-size: 0.8rem;

}

h1,
h2,
h3,
h4,
h6 {
    line-height: 1.5;
}

h1 {
    font-size: 1.7rem;
    font-family: Century Gothic, Arial, Verdana;
}

h5{
     line-height: 1.2;
}
h5,
h6 {
    margin-bottom: 2px;
    font-family: Century Gothic, Arial, Verdana;
    color: #747474;

}

h4 {
    margin-bottom: 2px;
    font-family: Century Gothic, Arial, Verdana;
    font-size: 1.40rem;
    line-height: 1.2;
}

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

.accordion-body ul {
    list-style: none;
}

.accordion-body ul li::before {
    content: "\2022";
    color: #a3ce4b;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.green-f {
    color: #a3ce4b;
}

.blue-f {
    color: #00b0ea;
}

.brown-f {
    color: #995630;
    padding-top: 10px;
}

.gray-f {
    color: #898989;
}

.font-italic {
    font-style: italic;
}

.curved-corner-topright {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.curved-corner-topright:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    top: 20px;
    margin-bottom: 30px;
}

.curved-corner-topright:before {
    box-shadow: 5px -10px 5px 0px #a3ce4b;
}


.curved-line-brown:before {
    box-shadow: 5px -10px 5px 0px #784325;
}

.curved-line-brown {
    width: 100%;
    height: 20px;
    overflow: hidden;
    position: relative;
}

#brand-by-design {
    margin-top: 30px;
}

.navbar {
    background: #fff;

}

.nav-item {
    padding-right: 3vw;
    font-family: Verdana;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 13px;
    color: #995630;
    letter-spacing: 1px;
}

.dropdown-item {
    font-family: Verdana;
    line-height: 1.5em;
    font-size: 13px;
    color: #995630;
    letter-spacing: 1px;
    font-weight: bold !important;
}

.nav-link,
.dropdown-item {
    color: #995630;
}

.nav-link:hover,
.dropdown-item:hover {
    color: #a3ce4b;
}

.fa-bars {
    color: #995630;
}

.navbar-toggler {
    margin-top: 10px;
}

.dropdown-item:hover {
    background-color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.nav-item a {
    text-transform: uppercase;
}

.nav-item hr {
    height: 1px;
    margin: 0px;
    max-width: 0px;
    transition: max-width 0.5s;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #a5cf4d;
}

.nav-item:hover > hr {
    height: 2px;
    max-width: 100%;
    transition: max-width 0.5s;
}

.dropdown-item:hover + hr {
    height: 2px;
    max-width: 100px;
    transition: max-width 0.5s;
}

.dropdown-menu:hover {
    text-decoration: none;
}

.gd-acordian {
    width: 100%;
    text-align: left;
    padding-left: 0px padding: 2px;
    font-family: Century Gothic, Arial, sans serif;
    font-size: 13px;
    color: #995630;
    letter-spacing: 1px;
    border-bottom-color: #a5cf4d;
    font-weight: bolder;
}

.gd-acordian:hover {
    text-decoration: none;
}

/*slider*/
#owl-example {
    text-align: center;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}

#slider-home .owl-theme .owl-controls {
    display: none !important;
}

.capabilities-inner {
    min-height: 180px;
}

.owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
}

/*
home page
*/

.home-sub {
    font-size: 1rem;
    color: #898989;
    line-height: 1.8rem;
}

.padding-sub {
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
}

/*about*/
.subheader {
    font-family: Century Gothic, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 26px;
    text-align: center;
    padding-right: 60px;
    padding-left: 60px;
    color: #898989;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.card-body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #747474;

}

.card-header.active-mg {
    background: #f6fbe6;
    padding: 0px;
}

.card-header {
    background: #fff;
    padding: 0px;
}

.gd-acordian:hover > .brown-f {
    color: #00b0ea;
}

.gd-acordian img {
    margin-top: -5px;
}

.card {
    border: none;
}

/*process*/
.number-circle {
    background: #a3ce4b;
    padding: 2px 10px;
    border-radius: 100%;
    color: #fff;
    margin-right: 10px;
}

.text-justify {
    text-align: justify;
}

.div-icon-bottom {
    text-align: right;
    border-bottom: 1px solid #00b0ea;
    margin-bottom: 20px;
}

.process-inner {
    min-height: 500px;
}

.process-inner p {
    font-size: 14px;
}

.process-inner h4 {
    text-transform: capitalize;
}

/*packing*/
.packing {
    min-height: 75VH;
}

.packing-p {
    font-size: 13px;
}

.packing-ul-header {
    font-family: Century Gothic, Arial, Verdana;
    font-size: 16px;
    margin-bottom: 2px;
}

.pack-heading h5 {
    font-size: 18px;
    font-weight: normal;
    font-weight: 300;
    color: #995630;
}

.packing-p .blue-f {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.pack-heading h6 {
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}


/*books*/
.print-books {
    min-height: 150px
}

.print-books .more {
    position: absolute;
    bottom: 0;
    right: 41px;
}

.more a {
    color: #00b0ea;
    text-decoration: none;
}

#book-content h4 {
    margin-bottom: 10px;
    font-size: 18px;
    padding-top: 0px;
    line-height: 1.2;
}

.border-top-brown {
    border-top: 1px solid #995630;
}

.illustration h5 {
    font-size: 18px;
    font-weight: bold;
}

/*web pages*/
#web-content h4 {
    font-size: 18px
}

#web-content ul {
    font-size: 0.8rem;
}

#web-content p {
    margin-top: 20px;
}

#web-content a {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 20px;
}


/*branding*/

.middle img {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.fancy-hover:hover {
    opacity: 0.3;
}

.fancy-hover:hover > .middle {
    opacity: 1;
    background: url(../img/hover-opacity.png);
    z-index: 1000;
}


.carousel-indicators [data-bs-target] {
    background-color: #a3ce4b;
}

/*testimonials*/

.testimonials {
    color: #898989
}

.testimonial-text {
    font-size: 14px
}

.contact-info {
    padding-left: 2vw;
}

.contact-info a:link,
.contact-info a:visited {
    color: #898989;
}

.btn-light {
    border: 1px solid #ced4da !important;
    font-size: 12px;
}

.form-control {
    background: #f7f7f7;
}

/*footer*/
.copyright {
    color: #AAA;
    font-size: 10px;
    letter-spacing: 0px;
}

label {
    font-size: 12px;
    color: #898989;
}

.fancybox-button svg {
    color: #00b0ea;
}

/*responsive media queries*/
@media only screen and (max-width: 1200px) {
    .nav-item {
        padding-right: 3vw;
    }

    .contact-info {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 996px) {

    .navbar-toggler {
        display: inherit;
    }

    .nav-item {
        padding-right: 2%;
    }

    .process-inner {
        min-height: auto;
    }

    .padding-sub {
        padding-bottom: 0%;
    }
    
    .book-content{
      padding-top:20px;  
    }
}


@media only screen and (max-width : 420px) {

    body {
        min-height: auto;
    }

    h5 {
        font-size: 1.15rem;
    }

    .navbar-brand img {
        width: 90%;
    }

    #brand-by-design {
        width: 60%;

    }

    #slider {
        margin-bottom: 50px;
    }

    .process-inner {
        min-height: 290px;
    }

    .capabilities-inner {
        margin-left: 5%;
    }

    .packing-p {
        padding-right: 5%
    }

    .prev-next {
        margin-top: 50px;
    }

    .testimonials {
        padding: 5%;

    }
}
