@import url("https://fonts.googleapis.com/css?family=Courgette|Lato|Raleway:400,500,600,700,900");
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
    font-size: 14px;
    line-height: 20px;
    font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    line-height: 1.3;
}

section {
    padding: 20px 0;
}

/*-----------------------------------------------------Theme Colors Class----------------------------------*/

.white {
    color: white !important;
}

.black {
    color: #333740 !important;
}

.green {
    color: #cb7657 !important;
    /*e9823a*/
}

.bg-orange {
    background: #cfae1c !important;
}

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

.bg-black {
    background: #120c0a !important;
}

.bg-green {
    background: #795548 !important;
}

/*------------------------------------------Global Class------------------------------------*/

.whats-app {
    position: fixed;
    background: #25d366;
    width: 50px;
    height: 50px;
    bottom: 72px;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    right: 77px !important;
    z-index: 100;
}

.my-float {
    margin-top: 7px;
}

.Head-Text {
    font-size: 55px !important;
    line-height: 55px !important;
}

.ral {
    font-family: "Raleway", sans-serif;
}

.lato {
    font-family: "Lato", sans-serif;
}

.cou {
    /*font-family: "Courgette", cursive;*/
}

.pd-0 {
    padding: 0;
}

.pdl-0 {
    padding-left: 0;
}

.pdr-0 {
    padding-right: 0;
}

.pdb-0 {
    padding-bottom: 0;
}

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

.mrl-0 {
    margin-left: 0;
}

.mrr-0 {
    margin-right: 0;
}

.mrt-0 {
    margin-top: 0 !important;
}

.mrb-0 {
    margin-bottom: 0 !important;
}

.mr-auto {
    margin: 0 auto;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.width-auto {
    width: auto !important;
}

.display-block {
    display: block;
}

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

.border-0 {
    border: 0;
}

.focus-none:focus {
    box-shadow: none;
    border-color: transparent;
}

.border-radius-0 {
    border-radius: 0;
}

.border-transparent {
    border-color: transparent;
}

.border-transparent:active,
.border-transparent:focus {
    border-color: transparent;
}

.bg-transparent {
    background: transparent;
}

.container-1650 {
    max-width: 1650px;
}

.cursor-pointer {
    cursor: pointer;
}

.page-title {
    padding-bottom: 23px;
}

.page-title .page-sub-title {
    /* font-family: "Courgette", cursive;*/
    color: #795548;
    font-size: 22px;
}

.page-title .page-main-title {
    font-size: 20px;
    font-weight: 600;
}

.Sag-btn {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
}

.Sag-btn:hover {
    color: #795548 !important;
    background: white !important;
    border: 1px solid #795548 !important;
}

.hvr-shutter-out-horizontal {
    transition-duration: 0.50s !important;
}

.hvr-shutter-out-horizontal:hover {
    border-color: #795548;
    color: #795548 !important;
}

.hvr-shutter-out-horizontal:before {
    background: white;
    transition-duration: 0.50s;
}

.hvr-shutter-in-horizontal {
    transition-duration: 0.50s !important;
}

.hvr-shutter-in-horizontal:before {
    background: white;
    transition-duration: 0.50s;
}

.hvr-shutter-in-horizontal:hover {
    border-color: white !important;
    color: white !important;
    background: #795548 !important;
}

.white-btn:hover {
    background: #795548 !important;
    color: white !important;
    border-color: white !important;
    transform: translateY(-5px);
}

.pos-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.highlight-text {
    font-weight: 700;
}

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

.Sag-loder {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #795548;
    z-index: 30;
}

.mixitup-control-active {
    color: #795548 !important;
}

.sk-rotating-plane {
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%);
    margin: 0;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

#container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}

#play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url(../images/play-button.png) no-repeat 50% 50%;
    background-size: auto, cover;
    z-index: 10;
}

.page-title {
    position: relative;
}

.page-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
    border-radius: 20px;
    background: #795548;
}

/* ==========================
	Custom Media Query
============================= */

@media (min-width: 1024px) {
    body {
        font-size: 15px;
        line-height: 25px;
        font-family: "Lato", sans-serif;
	}
    h1 {
        /* font-size: 72px; */
        /* line-height: 44px !important; */
        /* font-weight: 400; */
	}
    h2 {
        font-size: 47px;
        line-height: 41px;
        font-weight: 500;
	}
    h3 {
        font-size: 36px;
        line-height: 35px;
	}
    h4 {
        font-size: 34px;
        line-height: 38px;
	}
    h5 {
        font-size: 24px;
        line-height: 35px;
	}
    h6 {
        font-size: 18px;
        line-height: 35px;
	}
    i {
        line-height: 1 !important;
	}
    .page-title .page-sub-title {
        line-height: 1;
	}
    .page-title .page-main-title {
        font-size: 20px;
	}
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1450px;
	}
    .Sag-btn {
        font-size: 18px;
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        font-weight: 300;
        letter-spacing: 1px;
	}
    .page-title {
        padding-bottom: 30px;
        margin-bottom: 50px;
        position: relative;
	}
    .page-title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 4px;
        width: 280px;
        border-radius: 20px;
        background: #795548;
	}
    .page-title .page-sub-title {
        font-size: 34px;
        line-height: 50px;
	}
    .page-title .page-main-title {
        font-size: 34px;
        line-height: 44px;
        color: #333740;
	}
    .is-sticky .main-nav {
        border-bottom: 1px solid #c8c8c8;
	}
    .hvr-shutter-out-horizontal {
        padding-left: 24px;
        padding-right: 24px;
        overflow: hidden;
	}
    .hvr-shutter-out-horizontal:hover {
        border-color: #795548;
        color: #795548 !important;
	}
    .hvr-shutter-out-horizontal:before {
        background: white;
        transition-duration: 0.50s;
	}
    .hvr-shutter-in-horizontal {
        padding-left: 24px;
        padding-right: 24px;
        overflow: hidden;
	}
    .hvr-shutter-in-horizontal:before {
        background: white;
        transition-duration: 0.50s;
	}
    .hvr-shutter-in-horizontal:hover {
        border-color: white !important;
        color: white !important;
        background: #795548 !important;
	}
}

