body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
}
a:hover, a:focus, button:hover, button:focus, .btn.focus, .btn:focus{
    outline: none !important;
}
section {
    padding: 60px 0;
    clear: both;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}
p {
    font-family: 'Poppins', sans-serif;
    color: #2c2f39;
}
header {
    padding: 15px 0 10px !important;
    border-top: 3px solid #f9d561 !important;
    position: relative;
    z-index: 999;
}

header ul {}

header ul li {
    display: inline-block;
    margin-right: 27px;
}

header ul li a {
    font-size: 15px;
    color: #000000;
}

header ul li a span {
    color: #25c4b6;
    vertical-align: initial;
    display: inline-block;
    margin-right: 8px;
}

header ul li.phone {}

header ul li.phone img {
    position: relative;
    left: 16px;
}

header ul li.phone a {
    position: relative;
    font-size: 19px;
}

header ul li.me-btn {
    margin-left: 10px;
}

header ul li.me-btn .btn {}

.btn {
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 7px 20px;
    position: relative;
}

.btn-blue {background: #25c4b6;color: white;}

.btn:after {content: '';background: white;height: 60%;right: 10px;top: 0;position: absolute;width: 1px;}
header ul li:last-child {
    margin-right: 0;
}

header ul li.phone a:after {content: '';width: 94%;position: absolute;height: 6px;bottom: 3px;right: 1px;background: rgb(255,255,255);background: linear-gradient(90deg, rgba(255, 255, 255, 0.45) 0%, rgba(249,213,97,1) 100%);z-index: -1;}

.container-fluid {
    padding-right: 40px;
    padding-left: 40px;
}
footer {
    position: relative;
    padding: 40px 0 0;
}


footer p {
    font-size: 13px;
}

footer h4 {
    font-size: 16px;
    color: #191919;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

footer ul {
    margin-bottom: 30px;
}

footer ul li {
    margin-bottom: 8px;
}

footer ul li a {
    color: #191919;
    font-size: 13px;
}

footer ul li a i {
    color: #25c4b6;
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    width: 16px;
}

footer img {
    margin-bottom: 20px;
    max-width: 220px;
    margin-top: -10px;
}
footer .copy {
    text-align: center;
    margin-top: 0;
    border-top: 1px solid #e6e6e6;
    padding: 14px 0;
    background: #2b2c2e;
}

footer .copy p {
    margin: 0;
    color: white;
}
.logoBar {
    background: #f6f6f6;
    padding: 20px;
    text-align: center;
    display: none;
}

footer p i {
    color: #00c9f2;
    font-size: 20px;
    margin-right: 10px;
}

footer p.address {
    display: flex;
}
.support-cta {
    background: #25c4b6;
    text-align: center;
    padding: 10px 0;
}

.support-cta p {
    margin: 0;
    display: inline-block;
    margin-right: 20px;
    color: white;
    font-size: 18px;
}

.support-cta p a {
    color: white;
    font-weight: 600;
    vertical-align: baseline;
    margin-left: 4px;
    font-size: 19px;
}

.support-cta p:last-child {
    margin: 0;
}


.testimonial .item {
    background: #f8f9fe;
    padding: 20px;
    /* height: 210px; */
}

.testimonial .item img {
    margin-bottom: 15px;
    display: none;
}

.testimonial .item p {
    color: #000;
    line-height: 25px;
    margin-bottom: 12px;
}

.testimonial .item h5 {
    font-size: 16px;
    color: #191919;
    font-weight: 600;
    margin: 0;
    line-height: 21px;
}

.testimonial .item h5 span {
    display: block;
    font-size: 13px;
}
h2 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    position: relative;
    margin-bottom: 8px;
    text-transform: capitalize;
    z-index: 2;
}

h2:after {content: '';height: 9px;left: 0;bottom: 5px;width: 160px;position: absolute;z-index: -1;background: rgb(97,212,202);background: linear-gradient(90deg, rgba(97,212,202,1) 0%, rgba(255, 255, 255, 0.47) 92%);}

h6 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.text-center h2 {
    display: inline-block;
    z-index: 1;
}

.text-center h2+p {
    width: 50%;
    margin: auto;
}

.text-center {
    width: 100%;
}

.text-center h2:after {
    width: 100%;
}

.our-pricing {
    background: #f8f9fe;
    position: relative;
}
.pack {
    background: white;
    padding: 0;
    overflow: hidden;
}

.pack h5 {
    font-weight: 700;
    text-transform: uppercase;
}

.pack p {
    font-size: 12px;
}

.pack h3 {
    font-size: 40px;
    font-weight: 700;
    color: #2b2c2e;
    margin: 0;
}

.pack h3 strike {
    font-size: 20px;
    color: #e32626;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
}

.pack h3 strike:before {content: '/';color: #25c4b6;font-size: 55px;position: absolute;font-weight: 100;left: -10px;top: -24px;}

.pack ul {}

.pack ul li {
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.pack ul li:before {content: '';width: 6px;height: 6px;background: #25c4b6;border-radius: 50%;display: inline-block;position: relative;left: -12px;}

.pack .btn {
    display: table;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 16px;
}

.pack ul {
    margin-bottom: 0;
}
.pack .head {
    padding: 20px 15px 15px;
    position: relative;
}

.pack .mid-body {
    background: #f9fbff;
    padding: 20px 20px;
    position: relative;
    /* height: 268px; */
}
.pack ul li:last-child {
    margin-bottom: 0;
}
.pack .head:after {
    content: '';
    background: url("../images/pack-before-1.png") no-repeat;
    height: 128px;
    width: 91px;
    position: absolute;
    right: -19px;
    top: -15px;
    background-size: 80% !important;
}
.our-pricing [class*='col-']{padding: 0 8px;}
.our-pricing .row{margin: 0 -8px}
.our-pricing [class*='col-']:nth-child(2) .pack .head:after {
    background: url("../images/pack-before-2.png") no-repeat;
}
.our-pricing [class*='col-']:nth-child(3) .pack .head:after {
    background: url("../images/pack-before-3.png") no-repeat;
}
.our-pricing [class*='col-']:nth-child(4) .pack .head:after {
    background: url("../images/pack-before-4.png") no-repeat;
}
.our-pricing .text-center h2+p {
    margin: 0 auto 40px;
}
.pack .mid-body:before {
    content: '';
    background: url("../images/pack-after-1.png") no-repeat;
    height: 147px;
    width: 74px;
    position: absolute;
    left: -4px;
    bottom: -96px;
    background-size: 80% !important;
}
img{
    max-width: 100%;
    /* max-height: 100%; */
}
.our-pricing [class*='col-']:nth-child(2) .pack .mid-body:before {
    background: url("../images/pack-after-2.png") no-repeat;
}
.our-pricing [class*='col-']:nth-child(3) .pack .mid-body:before {
    background: url("../images/pack-after-3.png") no-repeat;
}
.our-pricing [class*='col-']:nth-child(4) .pack .mid-body:before {
    background: url("../images/pack-after-4.png") no-repeat;
}
.combo-pack {
    /* background: #376fe8; */
    padding: 110px 0 0;
}

.combo-pack ul {
    display: inline-block;
    padding-left: 12px;
}

.combo-pack ul li {
    color: white;
    font-size: 12px;
    margin-bottom: 2px;
    /* margin-left: 5px; */
}

.combo-pack ul li.heading {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 0;
}

.combo-pack img.combo-price {
    /* margin: 0 30px; */
    position: relative;
    left: 0;
    top: -80px;
    position: relative;
    z-index: 1;
    margin: auto;
}

.combo-pack .col-md-8 {
    background: url("../images/combo-pack-bg.jpg") no-repeat;
    position: relative;
    /* overflow: hidden; */
    height: 430px;
    background-position: right;
}
.combo-pack img.branding{
    max-width: 95%;
}

.combo-logos {
    text-align: center;
    padding: 50px 0 0;
}
.combo-pack [class*='col-'][class*='offset-'] {
    background: white;
    height: auto;
    text-align: left;
}
.combo-pack [class*='col-'][class*='offset-']:after{
    display: none;
}
.home-banner{
    background: url("../images/our-banner.jpg") no-repeat;
    height: 620px;
    width: 100%;
    background-size: cover;
    margin-top: -128px;
    padding-top: 110px;
}
.home-banner h6 {
    font-size: 13px;
    letter-spacing: 4px;
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 30px;
    margin-top: 100px;
}

.home-banner h6:after {content: '';background: #25c4b6;height: 1px;width: 50px;position: absolute;bottom: 0;left: 0;}
.home-banner h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    margin-top: 70px;
}

.home-banner h1:after {
    content: '';
    height: 9px;
    left: 0;
    bottom: 5px;
    width: 70%;
    position: absolute;
    z-index: -1;
    background: rgb(248,212,97);
    background: linear-gradient(90deg, rgba(248,212,97,1) 0%, rgba(255, 255, 255, 0.27) 100%);
}
.ownership {
    /* background: #376fe8; */
    color: white;
    padding: 0;
    /* width: 84%; */
    position: relative;
    /* height: 89px; */
    margin-top: -43px;
}

.ownership ul {background: #376fe8;padding: 15px 60px;position: relative;}

.ownership ul li {
    display: inline-block;
    width: calc(100% / 5 - 3px);
    position: relative;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.ownership ul li span {display: inherit;}

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

.ownership ul li:after {content: '/';position: absolute;right: 30px;top: 10px;font-weight: 100;font-size: 40px;top: 10px;color: #ffffff73;}

.ownership ul li:last-child:after {
    display: none;
}
.ownership ul:after {
    content: '';
    background: url("../images/ownership-label.png") no-repeat;
    height: 119px;
    width: 107px;
    position: absolute;
    right: 0px;
    top: -10px;
}
.custom-design .text-center h2+p {
    width: 75%;
}
.agency h3 {
    font-weight: 600;
    color: #25c4b6;
    display: inline-block;
    margin-left: 15px;
}

.agency h3 span {
    color: #000;
    display: block;
    font-weight: 300;
    font-size: 22px;
}

.agency {
    padding: 0;
    position: relative;
    margin: 40px 0 0;
}

.agency:after {content: '';background: #f9fafe;height: 100%;width: 56%;position: absolute;right: 0;top: 0;}

.agency .container {
    position: relative;
    z-index: 1;
}
.our-category {
    padding: 0 0 60px;
}

.our-category .txt {
    margin-top: 15px;
    margin-left: -140px;
    background: white;
    padding: 70px 0 30px 60px;
    height: 100%;
}

.our-category .txt h2 {}
.item {}

.ser-slider .item {
    background: #376fe8d1;
    color: white;
    padding: 25px 20px;
}

.ser-slider h4 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.ser-slider p {
    color: white;
    font-size: 12px;
}

.btn-grey {
    background: #2b2c2e;
    color: white;
}

.btn-grey i {
    font-size: 12px;
}

.ser-slider h4:before {content: '';background: #f9d358;height: 6px;width: 6px;display: inline-block;border-radius: 50%;margin-right: 7px;vertical-align: middle;}

.ser-slider h4:after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;background: white;height: 1px;}

.ser-slider {
    margin-top: -140px;
}
.item {}

.ser-slider .item {
    background: #376fe8d1;
    color: white;
    padding: 25px 20px;
    height: 200px;
}

.ser-slider h4 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.ser-slider p {
    color: white;
    font-size: 12px;
}

.btn-grey {
    background: #2b2c2e;
    color: white;
}

.btn-grey i {
    font-size: 12px;
}

.ser-slider h4:before {content: '';background: #f9d358;height: 6px;width: 6px;display: inline-block;border-radius: 50%;margin-right: 7px;vertical-align: middle;}

.ser-slider h4:after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;background: white;height: 1px;}

.ser-slider {
    margin-top: -100px;
}

.ser-slider .btn {float: right;}

.our-category img {
    max-height: 470px;
}
.our-category .owl-nav button {
    background: #f8f9fe !important;
    height: 80px;
    width: 25px;
    display: block !important;
    text-align: center;
    font-size: 14px !important;
    color: black !important;
}

.our-category .owl-nav {
    position: absolute;
    top: -6px;
    right: -40px;
    margin: 0;
}
.lets-talk{
    background: #f2f2f2;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}
.lets-talk .col-md-7 {
    padding-left: 10px;
}

.lets-talk:after {
    content: '';
    position: absolute;
    top: -50px;
    background: url("../images/lets-talk-img.jpg") no-repeat;
    height: 174px;
    width: 276px;
    right: 9%;
    background-size: 70%;
}
.lets-talk img {
    position: relative;
    top: -20px;
    max-width: 90%;
}

.lets-talk .btn {
    margin-top: 16px;
    margin-right: 10px;
}

.lets-talk h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}

.lets-talk p {
    width: 87%;
    margin-bottom: 0;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    color: #2c2f39;
}



div#filters {
    text-align: center;
    margin-bottom: 20px;
}

div#filters button {
    border: none;
    background: none;
    color: #000;
    font-size: 14px;
    margin: 0 18px;
    font-weight: 500;
    position: relative;
    padding: 0 0 5px;
    cursor: pointer;
}
div#filters button:after {content: '';height: 1px;background: #25c4b6;width: 0;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;transition: .3s all;}
div#filters button:before {content: '';background: #000;height: 4px;width: 4px;border-radius: 50%;display: inline-block;margin-right: 8px;vertical-align: middle;}
div#filters button.is-checked:after {
    width: 100%;
}
button#showMore {
    margin: 30px auto 0;
    cursor: pointer;
    background: url("../images/loadmore.png") no-repeat;
    height: 50px;
    width: 135px;
    border: none;
    display: table;
}
.our-portfolio {position: relative;margin-top: 50px;padding-top: 30px;}
.our-portfolio:after {content: '';position: absolute;height: 50%;right: 0;width: 80%;top: 0;background: #f8f9fc;}
.our-portfolio .container, .our-portfolio .container-fluid {
    position: relative;
    z-index: 1;
}
.bxslider {
    width: 100%;
}
.bx-wrapper {
    border: 0;
    box-shadow: none;
    background: transparent;
    width: 100%;
    margin: 0 0 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #25c4b6;
    border: #25c4b6;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 1px solid #000000;
}

.bx-wrapper .bx-controls-direction a{
    display:none !important;
}












.new-pf{
    margin-top: 30px;
}
/* ---- .element-item ---- */
.element-item{/* display: inline-block; */color: #262524;/* position: inherit !important; *//* float: left !important; *//* left: inherit !important; *//* top: inherit !important; */margin-bottom: 0;width: calc(100% / 3 - 15px);padding: 4px;/* transform: translate3d(0, 10px, 0) !important; */height: 310px;}
.grid{
    /* height: auto !important; */
}
.element-item > *{
    margin: 0;
    padding: 0;
}
.element-item img{
    width: 100%;
    height: 100%;
    /* clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%); */
    transition: .5s all;
    position: relative;
    z-index: 1;
    object-fit: cover;
}
.element-item:hover img{
    transform: scale(1.20);
    -ms-transform: scale(1.20);
    -webkit-transform: scale(1.02);
    position: relative;
    transition: 0.2s linear;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
section.new-pf{
    padding: 40px 0;
}
.element-item.col-md-4.video{
    height: 253px !important;
}
.hidden{visibility:hidden;
    width:0px!important;
    height:0px!important;
    margin:0px!important;
    padding:0px!important;
}
.element-item:hover{
    z-index: 1;
}
.grid{
    /* width: 93%; */
    /* margin: 0 auto; */
}
.auto-margi-null{ margin: 0 !important }
.width-auto{ width: 100% !important}
.grid{
    /* height: auto !important; */
    overflow-y: hidden;
    padding: 0;
}
.hidden{
    display: none!important;
}
.new-pf div#filters button:last-child {
    margin-right: 0;
}
.bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: 20px;
    text-align: left;
}
.agency img {
    max-width: 25%;
}
.stationary-banner{
    background: #fece00;
}
.inner-banner {
    margin-top: -84px;
    padding: 120px 0 40px;
    position: relative;
    height: 520px;
    width: 100%;
    background-size: cover !important;
}
.inner-banner h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    display: block;
}

.inner-banner h1:after {
    content: '';
    height: 9px;
    left: 0;
    bottom: 5px;
    width: 70%;
    position: absolute;
    z-index: -1;
    background: rgb(248,212,97);
    background: linear-gradient(90deg, rgba(248,212,97,1) 0%, rgba(255, 255, 255, 0.27) 100%);
}

.inner-banner h6 {
    font-size: 13px;
    letter-spacing: 4px;
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 10px;
    margin-top: 50px;
}
.inner-banner h6:after {
    content: '';
    background: #25c4b6;
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.inner-banner p {
    font-size: 16px;
    color: #4f4f4f;
    font-weight: 500;
    margin: 20px 0 0;
}

.inner-banner h3 {
    font-size: 110px;
    font-weight: 800;
    -webkit-text-stroke: 2px #1f3d7d24;
    color: transparent;
    margin: 0;
    position: absolute;
    bottom: -23px;
    left: 0;
    letter-spacing: 3px;
}
.premium-txt {
    position: relative;
    overflow: hidden;
}

.premium-txt p {
    font-size: 14px;
    color: #464646;
    margin-bottom: 14px;
}

.premium-txt h5 {
    font-size: 16px;
    color: #1461fe;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 5px;
}
.premium-txt .mar-img {
    margin-left: -50px;
}
.premium-txt p:last-child {
    margin-bottom: 0;
}
.video-animation-banner{
    background: url("../images/video-animation-banner.jpg") no-repeat;
    height: 519px;
    width: 100%;
    background-size: cover;
}
.premium-txt ul.ser-bar {
    margin-top: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.premium-txt ul.ser-bar li {
    background: #a0c9fa;
    display: inline-block;
    height: 76px;
    width: 24%;
    margin-right: 11px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 76px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-txt ul.ser-bar li img {
    margin-right: 8px;
}

.premium-txt ul.ser-bar li:nth-child(2) {
    background: #f7e500;
}

.premium-txt ul.ser-bar li:nth-child(3) {
    background: #75f7db;
}

.premium-txt ul.ser-bar li:nth-child(4) {
    background: #feae93;
}

.premium-txt ul.ser-bar li:before {
    content: '';
    background: url("../images/prem-video-before.png") no-repeat;
    height: 13px;
    width: 15px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.premium-txt ul.ser-bar li:after {
    content: '';
    background: url("../images/prem-video-after.png") no-repeat;
    height: 25px;
    width: 23px;
    position: absolute;
    top: 7px;
    right: 10px;
}
.premium-txt ul.ser-bar li:last-child {
    margin-right: 0;
}
.content-writing-banner{
    background: url("../images/content-writing-banner.jpg") no-repeat;
    height: 519px;
}
.content-writing-banner img {
    max-width: 500px;
    margin-top: -70px;
}

.content-writing-banner h3 {
}
.prem-content{position: relative}
.prem-content:before{
    content: '';
    background: url("../images/prem-content-before.jpg") no-repeat;
    height: 270px;
    width: 204px;
    position: absolute;
    bottom: 0;
    left: -60px;
}
.premium-txt .row {
    /* align-items: center; */
}
.premium-txt p strong {
    display: block;
    font-size: 19px;
    margin-bottom: 5px;
}
.seo-banner{
    background: url("../images/seo-banner.jpg") no-repeat;
}
.seo-banner img {
    margin-top: -10px;
}
.social-banner{
    background: url("../images/social-media-banner.jpg") no-repeat;
}
.prem-social:before{
    content: '';
    background: url("../images/prem-social-before.png") no-repeat;
    height: 218px;
    width: 109px;
    position: absolute;
    left: -10px;
    top: 20px;
}
.prem-social:after{
    content: '';
    background: url("../images/prem-social-after.png") no-repeat;
    height: 546px;
    width: 100px;
    position: absolute;
    right: -20px;
    bottom: 0;
}
.social-banner img {
    position: relative;
    top: 12px;
}
.social-banner h6 {
    margin-top: 60px;
}
.website-banner{
    background: url("../images/website-banner.jpg") no-repeat;
}
.prem-website:before{
    content: '';
    background: url("../images/prem-website-before.png") no-repeat;
    height: 154px;
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 50%;
}
.about-banner{
    background: url("../images/about-banner.jpg") no-repeat;
}
.inner-banner .text-center {}

.inner-banner .text-center h1 {
    display: inline-block;
    line-height: 55px;
}

.inner-banner .text-center h1:after {
    /* right: 0; */
    /* margin: auto; */
}

.inner-banner .text-center h6 {
    display: block;
}

.inner-banner .text-center h6:after {
    right: 0;
    margin: auto;
}
.premium-txt h3 {
    font-size: 18px;
    margin: 20px 0 20px;
}

.prem-about ul {
    margin-bottom: 18px;
    background: #fdf7f3;
    padding: 15px;
}

.prem-about ul li {
    margin-bottom: 5px;
    position: relative;
}
.prem-about ul li:before{
    content: '';
    background: url("../images/blue-arrow.png") no-repeat;
    height: 9px;
    width: 14px;
    display: inline-block;
    position: relative;
    left: -18px;
}
.offer-services .box {
    height: 265px;
    border: 1px solid #e4e4e4;
    position: relative;
    margin-bottom: 50px;
}

.offer-services {
    /* background: #f8f9fe; */
    position: relative;
    overflow: hidden;
}
.offer-services:before{
    content: '';
    background: url("../images/offer-ser-before.png") no-repeat;
    height: 267px;
    width: 389px;
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 1;
}

.offer-services .box img {}

.offer-services .box .txt {
    width: calc(100% - 146px);
    display: inline-block;
    padding: 0 15px;
}

.offer-services .box .txt h4 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 18px;
}

.offer-services .box .txt p {
    font-size: 13px;
    color: #000000;
}

.offer-services .box .txt .btn {
    padding: 8px 26px;
    position: absolute;
    bottom: -20px;
    right: 20px;
}
.offer-services .box .txt h4:after {content: '';background: #376fe8;width: 67%;height: 2px;position: absolute;bottom: 0;left: 0;}

.offer-services .box:after {content: '';background: #f4f1df;position: absolute;height: 7px;width: 145px;right: 0;}
.offer-services .text-center p {
    margin-bottom: 40px;
}
.offer-services [class*='col-']:nth-child(2) .box:after {
    background: #dff2f4;
}

.offer-services [class*='col-']:nth-child(3) .box:after {
    background: #fad6d1;
}

.offer-services [class*='col-']:nth-child(4) .box:after {
    background: #f7dfdf;
}

.offer-services [class*='col-']:nth-child(5) .box:after {
    background: #d4d8f9;
}

.offer-services [class*='col-']:nth-child(6) .box:after {
    background: #ccf3d6;
}
.offer-services:after {content: '';background: #f8f9fe;position: absolute;height: 70%;width: 95%;top: 0;left: 20px;}

.offer-services .container {
    position: relative;
    z-index: 1;
}
header nav {
    text-align: right;
}
img.img1 {
    margin-top: 50px !important;
    max-height: 400px;
    float: right;
}
.bx-wrapper img {
    margin-top: 40px;
    float: right;
}


/*popop 2*/
.popupform {
    width: 900px;
    border-radius: 0;
    padding: 0!important;
    overflow: visible;
    background: #fff !important;
}
.popupform .modal-body {
    padding: 0;
}
.popup-bann {
    float: left;
    width: 32%;
    text-align: left;
    display: block;
    margin-left: -29px;
}
.popup-content {
    float: left;
    width: 67%;
    padding: 20px 20px 0px 30px;
    text-align: left;
}
.popup-content h2 {
    font-size: 34px;
    /* color: #1f73b7; */
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 27px;
    margin-top: 12px;
    text-transform: capitalize;
    /* letter-spacing: 1px; */
    padding-right: 33px;
    text-align: left;
    position: relative;
    display: inline-block;
}
.popup-content h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #888;
    text-align: left;
    font-weight: 400;
}
.popup-content input[type=email], .popup-content input[type=tel], .popup-content input[type=text], .popup-content select, .popup-content textarea {
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    padding: 9px 10px;
    width: 100%;
    border-radius: 2px;
    font-size: 13px;
    color: #000;
    box-shadow: none!important;
    outline: 0!important;
    margin-bottom: 12px;
}
.popup-content textarea {
    height: 142px;
    resize: none;
}
p.form_tagline {
    font-size: 10px;
    margin: 0px 0 10px;
}
.popup-content h2 img {
    position: absolute;
    top: -18px;
    right: -50px;
}
.combo-pack .btn {
    margin-top: 40px;
    background: black;
    padding: 10px 20px;
    margin-left: -20px;
    border: 2px solid #25c4b6;
    border-top: 0;
    border-bottom-width: 6px;
    border-left: 0;
    border-right-width: 8px;
    box-shadow: 0 -6px 2px #00000045;
}

.combo-pack .btn:before {content: '';background: #25c4b6;height: 100%;width: 100%;}
a:hover, a:focus {
    text-decoration: none;
    color: black;
}

a {
    transition: .5s;
}
.btn-grey:hover, .btn-grey:focus {
    color: #fff;
}
.combo-pack .btn:hover, .combo-pack .btn:focus {
    color: white;
}

section.cform-section {
    background: #f8f9fc;
    background-size: cover;
    padding: 65px 0 52px;
    color: #000;
    text-align: center;
    position: relative;
}
section.cform-section form ul li {
    display: inline-block;
    width: 31.3%;
    margin: 0 4px;
}

section.cform-section form {
    width: 80%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

section.cform-section form ul li input {
    padding: 10px 20px;
    width: 100%;
    border: none;
    outline: none;
    background: #f3f6fa;
    color: #6166a7;
    border: 1px solid #cad3e0;
    border-radius: 0;
    background: white;
}

section.cform-section form ul li.full-li {
    width: 100%;
}

section.cform-section form ul li textarea {
    padding: 10px 12px;
    width: 97%;
    min-height: 130px;
    margin-top: 17px;
    outline: none;
    background: #f3f6fa;
    color: #ffffff;
    border: 1px solid #cad3e0;
    border-radius: 0;
    resize: none;
    background: white;
}

section.cform-section form ul li input[type="submit"] {
    color: #fff !important;
    margin-top: 20px;
    background: #25c4b6;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 40px;
    position: relative;
    width: auto;
}

section.cform-section form ul li textarea::-webkit-input-placeholder, section.cform-section form ul li input::-webkit-input-placeholder {color: #363344;font-size: 12px;font-weight: 500;}

section.cform-section h2 {
    line-height: 30px;
    position: relative;
    z-index: 1;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #282828;
}
section.cform-section h2+p {
    padding: 0 130px;
    margin-bottom: 20px;
    color: #363344;
    /* font-weight: 500; */
}
section.cform-section h2:after {
    right: 0;
    margin: auto;
    width: 30%;
    bottom: 0;
}
a.logo img {
    max-width: 160px;
}





.contact-banner{
    background: url("../images/contact-us-banner.jpg") no-repeat;
}

.contact-us {
    position: relative;
}

.contact-us ul {}

.contact-us ul li {
    margin-bottom: 20px;
}

.contact-us ul li h2 {
    font-size: 23px;
    margin: 0 0 12px;
}

.contact-us ul li h2 img {
    margin-right: 15px;
    vertical-align: sub;
}

.contact-us ul li p {
    color: #787372;
    margin: 0 0 2px;
}

.contact-us ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #5d5d5d;
}

.contact-us ul li p span {}

.contact-us .contact-form {
    background: #6791ff;
    padding: 30px 30px;
}

.contact-us .contact-form h2 {
    color: white;
    font-size: 40px;
    margin-bottom: 12px;
}

.contact-us .contact-form p {
    color: white;
    font-weight: 500;
    width: 80%;
}

.contact-us .contact-form .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    background: white;
    font-size: 13px;
    height: 40px;
}

.contact-us .contact-form textarea.form-control {
    resize: none;
    height: 140px;
}

.contact-us .contact-form h2:after {
    background: rgb(248,212,97);
    background: linear-gradient(90deg, rgba(248,212,97,1) 0%, rgba(255, 255, 255, 0.22) 100%);
}

.contact-us ul li h2:after {
    background: rgb(248,212,97);
    background: linear-gradient(90deg, rgba(248,212,97,1) 0%, rgba(255, 255, 255, 0.22) 100%);
    left: -60px;
    bottom: 0;
    width: 200px;
}

.contact-us:before {content: '';background: #f8f9fe;left: auto;top: 0;height: 100%;width: 50%;position: absolute;}
.contact-us .contact-form .btn {
    padding: 8px 30px;
}
.contact-us .contact-form p.form_tagline {
    margin: 0 0 20px;
    font-size: 12px;
    width: 100%;
}

.contact-us .contact-form p.form_tagline input {
    margin-right: 8px;
}
.contact-us .row {
    align-items: center;
}
.map {padding: 0;filter: grayscale(1);}
.review-banner{
    background: url("../images/review-banner.jpg") no-repeat;
}
.review-banner h1 {
    margin: 0 0 0;
}
.review-banner p {
    font-size: 20px;
}
.our-review {}

.our-review .box {
    box-shadow: 0 0 5px #dddddd8f;
    padding: 20px;
}

.our-review .box .head {
    margin-bottom: 10px;
}

.our-review .box h3 {
    line-height: 100px;
    height: 90px;
    width: 90px;
    background: #7fc4bf;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    clip-path: polygon(0 23%, 100% 0, 100% 100%, 0% 100%);
    display: inline-block;
}

.our-review .box h4 span {
    display: block;
    font-size: 14px;
    color: #a6a6a6;
}

.our-review .box h4 strong {
    display: block;
    font-size: 13px;
    color: #1d1c84;
    margin: 8px 0 0;
}

.our-review .box h4 strong img {
    margin-right: 5px;
    vertical-align: baseline;
}

.our-review .box h4 {
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
}
.our-review [class*='col-']{
    padding: 0 8px;
    margin-bottom: 15px;
}

.our-review .row {
    margin: 0 -8px;
}


.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
a {
    cursor: pointer !important;
}
.navbar-nav .dropdown-menu {
    padding: 5px 0;
    min-width: 200px !important;
    z-index: 9;
    background: #25c4b6;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.navbar-nav .dropdown-menu li {
    display: block;
    width: 100%;
}

.navbar-nav .dropdown-menu li a {
    font-size: 13px;
    color: white;
    padding: 7px 15px;
    border-bottom: 1px solid #26d0c1;
    margin-bottom: 0px;
    display: block;
    width: 100% !important;
    font-weight: 500;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
}

.navbar-nav .dropdown-menu li.last a {
    border: none;
}
.navbar-nav .dropdown-menu:before {content: '';width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid #25c4b6;position: absolute;top: -7px;left: 30px;}
.dropdown-toggle::after {
    position: relative;
    top: 1px;
    color: #25c4b6;
}


.thankyou{
    position: relative;
    text-align: center;
    border-top: 3px solid #f9d561;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: url(../images/thankyou-bg.jpg) no-repeat center top #ffff;
    background-size: cover;
}
.thankyou .container{
    position: relative;
    z-index: 1;
}
.thankyou h2 {
    font-size: 40px;
    color: #181818;
    font-weight: 700;
    margin-top: 20px;
}

.thankyou h2 span {
    font-size: 30px;
}

.thankyou .back-home {
    font-size: 16px;
    color: #181818;
    margin-top: 40px;
}
.thankyou .back-home img{
    margin-right: 10px;
}
.thankyou p {
    position: relative;
    color: #181818;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0;
    padding: 0 0px 30px;
}
body.error-body {
    background: #25c4b6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
}

body.error-body p {
    color: white;
    font-size: 23px;
    margin: 40px 0 0;
}

body.error-body h2 {
    color: white;
    font-size: 70px;
    font-weight: 800;
}
body.error-body h2:after {background: rgb(248,212,97);background: linear-gradient(90deg, rgba(248,212,97,1) 0%, rgba(255, 255, 255, 0.23) 100%);bottom: 15px;left: 5px;}
.thank-logo img {
    max-width: 350px;
}
header .logo img {
    max-width: 210px;
}

header .col-md-9 {
    margin-top: 0;
}
.sub-heading {
    color: #00a2c0;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 15px;
    margin-top: 15px;
}
section.services_page_content ul li {
    position: relative;
    padding-left: 0;
    margin-bottom: 5px;
}


section.services_page_content ul {
    margin: 15px 0px;
    list-style-type: disc;
    margin-left: 20px;
}
.term-banner {
    height: 340px;
    display: flex;
    align-items: center;
}

.term-banner h1 {
    font-size: 42px;
}
section.services_page_content {
    padding: 30px 0;
}
.mCustomScrollBox{
    width: 100%;
}
.our-pricing .mCSB_scrollTools .mCSB_draggerRail{
    width: 4px;
    background: #d2f1e9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.our-pricing .mCSB_scrollTools .mCSB_dragger{
    height: 30px !important
}
.our-pricing .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #2b9479;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}
.our-pricing .content {
    overflow: auto;
    position: relative;
    /* max-width: 100%; */
    padding: 0 0;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% + 15px);
    margin-left: -5px;
    display: flex;
}

.our-pricing.combo-pricing .pack:hover{
    transform: scale(1.02) !important;
    transition: all .5s ease-in-out !important;
}
.nav-tabs .nav-link{
    border-radius: 0;
    font-size: 14px;
    margin: 0 18px;
    font-weight: 500;
    position: relative;
    padding: 0 0 5px;
    cursor: pointer;
    background: none;
    color: #000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    /* color: white; */
    background: transparent;
    border: none;
}
.our-pricing .nav-tabs {
    position: relative;
    z-index: 9999;
    border: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.our-portfolio p {
    font-size: 15px;
    margin-bottom: 30px;
}
.our-pricing .text-center p {
    width: 80%;
}
.custom-design .btn {
    margin-top: 20px;
}
.custom-design h4{
    font-size:16px;
    margin-top:20px;
    font-weight: 600;
}
.custom-design p {
    width: 100% !important;
    font-size: 14px;
    line-height: 22px;
}
.prem-about p strong {
    font-size: 14px;
    display: inline-block;
    margin: 0;
    font-weight: 600;
}
.testimonial {
    padding: 40px 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #25c4b6;
}
button.fancybox-button.fancybox-close-small {
    background: #25c4b6;
    color: white;
    padding: 0px;
    width: 30px;
    height: 30px;
    font-weight: 700;
}
.owl-testimonial {
    margin-top: 30px;
}
footer .cus-mar1 {
    padding-left: 50px;
}
footer .cus-mar2 {
    padding-left: 60px;
}
footer ul.term {
    margin: 0;
}

footer ul.term li {
    display: inline-block;
    position: relative;
}

footer ul.term li:after {
    content: '/';
    font-size: 10px;
    margin: 0 6px;
    font-weight: 500;
}

footer ul.term li:last-child:after {
    display: none;
}

footer ul.term li a {
    text-decoration: underline;
}
ul.ftr-socialicons {
}

ul.ftr-socialicons li {
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: center;
}

ul.ftr-socialicons li a {
    background: #25c4b6;
    height: 40px;
    display: block;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    color: white;
}

ul.ftr-socialicons li:last-child {
    margin: 0;
}

ul.ftr-socialicons li a i {
    margin: 0;
    color: white;
}
.premium-txt .btn {
    margin-top: 20px;
}
.margin-zero{
    margin:0 !important
}
.pack ul li strong {
    text-transform: uppercase;
}
.contact-us ul li a span {
    margin: 0 8px;
}
.contact-us .contact-form h2 strong {
    font-weight: 700;
    vertical-align: baseline;
}
.nav-tabs .nav-link:before {
    content: '';
    background: #000;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.nav-tabs .nav-link:after {
    content: '';
    height: 1px;
    background: #25c4b6;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s all;
}

.nav-tabs .nav-link.active:after {
    width: 100%;
}
.mar-top {margin-top: 20px;}
.create-web-banner{
    background:url("../images/create-web-banner.jpg") no-repeat;
    overflow: hidden;
}
.video-steaming {}

.video-steaming h2 {
    /* text-align: center; */
    margin-bottom: 60px;
}

.video-steaming [class*='col-'] {
    padding: 0 8px;
}

.video-steaming [class*='col-'] h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.video-steaming [class*='col-'] .head {}

.video-steaming [class*='col-'] img {
    max-height: 60px;
    float: right;
    margin-top: -20px;
}

.video-steaming [class*='col-'] p {
    font-size: 13px;
    color: #4f4f4f;
    margin: 0;
    float: left;
}
.video-steaming .box {
    background: #fff3e0;
    padding: 15px;
    width: 100%;
    float: left;
    box-shadow: 0 5px 5px #efefef;
}

.video-steaming .vid-head {
    margin-top: -27px;
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.video-steaming [class*='col-']:nth-child(2) .box {
    background: #d6f5fa;
    margin-top: 50px;
}

.video-steaming [class*='col-']:nth-child(3) .box {
    background: #dde0fa;
}

.video-steaming [class*='col-']:nth-child(4) .box {
    background: #f6f7fb;
    margin-top: 50px;
}
.video-steaming .row {
    margin: 0 -8px;
}
.jersy-banner{
    background:url("../images/jersy-banner.jpg") no-repeat;
}

.anime-banner{
    background:url("../images/anime-banner.jpg") no-repeat;
}
section.cw_vital_section {
    /* text-align: center; */
}

.cvit_item.col-md-3 {
    background: #fff;
    border: 1px solid #cccc;
    padding: 20px;
    box-shadow: #d6d4d475 0 0 20px;
    margin: 0 10px 20px;
    width: 31%;
    flex: inherit;
    max-width: inherit;
    text-align: center;
    transition: all .3s ease-in-out;
}

.row.dflex {
    margin: 30px -15px;
}

.cvit_item.col-md-3 h3 {
    font-size: 20px;
    font-weight: 700;
}

.cvit_item.col-md-3 p {
    font-size: 13px;
    line-height: 23px;
}

.cvit_item.col-md-3:hover {
    transform: scale(1.05);
    transition: all .3s ease-in-out;
}

h2 {}
section.inner-banner.create-web-banner.lm-inner h1 {
    margin-top: 50px;
}

section.inner-banner.create-web-banner.lm-inner h6 {
    margin: 0;
}

section.inner-banner.create-web-banner.lm-inner a {
    margin-top: 30px;
}
section.cutting_edge h2 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    position: relative;
    margin-bottom: 8px;
    text-transform: capitalize;
    z-index: 2;
}

section.cutting_edge {
    padding: 60px 0;
    clear: both;
}

section.cutting_edge p {
    font-size: 14px;
    color: #464646;
    margin-bottom: 14px;
    line-height: 23px;
}

section.services_page_content h1 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    position: relative;
    margin-bottom: 8px;
    text-transform: capitalize;
    z-index: 2;
}

section.services_page_content p {
    font-size: 14px;
    color: #464646;
    margin-bottom: 14px;
    line-height: 23px;
}

section.services_page_content h1:after {content: "";height: 9px;left: 0;bottom: 5px;width: 160px;position: absolute;z-index: -1;background: rgb(97,212,202);background: linear-gradient(90deg, rgba(97,212,202,1) 0%, rgba(255, 255, 255, 0.47) 92%);}

section.services_page_content {}
.our-portfolio h6 {
    font-size: 12px;
}







/*TRADEMARK FORM*/
section.trademark-form {
    padding: 50px 0;
    background: #fff;
}

form.tmform {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 23px;
}

form.tmform .infobox {
    padding: 10px 0 0;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    width: 100%;
 
}

form.tmform h3.title {
    font-size: 12px;
    font-weight: 600;
    color: #25c4b6;
    margin-bottom: 7px;
    text-transform: uppercase;
}

form.tmform input, form.tmform select, form.tmform textarea {
    width: 100%;
    padding: 10px;
    height: 36px;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size: 11px;
    background: #fbfbfb87;
}

form.tmform label {
    font-size: 12px;
    font-weight: 700;
    margin-top: 0px;
    display: block;
    padding-left: 3px;
}

form.tmform .infobox h2 {
    font-size: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

form.tmform .infobox h2+p {
    line-height: 22px;
    font-size: 13px;
}

form.tmform textarea {
    min-height: 150px;
}

form.tmform input[type="radio"] {width: inherit;height: auto;position: relative;top: 2px;left: -5px;}

.option label {
    display: inline-block !important;
    padding-left: 5px !important;
}

.tmform .col-md-12, .tmform .col-md-6 {
    padding: 0;
}

.tmform .col-md-6 ul li {
    width: 98%;
}

.tmform .col-md-6+.col-md-6 ul li {
    margin-top: 20px;
    float: right;
}

.tmform input.field-element {
    width: 55px;
    padding: 10px;
    display: block;
    margin-bottom: 0px;
    position: relative;
}

.tmform input.field-element+label {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: 10px;
    float: left;
}
ul.shotli li {
    display: inline-block;
}

ul.shotli {
    float: left;
    width: 100%;
}

ul.shotli label {
    padding: 0;
    text-align: center;
}
.tmform input[type="submit"] {
    background: #25c4b6;
    width: auto;
    font-size: 17px;
    padding: 7px 39px;
    line-height: normal;
    color: #fff;
    height: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    /* border-radius: 50px; */
    border: none;
}
 


.notebox {
 
    padding: 40px;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    padding: 0 140px;
    font-style: italic;
}

.notebox h3 {
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: initial;
}


form.tmform ul {
    margin-bottom: 10px;
}

.tm-banner .caption {
    padding-top: 0;
    display: flex;
    align-items: center;
}
.tm-banner .caption {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    padding-top: 8%;
}
section.inner-banner.about-banner.tm-banner {
    height: 280px;
    margin-top: -110px;
}

.thankyou-banner h1 {
    font-size:  46px;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 58px;
}
.thankyou-banner h1 span {
    display:  block;
    font-family:  georgia;
    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;
}
i.bulb-icon {
    background: url(../images/logo-icon.png) no-repeat;
    width: 143px;
    height: 170px;
    position: absolute;
    top: -108px;
    left: -60px;
    z-index: -1;
}

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


input.required.error,
        textarea.required.error {
            border-bottom: red 2px solid !important;
            color: red !important;
        }
        
    label.error {
        display:none !important;
} 