/*
Theme Name: Astra Child
Theme URI: https://example.com/
Description: A child theme of Astra.
Author: Your Name
Author URI: https://example.com/
Template: astra
Version: 1.0
Text Domain: astra-child
*/

footer#colophon p {
    font-size: .9rem;
}

footer#colophon a {
    font-size: .9rem;
}

footer#colophon li {
    font-size: .9rem;
}

div#cpsfootlgd p {
    margin-top: 18px;
}
.textwidget ul li {
    word-wrap: break-word;
}

img.cpspmpp {
    width: 97%;
}

@media only screen and (max-width: 767px) {
 
    .site-footer .widget {
        color: #8e8c8c;
        padding-bottom: 20px !important;
        padding-top: 30px;
    }

    footer.site-footer {
        background: #111240;
        color: #fff;
        padding: 40px 0 0 !important;
    }
 
}

sapn.ecx-mu-text {
    font-size: 1rem;
    /* color: #545353; */
    padding-left: 6px;
}
.dnone {
    display: none
}

.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

a:focus {
    outline: 0 solid;
    text-decoration: none
}

a {
    display: inline-block;
    -webkit-transition: .4S;
    transition: .4S
}

p {
    font-size: 15px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 15px;
    font-weight: 600
}



a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

input {
    outline: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: 0
}

select::focus {
    border: 1px solid #ddd
}

textarea {
    outline: 0
}

input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important
}

.header-top-area {
    background-color: #0b0b0b;
    color: #fff;
    padding: 10px 0
}

.header-top-area i.fa {
    color: orange
}

.social-icon {
    border: 1px solid #5d5c5c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px
}

.social-icon i.fa {
    color: #fff
}

.header-right-content a {
    color: #fff;
    margin-right: 20px
}

.header-right-content a.social-icon {
    margin-right: 8px;
}

.header-right-content a.social-icon:hover {
    background: orange none repeat scroll 0 0;
    border: 1px solid orange
}

.header-location {
    padding: 5px 0
}

.slicknav_menu {
    display: none
}

.comment-metadata a,.edit-link a,.entry-footer .cat-links a,.entry-meta span a,.factory-btn.factory-cta-btn,.factory-project-categories li,.factory-service-box,.factory-service-box a,.factory-service-box a i,.factory-service-box:before,.factory-single-staff .factory-staff-img img,.factory-single-staff .factory-staff-img:before,.factory-slide-buttons a,.factory-staff-social-link li a,.header-right-content .social-icon,.logo a,.main-menu-wrap .sub-siblings:after,.main-menu-wrap ul li ul,.read_more,.reply .comment-reply-link,.single-factory-project .factory-project-content a,.single-factory-project .factory-project-content a i,.single-factory-project .factory-project-content h3,.single-factory-project .factory-project-img:before,.site-footer .widget_nav_menu li a,section.widget ul li,section.widget ul li a,ul.menu li a {
    -webkit-animation-timing-function: cubic-bezier(.65,-.04,.53,.98);
    animation-timing-function: cubic-bezier(.65,-.04,.53,.98);
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.text-logo {
    color: #333;
    display: inline-block;
    font-size: 20px;
    padding: 4px 15px;
    text-transform: uppercase
}

.logo a:hover {
    border-color: #fc721e;
    color: #fc721e
}

.main-menu-wrap {
    border-bottom: 1px solid #ddd;
    padding: 15px 0
}

.main-menu-wrap ul {
    list-style: outside none none;
    margin: 5px 0 0;
    padding: 0;
    text-align: right;
    text-transform: uppercase
}

.main-menu-wrap li {
    display: inline-block;
    position: relative
}

.main-menu-wrap ul li a {
    border: 1px solid #fff;
    color: #333;
    display: block;
    margin-left: 5px;
    padding: 5px 14px;
    position: relative;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    font-weight: 700
}

.logo {
    margin: 17px 0
}

.main-menu-wrap ul li ul {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    position: absolute;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    width: 300px;
    z-index: 9
}

.main-menu-wrap li:nth-child(6) ul {
    right: 0
}

.main-menu>li:last-child .drop-menu {
    right: 0
}

.main-menu-wrap ul li ul li {
    display: block;
    background: #fff
}

.main-menu-wrap ul li ul li a {
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: block;
    line-height: 30px;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    font-size: 13px
}

.drop-menu {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    visibility: hidden;
    display: block
}

.main-menu-wrap li:hover .drop-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.service-area {
    padding-bottom: 20px
}

.row.all-projects-isotope {
    position: relative
}

.factory-section-title {
    line-height: 25px;
    margin: 0 auto;
    max-width: 400px;
    padding: 92px 0 60px;
    text-align: center
}

.about-area .factory-section-title {
    padding-bottom: 70px
}

.project-area .factory-section-title {
    padding-bottom: 70px
}

.factory-section-title h2 {
    font-weight: 600;
    text-transform: uppercase
}

.factory-section-title p:last-child {
    margin: 0
}

.factory-service-box {
    border: 1px solid #e5e4e4
}

.factory-service-box-image img {
    width: 100%
}

.factory-service-box-image {
    position: relative
}

.factory-service-box-image h2 {
    background: orange none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: -29px 35px 0;
    padding: 15px;
    position: relative;
    text-align: center;
    z-index: 9
}

.factory-service-box-content {
    padding: 30px 20px;
    text-align: center
}

.factory-service-box-content a {
    color: #0c0c0c;
    font-weight: 600
}

.factory-service-box {
    margin: 10px 0 0;
    position: relative
}

.factory-service-box a i {
    font-size: 15px;
    font-weight: 300;
    margin-left: 3px
}

.factory-service-box:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

.factory-service-box:before {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%
}

.factory-service-box a:hover i {
    margin-left: 10px
}

.factory-service-box:hover a {
    color: #fc721e
}

.home .factory-service-box:hover:before {
    opacity: 1
}

.factory-service-box-content a {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px
}

.factory-service-img {
    background-position: center center;
    background-size: cover;
    height: 200px;
    width: 100%
}

.about-area {
    background: #f4f4f4 none repeat scroll 0 0!important;
    padding-bottom: 100px
}

.about-left {
    position: relative
}

.about-right {
    padding-top: 35px
}

.about-right h3 {
    padding-bottom: 5px
}

.about-right>p {
    font-size: 14px;
    line-height: 22px;
    line-height: 24px
}

.about-right blockquote p {
    line-height: 23px
}

.factory-cta-box p {
    color: #fff;
    display: inline-block;
    margin: 0 35px 0 0;
    vertical-align: middle;
    font-size: 20px
}

.factory-cta-box {
    font-size: 20px;
    padding: 35px 0;
    text-align: left
}

.factory-btn.factory-cta-btn {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #666;
    float: right;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    top: -7px
}

.factory-cta-box {
    padding: 60px 0
}

.factory-btn.factory-cta-btn {
    border: 1px solid #fff
}

.factory-btn.factory-cta-btn:hover {
    color: #fff;
    background-color: #fc721e;
    border-color: #fff
}

.text-logo.footer-logo {
    color: #fff!important;
    margin-bottom: 10px
}

.site-footer {
    background: #000 none repeat scroll 0 0;
    overflow: hidden
}

.footer-top {
    border-bottom: 1px solid #403f3f
}

.site-info {
    color: #8f8c8c;
    font-weight: 300;
    text-align: center
}

.site-info a {
    color: #fff;
    margin-left: 10px;
    opacity: .7
}

.footer-bottom-text:hover a {
    color: orange
}

button.email-submit-btn:hover {
    background: #fff none repeat scroll 0 0
}

.site-footer .widget button.email-submit-btn:hover i.fa {
    color: orange
}

.footer-sep {
    background: #0f0f0f none repeat scroll 0 0;
    height: 1px
}

.site-footer .widget {
    color: #8e8c8c;
    padding-bottom: 80px;
    padding-top: 85px
}

.footer-widget-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative
}