@media (max-width: 1024px) {
    body {
        font-size: 14px;
        line-height: 24px;
	}
    .page-title {
        padding-bottom: 8px;
        margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
    .page-title {
        padding-bottom: 15px;
	}
    .page-title .page-sub-title {
        line-height: 24px;
	}
    .page-title .page-main-title {
        line-height: 30px;
	}
    .Head-Text {
        font-size: 16px !important;
        line-height: 18px !important;
        display: inline-block;
	}
    .Head-Text span {
        display: inline-block;
	}
    .Sag-btn {
        font-size: 15px !important;
        margin: 3px 3px 3px 3px;
	}
    .social-media i {
        font-size: 22px !important;
        margin: 0 3px;
	}
    .justify-content-center22222 {
        -ms-flex-pack: left !important;
        padding-left: 30px !important;
        justify-content: left !important;
	}
}

/**
* --0?. Header Styles----*/

/* .main-slider .slider-title {
    font-size: 33px!important;
    line-height: 35px!important;
}*/

.header-info .media {
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.header-info .header-meta {
    margin-right: 5px;
}

.social-media i {
    font-size: 20px;
    margin: 0 3px;
}

.modal-dialog textarea,
.modal-dialog input {
    margin-bottom: 10px;
}

.header-top a {
    transition: 0.5s;
}

.header-top a:hover {
    text-decoration: none;
}

.header-top .header-meta .header-meta-main-btn .media-body {
    transition: 0.5s;
}

.header-top .header-meta .header-meta-main-btn:hover .media-body {
    color: #333740 !important;
}

.header-top .social-media a i {
    transition: 0.5s;
}

.header-top .social-media a:hover i {
    color: #333740 !important;
}

header {
    position: relative;
}

header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

@media (min-width: 576px) {
    .header-top .custom-container {
        padding-left: 15px;
        padding-right: 15px;
	}
}

@media (min-width: 1200px) {
    .header-top .custom-container {
        padding-left: 0;
        padding-right: 0;
	}
    header .social-media {
        padding: 0;
        padding-left: 18px;
	}
    .header-info i {
        width: 25px;
        height: 25px;
        background: white;
        border-radius: 100%;
        margin-right: 10px !important;
        font-size: 18px;
        position: relative;
	}
    .header-info i:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	}
    .header-info .media {
        width: auto;
        height: auto;
        border-radius: 100%;
	}
    .header-info .header-meta {
        background: transparent !important;
        margin-right: 5px;
	}
    .header-info .header-meta .header-meta-main-btn {
        margin-right: 10px;
        background: transparent !important;
	}
    .header-info .header-meta .search-form i {
        width: auto;
        height: auto;
        background: transparent;
        margin: 0 !important;
	}
    .header-info .header-meta .search-form i:before {
        position: static;
        left: auto;
        height: auto;
	}
    .header-info .header-meta-ph {
        margin-right: 5px;
	}
    .ct-slider-text {
        transform: translateX(-24px);
	}
    .social-media i {
        margin-left: 0;
        margin-right: 16px;
	}
}

/**
	* ---------------------------------------------------------------------------
	* 0?. Navigation
	* ---------------------------------------------------------------------------
*/

.main-nav {
    position: relative;
    z-index: 20;
    padding: 0;
    border-bottom: 1px solid rgba(221, 221, 221, 0.35);
}

.main-nav nav .nav-link {
    transition: 0.5s;
}

.main-nav nav .nav-link:hover {
    color: #795548 !important;
}

.main-nav nav .navbar-brand img {
    max-width: 145px;
    /*100px*/
    margin-top: 8px;
}

.main-nav nav .navbar-light .navbar-toggler {
    padding: 5px;
}

.main-nav .Sag-btn {
    padding: 7px 1px;
    position: relative;
    z-index: 10;
    transform: translateX(7px);
}

.main-nav .main-logo {
    position: absolute;
    width: 100%;
    top: 0px;
}

.main-nav .navbar-toggler {
    position: relative;
    z-index: 10;
    padding: 3px 5px;
    transform: translateX(-7px);
}

.main-nav .navbar-toggler .navbar-toggler-icon {
    font-size: 15px;
}

.main-nav .current a {
    color: #795548 !important;
}

@media (min-width: 768px) {
    .main-nav .navbar-expand-lg {
        padding-top: 0;
	}
    .main-nav .nav-link {
        color: #333740 !important;
	}
}

@media (min-width: 992px) {
    .main-nav .main-logo {
        position: static;
	}
}

@media (min-width: 1024px) {
    .main-nav .main-logo {
        position: absolute;
	}
    .main-nav .main-logo {
        display: inline-block !important;
        left: 0 !important;
        width: auto;
        top: 0px;
	}
}

@media (min-width: 1200px) {
    .header-top {
        padding: 2px 0;
	}
    .main-nav {
        padding-bottom: 0;
	}
    .main-nav .navbar-nav {
        margin-right: 0px;
        /*52px*/
	}
    .main-nav .navbar-expand-lg {
        padding: 6px 0;
	}
    .main-nav .nav-link {
        font-size: 18px;
        padding-left: 15px !important;
        padding-right: 15px !important;
	}
    .main-nav nav .navbar-brand img {
        max-width: 76%;
	}
    .header-info .header-meta-search-btn {
        margin-right: 0;
	}
    .header-info .header-meta-search-icon {
        margin-right: 5px !important;
	}
    .main-nav .Sag-btn {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
	}
}

/**
	* ---------------------------------------------------------------------------
	* 0?. Footer Styles
	* ---------------------------------------------------------------------------
*/

footer {
    padding: 25px 30px;
    background: url("../images/footer-2-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}

footer .footer-title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

footer .footer-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background: #795548;
    border-radius: 20px;
}

footer .footer-box {
    margin-bottom: 25px;
}

footer .footer-content {
    margin-bottom: 20px;
}

footer .payment-method {
    margin-top: 10px;
}

footer .payment-method img {
    margin-bottom: 8px;
}

footer .footer-contact-form textarea,
footer .footer-contact-form input {
    margin-bottom: 10px;
}

footer .contact-address li {
    padding: 0 0 10px;
}

footer .contact-address li i {
    margin-right: 15px;
}

footer .contact-address li:last-child {
    padding-bottom: 0;
}

footer .footer-box-border {
    position: relative;
}

footer .footer-box-border:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 180px;
    background: #795548;
    transform: translate(-50%, -50%);
}

.copyright {
    padding: 20px 0;
    letter-spacing: 2px;
}

.copyright .social-media {
    margin-top: 20px;
    margin-bottom: 10px;
}

.copyright .social-media a i {
    transition: 0.5s;
}

.copyright .social-media a:hover i {
    color: #795548 !important;
}

.copyright a {
    transition: 0.5s;
}

.copyright a:hover {
    text-decoration: none;
    color: #795548 !important;
}

@media (max-width: 575px) {
    footer {
        padding-top: 25px !important;
        padding-bottom: 23px !important;
	}
    .copyright {
        padding-top: 6px;
        padding-bottom: 6px;
	}
}

@media (min-width: 768px) {
    footer {
        padding: 35px 0 12px;
	}
    .footer-title,
    .footer-box,
    .copyright,
    .footer-contact-form,
    .footer-content {
        text-align: left !important;
	}
    .footer-title:before {
        left: 0 !important;
        transform: translateX(0) !important;
	}
    .copyright-box {
        text-align: left;
	}
    .footer-contact-form textarea {
        min-height: 140px;
	}
}

@media (min-width: 1024px) {
    footer {
        padding: 29px 0 9px;
	}
}

@media (min-width: 1200px) {
    footer {
        padding: 95px 0 10px;
	}
    footer .footer-title {
        font-size: 34px;
        line-height: 44px;
        padding-bottom: 19px;
        margin-bottom: 23px;
	}
    .copyright .social-media {
        margin-top: 0;
	}
    .copyright .copyright-text {
        margin: 0;
	}
    .footer-content {
        font-size: 15px;
        line-height: 25px;
	}
    footer .Sag-send-message {
        font-size: 24px;
        line-height: 34px;
        margin: 0;
        padding-bottom: 10px;
	}
    footer .Sag-send-message:before {
        display: none;
	}
    footer .footer-content {
        margin-bottom: 0px;
	}
    footer .footer-contact-form textarea {
        margin-top: 2px;
        margin-bottom: 15px;
        height: 113px !important;
	}
    .contact-office-hours p {
        margin: 0;
        font-size: 18px;
        line-height: 28px;
	}
    .contact-address {
        margin-top: 24px;
	}
    footer .contact-address .list-group-item:last-child,
    footer .contact-address .list-group-item:first-child {
        border-radius: 0;
	}
    footer .contact-address li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        margin-bottom: 10px;
	}
    footer .contact-address li i {
        font-size: 18px;
	}
    footer .contact-address .fa-map-marker {
        margin-top: 5px;
	}
}

