@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&amp;display=swap);@import url(https://site-assets.fontawesome.com/releases/v5.15.4/css/all.css);@import url(https://use.typekit.net/wwx3qeq.css);@import url(https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css);@import url(../css/icostyle.css);:root {
    --light_white: #f8f8f8;
    --black: #000;
    --white: #fff;
    --primary_color: #00b7ff;
    --secondary_color: #0A0A2D;
    --text_color: #141414;
    --hover_color: #723DD2;
    --font-family: 'Plus Jakarta Sans', sans-serif;
    overflow-x: hidden !important;!I;!;
}

img {
    pointer-events: none
}

body {
    font-family: var(--font-family);
    overflow-x: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    background: #fff;
    scroll-behavior: smooth
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

body::-webkit-scrollbar-button:start:decrement,body::-webkit-scrollbar-button:end:increment {
    display: none
}

body::-webkit-scrollbar-track-piece {
    background-color: #f4f4ec;
    -webkit-border-radius: 0;
    border-left: 1px solid #ccc
}

body::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: var(--primary_color)
}

::selection {
    color: var(--white);
    background: var(--primary_color)
}

a {
    text-decoration: none;
    color: #000;
    font-family: var(--paragraph-font)
}

a:hover,a:focus {
    text-decoration: none;
    color: #000
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Plus Jakarta Sans',sans-serif
}

input[type="text"]:focus,textarea:focus,input[type="password"]:focus,select:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="tel"]:focus,input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none
}

ul {
    padding: 0;
    margin: 0
}

.container {
    max-width: 1500px
}

header {
    padding: 0 0 0;
    position: relative;
    z-index: 99;
    width: 100%;
    transition: 0.5s ease-in-out
}

.logo__Sec__main {
    text-align: left
}

.logo__Sec__main a {
    display: block
}

.logo__Sec__main img {
    width: 50%
}

header .row {
    align-items: center
}

.main_menu_sec ul li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--black);
    padding: 30px 19px!important
}

.btn__head__tb ul li {
    display: inline-block;
    padding: 10px 20px
}

.btn__head__tb ul li a {
    color: var(--black);
    font-size: 16px;
    font-weight: 600
}

.btn__head__tb ul li a img {
    padding-right: 10px
}

.btn__head__tb ul li a.btn__head {
    background: #fff0 linear-gradient(74deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat;
    padding: 17px 29px;
    border-radius: 10px;
    color: var(--white)
}

.btn__head__tb ul li a.btn__head:hover {
    background: #fff0 linear-gradient(73deg,var(--secondary_color) 0%,var(--primary_color) 100%) 0% 0% no-repeat padding-box;
    color: var(--white);
    transparent linear-gradient(73deg,var(--secondary_color) 0%,var(--primary_color) 100%) 0% 0% no-repeat background: padding-box
}

.btn__head__tb {
    text-align: right
}

header .container-fluid {
    padding: 0 190px 0 20px
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgb(0 0 0 / 29%);
    min-width: 16rem;
    border-radius: 0
}

.main_menu_sec ul.dropdown-menu li a {
    font-size: 14px;
    color: #fff!important;
    padding: 15px 20px!important;
    border-bottom: 1px solid rgb(255 255 255 / 7%)
}

ul.dropdown-menu {
    padding: 0;
    background: var(--primary_color);
    border: 0!important;
    top: 70px;
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box
}

.main_menu_sec ul.dropdown-menu li a:hover {
    color: var(--primary_color)!important;
    background: var(--white)!important
}

.mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    background: var(--primary-color);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: var(--primary_color)
}

.mobile-nav .logo-main {
    font-size: 16px;
    color: #8795a0;
    padding: 15px 0 15px 24px;
    display: inline-block
}

.mobile-nav img {
    width: 130px
}

.mobile-nav nav {
    height: 100%
}

.mobile-nav nav li a {
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px
}

.mobile-nav nav li a .fa {
    font-size: 20px;
    float: right
}

.mobile-nav nav li ul {
    display: none;
    background: #fff
}

.mobile-nav nav li ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #000
}

.app-container.active {
    left: -80%
}

.app-container {
    position: relative;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: none
}

.mobile-nav-btn {
    display: none;
    position: fixed;
    top: 4px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 14
}

.mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: -10px
}

.mobile-nav-btn.active {
    right: 2%;
    z-index: 999999999;
    top: 0
}

.mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    top: 8px
}

.lines:before,.lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease,-webkit-transform .3s ease;
    transition: top .3s .6s ease,transform .3s ease
}

.mobile-nav-btn .lines:before {
    top: 0;
    content: "\f0c9";
    font-family: 'Font Awesome 5 Pro';
    font-size: 31px;
    color: #fff;
    position: absolute;
    right: 0;
    background: var(--primary_color);
    padding: 13px 12px;
    border-radius: 5px
}

.mobile-nav-btn.active .lines:before {
    content: "\f00d";
    background: var(--primary_color);
}

.mobile-nav.active {
    z-index: 9999999
}

.mobile-nav.active {
    height: 100%;
    right: 0
}

.mobile-nav ul {
    padding-top: 100px
}

ul.firstlevel.unstyled {
    padding: 0
}

header.stickyheader {
    position: fixed;
    z-index: 9999;
    min-height: auto;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0 10px 23px #0000000d;
    padding: 0 0 0
}

header.stickyheader .logo__Sec__main img {
    width: 50%
}

.banner__img {
    width: 100%
}

