/*------------------------------------------------------------------

[TABLE OF CONTENTS]

	1. Global Styles
    2. Buttons
    3. Preloaders
    4. Header Section
        4.1. Header and Sticky Bar
        4.2. Logo
        4.3. Main Menu
    5. Top Section
    6. About Us Section
    7. Product Section
    8. Our Process Section
    9. Gallery Section
    10. Progress Counter Section
	11. Meet The Team Section
    12. Testimonial Section
    13. Blog Section
    14. Blog Single Section
    15. Coupon/Newsletter Section
    16. Purchase Section
    17. Footer Section
        17.1 Footer Top
        17.2 Copyright

-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800&family=Itim&display=swap');

/*-----------------------------
 1. Global Styles 
-------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Raleway:200,400,700,800');

body {
    color: #333333;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.clear {
    clear: both;
}

iframe {
    border-width: 0px;
}

img {
    max-width: 100%;
}

.chipsofic-content-block {
    padding: 50px 0;
}

.chipsofic-content-block-top {
    padding: 20px 0px;
}

.section-gray {
    background-color: #F8F8F8;
}

.section-title h1 {
    font-size: 35px !important;
    margin-bottom: 0;
    /* /* text-transform: uppercase; */
    */
}

.section-title h2 {
    font-size: 35px;
    /* text-transform: uppercase; */
}

.chipsofic-subtitle {
    color: #232323;
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: 200;
}

/*-----------------------------
2. Buttons
-------------------------------*/

.chipsofic-small-btn {
    background: #FFC527 !important;
    border: 1px solid #FFC527 !important;
    color: #fff !important;
    font-weight: bold;
    margin-top: 10px !important;
    padding: 10px 20px !important;
    /* text-transform: uppercase; */
}

.chipsofic-small-btn:hover {
    background: transparent !important;
    border: 1px solid #FFC527 !important;
    color: #FFC527 !important;
}

.chipsofic-form-btn {
    background: #FFC527 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: bold;
    margin-top: 10px !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    width: 100%;
}

.chipsofic-form-btn:hover {
    background: transparent;
    border: 1px solid #FFC527;
    color: #fff;
}

.chipsofic-purchase-btn ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.chipsofic-purchase-btn .fa {
    color: #fff;
    float: left;
    font-size: 30px;
    padding: 10px 20px 10px 15px;
}

.chipsofic-purchase-btn li {
    color: #fff;
    font-size: 16px;
    text-align: left;
    /* text-transform: uppercase; */
}

.chipsofic-purchase-btn li span {
    font-weight: bold;
}

.chipsofic-purchase-btn {
    background: #FFC527 !important;
    border-radius: 35px !important;
    padding: 12px 25px 10px !important;
    width: 20%;
}

.order-online {
    display: flex;
    align-items: center;
}

.chipsofic-purchase-btn:hover {
    background: #333;
}

/*-----------------------------
3. Preloaders
-------------------------------*/
.spinner {
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    background-color: #fff;
    border-radius: 100%;
    height: 40px;
    margin: 100px auto;
    width: 40px;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.chipsofic-site-preloader-wrap {
    background: #FFC527 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.chipsofic-site-preloader-wrap .spinner {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
}

/*-----------------------------
4. Header Section
-------------------------------*/

/* 4.1. Header and Sticky Bar */

.header-area {
    background: url('assets/img/tdh/slide-bg.jpg') no-repeat fixed center;
    background-size: cover;
}

.header-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 41%;
    height: 82%;

    background: rgba(0, 0, 0, 0.4);
}

.header-area .cbp-af-header {
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header-area .cbp-af-header.cbp-af-header-shrink {
    background: #fff;
    -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
    box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
}

.header-area .cbp-af-header h1 {
    line-height: 0;
}

.header-area .cbp-af-header.cbp-af-header-shrink .main-menu li a {
    padding: 21px 15px;
}

.header-area .cbp-af-header.cbp-af-header-shrink .logo img {
    max-height: 55px;
}

/* inner header area */

.inner-header-area {
    background: url('assets/img/slide-bg.jpg') no-repeat fixed center;
    background-size: cover;
}

.inner-header-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 41%;
    height: 82%;

    background: rgba(0, 0, 0, 0.4);
}

