@import url('https://fonts.googleapis.com/css?family=Epilogue:300,400,500,600,700,800,900&amp;display=swap');
@charset "utf-8";
/** 
* 
* -----------------------------------------------------------------------------
*
* Template : Solvency - Credit Repair & Finance HTML Template
* Author : devsdesign
* Author URI : http://www.devsdesign.com/ 
*
* -----------------------------------------------------------------------------
* 
**/ /* TABLE OF CONTENT
---------------------------------------------------------
	01. General CSS
	02. Global Class CSS
	03. Header Section CSS
	04. Sticky Menu CSS
	05. About Section CSS
	06. Appointment Section CSS
	07. Breadcrumbs Section CSS
	08. Banner Section CSS
	09. Choose Section CSS
	10. Slider Section CSS
	11. Counter Section CSS
	12. Contact Section CSS
	13. Newsletter Section CSS
	14. Video Section CSS
	15. Process Section CSS
	16. Project Section CSS
	17. Skill-bar Section CSS
	18. Services Section CSS
	19. Tab Services Section CSS
	20. Faq Section CSS
	21. Team Section CSS
	22. Partner Section CSS
	23. Pricing Section CSS
	24. Blog Section CSS
	25. Testimonial Section CSS
	26. Shop Section CSS
	27. Single Shop Section CSS
	28. Cart Section CSS
	29. Careers Single Section CSS
	30. Checkout Section CSS
	31. Account Section CSS
	32. Footer Section CSS
	33. Scroll Up CSS
	34. Preloader CSS
	35. Animation Part CSS


--------------------------------------------------------*/
/* -----------------------------------
	01. General CSS
-------------------------------------*/
html,
body {
    font-size: 16px;
    color: #1f1f1f;
    font-family: "Roboto", sans-serif;
    vertical-align: baseline;
    line-height: 1.7;
    font-weight: 400;
    overflow-x: hidden;
}

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

p {
    margin: 0 0 16px;
    line-height: 1.5;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    color: #618a02;
    margin: 0 0 10px;
    line-height: 1.2;
}

h1 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
}

h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

h5 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
}

h6 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}

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

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

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

.no-border {
    border: none !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.extra-bold {
    font-weight: 800 !important;
}

.gray-bg {
    background: #f9f8f8;
}

.gray-bg2 {
    background: #fbf1f1;
}

.white-color {
    color: #ffffff !important;
}

.title-color {
    color: #032e42 !important;
}

.body-color {
    color: #666666 !important;
}

.white-bg {
    background: #fff;
}

.pb-300 {
    padding-bottom: 300px;
}

.pb-290 {
    padding-bottom: 300px;
}

a {
    color: #015f7e;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}

    a:active,
    a:hover {
        text-decoration: none;
        outline: 0 none;
        color: #88b51f;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: #bb0b0b;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #bb0b0b;
    text-shadow: none;
    color: #ffffff;
}

.bg1 {
    background: url(assets/images/bg/ser-bg1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg2 {
    background: url(assets/images/bg/project-bg1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg3 {
    background: url(assets/images/bg/cta-bg1.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg4 {
    background: url(assets/images/bg/testi-bg1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg5 {
    background: url(assets/images/bg/cta-bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg6 {
    background: url(assets/images/bg/form-bg2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg7 {
    background: url(assets/images/bg/cta-bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg8 {
    background: url(assets/images/bg/cta-bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg9 {
    background: url(assets/images/breadcrumbs/inr-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.offwrap {
    cursor: url(assets/images/close.png), auto;
    width: 100%;
    left: 100%;
    transition: all 0.8s ease-out 0s;
    position: fixed;
    background: #fff;
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: .8;
    z-index: 999;
}

.copyright p {
    font-size: 15px;
}

body.nav-expanded .offwrap {
    left: 0%;
    transition: all 0.8s ease-out 0s;
}

.home-blue {
    background: #1A0B8C !important;
}

.bg-unset {
    background: unset !important;
}

.rs-menu-toggle {
    color: #bb0b0b;
    text-align: right;
}

button {
    cursor: pointer;
}

.glyph-icon:before {
    margin: 0;
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

ul.services-list li a {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 16px 18px;
    transition: all .5s ease;
    border-radius: 0px 10px 0px 10px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 15px;
}

    ul.services-list li a:before {
        content: "\f113";
        position: absolute;
        right: 12px;
        top: 16px;
        font-family: Flaticon;
        color: #032e42;
    }

    ul.services-list li a:hover,
    ul.services-list li a.active {
        background: #01aae2;
        color: #ffffff;
        border-radius: 0px 10px 0px 10px;
    }

        ul.services-list li a:hover:before,
        ul.services-list li a.active:before {
            color: #ffffff;
        }

ul.check-lists li {
    padding-left: 35px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 15px;
}

    ul.check-lists li:before {
        content: "\f160";
        font-size: 18px;
        color: #0395c9;
        margin: 0;
        display: inline-block;
        font-family: uicons-regular-rounded !important;
        font-weight: 600;
        text-align: center;
        position: absolute;
        left: 0;
        top: -2px;
    }

ul.check-lists.inner-lists {
    margin: 30px 0 30px 40px;
}

    ul.check-lists.inner-lists li {
        color: #333333;
    }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

.pagination-area {
    display: inline-block;
}

    .pagination-area .nav-link {
        display: flex;
        align-items: center;
        padding: 15px 10px 15px 8px;
        border-radius: 0;
        background: #bb0b0b;
    }

        .pagination-area .nav-link .page-number {
            padding: 2px 15px 0 20px;
            line-height: 12px;
            font-size: 18px;
            text-decoration: none;
            transition: all 0.4s ease-in-out 0s;
            text-align: center;
            background: 0 0;
            color: #eee;
            display: inline-block;
            vertical-align: top;
            border-right: 1px solid #e6e6e6;
        }

            .pagination-area .nav-link .page-number.border-none {
                border-right: unset;
            }

.pagination-part {
    display: inline-block;
    border: 1px solid #f9f9f9;
    padding: 11px 0;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    background: #fff;
}

    .pagination-part li {
        padding: 2px 20px 0 21px;
        line-height: 23px;
        font-size: 18px;
        text-decoration: none;
        transition: all 0.4s ease-in-out 0s;
        text-align: center;
        background: 0 0;
        color: #000;
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #e6e6e6;
    }

        .pagination-part li a {
            color: #666666;
        }

        .pagination-part li:last-child {
            border-right: unset;
        }

    .pagination-part .next-page {
        position: relative;
        transition: all 0.4s ease-in-out 0s;
        padding-right: 12px;
    }

        .pagination-part .next-page:before,
        .pagination-part .next-page:after {
            content: "\f105";
            position: absolute;
            top: 1px;
            right: 0;
            color: #666666;
            line-height: 16px;
            font-family: fontawesome;
            font-size: 12px;
        }

        .pagination-part .next-page:before {
            right: 4px;
        }

    .pagination-part .active a {
        color: #bb0b0b;
    }

.gridFilter button {
    font-size: 16px;
    font-weight: 500;
    background: 0 0 !important;
    color: #003b40;
    display: inline-block;
    transition: .4s;
    outline: 0;
    position: relative;
    padding: 6px 20px 6px 20px;
    border: 0;
}

    .gridFilter button.active {
        color: #bb0b0b;
        box-shadow: 0 0 30px #eee;
    }

    .gridFilter button:hover {
        color: #bb0b0b;
    }

    .gridFilter button + button {
        margin-left: 20px;
    }

blockquote {
    margin: 40px 0;
    padding: 30px 40px;
    color: #222;
    position: relative;
    background: #fbfbfb !important;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    clear: both;
    font-weight: 400;
    border-left: 4px solid #bb0b0b;
}

    blockquote p {
        font-size: 20px;
        margin-bottom: 10px;
    }

        blockquote p cite {
            font-size: 15px;
            display: block;
            margin-top: 10px;
        }

            blockquote p cite:before {
                content: "";
                font-size: 28px;
                color: #ff5421;
                padding-bottom: 0px;
                display: inline-block;
                background: #bb0b0b;
                height: 2px;
                width: 40px;
                font-weight: 400;
                text-align: center;
                top: -4px;
                margin-right: 10px;
                position: relative;
            }

.rs-carousel.nav-style1 {
    position: relative;
}

    .rs-carousel.nav-style1 .owl-nav {
        display: block;
    }

        .rs-carousel.nav-style1 .owl-nav .owl-next,
        .rs-carousel.nav-style1 .owl-nav .owl-prev {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 30px;
            width: 42px;
            height: 42px;
            line-height: 42px;
            border-radius: 50%;
            background: #bb0b0b;
            text-align: center;
            color: #ffffff;
            transition: all 0.5s;
            transition-delay: 0.70s;
            opacity: 0;
            visibility: hidden;
        }

            .rs-carousel.nav-style1 .owl-nav .owl-next i:before,
            .rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
                content: "\f138";
                font-family: Flaticon;
            }

        .rs-carousel.nav-style1 .owl-nav .owl-next {
            right: 30px;
            left: unset;
        }

            .rs-carousel.nav-style1 .owl-nav .owl-next i:before {
                content: "\f137";
            }

    .rs-carousel.nav-style1:hover .owl-nav .owl-next,
    .rs-carousel.nav-style1:hover .owl-nav .owl-prev {
        left: -50px;
        transition-delay: 0s;
        visibility: visible;
        opacity: 1;
    }

    .rs-carousel.nav-style1:hover .owl-nav .owl-next {
        right: -50px;
        left: unset;
    }

.rs-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
}

    .rs-carousel .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        display: inline-block;
        margin: 0 6px;
        padding: 3px 0;
        border-radius: 50px;
        border: none;
        transition: all 0.3s ease;
        background: #032E42;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    }

        .rs-carousel .owl-dots .owl-dot:hover,
        .rs-carousel .owl-dots .owl-dot.active {
            width: 40px;
            background: #01aae2;
            opacity: 1;
        }
/* no-gutters Class Rules */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }
/* ------------------------------------
	02. Global Class CSS
---------------------------------------*/
.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.y-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.project-item .vertical-middle {
    position: relative;
    z-index: 9;
}

.vertical-middle {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-middle-cell {
    display: table-cell;
    vertical-align: middle;
}

.readon {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #ffffff;
    background: #01aae2;
    padding: 14px 40px 14px 40px;
    z-index: 1;
    border-radius: 0 10px 0 10px;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
}

    .readon.slide-started {
        padding: 14px 34px;
        color: #01aae2;
        background-color: #ffffff;
    }

        .readon.slide-started:hover {
            background-color: #01aae2;
            color: #ffffff;
        }

    .readon.details {
        padding: 14px 40px 14px 40px;
        transition: all 0.4s;
    }

        .readon.details:hover {
            background-color: #032E42;
            color: #ffffff;
        }

        .readon.details.started {
            border-radius: 3px 3px 3px 3px;
            padding: 14px 33px 13px 33px;
        }

        .readon.details.learn {
            padding: 17px 33px 16px 33px;
            border-radius: 5px 5px 5px 5px;
        }

        .readon.details.form-submit {
            border: none;
            padding: 15px 33px 15px 33px;
            border-radius: 5px 5px 5px 5px;
        }

        .readon.details.discover {
            padding: 13px 34px 13px 34px;
        }

    .readon.cta-started {
        padding: 14px 33px 13px 33px;
        background-color: #FFFFFF;
        color: #bb0b0b;
    }

        .readon.cta-started:hover {
            background-color: #032E42;
            color: #ffffff;
        }

        .readon.cta-started.call-us {
            padding: 17px 33px 15px 33px;
            background-color: #FFFFFF;
            border-radius: 4px 4px 4px 4px;
        }

            .readon.cta-started.call-us:hover {
                background-color: #032E42;
                color: #ffffff;
            }

        .readon.cta-started.get-quote {
            padding: 17px 80px 14px 80px;
            background-color: #bb0b0b;
            color: #ffffff;
            border-radius: 5px 5px 5px 5px;
        }

            .readon.cta-started.get-quote:hover {
                background-color: #fff;
                color: #bb0b0b;
            }

    .readon.price-started {
        padding: 13px 32px;
        border-radius: 0 10px;
        top: 25px;
    }

        .readon.price-started:hover {
            background-color: #032E42;
            color: #ffffff;
        }

    .readon.submit {
        padding: 14px 33px 14px;
        border: none;
    }

        .readon.submit:hover {
            background-color: #032E42;
            color: #ffffff;
        }

    .readon.slide-btn2 {
        padding: 10px 25px 10px 20px;
        border-radius: 5px 5px 5px 5px;
    }

        .readon.slide-btn2 span {
            position: relative;
            z-index: 9;
            color: #ffffff;
        }

        .readon.slide-btn2:before {
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            border-radius: 30px;
            right: 15%;
            top: 13px;
            transition: 0.4s;
            z-index: 3;
            background: #0393c3;
        }

        .readon.slide-btn2:hover span {
            color: #ffffff;
        }

        .readon.slide-btn2:hover:before {
            right: 65%;
        }

    .readon.apply {
        padding: 8px 20px 7px 20px;
        font-weight: 600;
        border-radius: 0px 10px 0px 10px;
        background-color: #BB0B0B;
    }

        .readon.apply:hover {
            background-color: #032E42;
            color: #ffffff;
        }
/*-- Add Button CSS --*/
.add-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 8px 27px;
    font-size: 16px;
    font-weight: 500;
    background: #bb0b0b;
    color: #ffffff;
    border: none;
}

    .add-btn:hover {
        opacity: 0.7;
    }
/*-- Services Button CSS --*/
.btn-text {
    transition: all 0.4s ease-in-out 0s;
}

    .btn-text i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        background: #f8e6e6;
        text-align: center;
        color: #032e42;
    }

        .btn-text i:before {
            font-size: 16px;
        }

    .btn-text:hover i {
        background: linear-gradient(to bottom right, #003b40, #bb0b0b);
        color: #fff;
    }
/*-- Blog Button CSS --*/
.blog-button a {
    position: relative;
    display: inline-block;
    color: #fff;
    transition: all ease .3s;
    font-size: 16px;
    font-weight: 600;
    background-color: #bb0b0b;
    border-radius: 0px 10px 0px 10px;
    padding: 13px 22px 12px 22px;
}

.blog-button.get-started a {
    border-radius: 5px 5px 5px 5px;
    padding: 11px 22px 11px 22px;
}

    .blog-button.get-started a span {
        position: relative;
        z-index: 3;
    }

    .blog-button.get-started a:before {
        background: #930606;
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 30px;
        right: 9%;
        top: 9px;
        transition: 0.4s;
        z-index: 1;
    }

    .blog-button.get-started a:hover:before {
        right: 70%;
    }

.blog-button.started-small a {
    padding: 13px 22px 12px 22px;
    border-radius: 5px 5px 5px 5px;
}

.blog-button.started-small:hover a {
    background-color: #032E42;
    color: #ffffff;
}

.blog-button.inner-btn a {
    background-color: unset;
    padding: 0 20px 0 0;
    color: #033146;
    z-index: 1;
    border-radius: 0 10px 0 10px;
}

    .blog-button.inner-btn a:before {
        content: "\f121";
        position: absolute;
        font-family: uicons-regular-rounded !important;
        font-size: 19px;
        top: -1px;
        right: -5px;
        opacity: 1;
        transition: all 0.3s;
    }

.blog-button.inner-btn:hover a {
    color: #bb0b0b;
}

    .blog-button.inner-btn:hover a:before {
        right: -10px;
        opacity: 1;
    }
/*-- Submit Button CSS --*/
.submit-btn {
    margin: 0;
    display: block;
    cursor: pointer;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    border: none;
}

    .submit-btn .arrow-btn {
        position: relative;
        z-index: 9;
    }

        .submit-btn .arrow-btn [type="submit"] {
            background-color: #AF0505E0;
            padding: 16px 34px 16px 34px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 5px 5px 5px 5px;
            position: relative;
            z-index: 9;
            border: none;
        }

        .submit-btn .arrow-btn:before {
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            border-radius: 30px;
            background: #f00;
            right: 15%;
            top: -8px;
            background: #930606;
            transition: 0.4s;
            z-index: 3;
        }

        .submit-btn .arrow-btn:hover:before {
            right: 68%;
        }

    .submit-btn.debitis {
        background: #bb0b0b;
        padding: 9px 25px;
        display: inline-block;
    }

        .submit-btn.debitis input[type="submit"] {
            font-size: 14px;
            font-weight: 500;
            color: #ffffff;
            background: unset;
            border: none;
        }

.address-wrap .icon-part {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #ffffff;
}

    .address-wrap .icon-part i {
        text-align: center;
        color: #bb0b0b;
        border-radius: 100%;
        font-size: 25px;
        position: relative;
        line-height: 70px;
        z-index: 9;
        width: 100%;
        vertical-align: middle;
        margin-left: 0;
        height: auto;
    }

    .address-wrap .icon-part:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
        background: #ffffff;
    }
/*Video Icon*/
.rs-videos .animate-border .popup-border {
    background: #ffd600;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

    .rs-videos .animate-border .popup-border i {
        font-size: 20px;
        line-height: 80px;
        display: block;
        color: #01539F;
    }

    .rs-videos .animate-border .popup-border:before {
        content: "";
        border: 2px solid #ffd600;
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        animation: zoomBig 3.25s linear infinite;
        -webkit-animation-delay: .75s;
        animation-delay: .75s;
    }

    .rs-videos .animate-border .popup-border:after {
        content: "";
        border: 2px solid #ffd600;
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        animation: zoomBig 3.25s linear infinite;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

.rs-videos .animate-border.main-home .popup-border {
    left: 8%;
}

.rs-videos .animate-border.main-home.style2 .popup-border {
    left: 50%;
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

.margin-remove {
    margin: 0 !important;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

    .no-gutter [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
}

.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

.container-fluid2 {
    padding-left: 15px;
    padding-right: 15px;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.relative {
    position: relative;
}

.pt-relative {
    position: relative !important;
}

.sec-title {
    position: relative;
}

    .sec-title .sub-text {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        color: #88b51f;
        text-transform: none;
        font-family: "Roboto", sans-serif;
        margin: 0 0 10px;
        display: block;
    }

        .sec-title .sub-text.sub-text2 {
            font-size: 13px;
            background: #F8E6E6;
            padding: 5px 20px 1px 20px;
            border-radius: 30px 30px 30px 30px;
            display: inline-block;
            margin: 0px 0px 24px 0px;
        }

        .sec-title .sub-text.sub-text3 {
            font-weight: 600;
        }

    .sec-title .title {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.3;
        color: #032e42;
        margin: 0;
    }

        .sec-title .title.title2 {
            font-size: 42px;
            line-height: 52px;
            color: #ffffff;
        }

        .sec-title .title.title3 {
            font-weight: 800;
        }

        .sec-title .title span {
            color: #bb0b0b;
        }

    .sec-title .desc {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: #666666;
        margin: 0;
    }

        .sec-title .desc.desc2 {
            color: #333333;
        }

    .sec-title .big-desc {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        color: #032e42;
        margin: 0;
    }

    .sec-title .view-line {
        margin: 0;
        font-weight: 500;
    }

        .sec-title .view-line .rs-button {
            padding: 4px 20px 0px 20px;
            background-color: #F8E6E6;
            border-radius: 30px 30px 30px 30px;
            color: #BA0B0B;
            font-size: 12px;
            text-transform: uppercase;
            display: inline-block;
            margin-left: 8px;
            transition: all 0.4s;
        }
/* -----------------------
	03. Header Section CSS
--------------------------*/
.full-width-header {
    position: relative;
}

    .full-width-header .rs-header {
        position: relative;
    }

        .full-width-header .rs-header .toolbar-area.topbar-style1 {
            max-width: 1170px;
            margin: 0 auto;
            border-radius: 0 0 10px 10px;
            padding: 0 20px;
            background: #88b51f;
        }

            .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li {
                display: inline-block;
                line-height: 50px;
                font-size: 15px;
                color: #ffffff;
                margin-right: 46px;
            }

                .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li:last-child {
                    margin-right: 0;
                }

                .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li i {
                    color: #fff;
                    margin-right: 6px;
                }

                    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li i:before {
                        font-size: 18px;
                        margin-left: 0;
                        position: relative;
                        top: 3px;
                    }

                .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li a {
                    color: #ffffff;
                }

                    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li a:hover {
                        color: #e8e8e8;
                    }

            .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix {
                text-align: right;
                margin: 0px;
                padding: 0;
            }

                .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li {
                    display: inline-block;
                    line-height: 50px;
                    margin-right: 13px;
                }

                    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li:last-child {
                        margin-right: 0;
                    }

                    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li a i {
                        font-size: 15px;
                        color: #ffffff;
                    }

                        .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li a i:hover {
                            color: #bb0b0b;
                        }

            .full-width-header .rs-header .toolbar-area.topbar-style1.topbar-style2 {
                max-width: unset;
                margin: unset;
                border-radius: unset;
            }

        .full-width-header .rs-header .menu-area {
            position: relative;
            transition: all 0.3s ease 0s;
            z-index: 10;
        }

            .full-width-header .rs-header .menu-area .row-table {
                display: flex;
                width: 100%;
                position: relative;
                align-items: center;
                justify-content: space-between;
            }

                .full-width-header .rs-header .menu-area .row-table .col-cell {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                    .full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
                        display: flex;
                        flex: 1;
                    }

            .full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
                display: none;
            }

            .full-width-header .rs-header .menu-area .logo-area img {
                transition: 0.4s;
                max-height: 90px;
            }

            .full-width-header .rs-header .menu-area .rs-menu-area {
                display: flex;
                align-items: center;
                /*margin-right: 50px;*/
            }

            .full-width-header .rs-header .menu-area .main-menu {
                position: unset;
            }

                .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
                    display: inline-block;
                    margin-right: 32px;
                    padding: 0;
                }

                    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
                        transition: all 0.3s ease;
                        font-size: 16px;
                        font-weight: 600;
                        margin-right: 10px;
                        height: 108px;
                        line-height: 108px;
                        padding: 0;
                        color: #3B4052;
                        position: relative;
                        font-family: Epilogue;
                    }

                        .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
                            color: #bb0b0b;
                        }

                    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
                        padding-right: 17px;
                    }

                        .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
                            content: "+";
                            position: absolute;
                            left: auto;
                            right: 0;
                            top: 50%;
                            text-align: center;
                            z-index: 9999;
                            font-size: 25px;
                            display: block;
                            cursor: pointer;
                            transform: translateY(-50%);
                            font-weight: 400;
                        }

                    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
                        content: "-";
                    }

                    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
                        color: #bb0b0b !important;
                    }

                .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
                    background: #ffffff;
                    margin: 0;
                    padding: 20px 0;
                }

                    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
                        margin: 0 !important;
                        border: none;
                    }

                        .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
                            padding-top: 6px;
                            padding-bottom: 6px;
                            padding-left: 30px;
                            padding-right: 30px;
                            margin: 0;
                            font-family: Epilogue;
                            font-size: 14px;
                            color: #3B4052;
                            font-weight: 500;
                            height: unset;
                            line-height: 25px;
                            text-transform: capitalize;
                        }

                            .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
                                color: #bb0b0b;
                            }

                        .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
                            margin: 0;
                        }

                        .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
                            display: none;
                        }

                    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
                        left: auto;
                        right: 100%;
                    }

                .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item > a {
                    color: #bb0b0b;
                }

                .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
                .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
                .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
                .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
                    color: #bb0b0b !important;
                }

            .full-width-header .rs-header .menu-area.sticky {
                background: #fff;
            }

                .full-width-header .rs-header .menu-area.sticky .col-cell.header-logo {
                    display: block;
                }

                .full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
                    color: #101010;
                }

                    .full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
                        color: #bb0b0b;
                    }

                .full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
                    color: #bb0b0b;
                }

                .full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search a i {
                    display: none;
                }

        .full-width-header .rs-header .expand-btn-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .full-width-header .rs-header .expand-btn-inner ul {
                display: flex;
                align-items: center;
            }

                .full-width-header .rs-header .expand-btn-inner ul .sidebarmenu-search a i {
                    color: #032e42;
                }

                    .full-width-header .rs-header .expand-btn-inner ul .sidebarmenu-search a i:before {
                        font-size: 16px;
                        line-height: unset;
                        font-weight: 600 !important;
                        font-family: uicons-regular-rounded !important;
                        position: relative;
                    }

                .full-width-header .rs-header .expand-btn-inner ul .btn-quote {
                    position: relative;
                    margin-left: 30px;
                    line-height: 30px;
                }

                    .full-width-header .rs-header .expand-btn-inner ul .btn-quote .quote-button {
                        font-size: 15px;
                        background: #01aae2;
                        padding: 10px 30px;
                        border-radius: 0px;
                        color: #fff;
                        font-weight: 600;
                        display: inline-block;
                        position: relative;
                        overflow: hidden;
                        top: 3px;
                        border-radius: 0 10px 0 10px;
                    }

                .full-width-header .rs-header .expand-btn-inner ul .humburger {
                    display: none;
                }

                    .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
                        padding: 16px 13px 16px;
                        background: transparent;
                        max-width: 50px;
                        display: flex;
                        flex-wrap: wrap;
                        border-radius: 2px;
                        padding-right: 0;
                        margin-right: -4px;
                    }

                        .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
                            height: 5px;
                            width: 5px;
                            display: block;
                            background: #88b51f;
                            border-radius: 50%;
                            transition: none;
                            list-style: none;
                            transition: all 0.3s ease;
                            margin: 2px 3px;
                        }

                            .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
                            .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
                            .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
                            .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
                            .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
                            .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
                            .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
                                background: #88b51f;
                            }

        .full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
            height: 98px;
            line-height: 98px;
            color: #032e42;
        }

        .full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
            height: unset;
            line-height: 25px;
        }

        .full-width-header .rs-header.header-style1 .expand-btn-inner ul .sidebarmenu-search a i {
            color: #bb0b0b;
        }

        .full-width-header .rs-header.header-style1 .expand-btn-inner ul .btn-quote .quote-button {
            border-radius: 5px;
            text-transform: capitalize;
            padding: 6px 14px;
        }

        .full-width-header .rs-header.header-style2 .menu-area.menu-sticky {
            background: unset;
        }

        .full-width-header .rs-header.header-style2 .menu-area .menu-one {
            background: #fff;
            border-radius: 0 0 10px 10px;
            position: relative;
        }

            .full-width-header .rs-header.header-style2 .menu-area .menu-one:before {
                position: absolute;
                bottom: -1px;
                left: 50%;
                transform: translateX(-50%);
                width: 99.6%;
                height: 5px;
                background: #bb0b0b;
                content: "";
                border-radius: 0 0 12px 12px;
            }

        .full-width-header .rs-header.header-style2 .menu-area .row-table .col-cell.menu-responsive {
            display: flex;
            flex: 1;
            justify-content: flex-end;
        }

        .full-width-header .rs-header.header-style2 .menu-area .row-table .col-cell.header-logo {
            display: unset;
            flex: unset;
            padding: 0 45px;
        }

        .full-width-header .rs-header.header-style2 .menu-area .row-table .col-cell.menu-responsive-onepage {
            display: flex;
            flex: 1;
            justify-content: flex-start;
        }

        .full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li {
            margin-right: 50px;
        }

        .full-width-header .rs-header.header-style2 .menu-area .rs-menu-area {
            margin-right: 0;
        }

        .full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
            color: #032e42;
        }

        .full-width-header .rs-header.header-style2 .menu-area.sticky {
            animation: smoothScroll .5s forwards;
        }

            .full-width-header .rs-header.header-style2 .menu-area.sticky .menu-one:before {
                display: none;
            }

        .full-width-header .rs-header.header-transparent {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
        }

    .full-width-header .mobile-menu {
        display: none;
    }

        .full-width-header .mobile-menu .mobile-logo {
            float: left;
        }

            .full-width-header .mobile-menu .mobile-logo img {
                max-height: 30px;
            }

        .full-width-header .mobile-menu .rs-menu-toggle {
            color: #ffffff;
            float: right;
        }

            .full-width-header .mobile-menu .rs-menu-toggle.primary {
                color: #bb0b0b;
            }

            .full-width-header .mobile-menu .rs-menu-toggle.secondary {
                color: #ffd600;
            }

            .full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
                position: absolute;
                right: 0;
                width: 25px;
                height: 2px;
                background: #fff;
                z-index: 11;
                top: 23px;
            }

            .full-width-header .mobile-menu .rs-menu-toggle .dot1,
            .full-width-header .mobile-menu .rs-menu-toggle .dot3 {
                width: 15px;
            }

            .full-width-header .mobile-menu .rs-menu-toggle .dot2 {
                top: 28px;
            }

            .full-width-header .mobile-menu .rs-menu-toggle .dot3 {
                top: 34px;
            }

            .full-width-header .mobile-menu .rs-menu-toggle .dot4 {
                top: 40px;
            }

    .full-width-header .right_menu_togle {
        background-image: linear-gradient(90deg, #e2e9f7 0%, #ffffff 100%);
        padding: 46px 60px 50px 50px;
        font-size: 1.15em;
        max-width: 480px;
        width: 100%;
        right: -500px;
        z-index: 999999;
        transition: all 0.3s ease;
        position: fixed;
        overflow-y: auto;
    }

        .full-width-header .right_menu_togle .close-btn {
            overflow: visible;
            position: absolute;
            top: 10px;
            display: block;
            z-index: 99;
            right: 57px;
            cursor: pointer;
            transition: all .3s ease;
        }

            .full-width-header .right_menu_togle .close-btn .nav-close .line {
                width: 40px;
                height: 40px;
                line-height: 40px;
            }

                .full-width-header .right_menu_togle .close-btn .nav-close .line span {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%) rotate(45deg);
                    width: 1px !important;
                    height: 25px !important;
                    background: #bb0b0b;
                    border: none !important;
                    transition: all 0.3s ease;
                }

                    .full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
                        transform: translate(-50%, -50%) rotate(-45deg);
                    }

            .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
                background: #bb0b0b;
            }

        .full-width-header .right_menu_togle .canvas-logo {
            padding-left: 0;
            padding-bottom: 35px;
        }

            .full-width-header .right_menu_togle .canvas-logo img {
                max-height: 45px;
            }

        .full-width-header .right_menu_togle .offcanvas-text p {
            font-size: 16px;
            line-height: 30px;
            color: #333333;
            margin: 0px 0 38px;
        }

        .full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
            display: flex;
            margin-top: 18px;
        }

            .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
                margin: 0 20px 0 0;
                font-size: 25px;
                color: #01aae2;
            }

            .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
                font-size: 16px;
                line-height: 26px;
                font-weight: 600;
                color: #333333;
                margin-bottom: 5px;
            }

            .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
                display: block;
                font-style: normal;
                line-height: 22px;
                font-size: 15px;
                color: #333333;
            }

                .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
                    color: #333333;
                }

                    .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
                        color: #bb0b0b;
                    }

        .full-width-header .right_menu_togle .canvas-contact .social {
            margin: 40px 0 0;
        }

            .full-width-header .right_menu_togle .canvas-contact .social li {
                display: inline-block;
            }

                .full-width-header .right_menu_togle .canvas-contact .social li a i {
                    font-size: 15px;
                    color: #fff;
                    margin: 0 8px 0 0;
                    text-align: center;
                    background: #bb0b0b;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    border-radius: 3px;
                }

                    .full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
                        opacity: .9;
                    }

                .full-width-header .right_menu_togle .canvas-contact .social li:last-child {
                    margin: 0;
                }

    .full-width-header .mobile-navbar-menu .sub-menu {
        display: none;
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .full-width-header .mobile-navbar-menu .nav-menu li {
        position: relative;
    }

        .full-width-header .mobile-navbar-menu .nav-menu li a {
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
            display: block;
            color: #333;
            padding: 10px 0;
            line-height: 30px;
            width: 100%;
        }

        .full-width-header .mobile-navbar-menu .nav-menu li li a {
            padding-left: 25px;
        }

        .full-width-header .mobile-navbar-menu .nav-menu li li li a {
            padding-left: 50px;
        }

    .full-width-header .mobile-navbar-menu span.submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 5px;
        display: block;
        height: 40px;
        width: 40px;
        cursor: pointer;
    }

        .full-width-header .mobile-navbar-menu span.submenu-button:before,
        .full-width-header .mobile-navbar-menu span.submenu-button:after {
            position: absolute;
            top: 24px;
            right: 10px;
            width: 20px;
            height: 1px;
            display: block;
            background: #333;
            z-index: 2;
            content: '';
            right: 12px;
            width: 12px;
        }

        .full-width-header .mobile-navbar-menu span.submenu-button:before {
            width: 1px;
            height: 12px;
            right: 17px;
            top: 18px;
        }

        .full-width-header .mobile-navbar-menu span.submenu-button em {
            display: block;
            position: absolute;
            right: 0;
            border-radius: 4px;
            top: 50%;
            transform: translateY(-50%);
        }

    .full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
        width: 100%;
        cursor: pointer;
        top: 0;
        height: 50px;
    }

    .full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
        display: none;
    }

    .full-width-header .mobile-navbar-menu ul ul li,
    .full-width-header .mobile-navbar-menu li:hover > ul > li {
        height: auto;
    }

    .full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:after {
        top: 19px;
    }

    .full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:before {
        top: 13px;
    }

    .full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
    .full-width-header .mobile-navbar-menu .nav-menu li a:hover {
        color: #bb0b0b;
    }

