body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
}
footer h4 + ul.foot-social-icon a {
    text-transform: none;
}


section.banner-section {position: relative;z-index: 0;background: url(../images/logo-banner-bg.jpg) no-repeat scroll center top #381c97;background-size: cover;padding-top: 4em;padding-bottom: 3em;text-align: center;top: 0;width: 100%;margin-top: -93px;padding-top: 133px;padding-bottom: 53px;}



.banner-left h1 {color: #fff;font-weight: 700;font-size: 60px;text-transform: uppercase;line-height: 53px;}



.col-md-8.banner-left {

    text-align: center;

}
ul.ftr-social li a {
    position: relative;
    padding-left: 24px;
}
section {
    padding: 60px 0;
    clear: both;
    position: relative;
    z-index: 1;
}
.content_page .about-service li {
    list-style: square inside;
    margin-bottom: 10px;
    color: #7c7c82;
}
.content_page .about-service h4.sub-heading {
    font-size: 27px;
    margin-top: 20px;
    color: #341793;
    font-weight: 600;
}


h1,h2,h3,h4,h5{
    font-family: 'Zilla Slab', serif;
}
h6{
    font-family: 'Poppins', sans-serif;
}
p {
    color: #7c7c82;
    font-family: 'Poppins', sans-serif;
}

img{
    max-width: 100%;
}

html{
    scroll-behavior: smooth;
}

header {
    padding: 16px 0;
    position: relative;
    z-index: 2;
}

span {
    vertical-align: baseline;
}

header .row {
    align-items: center;
}

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

.nav-link {
    padding: 0;
}

header ul li a {
    color: #ffffff !important;
    font-weight: 500;
    transition: .5s all;
    font-size: 20px;
}

.btn {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .5s all;
    border-radius: 15px;
    background: #000;
    box-shadow: 0 5px 15px #0000002e;
    border: 1px solid transparent;
}

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

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

.dropdown-menu{
    background-color: #ffffff;
    padding: 0;
    margin:0;
}

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

.dropdown-item:focus, .dropdown-item:hover {background: #4c56c0;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;
}

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

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



.head-menu ul li {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
}

.head-menu ul.head-none {
    display: none;
}

.head-menu ul {
    text-align: center;
}

.head-menu ul li a {
    color: #c6cbd1 !important;
    font-weight: 700;
    transition: .5s all;
    text-transform: uppercase;
}

.head-menu ul li a:hover {
    color: #f7c64a !important;
}

.head-menu {
    background: #090b2a;
    padding: 15px 0;
    z-index: 4;
    position: relative;
}

header ul li img {
    margin-right: 5px;
}

header ul li.msg img {
    position: relative;
    top: -5px;
}

header ul li.phone a {
    font-size: 20px;
}


.home-banner{
    background: url("../images/home-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -130px;
    padding-top: 250px;
    background-position: 30%;
    background-color: #f8f7fc;
    overflow: hidden;
}

.info-banner h1 {
    font-size: 63px;
    font-weight: 700;
    color: #262627;
    line-height: 70px;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.info-banner h1 > span {
    font-size: 65px;
    color: #ec3a25;
    line-height: 95px;
}

.info-banner h1 > span::before {
    content: "";
    /* background: url("../images/bg-head.png") no-repeat; */
    max-width: 570px;
    width: 100%;
    height: 156px;
    position: absolute;
    background-size: 100%;
    left: -15px;
    top: -7px;
}

.info-banner {
    position: relative;
}

.info-banner .img-head {
    position: absolute;
    top: -30px;
    left: -80px;
    z-index: -1;
    transform: rotate(355deg);
}

.info-banner p {
    color: #6e6e6e;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

.info-banner h1::before {
    position: absolute;
    content: "";
    width: 210px;
    height: 12px;
    left: 0;
    bottom: 6px;
    background: #fed92f;
    z-index: -1;
}

.info-banner .img-head2 img {max-width: 65%;}

.info-banner .img-head2 img:first-child {
    margin-right: 15px;
}

.info-banner .img-head2 {
    margin-bottom: 40px;
}

.btn-block .btn:first-child {
    margin-right: 12px;
}

.btn-white {
    background: #fff;
    color: #000 !important;
    border: 1px solid #dfdde9;
}

.btn-red {
    background: rgb(236,108,37);
    background: linear-gradient(90deg, rgba(236,108,37,1) 0%, rgba(236,58,37,1) 100%) !important;
    color: #fff !important;
}

.btn > span {
    width: 10px;
    height: 10px;
    position: relative;
    background: #000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    border: 2px solid #ffda2f;
}

.social {
    position: absolute;
    top: 280px;
    left: -80px;
}

.social ul li i {
    font-size: 24px;
    color: #adacb4;
}

.social ul li {
    line-height: 40px;
    text-align: center;
}

.social::before {
    position: absolute;
    width: 16px;
    height: 15px;
    content: "";
    background: #adacb4;
    border-radius: 50%;
    top: -130px;
    left: 0;
    right: 0;
    margin: auto;
}

.social::after {
    position: absolute;
    content: "";
    height: 102px;
    width: 1px;
    background: #adacb4;
    left: 0;
    right: 0;
    margin: auto;
    top: -116px;
}

.info-banner {
    margin-bottom: 80px;
    position: relative;
    z-index: 5;
}

.our-thumb {
    padding: 30px 0;
    position: relative;
    max-width: 1300px;
    margin: 0 auto 30px;
}


.info-thumb img {
    margin-bottom: 12px;
}

.info-thumb h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.our-thumb::before {
    max-width: 95%;
    background: #fff;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    border-radius: 60px 10px 10px 10px;
    z-index: -1;
    box-shadow: 0 5px 15px #00000014;
}

.our-thumb::after {
    position: absolute;
    left: 0;
    background: #fde36c;
    width: 150px;
    height: 150px;
    top: -50px;
    content: "";
    border-radius: 50%;
    z-index: -3;
}

.scroll {
    position: absolute;
    bottom: 260px;
    left: 0;
    right: 0;
    margin: auto;
    width: 28px;
}

.move-vectors .layer {
    top: inherit !important;
    left: inherit !important;
}

.move-vectors .layer:nth-child(2) {
    top: 10px !important;
    left: -20px !important;
}

.move-vectors .layer:nth-child(3) {
    bottom: 95px !important;
    right: -60px !important;
}

.move-vectors .layer:nth-child(4) {
    bottom: -40px !important;
    left: 80px !important;
}

.move-vectors .layer:nth-child(5) {
    top: 135px !important;
    z-index: -1;
    margin-left: -20px;
    left: -55px !important;
}

.move-vectors .layer:first-child img {
    margin: auto;
    display: table;
}

.move-vectors .layer:nth-child(5) img {
    max-width: 120%;
}


.bg-thumb::before {
    content: "";
    background: url("../images/bg1.png") no-repeat;
    max-width: 525px;
    width: 100%;
    height: 201px;
    position: absolute;
    background-size: 100%;
    left: 6%;
    bottom: -85px;
    z-index: -2;
}

.bg-thumb::after {
    content: "";
    background: url("../images/bg2.png") no-repeat;
    max-width: 252px;
    width: 100%;
    height: 252px;
    position: absolute;
    background-size: 100%;
    left: 2%;
    top: -140px;
    z-index: -2;
}


.our-system::before{
    content: "";
    background: url("../images/bg3.png") no-repeat;
    max-width: 380px;
    width: 100%;
    height: 221px;
    position: absolute;
    background-size: 100%;
    right: 5%;
    top: -90px;
    z-index: -1;
    background-position: bottom;
}

.our-system {
    background: #f8f7fc;
}

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

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

h2 {
    font-size: 50px;
    color: #262627;
    font-weight: 600;
    line-height: 55px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

h2 > span {
    display: block;
    color: #848488;
}

.info-system p {
    font-size: 16px;
}

.info-system .btn-block {
    margin-top: 40px;
}

h2 > span.purp {
    color: #fff;
    display: revert;
    vertical-align: baseline;
    padding: 0 4px;
    background: rgb(89,23,182);
    background: linear-gradient(90deg, rgba(89,23,182,1) 0%, rgba(181,48,152,1) 100%);
    border-radius: 4px;
}

h2 + p {
    font-size: 17px;
    max-width: 80%;
}

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


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

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

.our-vision .row {position: relative;}

.our-vision .row::before {
    background: #fff;
    max-width: 65%;
    width: 100%;
    content: "";
    position: absolute;
    height: 92%;
    box-shadow: 0 5px 10px #0000000d;
    left: -10px;
}


.our-vision .row::after{
    content: "";
    background: url("../images/down.png") no-repeat;
    max-width: 36px;
    width: 100%;
    height: 93px;
    position: absolute;
    background-size: 100%;
    left: -80px;
    top: -20px;
    z-index: -1;
}


.info-vision ul li {
    font-size: 26px;
    color: #3f3694;
    font-weight: 600;
    margin-top: 22px;
    position: relative;
}

.info-vision ul li img {
    margin-right: 40px;
}

.info-vision {
    position: relative;
    margin-left: -30px;
}

.info-vision ul li::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    width: 200px;
    height: 4px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,218,47,1) 70%);
}

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

.info-vision ul {
    margin-top: 40px;
}

.our-rank {
    background: #f8f7fd;
    padding: 30px 0 90px;
    overflow: hidden;
}

.our-rank::before {
    position: absolute;
    content: "";
    bottom: -33px;
    width: 100%;
    height: 70px;
    left: 0;
    background: #fff;
    transform: skew(10deg, 2deg);
    z-index: -1;
}

.our-rank::after{
    content: "";
    background: url("../images/bg4.png") no-repeat;
    max-width: 290px;
    width: 100%;
    height: 121px;
    position: absolute;
    background-size: 100%;
    left: 0px;
    bottom: 57px;
    z-index: -2;
}


.our-rank h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #353535;
    position: relative;
    z-index: 1;
}

.our-rank h3::before {content: "";position: absolute;background: #ffda2f;bottom: 2px;left: 0;right: 0;margin: auto;width: 280px;height: 12px;z-index: -1;}


h2::before {
    content: "";
    position: absolute;
    background: #ffda2f;
    bottom: 2px;
    left: 0;
    width: 280px;
    height: 12px;
    z-index: -1;
}

.text-center h2::before{
    right: 0;
    margin: auto;
}

.new-pf .container-fluid {
    padding: 0;
}


/* ---- .element-item ---- */

.element-item {
    color: #262524;
    margin-bottom: 0;
    width: calc(100% / 4 - 6px) !important;
    padding: 6px;
    height: 320px;
    overflow: hidden;
}

.element-item > * {
    margin: 0;
    padding: 0;
}


.element-item img {
    width: 100%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    /* object-fit: cover; */
    height: 100%;
}

.element-item:hover img {
    transform: scale(1.09);
    -ms-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    background: #ffffff;
    border: none !important;
    color: #fff;
    z-index: 1;
    padding: 8px;
    position: relative;
}

.new-pf div#filters button {
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    font-size: 21px;
    outline: none;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    color: #858588;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.new-pf div#filters {
    text-align: center;
    margin: 40px 0 25px;
}


.new-pf div#filters .button.is-checked::before {opacity: 1;}



.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;
}
.element-item.video {
    height: 200px !important;
}


.new-pf div#filters button:active,.new-pf div#filters button:hover ,.new-pf div#filters button.is-checked {
    color: #000 !important;
}

