.menu-right,ul.navbar {
    align-items: center;
    display: flex
}

.menuInfo ul,ul.navbar {
    padding: 0;
    list-style: none
}

.menuInfo ul li a,ul.navbar li a {
    font-weight: 500;
    color: #fff;
    text-decoration: none
}

.brand-logo,.nav-toggle,.navicon,ul.navbar li {
    position: relative
}

.bannerContent h2 span,.bannerContent p,h1,h2,h3,h4,h5 {
    font-weight: 400
}

.Comprehensive-service-text,.form-btn,.industry-counter-text,.service-heading {
    text-align: center
}

.headerOpen,.hidden-box {
    overflow: hidden
}

*,.content-text p,.industry-counter-text h3,.industry-counter-text span,body {
    font-family: Poppins,sans-serif
}

.pinterest .fa-pinterest:before {
    content: "\f0d2";
    font-family: "Font Awesome 5 Brands"
}

ul.navbar {
    margin: 0 -.7vw;
    justify-content: flex-end
}

.menu-right {
    padding-left: 29px
}

.detailHeader {
    display: flex;
    align-items: center
}

.banner {
    padding-bottom: 37px
}

.banner .bannerImg {
    background: #294780;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 70vh;
    align-items: center
}

.detailHeader:after,.detailHeader:before {
    position: absolute;
    width: 262px;
    height: 570px;
    content: "";
    background-repeat: no-repeat;
    bottom: 30px
}

.menuInfo ul li a,header nav {
    display: flex;
    align-items: center
}

.main-client-logo {
    background-color: #121212;
    border-bottom: 1px solid #1f1f1f
}

.bannerContent h2 span,.content-text h3 span,h1,h2,h3,h4,h5 {
    font-family: Oswald,sans-serif
}

header {
    background: #0000;
    padding: 10px 0 18px;
    position: absolute;
    z-index: 999;
    width: 100%
}

header nav {
    justify-content: space-between
}

.brand-logo {
    text-decoration: none;
    margin-right: 10px;
    display: block;
    width: 15%;
    z-index: 999;
    padding-left: 12px;
    padding-top: 5px
}

.doubleMenu {
    flex-grow: 1
}

.menuInfo ul {
    margin: 0;
    display: flex;
    justify-content: flex-end
}

.menuInfo ul li a {
    padding: 10px 13px;
    line-height: 1.5;
    font-size: 15px
}

.menuInfo ul li a .fas {
    color: #fff;
    font-size: .85rem;
    margin-right: 5px
}

ul.navbar li {
    margin: 0 .7vw;
    display: inherit
}

ul.navbar li a {
    padding: 3px 17px;
    font-size: 14px;
    transition: color .15s
}

ul.navbar li a.active,ul.navbar li a:hover {
    color: #ca9f2b
}

.navicon {
    padding-left: 30px;
    z-index: 999
}

.nav-toggle span {
    top: 20px;
    left: 10px
}

.nav-toggle {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block
}

.nav-toggle span,.nav-toggle span:after,.nav-toggle span:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.nav-toggle span:after,.nav-toggle span:before {
    width: 26px;
    left: -3px
}

.nav-toggle span:before {
    top: -6px
}

.nav-toggle span:after {
    bottom: -6px
}

.nav-toggle.active span:after,.nav-toggle.active span:before {
    top: 0
}

.nav-toggle.active span {
    background-color: transparent!important
}

.nav-toggle.active span:after {
    top: 10px;
    -ms-transform: translatey(-10px) rotate(-45deg);
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
    background-color: #fff
}

.nav-toggle.active span:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff
}

.btn-default {
    padding: 5px;
    min-height: 3.1rem;
    min-width: 12.7rem;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-color: #b08e71;
    background-image: linear-gradient(to right, #705a47, #b08e71);
    border-radius: 5px;
    text-shadow: 0 1px 1px #d12420
}

.detailHeader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #121212;
    z-index: 99;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.detailHeader .innerMenu li {
    padding: 5px 0;
    flex: 0 0 100%;
    opacity: 0;
    transition: transform .5s,opacity .5s;
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0)
}

.detailHeader .innerMenu li:first-child {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.detailHeader .innerMenu li:nth-child(2) {
    -webkit-transition-delay: 15ms;
    transition-delay: 15ms
}

.detailHeader .innerMenu li a {
    color: #eee;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none
}

.detailHeader .innerMenu li a:hover {
    color: #c19247
}

.detailHeader.active .innerMenu li {
    opacity: 1;
    transform: translate3d(0,0,0)
}

.detailHeader.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.detailHeader:before {
    left: 0
}

.banner,.bannerContent p,.client_media,.dnform form .fldst.btnattach .btnsb,.form-box-main form .fldst.btnattach .btnsb,section.main-testi .container {
    position: relative
}

.detailHeader ul.menuBlock li a {
    color: #eee
}

.detailHeader ul.menuBlock li a:hover {
    color: #c19247;
    text-decoration: none
}

.headerOpen {
    height: 100%
}

.banner .bannerImg>* {
    width: 100%;
    height: 80vh;
    object-fit: cover
}

.banner .bannerContent {
    padding: 7.8rem 0 6.25rem;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center
}

.bannerContent p {
    font-size: 18px;
    color: #fff;
    padding: 20px 0 25px;
    line-height: 22px;
    margin-bottom: 0;
    text-align: justify
}

.bannerContent h2 {
    font-size: 36px;
    font-weight: lighter;
    color: #fff;
    line-height: 44px;
    text-align: left;
    padding-top: 100px
}

.banner-btn-group .btn {
    margin: 5px;
    min-width: 14rem
}

.banner_content {
    width: auto;
    margin: auto
}

.bg-gray {
    background: #999;
    color: #fff
}

.trustedBrand {
    padding: 20px 0
}

.partnerList {
    display: flex;
    width: 100%;
    border-left: 1px solid #eee;
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0
}

.partnerList li {
    width: auto;
    padding: 5px 15px
}

.light {
    font-weight: 300
}

.main-client-logo button:focus,.pricing-slider .owl-dots button:focus,.slick-slide,button:focus {
    outline: 0
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75);
    z-index: 2
}