@media (max-width: 1024px) {
    footer .contact-address .fa-map-marker {
        margin-top: 5px;
	}
}

@media (max-width: 768px) {
    footer {
        padding: 40px 0 12px;
	}
}

/*---------- Slider Section---------*/

.main-slider {
    padding: 0;
}

.main-slider .slider-text-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.main-slider .slider-title {
    /* font-size: 14px;*/
    margin-bottom: 10px;
}

.main-slider .slider-title br {
    display: none;
}

.main-slider .Sag-btn {
    font-size: 12px;
    padding: 5px 10px;
}

.main-slider .owl-nav {
    display: none;
}

@media (min-width: 768px) {
    .main-slider .slider-title {
        font-size: 23px !important;
        line-height: 25px !important;
	}
    .main-slider .slider-text-box {
        transform: translateY(-60%);
        padding-left: 50px;
	}
    .main-slider .Sag-btn {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: .5rem;
        padding-bottom: .5rem;
        font-weight: 500;
	}
    .main-slider .owl-nav {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
	}
    .main-slider .owl-nav div {
        display: inline-block;
        background: #fff;
        border: 1px solid rgba(221, 221, 221, 0.35);
        padding: 10px;
        transition: 0.5s;
	}
    .main-slider .owl-nav div i {
        color: #333740;
        transition: 0.5s;
	}
    .main-slider .owl-nav div:hover {
        border-color: #795548;
	}
    .main-slider .owl-nav div:hover i {
        color: #795548;
	}
    .main-slider .owl-nav .owl-next {
        float: right;
	}
    .main-slider p {
        padding-right: 40px;
	}
}

@media (min-width: 1200px) {
    .main-slider .slider-title {
        font-size: 62px !important;
        line-height: 62px !important;
	}
    .main-slider .slider-text-box {
        transform: translateY(-60%);
	}
    .main-slider .Sag-btn {
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px;
	}
    .main-slider .ct-slider-text a {
        font-weight: 300;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
	}
}

/*---------- Call To Action Section---------*/

/*a.back_to_top {
    width: 40px; margin-left:0px;
    height:40px;
	
    background: #fff;
    border-radius: 5px;
    color: #795548;
    font-size:30px;
}*/

a.back_to_top {
    margin-left: 0px;
    padding: 5px 10px;
    background: #DDDCDC;
    border-radius: 5px;
    color: #8cba19;
    font-size: 30px;
}

.footer-logo a:first-child {
    padding-right: 100px;
}

.call-to-action {
    padding: 8px 8px;
}

.call-to-action .call-to-action-title {
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0 0 !important;
}

.call-to-action .call-to-action-subtitle {
    font-size: 22px !important;
}

.call-to-action .call-to-action-big-img {
    margin: 10px 0 10px;
}

.call-to-action .call-to-action-content {
    padding: 10px 0 0;
}

.call-to-action .call-to-action-view-btn {
    padding: 10px 0 15px;
}

@media (min-width: 768px) {
    .call-to-action {
        background: #795548;
	}
    .call-to-action .call-to-action-big-img {
        position: absolute;
        left: 15px;
        top: 40%;
        min-width: 55%;
        z-index: 10;
        transform: translateY(-50%);
	}
    .call-to-action .call-to-action-big-img img {
        margin: 0;
	}
    .call-to-action .call-to-action-content {
        text-align: left;
        padding: 25px 0;
	}
    /* .main-slider .slider-title {
		font-size: 33px;
		line-height: 35px;
	} */
}

@media (min-width: 1024px) {
    .call-to-action {
        padding: 35px 0;
	}
    .call-to-action .call-to-action-title {
        font-size: 25px;
	}
    .call-to-action .call-to-action-content {
        text-align: left;
        padding: 0;
	}
    .call-to-action .call-to-action-big-img {
        top: 20%;
	}
}

@media (min-width: 1200px) {
    .call-to-action {
        padding: 50px 0 52px;
	}
    .call-to-action .call-to-action-subtitle {
        font-size: 32px !important;
        line-height: 34px;
	}
    .call-to-action .call-to-action-title {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: 1px;
        font-weight: 500;
        margin: 0 !important;
	}
    .call-to-action .call-to-action-view-btn {
        padding: 0;
	}
    .call-to-action .call-to-action-view-btn a {
        margin-left: -20px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        padding-left: 38px !important;
        padding-right: 38px !important;
	}
}

@media (min-width: 1430px) {
    .call-to-action .call-to-action-big-img {
        top: -10px;
        left: 8px;
	}
}

/*---------- features Section---------*/

.features {
    padding: 17px 0;
    /*  border-bottom: 1px solid #f3f3f3;*/
}

.features .features-box {
    padding-bottom: 20px;
    padding-top: 11px;
}

.features .features-box:last-child {
    padding-bottom: 0;
}

.features .features-title {
    padding-bottom: 5px;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 700;
    padding-top: 15px;
}

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

.card-text {
    font-size: 16px !important;
}

.recommended-box ul li {
    font-size: 18px !important;
}



.features .features-box img {
    /*  width: 50px;*/
    width: auto;
}

.content-product-features-img {
    margin: 13px 0;
}

@media (max-width: 1024px) {
    .features .features-body {
        padding: 0 0px;
	}
    .features .features-title {
        font-size: 18px;
        line-height: 28px;
	}
    .product-features .content-product-features-img {
        margin: 8px 0 18px;
	}
}

@media (min-width: 768px) {
    .features {
        padding-top: 40px;
        /*    background: url("../images/oil-drops.png") no-repeat;*/
        background-size: 100%;
	}
}

@media (min-width: 1200px) {
    .features {
        padding-top: 80px;
        padding-bottom: 40px;
	}
    .features .features-box img {
        width: auto;
	}
    .features .features-title {
        font-size: 24px;
        line-height: 34px;
	}
}

@media (min-width: 1400px) {
    .features {
        padding-top: 77px;
        padding-bottom: 77px;
	}
}

/*---------- services Section---------*/

.services {
    padding-top: 17px;
}

.services .services-box {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    margin-bottom: 35px !important;
}

.services .services-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background: ;
    border-radius: 10px;
}

.services .services-container-title {
    margin-bottom: 22px;
    margin-top: 8px;
    text-align: center;
}

.services .services-container-title .page-sub-title {
    /*font-family: "Courgette", cursive;*/
    color: #795548;
    font-size: 22px;
}

.services .services-container-title .page-main-title {
    font-size: 24px;
    font-weight: 600;
}

.services .services-box-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.services .offer-limit {
    font-size: 20px;
    margin: 5px;
}

.services .about-content {
    margin-top: -5px;
}

.services .services-box-title {
    padding-bottom: 5px;
}

.services .offer-limit {
    font-size: 14px;
}

.services .product-offers-btn a {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
}

.services .services-big-img {
    margin-top: 10px;
}

@media (max-width: 575px) {
    .services {
        padding-top: 17px !important;
        padding-bottom: 20px !important;
	}
}

@media (min-width: 768px) {
    .services {
        padding: 20px 0 35px;
	}
    .services .services-container-title {
        text-align: left;
	}
    .services .services-container-title .page-sub-title {
        line-height: 1;
	}
    .services .services-box-title {
        line-height: 1;
        font-weight: 600;
        padding-bottom: 5px;
	}
    .services .services-box {
        padding: 25px;
	}
    a.back_to_top {
        padding: 5px 10px !important;
        margin-left: 30px;
	}
}

@media (min-width: 1024px) {
    .services {
        padding: 43px 0 37px;
	}
}