body.modal-open {
    padding: 0 !important;
}

body .modal.show .modal-dialog {
    width: 100%;
    max-width: 500px;
}

body .modal {
    z-index: 9999;
}

body .search-modal {
    padding: 0 !important;
    background: rgba(187, 11, 11, 0.9);
}

    body .search-modal .modal-content {
        position: initial;
        border: 0;
        background: unset;
    }

    body .search-modal .search-block form {
        position: relative;
    }

        body .search-modal .search-block form input {
            background: 0 0;
            border: none;
            color: #fff;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            outline: none;
            padding: 14px 17px;
            border-radius: unset;
        }

        body .search-modal .search-block form button {
            background: transparent;
            border: none;
            padding: 5px 20px;
            color: #ffffff;
            border-radius: 0 5px 5px 0;
            font-size: 16px;
            position: absolute;
            content: '';
            right: 0;
            top: 11px;
        }

            body .search-modal .search-block form button i:before {
                color: #fff;
                font-size: 18px;
                font-weight: 600;
                opacity: .7;
            }

    body .search-modal .search-block ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */

        color: #fff;
        opacity: 1;
    }

    body .search-modal .search-block ::-moz-placeholder {
        /* Firefox 19+ */

        color: #fff;
        opacity: 0.3;
    }

    body .search-modal .search-block :-ms-input-placeholder {
        /* IE 10+ */

        color: #fff;
        opacity: 1;
    }

    body .search-modal .search-block :-moz-placeholder {
        /* Firefox 18- */

        color: #fff;
        opacity: 1;
    }

    body .search-modal .close {
        position: fixed;
        right: 50px;
        top: 50px;
        background: #ffffff;
        color: #0a0a0a;
        width: 40px;
        height: 40px;
        line-height: 43px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
        transition: all .5s ease;
        opacity: unset;
        box-shadow: unset;
        border: none;
    }

        body .search-modal .close i:before {
            font-size: 23px;
            position: relative;
            top: 4px;
            left: 0px;
            font-weight: 700;
        }

        body .search-modal .close:hover {
            opacity: 0.8 !important;
        }
/*------------------------------------
	04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative;
}

@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ------------------------------------
	05. About Section CSS
---------------------------------------*/
.rs-about.about-style1 .rs-addon-services .services-item .services-wrap {
    position: relative;
    transition: 0.4s;
    padding: 25px 25px 25px 25px;
}

    .rs-about.about-style1 .rs-addon-services .services-item .services-wrap .services-icon img {
        height: 50px;
        width: 50px;
        max-width: unset;
    }

    .rs-about.about-style1 .rs-addon-services .services-item .services-wrap .services-content {
        padding: 16px 0px 0px 0px;
    }

        .rs-about.about-style1 .rs-addon-services .services-item .services-wrap .services-content .title {
            font-size: 22px;
            line-height: 30px;
            font-weight: 700;
            color: #032e42;
            margin: 0 0 10px;
        }

        .rs-about.about-style1 .rs-addon-services .services-item .services-wrap .services-content .services-txt {
            color: #666666;
            margin: 0;
        }

