body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    background: #f8f7fc;
    overflow-x: hidden;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
}
section {
    padding: 80px 0;
    clear: both;
    position: relative;
}

html{
    scroll-behavior: smooth;
}

/*@font-face {*/
/*    font-family: 'Gambarino-Regular';*/
/*    font-style: normal;*/
/*    font-weight: 300 900;*/
/*    font-stretch: 100%;*/
/*    font-display: swap;*/
/*    src: url(../fonts/Gambarino-Regular.otf) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/

/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6 {*/
/*    font-family: 'Gambarino-Regular', sans-serif !important;*/
/*}*/

/*h1,h2{*/
/*    font-family: times new roman;*/
/*}*/

h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif !important;
}
p {
    color: #5c5c5c;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

img{
    max-width: 100%;
}

span{
    vertical-align: baseline;
}

header {
    padding: 20px 0;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #5e5e5e;
    background-color: #fff;
}

header .row {
    align-items: center;
}

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

.nav-link {
    padding: 0;
}

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

.btn {
    padding: 12px 40px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s all;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

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

.dropdown-item {
    color: #000000 !important;
    padding: 6px 15px 4px 15px;
    font-weight: 500;
    border-bottom: 1px solid #66271ead;
    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;
}

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

.dropdown-item:focus, .dropdown-item:hover {background: #c13824;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: right;
    position: relative;
    margin-top: 20px;
}

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

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

header ul li.me-btn span {
    display: block;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.our-banner{
    background: url("../images/home-banner.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: 50%;
    background-size: cover;
    z-index: 1;
    padding: 250px 0 120px;
    z-index: 2;
}

header ul li.me-btn a {
    display: inline-block;
    margin-left: 8px;
    color: #fffefe;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
}

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

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

header .container-fluid {
    width: 96%;
}

.info-banner h1 {
    font-size: 184px;
    color: #1C1F24;
    font-family: times new roman;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 140px;
    letter-spacing: -3px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.btn-red {border-color: #e74028;color: #e74028 !important;}

.social {
    position: absolute;
    left: -20px;
    bottom: 80px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    display: flex;
}

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

.social a {
    color: #000;
    padding: 25px 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
}

.social a:first-child {
    padding-top: 0;
}

.social a:last-child {
    padding-bottom: 0;
}

.our-banner .container::before,.our-banner .container::after {
    position: absolute;
    left: -10px;
    top: -123px;
    width: 1px;
    height: 155px;
    content: "";
    background: #5e5e5e;
}

.our-banner .container::after {
    top: inherit;
    bottom: -120px;
    height: 185px;
}

.btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 18px solid #e74028;
    border-left: 17px solid transparent;
    right: 0;
    top: 0;
    z-index: -1;
    transition: .5s all;
}

.home-service{
    background: url("../images/bg-service.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: 50%;
    background-size: cover;
    z-index: 1;
}

h6 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 2px;
}

h6::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100px;
    height: 2px;
    background: #f1892b;
    z-index: -1;
    bottom: -3px;
}

h2 {
    font-size: 45px;
    line-height: 62px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 16px;
}

.home-service h2 {
    margin-bottom: 0;
    color: #fff;
}

.home-service p {
    margin-bottom: 0;
    color: #fff;
}

.home-service .row:first-child {
    margin-bottom: 50px;
    align-items: center;
}

.info-service {
    padding: 25px 34px;
    background: #fff;
    position: relative;
    z-index: 1;
    border-bottom: 5px solid #fff;
    transition: .5s all;
}

.info-service h4 {
    font-size: 20px;
    color: #242424;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 22px;
}

.info-service span {
    font-family: times new roman;
    color: #8c8c8c;
    font-size: 22px;
}

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

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

.info-service::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    background: #000;
    top: 0;
    left: 0;
    transition: .5s all;
}

.info-service:hover::before {
    width: 20px;
    height: 20px;
}
.info-service:hover {
    border-color: #000;
}

.btn:hover::before {
    /* width: 100%; */
    /* height: 100%; */
    border: none;
    transition: .5s all;
}

.btn-red:hover::before {
    background: #e74028;
    color: #fff !important;

}

.btn-red:hover {
    color: #fff !important;
}

.home-service h6 {
    color: #fff;
}

.info-who h2 {
    font-size: 57px;
    letter-spacing: -3px;
}

.info-who h2 + p {
    margin-bottom: 30px;
}

.in-who {
    background: #fff;
    box-shadow: 0 5px 15px #00000038;
    padding: 12px 20px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.in-who h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #1e1e1e;
    margin-left: 12px;
    margin-bottom: 0;
}

.in-who:last-child {
    margin-bottom: 0;
}

.who-we{
    background: url("../images/bg-who.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: 50%;
    background-size: cover;
    z-index: 1;
}

.img-who img {
    max-width: 119%;
}

.img-who {
    position: relative;
    left: -90px;
    top: 0px;
}

.our-collab {background-color: #f8f7fc;}

.info-colab h2 {
    color: #fff;
}

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

.in-colab {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #454545;
    transition: .3s all;
}

.our-collab .row .row {
    margin-bottom: 16px;
}

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

.info-colab {
    height: 100%;
    position: relative;
    z-index: 1;
}

.info-colab img {position: absolute;bottom: 0;left: 15px;}

.info-colab::before {
    position: absolute;
    content: "";
    left: 20px;
    width: 1px;
    height: 80px;
    background: #454545;
    top: 272px;
}

.info-colab::after {
    position: absolute;
    content: "";
    right: 0;
    height: 1px;
    width: 320px;
    background: #454545;
    bottom: 0;
}

.our-collab .container {
    position: relative;
    z-index: 1;
}

.our-collab .container::before {
    height: calc(100% + 30px);
    width: 1px;
    position: absolute;
    right: -40px;
    content: "";
    top: -15px;
    background: #454545;
}

.our-collab .container::after,.our-collab .row:first-child::after {
    position: absolute;
    content: "";
    right: -40px;
    top: -15px;
    background: #454545;
    width: 50px;
    height: 1px;
}



.our-collab .row:first-child::after {
    bottom: -15px;
    top: inherit;
    display: revert;
}



.our-collab {
    background: #171717;
}

.work-text {position: absolute;bottom: 20px;left: 20px;z-index: 2;}

.work-detail {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    overflow: hidden;
}

.work-text h4 {
    color: #Fff !important;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.info-work {
    margin-bottom: 22px;
}

.info-work img {
    display: table;
    margin: auto;
}


.our-count{
    background: url("../images/bg-count.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
    background-position: 50%;
    text-align: center;
    padding: 40px 0;
}

.info-count img {
    margin-bottom: 8px;
}

.info-count h4 {
    color: #fff;
    font-size: 81px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 0;
}

.info-count h5 {
    color: #fff;
    margin-bottom: 0;
    font-size: 22px;
}

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

.info-count::before {
    background: url("../images/bg2.png") no-repeat;
    max-width: 229px;
    height: 225px;
    width: 100%;
    background-size: 100%;
    position: absolute;
    content: "";
    left: -55px;
    bottom: -20px;
    z-index: -1;
}

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

.info-price {
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px #00000024;
    margin-bottom: 12px;
}

.info-price .head-price h4 {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 26px;
    text-align: left;
}

.info-price .head-price {
    padding-left: 0;
    margin-bottom: 50px;
    text-align: center;
}

.info-price .head-price::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 98px;
    width: 100%;
    background: #373738;
    border-radius: 10px 10px 0 0;
    z-index: -1;
    border-bottom: 4px solid #000;
}

.info-price h2 {
    font-family: 'Poppins' ,sans-serif;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: table;
    margin: auto;
    margin-bottom: 30px;
}

.info-price h2 > span {
    position: absolute;
    font-size: 25px;
    top: -12px;
    left: -18px;
}

.info-price h5 {
    position: absolute;
    right: 15%;
    top: 143px;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 13px;
    color: #808080;
    font-weight: 400;
}

.info-price h5 > span {
    display: block;
    text-decoration: line-through;
    color: #d10a00;
    font-weight: 600;
}

.info-price .head-price::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;
    height: 100px;
    width: 95%;
    background: #f8f8f9;
    z-index: -1;
}

.info-price ul {
    height: 187px;
    margin: 30px 0 15px;
    overflow: auto;
}

.info-price ul li {
    color: #252525;
    list-style-type: disc;
    margin-left: 18px;
    font-size: 14px;
    margin-bottom: 3px;
}

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

.info-price h3 {
    color: #e74028;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -2px;
    text-align: center;
    display: none;
}

.info-price h3 span {
    color: #373738;
}

.info-price .btn {
    display: block;
    width: 100%;
    background: rgb(217,58,35);
background: linear-gradient(to right, #ef510b , #b53f0b) !important;
    color: #fff;
    padding: 8px 15px;
}

.our-package [class*='col']:nth-child(2) .info-price .head-price::before {
    background: #e74028;
}

.our-package [class*='col']:nth-child(3) .info-price .head-price::before {
    background: #f1892b;
}

.info-price .btn::before {
    display: none;
}

.our-package .row:first-child {
    margin-bottom: 60px;
    align-items: center;
    justify-content: center;
}

.btn-black {
    border-color: #000;
    color: #000;
}

.btn-black::before {border-top-color: #000;}

.our-package .row:nth-child(2) {
    margin-bottom: 40px;
    justify-content: center;
}

.btn-black:hover::before {
    background: #000;
}

.btn-black:hover {
    color: #000 !important;
}


.btn-white {
    border-color: #fff;
    color: #fff;
    display: table;
    margin: auto;
}

.btn-white::before {border-top-color: #fff;}

.btn-white:hover::before {
    background: #fff;
}

.btn-white:hover {
    color: #000  !important;
}


.cta{
    background: url("../images/bg-cta2.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
    background-position: 45%;
    padding: 20px 0;
}


.cta h6 {
    font-size: 67px;
    line-height: 56px;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins' ,sans-serif;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.cta .btn {
    font-size: 14px;
    display: table;
    margin-right: 0;
}

.cta h6:before {
    position: absolute;
    content: "";
    left: 89px;
    top: 32px;
    width: 140px;
    height: 60px;
    background: black;
    top: calc(65% - 1px);
    z-index: -1;
}

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

.cta .cta-img img {
    max-width: 108%;
}

.cta .cta-img {
    position: relative;
    left: -50px;
}

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

.copy p {
    margin-bottom: 0;
    color: #d3d3d3;
    font-weight: 600;
    font-size: 13px;
}

.copy {
    padding: 60px 0 10px;
    width: 100%;
    bottom: 0;
}



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

    .copy ul li {
        display: inline-block;
        position: relative;
        padding: 0px 10px;
        font-size: 12px;
        list-style-type: disc;
        padding-left: 30px;
    }

    .copy ul li a {
        color: #b8b8b8 !important;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
    }

footer a.logo img {
    margin-bottom: 30px;
}

footer a.logo + p {
    color: #c8c8c8;
    font-weight: 300;
    max-width: 90%;
}

footer h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

footer h4 + ul li a {
    color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
}

footer h4 + ul li {
    padding-left: 12px;
    position: relative;
    z-index: 1;
    margin-bottom: 3px;
}

footer h4 + ul li::before {background: #ffc106;position: absolute;left: 0;height: 2px;width: 5px;content: "";top: calc(50% - 1px);}

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

footer ul.foot-detail li span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

footer ul.foot-detail li p,footer ul.foot-detail li a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

footer ul.foot-detail li {
    margin-bottom: 18px;
}

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

.copy ul li::marker {
    color: #fff;
}

.copy ul li::before {
    position: absolute;
    left: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f1892b;
    content: "";
    top: calc(50% - 2.5px);
}

.test-bg {
    padding: 60px 41px;
    background: #373738;
    position: relative;
    z-index: 1;
}

.info-test h4 {
    color: #f1892b;
    font-size: 25px;
    font-weight: 600;
}

.info-test p {
    color: #f1f1f1;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

.info-test h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.info-test h5 > span {
    font-size: 13px;
    font-weight: 400;
    display: block;
}

.img-test {
    position: absolute;
    bottom: -39px;
    left: -210px;
}

.info-test {/* margin-left: -20px; */}

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

.test-bg::before{
    position: absolute;
    content: "";
    background: url("../images/bg3.png") no-repeat;
    max-width: 319px;
    height: 100%;
    width: 100%;
    background-size: 100%;
    left: 10px;
    top: 0;
    z-index: -1;
}

.img-test2 {
    position: absolute;
    bottom: 0;
    right: -220px;
    z-index: -1;
}


.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: 67px;
    background: url("../images/left.png") no-repeat;
    height: 34px;
    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: 67px;
    height: 39px;
    position: relative;
    display: block;
}

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

.owl-testimonial.owl-theme .owl-nav{position: absolute;right: -170px;top: 60px;margin-top: 0;}

.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: -30px;
}

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

.our-testimonial .container::before {
    position: absolute;
    content: "";
    background: url("../images/bg5.png") no-repeat;
    max-width: 208px;
    height: 404px;
    width: 100%;
    background-size: 100%;
    left: -30px;
    top: -75px;
    z-index: -1;
}

.our-testimonial .container::after {
    position: absolute;
    content: "";
    background: url("../images/bg6.png") no-repeat;
    max-width: 230px;
    height: 118px;
    width: 100%;
    background-size: 100%;
    right: -30px;
    top: 100px;
    z-index: -1;
}

.our-testimonial h2 + p {
    width: 85%;
    margin: auto;
}

.in-colab:hover img {
    transform: scale(1.05);
}

.in-colab img {
    transition: .5s all;
}

.in-colab:hover {
    background: #fff;
    /* transform: skew(-2deg, 0); */
    /* box-shadow: 5px 5px 15px #e74028; */
}

.our-choose{
    background: url("../images/bg-step.png") no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
    background-position: 50% bottom;
    padding: 80px 0 180px;
}

.our-choose h2 {
    color: #fff;
    margin-bottom: 0;
}

.our-choose h6 {
    color: #a3a3a3;
}

.our-choose .row .row:first-child [class*='col']:last-child p {
    color: #a3a3a3;
    font-size: 23px;
    margin-bottom: 0;
}

.our-choose .row .row:first-child {
    align-items: end;
    margin-bottom: 20px;
}

.info-choose h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.info-choose span {
    color: #e74028;
    font-size: 22px;
    font-weight: 600;
}

.info-choose p {
    color: #d2d2d2;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
}

.info-choose {
    padding: 20px;
    border: 1px solid #414146;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background: #00000038;
}

.info-choose img.ch-img1 {
    position: absolute;
    top: 20px;
    right: 20px;
}

.info-choose img.ch-img2 {
    position: absolute;
    bottom: 2px;
    right: 5px;
    z-index: -1;
}

.our-choose [class*='col']:nth-child(even) .info-choose {
    background: #ffffff14;
}

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

.our-testimonial {
    margin-top: -50px;
    padding: 80px 0 100px;
}


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

.in-who::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid #e74028;
    border-left: 25px solid transparent;
    right: 0;
    top: 0;
    z-index: -1;
    transition: .5s all;
}


.info-who [class*='col']:last-child .in-who:first-child::before, .info-who [class*='col']:first-child .in-who:last-child::before {
    border-top-color: #f1892b;
}

.scroll {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
}

.scroll a {
    display: block;
}

.scroll a:first-child {
    position: relative;
    top: 57px;
}


.logo-banner{
    background: url("../images-new/banner-line.png") no-repeat;
    background-size: cover;
    background-position: 50%;
}

.logo-banner .info-banner h1 {
    font-size: 100px;
    line-height: 110px;
    position: relative;
}



.logo-banner .social {bottom: -35px;}

.logo-banner .info-banner h4 {
    color: #e74028;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.logo-banner .container::before, .logo-banner .container::after {
    height: 70px;
}

.cur-page {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
}

.cur-page ul li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.cur-page ul {
    text-align: center;
}

.cur-page ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.cur-page ul li:last-child::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 2px;
    top: calc(50% - 1px);
    background: #e74028;
    z-index: -1;
}

.cur-page::before {
    position: absolute;
    content: "";
    left: -10px;
    top: calc(50% - .5px );
    background: #5e5e5e;
    width: 38%;
    height: 1px;
}

.logo-banner .info-banner h1::before {
    position: absolute;
    content: "ELOQUENT \A LOGO DESIGNS";
    left: -15px;
    right: 0px;
    white-space: pre;
    margin: auto;
    width: 80%;
    color: transparent;
    z-index: -1;
    top: -8px;
    -webkit-text-stroke: 1px #53514e;
}

.our-logo h6 {
    color: #484848;
}

.our-logo p:last-child {
    margin-bottom: 0;
}

.our-logo h2 {
    margin-bottom: 0;
}

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

.our-logo::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 60px solid #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -60px;
}

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

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

.same-ser {
    background: #fff;
    padding: 15px 15px 40px 15px;
    margin: 20px 10px;
    box-shadow: 0 5px 15px #0000004f;
    height: 90%;
}

.same-ser figure img {
    width: 100%;
}

.same-ser figure {
    margin-bottom: 35px;
}

.same-ser h4 {
    color: #1e1e1e;
    padding-left: 25px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.same-ser h4 + p {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.same-ser h4 + p,.same-ser h4 {
    margin-left: 15px;
}

.same-ser h4::before {
    position: absolute;
    left: 0;
    top: calc(50% - 2.5px);
    content: "";
    background: #bd2e1a;
    width: 20px;
    height: 5px;
}

.same-service {
    padding-bottom: 0;
    z-index: 2;
}

.our-package .btn-black {
    display: table;
    margin: auto;
}

.same-service .btn-black {
    
}

.btn-red3 {
    background: linear-gradient(to right, #ef510b , #b53f0b);
    color: #fff !important;
    border-color: #000;
}

.btn-red3::before {
    border-top-color: #fff;
}

.btn:hover {
    background: transparent;
}

.btn-red3:hover {
    color: #000 !important;
}

.our-portfolio .row:first-child {
    margin-bottom: 40px;
    align-items: center;
}

.our-portfolio h2,.our-portfolio p {
    margin-bottom: 0;
}

.our-portfolio img {
    margin-bottom: 16px;
}

.our-portfolio .btn-block {
    margin-top: 20px;
}


.our-portfolio{
    z-index: 1;
    background: #fff;
}
.our-portfolio::before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: url("../images/bg8.png") no-repeat;
    max-width: 48%;
    width: 100%;
    height: 100%;
    background-size: 100%;
    z-index: -1;
}

.pk2{background: url(../images/bg-package2.jpg) no-repeat;background-size: 100%;background-position: 50% top;}

.pk2 .row:nth-child(2) {
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}


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

.info-custom {
    position: relative;
    z-index: 1;
    padding: 15px 0;
    padding-left: 20%;
}

.info-custom img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-custom span {
    color: #ffffff;
    font-family: times new roman;
    font-size: 20px;
    font-weight: 700;
}

.info-custom h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

.info-custom h4::before {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 2.5px );
    background: #f1892b;
    width: 20px;
    height: 5px;
}

.info-custom  p {
    color: #fff;
    font-size: 14px;
    max-width: 94%;
    margin-bottom: 0;
}

.our-custom [class*='col']:last-child .info-custom {
    padding-left: 0;
    padding-right: 20%;
    text-align: right;
}

.our-custom [class*='col']:last-child .info-custom h4 {
    padding-left: 0;
    padding-right: 30px;
}

.our-custom [class*='col']:last-child .info-custom h4 + p {
    margin-left: auto;
}

.our-custom [class*='col']:last-child .info-custom h4::before {
    left: inherit;
    right: 0;
}

.our-custom [class*='col']:last-child .info-custom img {
    left: inherit;
    right: 0;
}

.info-custom::before{
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    background: url("../images/bg-cs.png") no-repeat;
    max-width: 187px;
    height: 10px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
}

.info-custom:first-child::before {
    display: none;
}

.our-custom [class*='col']:last-child .info-custom::before {
    left: 0;
    right: inherit;
    transform: rotate(180deg);
}

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


.our-custom .info-text {
    margin-bottom: 70px;
}

.our-custom .info-text h6,.our-custom .info-text h2 {
    color: #fff;
}

.our-custom .info-text p {
    color: #fff;
    margin-bottom: 0;
}

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

.our-process h2 {
    color: #fff;
    margin-bottom: 0;
}

.our-process p {
    color: #fff;
    margin-bottom: 0;
}

.our-process .row:first-child {
    align-items: center;
    margin-bottom: 140px;
}

.info-pro img {
    display: block !important;
    margin-bottom: 20px;
    height: 85px;
}

.info-pro span {
    color: #e74028;
    font-size: 20px;
    font-weight: 600;
    vertical-align: middle;
}

.info-pro h4 {
    display: inline-block;
    margin-bottom: 0;
    color: #d2d2d2;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-left: 5px;
}

.info-pro p {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #d2d2d2;
}

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

.info-pro::before {
    position: absolute;
    content: "";
    right: 10px;
    top: 10px;
    background: url("../images/arrow.png") no-repeat;
    max-width: 101px;
    height: 87px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
}

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

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



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

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

.cs2 .info-custom::before {
    background: url("../images/bg-cs2.png") no-repeat;
    background-size: 100%;
}

.our-package h6 {
    color: #484848;
}


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

.cta2 h2 + img {
    position: absolute;
    top: -40px;
    right: -160px;
    max-width: 52%;
}

.cta2 h2 {
    color: #fff;
    font-size: 73px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 40px;
    text-transform: capitalize;
}

.cta2 p {
    display: inline-block;
    width: 62%;
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    margin-left: 16px;
}

.cta2 .btn > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 61px;
}

.cta2 .btn {
    padding: 12px 25px 12px 80px;
    border-color: #f1882c;
    color: #f1882c !important;
}

.cta2 .btn::before {
    border-top-color: #f1882c;
}

.our-process + .our-testimonial {margin-top: 0;}

.cta2 + .our-testimonial {margin-top: 0;}

.web-banner .info-banner h1::before {
    content: "ADROIT \A WEBSITE DESIGNS";
    letter-spacing: -4px;
}

.web2-banner .info-banner h1::before {
    content: "WE PROVIDE \A RELIABLE WEB \A MAINTENANCE";
    letter-spacing: -4px;
}


.brand-banner .info-banner h1::before {
    content: "Effective \A Print Designs";
}


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

.brand-banner + .our-logo h2 {
    font-size: 59px;
    line-height: 55px;
}

.img-custom img {
    max-width: 105%;
}

.cta2 p span {
    color: #f9737b;
    font-weight: 600;
}


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

.app-banner .info-banner h1::before {
    content: "BRAND WITH \A MOBILE APPS";
}

.same-service.app-s .container {
    max-width: 1400px;
}

.app-cs .img-custom img {
    max-width: 120%;
}

.app-cs .img-custom {
    position: relative;
    left: -20px;
    top: 20px;
}

.app-banner + .our-logo h2 {
    font-size: 57px;
}
.digital-banner{
    background: url("../images/digital-banner.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
}

.digital-banner .info-banner h1::before {
    content: "PROFESSIONAL \A DIGITAL MARKETING \A SERVICE";
    width: 100%;
}

.digital-banner h1 {
    margin-bottom: 20px;
}

.digital-banner .social {
    bottom: 5px;
}

.digital-banner .container::before, .digital-banner .container::after {
    height: 105px;
}

.digital-banner + .our-logo h2 {
    font-size: 55px;
}

.digital-service{
    z-index: 1;
    margin-top: 100px;
}

.digital-service .row{
    align-items: center;
}

.digital-service::after {
    position: absolute;
    content: "";
    background: url(../images/bg-service.jpg) no-repeat;
    max-width: 94%;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -1;
    border-radius: 30px;
}

.digital-service::before{
    position: absolute;
    content: "";
    left: 0;
    top: -100px;
    background: url(../images/bg7.jpg) no-repeat;
    max-width: 100%;
    width: 100%;
    height: 40%;
    background-size: cover;
    z-index: -1;
}

.digi-ser {
}

.digi-ser * {
    color: #fff;
}

.digi-ser h2::before {
    top: 23px;
    height: 6px;
    width: 120px;
    position: absolute;
    content: "";
    right: -60px;
    background: #f1892b;
    z-index: -1;
}

.digi-ser h2 {
    display: inline-block;
    font-size: 48px;
    line-height: 50px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.digi-ser p {
    line-height: 25px;
    margin-bottom: 20px;
    min-height: 160px;
    max-width: 90%;
}

.digi-ser .btn-block .btn {
    background: #bd2e1a;
    border-color: #fff;
    color: #fff !important;
}

.digi-ser .btn-block .btn::before {
    border-top-color: #fff;
}

.digi-ser .btn-block .btn:first-child {background: #f1892b;color: #000 !important;}
.btn-block .btn:first-child {
    margin-right: 5px;
}



.ano-ser h2 {
    color: #080808;
    font-size: 47px;
    margin-bottom: 20px;
}

.ano-ser h2 + p {
    color: #5c5c5c;
}

.ano-ser h2 + p {
    min-height: 120px;
    max-width: 100%;
}

.another-service .row{
    align-items: center;
}
.ano-ser .btn-block .btn:first-child {
    background: #bd2e1a;
    color: #fff !important;
}

.ano-ser .btn-block .btn:first-child::before {
    border-top-color: #fff;
}

.ano-ser .btn-block .btn {
    background: transparent;
    color: #000 !important;
    border-color: #000;
}

.ano-ser .btn-block .btn::before {
    border-top-color: #000;
}

.another-service{
    background: url(../images/bg-ano.jpg) no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    margin-top: -35px;
    padding: 120px 0 90px;
}
.ano-ser {
    max-width: 100%;
}

.ds {
    margin: 0;
    z-index: 2;
}

.ds::before {
    display: none;
}

.ds .container {margin-top: -30px;}

.ds::after {
    top: -30px;
    background: url(../images/bg-ds1.jpg) no-repeat;
    background-size: cover;
}


.ds2::after {
    background: url(../images/bg-ds2.jpg) no-repeat;
    background-size: cover;
}

.ano-ser h2::before {
    right: 0px;
}

.ds2 h2::before {
    right: 30px;
}

.pk3 .info-price .head-price {
    padding-left: 0;
    text-align: center;
}

.pk3 .info-price .head-price h4 {
    margin-left: 5px;
    font-size: 23px;
    text-align: left;
}


.pk3 .container-fluid {
    max-width: 1420px;
}
.pk3 {
    margin-top: -30px;
}

.ss2 {
    padding: 60px 0;
    background: #fff;
}



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




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

.owl-ser.owl-carousel .owl-nav button.owl-next, .owl-ser.owl-carousel .owl-nav button.owl-prev{
    width: 74px;
    height: 54px;
    position: relative;
    margin: 0;
}

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

.owl-ser.owl-theme .owl-nav{
    text-align: left;
    position: relative;
    top: -10px;
}


.ss2::before{
    position: absolute;
    content: "";
    left: inherit;
    right: 0;
    top: 9%;
    background: url('../images/bg9.png') no-repeat;
    max-width: 62%;
    width: 100%;
    height: 70%;
    background-size: cover;
    z-index: -1;
}


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

.video-banner .info-banner h1::before {
    content: "APPEALING Video \A Animations";
    width: 100%;
}

.site-logo {
    padding: 40px 0;
}

.ds3::after {
    background: url(../images/ds3.jpg) no-repeat;
    background-size: cover;
}


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

.ecommerce-banner .info-banner h1::before {
    content: "ECOMMERCE \A WEBSITES";
    width: 100%;
}
.ecs .info-custom {
    padding-left: 0;
}

.ecs  [class*='col']:last-child .info-custom {
    padding-right: 0;
}

.ecs .info-custom img {
    position: relative;
    display: block;
    margin: 0;
    margin-bottom: 5px;
}

.ecs .info-custom h4 {
    display: inline-block;
    padding-left: 10px;
}

.ecs .info-custom h4::before {display: none;}

.ecs [class*='col']:last-child .info-custom img {
    margin-left: auto;
}

.ecs [class*='col']:last-child .info-custom h4 {
    padding-right: 10px;
}


.ecs  span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.ecs span::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    background: #f1892b;
    width: 20px;
    height: 5px;
}

.ecs{
    margin-top: -60px;
}

.ss3::before{
    display: none;
}

.ecs .img-custom img {
    max-width: 128%;
}

.ecs .img-custom {
    left: -50px;
    position: relative;
    top: 40px;
}



.contact-banner{
    background: url("../images-new/banner-line.png") no-repeat;
    background-size: cover;
    background-position: 50%;
}

.contact-banner .info-banner h1::before {
    content: "TO KNOW US \A BETTER";
    width: 100%;
}

.info-contact .info-form .form-control {
    height: 50px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #9f9f9f;
    border-radius: 0;
    margin-bottom: 25px;
    font-size: 14px;
    color: #f8386b;
}



.info-contact .info-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.info-contact .info-form .form-group i {
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 10px;
    width: 20px;
    text-align: center;
    color: #9f9f9f;
}



.info-contact .info-form .form-control:focus {
    border-color: #f8386b;
    box-shadow: none;
}





.info-contact .info-form .form-control::-webkit-input-placeholder {
    color: #9f9f9f;
}
.info-contact .info-form .form-control:focus::-webkit-input-placeholder {
    color: #f8386b;
}

.info-contact .info-form .form-control:focus +  i {
    color: #f8386b;
}

.info-contact .info-form .form-control:focus + label.error + i {
    color: #f8386b;
}


.info-contact .info-form textarea.form-control {
    padding-top: 10px;
    resize: none;
}

.info-contact .info-form p.form_tagline {
    font-size: 13px;
    position: relative;
    padding-left: 20px;
}


.info-contact .info-form p.form_tagline > input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 3px;
}

.info-contact .info-form p.form_tagline > span {
    color: #f8386b;
    font-weight: 500;
}


.contact-detail h4, .info-contact h3 {
    font-size: 30px;
    font-weight: 600;
    color: #e74028;
    font-family: 'Poppins' , sans-serif;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}


.contact-detail h4 + p {
    font-size: 18px;
    color: #464545;
    font-weight: 300;
}

.contact-detail .cont-more {
    margin-top: 28px;
}

.contact-detail .cont-more h5 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins' , sans-serif;
    margin-bottom: 12px;
}

.contact-detail .cont-more h5 + p,.contact-detail .cont-more h5 + a {
    color: #464545 !important;
    font-weight: 500;
}

.contact-detail {
    margin-left: 40px;
}

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

.info-contact h3 {
    color: #000;
    margin-bottom: 10px;
}

.info-contact h3 + p {
    width: 90%;
    margin-bottom: 30px;
}

.info-contact .info-form .btn {
background: linear-gradient(to right, #ef510b , #b53f0b);
    color: #fff !important;
    border-color: #000;
}

.our-contact {
    padding-top: 90px;
}

.our-contact .container {
    background: #fff;
    border-radius: 30px;
    padding: 50px 60px;
    position: relative;
}

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


.our-contact .container::after{
    position: absolute;
    content: "";
    bottom: 20px;
    right: -280px;
    background: url(../images/d.png) no-repeat;
    max-width: 530px;
    width: 100%;
    height: 530px;
    background-size: cover;
    z-index: -1;
}


.about-banner{
    background: url("../images-new/banner-line.png") no-repeat;
    background-size: cover;
    background-position: 50%;
}

.about-banner .info-banner h1::before {
    content: "DIGITAL EXPERIENCE \A FOR YOU";
    width: 100%;
}

.l2::before{
    display: none;
}

.our-agency{
    z-index: 3;
    background: url("../images/bg9.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.our-agency::before{
    position: absolute;
    content: "";
    right: 20px;
    bottom: 0;
    background: url("../images/bg-agency.jpg") no-repeat;
    max-width: 60%;
    width: 100%;
    height: calc(100% - 20px);
    background-size: cover;
    z-index: -1;
}


.our-agency::after {
    position: absolute;
    content: "";
    left: 20px;
    background: #e74028;
    max-width: calc(42% - 20px );
    width: 100%;
    top: -20px;
    height: calc(100% + 20px);
    z-index: -1;
}

.our-agency .container::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-left: 70px solid #e74028;
    border-bottom: 60px solid transparent;
    left: 41.5%;
    top: calc(50% - 35px);
}

.info-agency {padding: 20px 0 20px 60px;position: relative;z-index: 1;}

.info-agency h2 {
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 0;
    width: 33%;
    display: inline-block;
}

.info-agency h2 + p {
    color: #fff;
    width: 63%;
    display: inline-block;
    margin-left: 20px;
    font-size: 13px;
    margin-bottom: 0;
}

.info-agency::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 10px;
    bottom: -5px;
    background: rgb(241,137,43);
    background: linear-gradient(90deg, rgba(241,137,43,1) 25%, rgba(241,137,43,0) 100%);
    left: 25%;
}

.info-agency:last-child::before {
    display: none;
}

.info-ag h2 {
    color: #fff;
    font-size: 48px;
    line-height: 48px;
}

.info-ag h2 + p {
    color: #fff;
    margin-bottom: 0;
}

.info-ag {
    max-width: 90%;
    margin-left: -20px;
}

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

.info-agency:first-child {
    padding-top: 0;
}

.info-agency:last-child {
    padding-bottom: 0;
}

.our-value{
    background: url("../images/bg-value.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 0;
    margin-bottom: 30px;
    z-index: 1;
}
.our-value h2,.our-value h6 {
    color: #fff;
}

.our-value h2 + p {
    color: #fff;
    width: 50%;
    margin: auto;
}

.our-value .info-text {
    margin-bottom: 50px;
}

.our-value [class*='col'] {
    padding: 0;
}

.info-value {
    background: #fff;
    box-shadow: 0 5px 15px #00000038;
    padding: 30px 15px;
}

.info-value h4 {padding-top: 10px;font-size: 19px;font-weight: 600;position: relative;z-index: 1;}

.info-value h4 + p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 17px;
}

.our-value .row {position: relative;top: 10px;}

.info-value img {
    margin-bottom: 10px;
}

.info-value h4::before {
    background: #bd2e1a;
    height: 5px;
    width: 20px;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.our-best{
    background: url("../images/bg-best.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    margin-top: -30px;
    padding-top: 100px;
}

.our-best h2 + p{
    width: 60%;
    margin: auto;
}


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

.info-best img {
    margin-bottom: 9px;
}

.info-best {
    padding-left: 60px;
    margin-bottom: 30px;
}

.info-best h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}

.info-best h4::before {
    position: absolute;
    content: "";
    left: -26px;
    height: 5px;
    width: 20px;
    background: #bd2e1a;
    top: 25%;
}

.info-best h4::after {
    position: absolute;
    content: "";
    left: -45px;
    top: -5px;
    background: url("../images/bg10.png") no-repeat;
    max-width: 69px;
    height: 69px;
    width: 100%;
    background-size: 100%;
    z-index: -1;
}

.info-best h4 + p {
    margin-bottom: 0;
}

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

.best-img img {
    max-width: 105%;
}

.best-img {
    position: relative;
    left: -20px;
}

.pack-banner{
    background: url("../images-new/banner-line.png") no-repeat;
    background-size: cover;
    background-position: 50%;
}

.pack-banner .info-banner h1::before {
    content: " Pricing \A Plans";
    width: 100%;
}





.pack2 .nav-tabs {
    justify-content: center;
    text-align: center;
    border: none;
    margin: 0 0 30px 0;
}

.pack2 .nav-tabs .nav-item {
    margin: 0;
    border: none;
    padding: 0 4px;
}

.pack2 .nav-tabs .nav-link {
    border: none;
    background: transparent;
    color: #010212;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 15px;
    transition: .5s all;
    position: relative;
    z-index: 1;
}

.pack2 .nav-tabs .nav-item.show .nav-link, .pack2 .nav-tabs .nav-link.active::before, .pack2 .nav-tabs .nav-link:hover::before {width: 80%;}



.pack2 .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: #e74028;
    width: 0;
    height: 6px;
    bottom: 8px;
    margin: auto;
    z-index: -1;
    transition: .5s all;
}


.portfolio-banner{
    background: url("../images-new/banner-line.png") no-repeat;
    background-size: cover;
    background-position: 50%;
}

.portfolio-banner .info-banner h1::before {
    content: " 4000 CLIENTS \A WORLDWIDE";
    width: 100%;
}

div.popupform {
    background: url("../images/popop-bg.png")no-repeat;
    width: 940px;
    background-size: cover;
    height: 503px;
    padding: 0 80px 60px;
    overflow: hidden;
}

.modal-body {
    padding: 0;
}

.popup-bann {
    max-width: 470px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 60px;
}

.popup-content {
    display: inline-block;
    background: #fff;
    width: 474px;
    margin: 0;
    padding: 34px 30px;
    position: relative;
    border-radius: 40px;
    left: 58px;
    float: right;
    top: 20px;
}


.popup-content h3 {
    font-size: 20px;
    color: #1a181c;
    text-transform: uppercase;
    margin-bottom: 0;
}

.popup-content h2 {
    font-size: 36px;
    font-family: 'Poppins' ,sans-serif;
    line-height: 44px;
    margin-bottom: 30px;
}

.popup-content h2 span {
    background: #000;
    color: #e0110e;
    padding: 0 7px;
    display: inline-block;
    line-height: 39px;
}

.popup-content .form-control {
    border-radius: 8px;
    font-size: 14px;
    color: #313131;
    margin-bottom: 15px;
    height: 45px;
}

.popup-content .btn {
    border-radius: 18px;
    background: rgb(236,113,36);
    background: linear-gradient(90deg, rgba(236,113,36,1) 0%, rgba(237,58,38,1) 100%);
    width: 100%;
    padding: 9px;
    color: #fff !important;
}

/*div.popupform::before {
    background: url("../images/bg-pop.png") no-repeat;
    max-width: 970px;
    height: 86%;
    width: 100%;
    background-size: 100%;
    background-position: 50% bottom;
    left: 32px;
    right: 0;
    bottom: 20px;
    margin: auto;
    content: "";
    position: absolute;
    border-radius: 30px;
}*/


div.popupform .modal-body::before {
    background: url("../images/pop1.png") no-repeat;
    max-width: 150px;
    height: 175px;
    width: 100%;
    background-size: 100%;
    left: -30px;
    bottom: -90px;
    content: "";
    position: absolute;
}

div.popupform .modal-body::after {
    background: url("../images/pop2.png") no-repeat;
    max-width: 130px;
    height: 131px;
    width: 100%;
    background-size: 100%;
    right: -90px;
    bottom: -60px;
    /* content: ""; */
    position: absolute;
}

.fancybox-slide--html .fancybox-close-small {
    right: 27px;
    top: 3px;
    padding: 5px;
    width: 35px;
    height: 35px;
    background: #f44336;
    opacity: 1;
    border-radius: 5px;
    line-height: 35px;
}

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

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

.ecommerce-banner + .our-logo + .digital-service .digi-img img {
    max-width: 115%;
}

.ecommerce-banner + .our-logo + .digital-service .digi-img {
    position: relative;
    left: -30px;
}

.cs2 .info-custom span {
    color: #e23e27;
}

.work-detail:hover img {
    transform: scale(1.1);
}

.work-detail img {
    transition: .5s all;
}

.web2-banner .container::before, .web2-banner .container::after {
    height: 105px;
}

.web2-banner .social {
    bottom: 15px;
}

.mb-process h2 {
    font-size: 51px;
    line-height: 54px;
}
.info-price .head-price img {
    max-width: 58px;
}
section.services_page_content {
    padding: 60px 0;
}

section.services_page_content h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

section.services_page_content p {
    font-size: 15px;
}
section.services_page_content ul {}

section.services_page_content ul li {
    color: #5c5c5c;
    margin-bottom: 9px;
}
.our-packages .actions.row {
    margin-top: 25px;
    /* margin-left: -20px; */
    /* width: calc(100% + 40px); */
}
.actions a span {
    display: block;
    color: #cd3a24;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}
.actions a span small {
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 12px;
}
a.pkg-view-detail {
    margin: 14px auto 0;
    display: table;
    color: #3f2eb8;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    clear: both;
    border-bottom: #ccc 1px dotted;
    display: none;
}
.actions {
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    /* display: block; */
    float: none;
    position: relative;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 4px auto 10px;
}
.actions.row {
    margin-top: 25px;
}



.detail-package-caption p {
    font-size: 18px !important;
    padding: 10px 140px;
}



.caption.detail-package-caption {
    display: inline-flex !important;
    align-items: inherit !important;
    text-align: center;
    width: 1170px !important;
    flex-direction: column;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

.caption.detail-package-caption  h5 {
    color: #6ebbff;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    font-family: georgia;
}

section.our-packages.our-packages-details>.container>.row {
    border: #e6e6e6 1px solid;
    box-shadow: #47454a26 0 0 30px;
    border-radius: 5px;
    overflow: hidden;
}

section.our-packages.our-packages-details h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #fe2e52;
    margin-top: 6px;
}

section.our-packages.our-packages-details h4 {
    font-size: 23px;
    margin: 3px 0 10px;
    font-weight: 700;
    color: #202a79;
}

section.our-packages.our-packages-details p {
    margin-bottom: 6px;
    line-height: 26px;
    color: #848894;
    font-size: 13px;
}

section.our-packages.our-packages-details [class*=col] {
    background: #fff;
    padding: 48px 48px 17px;
}

section.our-packages.our-packages-details .col-md-8 {
    padding: 26px;
    border-left: 3px solid #9d60ff;
}

section.our-packages.our-packages-details [class*=col] .pack {
    border: 0px;
    text-align: left;
    padding: 30px 0 0;
    position: relative;
    border-top: #ccc dashed 1px;
    margin-top: 38px;
}

section.our-packages.our-packages-details .actions.row [class*=col] {
    padding: 0 13px;
}

section.our-packages.our-packages-details .actions.row [class*=col] a.various.grad-btn {
    background: #fe2f54;
    display: inline-block;
    font-size: 16px;
    color: #ffff;
    padding: 20px 52px;
    border-radius: 70px;
}

section.our-packages.our-packages-details {}

section.our-packages.our-packages-details .actions.row {
    padding-top: 29px;
    border-top: #ccc dashed 1px;
}

section.our-packages.our-packages-details .actions.row a.action-no.clearfix.pur {
    background: #493fb8;
    display: inline-block;
    font-size: 16px;
    color: #ffff;
    padding: 12px 52px;
    border-radius: 70px;
}

section.our-packages.our-packages-details .actions.row a.action-no.clearfix.pur small {
    color: #fff;
}
section.our-packages.our-packages-details .pricebox h2 {font-size: 52px !important;}
section.our-packages.our-packages-details .actions.row a.action-no.clearfix.pur span {
    color: #fff !important;
}

section.our-packages.our-packages-details .actions.row a.chat {
    background: #ffb401;
    display: inline-block;
    font-size: 16px;
    color: #ffff;
    padding: 12px 52px;
    border-radius: 70px;
}

section.our-packages.our-packages-details .actions.row a.chat span {
    color: #000;
}



.our-packages {
    padding: 40px 0;
    background: #f6f6f6;
}

.our-packages .img-head {
    margin-bottom: 30px;
}

.our-packages .pack {
    background: white;
    padding: 20px 20px;
    border-left: 3px solid #6100ff;
    margin-bottom: 20px;
    text-align: center;
    transition: linear .3s;
}

.our-packages [class*=col] {
    padding: 0 10px;
}

.our-packages .row {
    margin: 0 -10px;
    display: flex;
    justify-content: center;
}

.our-packages .pack h3 {
    color: #493fb9;
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.our-packages .pack p {
    color: #3e3e3e;
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    line-height: 16px;
    margin: 8px 0;
    font-weight: 500;
}

.our-packages .pack .pricebox h2 {
    color: #ff2e53;
    margin-bottom: 10px;
    display: inline-block;
}
.our-packages .pack .pricebox {
    margin-bottom: 10px;
}
.our-packages .pack .pricebox sup{
    color: #ff2e53;
    font-size: 20px;
    font-weight: 600;
    top: 12px;
}
.our-packages .pack .pricebox strike{
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    top: -10px;
    font-weight: 700;
    left: 7px;
}
.our-packages .pack .pricebox strike span{
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 700;
}

.our-packages .pack ul {
    margin: 0 0 0;
    padding-left: 15px;
}

.our-packages .pack ul li {
    font-size: 12px;
    color: #424242;
    position: relative;
    margin-bottom: 4px;
    margin-right: 20px;
    font-weight: 600;
}

.our-packages .pack .content + a {
    background: #ff2e53;
    color: white;
    padding: 9px 30px;
    border-radius: 40px;
    font-size: 14px;
    /* display: table; */
    margin: auto;
    margin-top: 30px;
    font-weight: 600;
    text-align: center;
    position: relative;
}



.our-packages .actions.row {
    margin-top: 25px;
    /* margin-left: -20px; */
    /* width: calc(100% + 40px); */
}

section.our-packages.our-packages-details [class*=col] .pack .head {
    text-align: left;
    text-transform: uppercase;
    /* display: none; */
}

section.our-packages.our-packages-details [class*=col] .pack .head br {
    display: none;
}

section.our-packages.our-packages-details [class*=col] .pack .head h3 {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 3px;
}

section.our-packages.our-packages-details [class*=col] .pack .pricebox {
    position: absolute;
    right: 0;
    top: 14px;
    margin: 0;
}

section.our-packages.our-packages-details [class*=col] .pack ul {
    padding: 0;
    margin: 40px 0 0;
}

section.our-packages.our-packages-details [class*=col] .pack ul li {
    display: inline-block;
    padding: 2px 10px;
    margin: 0 5px 5px;
    width: 32%;
    position: relative;
    vertical-align: top;
    font-size: 11px;
}

section.our-packages.our-packages-details [class*=col] .pack ul li:before {
 
    top: 8px;
    padding: 3px;
    display: block;
}

.actions a span small {
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 10px;
}


.caption.detail-package-caption h2,.caption.detail-package-caption p {
    color: #FFE;
}

textarea.form-control {
    height: 60px !important;
}





.thankyou-banner h1 + p {    color: #fff;}

 

.thankyou-banner h1 {

    font-size:  46px;

    font-weight: 600;

    margin-bottom: 22px;

    line-height: 58px;

    color: #fff;

}

.thankyou-banner h1 span {

    display:  block;

    

    /* font-style:  italic; */

}

.thankyou-banner {

    text-align: center;

    background: url(../images/home-banner.jpg);

    display: -webkit-flex;

    display: inline-flex;

    -webkit-flex-direction: column;

    flex-direction: column;

    -webkit-align-items: center;

    align-items: center;

    -webkit-justify-content: center;

    justify-content: center;

    height: 100vh;

    width: 100%;

    font-size: 22px;

    color: #fff;

    line-height: 26px;

    background-size: cover;

}

a.live-chat-thank.chat {

    background: #ee2c5e;

    display: inline-block;

    border-radius: 50px;

    padding: 14px 70px;

    color: #fff;

    text-transform:  uppercase;

    letter-spacing: 1px;

    margin: 40px 0;

}

a.flive_chat.chat {

    margin: 0;

    font-size: 18px;

    padding: 13px 38px 13px 58px;

    text-transform: uppercase;

    background: rgb(0,171,255);

    background: -moz-linear-gradient(top, rgba(0,171,255,1) 0%, rgba(0,89,172,1) 100%);

    background: -webkit-linear-gradient(top, rgba(0,171,255,1) 0%,rgba(0,89,172,1) 100%);

    background: linear-gradient(to bottom, rgba(0,171,255,1) 0%,rgba(0,89,172,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abff', endColorstr='#0059ac',GradientType=0 );

    color: #ffff;

    border-radius: 5px 5px 0 0;

    font-weight: 500;

    text-decoration: none;

    float: right;

    position: relative;

    height: 52px;

}


/*update css*/
section.first-banner-set .container {
    position: unset;
}
section.first-banner-set .container .social {
    left: 40px;
    bottom: 202px;
}
section.first-banner-set .container:before {
    left: 51px;
    top: 127px;
}
section.first-banner-set .container:after {
    left: 51px;
    bottom: 0px;
}
section.home-service-set div.info-service {
    text-align: center;
    min-height: 280px;
}
section.home-service-set div.info-service img {
    position: static;
}
section.home-service-set div.info-service h4 {
    margin-bottom: 20px;
    margin-top: 0px;
}
section.home-service-set div.info-service p {
    color: #5c5c5c;
}
section.faq-sec {
    text-align: center;
    background: #fefefe;
    padding-top: 112px;
    padding-bottom: 100px;
}

section.faq-sec h6 {
    color: #000000;
    font-weight: 600;
}

section.faq-sec h2 {
    margin: 0px 0px 25px;
}

section.faq-sec h6:before {
    width: 50px;
    height: 2px;
    right: -25px;
}

section.faq-sec p {width: 65%;margin: 0 auto 0;}

section.faq-sec:before {
    content: url('../assets/images/faq1.png');
    position: absolute;
    top: 0px;
    left: 0px;
}

section.faq-sec:after {
    content: url(../assets/images/faq2.png);
    position: absolute;
    top: 0px;
    right: 0px;
}

section.faq-sec div#accordion {
    text-align: left;
    margin: 44px auto 0px;
    width: 82%;
}

section.faq-sec div#accordion .card {
    margin-bottom: 21px;
    border: unset;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 6%);
    padding-top: 0px;
    border-radius: 8px;
}

section.faq-sec div#accordion .card h5 button {
    color: #000000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: inherit;
    width: 100%;
    display: block;
    text-align: left;
    text-decoration: unset;
    cursor: pointer;
    padding: 22px 70px 19px 30px;
    white-space: inherit;
    line-height: 26px;
}

section.faq-sec div#accordion .card .card-body p {
    width: 100%;
}

section.faq-sec div#accordion .card div.card-header {
    background-color: #fff;
    border-bottom: 2px solid #e74028;
    padding: 0px 0px;
    border-radius: 8px;
    transition: all 0.1s linear;
}

section.faq-sec div#accordion .card .card-body {
    padding: 19px 31px 33px;
}

section.faq-sec div#accordion .card h5 {
    cursor: pointer;
}

section.faq-sec div#accordion .card:has(.collapse.show)  div.card-header {
    border-radius: 0px;
    border-color: #e7e7e7;
    background: transparent;
}


section.faq-sec div#accordion .card h5 button:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    width: 22px;
    height: 22px;
    border-radius: 100px;
    border: 1px solid #e74028;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e74028;
    bottom: 0px;
    margin: auto;
    right: 30px;
    font-size: 16px;
}
section.faq-sec div#accordion .card:has(.collapse.show) div.card-header button:before {
    content: "\f106";
}
section.business-seo {
    background: url('../images/business-seo-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 91px;
}

section.business-seo h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 62px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

section.business-seo p {
    color: rgb(255 255 255 / 70%);
    margin-bottom: 42px;
}

section.business-seo h2:before {
    position: absolute;
    content: "";
    right: -30px;
    width: 100px;
    height: 5px;
    background: #f1892b;
    top: 32px;
    z-index: -1;
}

section.business-seo .col-md-12 {
    z-index: 9;
}

section.business-seo .col-md-8 p,section.business-seo .col-md-7 p {
    margin-bottom: 24px;
    width: 85%;
}

section.business-seo .col-md-8,section.business-seo .col-md-7 {
    padding-top: 22px;
    text-align: left;
}

section.business-seo .col-md-8 a.btn,section.business-seo .col-md-7 a.btn {
    color: #e74028 !important;
    border-color: #e74028;
    padding: 12px 64px;
    font-weight: bold;
}

section.business-seo .col-md-8 a.btn:before,section.business-seo .col-md-7 a.btn:before {
    border-top-color: #e74028;
}
section.business-seo.boost {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.business-seo.boost h2 {
    margin-bottom: 26px;
}

section.business-seo.boost h2:before {
    right: -38px;
}

section.business-seo.boost p {
    width: 98%;
    margin: 0 auto 40px;
}

section.business-seo.boost .col-md-7 {
    padding-top: 20px;
}

section.business-seo.boost .col-md-7 p {
    width: 98%;
    margin: 0 0px 22px;
}

section.business-seo.boost .col-md-5 {
    padding-right: 20px;
}
section.lcoal-seo {
    background: #f8f7fc;
    padding-top: 113px;
    padding-bottom: 80px;
}

section.lcoal-seo:before {
    content: url('../images/local-seo-bg1.png');
    position: absolute;
    top: 0px;
    left: 0px;
}

section.lcoal-seo:after {
    content: url(../images/local-seo-bg2.png);
    position: absolute;
    top: 0px;
    right: 0px;
}

section.lcoal-seo .container {
    z-index: 99;
    position: relative;
}

section.lcoal-seo h2 {
    color: #000000;
}

section.lcoal-seo h6 {
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 30px;
    margin-bottom: 10px;
}

section.lcoal-seo h6:before {
    top: 14px;
    right: -63px;
}

section.lcoal-seo p strong {
    color: #000;
    font-weight: bold;
}

section.lcoal-seo .col-md-8 {
    padding-left: 120px;
}

section.lcoal-seo .col-md-12.image img {
    width: 100%;
    margin-top: 51px;
    margin-bottom: 32px;
}

section.lcoal-seo .box {
    background: #ffffff;
    border-radius: 12px;
    padding: 39px 45px 43px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 20%);
    margin-bottom: 50px;
}

section.lcoal-seo .box h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
}