.slide-video-icon {
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex
}

.main-client-logo {
    border-color: #b08e71;
    background-image: linear-gradient(to right, #705a47, #b08e71);
    padding: 30px 0
}

.client-logo .item img {
    width: auto
}

.main-client-logo .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 46px;
    font-weight: 400;
    width: auto;
    height: 76px;
    position: absolute;
    right: 0;
    top: 6px;
    bottom: 0;
    margin: auto;
    z-index: 9
}

.main-client-logo .owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0;
    color: #fff;
    text-decoration: none
}

.bannerContent p:before,.carousel-indicators .active .video-box,.dnform form .fldst.btnattach button {
    background-image: linear-gradient(to right, #705a47, #b08e71)
}

.main-client-logo .owl-theme .owl-prev {
    left: auto;
    right: 30px!important
}

.main-client-logo .owl-theme .owl-nav {
    margin-top: 0;
    display: none
}

.main-industry {
    background-color: #e2e2e2;
    padding: 107px 0;
    position: relative
}

.main-industry:before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    width: 905px;
    height: 522px;
    left: 50%;
    top: 90px;
    transform: translateX(-50%)
}

.main-portfolio:after,.main-portfolio:before {
    width: 327px;
    height: 189px;
    background-repeat: no-repeat
}

.industry-text h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700
}

.industry-text h3,.service-heading h3 {
    color: #b08e71;
    font-size: 26px;
    font-weight: lighter
}

.industry-text p {
    color: #5d5353;
    font-size: 16px;
    font-weight: 400;
    padding-right: 30px;
    padding-top: 20px;
    line-height: 26px
}

.industry-point ul li {
    list-style-type: none;
    color: #5d5353;
    font-size: 16px;
    padding-top: 26px;
    display: inline-block;
    width: 49%
}

.industry-point ul li i {
    color: #b08e71;
    padding-right: 18px
}

.industry-counter-text span {
    font-size: 60px;
    color: #b08e71;
    font-weight: 700
}

.industry-counter-text span:after {
    content: "+"
}

.industry-counter-text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #5d5353
}

.industry-counter {
    padding-top: 80px
}

.main-service {
    padding: 60px 0 0
}

.service-heading {
    padding-bottom: 40px
}

.service-heading h2,section.portfolioSec h2 {
    font-weight: 700;
    color: #121212;
    font-size: 45px
}

.portfolio-content .col-lg-6,.portfolio-content .container,.portfolio-content .six-columns {
    position: static
}

.portfolio-content-bg-box,.portfolio-content-bg-box-2 {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
    display: inline-block;
    z-index: 2
}

.main-skill img,.reverse .about-content-bg-box,.reverse .portfolio-content-bg-box {
    left: 0
}

.portfolio-content-bg,.portfolio-content-bg-2 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.portfolio-content h2 span,.portfolio-content span {
    margin-bottom: 2px
}

#parent,.client_content p,.portfolio-content h2 span:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .portfolio-content .container,.portfolio-content .six-columns {
        position:relative
    }

    .portfolio-content-bg-box {
        position: static;
        width: 100%;
        left: 0
    }

    .portfolio-content-bg {
        height: 100vh
    }
}

.flex-min-height-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative
}

.flex-min-height-inner {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.container.small {
    max-width: 960px
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.bottom-padding-90 {
    padding-bottom: 90px;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat
}

.content-right-margin-40 {
    margin-right: 40px
}

.content-left-margin-40 {
    margin-left: 40px
}

.hover-box:hover .hover-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.hover-img {
    -webkit-transition: 1s cubic-bezier(.86, 0, .07, 1);
    -o-transition: 1s cubic-bezier(.86, 0, .07, 1);
    transition: 1s cubic-bezier(.86, 0, .07, 1)
}

.reverse-2 {
    background-position: top left
}

.content-text {
    position: relative;
    z-index: 3
}

.arrow-btn-box {
    padding-top: 13px;
    min-width: 9.7rem
}

.content-text h3 span {
    color: #121212;
    font-size: 36px;
    font-weight: 400;
    line-height: 30px
}

.carousel-indicators .active .video-box h3,.play-icon:hover i,.textwrap h3,section.main-service .nav-tabs .nav-link.active {
    color: #fff
}

.content-text p {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 15px 150px 15px 0;
    text-align: justify
}

.heading-white h2,.heading-white h3 {
    color: #000
}

.main-portfolio {
    background-color: #121212;
    padding: 120px 0;
    position: relative
}

.main-portfolio:before {
    content: "";
    background-image: url(../images/portfolio-left.png);
    position: absolute;
    left: 30px;
    top: 30px
}

.main-portfolio:after {
    content: "";
    background-image: url(../../404.html);
    position: absolute;
    right: 30px;
    bottom: 30px
}

.portfolio-text .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center
}

.portfolio-text .nav-tabs .nav-link {
    border: 1px solid #fdfdfd;
    padding: 10px 40px;
    margin-left: 20px;
    color: #4c4c4c;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700
}

.nav-tabs .nav-link.active,.portfolio-text .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    border-color: #b08e71;
    background-image: linear-gradient(to right, #705a47, #b08e71);
    border-radius: 5px;
    text-shadow: 0 1px 1px #562120
}

.porfolio-carousel .item {
    padding-top: 70px;
    padding-bottom: 50px
}

.main-testi {
    padding: 60px 0;
    background-color: #fff;
    position: relative
}

.client_media i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #fff
}