.rs-about.about-style1 .rs-addon-services .hover-effect:hover .services-item:hover,
.rs-about.about-style1 .rs-addon-services .hover-effect:not(:hover) .active {
    box-shadow: 3px 7px 25px #eee;
    background: #fff;
}

.rs-about.about-style1 .services-item {
    display: flex;
}

    .rs-about.about-style1 .services-item .services-icon img {
        height: 50px;
        width: 50px;
        max-width: unset;
    }

    .rs-about.about-style1 .services-item .services-content {
        padding: 2px 0px 0px 15px;
    }

        .rs-about.about-style1 .services-item .services-content .title {
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            color: #032e42;
            margin: 0 0 10px;
        }

        .rs-about.about-style1 .services-item .services-content .services-txt {
            margin: 0;
        }

.rs-about.about-style2 {
    position: relative;
    z-index: 11;
}

    .rs-about.about-style2 .rs-addon-services {
        margin: 0px 0px 0px 0px;
        border-style: solid;
        border-width: 0px 1px 0px 0px;
        border-color: #E5EAEC;
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    }

        .rs-about.about-style2 .rs-addon-services .services-item {
            position: relative;
            padding: 45px 40px 49px 40px;
            overflow: hidden;
        }

            .rs-about.about-style2 .rs-addon-services .services-item .services-icon img {
                min-width: 120px;
                height: 120px;
                right: -50px !important;
                top: -50px !important;
                opacity: 0.09;
                position: absolute;
            }

            .rs-about.about-style2 .rs-addon-services .services-item .services-content {
                padding: 0% 22% 0% 0%;
                margin: 0px 0px 30px 0px;
            }

                .rs-about.about-style2 .rs-addon-services .services-item .services-content .title {
                    font-size: 22px;
                    line-height: 32px;
                    font-weight: 700;
                    margin-bottom: 10px;
                }

                    .rs-about.about-style2 .rs-addon-services .services-item .services-content .title a {
                        color: #032e42;
                    }

                        .rs-about.about-style2 .rs-addon-services .services-item .services-content .title a:hover {
                            color: #bb0b0b;
                        }

                .rs-about.about-style2 .rs-addon-services .services-item .services-content .services-txt {
                    margin: 0;
                }

            .rs-about.about-style2 .rs-addon-services .services-item .services-icon2 img {
                width: 50px;
                height: 50px;
                max-width: unset;
            }

            .rs-about.about-style2 .rs-addon-services .services-item .services-btn {
                position: absolute;
                right: 50px;
                bottom: 46px;
            }

    .rs-about.about-style2 .services-wrap {
        display: flex;
    }

        .rs-about.about-style2 .services-wrap .services-icon img {
            height: 71px;
            width: 71px;
            max-width: unset;
        }

        .rs-about.about-style2 .services-wrap .services-content {
            padding: 8px 0px 0px 13px;
        }

            .rs-about.about-style2 .services-wrap .services-content .title {
                font-size: 18px;
                line-height: 26px;
                font-weight: 700;
                color: #032e42;
                margin: 0 0 10px;
            }

            .rs-about.about-style2 .services-wrap .services-content .services-txt {
                margin: 0;
            }

    .rs-about.about-style2 .images-part {
        position: relative;
    }

        .rs-about.about-style2 .images-part .dot-shape {
            position: absolute;
            left: 32%;
            bottom: -6%;
            z-index: -11;
        }
/* ------------------------------------
	06. Appointment Section CSS
---------------------------------------*/
.rs-appointment .title-part .title {
    position: relative;
    font-size: 36px;
    line-height: 46px;
    color: #032e42;
    font-weight: 700;
    margin: 0px 28px 0px 0px;
    padding-bottom: 20px;
}

    .rs-appointment .title-part .title:before {
        content: "";
        position: absolute;
        border: 0;
        width: 65px;
        height: 5px;
        background: #bb0b0b;
        z-index: 1;
        margin-left: 0;
        left: 0;
        top: -28px;
    }

.rs-appointment .desc-part {
    margin: 0;
}

.rs-appointment .border-divider {
    padding-top: 40px;
    padding-bottom: 65px;
}

    .rs-appointment .border-divider .boder-shape {
        border: 1px solid #02010108;
    }

.rs-appointment .content-part {
    padding: 0 20px 0 0;
}

    .rs-appointment .content-part .title {
        font-size: 22px;
        line-height: 29px;
        color: #032e42;
        font-weight: 700;
        margin: 0px 0px 20px 0px;
    }

    .rs-appointment .content-part .desc {
        color: #333333;
        margin: 0;
    }
/* ------------------------------------
	07. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

    .rs-breadcrumbs .breadcrumbs-inner {
        padding: 164px 0 164px;
        text-align: center;
    }

        .rs-breadcrumbs .breadcrumbs-inner .page-title {
            font-size: 42px;
            line-height: 54px;
            font-weight: 700;
            color: #ffffff;
            margin: 0 0 0px;
        }

        .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title span a {
            font-size: 15px;
            line-height: 20px;
            font-weight: 500;
            position: relative;
            color: #ffffff;
            padding-right: 15px;
            margin-right: 15px;
        }

            .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title span a:before {
                content: "";
                background-color: #fff;
                height: 16px;
                width: 1px;
                position: absolute;
                right: -1px;
                top: 0px;
                transform: rotate(26deg);
                display: block !important;
            }

        .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-title .post {
            font-size: 15px;
            line-height: 20px;
            font-weight: 500;
            color: #ffffff;
        }

    .rs-breadcrumbs.img1 {
        /*background: url(assets/images/breadcrumbs/inr-1.jpg);*/
        background: #0080ab;
    }

    .rs-breadcrumbs.img2 {
        background: url(assets/images/breadcrumbs/inr-2.jpg);
    }

    .rs-breadcrumbs.img3 {
        background: url(assets/images/breadcrumbs/inr-3.jpg);
    }

    .rs-breadcrumbs.img4 {
        background: url(assets/images/breadcrumbs/inr-4.jpg);
    }

    .rs-breadcrumbs.img5 {
        background: url(assets/images/breadcrumbs/inr-5.jpg);
    }
/* ------------------------------------
	08. Banner Section CSS
---------------------------------------*/
.rs-banner.banner-main-home {
    background-image: url(assets/images/banner-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .rs-banner.banner-main-home .content-wrap {
        padding: 305px 0 75px;
        max-width: 830px;
        margin: 0 auto;
        text-align: center;
    }

        .rs-banner.banner-main-home .content-wrap .title {
            font-size: 60px;
            line-height: 1.15em;
            font-weight: 700;
            color: #ffffff;
            margin: 0 0 50px 0;
        }

        .rs-banner.banner-main-home .content-wrap .btn-part {
            position: relative;
            margin: 0px 160px 0px 0px;
        }

            .rs-banner.banner-main-home .content-wrap .btn-part li {
                display: inline-block;
            }

                .rs-banner.banner-main-home .content-wrap .btn-part li .rs-videos {
                    position: absolute;
                    left: 72%;
                    top: 43%;
                }

    .rs-banner.banner-main-home .banner-images {
        text-align: center;
    }
/* ------------------------------------
	09. Choose Section CSS
---------------------------------------*/
.rs-choose.choose-style1 .services-item {
    display: flex;
}

    .rs-choose.choose-style1 .services-item .services-icon img {
        height: 50px;
        width: 50px;
        max-width: unset;
    }

    .rs-choose.choose-style1 .services-item .services-content {
        padding: 2px 0px 0px 15px;
    }

        .rs-choose.choose-style1 .services-item .services-content .title {
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            color: #032e42;
            margin: 0 0 10px;
        }

        .rs-choose.choose-style1 .services-item .services-content .services-txt {
            color: #666666;
            margin: 0;
        }
/* ------------------------------------
	10. Slider Section CSS
---------------------------------------*/
.rs-slider.rs-slider-style2 {
    overflow: hidden;
    position: relative;
    /*-- Animations Start --*/
    /*-- Animations End --*/
}

    .rs-slider.rs-slider-style2 .slider-bottom {
        display: block;
        overflow: hidden;
    }

        .rs-slider.rs-slider-style2 .slider-bottom .slide-started {
            display: inline-block !important;
        }

    .rs-slider.rs-slider-style2 .sl-subtitle {
        -webkit-animation: fadeInDown 1.7s ease-in-out;
        animation: fadeInDown 1.7s ease-in-out;
    }

    .rs-slider.rs-slider-style2 .sl-title {
        -webkit-animation: fadeInLeft 1.5s ease-in-out;
        animation: fadeInLeft 1.5s ease-in-out;
    }

    .rs-slider.rs-slider-style2 .sl-desc {
        -webkit-animation: fadeInLeft 1.6s ease-in-out;
        animation: fadeInLeft 1.6s ease-in-out;
    }

    .rs-slider.rs-slider-style2 .slider-bottom {
        -webkit-animation: fadeInUp 1.8s ease-in-out;
        animation: fadeInUp 1.8s ease-in-out;
    }

    .rs-slider.rs-slider-style2 .container {
        position: relative;
        height: 100%;
    }

        .rs-slider.rs-slider-style2 .container .slide-image {
            background-image: url(assets/images/bgslide.png);
            background-repeat: no-repeat;
            position: absolute;
            transform: translateY(8%);
            left: -10%;
            width: 620px;
            height: 694px;
            z-index: -11;
        }

        .rs-slider.rs-slider-style2 .container .content-part {
            position: absolute;
            content: '';
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
        }

            .rs-slider.rs-slider-style2 .container .content-part .sl-subtitle {
                font-size: 16px;
                font-weight: 500;
                line-height: 31px;
                color: #ffffff;
                text-transform: uppercase;
                display: block;
                margin: 0 0 10px;
            }

            .rs-slider.rs-slider-style2 .container .content-part .sl-title {
                font-size: 56px;
                font-weight: 700;
                line-height: 70px;
                color: #ffffff;
                margin: 0 0 15px;
            }

            .rs-slider.rs-slider-style2 .container .content-part .sl-desc {
                font-size: 16px;
                font-weight: 500;
                line-height: 31px;
                color: #ffffff;
                margin: 0 0 40px;
            }

            .rs-slider.rs-slider-style2 .container .content-part .slider-bottom li {
                display: inline-block;
                margin-right: 25px;
            }

                .rs-slider.rs-slider-style2 .container .content-part .slider-bottom li:last-child {
                    margin-right: 0;
                }

    .rs-slider.rs-slider-style2 .nivo-caption {
        padding: 0;
    }

    .rs-slider.rs-slider-style2 .nivo-directionNav > a {
        background: rgba(0, 0, 0, 0.2);
    }

        .rs-slider.rs-slider-style2 .nivo-directionNav > a:before {
            color: #ffffff;
        }

    .rs-slider.rs-slider-style2.rs-slider-style3 .slider-bottom {
        display: block;
        overflow: hidden;
    }

        .rs-slider.rs-slider-style2.rs-slider-style3 .slider-bottom .slide-btn2 {
            display: inline-block !important;
        }

    .rs-slider.rs-slider-style2.rs-slider-style3 .container .content-part .sl-title {
        font-size: 60px;
        line-height: 70px;
    }

    .rs-slider.rs-slider-style2.rs-slider-style3 .container .content-part .sl-desc {
        font-size: 18px;
        margin: 0 0 30px;
    }

    .rs-slider.rs-slider-style2.rs-slider-style3 .nivo-directionNav > a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: none;
        background: #bb0b0b;
        opacity: 1;
    }

        .rs-slider.rs-slider-style2.rs-slider-style3 .nivo-directionNav > a:before {
            font-size: 20px;
            color: #ffffff;
        }

        .rs-slider.rs-slider-style2.rs-slider-style3 .nivo-directionNav > a:hover {
            opacity: 95;
        }

.rs-slider .sl-wrap {
    padding: 50px 0;
}

.rs-slider .nivo-directionNav > a {
    font-size: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    border: none;
    background: #333;
    background: rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease-out;
    opacity: 1;
}

    .rs-slider .nivo-directionNav > a.nivo-prevNav,
    .rs-slider .nivo-directionNav > a.nivo-nextNav {
        left: 30px;
        background: #333;
    }

    .rs-slider .nivo-directionNav > a.nivo-prevNav {
        top: 50%;
    }

        .rs-slider .nivo-directionNav > a.nivo-prevNav:before {
            content: "\f104";
        }

    .rs-slider .nivo-directionNav > a.nivo-nextNav {
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        left: unset;
    }

        .rs-slider .nivo-directionNav > a.nivo-nextNav:before {
            content: "\f105";
        }

    .rs-slider .nivo-directionNav > a:before {
        font-family: FontAwesome;
        position: absolute;
        font-size: 28px;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        transition: all 0.3s ease;
        color: #032e42;
    }

    .rs-slider .nivo-directionNav > a:hover {
        opacity: 95;
    }

.rs-slider .nivo-controlNav {
    display: none !important;
}

    .rs-slider .nivo-controlNav .nivo-control {
        width: 26px;
        height: 7px;
        border: 1px solid #fff;
        font-size: 0px;
        display: inline-block;
        margin-right: 7px;
        -webkit-transition: .4s ease all;
        transition: .4s ease all;
    }

        .rs-slider .nivo-controlNav .nivo-control.active {
            background: #bb0b0b;
            border-color: #bb0b0b;
        }

.rs-slider.case-slider-style3 .owl-nav .owl-next,
.rs-slider.case-slider-style3 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}

    .rs-slider.case-slider-style3 .owl-nav .owl-next i:before,
    .rs-slider.case-slider-style3 .owl-nav .owl-prev i:before {
        content: "\f112";
        font-family: Flaticon;
    }

.rs-slider.case-slider-style3 .owl-nav .owl-next {
    right: 10px;
    left: unset;
}

    .rs-slider.case-slider-style3 .owl-nav .owl-next i:before {
        content: "\f113";
    }
/* ------------------------------------
	11. Counter Section CSS
---------------------------------------*/
.rs-counter.counter-style1 .rs-counter-list {
    text-align: right;
}

    .rs-counter.counter-style1 .rs-counter-list .counter-text {
        position: relative;
    }

        .rs-counter.counter-style1 .rs-counter-list .counter-text .counter-number .rs-count {
            font-size: 36px;
            line-height: 60px;
            font-weight: 800;
            color: #bb0b0b;
            padding: 0px 0px 4px 0px;
        }

        .rs-counter.counter-style1 .rs-counter-list .counter-text .counter-number .prefix {
            font-size: 40px;
            font-weight: 800;
            color: #bb0b0b;
            padding: 0px 0px 4px 0px;
        }

        .rs-counter.counter-style1 .rs-counter-list .counter-text .title {
            font-size: 18px;
            line-height: 18px;
            font-weight: 500;
            color: #032e42;
            margin: 0px 5px 0px 0px;
            transition: all 0.3s ease 0s;
        }

    .rs-counter.counter-style1 .rs-counter-list .counter-right-border {
        position: relative;
    }

        .rs-counter.counter-style1 .rs-counter-list .counter-right-border:after {
            position: absolute;
            content: '';
            width: 1px;
            height: 70px;
            background: #E2DDDF;
            top: 19px;
            right: -60px;
        }

.rs-counter.counter-style2 .rs-counter-list {
    padding: 40px 40px 40px 40px;
    background-color: #FBFBFB;
}

    .rs-counter.counter-style2 .rs-counter-list .counter-text .counter-icon {
        margin: 0px 0px 20px 0px;
    }

        .rs-counter.counter-style2 .rs-counter-list .counter-text .counter-icon img {
            width: 70px;
        }

    .rs-counter.counter-style2 .rs-counter-list .counter-text .counter-number .rs-count {
        font-size: 42px;
        line-height: 60px;
        font-weight: 700;
        color: #032e42;
        display: inline-block;
        transition: all 0.3s ease 0s;
    }

    .rs-counter.counter-style2 .rs-counter-list .counter-text .counter-number .prefix {
        font-size: 42px;
        font-weight: 700;
        color: #032e42;
        padding: 0px 0px 0px 0px;
    }

    .rs-counter.counter-style2 .rs-counter-list .counter-text .title {
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
        color: #666;
        transition: all 0.3s ease 0s;
        display: block;
    }

.rs-counter.counter-style3 .counter-top {
    background-image: url(assets/images/bg/cta-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 35px 0px 30px 50px;
}

    .rs-counter.counter-style3 .counter-top .rs-counter-list .counter-text .counter-icon {
        display: inline-block;
        width: 60px;
        margin: 0 0 20px 0;
    }

    .rs-counter.counter-style3 .counter-top .rs-counter-list .counter-text .counter-number .rs-count {
        font-size: 36px;
        font-weight: 600;
        line-height: 45px;
        color: #ffffff;
        padding: 0px 0px 0px 0px;
    }

    .rs-counter.counter-style3 .counter-top .rs-counter-list .counter-text .counter-number .prefix {
        color: #ffffff;
        font-size: 36px;
        font-weight: 600;
        line-height: 45px;
        padding: 0px 0px 0px 0px;
    }

    .rs-counter.counter-style3 .counter-top .rs-counter-list .counter-text .counter-number .title {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        margin: 0;
    }
/* ------------------------------------
	12. Contact Section CSS
---------------------------------------*/
.rs-contact.contact-style1 .contact-section {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 81px 60px 62px 60px;
    border-radius: 5px 5px 5px 5px;
    background-color: #fff;
}

    .rs-contact.contact-style1 .contact-section .from-control {
        width: 100%;
        font-size: 16px;
        padding: 20px 0px 10px 0px;
        border-style: solid;
        border-width: 0px 0px 2px 0px;
        border-color: #F8F3F3;
        max-width: 100%;
        opacity: 1;
    }

    .rs-contact.contact-style1 .contact-section textarea {
        height: 120px;
    }

    .rs-contact.contact-style1 .contact-section ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */

        color: #666666;
        opacity: 0.9;
    }

    .rs-contact.contact-style1 .contact-section ::-moz-placeholder {
        /* Firefox 19+ */

        color: #666666;
        opacity: 0.9;
    }

    .rs-contact.contact-style1 .contact-section :-ms-input-placeholder {
        /* IE 10+ */

        color: #666666;
        opacity: 0.9;
    }

    .rs-contact.contact-style1 .contact-section :-moz-placeholder {
        /* Firefox 18- */

        color: #666666;
        opacity: 0.9;
    }