.footer-widget-title:after {
    background: orange none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px
}

.textwidget>p {
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: -6px
}

.site-footer .widget a {
    color: #8c8c8c
}

.site-footer .widget a span.widged-left-arrow {
    display: inline-block;
    margin-right: 30px
}

.site-footer .widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.site-footer .widget.widget_recent_entries span {
    color: #8c8c8c;
    display: block;
    font-weight: 300
}

.site-footer .widget.widget_recent_entries li {
    margin-bottom: 10px
}

.site-footer .widget.widget_recent_entries.widged-single-post li {
    margin-bottom: 30px
}

.site-footer .widget.widget_recent_entries li:last-child {
    margin: 0
}

#recent-posts-3 a {
    display: block;
    line-height: 28px;
    margin-bottom: 8px
}

.site-footer .widget i.fa {
    color: orange;
    margin-right: 0
}

.header-right-content a.social-icon:hover i.fa {
    color: #fff
}

.site-footer #text-3.widget i {
    margin-right: 5px
}

.site-footer .widget span i.fa {
    font-size: 17px
}

button.email-submit-btn {
    background: orange none repeat scroll 0 0;
    border: 1px solid orange;
    font-size: 18px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: -10px;
    text-align: center;
    top: 0;
    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
    width: 50px;
    -webkit-transition: .4s;
    transition: .4s
}

.footer-bottom-text>p {
    padding: 15px;
    margin: 0
}

.textwidget>span {
    display: block;
    font-size: 14px;
    margin-bottom: 20px
}

.site-footer .widget a.contact-link {
    color: #8c8c8c;
    display: block;
    margin-bottom: 20px
}

.mail-us {
    margin-top: 40px;
    overflow: hidden;
    position: relative
}

.mail-us input {
    background: #222 none repeat scroll 0 0;
    border: 1px solid #222!important;
    height: 48px;
    padding-left: 15px;
    width: 100%
}

.site-footer .widget button.email-submit-btn i.fa {
    color: #fff;
    margin-right: 10px;
    -webkit-transform: skewX(18deg);
    transform: skewX(18deg)
}

.border-area {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 30px!important;
    padding-bottom: 25px!important
}

blockquote {
    padding-right: 0
}

.factory-breadcroumb-area {
    position: relative;
    z-index: 2
}

.factory-breadcroumb-area:after {
    content: "";
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.factory-breadcroumb-area h2 {
    color: #fff;
    margin: 0;
    padding: 100px 0;
    text-align: center;
    text-transform: uppercase
}

.page-entry-header h1 {
    margin: 15px 0
}

.edit-link {
    display: inline-block;
    padding: 20px 0
}

.edit-link a {
    color: #333
}

.factorycrumbs-area {
    bottom: -25px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

#factorycrumbs {
    background: orange none repeat scroll 0 0;
    color: #fff;
    padding: 20px 40px;
    display: inline-block;
    min-width: 300px
}

#factorycrumbs a {
    color: #fff
}

#factorycrumbs {
    position: relative
}

#factorycrumbs:after,#factorycrumbs:before {
    border-bottom: 0 solid #cc5912;
    border-left: 15px solid #cc5912;
    border-top: 35px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    z-index: 1
}

#factorycrumbs:before {
    border-right: 15px solid #cc5912;
    right: auto;
    left: -15px;
    border-left: none
}

blockquote {
    font-size: inherit;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 0 15px
}

.about-page .team-member-area {
    padding-top: 60px
}

.about-page .owl-controls {
    display: block;
    overflow: hidden;
    padding-top: 20px
}

.about-page .owl-controls {
    display: block;
    overflow: hidden;
    padding-top: 20px
}

.about-page .owl-prev {
    display: inline-block!important
}