.client_media h3,.client_media p {
    left: 25px;
    color: #fff;
    position: absolute;
    font-family: Poppins,sans-serif;
    display: flex
}

.client_media h3 {
    bottom: 35px;
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700
}

.client_media p {
    bottom: 0;
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: lighter
}

.owl-carousel .owl-item .review-box img {
    width: auto;
    display: inline-block
}

.banner-btn-group,.review-box {
    text-align: left
}

.client_content {
    height: auto;
    background-color: #fff;
    padding: 20px 40px
}

.review-box:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 65px solid #cca12c;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 115px;
    display: none
}

.client_content p {
    font-size: 15px;
    color: #121212;
    line-height: 20px;
    text-align: justify
}

.review-box h6 {
    font-size: 16px;
    font-weight: 400;
    color: #b08e71;
    padding-left: 40px
}

.review-box h6 span {
    color: #585858
}

.main-testi .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    text-align: left;
    padding-left: 21%
}

.main-testi .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #262626
}

.main-cta {
    background-color: #1c1c1c;
    padding: 80px 0
}

.cta-form-control input {
    height: 50px;
    border-radius: 6px
}

.main-footer {
    background-color: #121212;
    padding: 70px 0 0px;
    position: relative;
    z-index: 1
}

.footer-about,.terms-text ul li {
    padding-left: 15px
}

.main-footer:before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    width: 531px;
    height: 306px;
    left: 50%;
    transform: translateX(-50%)
}

.footer-address ul {
    padding-top: 28px
}

.footer-address ul li {
    padding-bottom: 16px
}

.footer-address ul li a {
    color: #676767;
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins,sans-serif
}

.footer-sec h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 25px;
    font-family: Poppins,sans-serif
}

.footer-links ul li i {
    color: #b08e71;
    font-size: 14px;
    padding-right: 15px
}

.footer-links ul,.package-detail ul,.social-icon ul {
    padding-left: 0
}

.footer-links ul li {
    padding-bottom: 10px;
    list-style: none;
    transition: .2s ease-in-out;
    width: 100%
}

.footer-links ul li:hover {
    padding-left: 3px
}

.footer-links ul li a:hover {
    text-decoration: none;
    color: #fff
}

.footer-links ul li a,.footer-links ul li span {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    font-family: Poppins,sans-serif;
    transition: .3s;
    width: 162px;
    display: inline-grid
}

.copyright-text p,.terms-text ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.footer-sec {
    padding-bottom: 40px;
    border-bottom: 1px solid #252429
}

.main-copyright {
    padding-top: 30px
}

.terms-text {
    float: right
}

.terms-text ul li {
    display: inline-block
}

.terms-text ul .first {
    border-right: 1px solid #676767;
    padding-right: 15px
}

.terms-text ul li a {
    font-family: Roboto,sans-serif;
    transition: .3s
}

.purchase-btn:hover,.terms-text ul li a:hover {
    color: #fff;
    text-decoration: none
}

.footer-about h3 {
    font-size: 18px;
    padding-bottom: 0;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    padding-top: 60px
}

.footer-about p {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    padding-top: 12px
}

.about-content-text h2,.about-content-text h3 {
    font-size: 30px;
    font-weight: lighter;
    color: #fff
}

.social-icon ul li {
    display: inline-block;
    padding-right: 25px;
    padding-top: 10px
}

.social-icon ul li a {
    color: #fff;
    transition: .3s
}

.social-icon ul li a:hover {
    color: #ae1413
}

.bannerContent p:before {
    display: none;
    content: "";
    border-color: #b08e71;
    width: 150px;
    height: 4px;
    position: absolute;
    top: 25px;
    left: 45%
}

.detailHeader ul.menuBlock li {
    list-style-type: none;
    padding-bottom: 10px
}

.overlay-scroll-btn {
    margin-top: 10px;
    display: flex
}

#down,#up {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    opacity: .6
}

#down .fa,#up .fa {
    color: #fff;
    opacity: .8
}

#down:hover,#up:hover {
    opacity: 1
}

.slimScrollDiv {
    overflow: inherit!important;
    padding-left: 0;
    padding-right: 20px;
    height: auto!important
}

#parent,.skill {
    overflow-x: hidden
}

.main-scroll-overlay {
    margin-top: 8px
}

#parent,.industry-point ul,.overlay-scroll-btn,.pd-flse {
    padding: 0
}

ul#parent {
    height: 450px!important
}

#parent {
    width: 100%;
    overflow-y: hidden;
    padding: 0 0 0 1px
}