section.lcoal-seo .box p {
    margin-bottom: 0px;
}

section.lcoal-seo .col-md-6 {
    padding-right: 15px;
}

section.lcoal-seo .col-md-6+.col-md-6 {
    padding-left: 15px;
    padding-right: 0px;
}

section.lcoal-seo .col-md-12.content {
    text-align: center;
}

section.lcoal-seo .col-md-12.content p {
    text-align: left;
    margin-bottom: 25px;
}

section.lcoal-seo .col-md-12.content a.btn {
    padding: 12px 64px;
}
.same-service-carousel .same-ser {
    min-height: 370px;
    margin-bottom: 0px;
}
.first-banner-set.inner .col-md-6 h1 {
    /*font-size: 80px;*/
    font-size: 55px;
    text-align: left;
    line-height: 72px;
    margin-bottom: 14px;
}

.first-banner-set.inner .col-md-6 h1:before {
    display: none;
}

.first-banner-set.inner .col-md-6 h4 {
    text-align: left;
    margin-bottom: 16px;
}

.first-banner-set.inner .col-md-6 p {
    color: #000;
    text-align: left;
    width: 85%;
}

.first-banner-set.inner .col-md-6 a {
    color: #e74028 !important;
    border-color: #e74028;
    margin-top: 9px;
    margin-right: 15px;
    padding: 12px 0px;
    width: 220px;
}