@media (min-width: 1200px) {
    .services {
        padding: 55px 0 0px;
	}
    .services .services-container-title .page-sub-title {
        font-size: 28px;
        line-height: 34px;
	}
    .services .services-container-title .page-main-title {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
	}
    .services .services-box {
        margin-bottom: 28px;
	}
    .services .offer-limit {
        font-size: 34px;
        line-height: 44px;
        font-weight: 800;
	}
    .services .product-offers {
        font-size: 24px;
        line-height: 34px;
        padding-right: 45px;
        font-weight: 600;
	}
    .services .services-box-bottom-border {
        border-bottom: 1px solid #c8c8c8;
        margin-bottom: 13px;
        padding-bottom: 4px;
	}
    .services .services-box-title {
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
        padding-bottom: 0;
	}
    .services .services-offer-text-highlights {
        font-size: 24px;
        font-weight: 500;
	}
    .services .product-offers-btn a {
        padding: 12px 32px !important;
	}
    .services .product-offers-btn {
        margin-top: 9px;
	}
}

@media (max-width: 768px) {
    .services {
        padding: 38px 0 40px;
	}
    .services .page-sub-title {
        line-height: 24px;
	}
    .services .page-main-title {
        line-height: 28px;
	}
    a.back_to_top {
        padding: 5px 10px !important;
        margin-left: 30px;
        position: absolute;
        bottom: 84px;
	}
}

@media (max-width: 1024px) {
    .services .services-box-title {
        padding-bottom: 8px;
	}
    .services .services-box {
        padding-left: 22px;
        padding-right: 30px;
        margin-bottom: 5px !important;
	}
    .services .services-box .services-box-title {
        font-size: 18px !important;
        font-weight: 700 !important;
	}
    .services .product-offers {
        font-weight: 500;
        font-size: 16px;
	}
    .services .offer-limit {
        font-size: 20px;
	}
    .services .services-container-title .page-main-title {
        font-size: 24px;
	}
}

/*---------- about Section---------*/

.about-section {
    /* background: url("");*/
    background: #313131;
    background-size: cover;
    text-align: center;
}

.about-section .about-content-title {
    margin-top: 15px;
    font-size: 20px;
    padding-bottom: 15px;
}

.about-section .about-content-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 4px;
    background: white;
    border-radius: 20px;
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .about-section {
        padding: 35px 0;
	}
    .order-Number {
        position: fixed;
        background-color: #795548;
        bottom: 0px;
        color: #fff !important;
        border-top: #cf3e28 solid 1px;
        font-size: 15px;
        line-height: 10px;
        text-align: center;
        right: 0px !important;
        z-index: 100;
        font-weight: normals;
	}
}

.order-what {
    display: none;
}

@media (min-width: 1024px) {
    .about-section {
        padding: 40px 0;
        text-align: left;
	}
    .about-section .about-content-title {
        margin-top: 0;
        line-height: 1;
        padding-bottom: 15px;
        margin-bottom: 15px;
	}
    .about-section .about-content-title:before {
        left: 0;
        transform: translateX(0);
	}
    .order-Number {
        display: none;
	}
    .order-what {
        display: block;
	}
}

@media (min-width: 1200px) {
    .order-Number {
        display: none;
	}
    .order-what {
        display: block;
	}
    .about-section {
        padding: 102px 0 94px;
	}
    .about-section .about-content-title {
        font-size: 47px;
        line-height: 57px;
        padding-bottom: 30px;
        margin-bottom: 30px;
	}
    .about-section .about-content p {
        margin-bottom: 25px;
	}
    .about-section .about-section-btn {
        margin-top: 16px;
        padding: 14px 48px !important;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        letter-spacing: 1px;
        border-color: #333740;
        color: #333740 !important;
	}
    .about-section .about-section-btn i {
        font-size: 18px;
	}
    .about-section .about-section-btn:hover {
        color: #fff !important;
	}
    .about-section #video {
        margin-top: 10px;
	}
    .about-section .about-section-area {
        padding-left: 31px;
	}
    .about-section .about-section-text-area p {
        font-size: 15px;
        line-height: 25px;
	}
}

@media (max-width: 575px) {
    .order-Number {
        position: fixed;
        background-color: #795548;
        bottom: 0px;
        color: #fff !important;
        border-top: #cf3e28 solid 1px;
        font-size: 15px;
        line-height: 10px;
        text-align: center;
        right: 0px !important;
        z-index: 100;
        font-weight: normal;
	}
    .order-what {
        display: none;
	}
}

.about-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.spy-T {
    margin-top: 1.5rem !important;
}

.spy-L {
    margin-left: 2rem !important;
}

@media (max-width: 768px) {
    .order-Number {
        position: fixed;
        background-color: #795548;
        bottom: 0px;
        color: #fff !important;
        border-top: #cf3e28 solid 1px;
        font-size: 15px;
        line-height: 10px;
        text-align: center;
        right: 0px !important;
        z-index: 100;
        font-weight: normal;
	}
    .order-what {
        display: none;
	}
    .about-section {
        padding: 41px 0 42px;
	}
    .whats-app {
        position: fixed;
        background: #25d366;
        width: 50px;
        height: 50px;
        bottom: 170px;
        color: #fff !important;
        border-radius: 50px;
        text-align: center;
        font-size: 35px;
        right: 10px !important;
        z-index: 100;
	}
    .spy-T {
        margin-top: 1.5rem !important;
	}
    .spy-L {
        margin-left: 2rem !important;
	}
}

@media (max-width: 1024px) {}

@media (max-width: 820px) {
    .order-Number {
        position: fixed;
        background-color: #795548;
        bottom: 0px;
        color: #fff !important;
        border-top: #cf3e28 solid 1px;
        font-size: 15px;
        line-height: 10px;
        right: 0px !important;
        z-index: 100;
        font-weight: normal;
	}
}

/*.order-what {
    display: block;
}*/

.about-section .about-section-area {
    padding-left: 28px;
}

.about-section .about-section-btn {
    border-color: #333740;
    color: #ffffff !important;
    overflow: hidden;
}

.about-section .about-section-text-area {
    padding-bottom: 20px;
}

.about-section .about-section-text-area p {
    margin-bottom: 10px;
}

}

/*---------- Product Features Section---------*/

.product-features {
    background: #f1f1f1;
    padding-bottom: 25px;
}

.product-features .media {
    margin: 10px 0;
    transition: 0.5s;
}

.product-features .media:hover {
    transform: translateY(-5px);
}

.product-features .media:hover .product-features-img,
.product-features .media:hover .media-body {
    background: #795548;
    color: white;
}

.product-features .media:hover .media-body {
    box-shadow: -36px 0px #795548, 0 0px 0px 0;
}

.product-features .media:hover .product-features-title {
    color: #fff;
}

.product-features .product-features-img {
    background: white;
    width: 140px;
    height: 140px;
    border-radius: 20%;
    transition: 0.5s;
    box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}

.product-features .product-features-title {
    font-size: 14px;
    font-weight: 600;
}

.product-features .media-body {
    background: white;
    padding: 15px 9px;
    transition: 0.5s;
    box-shadow: -36px 0px #fff, 0 0px 0px 0;
}

.product-features .product-features-img img {
    /*width: 25px;*/
    width: 130px !important;
}

@media (max-width: 575px) {
    .product-features {
        padding-top: 18px !important;
        padding-bottom: 24px !important;
	}
    .product-features .product-features-img {
        width: 110px;
        height: 110px;
	}
    .product-features .product-features-img img {
        /*width: 25px;*/
        width: 105px !important;
	}
}