.inner-header-area .cbp-af-header {
    /* background: transparent; */
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.inner-header-area .cbp-af-header.cbp-af-header-shrink {
    background: #fff;
    border-bottom: 1px solid #FFC527;
}

.inner-header-area .cbp-af-header h1 {
    line-height: 0;
}

.inner-header-area .cbp-af-header.cbp-af-header-shrink .main-menu li a {
    padding: 21px 15px;
}

.inner-header-area .cbp-af-header.cbp-af-header-shrink .logo img {
    max-height: 55px;
}

.inner-top-area {
    margin: auto;
    padding: 12% 0 5% !important;
    width: 90%;
}

.inner-top-area h2 {
    color: #fff !important;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.5;
    /* text-transform: uppercase; */
}

/* 4.2. Logo */

.logo {
    padding: 3px 0;
    /* text-transform: uppercase; */
    display: flex;
    align-items: center;
}

.logo img {
    -webkit-transition: all 0.4s ease 0s;
    max-height: 60px;
    transition: all 0.4s ease 0s;
    margin: 0px auto !important;
}

.logo a {
    color: #494949;
}

.logo a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
}

.logo h1 {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 0px;
}

/* 4.3. Main Menu */

.main-menu {
    font-family: 'Inter', sans-serif;
    padding-right: 40px;
}

.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.main-menu li {
    display: inline-block;
    position: relative;
}

.main-menu li a {
    color: #5d6374;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 30px 15px;
    text-decoration: none;
    /* text-transform: uppercase; */
}

.main-menu li:hover>a {
    color: #FFC527;
    text-decoration: none;
}

.main-menu .active a {
    color: #FFC527;
}

.responsive-menu-wrap {
    display: none;
}

/*-----------------------------
5. Top Section
-------------------------------*/
.top-area {
    margin: auto;
    padding: 12% 0;
    width: 90%;
}

.top-area h1 {
    color: #fff !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    /* /* text-transform: uppercase; */
    */
}

.top-area p {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.5;
}

.top-area .btn {
    background: #FFC527;
    border: 1px solid #FFC527;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    padding: 15px 40px;
    /* text-transform: uppercase; */
}

.top-area .btn:hover {
    background: rgba(0, 0, 0, .3);
    color: #fff;
}

/*-----------------------------
6  About Us Section
-------------------------------*/
.about-us-section a {
    color: #333;
    text-decoration: none;
}

.about-us-section h1 {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 0;
    /* text-transform: uppercase; */
}

.about-us-section h1 span {
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    /* text-transform: uppercase; */
}

.about-us-section h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.about-us-section h3 span {
    ;
    font-weight: 700;
}

.about-us-section img {
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    display: block;
    margin: 0 auto;
    /* max-width: 380px; */
    transition: all 0.9s;
}

.about-us-section img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about-us-section i {
    /* color: #BC0F21; */
    padding-right: 10px;
}

.about-us-section p {
    padding-top: 5px;
    /* padding-left: 30px; */
}

.about-us-section .prod-disc {
    padding-left: 30px;
}

/*-----------------------------
7. Product Section
-------------------------------*/
.single-chips-item {
    background: #fff;
    margin: 10px 0px;
    padding: 20px;

}

.pt-20 {
    padding-top: 20px;
}

.single-chips-item:hover {
    /* -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); */
    -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
    box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
}

.choose-our-chips-content-area {
    /* margin-top:50px; */
}

.choose-our-chips-content-area h3 {
    font-weight: 600;
    font-size: 1.17em !important;
}

.choose-our-chips-content-area .pricing {
    font-size: 17px;
}

.choose-our-chips-content-area .pricing span {
    font-weight: bold;
}

.choose-our-chips-content-area img {
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    /* max-width:220px; */
    padding: 6px;
    transition: all 0.9s;
}

/*-----------------------------
8. Our Process Section
-------------------------------*/

.process-block {
    background: url('assets/img/video-bg.jpg') no-repeat fixed center;
    background-size: cover;
}

.process-block .fa {
    font-size: 100px;
    color: #FFC527;
    cursor: pointer;
}

.process-block .fa:hover {
    color: #fff;
}

.process-block h1,
.process-block .chipsofic-subtitle {
    color: #fff;
}

.modal-dialog {
    width: 50%;
}

.modal-content {
    border: none;
    border-radius: 0px;
}

/*-----------------------------
9 Gallery Section
-------------------------------*/

.gallery-lightbox {
    display: block;
    position: relative;
    border: 1px solid #fff;
}

.gallery-lightbox img {
    width: 100%
}

.gallery-lightbox i.fa {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    color: #fff;
    font-size: 25px;
    left: 50%;
    line-height: 1.5;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 60%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 20px;
    z-index: -1;
}

.gallery-lightbox:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.2s ease 0s;
    background: #FFC527 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

.gallery-lightbox:hover i.fa {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    top: 50%;
    visibility: visible;
    z-index: 2;
}