.banner__Sec__main .carousel-caption {
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.banner___content h1 {
    letter-spacing: -2.1px;
    color: var(--text_color);
    font-size: 59px;
    line-height: 84px;
    margin-bottom: 10px
}

.banner___content h1 span {
    background: var(--primary_color);
    color: var(--white);
    padding: 10px 24px 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 0;
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box
}

.banner___content p {
    font-size: 20px;
    color: var(--text_color);
    line-height: 33px;
    font-weight: 400;
    width: 80%
}

ul.point__banner li {
    color: var(--text_color);
    letter-spacing: -.6px;
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 15px;
    position: relative;
    padding-left: 23px
}

ul.point__banner {
    padding-bottom: 20px
}

.web___btn ul li {
    display: inline-block
}

.web___btn ul li a {
    display: inline-block;
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
    padding: 19px 30px;
    border-radius: 10px;
    color: var(--white);
    font-size: 17px;
    font-weight: 500
}

.web___btn ul li:nth-last-child(1) a {
    background: #fff0;
    color: var(--black)
}

.web___btn ul li:nth-last-child(1) a img {
    padding-right: 10px;
    position: relative;
    top: -2px
}

ul.point__banner li:before {
    content: '';
    position: absolute;
    background: url(../images/arrow-icon.svg);
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0
}

.trusted___logo__SEC {
    text-align: center;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.trusted___logo__SEC img {
    width: auto;
    margin: 0 auto
}

.slick-slide {
    margin: 0
}

.platform__text h3 {
    text-align: center;
    letter-spacing: -.84px;
    color: #141414;
    font-size: 28px;
    font-weight: 600
}

.platform__form__Sec {
    padding: 70px 0
}

.about__img__hme img {
    width: 100%
}

.home__about__content h2 {
    letter-spacing: -1.65px;
    font-size: 55px;
    font-weight: 700;
    color: var(--black);
    padding-bottom: 10px
}

.home__about__content h6 {
    color: var(--primary_color);
    font-size: 21px
}

.home__about__content p {
    font-size: 18px;
    line-height: 34px
}

.home__about__content {
    padding-left: 20px
}

.web___btn ul li a:hover {
    color: var(--white);
    background: #fff0 linear-gradient(73deg,var(--secondary_color) 0%,var(--primary_color) 100%) 0% 0% no-repeat padding-box
}

.web___btn ul li:nth-last-child(1) a:hover {
    background: #fff0;
    color: var(--primary_color)
}

.padding__120 {
    padding: 120px 0
}

.what__we__offer {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    overflow: hidden
}

.heading__center h6 {
    font-size: 28px;
    letter-spacing: -.56px;
    color: var(--black);
    font-weight: 700
}

.heading__center h2 {
    color: var(--primary_color);
    letter-spacing: -1.4px;
    font-size: 70px;
    font-weight: 700;
    background: linear-gradient(to right,var(--primary_color) 0%,var(--secondary_color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.offer__tab__list {
    position: relative;
    background: #fff0 linear-gradient(93deg,#ffffff 0%,#ffffff 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 0 11px #0000001C;
    border-radius: 16px;
    padding: 40px 30px 40px 110px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out
}

.offer__tab__list span {
    font-size: 28px;
    line-height: 36px
}

.offer__tab__list img {
    position: absolute;
    left: 30px
}

.offer__tab__list small {
    color: #EEE;
    font-size: 55px;
    font-weight: 700
}

.offer__menu__sec ul {
    border: 0;
    display: unset
}

.offer__menu__sec ul li a {
    padding: 0;
    border: 0!important;
    background: transparent!important
}

.offer__box {
    background: var(--primary_color);
    padding: 100px 40px 60px 40px;
    position: relative;
    height: 630px;
    z-index: 9;
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box
}

.offer__menu__sec {
    margin-top: 40px;
    position: relative;
    z-index: 99
}

.offer__box:before {
    content: '';
    position: absolute;
    background: var(--primary_color);
    width: 120%;
    height: 630px;
    left: -194px;
    top: 0;
    z-index: -1;
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box
}

.what__we__offer .row {
    align-items: center
}

.offer__menu__sec::-webkit-scrollbar {
    width: 0
}

.offer__menu__sec::-webkit-scrollbar-track {
    background-color: rgb(3 21 33 / .1)
}

.offer__menu__sec::-webkit-scrollbar-thumb {
    background-color: #031521;
    height: 60px
}

.offer__box h4 {
    letter-spacing: -.88px;
    font-size: 44px;
    color: var(--white);
    font-weight: 700;
    padding-bottom: 5px
}

.offer__box span {
    color: var(--white);
    letter-spacing: -.6px;
    font-size: 30px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 36px
}

.offer__box p {
    font-size: 16px;
    line-height: 30px;
    color: var(--white);
    width: 95%;
    font-weight: 300
}

a.offer__btn {
    background: var(--white);
    padding: 16px 30px;
    display: inline-block;
    margin-top: 10px;
    font-size: 17px;
    border-radius: 10px;
    font-weight: 600
}

.offer__tab__list:hover,.offer__menu__sec li a.active .offer__tab__list {
    background: #fff0 linear-gradient(93deg,#037ab5 0%,#028ece 100%) 0% 0% no-repeat padding-box;
    transition: 0.5s ease-in-out
}

.services__logo__tab img {
    padding-bottom: 10px;
    width: auto
}

.services__logo__tab span {
    letter-spacing: -.4px;
    font-size: 17px!important;
    display: block;
    line-height: normal
}

.what__we__offer .tab-content>.tab-pane {
    display: block;
    height: 0
}

.what__we__offer .tab-content>.active {
    height: auto
}

.center__head__SEc h2 {
    letter-spacing: -3.6px;
    color: var(--text_color);
    font-size: 80px;
    font-weight: 700
}

.center__head__SEc h2 span {
    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--text_color)
}

.Portfolio__Tb__LiSt ul li {
    margin: 0;
    display: block;
    width: 100%
}

.Portfolio__Tb__LiSt ul li a {
    display: inline-block;
    font-size: 21px;
    padding: 16px 20px 12px 0;
    letter-spacing: -.56px;
    color: var(--text_color);
    font-weight: 500;
    border: 2px solid transparent!important;
    margin-bottom: 14px
}

.Portfolio__Tb__LiSt ul {
    width: auto;
    border: 0
}

.Portfolio__Tb__LiSt ul li a:hover {
    border-bottom: 2px solid var(--primary_color)!important
}

.Portfolio__Tb__LiSt ul li a.active {
    font-weight: 800;
    border-bottom: 2px solid var(--primary_color)!important
}

.Portfolio__Tb__LiSt ul li {
    margin: 0;
    display: block;
    width: 100%
}

.Portfolio__Tb__LiSt ul li a {
    display: inline-block;
    font-size: 21px;
    padding: 16px 20px 12px 0;
    letter-spacing: -.56px;
    color: var(--text_color)!important;
    font-weight: 500;
    border: 2px solid transparent!important;
    margin-bottom: 14px;
    transition: 0.5s ease-in-out
}

.Portfolio__Tb__LiSt ul {
    width: auto;
    border: 0
}

.Portfolio__Tb__LiSt ul li a:hover {
    border-bottom: 2px solid var(--primary_color)!important
}

.Portfolio__Tb__LiSt ul li a.active {
    font-weight: 800;
    border-bottom: 2px solid var(--primary_color)!important
}

.portfolio__img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 14px rgb(0 0 0 / 17%);
    height: 370px;
    object-fit: cover
}

.portfolio__img {
    margin-bottom: 30px
}

.portfolio__content span {
    font-size: 24px;
    font-weight: 700;
    color: var(--text_xolor);
    margin-bottom: 13px;
    display: inline-block
}

.portfolio__content p {
    letter-spacing: -.4px;
    font-size: 20px;
    font-weight: 300
}

.portfolio__sec__Main {
    margin-bottom: 40px;
    height: 370px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 17px rgb(0 0 0 / 17%);
    transition: 0.5s ease-in-out
}

.portfolio__sec__Main:hover {
    transform: scale(1.1);
    transition: 0.5s ease-in-out
}

.Portfolio__Tb__LiSt {
    position: sticky;
    top: 20px
}

.cta__sec__main {
    background: url(../images/cta-banner-01.jpg);
    background-size: cover;
    padding: 160px 0;
    background-attachment: fixed;
    background-position: center
}

.cta__content__Sec {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column
}

.cta__content__Sec h3 {
    color: var(--white);
    letter-spacing: -2.16px;
    font-size: 72px;
    margin-bottom: 0
}

.cta__content__Sec h3 span {
    font-weight: 700
}

.cta__content__Sec .web___btn ul li a {
    display: inline-block;
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
    padding: 20px 50px;
    border-radius: 10px;
    color: var(--white);
    font-size: 19px;
    font-weight: 500
}

.cta__content__Sec .web___btn {
    padding-top: 30px!important
}

.cta__content__Sec .web___btn ul li a:hover {
    background: var(--white);
    color: var(--primary_color)
}

.packages__head h2 {
    letter-spacing: -2.64px;
    color: var(--black);
    font-size: 88px;
    line-height: 104px
}

.packages__Sec__main {
    background: #f8f8f8
}

.packages__head h2 span {
    color: var(--primary_color);
    background: linear-gradient(to right,var(--primary_color) 0%,var(--secondary_color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.packages__head p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400
}

.package__box__sec {
    background: #e9e9e9 0% 0% no-repeat padding-box;
    border-radius: 22px;
    padding: 40px 25px;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out
}

.packages__name {
    text-align: center
}

.packages__name span {
    font-size: 21px;
    font-weight: 700;
    color: var(--black)
}

.packages__amount span {
    text-align: center;
    letter-spacing: -2.4px;
    color: var(--primary_color);
    font-size: 50px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 20px;
    display: inline-block;
    background: linear-gradient(to right,var(--primary_color) 0%,var(--secondary_color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.per__amount {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.packages__amount {
    text-align: center
}

.per__amount span {
    letter-spacing: -.57px;
    font-size: 21px;
    padding: 0 10px
}

.per__amount span:nth-last-child(1) {
    text-decoration: line-through
}

.list__packages ul {
    height: 290px;
    overflow-y: scroll
}

.list__packages ul::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px
}

.list__packages ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e6e5e5;
    border-radius: 10px;
    background: #e6e5e5
}

.list__packages ul::-webkit-scrollbar-thumb {
    background: var(--primary_color);
    border-radius: 10px
}

.list__packages ul::-webkit-scrollbar-thumb:hover {
    background: var(--primary_color)
}

.list__packages ul li {
    font-size: 16px;
    padding-bottom: 12px;
    padding-left: 20px;
    position: relative
}

.list__packages ul li:before {
    content: '';
    position: absolute;
    background: url(../images/packages-icon.svg);
    width: 10px;
    height: 10px;
    left: 0;
    top: 6px
}

.list__packages {
    padding-bottom: 30px
}

.btn__pkg {
    text-align: center
}

.btn__pkg a {
    background: var(--primary_color);
    width: 100%;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    color: var(--white);
    font-size: 18px;
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box
}

.package__box__sec:hover {
    background: var(--primary_color);
    transition: 0.5s ease-in-out;
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box
}

.package__box__sec:hover .packages__name span {
    color: var(--white)
}

.package__box__sec:hover .packages__amount span {
    color: var(--white);
    -webkit-text-fill-color: snow
}

.package__box__sec:hover .per__amount span {
    color: #c3c2c2
}

.package__box__sec:hover .list__packages ul li {
    color: var(--white)
}

.package__box__sec:hover .btn__pkg a {
    background: var(--white);
    color: var(--primary_color)
}

.package__box__sec:hover .list__packages ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #4b4b4b;
    border-radius: 10px;
    background: #4b4b4b
}

.package__box__sec:hover .list__packages ul::-webkit-scrollbar-thumb {
    background: var(--white);
    border-radius: 10px
}

.package__box__sec:hover .list__packages ul::-webkit-scrollbar-thumb:hover {
    background: var(--white)
}

.packages__list__menu ul li a {
    background: #e9e8e8;
    padding: 20px 30px;
    color: var(--primary_color);
    font-size: 19px;
    border: 0!important;
    border-radius: 10px!important;
    font-weight: 500
}

.packages__list__menu ul {
    justify-content: center;
    border: 0
}

.packages__list__menu ul li {
    padding: 0 9px;
    margin-bottom: 20px!important
}

.packages__list__menu ul li a:hover,.packages__list__menu ul li a.active {
    color: var(--white)!important;
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box
}

.why_choose___sec {
    background: url(../images/why-choose-banner.jpg);
    background-size: cover;
    background-position: center
}

.center__text__sec h2 {
    font-size: 80px;
    text-align: left;
    letter-spacing: -2.64px;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 10px
}

.center__text__sec h2 span {
    padding: 0 20px
}

.why_choose__box {
    background: var(--white);
    border-radius: 20px;
    padding: 30px 30px;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
    height: 290px
}

.icon__box {
    width: 80px;
    height: 80px;
    background: #FFECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.5s ease-in-out
}

.choose__icon__tab {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.choose__head {
    padding-left: 20px
}

.choose__head span {
    font-size: 21px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0
}

.choose__para p {
    font-size: 16px;
    line-height: 26px
}

.why_choose__box:hover .icon__box {
    background: #100f37;
    transition: 0.5s ease-in-out;
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box
}

.why_choose__box:hover .icon__box img {
    filter: brightness(0) invert(1)
}

.industries__sec__main {
    background: #F5F5F5 0% 0% no-repeat padding-box
}

.industries__sec__main .center__text__sec h2 {
    color: #0A0A2D;
    text-align: center
}

.industries__sec__box {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 0 26px #0000001A;
    border-radius: 10px;
    padding: 30px 0 40px;
    text-align: center;
    transition: 0.5s ease-in-out;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px
}

.industries__sec__icon {
    padding-bottom: 20px
}

.industries__sec__head span {
    letter-spacing: -.66px;
    color: var(--black);
    font-size: 22px;
    font-weight: 400;
    line-height: 28px
}

.industries__sec__box:hover {
    background: var(--primary_color);
    transition: 0.5s ease-in-out;
    transform: scale(1.1);
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box
}

.industries__sec__box:hover .industries__sec__icon img {
    filter: brightness(0) invert(1)
}

.industries__sec__box:hover .industries__sec__head span {
    color: var(--white)
}

.counter__sec__main .center__text__sec h2 {
    color: var(--black)
}

.center__text__sec p {
    font-size: 19px;
    line-height: 31px;
    font-weight: 400
}

.counter {
    line-height: 1;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 5.225rem;
    font-size: 87px;
    margin: 0 0 20px 0;
    font-weight: 900;
    color: var(--primary_color);
    justify-content: center;
    letter-spacing: -3.06px;
    background: linear-gradient(to right,#30CFD0 0%,#330867 100%);
    -webkit-background-clip: text
}

.counter>span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 2s ease;
    transform: translateY(0);
    line-height: 1
}

.counter>span span {
    flex: 0 0 100%;
    height: 100%
}

.counter:nth-child(1)>span {
    transition-delay: 0s
}

.counter:nth-child(2)>span {
    transition-delay: 0.375s
}

.counter:nth-child(3)>span {
    transition-delay: 0.75s
}

.counter:nth-child(4)>span {
    transition-delay: 1.125s
}

.counter:nth-child(5)>span {
    transition-delay: 1.5s
}

.counter:nth-child(6)>span {
    transition-delay: 1.875s
}

.counter:nth-child(7)>span {
    transition-delay: 2.25s
}

.counter:nth-child(8)>span {
    transition-delay: 2.625s
}

.counter:nth-child(9)>span {
    transition-delay: 3s
}

.counter:nth-child(10)>span {
    transition-delay: 3.375s
}

.counter:nth-child(11)>span {
    transition-delay: 3.75s
}

.counter:nth-child(12)>span {
    transition-delay: 4.125s
}

.counter:nth-child(13)>span {
    transition-delay: 4.5s
}

.counter:nth-child(14)>span {
    transition-delay: 4.875s
}

.counter:nth-child(15)>span {
    transition-delay: 5.25s
}

.counter:nth-child(16)>span {
    transition-delay: 5.625s
}

.counter:nth-child(17)>span {
    transition-delay: 6s
}

.counter:nth-child(18)>span {
    transition-delay: 6.375s
}

.counter:nth-child(19)>span {
    transition-delay: 6.75s
}

.counter:nth-child(20)>span {
    transition-delay: 7.125s
}

.counters ul li {
    display: inline-block;
    text-align: center
}

.counters ul {
    width: 100%;
    justify-content: space-between;
    display: flex
}

.counter_sec_main {
    background: var(--light_white)
}

span.count_text {
    font-size: 20px;
    color: var(--black);
    font-weight: 500
}

.text-black {
    color: var(--black)!important
}

.review__sec__main {
    background: url(../images/review-banner.jpg);
    background-size: cover;
    background-position: center
}

.review__list__tb {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 0 26px #0000000A;
    border-radius: 20px;
    text-align: center;
    padding: 60px 10px
}

.review__list__tb img {
    padding-bottom: 30px
}

.review__list__tb p {
    color: #616161;
    font-size: 19px;
    line-height: 36px;
    font-weight: 400;
    width: 80%;
    margin: 0 auto 20px
}

.brand__author span {
    display: block;
    color: #141414;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px
}

.brand__author small {
    color: #42006B;
    font-size: 16px
}

.second__sec__tb {
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
    padding: 100px 0 90px
}

.sec__CTA__Sc h3 {
    letter-spacing: -1.8px;
    font-size: 60px;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 0
}

.cta__after {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: -1
}

.sec__CTA__Sc {
    position: relative;
    z-index: 9
}

.faq__sec__main .center__text__sec h2 {
    color: var(--black);
    letter-spacing: -2.4px;
    font-size: 54px
}

.faq__inner__sec .card-header {
    padding: 0;
    border: 0!important;
    border-radius: 0!important
}

.faq__inner__sec .card-header button {
    background: #EBEBEB8C 0% 0% no-repeat padding-box;
    border: 0;
    padding: 27px 30px;
    letter-spacing: -.4px;
    color: var(--black);
    font-size: 17px;
    text-decoration: none;
    border-radius: 0
}

.faq__inner__sec .card {
    border: 3px solid #DEDEDE;
    border-radius: 12px;
    margin-bottom: 27px!important
}

.faq__inner__sec .card-header h5 button.collapsed i.fa-minus::before {
    content: "\f067"
}

.faq__inner__sec .card-body {
    font-size: 17px;
    line-height: 32px;
    font-weight: 400
}

.skill {
    margin-bottom: 28px;
    position: relative;
    overflow-x: hidden;
    padding: 0 5px 0 0
}

.skill:before {
    width: 100%;
    height: 11px;
    content: "";
    display: block;
    position: absolute;
    background: #e8e8e8;
    bottom: 2px;
    border-radius: 10px
}

.skill-bar {
    width: 100%;
    height: 11px;
    background: var(--primary_color);
    display: block;
    position: relative;
    top: -2px;
    margin: 0 2px
}

.skill1 {
    width: 95%
}

.skill-bar {
    position: relative;
    border-radius: 10px
}

.skill-bar span {
    color: #24235C;
    position: absolute;
    border-top: #fff0;
    top: -30px;
    padding: 0;
    font-size: 14px;
    padding: 3px 0;
    font-weight: 500
}

.skill1 .skill-count1 {
    right: 0
}

.skill2 {
    width: 85%
}

.skill2 .skill-count2 {
    right: 0
}

.skill3 {
    width: 99%
}

.skill3 .skill-count3 {
    right: 0
}

.skill4 {
    width: 65%
}

.skill4 .skill-count4 {
    right: 0
}

.skill5 {
    width: 80%
}

.skill5 .skill-count5 {
    right: 0
}

.skill6 {
    width: 100%
}

.skill6 .skill-count6 {
    right: 0
}

.skill h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black)
}

.faq__sec__main .center__text__sec p {
    font-size: 17px
}

.contact__forM {
    background: #081118
}

.form__content {
    text-align: center
}

.form__content h3 {
    color: var(--white);
    letter-spacing: -2.64px;
    font-size: 70px;
    font-weight: 400
}

.form__content p {
    color: var(--white);
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    line-height: 35px;
    font-weight: 300
}

.contact__form__sec input {
    height: 60px;
    border: 2px solid #414141;
    border-radius: 10px;
    width: 100%;
    background: #fff0;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff
}

.contact__form__sec {
    padding-top: 60px
}

.contact__form__sec textarea {
    height: 180px;
    border: 2px solid #414141;
    border-radius: 10px;
    width: 100%;
    background: #fff0;
    padding: 30px 21px;
    font-size: 16px;
    margin-bottom: 30px;
    resize: none;
    color: #fff
}

.btn__submit input {
    width: auto;
    height: auto;
    padding: 20px 50px;
    background: #fff;
    color: var(--primary_color);
    font-weight: 600;
    font-size: 17px;
    border: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out
}

.btn__submit input:hover {
    background: var(--primary_color);
    color: var(--white);
    transition: 0.5s ease-in-out
}

.our__approch__content h6 {
    letter-spacing: -.6px;
    font-size: 20px;
    color: var(--primary_color);
    padding-bottom: 20px
}

.our__approch__content h2 {
    letter-spacing: -1.65px;
    font-size: 55px;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 20px
}

.our__approch__content p {
    font-size: 18px;
    line-height: 34px
}

.discovery__sec__tab {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 0 36px #0000001C;
    border-radius: 16px;
    padding: 30px 30px;
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
    height: 204px
}

.discovery__sec__tab h3 {
    font-size: 32px;
    position: relative;
    z-index: 99
}

.discovery__sec__tab p {
    font-size: 16px;
    line-height: 27px;
    width: 80%;
    display: inline-block;
    position: relative;
    z-index: 99
}

.discovery__sec__tab span {
    position: absolute;
    right: 40px;
    font-size: 82px;
    font-weight: 700;
    color: #000;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    padding-top: 10px;
    z-index: 99
}

.overlay_img_sec img {
    width: 100%;
    height: 204px;
    object-fit: cover;
    border-radius: 16px
}

.overlay_img_sec {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s ease-in-out
}

.overlay_img_sec:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 65%);
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 16px
}

.discovery__sec__tab:hover .overlay_img_sec {
    opacity: 1;
    transition: 0.5s ease-in-out
}

.discovery__sec__tab:hover h3,.discovery__sec__tab:hover p {
    color: var(--white)
}

p.margin-zero {
    margin: 0 auto 0
}

.contact__sec {
    background: #F5F5F5 0% 0% no-repeat padding-box
}

.contact__box__sec {
    background: #FFF 0% 0% no-repeat padding-box;
    box-shadow: 0 0 36px #0000001A;
    border-radius: 20px;
    padding: 50px 40px;
    transition: 0.5s ease-in-out;
    height: 490px
}

.contact__box__sec img {
    padding-bottom: 20px
}

.contact__box__sec h3 {
    font-size: 44px;
    font-weight: 700;
    color: var(--primary_color)
}

.contact__box__sec p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 30px
}

a.contact__btn {
    display: inline-block;
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
    padding: 19px 30px;
    border-radius: 10px;
    color: var(--white);
    font-size: 17px;
    font-weight: 500
}

.contact__box__sec:hover {
    background: var(--primary_color);
    transition: 0.5s ease-in-out
}

.contact__box__sec:hover img {
    filter: brightness(0) invert(1)
}

.contact__box__sec:hover h3,.contact__box__sec:hover p {
    color: var(--white)
}

.contact__box__sec:hover a.contact__btn {
    background: var(--white);
    color: var(--primary_color)
}

.inner__banner__content h1 {
    letter-spacing: -1.6px;
    font-size: 77px;
    color: var(--white);
    font-weight: 700;
    padding-bottom: 10px
}

.inner__banner__content h1 span {
    background: #fff0;
    color: var(--primary_color);
    padding: 0!important
}

.inner__banner__content p {
    font-size: 20px;
    width: 100%;
    color: var(--white)
}

ul.points__banner li {
    display: inline-block;
    font-size: 17px;
    color: var(--white);
    padding: 0 20px 0 22px;
    position: relative;
    font-weight: 500
}

ul.points__banner li:after {
    content: '';
    background: url(../images/point-icon.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px
}

.form__banner__sec {
    background: #fff;
    border-radius: 10px;
    margin: 30px 17px 0;
    width: 80%;
    height: 60px
}

.form__banner__sec input {
    width: 100%;
    height: 60px;
    border: 0;
    border-right: 1px solid #f1e4e4;
    border-radius: 0;
    padding: 0 20px
}

.btn__banner__form input {
    background: #fff0 linear-gradient(74deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat;
    border-radius: 8px;
    color: var(--white);
    width: auto;
    position: relative;
    left: 10px;
    cursor: pointer;
    border: 0
}

.form__banner__sec .row .col-sm-3:nth-child(3) input {
    border: 0
}

.form__banner__sec .row .col-sm-3:nth-child(1) input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.banner__slider__img img {
    width: 100%
}

.banner__slider__sec {
    margin-top: -166px;
    margin-bottom: 40px;
}

.inner__banner__content {
    position: relative;
    top: -130px
}

.banner__slider__sec .container-fluid {
    padding: 0
}

.banner__slider__sec .banner__services__slider {
    margin-left: -110px;
    margin-right: -150px
}

.inner__services__content h2 span {
    color: var(--primary_color)
}

.video__Sec__main {
    background: #fff0 linear-gradient(63deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box
}

.video__Sec__main video {
    max-width: 100%;
    width: 100%
}

.our__process__sec {
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box
}

.process__box h4 {
    color: var(--white);
    font-size: 32px;
    font-weight: 600
}

.process__box p {
    font-size: 15px;
    color: var(--white);
    font-weight: 300;
    line-height: 26px
}

.process__box span {
    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke-width: .4px;
    -webkit-text-stroke-color: rgb(255 255 255 / 66%);
    font-size: 70px;
    font-weight: 700;
    padding-bottom: 40px;
    display: inline-block
}

.process__box {
    margin-bottom: 70px
}

.grow {
    transform: scale(.8)
}

.large-video-playing video {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 20px;
    position: relative
}

.video__content__sec {
    position: absolute;
    text-align: center;
    right: auto;
    top: -30px;
    z-index: 99;
    width: 100%
}

.video__content__sec h2 {
    color: var(--white);
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 110px
}

.video__content__sec h2 span {
    font-size: 80px;
    letter-spacing: -1.6px;
    line-height: 30px!important
}

.large-video-playing:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 24%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    border-radius: 14px
}

li.head__pkg {
    color: var(--primary_color);
    font-weight: 700;
    padding: 10px 0!important;
    font-size: 19px!important
}

li.head__pkg:before {
    display: none
}

.LetsGetModal .modal-dialog {
    max-width: 920px
}

.modal__img__sec img {
    width: 100%;
    height: 515px;
    object-fit: cover
}

.LetsGetModal .modal-body {
    padding: 0;
    border: 0;
    border-radius: 0!important
}

.LetsGetModal .modal-content {
    border-radius: 15px;
    border: 0
}

.ban-form input {
    height: 45px;
    margin-bottom: 13px;
    font-size: 14px
}

.form__banner {
    padding: 0
}

.ban-form textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    padding: 15px 12px;
    font-size: 14px;
    margin-bottom: 20px
}

.submitbtn input {
    width: 100%;
    background: var(--primary_color);
    border: 0;
    font-size: 18px;
    color: var(--white);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 16px 0;
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box
}

.overlay_popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 20px 20px;
    bottom: 0;
    display: flex;
    align-items: flex-end
}