.hvr-grow-shadow {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow,transform;
    transition-property: box-shadow,transform
}

.hvr-grow-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse
}

.about-content .portfolio-content-inner {
    min-height: 849px
}

.about-bottom-padding-90 {
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

.about-content-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.about-content-bg-box {
    position: absolute;
    top: 0;
    display: inline-block;
    z-index: 2;
    width: 48%;
    height: 100%
}

.skill,.skill-bar {
    position: relative
}

.portfolio-content .about-content-inner {
    min-height: fit-content;
    padding: 166px 0 60px
}

.about-content-text h3 {
    padding-bottom: 45px;
    margin-bottom: 0
}

.about-content-text h3 span {
    font-weight: 600;
    color: #f2973a
}

.about-content-text ul {
    padding: 50px 0 25px;
    position: relative
}

.about-content-text ul:before {
    content: "";
    background-color: #b08e71;
    width: 55px;
    height: 4px;
    position: absolute;
    top: 0
}

.about-content-text ul li {
    display: inline-block;
    color: #fff;
    padding-right: 30px;
    font-size: 14px
}

.about-arrow-btn-box {
    padding-top: 13px;
    min-width: 12.7rem
}

.about-box {
    border: 1px solid #414141;
    padding: 39px 0;
    text-align: center
}

.about-we-are {
    padding-bottom: 59px;
    border-bottom: 1px solid #414141;
    margin-bottom: 59px;
    padding-top: 20px
}

.about-we-are h3 {
    background: linear-gradient(to bottom,#dc2823d9 45%,#8a0407 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
    font-weight: 400;
    color: #fff
}

.about-box-text {
    padding: 30px 0
}

.about-box-text p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 25px
}

.main-about-leader {
    background-color: #fff;
    padding: 55px 0;
    padding-bottom: 15
}

.leader-heading h2 {
    font-size: 30px;
    color: #000;
    font-weight: lighter
}

.leader-heading h3 {
    font-size: 42px;
    color: #e12b25;
    font-weight: 600
}

.leader-box {
    padding-bottom: 35px
}

.leader-box h3 {
    font-size: 30px;
    font-weight: lighter;
    color: #fff;
    padding-top: 20px
}

.leader-heading,section.servicepoints {
    padding-top: 50px
}

.main-skill {
    background-color: #f5f0f0;
    align-items: center;
    display: flex;
    padding: 85px 0
}

.skill-text h3 {
    font-size: 40px;
    color: #000;
    font-weight: 400
}

.skill p,.skill-text p {
    font-size: 18px;
    font-weight: lighter;
    color: #000;
    opacity: 1
}

.skill-text p {
    padding-left: 5px
}

.skill-text {
    padding-left: 40px
}

.about-progress-bar {
    width: auto;
    margin: 45px auto
}

.skill-bar,.skill:before {
    width: 100%;
    display: block
}

.skill {
    margin-bottom: 45px
}

.skill p {
    margin: 0;
    padding-bottom: 5px
}

.skill:before {
    height: 2px;
    content: "";
    position: absolute;
    background: #ababab;
    bottom: 4px
}

.skill-bar {
    height: 10px;
    background: #b08e71;
    border-radius: 10px
}

.skill1,.skill5 {
    width: 95%
}

.skill-bar span {
    position: absolute;
    top: -34px;
    padding: 3px 0;
    font-size: 20px;
    font-weight: 400;
    color: #b08e71;
    opacity: .5;
    font-family: Oswald,sans-serif
}

.skill1 .skill-count1,.skill2 .skill-count2,.skill3 .skill-count3,.skill4 .skill-count4,.skill5 .skill-count5,.skill6 .skill-count6 {
    right: 0
}

.skill2 {
    width: 85%
}

.skill3 {
    width: 90%
}

.dnform form .intl-tel-input,.first-fold img,.footer-about img,.skill4,.skill6,a.brand-logo img {
    width: 100%
}

.main-contact {
    background-size: cover;
    width: 100%;
    height: 710px;
    align-items: center;
    display: flex
}

.address-banner {
    position: absolute;
    height: 430px;
    width: 45%
}

.main-contact img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contact-rolling {
    height: auto;
    background-color: #a75423;
    padding: 5px 0;
    width: 65%;
    text-align: center
}

.contact-address:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 33px solid transparent;
    border-right: 0 solid transparent;
    border-top: 35px solid #a75423;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 145px;
    right: 171px
}

.inner-main-service:after,.service-icon-top:after {
    content: "";
    background-repeat: no-repeat;
    width: 380px;
    height: 505px;
    right: 0
}

.contact-rolling h3 {
    font-size: 54px;
    color: #fff;
    font-weight: 600
}

.contact-address p {
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    padding: 40px 0 30px;
    border-bottom: 1px solid #fff;
    margin-right: 110px;
    margin-bottom: 30px
}

.contact-address {
    padding-bottom: 130px
}

.contact-address a {
    display: flex;
    color: #fff;
    font-size: 20px;
    font-family: Poppins,sans-serif;
    line-height: 27px
}

.contact-address a:hover,.writing-service-text a:hover {
    text-decoration: none
}

.contact-form h3 {
    font-size: 54px;
    color: #000;
    font-weight: 600
}

.contact-form p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 20px
}

