@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@charset "utf-8";
/* CSS Document */
body, html{
    height: 100%;
}
html {
  scroll-behavior: smooth;
}
body{
    background: #fff;
    font-family: 'Work Sans', sans-serif !important;
    overflow-x: hidden;
}
.popup-btn input.btn-theme {
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Dela Gothic One', sans-serif;
}
p, a, button, input, select, textarea {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
.row.row-flx {
    align-items: center;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
h1 {
    font-size: 64px !important;
}
header .container, .banner .container, .inn-serv-banner .container {
    max-width: 1400px;
}
.pric-sec .tabcontent .row {
    justify-content: center;
}
.call-box {
    right: 0;
    width: 55px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    position: fixed;
}
.cbox a {
    width: 100%;
    padding: 10px 12px;
}
.wapp a {
    background-color: #4dcb5b;
}

.call-box a {
    display: inline-block;
}
.cbox a img {
    max-width: 30px;
}
.wapp img {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
/*Header Css Start*/
header {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 20px 0;
}
.flx-hdr {
    display: flex;
    align-items: center;
}
.flx-hdr img {
    margin-right: 10px;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    background-color: #4fd8fd;
}
.navbar-nav .dropdown-menu {
  animation: fadeEffect 2s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.navbar-nav .dropdown-menu a {
    color: #000 !important;
    padding: 13px 20px !important;
    border-bottom: 1px solid #0000002b;
}
#navbarCollapse {
    flex-direction: row-reverse;
}
.navbar {
    padding: 0 !important;
}
.navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
    width: 20%;
}
.navbar-brand img {
    width: 80%;
}
#navbarSupportedContent {
    justify-content: end;
}
ul.navbar-nav a {
    color: #fff !important;
    font-size: 16px;
    padding: 0 !important;
}
.navbar-nav li {
    margin-left: 25px;
}
.hdr-btn a {
    width: 230px;
}
.hdr-btn {
    margin-left: 30px;
}
.ring {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }
}
/*Banner Css Start*/
.banner {
    background-image: linear-gradient(to right top, #5169d5, #556ad8, #596cdc, #5d6ddf, #616ee2, #616ee3, #616de5, #616de6, #5d6ce6, #596ae5, #5569e5, #5068e5);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 130px 0 80px;
}
.banner::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.slide-cap {
    color: #fff;
}
.slide-cap h1 b {
    display: block;
    font-weight: 400;
}
b.bnr-txt2::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(../images/spring.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 120px;
    bottom: -5px;
}
.bnr-txt1 {
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: white;
    color: transparent;
    white-space: nowrap;
}
.bnr-txt1 span {
    color: #4fd8fd;
}
.slide-cap h1 {
    letter-spacing: 1px;
    background: url(../images/gifs/ball.gif) center center no-repeat;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background-size: cover;
    position: relative;
    font-size: 40px !important;
}
.slide-cap ul {
    margin: 10px 0;
}
.slide-cap ul li {
    display: inline-block;
    width: 48%;
    position: relative;
    margin: 7px 0;
    background-color: #00000094;
    padding: 0px 3px 8px;
    border-radius: 30px;
    font-size: 13px;
}
.slide-cap li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #4fd8fd;
    font-size: 24px;
    margin-right: 8px;
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 4px;
    position: relative;
}
.flx-btn {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.slide-cap .flx-btn {
    margin-top: 20px;
}
.live-chat {
    margin-left: 30px;
}
.live-chat span {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 14px;
    transition: all 0.5s;
}
.live-chat:hover span {
    transform: rotate(360deg) scale(1.1);
}
.white-chat {
    color: #fff !important;
}
.live-chat:hover span {
    background-color: #4fd8fd;
}
.white-chat span {
    border: 2px solid #fff;
    color: #fff;
}
.blck-chat {
    color: #000 !important;
}
.blck-chat span {
    border: 2px solid #000;
    color: #000;
}
.slide-thumb {
    display: flex;
}
.slide-img {
    position: relative;
    right: -120px;
    transform: rotate(-20deg);
    top: 0;
}
.slide-thumb img {
    margin: 10px;
    height: 140px;
    min-width: 220px;
    overflow: hidden;
    object-fit: cover;
}
img.top-lft-rds {
    border-radius: 50px 0px 0px 0px;
}
img.top-rit-rds {
    border-radius: 0 50px 0px 0px;
}
img.btm-lft-rds {
    border-radius: 0px 0 0 50px;
}
.slide-thumb1 {
    right: -120px;
    position: relative;
}
.slide-thumb3 {
    position: relative;
    left: 60px;
}

/*Logo Sec Css Start*/
.logos-sec {
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
}
.logos-sec ul {
    text-align: center;
    overflow: auto;
    margin: 0;
}
.logos-sec ul li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 8%;
    margin: 0 20px;
}
.logos-sec ul li img {
    width: 100%;
}
/*About Company Sec Css Start*/
.about-comp {
    position: relative;
}
.about-comp::before {
    content: '';
    height: 100%;
    width: 45%;
    background-image: url(../images/flat-img.webp);
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; 
}
.pd-100 {
    padding: 100px 0;
}
.font-title {
    font-size: 42px;
    margin: 0 0 30px;
}

