body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
}

html{
    scroll-behavior: smooth;
}
span{
    vertical-align: baseline;
}

section {
    padding: 60px 0;
    clear: both;
    position: relative;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
p {
    color: #0f1110;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

img{
    max-width: 100%;
}

header {
    padding: 20px 0;
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: 0 auto;
}

header .row {
    align-items: center;
}

header ul li {
    display: inline-block;
    padding: 0 7px;
    position: relative;
    z-index: 1;
    transition: .5s all;
}

.nav-link {
    padding: 0;
}

header ul li a {
    color: #0f1110 !important;
    font-weight: 600;
    transition: .5s all;
    font-size: 16px;
}

header ul li:first-child {
    padding-left: 0;
}

header ul li:last-child {
    padding-right: 0;
}

.btn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s all;
    border-radius: 5px;
    border: 1px solid;
}

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

.dropdown-item {
    color: #000000 !important;
    padding: 6px 15px 4px 15px;
    font-weight: 500;
    border-bottom: 1px solid #ffc41230;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 600;
    transition: .5s all;
}

.dropdown-menu{
    background-color: #ffffff;
    padding: 0;
    margin:0;
    z-index: 5000000 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background: #3b3843;
}

.dropdown-item:focus, .dropdown-item:hover {background: #f5841e;color: #ffffff !important;}


a{
    text-decoration: none !important;
}

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  } 

label.error {     display: none !important;}



a#back-top.show {
    display: inline-block;
    background-color: #cedffb;
    width: 46px;
    height: 46px;
    line-height: 45px;
    font-size: 22px;
    text-align: center;
    color: #000;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

a#back-top.show {
    cursor: pointer;
    background-color: #f8c600;
}
a#back-top.show {
    background-color: #1d1d1d;
}
a#back-top.show {
    opacity: 1;
    visibility: visible;
}

a#back-top.show i {
    position: relative;
    top: 0;
    color: #fff;
}




header ul {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

header ul.btn-ul {
    text-align: right;
}

header ul.btn-ul li.me-btn a.btn {
    background: #4c56c0;
    color: #fff !important;
}



.btn-tel {
    background: transparent;
    color: #000;
}

.purp {
    background: #f5841e;
    color: #fff !important;
    border-color: #f5841e;
}

header .btn {
    font-size: 14px;
}

.btn-yel {
    background: #f5841e;
    border-color: #f5841e;
    color: #ffffff !important;
}

.info-banner h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -2px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.info-banner h1 + p {
    color: #fff;
    padding-left: 55px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}

.info-banner h1 + p::before {
    position: absolute;
    content: "";
    background: #f5841e;
    height: 4px;
    width: 48px;
    left: 0;
    top: 9px;
}

.btn-block .btn:first-child {
    margin-right: 5px;
}
.our-banner{
    background: url("../images/home-banner.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    padding: 80px 0;
    z-index: 1;
}

.our-banner .btn-block img {
    position: absolute;
    right: 50px;
    top: -28px;
}

.our-banner .btn-block {
    position: relative;
}

.info-banner h1::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 100%;
    border-radius: 25px 25px 0 0;
    left: -10px;
    background: rgb(135,115,238);
    background: linear-gradient(90deg, rgba(135, 115, 238, 0.1) 0%, rgb(245 132 30) 20%);
    z-index: -1;
}


.our-detail {
    padding: 40px 0;
}

.info-det p {
    margin-bottom: 0;
    color: #0f1110;
    font-size: 18px;
    line-height: 22px;
}

.info-det h4 {
    color: #0f1110;
    font-family: times new roman;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 0;
    line-height: 48px;
    letter-spacing: -2px;
}

.info-det {
    text-align: center;
    position: relative;
    z-index: 1;
}

.info-det::before {
    position: absolute;
    content: "";
    background: url("../images/bg1.png") no-repeat;
    max-width: 162px;
    height: 162px;
    width: 100%;
    background-size: 100%;
    left: 45px;
    bottom: -20px;
    z-index: -1;
}

.info-det h4 + p {
    text-align: left;
    width: 50%;
    margin-left: auto;
    padding-top: 8px;
    position: relative;
    z-index: 1;
}

.info-det h4 + p::before {
    position: absolute;
    content: "";
    top: 1px;
    left: 0;
    background: #fdce16;
    width: 23px;
    height: 5px;
}

.our-detail .row {
    align-items: end;
}

.our-welcome {
    background: #201e1a;
}

h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -2px;
    position: relative;
    line-height: 70px;
    z-index: 1;
    margin-bottom: 0;
}

h6 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    color: #f68e31;
    z-index: 1;
    display: inline-block;
}

h6::before,h6::after {
    width: 0;
    height: 0;
    position: absolute;
    right: -50px;
    bottom: 7px;
    border-bottom: 3px solid #29a47a;
    border-right: 40px solid transparent;
    content: "";
}

h6::after {
    display: none;
}

.text-center h6::after {
    display: revert;
    right: inherit;
    left: -50px;
    border-right: none;
    border-left: 40px solid transparent;
}

.our-welcome h2 {
    color: #fff;
}

.our-welcome h6 {
    color: #fdce16;
}

h2 + h5 {font-size: 18px;margin-bottom: 20px;}