.about-page .owl-next {
    display: inline-block!important
}

section.service-area.service-page {
    padding-bottom: 20px;
    padding-top: 110px
}

.factory-service-box {
    margin-bottom: 80px
}

.service-details-img {
    margin-bottom: 35px
}

blockquote.service-blockquote {
    border-left: 5px solid transparent;
    line-height: 28px;
    margin-left: 3%;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    width: 97%
}

blockquote.service-blockquote:before {
    background: #fc721e none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -35px;
    position: absolute;
    top: 50%;
    width: 35px
}

blockquote.service-blockquote:after {
    background: #fc721e none repeat scroll 0 0;
    content: "";
    height: 86%;
    left: 0;
    position: absolute;
    top: 7%;
    width: 2px
}

.service-menu-bottob>h2 {
    margin: 45px 0 50px
}

.widgettitle {
    margin: 60px 0 50px
}

.service-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.service-menu ul {
    margin-top: 30px
}

.service-menu ul li a {
    border-bottom: 1px solid #ebeaea;
    border-top: 1px solid #ebeaea;
    color: #333;
    display: block;
    padding: 10px 0;
    position: relative;
    margin-top: -1px
}

.service-menu ul li a:after {
    content: "\f105";
    float: right;
    font-family: fontawesome
}

.service-menu ul li a:hover,.service-menu ul li.current_page_item a {
    border-color: orange;
    color: orange;
    z-index: 2
}

.bordered-btn.iconic-btn {
    border: 1px solid #f4f4f4;
    color: orange;
    display: block;
    margin: 25px 0 15px;
    padding: 10px 20px
}

.bordered-btn.iconic-btn i.fa {
    float: right;
    line-height: 25px
}

.factory-blog-content-area,.factory-shop-content-area {
    padding: 100px 0 80px
}

.entry-content {
    padding-bottom: 60px
}

.factory-blog-content-area {
    padding-bottom: 20px
}

section.widget {
    margin-bottom: 55px;
    padding-left: 70px
}

section.widget h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px
}

section.widget ul {
    list-style: outside none none;
    padding: 0
}

section.widget.widget_archive ul li,section.widget.widget_categories ul li {
    text-align: right;
    overflow: hidden
}

section.widget.widget_archive ul li *,section.widget.widget_categories ul li * {
    float: left
}

