body { font-family: 'Montserrat', sans-serif; color: #000; }
img { outline: none; max-width: 100%;}
a { text-decoration: none;}
ul { margin: 0px; padding: 0px; list-style: none; }

/* Website branding colors*/
.gray-color { background-color: #F8F8F8;}
.white-color { background-color: #fff;}
.red-color { background-color: #EE2010;}
.aqua-color { background-color: #0098DA;}
.text-color { background-color: #333333;}
.green-color { background-color: #8FC74A;}
.brown-color { background-color: #7E431B;}
.golden-color { background-color: #C8903D;}
.light-golden-color { background-color: #F9F4EC;}

.value-bg-color-1 { background-color: #E8E6B6; }
.value-bg-color-2 { background-color: #D2B6E8; }
.value-bg-color-3 { background-color: #B6E8CA; }
.value-bg-color-4 { background-color: #B6E2E8; }
.value-bg-color-5 { background-color: #F6D7D7; }

.white-text-color { color: #fff;}
.red-text-color { color: #EE2010;}
.aqua-text-color { color: #0098DA;}
.text-text-color { color: #000;}
.green-text-color { color: #8FC74A;}
.brown-text-color { color: #7E431B;}
.golden-text-color { color: #C8903D;}

/* Website font sizes */
.font-14 { font-size: 14px; }
.font-16 { font-size: 16px; }
.font-18 { font-size: 18px; }
.font-20 { font-size: 20px; }
.font-24 { font-size: 24px; }
.font-26 { font-size: 26px; }
.font-28 { font-size: 28px; }
.font-40 { font-size: 40px; }

/* Common padding */
.section-padding { padding-top: 180px; padding-bottom: 180px; }
.section-padding-2 { padding-top: 100px; padding-bottom: 100px; }
.section-padding-3 { padding-top: 80px; padding-bottom: 80px; }

.link, .link:hover { color: #7E431B; font-weight: 600; }
.black-link, .black-link:hover { color: #000; font-weight: 600; }

.font-bold-500 { font-weight: 500;}
.font-bold-600 { font-weight: 600;}
.font-bold-700 { font-weight: 700;}

.brand-highlight { color: #7E431B; font-weight: bold;}

.inner-shadow { box-shadow: inset 0 0 10px rgba(0,0,0,0.2); }
.button-link { background-color: #7E431B; padding: 10px 30px; border-radius: 5px; display: inline-block; color: #fff; margin: 0 5px; }
.button-link.outline { border: 2px solid #222; background-color: #222; color: #C8903D; }
.button-link:hover { color: white; background-color: #AB7320; transition: 0.2s ease-in-out;}
.sub-title { position: relative; margin-bottom: 100px; }
.sub-title:before { background-color:#EE2010; width: 80px; height: 6px; border-radius: 20px; position: absolute; content: ''; bottom: -10px; left: 0px; }

.white-btn { background-color: #fff; }
.view-morebtn, .white-btn { border: none; border-bottom: 5px solid transparent; transition: 0.2s ease-in-out; padding: 8px 25px 3px 25px; border-radius: 5px; display: inline-block; color: #000000; margin: 0px 15px 0px 0px; position: relative; }
.view-morebtn { border: none; border-bottom: 5px solid transparent; background-color: #C8903D; transition: 0.2s ease-in-out; padding: 8px 25px 3px 25px; border-radius: 5px; display: inline-block; color: #000000; margin: 0px 15px 0px 0px; position: relative; }
.white-btn:hover { color: #000000; border-bottom: 5px solid #7E431B; }
.view-morebtn:hover { border-bottom: 5px solid #7E431B; background-color: #C8903D; color: #000000; transition: 0.2s ease-in-out; }

/* CSS STYLE FOR HEADER & Navigation */ 

.header {background-image: url(../images/header-corner-bg.svg); background-repeat: no-repeat; background-position: right top; }
.header-text { text-align: right; }
.header .navbar-nav .nav-item { margin-left: 25px; }
.header .navbar-nav .nav-link { color: #000; position: relative; padding: 5px 0px; font-weight: 500; }
.header .navbar-nav .nav-link:hover, .header .navbar-nav .nav-link.dropdown-toggle.show { color: #7E431B; }
.header .navbar-nav .nav-link:hover { position: relative; }
.header .navbar-nav .nav-link:hover:before { animation: navHover 0.3s forwards ease-in-out; transition: 0.2 ease-in-out; content: ''; bottom: 0px; left: 0px; position: absolute; height: 3px; background-color: #7E431B; width: 5px;  }
.header .navbar-nav .selected .nav-link, .header .navbar-nav .active .nav-link { color: #7E431B; }
.header .navbar-nav .selected .nav-link:before, .header .navbar-nav .active .nav-link:before { width: 100%; height: 3px; background-color: #7E431B; content: ''; display: block; position: absolute; bottom: 0px; left: 0px; }
.contact-link .nav-link { background-color: #C8903D; border-radius: 25px; padding: 5px 20px !important; display: inline-block; color: #fff !important; }
.contact-link .nav-link:hover { color: #fff; }
.contact-link .nav-link:before { display: none; }

@keyframes navHover {
    0% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

.task-menu-section { display: none;}
.dropdown-menu.show { border: none; background-color: #fff; box-shadow: 0px 0px 5px rgba(0,0,0,0.1);}
.dropdown-menu.show a { color: #000;}
.dropdown-menu.show a:hover, .dropdown-menu.show a.active { background-color: #C8903D;}

.home-banner-revised { background-repeat: no-repeat; background-position: center center; position: relative; display: flex; justify-content: center; padding: 150px 0px; background-size: cover; }
.home-quote { max-width: 50%; margin: 0px auto; text-align: center; color: #FFF; }
.home-quote .button-link { background-color: #fff !important; color: #000;}
.home-quote h1 { text-shadow: 0px 3px 5px rgba(0,0,0,0.5); font-size: 60px; font-weight: 700;}
.home-quote h1 span { background-color: #C8903D; padding: 0px 15px; }
.home-gallery img { margin-bottom: 15px; }
.home-gallery .carousel-indicators { bottom: -50px;}
.home-gallery .carousel-indicators button { background-color: #CCCCCC; height: 6px; border-radius: 5px; border: none; }
.home-gallery .carousel-indicators button.active { background-color: #EE2010; }

.about-section h2 { font-size: 40px; }
/* CSS FOR MANAGED VIRTUAL STAFF */
.managed-virtual-block { text-align: center; }
.managed-virtual-block h5 { font-size: 20px; font-weight: 600; margin-bottom: 10px; }
.service-quotes { background-color: #fff; font-size: 21px; text-align: center; padding: 30px 100px; position: relative; }
.service-quotes:before, .service-quotes:after { font-size: 150px; color: #C8903D; content: '"'; position: absolute; top: 0px; font-family: Georgia, 'Times New Roman', Times, serif; opacity: 0.3; }
.service-quotes:before { left: 20px; }
.service-quotes:after { right: 20px; }

.service-list { margin: 0px 0px 20px 0px; padding: 0px; list-style: none; }
.service-list li { padding-left: 90px; position: relative; margin-bottom: 15px; min-height: 65px; }
.service-list li img { position: absolute; left: 0px; top: 0px; }

.bullet-list li { margin: 0px 0px 10px 0px; padding: 5px 0px 5px 30px; background-image: url(../images/tick.svg); background-repeat: no-repeat; background-position: left 8px; line-height: 22px; }
.bullet-list li { background-position: left 5px; }
.service-section .service-row { padding-top: 50px; padding-bottom: 50px; }
.service-section .service-row .row{align-items: unset !important; }
.service-section .service-row img { width: 550px; margin-left: auto;}
.service-section h2 { font-size: 40px; margin-bottom: 50px;}
.service-section h3 { font-size: 30px; font-weight: 600; position: relative; margin-bottom: 25px; color: #000;}
.service-section h3.small-ttl { font-size: 20px !important;}
.service-section h3:before { content: ''; bottom: -7px; left: 0px; position: absolute; height: 3px; background-color: #C8903D; width: 5px; transition: 0.2 ease-in-out; animation: title 1.5s infinite ease-in-out; }
.transformservice img { width: 50px; }
.whytaskpapa img { width: 80px; }
.transformative-item { background-color: #fff; padding: 15px 15px 0px 15px; height: 170px; margin-bottom: 20px; border-radius: 5px; }
.transformative-item h5 { font-size: 18px; font-weight: bold; }
.transformative-item p { font-size: 16px; }

.highlighted-text { background-color: #fff; display: inline-block; color: #C8903D; position: relative; overflow: hidden; padding: 8px 15px 8px 45px; font-weight: 600; font-size: 16px; }
.highlighted-text:before { background-color: #C8903D; width: 100px; height: 10px; content: ''; position: absolute; transform: rotate(100deg); z-index: 0; left: -35px; }
.highlighted-text:after { background-color: #C8903D; width: 100px; height: 10px; content: ''; position: absolute; transform: rotate(100deg); z-index: 0; left: -20px; }

.pricing-quote { width: 70%; }

.offersection { position: relative; overflow: hidden; }
.offersection:before { position: absolute; content: ''; background-image: url(../images/curve.svg); background-repeat: no-repeat; background-position: right top; right: -50px; top: -50px; width: 310px; height: 170px; }

@keyframes lineElement {
    0% {
        background-position: left -130px;
    }
    50% {
        background-position: left -160px;
    }
    100% {
        background-position: left -130px;
    }
}

@keyframes title {
    0% {
        width: 5px;
    }
    50% {
        width: 80px;
    }
    100% {
        width: 5px;
    }
}

.value-section { text-align: center; }
.value-section span { display: block; font-size: 28px; font-weight: bold; width: 100px; height: 100px; line-height: 100px; border-radius: 50%; margin: 0 auto 10px auto; }

.link-button { font-weight: 600; font-style: italic; font-size: 18px; border-bottom: 2px dotted #000000; color: #000000; display: inline-block;}
.link-button:hover { border-bottom: 2px dotted #C8903D; color: #C8903D;}

/* benefit-virual-staff */
.benefit-virual-staff { background-color: #fff; position: relative; padding: 50px 15px 15px 15px; border-radius: 5px; height: 100%; }
.benefit-virual-staff img { position: absolute; right: 15px; top: 15px; max-width: 70px; }
.benefit-virual-staff h5 { padding-right: 100px; font-size: 20px; font-weight: 600; color: #7E431B; }

/* comprehensive-block */
.comprehensive-block { background-color: #F9F4EC; padding: 25px 25px 15px 25px; height: 100%; border-radius: 5px; }
.comprehensive-block p { margin: 0px;}
.comprehensive-block img { margin-bottom: 15px; max-width: 80px; }
.comprehensive-block h5 { font-size: 18px; color: #7E431B; font-weight: 700; }

/* commitment-box */
.commitment-box { background-color: #fff; border-radius: 5px; padding: 20px 20px 20px 140px; position: relative; }
.commitment-box h5 { font-size: 18px; font-weight: 600; color: #7E431B; }
.commitment-box li { margin-bottom: 10px; line-height: 22px; padding-left: 30px; position: relative; }
.commitment-box li:before { background-image: url(../images/round-arrow.svg); position: absolute; width: 20px; height: 20px; display: inline-block; left: 0px; content: ''; }
.progress-bar { display: flex; justify-content: center; align-items: center; width: 100px; margin: 0 auto; height: 100px; border-radius: 50%; position: absolute; left: 20px; top: 20px; }
.progress-bar span { color: #000;  font-weight: bold; font-size: 18px; }
.progress-bar.score10 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 10%, #C8903D 0);}
.progress-bar.score15 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 15%, #C8903D 0);}
.progress-bar.score20 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 20%, #C8903D 0);}
.progress-bar.score25 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 25%, #C8903D 0);}
.progress-bar.score30 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 30%, #C8903D 0);}
.progress-bar.score35 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 35%, #C8903D 0);}
.progress-bar.score40 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 40%, #C8903D 0);}
.progress-bar.score45 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 45%, #C8903D 0);}
.progress-bar.score50 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 50%, #C8903D 0);}
.progress-bar.score55 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 55%, #C8903D 0);}
.progress-bar.score60 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 60%, #C8903D 0);}
.progress-bar.score65 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 65%, #C8903D 0);}
.progress-bar.score70 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 70%, #C8903D 0);}
.progress-bar.score75 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 75%, #C8903D 0);}
.progress-bar.score80 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 80%, #C8903D 0);}
.progress-bar.score85 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 85%, #C8903D 0);}
.progress-bar.score90 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 90%, #C8903D 0);}
.progress-bar.score95 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 95%, #C8903D 0);}
.progress-bar.score100 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#7E431B 100%, #C8903D 0);}


.testimonials-item { background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 150px 0px 0px 0px; height: 350px; position: relative;  }
.testimonials-item .testimonial-data { background-color: rgba(0,0,0,0.5); padding: 20px; position: absolute; bottom: 0px; }
.testimonials-item h5 { font-size: 22px; font-weight: 600; }
.testimonials-item p, .testimonials-item h5, .process-item p, .process-item h5 { color: #fff; }

.compare-table { width: 100%; border:1px solid #CCCCCC; text-align: center; }
.compare-table td, .compare-table th { border-bottom:1px solid #CCCCCC; padding: 8px; text-align: center; border-right:1px solid #CCCCCC; font-weight: 600; }
.compare-table tr td:first-child { border-left:5px solid #C8903D; text-align: left; font-weight: 600; }
.highlight-cell {  background-color: rgba(31, 116, 194, 0.2);}
.highlight-cell-1 {  background-color: rgba(0, 0, 0, 0.06);}
.highlight-cell-2 {  background-color: rgba(0, 0, 0, 0.02);}

.how-it-work-section .process-item { min-height: 350px; height: 100%; }
.process-item { width: 100%; height: 180px; position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.process-item .testimonial-data { background-color: rgba(0,0,0,0.6); padding: 20px 20px 20px 20px; height: 100%; bottom: 0px; display: flex; flex-wrap: wrap; flex-direction: column;  justify-content: end; }
.process-item .howitwork-data { background-color: rgba(200,144,61,0.15); padding: 20px 20px 20px 20px; height: 100%;  }
.process-item .howitwork-data img { width: 80px; }
.process-item .howitwork-data p, .process-item .howitwork-data h5 { color: #444; }
.process-item:hover .testimonial-data { background-color: rgba(126,67,27,0.8); }
.process-item .testimonial-data h5 { font-size: 20px; font-weight: 600; }

.industries-process .process-item { width: 100%; height: 250px; }
.Testimonial-Wrp { text-align: center; }
.Testimonial-Wrp .container { max-width:1100px; }
.Testimonial-Slider { text-align: left; margin: 40px 0 0; }
.Testimonial-Slider .owl-item, .Testimonial-Slider .item { min-height:100%; }
.Testimonial-Slider .item { padding:25px; border:1px solid #ff6138; background: white; transition:0.2s ease-in-out; transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); }
.Testimonial-Slider .Name-Image { display: flex; align-items: center; margin:0 0 20px; }
.Testimonial-Slider .Name-Image img { min-width:80px; max-width:80px; height:80px; object-fit: cover; border:2px solid rgba(0,0,0,0.25); margin:0 20px 0 0; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
.Testimonial-Slider .Name-Image h4 { margin:0; }
.Testimonial-Slider .item:hover { background-color: rgba(126,67,27,0.8); transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); }
.Testimonial-Slider .item:hover * { color: white; }
.Testimonial-Slider .owl-nav { display: none; }
.Testimonial-Slider .owl-dots { display: flex; justify-content: center; align-items: center; margin:10px 0 0; }
.Testimonial-Slider .owl-dots .owl-dot { width:12px; height:12px; background: black; margin:10px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; box-shadow: 0 0 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; }
.Testimonial-Slider .owl-dots .owl-dot.active { background: white; box-shadow: 0 0 0 3px; -webkit-box-shadow: 0 0 0 3px; -moz-box-shadow: 0 0 0 3px; }


/* CSS STYLE FOR Footer */
.contact-section { background-image: url(../images/contact-bg.svg); background-repeat: no-repeat; background-position: right top; }
footer { background-color: #222; }
footer h5 { font-size: 18px; color: #fff; font-weight: 600; margin-bottom: 10px; border-left: 4px; padding-left: 20px; }
footer ul { margin: 0px 0px 0px 20px; padding:10px 10px 10px 20px; list-style: disc; color: #fff; }
footer ul li a { color: #fff; line-height: 22px; }
footer ul li a:hover { color: #C8903D; }
.footer-contact-bg { background-color: rgba(0,0,0,0.2); padding-top: 20px; padding-bottom: 20px;}
.footer-copyright { border-top: 1px solid rgba(255,255,255,0.1); }

.social-icons { margin: 0px; padding: 0px;background-color: transparent; }
.social-icons li { display: inline-block; }
.i-facebook, .i-twitter, .i-linkedin, .i-instagram { width: 26px; height: 26px; display: inline-block; background-repeat: no-repeat; background-position: center center; margin:0px 5px; }
.i-facebook { background-image: url(../images/facebook.svg); }
.i-twitter { background-image: url(../images/twitter.svg); }
.i-linkedin { background-image: url(../images/linkden.svg); }

.address, .phone, .email { background-repeat: no-repeat; background-position: left 5px; background-size: 20px; padding-left: 35px; }
.address {  background-image: url(../images/icon-address.png); }
.phone {  background-image: url(../images/icon-phone.png); }
.email {  background-image: url(../images/icon-email.png); }
.email a { color: #C8903D; }

/* CSS STYLE FOR INNER PAGES */
.inner-page-banner { background-position: center center; background-repeat: no-repeat; padding: 100px 0px; background-size: cover; }
.inner-page-banner h1 { margin: 0px; padding: 0px; text-align: center; width: 100%; font-size: 40px; font-weight: bold; color: #fff; }

.sticky-note { display: flex; align-items: center; justify-content: center; position: relative; padding: 1em; width: 300px; min-height: 100px; margin: 0 30px 30px 0; padding-top: 30px; background: linear-gradient(top, rgba(0,0,0,.05), rgba(0,0,0,.25)); background-color: #F6D57A; box-shadow: 5px 5px 10px -2px rgba(33,33,33,.3); color: #7E431B; transform: rotate(2deg); transform: skew(5deg,-7deg); transition: transform .15s; z-index: 1; }
.sticky-note:before { background-image: url(../images/sticky-pin-1.svg); background-repeat: no-repeat; background-position: center center; content: ''; position: absolute; width: 50px; height: 50px; top: -30px; left: 50%; z-index: 2; }
.sticky-note:after { background-color: rgba(0,0,0,0.2); content: ''; border-radius: 50%; position: absolute; width: 20px; height: 10px; top: 15px; left: 50%; margin-left: -10px; }

/* CSS STYLE FOR TOOL BOX */
.tool-box { background-color: #fff; border-radius: 6px; margin-bottom: 15px; border: 1px  solid #7E431B; min-height: 140px; }
.tool-box h4 { background-color: #7E431B; border-radius: 5px 5px 0px 0px; display: block; width: 100%; margin: 0px; padding: 10px 10px; color: #fff; font-size: 16px; text-align: center; }
.tool-box .tool-content { padding: 15px 15px; width: 100%; }
.tool-box .tool-content span { display: inline-block; border-radius: 25px; font-size: 14px; font-weight: 600; background-color: #ddd; margin: 0px 3px 5px 0px; padding: 3px 8px; }

.contact-info { width: 100%; text-align: center; margin-bottom: 25px; }
.contact-info a { display: inline-block; border-radius: 5px; border:1px dashed #fff; padding: 5px 15px; margin: 0px 5px 8px 0px; color: #fff;}
.contact-info a:hover { display: inline-block; border-radius: 5px; background-color:#7E431B; padding: 5px 15px; margin: 0px 5px 8px 0px; color: #fff;}

.digital-marketing-box { border: 1px solid #7E431B; border-top-width: 10px; border-radius: 10px; background-color: #fff; background-color: #fff; padding: 20px; }
.digital-marketing-box h3 { font-size: 20px; }

.case-study article { border: 1px solid #C8903D; padding: 20px; position: relative; min-height: 212px; padding-left: 300px; margin-bottom: 25px; }
.case-study article img { position: absolute; left: 0; top: 0px; max-width: 280px; }
.case-study article h2 { margin: 0px 0px 20px 0px; padding: 0px; list-style: none; font-size: 20px; font-weight: 700; color: #222; }
.case-study article h2 a { color: #222; }
.case-study article h2 a:hover { color: #C8903D; }


/*Add the media query for the immediate effect*/
@media (max-width: 768px) {
    .case-study article{
        margin-inline : 10px;
        padding : 0px;
    }
}


.get-free-quote { background-color: #F9F4EC; border: 1px solid #C8903D; border-right-width: 6px; border-bottom-width: 6px; padding: 20px; border-radius: 3px;}
.get-free-quote input, .get-free-quote textarea { border: 1px solid #7E431B; padding: 8px 15px; border-radius: 4px; resize: none; font-size: 14px; }
.get-free-quote label { color: #7E431B; font-weight: 600; margin-bottom: 8px; }
.get-free-quote button, .get-free-quote input[type="submit"] { background-color: #7E431B; font-size: 16px; color: #fff; border-radius: 4px; padding: 8px 25px; border: none; }
.get-free-quote button:hover, .get-free-quote input[type="submit"]:hover { background-color: #7E431B; }
.contactbanner { background-color: #7E431B; padding: 20px; text-align: center; font-size: 16px; color: white; }

.price-tables { display: flex;  }
.price-card { padding: 15px; border-radius: 5px; margin: 0px 10px; min-width: calc(20% - 20px); }
.price-card-header { text-align: center; font-size: 26px; font-weight: bold; background-color: rgba(0, 0, 0, 0.04); border-radius: 5px; color: #333; }
.price-card-details ul { margin: 0px; padding: 0px; list-style: none; min-height: 320px; }
.price-card-details ul li { padding: 10px 0px; text-align: center; font-size: 16px; color: #222; border-bottom: 1px solid rgba(0,0,0,.08); }
.price-card-details ul li:last-child { border-bottom: none; }


/* .pricing-table { width: 80%; margin: 0 auto; position: relative; margin-bottom: 30px;}
.pricing-table ul { margin: 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap; border-radius: 10px; border: 1px solid #7E431B; }
.pricing-table ul li { flex: 1 0 20%; padding: 10px; border-bottom: 1px solid #7E431B; border-right: 1px solid #7E431B; }
.pricing-table ul li.ttl, .pricing-table ul li.hrs.ttl { background-color: #7E431B; color: #fff; }
.pricing-table ul li.hrs { background-color: #C8903D; }
.pricing-table ul li.ttl:first-child { border-radius: 6px 0px 0px 0px;}
.pricing-table ul li.ttl:nth-child(5) { border-radius: 0px 6px 0px 0px;} */

/* .pay-as-go-plan { background-color: #7E431B; border-radius: 10px; padding: 20px; width: 300px; margin: -100px auto; color: #fff; }
.pay-as-go-plan li { text-align: center; border-bottom: 1px solid #C8903D; font-size: 14px; padding: 8px 10px;}
.pay-go-section { margin-top: 100px; margin-bottom: 120px; } */
.pricing-quote { width: 70%; margin: 0 auto; }
.address-section { padding: 15px 15px 15px 80px; background-color: #F9F4EC; border-radius: 3px; margin-bottom: 10px; position: relative;}
.address-section img { width: 40px; position: absolute; left: 15px; }
.address-section a { color: #7E431B; }

.about-info { width: 100%; height: 100%; background-color: #C8903D; border-radius: 5px; padding: 30px; border-left: 80px solid #7E431B; position: relative; }
.about-info h3 { font-size: 40px; color: #fff; position: absolute; writing-mode: tb-rl; transform: rotate(180deg); left: -90px; font-weight: 700; top: 20px; opacity: 0.6; }
.about-info p { font-size: 16px; color: #fff; }

.impact-ttl { position: relative; display: block; text-align: right; font-size: 30px; font-weight: 600; padding-right: 40px; }
.impact-ttl:before { width: 0; height: 0; right: 0px; border-top: 50px solid transparent; border-bottom: 50px solid transparent; border-left: 30px solid #7E431B; content: ''; display: block; position: absolute; animation: impactlArrow 1s ease-in-out infinite; }

@keyframes impactlArrow {
    0% {
        right: 5px;
    }
    25% {
        right: 0px;
    }
    50% {
        right: -5px;
    }
    100% {
        right: 0px;
    }
}

.how-it-work-chart { width: 100%; position: relative; }
.how-it-work-chart:before { width: 2px; position: absolute; left: 50%; margin-left: -1px; background-color: #C8903D; content: ''; display: block; height: 100%; }
.how-it-work-chart .service-row.left-chart .benefit-point, .how-it-work-chart .service-row.right-chart .benefit-point { position: relative; }
.how-it-work-chart .service-row.left-chart .benefit-point { padding-right: 50px; }
.how-it-work-chart .service-row.right-chart .benefit-point { padding-left: 50px; }
.how-it-work-chart .service-row.left-chart .benefit-point:before, .how-it-work-chart .service-row.right-chart .benefit-point:before { background-color: #7E431B; width: 20px; height: 20px; border-radius: 50px; display: inline-block; content: ''; position: absolute; }
.how-it-work-chart .service-row.left-chart .benefit-point:before { right: -10px; top: 50%; margin-top: -10px;}
.how-it-work-chart .service-row.right-chart .benefit-point:before {  left: -10px; top: 50%; margin-top: -10px; }




/* CSS STYLE FOR RESPONSIVE */
@media screen and (max-width: 992px) {
    .home-quote h1 { text-shadow: 0px 3px 5px rgba(0,0,0,0.5); font-size: 30px; font-weight: 600; line-height: 40px;}
    .home-quote { max-width: 70%; margin: 15% auto 0px auto; }
    .section-padding { padding-top: 90px; padding-bottom: 90px; }
    .section-padding-2 { padding-top: 60px; padding-bottom: 60px; }
    .section-padding-3 { padding-top: 40px; padding-bottom: 40px; }
    .sub-title:before {  display: none; }
    .header .navbar-nav .nav-item { margin-left:0px; }
    .header .navbar-nav .nav-item .nav-link { padding-left:15px; padding-right:15px; }
    .header .navbar-toggler { position: absolute; right: 30px; }
    .navbar-collapse { width: 0px; transition: 0.2s ease-in-out;}
    .navbar-collapse.collapsing, .navbar-collapse.collapse.show { width: 250px; position: fixed; height: 100%!important; left: 0px; top: 0px; background-color: #f5f5f5; box-shadow: 0px 0px 10px rgba(0,0,0,0.2); z-index: 5; padding: 0px;  transition: 0.2s ease-in-out; overflow-y: auto; }
    .task-menu-section { display: block; padding: 15px 0px; text-align: center; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
    .task-menu-section img { width: 100px; }
    .header-text { display: none; }
    .task-menu-section .header-text { display: block; text-align: center; }
    .task-menu-section .header-text span { display: block !important; }
    .dropdown-menu.show { border: none; background-color: #C8903D; padding-left: 25px; border-radius: 0px;}
    .header .dropdown-item { white-space: wrap; }
    .dropdown-item.active, .dropdown-item:active, .dropdown-menu.show a:hover, .dropdown-menu.show a:focus { background-color: #fff; color: #333; border-radius: 5px 0px 0px 5px; }    
}

@media screen and (max-width: 768px) {
    .service-section h2, .about-section h2, .font-40 { font-size: 25px; }
    .navbar-toggler { border: 3px solid #C8903D;}
    .navbar-toggler:focus { box-shadow: none; }
    .navbar-toggler-icon { background-image: url(../images/navigation-bar.svg); background-repeat: no-repeat; background-position: center center; }
    .assosiation-section { width: 100%; }
    .progress-row { flex-wrap: wrap; }
    .progress-row .progress-section { width: 50%; }
    .home-quote h1 { text-shadow: 0px 3px 5px rgba(0,0,0,0.5); font-size: 25px; font-weight: 600; line-height: 35px;}
    .home-quote { max-width: 90%; margin: 15% auto 0px auto; }
    .service-section .service-row { padding-top: 25px; padding-bottom: 25px; }
    .service-section h3 { font-size: 22px; margin-top: 25px; }
    .service-quotes { font-size: 16px; text-align: center; padding: 100px 20px 80px 20px; }
    .service-quotes:before { left: 20px; line-height: 80px; top: 50px; }
    .service-quotes:after { right: 20px; bottom: -20px !important; top: auto; line-height: 80px; }
    .inner-page-banner { background-position: center center; background-repeat: no-repeat; padding: 80px 0px; background-size: cover; }
    .inner-page-banner h1 { font-size: 25px; }
    .service-section .font-28 { font-size: 18px; }
    .service-list { margin-top: 45px; }
    .commitment-box { padding: 140px 20px 20px 20px; }
    .progress-bar { width: 100px; margin: 0 auto; height: 100px; left: auto; top: 20px; }
    .pricing-table { width: 100%; }
    .pricing-table ul li { flex: 1 0 20%; padding: 5px; font-size: 14px; }
    .pricing-quote { width: 100%; }
    footer ul { margin: 0px 0px 20px 0px; }
    .how-it-work-section .process-item { min-height: auto; }
    .service-list li { padding-left: 0px;}
    .how-it-work-chart:before, .how-it-work-chart .service-row.left-chart .benefit-point:before, .how-it-work-chart .service-row.right-chart .benefit-point:before { display: none; }
    .how-it-work-chart .service-row.left-chart .benefit-point, .how-it-work-chart .service-row.right-chart .benefit-point { padding:0px 0px 20px 0px; }
}

.service-archive-wrapper {
    background: #fff;
}

.service-archive-wrapper h2 {
    font-size: 32px;
    font-weight: 600;
}

.service-archive-wrapper h3 {
    font-size: 24px;
    font-weight: 600;
}

.service-archive-wrapper h5 {
    font-size: 18px;
    color: #7E431B;
    font-weight: 600;
}

.service-archive-wrapper .btn-brand {
    background-color: #7E431B;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
    transition: background 0.3s;
}

.service-archive-wrapper .btn-brand:hover {
    background-color: #5c2f11;
}