.modal__img__sec {
    position: relative
}

.overlay_popup h5 {
    color: var(--white);
    font-size: 26px;
    font-weight: 300
}

.overlay_popup h5 span {
    color: var(--secondary_color)
}

.LetsGetModal button.close {
    background: var(--primary_color);
    opacity: 1;
    text-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50px;
    color: #fff;
    z-index: 9999;
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box
}

.LetsGetModal button.close span {
    position: relative;
    top: -5px;
    font-size: 29px;
    right: -1px
}

.modal-backdrop {
    z-index: 99999
}

.modal {
    z-index: 999999
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 15px
}

.ban-form select {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 45px;
    margin-bottom: 13px;
    font-size: 13px;
    padding: .375rem .75rem;
    color: #495057
}

.form__banner textarea {
    height: 230px
}

.LetsGetModal textarea {
    width: 100%;
    height: 278px;
    border-radius: 5px;
    padding: 10px 10px;
    border: 1px solid #ced4da;
    resize: none
}

.popup__head h6 {
    font-size: 30px;
    font-weight: 700
}

.popup__head p {
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    width: 90%
}

.banner-formInner .col-sm-8 {
    padding: 30px 40px
}

.term_content_Sec p,.term_content_sec p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400
}

.term_content_Sec h3,.term_content_sec h4 {
    font-size: 32px;
    color: var(--primary_color);
    font-weight: 700;
    padding-bottom: 7px
}