/*What We Do Sec Css Start*/
.what-we-do {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right top, #5169d5, #556ad8, #596cdc, #5d6ddf, #616ee2, #616ee3, #616de5, #616de6, #5d6ce6, #596ae5, #5569e5, #5068e5);
}
.card-slid img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    transition: all 0.5s;
    object-position: top;
}
.card-slid:hover img {
    transform: scale(1.1);
    cursor: pointer;
    opacity: 0.3;
}
.cards-tab span {
    color: #fff !important;
    position: relative;
    opacity: 0;
}
.card-btn:hover span {
    opacity: 1;
}
.cards-tab span::before {
    content: '';
    background-image: url(../images/rotate-arrow.png);
    position: absolute;
    height: 20px;
    width: 24px;
    background-repeat: no-repeat;
    right: -34px;
}
.card-slid {
    padding: 10px;
}
.card-btn {
    background-color: #000;
    overflow: hidden;
    position: relative;
}
.cards-tab {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-right-txt span {
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    font-size: 140px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff85;
    color: transparent;
    text-transform: uppercase;
    margin: 0 20px;
    line-height: 160px;
}
.slide-right-txt::before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    background-color: #586ae5;
    left: 0;
    bottom: 0px;
    filter: blur(18px);
    z-index: 9;
}

/*Pricing Sec Css Start*/
.pric-sec {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.pric-sec::before {
    content: '';
    background-image: url(../images/hexa-bg.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -690px;
    top: -60px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}
.pric-sec::after {
    content: '';
    background-image: url(../images/hexa-bg.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -700px;
    bottom: -290px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}
.hd-text {
    text-align: center;
}
.pric-slid {
    padding: 0 5px;
}
.pric-box {
    background-color: #4FD8FD;
    border-radius: 30px;
    padding: 50px 30px;
    position: relative;
    z-index: 9;
    transform: scale(0.9);
    transition: all 0.5s;
}
.pric-box:hover {
    transform: scale(1);
    cursor: pointer;
}
.pric-box ul {
    height: 350px;
    overflow-x: hidden;
}
.ppc-pkg .pric-box ul {
    height: 230px !important;
    overflow-x: hidden;
}
.y-scroll ul {
    height: auto !important;
    overflow-x: hidden !important;
}
.y-scroll {
    height: 230px !important;
    overflow-x: hidden;
    margin: 20px 0 0;
    padding-right: 20px;
}
.y-scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.y-scroll::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.y-scroll::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FF2756;
}
.pric-box ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.pric-box ul::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.pric-box ul::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FF2756;
}
.blu-pric-box .btn-theme {
    background-color: #2C2C60;
    color: #fff !important;
}
.pric-box .pkgs-pric {
    color: #FF2756;
    font-size: 54px;
    margin: 0 0 22px;
    font-weight: 600;
}
.pric-box .pkgs-title {
    font-size: 34px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
}
.pric-box .pkgs-title span {
    display: block;
}
.pric-box li {
    font-size: 14px;
    margin: 20px 0;
    position: relative;
    padding-left: 20px;
}
.pric-box small {
    font-weight: 500;
    font-size: 14px;
}
.pric-box .theme-btn {
    width: 164px;
    padding: 0 12px;
}
.pric-box .live-chat {
    margin-left: 10px;
    white-space: nowrap;
}
.pric-box .theme-btn .rdius-btn {
    background-color: #fff;
}
.pric-box .theme-btn::before {
    background-color: #ffffff;
}
.pric-box ul li:before {
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    color: #FF2756;
}
.poular-blk {
    color: #fff;
    background-color: #2C2C60;
}
.poular-blk .theme-btn::before {
    background-color: #4fd8fd;
}
.pric-sec .slick-arrow::before {
    font-size: 50px;
}
.pric-sec .slick-prev {
    left: -52px !important;
}
.pric-sec .slick-arrow::before {
    font-size: 28px;
    background-color: #2c2c60;
    opacity: 1 !important;
    padding: 10px 10px;
    border-radius: 100%;
}
/*Combo Package Css Start*/
.combo-sec {
    padding: 70px 0;
    position: relative;
    background-image: url(../images/hexa-bg.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden;
    background-color: #5469e5;
}
.combo-blk {
    color: #fff;
}
.comb-inn h4 {
    color: #4FD8FD;
    font-size: 20px;
    margin: 0 0 16px;
}
.comb-inn {
    margin: 30px 0;
}
.comb-inn li {
    margin: 9px 0;
    position: relative;
    padding-left: 20px;
}
.comb-inn li:before {
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    color: #FF2756;
}
.combo-img img {
    width: 100%;
}
.combo-img {
    position: relative;
    margin-top: 50px;
    left: 0px;
}
/*Client Sec Css Start*/
.client-sec {
    padding: 60px 0;
}
.client-title h3 {
    font-size: 42px;
    line-height: 52px;
}
.client-title i {
    font-size: 100px;
    color: #FF2756;
}
.client-area {
    padding-left: 80px;
}
.trust-logo {
    display: flex;
    align-items: center;
}
.trust-logo b {
    display: inline-block;
    margin-top: 14px;
    margin-left: 20px;
    font-size: 22px;
    color: #F16529;
}
.trust-logo b i {
    margin: 0 2px;
}
.tmls-blk {
    display: flex;
    align-items: center;
    margin: 30px 0 10px;
}
.tmls-blk-inn {
    margin-left: 0px;
}
.tmls-blk-inn small {
    font-size: 14px;
}
.client-slide p {
    font-size: 24px;
    height: 190px;
    overflow-x: hidden;
    padding-right: 40px;
}
.client-slide p::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.client-slide p::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.client-slide p::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FF2756;
}
.strok-btn {
    background-color: #4FD8FD;
    color: #000;
    font-style: italic;
    padding: 15px 30px;
    font-weight: 500;
    border-radius: 5px;
    margin-right: 18px;
}
.call-btn {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #ff2756;
    color: #fff;
}
.tmls-btn a:hover {
    background-color: #000;
    color: #fff;
}
.call-btn i {
    transform: scale(1.5);
    margin-right: 11px;
}
.tmls-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
}
.client-slider .slick-arrow {
    top: auto !important;
    bottom: 10px !important;
    transform: scale(1.9) !important;
}
.client-slider .slick-prev {
    left: 0 !important; 
}
.client-slider .slick-next {
    left: 100px !important;
}
.client-slider .slick-arrow::before {
    color: #000;
    opacity: 1;
}
.client-sec .draggable {
    height: 352px !important; 
}
.slide-count-wrap {
    position: absolute;
    bottom: -68px;
    left: 42px;
}
.slide-count-wrap .current {
    color: #ff2756;
}