.rs-contact.contact-style1 .contact-form {
    background-image: url(poultry/images/process.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rs-contact.contact-style1.contact-modify1 .con-form {
    position: relative;
    z-index: 11;
}

    .rs-contact.contact-style1.contact-modify1 .con-form .contact-shape {
        position: absolute;
        top: 43%;
        left: 0%;
        z-index: -11;
    }

.rs-contact.contact-style1.contact-modify1 .contact-section {
    padding: 55px 60px 55px 60px;
}

.rs-contact.contact-style1.contact-modify2 .contact-section .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    font-size: 16px;
    padding: 28px 0px 10px 0px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #F8F3F3;
    background: transparent;
    color: #7A7A7A;
    max-width: 100%;
    opacity: 1;
}

.rs-contact.contact-style2 .left-offsets-bg {
    background-color: #032E42;
    padding: 410px 0 410px;
}

.rs-contact.contact-style2 .contact-form-widget {
    margin-top: 110px;
    margin-bottom: 100px;
    padding: 0 0px 0 70px;
}

    .rs-contact.contact-style2 .contact-form-widget .contact-section {
        background: #ffffff;
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
        padding: 55px 60px 55px 60px;
        border-radius: 5px 5px 5px 5px;
    }

        .rs-contact.contact-style2 .contact-form-widget .contact-section .from-control {
            width: 100%;
            font-size: 16px;
            padding: 20px 0px 10px 0px;
            border-style: solid;
            border-width: 0px 0px 2px 0px;
            border-color: #F8F3F3;
            max-width: 100%;
            opacity: 1;
        }

        .rs-contact.contact-style2 .contact-form-widget .contact-section textarea {
            height: 120px;
        }

        .rs-contact.contact-style2 .contact-form-widget .contact-section ::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */

            color: #666666;
            opacity: 0.9;
        }

        .rs-contact.contact-style2 .contact-form-widget .contact-section ::-moz-placeholder {
            /* Firefox 19+ */

            color: #666666;
            opacity: 0.9;
        }

        .rs-contact.contact-style2 .contact-form-widget .contact-section :-ms-input-placeholder {
            /* IE 10+ */

            color: #666666;
            opacity: 0.9;
        }

        .rs-contact.contact-style2 .contact-form-widget .contact-section :-moz-placeholder {
            /* Firefox 18- */

            color: #666666;
            opacity: 0.9;
        }

.rs-contact.contact-style2 .contact-img {
    background-image: url(assets/images/contact/appointment-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 410px 0 410px;
}

.rs-contact.contact-style3 .contact-wrap {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 35px 60px 50px 60px;
    border-radius: 5px 5px 5px 5px;
}

    .rs-contact.contact-style3 .contact-wrap .from-control {
        width: 100%;
        font-size: 16px;
        padding: 20px 0px 10px 0px;
        border-style: solid;
        border-width: 0px 0px 2px 0px;
        border-color: #F8F3F3;
        max-width: 100%;
        opacity: 1;
    }

    .rs-contact.contact-style3 .contact-wrap textarea {
        height: 120px;
    }

    .rs-contact.contact-style3 .contact-wrap ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */

        color: #666666;
        opacity: 0.9;
    }

    .rs-contact.contact-style3 .contact-wrap ::-moz-placeholder {
        /* Firefox 19+ */

        color: #666666;
        opacity: 0.9;
    }

    .rs-contact.contact-style3 .contact-wrap :-ms-input-placeholder {
        /* IE 10+ */

        color: #666666;
        opacity: 0.9;
    }

    .rs-contact.contact-style3 .contact-wrap :-moz-placeholder {
        /* Firefox 18- */

        color: #666666;
        opacity: 0.9;
    }

.rs-contact.contact-style3 .contact-box .address-box {
    display: inline-flex;
    align-items: center;
    padding-right: 30px;
}

    .rs-contact.contact-style3 .contact-box .address-box .address-icon {
        background-color: #01aae2;
        min-width: 40px;
        height: 40px;
        line-height: 44px;
        text-align: center;
        width: 30px;
        border-radius: 50%;
        margin-right: 15px;
    }

        .rs-contact.contact-style3 .contact-box .address-box .address-icon i {
            font-size: 20px;
            line-height: 20px;
            color: #ffffff;
        }

    .rs-contact.contact-style3 .contact-box .address-box .address-text .label {
        font-size: 16px;
        font-weight: 600;
        color: #032e42;
        display: block;
    }

    .rs-contact.contact-style3 .contact-box .address-box .address-text a {
        color: #666666;
    }

        .rs-contact.contact-style3 .contact-box .address-box .address-text a:hover {
            color: #bb0b0b;
        }

    .rs-contact.contact-style3 .contact-box .address-box .address-text .desc {
        color: #666666;
    }

.rs-contact.contact-style3 .map-canvas {
    overflow: hidden;
}

    .rs-contact.contact-style3 .map-canvas iframe {
        float: left;
        width: 100%;
        height: 620px;
        border: unset;
    }
/* ------------------------------------
	13. Newsletter Section CSS
---------------------------------------*/
.rs-newsletter.newsletter-style1 .newsletter-form input {
    font-size: 15px;
    font-weight: 500;
    padding: 17px 7px 17px 17px;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(1, 83, 159, 0.23);
    width: 100%;
    border: none;
    overflow: hidden;
}

.rs-newsletter.newsletter-style1 .newsletter-form .wpcf7-form-control:not(.wpcf7-submit) {
    padding: 17px 7px 17px 17px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    color: #333333;
    border-style: solid;
    border-width: 0px 14px 0px 0px;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

.rs-newsletter.newsletter-style1 .newsletter-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #333333;
    opacity: 1;
}

.rs-newsletter.newsletter-style1 .newsletter-form ::-moz-placeholder {
    /* Firefox 19+ */

    color: #333333;
    opacity: 1;
}

.rs-newsletter.newsletter-style1 .newsletter-form :-ms-input-placeholder {
    /* IE 10+ */

    color: #333333;
    opacity: 1;
}

.rs-newsletter.newsletter-style1 .newsletter-form :-moz-placeholder {
    /* Firefox 18- */

    color: #333333;
    opacity: 1;
}

.rs-newsletter.newsletter-style1.newsletter-style2 .newsletter-form input {
    border-radius: 4px 4px 4px 4px;
}

.rs-newsletter.newsletter-style1.newsletter-style2 .newsletter-form .wpcf7-form-control:not(.wpcf7-submit) {
    border-radius: 4px 4px 4px 4px;
    color: unset;
}
/* ------------------------------------
	14. Video Section CSS
---------------------------------------*/
.rs-videos {
    position: relative;
}

    .rs-videos .overly-border {
        border: 1px solid #bb0b0b;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }

        .rs-videos .overly-border a {
            position: absolute;
            transform: translateX(-50%) translateY(-50%);
            box-sizing: content-box;
            display: block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            line-height: 90px;
            padding: 0;
            margin: 0 auto;
            left: 50%;
            top: 50%;
            z-index: 9;
            text-align: center;
            background: #bb0b0b;
        }

            .rs-videos .overly-border a i {
                font-size: 30px;
                line-height: 80px;
                color: #ffffff;
                position: relative;
                z-index: 1;
            }

            .rs-videos .overly-border a:before {
                content: "";
                position: absolute;
                z-index: 0;
                left: 50%;
                top: 50%;
                transform: translateX(-50%) translateY(-50%);
                display: block;
                width: 80px;
                height: 80px;
                border-radius: 50%;
                animation: pulse-border 1500ms ease-out infinite;
                transition: all 0.3s ease;
                background: #bb0b0b;
            }

            .rs-videos .overly-border a:after {
                content: "";
                position: absolute;
                z-index: 1;
                left: 50%;
                top: 50%;
                transform: translateX(-50%) translateY(-50%);
                display: block;
                width: 80px;
                height: 80px;
                border-radius: 50%;
                transition: all 200ms;
                animation: pulse-border 1.5s ease-out infinite;
            }

    .rs-videos.video-style2 .overly-border {
        border: unset;
        top: unset;
        left: 19%;
        bottom: -11%;
    }
/*--------------------------------------------------------------
Video CSS
--------------------------------------------------------------*/
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/* ------------------------------------
	15. Process Section CSS
---------------------------------------*/
.rs-process.process-style1 .process-image {
    background-image: url(poultry/images/process.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 360px 0 360px;
}

.rs-process.process-style1 .process-widgets {
    margin: 70px 0px 70px 0px;
}

    .rs-process.process-style1 .process-widgets .services-item {
        display: flex;
    }

        .rs-process.process-style1 .process-widgets .services-item .services-icon {
            text-align: center;
            transition: all ease .3s;
            display: inline-block;
            line-height: 65px;
            min-width: 65px;
            height: 65px;
            border-radius: 50%;
            background-color: #ffffff;
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
        }

            .rs-process.process-style1 .process-widgets .services-item .services-icon img {
                /*height: 40px;*/
                width: 38px;
                max-width: unset;
            }

        .rs-process.process-style1 .process-widgets .services-item .services-content {
            padding: 16px 0px 0px 8px;
            margin: -10px 0px 0px 15px;
        }

            .rs-process.process-style1 .process-widgets .services-item .services-content .title {
                font-size: 22px;
                line-height: 32px;
                font-weight: 700;
                color: #032e42;
                margin: 0 0 10px;
            }

            .rs-process.process-style1 .process-widgets .services-item .services-content .services-txt {
                margin: 0;
            }
/* ------------------------------------
	16. Project Section CSS
---------------------------------------*/
.rs-project.project-style1 .project-item {
    position: relative;
    overflow: hidden;
}

    .rs-project.project-style1 .project-item .project-img img {
        width: 100%;
    }

    .rs-project.project-style1 .project-item .project-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 30%;
        left: 0;
        z-index: 1;
        padding: 25px;
        opacity: 0;
        transition: 0.3s all ease-out;
    }

        .rs-project.project-style1 .project-item .project-content .project-inner {
            position: absolute;
            width: 100%;
            left: 30px;
            bottom: 25px;
            z-index: 1;
        }

            .rs-project.project-style1 .project-item .project-content .project-inner .title {
                font-size: 20px;
                line-height: normal;
                font-weight: 700;
                margin-top: 15px;
                margin-bottom: 0;
            }

                .rs-project.project-style1 .project-item .project-content .project-inner .title a {
                    color: #ffffff;
                }

                    .rs-project.project-style1 .project-item .project-content .project-inner .title a:hover {
                        color: rgba(255, 255, 255, 0.7);
                    }

            .rs-project.project-style1 .project-item .project-content .project-inner .category {
                color: #fff;
                margin-bottom: 0;
                margin-top: 8px;
            }

                .rs-project.project-style1 .project-item .project-content .project-inner .category a {
                    color: #ffffff;
                }

                    .rs-project.project-style1 .project-item .project-content .project-inner .category a:hover {
                        color: rgba(255, 255, 255, 0.7);
                    }

        .rs-project.project-style1 .project-item .project-content:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            transition: all 0.3s ease 0s;
        }

    .rs-project.project-style1 .project-item:hover .project-content {
        opacity: 1;
        top: 0;
    }

        .rs-project.project-style1 .project-item:hover .project-content:before {
            opacity: 1;
        }

.rs-project.project-style2 {
    position: relative;
    margin-top: -250px;
}

    .rs-project.project-style2 .project-item {
        position: relative;
        overflow: visible;
        margin-bottom: 80px;
    }

        .rs-project.project-style2 .project-item .project-img {
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

            .rs-project.project-style2 .project-item .project-img img {
                width: 100%;
                border-radius: 4px;
                transition: 1.3s all ease;
            }

        .rs-project.project-style2 .project-item .project-content {
            background: #fff;
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
            position: absolute;
            bottom: -60px;
            padding: 34px 30px 26px;
            transition: all 0.5s ease-in-out;
            z-index: 10;
            width: calc(93%);
            border-radius: 0 4px 4px 4px;
        }

            .rs-project.project-style2 .project-item .project-content .category {
                margin-bottom: 8px;
                text-transform: uppercase;
            }

                .rs-project.project-style2 .project-item .project-content .category a {
                    color: #003b40;
                }

                    .rs-project.project-style2 .project-item .project-content .category a:hover {
                        color: #bb0b0b;
                    }

            .rs-project.project-style2 .project-item .project-content .title {
                font-size: 22px;
                font-weight: 800;
                line-height: 30px;
                max-width: 220px;
                position: relative;
                transition: all 0.8s;
                margin-bottom: 0;
            }

                .rs-project.project-style2 .project-item .project-content .title a {
                    color: #032e42;
                }

                    .rs-project.project-style2 .project-item .project-content .title a:hover {
                        color: #bb0b0b;
                    }

            .rs-project.project-style2 .project-item .project-content .project-btn {
                position: absolute;
                right: 30px;
                bottom: 27%;
                z-index: 11;
            }

                .rs-project.project-style2 .project-item .project-content .project-btn .btn-text i {
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    border-radius: 40px;
                    background: #f8e6e6;
                    text-align: center;
                    color: #032e42;
                    transition: 0.4s;
                }

                    .rs-project.project-style2 .project-item .project-content .project-btn .btn-text i:before {
                        margin: 0;
                        font-size: 16px;
                    }

        .rs-project.project-style2 .project-item:hover .project-img img {
            transform: scale(1.3);
        }

        .rs-project.project-style2 .project-item:hover .project-content {
            bottom: -50px;
        }

    .rs-project.project-style2 .owl-stage-outer {
        padding: 10px;
        margin: -10px;
    }

.rs-project.project-style3 .project-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    margin: 0 3px 0 3px;
}

    .rs-project.project-style3 .project-item .project-content {
        opacity: 0;
        visibility: hidden;
    }

        .rs-project.project-style3 .project-item .project-content .p-icon {
            position: absolute;
            top: 40px;
            right: 0px;
            bottom: 20px;
            text-align: right;
            width: 50px;
            height: 50px;
            line-height: 55px;
            text-align: center;
            background: #bb0b0b;
            border-radius: 50%;
            transition: all 0.3s ease;
            z-index: 11;
        }

            .rs-project.project-style3 .project-item .project-content .p-icon a {
                display: block;
            }

                .rs-project.project-style3 .project-item .project-content .p-icon a i {
                    color: #ffffff;
                    font-size: 18px;
                    display: inline-block;
                }

        .rs-project.project-style3 .project-item .project-content .project-inner {
            position: absolute;
            bottom: 0px;
            left: 25px;
            transition: all 0.3s ease;
        }

            .rs-project.project-style3 .project-item .project-content .project-inner .title {
                font-size: 16px;
                line-height: 30px;
                font-weight: 400;
                margin-bottom: 0px;
            }

                .rs-project.project-style3 .project-item .project-content .project-inner .title a {
                    color: #ffffff;
                }

                    .rs-project.project-style3 .project-item .project-content .project-inner .title a:hover {
                        color: #bb0b0b;
                    }

            .rs-project.project-style3 .project-item .project-content .project-inner .category {
                font-size: 20px;
                line-height: 30px;
                font-weight: 700;
                display: block;
            }

                .rs-project.project-style3 .project-item .project-content .project-inner .category a {
                    color: #ffffff;
                }

                    .rs-project.project-style3 .project-item .project-content .project-inner .category a:hover {
                        color: #bb0b0b;
                    }

    .rs-project.project-style3 .project-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000C4;
        opacity: 0;
        visibility: hidden;
        transition: .3s all ease;
    }

    .rs-project.project-style3 .project-item:hover .project-content {
        opacity: 1;
        visibility: visible;
    }

        .rs-project.project-style3 .project-item:hover .project-content .p-icon {
            right: 25px;
        }

        .rs-project.project-style3 .project-item:hover .project-content .project-inner {
            bottom: 20px;
        }

    .rs-project.project-style3 .project-item:hover:before {
        opacity: 0.9;
        visibility: visible;
    }

.rs-project.project-style4 .project-item {
    position: relative;
    overflow: hidden;
    margin: 0 3px 0 3px;
}

    .rs-project.project-style4 .project-item .project-content {
        position: absolute;
        padding: 30px 20px 30px;
        opacity: 0;
        z-index: 1;
        bottom: -150px;
        left: 50%;
        transform: translateX(-50%);
        width: 86%;
        z-index: 9;
        background: #ffffff;
        transition: 0.6s;
    }

        .rs-project.project-style4 .project-item .project-content .category {
            margin: 0;
        }

            .rs-project.project-style4 .project-item .project-content .category a {
                font-size: 16px;
                font-weight: 400;
                color: #666666;
                display: inline-block;
            }

                .rs-project.project-style4 .project-item .project-content .category a:hover {
                    color: #bb0b0b;
                }

        .rs-project.project-style4 .project-item .project-content .title {
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            margin: 0 0 0;
        }

            .rs-project.project-style4 .project-item .project-content .title a {
                color: #003b40;
                display: block;
            }

                .rs-project.project-style4 .project-item .project-content .title a:hover {
                    color: #bb0b0b;
                }

    .rs-project.project-style4 .project-item:hover .project-content {
        opacity: 1;
        bottom: 30px;
    }

