:root {
    --primary-color: #006cff;
    --secondary-color: #f39838;
    --third-color: #c01785;
    --primary-fonts: "Poppins", sans-serif;
    --secondary-fonts: "Poppins", sans-serif;
    --third-font: "Poppins", sans-serif;
    --gredient-color1: linear-gradient(300deg, #8abcff 0%, #4290f9 100%);
    --gredient-color2: linear-gradient(300deg, #006cff 0%, #0359d1 100%);
    --gredient-color3: linear-gradient(315deg, #3591f3 0%, #26d8fb 70%);
    --gredient-1: linear-gradient(300deg, #006cff 0%, #0359d1 100%);
    --gredient-2: linear-gradient(300deg, #006cff 0%, #0359d1 100%);
}
body {
    font-family: var(--primary-fonts);
    overflow-x: hidden;
}
.container {
    max-width: 1260px;
}
p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    font-family: var(--secondary-fonts);
}
.rem-1-2 {
    font-size: 1.2rem;
}
.rem-2 {
    font-size: 2rem;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-14 {
    font-size: 14px;
}
.font-10 {
    font-size: 10px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-27 {
    font-size: 27px;
}
.font-30 {
    font-size: 30px;
}
.font-34 {
    font-size: 34px;
}
.font-38 {
    font-size: 38px;
}
.font-40 {
    font-size: 40px;
}
.font-45 {
    font-size: 45px;
}
.font-rm-50 {
    font-size: 2.9rem;
}
.font-50 {
    font-size: 45px;
}
.font-53 {
    font-size: 48px;
}
.font-60 {
    font-size: 60px;
}
.font-70 {
    font-size: 70px;
}
.font-80 {
    font-size: 80px;
}
.fw-100 {
    font-weight: 100;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}
.third-fonts {
    font-family: var(--third-font);
}
.text-primary {
    color: var(--primary-color);
}
#background-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.banner-padding {
    padding-top: 200px;
    padding-bottom: 200px;
}
.home-banner h1 {
    color: #fff;
    font-family: var(--secondary-fonts);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 10vh;
}
.home-banner h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3em;
    color: #fff;
    text-align: center;
}
.primary-back {
    background-image: var(--gredient-color3);
}
.pb-10 {
    padding-bottom: 200px;
}
.mrl-8 {
    margin-left: -7px;
}
.line-height-1 {
    line-height: 1;
}
.line-through {
    text-decoration: line-through;
}
.txt-grey {
    color: #000;
}
.back-color-m {
    background-color: #fff;
    box-shadow: 0 0 21px 3px #ddd;
}
.font-primary {
    font-family: var(--primary-fonts);
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.font-secondary {
    font-family: var(--secondary-fonts);
}
.fourth-font {
    font-family: var(--fourth-font);
}
.header-top {
    background-color: #222;
    padding: 10px 10px 10px 10px;
    border: 0 !important;
}
li.nav-item {
    position: relative;
}
.header-top i {
    font-size: 18px;
}
.header-top p {
    font-size: 14px;
}
.color-s {
    color: #17337c;
}
.border-primary {
    border: 2px solid #17337c !important;
}
.header-bottom .dropdown .dropdown-menu li a {
    color: #494949 !important;
    padding-left: 0 !important;
    line-height: 2em;
    margin-left: -26px;
}
.header-bottom .dropdown .dropdown-menu li a:hover {
    color: #543487 !important;
}
.dropdown-menu {
    line-height: 1.5em;
    padding-left: 0 !important;
    min-width: 11rem;
    padding: 0.5rem 0.5rem 0.5rem;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 1rem 1rem !important;
}
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav > .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #369bd5;
    font-family: var(--primary-fonts);
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
}
.navbar-toggler {
    background-color: #fff;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav > .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #0071b3;
}
.nav-link.pr-4.before-left::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 17px;
    background-color: #696969;
    top: 30%;
    left: -5%;
}
.header-bottom {
    background-color: transparent;
    background-image: var(--gredient-color1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 0;
}
.ul-pkg li {
    list-style-type: none;
    padding-left: 27px;
    line-height: 1.7em;
    color: #313131;
}
.ul-pkg li::before {
    background: url(../images/so-icon1.png);
    content: "";
    position: absolute;
    left: 0;
    width: 23px;
    height: 20px;
    margin-top: 5px;
    display: inline;
    background-repeat: no-repeat;
}
#package .card-header {
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
#package .card .card-body {
    padding: 35px;
}
#package .card {
    border-radius: 32px;
    box-shadow: 0 1px 10px 0 #ddd;
}
#package .card:hover {
    box-shadow: 0 1px 23px 0 #ddd;
}
.ullist01 li {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7em;
    color: #fff;
}
.ullist01 li::before {
    content: "✔";
    position: absolute;
    left: 42px;
    width: 50px;
    height: 40px;
    margin-top: 0;
}
.ullist li {
    list-style-type: none;
    padding-left: 15px;
    line-height: 1.7em;
    color: #fff;
}
.ullist li::before {
    content: "✔";
    position: absolute;
    left: 18px;
    width: 50px;
    height: 40px;
    margin-top: 0;
}
.ullist2 li {
    list-style-type: none;
    padding-left: 15px;
    line-height: 1.7em;
    color: #313131;
}
.ullist2 li::before {
    background: url(../images/so-icon1.png);
    content: "";
    position: absolute;
    left: 17px;
    width: 23px;
    height: 20px;
    margin-top: 5px;
    display: inline;
    background-repeat: no-repeat;
}
.ullist1 li {
    list-style-type: none;
    padding-left: 15px;
    line-height: 1.7em;
    color: #313131;
}
.ullist1 li::before {
    background: url(../images/so-icon.png);
    content: "";
    position: absolute;
    left: 17px;
    width: 28px;
    height: 23px;
    margin-top: 6px;
    display: inline;
    background-repeat: no-repeat;
}
.before-img::before {
    background-image: url(../images/shap-bottom.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: -33px;
    width: 650px;
    height: 790px;
    top: -24%;
    z-index: -1;
}
.before-pkg1::before {
    background-image: url("https://imagedelivery.net/nJwaBs__P2JfMUeYJ4vmjQ/b052b5f4-e4e6-4805-fa3e-abde6f117800/public");
    content: "";
    position: absolute;
    right: 5px;
    width: 100px;
    height: 70px;
    top: 0;
}
.before-pkg2::before {
    background-image: url("https://imagedelivery.net/nJwaBs__P2JfMUeYJ4vmjQ/cc70ef8b-d848-4b14-1a30-4a7d35d75b00/public");
    content: "";
    position: absolute;
    right: 43%;
    width: 108px;
    height: 91px;
    top: 0;
    left: 37%;
}
.before-pkg3::before {
    background-image: url("https://imagedelivery.net/nJwaBs__P2JfMUeYJ4vmjQ/089c6790-90b8-4fbd-2c5d-7c4e56737500/public");
    content: "";
    position: absolute;
    width: 108px;
    height: 91px;
    top: 0;
    left: 0;
}
.before-img1::before {
    background-image: url(../img/before-img.png);
    content: "";
    position: absolute;
    left: 0;
    width: 145px;
    height: 860px;
    top: -63%;
}
.underline {
    text-decoration: underline;
}
.before-underline {
    height: 1px;
    background: #fff;
    width: 50%;
    top: -7px;
    position: relative;
}
.text-capitalize {
    text-transform: capitalize;
}
.ul-pkg {
    list-style-type: none;
}
.ul-pkg li {
    line-height: 1.8em;
}
.ul-pkg1 li {
    line-height: 1.8em;
}
.ul-pkg1 li {
    list-style-type: none;
}
.fonts13 {
    font-size: 13px !important;
}
.ul-none {
    list-style-type: none;
}
.ai-style ul li a {
    color: #000;
    line-height: 2.5em;
    font-size: 14px;
}
.ai-style ul li a:hover {
    color: var(--primary-color);
}
.text-gr {
    color: #292929;
}
a.nav-link {
    color: #333;
}
.gradient-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-size: 100%;
    background-repeat: repeat;
    background-image: var(--gredient-color3);
}
.background-es {
    background-image: url(../img/es-style.png);
}
.bg-design::before {
    background-image: url(../img/bottom-back-img.jpg);
    z-index: -1;
    position: absolute;
    top: -190px;
    content: "";
    height: 640px;
    width: 100%;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav > .nav-link:hover {
    background: 0 0;
}
.z-1 {
    z-index: 999;
}
.steps-box-1 {
    background-color: #e4feba;
}
.steps-box-1:hover {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 0 10px 0 #ddd;
    transition: transform 0.5s;
}
.steps-box-2 {
    background-color: #f8ddd3;
}
.steps-box-2:hover {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 0 10px 0 #ddd;
    transition: transform 0.5s;
}
.steps-box-3 {
    background-color: #f4d9ff;
}
.steps-box-3:hover {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 0 10px 0 #ddd;
    transition: transform 0.5s;
}
.steps-box-4 {
    background-color: #ffd2df;
}
.steps-box-4:hover {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 0 10px 0 #ddd;
    transition: transform 0.5s;
}
ul.custom-nav.navbar-nav li {
    display: inline-block;
    text-decoration: none;
}
.header-bottom ul li a {
    color: #fcfcfc;
    font-family: var(--primary-fonts);
    font-size: 20px;
    font-weight: 500;
}
ul.custom-nav.nav li {
    padding-left: 90px;
}
.header-bottom ul li a:hover {
    color: #ebebeb;
}
.btn-trans {
    font-size: 15px;
    padding: 10px !important;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent !important;
    color: #fff;
    font-family: var(--third-font);
    text-transform: capitalize;
    font-weight: 700;
    border: 0 !important;
    border-radius: 8px;
    width: 200px;
    transition: all 0.5s ease;
}
.btn-trans:hover {
    background-image: var(--gredient-color3);
    color: #fff;
}
.btn-primarytop {
    font-size: 15px;
    padding: 8px 20px 8px !important;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid transparent !important;
    color: #fff;
    font-family: var(--third-font);
    text-transform: capitalize;
    font-weight: 500;
    border: 0 !important;
    background: rgba(255, 255, 255, 0.1);
    background-blend-mode: overlay;
    mix-blend-mode: normal;
    box-sizing: border-box;
    box-shadow: rgb(255 255 255 / 20%) 0 0 0 0.5px inset;
}
.btn-primary {
    font-size: 15px;
    padding: 10px 35px 10px !important;
    border-radius: 0;
    background-image: var(--gredient-color3);
    border: 1px solid transparent !important;
    color: #fff;
    font-family: var(--third-font);
    text-transform: capitalize;
    font-weight: 700;
    border: 0 !important;
    border-radius: 7px;
    transition: transform 0.5s;
    box-shadow: 0 0 10px 0 #ddd;
}
.btn-primarytop:hover {
    background-image: var(--gredient-2);
    color: #fff;
}
.btn-primaryform {
    font-size: 15px;
    padding: 10px 35px 10px !important;
    border-radius: 0;
    background-color: var(--primary-color);
    border: 1px solid transparent !important;
    color: #fff;
    font-family: var(--third-font);
    text-transform: capitalize;
    font-weight: 500;
    border: 0 !important;
    border-radius: 10px;
    transition: transform 0.5s;
}
.btn-primary:hover {
    background: var(--gredient-2);
}
.btn-primary-o {
    font-size: 14px;
    padding: 14px 30px 14px !important;
    border-radius: 0;
    background-color: transparent;
    border: 2px solid #000 !important;
    color: #000;
    font-family: var(--third-font);
    text-transform: uppercase;
    font-weight: 500;
}
.btn-black-o {
    width: 183px;
    padding: 8px !important;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #000 !important;
    color: #000;
    font-family: var(--third-font);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    transition: transform 0.5s;
}
.btn-black-o:hover {
    background: #fff;
    color: #000;
}
.btn-primary-o:hover {
    background: var(--gredient-color3);
    color: #fff;
}
.btn-white {
    width: 183px;
    padding: 8px !important;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid transparent !important;
    color: #000;
    font-family: var(--third-font);
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
}
.btn-primary2:hover {
    background: #000;
    transition: transform 0.5s;
    color: #fff;
}
.btn-cta a {
    margin: 20px;
}
.primary-black {
    font-size: 14px;
    padding: 14px 40px 14px !important;
    border-radius: 0;
    background-color: #000;
    border: 1px solid transparent !important;
    color: #fff;
    font-family: var(--third-font);
    text-transform: capitalize;
    font-weight: 500;
    border: 0;
}
.primary-grey {
    font-size: 14px;
    padding: 14px 40px 14px !important;
    border-radius: 0;
    background-color: #2b2b2b;
    border: 1px solid transparent !important;
    color: #fff;
    font-family: var(--third-font);
    text-transform: capitalize;
    font-weight: 500;
    border: 0;
}
.primary-grey:hover {
    background: var(--gredient-color3);
    transition: transform 0.5s;
    color: #fff;
}
.primary-black:hover {
    background: var(--gredient-color3);
    transition: transform 0.5s;
    color: #fff;
}
.btn-primary3 {
    font-size: 16px;
    padding: 8px 30px 8px !important;
    border-radius: 50px;
    background-color: var(--primary-color);
    border: 1px solid transparent !important;
    color: #fff;
    font-family: var(--third-font);
    text-transform: capitalize;
    font-weight: 700;
    border: 0;
}
.btn-primary3:hover {
    background: #000;
    transition: transform 0.5s;
}
.btn-yellow {
    font-size: 16px;
    padding: 12px 46px 12px !important;
    border-radius: 50px;
    background-color: #fdb500;
    border: 1px solid transparent !important;
    color: #000;
    font-family: var(--third-font);
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    z-index: 1000;
}
.btn-yellow:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.btn-primary-o {
    font-size: 15px;
    padding: 10px 35px 10px !important;
    border-radius: 0;
    background-color: transparent;
    border: 2px solid #006cff !important;
    color: #000;
    font-family: var(--third-font);
    text-transform: capitalize;
    border: 0;
}
.btn-primary1:hover {
    background: #000;
    transition: transform 0.5s;
    color: #fff;
}
.btn-primary2 {
    font-size: 14px;
    padding: 12px 30px 12px !important;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid transparent !important;
    color: #000;
    font-family: var(--third-font);
    text-transform: capitalize;
    font-weight: 700;
    border: 0;
    font-weight: 600;
}
.btn-primary2:hover {
    background: #000;
    transition: transform 0.5s;
    color: #fff;
}
.btn-rounded {
    font-size: 16px;
    padding: 8px 30px 8px !important;
    border-radius: 50px;
    background-color: #fff !important;
    border: 0 solid transparent !important;
    color: var(--primary-color) !important;
    font-family: var(--primary-fonts);
    text-transform: capitalize;
    font-weight: 600 !important;
    border: 0;
}
.btn-rounded:hover {
    background: var(--primary-color) !important;
    transition: transform 0.5s;
    color: #fff !important;
}
.roundeding {
    border-radius: 15px;
}
.home-banner .clients-b {
    background: rgba(0, 0, 0, 0.658);
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}
section {
    padding: 60px 0;
    display: block;
}
.overlay-layout-img {
    background-attachment: fixed;
    background-image: url(../images/bg-13.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: auto !important;
    margin: 0;
    padding: 0;
}
.content-box {
    padding-left: 150px;
}
.overlay-layout-color {
    background: 0 0;
    background-image: var(--gredient-color1);
    height: 430px;
    margin: 0;
    padding: 0;
}
.padding-100 {
    padding: 100px 0 100px 0;
    height: 100%;
}
.btn-secondary {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 30px 12px;
    border-radius: 0;
    background-image: var(--gredient-color2);
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: var(--secondary-fonts);
    text-transform: uppercase;
}
.backgrey {
    background-color: #2c2c2c;
}
.btn-secondary:hover {
    background-image: var(--gredient-color1);
    transition: transform 0.5s;
}
.btn-border {
    fill: #fff;
    color: #fff;
    background-color: #fff0;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    padding: 10px 40px 10px;
    margin-left: 5px;
    border-radius: 0;
}
.btn-border:hover {
    background-image: var(--gredient-color1);
    color: #fff;
    transition: transform 0.5s;
}
.feature-section ul li {
    display: inline;
}
.list-inline li {
    display: inline;
}
.feature-section {
    opacity: 1;
}
.text-black {
    color: #111;
}
.bookwriting .boowrite a {
    color: #111;
}
.bookwriting .slick-slide img {
    display: inline;
    width: 100px;
}
.bookwriting h4 {
    font-size: 24px;
}
a {
    text-decoration: none !important;
}
.btn-border2:hover {
    background-image: var(--gredient-color1);
    color: #fff;
    transition: transform 0.5s;
}
.btn-secondary2 {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    padding: 12px 40px 12px;
    margin-left: 5px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    background-image: var(--gredient-color1);
    border: 1px solid #319bd8;
    color: #fff;
    font-family: var(--secondary-fonts);
}
.btn-secondary2:hover {
    background-image: var(--gredient-color2);
    color: #fff;
    transition: transform 0.5s;
}
dl,
ol,
ul {
    padding-left: 0;
}
.call-to-action1 {
    background: var(--gredient-color1);
    padding: 15px 0 15px 0;
}
.call-to-action1 {
    color: #fff;
}
.jet-testimonials {
    color: #543487;
    font-size: 20px;
}
.lineheight {
    line-height: 1;
}
.text-red {
    color: #ee2d2d;
}
.txt-red {
    color: #ee2d2d;
    font-size: 18px;
}
footer {
    background: #f2f2f2;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    color: #636363;
    padding-top: 100px;
}
footer p a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3em;
}
footer p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
footer p a:hover {
    color: var(--primary-color);
}
.facebook-f {
    background-color: #3b5998;
    padding: 8px 8px 8px 11px;
    height: 50px;
    width: 50px;
}
.twitter-t {
    background-color: #037dbe;
    padding: 8px 11px 8px 11px;
    height: 50px;
    width: 50px;
}
.desclimer {
    background-color: transparent;
    background-image: var(--gredient-color1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 0 0;
}
.desclimer p {
    font-size: 12px;
}
.btn-consultancy {
    border: 1px solid #543487;
    border-top: none;
    cursor: pointer;
    width: 214px;
    height: 48px;
    overflow: hidden;
    background: #543487;
    color: #fff;
    padding: 8px 0 2px 0;
    position: fixed;
    top: 60vh;
    left: -88px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 1;
    font-size: 18px;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 520px;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}
.modal.left.fade .modal-dialog {
    left: 0;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
    left: 0;
}
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
    right: 0;
}
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    border-bottom-color: #fff;
    background-color: #fff;
}
button.close {
    background: #000;
    color: #fff;
    padding: 10px 16px 10px 15px !important;
}
.model-border {
    border: 1px solid #000;
    padding: 30px;
    height: auto;
    background: #fcfcfc;
    padding: 0 20px 20px 20px;
}
.sticky-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -160px;
    top: 230px;
    width: 210px;
    z-index: 1100;
}
.sticky li {
    list-style-type: none;
    background-color: #543487;
    color: #efefef;
    height: 50px;
    margin: 0 0 1px 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    padding: 0 10px 10px 0;
}
.sticky li:hover {
    margin-left: -115px;
}
.sticky li i {
    float: left;
    margin: 5px 4px;
    margin-right: 5px;
    font-size: 30px;
}
.sticky li p {
    padding-top: 5px;
    padding-left: 10px;
    margin: 0;
    line-height: 16px;
    font-size: 11px;
}
.sticky li p a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.sticky li p a:hover {
    text-decoration: underline;
}
.sticky li p a {
    padding-left: 10px !important;
}
.color-g {
    color: #727272;
}
.about-box {
    box-shadow: 0 0 3px 0 rgb(117 117 117 / 50%);
    margin: 30px 30px 30px 30px;
    padding: 30px 20px 30px 20px;
    border-radius: 5px;
    width: 16rem;
}
.about-box img {
    margin: 10px;
}
.listen-sec {
    background-color: #091e42;
}
.bg-eo {
    background-color: #fff;
    padding: 20px;
}
.bg-black {
    background: #000;
}
.footer-form-back {
    background-size: cover;
    background-image: url(../images/company-background-scaled.jpg);
    background-repeat: no-repeat;
}
.pricing .cardimg {
    width: 20%;
    height: 80%;
}
.cardcontent {
    width: 100%;
    height: 80%;
}
.pricing .card-text {
    text-align: left;
    padding-left: 25px;
}
.pricing .card-title {
    text-align: left;
    padding-left: 25px;
}
.pricing .card {
    padding: 20px 10px 20px 10px;
    box-shadow: 0 0 20px 0 rgb(203 203 203 / 39%);
    border: 0;
    border-radius: 12px;
}
.color-e {
    color: #1c165c;
}
.divider {
    text-align: center;
    border-width: 40%;
    border: 2px solid #543487;
}
.cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.b-before {
    background-image: url(../images/b-before.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 194px;
    bottom: -13%;
}
.backgroun-bfe::before {
    background-image: url(../images/bottom-package-banner.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 893px;
    top: -9%;
}
.tags::before {
    position: absolute;
    background-image: url(../images/ultimate1.png);
    background-repeat: no-repeat;
    content: "";
    font-size: 30px;
    font-weight: 800;
    left: -142px;
    width: 252px;
    height: 74px;
    top: -7%;
}
.back-opacity-black {
    background: rgba(0, 0, 0, 0.111);
}
.home-bottom-back {
    background: #006cff;
}
#homepopform .form-control {
    margin: 5px;
    border-radius: 5px;
    border: #595959;
    padding: 0.675rem 0.25rem;
    padding-left: 15px !important;
    font-size: 16px;
    font-weight: 500;
}
#homepopform .form-control::placeholder {
    padding-left: 7px !important;
}
.leadforms {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0 0 0 22px;
    background-color: #fff;
}
.form-control {
    border-color: #7b7b7b;
    border: 1px solid;
}
.form-control {
    padding-left: 0 !important;
}
.form-control::placeholder {
    font-size: 13px;
    padding: 0 !important;
}
.contact-form {
    background-color: #fff;
    opacity: 1;
    box-shadow: 0 0 22px 0 #949494;
}
.contact-form label {
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
}
.color-d {
    color: #7a7a7a;
}
.form-control {
    border-radius: 0;
    border: 0 solid #ddd;
    border-bottom: 1px solid #878787;
    line-height: 1.5;
}
.form-control:focus {
    background-color: none;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
textarea.form-control {
    height: 80px;
}
.formtags::after {
    content: "";
    position: absolute;
    background-image: url(../images/formtags.png);
    background-repeat: no-repeat;
    top: -12px;
    right: 20px;
    height: 143px;
    width: 92px;
}
.leadforms textarea.form-control {
    height: 80px;
}
.contactform-bottom textarea.form-control {
    height: 80px;
}
.back-color-1 {
    background-color: transparent;
    background-image: var(--gredient-1);
    color: #fff;
}
.backgery {
    background-color: #f8f8f8;
    opacity: 1;
}
.backgery .card-body {
    background: 0 0 !important;
}
.backgery .card {
    background: 0 0 !important;
    box-shadow: 0 0 3px 0 rgb(176 176 176 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border: 0;
}
.card-back-white .card {
    background: #fff !important;
}
.card-back-white .card-body {
    background: #fff !important;
}
.relative {
    position: relative;
}
div#marketing-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.book-banner2 {
    background-image: url(../images/bookwriting-banner.png);
}
#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}
.parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hover-o:hover {
    opacity: 0.5;
    transition: opacity 0.15s linear;
    transition: transform 0.5s;
}
.scroll-box {
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 20px;
}
.scroll-box::-webkit-scrollbar {
    width: 5px;
    border-radius: 20px;
}
.scroll-box::-webkit-scrollbar-track {
    background-color: #6f6f6f;
    border-radius: 20px;
}
.scroll-box::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 20px rgba(55, 55, 55, 0.3);
    border-radius: 20px;
}
.discussmodel .modal-dialog {
    max-width: 460px;
    border-radius: 10px;
}
.discussmodel .modal-content {
    border-radius: 10px;
}
.discussmodel a.close {
    background: #000;
    opacity: 1;
    border: 1px solid #fff;
    padding: 8px 14px 8px 14px !important;
    color: #fff !important;
    border-radius: 100%;
}
.accordinationtabs .card {
    color: #000 !important;
    border: 1px solid #1d1d1d;
    background: #fff;
    border-radius: 0;
    margin-top: 20px;
}
.accordinationtabs .card-header {
    background: #fff;
}
.accordinationtabs .card-header a h5 {
    color: #000;
}
#myModal .model-border {
    padding-top: 40px;
}
.btn-primary.focus,
.btn-primary:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
img.non-move:hover {
    transform: scale(1);
    transition: transform 0.5s;
}
.boowrite .text-center {
    padding: 20px;
}
.banner-clients.pt-5.pb-5.pl-5.pr-5.slick-initialized.slick-slider {
    padding: 25px 45px 25px 45px !important;
}
section.mt-0.banner-b {
    padding: 30px 0 20px 0;
}
section.mt-0 {
    padding: 30px 0 20px 0;
}
.modal.left .modal-body,
.modal.right .modal-body {
    overflow: hidden;
}
p.text-center.font-18.color-d.pb-5.pt-2 {
    padding-bottom: 0 !important;
}
.bg-white {
    background: #fff;
}
#homesave:focus:focus-visible {
    border: 0 !important;
}
.rating i {
    color: #f29b12;
    padding-left: 5px;
}
@font-face {
    font-family: Inter, sans-serif;
    font-display: swap;
}
.border-black {
    border: 2px solid #000;
}
.border-none {
    border: 0 solid #000;
}
.border-color {
    border: 2px solid #17337c;
}
.card-flip:hover .card-back {
    transform: rotateY(0);
    border-radius: 0;
}
.services .card {
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 0;
    border: 0;
}
.btn-secondary-rounded-o {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    padding: 10px 30px 10px;
    margin-left: 5px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid #494949;
    color: #333;
    font-family: var(--secondary-fonts);
}
.btn-secondary-rounded-o:hover {
    background: #494949;
    color: #fff;
}
@-webkit-keyframes glow {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.txt-keyfram {
    -webkit-animation-name: glow;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    text-align: center;
    color: #fff;
    line-height: 20px;
    opacity: 0;
}
.back-white {
    background-color: #fff;
}
.pkg-box {
    position: absolute;
    content: "";
    right: 10px;
    background-image: url(../img/pkg-box.png);
    width: 120px;
    height: 104px;
    top: 10px;
}
.call-box {
    border-style: solid;
    border-width: 2px;
    border-image: linear-gradient(45deg, #743bbc, #1c8eca) 1;
    border-radius: 10px !important;
    box-shadow: 0 0 10px 0 #ddd;
}
.call-box a {
    color: #000;
}
.call-box:hover {
    background: #f9fcff;
    box-shadow: 0 0 10px 0 #ddd;
}
.numbers-p {
    z-index: 100;
    position: absolute;
    top: 35%;
    left: 35%;
    font-weight: 900;
    color: #ff17b5;
    font-size: 21px;
}
.basic-1 {
    position: absolute;
    content: "";
    left: 10px;
    top: -84px;
}
.box-shadow-h {
    box-shadow: 0 0 10px 0 #ddd;
}
.box-shadow-h:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}
.gredient-1 {
    background-image: var(--gredient-1);
}
.gredient-2 {
    background-image: var(--gredient-2);
}
.border-o {
    border: 0;
}
.border-radius-20 {
    border-radius: 20px;
}
.flex-height {
    height: 200px;
    overflow-y: scroll;
}
@media (max-width: 767px) {
    .navbar-collapse {
        background-color: #1f1f1f;
        padding: 20px;
    }
    .body {
        overflow-x: hidden;
    }
    .font-50rem {
        font-size: 25px !important;
    }
    .margin-minus {
        margin: none;
    }
}
.outercirlce {
    width: 100%;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 50%;
    border: 1px solid;
    padding: 18px;
    border: 2px solid #b91986;
}
.inndercircle {
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 50%;
    border: 1px solid;
    border: 0 solid #b91986;
    margin: 20px;
    padding: 30px;
    background: linear-gradient(to top, #fff 50%, #b91986 50%);
}
.space-img {
    position: absolute;
    height: 490px;
    width: 240px;
    z-index: 1;
    content: "";
    left: -31px;
}
.outercirlce1 {
    width: 100%;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 50%;
    border: 1px solid;
    padding: 18px;
    border: 2px solid #f29638;
}
.inndercircle1 {
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 50%;
    border: 1px solid;
    border: 0 solid #f29638;
    margin: 20px;
    padding: 30px;
    background: linear-gradient(to top, #fff 50%, #f29638 50%);
}
.border-bx {
    background-image: url(../img/back-shapes.png);
    padding-top: 100px;
    padding-bottom: 100px;
}
.text-pink {
    color: #fa364d;
}
.imgh::before {
    position: absolute;
    left: 0;
    background-image: url("../img/border-1.png");
    content: "";
    top: 0;
    height: 181px;
    width: 100%;
    background-repeat: no-repeat;
}
.numbers {
    font-family: var(--fourth-font);
    font-size: 4rem;
    line-height: 37px;
    font-weight: 700;
    color: #000;
}
.spt {
    font-family: var(--secondary-fonts);
    font-size: 2rem;
    line-height: 37px;
    color: #fa364d;
    text-transform: uppercase;
}
.imgh1::after {
    position: absolute;
    right: -199px;
    background-image: url("../img/border-2.png");
    content: "";
    top: -25px;
    height: 185px;
    width: 100%;
    background-repeat: no-repeat;
}
.imgh3::after {
    position: absolute;
    left: 0;
    background-image: url("../img/border-3.png");
    content: "";
    top: -7.5px;
    height: 185px;
    width: 100%;
    background-repeat: no-repeat;
}
.mmr-po {
    margin-top: -32px;
}
.stepss {
    opacity: 0.1;
    position: absolute;
    content: "";
    top: 50%;
    left: 35%;
}
.stepss .spt {
    font-size: 70px;
}
img.img-fluid.beforecontact {
    position: absolute;
    right: 0;
    bottom: -200px;
    content: "";
    opacity: 0.9;
}
.btn-border-o {
    font-size: 14px;
    padding: 10px 25px 10px !important;
    border-radius: 0;
    font-family: var(--third-font);
    text-transform: capitalize;
    font-weight: 500;
}
.btn-border-o {
    border: 2px solid #000;
    color: #000;
}
.box-feature {
    background: #fff;
    box-shadow: 0 1px 23px 0 rgb(195 195 195);
    vertical-align: middle;
    border: 2px solid #006cff;
}
.box-feature:hover {
    background: #006cff;
    color: #fff;
}
.box-feature .btn-border-o:hover {
    border: 2px solid #fff;
    color: #fff;
}
.number-box {
    position: absolute;
    right: 15px;
    content: "";
    bottom: 0;
}
.img-arrow {
    position: absolute;
    top: 30%;
    left: -14px;
    content: "";
}
.box-promo {
    border-style: solid;
    border-width: 2px;
    padding: 30px 12px 30px 12px;
    margin: 0 0 20px 0;
    box-shadow: 2px 2px 20px #ccc;
    border: 2px solid #006cff;
    border-radius: 10px;
    height: 165px;
    background: #fff;
}
.box-promo img:hover {
    filter: brightness(0) invert(1);
}
.box-promo:hover {
    background-image: var(--gredient-color2);
    color: #fff;
}
.margin-minus {
    margin-top: -100px;
}
.accordination-home .card {
    margin: 10px;
    border-radius: 15px;
    font-size: 14px;
}
.accordination-home .card-header {
    background: #2b2b2b;
    color: #fff;
    border-radius: 15px;
}
.accordination-home .card-header a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.accordination-home .card-header h5 {
    font-size: 16px;
    font-weight: 400;
}
.testimonial-home {
    background: url(../images/1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 298px;
    width: auto;
}
.social a {
    font-size: 30px;
    color: #000;
    padding: 10px;
}
.social a:hover {
    color: #0c9dcc;
}
.before-imghome::before {
    background-image: url(../images/home-shap-1.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 0;
    width: 743px;
    height: 865px;
    top: -9%;
}
.h1001 {
    width: 180px;
    padding: 10px 10px 10px 0;
    width: 100%;
}
.h100 {
    padding: 10px;
    width: 180px;
    padding: 10px 10px 10px 0;
    align-items: flex-start;
    justify-content: left;
    width: 100%;
}
.h1002 {
    padding: 10px;
    width: 180px;
    padding: 10px 10px 10px 0;
    align-items: flex-start;
    justify-content: left;
    width: 100%;
    max-width: 150px;
}
.after-border1::after {
    position: absolute;
    content: "";
    left: 187px;
    height: 90px;
    width: 1px;
    background-color: #ddd;
}
.after-border2::after {
    position: absolute;
    content: "";
    left: 194px;
    right: 0;
    height: 90px;
    width: 1px;
    background-color: #ddd;
}
.after-border3::after {
    position: absolute;
    content: "";
    left: 145px;
    right: 0;
    height: 90px;
    width: 1px;
    background-color: #ddd;
}
.ebox .ebox1 {
    width: 200px;
}
.d-flex.d-inline.ul-none.h100.m-0.pt-2.p-0.pr-5.pb-0 {
    margin-left: -47px !important;
}
.boxcr {
    background-color: #fff;
    padding: 0 10px;
    box-shadow: 8px 6px 1px 2px #000;
    border: 1px solid #000;
}
.back-grey {
    background-color: #f0f0f0;
}
.calltoaction {
    background-image: var(--gredient-color1);
}
.tabsli {
    border: 0;
}
.gr-2 {
    background-color: #31a65a;
}
.gr-3 {
    background-color: #ccb732;
}
.scroll-box-home {
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    overflow-x: hidden;
    overflow-y: scroll;
}
.scroll-box-home::-webkit-scrollbar {
    width: 5px;
    border-radius: 20px;
}
.scroll-box-home::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 20px;
}
.scroll-box-home::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 20px #fff;
    border-radius: 20px;
}
.scroll-box {
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    overflow-x: hidden;
    overflow-y: scroll;
}
.marketing-card-body ul li b {
    font-size: 16px;
    margin: 8px 0 8px 0;
    color: #2c2c2c;
}
.marketing-card-body ul li i {
    font-size: 16px;
    padding-right: 10px;
    line-height: 15px;
    color: #000;
}
.card-body.marketing-card-body li {
    justify-content: left;
    display: flex;
}
.scroll-box1::-webkit-scrollbar {
    width: 5px;
    border-radius: 20px;
}
.scroll-box1::-webkit-scrollbar-track {
    background-color: #c4c4c4;
    border-radius: 20px;
}
.scroll-box1::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 20px #5f5f5f;
    border-radius: 20px;
}
.scroll-box2::-webkit-scrollbar {
    width: 5px;
    border-radius: 20px;
}
.scroll-box2::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 20px;
}
.scroll-box2::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 20px #fff;
    border-radius: 20px;
}
.scroll-box3::-webkit-scrollbar {
    width: 5px;
    border-radius: 20px;
}
.scroll-box3::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 20px;
}
.scroll-box3::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 20px #fff;
    border-radius: 20px;
}
sub.ml-0.font-20.fw-600 {
    margin-left: -12px !important;
}
.btn-white:hover {
    background-color: #000;
    color: #fff;
}
.pkg-button1 {
    background-color: #fff;
    color: #000;
}
.pkg-button2 {
    background-color: #fff;
    color: #000;
}
.pkg-button3 {
    background-color: #fff;
    color: #000;
}
.btn-primary5:hover {
    background-image: var(--gredient-5);
}
.card-body a.btn.btn-primary {
    background-color: #f90 !important;
    background-image: linear-gradient(300deg, #f89f19 0, #f90 100%);
}
.card-body a.btn.btn-primary:hover {
    background-image: var(--gredient-color2);
}
.package-wi .card-body {
    padding: 10px;
}
.topgap-none {
    margin-top: -20px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-image: var(--gredient-color3);
    border-radius: 5px;
}
.nav-pills .nav-link.active span {
    color: #fff;
}
.nav-pills .nav-link {
    padding: 10px 30px;
    font-weight: 500;
}
.nav-pills .nav-link span {
    color: #006cff;
    font-weight: 600;
}
.package-wi .nav-tabs .nav-link {
    width: auto;
    height: auto;
    color: #fff !important;
    border-radius: 35px;
    font-weight: 700;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0);
}
.border-white {
    border: 1px solid #fff !important;
}
.moving1 {
    position: absolute;
    top: 30%;
    left: 0;
}
.moving2 {
    position: absolute;
    top: -10%;
    left: 30;
}
.moving3 {
    position: absolute;
    top: -20%;
    left: 35%;
}
.moving4 {
    position: absolute;
    top: -80px;
    right: 60px;
}
.moving5 {
    position: absolute;
    top: 30%;
    right: 80px;
}
.m-ads1 {
    position: absolute;
    top: -56px;
    left: 9%;
}
.movings,
img.m-ads1:hover {
    transform: translateY(40px);
    transition: 0.5s;
}
.m-ads2 {
    position: absolute;
    right: 0;
    top: 30%;
}
.movings,
img.m-ads2:hover {
    transform: translateX(-40px);
    transition: 0.5s;
}
.m-ads3 {
    position: absolute;
    bottom: -40px;
    right: 10%;
}
.movings,
img.m-ads3:hover {
    transform: translate(-40px, -40px);
    transition: 0.5s;
}
.social1 {
    position: absolute;
    left: -100px;
    bottom: -50px;
}
.social2 {
    position: absolute;
    top: 43%;
    left: 0;
}
.social3 {
    position: absolute;
    bottom: -10%;
    right: 100px;
}
.feature-banner {
    background-image: url(../img/feature-banner.jpg);
}
.feature-box {
    justify-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 60px 30px 60px 30px;
    border: 1px solid #fff;
}
.feature-box:hover {
    box-shadow: 0 0 20px 0 #fff, 0 0 20px 10px #fff;
    transition: box-shadow 4s ease-out;
    animation: spin 16s linear infinite;
}
.feature-box h4:hover {
    text-shadow: 3px 1px #363636;
}
.feature-box p:hover {
    text-shadow: 3px 1px #363636;
}
@media (min-width: 768px) {
    .seven-cols .col-lg-1,
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1 {
        width: 100%;
        padding: 15px;
    }
}
@media (min-width: 992px) {
    .seven-cols .col-lg-1,
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1 {
        width: 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714% !important;
        flex: none !important;
        padding: 15px;
    }
}
@media (min-width: 1200px) {
    .seven-cols .col-lg-1,
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1 {
        width: 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714% !important;
        flex: none !important;
        padding: 15px;
    }
}
.throught-back {
    background-color: #cee5fd;
}
.package-wi .nav-pills li {
    border: 1px solid #ddd;
    border-radius: 11px;
    margin: 20px 20px 20px 20px;
}
.testimonials .carousel-control i {
    font-size: 20px;
    margin-right: 2px;
}
.testimonials .carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    text-shadow: none;
    top: 40%;
}
.testimonials .carousel-control.right i {
    margin-right: -2px;
}
.testimonials .carousel-control i {
    font-size: 20px;
    margin-right: 2px;
}
.testimonials .carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    text-shadow: none;
    top: 40%;
}
.carousel-control-next {
    right: 0;
}
.testimonials .carousel .img-box {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 50%;
}
.testimonials .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.testimonials {
    background-image: linear-gradient(30deg, #fff 0, #eee 100%);
}
.video-slide div {
    margin: 6px 20px 8px 7px;
}
.img-shadow {
    box-shadow: 0 5px 30px 0 #c5c5c5;
}
.play-btn {
    position: absolute;
    top: 32%;
    left: 38%;
    bottom: 50%;
    right: 50%;
    z-index: 1;
    height: 50px;
    width: 50px;
    content: "";
}
.back-primary {
    background-image: var(--gredient-color3);
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 #ddd;
}
.social-box i:hover {
    font-size: 40px;
    transition: 0.3s;
    transform: scale(1.5);
}
.social-box .fa-facebook:hover {
    color: #338ff1;
}
.social-box .instagram:hover {
    color: #c40640;
}
.social-box .fa-twitter:hover {
    color: #26d8fb;
}
.social-box .fa-linkedin:hover {
    color: #0955ab;
}
.social-box .fa-pinterest:hover {
    color: #d61b1b;
}
.social-box .fa-snapchat:hover {
    color: #ffd710;
}
.social-box .fa-.social-box .fa-tiktok:hover {
    color: #d61b4db7;
}
.social-box .fa-reddit:hover {
    color: #e84903;
}
.social-box .fa-whatsapp:hover {
    color: #1ecb40;
}
.social-box .fa-facebook-messenger:hover {
    color: #338ff1;
}
.social-box .fa-telegram:hover {
    color: #0f4a89;
}
.social-box .fa-discord:hover {
    color: #252b33;
}
.social-box .fa-google:hover {
    color: #0a75e7;
}
.social-box .fa-microsoft:hover {
    color: #252b33;
}
.social-box .fa-youtube:hover {
    color: red;
}
.gredient-line::after {
    background-image: var(--gredient-color3);
    content: "";
    text-align: center;
    height: 6px;
    width: 180px;
    border-radius: 20px;
    position: absolute;
    left: 43%;
}
.dark__cta {
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #252b33;
    border-radius: 7px;
    transform: all 0.8s;
}
.dark__cta:hover {
    background-color: #fff;
    color: #000;
}
.light__cta {
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background: #26d6fb;
    background: linear-gradient(90deg, #26d6fb 0, #3290f1 100%);
    border-radius: 7px;
    text-align: center;
}
.font__size__50 {
    font-size: 50px;
}
.font__size__40 {
    font-size: 40px;
}
.font__size__25 {
    font-size: 25px;
}
.font__size__15 {
    font-size: 15px;
    line-height: 25px;
}
.font__size__16 {
    font-size: 16px;
}
.font__size__14 {
    font-size: 14px;
    line-height: 24px;
}
.font__size__18 {
    font-size: 18px;
    line-height: 28px;
}
.font__lineheigt__1 {
    line-height: 1;
}
.font__lineheigt__1__1 {
    line-height: 1.1;
}
.font__lineheigt__1__2 {
    line-height: 1.2;
}
.font__lineheigt__1__3 {
    line-height: 1.3;
}
.font__lineheigt__1__4 {
    line-height: 1.4;
}
.font__lineheigt__1__5 {
    line-height: 1.5;
}
.font__weight__700 {
    font-weight: 700;
}
.font__weight__500 {
    font-weight: 500;
}
.font__weight__600 {
    font-weight: 600;
}
.font__weight__400 {
    font-weight: 400;
}
.font__color_l {
    color: #fff;
}
.font__color_d {
    color: #111;
}
.hero__background {
    background-image: url(../images/hero__background.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.hero__spacing {
    padding-top: 170px;
    padding-bottom: 120px;
}
.section__spacing__100 {
    padding-top: 100px;
    padding-bottom: 80px;
}
.section__spacing__60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section__spacing__40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.primary__background {
    background: #26d6fb;
    background: linear-gradient(90deg, #26d6fb 0, #3290f1 100%);
}
.secondary__background {
    background-color: #f9f9f9;
}
.border__radius__10 {
    border-radius: 10px;
}
.primary__gradient {
    height: 100vh;
    background: #338ff2;
    background: -moz-linear-gradient(
        top,
        #338ff2 0,
        #338ff2 9%,
        #328fef 10%,
        #3492f2 12%,
        #3192f1 13%,
        #3394f2 14%,
        #3194f1 16%,
        #3396f3 17%,
        #3196f2 19%,
        #3398f4 19%,
        #3196f2 19%,
        #3398f4 20%,
        #3297f1 20%,
        #3398f2 20%,
        #3098f1 20%,
        #319ff4 30%,
        #2f9ff1 30%,
        #31a1f5 31%,
        #30a0f2 32%,
        #2ea1f2 33%,
        #30a5f5 36%,
        #2da5f3 38%,
        #2fa9f6 40%,
        #2da8f5 42%,
        #2fabf5 44%,
        #2caaf4 44%,
        #2caaf4 44%,
        #2eacf6 46%,
        #2dacf3 46%,
        #2dacf3 47%,
        #2eaef7 47%,
        #2dadf4 48%,
        #2cb1f4 53%,
        #2eb3f6 54%,
        #2cb6f7 58%,
        #2bb5f4 58%,
        #2cb6f7 58%,
        #2ab9f5 63%,
        #2cbbf7 63%,
        #2ab9f5 63%,
        #2cbbf7 64%,
        #2abaf6 64%,
        #2cbcf8 64%,
        #2abaf6 65%,
        #2cbcf8 66%,
        #29bbf6 66%,
        #2bbdf8 67%,
        #2cbef9 68%,
        #29bef6 69%,
        #2bc0f8 72%,
        #28c2f8 72%,
        #2ac1f8 73%,
        #2cc3fa 74%,
        #28c2f8 74%,
        #29c3f9 74%,
        #28c2f6 75%,
        #2ac6f9 77%,
        #28c8f8 83%,
        #29cbfa 84%,
        #26cdf9 89%,
        #29d0fa 91%,
        #25d1f9 94%,
        #27d4fc 96%,
        #27d4fc 96%,
        #26d4f9 96%,
        #26d6fb 100%
    );
    background: -webkit-linear-gradient(
        top,
        #338ff2 0,
        #338ff2 9%,
        #328fef 10%,
        #3492f2 12%,
        #3192f1 13%,
        #3394f2 14%,
        #3194f1 16%,
        #3396f3 17%,
        #3196f2 19%,
        #3398f4 19%,
        #3196f2 19%,
        #3398f4 20%,
        #3297f1 20%,
        #3398f2 20%,
        #3098f1 20%,
        #319ff4 30%,
        #2f9ff1 30%,
        #31a1f5 31%,
        #30a0f2 32%,
        #2ea1f2 33%,
        #30a5f5 36%,
        #2da5f3 38%,
        #2fa9f6 40%,
        #2da8f5 42%,
        #2fabf5 44%,
        #2caaf4 44%,
        #2caaf4 44%,
        #2eacf6 46%,
        #2dacf3 46%,
        #2dacf3 47%,
        #2eaef7 47%,
        #2dadf4 48%,
        #2cb1f4 53%,
        #2eb3f6 54%,
        #2cb6f7 58%,
        #2bb5f4 58%,
        #2cb6f7 58%,
        #2ab9f5 63%,
        #2cbbf7 63%,
        #2ab9f5 63%,
        #2cbbf7 64%,
        #2abaf6 64%,
        #2cbcf8 64%,
        #2abaf6 65%,
        #2cbcf8 66%,
        #29bbf6 66%,
        #2bbdf8 67%,
        #2cbef9 68%,
        #29bef6 69%,
        #2bc0f8 72%,
        #28c2f8 72%,
        #2ac1f8 73%,
        #2cc3fa 74%,
        #28c2f8 74%,
        #29c3f9 74%,
        #28c2f6 75%,
        #2ac6f9 77%,
        #28c8f8 83%,
        #29cbfa 84%,
        #26cdf9 89%,
        #29d0fa 91%,
        #25d1f9 94%,
        #27d4fc 96%,
        #27d4fc 96%,
        #26d4f9 96%,
        #26d6fb 100%
    );
    background: linear-gradient(
        to bottom,
        #338ff2 0,
        #338ff2 9%,
        #328fef 10%,
        #3492f2 12%,
        #3192f1 13%,
        #3394f2 14%,
        #3194f1 16%,
        #3396f3 17%,
        #3196f2 19%,
        #3398f4 19%,
        #3196f2 19%,
        #3398f4 20%,
        #3297f1 20%,
        #3398f2 20%,
        #3098f1 20%,
        #319ff4 30%,
        #2f9ff1 30%,
        #31a1f5 31%,
        #30a0f2 32%,
        #2ea1f2 33%,
        #30a5f5 36%,
        #2da5f3 38%,
        #2fa9f6 40%,
        #2da8f5 42%,
        #2fabf5 44%,
        #2caaf4 44%,
        #2caaf4 44%,
        #2eacf6 46%,
        #2dacf3 46%,
        #2dacf3 47%,
        #2eaef7 47%,
        #2dadf4 48%,
        #2cb1f4 53%,
        #2eb3f6 54%,
        #2cb6f7 58%,
        #2bb5f4 58%,
        #2cb6f7 58%,
        #2ab9f5 63%,
        #2cbbf7 63%,
        #2ab9f5 63%,
        #2cbbf7 64%,
        #2abaf6 64%,
        #2cbcf8 64%,
        #2abaf6 65%,
        #2cbcf8 66%,
        #29bbf6 66%,
        #2bbdf8 67%,
        #2cbef9 68%,
        #29bef6 69%,
        #2bc0f8 72%,
        #28c2f8 72%,
        #2ac1f8 73%,
        #2cc3fa 74%,
        #28c2f8 74%,
        #29c3f9 74%,
        #28c2f6 75%,
        #2ac6f9 77%,
        #28c8f8 83%,
        #29cbfa 84%,
        #26cdf9 89%,
        #29d0fa 91%,
        #25d1f9 94%,
        #27d4fc 96%,
        #27d4fc 96%,
        #26d4f9 96%,
        #26d6fb 100%
    );
}
.overly {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(
        top,
        #338ff2 0,
        #338ff2 9%,
        #328fef 10%,
        #3492f2 12%,
        #3192f1 13%,
        #3394f2 14%,
        #3194f1 16%,
        #3396f3 17%,
        #3196f2 19%,
        #3398f4 19%,
        #3196f2 19%,
        #3398f4 20%,
        #3297f1 20%,
        #3398f2 20%,
        #3098f1 20%,
        #319ff4 30%,
        #2f9ff1 30%,
        #31a1f5 31%,
        #30a0f2 32%,
        #2ea1f2 33%,
        #30a5f5 36%,
        #2da5f3 38%,
        #2fa9f6 40%,
        #2da8f5 42%,
        #2fabf5 44%,
        #2caaf4 44%,
        #2caaf4 44%,
        #2eacf6 46%,
        #2dacf3 46%,
        #2dacf3 47%,
        #2eaef7 47%,
        #2dadf4 48%,
        #2cb1f4 53%,
        #2eb3f6 54%,
        #2cb6f7 58%,
        #2bb5f4 58%,
        #2cb6f7 58%,
        #2ab9f5 63%,
        #2cbbf7 63%,
        #2ab9f5 63%,
        #2cbbf7 64%,
        #2abaf6 64%,
        #2cbcf8 64%,
        #2abaf6 65%,
        #2cbcf8 66%,
        #29bbf6 66%,
        #2bbdf8 67%,
        #2cbef9 68%,
        #29bef6 69%,
        #2bc0f8 72%,
        #28c2f8 72%,
        #2ac1f8 73%,
        #2cc3fa 74%,
        #28c2f8 74%,
        #29c3f9 74%,
        #28c2f6 75%,
        #2ac6f9 77%,
        #28c8f8 83%,
        #29cbfa 84%,
        #26cdf9 89%,
        #29d0fa 91%,
        #25d1f9 94%,
        #27d4fc 96%,
        #27d4fc 96%,
        #26d4f9 96%,
        #26d6fb 100%
    );
    opacity: 0.6;
}
.background-smm {
    width: 100%;
    height: 100vh;
    background: url("https://imagedelivery.net/nJwaBs__P2JfMUeYJ4vmjQ/fe830cdd-5653-4e88-a4e9-33d592643100/public");
    -webkit-animation: backgroundScroll 10s linear infinite;
    animation: backgroundScroll 10s linear infinite;
    background-size: cover;
}
@-webkit-keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -400px 0;
    }
}
@keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -400px 0;
    }
}
.padding__r__0 {
    padding-right: 0;
}
.padding__l__0 {
    padding-left: 0;
}
:focus,
:focus-visible {
    outline: inherit !important;
}
.hover-shads{
     padding: 25px;
}
.hover-shads:hover {
    border-radius: 20px;
    background: 0 0;
    background-size: 200%;
    box-shadow: 1px 1px 18px 1px #ddd;
    color: #000;
    height: auto;
   
    transition: all 1s;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 1rem 1rem !important;
}

@media only screen and (max-width: 600px) {
  .primary__gradient {
      height:120vh !important;
      padding-bottom:20px !important;
  }
}
@media only screen and (max-width: 400px) {
  .primary__gradient {
      height:150vh !important;
      padding-top:0 !important;
      padding-bottom:20px !important;
  }
}