section.widget ul li a,section.widget ul li span {
    color: #282727;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

section.widget ul li span {
    color: #666
}

section.widget ul li:hover,section.widget ul li:hover a {
    color: #fc721e
}

.post-featured-content {
    margin-bottom: 45px
}

.factory-blog-post-title {
    margin-bottom: 20px
}

.factory-blog-post-title>a {
    text-transform: capitalize;
    color: #282727
}

.screen-reader-text {
    display: none
}

.entry-content>p {
    line-height: 28px
}

.search-form input[type=search] {
    border: 1px solid #ddd;
    line-height: 35px;
    text-indent: 10px;
    width: 235px
}

.search-form {
    position: relative
}

input[type=submit] {
    background: #0d6efd none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    padding: 8px 30px
}

section.widget ul li a,section.widget ul li span {
    color: #282727;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.search-form input.search-submit[type=submit] {
    height: 38px;
    padding: 0;
    width: 60px
}

.entry-meta span {
    font-size: 15px;
    margin-left: 18px
}

.entry-meta span:first-child {
    margin-left: 0
}

.entry-meta span i {
    color: #fc721e;
    margin-right: 12px
}

.entry-meta span a {
    color: #333
}

.entry-meta span a:hover {
    color: #fc721e
}

.entry-meta {
    margin-bottom: 25px
}

.read_more {
    background-color: #fc721e;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 45px;
    margin-top: 10px;
    padding: 0 45px;
    border: 1px solid #fc721e
}

.read_more:hover {
    background-color: #fff;
    color: #fc721e
}

article:not(:first-child) {
    margin-top: 50px
}

.edit-link a.post-edit-link {
    background: #fc721e;
    line-height: 30px;
    padding: 0 20px;
    margin: 10px 0 20px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fc721e;
    margin-right: 5px
}

.edit-link {
    padding: 0
}

.edit-link a.post-edit-link:hover {
    background-color: #fff;
    color: #fc721e
}

.navigation.post-navigation .nav-links {
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: 20px;
    background-color: #666
}

.navigation.post-navigation .nav-next a,.navigation.post-navigation .nav-previous a {
    border: 1px solid #a8a8a8;
    float: left;
    padding: 10px 15px;
    width: 50%;
    font-size: 15px;
    background-color: #666;
    color: #fff
}

.navigation.post-navigation .nav-previous a:before {
    content: '\f137';
    font-family: fontawesome;
    margin-right: 5px
}

.navigation.post-navigation .nav-next a:after {
    content: '\f138';
    font-family: fontawesome;
    margin-right: 5px;
    margin-left: 5px
}

.navigation.post-navigation .nav-links>div:nth-child(2) a {
    border-left: medium none;
    text-align: right
}

.single-post {
    margin-bottom: 20px
}

.single-post-img {
    float: left;
    width: 94px
}

.single-post-text {
    float: left;
    padding-left: 15px;
    width: 67%
}

.single-post-text h4 {
    font-size: 16px;
    line-height: 24px
}

.flickr_badge_image {
    display: inline-block;
    margin: 2px
}

.blog-tag-area li {
    display: inline-block
}

.blog-tag-area a {
    border: 1px solid #fc721e;
    display: block;
    padding: 10px 14px
}

.blog-social-icon .social-icon i.fa {
    color: #222
}

.blog-comment-area>h2 {
    margin-bottom: 45px
}

.commentor-img {
    display: inline-block;
    position: relative;
    z-index: 2
}

.blog-single-comment {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 60px
}

.commentor-img>img {
    border: 3px solid #fc721e;
    border-radius: 50%
}

.commentor-img:before {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border-color: transparent transparent transparent #fc721e;
    border-style: solid solid none;
    border-width: 25px 60px medium;
    content: "";
    height: 0;
    position: absolute;
    right: -92px;
    top: 23px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    width: 0;
    z-index: -1
}

.commentor-details {
    padding-left: 40px
}

.commentor-details>h4 {
    font-size: 15px;
    font-weight: 400
}

.commentor-details h5 {
    color: #7d7b7b;
    font-weight: 400
}

.commentor-details>p {
    color: #222;
    line-height: 28px;
    margin-bottom: 18px
}

.header-right-content.commentor-social-link a:hover {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid transparent
}

.reply-btn {
    background: orange none repeat scroll 0 0;
    border: 1px solid orange;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 15px 20px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.reply-btn:hover {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    color: orange
}

.post-comment-area>h2 {
    padding-bottom: 50px
}

.post-comment-area input {
    border: 1px solid #ededed;
    color: #888787;
    display: inline-block;
    height: 50px;
    margin-bottom: 30px;
    margin-right: 2%;
    outline: medium none;
    padding-left: 15px;
    width: 47%
}

.post-comment-area textarea {
    border: 1px solid #ddd;
    color: #888787;
    font-size: 14px;
    font-weight: 400;
    height: 150px;
    outline: medium none;
    padding-left: 15px;
    padding-top: 10px;
    resize: none;
    width: 100%
}

.post-comment-area input:focus {
    outline: medium none
}

.single-blog-left blockquote {
    border: medium none;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 10px 0 10px 30px
}

.single-blog-widged .search-form input {
    display: block;
    position: relative;
    width: 100%
}

.widged-search-area {
    position: relative
}

.search-submit {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: medium none;
    color: #999;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.cat-item span {
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px!important;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 30px
}

.cat-item {
    height: 50px;
    margin-bottom: 0;
    padding-bottom: 25px!important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 0;
    position: relative
}

.cat-item>a {
    font-weight: 400!important;
    margin: 0!important;
    position: relative;
    top: 3px
}

.cat-item:hover span {
    border: 1px solid #fc721e;
    color: #fc721e
}

.single-rated-details {
    display: inline-block
}

.single-rated-details>h4 {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.single-rated-list:hover .single-rated-details>h4 {
    color: #fc721e
}

.single-rated-details h5 {
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.single-rated-img {
    display: inline-block;
    float: right
}

.single-rated-list {
    margin-bottom: 30px;
    overflow: hidden
}

.product-price>ul.rated-stars {
    display: block;
    float: none;
    margin-bottom: 10px
}

.contact-form-area {
    padding: 100px 0 70px
}

.wpcf7-form-control-wrap {
    position: relative
}

.factory-contact-form input[type=email],.factory-contact-form input[type=tel],.factory-contact-form input[type=text],.factory-contact-form textarea {
    width: 100%
}

.factory-contact-form input {
    margin-bottom: 15px
}

.factory-contact-form p {
    margin: 0
}

.factory-contact-form textarea {
    height: 120px;
    margin-bottom: 30px;
    resize: none
}

.contact-form-area input[type=submit] {
    background: orange none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    padding: 0;
    width: 180px
}

.contact-form-area textarea,input[type=email],input[type=tel],input[type=text] {
    border: 1px solid #ddd;
    padding: 10px
}

.Contact-info-area {
    padding-left: 40px
}

.Contact-info-area>p i {
    color: orange;
    display: inline-block;
    margin-right: 15px
}

.vc_row.contact h2 {
    margin-bottom: 40px
}

.vc_row.contact i.fa {
    color: orange;
    margin-right: 5px
}

.factory-contact-form.billing-contact-form {
    padding-right: 35px
}

.faq-area {
    padding: 100px 0 40px
}

.factory-faq-content {
    overflow: hidden
}

.factory-faq-box h3 {
    font-size: 20px
}

.faq-area-heading {
    padding-bottom: 80px;
    text-align: center
}

.factory-faq-left {
    overflow: hidden;
    padding-right: 30px
}

.factory-faq-right {
    overflow: hidden;
    padding-left: 28px
}

.factory-faq-box {
    float: left;
    margin-bottom: 50px;
    padding-left: 40px;
    position: relative
}

.factory-faq-box:before {
    background: orange none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px orange;
    content: "";
    height: 13px;
    left: 4px;
    position: absolute;
    top: 5px;
    width: 13px
}

.thank-you-area.errr-area {
    padding: 90px 0 100px
}

.thank-you-area.errr-area h1 {
    color: #fc721e;
    font-size: 170px;
    font-weight: 900;
    opacity: .4;
    padding-bottom: 15px
}

.thank-you-area.errr-area h3 {
    color: #333;
    margin: 0
}

.thank-you-area.errr-area>p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px
}

section {
    padding: 80px 0
}

.cpsbtn {
    background: orange;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 4px
}

.cpsbtn2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 4px;
    border: 2px solid
}

.header-top-area {
    background: #155a30;
}

.social-icon {
    border-radius: 5px;
    border-color: transparent
}

.social-icon:hover {
    border: none
}

.social-iconf {
    background: #3b5998
}

.social-icont {
    background: #1da1f2
}

.social-iconi {
    background: #e30079
}

.social-iconp {
    background: #de0000
}

.social-iconl {
    background: #0077b5
}

#mainheader {
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.5)
}

.dwhfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1900;
    box-shadow: 0 -2px 12px rgb(0 0 0/30%);
    animation: smoothScroll 1s forwards
}

#ceilogo {
    max-height: 64px
}

.main-menu-wrap {
    margin: 12px 0;
    border: none
}

li.freetialli a,li.getquoteli a {
    margin: -15px 0;
    padding: 25px 0;
    line-height: 30px;
    color: #fff!important;
    border-radius: 4px
}