.grid {
    width: 100%;
    /* margin: 0;
     */
}

.auto-margi-null{ margin: 0 !important }
.width-auto{ width: 100% !important}

.grid {
    /* height: auto !important; */
    overflow: hidden;
    padding: 0 10px;
    /* margin: 0 -12px; */
}

ul.list-ul li {
    margin-bottom: 10px;
}



.new-pf div#filters button:hover::before{opacity: 1;}

.new-pf div#filters button::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid red;
    border-left: 15px solid transparent;
    transition: .5s all;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    left: -4px;
    top: 11px;
    z-index: -1;
    opacity: 0;
}


button#showMore {
    background: transparent;
    padding: 8px 30px;
    border: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    color: #6a6775 !important;
    cursor: pointer;
}


button#showMore > span::before {
    content: "";
    position: absolute;
    background: url("../images/round.png") no-repeat;
    max-width: 50px;
    height: 57px;
    width: 100%;
    background-size: 100%;
    left: 0;
    top: 0;
    /* animation: spin 1.5s linear infinite; */
}

button#showMore > span {width: 50px;height: 56px;position: relative;display: inline-block;margin-right: 15px;vertical-align: middle;}


.new-pf::before{
    content: "";
    position: absolute;
    background: url("../images/bg5.png") no-repeat;
    max-width: 344px;
    height: 339px;
    width: 100%;
    background-size: 100%;
    right: 0;
    top: -120px;
}

.text-center h2 + p {
    margin: auto;
    font-size: 18px;
}

.our-pricing h2 + p >span {
    color: #3f3694;
    font-weight: 700;
}

.info-pricing {
    padding: 40px 12px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px #0000000d;
    position: relative;
    z-index: 1;
    transition: .5s all;
    margin-bottom: 30px;
}

.our-pricing {
    background: #f8f7fd;
    padding-top: 120px;
    overflow: hidden;
}

.info-pricing h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 25px;
    transition: .5s all;
}

.info-pricing h4 > span {
    font-weight: 300;
    transition: .5s all;
}

.info-pricing h3 {font-size: 71px;line-height: 65px;letter-spacing: -3px;margin-bottom: 0;position: relative;transition: .5s all;}

.info-pricing * {
    font-family: 'Poppins' , sans-serif;
}

.info-pricing h3 > span {
    font-size: 55px;
    position: relative;
    top: 2px;
    transition: .5s all;
}

.info-pricing h5 {
    font-size: 26px;
    position: relative;
    display: inline-block;
    letter-spacing: -1px;
    margin-bottom: 0;
    transition: .5s all;
}

.info-pricing h5::before,.info-pricing h5::after {
    position: absolute;
    content: "";
    background: #f45051;
    width: 100%;
    height: 1px;
    transform: rotate(15deg);
    top: 14px;
    left: 2px;
    transition: .5s all;
}

.info-pricing h5::after {
    transform: rotate(
-15deg);
}

.info-pricing ul {
    margin: 30px 0;
    height: 250px;
}

.info-pricing ul li {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
    transition: .5s all;
}

.info-pricing .btn {
    border-radius: 50px;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-transform: capitalize;
    padding: 10px 15px;
    transition: .5s all;
}


