/* ==========================================================================
   Base styles: opinionated defaults
   ======================================================================== */
a {
    text-decoration: none !important;
}


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}




/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
         * Don't show links that are fragment identifiers,
         * or use the `javascript:` pseudo protocol
         */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
         * Printing Tables:
         * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
         */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   Hovers Section
   ========================================================================== */
.whitehover.custom-button:hover {
    color: #000;
    background: #a46fbf;
}

.popular_searches a:hover {
    color: #fff;

}

.nav-link:hover {
    color: #8fb249;
}

.icon-top a:hover {
    color: #8fb249;
}

.post-section .container .row img:hover {
    padding: 2px 2px;
}

.post-section .container .row .masonry.mansoryitem img:hover {
    transition: .4s;
    transform-origin: center;
    transform: scale(1.04);
    padding: unset;
}

/* ==========================================================================
   Header Section
   ========================================================================== */
/*preloader start*/
.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999999;
    text-align: center;
}

.logocolor {
    color: #A46FBF !important;
}

.centercenter {
    position: relative;
    top: 50%;
}

.spinner-grow2 {
    display: inline-block;
    width: 100px !important;
    height: 100px !important;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

/*preloader end*/


ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.header-top-info-list ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    margin-right: 45px;
}

.header-top-social-icons ul li {
    display: inline-block;

}

.header-top-social-icons ul li a {
    color: #fff;
    line-height: 60px;
    margin-left: 10px;
    transition: all linear 0.3s;

}

.header-top {
    background: #282e4f;
}

.navbar-brand img {
    max-width: 150px;
}

.nav-item a {
    color: #212849;
    position: relative;
    margin-right: 30px;
}

.nav-item.bordering {
    background: #a46fbf;
    color: #fff !important;
}

.nav-item.bordering a {
    color: #fff !important;
    margin-right: 0;
}

body {
    font-family: 'Poppins', sans-serif;
}

.nav-item.bordering {
    padding: 0px 35px;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*slider starting*/


.slider-ctr {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 15px 3px rgba(0, 0, 0, 0.15), 0 5px 20px 3px rgba(0, 0, 0, 0.1);
    height: 600px;
}

.slider-ctr:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none;
    z-index: 9;
}

.slider-control {
    position: absolute;
    bottom: 4%;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    z-index: 99;
    font-size: 32px;
}

.arrows {
    max-width: 130px;
}

.slider-control .control {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: .3s all ease;
    background: white;
    z-index: 999999999;
    border-radius: 50%;
    margin: 2px;
    padding-top: 7px;
}

.slider-control .control .icon {
    pointer-events: none;
    transition: .3s all ease;
}

.slider-control .control.disabled {
    pointer-events: none;
    background: #ddd;
}

.slider-control .control.disabled .icon {
    opacity: .5;
}

.slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.45s all cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    margin: 0;
}

.slide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.125);
}

.slide.slide-on {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}

.slide.text-on .title {
    transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.slide.text-on .author {
    transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.6s;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.author i {
    font-size: 50px;
}

.slide figcaption {
    position: absolute;
    top: 12%;
    background: rgb(0, 0, 0, 0.5);
    padding: 62px;
    max-width: 1180px;
    width: 100%;
}

.slide .title {
    font-size: 5rem;
    margin-bottom: 2px;
    color: white;
    transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
}

.slide .author {
    font-size: 30px;
    color: white;
    opacity: .8;
    transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    font-weight: 300;
    letter-spacing: 3px;
    position: relative;
    z-index: 9;
}


/*slider ending*/


/*our services starting*/

.separate {
    width: 10%;
    background: black;
    margin: 10px auto;
    padding: 2px 0px;
}

img {
    max-width: 100%;
}

.thumb img {
    height: 200px;
    width: 200px;
    object-fit: cover;

}

.logo-green {
    color: #8CAD4B;
}

.services-name {
    font-size: 20px;
    color: #000;
    margin-bottom: 2rem;
}

.services-indvidual-content p {
    text-align: justify;
    padding-right: 100px;
    padding-bottom: 20px;
}

/*our services ending*/

/*counter starting*/


.bg-overlay {
    background-color: rgba(40, 44, 50, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-gradient {
    background-color: rgba(94, 119, 204, 0.75);
}

.bg-counter {
    background-size: cover !important;
}

.wrappercounter {
    max-width: 65%;
    margin: 0 auto;
}
.counter-icon i {
    font-size: 36px;
}

/*counter ending*/

/*team starting*/

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

/*team ending*/

/*Contact start*/


.contact-form-area {

    -webkit-box-shadow: 0px 9px 45px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 25px rgba(194, 194, 194, 0.25);

    position: relative;
    z-index: 1;
}

.contact-form-area input[type="text"] {

    background-color: transparent;
    border: none;
    border-bottom: 1px solid #323657;
    padding: 10px 5px;
    color: #323657;
}

.contact-form-area input[type="email"] {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #323657;
    margin-top: 60px;
    margin-bottom: 60px;
    color: #323657;
    padding: 10px 5px;
}

.contact-form-area textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #323657;
    color: #323657;
    padding: 10px 5px;
}

/*Contact end*/
/*letest Post start*/
#letestpost {
    background: #f8f8f8;
}

.blog-img img {

    width: 100%;
    height: 228px;
    object-fit: cover;
}

.avatar {
    max-width: 30px;
    width: 100%;
    height: 30px;
}

/*letest Post ending*/


/*Testimonial start*/

.testimonial-wrapper .carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}

.testimonial-wrapper .carousel .media img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
}