li.freetialli a {
    background: orange;
    border-radius: 6px;
}

li.getquoteli a {
    background: #1886b9;
    border-radius: 6px;
}

@media only screen and (min-width: 768px) and (max-width:990px) {
    .main-menu-wrap {
        margin:0
    }

    ul.main-menu {
        margin-top: 0
    }

    li.freetialli a,li.getquoteli a {
        line-height: 20px
    }
}

@media only screen and (min-width: 767px) {
    .cpsmgmnuli {
        position:static!important
    }
    .mhmnurow>a {margin-bottom: 5px;}

    .cpsmgmnuli:after {
        position: absolute;
        content: '';
        width: 130px;
        height: 11px;
        margin-left: -120px
    }

    .cpsmegamenu {
        visibility: hidden;
        opacity: 0;
        background: #fff;
        position: absolute;
        z-index: 999;
        left: 0;
        right: 0;
        margin-top: 29px;
        padding: 10px 15px 15px;
        transition: visibility .5s,opacity .5s linear;
        -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
        box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
        display: flex;
        justify-content: center;
        align-items: start;
    }

    .cpsmgmnuli:hover .cpsmegamenu {
        visibility: visible;
        opacity: 1
    }

    .cpsmegamenu .col-sm-3,.cpsmegamenu .col-sm-9 {
        padding: 0
    }

    .cpsmegamenu .col-sm-3>div {
        text-align: left;
        border: 1px solid #eee;
        margin: 5px 10px 10px 0;
        padding: 5px 10px;
        font-size: 18px;
        font-weight: 800;
        border-radius: 4px;
        color: #3c3a3a;
        display: flex;
        align-items: center;
    }

    .cpsmegamenu .col-sm-3>div.active {
        border: none;
        -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
        box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
        background: #155a30;
        color: #fbfbfb;
    }

    .mgmnutabcont {
        text-align: center;
        display: none
    }

    .mgmnutabcont h4 {
        display: none
    }

    .mgmnutabcont.active {
        display: block
    }

    .mhmnurow {
        clear: both;
        padding: 5px 0
    }

    .mgmnutabcont a {
        width: calc(25% - 5px);
        float: left;
        padding: 0!important;
        border-color: #ddd!important;
        -webkit-transition: all 0s ease 0s!important;
        transition: all 0s ease 0s!important
    }

    .mgmnutabcont p {
        font-size: 13px;
        line-height: 18px;
        text-transform: none;
        margin: 0;
        padding: 5px 3px
    }
}

@media only screen and (max-width: 767px) {
    #mainheader .container {
        display:none
    }

    .slicknav_menu {
        min-height: 85px;
        display: block;
    }

    .mobilemlogo img {
        width: 220px;
    }

    .slicknav_btn {
        padding: 15px;
        top: 15px
    }

    ul.slicknav_nav {
        max-height: calc(100vh - 100px);
        overflow-y: scroll;
        margin-top: 90px !important;!i;!;
        border-top: 1px solid #ddd
    }

    ul.slicknav_nav>li {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        margin: 0;
        font-size: 18px;
        padding: 10px 5px
    }

    ul.slicknav_nav>li a {
        color: #333;
        font-weight: 600
    }

    .cpsmegamenu .col-sm-3>div {
        display: none
    }

    .cpsmgmnuli>a {
        font-weight: 800!important
    }

    .mgmnutabcont {
        background: #f5f5f5;
        border: 1px solid #ccc;
        margin: 10px 0;
        position: relative;
        color: #333
    }

    .mhmnurow {
        clear: both;
        box-sizing: border-box;
        overflow: auto
    }

    .mgmnutabcont h4 {
        padding: 15px 20px 20px 15px;
        margin: 0;
        position: relative;
        cursor: pointer
    }

    .mgmnutabcont h4 i {
        position: absolute;
        right: 15px;
        font-size: 20px
    }

    .mgmnutabcont a {
        padding: 15px;
        margin: 0;
        max-width: 300px;
        float: left;
        display: none
    }

    .mgmnutabcont a:before {
        position: absolute;
        left: 0;
        right: 0;
        margin-top: -15px;
        content: '';
        border-top: 1px solid #ccc
    }

    .mgmnutabcont a img {
        width: 260px;
        float: left
    }

    .mgmnutabcont a p {
        margin: 0;
        padding: 0;
        font-weight: 600
    }

    li.freetialli a,li.getquoteli a {
        margin: 0;
        padding: 10px 15px
    }
}

.hmpgsldr {
    padding: 20px
}

.hmpgsldr h2 {
    font-weight: 700;
    font-size: 45px!important;
    color: #1f497d
}

.hmpgsldr h2 span {
    color: orange
}

.hmpgsldr p {
    line-height: 23px;
    margin-bottom: 20px
}

.sd897s {
    padding: 30px 0
}

@media only screen and (min-width: 768px) {
    .sd897s {
        margin-top:50px
    }
}

.sd897s>div>span {
    display: block;
    font-size: 11px;
    margin-top: 5px
}

.hmpgfeatures {
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 60px 0 80px
}

.hmpgfeatures img {
    background: #fff;
    width: 95px;
    border-radius: 10px;
    border: 2px solid orange;
    margin: 20px 0;
    padding: 10px
}

.hmpgfeatures h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1f497d
}

.hmpgfeatures p {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
}

.hmpgursrv {
    text-align: center;
    padding: 60px 0
}

.hmpgursrv h1,.hmpgursrv h2 {
    text-transform: uppercase;
    font-weight: 900
}

.hmpgursrv p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 23px;
    padding: 10px 0
}

.hmpgursrv img {
    margin: 15px 0;
    border: 1px solid #333
}

.hmpgprcss {
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 60px 0 30px;
    text-align: center
}