.first-banner-set.inner .col-md-6 .info-banner.text-center {
    text-align: left !important;
    margin-top: -50px;
}

.first-banner-set.inner .col-md-6 a:before {
    border-top-color: #e74028;
}

.first-banner-set.inner form input,.first-banner-set.inner form textarea {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #e2e2e2;
    background: transparent;
    border-radius: 100px;
    height: 52px;
    padding: 12px 20px;
    outline: unset;
    box-shadow: unset;
}

.first-banner-set.inner form p {
    margin-bottom: 20px;
    padding: 0px 25px 0px;
    width: 100% !important;
}

.first-banner-set.inner form textarea {
    height: 150px !important;
    border-radius: 15px;
}

.first-banner-set.inner form  p.text {
    text-align: center;
    color: #000000;
    font-weight: 400;
    margin: -6px 0px 12px;
}

.first-banner-set.inner form p.text a {
    color: #e74028;
    font-weight: bold;
}

.first-banner-set.inner form p.btn {
    padding: 0px 25px 0px;
    margin: 0px;
    display: block;
}

.first-banner-set.inner form p.btn:before {
    display: none;
}

.first-banner-set.inner form p.btn input {
    height: 52px;
    width: 100%;
    background: linear-gradient(to right, #F0520B, #B33F0B);
    color: #fff !important;
    border: unset;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.first-banner-set.inner form {
    background: #ffffff;
    padding: 0px 0px 30px;
    border-radius: 16px;
    overflow: hidden;
}

.first-banner-set.inner .form {
    width: 75%;
    margin: 0 auto;
}

.first-banner-set.inner .form h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 15px 25px 15px;
    background: #e74028;
}

.first-banner-set.inner .row {
    align-items: center;
}

section.first-banner-set.inner {
    padding-top: 234px;
    padding-bottom: 115px;
}

section.first-banner-set.inner .container:before {
    top: 125px;
    height: 170px;
}

section.first-banner-set.inner .container:after {
    bottom: 0px;
    height: 170px;
}

section.first-banner-set.inner .container .social {
    bottom: 220px;
}

section.first-banner-set.inner .container {
    max-width: 1300px;
}
.our-choose .col-md-5 p {
    font-size: 18px !important;
}
div.same-service-carousel {margin-bottom: -30px;}
section.faq-sec div#accordion .card .card-body p {
    padding-bottom: 20px;
}