.testimonial-wrapper .carousel .testimonial {
    padding: 0 15px 0 60px;
    position: relative;
}

.testimonial-wrapper .carousel .testimonial::before {
    content: '“';
    color: #e2e2e2;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    left: 15px;
    top: 0;
}

.testimonial-wrapper .carousel .overview b {
    text-transform: uppercase;
    color: #bd7fdd;
}

.testimonial-wrapper .carousel .carousel-indicators {
    bottom: -40px;
}

.testimonial-wrapper .carousel-indicators li, .carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 1px 3px;
}

.testimonial-wrapper .carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}

.testimonial-wrapper .carousel-indicators li.active {
    color: #fff;
    background: #bd7fdd;

}

.testimonial-wrapper .carousel-item {
    height: auto;
    min-height: auto;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*Testimonial end*/
/*protfolio start*/
.portfolio-categ {
    margin: 10px 0 30px 0;
    padding: 0;
    float: left;
    list-style: none;
}
.portfolio-categ li {
    margin: 0;
    padding: 0 20px 0 0;
    float: left;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}
.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}
.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}
.item-thumbs .hover-wrap .overlay-img {
    background: #F03C02;
}
.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
}
.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
}
.item-thumbs:hover .hover-wrap, .item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}
.item-thumbs a + img {
    width: 100%;
}
#portfolio {
    background: #f8f8f8;
}


.fancybox-prev span i {

    margin: -16px 0 0 -10px !important;

}
.fancybox-next span i {

    margin: -15px 0 0 -10px !important;

}
.fancybox-close i {

    margin: -11px 0 0 -7px !important;

}
/*portfolio end*/

/*our partner section Start*/
/* Slider */
.brands {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px
}

.brands_slider_container {


    padding-left: 97px;
    padding-right: 97px
}

.brands_slider {
    height: 100%;

}


.brands_item img {
    max-width: 100%
}

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.brands_nav:hover i {
    color: #676767
}

.brands_prev {
    left: 40px
}

.brands_next {
    right: 40px
}

.brands_item {
    height: 100%;

}

.brands_item img {
    vertical-align: middle;
}

#clientlogos {
    background: #f8f8f8;
}

/*our partner section end*/


/*newsletter start*/

.newsletter {
    background: #040000;
    padding: 15px 0;
}


.newsletter p {
    font-weight: 400;
    color: #fff;
    padding: 11px 0 0px 26px;
    margin: 0;
}

.newsletter h3 {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin: 1px 0 0 0;
}

.custom-button {
    background: #a46fbf;
    color: #fff !important;
    border: none;
    width: 100%;
    padding: 7px;
}

.emailnews {
    background-color: transparent;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 6px 0px;
    display: block;
    width: 100%;
}

/*newsletter ending*/
/*footer start*/
.footer-area {
    background: #282e4f;
    color: #fff;
}

.footer-area .footer-services-list li {

    border-bottom: 1px solid #bd7fdd1f;
}

.footer-area .quick-links-list li {

    border-bottom: 1px solid #bd7fdd1f;
}

.footer-area ul li {
    margin: 10px 0px;
}

footer a {
    color: #fff;
}

.copyright-area {
    background-color: #0d1d3b;
    padding: 20px 0px;

}

.copyright-area p {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
}

.copyright-area ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right;
}

.copyright-area ul li {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: initial;
}

.footer-contact-list li:last-child {
    margin-bottom: 0;
}

footer a:hover {
    color: #BD7FDD;
}

/*footer end*/




/*=============================blog detail page start=====================*/

.breadcrumb-wrapper {
    background: #252525;
    position: relative;
    margin: 0;
    padding: 10px 0px;
    color: #fefefe;
}