.hmpgprcss h2 {
    font-weight: 700
}

.hmpgprcss .col-sm-12 p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.hmpgprcss img {
    background: #f5f5f5;
    padding: 5px;
    border-radius: 3px;
    width: 70px;
    border: 1px solid #ddd;
    margin-bottom: 15px
}

.hmpgprcss h4 {
    font-weight: 900
}

.hmpgprcss h4 span {
    color: orange;
    font-size: 30px
}

.hmpgprcss .col-sm-4 p {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.hmpguralls {
    padding: 60px 0
}

.cpsemnidv h2 {
    text-align: center;
    font-weight: 800
}

.cpsemnidv p {
    text-align: center;
    margin-bottom: 25px
}

.cpsbtndv {
    background: #eee;
    border-radius: 4px;
    display: block;
    overflow: auto;
    padding: 0
}

.cpsbtndv>div {
    width: 33%;
    float: left;
    text-align: center;
    padding: 25px 0;
    font-size: 22px;
    font-weight: 700;
    color: #555;
    display: block;
    overflow: auto
}

.cpsbtndv>div i {
    color: #1f497d;
    font-size: 22px
}

.cpsbtndv>div.active {
    border-bottom: 5px solid orange
}

.cpsbtndv>div:not(:last-child) {
    border-right: 1px solid #ddd
}

.cpstabdiv {
    margin-top: 20px;
    display: none
}

.cpstabdiv.active {
    display: block
}

.cpstabdiv a {
    padding-left: 50px;
    margin-bottom: 30px
}

.cpstabdiv a i {
    position: absolute;
    left: 0;
    font-size: 35px;
    width: 52px;
    text-align: center;
    line-height: 50px;
    background: #eee;
    border-radius: 4px
}

.cpstabdiv a h4 {
    color: #444;
    font-weight: 900;
    margin-bottom: 5px
}

.cpstabdiv a p {
    color: #333
}

.cpstabdiv img {
    margin: 20px 0
}

@media only screen and (max-width: 1000px) {
    .cpsbtndv>div {
        font-size:13px;
        padding: 15px 5px;
        min-height: 80px
    }

    .cpsbtndv>div i {
        font-size: 13px;
        display: block
    }
}

.hmpgpricing {
    padding: 80px 0;
    background: #eee;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.hmpgpricing h2 {
    font-weight: 700;
    text-transform: uppercase
}

.hmpgpricing a {
    color: #333
}

.hmpgpricing img {
    background: #fff;
    padding: 15px;
    width: 120px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: 20px 0
}

.hmpgpricing h4 {
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 20px
}

.hmpgpricing a.cpsbtn {
    color: #fff;
    margin-top: 20px
}

.cpscounter {
    padding: 100px 0 40px;
    background: #21325b;
    text-align: center
}

.cpscnttbig {
    color: orange;
    font-size: 40px;
    font-weight: 900
}

.cpscnttsm {
    color: #fff;
    font-weight: 600
}

.cpscntbig {
    color: orange;
    font-size: 70px;
    font-weight: 600
}

.cpscntsm {
    color: #fff;
    font-size: 18px;
    margin-top: 20px
}

.cpscntsm,.cpscnttsm {
    margin-bottom: 50px
}

.hmpgbnft h2 {
    font-weight: 600
}

.hmpgbnft li {
    line-height: 25px;
    font-weight: 600
}

.hmpgdrow {
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 70px 0 50px
}

.hmpgdrow h2 {
    font-weight: 800
}

.hmpgdrow .col-sm-5 {
    text-align: center
}

.cpshmrctp {
    padding: 80px 0 50px
}

.cpshmrctp h2 {
    margin: 0 0 20px;
    text-align: center;
    font-weight: 800
}

.hmrctpstsg {
    margin: 40px 0;
    border: 1px solid #eee
}

.hmrctpstsg h3 {
    padding: 15px;
    margin: 0;
    font-size: 20px;
    font-weight: 700
}

.hmrctpstsg p {
    padding: 0 15px;
    line-height: 24px
}

.hmrctpstsg a {
    padding: 0 15px 15px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1f497d
}

.hmrctpstsgimg img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover
}

.oursrvcmnpg {
    padding: 60px 0
}

.oursrvcmnpg2 {
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.oursrvmcttl {
    text-align: center;
    margin-bottom: 20px
}

.oursrvmcttl h2 {
    font-weight: 800
}

.oursrvmcttl p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.oursrvmctxt img {
    width: 100%;
    max-width: 400px;
    margin: 0!important
}

.breadcroumb-areasrv {
    background: #162438;
    color: #fff;
    text-align: center;
    padding: 70px 30px
}

.srvpgbrcm h1 {
    text-transform: uppercase;
    font-weight: 900
}

.srvpgbrcm p {
    font-size: 16px;
    margin-bottom: 15px
}

a.srvpgft {
    background: #35baf2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700
}

.srvpginto {
    padding: 60px 0
}

.srvpginto .col-sm-8 {
    margin: 15px 0
}

.srvpginto p {
    font-size: 16px
}

.srvpginto img {
    border: 1px solid #333
}

.srvpginto img {
    margin: 15px 0
}

.srvpgfree {
    background: #e0e0e0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0;
    text-align: center
}

.sd897ss {
    margin-top: 60px
}

@media only screen and (min-width: 768px) {
    .sd897ss {
        position:relative;
        min-height: 450px;
        margin-top: 0
    }

    .sd897ss>div {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }
}

.srvpgfree h2 {
    text-transform: uppercase;
    font-weight: 900
}

.srvpgfree p {
    font-size: 16px
}

.srvpgfree a {
    clear: both
}

.srvpgfree img {
    max-width: 460px;
    width: 100%
}

.srvpgsmpl {
    padding: 60px 0 40px;
    text-align: center
}

.srvpgsmpl h2 {
    font-weight: 900;
    margin-bottom: 40px
}

.srvpgsmpl img {
    border: 3px solid #333;
    margin-bottom: 30px
}

.srvpgmainc {
    background: #f5f5f5;
    padding: 60px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.srvpgmainc h2 {
    position: relative;
    margin-top: 15px
}

.srvpgmainc h2:after {
    content: '';
    border-bottom: 3px solid orange;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: -10px
}

.srvpgmainc h3 {
    color: #555;
    font-weight: 700;
    margin-top: 12px
}

.srvpgmainc ul {
    list-style-type: inherit;
    list-style-position: inside
}

.srvpgmainc li {
    font-weight: 500
}

.srvpgfq {
    padding: 60px 0
}

.srvpgfq h2 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 30px
}

#cpsfaqcntnr>div {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 5px 10px
}