.term_content_Sec {
    padding-bottom: 30px
}

.term_content_Sec p b {
    color: var(--secondary_color)
}

.term_content_Sec ul li,.term_content_sec ul li {
    font-size: 19px;
    padding-bottom: 16px;
    font-weight: 400;
    list-style-type: disc;
    line-height: 30px
}

.term_content_sec ul li ul li {
    list-style-type: circle
}

.term_content_sec ul li ul {
    padding: 10px 20px
}

.term_content_Sec ul {
    padding: 0 40px
}

.term_content_Sec p a {
    color: var(--hover_color);
    font-weight: 700;
    text-decoration: underline
}

.term_content_Sec ul li a,.term_content_sec ul li a {
    color: var(--hover_color);
    font-weight: 700;
    text-decoration: underline
}

footer {
    background: #fff0 linear-gradient(73deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
    padding: 80px 0 20px
}

.footer__logo {
    padding-bottom: 20px
}

.footer__logo a {
    display: block
}

.footer__logo img {
    width: 50%;
    filter: brightness(0) invert(1)
}

.footer__para p {
    color: var(--white);
    font-size: 14px;
    line-height: 25px;
    font-weight: 300
}

ul.footer__social li {
    display: inline-block
}

ul.footer__social li a {
    color: var(--white);
    font-size: 38px;
    padding: 10px 20px 0 0
}

ul.footer__social {
    padding: 10px 0
}

.link__head span {
    color: var(--white);
    font-size: 20px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
    font-weight: 600
}

.links__anchor ul li a {
    font-size: 16px;
    color: var(--white);
    font-weight: 300;
    padding-bottom: 14px;
    display: inline-block
}

.links__anchor ul li a:hover {
    color: #b5b5b5
}

.info__contact ul li span {
    color: var(--white);
    font-size: 19px;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 500
}

.info__contact ul li {
    padding-bottom: 20px;
    display: block
}

.info__contact ul li p {
    font-size: 16px;
    color: var(--white);
    line-height: 27px;
    font-weight: 300
}

.info__contact ul li a {
    display: block;
    color: var(--white);
    font-size: 17px;
    font-weight: 300
}

.payment__icon {
    border-top: 1px solid rgb(255 255 255 / 35%);
    border-bottom: 1px solid rgb(255 255 255 / 35%);
    padding: 30px 0;
    margin-top: 40px
}

.payment__icon .row {
    align-items: center
}

.copy__right {
    padding-top: 40px
}

.copy__text p {
    color: var(--white);
    font-size: 16px;
    font-weight: 300
}

.terms__links ul li {
    display: inline-block;
    padding: 0 0 0 40px
}

.terms__links ul li a {
    color: var(--white);
    font-size: 17px;
    font-weight: 300;
    position: relative
}

.terms__links ul li a:hover {
    color: var(--primary_color)
}

.links__anchor ul li a:after {
    content: '';
    background: url(../images/footer__icon.svg);
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 6px;
    background-repeat: no-repeat
}

.terms__links {
    text-align: right
}

.terms__links ul li a:after {
    content: '';
    position: absolute;
    border-right: 1px solid #fff;
    right: -20px;
    height: 27px;
    top: -1px
}

.terms__links ul li:nth-last-child(1) a:after {
    border: 0
}

.faq__sec__main .center__text__sec.growth__sec h2 {
    font-size: 40px;
    letter-spacing: -1px
}

.mobile__number {
    display: none
}

@media (max-width: 1600px) {
    .container {
        max-width:1400px
    }

    .banner___content h1 {
        font-size: 41px;
        line-height: 66px;
    }

    .home__about__content h2 {
        font-size: 52px
    }

    .home__about__content p {
        font-size: 17px;
        line-height: 32px
    }

    .offer__box:before {
        width: 100%;
        left: -154px
    }

    .heading__center h2 {
        font-size: 63px
    }

    .packages__head h2 {
        font-size: 55px;
    }

    .packages__list__menu ul li a {
        padding: 20px 25px;
        font-size: 18px
    }

    .list__packages ul {
        overflow-x: hidden
    }

    .faq__sec__main .center__text__sec.growth__sec h2 {
        font-size: 36px
    }

    .faq__sec__main .center__text__sec h2 {
        font-size: 50px
    }

    .sec__CTA__Sc h3 {
        font-size: 54px
    }

    .center__text__sec h2 {
        font-size: 70px
    }

    .counter {
        font-size: 80px
    }

    .center__text__sec h2 span {
        padding: 0 20px;
        position: relative;
        top: -9px
    }

    .form__content h3 {
        font-size: 65px
    }

    .choose__head span {
        font-size: 19px
    }

    .choose__head {
        padding-left: 10px
    }

    .why_choose__box {
        padding: 30px 25px
    }

    .cta__content__Sec h3 {
        font-size: 65px
    }

    .Portfolio__Tb__LiSt ul li a {
        font-size: 19px
    }

    .offer__tab__list span {
        font-size: 25px;
        line-height: 30px
    }

    .offer__box h4 {
        font-size: 40px
    }

    .offer__box span {
        font-size: 28px
    }

    .offer__box p {
        font-size: 15px;
        line-height: 28px
    }

    .about__banner .banner___content h1 {
        font-size: 50px;
        line-height: 65px
    }

    .about__banner .banner___content p {
        font-size: 19px
    }

    .our__approch__content h2 {
        font-size: 51px;
        line-height: 60px
    }

    .discovery__sec__tab h3 {
        font-size: 30px
    }

    ul.points__banner li {
        font-size: 16px
    }

    .banner__slider__sec {
        overflow: hidden
    }

    .process__box h4 {
        font-size: 28px
    }

    .links__anchor ul li a {
        padding-bottom: 12px;
        font-size: 15px
    }

    .copy__text p {
        font-size: 15px
    }

    .link__head span {
        font-size: 19px
    }

    .skill h4 {
        font-size: 18px
    }

    .choose__para p {
        font-size: 15px
    }

    .packages__name span {
        font-size: 16px
    }

    .packages__amount span {
        font-size: 45px
    }

    .list__packages ul li {
        font-size: 15px
    }

    .contact__box__sec h3 {
        font-size: 37px
    }

    .contact__box__sec p {
        font-size: 17px;
        line-height: 28px
    }

    .term_content_Sec h3,.term_content_sec h4 {
        font-size: 29px
    }

    .term_content_Sec p {
        font-size: 18px;
        line-height: 29px
    }

    .banner___content h1 span {
        padding: 5px 24px 5px 20px
    }

    ul.point__banner li {
        font-size: 18px
    }

    .industries__sec__head span {
        font-size: 20px;
        line-height: 24px
    }

    .industries__sec__box {
        height: 200px
    }

    .review__list__tb p {
        font-size: 18px;
        line-height: 33px
    }
}

@media (max-width: 1440px) {
    .container {
        max-width:1300px
    }

    .btn__head__tb ul li a.btn__head {
        padding: 15px 20px;
        font-size: 15px
    }

    .banner___content h1 {
        font-size: 52px;
        line-height: 65px
    }

    .banner___content p {
        font-size: 19px;
        line-height: 30px
    }

    .home__about__content h2 {
        font-size: 46px;
        letter-spacing: -1px
    }

    .offer__box span {
        font-size: 25px;
        width: 90%
    }

    .offer__tab__list small {
        font-size: 45px
    }

    .heading__center h2 {
        font-size: 59px
    }

    .cta__sec__main {
        padding: 130px 0
    }

    .packages__head h2 {
        font-size: 70px;
        line-height: 84px
    }

    .center__text__sec h2 {
        font-size: 60px
    }

    .faq__sec__main .center__text__sec.growth__sec h2 {
        font-size: 32px
    }

    .form__content h3 {
        font-size: 58px
    }

    .info__contact ul li p {
        margin-bottom: 0
    }

    .about__banner .banner___content p {
        font-size: 17px
    }

    .our__approch__content h2 {
        font-size: 47px
    }

    .discovery__sec__tab p {
        width: 73%
    }

    .discovery__sec__tab span {
        font-size: 72px
    }

    .inner__banner .col-sm-10 {
        max-width: 100%;
        flex: 100%
    }

    .btn__banner__form input {
        left: 13px
    }

    .platform__form__Sec {
        padding: 110px 0
    }

    .process__box h4 {
        font-size: 25px
    }

    .process__box p {
        font-size: 14px;
        line-height: 25px
    }

    .link__head span {
        font-size: 18px
    }

    .banner__slider__sec {
        margin-top: -127px;
    }

    .sec__CTA__Sc h3 {
        font-size: 51px
    }

    .our__process__sec .center__text__sec h2 {
        font-size: 50px
    }

    .main_menu_sec ul li a {
        padding: 30px 14px!important
    }
}