.breadcrumb {
    float: left;
    padding: 10px 0 10px 0;
    margin: 0;
    list-style: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.breadcrumb-wrapper ul.breadcrumb {
    margin: 0;
    float: right;
}
.breadcrumb-wrapper h2{
    margin-bottom: 0px;
}

.breadcrumb li i {
    margin: 0px 8px;
    text-align: center;
}
.breadcrumb li a {

    color: #BFBFC1;
}

.post-box, .form-comments, .box-comments, .widget-sidebar {
    padding: 2rem;
    background-color: #F8F8F8;
    margin-bottom: 3rem;
}
.blog-wrapper .post-meta ul {
    border-left: 4px solid #A46FBF;
    margin-top: 1rem;
}
.blog-wrapper .post-meta ul li {
    display: inline-block;
    margin-left: 15px;
}
.blog-wrapper .post-meta {
    margin: 1rem 0;
}
.blog-wrapper .blockquote {
    border-left: 4px solid #A46FBF;
    padding: 18px;
    font-style: italic;
}
.title-comments {
    margin-bottom: 30px;
}
.box-comments .list-comments span {
    color: #1e1e1e;
    font-style: italic;
}
.box-comments .list-comments li {
    padding-bottom: 40px;
}
.box-comments .list-comments .comment-avatar {
    display: table-cell;
    vertical-align: top;
    max-width: 150px;
}
.box-comments .list-comments li {
    padding-bottom: 40px;
}
.box-comments .comment-children {
    margin-left: 40px;
}
.box-comments .list-comments .comment-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}
.box-comments .list-comments a {
    color: #0078ff;
}
a {
    color: #0078ff;
}

button {
    background: #a46fbf;
    color: #fff !important;
    border: none;
    width: 100%;
    padding: 7px;
}
.widget-sidebar .sidebar-title {
    font-size: 1.6rem;
    font-weight: 600;
    border-left: 5px solid #a46fbf;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.sidebar-search .btn-search {
    background-color: #a46fbf;
    border-color: #a46fbf;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.widget-sidebar .list-sidebar li {
    position: relative;
    padding: 6px 0 6px 24px;
}
.widget-sidebar .list-sidebar li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: 0;
    background-color: #a46fbf;
    top: 20px;
}
.widget-tags ul li {
    display: inline-block;
    background-color: #a46fbf;
    padding: .2rem .6rem;
    margin-bottom: .5rem;
    border-radius: 15px;
}
.widget-tags ul li a {
    color: #fff;

}
.scrollup {
    margin: 20px;
    width: 39px;
    border-radius: 50%;
    position: fixed;
    bottom: 0;
    background: #a46fbf;
    text-align: center;
    right: 0;
    font-size: 26px;
    color: #ffff;
}



/*=============================Pricing Page=====================*/

/*princing*/

.pricing-box-alt {
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pricing-box-alt .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 0px 0;
    display: block;
}
.pricing-box-alt .pricing-heading h3 strong {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}
.pricing-box-alt .pricing-heading h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0;
    padding-bottom: 10px;
}
.pricing-box-alt .pricing-terms {
    text-align: center;
    background: #282E4F;
    display: block;
    overflow: hidden;
    padding: 30px 0 20px;
}
.pricing-box-alt .pricing-terms h6 {
    font-style: italic;
    margin-top: 10px;
    color: #fff;
}
.pricing-content {
    background: #fff;
    text-align: center;
    font-size: 14px;
}
.pricing-content ul li {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    padding: 15px 0 15px 0;
    margin: 0 0 0 0;
}
.pricing-content ul li {
    list-style: none;
}
.pricing-box-alt .pricing-action {
    margin: 0;
    text-align: center;
    padding: 30px 0 30px 0;
}
.pricing-box-alt.special .pricing-heading {
    background: #000;
    color: #fff;
}

/*=============================about us Page=====================*/
/*about us page*/

.accordion-group {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 5px;
}


.accordion-heading a {
    color: #333333;
    font-weight: 600;
    outline: 0;
}


.accordion-heading {
    font-size: 13px;
    color: #333333;
    text-shadow: none;
    background-color: #fbfbfb;
    *background-color: #fbfbfb;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #e9e9e9;
    *border: 0;
    border-color: none;
}
.accordion-inner {
    margin-top: 1px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 15px;
}
.progress {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.faq h4 {
    margin: 20px 0px !important;
}



/*=============================service  Page=====================*/
/*service page*/

.services-page-bg {
    position: relative;
    padding: 150px 0;
    background-position: center;
    background-size: cover;
}
.services-page-bg .cta-content {
    position: relative;
    z-index: 1;
}
.services-page-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.services-page-bg .cta-content h2 {
    font-size: 80px;
}
.services-page-bg .cta-content h2 {
    font-size: 80px;
    color: #fff;
}
.button{
    background: #a46fbf;
    color: #fff !important;
    border: none;
    width: 100%;
    padding: 7px;
    max-width: 250px;
}
.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}
.showcase .showcase-text {
    padding: 7rem;
}
.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}