@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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.jfif) 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;}




img.main-pg-logo {
    max-width: 180px;
}


.banner-left h1 {color: #fff;font-weight: 700;font-size: 60px;text-transform: uppercase;line-height: 53px;}

.banner .banner-content .row {
    align-items: center;
}

.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: 'Poppins', sans-serif;
}
h6{
    font-family: 'Poppins', sans-serif;
}
p {
    
    font-family: 'Poppins', sans-serif;
}

img{
    max-width: 100%;
}

html{
    scroll-behavior: smooth;
}

header {
     padding: 20px 0; 
    position: absolute;
    z-index: 2;
    width: 100%;
    /*padding: 0 20px;*/
}

span {
    vertical-align: baseline;
}

header .row {
    align-items: center;
}

header ul li {
    display: inline-block;
    padding: 0 2px;
    position: relative;
    z-index: 1;
    transition: .5s all;
}

.nav-link {
    padding: 0;
}

.bnr-form-img {
    position: absolute;
    bottom: -50px;
    right: -258px;
    z-index: -1;
}

.navbar-brand img {
    width: 185px;
}

header ul li a {
    color: #ffffff !important;
    font-weight: 500;
    transition: .5s all;
    font-size: 20px;
}

.btn {
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .5s all;
    border-radius: 50px;
    background: #000;
    box-shadow: none;
    border: 1px solid #fff;
    color: #fff;
}

.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;
    font-weight: 700;
    transition: .5s all;
    text-transform: uppercase;
    padding: 20px 0;
}

.head-menu ul li a:hover {
    color: #f7c64a !important;
}

.head-menu {
    background: #090b2a;
    padding: 0px 0 0px;
    z-index: 4;
    position: sticky;
    top: 0;
}

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: -59px;
    left: -20px;
    z-index: -1;
}

.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: #e75a12;
    color: #fff !important;
    border: 0;
}



.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;
    margin: auto;
}


.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: 0; */
    /* 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%;
}


.our-system .row {
    align-items: center;
}

.info-text {
    margin-bottom: 20px;
}

h2 {
    font-size: 50px;
    color: #262627;
    font-weight: 600;
    line-height: 55px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/*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.jfif") 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 {width: 50px;height: 56px;position: relative;display: inline-block;margin-right: 15px;vertical-align: middle;}




.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;
    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;
}




/*.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 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, rgba(102,24,218,1) 0%, rgba(186,49,156,1) 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; */
}



.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 .btn {
    margin-top: 70px;
}

.cta{
    background: url("../images/bg-cta.jpg.jfif") no-repeat;
    max-width: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: 50%;
    padding: 50px 0;
}
.cta .row {
    align-items: center;
}

.cta h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    
    position: relative;
    z-index: 1;
}

.cta-home-txt p {
    font-size: 20px;
    color: #fff;
}


.cta ul li:first-child a {margin-right: 35px;}

.cta ul li a {
    color: #fff;
    font-size: 20px;
}

.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: 0;
    margin-bottom: 0;
}

.cta ul {
    display: inline-block;
    margin-right: 0;
}

.cta ul li:last-child {
    margin-bottom: 0;
}

.img-cta {
    /* position: absolute; */
    /* bottom: 0; */
    /* 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: 10px;
    min-height: 230px;
    overflow-x: hidden;
    height: 200px;
}

.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: 17em 0 20px 0;
    position: relative;
    background: url("../images/foot-bg.jpg") no-repeat;
    max-width: 100%;
    width: 100%;
    background-size: cover;
    height: auto;
    margin-top: -185px;
}

.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 15px;
    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;
    max-width: 150px;
}

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: 100%;
}


.img-up {
    position: absolute;
    bottom: 15px;
    right: -60px;
}

.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;
    box-shadow: 0 5px 15px #00000014;
}

.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.jfif") 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-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::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: 40px 0 20px;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 #e75a12;
    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;
}



.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;
}


.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 .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 .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: auto;
    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: 15px;
    color: #000;
    margin-bottom: 5px;
    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: #e75a12;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 5px 15px #0000002e;
    border: 1px solid transparent;
}

.pack-tag {
    background: #ff790c;
    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: #e75a12;
}

.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: #ff790c;
    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;
}


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;

}

/* blog Css Start  */
.main_blog {
  padding: 50px 0 100px;
}

.blog_text {
  border: 6px solid #f1f2ea;
  padding: 10px;
}

.blog_text img {
    width: 100%;
    height: 217px;
    object-fit: cover;
}

.blog_text:hover {
  border: 6px solid #fed92f;
  transition: all ease-in-out 0.6s;
}

.blog_text a img {
  width: 100%;
}

.blog_text h2 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  margin: 10px 0 10px;
}
.blog_text h2:before {
    display: none;
}

.blog_text span {
  color: #6e6e6e;
  font-size: 12px;
  margin: 0 0 10px;
  display: block;
}

.blog_text span a small {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.blog_text span i {
  margin: 0 0 0px 20px;
}

/* blog Css End  */

/* Blog Page Start */
.blog_content h1 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  margin: 10px 0 10px;
  text-align: center;
}

.blog_content p span {
  font-weight: bold;
}

.blog_content h2 {
  font-size: 22px;
  line-height: 35px;
  color: #000;
  font-weight: 500;
  margin: 10px 0 10px;
}

.blog_content img {
  width: 100%;
  margin: 20px auto 30px;
  display: table;
}

.blog_content p {
  color: #7c7c82;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.blog_form {
  background: #ffff;
  box-shadow: 1px 4px 13px -5px rgb(0 0 0 / 28%);
  border-radius: 15px;
  padding: 0px 20px 50px;
}

.blog_form a img {
  width: 100%;
  margin: 0 auto;
  display: table;
}