.rs-project.project-style5 .project-item {
    position: relative;
    overflow: hidden;
}

    .rs-project.project-style5 .project-item .project-img img {
        transform: scale(1.2);
        transition: 0.6s;
    }

    .rs-project.project-style5 .project-item .project-content {
        position: absolute;
        padding: 24px 30px;
        opacity: 0;
        z-index: 10;
        top: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        text-align: center;
        transform: scale(1.3);
        transition: 0.4s;
    }

        .rs-project.project-style5 .project-item .project-content .title {
            font-size: 18px;
            line-height: 25px;
            font-weight: 700;
            margin-bottom: 5px;
        }

            .rs-project.project-style5 .project-item .project-content .title a {
                color: #ffffff;
            }

                .rs-project.project-style5 .project-item .project-content .title a:hover {
                    color: #bb0b0b;
                }

        .rs-project.project-style5 .project-item .project-content .category {
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            display: block;
        }

            .rs-project.project-style5 .project-item .project-content .category a {
                color: #bb0b0b;
            }

        .rs-project.project-style5 .project-item .project-content:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            visibility: hidden;
            width: 100%;
            height: 100%;
            background-color: #000000C4;
            background: rgba(0, 0, 0, 0.7);
        }

    .rs-project.project-style5 .project-item:hover .project-img img {
        transform: scale(1);
    }

    .rs-project.project-style5 .project-item:hover .project-content {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }

        .rs-project.project-style5 .project-item:hover .project-content:before {
            opacity: 1;
            visibility: visible;
        }

.rs-project.project-style6 .project-item {
    position: relative;
    overflow: hidden;
    margin: 0 3px 0 3px;
}

    .rs-project.project-style6 .project-item .project-img {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .rs-project.project-style6 .project-item .project-img img {
            width: 100%;
            transition: 1.3s all ease;
        }

    .rs-project.project-style6 .project-item .project-content {
        position: absolute;
        padding: 17px 25px 15px;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        left: 0;
        bottom: -100px;
        text-align: left;
        width: 100%;
        z-index: 11;
        transition: 0.6s;
        height: 100%;
    }

        .rs-project.project-style6 .project-item .project-content .project-inner {
            position: absolute;
            bottom: -100px;
            transition: 0.5s;
            left: 30px;
        }

            .rs-project.project-style6 .project-item .project-content .project-inner .title {
                font-size: 18px;
                line-height: 30px;
                font-weight: 700;
                margin-bottom: 0px;
            }

                .rs-project.project-style6 .project-item .project-content .project-inner .title a {
                    color: #ffffff;
                }

                    .rs-project.project-style6 .project-item .project-content .project-inner .title a:hover {
                        color: #bb0b0b;
                    }

            .rs-project.project-style6 .project-item .project-content .project-inner .category {
                font-size: 16px;
                line-height: 26px;
                font-weight: 400;
                display: block;
            }

                .rs-project.project-style6 .project-item .project-content .project-inner .category a {
                    color: #EAEAEA;
                }

                    .rs-project.project-style6 .project-item .project-content .project-inner .category a:hover {
                        color: #bb0b0b;
                    }

        .rs-project.project-style6 .project-item .project-content:before {
            content: '';
            position: absolute;
            bottom: -150px;
            left: 0;
            opacity: 0;
            visibility: hidden;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            background-color: #000000C4;
            transition: 0.6s;
        }

    .rs-project.project-style6 .project-item:hover .project-img img {
        transform: scale(1.2);
    }

    .rs-project.project-style6 .project-item:hover .project-content {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }

        .rs-project.project-style6 .project-item:hover .project-content .project-inner {
            bottom: 30px;
        }

        .rs-project.project-style6 .project-item:hover .project-content:before {
            opacity: 1;
            bottom: 0;
            visibility: visible;
        }

.rs-project.project-style7 .project-item {
    position: relative;
    overflow: hidden;
    margin: 0 3px 0 3px;
}

    .rs-project.project-style7 .project-item .project-content {
        position: absolute;
        width: 100%;
        bottom: -105%;
        left: 40px;
        transition: 0.4s;
    }

        .rs-project.project-style7 .project-item .project-content .project-inner .title {
            font-size: 22px;
            line-height: 28px;
            font-weight: 700;
            margin-bottom: 5px;
        }

            .rs-project.project-style7 .project-item .project-content .project-inner .title a {
                color: #ffffff;
            }

                .rs-project.project-style7 .project-item .project-content .project-inner .title a:hover {
                    color: #bb0b0b;
                }

        .rs-project.project-style7 .project-item .project-content .project-inner .category {
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            display: block;
            margin-bottom: 25px;
        }

            .rs-project.project-style7 .project-item .project-content .project-inner .category a {
                color: #ffffff;
            }

                .rs-project.project-style7 .project-item .project-content .project-inner .category a:hover {
                    color: #bb0b0b;
                }

        .rs-project.project-style7 .project-item .project-content .p-icon {
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            border-radius: 50px;
            background: #bb0b0b;
            font-size: 18px;
        }

            .rs-project.project-style7 .project-item .project-content .p-icon a {
                display: block;
            }

            .rs-project.project-style7 .project-item .project-content .p-icon i {
                color: #ffffff;
                font-size: 18px;
            }

    .rs-project.project-style7 .project-item:before {
        background-color: #000000C4;
        content: "";
        position: absolute;
        bottom: -105%;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.4s;
    }

    .rs-project.project-style7 .project-item:hover .project-content {
        bottom: 40px;
    }

    .rs-project.project-style7 .project-item:hover:before {
        bottom: 0;
        visibility: visible;
    }

.rs-project-details .project-title .title {
    position: relative;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #032e42;
    margin: 0px 0px 0px 0px;
    z-index: 1;
}

    .rs-project-details .project-title .title:before {
        content: "";
        position: absolute;
        border: 0;
        width: 65px;
        height: 5px;
        background: #bb0b0b;
        z-index: 1;
        margin-left: 0;
        left: 0;
        top: -28px;
    }

.rs-project-details .desc {
    color: #333333;
    margin: 0;
}

.rs-project-details .project-information {
    background-image: url(assets/images/bg/pro-details.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 86px 30px 56px 36px;
}

    .rs-project-details .project-information .project-content .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        color: #032e42;
        margin: 0px 0px 0px 0px;
    }

    .rs-project-details .project-information .project-content .description {
        margin: 0px 0px 0px 0px;
    }

.rs-project-details .rs-project-goals .project-goal {
    text-align: right;
}

.rs-portfolio.portfolio-style1 .project-item {
    position: relative;
    overflow: hidden;
}

    .rs-portfolio.portfolio-style1 .project-item .project-img img {
        width: 100%;
    }

    .rs-portfolio.portfolio-style1 .project-item .project-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 30%;
        left: 0;
        z-index: 1;
        padding: 25px;
        opacity: 0;
        transition: 0.3s all ease-out;
    }

        .rs-portfolio.portfolio-style1 .project-item .project-content .project-inner {
            position: absolute;
            width: 100%;
            left: 30px;
            bottom: 25px;
            z-index: 1;
        }

            .rs-portfolio.portfolio-style1 .project-item .project-content .project-inner .title {
                font-size: 20px;
                line-height: normal;
                font-weight: 700;
                margin-top: 15px;
                margin-bottom: 0;
            }

                .rs-portfolio.portfolio-style1 .project-item .project-content .project-inner .title a {
                    color: #ffffff;
                }

                    .rs-portfolio.portfolio-style1 .project-item .project-content .project-inner .title a:hover {
                        color: rgba(255, 255, 255, 0.7);
                    }

            .rs-portfolio.portfolio-style1 .project-item .project-content .project-inner .category {
                color: #fff;
                margin-bottom: 0;
                margin-top: 8px;
            }

                .rs-portfolio.portfolio-style1 .project-item .project-content .project-inner .category a {
                    color: #ffffff;
                }

                    .rs-portfolio.portfolio-style1 .project-item .project-content .project-inner .category a:hover {
                        color: rgba(255, 255, 255, 0.7);
                    }

        .rs-portfolio.portfolio-style1 .project-item .project-content:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            transition: all 0.3s ease 0s;
        }

    .rs-portfolio.portfolio-style1 .project-item:hover .project-content {
        opacity: 1;
        top: 0;
    }

        .rs-portfolio.portfolio-style1 .project-item:hover .project-content:before {
            opacity: 1;
        }
/* ------------------------------------
	17. Skill-bar Section CSS
---------------------------------------*/
.rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar-title {
    font-size: 15px;
    line-height: 6px;
    font-weight: 600;
    color: #212121;
}

.rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar {
    background: #eeeeee;
    height: 6px;
    line-height: 6px;
    margin: 10px 0 24px;
    overflow: visible;
    position: relative;
    width: 100%;
}

    .rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar .skillbar-bar {
        height: 6px;
        line-height: 6px;
        background-color: #bb0b0b;
        margin-bottom: 0;
        overflow: visible !important;
        width: 0;
    }

    .rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar .skill-bar-percent {
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 0px;
        top: -38px;
        font-size: 15px;
        font-weight: 600;
        color: #04004d;
    }

    .rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar.margin-no {
        margin: 10px 0 0;
    }

.rs-skillbar.skillbar-style1.skillbar-team-single .cl-skill-bar .skillbar {
    background: #fff;
    border: 1px solid #bb0b0b;
    height: 8px;
    border-radius: 0;
    overflow: visible;
    padding: 1px;
    margin: 10px 0 20px;
    position: relative;
    width: 100%;
}

    .rs-skillbar.skillbar-style1.skillbar-team-single .cl-skill-bar .skillbar .skillbar-bar {
        height: 4px;
        line-height: 4px;
        background-color: #bb0b0b;
        margin-bottom: 0;
        overflow: visible !important;
        width: 0;
    }

.rs-skillbar.skillbar-style1.skillbar-team-single .cl-skill-bar .skillbar-title {
    font-size: 16px;
    line-height: 6px;
    font-weight: 400;
    color: #666666;
}

.rs-skillbar.skillbar-style1.skillbar-team-single .cl-skill-bar .skillbar .skill-bar-percent {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
/* ------------------------------------
	18. Services Section CSS
---------------------------------------*/
.rs-services.services-main-home .services-item {
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #e7e5e5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    transition: all ease .3s;
    overflow: hidden;
    border: 1px #e7e5e5 solid
}

    .rs-services.services-main-home .services-item .services-wrap {
        padding: 30px 25px 30px 25px;
        position: relative;
    }

        .rs-services.services-main-home .services-item .services-wrap .services-icon .main-img {
            height: 66px;
            width: 66px;
            max-width: unset;
        }

        .rs-services.services-main-home .services-item .services-wrap .services-icon .main-hover {
            min-width: 120px;
            height: 120px;
            right: -60px !important;
            top: -29px !important;
            width: 66px;
            transform: scale(1);
            position: absolute;
            opacity: 0.07;
            max-width: unset;
        }

        .rs-services.services-main-home .services-item .services-wrap .services-content {
            padding: 26px 0px 0px 0px;
        }

            .rs-services.services-main-home .services-item .services-wrap .services-content .title {
                font-size: 22px;
                line-height: 30px;
                font-weight: 700;
                color: #032e42;
                margin: 0px 0px 11px 0px;
            }

            .rs-services.services-main-home .services-item .services-wrap .services-content .services-txt {
                color: #666666;
                margin: 0;
            }

    .rs-services.services-main-home .services-item:hover {
        border-style: solid;
        border-color: #BB0B0B;
        transform: translateY(-10px);
    }

.rs-services.services-main-home.services-modify1 .services-item .services-wrap {
    padding: 50px 40px 40px 40px;
}

    .rs-services.services-main-home.services-modify1 .services-item .services-wrap .services-content {
        padding: 30px 0px 0px 0px;
    }

    .rs-services.services-main-home.services-modify1 .services-item .services-wrap .services-icon .main-img {
        height: 56px;
        width: 55px;
    }

.rs-services.services-main-home.services-modify2 .services-item:hover {
    transform: unset;
}

.rs-services.services-main-home.services-modify2 .services-item .services-wrap {
    padding: 62px 40px 62px 40px;
}

.rs-services.services-style1 .services-item {
    padding: 60px 35px 60px 35px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}

    .rs-services.services-style1 .services-item .services-wrap {
        position: relative;
    }

        .rs-services.services-style1 .services-item .services-wrap .serial-number {
            position: absolute;
            left: 228px;
            top: -31px;
            color: #C10F0F0F;
            font-size: 60px;
            font-weight: 600;
        }

        .rs-services.services-style1 .services-item .services-wrap .services-icon img {
            height: 66px;
            width: 66px;
            max-width: unset;
        }

        .rs-services.services-style1 .services-item .services-wrap .services-content {
            padding: 26px 0px 0px 0px;
        }

            .rs-services.services-style1 .services-item .services-wrap .services-content .title {
                font-size: 22px;
                line-height: 30px;
                font-weight: 700;
                color: #032e42;
                margin: 0 0 10px;
            }

            .rs-services.services-style1 .services-item .services-wrap .services-content .services-txt {
                color: #666666;
                margin: 0;
            }

.rs-services.services-style1.career-modify1 .services-item .services-wrap .serial-number {
    color: #032E4214;
    font-weight: 700;
}

.rs-services.services-style1.career-modify1 .services-item .services-wrap .services-content .services-txt {
    padding-bottom: 25px;
}

.rs-services.services-style2 .services-item {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    transition: all ease .3s;
}

    .rs-services.services-style2 .services-item .services-wrap {
        position: relative;
        padding: 45px 35px 30px 35px;
    }

        .rs-services.services-style2 .services-item .services-wrap .serial-number {
            position: absolute;
            left: 71%;
            top: 30px;
            color: #032E4214;
            font-size: 52px;
            font-weight: 700;
        }

        .rs-services.services-style2 .services-item .services-wrap .services-icon img {
            height: 66px;
            width: 66px;
            max-width: unset;
        }

        .rs-services.services-style2 .services-item .services-wrap .services-text {
            padding: 34px 0px 0px 0px;
        }

            .rs-services.services-style2 .services-item .services-wrap .services-text .title {
                font-size: 22px;
                line-height: 30px;
                font-weight: 700;
                color: #032e42;
                margin: 0 0 10px;
            }

    .rs-services.services-style2 .services-item:hover {
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        border-color: #BB0B0B;
        transform: translateY(-10px);
    }

.rs-services.services-style2 .work-image {
    position: relative;
    z-index: 11;
    text-align: right;
}

    .rs-services.services-style2 .work-image .dot-img {
        position: absolute;
        right: 0;
        top: 34%;
        z-index: -11;
    }

.rs-services.services-style3 .services-item {
    display: flex;
    padding: 5px 36px 0px 0px;
}

    .rs-services.services-style3 .services-item .services-icon {
        border-style: solid;
        border-width: 0px 1px 0px 0px;
        border-color: #E0DDDD;
        display: inline-block;
        transition: all ease .3s;
        margin: 0px 50px 0px 0px;
        padding-top: 5px;
    }

        .rs-services.services-style3 .services-item .services-icon img {
            height: 70px;
            width: 70px;
            max-width: unset;
            margin: 0px 50px 0px 0px;
        }

    .rs-services.services-style3 .services-item .services-text .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        color: #032e42;
        margin: 0 0 10px;
    }

    .rs-services.services-style3 .services-item .services-text .services-txt {
        color: #666666;
        margin: 0;
    }

.rs-services-single .services-add {
    background: url(assets/images/bg/cta-bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 35px 38px;
}

    .rs-services-single .services-add .title {
        font-size: 24px;
        line-height: 31px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 31px;
    }

    .rs-services-single .services-add a {
        font-size: 36px;
        line-height: 46px;
        font-weight: 700;
        color: #ffffff;
    }

.rs-services-single .brochures {
    background: #FBFBFB;
    padding: 42px 19px 62px 28px;
}

    .rs-services-single .brochures .content-text .title {
        font-size: 28px;
        line-height: 38px;
        font-weight: 700;
        color: #032e42;
        margin-bottom: 18px;
    }

    .rs-services-single .brochures .content-text .desc-part {
        color: #333333;
        margin: 0 0 41px;
    }

    .rs-services-single .brochures .btn-wrapper {
        position: relative;
        text-align: center;
        font-weight: 400;
        display: inline-block;
    }

        .rs-services-single .brochures .btn-wrapper .dual-btn {
            font-size: 16px;
            font-weight: 600;
            padding: 18px 35px 18px 35px;
            border-radius: 0px 0px 0px 10px;
            background-color: #BB0B0B;
            color: #ffffff;
            margin: 0 -4px;
        }

        .rs-services-single .brochures .btn-wrapper .dual-btn-connector {
            position: absolute;
            z-index: 9;
            overflow: hidden;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            background-color: #fff;
            box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
            color: #27374c;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 30px;
            left: 46%;
            top: -2px;
        }

        .rs-services-single .brochures .btn-wrapper .rselement-dual-btn {
            font-size: 16px;
            font-weight: 600;
            padding: 18px 35px 18px 35px;
            border-radius: 0px 10px 0px 0px;
            background-color: #032E42;
            color: #ffffff;
        }

.rs-services-single .services-title .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #032e42;
    margin: 0;
}

.rs-services-single .desc-part {
    color: #333333;
    margin: 0;
}
/* ------------------------------------
	19. Tab Services Section CSS
---------------------------------------*/
.rs-tab-main.tab-content-style1 ul.nav {
    margin: 0;
    display: inline-flex;
}

    .rs-tab-main.tab-content-style1 ul.nav .nav-item {
        margin-right: 29px;
    }

        .rs-tab-main.tab-content-style1 ul.nav .nav-item .nav-link {
            display: inline-block;
            align-items: center;
            top: 1px;
            font-size: 18px;
            font-weight: 600;
            padding: 17px 20px 17px 20px;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
            border-radius: 0px 10px 0px 10px;
            justify-content: left;
            color: #032E42;
            background-color: #FFFFFF;
        }

            .rs-tab-main.tab-content-style1 ul.nav .nav-item .nav-link em {
                position: relative;
                display: inline-block;
                float: left;
            }

                .rs-tab-main.tab-content-style1 ul.nav .nav-item .nav-link em .main-img {
                    opacity: 1;
                    width: 45px !important;
                    padding: 0px 12px 0px 0px;
                    left: 0;
                }

                .rs-tab-main.tab-content-style1 ul.nav .nav-item .nav-link em .hover-img {
                    width: 45px !important;
                    padding: 0px 12px 0px 0px;
                    position: absolute;
                    left: 0;
                    opacity: 0;
                }

            .rs-tab-main.tab-content-style1 ul.nav .nav-item .nav-link:hover {
                background: #bb0b0b;
                color: #fff;
            }

                .rs-tab-main.tab-content-style1 ul.nav .nav-item .nav-link:hover .hover-img {
                    opacity: 1;
                }

        .rs-tab-main.tab-content-style1 ul.nav .nav-item:last-child {
            margin-right: 0 !important;
        }

        .rs-tab-main.tab-content-style1 ul.nav .nav-item.active .nav-link {
            background: #bb0b0b;
            color: #fff;
        }

            .rs-tab-main.tab-content-style1 ul.nav .nav-item.active .nav-link .hover-img {
                opacity: 1;
            }