@media (min-width: 768px) {
    .product-features {
        padding: 34px 0;
	}
}

@media (min-width: 1024px) {
    .product-features {
        padding: 40px 0 30px;
	}
    .product-features .product-features-title {
        line-height: 1;
	}
    .product-features .product-features-content {
        font-size: 18px !important;
        line-height: 20px;
	}
    .product-features .media-body {
        padding: 10px 10px;
	}
    .product-features .flex-lg-row-reverse:hover .media-body {
        box-shadow: 36px 0px #795548, 0 0px 0px 0;
	}
    .product-features .flex-lg-row-reverse:hover .product-features-title {
        color: #fff;
	}
    .product-features .flex-lg-row-reverse .media-body {
        box-shadow: 36px 0px #fff, 0 0px 0px 0;
	}
    .product-features .product-features-mr-lg-0 {
        margin: 0;
	}
    .product-features .order-lg-1 {
        margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
    .product-features {
        padding: 77px 0 0px;
	}
    .product-features .product-features-title {
        font-size: 22px;
        line-height: 35px;
        font-weight: 700;
        margin-bottom: 0;
        color: #333740;
	}
    .product-features .product-features-content {
        font-size: 18px !important;
        line-height: 25px;
        color: #333740;
	}
    .product-features .media-body {
        padding: 15px 13px;
	}
    .product-features .flex-lg-row-reverse .media-body {
        padding: 15px 13px;
	}
    .product-features .product-features-main-title {
        padding-bottom: 10px;
	}
    .product-features .product-features-left {
        padding-right: 30px;
	}
    .product-features .product-features-right {
        padding-left: 30px;
	}
    .product-features-content {
        transition: 0.5s;
        font-size: 18px !important;
	}
    .product-features .flex-lg-row-reverse:hover .product-features-content {
        color: #fff;
        font-size: 18px !important;
	}
    .product-features .media:hover .product-features-content {
        color: #fff;
        font-size: 18px !important;
	}
    .product-features .media {
        margin: 21px 0;
	}
    .right-first-child {
        margin-top: 0 !important;
	}
}

@media (max-width: 768px) {
    .product-features {
        padding: 39px 0 43px;
	}
    .product-features .page-title {
        margin-bottom: 33px;
	}
    .product-features .media-body {
        text-align: left !important;
        padding: 10px !important;
	}
}

@media (max-width: 1024px) {
    .product-features .product-features-title {
        font-size: 16px;
	}
    /*.product-features .media-body {
		padding:20px!important;
	}*/
    .product-features .media {
        margin: 15px 0;
	}
    .product-features .right-first-child {
        margin-top: 0;
	}
}

/*---------- Recommended Section---------*/

.recommended {
    padding-bottom: 2px;
}

.recommended .recommended-container-title {
    margin-bottom: 20px;
    text-align: center;
}

.recommended .recommended-container-title .page-sub-title {
    /*font-family: "Courgette", cursive;*/
    color: #795548;
    font-size: 14px;
}

.recommended .recommended-container-title .page-main-title {
    font-size: 18px;
    font-weight: 600;
}

.recommended .recommended-big-img {
    margin-bottom: 20px;
}

.recommended .recommended-box {
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}

.recommended .recommended-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: #795548;
    transition: 0.5s;
}

.recommended .recommended-box:hover:before {
    height: 100%;
}

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

@media (max-width: 575px) {
    .recommended {
        padding-top: 20px !important;
        padding-bottom: 6px !important;
	}
}

@media (min-width: 768px) {
    .recommended {
        padding: 35px 0 16px;
	}
}

@media (min-width: 1024px) {
    .recommended {
        padding: 40px 0 20px;
	}
}

@media (min-width: 768px) {
    .recommended .recommended-box,
    .recommended .recommended-container-title {
        text-align: left;
	}
}

@media (min-width: 1024px) {
    .recommended .recommended-box {
        padding: 15px;
	}
    .recommended .recommended-box p {
        line-height: 20px;
        font-size: 18px !important;
	}
    .recommended .recommended-container-title {
        margin-bottom: 10px;
	}
}

@media (min-width: 1200px) {
    .recommended {
        padding: 77px 0 77px;
	}
    /*padding: 97px 0 81px;*/
    .recommended .recommended-container-title {
        margin-bottom: 60px;
        text-align: left;
        margin-top: 25px;
	}
    .recommended .recommended-container-title .page-sub-title {
        font-size: 18px;
        line-height: 28px;
	}
    .recommended .recommended-container-title .page-main-title {
        font-size: 24px;
        line-height: 34px;
        color: #333740;
        font-weight: 700;
	}
    .recommended .recommended-box {
        padding: 30px 30px 30px 20px;
        transition: 0.5s;
        text-align: left;
        margin-right: 25px;
	}
    .recommended .recommended-box:hover {
        transform: translateY(-10px);
	}
    .recommended .recommended-box-title {
        font-size: 18px;
        line-height: 28px;
        color: #333740;
        font-weight: 700;
	}
    .recommended .recommended-box p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
	}
    .recommended .recommended-right-box {
        margin-left: 5px;
	}
    .recommended-area {
        padding-left: 44px;
	}
}

@media (max-width: 768px) {
    .recommended {
        padding: 39px 0 23px;
	}
    .recommended .page-sub-title {
        line-height: 24px;
	}
    .recommended .page-main-title {
        line-height: 28px;
	}
}

@media (max-width: 1024px) {
    .recommended .recommended-big-img {
        margin-top: 10px;
	}
    .recommended .recommended-box img {
        width: 115px;
	}
}

/*---------- Newsletter Section---------*/

.newsletter {
    background: url("../images/subscribe-bg.jpg");
    background-size: cover;
    background-position: center center;
}

.newsletter input[type=text],
.newsletter input[type=email] {
    text-align: center;
    margin-bottom: 10px;
}

.newsletter ::-webkit-input-placeholder {
    text-align: center;
    color: white;
}

.newsletter :-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
    color: white;
}

.newsletter ::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
    color: white;
}

.newsletter :-ms-input-placeholder {
    text-align: center;
    color: white;
}

.newsletter .justify-content-center .Sag-btn {
    background: #fff !important;
}

.newsletter .white-btn:hover {
    background: transparent !important;
    color: #795548 !important;
}

.newsletter input {
    font-size: 14px;
    padding: 5px .75rem;
}

.most {
    font-size: 24px !important;
}

@media (max-width: 575px) {
    .newsletter {
        padding-top: 17px !important;
        padding-bottom: 24px !important;
	}
}

@media (min-width: 768px) {
    .newsletter {
        padding: 35px 0;
	}
    .newsletter input {
        padding: 7px;
        margin: 0;
	}
}

@media (max-width: 768px) {
    .newsletter {
        padding: 40px 0 30px;
	}
    .newsletter .page-title {
        margin-bottom: 30px;
	}
    .most {
        font-size: 17px !important;
	}
}

@media (min-width: 1024px) {
    .newsletter {
        padding: 40px 0;
	}
    .newsletter input[type=text],
    .newsletter input[type=email] {
        margin-bottom: 0;
        padding: 10px;
	}
    .newsletter .Sag-btn {
        font-size: 16px;
	}
}

@media (min-width: 1200px) {
    .newsletter {
        padding: 53px 0 60px;
	}
    .newsletter input[type=text],
    .newsletter input[type=email] {
        font-size: 24px;
        line-height: 34px;
        padding: 13px !important;
	}
    .newsletter .Sag-btn {
        font-size: 24px;
        padding: 15px 40px !important;
	}
    .newsletter .newsletter-input {
        margin: 0 10px;
	}
}