/*Rotate Circle Css Start*/
section.advrt-sec {
    background-color: #5469e5;
    padding: 80px 0;
    overflow: hidden;
}
.cir-ani {
    position: relative;
    width: 710px;
    left: -100px;
}
.about-case > div, .blue, .case-s1 .img-holder, .cir-ani > div, .cream-banner .content-side, .main-sec, .main-sec h1, .menu__default-content--anime, .nav-menu, .sty-link {
    position: relative;
}

.l-div, .sty-link:hover::before {
    animation: 15s linear infinite rotation;
}
.l-div .poly {
    transform: rotate(0);
}
.content-area, .filter.hdpe, .hex-card img, .img-holder img, .img-holder video, .poly img {
    width: 100%;
}
.cir-ani span:not(.t-div span) {
    filter: grayscale(1);
    transition: 350ms ease-in-out;
}

.l-div .ic1 {
    top: 290px;
    left: -14px;
}
.l-div span {
    animation: 15s linear infinite rotationldiv;
}
#cursor, .blue:before, .case-banner .float-img, .l-div span, .m-div span, .main-sec .hex-img, .menu-logo, .nav-menu:after, .sty-link:before {
    position: absolute;
}
.l-div .ic2 {
    top: 100px;
    left: 132px;
}
.l-div .ic3 {
    top: 0;
    left: 360px;
}
.l-div .ic4 {
    top: 60px;
    right: 70px;
}
.l-div .ic5 {
    bottom: 250px;
    right: -39px;
}
.l-div .ic6 {
    bottom: -30px;
    right: 246px;
}
.l-div .ic7 {
    bottom: 62px;
    left: 64px;
}
.m-div {
    animation: 15s linear infinite rotationClockwise;
}

.m-div {
    top: 120px;
    width: 480px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.m-div, .t-div {
    position: absolute !important;
}
.t-div {
    top: 50%;
    max-width: 430px;
    left: 50%;
}
#cursor, .t-div {
    transform: translate(-50%, -50%);
}
.t-div .poly {
    /*background: #4fd8fdad;*/
    width: 175px;
    transform: rotate(-35deg);
    height: 155px;
}
.c-say, .countdown, .green-box, .main-sec, .t-div .poly, .txt-scroll {
    text-align: center;
}