.rs-tab-main.tab-content-style1 .tab-content {
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
    margin-top: 30px;
    padding: 30px 40px 50px 60px;
    border-radius: 5px 5px 5px 5px;
}

    .rs-tab-main.tab-content-style1 .tab-content .tab-pane .prelements-heading {
        padding: 50px 40px 10px 10px;
    }

        .rs-tab-main.tab-content-style1 .tab-content .tab-pane .prelements-heading .title {
            font-size: 30px;
            line-height: 1.3;
            font-weight: 700;
            color: #032e42;
            margin: 0 0 26px;
        }

        .rs-tab-main.tab-content-style1 .tab-content .tab-pane .prelements-heading .description {
            color: #666666;
            margin: 0;
        }

    .rs-tab-main.tab-content-style1 .tab-content .tab-pane .tab-img {
        margin: 0px 0px -136px 0px;
    }

.rs-tab-main.tab-content-style1 .tab-pane.active {
    animation: slide-down 5s ease-out;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ------------------------------------
	20. Faq Section CSS
---------------------------------------*/
.rs-faq.faq-style1 {
    position: relative;
}

    .rs-faq.faq-style1 .faq-content .accordion {
        border-width: 12px;
    }

        .rs-faq.faq-style1 .faq-content .accordion .card {
            margin-bottom: 30px;
            border: none;
            background-color: #F1F6FC;
            border-radius: 5px 5px 5px 5px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.02);
        }

            .rs-faq.faq-style1 .faq-content .accordion .card:last-child {
                margin-bottom: 0;
            }

            .rs-faq.faq-style1 .faq-content .accordion .card .card-header {
                display: flex;
                align-items: center;
                padding: 0 !important;
                border: none;
                background: #fff;
            }

                .rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link {
                    position: relative;
                    display: block;
                    width: 100%;
                    height: 60px;
                    line-height: 29px;
                    font-size: 18px;
                    font-weight: 600;
                    padding: 17px 25px 17px 25px;
                    border-radius: 0px 10px 0px 10px;
                    background-color: #bb0b0b;
                    color: #ffffff;
                }

                    .rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link:after {
                        position: absolute;
                        font-family: FontAwesome;
                        content: "\f068";
                        top: 50%;
                        transform: translateY(-50%);
                        text-align: center;
                        font-size: 12px;
                        line-height: 26px;
                        color: #ffffff;
                        text-align: right;
                        right: 20px;
                        margin-top: -2px;
                    }

                    .rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link.collapsed {
                        background-color: #FFFFFF;
                        color: #032e42;
                        padding: 17px 25px 17px 25px;
                        border-radius: 0px 10px 0px 10px;
                        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.18);
                    }

                        .rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link.collapsed:after {
                            color: #032e42;
                            content: "\f067";
                        }

            .rs-faq.faq-style1 .faq-content .accordion .card .card-body {
                background-color: #fff;
                color: #666666;
                font-size: 16px;
                width: 100%;
                padding: 30px 25px 30px 25px !important;
            }

    .rs-faq.faq-style1.home3-modify1 .faq-content .accordion .card {
        margin-bottom: 15px;
    }

        .rs-faq.faq-style1.home3-modify1 .faq-content .accordion .card .card-header .card-link {
            position: relative;
            display: block;
            width: 100%;
            height: 60px;
            line-height: 29px;
            font-size: 18px;
            font-weight: 600;
            padding: 17px 25px 17px 25px;
            border-radius: 5px 5px 0px 0px;
        }

            .rs-faq.faq-style1.home3-modify1 .faq-content .accordion .card .card-header .card-link.collapsed {
                background-color: #FFFFFF;
                color: #032e42;
                padding: 17px 25px 17px 25px;
                border-radius: 5px 5px 5px 5px;
                box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.18);
            }

            .rs-faq.faq-style1.home3-modify1 .faq-content .accordion .card .card-header .card-link.collapsed {
                border-radius: 5px 5px 5px 5px;
            }

        .rs-faq.faq-style1.home3-modify1 .faq-content .accordion .card .card-body {
            padding: 30px 25px 60px 25px !important;
        }
/* ------------------------------------
	21. Team Section CSS
---------------------------------------*/
.rs-team.team-style1 .team-inner-wrap {
    /*box-shadow: 0 5px 20px rgba(34, 34, 34, 0.07);*/
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    transition: 0.4s;
}

    .rs-team.team-style1 .team-inner-wrap .image-wrap a img {
        border-radius: 5px;
    }

    .rs-team.team-style1 .team-inner-wrap .team-content {
        text-align: center;
        padding: 24px 20px 10px;
    }

        .rs-team.team-style1 .team-inner-wrap .team-content .team-name {
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            margin-bottom: 0px;
        }

            .rs-team.team-style1 .team-inner-wrap .team-content .team-name a {
                color: #032e42;
            }

        .rs-team.team-style1 .team-inner-wrap .team-content .team-title {
            font-size: 16px;
            color: #666666;
        }

    .rs-team.team-style1 .team-inner-wrap:hover {
        background: #88b51f;
    }

        .rs-team.team-style1 .team-inner-wrap:hover .team-content .team-name a {
            color: #ffffff;
        }

        .rs-team.team-style1 .team-inner-wrap:hover .team-content .team-title {
            color: #ffffff;
        }

.rs-team.team-style1.our-team-style1 .team-inner-wrap .image-wrap {
    position: relative;
    overflow: hidden;
}

    .rs-team.team-style1.our-team-style1 .team-inner-wrap .image-wrap a img {
        opacity: 1;
        transform: scale(1.1);
        transition: 0.3s ease-in-out;
    }

.rs-team.team-style1.our-team-style1 .team-inner-wrap:hover .image-wrap a img {
    transform: scale(1);
    opacity: 0.7;
}

.rs-team.team-style1 .owl-stage-outer {
    padding: 20px 10px;
    margin: -20px -10px;
}

.rs-team.team-style2 .team-inner-wrap {
    overflow: visible;
}

    .rs-team.team-style2 .team-inner-wrap .image-wrap {
        overflow: hidden;
        border-radius: 50%;
    }

        .rs-team.team-style2 .team-inner-wrap .image-wrap a img {
            border-radius: 50%;
            transform: scale(1);
            transition: 0.3s ease-in-out;
        }

    .rs-team.team-style2 .team-inner-wrap .team-content {
        text-align: center;
        padding: 25px 20px 0px;
        opacity: 1;
    }

        .rs-team.team-style2 .team-inner-wrap .team-content .team-name {
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            margin: 0 0 10px;
        }

            .rs-team.team-style2 .team-inner-wrap .team-content .team-name a {
                color: #032e42;
            }

        .rs-team.team-style2 .team-inner-wrap .team-content .team-title {
            font-size: 15px;
            color: #666666;
        }

        .rs-team.team-style2 .team-inner-wrap .team-content .social-icons li {
            display: inline-block;
            margin-right: 16px;
        }

            .rs-team.team-style2 .team-inner-wrap .team-content .social-icons li a span i {
                font-size: 16px;
                color: #bb0b0b;
                margin-right: 3px;
                transition: all .8s ease;
            }

            .rs-team.team-style2 .team-inner-wrap .team-content .social-icons li:last-child {
                margin-right: 0;
            }

    .rs-team.team-style2 .team-inner-wrap:hover .image-wrap a img {
        transform: scale(1.2);
    }

    .rs-team.team-style2 .team-inner-wrap:hover .team-content .team-name a {
        color: #bb0b0b;
    }

.rs-team-single .btm-info-team {
    position: relative;
    box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
    background: #fff;
    margin-bottom: 70px;
    padding: 40px;
}

    .rs-team-single .btm-info-team .images-part {
        padding: 0 30px 0 0;
    }

    .rs-team-single .btm-info-team .con-info {
        position: relative;
    }

        .rs-team-single .btm-info-team .con-info .designation-info {
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            color: #bb0b0b;
            text-transform: uppercase;
            padding-bottom: 5px;
            display: block;
        }

        .rs-team-single .btm-info-team .con-info .title {
            font-size: 36px;
            line-height: 46px;
            font-weight: 700;
            color: #032e42;
            margin-bottom: 15px;
        }

        .rs-team-single .btm-info-team .con-info .short-desc {
            font-size: 15px;
            line-height: 26px;
            font-weight: 400;
            color: #666666;
            margin-bottom: 25px;
        }

        .rs-team-single .btm-info-team .con-info .team-title {
            font-size: 28px;
            line-height: 38px;
            font-weight: 700;
            color: #032e42;
            margin-bottom: 15px;
        }

        .rs-team-single .btm-info-team .con-info .ps-informations .personal-info li {
            margin: 5px 0 10px;
            padding: 0;
            display: block;
        }

            .rs-team-single .btm-info-team .con-info .ps-informations .personal-info li span i:before {
                font-size: 16px;
                color: #bb0b0b;
                margin-right: 18px;
                position: relative;
                top: 2px;
                font-weight: 500;
                display: inline-block;
                text-align: center;
            }

            .rs-team-single .btm-info-team .con-info .ps-informations .personal-info li a {
                color: #555;
            }

                .rs-team-single .btm-info-team .con-info .ps-informations .personal-info li a:hover {
                    color: #bb0b0b;
                }

        .rs-team-single .btm-info-team .con-info .ps-informations .social-info {
            margin-top: 15px;
        }

            .rs-team-single .btm-info-team .con-info .ps-informations .social-info li {
                display: inline-block;
                margin-right: 18px;
            }

                .rs-team-single .btm-info-team .con-info .ps-informations .social-info li a {
                    color: #555;
                }

                    .rs-team-single .btm-info-team .con-info .ps-informations .social-info li a:hover {
                        color: #bb0b0b;
                    }

                .rs-team-single .btm-info-team .con-info .ps-informations .social-info li:last-child {
                    margin-right: 0;
                }

        .rs-team-single .btm-info-team .con-info:before {
            content: "\f10b";
            font-size: 200px;
            position: absolute;
            right: 92px;
            color: #0a0a0a;
            font-family: "Flaticon";
            height: 100%;
            top: 74px;
            opacity: 0.02;
        }

.rs-team-single .title-content .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #032e42;
    margin: 0;
}
/*------------------------------------
	22. Partner Section CSS
------------------------------------*/
.rs-partner.partner-main-home {
    background-color: #bb0b0b;
}

    .rs-partner.partner-main-home .grid-figure .logo-img {
        text-align: center;
        padding: 0 30px;
    }

    .rs-partner.partner-main-home.partner-style1 {
        background-image: linear-gradient(350deg, #ba0b0b 0%, #0f2d3f 100%);
    }

.rs-partner.partner-style2 .iconbox-area {
    padding: 50px 30px 50px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

    .rs-partner.partner-style2 .iconbox-area .icon-area {
        position: relative;
        overflow: hidden;
        text-align: center;
        transition: all ease .3s;
    }

        .rs-partner.partner-style2 .iconbox-area .icon-area a {
            display: inline-block;
            transition: all ease .3s;
        }

            .rs-partner.partner-style2 .iconbox-area .icon-area a img {
                width: 150px;
            }

        .rs-partner.partner-style2 .iconbox-area .icon-area:hover a {
            transform: scale(0.9);
        }

            .rs-partner.partner-style2 .iconbox-area .icon-area:hover a img {
                width: 150px;
            }
/*------------------------------------
	23. Pricing Section CSS
------------------------------------*/
.rs-pricing.pricing-style1 .price-table {
    background: #ffffff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
    margin: 0 17px 0 17px;
    border-radius: 5px 50px 5px 50px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
}

    .rs-pricing.pricing-style1 .price-table .price-table-wrap {
        padding: 50px 40px 0px 40px;
    }

        .rs-pricing.pricing-style1 .price-table .price-table-wrap .pricing-table-header .pricing-table-title {
            font-size: 24px;
            line-height: 30px;
            font-weight: 700;
            color: #032e42;
            margin-bottom: 40px;
        }

        .rs-pricing.pricing-style1 .price-table .price-table-wrap .icon-part {
            position: absolute;
            width: initial;
            max-width: initial;
            top: 113px;
            left: 45px;
        }

            .rs-pricing.pricing-style1 .price-table .price-table-wrap .icon-part img {
                max-width: 50px;
            }

        .rs-pricing.pricing-style1 .price-table .price-table-wrap .pricing-table-price {
            margin-bottom: 30px;
        }

            .rs-pricing.pricing-style1 .price-table .price-table-wrap .pricing-table-price .pricing-table-price-tag {
                margin-bottom: 0.5rem;
                color: #ffffff;
                font-weight: 500;
                font-size: 25px;
                line-height: normal;
                right: -70px;
                background: #bb0b0b;
                float: right;
                clear: right;
                position: relative;
                padding: 11px 15px 7px;
                border-radius: 0 10px;
            }

                .rs-pricing.pricing-style1 .price-table .price-table-wrap .pricing-table-price .pricing-table-price-tag .pricing-table-currency {
                    font-size: 16px;
                }

                .rs-pricing.pricing-style1 .price-table .price-table-wrap .pricing-table-price .pricing-table-price-tag .pricing-table-period {
                    position: relative;
                    padding-left: 14px;
                    display: inline-block;
                    color: #ffffff;
                    font-size: 16px;
                }

                    .rs-pricing.pricing-style1 .price-table .price-table-wrap .pricing-table-price .pricing-table-price-tag .pricing-table-period:before {
                        content: "";
                        height: 20px;
                        width: 2px;
                        position: absolute;
                        left: 2px;
                        transform: rotate(20deg) translateY(-60%);
                        top: 40%;
                        background: #f2f2f2;
                    }

                .rs-pricing.pricing-style1 .price-table .price-table-wrap .pricing-table-price .pricing-table-price-tag:after {
                    content: "";
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-top: 27px solid #bb0b0b;
                    border-right: 30px solid transparent;
                    top: 44px;
                    right: 0px;
                }

        .rs-pricing.pricing-style1 .price-table .price-table-wrap .pricing-table-body .pricing-table-features-list {
            padding: 80px 0px 0px 0px;
        }

            .rs-pricing.pricing-style1 .price-table .price-table-wrap .pricing-table-body .pricing-table-features-list li {
                border-style: solid;
                border-width: 0px 0px 1px 0px;
                border-color: #EFE8E8;
                padding: 18px 0px 18px 0px;
                font-size: 16px;
                color: #666666;
            }

                .rs-pricing.pricing-style1 .price-table .price-table-wrap .pricing-table-body .pricing-table-features-list li .feature-text {
                    font-size: 16px;
                    color: #666666;
                }

                .rs-pricing.pricing-style1 .price-table .price-table-wrap .pricing-table-body .pricing-table-features-list li i {
                    margin-right: 10px;
                    min-width: 15px;
                    font-size: 16px;
                    color: #BB0B0B;
                }

                    .rs-pricing.pricing-style1 .price-table .price-table-wrap .pricing-table-body .pricing-table-features-list li i.new {
                        font-size: 13px;
                    }

                .rs-pricing.pricing-style1 .price-table .price-table-wrap .pricing-table-body .pricing-table-features-list li:last-child {
                    border: none;
                }
/*------------------------------------
	24. Blog Section CSS
------------------------------------*/
.rs-blog.blog-main-home .blog-item {
    position: relative;
    z-index: 11;
    transition: all 500ms ease;
    background-color: #ffffff;
    box-shadow: 0 0px 15px rgba(12, 89, 219, 0.09);
}

    .rs-blog.blog-main-home .blog-item .image-wrap {
        position: relative;
        overflow: hidden;
    }

        .rs-blog.blog-main-home .blog-item .image-wrap a img {
            transition: all 0.5s ease 0s;
            transform: scale(1);
        }

        .rs-blog.blog-main-home .blog-item .image-wrap .date {
            display: inline-block;
            padding: 12px 20px 8px;
            color: #fff;
            background: #bb0b0b;
            position: absolute;
            right: 26px;
            bottom: 24px;
            border-radius: 0 10px 0 10px;
        }

            .rs-blog.blog-main-home .blog-item .image-wrap .date i:before {
                font-size: 15px;
                position: relative;
                top: 1px;
                margin-right: 2px;
            }

    .rs-blog.blog-main-home .blog-item .blog-content {
        transition: all 500ms ease;
        position: relative;
        padding: 42px 40px 45px 35px;
        background: #fff;
    }

        .rs-blog.blog-main-home .blog-item .blog-content .blog-title {
            font-size: 20px;
            line-height: 1.4;
            font-weight: 700;
            margin-bottom: 14px;
        }

            .rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
                color: #032e42;
            }

                .rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
                    color: #bb0b0b;
                }

        .rs-blog.blog-main-home .blog-item .blog-content .desc {
            color: #666666;
            margin-bottom: 34px;
        }

        .rs-blog.blog-main-home .blog-item .blog-content .blog-btn a span:hover {
            color: #bb0b0b;
        }

    .rs-blog.blog-main-home .blog-item:hover .image-wrap a img {
        transform: scale(1.1);
    }

.rs-blog.blog-main-home .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.rs-blog.blog-main-home.blog-style2 .blog-item .image-wrap .date {
    border-radius: 5px 5px 5px 5px;
}