.contact-form-control input {
    border-radius: 0;
    height: 50px;
    margin-bottom: 30px;
    border: none;
    background-color: #cccccc94
}

.contact-form-control textarea {
    background-color: #cccccc94;
    height: 70px;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    width: 100%;
    padding: 7px 10px
}

.contact-form .btn-default {
    margin-top: 30px
}

label {
    color: #f9131e
}

.inner-main-service {
    background-color: #fff;
    padding: 120px 0;
    position: relative
}

.inner-main-service:before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    width: 380px;
    height: 505px;
    left: 0;
    bottom: 30px
}

.inner-main-service:after {
    position: absolute;
    bottom: 30px
}

.service-icon-top:before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    width: 380px;
    height: 505px;
    left: 0;
    top: 30px
}

.service-icon-top:after {
    position: absolute;
    top: 30px
}

.writing-service-box {
    background: linear-gradient(145deg,#e6e6e6,#fff);
    margin-bottom: 30px;
    box-shadow: 20px 20px 29px #d6d6d6,-20px -20px 29px #fff;
    border-radius: 5px
}

.inner-service-banner,.service-cta {
    background-size: cover;
    background-repeat: no-repeat
}

.writing-service-text {
    padding: 24px 10px 0 19px;
    min-height: 220px
}

.writing-service-text h3 {
    font-size: 22px;
    color: #333;
    font-weight: 600
}

.writing-service-text p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    padding-top: 15px
}

.writing-service-text a {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: Poppins,sans-serif;
    margin-bottom: 0
}

.writing-service-text a i {
    color: #b08e71;
    padding-left: 3px
}

.inner-service-banner {
    width: 100%;
    align-items: center;
    display: flex;
    padding: 95px 0 60px;
}

.inner-service-text h1 {
    color: #fff;
    font-size: 2.5rem
}

.inner-service-text {
    margin-top: 11%
}

.inner-service-text:before {
    height: 5px;
    width: 95px;
    position: absolute;
    left: 16px
}

.main-ghost-writing {
    display: flex;
    align-items: center;
    padding: 65px 0
}

.ghost-writing-text h3 {
    font-size: 42px;
    font-weight: 700;
    color: #121212
}

.ghost-writing-text h2 {
    font-size: 18px;
    font-weight: 400;
    color: #121212;
    margin-bottom: 38px;
    padding-left: 3px
}

.ghost-writing-text p {
    font-size: 16px;
    color: #606060;
    margin-bottom: 35px
}

.main-Comprehensive-service {
    padding: 80px 0;
    background-color: #fff
}

.Comprehensive-service-text h3 {
    font-size: 45px;
    color: #000;
    font-weight: 700
}

.Comprehensive-service-box p,.Comprehensive-service-text p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    opacity: .5
}

.Comprehensive-service-box {
    text-align: center;
    border-right: 1px solid #ffffff40;
    margin-top: 50px
}

div[class^=col-]:last-child .Comprehensive-service-box {
    border-right: none;
    box-shadow: -15px -15px 24px #d6d6d6,28px 28px 57px #fff;
    background: linear-gradient(315deg,#e6e6e6,#fff);
    padding: 34px 15px;
    height: 420px;
    margin-left: 20px;
    border-radius: 6px
}

.Comprehensive-service-box h3 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    padding: 20px 0 7px;
    margin-bottom: 0
}

.arrow-btn-box-5 {
    padding-top: 13px;
    min-width: 19.7rem;
    margin-top: 20px;
    cursor: pointer
}

.service-cta {
    background-image: url(../images/service-cta-banner.jpg);
    width: 100%;
    padding: 70px 0
}

.service-cta-text p {
    font-size: 30px;
    font-weight: 600;
    color: #121212;
    font-family: Oswald,sans-serif
}

.feature-service {
    background-color: #e2e2e2;
    padding: 110px 0 40px
}

.feature-box-text h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000
}

.feature-box-text h3,section.servicepoints h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000
}

.feature-box-text p {
    font-size: 17px;
    font-weight: 400;
    color: #000
}

.video-tab-content {
    border: 1px solid #111;
    background-color: #000;
    box-shadow: 84px 84px 84px 84px #1d1d1d;
    text-align: left;
    padding: 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 486px
}

.inner-testi-box-text,.video-box {
    align-items: center;
    display: flex;
    text-align: center
}

.video-tab-content img {
    display: inline-block
}

.video-tab-content h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 30px;
    border-bottom: 1px solid #f79b3c
}

.video-tab-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    opacity: .5
}

.video-box {
    cursor: pointer;
    padding: 15px;
    background-color: #000;
    border: 1px solid #252525;
    height: 243px;
    width: 190px;
    justify-content: center;
    flex-direction: column
}

.video-box h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.inner-testi-box-text {
    position: absolute;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 0 55px;
    width: 94.5%
}

.inner-testi-box-text .play-icon {
    padding: 25px
}

.inner-testi-box-text .play-icon i {
    font-size: 20px;
    padding-left: 4px
}

.inner-main-testi-video {
    position: relative;
    top: -50px
}

.inner-main-testi-video .row {
    margin-left: 0
}

.inner-testi-video-box {
    border: 1px solid #fff
}

.inner-testi-box-text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding-top: 25px;
    margin-bottom: 0
}

.inner-testi-box-text p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding-top: 19px;
    margin-bottom: 0
}

.main-testimonails-box {
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 20px
}