@media (max-width: 1366px) {
    .container {
        max-width:1200px
    }
    .banner__slider__sec {
        margin-top: -127px;
    }
    .platform__form__Sec {
        padding: 70px 0
    }

    .banner___content h1 {
        font-size: 46px;
        line-height: 65px
    }

    .banner___content h1 br {
        display: none
    }

    .home__about__content h2 {
        font-size: 40px;
        letter-spacing: -1px
    }

    .heading__center h2 {
        font-size: 52px
    }

    .offer__box span {
        font-size: 22px
    }

    .cta__content__Sec h3 {
        font-size: 52px;
        letter-spacing: -.5px
    }

    .packages__head h2 {
        font-size: 63px;
        line-height: 75px
    }

    .packages__list__menu ul li a {
        padding: 20px 22px;
        font-size: 17px
    }

    .per__amount span {
        letter-spacing: -.57px;
        font-size: 18px;
        padding: 0 5px
    }

    .why_choose__box {
        padding: 30px 25px;
        height: 310px
    }

    .industries__sec__icon img {
        width: 50px
    }

    .industries__sec__head span {
        font-size: 17px;
        line-height: 21px
    }

    .industries__sec__box {
        height: 170px
    }

    .counter {
        font-size: 70px;
        height: 4.225rem
    }

    .faq__sec__main .center__text__sec h2 {
        font-size: 42px
    }

    .faq__inner__sec .card-header button {
        padding: 24px 18px
    }

    .form__content p {
        font-size: 16px
    }

    .info__contact ul li span {
        font-size: 16px
    }

    .links__anchor ul li a {
        padding-bottom: 9px;
        font-size: 14px
    }

    .info__contact ul li a {
        font-size: 15px
    }

    .info__contact ul li p {
        font-size: 15px
    }

    .offer__tab__list span {
        font-size: 20px;
        line-height: 26px
    }

    .about__banner .banner___content h1 {
        font-size: 46px;
        line-height: 57px
    }

    .about__banner .banner___content p {
        font-size: 16px;
        width: 87%;
        font-weight: 500
    }

    .our__approch__content h2 {
        font-size: 43px;
        line-height: 52px
    }

    .our__approch__content p {
        font-size: 17px;
        line-height: 31px
    }

    .our__process__sec .center__text__sec h2 {
        font-size: 41px
    }

    .process__box h4 {
        font-size: 21px
    }

    .faq__sec__main .center__text__sec.growth__sec h2 {
        font-size: 29px
    }

    .faq__sec__main .center__text__sec h2 {
        font-size: 39px
    }

    .faq__inner__sec .card-header button {
        padding: 24px 18px;
        font-size: 16px;
        white-space: unset
    }
}

@media (max-width: 1200px) {
    .container {
        max-width:1090px
    }

    .main_menu_sec ul li a {
        padding: 30px 12px!important;
        font-size: 15px
    }

    .btn__head__tb ul li {
        display: inline-block;
        padding: 10px 10px
    }

    .btn__head__tb ul li a.btn__head {
        padding: 15px 16px;
        font-size: 14px
    }

    .banner___content h1 {
        font-size: 41px;
        line-height: 58px
    }

    .banner___content p {
        font-size: 19px;
        line-height: 28px
    }

    ul.point__banner li {
        font-size: 17px
    }

    .about__img__hme img {
        width: 100%
    }

    .home__about__content h2 {
        font-size: 34px;
        letter-spacing: -1px
    }

    .home__about__content p {
        font-size: 16px;
        line-height: 31px
    }

    .heading__center h2 {
        font-size: 47px
    }

    .what__we__offer .row.pb-5.mb-5 {
        margin-bottom: 0!important
    }

    .services__logo__tab span {
        font-size: 15px!important
    }

    .offer__tab__list span {
        font-size: 17px;
        line-height: 21px
    }

    .Portfolio__Tb__LiSt ul li a {
        font-size: 17px;
        padding: 12px 20px 9px 0
    }

    .portfolio__content span {
        font-size: 20px
    }

    .portfolio__content p {
        font-size: 18px
    }

    .cta__content__Sec h3 {
        font-size: 43px;
        letter-spacing: -.5px
    }

    .packages__head h2 {
        font-size: 50px;
        line-height: 65px
    }

    .packages__list__menu ul li a {
        padding: 18px 19px;
        font-size: 15px
    }

    .package__box__sec {
        padding: 40px 15px
    }

    .packages__amount span {
        font-size: 38px
    }

    .per__amount span {
        font-size: 16px
    }

    .list__packages ul li {
        font-size: 13px
    }

    .btn__pkg a {
        font-size: 15px
    }

    .center__text__sec h2 {
        font-size: 52px
    }

    .icon__box {
        width: 70px;
        height: 70px
    }

    .choose__para p {
        font-size: 14px;
        line-height: 24px
    }

    .why_choose__box {
        padding: 30px 25px;
        height: 300px
    }

    .industries__sec__box {
        height: 160px
    }

    .sec__CTA__Sc h3 {
        font-size: 40px
    }

    .cta__after {
        top: -70px
    }

    .faq__sec__main .center__text__sec h2 {
        font-size: 32px
    }

    .center__text__sec h2 span {
        top: 0
    }

    .center__text__sec h2 span img {
        width: 34%
    }

    .skill h4 {
        font-size: 16px
    }

    .form__content h3 {
        font-size: 48px
    }

    .form__content p {
        font-size: 16px;
        width: 90%
    }

    .footer__para p {
        font-size: 13px;
        line-height: 24px
    }

    .link__head span {
        font-size: 16px
    }

    .links__anchor ul li a {
        padding-bottom: 9px;
        font-size: 13px
    }

    .info__contact ul li p {
        font-size: 14px
    }

    .payment__logo img {
        width: 80%
    }

    .copy__text p {
        font-size: 14px
    }

    .terms__links ul li a {
        font-size: 15px
    }

    .terms__links ul li a:after {
        right: -22px;
        height: 23px;
        top: 0
    }

    .counter {
        font-size: 60px;
        height: 3.4rem
    }

    .review__list__tb p {
        font-size: 17px;
        line-height: 30px;
        width: 90%
    }

    .faq__sec__main .center__text__sec.growth__sec h2 {
        font-size: 24px
    }

    .faq__sec__main .center__text__sec p {
        font-size: 16px;
        line-height: 27px
    }

    .form__content h3 {
        font-size: 43px
    }

    footer {
        padding: 60px 0 20px
    }

    .about__banner .banner___content h1 {
        font-size: 39px;
        line-height: 47px
    }

    .our__approch__content h2 {
        font-size: 38px;
        line-height: 44px
    }

    .discovery__sec__tab h3 {
        font-size: 25px
    }

    .discovery__sec__tab p {
        width: 73%;
        font-size: 15px;
        line-height: 24px
    }

    .our__approch__content p {
        font-size: 16px;
        line-height: 29px
    }

    .discovery__sec__tab span {
        font-size: 62px
    }

    .offer__box h4 {
        font-size: 35px
    }

    .offer__box span {
        font-size: 20px;
        line-height: 30px
    }

    .services__logo__tab span {
        font-size: 15px!important;
        line-height: 20px!important
    }

    .services__banner .banner__img {
        height: 750px;
        object-fit: cover
    }

    ul.points__banner li {
        font-size: 15px;
        padding: 0 10px 0 22px
    }

    .home__about__content h2 {
        font-size: 32px;
        letter-spacing: -1px
    }

    .home__about__content p {
        font-size: 17px;
        line-height: 30px
    }

    .video__content__sec h2 {
        font-size: 50px;
        line-height: 90px
    }

    .video__content__sec h2 span {
        font-size: 70px
    }

    .video__content__sec {
        top: -10px
    }

    .choose__head span {
        font-size: 18px;
        line-height: 20px
    }

    .our__process__sec .center__text__sec h2 {
        font-size: 35px;
        line-height: 10px
    }

    .our__process__sec .center__text__sec h2 span img {
        width: 25%
    }

    .process__box h4 {
        font-size: 19px
    }

    .process__box p {
        font-size: 13px;
        line-height: 23px
    }

    .process__box span {
        font-size: 60px;
        padding-bottom: 30px
    }

    .faq__inner__sec .card-header button {
        font-size: 15px
    }

    .packages__name span {
        font-size: 16px
    }

    .list__packages ul li {
        font-size: 14px;
        padding-left: 14px
    }

    .pkg__banner .banner___content p {
        width: 90%;
        font-size: 17px
    }

    .contact__box__sec h3 {
        font-size: 24px
    }

    .contact__box__sec p {
        font-size: 15px;
        line-height: 26px
    }

    .pkg__banner .banner___content h1 {
        font-size: 34px;
        width: 90%;
        margin: 0 auto 10px;
        line-height: 46px
    }

    .term_content_Sec p {
        font-size: 16px;
        line-height: 27px
    }

    .term_content_Sec h3,.term_content_sec h4 {
        font-size: 26px
    }

    .term_content_Sec ul li,.term_content_sec ul li {
        font-size: 16px;
        padding-bottom: 8px
    }

    .term_content_Sec h3,.term_content_sec h4 {
        font-size: 24px
    }
}

@media (max-width: 1100px) {
    .container {
        max-width:1020px
    }
.banner-form.srv-bnr-frm .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
}

.modal__img__sec img {
    height: 271px;
    object-fit: cover;
}

.banner-formInner .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100%;
    max-width: 100%;
}

.LetsGetModal textarea {
    height: 280px;
}
    .main_menu_sec ul li a {
        padding: 30px 4px!important;
        font-size: 14px;
    }

    .banner___content h1 {
        font-size: 37px;
        line-height: 58px
    }

    ul.point__banner li {
        font-size: 16px
    }

    .web___btn ul li a {
        padding: 15px 25px;
        font-size: 16px
    }

    .home__about__content h2 {
        font-size: 29px;
        letter-spacing: -1px
    }

    .home__about__content p {
        font-size: 16px;
        line-height: 29px
    }

    .offer__tab__list {
        padding: 50px 30px 50px 88px
    }

    .offer__tab__list img {
        width: 46px
    }

    .cta__content__Sec h3 {
        font-size: 37px;
        letter-spacing: -.5px
    }

    .packages__head h2 {
        font-size: 41px;
        line-height: 65px
    }

    .center__text__sec h2 {
        font-size: 45px;
        letter-spacing: -1px
    }

    .industries__sec__head span {
        font-size: 15px;
        line-height: 21px
    }

    .industries__sec__icon {
        padding-bottom: 10px
    }

    .industries__sec__icon img {
        width: 44px
    }

    .industries__sec__box {
        height: 140px
    }

    .faq__sec__main .center__text__sec h2 {
        font-size: 27px
    }

    .about__banner .banner__img {
        height: 580px;
        object-fit: cover
    }

    .about__banner .banner___content h1 {
        font-size: 35px;
        line-height: 47px
    }

    .our__approch__content h2 {
        font-size: 35px;
        line-height: 44px
    }

    .heading__center h2 {
        font-size: 41px
    }

    .cta__sec__main {
        padding: 110px 0
    }

    .form__content p {
        font-size: 15px;
        width: 95%;
        line-height: 30px
    }

    ul.points__banner li:after {
        width: 13px;
        height: 13px;
        top: 5px;
        background-size: cover
    }

    ul.points__banner li {
        font-size: 14px;
        padding: 0 10px 0 18px
    }

    .home__about__content h2 {
        font-size: 28px;
        letter-spacing: 0
    }

    .home__about__content p {
        font-size: 15px;
        line-height: 28px
    }

    .Portfolio__Tb__LiSt ul li a {
        font-size: 16px;
        padding: 10px 0 9px 0
    }

    .video__content__sec h2 span {
        font-size: 55px
    }

    .video__content__sec h2 {
        font-size: 45px;
        line-height: 80px
    }

    .video__content__sec {
        top: 0
    }

    .banner___content p {
        font-size: 18px;
        line-height: 28px
    }

    .packages__head p {
        font-size: 17px;
        line-height: 30px
    }

    .process__box span {
        font-size: 45px;
        padding-bottom: 25px
    }

    .our__process__sec .center__text__sec h2 {
        font-size: 30px
    }

    .pkg__banner .banner__img {
        height: 500px;
        object-fit: cover
    }

    .pkg__banner .banner___content h1 {
        font-size: 31px;
        width: 90%;
        margin: 0 auto 10px;
        line-height: 40px
    }

    .pkg__banner .banner___content p {
        width: 100%;
        font-size: 17px
    }
}