.rs-inner-blog .blog-item {
    background: #fff;
    transition: 0.3s;
}

    .rs-inner-blog .blog-item .blog-img {
        position: relative;
    }

    .rs-inner-blog .blog-item .blog-content {
        padding: 25px 0px 10px;
        overflow: hidden;
    }

        .rs-inner-blog .blog-item .blog-content .blog-title {
            margin: 4px 0 10px;
            font-size: 26px;
            line-height: 35px;
            font-weight: 700;
        }

            .rs-inner-blog .blog-item .blog-content .blog-title a {
                color: #032e42;
            }

                .rs-inner-blog .blog-item .blog-content .blog-title a:hover {
                    color: #bb0b0b;
                }

        .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
            overflow: hidden;
            margin: 0 0 8px;
            padding: 0 0 12px;
            font-size: 13px;
            display: flex;
            align-items: center;
        }

            .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
                margin-right: 15px;
            }

                .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
                    display: inline-block;
                    font-size: 14px;
                    line-height: 24px;
                    color: #555;
                    font-weight: 400;
                }

                    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
                        color: #bb0b0b;
                        position: relative;
                        margin-right: 2px;
                        top: 2px;
                    }

                        .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i:before {
                            font-size: 14px;
                        }

                .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
                    display: inline-block;
                    font-size: 14px;
                    line-height: 24px;
                    color: #555;
                    font-weight: 400;
                }

                    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
                        margin-right: 3px;
                        position: relative;
                        top: 2px;
                        color: #bb0b0b;
                    }

                        .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i:before {
                            font-size: 14px;
                        }

                .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i {
                    margin-right: 2px;
                    color: #bb0b0b;
                    position: relative;
                    top: 2px;
                }

                .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line a {
                    padding-left: 4px;
                    font-size: 14px;
                    color: #555;
                }

                    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line a:hover {
                        color: #bb0b0b;
                    }

                .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
                    margin-right: 0;
                }

        .rs-inner-blog .blog-item .blog-content .blog-desc {
            font-size: 16px;
            line-height: 27px;
            font-weight: 400;
            color: #333333;
            margin-bottom: 20px;
        }

.rs-inner-blog .widget-area .widget-title .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #032e42;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
    margin: 0;
}

    .rs-inner-blog .widget-area .widget-title .title:after {
        content: "";
        position: absolute;
        border: 0;
        width: 50px;
        height: 2px;
        background: #bb0b0b;
        z-index: 1;
        margin-left: 0;
        bottom: 0;
        left: 0;
    }

.rs-inner-blog .widget-area .search-widget {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

    .rs-inner-blog .widget-area .search-widget .search-wrap {
        position: relative;
    }

        .rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
            color: #444444;
            padding: 12px 17px;
            width: 100%;
            border: none;
            border-radius: 5px;
            position: relative;
            background: #F6F7F9;
        }

        .rs-inner-blog .widget-area .search-widget .search-wrap button {
            background: transparent;
            border: medium none;
            color: #666666;
            padding: 11px 15px 12px;
            position: absolute;
            display: block;
            right: 0px;
            top: 0;
            z-index: 10;
            font-size: 20px;
            border-radius: 0 5px 5px;
        }

            .rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
                font-family: uicons-regular-rounded !important;
                font-size: 18px;
                font-weight: 600;
                content: "\f279";
                position: absolute;
                right: 20px;
                top: 9px;
            }

            .rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
                color: #bb0b0b;
            }

.rs-inner-blog .widget-area .recent-posts {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

    .rs-inner-blog .widget-area .recent-posts .recent-post-widget {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        overflow: hidden;
    }

        .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
            width: 100px;
            float: left;
            padding-right: 15px;
        }

            .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img img {
                border-radius: 1px;
            }

        .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
            overflow: hidden;
            margin-top: -8px;
        }

            .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
                font-size: 15px;
                line-height: 1.1;
                font-weight: 600;
                color: #032e42;
                margin-bottom: 5px;
            }

                .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
                    color: #bb0b0b;
                }

            .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post {
                display: block;
                font-size: 12px;
                color: #555;
            }

                .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i {
                    margin-right: 5px;
                }

                    .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i:before {
                        top: 1px;
                        font-size: 12px;
                        color: #bb0b0b;
                        position: relative;
                    }

.rs-inner-blog .widget-area .categories {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

    .rs-inner-blog .widget-area .categories ul li {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }

        .rs-inner-blog .widget-area .categories ul li a {
            font-weight: 600;
            font-size: 16px;
            color: #0080ab;
            transition: all 0.4s ease-in-out 0s;
        }

            .rs-inner-blog .widget-area .categories ul li a:hover {
                color: #88b51f;
            }

            .rs-inner-blog .widget-area .categories ul li a.active {
                color: #88b51f;
            }

        .rs-inner-blog .widget-area .categories ul li:first-child {
            border-top: none;
        }

.rs-inner-blog .widget-area .tags-cloud {
    background: #fff;
    padding: 40px 30px 40px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

    .rs-inner-blog .widget-area .tags-cloud .tagcloud a {
        display: inline-block;
        margin: 10px 3px 0px 0;
        line-height: 20px;
        padding: 6px 12px;
        font-size: 13px;
        text-transform: capitalize;
        transition: all .3s ease;
        background: #ffffff;
        color: #444444;
        border: 1px solid #f0f0f0;
        border-radius: 5px;
    }

        .rs-inner-blog .widget-area .tags-cloud .tagcloud a:hover {
            color: #ffffff;
            background: #bb0b0b;
        }

.rs-inner-blog .blog-details .blog-full .blog-content-full .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #032e42;
    margin: 0;
}

    .rs-inner-blog .blog-details .blog-full .blog-content-full .title.title2 {
        font-size: 24px;
    }

.rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info {
    margin-top: 25px;
    clear: both;
    font-weight: 600;
    margin-bottom: 10px;
}

    .rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info a {
        font-size: 13px;
        margin-right: 5px;
        display: inline-block;
        text-align: center;
        font-weight: normal;
        color: #fff;
        background: #bb0b0b;
        padding: 5px 15px 5px;
        margin-left: 7px;
        border-radius: 3px;
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note .from-control {
    width: 100%;
    padding: 12px 20px;
    background-color: #f6f7f9;
    border: 1px solid #f6f7f9;
    border-radius: 5px;
    max-width: 100%;
    opacity: 1;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note textarea {
    height: 160px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #454545;
    opacity: 0.5;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note ::-moz-placeholder {
    /* Firefox 19+ */

    color: #454545;
    opacity: 0.5;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note :-ms-input-placeholder {
    /* IE 10+ */

    color: #454545;
    opacity: 0.5;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note :-moz-placeholder {
    /* Firefox 18- */

    color: #454545;
    opacity: 0.5;
}
/* ------------------------------------
	25. Testimonial Section CSS
---------------------------------------*/
.rs-testimonial.testimonial-style1 .testi-item .testi-wrap {
    position: relative;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    padding: 55px 55px 60px 55px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

    .rs-testimonial.testimonial-style1 .testi-item .testi-wrap .item-content-basic span img {
        width: 60px;
        top: 71%;
        position: absolute;
        left: 80%;
    }

    .rs-testimonial.testimonial-style1 .testi-item .testi-wrap .item-content-basic p {
        font-size: 19px;
        line-height: 32px;
        font-weight: 400;
        font-style: italic;
        color: #032e42;
        margin: 0 0 51px;
    }

    .rs-testimonial.testimonial-style1 .testi-item .testi-wrap .testi-content {
        display: flex;
        align-items: center;
    }

        .rs-testimonial.testimonial-style1 .testi-item .testi-wrap .testi-content .image-wrap img {
            height: 65px;
            width: 65px;
            border-radius: 50%;
            position: relative;
        }

        .rs-testimonial.testimonial-style1 .testi-item .testi-wrap .testi-content .testi-information {
            padding: 0 0 0 25px;
        }

            .rs-testimonial.testimonial-style1 .testi-item .testi-wrap .testi-content .testi-information .testi-name {
                font-size: 20px;
                line-height: 30px;
                font-weight: 600;
                color: #032e42;
            }

            .rs-testimonial.testimonial-style1 .testi-item .testi-wrap .testi-content .testi-information .designation {
                color: #676767;
                font-size: 16px;
                font-weight: 400;
            }

.rs-testimonial.testimonial-style1.testi-services-modify1 .testi-item .testi-wrap {
    position: relative;
    background-color: #fbfbfb;
    border-radius: unset;
    padding: 55px 55px 60px 55px;
    box-shadow: unset;
}

    .rs-testimonial.testimonial-style1.testi-services-modify1 .testi-item .testi-wrap .item-content-basic p {
        font-weight: 500;
    }

.rs-testimonial.testimonial-style2 {
    margin-top: -240px;
}

    .rs-testimonial.testimonial-style2 .slick-part {
        text-align: center;
        background-color: transparent;
        background-image: linear-gradient(140deg, #0a2e41 0%, #af0e0e 110%);
        border-radius: 5px 5px 5px 5px;
        padding: 0 0 50px;
    }

        .rs-testimonial.testimonial-style2 .slick-part .slider.slider-for .images-slide-single {
            margin: 40px 0px 0px 0px;
            text-align: center;
        }

            .rs-testimonial.testimonial-style2 .slick-part .slider.slider-for .images-slide-single .single-testimonial .content-part .quote {
                width: 56px;
                margin: 0 auto 22px;
            }

            .rs-testimonial.testimonial-style2 .slick-part .slider.slider-for .images-slide-single .single-testimonial .content-part p {
                font-size: 20px;
                line-height: 32px;
                font-weight: 400;
                color: #ffffff;
                padding: 0% 18% 0% 18%;
            }

        .rs-testimonial.testimonial-style2 .slick-part .slider.slider-nav {
            max-width: 210px;
            margin: 0 auto;
        }

            .rs-testimonial.testimonial-style2 .slick-part .slider.slider-nav .images-single {
                padding-top: 10px;
                text-align: center;
            }

                .rs-testimonial.testimonial-style2 .slick-part .slider.slider-nav .images-single img {
                    width: 70px;
                    height: 70px;
                    border-radius: 50%;
                    margin: 0 auto;
                    cursor: pointer;
                }

                .rs-testimonial.testimonial-style2 .slick-part .slider.slider-nav .images-single .testi-content {
                    display: none;
                    padding-top: 24px;
                }

                    .rs-testimonial.testimonial-style2 .slick-part .slider.slider-nav .images-single .testi-content .testi-name {
                        font-size: 20px;
                        font-weight: 600;
                        line-height: 1.9em;
                        color: #ffffff;
                    }

                    .rs-testimonial.testimonial-style2 .slick-part .slider.slider-nav .images-single .testi-content .testi-title {
                        font-size: 16px;
                        line-height: 26px;
                        font-weight: 400;
                        color: #ffffff;
                        display: block;
                    }

                .rs-testimonial.testimonial-style2 .slick-part .slider.slider-nav .images-single.slick-center img {
                    transform: scale(1.2);
                }

                .rs-testimonial.testimonial-style2 .slick-part .slider.slider-nav .images-single.slick-center .testi-content {
                    min-width: 180px;
                    padding-top: 20px;
                    margin-left: -55px;
                    display: block;
                }

            .rs-testimonial.testimonial-style2 .slick-part .slider.slider-nav .slick-list {
                padding: 0 0px !important;
            }

        .rs-testimonial.testimonial-style2 .slick-part .slider .slick-dots {
            position: absolute;
            bottom: -280px;
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: center;
        }

            .rs-testimonial.testimonial-style2 .slick-part .slider .slick-dots button {
                font-size: 0;
                line-height: 0;
                display: inline-block;
                width: 8px;
                height: 8px;
                border-radius: 50px;
                padding: unset;
                cursor: pointer;
                border: 0;
                outline: none;
                transition: all 0.3s ease-in;
                background: #bb0b0b;
            }

                .rs-testimonial.testimonial-style2 .slick-part .slider .slick-dots button:hover {
                    opacity: 1;
                }

                .rs-testimonial.testimonial-style2 .slick-part .slider .slick-dots button.slick-prev {
                    display: none;
                }

                    .rs-testimonial.testimonial-style2 .slick-part .slider .slick-dots button.slick-prev.previous {
                        display: none;
                    }

            .rs-testimonial.testimonial-style2 .slick-part .slider .slick-dots li {
                display: inline-block;
                width: unset;
                height: unset;
                margin: 0 5px;
            }

                .rs-testimonial.testimonial-style2 .slick-part .slider .slick-dots li.slick-active button {
                    background: #032E42;
                    width: 40px;
                    opacity: 1;
                }

        .rs-testimonial.testimonial-style2 .slick-part .slick-arrow {
            font-size: 0;
            border: none;
            background: unset;
        }
/*----------------------------------------
    26. Shop Section CSS
----------------------------------------*/
.rs-shop-part .woocommerce-result-count {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    margin: 0;
}

.rs-shop-part .from-control {
    float: right;
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.rs-shop-part .product-list .image-product {
    position: relative;
    margin: 0 10px 0 10px;
}

    .rs-shop-part .product-list .image-product .overley i {
        position: absolute;
        bottom: 150px;
        right: 13px;
        background: transparent;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s;
    }

        .rs-shop-part .product-list .image-product .overley i:before {
            font-size: 30px;
            color: #ffffff;
            font-weight: 400;
            background: #bb0b0b;
            border: none;
            padding: 8px 10px 8px;
            height: 45px;
            width: 45px;
            line-height: 45px;
        }

    .rs-shop-part .product-list .image-product .onsale {
        font-size: 13px;
        color: #ffffff;
        font-weight: 700;
        line-height: 40px;
        background: #bb0b0b;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        right: 13px;
    }

.rs-shop-part .product-list .content-desc .loop-product-title {
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    padding-top: 30px;
    margin: 0;
}

    .rs-shop-part .product-list .content-desc .loop-product-title a {
        color: #032e42;
    }

        .rs-shop-part .product-list .content-desc .loop-product-title a:hover {
            color: #bb0b0b;
        }

.rs-shop-part .product-list .content-desc .price {
    font-size: 16px;
    line-height: 27px;
    color: #bb0b0b;
    font-weight: 600;
    margin: 0;
}

    .rs-shop-part .product-list .content-desc .price del {
        opacity: 0.6;
        padding-right: 10px;
    }

.rs-shop-part .product-list:hover .image-product .overley i {
    opacity: 1;
    visibility: visible;
    bottom: 13px;
}
/*----------------------------------------
    27. Single Shop Section CSS
----------------------------------------*/
.rs-single-shop .single-product-image .images-single {
    z-index: 1 !important;
}

.rs-single-shop .single-product-image img {
    width: 100%;
}

.rs-single-shop .single-price-info .product-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
}

.rs-single-shop .single-price-info .single-price {
    color: #bb0b0b;
    font-weight: 600;
}

.rs-single-shop .single-price-info .some-text {
    margin-top: 15px;
}

.rs-single-shop .single-price-info form {
    margin-bottom: 30px;
}

    .rs-single-shop .single-price-info form input {
        height: 40px;
        width: 70px;
        line-height: 40px;
        text-align: center;
        padding-left: 10px;
        border: 1px solid rgba(54, 54, 54, 0.1);
        outline: none;
    }

.rs-single-shop .single-price-info p.category {
    margin: 0;
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
}

    .rs-single-shop .single-price-info p.category span {
        font-weight: 700;
        padding-right: 10px;
    }

    .rs-single-shop .single-price-info p.category a {
        color: #666666;
    }

        .rs-single-shop .single-price-info p.category a:hover {
            color: #bb0b0b;
        }

.rs-single-shop .single-price-info .tag {
    margin: 0;
}

    .rs-single-shop .single-price-info .tag span {
        font-weight: 700;
    }

.rs-single-shop .tab-area {
    margin-top: 50px;
}

    .rs-single-shop .tab-area ul.nav-tabs {
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 32px;
    }

        .rs-single-shop .tab-area ul.nav-tabs li {
            margin-right: 13px;
        }

            .rs-single-shop .tab-area ul.nav-tabs li .nav-link {
                padding: 20px 45px;
                display: inline-block;
                border-radius: 0;
                font-size: 18px;
                background: #fbfbfb;
                border: 1px solid #fbfbfb;
                background-color: #fbfbfb;
                color: #032e42;
                font-weight: 400;
            }

                .rs-single-shop .tab-area ul.nav-tabs li .nav-link:hover,
                .rs-single-shop .tab-area ul.nav-tabs li .nav-link.active {
                    background: #bb0b0b;
                    color: #ffffff;
                }

            .rs-single-shop .tab-area ul.nav-tabs li:last-child {
                margin-right: 0;
            }

    .rs-single-shop .tab-area .tab-content .tab-pane .tab-title {
        font-weight: 700;
        margin-bottom: 34px;
    }

    .rs-single-shop .tab-area .tab-content .tab-pane .dsc-p {
        margin: 0;
    }

    .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area {
        margin-bottom: 5px;
    }

        .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
            margin-bottom: 23px;
        }

        .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area h6 {
            font-size: 15px;
            font-weight: 600;
            color: #666666;
        }

    .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form {
        max-width: 600px;
    }

        .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
            margin-bottom: 15px;
        }

        .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
            font-weight: 600;
            display: block;
        }

        .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
            border: 1px solid rgba(54, 54, 54, 0.1);
            padding: 10px 15px;
            margin-bottom: 10px;
            width: 100%;
        }

        .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
            width: 100%;
            padding: 10px 15px;
            height: 75px;
            border: 1px solid rgba(54, 54, 54, 0.1);
            margin-bottom: 20px;
        }

        .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
            font-weight: 600;
            margin-bottom: 18px;
            display: block;
        }

            .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
                display: inline;
            }

                .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
                    color: #bb0b0b;
                    font-weight: normal;
                }