.drag-pointer, .hexa-box, .stories .video, .t-div .poly {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.t-div .poly img {
    width: 90px;
    transform: rotate(36deg) translate(20px, 25px);
}
.m-div .poly {
    transform: rotate(80deg);
}
.content-area, .filter.hdpe, .hex-card img, .img-holder img, .img-holder video, .poly img {
    width: 100%;
}
.cir-ani span:not(.t-div span) {
    filter: grayscale(0);
    transition: 350ms ease-in-out;
}
.m-div .ic1 {
    top: 103px;
}
.m-div span {
    animation: 15s linear infinite rotationmdiv;
}
.m-div .ic2 {
    top: 35px;
    right: 85px;
}
.m-div .ic3 {
    top: 250px;
    right: -16px;
}
.m-div .ic4 {
    top: 380px;
    left: 90px;
}
.l-div:hover,
.l-div:hover span,
.m-div:hover,
.m-div:hover span {
  animation-play-state: paused;
}
@keyframes rotationldiv {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotationClockwise {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-359deg);
  }
}
@keyframes rotationmdiv {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.cir-ani span:hover {
    filter: grayscale(0) !important;
    cursor: pointer;
}
.advrt-sec .row {
    align-items: center;
}
.advr-title {
    color: #fff;
    padding-right: 130px;
}
.advr-title p {
    line-height: 30px;
}


/*Contact Sec Css Start*/
.cntc-sec {
    background-color: #ffffff;
    padding: 80px 0 40px;
}
.cnct-title {
    color: #000;
}
.cntc-form .button--bubble__container {
    margin-top: 20px;
}
.cntc-form .form-label {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 56px;
}
.cntc-form input {
    border: none;
    color: #000;
    font-size: 14px;
    padding: 10px 10px;
    margin: 5px 10px;
    height: 40px;
    border-bottom: 2px solid #000;
}
.cntc-form .btn-theme input {
    background-color: transparent;
    border: none;
}
.cntc-form input::placeholder {
    color: #000;
    font-size: 14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.amount-fld {
    width: 16%;
}
.cntc-form button {
    color: #000 !important;
    margin-top: 40px;
    transition: all 0.5s;
}
.sub-btn {
    border: none;
}
/*Footer Css Start*/
.hex-social {
    float: right;
    width: 50%;
}
.contact-form p, .soc-list li, footer .txt-block li:not(li:last-child) {
    margin-bottom: 40px;
}
footer .txt-block li:not(li:last-child) {
    margin-bottom: 10px;
}
.copyright ul li {
    display: inline-block;
    margin-right: 16px;
}
.copyright .row {
    align-items: center;
    border-top: 1px solid #c6c6c6;
    padding: 25px 0;
}
.info {
    padding: 50px 0 20px;
}
.hex-social li img {
    position: relative;
    top: -2px;
    right: 10px;
}
ul {
    margin: 0;
}
p.cpyrit {
    margin: 0;
}
footer, footer a {
    color: #000;
}
ul.txt-block strong {
    font-weight: 500;
    font-size: 20px;
}


/*get started modal*/
.get-started .modal-body {
    background: url(../images/started-modal.png);
    border: 1px solid #0b2b539e;
    border-radius: 11px;
}

.get-started .modal-content {
    border-radius: 11px;
}

.get-started .modal-body .btn-close {
    position: absolute;
    box-shadow: 0px 3px 30px #00000029;
    background: #fff;
    border-radius: 100%;
    font-size: 24px;
    opacity: 1;
    color: #666ffa;
    right: 15px;
    top: 15px;
    line-height: 0;
    height: 40px;
    width: 40px;
    border-color: #666ffa;
    cursor: pointer;
}

.get-started-modal {
    text-align: center;
    padding: 30px 20px;
}
.get-started-modal .sub-btn {
    margin: 0 auto;
    cursor: pointer;
}
.get-started-modal img {
    margin-bottom: 10px;
    width: 20%;
}

.get-started-modal .pop-h3 {
    font-size: 30px;
    color: #000;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 600;
}

.get-started-modal .pop-h3 span {
    color: #666ffa;
    padding-left: 3px;
}
.submit-btn input {
    background-color: #4fd8fd !important;
    padding: 15px 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
}
.get-started-modal input, .get-started-modal select {
    background: #ffffffa1 0% 0% no-repeat padding-box;
    border: 1px solid #7070704D;
    border-radius: 5px;
    opacity: 1;
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 15px;
    font-size: 13px;
}

.get-started-modal textarea {
    background: #ffffffa1 0% 0% no-repeat padding-box;
    border: 1px solid #7070704D;
    border-radius: 5px;
    opacity: 1;
    width: 100%;
    height: 90px;
    resize: none;
    padding: 8px 15px;
    margin-bottom: 15px;
}

.get-started-modal input::placeholder {
    font-size: 13px;
    color: #000;
}

.get-started-modal textarea::placeholder {
    font-size: 13px;
    color: #000;
}


/*Rocket Bottom To Top Css*/
#go-top-btn {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    left: 20px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#go-top-btn.show {
    opacity: 1;
    visibility: visible;
}


#go-top-btn img:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    animation-iteration-count: infinite;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

#go-top-btn img:hover {
    filter: brightness(0);
    transition: .3s linear;
}