section.faq-sec div#accordion .card .card-body p:last-child {
    padding-bottom: 0px;
}
.first-banner-set.inner form input::placeholder, .first-banner-set.inner form textarea::placeholder {
    color: #c8c8c8;
}
footer .bottomNew ul {
    padding: 0px;
    margin: 10px 0px 0px;
}

footer .bottomNew ul li {
    display: inline-flex;
    margin: 5px 0px;
    background: #55555594;
    color: #fff;
    padding: 4px 16px;
    border-radius: 5px;
    margin-right: 6px;
    transition: all 0.3s linear;
}

footer .bottomNew ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
}

footer .bottomNew ul li a i {
    color: #abb0ab;
    font-size: 12px;
    margin-right: 8px;
    font-weight: bold;
    display: none;
}
footer .bottomNew  button.btn {
    background: transparent;
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    margin: 10px 0px 5px;
    color: #fff !important;
}
footer .bottomNew ul li:hover {
    background: #fff;
}

footer .bottomNew ul li:hover a {
    color: #e74028;
}

.info-banner.text_handling_change h1 {
    font-size: 55px;
    margin: 0 0 40px;
    line-height: 65px;
    letter-spacing: -2px;
}

.info-banner.text_handling_change p {
    font-size: 20px;
    color: white;
    margin-top: 0;
    margin-bottom: 50px;
}
section.footer-map iframe {
    width: 100%;
    height: 400px;
}
section.footer-map {
    padding: 0;
}
   li.custom {
    list-style-type: none !important;
}