.blog_form span img {
  width: 45%;
  margin: -10px 20px 0 0;
}

.blog_form h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  margin: 30px 0 30px;
  position: relative;
}

.blog_form span {
  font-size: 17px;
  line-height: 20px;
  margin: 30px 0 0;
  display: block;
}

.blog_form span {
  font-size: 17px;
  line-height: 20px;
  margin: 40px 0 20px 0;
  display: block;
}

.blog_form small {
  font-size: 18px;
  line-height: 22px;
}

.blog_form ul li a {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 15px;
  display: block;
}

.blog_form input {
  width: 60%;
  float: left;
}

.blog_form button {
  background: linear-gradient(90deg, hwb(21deg 15% 7%) 0%, rgba(236, 58, 37, 1) 100%) !important;
  width: 40%;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 210px;
  border: 1px solid #ec3f25;
  border-radius: 10px;
}
.centerCol {
  float: none;
  margin: 0 auto;
}

/* Blog Page End */


.centerCol{
    float:none;
    margin:0 auto;
}
.blog_con h1 {
    font-size: 63px;
    font-weight: 700;
    color: #ffda2f;
    line-height: 70px;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
    text-align: center;
}

.blog_con p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.main_blog .blog_content ul {
    list-style-type: disc;
    padding-left: 15px;
}
.main_blog .blog_content ul li {
    color: #7c7c82;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}























.banner {
    position: relative
}

span.num {
    display: none !important
}

.banner .banner-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: #ffffff !important;
}

.banner img {
    width: 86%;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .banner-content {
    padding: 0px 0 80px;
    /* background: rgba(28, 25, 36, 0.75); */
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 360px;
    color: #fff;
    display: flex;
    align-items: center
}

.service {
    margin: 30px auto 10px;
    width: 170px;
    text-align: center;
    padding: .845rem
}

.service p {
    font-size: 14px;
    margin: 0
}

.service.IS {
    background: #e9ffff;
    color: #f36256
}

.service.resp {
    background: #f5faeb;
    color: #004db3
}

.service.uiux {
    background: #d1f2f6;
    color: #004db3
}

.banner-content .sprite,
.banner-content .sprite_1 {
    margin-bottom: 10px
}

/*.slider .banner-content img {
    width: 125%;
    position: absolute;
    left: -10%;
    max-width: min-content;
    top: calc(25% - 50%);
}*/

.slider .banner {
    /* height: 100vh; */
    padding: 150px 0 0;
}
section.main-banner {
    padding: 0;
    overflow: hidden;
}

.brand h2{
    font-size: 48px;
    font-weight: bold;
    color: #101010;
    text-transform: uppercase;
    line-height: 65px;
    margin-bottom: 0;
}

.brand h1 {
    font-size: 83px;
    margin: 0;
    margin-left: -5px;
    font-weight: 700;
    line-height: 90px;
    color: #101010;
}
.brand h3{
    font-size: 35px;
    margin: 0;
    font-weight: 400;
    line-height: 70px;
    position: relative;
    color: #101010;
}


.brand h2:before {
    display: none;
}

.banner .banner-content p {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 30px;
    color: #101010;
}

img.bnr-rating-img {
    width: auto;
    margin-top: 30px;
}

.brand h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #101010;
    width: 10%;
    height: 5px;
}



.index header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 0.6rem;
    font-size: 14px;
}

.navbar-expand-md .navbar-nav .nav-link span {
    display: block;
}

.info-text h2 {
    font-size: 35px;
    color: #000;
    text-align: left;
    line-height: 42px;
    margin-bottom: 0;
}

.info-system {
    padding-left: 40px;
}


.our-system .title{
        position: absolute;
    left: -31.57%;
    top: 50%;
    transform: rotate(-90deg) translate(13%,100%);
    color: #e7e7e7;
    font-size: 5.93rem;
    z-index: 0;
    height: 110px;
    overflow: hidden;
}