.cpsfqqstn {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    cursor: pointer
}

.cpsfqqstn:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 6px
}

#cpsfaqcntnr>div.active .cpsfqqstn:before {
    content: "\f106"
}

.cpsfqansr {
    font-size: 16px;
    margin: 10px 0 5px;
    display: none
}

.pricingtxt {
    padding: 60px 0 20px
}

.pricingtbl {
    padding: 40px 0;
    text-align: center
}

.pricingtbl h2 {
    font-weight: 900;
    margin-bottom: 20px
}

.prctable {
    margin-top: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden
}

.prctable h4 {
    background: #162438;
    color: #fff;
    font-size: 20px;
    line-height: 90px;
    margin-bottom: 0;
    box-shadow: 0 0 30px rgba(0,0,0,.3) inset
}

.prctable2 h4 {
    background: orange
}

ul.ptblulusd {
    background: #fffde0;
    min-height: 359px
}

.ptblulusd li {
    padding: 12px 5px;
    font-weight: 600;
    box-shadow: 0 0 20px rgba(0,0,0,.2) inset
}

.ptblulusd li:not(:last-child) {
    border-bottom: 1px solid #e3df98
}

.ptblulusd li strong {
    color: #212b7c;
    font-weight: 900
}

ul.ptblulopt {
    background: #eee;
    font-weight: 700
}

ul.ptblulopt li {
    padding: 15px 5px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 20px rgba(0,0,0,.3) inset
}

.prctable>div {
    background: #eee;
    padding: 15px 0;
    box-shadow: 0 0 20px rgba(0,0,0,.2) inset
}

.prctable>div a {
    background: orange;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 15px 10px;
    border-radius: 5px;
    text-transform: uppercase
}

.pricingbulk {
    padding: 30px 0
}

.pricingbulk span {
    font-weight: 700;
    font-size: 18px
}

.pricingbulk h2 {
    font-weight: 800
}

.pricingfaq {
    padding: 30px 0 60px
}

.pricingfaq h2 {
    font-weight: 800
}

.prcfqq {
    font-weight: 700;
    color: orange;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0
}

.prcfqa {
    font-size: 16px
}

.abtintro {
    font-size: 16px;
    text-align: justify
}

.abtintro img {
    float: right;
    width: 100%;
    max-width: 700px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px
}

.abtvission {
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.abtvission h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px
}

.abtvission h3:after {
    background: orange;
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    bottom: -10px;
    left: calc(50% - 35px)
}

.abtceodv {
    overflow: hidden;
    background-image: linear-gradient(0deg,rgba(64,84,178,0) 0,rgba(64,84,178,.1) 100%)
}

.ceottldv {
    position: relative;
    margin-bottom: 30px
}

.ceottldv:before {
    content: 'about';
    position: absolute;
    font-size: 200px;
    top: 0;
    left: 0;
    line-height: 100px;
    font-weight: 900;
    z-index: -1;
    color: #777;
    opacity: .1
}

p.cpsbtceo {
    font-weight: 800;
    color: orange
}

.abtceodv h2 {
    color: #162478;
    font-weight: 900;
    font-size: 35px
}

p.cpsceosucs {
    font-size: 20px;
    font-weight: 900
}

p.cpscosuc {
    color: #77f;
    font-size: 22px;
    font-weight: 600
}

.cpsceovoice {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #666;
    font-style: italic
}

.cpsceovoice i {
    font-size: 36px;
    color: #162438
}

.fa-quote-left {
    margin-right: 10px
}

.cpsceovoice span {
    position: relative
}

.fa-quote-right {
    margin-left: 10px;
    line-height: 0;
    position: absolute;
    bottom: 0
}

.cpsceovoice img {
    width: 100%;
    max-width: 500px;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,.5);
    box-shadow: 0 0 6px 2px rgba(0,0,0,.5);
    background: #fff
}

@media only screen and (min-width: 1000px) {
    .abtintro img {
        margin:0 0 10px 20px
    }

    .cpsceovoice img {
        margin: 0 20px 20px 0
    }
}

.cntcfrm .cpsbtn {
    background: #337ab7
}

.cntcfrm h4 {
    text-transform: uppercase;
    font-weight: 800
}

.cntcfrm .col-md-7 h4 {
    margin-top: 15px
}

.cntcfrm .col-md-7 {
    margin-bottom: 15px
}

.cntcfrm input,textarea {
    border-color: #ddd;
    border-radius: 4px;
    padding: 10px
}

.cntcfrm .col-md-5 ul {
    margin-bottom: 20px
}

.cntcfrm li {
    position: relative;
    padding: 5px 0 5px 30px;
    max-width: 300px;
    font-weight: 600
}

.cntcfrm li i {
    position: absolute;
    left: 0;
    font-size: 18px;
    top: 7px;
    color: #135aa7
}

.cpssctxtfq {
    padding: 60px 0 80px
}

.cpssctxtfq h2 {
    font-size: 20px;
    font-weight: 800;
    margin-top: 30px
}