.text-center h2 + h5 {
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.info-welcome h2 + h5 {
    color: #fff;
}

.our-welcome h6::before,.our-welcome h6::after {border-bottom-color: #fdce16;}

.info-welcome p {
    color: #fff;
    margin: 25px 0 40px;
}

.wel-rat i {
    color: #fdce16;
    font-size: 18px;
}

.wel-rat ul {
    display: inline-block;
}

.wel-rat h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 12px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.wel-rat::before,.wel-rat::after {
    position: absolute;
    content: "";
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    width: 30%;
    height: 2px;
    right: 6%;
    bottom: 12px;
}

.wel-rat {
    position: relative;
    z-index: 1;
}

.wel-rat::after {
    right: inherit;
    left: 6%;
    background: rgb(255,255,255);
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.site-logos {
    padding: 40px 0;
    background: #f5f1ed;
}

.info-ser h6::before {
    display: none;
}

.info-ser h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.info-ser h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.info-ser span {
    position: absolute;
    left: -5px;
    font-size: 30px;
    color: #f5841e;
    font-weight: 600;
    top: 12px;
    line-height: 30px;
}

.info-ser {
    position: relative;
    z-index: 1;
    padding-left: 40px;
}

.info-ser span::before {
    position: absolute;
    content: "";
    left: -3px;
    height: 12px;
    width: 60px;
    background: #f5f1ed;
    bottom: -10px;
    border-radius: 4px;
}

.info-ser p {
    font-size: 14px;
    margin-bottom: 0;
}

.home-service .row {
    align-items: center;
    margin-bottom: 60px;
}

.home-service .img-ser {
    display: table;
    margin: auto;
}

.home-service .row:last-child {
    margin-bottom: 0;
}

.info-ser ul {margin-top: 20px;}

.info-ser ul li {
    font-size: 16px;
    color: #3e4651;
    font-weight: 600;
    width: 49%;
    display: inline-block;
    margin-bottom: 3px;
    position: relative;
    z-index: 1;
}

.info-ser ul li img {
    margin-right: 8px;
    position: relative;
    bottom: 2px;
}

.info-ser ul li::before {
    position: absolute;
    content: "";
    left: 3px;
    height: 8px;
    width: 25px;
    background: #f5f1ed;
    bottom: 4px;
    border-radius: 2px;
    z-index: -1;
}

.cta {
    padding: 40px 0;
    background: rgb(107,87,210);
    background: linear-gradient(75deg, rgb(245 132 30) 58%, rgba(32, 30, 26, 1) 58%);
}

.info-cta h3 {
    font-size: 37px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
}

.info-cta h3 > span {
    font-size: 25px;
    display: block;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: initial;
    width: 83%;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 6px;
}

.info-cta2 p {
    font-weight: 500;
    margin-bottom: 12px;
    color: #fff;
}

.info-cta2 {
    margin-left: -10px;
}

.info-cta2 a {display: inline-block;width: 62%;color: #f5841e !important;font-weight: 700;font-size: 25px;line-height: 23px;text-transform: uppercase;letter-spacing: -1px;}

.info-cta2 a > span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}

.info-cta2 a:last-child {
    width: 36%;
    color: #f5841e !important;
}

.cta .row {
    align-items: center;
}

.img-cta {
    position: absolute;
    bottom: -43px;
    max-width: 340px;
    left: -120px;
}

.cta .container {
    position: relative;
}
.info-text {
    margin-bottom: 30px;
}

.img-oth {
    position: absolute;
    top: -30px;
    left: 444px;
    right: 0;
    margin: auto;
    display: table;
}

.other-service .container {
    position: relative;
}

.other-service {
    padding: 80px 0;
}

.other-service::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: url("../images/bg2.png") no-repeat;
    max-width: 772px;
    height: 691px;
    background-position: 100%;
    width: 100%;
    z-index: -1;
}

.info-oth {
    text-align: center;
    padding: 30px 20px;
    background: #e7ebff;
    border: 1px solid #c3c7ce;
    box-shadow: 0 5px 15px #00000075;
    position: relative;
    z-index: 1;
}

.info-oth img {
    margin-bottom: 20px;
}

.info-oth h4 {
    color: #0f1110;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.info-oth h4::before {
    background: #29a47a;
    width: 50px;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.info-oth h4 + p {
    color: #0f1110;
    font-size: 14px;
    margin-bottom: 0;
}

.info-oth::before {
    background: url('../images/bg-oth.png') no-repeat;
    max-width: 103px;
    height: 70px;
    width: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    left: 60px;
    right: 0;
    margin: auto;
    top: 30px;
    z-index: -1;
}

.our-help{
    background: url("../images/bg-help.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    padding: 80px 0;
}

.our-help h2 {
    color: #fff;
    margin-bottom: 22px;
}

.our-help h2 span {
    color: #f5841e;
}

.info-help h6 {
    color: #f5841e;
}

.info-help h6::before {
    border-bottom-color: #fdce16;
}

.info-help2 h6 {
    color: #fff;
}

.info-help2 h6::before {
    border-bottom-color: #fff;
}

.info-help p {
    color: #fff;
}

.our-help .btn-block {margin-top: 40px;}

.info-help2 ul li {color: #fff;font-size: 16px;font-weight: 700;margin-bottom: 8px;}

.info-help2 ul li img {
    margin-right: 12px;
    filter: hue-rotate(265deg);
}

.info-help2 ul li:last-child {
    margin-bottom: 0;
}

.info-help2 {
    position: relative;
    padding-left: 60px;
    z-index: 1;
}

.info-help2::before {
    background: url('../images/bg3.png') no-repeat;
    max-width: 236px;
    height: 490px;
    width: 100%;
    background-size: 100%;
    content: "";
    position: absolute;
    left: 20px;
    top: -40px;
    z-index: -1;
    filter: hue-rotate(237deg);
}

.sl {
    background: transparent;
}

.sl h6 {
    margin-bottom: 20px;
    font-size: 21px;
}

.portfolio-tab a {
    display: block;
}

.portfolio-tab .nav-fill .nav-item {
    width: 100%;
    text-align: left;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #0f1110;
    background: #e7dfd9;
    margin-bottom: 12px;
    transition: .5s all;
    height: 35px;
    display: flex;
    align-items: center;
}

/*.tab-content>.active .portfolio-img img {
    z-index: 1;
    transform: scale(1.08);
    box-shadow: -1.22px 2.741px 40px 0px rgb(0 0 0 / 74%), inset 0px 3px 29px 0px rgba(0, 0, 0, 0.6);
    position: relative;
}

.fade:not(.show) {
    opacity: 1;
}

.tab-content>.tab-pane {
    display: inline-block !important;
    width: 18.4%;
    margin: 0 3px;
    margin-bottom: 10px;
}*/
.portfolio-images-wrap .tab-content{
    display: inline-block;
    justify-content: center;
    padding-top: 0 !important;
}

.tab-content .portfolio-img img {
    transition: .5s all;
}
.portfolio-tab .nav-tabs {
    border:  none;
}

.portfolio-tab .nav-fill .nav-item.active {
    background: #f5841e;
}

.portfolio-tab .nav-fill .nav-item > span {
    background: #fff;
    width: 40px;
    height: 100%;
    display: inline-block;
    margin-right: 12px;
    clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
}

.our-portfolio .container::before {position: absolute;content: "";bottom: 0;right: 0;background: rgb(253,206,22);background: linear-gradient(90deg, rgba(253, 206, 22, 0) 0%, rgb(245 132 30) 40%);width: 100%;height: 20%;}


.portfolio-tab .nav-fill:nth-child(2) .nav-item > span {width: 50px;}



.portfolio-tab .nav-fill .nav-item:nth-child(2) > span {width: 75px;clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);}

.portfolio-tab .nav-fill .nav-item:nth-child(3) > span {
    width: 87px;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
}

.portfolio-tab .nav-fill .nav-item:nth-child(4) > span {
    width: 103px;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}

.portfolio-tab .nav-fill .nav-item:nth-child(5) > span {
    width: 118px;
    clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%);
}

.portfolio-tab .nav-fill .nav-item:nth-child(6) > span {
    width: 132px;
    clip-path: polygon(0 0, 91.5% 0, 100% 100%, 0% 100%);
}

.portfolio-tab .nav-fill .nav-item:nth-child(7) > span {
    width: 145px;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.portfolio-tab .nav-fill .nav-item:nth-child(8) > span {
    width: 159px;
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
}

.portfolio-tab .nav-fill .nav-item:nth-child(9) > span {
    width: 172px;
    clip-path: polygon(0 0, 93.5% 0, 100% 100%, 0% 100%);
}

.our-portfolio::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 82%;
    background: #f5f1ed;
    content: "";
    z-index: -1;
}

.our-portfolio::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 82%;
    background: rgb(205,191,179);
    background: linear-gradient(180deg, rgba(205,191,179,0) 10%, rgba(205,191,179,1) 100%);
    content: "";
    z-index: -1;
}



footer {
    padding: 60px 0 0;
    position: relative;
    background: url("../images/bg-foot.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 55% bottom;
    z-index: 1;
}

.copy p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
}

.copy {
    padding: 40px 0 20px;
}



.copy ul {
}
 .copy .row {
        align-items: center;
    }

    .copy ul li {
        display: inline-block;
        position: relative;
        padding: 0px 10px;
        font-size: 12px;
        margin-bottom: 0;
    }

    .copy ul li::before {content: "";height: 80%;width: 2px;position: absolute;right: -3px;top: 10%;background: #fff;}

    .copy ul li:last-child::before {
        display: none;
    }

    .copy ul li a {
        color: #fff !important;
        font-size: 14px;
    }

footer h5 {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

footer h5 + a {
    color: #fff !important;
    margin-left: 10px;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

footer h5::before {
    width: 70px;
    height: 70px;
    right: -40px;
    content: "";
    top: 0;
    position: absolute;
    background: #452f53;
    border-radius: 50%;
    z-index: -1;
}

footer ul li a,footer ul li p {
    color: #fff !important;
    font-size: 16px;
    line-height: 19px;
}

footer ul li i {
    color: #f78e31;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 18px;
}

footer ul li {
    padding-left: 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer ul {
    margin: 20px 0 30px;
}   

footer ul li:last-child i {
    font-size: 19px;
    top: 0;
}

.copy ul {
    margin: 0 0 16px;
}

.copy ul li:first-child {
    padding-left: 5px;
}

.copy ul + img {
    position: relative;
    left: -10px;
}

footer::before {
    position: absolute;
    content: "";
    height: 1px;
    background: #3d4046;
    width: 35%;
    left: 0;
    bottom: 170px;
}

.social-foot h4 {
    color: #fdce16;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}

.social-foot h4 + ul {
    margin: 0;
    display: inline-block;
    margin-left: 10px;
}

.social-foot h4 + ul li {
    width: 25px;
    height: 25px;
    background: #3c3635;
    display: inline-block;
    margin-bottom: 0;
}

.social-foot h4 + ul li i {
    color: #b8b8b8;
    font-size: 15px;
    width: 25px;
    text-align: center;
    height: 25px;
    top: inherit;
    line-height: 25px;
}

.social-foot {
    position: absolute;
    bottom: 157px;
    left: 36%;
}


.accordion .card-header.collapsed:after {
    background: url("../images/plus.png") no-repeat;
    background-size: 100%;
}

.accordion .card-header:after {
    content: "";
    left: 15px;
    position: absolute;
    top: 9px;
    background: url("../images/minus.png") no-repeat;
    max-width: 23px;
    height: 23px;
    width: 100%;
    background-size: 100%;
}


.our-faq .card-header {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    position: relative;
}


.our-faq .panel {
    margin-bottom: 12px;
    box-shadow: 0 0 5px #dde4e8;
}

.our-faq .card-header a {
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 10px 45px;
    font-size: 16px;
    color: #131423;
    font-weight: 600;
}

.our-faq .card {
    border: 0;
}

.our-faq h2::before{
    display:none;
}

.info-faq {margin-top: 40px;}


.card-body p {
    font-size: 14px;
    margin-bottom: 10px;
}

.our-faq{
    position: relative;
    z-index: 1;
    padding: 80px 0 0;
}

.our-faq::before{
    background: url("../images/bg-faq.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 93%;
    background-size: cover;
    background-position: 60%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.card-body p:last-child {
    margin-bottom: 0;
}

.card-body {
    padding: 15px 45px;
}

.our-faq h6 {
    color: #3e4651;
}

.our-faq h6::before {
    border-bottom-color: #3e4651;
}


.cta2{
    background: url("../images/bg-cta2.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    margin-top: -50px;
    padding: 100px 0 60px;
}

.cta2 h2 {
    color: #fff!important;
    font-size: 36px;
    line-height: 39px;
    letter-spacing: -1px;
}

.cta2 span {
    display: block;
    text-align: right;
}

.cta2 span a {
    color: #fff;
    font-size: 51px;
    font-weight: 700;
    margin-left: 15px;
}

.cta2 .row {
    align-items: center;
}


.our-testimonial::before{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: url("../images/bg-test.jpg") no-repeat;
    max-width: 94%;
    width: 100%;
    height: 100%;
    content: "";
    background-size: 100%;
    background-position: bottom;
    filter: brightness(0.1);
}

.our-testimonial h2,.our-testimonial h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
}

.our-testimonial h6::before,.our-testimonial h6::after {
    border-bottom-color: #fdce16;
}

.info-test p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
}

.info-test h4 {
    color: #fdce16;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.our-testimonial {
    margin-top: 50px;
    z-index: 1;
    padding: 50px 0;
}

.our-testimonial .container {position: relative;}

.our-testimonial .container::before{
    position: absolute;
    content: "";
    left: 45px;
    top: 20px;
    background: url("../images/bg-test2.png") no-repeat;
    max-width: 185px;
    height: 154px;
    width: 100%;
    background-size: 100%;
}


.our-testimonial .container::after{
    position: absolute;
    content: "";
    right: -50px;
    top: 20px;
    background: url("../images/bg-test1.png") no-repeat;
    max-width: 420px;
    height: 173px;
    width: 100%;
    background-size: 100%;
    filter: hue-rotate(229deg);
}


.owl-testimonial.owl-carousel .owl-nav button.owl-prev::before, .owl-testimonial.owl-carousel .owl-nav button.owl-next::before{
    position: absolute;
    content: "";
    max-width: 50px;
    background: url("../images/left.png") no-repeat;
    height: 50px;
    width: 100%;
    background-size: 100%;
    left: 0;
    top: 0;
}




.owl-testimonial.owl-carousel .owl-nav button.owl-next::before{
    background: url("../images/right.png") no-repeat;
    width: 100%;
    background-size: 100%;
}

.owl-testimonial.owl-carousel .owl-nav button.owl-next, .owl-testimonial.owl-carousel .owl-nav button.owl-prev{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
}

.owl-testimonial.owl-carousel .owl-nav button span {
    display: none;
}

.owl-testimonial.owl-theme .owl-nav{position: absolute;top: -10px;left: 0;margin-top: 0;width: 100%;}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}



.our-portfolio  .info-port:first-child {
    margin-bottom: 15px;
}

.owl-testimonial.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.info-test {
    max-width: 70%;
    margin: auto;
}

.about-banner{
    background: url("../images/about-banner.jpg") no-repeat;
    background-position: 40%;
    background-size: cover;
}

.btn-grey {
    background: #3e4651;
    border-color: #3e4651;
    color: #fff !important;
}

.about-banner .info-banner h1::before {
    display: none;
}



.solution-img {
    position: absolute;
    right: 0;
    bottom: 70px;
    max-width: 44%;
}

.solution-img img {
    height: 450px;
}


.our-solution {
    max-width: 1600px;
    margin: 0 auto;
}

.our-solution .info-text p {
    width: 65%;
    margin: auto;
}

.our-solution .info-text {
    margin-bottom: 60px;
}

.info-solution h2 {
    color: #29a47a;
    font-size: 41px;
    margin-bottom: 16px;
    line-height: 45px;
    letter-spacing: -1px;
}

.btn-black {
    background: #000;
    border-color: #000;
    color: #fff !important;
}

.our-solution .info-text h2 {
    margin-bottom: 12px;
}

.info-off h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.info-off h2 + p {
    margin-bottom: 0;
}

.info-off h6 {
    color: #3e4651;
}

.info-off h6::before {
    border-bottom-color: #3e4651;
}

.info-offer {
    background: #ffff;
    border-radius: 5px;
    padding: 60px 25px 35px;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px #00000017;
}

.our-offer {
    background: #f0f2f5;
    padding: 0;
}

.our-offer .row {
    align-items: center;
}

.info-offer h4 {
    color: #3d4650;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
}

.info-offer img {
    position: absolute;
    right: 20px;
    top: 20px;
}

.info-offer p {
    color: #3e4651;
    margin-bottom: 0;
}



.owl-offer.owl-carousel .owl-nav button.owl-prev::before, .owl-offer.owl-carousel .owl-nav button.owl-next::before{
    position: absolute;
    content: "";
    max-width: 50px;
    background: url("../images/left2.png") no-repeat;
    height: 51px;
    width: 100%;
    background-size: 100%;
    left: 0;
    top: 0;
}




.owl-offer.owl-carousel .owl-nav button.owl-next::before{
    background: url("../images/right2.png") no-repeat;
    width: 100%;
    background-size: 100%;
}

.owl-offer.owl-carousel .owl-nav button.owl-next, .owl-offer.owl-carousel .owl-nav button.owl-prev{
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 8px;
}

.owl-offer.owl-carousel .owl-nav button span {
    display: none;
}

.owl-offer.owl-theme .owl-nav{position: absolute;left: 0;margin-top: 0;bottom: 60px;}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.info-offer:last-child {
    margin-bottom: 0;
}

.our-offer .container {
    position: relative;
    top: -10px;
}

.our-offer + .our-help {
    margin-top: 0;
    margin-top: -20px;
}

.info-offer h4::before {
    background: #102da2;
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    left: 0;
    bottom: 0;
}


.cover-banner{
    background: url("../images/cover-banner.jpg") no-repeat;
    background-position: 40%;
    background-size: cover;
}


.our-rates h2 {
    margin-bottom: 15px;
}

.our-rates h2 + p {
    max-width: 80%;
    margin: auto;
}


.info-rates {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 5px 15px #0000000f;
}

.info-rates h4 {
    margin-bottom: 0;
    color: #0f1110;
    font-size: 24px;
    font-weight: 300;
}

.info-rates img {
    margin-bottom: 15px;
}

.our-rates::before {position: absolute;content: "";left: 0;bottom: 0;background: #f9f9fb;width: 100%;height: 40%;z-index: -1;}

.info-type {
    padding: 150px 25px 35px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

.our-type .row:first-child {
    margin-bottom: 50px;
}

.info-cover {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    margin: 120px 0;
}

.info-cover::before {
    background: #000;
    content: "";
    position: absolute;
    width: calc(100% + 60px);
    height: 100%;
    z-index: -1;
    left: -60px;
    top: 0;
    box-shadow: -20px 20px #fef0b9;
}

.info-cover * {
    color: #fff;
}

.img-cover {
    position: absolute;
    top: 60px;
    right: 0;
    max-width: 60%;
}

.img-cover img {
    background-size: cover;
    height: 822px;
}

.co-text {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    width: 220px;
    top: -65px;
    right: -60px;
}

.co-text::before {
    position: absolute;
    content: "";
    height: 220px;
    width: 220px;
    background: #fd6036;
    z-index: -1;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px #0000002e;
}

.co-text h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'oswald' , sans-serif;
}

.our-cover {
    max-width: 1900px;
    margin: 0 auto;
}

.info-cover h2 {line-height: 50px;margin: 5px 0 25px;}

.info-cover h2 + p {
    margin-bottom: 0;
}


.our-type .row:nth-child(2) {
    margin-bottom: 20px;
}

.our-type .btn-block {
    margin-top: 40px;
}

.aff h4 {
    width: 24.5%;
    text-align: center;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3e4651;
    height: 185px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.aff h4::before {
    position: absolute;
    content: "";
    background: #f2fad6;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    z-index: -1;
}

.aff h4:nth-child(2)::before {
    background: #dcd9f3;
}

.aff h4:nth-child(3)::before {
    background: #f4c9ff78;
}

.aff h4:nth-child(4)::before {
    background: #3e46513d;
}

.img-afford {
    position: relative;
    left: -85px;
}

.img-afford img {
    max-width: 115%;
}

.info-afford h2 {
    margin-bottom: 20px;
}

.info-afford p {
    margin-bottom: 20px;
}

.info-afford .aff {margin: 70px 0 30px;}

span.line {
    border-bottom: 8px solid #f5841e;
    border-right: 90px solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
}

.info-edser h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.info-edser h2 + p {
    color: #0f1110;
    margin-bottom: 30px;
}

.info-edser ul li {
    color: #1c1c1d;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 22px;
    padding-left: 32px;
    position: relative;
}

.info-edser ul {
    max-width: 90%;
    min-height: 290px;
}

.info-edser ul li img {
    position: absolute;
    left: 0;
}

.info-edser ul li:last-child {
    margin-bottom: 0;
}

.ed-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
    z-index: 2;
}

.ed-img img {
    height: 530px;
}

.info-edser {
    position: relative;
    z-index: 2;
    max-width: 98%;
}

.info-edser::before {
    content: "";
    position: absolute;
    left: -15px;
    width: calc(100% + 15px);
    height: 50%;
    background: #f4f3fa;
    top: 32%;
    z-index: -2;
}

.editing-service {
    max-width: 1750px;
    margin: 0 auto;
}

.ed2 .ed-img {
    right: inherit;
    left: 0;
    max-width: 48%;
}

.ed2 .info-edser {
    padding-left: 60px;
}

.ed2 .info-edser ul {
    max-width: 96%;
}

.editing-service + .our-help {
    margin-top: 60px;
}

.info-feature h4 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin-right: 70px;
    position: relative;
    z-index: 1;
}

.our-feature::before {
    position: absolute;
    width: 50%;
    height: 100%;
    content: "";
    background: #f5841e;
    top: 0;
    z-index: -1;
    left: 0;
}

.our-feature {
    padding: 40px 0;
    background: #f5f1ed;
    z-index: 1;
}

.info-feature.if2 h4 {
    color: #000;
    margin-left: 10px;
}

.our-feature .row {
    align-items: center;
}

.info-feature h4::before {
    content: "\f101";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 150px;
    line-height: 130px;
    bottom: -55px;
    right: -90px;
    opacity: 0.1;
    color: #000;
}


.print-banner{
    background: url("../images/print-banner.jpg") no-repeat;
    background-position: 50%;
    background-size: cover;
}

.info-afford ul li {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.info-afford ul li img {
    margin-right: 10px;
}

.info-afford ul {
    margin: 30px 0 50px;
}

.print-service .info-edser h2 {
    font-size: 45px;
}

.print-service .ed-img.pr-img {
    bottom: 20px;
}

.print-service.ed2 .ed-img.pr-img {
    max-width: 50%;
}

.print-service.ed2 .info-edser {
    padding-left: 30px;
}

.print-service .ed-img img {
    height: 540px;
}

.print-service + .our-data{
    margin-top: 60px;
}

.our-data{
    background: url("../images/bg-data.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: cover;
    height: 100%;
    background-position: 50%;
}

.info-data h4 {
    color: #000;
    font-size: 31px;
    line-height: 34px;
    font-weight: 700;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 0;
}

.info-data {
    padding: 0 30px;
}

.info-data p {
    margin: 8px 0 0;
}

.our-data .row:first-child {
    margin-bottom: 60px;
}

.our-data + .our-testimonial {
    margin-top: -20px;
}

.publish-banner{
    background: url("../images/publish-banner.jpg") no-repeat;
    background-position: 50%;
    background-size: cover;
}



.pub-service .info-ser ul li {
    width: 100%;
    margin-bottom: 5px;
}

.pub-service .info-ser ul {
    margin-top: 28px;
}

.pub-service .info-ser h2 {
    margin-bottom: 5px;
}

.pub-service .info-text h2 {
    margin-bottom: 20px;
}

.pub-service .info-text h2 + p {
    max-width: 85%;
    margin: auto;
}

.pub-service .info-text {
    margin-bottom: 60px;
}

.pub-afford .img-afford img {
    max-width: 120%;
}

.pub-afford .img-afford {
    left: -100px;
}

.pub-afford h2 {
    text-transform: uppercase;
}

.img-real {
    position: absolute;
    right: 0;
    bottom: -20px;
    max-width: 60%;
    z-index: 1;
}

.info-real h3 {
    font-size: 36px;
    font-weight: 700;
    color: #f5841e;
    line-height: 40px;
    margin-bottom: 30px;
}

.info-real ul li {
    font-size: 17px;
    font-weight: 600;
    color: #1c1c1d;
    margin-bottom: 6px;
}

.info-real ul li img {
    margin-right: 10px;
}

.info-real ul {
    margin-bottom: 40px;
}

.our-reality {
    padding-top: 0;
    max-width: 1600px;
    margin: 0 auto;
    z-index: 2;
}

.pub-afford {
    padding-bottom: 10px;
}

.img-real img {
    height: 460px;
}

.info-real {
    position: relative;
    z-index: 1;
}

.info-real::before {
    content: "";
    position: absolute;
    left: -15px;
    width: calc(150% + 15px);
    height: 28%;
    background: #f4f3fa;
    top: 35%;
    z-index: -2;
}

.our-count {
    background: #201e1a;
    padding: 50px 0;
}

.info-count h4 {
    color: #f68e31;
    font-weight: 700;
    font-size: 65px;
    margin-bottom: 0;
    display: inline-block;
    letter-spacing: -3px;
    line-height: 65px;
}

.info-count h4 + p {color: #fff;display: inline-block;margin-bottom: 0;font-size: 24px;margin-left: 8px;}

.info-count {
    position: relative;
    z-index: 1;
    text-align: center;
}

.info-count::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: #38342d;
    max-width: 37%;
    height: 80%;
    margin: auto;
    top: 5%;
    z-index: -1;
}


.business-banner{
    background: url("../images/business-banner.jpg") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.book-service h2 {
    margin-bottom: 20px;
}

.book-service .info-text {
    margin-bottom: 60px;
}

.info-bser h4 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 25px;
}

.info-bser img {
    margin-bottom: 25px;
    filter: hue-rotate(158deg);
}

.info-bser {
    position: relative;
    z-index: 1;
    padding: 0 25px 25px;
}

.info-bser::before {
    position: absolute;
    content: "";
    background: #fff9e3;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    z-index: -1;
    left: 40px;
    top: 10px;
}

.info-bser p {
    margin-bottom: 0;
}

.info-bser::after {
    position: absolute;
    content: "";
    z-index: -1;
    background: #f8f8f8;
    width: calc(100% + 5px);
    height: 53%;
    bottom: 0;
    left: 2px;
}

.book-service [class*='col']::before,.book-service [class*='col']:last-child::after {
    position: absolute;
    content: "";
    left: 0;
    width: 1px;
    height: 100%;
    background: #c7c7c7;
    bottom: 0;
}

.book-service [class*='col']:last-child::after {
    left: inherit;
    right: 0;
}

.book-service [class*='col']:first-child::before, .book-service [class*='col']:last-child::after {
    height: 115%;
}

.book-service .info-text p {
    max-width: 75%;
    margin: auto;
}

.busi-ser ul {
    min-height: auto;
    margin:  40px 0;
}

.busi-ser .ed-img {
    max-width: 43%;
    top: 70px;
}


.busi-ser .info-edser::before {
    display: none;
}

.info-tsp h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.two-seprator img {
    height: 450px;
}

.two-seprator  .row {
    align-items: center;
}

.our-help + .cta2 {
    margin: 5px 0 0;
    padding: 60px 0;
}


.celebrity-banner{
    background: url("../images/celebrity-banner.jpg") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.cbs [class*='col']::before, .cbs [class*='col']:last-child::after {
    display: none;
}


.cbs .info-bser {
    padding: 0 5px;
}

.cbs .info-bser::after {
    display: none;
}

.cbs .info-bser img {
    display: block;
    margin-bottom: 12px;
}

.cbs .info-bser h4 {
    margin-top: 8px;
    font-size: 32px;
    line-height: 34px;
}


.cel-ser .ed-img {
    left: 0;
    right: inherit;
}

.cel-ser ul li {
    margin-bottom: 12px;
    font-size: 16.5px;
}

.cel-ser .ed-img img {
    height: 600px;
}

.cel-ser {
    max-width: 1800px;
    padding-bottom: 30px;
}


.real-banner{
    background: url("../images/real-banner.jpg") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.real-img img {
    max-width: 110%;
}

.real-img {
    position: relative;
    left: -60px;
}

.real-ser .info-edser::before {
    display: none;
}

.cel-ser + .our-help {
    margin-top: 0;
}

.me-ser .info-text h2 {
    margin-bottom: 20px;
}

.me-ser .info-text {
    margin-bottom: 50px;
}

.me-ser .ed-img {
    bottom: 50px;
}

.me-ser .info-text p {
    max-width: 75%;
    margin: auto;
}

.me-ser ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 12px;
}

.me-ser ul {
    min-height: auto;
}

.ms2 .ed-img {
    left: 0;
    right: inherit;
    max-width: 48%;
    bottom: 20px;
}

.ms2 {
    padding-bottom: 20px;
}

.me-ser .info-edser::before {
    display: none;
}

.me-ser + .our-help {
    margin:  0 0;
}

.me-ser {
    max-width: 1650px;
}

.nfiction-banner{
    background: url("../images/nfiction-banner.jpg") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.fic-ser .info-edser h2 {font-size: 46px;}

.fic-ser {
    padding: 60px 0;
}

.fic-ser .ed-img img {
    height: 560px;
}

.fic-ser .ed-img {
    bottom: 30px;
}

.our-facinate::before {
    position: absolute;
    background: #fff9e3;
    width: 50%;
    height: 100%;
    right: 0;
    content: "";
    top: 0;
    z-index: -2;
}

.our-facinate .row {
    align-items: center;
}

.info-faci h4 {
    font-size: 22px;
    font-weight: 600;
    background: #29a47a;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    margin-left: 30px;
}

.info-faci p {
    background: #fff;
    padding: 30px 30px 30px;
    margin-top: -20px;
    margin-bottom: 0;
    box-shadow: 0 5px 10px #00000026;
}

.info-faci {
    margin-bottom: 30px;
}

.info-faci:last-child {
    margin-bottom: 0;
}

.img-faci img {
    max-width: 106%;
}

.img-faci {
}

.our-facinate + .cta2 {
    margin: 0;
    padding: 60px 0;
}

.our-facinate{
    z-index: 1;
}

.our-facinate::after{
    position: absolute;
    content: "";
    top: 10px;
    right: 20px;
    background: url("../images/bg5.png") no-repeat;
    max-width: 300px;
    height: 280px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
}

.fiction-banner{
    background: url("../images/fiction-banner.jpg") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.fs2 .ed-img {
    bottom: 60px;
}


.info-gen {
    margin: 0 20px 0 50px;
    padding: 30px 40px;
    background: #fff9e3;
    height: 100%;
    position: relative;
    z-index: 1;
}

.info-gen ul li {
    display: inline-block;
    width: 49%;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 7px;
}

.info-gen ul li img {
    margin-right: 8px;
}

.info-gen h2 {
    margin-bottom: 15px;
}

.info-gen p {
    margin-bottom: 25px;
}

.info-gen::before,.info-gen::after {
    position: absolute;
    content: "";
    left: -25px;
    bottom: -25px;
    background: #e3dfc8;
    width: 100%;
    height: 25px;
    z-index: -1;
}

.fic-gen {
   padding: 0 0 80px;
}

.info-gen::after {
    height: 100%;
    width: 25px;
}

.fic-gen [class*='col']:last-child .info-gen {
    background: #f1eff7;
}

.fic-gen [class*='col']:last-child .info-gen::before,.fic-gen [class*='col']:last-child .info-gen::after {
    background: #d6d3e5;
}


.pricing-banner{
    background: url("../images/pricing-banner.jpg") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.our-pricing h2 {
    margin-bottom: 20px;
}

.our-pricing .info-text {
    margin-bottom: 60px;
}

.our-pricing .info-text p {
    max-width: 75%;
    margin: auto;
}

.info-price h4 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.info-price {
    padding: 35px 30px;
}

.info-price::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 100%;
    background: #fff;
    z-index: -1;
    box-shadow: 0 5px 15px #00000045;
    top: 0;
}

.info-price h3 {
    font-size: 47px;
    font-weight: 600;
    letter-spacing: -4px;
    text-align: center;
    color: #fff;
    line-height: 47px;
    margin-bottom: 0;
}

.info-price h3 > span {
    font-weight: 500;
    font-size: 24px;
}

.info-price::after {
    position: absolute;
    content: "";
    background: #8773ee;
    width: 96%;
    left: 0;
    right: 0;
    margin: auto;
    top: 78px;
    height: 65px;
    z-index: -1;
}

.info-price ul {
    margin: 25px 0 40px;
}

.info-price ul li {
    color: #6e6e6e;
    font-size: 13px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.info-price ul li img {
    margin-right: 7px;
}

.info-price ul li::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 88%;
    left: 5px;
    right: 0;
    margin: auto;
    bottom: -7.5px;
    background: #e5e5e5;
}

.info-price .btn {
    margin: auto;
    display: table;
    width: 50%;
}

.our-pricing .row {
    margin-bottom: 40px;
}

.our-pricing .row:last-child {
    margin-bottom: 0;
}

.marketing-banner{
    background: url("../images/marketing-banner.jpg") no-repeat;
    background-position: 60%;
    background-size: cover;
}


.our-quality{
    background: url("../images/bg-quality.jpg")no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    padding: 60px 0 80px;
}

.our-quality h2 {
    margin-bottom: 20px;
}

.our-quality .info-text {
    margin-bottom: 60px;
}

.our-quality .info-text p {
    margin: auto;
    max-width: 75%;
}

.info-quality ul li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.info-quality ul li:last-child {
    margin-bottom: 0;
}

.info-quality ul li img {
    margin-right: 8px;
}

.info-quality::after {position: absolute;content: "";width: 15px;height: 15px;background: #fd6036;border-radius: 50%;right: 12.5px;bottom: -30px;}

.info-quality::before {
    position: absolute;
    content: "";
    right: 20px;
    top: 0;
    width: 1px;
    height: 115%;
    background: #fd6036;
}

.our-quality [class*='col']:last-child .info-quality::before,.our-quality [class*='col']:last-child .info-quality::after {
    display: none;
}

.mkt-service .info-ser h2 {
    padding-top: 20px;
}

.mkt-service .info-text {
    margin-bottom: 70px;
}

.mkt-service .info-text h2 {
    margin-bottom: 25px;
}

.mkt-service .info-text p {
    max-width: 90%;
    margin: 0 auto 30px;
}

.mkt-service .info-text .btn-block {
    margin-top: 40px;
}

.mkt-service .info-ser p {
    font-size: 15px;
}


.contact-banner{
    background: url("../images/contact-banner.jpg") no-repeat;
    background-position: 60%;
    background-size: cover;
}

.contact-banner + .our-detail::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #f5f1ed;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.info-contact .form-control {
    margin-bottom: 15px;
    height: 50px;
    font-size: 13px;
    border-radius: 0;
    border-color: #6e7174;
}

.info-contact textarea.form-control {
    height: 140px;
    resize: none;
    margin-bottom: 25px;
}


.info-contact .info-form {
    max-width: 95%;
}

.contact-detail ul li img {
    display: block;
    margin-bottom: 5px;
}

.contact-detail ul li:first-child a {
    color: #ffffff !important;
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
}

.contact-detail ul li p , 
.contact-detail ul li a {
    color: #ffffff !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 18px;
}
.contact-detail ul li p {
    line-height: 25px;
} 
.our-contact .row {
    align-items: center;
}

.contact-detail ul li {
    margin-bottom: 50px;
}

.our-contact h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.our-contact h2::before {
    border-bottom: 10px solid #29a47a;
    border-right: 100px solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    content: "";
    position: absolute;
    top: 34px;
    /* z-index: -1; */
}
ul.con-social {
    text-align: right;
    position: relative;
    right: 15%;
}

ul.con-social li {
    display: inline-block;
    padding: 0 2px;
}

ul.con-social li i {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #171a21;
    border-radius: 50%;
    text-align: center;
    color: #171a21;
    font-size: 18px;
}


.our-contact::before{
    position: absolute;
    content: "";
    right: 0;
    top: 40px;
    background: url("../images/contact-img.jpg") no-repeat;
    max-width: 43%;
    height: calc(100% - 80px );
    width: 100%;
    background-size: cover;
    z-index: -1;
}

.contact-detail h3 {
    font-size: 41px;
    line-height: 43px;
    letter-spacing: -2px;
    font-weight: 700;
    color: #fdce16;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.info-contact .btn {width: 200px;}

div#popupform {
    max-width: 1100px;
    padding: 0 35px 90px 0;
    background: transparent;
    overflow: hidden;
}

.modal-body {
    padding: 0;
}

.popup-bann {
    max-width: 390px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.popup-content {display: inline-block;max-width: 1020px;background: #fff;margin-left: -290px;padding: 25px 40px 20px 310px;border: 10px solid #8773ee;}

.popup-content h2 {
    color: #313131;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 4px;
    letter-spacing: 0;
}

.popup-content h2::before {
    display: none;
}

.popup-content h2 + p {
    color: #313131;
    font-size: 16px;
    margin-bottom: 20px;
}

.popup-content .form-control {
    margin-bottom: 15px;
    border-radius: 0;
    height: 48px;
    font-size: 13px;
}

.popup-content textarea.form-control {height: 92%;resize: none;}

.popup-content p.form_tagline {
    font-size: 13px;
    color: #000;
    padding-left: 20px;
    position: relative;
    display: inline-block;
    width: 40%;
    margin-bottom: 0;
    vertical-align: top;
    font-weight: 500;
}

.popup-content p.form_tagline input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
}

.popup-content .btn {
    display: inline-block;
    margin-left: 0px;
    width: 190px;
}

.fancybox-slide--html .fancybox-close-small {
    top: 3px;
    background: #f44336;
    width: 40px;
    height: 40px;
    right: 20px;
    opacity: 1;
    border-radius: 8px;
    padding: 6px;
}

.fancybox-button svg {
    color: #fff;
    position: relative;
    left: 1px;
}

.fancybox-button svg path {
    stroke: #fff;
    stroke-width: 1px;
}


.btn-sub {
    margin-top: 20px;
}


.pop-text {
    padding-left: 180px;
}

.popup-bann::before {
    content: "";
    position: absolute;
    background: url("../images/off.png") no-repeat;
    max-width: 254px;
    height: 101px;
    width: 100%;
    background-size: 100%;
    right: -180px;
    top: 40px;
}

.popup-content::before{
    position: absolute;
    content: "";
    background: url("../images/popup-bef.png") no-repeat;
    max-width: 270px;
    height: 237px;
    width: 100%;
    background-size: 100%;
    bottom: -90px;
    right: -35px;
}

.pricing ul.nav.nav-tabs li.active a:after {
    /* content: "\f105"; */
    position:  absolute;
    top: 10px;
    right: 9px;
    font-family:  fontawesome;
    }
.pricing .mainabout {margin: 0px 0;padding: 30px 0;}
.pricing h3 span {color: #000;}
.pricing .priceright h3 {    margin-top: 23px;}
ul.price-cols {clear: both;display:  block;margin: 0 0;float:  left;width:  100%;min-height: 475px;position:  relative;}
ul.price-cols > li {width: 48%;display:  inline-block;float:  left;padding: 0px 15px;border-radius: 3px;position:  relative;}
ul.price-cols > li:nth-child(even) {    float:  right;}
ul.price-cols > li:after {content:  "";position:  absolute;left: 102%;height:  100%;border-right: 1px dashed #a6c7cb;top: 0;}
ul.price-cols li:nth-child(even):after {    display:  none;}
ul.price-cols li h5 {margin-bottom: 0;color: #000000;font-size: 18px;font-weight: 600;text-transform:  uppercase;margin: 0 0 6px;}
ul.price-cols span.cost {
    font-size: 26px;
    font-weight: 600;
    clear:  both;
    color: #000;
    display:  block;
    margin-bottom: 15px;
    }
a.package-btn {
    background-color: #34373d;
    color: #fff;
    padding: 9px 20px;
    display:  table;
    clear:  both;
    font-size:  16px;
    border-radius: 3px;
    margin-top: 39px;
    display:  table;
    position: static;
    bottom: 0;
    border-radius: 0;
    }
ul.price-cols > li li {
    font-size: 14px;
    margin-bottom: 5px;
    float:  left;
    width:  100%;
    line-height: 1.5;
    position:  relative;
    padding-left: 15px;
    }
ul.price-cols ul {display: block;width:  100%;margin-bottom: 20px;float: left;}
ul.price-cols > li li:before {
    /* content: "\f105"; */
    position:  absolute;
    left: 0;
    top: -2px;
    font-family: fontawesome;
    color: #34383d;
    }
ul.price-cols small {margin-bottom: 20px;font-size: 15px;display:  block;color: #757c80;line-height: 1.5;}
ul.price-cols.single li:after {    display:  none;  }
.pricing ul.nav.nav-tabs {
    width: 100%;
    border: 1px solid #d7e4e5;
    float:  left;
    border-radius: 3px;
    background-color:  #fff;
    box-shadow: 0px 0px 21px #e0dfdf;
    margin-bottom: 20px;
    padding-top: 4px;
    }
    .pricing ul.nav.nav-tabs li {
    width: 100%;
    display: block;
    padding: 0px 8px 8px;
    margin: 4px 0 4px;
    border-bottom: 1px solid #d7e4e5;
}
.pricing ul.nav.nav-tabs li a {
    color: #000;
    font-size: 14px;
    display: block;
    padding: 10px;
    text-transform: uppercase;
}
.pricing h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px;
}
.pricing h3 small {
    clear: both;
    display: block;
    color: #000;
    font-size: 20px;
}
.pricing ul.nav.nav-tabs li.active a {
    display: block;
    background-color: #000;
    color: #fff;
    background: #000;
    border: 1px solid #D7E4E7;
    border-radius: 4px;
    position: relative;
}
.tab-content>.active {
    display: block;
    opacity: 1;
}
.pricing .mainabout h2 {
    font-size: 25px;
    letter-spacing: inherit;
    font-weight: 600;
    line-height: 32px;
}

.pricing ul.nav.nav-tabs li a.active {
    display: block;
    background-color: #000;
    color: #fff;
    background: #f5841e;
    border: 1px solid #D7E4E7;
    border-radius: 4px;
    position: relative;
}
.pricing .priceright p {
    font-size: 14px;
    margin: 0 0 25px;
}
.mainabout .info-text {
    margin: 0 0 50px;
}
.mainabout .btn-yel {
    background: #f5841e;
    border: none;
    color: #fff !important;
    padding: 9px 20px;
    font-size: 14px;
    letter-spacing: 1px;
}
.inner h2 , .aboutleft h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight:  bold;
    color: #000;
    text-transform:  uppercase;
    margin-top: 30px;
    border-bottom:  1px solid #e6e6e6;
    padding-bottom: 10px;
}

ul.price-cols > li li:before {
    content: '';
    position: absolute;
    border: solid #000000ed;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 8px;
}
.other-service .info-text h2 {
    width: 50%;
}