.about-sec-home {
    background: url(../images/habout-side-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-sec-home h2 {
    font-size: 35px;
    color: #000;
    text-align: left;
    line-height: 42px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.about-sec-home .row {
    display: flex;
    align-items: center;
}

.about-sec-home ul.arrow-list {
    display: flex;
    flex-wrap: wrap;
}

.about-sec-home ul.arrow-list li {
    width: 50%;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

.about-sec-home ul.arrow-list li i {
    color: #e75a12;
}



.tab-pill {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 0;
}


.tab-pill li {
    text-align: center;
    margin: 5px 10px;
    min-width: 9rem;
    white-space: nowrap;
    font-size: 14px;
    width: auto;
    cursor: pointer;
    transition: .15s all linear
}

.tab-pill li a.active,
.tab-pill li a:hover {
    background: #e75a12;
    color: #fff;
    border-color: #e75a12
}

.tab-pill li.active a.active,
.tab-pill li:hover a {
    color: #fff;
    text-decoration: none
}

.tab-pill li a {
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 7px 30px;
    border: 1px solid #fff;
    border-radius: 25px
}

.workList {
    list-style: none;
    padding: 0;
    margin: 0 -7px;
    display: flex;
    flex-wrap: wrap
}

.workList li {
    padding: 7px;
    width: 25%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    text-align: center;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center
}

.workList li img {
    width: 100%;
    transition: .15s transform;
    transform: scale(1);
    margin: 0 auto;
    max-width: 100%;
    height: 343px;
    object-fit: cover;
}

.workList li:hover img {
    transform: scale(1.2)
}
iv#pk7 .workList li img {
    height: auto;
}

.workList li a {
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    font-size: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    background: 0;
    transition: .15s all linear
}

.workList li:hover a {
    background: rgb(33 49 94 / 50%);
    color: #fff
}

.tab-content {
    display: none
}

.middle-nav+.tab-content {
    display: block;
    background: #fff
}

.tab-content.current {
    display: block
}

.tabs {
    list-style: none;
    margin: 30px 0 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 96%;
    flex-wrap: wrap
}

.tabs li {
    margin: 5px 10px;
    padding: 7px 30px;
    border: 1px solid #d8d8d8;
    color: #e75a12;
    border-radius: 25px;
    min-width: 9rem;
    white-space: nowrap;
    font-size: 14px;
    width: auto;
    cursor: pointer;
    transition: .15s all linear
}

.tabs li.current,
.tabs li:hover {
    background: #e75a12;
    color: #fff;
    border-color: #e75a12
}



section.pg.glimpse h2 {
    font-size: 45px;
    font-weight: bold;
}

section.pg.glimpse {
    background: url(../images/hportfolio-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}


section.pg.glimpse .port-title{
    position: absolute;
    right: 16%;
    top: auto;
    bottom: 0;
    transform: rotate(-90deg) translate(13%,100%);
    color: #e7e7e7;
    font-size: 5.93rem;
    z-index: 0;
    height: 350px;
    overflow: hidden;
    font-size: 80px;
}


ul.cta-li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.cta ul li:first-child a i {
    transform: rotate(90deg);
}

.cta ul li a i {
    color: #e75a12;
}

.img-cta img {
    width: 121%;
    max-width: fit-content;
}



section.ourpricing.center {
  
    width: 100%;
   
}

section.ourpricing h2 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

section.ourpricing h2 + p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 25px;
}



.ourpricing  ul.nav.nav-tabs {justify-content: center;border: none;margin-bottom: 4em;}

.ourpricing ul.nav.nav-tabs li {
    margin: 0 10px;
}

.ourpricing ul.nav.nav-tabs li>a {
    font-size: 17px;
    font-weight: 500;
    color: #080025;
}

.ourpricing ul.nav.nav-tabs a {
    padding: 12px 30px;
    display: inline-block;
    border-radius: 30px;
}

.ourpricing ul.nav.nav-tabs a:hover, .ourpricing ul.nav.nav-tabs a:focus, .ourpricing ul.nav.nav-tabs a:active{}

.ourpricing ul.nav.nav-tabs li a.active
 {
    background: #e50000;
    color: #fff;
    text-decoration: none;
}


.ourpricing ul.nav.nav-tabs {
    display: table;
    margin: 40px auto;
    border: 0;
}

.ourpricing .nav li a.active {
    border: 0 !important;
    background-color: #e75a12;
    color: #fff;
}

.ourpricing .nav li a {
    padding: 13px 40px;
    /* background-color: #080125; */
    /* color: #fff; */
    border: 0 !important;
    color: #fff;
}

.ourpricing ul.nav.nav-tabs li {
    border: 0 !important;
    margin: 0 7px;
    float: left;
}

.ourpricing .nav li a:hover {
/*    background-color: #e21b2a !important; */
text-decoration:none;
}

.packagebox {
    padding: 30px 20px;
    /* border: 2px solid #f8cf0c; */
    border-radius: 12px;
    /* box-shadow: 0px 11px 16px #dedede; */
    margin-bottom: 20px;
    transition: 0.3s linear 0s;
    background: #fff;
}

.ourpricing .item {
    margin: 0;
    text-align: left;
}

.ourpricing .item h6 {
    font-weight: 600;
    color: #011023;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom:10px;
}

.ourpricing .item h5 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.ourpricing .item h4 {
    color: #d32c44;
    font-size: 30px;
    font-weight: 400;
}

.ourpricing .item h4 small {
    /* color: #000; */
    font-size: inherit;
    position: relative;
    top: 0;
    font-weight: 600;
    vertical-align: baseline;
    font-size: 30px;
}

.ourpricing .item h4 span {
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: block;
    width: auto;
    text-decoration: line-through;
}

.ourpricing .item h4 span:after {/* content: ""; */width: 20px;height: 1px;position: absolute;background-color: #e50000;top: 10px;right: -5px;transform: rotate(-15deg);}




.packtop {
    text-align: left;
}

.packmid li {
    clear: both;
    padding-left: 23px;
    font-size: 16px;
    color: #282828;
    position: relative;
    font-weight: 500;
    line-height: 30px;
}

.packmid ul.qua-list {
    margin-bottom: 20px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.packmid a.button.get_a_quote {
    padding: 12px 40px;
    display: table;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    background: #e75a12;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
}
.packmid li i {
    color: #e75a12;
}

.packagebox:hover i {
    color: #080025;
}
/*.packmid li:before {content: "\f00c";font-family: 'FontAwesome';position: absolute;left: 0;color: #f8cf0c;}*/

.packmid li strong {
    color: #e50000;
    font-weight: 600;
}


.ourpricing .item:hover , .ourpricing .item:focus , .ourpricing .item:active {
}

.ourpricing .item:hover  .packagebox, .ourpricing .item:focus  .packagebox, .ourpricing .item:active .packagebox {
    /* background: #080025; */
    color: #fff;
    border-color: #080025;
}

.ourpricing .item:hover .packagebox  li, .ourpricing .item:focus .packagebox  li, .ourpricing .item:active .packagebox li {
    color: #080025;
}

.ourpricing .item:hover .packagebox h6 , .ourpricing .item:hover .packagebox h5 {
    /* color: #fff; */
}

.ourpricing .item:hover .packagebox h4, .ourpricing .item:hover .packagebox h4 {
    /* color: #f8cf0c; */
}

.packtop p {
    color: #000;
}

.packagebox:hover .packtop p {
    color: #000000;
}

.packagebox:hover a.button.get_a_quote.various {
    background: #080025;
}

.packagebox p {
    display: none;
}



/*Globally Section Begin*/

.globally_cilent_sec h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.globally_cilent_sec p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    width: 95%;
    margin-bottom: 20px;
}

.developing_sec_tab h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.developing_sec_tab h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.developing_sec_tab p {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #000;
}

.developing_sec_tab_list ul li {
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 17px;
}

.developing_sec_tab_list ul {
    width: 49%;
    display: inline-block;
}

.developing_sec_tab_list ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #c2438f;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50px;}

.developing_sec_tab_list {
    padding-bottom: 20px;
}
.rating-div h2 {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

.rating-div ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rating-div ul li {
    width: 25%;
    border-right: 1px solid #dedede;
}

.rating-div ul li h4 {
    font-size: 50px;
}

.rating-div ul li span {
    font-size: 16px;
    text-transform: uppercase;
}

section.globally_sec_main.pd-70 {
    /*background: url(../images/globall-bg.jpg);*/
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.bg-black {
    background: #00164e;
    color: #fff
}


.bestPk {
    list-style: none;
    margin: 0 -30px;
    padding: 0;
    display: flex;
    column-gap: 40px;
}

.bestPk li {
    display: flex;
    align-items: center;
    padding: 0px 30px;
    border-right: 1px solid #f69d74
}

.bestPk li h5 {
    font-size: 1.1rem;
    margin: 0
}

.bestPk li h5 span {
    font-size: 1.55rem;
    font-weight: 700;
    display: block
}

.bestPk li .sprite {
    margin-right: 10px
}

.bestPk li p {
    color: #ffffff;
    font-size: .9rem;
    margin: 0
}

.bestPk li p a,
.bestPk li p strong {
    font-weight: 700;
    display: block;
    font-size: 20px;
    line-height: 1.2;
    text-decoration: none;
    color: #ffffff;
}

.bestPk li:first-child,
.bestPk li:last-child {
    border-right: 0
}
/*Globally Section End*/




section.cform-section {
    background: url('../images/frmbg.jpg') no-repeat scroll center top #0d0065;
    background-size: cover;
    padding: 6em 0 12em;
    color: #fff;
    text-align: center;
}
section.cnt_hide {
    padding-top: 0;
}
section.cform-section form ul li {
    display: block;
    width: 100%;
    margin: 0;
    float: left;
    padding: 0;
    margin-bottom: 15px;
}

section.cform-section form {
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}
.cform_lt .btn-primary {
    width: 100%;
    border-radius: 40px;
}
.cform_lt .form-control {
    font-size: 13px;
    height: 40px;
}
.cform_lt  textarea.form-control {
    min-height: 96px;
}
section.cform-section form ul li select ,
section.cform-section form ul li input {
    padding: 10px 20px;
    width: 100%;
    border-radius: 3px;
    border: none;
    background: #ffffff;
    border: 1px solid #fff;
    outline: none;
    font-size: 14px;
    height: 48px;
}

section.cform-section form ul li.full-li {
    width: 100%;
}

section.cform-section form ul li textarea {
    padding: 10px 12px;
    width: 100%;
    border-radius: 3px;
    border: none;
    background: none;
    border: 1px solid #fff;
    min-height: 110px;
    margin-top: 0;
    outline: none;
    font-size: 14px;
    background: #fff;
}

section.cform-section form ul li input[type="submit"] {
    border: none;
    box-shadow: none;
    padding: 10px 40px;
    font-weight: 600;
    color: #0b0f33;
    text-transform: capitalize;
    font-size: 17px;
    background: #f8cf0c;
    margin-top: 0;
    border-radius: 30px;
    max-width: fit-content;
}

section.cform-section form ul li textarea::-webkit-input-placeholder, section.cform-section form ul li input::-webkit-input-placeholder {color: #000; }

section.cform-section h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 40px;
}
section.cform-section h2+p {
    padding: 0;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: normal;
    color: #fff;
    margin-top: 15px;
    margin: 35px auto;
}

section.cform-section h2 span {
    display: block;
    /* font-size: 24px; */
    color: #fff;
}

section.orcta_bg {
    position: relative;
    margin: -165px 0 -109px;
}

section.orcta_bg .or_cta {
    background: #ff790c;
    color: #fff;
    padding: 40px;
    border-radius: 130px;
}

section.orcta_bg .or_cta ul {
    display: flex;
    justify-content: center;
    color: #fff;
}

section.orcta_bg .or_cta ul li {
    margin: 0;
    text-align: center;
    padding: 10px 50px;
    border-right: 1px solid rgb(255 255 255 / 30%);
}

section.orcta_bg .or_cta ul li a span {
    font-size: 26px;
    display: block;
    margin: 20px 0 10px;
    font-weight: 500;
}

section.orcta_bg .or_cta ul li a {
    color: #fff;
}

section.orcta_bg .or_cta ul li a i.fa {
    font-size: 32px;
}

section.orcta_bg .or_cta ul li:last-child {
    border-right: none;
}


section.orcta_bg .row {
    justify-content: center;
}

section{
    overflow: hidden;
}

.rating-div ul li:last-child {
    border: 0;
}





/* width */
.packmid ul.qua-list::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.packmid ul.qua-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.packmid ul.qua-list::-webkit-scrollbar-thumb {
  background: #e75a12; 
  border-radius: 10px;
}

/* Handle on hover */
.packmid ul.qua-list::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}








.inner-banner .form-st form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
}

.inner-banner .form-st {
    background: #fff;
    border-radius: 5px;
    padding: 0px 0px 25px;
    width: auto;
    /* display: table; */
    margin: 25px 0 0 25px;
    margin-left: 22%;
    position: relative;
}

.inner-banner .form-st .form-div input,
.inner-banner .form-st .form-div {
    width: 100%;
}

.inner-banner .form-st .form-div input, .inner-banner .form-st .form-div textarea {
    background: #f4f4f4;
    padding: 15px 20px;
    border-radius: 40px;
    color: #000;
    font-size: 16px;
    width: 100%;
    resize: none;
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
}

.inner-banner .form-st .form-div {
    margin: 0 10px;
}

.inner-banner .form-st .form-div input::placeholder, .inner-banner .form-st .form-div input::textarea {
    color: #cac6c6;
}

.form-div-btn input {
    padding: 10px 20px;
    border: 0;
    color: #000;
    font-size: 20px;
    line-height: normal;
    background: transparent;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.form-div-btn input:hover {
    background: #f86061;
    color: #fff;
}
.form-div-btn .fa-arrow-right {
    position: absolute;
    top: 18px;
    right: 15px;
    color: #fff;
    transition-duration: 1s;
    display: none;
}

.form-div-btn {
    position: relative;
}

.form-div-btn:hover .fa-arrow-right {
    right: -15px;
}

















/*branding-page*/
.inner-banner .row {
    align-items: center;
}

.inner-banner {
    height: 680px;
    padding: 130px 0 50px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.branding-banner {
    background: url(../images/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.bnr-txt h2 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 50px;
    position: relative;
    text-transform: uppercase;
}

.bnr-txt p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.bnr-txt h2:before {
    content: '';
    background: #fff;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 150px;
    height: 3px;
}

.form-dis-txt {
    background: #e75a12;
}

.form-dis-txt h2 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.bnr-form-txt p {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

.bnr-form-txt h3 {
    font-size: 27px;
    font-weight: bold;
    color: #ec2c24;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 8px;
}

.form-div-btn {
    width: 1000%;
    border-radius: 23px;
    background-image: -moz-linear-gradient( 95deg, rgb(21,103,158) 0%, rgb(0,83,181) 0%, rgb(255,230,0) 0%, rgb(255,194,0) 100%);
    background-image: -webkit-linear-gradient( 95deg, rgb(21,103,158) 0%, rgb(0,83,181) 0%, rgb(255,230,0) 0%, rgb(255,194,0) 100%);
    background-image: -ms-linear-gradient( 95deg, rgb(21,103,158) 0%, rgb(0,83,181) 0%, rgb(255,230,0) 0%, rgb(255,194,0) 100%);
}

.inner-banner .form-st .form-div textarea {
    height: 110px;
    border-radius: 20px;
}

.inner-banner .form-st .form-div ::placeholder {
    color: #000;
}
.inr-banner-btn-st .chat {
    margin-left: 10px;
}

.why-choose-brand li i {
    color: #e75a12;
}
.why-choose-brand .title {
    margin: 0;
    left: -22.57%;
    font-size: 4.53rem;
    text-transform: uppercase;
}

.brand-rating-sesc {
    background: url(../images/rating-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.brand-rating-sesc ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.brand-rating-sesc ul li {
    width: 20%;
    text-align: center;
}

.brand-rating-sesc ul li h4 {
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0 0;
    color: #fff;
}


.solution-main-div ul {
    display: flex;
    flex-wrap: wrap;
}

.solution-main-div ul li {
    width: 48%;
}

.sol-box {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
}

.sol-box h4 {
    color: #000000;
    font-weight: bold;
    position: relative;
    margin-top: 40px;
}

.sol-box h4 span {
    display: block;
    font-weight: 400;
}

.solution-main-div ul li:nth-child(odd) {
    margin-right: 20px;
}

.brand-sol-sec .row {
    display: flex;
    align-items: center;
}

.hd-txt h2 {
    font-size: 45px;
    font-weight: bold;
    color: #000;
}

.hd-txt h2 span {
    color: #e75a12;
}

.hd-txt p {
    color: #4f4f4f;
    margin-bottom: 25px;
}

.brand-sol-sec {
    background: url(../images/solution-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sol-box h4:before {
    content: '';
    background: #e75a12;
    width: 70px;
    height: 5px;
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    margin: auto;
}

.solution-main-div ul li:nth-child(3) .sol-box, .solution-main-div ul li:nth-child(4) .sol-box {
    margin-bottom: 0;
}

.sol-box:hover {
    background: #e75a12;
}

.sol-box:hover img {
    filter: invert(1);
}

.sol-box:hover h4 {
    color: #fff;
}



.process-inner-sec {background: url(../images/process-bg.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;}

.process-inner-sec .hd-txt {
    text-align: center;
}

.process-box-main-div ul {
    padding: 0;
    display: flex;
}

.process-box-main-div ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-box-main-div ul li {
    width: 24%;
    margin-right: 22px;
}

.proces-bx-inner {
    padding: 25px 20px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 65px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all .5s ease-in-out;
}

.process-box-main-div ul li:last-child {
    margin-right: 0;
}

.proces-bx-inner h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.proces-bx-inner span {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 25px;
    font-weight: bold;
    color: #a82824;
}

.proces-bx-inner p {
    font-size: 16px;
    margin: 0;
    min-height: 130px;
    overflow-x: hidden;
    height: 220px;
}

.process-inner-sec .hd-txt p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 35px;
}

.proces-bx-inner:hover {
    background: #e75a12;
}

.proces-bx-inner:hover span, .proces-bx-inner:hover h4, .proces-bx-inner:hover p {
    color: #fff;
}

.process-inner-btn {
    text-align: center;
    margin-top: 40px;
}
/*branding-page*/


/*digital-marketing-pg*/
.digital-markt-banner .inner-bnr-side-img img {
    width: 68% !important;
    max-width: fit-content;
    margin: 0 auto;
    display: table;
}
.digisolution-main-div-2 ul {
    display: flex;
}

.digisolution-main-div-2 ul li {
    width: 32.2%;
    margin-right: 14px !important;
}

.digisolution-main-div-2 ul li:last-child {
    margin-right: 0;
}

.digisolution-main-div-2 ul li:last-child {
    margin-right: 0 !important;
}

.digisolution-main-div-2 ul li .sol-box {
    margin-bottom: 0;
}
.digital-mrkt-bramd .various.btn-red {
    margin-bottom: 15px;
}
.digital-mrkt-bramd .sol-box:hover img {
    filter: none;
}

.digital-mrkt-icon-1 {
    position: absolute;
    left: -800px;
    top: -50px;
    right: auto;
}

.digital-mrkt-icon-2 {
    position: absolute;
    left: -801px;
    top: auto;
    bottom: 0;
}


.digital-mrkt-icon-3 {
    position: absolute;
    top: 0;
    left: -20px;
}

.digital-mrkt-icon-4 {
    position: absolute;
    bottom: 25px;
    left: -25px;
}

.digital-mrkt-icon-5 {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.digital-markt-banner .row {
    position: relative;
}


.digital-detail-bx h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 25px;
}

.digital-detail-bx {
    text-align: center;
    padding: 20px 15px;
    border-radius: 5px;
    background: #eaeaea;
}

.digital-detail-bx h3 {
    font-size: 40px;
    font-weight: bold;
    color: #e75a12;
}

.digital-detail-bx p {width: 100%;max-width: 100%;margin: 0;}
/*digital-marketing-pg*/


/*web-design*/


.web-design-banner {
    background: url(../images/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}


.web-development-banner {
    background: url(../images/web-development-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}


/*web-design*/


/*pricing-banner*/


.pricing-banner {
    background: url(../images/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.contact-us-banner {
    background: url(../images/contact/banner-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: max-content;
    padding: 150px 0 80px;
}

/*pricing-banner*/

section.brand-logos {
    padding: 0;
    box-shadow: 0 5px 15px #00000014;
    background: #fff;
}





/*about-pg*/

.abti-item {
    width: 48%;
    float: left;
}
.abti-inn {
    padding: 30px;
    background: #fff;
    border: 1px solid #d2dae9;
    width: 100%;
    margin-bottom: 2em;
    box-shadow: 0 10px 30px #d2dae9;
    border-radius: 8px;
}
.abti-header {
    width: 100%;
    margin-bottom: 15px;
}

span.abticon {
}
h4.abti-name {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.abti-inn p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    line-height: normal;
}

.abti-item:nth-of-type(2n+2) {
    float: right;
}

.abtm-left h2 {
    color: #fff;
    font-size: 36px;
}

.abtm-left p {
    color: #fff;
}

.abtmid-section .row {
    align-items: center;
}

.abs-text img {
    border-radius: 0 80px 0 80px;
}
.abti-item:nth-child(even) {
    position: relative;
    top: -30px;
}

.abti-item:nth-child(3) .abti-inn, .abti-item:nth-child(4) .abti-inn {
    margin-bottom: 0 !important;
}


section.trust-ep {
    clear: both;
    padding: 6em 0 4em 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

section.trust-ep h3 {
    font-size: 20px;
    text-transform: uppercase;
}

section.trust-ep p {
    font-size: 14px;
    margin-bottom: 0;
}

ul.review-counter {display: flex;margin-top: 70px;width: 100%;justify-content: space-around;}

.trus_icon {
    min-height: 100px;
}




/*about-pg*/


/*contact-pg*/
.contact-us-banner .row {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-us-banner .bnr-txt h2:before {
    left: 0;
    right: 0;
    margin: auto;
}

.contact-us-banner .bnr-txt p {
    margin: 0 auto;
}

section.cform-section.cntct-pg-form h2 span, section.cform-section.cntct-pg-form p {
    color: #000;
}

input#Last_Name {}

section.cform-section.cntct-pg-form input {
    border: 1px solid #d5cec6;
}

section.cform-section.cntct-pg-form {
    background: #fff;
    padding: 60px 0;
}

section.cform-section.cntct-pg-form #formsubmit_contact {
    background: #e75a12;
}
/*contact-pg*/




.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: none;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}






div#myTabContent {
    display: block;
}


.our-pricing .hd-txt {
    text-align: center;
}

.our-pricing .hd-txt p {
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.pack-inn:hover .pack-tag {
    background: #fff;
}

.pack-inn:hover .pack-btn a {
    background: #000;
}






section.cta-container {clear: both;padding: 50px 0;width: 100%;background: url(../images/ctabg.webp) no-repeat scroll center top #040556;background-size:cover;float: left;position: relative;}

.cta-container h3 {
    color: #fff;
    font-size: 36px;
    /* float: right; */
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
.cta-center {
    /* display: table; */
    /* margin: 0 auto; */
    /* text-align: center; */
    position: relative;
}

.cta-center ul {float: none;margin: 10px auto 0;/* display: table; */}
 
.contact-link li {
    margin-bottom: 0;
    display: inline-flex;
    margin-right: 10px;
}
section.cta-container p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
    margin-bottom: 0px;
}

section.cta-container .cta-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.cta-container .cta-center .btn-block {
    margin: 0;
}

section.rating-sec {
    display: none;
}



.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%;
}


nav.navbar.navbar-expand-md span {
    display: none;
}



.head-menu ul li a:hover {
    color: #e75a12 !important;
}

.head-menu ul li.active a {
    color: #e75a12 !important;
}

.banner .banner-content .btn-black:hover {
    background: #e75a12;
    color: #fff;
}



.inr-pg-logo{
    display: none;
}
.inner-page-header img.inr-pg-logo {
    display: block;
}
.inner-page-header img.main-pg-logo {
    display: none;
}


.social-icon-header {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 40px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon-header a {margin: 0 8px;background: #fff;/* display: flex; *//* align-items: center; *//* justify-content: center; */border-radius: 60%;}

.social-icon-header a i {
    width: 25px;
    height: 25px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e75a12;
}

.social-icon-header a:hover {
    background: #e75a12;
}

.social-icon-header a:hover i {
    color: #fff;
}


.inner-page-header img.inr-pg-logo {
    display: none;
}

.inner-page-header img.main-pg-logo {
    display: block;
}



.about-sec-hme .title {
    transform: rotate(0deg);
    top: -90px;
    padding: 40px 0;
    height: -webkit-fill-available;
    left: 0;
    font-size: 175px;
    font-weight: bold;
    background: -webkit-linear-gradient(#ebebeb9e, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-sec-hme {
    padding-top: 120px;
    position: relative;
}

section.orcta_bg .or_cta ul li {
    padding: 20px 20px;
}


a.btn.btn-black.chat {
    padding: 15px 60px;
}

.inner-page-header.privacy-sec img.main-pg-logo {
    filter: brightness(100);
}

/*section.banner-section.privacy-main-sec {
    padding: 120px 0;
}*/

























ul.sunMenu {position: absolute; width: 300px; top: 55px; background-color: #090b2a; padding: 10px 0; display: none;}
ul.sunMenu li {display: inline-block; width: 100%; text-align: left; }
ul.sunMenu li a {font-weight: 500; font-size: 13px; padding: 10px 10px; display: inline-block; }
.head-menu ul li:hover ul.sunMenu {display: block !important; }
.active {color: #e75a12 !important; }









.mobileApplication-banner{
    background-image: url(../../assets/images/mobileApplication-banner.jpg);
}

.digitalMarketing-banner{
    background-image: url(../../assets/images/digitalMarketing-banner.jpg);
}

.e-commerWebsite-banner{
    background-image: url(../../assets/images/e-commerWebsite-banner.jpg);
}

.videoAnimation-banner{
    background-image: url(../../assets/images/videoAnimation-banner.jpg);
}

.webDesign-banner{
    background-image: url(../../assets/images/webDesign-banner.jpg);
}


/*******APP POSRTFOLIO CSS*/
.banner-logo-inner-img img {width: 100%; }
.logo_portfolio_sec {padding: 60px 0 160px;position: relative;overflow: hidden;margin-bottom: 0px;}
.banner-logo-img {margin: 50px 0 0; }
.banner_main.banner_main_logo {padding: 120px 0 0; } 
.logo_pack_sec {float: left; width: 100%; margin: 60px 0 0px; }
.logo_packges_boxes {width: 100%; margin: 40px 0 0; display: flex; justify-content: center; }
.logo_packges_box {background-color: #fff; margin: 0 0 0; padding: 30px 0 40px; }
.logo_packges_box:hover {background-color: #fff; box-shadow: 0 20px 20px rgba(204, 204, 204, 0.32); margin: 0 0 0; }
.logo_packges_box_img {height: 65px; overflow: hidden; margin: 40px 0 0; }
.logo_packges_box_img img {margin: 0px auto 0px; display: table; }
.logo_packges_box:hover .logo_packges_box_img img {margin: -70px auto 0; }
.logo_packges_box h2 {text-align: center; font-size: 22px; color: #3b3b3b; font-family: 'Montserrat', sans-serif; padding-right: 0; margin-top: 0; }
.logo_packges_box:hover h2 {color: #008efd; }
.pack_btn {margin: auto; display: table; }
.pack_btn a {text-align: center; margin: auto; color: #008efd; font-family: 'Montserrat', sans-serif; font-size: 18px; }
.pack_btn a i {margin: 0px 0px 0; padding: 0px 0 0; position: relative; top: 2px; }
.app_portfolio_slider_bg {background-image: url(../../assets/images/mobile-bg.webp); background-size: contain; background-repeat: no-repeat; background-position: center; width: 23% !important; height: 145%; margin: 0px 0 0; padding: 0px 0px 0px 0px; position: absolute; left: 0; right: 0px; margin: auto; top: -106px; z-index: 1; padding: 0 0; }
.app_portfolio_sec {margin-top: 150px; position: relative; }
section.all_portfolio_sec:before {content: "";width: 100%;height: 100%;background-color: #dd1516;position: absolute;z-index: -1;top: 0;}
section.all_portfolio_sec img {width: 100%; padding: 0 22px; }
/*******APP POSRTFOLIO CSS*/


section.choose {padding: 50px 0 20px; }
section.choose .item .content h1 {color: #eeeeee; font-size: 100px; margin: 0; position: absolute; left: -100px; z-index: 9999; }
section.app_design {
    background-color: #f5f5f5;
    padding: 70px 0;
    margin: 0 0 0px;
}
.app_iconc_wrap img {width: 100%;background-color: #fff;padding: 50px;border-radius: 20px;margin-bottom: 10px;height: 160px;object-fit: contain;}
section.app_development .txt_with_icon {margin: 30px 0; }
section.app_development {padding: 70px 0; }
.all_portfolio_sec .slick-dots li button:before {font-size: 0px; width: 12px; height: 12px; content: ''; background-color: #fff; border-radius: 50%; }
.all_portfolio_sec   ul.slick-dots {bottom: -140px; z-index: 9999; }
section.app_development .txt_with_icon:last-child {margin-bottom: 0; }





.light h1,.light h2,.light h3,.light h4,.light h5,.light h6,.light a,.light p,.light i,.light span,.light li,.light{
  color: #fff;
}
.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6,.dark a,.dark p,.dark i,.dark span,.dark,.black{
  color: #000 !important;
}

a.active {
    color: #fff !important;
}



.branding-banner{background-image: url(../../assets/images/pricing-banner.png); background-repeat: no-repeat; background-size: cover; }


.printing-banner{background-image: url(../../assets/images/printing-banner.png); background-repeat: no-repeat; background-size: cover; }



.portfolio-banner{background-image: url(../../assets/images/portfolio-banner.png); background-repeat: no-repeat; background-size: cover; }



.icons_sec .col-lg:last-child .content {border: none; }
.icons_sec .col-lg .content {border-right: 1px solid #ccc; }
section.start {padding: 50px 0; }



 section.hosting_sec {margin-bottom: 0px; background: #f5f5f5;}



 section.domain_sec {
    padding: 70px 0;
    background-image: url(../../assets/images/domain-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}






section.professional {
    background-color: #e9e7e9;
    padding: 50px 0;
}
section.professional .pro_clm {
    background-color: #fff;
    padding: 30px;
}
section.professional .pro_clm img.ecom_icon {
    margin-bottom: 25px;
}




section.we_expert {
    padding: 50px 0;
}
section.we_expert .thumnail_slid {
    margin-bottom: 70px;
}
section.we_expert .thumnail_slid .item {
    background-color: #fff;
    margin: 0 10px;
    padding: 40px;
    cursor: pointer;
    transition: .5s;
    border-radius: 10px;
}
section.we_expert img.tab_img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
/*img.platform_img {
    width: 120%;
    margin-left: -21%;
}*/





.complete_brand {
    background-image: url(../images/complete-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 0px;
}

.complete_brand .content h5 {
    font-weight: 500;
    margin: 20px 0 10px;
    font-size: 18px;
    letter-spacing: .7px;
}


ul.fancy_list li {
    position: relative;
    padding-left: 18px;
    list-style: none;
    margin: 0 0 10px;
    font-size: 13.5px;
    font-weight: 300;
    letter-spacing: .5px;
}
ul.fancy_list li:before {
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid #dd1516;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: "";
    transition: .5s ease-out;
    left: 0;
    z-index: 999;
}
.complete_brand h2.highlighted_price span.regular_price {
    border: 2px dashed;
    padding: 0 10px;
}
.combo_btn_box a.pkg_call_btn {
    color: #fff;
    font-size: 30px;
    display: table;
    margin: 0 0 20px;
}
.complete_brand h2.highlighted_price span.cutPrice {
    font-size: 25px;
    margin-left: 10px;
    position: relative;
    color: #334fba;
    padding: 0 10px;
}
.combo_gradient_btn {
    display: inline-block;
    background: #334fba;
    color: #dd1516 !important;
    padding: 10px 30px;
    border-radius: 100px;
    transition: .5s ease-out;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: inherit;
    text-align: center;
    width: 100%;
}

.complete_brand h2.highlighted_price {
    display: flex;
    align-items: center;
}

.gradient_btn {
    display: inline-block;
    background-image: linear-gradient(to right, #dd1516, #dd1516, #dd1516, #dd1516, #dd1516 );
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 100px;
    transition: .5s ease-out;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: inherit;
    text-align: center;
    width: 100%;
    margin: 0 !important;
}
.content_wrap_bottom .content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 0 0;
}
.complete_brand h2.highlighted_price span.cutPrice:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ff0909;
    position: absolute;
    top: 25px;
    opacity: 1;
    transform: rotate(5deg);
    left: 0;
}

.combo_btn_box a.pkg_call_btn, .combo_btn_box a.pkg_call_btn:before, .combo_bt_box h5.blue span {
    -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
}




section.pg.glimpse a.active {
    color: #fff !important;
}





section#system .row:nth-child(even) {
    flex-direction: row-reverse;
}

section.process_sec {
    background-color: #f6f6f6 !important;
    padding: 60px 12%;
    text-align: center;
}
.process_box {
    position: relative;
}
.process_box img {
    margin: auto;
    display: table;
}

.process_box h3 {
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    margin: 35px 0 10px;
    text-align: center;
}
.process_box p {
    font-size: 14px;
    color: #767474;
    text-align: center;
}
.process_boxes .col-sm-3:first-child .process_box:after {
    position: absolute;
    content: "";
    background-image: url(../../assets/images/process-img-before.png);
    background-repeat: no-repeat;
    width: 202px;
    height: 50px;
    right: -115px;
    top: -35px;
    /* background-size: 100%; */
    /* left: 0; */
    margin: auto;
}
.process_boxes .col-sm-3:nth-child(2) .process_box:after {
    position: absolute;
    content: "";
    background-image: url(../images/process-img-after.png);
    background-repeat: no-repeat;
    width: 202px;
    height: 50px;
    right: -115px;
    top: 50px;
    /* background-size: 100%; */
    /* left: 0; */
    /* margin: auto; */
}
.process_boxes .col-sm-3:nth-child(3) .process_box:after {
    position: absolute;
    content: "";
    background-image: url(../images/process-img-before.png);
    background-repeat: no-repeat;
    width: 202px;
    height: 50px;
    right: -115px;
    top: -35px;
    /* background-size: 100%; */
    /* left: 0; */
    /* margin: auto; */
}
.process_boxes {
    margin: 100px 0 0;
    display: flex;
}
section.cta-container .row {
    align-items: center;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.loader img {
    width: 20px;
}

.loader {
    text-align: center;
	display: none;
}

input.error {
    background-color: #f8d7da;
    border-color: #721c24;
}