#go-top-btn img {
    transition: .3s linea;
    filter: hue-rotate(32deg);
    cursor: pointer;
}
.cntc-form .btn-theme {
    margin-top: 30px;
    cursor: pointer !important;
}
.popup-btn input {
    background: unset !important;
    border: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    width: auto !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    font-size: 13px;
}
.btn-theme {
    position: relative;
    width: 210px;
    height: 70px;
    display: grid;
    place-items: center;
    background: #4fd8fd;
    color: #000;
    border-radius: 80px;
    letter-spacing: 1px;
    text-decoration: none !important;
    padding-left: 60px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

/*Animated Theme Button css*/
.btn-theme:hover {
  padding-left: 0;
  padding-right: 60px;
  color: #000;
}
.btn-theme span {
    position: absolute;
    display: grid;
    place-items: center;
    left: 5px;
    width: 60px;
    height: 60px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 900;
    transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.btn-theme:hover span {
    left: calc(100% - 65px);
}
.btn-theme::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  transform: translateX(-175px) skew(25deg);
  transition: 0.75s ease-in-out;
}
.btn-theme:hover::after {
  transform: translateX(175px) skew(25deg);
}

/*Inn pages Css Start*/
.inn-banner {
    background-image: linear-gradient(to right top, #5169d5, #556ad8, #596cdc, #5d6ddf, #616ee2, #616ee3, #616de5, #616de6, #5d6ce6, #596ae5, #5569e5, #5068e5);
    position: relative;
    overflow: hidden;
    padding: 180px 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.inn-banner::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
}
.inn-banner h2 {
    font-size: 54px;
    color: #fff;
    position: relative;
}
/*Services inn pages Css Start*/
.inn-serv-banner {
    padding: 160px 0 60px;
    background-image: radial-gradient(circle, #616de6, #5661cb, #4b54b1, #404998, #363d7f, #363d7f, #363d7f, #363d7f, #404998, #4b54b1, #5661cb, #616de6);
}
.inn-serv-banner h2 {
    margin: 0;
    color: #fff;
    font-size: 46px;
}
.serv-form {
    background-color: #fff;
    width: 70%;
    margin: 0 auto;
    padding: 50px 40px;
    border-radius: 15px;
    text-align: center;
    float: right;
}
.serv-form .banner-h2 {
    color: #000;
    margin: 0 0 25px;
    font-size: 42px;
    font-weight: 600 !important;
}
.serv-form input::placeholder, .serv-form select::placeholder, .serv-form textarea::placeholder {color: #000;}
.serv-form input, .serv-form select, .serv-form textarea {
    width: 100%;
    border: 1px solid #00000040;
    padding: 7px 10px;
    resize: none;
    margin: 0 0 13px;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
}
.serv-form textarea {
    height: 120px;
}
.inn-serv-banner .slide-cap h1 {
    margin: 0 0 15px;
    font-size: 40px;
}
.inn-serv-banner .row {
    align-items: center;
}
.clntlgs {
    display: flex;
    align-items: center;
    margin: 20px 0 30px;
}
.clntlgs img {
    margin-right: 18px;
}
.abt-srv {
    padding: 20px 0 50px;
}
.abt-srv-img img {
    width: 100%;
}
.abt-srv .row {
    align-items: center;
}
.abt-srv-blk h2 {
    margin: 0 0 25px;
}
.blue-cta {
    background: url(../images/blue-cta.png);
    background-repeat: no-repeat;
    height: 245px;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 60px;
    background-position: right;
}
.ppc-calout p {
    font-size: 14px !important;
}
.ppc-calout .flx-btn {
    margin: 0 !important;
}
.align-items-center {
    align-items: center!important;
}
.cta-text h2 {
    font-size: 31px;
    color: #fff;
    margin-bottom: 15px;
}
.cta-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.cta-text p a {
    color: #fff;
    font-weight: 600;
}
span.brk-txt {
    display: block;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
}
.what-do-blk {
    background-color: #ffffffa3;
    margin: 30px 10px 0;
    padding: 40px 40px 0;
    min-height: 390px;
    border-radius: 20px;
}
.responsives .slick-arrow::before {
    font-family: auto;
    font-size: 30px;
    background-color: #ff2756;
    opacity: 1;
    padding: 15px;
    border-radius: 100%;
}
.responsives .slick-next {
    right: 2px;
}
.responsives .slick-prev {
    left: -40px;
    z-index: 99;
}
.what-do-blk p {
    padding-right: 20px;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.what-do-blk h5 {
    margin: 20px 0 14px;
    font-size: 22px;
}
.what-do-blk img {
    filter: grayscale(1);
}
.tabcontent {
    display: none;
}
.tab {
    text-align: center;
}
.tab button {
    border: none;
    font-size: 18px;
    padding: 8px 20px;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
}
.tab .tablinks.active {
    border-color: #ff2756;
    color: #ff2756;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.tabcontent .col-md-4 {
    padding: 0;
}
.bold-opt {
    font-weight: 600;
    text-transform: uppercase;
}
.cluth img {
    display: block;
    margin: 20px auto;
}





/*Plans Table CSS Start*/



.plan-tble .red-line {
    display: inline-block;
        width: 20px;
    height: 2px;
    background: #FF2756;
}
section.plan-tble table {
    width: 100%;
}
section.plan-tble li.check-mark i {
    color: #FF2756;
    margin-right: 10px;
}
.plan-tble table {
    background: #43D7FF;
}
.plan-tble table th {
    padding: 10px 20px;
}
.plan-tble table .th-hding {
    font-size: 25px !important;
}
.plan-tble table tr {
    border-bottom: 1px solid;
}
section.plan-tble td {
    padding: 10px 15px;
}
section.plan-tble {
    padding-top: 60px;
}
.business-tble table {
    background: #FF2756;
}
.business-tble table td, .business-tble table th, .business-tble table li i {
    color: #fff !important;
}
.essential-tble table {
    background: #FFC700;
}
.business-tble table .red-line {
    background: #fff;
}
.business-tble table tr {
    border-color: #fff;
}

.view-details {
    text-align: center;
    margin-top: 20px;
}
.view-details a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
/*Plans Table CSS End*/


.trms-sec {
    padding: 50px 0;
}
.trms-sec h3 {
    margin: 40px 0 10px;
}
.trms-sec ul li {
    margin: 10px 0;
    list-style: disc;
}
.trms-sec ul {
    margin: 0;
    padding-left: 30px;
}
a.mob-nm {
    display: none;
}
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1367px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1366px){
.combo-img {
        position: relative;
        margin-top: 50px;
        left: 0;
    }
.abt-srv-img img {
    width: 100%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.navbar-nav li {
    margin-left: 22px;
}
.abt-srv-img img {
    width: 100%;
}
.slide-cap ul li {
    width: 80%;
}
.serv-form {
    width: 90%;
}
.pric-box .pkgs-title {
    font-size: 26px;
}
.pric-sec .slick-prev {
    left: -22px !important;
    z-index: 99;
}
.pric-sec .slick-next {
    right: 6px !important;
}
.two-floating-btns .live-chat {
    margin-left: 8px;
}

}
@media only screen and (min-width: 768px) and (max-width: 991px){
.navbar-brand {
    width: 50%;
}
.navbar-toggler {
    background-color: #fff !important;
}
#navbarSupportedContent {
    background-color: #000c;
    border-radius: 10px;
}
ul.navbar-nav {
    padding: 30px 30px 20px;
}
.navbar-nav li {
    line-height: 40px;
    margin-left: 0;
}
.hdr-btn {
    padding: 0 0 40px;
}
h1 {
    font-size: 32px !important;
}
.slide-cap h1 {
    line-height: 50px;
}
.slide-cap ul li {
    width: 100%;
}
.live-chat {
    margin-left: 10px;
    white-space: nowrap;
}
.hdr-btn .theme-btn {
    width: 210px;
}
.theme-btn {
    width: 185px;
}
.slide-img {
    right: 0;
    padding: 70px 0 10px;
}
.banner {
    padding: 160px 0 40px;
}
.font-title {
    font-size: 30px;
}
.about-comp::before {
    width: 85%;
    opacity: 0.2;
}
.about-comp .row, .cntc-sec .row {
    display: block;
}
.cntc-sec .col-md-4, .cntc-sec .col-md-8 {
    max-width: 100%;
}
.about-comp .col-md-6 {
    max-width: 100%;
}
.pric-sec .row {
    display: block;
    text-align: center;
}
.pric-sec .col-md-4 {
    max-width: 80%;
    text-align: left;
    margin: 0 auto;
}
.combo-sec .row {
    display: block;
}
.combo-blk .row {
    display: flex;
}
.combo-sec .col-md-6, .combo-sec .col-md-6 {
    max-width: 100%;
}
.client-title h3 {
    font-size: 26px;
    line-height: 36px;
}
.slide-right-txt span {
    font-size: 50px;
    line-height: 60px;
}
.pric-box {
    margin: 0 0 30px;
}
.combo-img img {
    width: 100%;
}
.client-area {
    padding-left: 0;
}
.client-slide p {
    font-size: 16px;
}
.tmls-btn {
    display: grid;
    text-align: center;
}
.tmls-btn a {
    width: 100% !important;
    margin: 5px 0;
}
.slide-count-wrap {
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 0;
    text-align: center;
}
.client-slider .slick-next {
    left: auto !important;
    right: 90px;
}
.client-slider .slick-prev {
    left: 90px !important;
    right: auto;
}
.advr-title {
    padding-right: 0;
}
.cntc-form .form-label {
    font-size: 20px;
    white-space: normal;
}
.cntc-form input {
    margin: 6px 10px;
}
input.amount-fld {
    width: 30%;
}
.hex-social {
    width: 96%;
}
.contact-form p, .soc-list li, footer .txt-block li:not(li:last-child) {
    margin-bottom: 20px;
}
ul.soc-list {
    margin: 20px 0;
}
.pkg-sec h3 {
    font-size: 57px;
}
.arrow-slider {
    width: 300px;
    top: 12px;
    height: 37px;
}
.bdr-img {
    width: 33%;
}
.btn-slider {
    height: 40px;
    top: 0;
}
section.pkg-sec {
    padding: 50px 0;
}
.cir-ani {
    left: -180px;
    transform: scale(0.4);
    top: -160px;
}
.advert-cycle {
    height: 350px;
}
.copyright ul {
    margin: 0;
}
.abt-srv-img img {
    width: 100%;
}
.inn-serv-banner .row {
    display: block;
}
.inn-serv-banner .col-md-6 {
    max-width: 100%;
}
.inn-serv-banner .serv-form {
    margin-top: 60px;
}
.blue-cta .row {
    display: block !important;
}
.blue-cta .col-md-8, .blue-cta .col-md-4 {
    max-width: 100%;
}
button.navbar-toggler {
    display: none !important;
}
a.mob-nm {
        color: #fff !important;
        display: block;
    }
a.mob-nm img {
    margin-right: 10px;
    width: 30px;
    position: relative;
    top: -2px;
}
}
@media only screen and (min-width: 520px) and (max-width: 767px){
.navbar-brand {
    width: 50%;
}
.navbar-toggler {
    background-color: #fff !important;
}
#navbarSupportedContent {
    background-color: #000c;
    border-radius: 10px;
}
ul.navbar-nav {
    padding: 30px 0 20px;
}
.navbar-nav li {
    line-height: 40px;
}
.hdr-btn {
    padding: 0 0 40px;
}
h1 {
    font-size: 32px !important;
}
.slide-cap h1 {
    line-height: 50px;
}
.slide-cap ul li {
    width: 100%;
}
.live-chat {
    margin-left: 10px;
}
.hdr-btn .theme-btn {
    width: 210px;
}
.theme-btn {
    width: 185px;
}
.slide-img {
    right: 0;
    padding: 70px 0 10px;
}
.banner {
    padding: 110px 0 80px;
}
.font-title {
    font-size: 30px;
}
.about-comp::before {
    width: 85%;
    opacity: 0.2;
}
.slide-right-txt span {
    font-size: 50px;
    line-height: 60px;
}
.pric-box {
    margin: 0 0 30px;
}
.combo-img img {
    width: 100%;
}
.client-area {
    padding-left: 0;
}
.client-slide p {
    font-size: 16px;
}
.tmls-btn {
    display: grid;
    text-align: center;
}
.tmls-btn a {
    width: 100% !important;
    margin: 5px 0;
}
.slide-count-wrap {
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 0;
    text-align: center;
}
.client-slider .slick-next {
    left: auto !important;
    right: 90px;
}
.client-slider .slick-prev {
    left: 90px !important;
    right: auto;
}
.advr-title {
    padding-right: 0;
}
.cntc-form .form-label {
    font-size: 22px;
    white-space: normal;
}
.cntc-form input {
    margin: 6px 10px;
}
input.amount-fld {
    width: 30%;
}
.hex-social {
    width: 96%;
}
.contact-form p, .soc-list li, footer .txt-block li:not(li:last-child) {
    margin-bottom: 20px;
}
ul.soc-list {
    margin: 20px 0;
}
.pkg-sec h3 {
    font-size: 28px;
}
.arrow-slider {
    width: 140px;
    top: -3px;
    height: 37px;
}
.bdr-img {
    width: 33%;
}
.btn-slider {
    height: 40px;
    top: 0;
}
section.pkg-sec {
    padding: 50px 0;
}
.cir-ani {
    left: -180px;
    transform: scale(0.4);
    top: -160px;
}
.advert-cycle {
    height: 350px;
}
}
@media only screen and (min-width: 300px) and (max-width: 519px){
.navbar-brand {
    width: 50%;
}
.navbar-toggler {
    background-color: #fff !important;
}
#navbarSupportedContent {
    background-color: #000c;
    border-radius: 10px;
}
ul.navbar-nav {
    padding: 30px 20px 20px;
}
.navbar-nav .dropdown-menu a {
    padding: 3px 20px !important;
}
.navbar-nav li {
    line-height: 40px;
}
.hdr-btn {
    padding: 0 0 40px;
}
.navbar-nav li {
    margin-left: 0;
}
h1 {
    font-size: 32px !important;
}
.slide-cap h1 {
    line-height: 37px;
    font-size: 28px !important;
} 
.slide-cap ul li {
    width: 100%;
}
.combo-sec {
    background-size: 80%;
}
.live-chat {
    margin-left: 10px;
}
.hdr-btn .theme-btn {
    width: 210px;
}
.theme-btn {
    width: 171px;
}
b.bnr-txt2::before {
    bottom: -60px;
}
.slide-img {
/*    right: 0;
    padding: 70px 0 10px;*/
    display: none;
}
.banner {
    padding: 110px 0 80px;
}
.font-title {
    font-size: 30px;
}
.about-comp::before {
    width: 85%;
    opacity: 0.2;
}
.slide-right-txt span {
    font-size: 50px;
    line-height: 60px;
}
.logos-sec ul li {
    margin: 7px 5px;
    width: 25%;
}
.pd-100 {
    padding: 40px 0 80px;
}
.flx-btn a {
    font-size: 12px;
}
.pric-box {
    margin: 0 0 30px;
}
.combo-img img {
    width: 100%;
}
.client-area {
    padding-left: 0;
}
.client-slide p {
    font-size: 16px;
}
.tmls-btn {
    display: grid;
    text-align: center;
}
.tmls-btn a {
    width: 100% !important;
    margin: 5px 0;
}
.slide-count-wrap {
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 0;
    text-align: center;
}
.client-slider .slick-next {
    left: auto !important;
    right: 90px;
}
.client-slider .slick-prev {
    left: 90px !important;
    right: auto;
}
.advr-title {
    padding-right: 0;
}
.cntc-form .form-label {
    font-size: 22px;
    white-space: normal;
}
.cntc-form input {
    margin: 6px 10px;
}
input.amount-fld {
    width: 30%;
}
.hex-social {
    width: 96%;
}
.contact-form p, .soc-list li, footer .txt-block li:not(li:last-child) {
    margin-bottom: 20px;
}
ul.soc-list {
    margin: 20px 0;
}
.pkg-sec h3 {
    font-size: 28px;
}
.arrow-slider {
    width: 140px;
    top: -3px;
    height: 37px;
}
.bdr-img {
    width: 33%;
}
.btn-slider {
    height: 40px;
    top: 0;
}
section.pkg-sec {
    padding: 50px 0;
}
.cir-ani {
    left: -180px;
    transform: scale(0.4);
    top: -160px;
}
.advert-cycle {
    height: 350px;
}
.button {
    padding: 20px 26px;
}
.btn-theme {
    width: 175px;
}
.live-chat span {
    margin-right: 5px;
}
.serv-form .banner-h2 {
    font-size: 30px;
}
.what-do-blk {
    padding: 40px 30px 50px;
    min-height: auto;
}
.what-do-blk p {
    padding-right: 0;
}
.sub-btn {
    font-size: 13px;
}
.get-started-modal .pop-h3 {
    font-size: 22px;
}
.pric-sec .slick-prev {
    left: -11px !important;
    z-index: 9;
}
.pric-sec .slick-next {
    right: 18px;
    z-index: 9;
}
.pric-box .pkgs-title {
    font-size: 28px;
}
.pric-box .pkgs-pric {
    font-size: 50px;
}
.combo-img {
    left: 0;
}
.serv-form {
    width: 100%;
    padding: 20px 20px;
    margin-top: 50px;
}
.clntlgs img {
    width: 25%;
}
.clntlgs {
    justify-content: center;
}
.inn-serv-banner {
    padding: 110px 0 60px;
}
.abt-srv-img img {
    width: 100%;
}
.inn-serv-banner .slide-cap h1 {
    font-size: 22px;
}
.cta-text h2 {
    font-size: 26px;
}
.abt-srv-blk h2 {
    font-size: 22px;
    line-height: 28px;
}
.inn-banner h2 {
    font-size: 32px;
}
.inn-banner {
    padding: 110px 0 40px;
}
.responsives .slick-arrow::before {
    font-size: 16px;
}
.responsives .slick-next {
    right: 10px;
}
.responsives .slick-prev {
    left: -16px;
}
.blue-cta {
    height: 410px;
    margin-bottom: 0;
    background-size: cover;
}
.pric-sec {
    padding: 60px 0 0;
}
.it-banner h2 {
    font-size: 44px;
}
.it-banner p {
    font-size: 18px;
}
button.navbar-toggler {
    display: none !important;
}
a.mob-nm {
        color: #fff !important;
        display: block;
    }
a.mob-nm img {
    margin-right: 10px;
    width: 30px;
    position: relative;
    top: -2px;
}
}