.testimonail-box-text {
    border: 1px solid #d4d4d4;
    padding: 40px 23px 0;
    transition: .3s;
    margin-bottom: 30px;
    height: 355px;
    position: relative
}

.testimonail-box-text:hover {
    border: 1px solid #c29123
}

.testimonail-box-text:hover h3 {
    color: #c29123
}

.testimonail-box-text:hover:before {
    box-shadow: 9.899px 9.899px 46px 0 rgba(0,0,0,.12)
}

.testimonail-box-text:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
    background-color: transparent
}

.testimonail-box-text h3 {
    color: #333;
    font-size: 21px;
    font-weight: 600;
    font-family: Poppins,sans-serif
}

.testimonail-box-text h2 {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    font-family: Poppins,sans-serif
}

.testimonail-box-text img {
    padding-top: 15px
}

.testimonail-box-text p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #d4d4d4;
    padding: 20px 0;
    margin-top: 22px;
    height: 46%;
    margin-bottom: 0
}

.testimonail-box-text span {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    font-family: Poppins,sans-serif
}

.testimonails-text-2 {
    padding: 15px 0
}

.dnform form .intl-tel-input.separate-dial-code .selected-dial-code,.text-1 {
    padding-left: 27px
}

.testimonail-box-text h4 {
    font-size: 22px;
    font-weight: 600;
    color: #282828;
    font-family: Poppins,sans-serif
}

.Comprehensive-service-box img {
    width: auto!important;
    display: inline-block!important
}

.main-Comprehensive-service .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}

#entry-popup,#rev-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0,0,0,.62);
    display: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.entry-box {
    background: #171717;
    padding-top: 0;
    padding-bottom: 20px;
    width: 570px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    transform: translate(0,3%)
}

a#entry-box_close {
    width: 59px;
    background-image: linear-gradient(80deg,#b87f18,#cda42e);
    height: 59px;
    display: block;
    line-height: 59px;
    color: #020202;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    position: absolute;
    right: -18px;
    top: -30px;
    z-index: 999
}

.entry-box .text-1 h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    margin-bottom: 12px
}

.entry-box .text-1 h1 span.red {
    color: #cda42e
}

.col-sm-12.entry-right {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px
}

.entry-box .text-1 p {
    color: #fff;
    font-size: 19px;
    line-height: 22px
}

.text-1 {
    position: relative;
    margin-bottom: 20px
}

.text-1:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #cda42e;
    border-radius: 100px
}

.entry-box .form-control {
    min-height: 60px;
    border-radius: 7px;
    background-color: rgba(250,250,250,.92);
    border-color: transparent;
    color: #060606;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 15px
}

.entry-box .form-control::placeholder {
    color: #000
}

.entry-box button {
    color: #000;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    height: 60px
}

.entry-box ul li {
    color: #111322;
    font-size: 16px;
    font-weight: 500;
    width: 49%;
    margin-bottom: 4px
}

.entry-box ul li i {
    color: #eb0000
}

.form-group {
    margin-bottom: 1rem
}

.carousel-indicators .active .video-box {
    border: 1px solid #fb9f3d
}

.carousel-indicators {
    margin-right: 0;
    margin-left: 0;
    position: relative
}

.play-icon {
    border: 3px solid #a71111;
    display: flex;
    padding: 45px;
    border-radius: 100%;
    transition: .2s
}

.overlay-back,.pricing-slider .item .package-wrap {
    transition: .3s ease-in-out
}

.play-icon:hover {
    border: 3px solid #fff
}

.play-icon i {
    font-size: 45px;
    color: #d72722;
    padding-left: 7px;
    transition: .2s
}

.pulse:hover {
    animation: 2s infinite pulse
}

.pulse {
    animation: none
}

.slide-video-icon a {
    color: transparent
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.56);
        box-shadow: 0 0 0 0 rgba(255,255,255,.56)
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 30px rgba(255,255,255,0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

.inner-testi-box-text img {
    width: auto!important
}

.video-responsive-slider .owl-dots {
    margin-top: 20px!important
}

.main-pricing {
    background-color: #101010;
    padding: 80px 0;
    display: none
}

.pricing-heading h3 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px
}

