@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;500;600;700;800;900&display=swap');

/*
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
*/

body {
    overflow-x: hidden !important;
}


button::-moz-focus-inner {
    border: 0;
}

a:focus {
    outline: none;
}

button:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

:focus,
:active {
    outline: 0;
    border: 0;
}



select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Remove default arrow */
    background-image: url(../images/small-down-arrow.png);
    background-repeat: no-repeat;
    background-position: 85% center;
}




body {
    color: #585570;
    margin: 0px;
    font-family: poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0px 0px 0px 0px;
}

html {
    scroll-behavior: smooth;
}


a {
    transition: all 0.5s ease-in 0s;
    text-decoration: none !important;
    outline: none;
    color: #000;
}

a:focus,
a:active,
a,
focus,
select {
    border: 0px;
    outline: none;
}

.clear {
    clear: both;
}

p {
    margin-top: 0px;
    text-align: left;
}

img {
    border: 0px;
}

form {
    margin: 0px;
}

input {
    outline: none;
}

* {
    box-sizing: border-box;
}


h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
}

.small-heading-center {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 32px !important;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    margin: 20px 0px !important;
}

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



header {
    position: fixed;
    left: 0xpx;
    top: 0px;
    width: 100%;
    z-index: 2;
    transition: all 0.5s ease-in 0s;
    z-index: 1;
}

.top-navigation {
    float: right;
    display: inline-block;
    margin: 35px 20px;
    padding: 0px;
    transition: all 0.5s ease-in 0s;
}

.top-navigation li {
    float: left;
    list-style: none;
    transition: all 0.5s ease-in 0s;
    margin: 0px 15px;
}

.top-navigation li:last-child {
    margin-right: 0px;
}

.top-navigation li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    transition: all 0.5s ease-in 0s;
}

.logo {
    display: inline-block;
    float: left;
    width: 250px;
    height: 61px;
    background-image: url(../images/logo.png);
    background-size: 100% auto;
    margin: 20px;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in 0s;
}

.top-navigation li.current-page a {
    border-bottom: 2px solid #ea5339;
}


header.darker {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

header.darker .logo {
    display: inline-block;
    float: left;
    width: 180px;
    height: 44px;
    background-image: url(../images/logo.png);
    background-size: 100% auto;
    margin: 5px 20px;
}

header.darker .top-navigation li a {
    display: block;
    color: #585570;
}

header.darker .top-navigation {
    margin: 14px 20px 0px 0px;
    padding: 0px;
}



.banner1 {
    width: 100%;
    height: 800px;
    background-image: url(../images/banner1.jpg);
    background-size: cover;
}

.banner2 {
    width: 100%;
    height: 800px;
    background-image: url(../images/banner2.jpg);
    background-size: cover;
}

.banner3 {
    width: 100%;
    height: 800px;
    background-image: url(../images/banner3.jpg);
    background-size: cover;
}

.grid-1280.banner-text {
    color: #fff;
    padding: 0px 0px;
}

.grid-1280.banner-text h2 {
    margin: 0px;
    font-size: 42px;
    padding-top: 23%;
}

.grid-1280.banner-text h3 {
    margin: 0px;
    font-size: 18px;
    padding-top: 2%;
    width: 40%;
    font-weight: 500;
}





.three-boxes {
    width: 100%;
    position: absolute;
    margin-top: -100px;
}

.color-box1 {
    display: block;
    width: 100%;
    height: 220px;
    background-color: #e8ab5c;
    padding: 40px 30px;
}

.color-box2 {
    display: block;
    width: 100%;
    height: 220px;
    background-color: #4e89a4;
    padding: 40px 30px;
}

.color-box3 {
    display: block;
    width: 100%;
    height: 220px;
    background-color: #3aa37a;
    padding: 40px 30px;
}

.three-boxes img {
    /* float: left; */
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.three-boxes span {
    float: left;
    display: inline-block;
    color: #fff;
    width: 60%;
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 10px;
}

.three-boxes p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-weight: 300;
}




.mission {
    display: table;
    width: 100%;
    padding-top: 160px;
    background-color: #f8f0e7;
    padding-bottom: 0px;
}

.mission h2,
.mission h4,
.mission p {
    text-align: center;
}

.mission h4 {
    font-size: 20px;
}




.products {
    display: table;
    width: 100%;
    padding: 0px 0px 20px 0px;
    background-image: url(../images/product-bg.png);
}

.products img {
    display: block;
    width: 100%;
}

.products h3 {
    font-size: 24px;
    margin: 0px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 120%;
}

.product-box {
    background-color: #fff;
    display: table;
    width: 100%;
    box-shadow: 0px 0px 5px 0px #ccc;
}

.product-content {
    padding: 30px;
    height: 300px;
}

.product-content p {
    min-height: 100px;
}



.about {
    display: table;
    width: 100%;
    padding: 0px 0px 130px 0px;
}

.about-pic {
    float: left;
    margin-right: 50px;
}

.about-pic-right {
    float: right;
    margin-left: 40px;
    width: 30%;
}




.email-half,
.phone-half {
    display: block;
    line-height: 50px;
    border: 1px solid #ddd;
    padding: 15px;
    width: 99%;
    margin: .5%;
    margin-bottom: 20px;
}

.email-half img,
.phone-half img {
    float: left;
    margin-right: 20px;
}

.phone-half {
    font-size: 24px;
}





.textbox1 {
    font-family: poppins;
    font-size: 14px;
    padding: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    width: 100%;
    margin: 1% 0px;
    float: left;
}

.textbox2 {
    font-family: poppins;
    font-size: 14px;
    padding: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    width: 100%;
    margin: 1% 0px;
    float: left;
    height: 120px;
}

.submit-button {
    font-family: poppins;
    font-size: 16px;
    padding: 15px;
    background-color: #ea5339;
    border: 0px solid #ea5339;
    width: 100%;
    margin: 1% 0px;
    float: left;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.submit-btn{
    font-family: poppins;
    font-size: 16px;
    padding: 15px;
    background-color: #ea5339;
    border: 0px solid #ea5339;
    width: 100%;
    margin: 1% 0px;
    float: left;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;  
}


.gray-box {
    display: table;
    width: 100%;
    padding: 30px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}

.gray-box ul {
    margin: 0px 0px 0px 20px;
}

.float-right {
    float: right !important;
}










footer {
    background-color: #f8f0e7;
    padding-top: 0px;
    display: table;
    width: 100%;
    margin-top: 20px;
}

footer .grid-1280 {
    position: relative;
}

.footer-logo {
    width: 300px;
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
}

footer p {
    display: block;
    padding-right: 50px;
}

.footer-bottom {
    background-color: #585570;
    padding: 20px 0px;
    display: table;
    width: 100%;
    color: #aaa;
    margin-top: 0px;
}

footer h5 {
    font-size: 24px;
    font-weight: 500;
    color: #585570;
    font-family: 'Roboto Slab', serif;
    margin: 30px 0px;
}

#copyright span {
    display: inline-block;
    color: #fff;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px;
}

#socialmedia {
    float: left;
    display: inline-block;
    width: auto !important;
}