/*----------------------------------------
    28. Cart Section CSS
----------------------------------------*/
.rs-cart .cart-wrap table.cart-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    border-collapse: collapse;
}

    .rs-cart .cart-wrap table.cart-table td,
    .rs-cart .cart-wrap table.cart-table th {
        padding: 25px;
        text-align: center;
        border: 1px solid #ccc;
    }

    .rs-cart .cart-wrap table.cart-table th {
        border: none;
        font-size: 18px;
        padding: 25px;
        text-align: center;
        vertical-align: middle;
        font-weight: 700;
    }

    .rs-cart .cart-wrap table.cart-table td {
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: 1px solid #e6e6e6;
    }

    .rs-cart .cart-wrap table.cart-table .product-remove a {
        margin: 0 auto;
        color: #032e42;
        display: block;
        border-radius: 100%;
        border: 1px solid #ddd;
        font-size: 16px;
        font-weight: 400;
        height: 20px;
        width: 20px;
        line-height: 17px;
        text-align: center;
    }

        .rs-cart .cart-wrap table.cart-table .product-remove a:hover {
            background: #ff0000;
            color: #ffffff;
        }

    .rs-cart .cart-wrap table.cart-table .product-thumbnail {
        min-width: 32px;
    }

        .rs-cart .cart-wrap table.cart-table .product-thumbnail a img {
            width: 80px;
            height: auto;
        }

    .rs-cart .cart-wrap table.cart-table .product-name a {
        color: #666666;
        font-weight: 700;
    }

        .rs-cart .cart-wrap table.cart-table .product-name a:hover {
            color: #bb0b0b;
        }

    .rs-cart .cart-wrap table.cart-table .product-price {
        font-weight: 700;
    }

    .rs-cart .cart-wrap table.cart-table .product-quantity input {
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        padding: 0 0 0 10px;
        max-width: 65px;
        margin: 0 auto;
        outline: none;
    }

    .rs-cart .cart-wrap table.cart-table .action .coupon {
        float: left;
    }

        .rs-cart .cart-wrap table.cart-table .action .coupon input {
            box-sizing: border-box;
            border: 1px solid #d3ced2;
            padding: 6px 6px 5px;
            margin: 0 4px 0 0;
            outline: none;
            width: 320px;
            border-radius: 4px;
            height: 45px;
            margin-right: 20px;
            text-align: left;
            padding-left: 22px;
        }

.rs-cart .cart-collaterals {
    width: 100%;
    overflow: hidden;
}

    .rs-cart .cart-collaterals .cart-totals {
        float: right;
        width: 48%;
    }

        .rs-cart .cart-collaterals .cart-totals .title {
            font-weight: 700;
            color: #666666;
            text-transform: capitalize;
        }

        .rs-cart .cart-collaterals .cart-totals table.cart-total-table {
            text-align: left;
            width: 100%;
            border-collapse: collapse;
            border-radius: 5px;
        }

            .rs-cart .cart-collaterals .cart-totals table.cart-total-table tr {
                border-top: 1px solid rgba(0, 0, 0, 0.1);
            }

                .rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
                    font-size: 18px;
                    font-weight: 700;
                }

                .rs-cart .cart-collaterals .cart-totals table.cart-total-table tr td,
                .rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
                    padding: 30px 10px;
                }
/*----------------------------------------
    29. Careers Single Section CSS
----------------------------------------*/
.rs-careers-single .career-inner-section .career-wrap {
    background-image: url(assets/images/bg/cta-bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 20px 45px 20px;
}

    .rs-careers-single .career-inner-section .career-wrap .title-inner .description p {
        color: #ffffff;
        margin: 0;
    }

.rs-careers-single .career-inner-section .desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}

.rs-careers-single .career-inner-section .title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #032e42;
    margin: 0;
}

.rs-careers-single .contact-wrap {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 55px 40px 60px 40px;
}

    .rs-careers-single .contact-wrap .from-control {
        width: 100%;
        font-size: 16px;
        padding: 20px 0px 10px 0px;
        border-style: solid;
        border-width: 0px 0px 2px 0px;
        border-color: #F8F3F3;
        max-width: 100%;
        opacity: 1;
    }

    .rs-careers-single .contact-wrap textarea {
        height: 120px;
    }

    .rs-careers-single .contact-wrap .wpcf7-form-control:not(.wpcf7-submit) {
        padding: 20px 0px 10px 0px;
        border: none;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        overflow: visible;
    }

    .rs-careers-single .contact-wrap .wpcf7-form-control-wrap input[type="file"] {
        cursor: pointer;
        margin-bottom: 30px;
    }

.rs-careers-single .services-add {
    background: url(assets/images/bg/cta-bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 35px 38px;
}

    .rs-careers-single .services-add .title {
        font-size: 24px;
        line-height: 31px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 31px;
    }

    .rs-careers-single .services-add a {
        font-size: 36px;
        line-height: 46px;
        font-weight: 700;
        color: #ffffff;
    }
/*----------------------------------------
    30. Checkout Section CSS
----------------------------------------*/
.rs-checkout .checkout-title {
    margin-bottom: 30px;
}

    .rs-checkout .checkout-title h3 {
        font-size: 26px;
        margin: 0;
    }

.rs-checkout .coupon-toggle .accordion .card {
    border: unset;
    border-top: 3px solid #bb0b0b;
    border-radius: 0;
}

    .rs-checkout .coupon-toggle .accordion .card .card-header {
        border: none;
        margin: 0;
        border-radius: unset;
    }

        .rs-checkout .coupon-toggle .accordion .card .card-header .card-title {
            margin: 0;
        }

            .rs-checkout .coupon-toggle .accordion .card .card-header .card-title span i {
                margin-right: 10px;
            }

            .rs-checkout .coupon-toggle .accordion .card .card-header .card-title button {
                background: unset;
                border: none;
                color: #bb0b0b;
                transition: all 0.3s ease;
                outline: none;
                cursor: pointer;
            }

                .rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
                    color: #bb0b0b;
                }

    .rs-checkout .coupon-toggle .accordion .card .card-body {
        border: 1px solid #d3ced2;
        padding: 20px 20px 50px 20px;
        margin-top: 2em;
        text-align: left;
    }

        .rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
            width: 47%;
            float: left;
            margin-right: 50px;
        }

            .rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input input {
                width: 100%;
                height: 45px;
                outline: none;
                padding: 10px 18px;
                color: #666666;
                border: 1px solid rgba(54, 54, 54, 0.1);
            }

.rs-checkout .full-grid {
    margin-top: 25px;
}

    .rs-checkout .full-grid .form-content-box {
        margin-bottom: 50px;
    }

        .rs-checkout .full-grid .form-content-box .form-group label {
            line-height: 2;
            display: block;
            margin-bottom: 5px;
            font-weight: 600;
        }

        .rs-checkout .full-grid .form-content-box .form-group select {
            color: #666666;
            opacity: .5;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border: 1px solid rgba(54, 54, 54, 0.7);
            border-radius: 0;
            height: 45px;
            line-height: 45px;
            cursor: pointer;
            width: 100%;
            outline: none;
        }

        .rs-checkout .full-grid .form-content-box .form-group textarea {
            height: 6em;
            line-height: 1.5;
            display: block;
            box-shadow: none;
            width: 100%;
            border: 1px solid rgba(54, 54, 54, 0.3);
            padding: 10px 18px;
            margin: 0;
            outline: none;
        }

        .rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
            border: 1px solid rgba(54, 54, 54, 0.3);
            height: 45px;
            padding: 10px 18px;
            width: 100%;
            margin: 0;
            outline: none;
            line-height: normal;
            border-radius: unset;
        }

            .rs-checkout .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
                margin-bottom: 10px !important;
            }

    .rs-checkout .full-grid .ordered-product table {
        width: 100%;
    }

        .rs-checkout .full-grid .ordered-product table tr th {
            border: 1px solid #ccc;
            padding: 9px 12px;
        }

        .rs-checkout .full-grid .ordered-product table tr td {
            border: 1px solid #ccc;
            padding: 6px 12px;
        }

    .rs-checkout .full-grid .payment-method .top-area {
        border-bottom: 1px solid #d3ced2;
    }

        .rs-checkout .full-grid .payment-method .top-area .payment-co {
            margin-bottom: 20px;
        }

            .rs-checkout .full-grid .payment-method .top-area .payment-co span {
                font-weight: 600;
                margin-right: 10px;
            }

        .rs-checkout .full-grid .payment-method .top-area .p-msg {
            position: relative;
            box-sizing: border-box;
            width: 100%;
            padding: 1em;
            margin: 1em 0 2em;
            font-size: .92em;
            border-radius: 2px;
            line-height: 1.5;
            background-color: #f9f9f9;
        }

            .rs-checkout .full-grid .payment-method .top-area .p-msg:before {
                content: '';
                display: block;
                border: 1em solid #f9f9f9;
                border-right-color: transparent;
                border-left-color: transparent;
                border-top-color: transparent;
                position: absolute;
                top: -0.75em;
                left: 0;
                margin: -1em 0 0 2em;
            }
/*----------------------------------------
    31. Account Section CSS
----------------------------------------*/
.rs-my-account .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #032e42;
    margin: 0;
}

.rs-my-account .rs-login {
    border: 1px solid rgba(54, 54, 54, 0.1);
    padding: 20px;
    text-align: left;
    border-radius: 5px;
}

    .rs-my-account .rs-login .form-group label {
        display: block;
        font-size: 15px;
        line-height: 30px;
        font-weight: 600;
        color: #666666;
    }

        .rs-my-account .rs-login .form-group label span {
            color: #bb0b0b;
        }

    .rs-my-account .rs-login .form-group input {
        width: 100%;
        margin: 0;
        outline: 0;
        line-height: normal;
        border: 1px solid rgba(54, 54, 54, 0.1);
        height: 45px;
    }

    .rs-my-account .rs-login .last-password a {
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        color: #bb0b0b;
    }

    .rs-my-account .rs-login p {
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        color: #666666;
        margin-bottom: 14px;
    }

        .rs-my-account .rs-login p a {
            font-size: 15px;
            line-height: 26px;
            font-weight: 400;
            color: #bb0b0b;
        }
/*------------------------------------
	32. Footer Section CSS
------------------------------------*/
.rs-footer.footer-main-home {
    background: #023c50;
    background-size: cover;
}

    .rs-footer.footer-main-home .footer-top {
        padding: 50px 0 30px;
    }

        .rs-footer.footer-main-home .footer-top .footer-logo img {
            height: 90px;
        }

        .rs-footer.footer-main-home .footer-top .footer-title {
            position: relative;
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            padding-bottom: 10px;
            margin-bottom: 44px;
        }

            .rs-footer.footer-main-home .footer-top .footer-title:before {
                content: "";
                position: absolute;
                border: 0;
                width: 40px;
                height: 3px;
                background: #a8be1d;
                z-index: 1;
                margin-left: 0;
                bottom: 0;
                left: 0;
            }

        .rs-footer.footer-main-home .footer-top .textwidget {
            font-size: 16px;
            color: #ffffff;
        }

        .rs-footer.footer-main-home .footer-top .app-store {
            display: flex;
        }

            .rs-footer.footer-main-home .footer-top .app-store li {
                display: inline-block;
                margin-right: 22px;
            }

                .rs-footer.footer-main-home .footer-top .app-store li a img {
                    opacity: 1;
                }

                .rs-footer.footer-main-home .footer-top .app-store li:last-child {
                    margin-right: 0;
                }

        .rs-footer.footer-main-home .footer-top .address-widget li {
            padding: 0 0 29px 40px;
            position: relative;
        }

            .rs-footer.footer-main-home .footer-top .address-widget li i {
                color: #ffffff;
                position: absolute;
                left: 0;
            }

                .rs-footer.footer-main-home .footer-top .address-widget li i:before {
                    font-size: 24px;
                    position: relative;
                    top: 2px;
                }

            .rs-footer.footer-main-home .footer-top .address-widget li .desc {
                color: #ffffff;
            }

                .rs-footer.footer-main-home .footer-top .address-widget li .desc a {
                    color: #ffffff;
                }

                    .rs-footer.footer-main-home .footer-top .address-widget li .desc a:hover {
                        color: #bb0b0b;
                    }

        .rs-footer.footer-main-home .footer-top .site-map {
            margin-top: -6px;
        }

            .rs-footer.footer-main-home .footer-top .site-map li {
                margin-bottom: 5px;
                position: relative;
            }

                .rs-footer.footer-main-home .footer-top .site-map li a {
                    font-size: 16px;
                    position: relative;
                    padding: 6px 0 6px 0px;
                    display: inline-block;
                    color: #ffffff;
                }

                    .rs-footer.footer-main-home .footer-top .site-map li a:hover {
                        color: #bb0b0b;
                    }

        .rs-footer.footer-main-home .footer-top .widget-desc {
            margin: 15px 20px 27px 0;
        }

        .rs-footer.footer-main-home .footer-top p input[type="email"] {
            border: none;
            width: 100%;
            font-size: 14px;
            padding: 15px 20px;
            margin: 0;
            border-radius: 4px;
            background: #00344C;
            color: #ffffff;
            overflow: hidden;
            margin-bottom: 20px;
        }

        .rs-footer.footer-main-home .footer-top p input[type="submit"] {
            width: 100%;
            border-radius: 3px;
            padding: 15px 20px;
            font-weight: 600;
            color: #ffffff;
            background: #bb0b0b;
            position: relative;
            border: none;
            text-transform: capitalize;
            outline: none;
            transition: all .5s ease;
        }

            .rs-footer.footer-main-home .footer-top p input[type="submit"]:hover {
                opacity: .9;
            }

        .rs-footer.footer-main-home .footer-top p ::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */

            color: #fff;
            opacity: 0.79;
        }

        .rs-footer.footer-main-home .footer-top p ::-moz-placeholder {
            /* Firefox 19+ */

            color: #fff;
            opacity: 0.79;
        }

        .rs-footer.footer-main-home .footer-top p :-ms-input-placeholder {
            /* IE 10+ */

            color: #fff;
            opacity: 0.79;
        }

        .rs-footer.footer-main-home .footer-top p :-moz-placeholder {
            /* Firefox 18- */

            color: #fff;
            opacity: 0.79;
        }

    .rs-footer.footer-main-home .footer-bottom {
        background: #01465e;
        padding: 20px 0 20px 0;
    }

        .rs-footer.footer-main-home .footer-bottom .copyright p {
            font-size: 15px;
            font-weight: 500;
            color: #ffffff;
            margin: 0;
        }

            .rs-footer.footer-main-home .footer-bottom .copyright p a {
                transition: all 0.4s;
                color: #ffffff;
            }

                .rs-footer.footer-main-home .footer-bottom .copyright p a:hover {
                    color: #bb0b0b;
                }

        .rs-footer.footer-main-home .footer-bottom .footer-social li {
            display: inline-block;
            margin-right: 16px;
        }

            .rs-footer.footer-main-home .footer-bottom .footer-social li a span i {
                font-size: 16px;
                color: #ffffff;
                margin-right: 3px;
                transition: all .8s ease;
            }

                .rs-footer.footer-main-home .footer-bottom .footer-social li a span i:hover {
                    color: #bb0b0b;
                }

            .rs-footer.footer-main-home .footer-bottom .footer-social li:last-child {
                margin-right: 0;
            }
/* -----------------------
	33. Scroll Up CSS
--------------------------*/
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}

    #scrollUp i {
        height: 40px;
        font-size: 24px;
        width: 42px;
        border-radius: 0 10px 0 10px;
        color: #fff;
        line-height: 36px;
        transition: all 0.3s ease 0s;
        background: #bb0b0b;
        margin-left: 2px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.04);
        display: block;
    }

        #scrollUp i:before {
            font-weight: 900;
        }

        #scrollUp i:hover {
            opacity: 0.8;
        }
/*----------------------------------------------
	34. Preloader CSS
----------------------------------------------*/
#pre-load {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 3px solid #ebebec;
    border-radius: 50%;
}

    .loader .loader-container:before {
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        border-top: 3px solid #88b51f;
        border-radius: 50%;
        animation: loaderspin 1.8s infinite ease-in-out;
        -webkit-animation: loaderspin 1.8s infinite ease-in-out;
    }

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center;
}

    .loader .loader-icon img {
        animation: loaderpulse alternate 900ms infinite;
        width: 40px;
    }

.woocommerce .quantity input[type="number"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #363636 !important;
    opacity: 1;
}

.woocommerce .quantity input[type="number"]::-moz-placeholder {
    /* Firefox 19+ */

    color: #363636 !important;
    opacity: 1;
}

.woocommerce .quantity input[type="number"]:-ms-input-placeholder {
    /* IE 10+ */

    color: #363636 !important;
    opacity: 1;
}

.woocommerce .quantity input[type="number"]:-moz-placeholder {
    /* Firefox 18- */

    color: #363636 !important;
    opacity: 1;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}
/* ------------------------------------
	35. Animation Part CSS
---------------------------------------*/
@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.move-y {
    animation: move-y 2s alternate infinite;
    -webkit-animation: move-y 2s alternate infinite;
}

@keyframes move-y {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: 2s;
}

    .fadeInLeft.new {
        animation-duration: 1.25s;
    }

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 1.25s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.scale {
    animation-duration: 2s;
    -webkit-animation: scale 2s alternate infinite;
}

    .scale.new {
        animation-duration: 2.5s;
    }

@-webkit-keyframes scale {
    0% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    100% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
}

.horizontal {
    /*animation-name: horizontal;*/
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes horizontal {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(15px, -15px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -15px, 15px);
    }
}

.up-down {
    animation: up-down 7s alternate infinite;
    -webkit-animation: up-down 7s alternate infinite;
}

@keyframes up-down {
    0% {
        transform: translateY(20px);
        -webkit-transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(0);
    }

    50% {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.rotated-style {
    animation: rotated-style;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 40s;
}

    .rotated-style.new-style {
        animation-duration: 30s;
    }

@keyframes rotated-style {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}

.rotated-style2 {
    animation: rotated-style2 5s linear infinite;
}

@keyframes rotated-style2 {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
        transform: translate(-10px, 10px) rotate(10deg);
    }

    50% {
        -webkit-transform: translate(5px, -5px) rotate(25deg);
        transform: translate(5px, -5px) rotate(25deg);
    }

    75% {
        -webkit-transform: translate(15px, -5px) rotate(15deg);
        transform: translate(15px, -5px) rotate(15deg);
    }

    100% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}

.fadeInUp {
    animation-duration: 1.25s;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.veritcal {
    animation-name: veritcal;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

@keyframes veritcal {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}