.btn-yellow {
    background: #ffda00;
    color: #000 !important;
}

.info-pricing::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #eaeaea;
    border-radius: 20px;
    transition: .5s all;
    z-index: -1;
}

.info-pricing:hover {
    background: #f45051;
}

.info-pricing:hover * {
    color: #fff;
}

.info-pricing:hover h3 > span {
    color: #ffda00;
}

.info-pricing h3::before,.info-pricing h3::after {
    background: #fff;
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    left: 15px;
    top: 50%;
    opacity: 0;
    transition: .5s all;
}

.info-pricing h3::after {
    right: 15px;
    left: inherit;
}

.info-pricing:hover h3::before, .info-pricing:hover h3::after {
    opacity: 1;
}

.info-pricing:hover::before {
    border-color: #ffda00;
    transform: translate(8px, 8px);
}

.info-pricing:hover h5::before, .info-pricing:hover h5::after {
    background: #fff;
}



.info-pricing * {
    /* transition: .5s all; */
}

.bg-row{
    position: relative;
    margin-top: 40px;
}

.bg-row::before{
    content: "";
    position: absolute;
    background: url("../images/bg5.png") no-repeat;
    max-width: 344px;
    height: 339px;
    width: 100%;
    background-size: 100%;
    left: -210px;
    top: -55px;
    z-index: -1;
}


.our-pricing::before {
    position: absolute;
    content: "";
    top: -30px;
    width: 100%;
    height: 70px;
    left: 0;
    background: #fff;
    transform: skew(10deg, -2deg);
    z-index: -1;
}

.our-pricing::after {
    content: "";
    background: url(../images/bg3.png) no-repeat;
    max-width: 380px;
    width: 100%;
    height: 221px;
    position: absolute;
    background-size: 100%;
    left: 5%;
    top: 60px;
    transform: skew(10deg, -2deg);
    z-index: -1;
    background-position: bottom;
}


.our-combo{
    background: url("../images/bg-combo.png") no-repeat;
    background-color: #f8f7fd;
    max-width: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50% bottom;
    padding-top: 100px;
    padding-bottom: 45px;
}

.our-combo p {
    margin-bottom: 40px;
}

.img-combo img{
    max-width: 120%;
    position: relative;
    left: -20px;
}

.our-combo * {
    color: #fff;
    font-family: 'Poppins' , sans-serif;
}

.combo-detail {
    display: inline-block;
    width: 49%;
    vertical-align: text-top;
}

.combo-detail h4 {
    font-size: 17px;
    font-weight: 600;
}

.our-combo h2 {
    font-size: 61px;
    margin-bottom: 40px;
    letter-spacing: -2px;
}



.combo-detail ul li {
    list-style-type: disc;
    color: #c0c6d3;
}

.combo-detail ul {
    margin-left: 15px;
    margin-bottom: 30px;
}

.info-comb h4 {
    font-size: 48px;
    font-family: 'Zilla Slab' , sans-serif;
    letter-spacing: -2px;
    line-height: 45px;
    margin-bottom: 0;
    font-weight: 600;
}

.info-comb h4 > span {
    font-size: 31px;
    line-height: 26px;
}

.info-comb h4 + p {
    color: #ff5b5b;
    font-size: 23px;
    letter-spacing: -1px;
    margin-bottom: 25px;
    position: relative;
}

.info-comb ul li {
    display: inline-block;
    padding: 0 2px;
    vertical-align: baseline;
}

.info-comb ul li h5,.info-comb ul li h5 + a {
    font-size: 16px;
    margin-bottom: 0;
    color: #c7c3d5;
    font-weight: 500;
}

.info-comb ul li span::before {
    width: 50px;
    height: 50px;
    position: absolute;
    content: "";
    background: #2b1683;
    border-radius: 50%;
    z-index: -1;
    left: -14px;
    top: -12px;
}

.info-comb ul li span {
    position: relative;
}

.info-comb ul li:first-child h5,.info-comb ul li:first-child a {
    text-align: right;
}