#socialmedia a {
    display: inline-block;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    padding: 3px;
    float: left;
}

#socialmedia a img {
    display: inline-block;
    width: 100%;
}

#socialmedia a:hover {
    opacity: 1.0;
    padding: 2px;
}

#socialmedia {
    text-align: right;
    margin-top: 0px;
}

.readmore {
    display: inline-block;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
    color: #585570;
    text-transform: uppercase;
    transition: all 0.5s ease-in 0s;
    margin-top: 0px;
    margin-bottom: 10px;
}

.readmore::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #585570;
    transition: all 0.5s ease-in 0s;
}

.readmore:hover:after {
    width: 100%;
}

#footer-column-2 a {
    display: block;
    color: #666;
    margin-bottom: 10px;
}

#footer-column-2 a:hover {
    padding-left: 10px;
}

#footer-column-3 span {
    display: block;
    color: #666;
    height: 40px;
    margin-bottom: 10px;
}

#footer-column-3 span img {
    display: inline-block;
    float: left;
    width: 20px;
    margin-right: 10px;
}

.subscribe-stripe {
    background-color: #faa954;
    padding: 30px;
    color: #ffffff;
    display: table;
    margin-top: -45px;
    width: 100%;
}

.subscribe-text {
    width: 60%;
    float: left;
    display: inline-block;
}

.subscribe-stripe h3 {
    font-size: 24px;
    margin: 3px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
}

.subscribe-stripe p {
    font-size: 14px;
    margin: 0px;
}

.subscribe-form {
    width: 40%;
    float: left;
    display: inline-block;
    text-align: right;
    padding-top: 0px;
}

.subscribe-textbox {
    width: 300px;
    border: 0px;
    background-color: #fff;
    padding: 10px;
    font-family: poppins;
    font-size: 15px;
    color: #666;
    height: 45px;
}

.subscribe-button {
    width: 150px;
    border: 0px;
    background-color: #3aa37a;
    padding: 10px 20px;
    font-family: poppins;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    height: 45px;
}







.inside-content-area {
    display: table;
    width: 100%;
    padding: 25px 0px 0px 0px;
}

.inside-banner {
    width: 100%;
    height: 400px;
    background-position: center center;
    background-size: cover;
}

.fullsize-image {
    width: 100%;
    margin: auto;
    border: 1px solid #ddd;
    margin: auto;
    display: block;
}

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

.listing {
    margin: 0px 0px 20px 20px;
    padding: 0px;
}

.listing li {
    padding-left: 10px;
    list-style-image: url(../images/bullet.png);
    margin-bottom: 10px;
}

strong {
    font-weight: 600;
}

.float-left {
    float: left;
    width: 95%;
    margin-right: 30px;
}

.page-title {
    display: inline-block;
    float: left;
    font-size: 48px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    padding-top: 23%;
    padding-left: 20px;
}


.breadcrumbs {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    padding-top: 24%;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto Slab', serif;
}

.breadcrumb {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    padding-top: 24%;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto Slab', serif;
}

.breadcrumbs span {
    color: #ea5339;
    display: inline-block;
    margin: 0px 10px;
}

.breadcrumbs a {
    color: #faa954;
}

.breadcrumb span {
    color: #ea5339;
    display: inline-block;
    margin: 0px 10px;
}

.breadcrumb a {
    color: #faa954;
}


.breadcrumb-2 {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    padding-top: 24%;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto Slab', serif;
}

.breadcrumb-2 span {
    color: #ea5339;
    display: inline-block;
    margin: 0px 10px;
}

.breadcrumb-2 a {
    color: #faa954;
}


.breadcrumb-3 {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    padding-top: 24%;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto Slab', serif;
}

.breadcrumb-3 span {
    color: #ea5339;
    display: inline-block;
    margin: 0px 10px;
}

.breadcrumb-3 a {
    color: #faa954;
}








/* Grid */


.grid-1280 {
    display: table;
    width: 1280px;
    margin: auto;
}

.row {
    width: 100%;
    display: table;
}