@media (max-width: 1024px) {
    .container {
        max-width:960px
    }

    .btn__head__tb ul li a.btn__head {
        padding: 13px 9px;
        font-size: 12px;
    }

    .hme__banner .banner__img {
        height: 600px;
        object-fit: cover
    }

    .home__about__content h2 {
        font-size: 25px;
        letter-spacing: 0
    }

    .offer__box {
        padding: 50px 10px
    }

    .offer__box:before {
        width: 100%;
        left: -154px;
        height: 670px
    }

    .offer__box {
        height: 670px
    }

    .packages__list__menu ul li a {
        padding: 15px 16px;
        font-size: 15px
    }

    .packages__Sec__main .col-sm-3 {
        max-width: 33%;
        flex: 33%
    }

    .list__packages ul li {
        font-size: 15px;
        padding-left: 14px
    }

    .icon__box {
        width: 60px;
        height: 60px
    }

    .icon__box img {
        width: 31px
    }

    ul.points__banner li {
        font-size: 13px;
        padding: 0 10px 0 18px
    }

    .banner___content p {
        font-size: 17px
    }

    .platform__form__Sec {
        padding: 100px 0
    }

    .platform__form__Sec .pt-5 {
        padding: 10px 0!important
    }

    .packages__head h2 {
        font-size: 37px;
        line-height: 65px
    }

    .faq__inner__sec .card-body {
        font-size: 15px;
        line-height: 27px;
        font-weight: 400
    }

    .banner___content h1 {
        font-size: 34px;
        line-height: 58px
    }

    .form__banner__sec input {
        font-size: 13px
    }

    .padding__120 {
        padding: 90px 0
    }
}

@media (max-width: 992px) {
    .banner___content h1 span {
        padding:5px 24px 5px 15px;
        margin: 0 12px
    }
    .banner-form.srv-bnr-frm .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
}

.modal__img__sec img {
    height: 271px;
    object-fit: cover;
}

.banner-formInner .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100%;
    max-width: 100%;
}

.LetsGetModal textarea {
    height: 280px;
}
}

@media (max-width: 768px) {
    .carousel-caption {
        top:50px
    }
.banner-form.srv-bnr-frm .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
}

.modal__img__sec img {
    height: 271px;
    object-fit: cover;
}

.banner-formInner .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100%;
    max-width: 100%;
}