.package-box {
    padding: 37px 20px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: -moz-linear-gradient(90deg,#0d0c0c 0,#1e1e1e 100%);
    background-image: -webkit-linear-gradient(90deg,#0d0c0c 0,#1e1e1e 100%);
    background-image: -ms-linear-gradient(90deg,#0d0c0c 0,#1e1e1e 100%)
}

.package-wrap {
    position: relative;
    margin: 25px 20px
}

.overlay-back {
    position: absolute;
    height: 100%;
    background-color: rgb(186 131 26);
    transform: rotate(0);
    width: 100%;
    display: block;
    z-index: -1
}

.package-wrap:hover .overlay-back {
    transform: rotate(-3deg)
}

.package-icon-heading {
    background-color: #fff;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: none
}

.dnform form .fldst.btnattach .btnsb:before,.form-box-main form .fldst.btnattach .btnsb:before,.package-icon-heading:before {
    position: absolute;
    content: ""
}

.package-text {
    background-color: #101010;
    padding: 10px 20px;
    margin: 12px 0 20px
}

.package-text h3 {
    color: #ba821a;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0
}

.package-heading {
    display: flex;
    align-items: center;
    flex-direction: column
}

.package-price {
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    margin-top: 0
}

.package-price p {
    color: #999;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 0
}

.package-price p span {
    text-decoration: line-through
}

.package-price h3 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

.package-price h3 span {
    font-size: 24px;
    font-weight: 600
}

.package-para p {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 400;
    text-align: center
}

.package-detail {
    padding: 35px 20px;
    background-color: #000;
    width: 100%;
    border: 1px solid #cccccc69;
    margin: 25px 0
}

.package-detail h3 {
    font-size: 16px;
    padding-bottom: 10px;
    color: #fff
}

.package-detail ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 15px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    list-style-type: none
}

.package-detail ul li:before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 0;
    height: 0;
    content: '';
    border-left: 5px solid #ba821a;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.purchase-btn {
    background-image: -moz-linear-gradient(-90deg,#d1001d 0,#820c1d 100%);
    background-image: -webkit-linear-gradient(-90deg,rgb(187 131 27) 0,rgb(214 163 41) 100%);
    background-image: -ms-linear-gradient(-90deg,#d1001d 0,#820c1d 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 4px;
    border: 1px solid #fff;
    text-decoration: none
}

.purchase-btn i {
    padding-left: 8px
}

.package-btn {
    display: flex
}

.pricing-slider .owl-dots .owl-dot.active span,.pricing-slider .owl-dots .owl-dot:hover span {
    background: #c18a1e;
    border: none
}

.package-btn .purchase-btn {
    border: none
}

.privacy {
    padding: 50px 0
}

.main-privacy h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600
}

.main-privacy li,.main-privacy p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px
}

.n-btn {
    line-height: 40px;
    margin-right: 20px
}

section.main-service .nav-tabs .nav-link {
    border: 1px solid #b08e71;
    padding: 10px 12px;
    margin-left: 20px;
    color: #b08e71;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700
}

section.main-service .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    margin: auto;
    padding-bottom: 30px
}

.clients-animate-ger {
    -webkit-animation: 5s linear infinite tesiMove;
    -moz-animation: 5s linear infinite tesiMove;
    -o-animation: 5s linear infinite tesiMove;
    animation: 5s linear infinite tesiMove;
    position: absolute;
    left: -160px;
    top: 70px
}

.client_media img {
    width: 320px!important;
    height: 320px;
    border-radius: 100%
}

.clients-animate-ger img {
    animation: 3s infinite rotate
}

@keyframes rotate {
    0%,100% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(5deg)
    }
}

.client_content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #b08e71
}

.downform {
    padding: 60px 0;
    background: #e6e6e6
}

.dnform h2 {
    text-transform: capitalize;
    color: #121212;
    padding-bottom: 20px;
    font-size: 45px;
    font-weight: 700
}

.bookWithContentArea p.para.text-center.pt-1,.dnform p {
    font-size: 14px
}

.dnform p {
    color: #121212;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 0;
    width: 85%;
    margin: 0 auto;
    font-weight: 400
}

.dnform form {
    padding: 0 100px;
    margin-top: 60px
}

.dnform form .fldst {
    margin-bottom: 25px
}

.dnform form label.error {
    display: none!important
}

.dnform form input.error {
    border: 0!important;
    border-bottom: 1px solid red!important
}

.dnform form input[type=email],.dnform form input[type=number],.dnform form input[type=tel],.dnform form input[type=text],.dnform form select,.dnform form textarea {
    width: 100%;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    border-radius: 5px;
    height: 45px;
    font-weight: 400;
    outline: 0!important
}

.dnform form .fldset {
    margin-bottom: 10px
}

.dnform form .fldst.btnattach button {
    position: absolute;
    bottom: 0;
    border: 0;
    display: inline-block;
    right: -18px;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.dnform form .fldst.btnattach button span,.form-box-main form .fldst.btnattach button span {
    color: #fff;
    font-size: 20px
}

.dnform form .finput:focus {
    outline: 0!important
}

.dnform form textarea {
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    height: 100px
}

.dnform form .intl-tel-input.separate-dial-code .selected-flag,.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent
}

.dnform form .fldst h6 {
    color: #121212;
    font-size: 16px;
    font-family: var(--secondary-font-family)
}

.dnform form .fldst h6 a {
    color: #b61817;
    font-size: 16px;
    font-family: var(--primary-font-family);
    margin-right: 24px
}

.form-box-main form .fldst.btnattach button {
    position: absolute;
    bottom: 0;
    border: 0;
    display: inline-block;
    right: 0;
    background: #0c71f4;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.video-box img {
    width: 40%;
    margin-bottom: 15px
}

.carousel-indicators .active .video-box img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(128deg) brightness(250%) contrast(101%)
}

.video-tab-content h3 {
    margin: 0 0 20px
}

.video-tab-content p {
    margin: 8px 0
}

.home-banner-content.hme-bner-cntn {
    position: relative;
    width: 100%
}

.home-banner-content.hme-bner-cntn .analyzeform {
    margin: 110px 0 0;
    box-shadow: 5px 6px 30px #00000012
}

.analyzeform form .dtf {
    width: 100%;
    margin: 5px auto
}

.analyzeform {
    margin: 0;
    box-shadow: 5px 6px 30px #00000012;
    background: #00000078;
    padding: 20px 29px;
    border: 1px solid #ffffff59;
    float: right;
    border-radius: 5px;
    width: 100%
}

.analyzeform h2 {
    text-align: left;
    color: #fff
}