.col-1-of-12 {
    width: 8.33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1-of-11 {
    width: 9.09%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1-of-10 {
    width: 10%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1-of-9 {
    width: 11.11%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-8-of-9 {
    width: 88.89%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-7-of-9 {
    width: 77.78%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-6-of-9 {
    width: 66.67%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-5-of-9 {
    width: 55.56%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-4-of-9 {
    width: 44.45%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-3-of-9 {
    width: 33.34%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-2-of-9 {
    width: 22.23%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}


.col-1-of-8 {
    width: 12.50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-7-of-8 {
    width: 87.50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-6-of-8 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-5-of-8 {
    width: 62.50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-4-of-8 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-3-of-8 {
    width: 37.50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-2-of-8 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1-of-7 {
    width: 14.28%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-6-of-7 {
    width: 85.68%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-5-of-7 {
    width: 71.4%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-4-of-7 {
    width: 57.12%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-3-of-7 {
    width: 42.84%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-2-of-7 {
    width: 28.56%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1-of-6 {
    width: 16.66%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-5-of-6 {
    width: 83.33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-4-of-6 {
    width: 66.64%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-3-of-6 {
    width: 49.98%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-2-of-6 {
    width: 33.32%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1-of-5 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-4-of-5 {
    width: 80%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-3-of-5 {
    width: 60%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-2-of-5 {
    width: 40%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1-of-4 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-3-of-4 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1-of-3 {
    width: 33.33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-2-of-3 {
    width: 66.66%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1-of-2 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.col-1-of-1 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}


.content {
    display: block;
    padding: 10px 0px;
    background-color: #eee;
    text-align: center;
    font-size: 10px;
    color: #000;
    border: 1px solid #ccc;
}


/* Grid */




















/* Scroll Top */

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 0;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background-color: #faa954;
}

.scroll a {
    padding: 25px 0px 0px 0px;
    display: block;
    color: #fff;
    height: 50px;
    width: 50px;
}

.scroll a span {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    display: block;
    margin: auto;
    animation: buttonarrow 0.6s infinite alternate ease-in-out;
}


@keyframes buttonarrow {
    0% {
        transform: translateY(0);
        opacity: 1.0
    }

    100% {
        transform: translateY(-0.5em);
        opacity: 1.0
    }
}

/* Scroll Top */









/* responsive menu */

.responsive-menu-icon {
    display: none;
}


.responsive-menu-icon {
    display: block;
    cursor: pointer;
    /* background-color:#000; */
    width: 88px;
    height: 66px;
    position: fixed;
    right: 0;
    top: 0px;
    padding: 27px;
    box-sizing: border-box;
    z-index: 10000;
    display: none;
    z-index: 1000;
}

.bar1,
.bar2,
.bar3 {
    width: 23px;
    height: 2px;
    background-color: #000;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-4px, -5px);
}


/* responsive menu */






.right {
    float: right;
}

.left {
    float: left;
}

.abt {
    font-size: 17px;
    font-weight: 400;
}

.subscribe-button-1 {
    width: 150px;
    border: 0px;
    background-color: #3aa37a;
    padding: 5px 23px;
    font-family: poppins;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-left: 20px;
    height: 34px;
    border-radius: 7px;
}

p.subscribe-button-2 {
    font-weight: 500;
}

a.subscribe-button-2 {
    font-size: 15px;
    color: #fff;
}


@media only screen and (min-width: 375px) and (max-width:768px) {
    .logo {
        display: inline-block;
        float: left;
        width: 180px;
        height: 61px;
        background-image: url(../images/logo.png);
        background-size: 100% auto;
        margin: 20px 20px -4px 0px;
        background-repeat: no-repeat;
        transition: all 0.5s ease-in 0s;
    }

    #copyright span {
        display: block;
        color: #fff;
        text-align: center;
        float: none;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 40px;
    }


}


@media only screen and (min-width: 375px) and (max-width:767px) {
    #socialmedia {
        float: none !important;
        display: inline-block;
        padding-left: 52px;
        width: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    #socialmedia {
        float: none !important;
        display: inline-block;
        padding-left: 275px;
        width: auto !important;
    }
}




@media only screen and (min-width: 320px) and (max-width: 374px) {
    .logo {
        display: inline-block;
        float: left;
        width: 150px;
        height: 61px;
        background-image: url(../images/logo.png);
        background-size: 100% auto;
        margin: 20px 20px -4px 15px;
        background-repeat: no-repeat;
        transition: all 0.5s ease-in 0s;

    }

    .grid-1280.banner-text {
        color: #fff;
        padding: 0px 15px;
    }

    #copyright span {
        display: block;
        color: #fff;
        text-align: center;
        float: none;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 40px;
    }

    #socialmedia {
        float: none !important;
        display: inline-block;
        padding-left: 52px;
        width: auto !important;
    }

}




@media only screen and (min-width: 320px) and (max-width:768px) {
    .page-title {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 55%;
        padding-left: 37px;
    }
}

@media only screen and (min-width: 320px) and (max-width:768px) {
    .breadcrumbs {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: left;
        padding-left: 75px;
        padding-top: 24%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }

    .breadcrumb {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: left;
        padding-left: 75px;
        padding-top: 24%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }
}

@media only screen and (min-width: 320px) and (max-width:374px) {
    .footer-logo {
        width: 200px;
        display: block;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    div#footer-column-1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    div#footer-column-2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    div#footer-column-3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer p {
        display: block;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
    .top-navigation {
        float: right;
        display: none;
        margin: 20px 0px;
        width: 100%;
        text-align: center;
        padding: 0px;
        transition: all 0.5s ease-in 0s;
    }
}



@media only screen and (min-width: 320px) and (max-width:375px) {
    .contact-us {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media only screen and (min-width: 375px) and (max-width:424px) {
    .contact-us {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 425px) and (max-width:768px) {
    .contact-us {
        padding-left: 0px;
        padding-right: 0px;
    }

    header.darker .logo {
        display: inline-block;
        float: left;
        width: 180px;
        height: 44px;
        background-image: url(../images/logo.png);
        background-size: 100% auto;
        margin: 5px -17px;
    }

}

@media only screen and (min-width: 320px) and (max-width:768px) {

    .email-half img,
    .phone-half img {
        float: left;
        width: 37px;
        margin-right: 12px;
        padding-top: 8px;
    }

    .email-half,
    .phone-half {
        display: block;
        line-height: 50px;
        border: 1px solid #ddd;
        padding: 8px;
        width: 100%;
        margin: .5%;
        margin-bottom: 20px;
    }
}

.contact-us-grid {
    padding: 20px 0px 25px 0px;
}

@media only screen and (min-width: 375px) and (max-width:768px) {
    header.darker .logo {
        display: inline-block;
        float: left;
        width: 180px;
        height: 44px;
        background-image: url(../images/logo.png);
        background-size: 100% auto;
        margin: 13px 20px 10px 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width:374px) {
    header.darker .logo {
        display: inline-block;
        float: left;
        width: 180px;
        height: 44px;
        background-image: url(../images/logo.png);
        background-size: 100% auto;
        margin: 13px 20px 10px 15px;
    }
}

@media only screen and (min-width: 375px) and (max-width:424px) {
    .contact-us-grid {
        padding: 20px 0px 25px 0px;
    }

    .footer-logo {
        width: 270px;
        display: block;
        margin-bottom: 30px;
        margin-top: 25px;
    }
    .products h3 {
        font-size: 20px;
        margin: 0px;
        font-family: 'Roboto Slab', serif;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 120%;
    }

}

@media only screen and (min-width: 425px) and (max-width:767px) {
    .contact-us-grid {
        padding: 20px 10px 25px 10px;
    }

    h2 {
        font-family: 'Roboto Slab', serif;
        font-size: 30px;
        font-weight: 500;
        line-height: 120%;
    }
}


/* @media only screen and (min-width: 320px) and (max-width:767px) {
    .contact-us-grid {
        padding: 20px 10px 25px 10px;
    }
    
} */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .page-title {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 30%;
        padding-left: 37px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .breadcrumbs {
        font-size: 15px;
        text-transform: uppercase;
        display: block;
        /* float: left; */
        float: right;
        padding-left: 48px;
        padding-top: 31%;
        font-weight: 500;
        padding-right: 45px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }

    .breadcrumb {
        font-size: 15px;
        text-transform: uppercase;
        display: block;
        /* float: left; */
        float: right;
        padding-left: 48px;
        padding-top: 31%;
        font-weight: 500;
        padding-right: 45px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }

    .responsive-menu-icon {
        display: block;
        cursor: pointer;
        /* background-color: #000; */
        width: 100px;
        height: 66px;
        position: fixed;
        right: 0;
        top: 0px;
        padding: 25px;
        box-sizing: border-box;
        z-index: 10000;
        display: none;
        z-index: 1000;
    }

    .contact-us-grid {
        padding: 20px 30px 25px 10px;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .contact-us-grid {
        padding: 20px 36px 25px 10px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1920px) {
    .contact-us-grid {
        padding: 31px 0px 39px 17px;
    }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
    .grid-1280 {
        width: 400px !important;
    }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
    .page-title {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 55%;
        padding-left: 79px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .breadcrumbs {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: left;
        padding-left: 81px;
        padding-top: 24%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }

    .breadcrumb {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: left;
        padding-left: 81px;
        padding-top: 24%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }
}


@media only screen and (min-width: 425px) and (max-width: 767px) {
    .breadcrumbs {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: left;
        padding-left: 117px;
        padding-top: 20%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }

    .breadcrumb {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: left;
        padding-left: 117px;
        padding-top: 20%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }
}

.page-title-1 {
    display: inline-block;
    float: left;
    font-size: 48px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    padding-top: 55%;
    padding-left: 92px;
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
    .page-title-1 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 55%;
        padding-left: 112px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .subscribe-stripe h3 {
        font-size: 19px;
        margin: 3px 0px 0px 0px;
        font-family: 'Roboto Slab', serif;
    }

    .subscribe-stripe {
        background-color: #faa954;
        padding: 15px;
        color: #ffffff;
        display: table;
        width: 100%;
        padding-bottom: 30px;
    }

    .subscribe-form {
        width: 100%;
        float: none;
        display: inline-block;
        text-align: center;
        padding-top: 30px;
    }

    .subscribe-button {
        width: 150px;
        border: 0px;
        background-color: #3aa37a;
        padding: 10px 9px;
        font-family: poppins;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        height: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .page-title-1 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 30%;
        padding-left: 92px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .page-title-1 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 26%;
        padding-left: 92px;
    }

    .breadcrumbs {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: right;
        padding-top: 27%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }

    .breadcrumb {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: right;
        padding-top: 27%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }


}

@media only screen and (min-width: 1440px) and (max-width: 1920px) {
    .page-title-1 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 16% !important;
        padding-left: 92px;
    }
}

@media only screen and (min-width: 425px) and (max-width: 768px) {
    .footer-logo {
        width: 200px;
        display: block;
        margin-top: 21px;
        margin-bottom: 14px;
    }

    .readmore {
        display: inline-block;
        font-weight: 500;
        font-family: 'Roboto Slab', serif;
        color: #585570;
        text-transform: uppercase;
        transition: all 0.5s ease-in 0s;
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

.page-title-2 {
    display: inline-block;
    float: left;
    font-size: 48px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    padding-top: 55%;
    padding-left: 60px;
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
    .page-title-2 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 55%;
        padding-left: 105px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .page-title-2 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 30%;
        padding-left: 92px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .page-title-2 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 26%;
        padding-left: 92px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .page-title-2 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 20%;
        padding-left: 92px;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
    .page-title-2 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 20%;
        padding-left: 92px;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .page-title {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 26%;
        padding-left: 20px;
    }
}





@media only screen and (min-width: 1440px) and (max-width: 1920px) {
    .page-title-1 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 21% !important;
        padding-left: 92px;
    }

    .breadcrumbs {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: right;
        padding-top: 21%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }

    .breadcrumb {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: right;
        padding-top: 21%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }

    .page-title {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 21%;
        padding-left: 20px;
    }


}


@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    .page-title-1 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 23%;
        padding-left: 92px;
    }




}

.page-title-3 {
    display: inline-block;
    float: left;
    font-size: 48px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-align: center;
    padding-top: 50%;
    padding-left: 0px;
    line-height: 45px;
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
    .page-title-3 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 35%;
        padding-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-title-3 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 30%;
        padding-left: 20px;
    }
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .breadcrumb-2 {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: left;
        padding-left: 50px;
        padding-top: 24%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }
}


@media only screen and (min-width: 425px) and (max-width: 767px) {
    .breadcrumb-2 {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: left;
        padding-left: 78px;
        padding-top: 24%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .breadcrumb-2 {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: right;
        padding-top: 32%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        padding-right: 30px;
    }
}

.contact-us-grid-2 {
    padding: 27px 22px 25px 20px;
}

@media only screen and (min-width: 320px) and (max-width:374px) {
    .contact-us-grid-2 {
        padding: 20px 0px 25px 0px;
    }

    .subscribe-text {
        width: 100%;
        float: none;
        text-align: center;
        display: inline-block;
    }
}

@media only screen and (min-width: 375px) and (max-width:424px) {
    .contact-us-grid-2 {
        padding: 20px 0px 25px 0px;
    }

    .subscribe-text {
        width: 100%;
        float: none;
        text-align: center;
        display: inline-block;
    }
}

@media only screen and (min-width: 425px) and (max-width:767px) {
    .contact-us-grid-2 {
        padding: 20px 0px 25px 0px;
    }

    .subscribe-text {
        width: 100%;
        float: none;
        text-align: center;
        display: inline-block;
    }
}

@media only screen and (min-width: 1240px) and (max-width: 1920px) {
    .page-title-3 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        text-align: center;
        padding-top: 21%;
        padding-left: 0px;
        line-height: 45px;
    }

    .breadcrumb-2 {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: right;
        padding-top: 23%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }
}


@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    .page-title-3 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        text-align: center;
        padding-top: 21%;
        padding-left: 0px;
        line-height: 45px;
    }
}



.page-title-4 {
    display: inline-block;
    float: left;
    font-size: 48px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-align: center;
    padding-top: 42%;
    padding-left: 0px;
    line-height: 53px;
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
    .page-title-4 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 35%;
        padding-left: 9px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .page-title-4 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 24%;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .page-title-4 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 27%;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1920px) {
    .page-title-4 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        padding-top: 19%;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
    .page-title-4 {
        display: inline-block;
        float: left;
        font-size: 48px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        text-align: center;
        padding-top: 20%;
        padding-left: 0px;
        line-height: 53px;
    }


}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .breadcrumb-3 {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: left;
        padding-left: 22px;
        padding-top: 24%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }
}


@media only screen and (min-width: 425px) and (max-width: 767px) {
    .breadcrumb-3 {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: left;
        padding-left: 78px;
        padding-top: 24%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .breadcrumb-3 {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: right;
        padding-top: 13%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }
}



@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .breadcrumb-3 {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: right;
        padding-top: 29%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1920px) {
    .breadcrumb-3 {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-block;
        float: right;
        padding-top: 21%;
        font-weight: 500;
        color: #fff;
        font-family: 'Roboto Slab', serif;
    }
}



.logo-1 {
    width: 100%;
}




@media only screen and (min-width: 320px) and (max-width: 768px) {
    .grid-1280.banner-text h3 {
        margin: 0px;
        font-size: 14px;
        line-height: 23px;
        padding-top: 2%;
        width: 100%;
        font-weight: 500;
    }

    .slider .slider_left {
        display: none;
        left: 0px !important;
    }

    .slider .slider_right {
        left: auto;
        right: 0px;
        display: none;
    }

    .slider .slider_left,
    .slider .slider_right {
        display: none !important;
        position: absolute;
        top: 42%;
        /* left: 50px; */
        padding: 0px 20px;
    }


}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .product-content {
        padding: 30px;
        height: 371px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .product-content {
        padding: 30px;
        height: 400px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    .three-boxes span {
        float: left;
        display: inline-block;
        color: #fff;
        width: 100%;
        font-size: 18px;
        font-family: 'Roboto Slab', serif;
        font-weight: 500;
        line-height: 130%;
        margin-bottom: 10px;
    }

    .color-box2 {
        display: block;
        width: 100%;
        height: 400px;
        background-color: #4e89a4;
        padding: 40px 30px;
        text-align: center;

    } 

    .color-box3 {
        display: block;
        width: 100%;
        height: 400px;
        background-color: #3aa37a;
        padding: 40px 30px;
        text-align: center;

    }

    .color-box1 {
        display: block;
        width: 100%;
        height: 400px;
        background-color: #e8ab5c;
        padding: 40px 30px;
        text-align: center;

    }

    .mission {
        display: table;
        width: 100%;
        padding-top: 290px;
        background-color: #f8f0e7;
        padding-bottom: 0px;
    }
}


@media only screen and (min-width: 320px) and (max-width: 374px) {
    .mission {
        display: table;
        width: 100%;
        padding-top: 990px;
        background-color: #f8f0e7;
        padding-bottom: 0px;
    }

    .color-box1 {
        display: block;
        width: 100%;
        height: 320px;
        background-color: #e8ab5c;
        padding: 40px 30px;
        text-align: center;
    }

    .color-box3 {
        display: block;
        width: 100%;
        height: 320px;
        background-color: #3aa37a;
        padding: 40px 30px;
        text-align: center;
    }

    .color-box2 {
        display: block;
        width: 100%;
        height: 320px;
        background-color: #4e89a4;
        padding: 40px 30px;
        text-align: center;
    }

    .three-boxes img {
        float: none !important;
        margin-right: 0px;
        display: inline-block;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
    .mission {
        display: table;
        width: 100%;
        padding-top: 300px;
        background-color: #f8f0e7;
        padding-bottom: 0px;
    }

    .color-box3 {
        display: block;
        width: 100%;
        height: 399px;
        background-color: #3aa37a;
        padding: 40px 30px;
    }

    /* .color-box1 {
        display: block;
        width: 100%;
        height: 398px;
        background-color: #e8ab5c;
        padding: 40px 30px;
    } */
}


@media only screen and (min-width: 375px) and (max-width: 424px) {
    .mission {
        display: table;
        width: 100%;
        padding-top: 960px;
        background-color: #f8f0e7;
        padding-bottom: 0px;
    }

    .color-box1 {
        display: block;
        width: 100%;
        height: 320px;
        background-color: #e8ab5c;
        padding: 40px 30px;
        text-align: center;
    }

    .color-box3 {
        display: block;
        width: 100%;
        height: 320px;
        background-color: #3aa37a;
        padding: 40px 30px;
        text-align: center;

    }

    .color-box2 {
        display: block;
        width: 100%;
        height: 320px;
        background-color: #4e89a4;
        padding: 40px 30px;
        text-align: center;

    }
}


@media only screen and (min-width: 425px) and (max-width: 767px) {
    .mission {
        display: table;
        width: 100%;
        padding-top: 565px;
        background-color: #f8f0e7;
        padding-bottom: 0px;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .mission {
        display: table;
        width: 100%;
        padding-top: 225px;
        background-color: #f8f0e7;
        padding-bottom: 0px;
    }

    .color-box1 {
        display: block;
        width: 100%;
        height: 320px;
        background-color: #e8ab5c;
        padding: 40px 30px;
        text-align: center;
    }

    .color-box3 {
        display: block;
        width: 100%;
        height: 320px;
        background-color: #3aa37a;
        padding: 40px 30px;
        text-align: center;

    }

    .color-box2 {
        display: block;
        width: 100%;
        height: 320px;
        background-color: #4e89a4;
        padding: 40px 30px;
        text-align: center;

    }

    .three-boxes img {
        float: none !important;
        margin-right: 0px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .three-boxes span {
        /* float: left; */
        display: inline-block;
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-family: 'Roboto Slab', serif;
        font-weight: 500;
        line-height: 130%;
        margin-bottom: 10px;
    }

    .three-boxes p {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
    }

    .product-content {
        padding: 30px;
        height: 377px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .products h3 {
        font-size: 17px;
        margin: 0px;
        font-family: 'Roboto Slab', serif;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 120%;
    }
}

/* 

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .three-boxes span {
        float: left;
        display: inline-block;
        color: #fff;
        width: 60%;
        font-size: 16px;
        font-family: 'Roboto Slab', serif;
        font-weight: 500;
        line-height: 130%;
        margin-bottom: 10px;
    }
} */


@media only screen and (min-width: 320px) and (max-width: 768px) {
    .top-navigation li {
        float: none !important;
        list-style: none;
        transition: all 0.5s ease-in 0s;
        margin: 10px 15px;
    }

    header.darker .top-navigation {
        margin: 0px 0px 0px 0px;
        padding: 0px;
    }

    .header-mobile {
        background-color: #fff;
    }

    .top-navigation li a {
        display: initial;
        color: #000;
        text-transform: uppercase;
        padding: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        transition: all 0.5s ease-in 0s;
    }

    header.darker .top-navigation li a {
        display: initial;
        color: #585570;
    }

    header {
        background-color: #fff;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .three-boxes span {
        /* float: left; */
        display: inline-block;
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-family: 'Roboto Slab', serif;
        font-weight: 500;
        line-height: 130%;
        margin-bottom: 10px;
    }

    .three-boxes p {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
    }

}

@media only screen and (min-width: 375px) and (max-width: 424px) {
    .three-boxes img {
        float: none !important;
        margin-right: 0px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .product-content {
        padding: 30px !important;
        height: 320px !important;
    }

    h2 {
        font-family: 'Roboto Slab', serif;
        font-size: 30px;
        font-weight: 500;
        line-height: 120%;
    }

    .small-heading-center {
        display: block;
        font-family: 'Roboto Slab', serif;
        font-size: 22px !important;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        margin: 20px 0px !important;
    }

}


@media only screen and (min-width: 425px) and (max-width: 767px) {
    .mission {
        display: table;
        width: 100%;
        padding-top: 850px;
        background-color: #f8f0e7;
        padding-bottom: 0px;
    }

    .product-content {
        padding: 30px !important;
        height: 275px  !important;
    }

    .small-heading-center {
        display: block;
        font-family: 'Roboto Slab', serif;
        font-size: 25px !important;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        margin: 20px 0px !important;
    }

    .products h3 {
        font-size: 19px;
        margin: 0px;
        font-family: 'Roboto Slab', serif;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 120%;
    }
    .color-box1 {
        display: block;
        width: 100%;
        height: 280px;
        background-color: #e8ab5c;
        padding: 40px 30px;
        text-align: center;
    }

    .color-box3 {
        display: block;
        width: 100%;
        height: 280px;
        background-color: #3aa37a;
        padding: 40px 30px;
        text-align: center;

    }

    .color-box2 {
        display: block;
        width: 100%;
        height: 280px;
        background-color: #4e89a4;
        padding: 40px 30px;
        text-align: center;

    }
}



@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .three-boxes span {
        float: left;
        display: inline-block;
        color: #fff;
        width: 100%;
        font-size: 18px;
        font-family: 'Roboto Slab', serif;
        font-weight: 500;
        line-height: 130%;
        margin-bottom: 10px;
    }

    .color-box2 {
        display: block;
        width: 100%;
        height: 365px;
        background-color: #4e89a4;
        padding: 40px 30px;
        text-align: center;

    }

    .color-box3 {
        display: block;
        width: 100%;
        height: 365px;
        background-color: #3aa37a;
        padding: 40px 30px;
        text-align: center;

    }

    .color-box1 {
        display: block;
        width: 100%;
        height: 365px;
        background-color: #e8ab5c;
        padding: 40px 30px;
        text-align: center;

    }

    .mission {
        display: table;
        width: 100%;
        padding-top: 290px;
        background-color: #f8f0e7;
        padding-bottom: 0px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .three-boxes img {
        float: none !important;
        margin-right: 0px;
        display: inline-block;
        margin-bottom: 30px;
    }

    .three-boxes p {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
    }

}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    header {
        position: fixed;
        left: 0xpx;
        top: 0px;
        width: 100%;
        background-color: #fff;
        z-index: 2;
        transition: all 0.5s ease-in 0s;
        z-index: 1;
    }

    .top-navigation li a {
        display: initial;
        color: #000;
        text-transform: uppercase;
        padding: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 35px;
        transition: all 0.5s ease-in 0s;
    }

    header.darker .logo {
        display: inline-block;
        float: left;
        width: 180px;
        height: 51px;
        background-image: url(../images/logo.png);
        background-size: 100% auto;
        margin: 27px 19px 20px 0px;
    }

    .responsive-menu-icon {
        display: block;
        cursor: pointer;
        /* background-color: #000; */
        width: 100px;
        height: 66px;
        position: fixed;
        right: 0;
        top: 0px;
        padding: 40px;
        box-sizing: border-box;
        z-index: 10000;
        display: none;
        z-index: 1000;
    }

    .top-navigation li {
        float: none !important;
        list-style: none;
        transition: all 0.5s ease-in 0s;
        margin: 0px 15px;
    }

    header.darker .top-navigation li a {
        display: initial;
        color: #585570;
    }

    header.darker .top-navigation {
        margin: 14px 0px 20px 0px;
        padding: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width:374px) {
    .contact-us-grid-5 {
        padding: 0px 0px 0px 0px;
    }

    .product-content {
        padding: 30px !important;
        height: 320px !important;
    }

    .grid-1280.banner-text h2 {
        margin: 0px;
        font-size: 35px;
        padding-top: 23%;
    }

    h2 {
        font-family: 'Roboto Slab', serif;
        font-size: 27px;
        font-weight: 500;
        line-height: 120%;
    }

    .small-heading-center {
        display: block;
        font-family: 'Roboto Slab', serif;
        font-size: 21px !important;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        margin: 20px 0px !important;
    }

    .products h3 {
        font-size: 19px;
        margin: 0px;
        font-family: 'Roboto Slab', serif;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 120%;
    }

}


@media only screen and (min-width: 320px) and (max-width:767px) {
    .products {
        display: table;
        width: 100%;
        padding: 0px 0px 20px 0px;
        /* background-image: url(../images/product-bg1.png); */
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .grid-1280.banner-text h2 {
        padding-top: 45% !important;
        padding-bottom: 25px;
    }

    .page-title-4 {
        display: inline-block;
        float: left;
        font-size: 40px;
        color: #fff;
        font-family: 'Roboto Slab', serif;
        font-weight: 400;
        text-align: center;
        padding-top: 42%;
        padding-left: 0px;
        line-height: 53px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .grid-1280.banner-text h2 {
        padding-top: 30% !important;
        padding-bottom: 25px;
    }

    h2 {
        font-family: 'Roboto Slab', serif;
        font-size: 40px;
        font-weight: 500;
        line-height: 120%;
    }
}




/* Mardanali  */

@media only screen and (min-width: 320px) and (max-width: 374px) {

    .slider .slide,
    .banner1,
    .banner2,
    .banner3 {
        height: 170px !important;
        background-position: center top !important;
        padding-top: 4% !important;
    }

    .three-boxes {
        width: 100% !important;
        position: absolute !important;
        margin-top: 0px !important;
    }

    .slider_area {
        width: 320px;
        height: 234px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .grid-1280.banner-text {
        color: #fff;
        /* display: none !important; */
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .grid-1280.banner-text h2 {
        padding-top: 10% !important;
        padding-bottom: 1px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .grid-1280.banner-text h3 {
        margin: 0px !important;
        font-size: 10px !important;
        padding-top: 1% !important;
        line-height: 16px;
        width: 100% !important;
        font-weight: 500 !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .grid-1280.banner-text h2 {
        margin: 0px !important;
        font-size: 14px !important;
        padding-top: 23%;
    }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
    .grid-1280.banner-text h2 {
        margin: 0px !important;
        font-size: 19px !important;
        padding-top: 23%;
    }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
    .grid-1280.banner-text h3 {
        margin: 0px !important;
        font-size: 13px !important;
        padding-top: 1% !important;
        width: 100% !important;
        line-height: 17px;
        font-weight: 500 !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
    .grid-1280.banner-text h2 {
        padding-top: 6% !important;
        padding-bottom: 1px !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {

    .slider .slide,
    .banner1,
    .banner2,
    .banner3 {
        height: 200px !important;
        background-position: center top !important;
        padding-top: 4% !important;
    }

    .three-boxes {
        width: 100% !important;
        position: absolute !important;
        margin-top: 0px !important;
    }

    .slider_area {
        width: 320px;
        height: 276px !important;
    }

    .grid-1280.banner-text {
        color: #fff;
        /* display: none; */
        padding: 0px 0px;
    }
}



@media only screen and (min-width: 425px) and (max-width: 767px) {

    .slider .slide,
    .banner1,
    .banner2,
    .banner3 {
        height: 250px !important;
        background-position: center top !important;
        padding-top: 3% !important;
    }

    .three-boxes {
        width: 100% !important;
        position: absolute !important;
        margin-top: 0px !important;
    }

    .slider_area {
        width: 320px;
        height: 313px !important;
    }

    .grid-1280.banner-text {
        color: #fff;
        /* display: none; */
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
    .grid-1280.banner-text h2 {
        padding-top: 8% !important;
        padding-bottom: 1px !important;
    }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
    .grid-1280.banner-text h2 {
        margin: 0px !important;
        font-size: 26px !important;
        padding-top: 23%;
    }
}


@media only screen and (min-width: 320px) and (max-width: 359px) {

    .inside-banner {
        width: 100%;
        height: 100px;
        background-position: center center;
        background-size: cover;
        margin-top: 77px;
    }

    .breadcrumbs {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 60px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .breadcrumb {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 60px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title-2 {
        display: inline-block !important;
        float: left !important;
        font-size: 17px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 12% !important;
        padding-left: 46px !important;
    }

    .page-title-3 {
        display: inline-block !important;
        float: left !important;
        font-size: 15px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        text-align: center !important;
        padding-top: 9% !important;
        padding-left: 6px !important;
        line-height: 45px !important;
    }

    .breadcrumb-2 {
        font-size: 10px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 30px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title {
        display: inline-block !important;
        float: left !important;
        font-size: 15px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 11% !important;
        padding-left: 35px !important;
    }

    .page-title-4 {
        display: inline-block !important;
        float: left !important;
        font-size: 15px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        text-align: center !important;
        padding-top: 9px !important;
        padding-left: 79px !important;
        line-height: 53px !important;
    }

    .breadcrumb-3 {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 64px !important;
        padding-top: 0% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title-1 {
        display: inline-block !important;
        float: left !important;
        font-size: 17px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 12% !important;
        padding-left: 25px !important;
        padding-right: 60px !important;
    }



}



@media only screen and (min-width: 360px) and (max-width: 374px) {

    .inside-banner {
        width: 100%;
        height: 100px;
        background-position: center center;
        background-size: cover;
        margin-top: 77px;
    }

    .breadcrumbs {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 60px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .breadcrumb {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 60px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title-2 {
        display: inline-block !important;
        float: left !important;
        font-size: 17px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 12% !important;
        padding-left: 46px !important;
    }

    .page-title-3 {
        display: inline-block !important;
        float: left !important;
        font-size: 15px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        text-align: center !important;
        padding-top: 9% !important;
        padding-left: 6px !important;
        line-height: 45px !important;
    }

    .breadcrumb-2 {
        font-size: 10px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 30px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title {
        display: inline-block !important;
        float: left !important;
        font-size: 15px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 11% !important;
        padding-left: 35px !important;
    }

    .page-title-4 {
        display: inline-block !important;
        float: left !important;
        font-size: 15px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        text-align: center !important;
        padding-top: 9px !important;
        padding-left: 79px !important;
        line-height: 53px !important;
    }

    .breadcrumb-3 {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 64px !important;
        padding-top: 0% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title-1 {
        display: inline-block !important;
        float: left !important;
        font-size: 17px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 12% !important;
        padding-left: 25px !important;
        padding-right: 60px !important;
    }



}







@media only screen and (min-width: 375px) and (max-width: 424px) {
    .inside-banner {
        width: 100% !important;
        height: 104px !important;
        background-position: center center !important;
        background-size: cover !important;
        margin-top: 77px !important;
    }

    .page-title-2 {
        display: inline-block !important;
        float: left !important;
        font-size: 18px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 12% !important;
        padding-left: 6px !important;
    }

    .breadcrumbs {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 115px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }


    .breadcrumb {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 115px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title-3 {
        display: inline-block !important;
        float: left !important;
        font-size: 15px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        text-align: center !important;
        padding-top: 9% !important;
        padding-left: 0px !important;
        line-height: 45px !important;
    }

    .breadcrumb-2 {
        font-size: 10px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 41px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title {
        display: inline-block !important;
        float: left !important;
        font-size: 17px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 10% !important;
        padding-left: 0px !important;
    }

    .breadcrumbs {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: block !important;
        float: none !important;
        padding-left: 187px !important;
        padding-top: 11% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .breadcrumb {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: block !important;
        float: none !important;
        padding-left: 186px !important;
        padding-top: 13% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title-4 {
        display: inline-block !important;
        float: left !important;
        font-size: 15px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        text-align: center !important;
        padding-top: 9px !important;
        padding-left: 79px !important;
        line-height: 53px !important;
    }

    .breadcrumb-3 {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 64px !important;
        padding-top: 0% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title-1 {
        display: inline-block !important;
        float: left !important;
        font-size: 17px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 12% !important;
        padding-left: 25px !important;
        padding-right: 60px !important;
    }
}



@media only screen and (min-width: 425px) and (max-width: 767px) {
    .inside-banner {
        width: 100% !important;
        height: 104px !important;
        background-position: center center !important;
        background-size: cover !important;
        margin-top: 77px !important;
    }

    .page-title-2 {
        display: inline-block !important;
        float: left !important;
        font-size: 18px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 12% !important;
        padding-left: 20px !important;
    }

    .breadcrumbs {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 115px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }


    .breadcrumb {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 115px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title-3 {
        display: inline-block !important;
        float: left !important;
        font-size: 15px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        text-align: center !important;
        padding-top: 9% !important;
        padding-left: 15px !important;
        line-height: 45px !important;
    }

    .breadcrumb-2 {
        font-size: 10px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 80px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title {
        display: inline-block !important;
        float: left !important;
        font-size: 17px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 10% !important;
        padding-left: 15px !important;
    }

    .breadcrumbs {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: block !important;
        float: none !important;
        padding-left: 250px !important;
        padding-top: 11% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .breadcrumb {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: block !important;
        float: none !important;
        padding-left: 250px !important;
        padding-top: 11% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title-4 {
        display: inline-block !important;
        float: left !important;
        font-size: 15px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        text-align: center !important;
        padding-top: 9px !important;
        padding-left: 110px !important;
        line-height: 53px !important;
    }

    .breadcrumb-3 {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 90px !important;
        padding-top: 0% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title-1 {
        display: inline-block !important;
        float: left !important;
        font-size: 17px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 12% !important;
        padding-left: 25px !important;
        padding-right: 60px !important;
    }
}



@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .inside-banner {
        width: 100% !important;
        height: 160px !important;
        background-position: center center !important;
        background-size: cover !important;
        margin-top: 77px !important;
    }

    .page-title-2 {
        display: inline-block !important;
        float: left !important;
        font-size: 28px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 9% !important;
        padding-left: 55px !important;
    }

    .breadcrumbs {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 115px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }


    .breadcrumb {
        font-size: 11px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 115px !important;
        padding-top: 12% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title-3 {
        display: inline-block !important;
        float: left !important;
        font-size: 28px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        text-align: center !important;
        padding-top: 8% !important;
        padding-left: 25px !important;
        line-height: 45px !important;
    }

    .breadcrumb-2 {
        font-size: 15px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 220px !important;
        padding-top: 10% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title {
        display: inline-block !important;
        float: left !important;
        font-size: 30px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 9% !important;
        padding-left: 28px !important;
    }

    .breadcrumbs {
        font-size: 15px !important;
        text-transform: uppercase !important;
        display: block !important;
        float: none !important;
        padding-left: 477px !important;
        padding-top: 10% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .breadcrumb {
        font-size: 15px !important;
        text-transform: uppercase !important;
        display: block !important;
        float: none !important;
        padding-left: 520px !important;
        padding-top: 10% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title-4 {
        display: inline-block !important;
        float: left !important;
        font-size: 28px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        text-align: center !important;
        padding-top: 50px !important;
        padding-left: 35px !important;
        line-height: 53px !important;
    }

    .breadcrumb-3 {
        font-size: 15px !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        float: left !important;
        padding-left: 110px !important;
        padding-top: 9% !important;
        font-weight: 500 !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
    }

    .page-title-1 {
        display: inline-block !important;
        float: left !important;
        font-size: 31px !important;
        color: #fff !important;
        font-family: 'Roboto Slab', serif !important;
        font-weight: 400 !important;
        padding-top: 9% !important;
        padding-left: 25px !important;
        padding-right: 60px !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1439px) {
    .subscribe-form {
        width: 40%;
        float: left;
        display: inline-block;
        text-align: right;
        padding-top: 16px;
    }
}


@media only screen and (min-width: 425px) and (max-width: 767px) {
    .three-boxes img {
        float: none;
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 10px;
    }
}