.LetsGetModal textarea {
    height: 120px;
    margin-bottom: 16px;
}
    header {
        padding: 10px 0 10px
    }

    .carousel-inner {
        height: 600px
    }

    .btn__head__tb {
        text-align: right;
        display: none
    }

    .container {
        max-width: 720px
    }

    .main_menu_sec ul li a {
        padding: 30px 8px!important;
        font-size: 14px
    }

    header .col-sm-7 {
        max-width: 75%;
        flex: 75%
    }

    .banner___content h1 {
        font-size: 29px;
        line-height: 48px
    }

    .hme__banner .banner__img {
        height: 490px;
        object-fit: cover
    }

    ul.point__banner li {
        font-size: 15px
    }

    .banner___content p {
        font-size: 15px
    }

    .web___btn ul li a {
        padding: 15px 25px;
        font-size: 15px
    }

    .platform__form__Sec {
        padding: 60px 0
    }

    .home__about__sec .col-sm-6 {
        max-width: 100%;
        flex: 100%
    }

    .about__img__hme {
        display: none
    }

    .what__we__offer .col-sm-4 {
        max-width: 100%;
        flex: 100%
    }

    .what__we__offer .col-sm-8 {
        max-width: 100%;
        flex: 100%
    }

    .offer__menu__sec {
        height: auto;
        overflow-y: auto
    }

    .offer__menu__sec ul li a {
        width: 100%
    }

    .offer__tab__list {
        padding: 50px 30px 50px 88px;
        margin-bottom: 10px
    }

    .offer__menu__sec ul li {
        display: inline-block;
        padding: 10px 10px 0 0;
        width: 49%;
        flex: 50%
    }

    .offer__menu__sec ul {
        display: flex;
        margin-bottom: 20px
    }

    .offer__box {
        height: auto;
        padding: 50px 30px;
        border-radius: 10px
    }

    .offer__box:before {
        display: none
    }

    .our__portfolio__sec .col-sm-3 {
        max-width: 100%;
        flex: 100%
    }

    .our__portfolio__sec .col-sm-9 {
        max-width: 100%;
        flex: 100%
    }

    .Portfolio__Tb__LiSt ul li {
        display: inline-block;
        width: auto;
        padding: 10px 10px
    }

    .Portfolio__Tb__LiSt ul li a {
        font-size: 15px;
        padding: 10px 14px;
        background: #e9e8e8;
        color: var(--primary_color)!important;
        border-radius: 10px!important;
        border: 0!important;
        margin-bottom: 0
    }

    .Portfolio__Tb__LiSt {
        position: unset;
        top: 0;
        text-align: center
    }

    .Portfolio__Tb__LiSt ul {
        width: auto;
        border: 0;
        justify-content: center;
        margin-bottom: 20px
    }

    .Portfolio__Tb__LiSt ul li {
        display: inline-block;
        width: auto;
        padding: 7px 9px;
        margin-bottom: 0!important
    }

    .Portfolio__Tb__LiSt ul li a.active {
        background: var(--primary_color)!important;
        border: 0!important;
        font-weight: 500;
        color: var(--white)!important
    }

    .our__portfolio__sec .pt-5 {
        padding: 15px 0!important
    }

    .cta__content__Sec h3 {
        font-size: 30px;
        letter-spacing: -.5px
    }

    .packages__head h2 {
        font-size: 31px;
        line-height: 65px;
        letter-spacing: -1.94px
    }

    .Portfolio__Tb__LiSt ul li a:hover {
        border: 0!important
    }

    .packages__list__menu ul li a {
        padding: 13px 13px;
        font-size: 14px
    }

    .packages__Sec__main .col-sm-3 {
        max-width: 50%;
        flex: 50%
    }

    .why_choose___sec .col-sm-4 {
        max-width: 50%;
        flex: 50%
    }

    .industries__sec__main .col-sm-2 {
        max-width: 25%;
        flex: 25%
    }

    .industries__sec__main .row {
        justify-content: center
    }

    .center__text__sec h2 {
        font-size: 30px;
        letter-spacing: -1px
    }

    .counter {
        font-size: 50px;
        height: 3.2rem;
        margin-bottom: 10px
    }

    span.count_text {
        font-size: 17px
    }

    .center__text__sec p {
        font-size: 17px;
        line-height: 28px
    }

    .review__sec__main .col-sm-9 {
        max-width: 100%;
        flex: 100%
    }

    .sec__CTA__Sc h3 {
        font-size: 26px
    }

    .faq__sec__main .col-sm-6 {
        max-width: 100%;
        flex: 100%
    }

    .faq__inner__sec .card-header button {
        font-size: 17px
    }

    .form__content p {
        font-size: 14px;
        width: 95%;
        line-height: 30px
    }

    footer .col-sm-4 {
        max-width: 100%;
        flex: 100%
    }

    footer .col-sm-2 {
        max-width: 33%;
        flex: 33%;
        padding: 20px 20px!important
    }

    footer .col-sm-3 {
        max-width: 33%;
        flex: 33%
    }

    .payment__logo img {
        width: 100%
    }

    .copy__text p {
        font-size: 12px
    }

    .terms__links ul li a {
        font-size: 13px
    }

    .about__banner .col-sm-8 {
        max-width: 100%;
        flex: 100%
    }

    .about__banner .carousel-item:after {
        content: '';
        position: absolute;
        background: rgb(255 255 255 / 85%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .about__banner .banner___content p {
        font-size: 16px;
        width: 100%;
        font-weight: 500
    }

    .our__approch__sec .col-sm-6 {
        max-width: 100%;
        flex: 100%
    }

    .discovery__sec__main {
        padding-top: 40px
    }

    .form__content h3 {
        font-size: 34px
    }

    .about__banner .banner___content h1 {
        font-size: 31px;
        line-height: 47px
    }

    .services__banner .banner___content p br {
        display: none
    }

    .services__banner .banner___content p {
        font-size: 14px;
        line-height: 22px;
    }

    .inner__banner__content {
        position: relative;
        top: -60px
    }

    .inner__banner__content h1 span {
        margin: 0!important
    }

    ul.points__banner li {
        font-size: 15px;
        padding: 0 10px 0 18px;
        margin: 0px 0;
    }

    .services__banner .banner__img {
        height: 640px;
        object-fit: cover
    }

    .banner__slider__sec {
        margin-top: -151px;
        display: none;
    }

    .home__about__sec .col-sm-7 {
        max-width: 100%;
        flex: 100%
    }

    .video__content__sec h2 {
        font-size: 35px;
        line-height: 70px
    }

    .video__content__sec h2 span {
        font-size: 46px
    }

    .cta__after {
        top: -80px;
        right: 40px
    }

    .packages__head p br {
        display: none
    }

    .our__process__sec .col-sm-4 {
        max-width: 50%;
        flex: 50%
    }

    .video__Sec__main {
        overflow: hidden
    }
}

@media (max-width: 576px) {
    .hme__banner .banner__img {
        display:none
    }
    .hme__banner .banner__img .carousel-caption {
    position: unset;
    z-index: 2;
}
.extra_para {
    width: 100% !important;
    padding: 0px 15px !important;
    font-size: 13px !important;
    line-height: 23px !important;
}
.extra-para{
    width: 100% !important;
    padding: 0px 0px !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

section.banner__Sec__main.inner__banner.contact__banner.pkg__banner .carousel-inner {
    height: unset;
}
section.banner__Sec__main.hme__banner .carousel-inner {
    height: unset;
}
    .hme__banner  {
       justify-content: center;
       display: flex !important;
       /* padding: 3rem 0 3rem; */
       background: url(../images/banner-img-01.webp);
       height: 327px;
       display: flex;
       /* align-items: center;
    }
   
    .mobile-banner .form__banner__sec input {
        /* width: 50%; */
       background-position: center;
    }
    
    .mobile-banner .banner__img {
        height: fit-content;
        display: none;
    }
    section.banner__Sec__main.inner__banner.services__banner {
        display: none;
    }
    
    .mobile-banner {
        justify-content: center;
        display: flex !important;
        /* padding: 3rem 0 3rem; */
        background: url(../images/web-app-banner.webp);
        height: 750px;
        display: flex;
        /* align-items: center; */
    }
    
    .mobile-banner .carousel-inner {
        height: auto;
        overflow: initial;
    }
    
    .mobile-banner .banner__img {
        /* height: fit-content; */
        /* padding: 9rem 0; */
        /* object-fit: cover; */
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    
    .mobile-banner .inner__banner__content {
        top: 0;
        position: unset;
        padding: 2rem 0 6rem;
    }
    
   
    
    .mobile-banner .carousel-caption {
        position: static;
    }
    .banner__Sec__main.inner__banner .carousel-caption {
    top: 0 !important;
}
    section.banner__Sec__main.hme__banner .carousel-caption {
    top: 210px !important;
    position: unset;
}
    section.banner__Sec__main.inner__banner.about__banner .carousel-inner {
    height: auto!important;
}
    section.banner__Sec__main.inner__banner.about__banner .carousel-caption {
    top: 0px !important;
}

    .carousel-caption {
        top: 250px
    }

    header {
        padding: 10px 0 10px
    }

    .carousel-inner {
        height: 600px
    }

    .app-container {
        display: block
    }

    header.stickyheader {
        position: relative
    }

    .mobile__number {
        position: fixed!important;
        background: var(--primary_color);
        bottom: 0;
        width: 100%;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        z-index: 99;
        font-size: 25px;
        display: block
    }

    .mobile__number li a {
        color: #fff
    }

    .mobile-nav-btn {
        top: 0;
        position: absolute
    }

    .mobile-nav-btn span {
        top: 18px
    }

    .hme__banner .col-sm-8 {
        max-width: 100%;
        flex: 100%
    }

    .hme__banner .carousel-item:after {
        content: '';
        background: rgb(255 255 255 / 82%);
        width: 100%;
        height: 100%;
        top: 0;
        position: absolute;
        right: 0;
        z-index: -1;
    }

    .home__about__content h2 {
        font-size: 19px;
        letter-spacing: 0
    }

    .heading__center h2 {
        font-size: 30px
    }

    .container {
        max-width: 530px
    }

    .platform__text h3 {
        font-size: 23px
    }

    .home__about__content {
        padding-left: 0
    }

    .offer__menu__sec {
        margin-top: 0
    }

    .offer__tab__list img {
        position: relative;
        left: 0
    }

    .offer__tab__list {
        display: inline-block
    }

    .offer__tab__list {
        padding: 70px 30px 40px 28px
    }

    .offer__tab__list img {
        position: absolute;
        top: 20px;
        left: 27px
    }

    .offer__tab__list small {
        font-size: 45px;
        position: absolute;
        right: 10px;
        bottom: 22px;
        opacity: .5
    }

    .offer__box h4 {
        font-size: 27px
    }

    .offer__box span {
        font-size: 18px;
        line-height: 26px
    }

    .offer__box p {
        font-size: 14px;
        line-height: 26px
    }

    .padding__120 {
        padding: 20px 0;
    }

    .heading__center h6 {
        font-size: 22px
    }

    .heading__center h2 {
        font-size: 25px
    }

    .Portfolio__Tb__LiSt ul li {
        padding: 7px 4px
    }

    .Portfolio__Tb__LiSt ul li a {
        font-size: 12px;
        padding: 10px 10px;
        font-weight: 600
    }

    .portfolio__content span {
        font-size: 16px;
        margin-bottom: 5px
    }

    .portfolio__img {
        margin-bottom: 15px
    }

    .portfolio__content p {
        font-size: 16px
    }

    .cta__content__Sec h3 {
        font-size: 24px;
        letter-spacing: -.5px
    }

    .cta__content__Sec .web___btn ul li a {
        font-size: 16px;
        padding: 20px 30px
    }

    .packages__head h2 {
        font-size: 30px;
        line-height: 37px;
        letter-spacing: -1.34px
    }

    .industries__sec__main .col-sm-2 {
        max-width: 33%;
        flex: 33%
    }

    .industries__sec__main .row {
        justify-content: center;
        padding-top: 0!important
    }

    .counters ul li {
        width: 49%;
        margin-bottom: 20px
    }

    .counters ul {
        display: unset
    }

    .center__text__sec p {
        font-size: 15px;
        line-height: 24px
    }

    .center__text__sec h2 {
        font-size: 25px
    }

    .sec__CTA__Sc h3 {
        font-size: 22px
    }

    .second__sec__tb {
        padding: 70px 0 70px
    }

    .faq__sec__main .center__text__sec h2 {
        font-size: 23px
    }

    .faq__inner__sec .card-header button {
        font-size: 15px
    }

    .faq__inner__sec .card-body {
        font-size: 14px
    }

    .faq__sec__main .center__text__sec.growth__sec h2 {
        font-size: 21px
    }

    .form__content p {
        font-size: 16px;
        width: 100%;
        line-height: 30px
    }

    .contact__form__sec .col-sm-4 {
        max-width: 100%;
        flex: 100%
    }

    footer .col-sm-2 {
        max-width: 100%;
        flex: 100%;
        padding: 0 20px!important
    }

    footer .col-sm-3 {
        max-width: 100%;
        flex: 100%
    }

    footer .col-sm-2 {
        max-width: 100%;
        flex: 100%;
        padding: 0 20px!important
    }

    .link__head span {
        font-size: 16px;
        margin-bottom: 10px
    }

    .link__sec {
        padding-bottom: 20px
    }

    .links__anchor ul li a {
        padding-bottom: 12px;
        font-size: 16px
    }

    .footer__para p {
        font-size: 15px;
        line-height: 27px
    }

    .about__banner .banner___content h1 {
        font-size: 23px;
        line-height: 37px;
        letter-spacing: -1.7px
    }

    .about__banner .banner__img {
        height: 480px;
        object-fit: cover
    }

    .our__approch__content h2 br {
        display: none
    }

    .our__approch__content h2 {
        font-size: 32px;
        line-height: 40px
    }

    .banner__slider__sec .banner__services__slider {
        margin-left: -50px;
        margin-right: -70px
    }

    .form__banner__sec {
        background: #fff0;
        border-radius: 10px;
        margin: 20px 0;
        width: 100%
    }

    .form__banner__sec input {
        border-radius: 10px!important;
        border: 0;
        margin-bottom: 15px
    }

    .btn__banner__form input {
        left: 0;
        width: 100%;
        padding: 0
    }

    .form__banner__sec .col-sm-3.p-0 {
        /* max-width: 50%; */
        /* flex: 50%; */
        padding: 0 10px!important;
    }

    .about__img__hme {
        display: block;
        margin-bottom: 20px
    }

    .about__img__hme img {
        width: 80%
    }

    .home__about__sec .col-sm-5 {
        max-width: 100%;
        flex: 100%
    }

    .packages__head h2 {
        font-size: 20px;
        line-height: 37px;
        letter-spacing: -1.14px
    }

    .packages__head p {
        font-size: 16px;
        line-height: 26px
    }

    .why_choose__box {
        padding: 20px 17px;
        height: 300px
    }

    .choose__head span {
        font-size: 16px;
        line-height: 20px
    }

    .our__process__sec .center__text__sec h2 {
        font-size: 27px;
        line-height: 40px
    }

    .process__box h4 {
        font-size: 16px
    }

    .faq__sec__main .center__text__sec.growth__sec h2 {
        font-size: 19px
    }

    .form__content p {
        font-size: 15px;
        width: 100%;
        line-height: 29px
    }

    .footer__para p {
        font-size: 14px;
        line-height: 25px
    }

    .link__head span {
        font-size: 18px;
        margin-bottom: 10px
    }

    .payment__icon .col-sm-6 {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 20px;
        text-align: center!important
    }

    .payment__logo img {
        width: 70%;
        margin: 0 auto
    }

    .payment__logo {
        text-align: center!important
    }

    .copy__right .col-sm-6 {
        max-width: 100%;
        flex: 100%;
        text-align: center
    }

    .terms__links {
        text-align: center
    }

    .banner___content h1 {
        font-size: 28px;
        line-height: 40px
    }

    .services__banner .banner__img {
        height: 732px;
        object-fit: cover
    }

    .our__process__sec .center__text__sec h2 {
        font-size: 21px;
        line-height: 30px
    }

    section.home__about__sec.pb-5.mb-5 {
        margin-bottom: 0!important
    }

    .video__content__sec h2 {
        font-size: 27px
    }

    .video__content__sec h2 span {
        font-size: 33px
    }

    .video__content__sec h2 {
        font-size: 27px;
        line-height: 47px
    }

    .video__content__sec {
        right: 0
    }

    .pkg__banner .banner___content h1 {
        font-size: 25px;
        width: 100%;
        margin: 0 auto 10px;
        line-height: 34px
    }

    .pkg__banner .banner___content p {
        width: 100%;
        font-size: 15px;
        line-height: 20px;
    }

    .contact__sec .col-sm-6 {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 30px
    }

    .contact__box__sec {
        height: auto
    }

    .LetsGetModal .col-sm-4.p-0 {
        display: none
    }

    .banner-formInner .col-sm-8 {
        padding: 30px 40px;
        max-width: 100%;
        flex: 100%
    }

    .LetsGetModal .modal-dialog {
        max-width: 93%
    }

    .popup__head h6 {
        font-size: 25px
    }

    .popup__head p {
        font-size: 15px
    }
}

@media (max-width: 450px) {
    .carousel-caption {
        top: 0px;
    }
    .contact__box__sec h3 {
        font-size: 19px;
    }
    .pkg__banner .banner__img {
        height: 400px;
        object-fit: cover;
    }
    section.banner__Sec__main.inner__banner.about__banner .carousel-caption {
    top: 0px !important;
}

    header {
        padding: 10px 0 10px
    }

    .carousel-inner {
        height: 480px;
    }

    .about__img__hme img {
        width: 96%
    }

    .banner___content h1 {
        margin: 0;
        font-size: 23px;
        line-height: 30px;
    }

    .banner___content p {
        font-size: 16px;
        width: 100%
    }

    .main_menu_sec {
        display: none
    }

    .packages__list__menu ul li {
        padding: 0 3px;
        margin-bottom: 11px!important
    }

    .packages__list__menu ul li a {
        padding: 13px 10px;
        font-size: 12px;
        font-weight: 600
    }

    .packages__Sec__main .col-sm-3 {
        max-width: 100%;
        flex: 100%
    }

    .packages__name span {
        font-size: 21px
    }

    .per__amount span {
        font-size: 20px
    }

    .list__packages ul li {
        font-size: 16px;
        padding-left: 14px;
        padding-bottom: 14px
    }

    .why_choose___sec .col-sm-4 {
        max-width: 100%;
        flex: 100%
    }

    .why_choose__box {
        padding: 20px 17px;
        height: auto
    }

    .choose__para p {
        font-size: 15px;
        line-height: 26px
    }

    .choose__head span {
        font-size: 18px;
        line-height: 20px
    }

    .industries__sec__box {
        height: 130px;
        padding: 40px 0 40px
    }

    .industries__sec__icon img {
        width: 35px
    }

    .review__list__tb p {
        font-size: 15px;
        line-height: 27px;
        width: 90%
    }

    section.second__sec__tb {
        display: none
    }

    .form__content p {
        font-size: 15px;
        width: 100%;
        line-height: 26px
    }

    .links__anchor ul li a {
        padding-bottom: 12px;
        font-size: 15px
    }

    .payment__logo img {
        width: 95%;
        margin: 0 auto
    }

    .copy__text p {
        font-size: 13px
    }

    .faq__sec__main .center__text__sec h2 {
        font-size: 23px;
        letter-spacing: -1px;
        line-height: 30px
    }

    .about__banner .banner___content h1 {
        font-size: 22px;
        line-height: 29px;
        letter-spacing: -1px
    }

    .about__banner .banner___content p {
        font-size: 14px;
        width: 100%;
        font-weight: 500;
        line-height: 25px
    }

    .our__approch__content h2 {
        font-size: 27px;
        line-height: 35px
    }

    .our__approch__content h6 {
        font-size: 17px;
        padding-bottom: 0
    }

    .offer__tab__list span {
        font-size: 15px;
        line-height: 21px
    }

    .offer__tab__list {
        padding: 80px 30px 40px 16px
    }

    .offer__tab__list img {
        position: absolute;
        top: 20px;
        left: 11px
    }

    .pkg__banner .banner___content h1 {
        font-size: 17px;
        margin: 0 auto 10px;
        line-height: 27px;
        letter-spacing: 0px;
        width: 100%
    }

    .banner__slider__sec {
        margin-top: -98px;
        display: none;
    }

    .platform__form__Sec {
        padding: 30px 0
    }

    .video__content__sec h2 span {
        font-size: 30px
    }

    .our__process__sec .col-sm-4 {
        max-width: 100%;
        flex: 100%
    }

    .container {
        max-width: 420px
    }

    .our__portfolio__sec .col-sm-9 {
        max-width: 100%;
        flex: 100%
    }

    .term_content_Sec p {
        font-size: 15px;
        line-height: 26px
    }
}

@media (max-width: 390px) {
    .carousel-caption {
        top:270px
    }
    .pkg__banner .banner__img {
        height: 400px;
        object-fit: cover;
    }
    ul.points__banner li{
        width: 100%;
    }
section.banner__Sec__main.inner__banner.about__banner .carousel-caption {
    top: 0px !important;
}
    header {
        padding: 10px 0 10px
    }

    .carousel-inner {
        height: 600px
    }

    .container {
        max-width: 370px
    }

    .banner___content h1 {
        font-size: 17px;
        line-height: 25px;
        margin: 0;
    }

    .web___btn ul li a {
        padding: 13px 17px;
        font-size: 14px
    }

    .platform__text h3 {
        font-size: 17px;
        letter-spacing: -.34px
    }

    .heading__center h2 {
        font-size: 23px
    }

    .offer__menu__sec ul li {
        display: inline-block;
        padding: 20px 10px 0;
        width: 100%;
        flex: 100%
    }

    .offer__box h4 {
        font-size: 22px
    }

    .offer__box span {
        font-size: 16px;
        line-height: 25px
    }

    .offer__box {
        height: auto;
        padding: 30px 20px
    }

    .Portfolio__Tb__LiSt ul li a {
        font-size: 13px;
        padding: 10px 16px;
        font-weight: 600
    }

    .cta__content__Sec h3 {
        font-size: 20px
    }

    .packages__list__menu ul li a {
        padding: 13px 18px;
        font-size: 14px;
        font-weight: 500
    }

    .list__packages ul li {
        font-size: 15px;
        padding-left: 14px;
        padding-bottom: 10px
    }

    .center__text__sec h2 {
        font-size: 27px
    }

    .center__text__sec h2 span img {
        display: none
    }

    .center__text__sec h2 span {
        top: 0;
        padding: 0
    }

    .industries__sec__main .col-sm-2 {
        max-width: 50%;
        flex: 50%
    }

    .counter {
        font-size: 40px;
        height: 2.4rem;
        margin-bottom: 10px
    }

    span.count_text {
        font-size: 15px
    }

    .brand__author span {
        font-size: 19px
    }

    .form__content h3 {
        font-size: 27px
    }

    .terms__links ul li {
        display: inline-block;
        padding: 10px 23px
    }

    .terms__links ul li a:after {
        right: -22px;
        height: 23px;
        top: -3px
    }

    .info__contact ul li a {
        font-size: 14px
    }

    .info__contact ul li span {
        font-size: 15px
    }

    .links__anchor ul li a {
        padding-bottom: 11px;
        font-size: 14px
    }

    .form__banner__sec .col-sm-3.p-0 {
        max-width: 100%;
        flex: 100%;
        padding: 0 10px!important
    }

    .services__banner .banner__img {
        height: 1010px;
        object-fit: cover
    }

    .inner__banner__content {
        position: relative;
        top: -170px
    }

    .banner__slider__sec {
        margin-top: -215px
    }

    .about__img__hme img {
        width: 100%
    }

    .form__content p {
        font-size: 14px
    }

    .packages__head h2 {
        font-size: 16px;
        line-height: 37px;
        letter-spacing: -1px
    }

    .term_content_Sec p {
        font-size: 14px;
        line-height: 24px
    }

    .term_content_Sec ul li,.term_content_sec ul li {
        font-size: 14px;
        padding-bottom: 8px;
        line-height: 25px
    }

    .term_content_Sec h3,.term_content_sec h4 {
        font-size: 20px
    }

    .copy__text p {
        font-size: 12px
    }
}

.works-wrap {
    padding: 60px 0 60px;
    position: relative;
    background-color: #fff;
    z-index: 2;
    border-bottom: 1px solid #eaeaea
}

.subscribe-fold .myheading {
    position: relative;
    padding-bottom: 40px;
    font-size: 44px;
    color: #160c28;
    line-height: 1.1em;
    margin-bottom: 30px;
    padding: 0
}

.subs-pac {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 60px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 75px 0 0;
    background-color: #f0f0f0
}

.bronze {
    border: 1px solid #fff0
}

.subscribe-fold h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    font-weight: 800;
    width: 100%;
    text-align: center
}

.subs-pac h6 {
    color: var(--first-color);
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    line-height: .9;
    margin: 30px 0 0;
    position: relative;
    padding: 0 20px
}

.subs-pac h6 span.old {
    position: absolute;
    right: 0;
    left: 0;
    top: -30px;
    text-decoration: line-through;
    font-weight: 700;
    margin: 0;
    font-size: 16px
}

.subs-pac h6 span {
    font-size: 16px;
    color: #687087;
    display: inline-block;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
    line-height: 1.3
}

.subs-pac h6 span b.monthss {
    position: absolute;
    right: -61px;
    font-size: 20px;
    top: -37px;
    color: #555
}

.subs-pac h6 b {
    position: relative;
    font-size: 20px;
    display: inline-block;
    top: -28px;
    color: #555
}

.subs-pac a.ordrrrr {
    text-align: center;
    margin: 30px auto 0;
    border: none;
    padding: 14px 60px;
    color: #fff;
    box-shadow: none;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    background: #fff0 linear-gradient(74deg,var(--primary_color) 0%,var(--secondary_color) 100%) 0% 0% no-repeat
}

.subs-pac .actions a.chatbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 35px 0;
    display: inline-block;
    color: #000;
    margin: 0
}

.subs-pac .actions a.numberbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
    color: #000;
    display: inline-block;
    margin: 0
}