@media (min-width: 1400px) {
    .newsletter input[type=text],
    .newsletter input[type=email] {
        padding: 22px;
	}
}

/*---------- Newsletter Section---------*/

.gallery .gallery-filter-btn-group {
    width: 100%;
    margin-bottom: 15px;
    justify-content: center;
}

.gallery .gallery-filter-btn-group .btn-secondary {
    background: transparent;
    color: #333740;
    font-size: 13px;
    padding: 4px;
}

.gallery .gallery-filter-btn-group .btn-secondary:hover {
    background-color: transparent;
    color: #795548;
}

.gallery .item-desc {
    font-size: 14px;
}

.gallery .gallery-category {
    font-size: 12px;
}

.gallery .filtr-item {
    padding: 0 0px 10px;
}

.gallery .gallery-content-box {
    margin-bottom: 5px;
    padding: 5px;
    box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}

.gallery .gallery-overlay:hover:before {
    opacity: 1;
}

.gallery .gallery-overlay:hover .search-icon {
    opacity: 1;
}

.gallery .gallery-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
    background: rgba(42, 203, 53, 0.7);
}

.gallery .gallery-overlay .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: 0.5s;
    transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
    .gallery {
        padding-top: 20px !important;
	}
}

@media (min-width: 768px) {
    .gallery {
        padding: 35px 0 22px;
	}
    .gallery .gallery-filter-btn-group {
        text-align: center;
        display: inline-block;
	}
    .gallery .gallery-filter-btn-group .btn-secondary {
        padding: 15px;
	}
    .gallery .gallery-content-box {
        margin-bottom: 15px;
	}
    .gallery .item-desc {
        line-height: 1;
	}
    .gallery .gallery-menu-box {
        display: inline-block;
        padding-left: 58px;
        padding-right: 58px;
        margin-bottom: 13px;
        margin-top: 10px;
        box-shadow: 0px 4px 16px 3px rgba(51, 51, 51, 0.08);
	}
}

@media (min-width: 1024px) {
    .gallery {
        padding: 40px 0 0;
	}
}

@media (min-width: 1024px) {
    .gallery {
        padding: 40px 0 14px;
	}
    .gallery .item-desc {
        font-size: 18px;
	}
    .gallery .gallery-content-box {
        padding: 15px 0;
	}
    .gallery .gallery-content-box {
        margin-bottom: 30px;
	}
    .gallery .gallery-menu-box {
        display: inline-block;
        padding-left: 58px;
        padding-right: 58px;
        margin-bottom: 13px;
        margin-top: 10px;
        box-shadow: 0px 4px 16px 3px rgba(51, 51, 51, 0.08);
	}
}

@media (min-width: 1200px) {
    .gallery {
        padding: 94px 0 58px;
	}
    .gallery .gallery-category {
        font-size: 18px;
        line-height: 28px;
        color: #333740;
	}
    .gallery .gallery-filter-btn-group .btn-secondary {
        font-size: 24px;
        padding: 20px 30px;
	}
    .gallery .gallery-filter-btn-group {
        margin-bottom: 26px;
	}
    .gallery .filtr-container {
        margin-top: 20px;
	}
    .gallery .item-desc {
        color: #333740;
        font-size: 24px;
        line-height: 34px;
	}
    .gallery-hover {
        transition: 0.5s;
        display: inline-block;
	}
    .gallery-hover:hover {
        transform: translateY(-10px);
	}
}

@media (max-width: 1024px) {
    .gallery {
        padding: 40px 0 0;
	}
    .gallery .gallery-content-box {
        padding: 15px 0 10px;
	}
}

/*---------- Pricing Table Section---------*/

.Sag-price {
    padding-top: 0;
    padding-bottom: 15px;
}

.Sag-price .list-group {
    margin-bottom: 10px;
}

.Sag-price li {
    padding: 0px 0;
    font-size: 12px;
}

.Sag-price li .pricing {
    padding: 0 0 0px;
    font-weight: 900;
    font-size: 22px;
}

.Sag-price .Sag-pricing-table {
    margin: 10px 0;
    padding: 15px 10px;
    border: #ededed solid 1px;
    border-radius: 5px;
    /* box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);*/
}

.Sag-price .pricing-icon-box {
    height: 65px;
    margin-bottom: 8px;
}

.Sag-price .price-package {
    padding: 10px 0;
    font-weight: 700;
}

.Sag-price .price-package:before {
    /*content: ""; 
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		height: 2px;
	background: transparent;*/
}

.Sag-price .price-package p {
    /* background: #fff;*/
    display: inline-block;
    font-size: 22px !important;
}

padding: 0 10px;
}

.Sag-price .Sag-btn {
    padding-left: 16px;
    padding-right: 16px;
}

.Sag-price .pricing-icon-box {
    height: 50px;
}

.Sag-price .pricing-icon-box img {
    width: 65px;
}

@media (max-width: 575px) {
    .Sag-product {
        padding-top: 20px !important;
        padding-bottom: 16px !important;
	}
    .Sag-product p {
        font-size: 24px !important;
	}
}

@media (min-width: 768px) {
    .Sag-price {
        padding: 0 0 26px;
	}
    .Sag-price .price-package p {
        font-size: 24px !important;
	}
    .Sag-price .price-package:before {
        background: #c7c7c7;
	}
}

@media (max-width: 768px) {
    .Sag-price {
        padding-top: 18px;
        padding-bottom: 30px;
	}
    .Sag-price .pricing-order-now {
        padding-top: 16px;
	}
}

@media (min-width: 1024px) {
    .Sag-price {
        padding: 0 0 32px;
	}
}

@media (min-width: 1200px) {
    .Sag-price {
        padding: 77px 0 0;
        /*92px*/
	}
    .Sag-price li {
        font-size: 24px;
        line-height: 34px;
        padding: 0;
	}
    .Sag-price li .pricing {
        font-weight: 900 !important;
        font-size: 22px;
        padding-bottom: 0px;
        padding-top: 0px;
        color: #333740;
	}
    .Sag-price .Sag-pricing-table {
        padding: 0px 0;
	}
    .Sag-price .Sag-pricing-table:hover {
        /*
		border-bottom:5px solid #795548;*/
        box-shadow: 0px 0px 24px -8px rgba(51, 51, 51, 0.34118);
	}
    .Sag-price .pricing-icon-box {
        margin-bottom: 40px;
	}
    .Sag-price .price-package p {
        color: #333740;
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
	}
    .Sag-price .pricing-order-now {
        padding-top: 16px;
	}
    .Sag-price .Sag-btn {
        padding-left: 20px;
        padding-right: 20px;
	}
    .Sag-price .Sag-price li .pricing {
        line-height: 44px;
	}
    .Sag-price .list-group-item .highlight-text {
        color: #333740;
	}
}

/*---------- Process Section---------*/

.process {
    background: url("../images/bg-1.jpg");
    background-size: cover;
    background-position: center center;
    padding-bottom: 7px;
}

.process .process-box {
    margin-bottom: 15px;
}

.process .process-box img {
    margin-bottom: 5px;
    width: 40px;
}

.process .page-title {
    margin-bottom: 10px;
}

.process .page-title:before {
    display: none;
}

@media (min-width: 768px) {
    .process {
        padding: 35px 0;
	}
    .process .process-box {
        margin-bottom: 0;
	}
    .process-box:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background: url("../images/dotted-border-img.html");
        width: 2px;
        height: 100%;
	}
}