.gallery-lightbox:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.8;
    visibility: visible;
    z-index: 1;
}

.chipsofic-content-block.gallery-block {
    padding: 45px 0 0;
}

.gallery-area {
    margin-top: 20px;
}

.gallery-area .container-fluid,
.gallery-area .col-md-3,
.gallery-area .col-sm-6 {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

/*-----------------------------
10. Progress Counter Section
-------------------------------*/

.counter-block {
    background: #FFC527 url('assets/img/progress-bg.png') no-repeat scroll center center;
    color: #fff;
}

.counter-block h1,
.counter-block .chipsofic-subtitle {
    color: #fff;
}

.counter-block h2 {
    color: #fff;
    font-size: 55px !important;
    font-weight: 700;
    margin: 0;
}

.chipsofic-counter-area {
    margin-top: 50px;
}

.chipsofic-counter-area p {
    font-weight: bold;
    /* text-transform: uppercase; */
}

/*-----------------------------
11. Meet The Team Section
-------------------------------*/
.single-team-item {
    color: #6e6e6e;
    display: block;
    margin-top: 50px;
}

.single-team-item h3 {
    color: #222222;
    font-weight: 700;
}

.single-team-item h4 {
    color: #6e6e6e;
    font-weight: 300;
    margin: 0 0 10px;
    /* text-transform: uppercase; */
}

.single-team-item i.fa,
.about-us-section i.fa {
    font-size: 25px;
    color: #333333;
}

.single-team-item i.fa:hover,
.about-us-section i.fa:hover {
    opacity: 0.8;
}

.single-team-item img {
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #f8f8f8;
    box-shadow: -2px 0 9px -2px #FFC527;
    transition: all 0.9s;
    width: 200px;
}

.single-team-item p {
    color: #6e6e6e;
}

.single-team-item ul,
.about-us-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-team-item ul li,
.about-us-section ul li {
    display: inline-block;
    margin-right: 5px;
}

.single-team-item ul li:last-child,
.about-us-section ul li:last-child {
    margin-right: 0px;
}

.single-team-item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*-----------------------------
12. Testimonial Section
-------------------------------*/
.review-stars {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
}

.review-stars li {
    display: inline-block;
}

.review-stars i.fa {
    color: #FFD203;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.testimonial-bg-1 {
    background: url('assets/img/testimonial-bg.jpg') no-repeat fixed center;
    background-size: cover;
}

.circle-testimonial-item {
    background: rgba(0, 0, 0, .3);
    border: 1px dotted #000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin-top: 30px;
    padding: 20px 7px;
}

.circle-testimonial-item h4 {
    color: #fff;
    font-style: normal;
    text-align: center;
    /* text-transform: uppercase; */
}

.circle-testimonial-item h4 span {
    color: #fff;
    display: block;
    text-transform: none;
}

.circle-testimonial-item img {
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    background-color: #fff;
    border-radius: 75px;
    border: 1px solid #EAEAEA;
    display: block;
    height: 150px;
    margin: 0 auto 10px;
    padding: 5px;
    transition: all 0.9s;
    width: 150px;
}

.circle-testimonial-item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.testimonial-section-heading p {
    font-style: normal;
    padding: 5px 20px;
    text-align: center;
}

.testimonial-slider-wrapper {
    background-color: #222222;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    font-size: 24px;
    padding: 60px 0px 90px;
    position: relative;
}

.testimonial-slider-wrapper.section-white {
    background-color: #fff;
    color: #222;
}

.testimonial-slider-wrapper.section-white .owl-nav div {
    color: #222;
}

.testimonial-slides .owl-nav div {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    color: #ffffff;
    font-size: 19px;
    height: 40px;
    line-height: 1.5;
    margin-top: 20px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    width: 40px;
}

.testimonial-slides .owl-nav {
    float: right;
    margin-right: 50px;
}

.testimonial-slides .owl-nav div.owl-next {
    margin-left: 25px;
}

.testimonial-slides .owl-nav div:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.testimonial-slider-wrapper>h2 {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.testimonial-slider-wrapper h4 {
    font-size: 17px;
    margin: 20px 0 0;
}

.testimonial-slider-wrapper h4 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.testimonial-slider-wrapper ul {
    margin-top: 15px;
}

.testimonial-slide-item-table {
    display: table;
    height: 100%;
    width: 100%;
}

.testimonial-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.testimonial-slider-wrapper h1,
.testimonial-slider-wrapper .chipsofic-subtitle {
    color: #fff;
}

/*-----------------------------
13. Blog Section
-------------------------------*/
.blog-bg-1 {
    background-image: url(assets/img/blog1.png)
}

.blog-bg-2 {
    background-image: url(assets/img/blog2.png)
}

.blog-bg-3 {
    background-image: url(assets/img/blog3.jpeg)
}

.blog-preview {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    height: 138px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
}

.post-meta {
    font-size: 12px;
}

.post-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-meta i.fa {
    margin-right: 5px;
}

.post-meta ul li:last-child {
    margin-right: 0;
}

.post-meta ul li {
    display: inline-block;
    margin-right: 10px;
}

/*-----------------------------
14. Blog Single Section
-------------------------------*/

.single-blog-item {
    background-color: #ffffff;
    box-shadow: -2px 0 9px -2px #dddddd;
    color: #6e6e6e;
    display: block;
    margin: 25px 0 0;
    padding: 15px;
    min-height: 430px;
}

.single-blog-item h3 {
    color: #222222;
    font-size: 20px;
    margin: 0 0 10px;
}

.single-blog-item>p {
    margin-top: 6px;
}

.single-blog-item.list {
    border-bottom: 1px dotted #e0e0e0;
    box-shadow: none;
}

.single-blog-item:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    color: #6e6e6e;
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none;
}

.blog-single-modal img {
    float: right;
    padding: 10px 0px 10px 15px;
    width: 50%;
}

.blog-single-modal {
    padding: 10px 25px;
}

.blog-single-modal .post-meta {
    padding-bottom: 10px;
}

/*-----------------------------
15. Coupon/Newsletter Section
-------------------------------*/

.newsletter-block {
    background: url('assets/img/newsletter.jpg') no-repeat scroll right bottom;
    background-size: cover;
    color: #fff;
}

.newsletter-block h2 {
    color: #fff;
    font-size: 2rem !important;
}

.newsletter input[type=email],
.newsletter input[type=text] {
    border-radius: 0;
    border: 1px solid #333;
    height: 45px;
}

.newsletter {
    margin-top: 25px;
}

/*-----------------------------
16. Purchase Section
-------------------------------*/

.purchase-block {
    background: url('assets/img/purchase-bg.jpg') no-repeat fixed center;
    background-size: cover;
}

.purchase-block h1,
.purchase-block .chipsofic-subtitle {
    color: #fff;
}

.purchase.now {
    margin-top: 50px;
}

.btn-right {
    float: right;
}

.btn-left {
    float: left;
}

/*-----------------------------
17. Footer Section
-------------------------------*/

/* 17.1 Footer Top */

.footer-logo {
    display: inline-block;
    margin: 0;
    max-width: 300px;
    padding: 0 30px 10px 0;
}

.footer-social i.fa {
    font-size: 22px;
}

.footer-social i.fa:hover {
    color: #ffffff;
}

.footer-social ul li {
    display: inline-block;
    margin-right: 5px;
}

.footer-social ul li:last-child {
    margin-right: 0px;
}

.footer-top-area {
    background: #251613;
    border-top: 5px solid #FFC527;
}

.footer-top-area,
.footer-top-area a {
    color: #ffffff;
}

.footer-widget i.fa {
    color: #FFC527;
    padding-right: 5px;
}

.footer-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-widget a:hover {
    color: #FFC527;
    text-decoration: none;
}

/* 17.2 Copyright */

.footer-copyright-area {
    background-color: #1f110f;
    color: #ffffff;
    padding: 5px 0 15px;
}

.footer-copyright-area a {
    color: #ffffff;
}

.footer-copyright-area a:hover {
    color: #FFC527;
    text-decoration: none;
}

.go-top {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 2em;
    color: white;
    display: none;
    font-size: 12px;
    padding: 1em;
    position: fixed;
    right: 2em;
    text-decoration: none;
    z-index: 999;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.shopping-bag {
    width: 35px;
}

@media (max-width:767px) {
    .shopping-bag-m {
        display: block;
        width: 35px !important;
        margin-left: 20px;
    }
.why-choose-banner .w-65{width:100% !important;}
.single-chips-item {
  
    margin: 10px 20px !important;
    
}
.chipsofic-content-block .w-50{width:50%;}
.chipsofic-content-block .w-50 h1{font-size:28px !important }
    .chipsofic-purchase-btn {
        background: #FFC527 !important;
        border-radius: 35px !important;
        padding: 12px 25px 10px !important;
        width: 50%;
    }

    @media (min-width:768px) {
        .shopping-bag-m {
            width: 35px !important;
            display: none;
        }
    }

    /* contact style */
    section {
        padding: 60px 0;
    }

    section.contact-us #contact {
        position: relative;
        display: block;

        height: auto;
        background-color: #fff;
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 15px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    }

    section.contact-us .section-heading {
        position: relative;
        display: block;
        margin: auto;
    }

    .section-heading h4 {
        line-height: 40px;
        font-size: 28px;
        font-weight: 900;
        color: #ee1d25;
        text-align: left;
        /* text-transform: uppercase; */
        margin-bottom: 40px;
    }

    input,
    textarea {
        width: 100%;
        position: relative;
        display: block;
        background-color: #f4f7fb;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 500;
        border: none;
        box-shadow: none;
        border-radius: 5px;
        outline-color: #9e9e9e;
    }

    input {
        height: 50px;
        padding: 0px 15px;
    }

    .inputField {
        margin: 30px;
    }

    textarea {
        min-height: 140px;
        max-height: 180px;
        padding: 15px;
        resize: none;
    }

    .contact-us span {
        height: 20px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .valid_info_name,
    .valid_info_email,
    .valid_info_message {
        display: inline-block;
        font-size: 13px;
        margin: 5px 2px;
    }

    .valid {
        border: 2px solid green;
        outline-color: green;
    }

    .invalid {
        border: 2px solid red;
        outline-color: red;
    }

    .contact-us .btn {
        display: inline-flex;
        width: auto;
        justify-content: flex-end;
    }

    #form-submit {
        position: relative;
        display: inline-block;
        float: right;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        /* text-transform: uppercase; */
        color: #fff;
        background: rgb(219, 138, 222);
        background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
        padding: 12px 20px;
        border-radius: 5px;
        border: none;
        outline: none;
        cursor: pointer;
        transition: all .3s;
        transition: all .3s;
    }

    #form-submit:disabled {
        border: 1px solid #9e9e9e;
        background: transparent;
        color: #9e9e9e;
        transition: none;
        transform: none;
        cursor: default;
    }

    #form-submit:hover:disabled {
        border: 1px solid #9e9e9e;
        color: #9e9e9e;
        background: transparent;
        transition: none;
        transform: none;
        cursor: default;
    }

    button:active {
        transform: scale(0.95);
    }

    button:focus {
        outline: none;
    }

    button.ghost {
        background-color: transparent;
        border-color: #FFFFFF;
    }

    .location {
        width: 80%;
        padding: 0px 30px 0 0
    }

    .contact-us .phone,
    .contact-us .email {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
    }

    .contact-us .phone a,
    .contact-us .email a {
        padding-left: 24px;
        font-size: 20px;
        color: black;
    }

    .contact-us h3 {
        color: #464545 !important;
        font-size: 22px
    }

    .contact-us .phone a:hover,
    .contact-us .email a:hover {
        color: #FFC527;
        text-decoration: none;
    }

    .exports-section .exports span {
        position: relative;
        left: 14px;
        top: -22px;
        padding: 0 8px;
        z-index: 9;
        background: #fafafa;
    }

    .template-pagination li {
        margin-right: 5px;
        list-style: none;
    }

    .template-pagination li a.active {
        background-color: #6eb356;
        color: #fff;
    }

    .template-pagination li a {
        min-width: 40px;
        height: 40px;
        border-radius: 4px;
        border: 1px solid #f4f4f4;
        background-color: #fff;
        color: #6eb356;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 500;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .comments_list li {
        position: relative;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .comments_list li .date {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 12px;
        font-weight: 500;
    }

    .blog-details h6,
    .blog-details .h6 {
        font-size: 1.0625rem;
    }

    .blog-details h6 {
        font-size: 1.5rem !important;
    }

    .comments_list li+li {
        margin-top: 60px;
        position: relative;
    }

    .search-form .submit-icon-btn-secondary {
        width: 48px;
        height: 48px;
        background-color: #ff7c08;
        color: #fff;
        text-align: center;
        line-height: 48px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 0 5px 5px 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border: 0px;
    }

    .search-form input {
        border: 1px solid #e9e9e9;
        padding: 11px 16px;
        border-radius: 5px 0 0 5px;
        width: 100%;
    }

    .comments_list li .reply-btn {
        color: #191d28;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-decoration: none;
    }

    .range-of-products {
        background: url(assets/img/range-products.jpg) no-repeat fixed center !important;
        background-size: cover !important;
    }

    .range-of-products {
        padding: 60px 0px;
    }

    .range-of-products h3,
    .range-of-products p {
        color: #fafafa
    }

    .range-pro:hover {
        border: 1px solid #ddd;
    }