.analyzeform form .row {
    text-align: center;
    width: 100%;
    margin: 0 auto
}

.analyzeform form ::-webkit-input-placeholder {
    color: #bbb
}

.analyzeform form :-ms-input-placeholder {
    color: #bbb
}

.analyzeform form ::placeholder {
    color: #bbb
}

.analyzeform form input[type=email],.analyzeform form input[type=number],.analyzeform form input[type=tel],.analyzeform form input[type=text],.analyzeform form textarea {
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    height: 50px;
    font-weight: 400;
    outline: 0!important
}

.analyzeform form input[type=email],.analyzeform form input[type=number],.analyzeform form input[type=tel],.analyzeform form input[type=text] {
    height: 45px;
    background: #00000029;
    border-color: #ffffffa1;
    border-radius: 5px;
    color: #fff
}

.analyzeform form .wrap {
    padding-left: 0;
    text-align: center;
    width: 100%
}

.home-banner-content.hme-bner-cntn input.submit {
    height: 45px;
    padding: 0!important;
    border-radius: 4px;
    text-align: center;
    margin-left: 0;
    width: 100%;
    border: #c79927;
    background-image: linear-gradient(80deg,#b87f18,#cda42e);
    color: #fff;
    transition: .5s ease-in-out
}

.analyzeform form input[type=submit]:hover {
    background: linear-gradient(to right,#8c0508,#e22c26);
    transition: .5s ease-in-out
}

.tab-content .btn-default {
    min-width: 10.7rem
}

.mcta {
    padding: 80px 0;
    text-align: left;
    background: url(../images/cta.webp) bottom right/cover #2c214a;
    background-repeat: unset;
    width: 100%
}

.btn-secondary,.mcta .subheading {
    background-image: linear-gradient(to right, #705a47, #b08e71);
    display: inline-block;
    font-size: 16px
}

.mcta .subheading {
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 15px
}

.mcta h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 15px
}

.btn-secondary,.btn-secondary-outline,.new-change a {
    color: #fff;
    font-weight: 600
}

.mcta p {
    color: #fff;
    font-size: 15px;
    padding-bottom: 40px;
    text-align: justify
}

.dnform.clearfix.text-left h3 {
    text-align: center;
    color: #b08e71;
    font-size: 26px;
    font-weight: lighter
}

.btn-secondary {
    border: 1px solid #b08e71;
    padding: 14px 25px;
    border-radius: 6px;
    cursor: pointer
}

.btn-wrap a {
    margin-right: 10px
}

.btn-secondary-outline {
    background: 0 0;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 14px 30px;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none
}

.new-change,section.main-service .nav-tabs .nav-link:hover {
    border-color: #b08e71;
    background-image: linear-gradient(to right, #705a47, #b08e71)
}

.inner-service-text p {
    color: #fff;
    margin-top: 30px;
    text-align: justify
}

section.main-service .nav-tabs .nav-link:hover {
    color: #fff
}

.about-content-text button,.inner-service-text button {
    margin-right: 15px
}

.writing-service-box img {
    border-radius: 5px 5px 0 0;
    min-height: 190px
}

.new-change {
    padding: 20px;
    text-align: center;
    border-radius: 0 0 5px 5px
}

.new-change a {
    text-decoration: none
}

.about-content-text a,.banner-btn-group a,.inner-service-text a,.menu-right a {
    background: 0 0;
    border-color: #fff
}

.content-text a,.ghost-writing-text a {
    background: 0 0;
    color: #ed9339
}

.content-text a:hover,.ghost-writing-text a:hover {
    color: #ed9339
}

body.thnku header {
    background: #00000085
}

.barba-container {
    padding: 60px 0 0
}

body.thnku h1.hero-internal__title.title.title--stagger {
    font-weight: 700;
    font-family: Poppins
}

form.newcotact .intl-tel-input {
    margin-bottom: 30px
}

.portfolioSec {
    padding: 40px 0;
    text-align: center
}

.portfolioSec .portfolio-slider {
    margin-top: 20px
}

.portfolioSec img {
    height: 390px;
    width: 100%;
    object-fit: cover
}

.slick-slide img {
    display: block;
    height: 400px
}

.ch-images {
    animation: 1.5s ease-in-out infinite float
}

@keyframes float {
    0%,100% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-40px)
    }
}

::-webkit-scrollbar {
    width: 15px
}

::-webkit-scrollbar-track {
    background: #000
}

.o-cus-h,h4.cus-he {
    color: #fff;
    background-image: linear-gradient(to right, #705a47, #b08e71)
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(to right, #705a47, #b08e71)
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

h4.cus-he {
    padding: 5px
}

.o-cus-h {
    padding: 0 20px;
    font-size: 16px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px
}

.banner_content span.o-cus-h {
    font-size: 16px;
    padding: 8px 15px;
    text-transform: capitalize
}

section.servicepoints .col-md-9 {
    padding-left: 0;
    padding-right: 0
}

a.drop-color {
    color: #000!important
}

a.drop-color:hover {
    color: #ca9f2b!important
}

a.brand-logo img {
    height: unset;
    object-fit: contain;
    width: 155px;
}

.footer-about img {
    height: unset;
}

header .dropdown{
    
}

header .dropdown:hover .dropdown-menu{
 display:block;   
}

header .dropdown .dropdown-menu{
    min-width: 17rem;
}