@media (max-width: 575px) {
    .process {
        padding-top: 20px !important;
        padding-bottom: 5px !important;
	}
}

@media (max-width: 768px) {
    .process {
        padding: 40px 0 38px;
	}
}

@media (min-width: 1024px) {
    .process {
        padding: 40px 0;
	}
}

@media (min-width: 1200px) {
    .process {
        padding: 42px 0 53px;
	}
    .process .process-box {
        margin-top: 28px;
	}
    .process .process-box img {
        width: auto;
        transition: 0.5s;
	}
    .process .process-box p {
        font-size: 22px;
        margin-top: 5px !important;
        font-weight: 600;
	}
    .process .process-box:hover img {
        transform: translateY(-10px);
	}
}

/*---------- Ingredients Section---------*/

.ingredients .accordion-menu {
    padding: 10px;
    color: #333740;
    font-weight: 700;
    font-size: 18px;
}

.ingredients .item {
    margin-bottom: 13px;
}

.ingredients .item a {
    transition: 0.5s;
}

.ingredients .item a:hover {
    text-decoration: none;
}

.ingredients .item a .subtitle {
    font-size: 13px;
    display: none;
}

.ingredients .accordion-menu {
    box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}

.ingredients .collapsed {
    background: white;
}

.ingredients .accordion-content {
    padding: 10px;
}

.ingredients .accordion-content {
    background: #f8f9fa;
    font-size: 16px;
    padding: 10px 20px 15px 10px;
    color: #fff;
}

.ingredients .active {
    background: #795548;
    color: white;
}

.ingredients .active .subtitle {
    display: block !important;
}

.ingredients .active .subtitle {
    display: block !important;
}

.ingredients .active i {
    transition: 0.5s;
    transform: rotate(45deg);
}

.ingredients .ingredients-Name {
    margin-bottom: 20px;
    font-size: 14px;
}

.ingredients .active {
    padding-bottom: 3px;
}

@media (max-width: 575px) {
    .ingredients {
        padding-top: 20px !important;
        padding-bottom: 25px !important;
	}
}

@media (min-width: 768px) {
    .ingredients {
        padding: 35px 0;
	}
    .ingredients .ingredients-name {
        margin-bottom: 36px;
	}
}

@media (min-width: 1024px) {
    .ingredients {
        padding: 40px 0 6px;
	}
}

@media (min-width: 1200px) {
    .ingredients {
        padding: 77px 0 65px;
	}
    .ingredients .ingredients-Name {
        margin-bottom: 20px;
	}
    .ingredients .accordion-menu {
        font-size: 20px;
        padding: 26px 45px;
	}
    .ingredients .ingredients-Name {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 24px;
	}
    .ingredients .accordion-content {
        padding: 15px 55px 25px 46px;
	}
    .ingredients .item a .subtitle {
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
	}
    #Sagaccordion .active {
        padding-bottom: 10px;
	}
    .Sagaccordion-content {
        border-radius: 10px;
	}
}

@media (max-width: 1024px) {
    .ingredients .accordion-content,
    .ingredients .active {
        padding-left: 15px;
	}
    .ingredients .ingredients-big {
        margin-bottom: 34px;
	}
}

@media (max-width: 768px) {
    .ingredients {
        padding: 40px 0;
	}
    .ingredients .ingredients-big {
        margin: 0;
	}
    .ingredients .page-title {
        margin-bottom: 30px;
	}
}

/*---------- Testimonial Section---------*/

.testimonial {
    background: url("../images/testimonial-taakatvati.jpg");
    background-size: cover;
    background-position: center center;
}

.testimonial .owl-dots {
    text-align: center;
}

.testimonial .owl-dots div {
    width: 17px;
    height: 3px;
    margin: 0 5px;
    background: #acadb1;
    display: inline-block;
}

.testimonial .owl-dots .active {
    background: #b12c0b;
    transition: 0.5s;
}

.testimonial .testimonial-box .quotes-img {
    width: 60px;
}

.testimonial .author-meta .media-body {
    margin-top: 10px;
}

.testimonial .author-meta .media-body h5 {
    font-size: 16px;
    margin: 0;
}

@media (max-width: 575px) {
    .testimonial {
        padding-top: 24px !important;
        padding-bottom: 20px !important;
	}
}

@media (min-width: 768px) {
    .testimonial {
        padding: 35px 0;
	}
}

@media (min-width: 1024px) {
    .testimonial {
        padding: 40px 0;
	}
    .testimonial .author-meta h5 {
        font-size: 18px;
        line-height: 18px;
	}
}

@media (min-width: 1200px) {
    .testimonial {
        padding: 10px 0 10px;
	}
    .testimonial .testimonial-content {
        padding: 0 165px 14px;
	}
    .testimonial .author-meta h5 {
        font-size: 24px;
	}
    .testimonial .author-meta p {
        font-size: 18px;
        line-height: 28px;
	}
    .testimonial .owl-dots {
        margin-top: 30px;
	}
    .testimonial .testimonial-box .quotes-img {
        width: 120px;
	}
    .testimonial .author-meta .media-body h5 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
	}
    .testimonial .author-meta img {
        margin-top: 0px;
	}
}

@media (max-width: 1024px) {
    .testimonial {
        padding: 40px 0 33px;
	}
}

/*---------- Certification Section---------*/

.Sag-product {
    padding-bottom: 0;
}

.Sag-product .page-title {
    padding-bottom: 12px;
}

.Sag-product .product-box {
    text-align: left;
    background: #f6f6f7;
    border: #ededed solid 1px;
}

.Sag-product .flexslider {
    margin-bottom: 0;
    border: 0;
}

.Sag-product .flex-active-slide img {
    transition: 0.5s;
    box-shadow: 0px 1px 22px -1px rgba(0, 0, 0, 0.21);
}

.Sag-product .flex-direction-nav a {
    margin: -12px 0 0 !important;
}

.Sag-product .Sag-small-img {
    padding-top: 0px;
    padding-bottom: 0px;
}

.Sag-product .product-box {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 21px;
}

.Sag-product .product_rating i {
    font-size: 14px;
    color: #eab230;
    letter-spacing: 4px;
}

.Sag-product .rating_subtitle {
    margin-left: 5px;
    font-size: 14px;
}

.Sag-product .product-price {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 800;
}

.Sag-product .product-content {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    border-top: 1px solid #c8c8c8;
}

.Sag-product .product-view {
    overflow: hidden;
}

.Sag-product .Sag-btn {
    padding: 10px 5px;
}

.Sag-product .product-box-content .flexslider .slides>li {
    margin-right: 15px !important;
}

.Sag-product input {
    background: #f1f1f1;
    border-radius: 5px;
}

.Sag-product input:focus {
    background: #f1f1f1;
}

.Sag-product input[type=text],
.Sag-product input[type=email] {
    text-align: center;
}

.Sag-product ::-webkit-input-placeholder {
    text-align: center;
}

.Sag-product :-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
}

.Sag-product ::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
}

@media (min-width: 768px) {
    .Sag-product {
        padding: 35px 0 0;
	}
    .Sag-product input {
        padding: 6px;
	}
    .Sag-product .product-view {
        margin-top: 5px;
        padding-top: 10px;
        border-top: 1px solid #c8c8c8;
	}
    .Sag-product .product-box {
        text-align: left;
	}
    .Sag-product .page-title {
        padding-bottom: 30px;
	}
    .Sag-product .product-quantity {
        margin-bottom: 18px;
	}
}

@media (min-width: 1200px) {
    .Sag-product .product_rating i {
        font-size: 24px;
	}
}