.btn-purp {background: rgb(102,24,218);background: linear-gradient(90deg, rgb(253 226 5) 0%, rgb(231 177 16) 100%) !important; color: #fff !important;}

.combo-price .btn {
    padding: 12px 25px;
    font-size: 15px;
    margin: auto;
    display: table;
    position: relative;
    left: 20px;
}

.combo-price h5 {
    font-size: 22px;
    text-align: right;
    margin-bottom: 0;
    text-decoration: line-through;
    font-weight: 400;
}

.combo-price h3 {
    font-size: 94px;
    font-weight: 700;
    color: #ffda2f;
    margin-bottom: 5px;
    text-align: right;
    letter-spacing: -7px;
}

.combo-price {
    position: relative;
    margin-right: -20px;
    margin-top: -30px;
}

.img-all {
    position: absolute;
    top: 30px;
    left: -10px;
}

.combo-price h3 > span {
    color: #fff;
    font-size: 37px;
    font-weight: 500;
}


.info-combo::before {
    position: absolute;
    content: "";
    left: -80px;
    bottom: -19.1px;
    background: url("../images/bg6.png") no-repeat;
    transform: skew(10deg, -2deg);
    max-width: 957px;
    height: 295px;
    width: 130%;
    background-size: cover;
}

.info-combo {
    margin-top: 30px;
}

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

.count {
    padding: 40px 0;
    margin: 30px 0 0;
    text-align: center;
    position: relative;
}

.count::before {content: "";width: 100%;height: 100%;position: absolute;left: -80px;top: 0;background: rgb(163,43,158);background: linear-gradient(45deg, rgba(163,43,158,1) 0%, rgba(91,23,181,1) 100%);}

.info-count h6 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.info-count img {
    position: absolute;
    top: -10px;
    right: 32px;
}

.info-count h4 {
    font-size: 68px;
    color: #9327a3;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(242 201 62) 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
}

.count .col-md-3:nth-child(4) h4 {
    color: #6e1daf;
}

.count .col-md-3:nth-child(3) h4 {
    color: #791fab;
}

.count .col-md-3:nth-child(2) h4 {
    color: #8a24a6;
}

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

.info-data ul li {
    width: 32.9%;
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
}

.info-data ul li img {width: 30px;margin-right: 10px;}

.our-data .container{
    position: relative;
    padding: 30px 0;
}

.our-data .container::before {
    position: absolute;
    content: "";
    background: url("../images/bg-mes.png") no-repeat;
    max-width: 100%;
    width: 98%;
    height: 690px;
    background-size: cover;
    top: -30px;
    left: 0;
    background-position: bottom;
}

.our-count {
    background: #f8f7fd;
    padding-bottom: 0;
}

.our-data {
    background: #f8f7fd;
    padding-top: 0;
}

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

.info-data {
    padding-left: 60px;
}

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

.our-data .container::after {
    content: "";
    position: absolute;
    background: url(../images/bg5.png) no-repeat;
    max-width: 344px;
    height: 339px;
    width: 100%;
    background-size: 100%;
    left: -250px;
    top: -120px;
    z-index: -13;
}

.our-data .btn {
    margin-top: 70px;
}

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

.cta h3 {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

.cta h3 > span {
    font-size: 40px;
    font-weight: 300;
}

.cta h3::before {
    width: 220px;
    height: 12px;
    background: #ffda2f;
    position: absolute;
    content: "";
    bottom: 0;
    left: -60px;
}

.cta ul li:first-child a {
    font-size: 30px;
}

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

.cta ul li a span {
    display: block;
    line-height: 16px;
    font-size: 24px;
    font-weight: 700;
}

.cta ul li img {
    position: absolute;
    left: 0;
    top: 4px;
}

.cta ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}

.cta ul {
    display: inline-block;
    margin-right: 60px;
}

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

.img-cta {
    position: absolute;
    bottom: 20px;
    right: 0;
    max-width: 40%;
}

.our-testimonial h2 > span {
    font-size: 36px;
    line-height: 36px;
}

.our-testimonial h2 + p {
    max-width: 90%;
    margin-bottom: 20px;
}

.our-testimonial {
    background: #f8f7fd;
}

.info-test p {
    font-weight: 500;
    color: #545454;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 22px;
}

.info-test h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.info-test h4 > span {font-size: 16px;display: block;color: #808080;font-weight: 500;}

.info-test {
    padding: 30px;
    background: #fff;
    border-radius: 15px 15px 0 15px;
    box-shadow: 0 5px 15px #00000029;
    margin: 20px 15px;
    position: relative;
}


.info-test span.qoute {
    position: absolute;
    top: 10px;
    left: -16px;
}

.info-test::before {
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #c5c5c5;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1;
    border-radius: 15px 15px 0 15px;
}

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


.owl-testimonial.owl-carousel .owl-nav button.owl-prev::after,.owl-carousel .owl-nav button.owl-next::after {
    position: absolute;
    content: "";
    max-width: 31px;
    background: url("../images/left2.png") no-repeat;
    height: 27px;
    width: 100%;
    background-size: 100%;
    left: 0;
    top: 4px;
    z-index: -1;
    opacity: 0;
    transition: .5s all;
}
.owl-testimonial.owl-carousel .owl-nav button.owl-next::after {
    background: url("../images/right2.png") no-repeat;
    width: 100%;
}

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

.owl-testimonial.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    position: relative;
}

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

.owl-testimonial.owl-theme .owl-nav {
    text-align: left;
    margin-left: 10px;
}

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

.owl-testimonial.owl-theme .owl-nav [class*=owl-]:hover::after {
    opacity: 1;
}

.our-testimonial .container::before {
    content: "";
    background: url(../images/bg3.png) no-repeat;
    max-width: 380px;
    width: 100%;
    height: 371px;
    position: absolute;
    background-size: 100%;
    left: -200px;
    top: -60px;
    z-index: -1;
    background-position: bottom;
}

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


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

.copy p {
    margin-bottom: 0;
    color: #d2d2d2;
}

.copy {
    padding: 10px 0;
}



.copy ul {
    text-align: center;
}
.copy .row {
    align-items: center;
    margin-bottom: 0;
}

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

.copy ul li::before {content: "";height: 4px;width: 4px;position: absolute;border-radius: 50%;right: -2px;top: 8px;background: #d2d2d2;}

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

.copy ul li a {
    color: #d2d2d2 !important;
}

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

footer a.logo + p {
    color: #bcc0ca;
    font-size: 13px;
    margin-bottom: 0;
}

footer .detail-foot ul li a {
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
}

.detail-foot {}

footer .detail-foot ul li img {
    margin-right: 6px;
    width: 22px;
}

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

footer .fr1 {
    align-items: center;
}

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

footer  .row {
    margin-bottom: 50px;
    position: relative;
}

footer .row::before {
    position: absolute;
    content: "";
    background: #626262;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -28px;
}

footer .row::before {}

footer h4 {
    color: #ffda2f;
    font-weight: 700;
    font-family: 'Poppins' , sans-serif;
    font-size: 16px;
    margin-bottom: 18px;
}

footer h4 + ul li a {
    color: #bcc0ca !important;
    transition: .2s all;
    text-align: left;
    text-transform: uppercase;
}

footer h4 + ul li:hover a {
    color: #fff !important;
}

footer h4 + ul li {
    margin-bottom: 5px;
}

footer h4 + ul.foot-social-icon li i {
    font-size: 24px;
    color: #fff;
    width: 35px;
}

footer h4 + ul.foot-social-icon li {
    margin-bottom: 15px;
}

footer h4 + ul.foot-social-icon {
    margin-top: 25px;
}

.copy .row::before {
    display: none;
}

footer .fr2 {
    margin-bottom: 40px;
}

footer .fr2::before {
    width: 90%;
}


.img-up {
    position: absolute;
    bottom: 15px;
    right: 40px;
}

.copy .container {
    position: relative;
}


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



.logo-banner{
    background: url("../images/logo-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 850px;
    background-position: 40%;
    overflow: hidden;
    background-color: #f8f7fc;
}

.logo-banner .info-banner * {color: #fff;}

.logo-banner .info-banner h1 {
    letter-spacing: -2px;
}

.logo-banner .info-banner h1 + p {
    color: #cecece;
    margin-bottom: 30px;
}

.our-site h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

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

.our-site::after {
    display: none;
}

.logo-banner .info-banner {
    margin-bottom: 120px;
}

.logo-banner .social {
    top: 150px;
}

.our-site .bg-thumb::after {
    display: none;
}

.our-service h2 span {
    display: inline-block;
    color: #613df7;
}

.our-service h2 {
    margin-bottom: 0;
    letter-spacing: -1px;
}

.our-service h5 {
    font-size: 30px;
    color: #3f3694;
    margin-bottom: 0;
    font-weight: 600;
}

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

.info-service figure img {
    box-shadow: 0 5px 15px #00000038;
}

.info-service figure {
    margin-bottom: 0;
}

.info-service .text-ser ul li {
    font-size: 16px;
    font-weight: 600;
    color: #3f3694;
    margin-bottom: 8px;
}

.info-service .text-ser ul li img {
    margin-right: 12px;
    position: relative;
    top: -2px;
}

.info-service .text-ser {
    margin-top: -180px;
    margin-left: 25px;
    min-height: 180px;
    position: relative;
    z-index: 2;
}

.info-service .img-ser {
    position: absolute;
    bottom: -10px;
    right: 0;
}

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

.info-ser h4 {
    font-size: 29px;
    font-weight: 300;
    color: #262627;
    line-height: 38px;
    margin-bottom: 20px;
}

.info-ser h4 > span {
    color: #ec3a25;
    font-weight: 600;
}

.info-ser h4 + p {
    color: #7c7c82;
    font-size: 18px;
}

.our-service .btn-block {
    margin-top: 50px;
}



.our-service{
    padding: 0 0 60px;
    background: #f8f7fc;
}


.logo-banner::before {
    bottom: 0;
    content: "";
    background: url(../images/bg3.png) no-repeat;
    max-width: 380px;
    width: 100%;
    height: 280px;
    position: absolute;
    background-size: 100%;
    right: 5%;
    bottom: -25px;
    z-index: -2;
    background-position: bottom;
}

.our-service::before {
    content: "";
    background: url(../images/bg4.png) no-repeat;
    max-width: 290px;
    width: 100%;
    height: 114px;
    position: absolute;
    background-size: 100%;
    left: 0px;
    bottom: 0;
    z-index: -2;
    transform: skewY(-2deg);
}


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

.our-thumb2 *{
    color: #fff;
}



.info-quality h4 {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Poppins',sans-serif;
    padding-top: 7px;
    position: relative;
}

.info-quality h4 > span {
    display: block;
    font-weight: 300;
}

.info-quality {
    display: flex;
    align-items: center;
    padding: 34px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px #0000002b;
}

.info-quality h4::before {content: "";background: #613df7;width: 40px;height: 4px;position: absolute;top: 0;left: 0;}

.our-quality {
    background: #fffcf1;
}

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

.our-quality [class*="col-"]:nth-child(odd) .info-quality:first-child {
    border-radius: 5px 50px 5px 5px;
}

.our-quality [class*="col-"]:nth-child(odd) .info-quality:last-child {
    border-radius: 5px 5px 50px 5px;
}

.our-quality [class*="col-"]:nth-child(2) .info-quality:first-child {
    border-radius: 50px 5px 5px 5px;
}

.our-quality [class*="col-"]:nth-child(2) .info-quality:last-child {
    border-radius: 5px 5px 5px 50px;
}

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

.our-quality::before {
    content: "";
    background: url(../images/bg7.png) no-repeat;
    max-width: 434px;
    width: 100%;
    height: 406px;
    position: absolute;
    background-size: 100%;
    left: 0px;
    top: 90px;
    z-index: -1;
    opacity: 0.8;
    background-position: bottom;
}

.our-quality::after {
    content: "";
    position: absolute;
    background: url(../images/bg5.png) no-repeat;
    max-width: 344px;
    height: 339px;
    width: 100%;
    background-size: 100%;
    right: 0;
    top: -250px;
}

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


.our-quality .container::before{
   content: "";
   position: absolute;
   background: url(../images/bg8.png) no-repeat;
   max-width: 158px;
   height: 180px;
   width: 100%;
   background-size: 100%;
   right: -20px;
   bottom: 10px;
   z-index: -1;
}

.our-quality .container::after{
   content: "";
   position: absolute;
   background: url(../images/bg9.png) no-repeat;
   max-width: 158px;
   height: 53px;
   width: 100%;
   background-size: 100%;
   left: -15px;
   bottom: 70px;
   z-index: -1;
}


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

.our-talk h2 {
    margin-bottom: 0;
    color: #ffda2f;
    font-size: 73px;
    font-family: 'Poppins' ,sans-serif;
    display: inline-block;
}

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

.our-talk h2 + img {margin-left: 20px;}

.info-talk ul li {
    display: inline-block;
    padding: 0 20px;
}

.info-talk ul li a {
    color: #fff !important;
    font-size: 29px;
    font-weight: 500;
}

.info-talk ul li:first-child a {
    font-size: 26px;
    font-weight: 700;
}

.info-talk ul li img {
    margin-right: 13px;
}

.info-talk ul li:last-child img {
    position: relative;
    top: -8px;
}



.our-talk + .new-pf::before{
    display: none;
}

.info-step span {
    font-size: 42px;
    color: #b52fa0;
    font-weight: 600;
    letter-spacing: -2px;
    vertical-align: middle;
    margin-right: 5px;
}

.info-step h4 {
    display: inline-block;
    font-size: 18px;
    color: #262627;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 18px;
}

.info-step h4 + p {
    color: #7c7c82;
    font-size: 13px;
    min-height: 110px;
    margin-bottom: 0;
}

.info-step {
    padding: 0 15px;
    border-radius: 25px;
    transition: .5s all;
    background: transparent;
}

.info-step:hover {background: rgb(255,255,255);background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(248,247,253,1) 55%, rgba(250,223,153,1) 100%);box-shadow: 5px 3px 9px #b52fa038;}

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

.our-step .row {
    margin-top: 100px;
    position: relative;
}

.our-step .row::before {
    position: absolute;
    content: "";
    background: #440c93;
    width: 75%;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    top: -20px;
}

.our-step .row::after {
    position: absolute;
    content: "";
    background: #440c93;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    top: -80px;
}

.our-step [class*='col']::before {content: "";width: 1px;height: 20px;background: #440c93;position: absolute;top: -20px;left: 0;right: 0;margin: auto;}

.our-step {
    background: #f8f7fd;
    overflow: hidden;
}

.our-step::before {
    content: "";
    position: absolute;
    background: url(../images/bg5.png) no-repeat;
    max-width: 344px;
    height: 339px;
    width: 100%;
    background-size: 100%;
    left: 0;
    top: -180px;
    z-index: -1;
}

.our-step::after {
    content: "";
    background: url(../images/bg7.png) no-repeat;
    max-width: 434px;
    width: 100%;
    height: 406px;
    position: absolute;
    background-size: 100%;
    left: 0px;
    top: 0;
    z-index: -1;
    opacity: 0.8;
    background-position: bottom;
}

.step2::before {
    content: "";
    position: absolute;
    background: url(../images/bg10.png) no-repeat;
    max-width: 240px;
    height: 195px;
    width: 100%;
    background-size: 100%;
    right: 0;
    top: 20%;
    z-index: -1;
}

.our-pricing .nav-tabs {border: none;justify-content: center;padding: 20px 0;position: relative;}

.our-pricing .nav-tabs .nav-item {
    margin-bottom: 0;
    border: none;
}

.our-pricing .nav-tabs .nav-item .nav-link {
    border: none;
    background: transparent;
    padding: 0 15px;
    font-size: 18px;
    outline: none;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    color: #858588;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.our-pricing .nav-tabs .nav-item.show .nav-link, .our-pricing .nav-tabs .nav-link.active, .our-pricing .nav-tabs .nav-link:hover {
    color: #000 !important;
}

.our-pricing .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid red;
    border-left: 10px solid transparent;
    transition: .5s all;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    left: 2px;
    top: 7px;
    z-index: -1;
    opacity: 0;
}

.our-pricing .nav-tabs .nav-item.show .nav-link, .our-pricing .nav-tabs .nav-link.active::before, .our-pricing .nav-tabs .nav-link:hover::before {
    opacity: 1;
}


.our-pricing .price-btn {
    margin-top: 15px;
}

.info-comb h4 + p::before {content: "";background: url("../images/bg11.png") no-repeat;max-width: 290px;height: 51px;position: absolute;left: -52px;top: -7px;width: 100%;background-size: 100%;z-index: -1;}


.our-data .row::before {
    content: "";
    position: absolute;
    background: url(../images/bg12.png) no-repeat;
    max-width: 200px;
    height: 316px;
    width: 100%;
    background-size: 100%;
    right: -20px;
    top: -170px;
    z-index: -4;
}

.cta h3 > span.bg {
    font-size: inherit;
    font-weight: inherit;
    background: #a32b9e;
    border-radius: 23px;
    padding: 0 8px;
}

.cta ul li::before {
    content: "";
    position: absolute;
    background: url(../images/bg15.png) no-repeat;
    max-width: 127px;
    height: 29px;
    width: 100%;
    background-size: 100%;
    left: -40px;
    top: 12px;
    z-index: -1;
}

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

.info-ser {
    padding-left: 9px;
}

.info-service::before {
    content: "";
    background: url(../images/down.png) no-repeat;
    max-width: 36px;
    width: 100%;
    height: 93px;
    position: absolute;
    background-size: 100%;
    left: -80px;
    top: -2px;
    z-index: -1;
}


.web-banner{
    background: url("../images/web-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 850px;
    background-position: 40%;
    overflow: hidden;
    background-color: #f8f7fc;
}




.web-ser .info-service .img-ser {
    bottom: 30px;
    z-index: 1;
}

.brand-banner{
    background: url("../images/brand-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 850px;
    background-position: 40%;
    overflow: hidden;
    background-color: #f8f7fc;
}


.brand-ser .info-service .img-ser {
    bottom: inherit;
    top: 30px;
}

.brand-quality .info-quality h4 > span{
    display: inline-block;
}

.video-banner{
    background: url("../images/video-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 850px;
    background-position: 40%;
    overflow: hidden;
    background-color: #f8f7fc;
}


.video-ser .info-service .img-ser {
    bottom: -50px;
    right: 30px;
}


.video-banner::after{
    content: "";
    background: url(../images/video-bg.png) no-repeat;
    max-width: 381px;
    width: 100%;
    height: 508px;
    position: absolute;
    background-size: 100%;
    left: 150px;
    right: 0;
    margin: auto;
    top: 96px;
    z-index: 2;
}

.app-banner{
    background: url("../images/app-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 900px;
    background-position: 30%;
    overflow: hidden;
    background-color: #f8f7fc;
}

.app-banner .app-img {
    position: relative;
    top: -50px;
    max-width: 95%;
    left: -50px;
}

.app-banner .row {
    align-items: center;
}

.info-quality2 {
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.info-quality.info-quality2 h4 {
    display: block;
    margin-left: 0;
}

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

.info-quality2 h4::before {
    right: 0;
    margin: auto;
}



.digital-banner{
    background: url("../images/digital-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 820px;
    background-position: 30%;
    overflow: hidden;
    background-color: #f8f7fc;
}

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

.digital-banner .img-digi {
    position: relative;
    top: -60px;
    left: -50px;
}

.digital-banner .img-digi img {
    max-width: 110%;
}


.digi-ser .info-service .img-ser {
    bottom: 20px;
    right: -15px;
}


.digi-quality  .nav-tabs {border: none;justify-content: center;padding: 15px 0;margin-bottom: 30px;}

.digi-quality  .nav-tabs .nav-item {
    margin-bottom: 0;
    border: none;
}

.digi-quality  .nav-tabs .nav-item .nav-link {
    border: none;
    background: transparent;
    padding: 0 15px;
    font-size: 18px;
    outline: none;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    color: #858588;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.digi-quality  .nav-tabs .nav-item.show .nav-link, .digi-quality  .nav-tabs .nav-link.active, .digi-quality  .nav-tabs .nav-link:hover {
    color: #000 !important;
}

.digi-quality .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid red;
    border-left: 10px solid transparent;
    transition: .5s all;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    left: 2px;
    top: 7px;
    z-index: -1;
    opacity: 0;
}

.digi-quality  .nav-tabs .nav-item.show .nav-link, .digi-quality  .nav-tabs .nav-link.active::before, .digi-quality  .nav-tabs .nav-link:hover::before {
    opacity: 1;
}

.info-market {
    text-align: center;
    position: relative;
    padding: 40px 20px;
    overflow: hidden;
    z-index: 1;
}

.info-market span {
    position: absolute;
    top: -5px;
    left: -5px;
    transform: rotate(-38deg);
    opacity: 0.15;
    max-width: 80px;
}

.info-market img {
    margin-bottom: 20px;
    max-width: 100px;
    height: 80px;
}

.info-market h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.info-market h4 + p {
    color: #7c7c82;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 120px;
}

.our-marketing [class*='col']:first-child .info-market {
    background: #f6efd1;
}

.our-marketing [class*='col']:last-child .info-market {
    background: #cdc4f6;
}

.our-marketing [class*='col']:nth-child(2) .info-market {
    background: #c0e9f5;
}

.our-marketing [class*='col']:nth-child(3) .info-market {
    background: #feded3;
}

.info-market::before {
    content: "";
    background: url(../images/bg13.png) no-repeat;
    max-width: 140px;
    width: 100%;
    height: 135px;
    position: absolute;
    background-size: 100%;
    left: 40px;
    right: 0;
    margin: auto;
    top: 40px;
    z-index: -1;
    opacity: 0.5;
}


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


.package-banner{
    background: url("../images/package-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 840px;
    background-position: 30%;
    overflow: hidden;
    background-color: #f8f7fc;
}

.img-pack {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 2;
}

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

.img-pack img {
    max-width: 90%;
}

.package-banner .info-banner {
    margin-bottom: 80px;
}

.calling {
    background: rgb(41,21,104);
    background: linear-gradient(90deg, rgba(41,21,104,1) 0%, rgba(174,46,156,1) 100%);
    padding: 30px 0;
}

.calling ul {
    justify-content: center;
    text-align: center;
}

.calling ul li {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.calling ul li a {
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
}

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

.calling ul li a span {
    font-weight: 200;
}

.calling ul li:last-child a {
    font-weight: 700;
}

.calling ul li::before {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3b1362;
    content: "";
    position: absolute;
    z-index: -1;
    left: 50px;
    top: -10px;
}


.about-banner{
    background: url("../images/about-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 870px;
    background-position: 30%;
    overflow: hidden;
    background-color: #f8f7fc;
}

.about-banner .info-banner {
    margin-bottom: 80px;
}

.what-we-do h2 {
    margin-bottom: 0;
}

.what-we-do h5 {
    margin-bottom: 0;
    font-size: 30px;
    color: #3f3694;
    font-weight: 600;
    font-family: 'Poppins';
}

.what-we-do .row:first-child {
    margin-bottom: 50px;
}

.info-what p {font-size: 16px;margin-bottom: 20px;}

.info-what ul li {
    font-size: 16px;
    font-weight: 600;
    color: #3f3694;
    display: inline-block;
    width: 49%;
    margin-bottom: 8px;
}

.info-what ul li img {
    margin-right: 5px;
    max-width: 21px;
}

.info-what ul {
    margin: 30px 0 20px;
}

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

.what-we-do .row {
    align-items: center;
}

.what-we-do {
    padding-top: 0;
    background: #f6f3f9;
}

.what-we-do::before {
    content: "";
    position: absolute;
    background: url(../images/bg5.png) no-repeat;
    max-width: 344px;
    height: 339px;
    width: 100%;
    background-size: 100%;
    right: 0;
    bottom: -70px;
    z-index: -1;
}

.what-we-do::after {
    content: "";
    position: absolute;
    background: url(../images/bg14.png) no-repeat;
    max-width: 151px;
    height: 281px;
    width: 100%;
    background-size: 100%;
    left: 0;
    bottom: -70px;
    z-index: -1;
}


.info-what::before {content: "";background: url(../images/down.png) no-repeat;max-width: 36px;width: 100%;height: 93px;position: absolute;background-size: 100%;left: -80px;top: 40px;z-index: -1;}

.info-what {
    position: relative;
}

.info-offer {
    text-align: center;
    position: relative;
}

.info-offer h4 {
    position: relative;
    z-index: 1;
    font-size: 21px;
    color: #262627;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    padding-top: 10px;
    margin-top: -120px;
    margin-bottom: 0;
    min-height: 120px;
}

.info-offer h4::before {
    position: absolute;
    content: "";
    background: #ffda2f;
    width: 30px;
    height: 4px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.info-offer figure {
    margin-bottom: 0;
}

.info-offer::before {
    position: absolute;
    content: "";
    width: 85%;
    height: 95%;
    left: -3px;
    top: -8px;
    background: rgb(200,53,146);
    background: linear-gradient(180deg, rgba(200,53,146,1) 0%, rgba(86,19,229,1) 100%);
    border-radius: 60px 12px 12px 12px;
    z-index: -1;
}


.info-offer figure img {
    border-radius: 60px 12px 5px 5px;
}

.we-offer .btn-block {
    margin-top: 40px;
}

.info-offer::after {
    content: "";
    background: url(../images/left3.png) no-repeat;
    max-width: 88px;
    width: 100%;
    height: 28px;
    position: absolute;
    background-size: 100%;
    right: 20px;
    bottom: -10px;
    z-index: 1;
}

.we-offer::before {
    content: "";
    background: url(../images/bg7.png) no-repeat;
    max-width: 434px;
    width: 100%;
    height: 406px;
    position: absolute;
    background-size: 100%;
    left: 0px;
    top: 90px;
    z-index: -1;
    opacity: 0.8;
    background-position: bottom;
}


.contact-banner{
    background: url("../images/contact-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 860px;
    background-position: 40%;
    overflow: hidden;
    background-color: #f8f7fc;
}

.contact-banner .info-banner{
    margin-bottom: 80px;
}

.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;
}

.info-contact::before {
    content: "";
    background: url(../images/down.png) no-repeat;
    max-width: 36px;
    width: 100%;
    height: 93px;
    position: absolute;
    background-size: 100%;
    left: -80px;
    top: 28%;
    z-index: -1;
}

.info-contact {
    position: relative;
}

.our-contact {
    background: #f8f7fc;
    padding-top: 0;
}

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

.contact-detail h4::before {
    background: #ffda30;
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    bottom: 0;
    left: 0;
    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, .contact-detail .cont-more h5 + a+br+a {
    color: #464545 !important;
    font-weight: 500;
}

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

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

.info-contact h2 + p {
    margin-bottom: 40px;
}

.info-contact h2 {
    margin-bottom: 30px;
}

.our-contact::before {
    content: "";
    position: absolute;
    background: url(../images/bg5.png) no-repeat;
    max-width: 344px;
    height: 339px;
    width: 100%;
    background-size: 100%;
    right: 0;
    bottom: 20px;
    z-index: -1;
}

.our-contact::after {
    content: "";
    position: absolute;
    background: url(../images/bg14.png) no-repeat;
    max-width: 151px;
    height: 281px;
    width: 100%;
    background-size: 100%;
    left: 0;
    bottom: 20px;
    z-index: -1;
}


.read-more {
     margin-bottom: 12px;
}
 .read-more p:last-child {
     margin-bottom: 0;
}
 .read-more__link-wrap {
     display: block;
}
 .read-more__link {
     font-weight: 700;
}
 .read-more.is-inline, .read-more.is-inline p, .read-more.is-inline + span {
     display: inline;
}
 .read-more.is-inline + span {
     margin-left: 0.25em;
}
 .read-more.is-inline.is-expanded + span {
     display: inline-block;
     margin-left: 0;
}
 article {
     padding: 1em 0;
     max-width: 37em;
     margin: 2em auto;
     line-height: 1.4;
}
 article + article {
     border-top: 1px solid #ddd;
}
 
 .det-faq h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.det-faq * {
    font-family: 'Poppins' , sans-serif;
}

.det-faq p {
    color: #96939b;
    font-size: 16px;
}

.det-faq span:first-child {
    position: absolute;
    left: 0;
    top: 0;
}

.det-faq {
    position: relative;
    padding-left: 55px;
    margin-bottom: 50px;
    z-index: 5;
}

.det-faq .read-more.js-read-more + span > a {
    color: #303f9f;
    position: relative;
}

.det-faq .read-more.js-read-more + span > a::before {content: "\f0d7";font-weight: 900;font-family: 'Font Awesome 5 Free';position: absolute;right: -15px;font-size: 16px;color: #303f9f;}

.det-faq .read-more.js-read-more.is-expanded + span > a::before {
    content: "\f0d8";
    font-weight: 900;
}

.our-faq {
    background: #f8f7fc;
    padding-top: 0;
    overflow: hidden;
}




.info-faq {
    background: #fff;
    padding: 80px 0;
    border-radius: 60px  5px 5px 5px;
    box-shadow: 0 5px 15px #0000001f;
    margin-top: 90px;
    position: relative;
}

.info-faq::before {
    content: "";
    background: url(../images/down.png) no-repeat;
    max-width: 36px;
    width: 100%;
    height: 93px;
    position: absolute;
    background-size: 100%;
    left: -80px;
    top: -2px;
    z-index: -1;
}

.info-faq::after {
    content: "";
    position: absolute;
    background: url(../images/bg5.png) no-repeat;
    max-width: 344px;
    height: 339px;
    width: 100%;
    background-size: 100%;
    right: -200px;
    top: 50px;
    /* z-index: -1; */
}

.info-faq .row::before{
    content: "";
    background: url(../images/bg16.png) no-repeat;
    max-width: 471px;
    width: 100%;
    height: 266px;
    position: absolute;
    background-size: 100%;
    right: 120px;
    top: -220px;
    z-index: -1;
}

.det-faq:last-child {
    margin-bottom: 0;
}


.our-faq::before{
    content: "";
    background: url(../images/bg7.png) no-repeat;
    max-width: 434px;
    width: 100%;
    height: 406px;
    position: absolute;
    background-size: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0.8;
    background-position: bottom;
}


.faq-banner{
    background: url("../images/faq-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 860px;
    background-position: 40%;
    overflow: hidden;
    background-color: #f8f7fc;
}

.package-banner + .our-pricing {
    padding-top: 0;
}

.package-banner + .our-pricing::before,.package-banner + .our-pricing::after {
    display: none;
}


.combo-banner + .our-pricing {
    padding-top: 0;
}

.combo-banner + .our-pricing::before,.combo-banner + .our-pricing::after {
    display: none;
}


.combo-banner{
    background: url("../images/combo-banner.png") no-repeat;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    margin-top: -92px;
    padding-top: 200px;
    height: 900px;
    background-position: 40%;
    overflow: hidden;
    background-color: #f8f7fc;
}

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

.combo-banner .img-pack img{
    max-width: 100%;
}


.combo-detail2 {
    width: 100%;
}

.combo2 .info-combo::before {
    max-width: 112%;
    width: 112%;
    height: 320px;
    bottom: 20px;
}

.combo2 .info-combo {
    margin-top: 100px;
    padding: 0px 60px 40px;
}

.combo2 .info-comb h4 {
    font-size: 63px;
}

.combo2 .info-comb h4 > span {
    font-size: 40px;
    line-height: 37px;
}

.combo2 .info-comb h4 + p::before {
    background: #2e036b;
    transform: skewX(-20deg);
    max-width: 70%;
    left: -100px;
}

.combo2 .info-comb h4 + p {
    margin-bottom: 32px;
}

.combo2 .combo-price {
    margin-left: -90px;
}

.combo2 .combo-price h3 {
    font-size: 123px;
    text-align: center;
    position: relative;
    left: 50px;
    line-height: 112px;
}

.combo2 .combo-price h3 > span {
    font-size: 46px;
}

.combo2 .combo-price h5 {
    font-size: 26px;
    position: relative;
    right: 80px;
}

.combo2 .combo-price .btn {
    margin-left: -20px;
}

.combo2{
    background: url(../images/bg-combo2.png) no-repeat;
    background-color: #f8f7fd;
    max-width: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50% bottom;
    padding-top: 100px;
     padding-bottom: 11px;
}
.combo2 .img-all {
    left: 20px;
}

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

.modal-body {
    padding: 0;
}

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

.popup-content {
    display: inline-block;
    width: 970px;
    margin-left: -390px;
    padding: 23px 70px 40px 430px;
    background: #fff;
    height: 100%;
    vertical-align: bottom;
    position: relative;
    margin-right: 20px;
}

.popup-content h4 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.popup-content * {
    font-family: 'Poppins' , sans-serif;
}

.popup-content h3 {
    font-size: 36px;
    color: #45177f;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px;
}

.popup-content h3 > span {
    font-weight: 700;
    color: #e421a0;
    background: #ffdb2f;
    padding: 0 5px;
    display: inline-block;
}

.popup-content .form-control {
    margin-bottom: 15px;
    border-radius: 16px;
    padding: 13px 16px;
    font-size: 14px;
}

.popup-content ::placeholder {
    color: #313131;
}

.popup-content .btn {
    width: 100%;
    border-radius: 20px;
}

.popup-content .btn + img {
    display: none;
}

.popup-content::before {content: "";background: rgb(153,112,188);background: linear-gradient(90deg, rgba(153,112,188,1) 0%, rgba(217,22,144,1) 100%);width: 60%;height: 12px;position: absolute;top: -20px;right: -20px;}

.popup-content::after {
    content: "";
    background: rgb(217,22,144);
    background: linear-gradient(180deg, rgba(217,22,144,1) 0%, rgba(153,112,188,1) 100%);
    width: 12px;
    height: 100%;
    position: absolute;
    right: -20px;
    top: -20px;
}

.fancybox-slide--html .fancybox-close-small {
    background: #ec4924;
    opacity: 1;
    top: 9px;
    right: 30px;
    border-radius: 4px;
    padding: 5px;
    width: 30px;
    height: 30px;
}

.fancybox-button svg {
    color: #fff;
}

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

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

.our-pricing .nav-tabs::before,.our-pricing .nav-tabs::after {content: "";width: 30%;height: 5px;position: absolute;background: #3f3694;top: 0;left: -10%;}

.our-pricing .nav-tabs::after {
    left: inherit;
    right: -10%;
    bottom: 0;
    top: inherit;
    background: #b63098;
}
footer .col-md-6.align-right {
    text-align: right;
}
footer ul.term-links {
    position: relative;
    top: -4px;
}


.ftr-social li i {
    position: absolute;
    left: 0;
    top: 1px;
}

.pack-inn {
    padding: 40px 12px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px #0000000d;
    position: relative;
    z-index: 1;
    transition: .5s all;
    margin-bottom: 30px;
    text-align: center;
}

.pack-header h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 25px;
    transition: .5s all;
}

.pack-price h4 {
    font-size: 71px;
    line-height: 65px;
    letter-spacing: -3px;
    margin-bottom: 0;
    position: relative;
    transition: .5s all;
}

.pack-price h4 > sup {
    font-size: 55px;
    position: relative;
    top: 0;
    transition: .5s all;
}

.pack-inn * {font-family: 'Poppins', sans-serif;}

.pack-price h4 > span {
    font-size: 26px;
    position: relative;
    line-height: 32px;
    display: table;
    letter-spacing: -1px;
    transition: .5s all;
    margin: auto;
}

.pack-price h4 > span::before,.pack-price h4 > span::after {
    position: absolute;
    content: "";
    background: #f45051;
    width: 100%;
    height: 1px;
    transform: rotate(15deg);
    top: 14px;
    left: 2px;
    transition: .5s all;
}

.pack-price h4 > span::after {
    transform: rotate(
-15deg);
}

.pack-price h4 > span > sub {display: none;}



.pack-list.pack-ul ul {
    margin: 30px 0;
    height: 180px;
}

.pack-list.pack-ul ul li {
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
    transition: .5s all;
}

.pack-lbtn {
    display: none;
}

.pack-btn ul li:last-child {
    display: none;
}

.pack-btn ul li a {
    border-radius: 50px;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-transform: capitalize;
    padding: 10px 15px;
    transition: .5s all;
    background: #ffda00;
    color: #000 !important;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 5px 15px #0000002e;
    border: 1px solid transparent;
}

.pack-tag {
    background: #ffda02;
    border-radius: 50px;
}

.pack-tag p {
    padding: 5px 0;
    font-size: 16px;
    color: #000 !important;
}

.pack-inn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #eaeaea;
    border-radius: 20px;
    transition: .5s all;
    z-index: -1;
}

.pack-inn:hover {
    background: #f45051;
}

.pack-inn:hover * {
    color: #fff;
}

.pack-tag p > strong {
    color: #000 !important;
}

.pack-inn:hover .pack-price h4 > span::before,.pack-inn:hover .pack-price h4 > span::after {background: #fff;}

.pack-inn:hover .pack-list.pack-ul ul li {
    color: #fff;
}

.pack-inn:hover::before {
    border-color: #ffda00;
    transform: translate(8px, 8px);
}

i.bestseller {
    display: none;
}


.pack-inn:hover .pack-price h4::before, .pack-inn:hover .pack-price h4::after {
    opacity:1;
}
.popup-content textarea.required.form-control {
    height: 100px;
    border-radius: 10px;
}
.pack-price h4::before,.pack-price h4::after {
    background: #fff;
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    left: 15px;
    top: 35%;
    opacity: 0;
    transition: .5s all;
}

.pack-price h4::after {
    right: 15px;
    left: inherit;
}

.social {
    display: none;
}




.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/thanks-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;

}
.info-ser li {
    padding: 0 0;
    position: relative;
    padding-left: 28px;
    margin-bottom: 25px;
    font-size: 15px;
}

.info-ser li:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 3px solid #613df7;
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 5px;
}

section.our-service h6 {
    line-height: 1.5;
}

.services-sec .info-quality {
    margin-bottom: 25px;
    border-radius: 0px 0px 50px 0 !important;
    padding: 15px 30px;
    min-height: 110px;
}
.services-sec .info-quality  a {
    color: #000 !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}
section.services-we-do {
    padding-top: 60px;
}

section.services-we-do > .container > h2 , section.services-we-do > .container > p {
    text-align: center;
    max-width: 100%;
}
section.services-we-do > .container >  h2:before {left: 0;right: 0;margin: auto;}

.services-we-do h5 {
    margin-bottom: 20px;
}
section.services-we-do > .container > .row {
    padding-top: 30px;
    padding-bottom: 30px;
}

section.services-we-do .img-what img {
    max-width: 100%;
}
.services-we-do ~ .our-faq {
    padding-top: 60px;
}
.services-list-sec .row:first-child {
    align-items: center;
}

.services-list-sec h2 {
    margin-bottom: 30px;
}

.services-list-sec h6 {
    margin-bottom: 30px;
}

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

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


.thankyou_sec {
    padding: 0px;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.main-thankyou {
    text-align: center;
}

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    color: #15b8cb;
}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.start_live_chat {
    font-size: 20px;
    background-color: #16171a;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0 0;
    color: white !important;
    text-decoration: none;
    border-radius: 50px;
    line-height: 16px;
}