.subs-pac .actions a.numberbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 35px 0;
    color: #000;
    display: inline-block;
    margin: 0
}

.sub-list {
    padding-left: 40px
}

.subscribe-fold .table-packages {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%
}

.subscribe-fold .table-packages .head {
    width: 100%;
    margin-bottom: 23px
}

.subscribe-fold .table-packages .head h5 {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #160c28
}

.subscribe-fold .table-packages .body .subscription-list {
    height: 430px;
    margin-top: 20px;
    padding: 0
}

.innerContentScroll {
    height: 400px;
    overflow-y: scroll
}

.subscribe-fold .table-packages .body ul li {
    text-align: left;
    padding: 14px 0 14px 0;
    border-bottom: 1px solid #eaeaea;
    width: 95%
}

.subscribe-fold .table-packages .body ul li h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: var(--primary-font-family)
}

.subscribe-fold .table-packages .body ul li span.tick {
    font-size: 20px;
    color: #01e252;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 32px;
    line-height: 1.6;
    float: right
}

.subscribe-fold .table-packages .body ul li span.tick:before {
    content: '';
    position: absolute;
    background: url(../images/packages-icon.svg);
    background-repeat: no-repeat;
    width: 15px;
    background-size: cover;
    height: 15px;
    left: 0;
    top: 6px
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}5

::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement {
    display: none
}

::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0;
    border-left: 1px solid #fff
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: #0a0a2d
}

.view_btn {
    margin: 16px 0;
    text-align: center
}

.view_btn a.v-detail {
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline
}

.package__box__sec:hover .view_btn a.v-detail {
    color: #fff
}
.btn-new{
        display: inline-block;
        background: #fff0 linear-gradient(73deg, var(--primary_color) 0%, var(--secondary_color) 100%) 0% 0% no-repeat padding-box;
        padding: 20px 31px;
        border-radius: 10px;
        color: var(--white);
        font-size: 16px;
        font-weight: 500;
        max-width: max-content;
        height: auto;
        text-transform: capitalize;
}

.mobile-banner {
    display: none;
}
.customsec .packages__Sec__main {
    background: linear-gradient(139deg, #ffffff, #0294d4);
    text-align: center;
}

/* NEW CSS ADD */
.extra_para {
    color: var(--white);
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    font-weight: 500;
    width: 76%;
}

.extra-para{
    color: var(--white);
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    font-weight: 500;
    width: 76%;
}