@media (min-width: 1400px) {
    .Sag-product {
        padding: 77px 0 0;
	}
    .Sag-product .product-box-title {
        padding-top: 30px !important;
	}
    .Sag-product .product-box-title h5 {
        font-size: 24px;
        line-height: 34px;
        margin: 0;
	}
    .Sag-product .product-content {
        padding-top: 23px;
        padding-bottom: 40px;
        margin-top: 15px;
	}
    .Sag-product .Sag-btn {
        font-size: 24px;
	}
    .Sag-product .product-view {
        margin-top: 0px;
        padding-top: 0px;
	}
    .Sag-product .slides>li {
        transition: 0.5s;
	}
    .Sag-product .slides>li:hover {
        transform: translateY(-5px);
        box-shadow: -1px 3px 22px -1px rgba(0, 0, 0, 0.21);
	}
    .Sag-product .product-price {
        font-size: 24px;
        line-height: 34px;
        font-weight: 900;
	}
}

@media (max-width: 768px) {
    .Sag-product {
        padding: 38px 0 20px;
	}
    .Sag-product .product-box-title {
        padding-top: 30px !important;
	}
    .Sag-product .product_rating i {
        font-size: 24px;
	}
}

/*---------- Certification Section---------*/

.certification {
    padding-bottom: 5px;
}

.certification .certification-img-box {
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .certification {
        padding: 27px 0 27px;
	}
    .certification .certification-img-box {
        margin-top: 10px !important;
        margin-bottom: 0;
	}
    .certification .certification-img-box {
        transition: 0.5s;
	}
    .certification .certification-img-box:hover {
        transform: translateY(-5px);
	}
}

@media (max-width: 768px) {
    .certification {
        padding-bottom: 27px;
	}
}

/* Header/Blog Title */

.header {
    padding: 50px;
    font-size: 40px;
    text-align: center;
    color: #fff;
}

/* Create two unequal columns that floats next to each other */

/* Left column */

.leftcolumn {
    float: left;
    width: 70%;
}

/* Right column */

.rightcolumn {
    float: left;
    width: 30%;
    padding-left: 20px;
}

/* Fake image */

.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 20px;
}

/* Add a card effect for articles */

.card {
    background-color: white;
    padding: 20px;
    box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
    margin-top: 20px;
    border: none !important;
}

/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 800px) {
    .leftcolumn,
    .rightcolumn {
        width: 100%;
        padding: 0;
	}
}

/*--------------------------------------------------------------
	# Clients
--------------------------------------------------------------*/

.clients {
    background: #f6f6f7;
    text-align: center;
    padding: 5px 0;
}

.clients img {
    width: 40%;
    filter: grayscale(100);
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
}

.clients img:hover {
    filter: none;
    transform: scale(1.1);
}

.pro-box-grey {
    background: #f6f6f7;
    text-align: center;
    padding: 5px 0;
}

.list-group-item {
    background-color: inherit !important;
}

/*--------------------------------------------------------------/*
	.top .search-container {
	width:auto;
	}
	.top input[type=text] {
	padding: 6px; background:#f3f2f2; 
	margin-top: 8px; width: 85%;
	font-size: 17px;
	border: none;
	}
	.top .search-container button {
	float: right;
	padding: 6px 10px;
	margin-top: 8px;
	margin-right: 16px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
	}
	.top .search-container button:hover {
	background: #ccc;
}*/

.btn-outline-success {
    color: #b12c0b !important;
    border: #b12c0b solid 1px !important;
}

.btn-outline-success:hover {
    color: #fff !important;
    background: #b12c0b !important;
}

.badge-success {
    background-color: #b12c0b !important;
}

/*
	.whats-app { position: fixed; width:50px; height:50px; bottom:93px; color:#25d366!important; border-radius: 50px; text-align: center; font-size:50px; right:10px; z-index: 100;}
.my-float{margin-top:57px;}*/

.delivery-P {
    font-size: 18px !important;
    font-weight: 600;
}

.order-now-1 {}

.order-now-2 {}

.order-now-3 {}

.order-now-4 {}

.order-now-P-1 {}

.order-now-P-2 {}

.order-now-P-3 {}

.order-amazon-1 {}

.order-flipkart-1 {}

.order-amazon-2 {}

.order-flipkart-2 {}

.order-amazon-p-1 {}

.order-amazon-p-2 {}

.order-amazon-p-3 {}

.order-flipkart-p-1 {}

.order-flipkart-p-2 {}

.order-flipkart-p-3 {}

.order-flipkart-p-4 {}

.order-flipkart-p-5 {}

.order-flipkart-p-6 {}

.Header-phone-N {}

.footer-phone-N {}

/*-----------------------------------
	Theme Background Color 
-------------------------------------*/

.header-top,
.Sag-loder,
.services .services-box:before,
.call-to-action .bg-green,
.Sag-btn,
.product-features .media:hover .product-features-img,
.product-features .media:hover .media-body,
.recommended .recommended-box:before,
.newsletter input,
.ingredients .active,
.ingredients .accordion-content,
.page-title:before,
footer .footer-title:before,
.testimonial .owl-dots .active,
.call-to-action {
    background: #795548 !important;
}

/*-----------------------------------
	Theme Font Color 
-------------------------------------*/

.green,
.page-title .page-sub-title,
.services .services-container-title .page-sub-title,
.recommended .recommended-container-title .page-sub-title,
.Sag-product .product_rating i,
.main-nav .current a {
    /*color: red !important;*/
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    /* display: block; */
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
	}
    100% {
        opacity: 0
	}
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.flex-direction-nav a,
.flex-direction-nav a:before {
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

@font-face {
    font-family: flexslider-icon;
    src: url(fonts/flexslider-icon.html);
    src: url(fonts/flexslider-icond41dd41d.html?#iefix) format('embedded-opentype'), url(fonts/flexslider-icon-2.html) format('woff'), url(fonts/flexslider-icon-3.html) format('truetype'), url(fonts/flexslider-icon-4.html#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}

.flex-container a:hover,
.flex-slider a:hover {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    padding: 0;
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2)
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 23px;
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-size: 40px;
    display: inline-block;
    content: '\f104';
    font-family: FontAwesome
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
    font-family: FontAwesome
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
	}
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
	}
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
	}
    100% {
        -webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(360deg);
	}
}

.blink_me {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.1;
	}
}

input:focus {
    background-color: #e8e8e8 !important;
    border: #07b8e6 solid 2px;
    color: #000;
}

textarea:focus {
    background-color: #e8e8e8 !important;
    color: #000;
    border: #07b8e6 solid 2px;
}





.navbar-light .navbar-nav .nav-link {
    color:000;
    font-weight: 700;
}
.tittle-logo img{
	width: 130px;
}

.copyright p, .copyright ul li a{
	font-size: 14px !important;
}

.copyright h4{
	font-size: 26px;
}
.copyright-box {
    text-align: center;
    background: #000;
}


.Button {
 background: #d9c9c3;
  margin: 10px 0;
}



.desktop {
	display: block;
}
.mob {
	display: none;
}
@media (max-width: 768px){
	.desktop {
		display: none!important;
	}   
	.mob {
		display: block!important;
	}
	
	
	
	.process .process-box img {
		margin-bottom: 5px;
		width: 80px;
	}
	.navbar-light .navbar-nav .nav-link {
		color: rgb(0 0 0);
		font-size: 15px;
		font-weight: 700;
	}
	.tittle-logo img{
		width: 115px;
	}
	.main-nav nav .navbar-brand img {

        margin-left: 50px;
    }
	}		