.cpssctxtfq #cpsfaqcntnr {
    border: 1px solid #ccc
}

.cpssctxtfq #cpsfaqcntnr>div {
    margin: 0;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0
}

.cpssctxtfq #cpsfaqcntnr>div:first-child {
    border-top: 0
}

.cpssctxtfq .cpsfqqstn {
    margin: 0;
    color: #162438;
    padding: 5px 5px 6px 30px;
    background: #f5f5f5
}

.cpssctxtfq .cpsfqqstn:before {
    left: 10px;
    top: 10px
}

.cpssctxtfq .cpsfqansr {
    border-top: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0
}

.freetrialmain {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto
}

.freetrialmain h2 {
    font-weight: 800;
    margin-bottom: 30px
}

.freetrialmain input {
    border-radius: 4px
}

.freetrialmain .labenmain {
    font-size: 18px;
    margin-top: 15px
}

.labenmainc {
    margin-bottom: 15px;
    text-transform: uppercase
}

.freetrialmain #ffile {
    padding: 40px;
    border: 3px dashed #133a87;
    border-radius: 0;
    margin: 10px 0 0;
    width: 100%
}

.dwred {
    color: red;
    font-weight: 600
}

.dwgreen {
    color: green;
    font-weight: 600
}

.cpsblgpg {
    padding: 80px 0 50px
}

#categories-2,#search-2,#tags-2 {
    padding-top: 0;
    padding-bottom: 0
}

.cpsblgpg .widget-title {
    margin: 0 0 25px;
    font-weight: 700;
    position: relative
}

.cpsblgpg .widget-title:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: orange;
    left: 0;
    bottom: -10px
}

.dwbtags a {
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0 5px 5px 0
}

.cpsblgpg .entry-content img {
    border: 1px solid #ccc
}

.cpsblgpg .entry-content h2 {
    margin: 0 0 15px;
    padding: 0
}

.cpsblgpg .entry-content p {
    margin-bottom: 15px
}

.pagination {
    margin-bottom: 60px
}

.pagination>a,.pagination>span {
    color: #fff;
    border: 0;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 4px;
    font-weight: 600
}

.pagination>span {
    background: #111240
}

.pagination>a {
    background: orange
}

.cpsblogsinglepg img {
    border: 1px solid #ccc
}

.cpsblogsinglepg .wp-caption-text {
    color: orange;
    font-style: italic
}

.hmpgfootcta {
    padding: 15px 0;
    background: #4665b1;
    color: #fff;
    text-align: center;
    font-size: 18px
}

.hmpgfootcta a {
    margin-left: 5px;
    font-size: 15px
}

footer.site-footer {
    background: #0e3e21;
    color: #fff;
    padding: 80px 0 0
}

#cpsfootcnt,#cpsfootlgd,#cpsfootnvl,#cpsfootpmd {
    padding-top: 0
}

#cpsfootlgd img {
    max-width: 300px;
    width: 100%
}

#cpsfootlgd p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #fff
}

#cpsfootnvl ul li {
    margin-bottom: 3px
}

#cpsfootnvl ul li a {
    color: #fff
}

#cpsfootnvl ul li i {
    color: orange
}

#cpsfootcnt ul li {
    padding-left: 23px;
    position: relative;
    margin-bottom: 10px;
    max-width: 240px;
    color: #fff
}

#cpsfootcnt ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
    color: orange
}

#cpsfootpmd p {
    color: #fff;
    line-height: 20px;
    margin: 0 0 10px
}

img.cpspmpp {
    max-width: 230px;
    margin-bottom: 10px;
    display: block
}

.footterm a {
    color: #fff
}

.footer-bottom-text p {
    color: #bbb
}

@media only screen and (max-width: 767px) {
    .hmpgfootcta span {
        display:block;
        padding-bottom: 10px
    }

    .srvpgbrcm h1 {
        font-size: 25px
    }
}

.main-menu-wrap ul li.menuactive a {
    color: #1f497d;
    font-weight: 900
}

li.cpsmgmnuli a.ecx-fs-menu {
    display: flex;
    justify-content: space-between;
    font-weight: 600 !important;
}

a.ecx-fs-menu i {
    font-size: 22px;
}
.mhmnurow a:hover {
    background: #155a30;
    color: #fff;
}
.mhmnurow a>img {
    border-radius: 100px;
}
li.mb_cpsmgmnuli .mhmnurow a>img {
    border-radius: 0;
}
@media only screen and (min-width: 900px) {
 
    .mfp-content {
        margin-top: 40px;
    }
 
}
.footer-bottom-text p {
    color: #fff;
}

.footer-bottom-text p a {
    color: #e6f7ec !important;
}
.slicknav_btn,.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_menu,.slicknav_menu * {
    box-sizing: border-box
}

.slicknav_btn {
    position: relative;
    display: block;
    float: right;
    padding: .438em .625em;
    line-height: 1.125em
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
    background: 0 0;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(0,0,0,.25)
}

.slicknav_menu:after,.slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after {
    clear: both
}

.slicknav_nav li,.slicknav_nav ul {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row,.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu {
    *zoom:1;font-size: 16px;
    background: #ffffff;
    padding: 5px
}

.slicknav_nav,.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em
}

.slicknav_nav ul {
    margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #fff
}

.slicknav_nav a {
    text-decoration: none;
    color: #fff
}

.slicknav_nav a:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc;
    color: #222
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}
.cpsmegamenu {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
}

button[type="submit"] {
    background: #007F00;
    border: #007F00;
}

button[type="submit"]:hover {
    background: #014F7F;
    border: #014F7F;
}

button.ecm-fileSelectBtn {

    background: #007F00;
    border: #007F00;
}

button.ecm-fileSelectBtn:hover {
    background: #014F7F;
    border: #014F7F;
}
.entry-content.clear {
    padding: 0;
}
