@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Roboto:wght@300;400;500;700&display=swap');
html {
    /* font: 400 16px/1.5 'Montserrat', sans-serif; */
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    color: #363A3A;
    overflow-x: hidden;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
}

*,
 :after,
 :before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

b,
strong {
    font-weight: 700;
    position: relative;
}

a:active,
a:focus,
a:hover {
    outline: 0 !important;
    text-decoration: none;
}

.fw-b,
h1,
h2,
h3,
h4,
h5,
h6,
.smallHeading {
    font-family: 'Proxima Nova Th';
    font-weight: bold;
    font-style: normal;
}

.hClr {
    color: #090909
}


/*================= HEADER ============*/

nav li.nav-item {
    padding: 0 25px 0 0;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-family: 'Proxima Nova Th';
    font-weight: bold;
    font-style: normal;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #002b7f;
}

.modal-open nav.navbar {
    background: #fbfbfb;
    height: 100%;
}

.navbar-hide {
    transition: top 0.3s ease-in-out;
    background: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 0px 0px 42px 0px #002b7f82;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(#cb3522 0%, #e83922 100%);
}


/*==================== BANNER =============*/

.hero {
    /* background-image: url('../images/bg.png'); */
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #F3FEFF;
}

.btn-1 {
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(#cb3522 0%, #e83922 100%);
    border: 1px solid #fff;
    box-shadow: 5px 12px 22px rgba(172, 35, 17, 0.27);
}

.roundBtn {
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(#cb3522 0%, #e83922 100%);
    border: 2px solid #fff;
    box-shadow: 5px 12px 22px rgb(172 35 17 / 27%);
    border-radius: 50%;
    padding: 1rem 1rem 0rem 1.5rem;
    width: 65px;
    height: 65px;
    left: 71px;
    top: 40%;
}

.roundBtn svg {
    width: 16px;
}

.btnText {
    left: 8%;
    top: 60%;
    width: 109px;
}

.box {
    border-radius: 22px;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(216, 216, 216, 0.38);
}

.box:hover {
    box-shadow: 0px 26px 26px rgba(216, 216, 216, 0.38);
}


/*============== BODY CONTENT START==========*/

.textLink {
    font-weight: bold;
    margin: 0 10px;
    font-size: 15px;
}

.textLink a {
    border-bottom: 3px solid;
    color: #CB3522;
}

.logos h4,
.work h4,
.process h4,
.whatuget h4,
.faqs h4,
.quote h4,
.testimon h4 {
    font-size: 48px;
    color: #090909;
    font-weight: 500;
}


/*========WORK START====== */

.work {
    /* background-color: #2947EF; */
    background-color: #536BF2;
}

#pills-tab-work li {
    padding-right: 20px;
}

#pills-tab-work li button {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

#pills-tab-work li button.active,
.work .textLink a:hover {
    color: #dc3722 !important;
}


/*========WORK END====== */


/*========TESTIMONIAL START====== */

.testimon {
    z-index: 99;
}

.single-testimonial {
    padding: 20px;
}

.single-testimonial .text {
    background: #fff;
    filter: drop-shadow(0px 30px 15px #eeebfc);
    border-radius: 15px;
    padding: 30px;
    position: relative;
}

.single-testimonial .text:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #ffffff;
    bottom: -25px;
}

.single-testimonial .text p {
    font-weight: normal;
    font-size: 17px;
    color: #161c26;
    opacity: 0.8;
    padding: 20px 0;
}

.single-testimonial .text svg {
    margin-left: 18px;
}

.single-testimonial .author p {
    font-weight: bold;
    font-size: 15px;
    color: #030504;
    border: 2px solid rgba(0, 0, 0, 0);
}

.single-testimonial .author p span {
    opacity: 0.5;
}

.single-testimonial img {
    border: 2px solid #e23822;
    width: 50px;
    height: 50px;
}


/*========TESTIMONIAL END====== */

.process {
    background: linear-gradient(#faf9ff 0%, #fff 100%);
    margin-top: -290px;
}

.pt-350 {
    padding-top: 350px;
}

.blur-electric {
    top: 200px !important;
    left: -20px;
    width: 150px;
    height: 150px;
    /* -webkit-animation: zoomeffect 10s infinite;
    -moz-animation: zoomeffect 10s infinite;
    animation: zoomeffect 10s infinite; */
}

.process .box:hover h4,
.whatuget .box:hover h4 {
    color: #2947EF;
}

.process .box {
    overflow: hidden !important;
    position: relative !important;
}

.process .num {
    font-size: 92px;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0 -25px -50px;
    color: #2947ef;
    opacity: 0.1;
    font-family: 'Poppins', sans-serif;
}

.process .roundBtn {
    width: 40px;
    height: 40px;
    padding: 10px;
    margin-left: 20px;
}

.process .textLink a span {
    border-bottom: 3px solid #D93722;
}

.process .textLink:hover .roundBtn {
    background: #03002e;
}

.whatuget .box {
    margin-bottom: 40px;
}

.whatuget .col:nth-child(2n+3) .box {
    background-color: rgb(230 230 230 / 22%) !important;
}

.emoji {
    animation: float 6s ease-in-out infinite;
    margin-top: -40px;
    left: 90px;
    top: 110px;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0);
}

.faqs .accordion-item {
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 15px 0;
}

.faqs .accordion-item button.accordion-button {
    background-color: transparent !important;
    padding: 25px 25px 25px 40px;
    color: #2947ef;
    box-shadow: none;
    font-weight: bold;
}

.faqs .accordion-item.active {
    background-color: transparent !important;
    border-radius: 15px;
    box-shadow: 0px 35px 23px rgba(216, 216, 216, 0.38);
}

.faqs .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faqs .accordion-body {
    padding: 25px 25px 25px 40px;
}

.faqs .accordion-button::after {
    position: absolute;
    content: '';
    background-image: url('../images/icons/plus.svg');
    background-position: center;
    background-size: contain;
    right: 35px;
}

.faqs .accordion-button:not(.collapsed)::after {
    background-image: url('../images/icons/minus.svg') !important;
    transform: none;
}

.fs-65 {
    font-size: 65px !important;
}

.rocket {
    top: -80px;
}

.discuss-form {
    border-radius: 17px;
    background: #f9feff;
    border: 7px solid #fff;
    box-shadow: 0px 3px 31px #e0f6fb;
    padding: 50px 30px;
}

.discuss-form h1 {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #090909;
    text-align: left;
}

input,
textarea,
select {
    border-radius: 5px !important;
    border: 1px solid #83cddc !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 24px;
    color: #000 !important;
    box-shadow: none !important;
}

label {
    letter-spacing: 2px;
    font-size: 16px;
}

span.breadcrum {
    font-weight: normal;
    font-size: 13px;
    color: #2947ef;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
}

.package {
    background: #f9feff;
    border: 7px solid #fff;
    filter: drop-shadow(0px 3px 22px #bedbe2);
    border-radius: 15px;
    padding: 30px 35px;
}

.left {
    font-size: 39px;
    color: #2947ef;
    font-weight: bold;
    font-family: 'Proxima Nova Th';
}

.right {
    font-weight: bold;
    font-size: 17px;
    color: #2947ef;
}

.package h3 {
    font-size: 55px;
    color: #06092f;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.05em;
}

.package ul li {
    position: relative;
    font-size: 14px;
    padding-bottom: 8px;
    color: #2e2e2e;
    padding-left: 30px;
}

.package ul li::after {
    position: absolute;
    content: '';
    background-image: url(../images/icons/tick.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    width: 30px;
    height: 10px;
    top: 6px;
}

.a {
    font-size: 14px;
    color: #06092f;
}

.btop {
    left: 30px;
    top: 110px;
    z-index: 9;
    width: 100px;
}

.bbtm {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 100px;
}

.bbtm-1 {
    right: 100px;
    bottom: 50px;
    width: 50px;
}

.fs-24 {
    font-size: 24px
}

.ls-2 {
    letter-spacing: 2px;
}

.text-heading {
    transition: transform 10ms linear;
}

.arrow {
    animation: uparrow 0.6s infinite alternate ease-in-out;
}

@keyframes uparrow {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0.4
    }
    100% {
        -webkit-transform: translateY(-0.4em);
        opacity: 0.9
    }
}

.translate--10:hover {
    transform: translate(0px, -10px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@keyframes zoomeffect {
    0% {
        background-position: center;
        transform: scale(0.5);
    }
    50% {
        background-position: center;
        transform: scale(1);
    }
    100% {
        background-position: center;
        transform: scale(0.5);
    }
}

@-webkit-keyframes zoomeffect {
    0% {
        background-position: center;
        transform: scale(0.5);
    }
    50% {
        background-position: center;
        transform: scale(1);
    }
    100% {
        background-position: center;
        transform: scale(0.5);
    }
}


/*============== FOOTER ==========*/

footer {
    background-color: #03002E;
    font-size: 13px;
    color: #FFFFFF;
}

footer a {
    color: #ccc;
}

footer h5 {
    color: #FFFFFF;
    margin-bottom: 1rem;
}

footer .fooListItem li {
    margin-bottom: .5rem;
}

.socialIcons li {
    margin-bottom: .5rem;
}

footer h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.fooIcon {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
}

footer a:hover {
    color: #e83922;
}

.socialIcons a:hover .fooIcon svg {
    fill: #FFFFFF;
}

.copyright {
    color: #757575;
}

.logs-type .icon {
    margin: auto;
}

.hand,
.wave,
.electric,
.square,
.triangle,
.btop,
.bbtm,
.bbtm-1,
.test-hand,
.blur-electric,
.emoji,
.blur-angle,
.top-right,
.bottom-left,
.rocket {
    display: none;
}

.slightMove {
    animation: slightMove 5s ease-in-out infinite;
}

@keyframes slightMove {
    50% {
        transform: rotate(30deg);
    }
}

.test-hand {
    right: 30px;
}

.blur-angle {
    right: 20px;
}

.translate--10 {
    position: relative;
}

.translate--10:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    background-image: url('../images/play-back.svg');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: 1s ease all;
}

.translate--10:hover:before {
    opacity: 1;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.slick-dots button {
    background-color: transparent;
    border: 0;
    position: relative;
    font-size: 0;
    background-color: #fff;
    height: 12px;
    margin: 0 5px;
    border-radius: 100%;
}

ul.slick-dots li.slick-active button {
    background-color: #dd3722;
}

#top {
    display: inline-block;
    background: linear-gradient(#cb3522 0%, #e83922 100%);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-align: center;
}

#top::after {
    content: '';
    background-image: url(../images/top.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

#top:hover {
    background: linear-gradient(#002b7f 0%, #002b7f 100%);
}

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

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}


/*==============BODY CONTENT END==========*/


/*==============MEDIA QUERIES START==========*/

@media only screen and (min-width: 960px) {
    /* styles for browsers larger than 960px; */
    .leadT {
        font-size: 22px;
    }
    .roundBtn {
        width: 65px;
        height: 65px;
        left: 71px;
        top: 30%;
    }
    .btnText {
        left: 8%;
        top: 60%;
        width: 109px;
    }
    #pills-tab-work {
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
        padding: 10px 0;
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width: 1280px) {
    .hand,
    .wave,
    .electric,
    .square,
    .triangle,
    .btop,
    .bbtm,
    .bbtm-1,
    .test-hand,
    .blur-electric,
    .emoji,
    .blur-angle,
    .top-right,
    .bottom-left,
    .rocket {
        display: block;
    }
    .wave {
        right: 5%;
    }
    .hand {
        width: 180px;
        top: 26%;
    }
    .electric {
        width: 80px;
        top: 5%;
        left: 5px;
    }
    .square {
        width: 80px;
        top: 5%;
        right: 20%;
    }
    .triangle {
        width: auto;
        bottom: -100px !important;
        right: 5%;
    }
    .rocket {
        top: 0px;
    }
    .btop {
        left: 0;
        top: 85px;
        width: 75px;
    }
    .blur-angle {
        bottom: -120px !important;
    }
    .bbtm {
        bottom: 0;
    }
    .bbtm-1 {
        right: 50px;
        bottom: 20px;
    }
    .hero img.w-75 {
        width: 100% !important;
    }
    .container.conWidth {
        max-width: 92%;
    }
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 40px;
    }
    .video {
        left: 15px !important;
    }
    .arrow {
        left: -20px;
        top: 50%;
    }
    .process {
        margin-top: -345px;
    }
    .test-hand {
        width: 300px;
        top: 80px !important;
        right: 0 !important;
    }
}

@media only screen and (min-width: 1366px) {
    .hand {
        width: 222px;
        top: 20%;
    }
    .electric {
        width: 80px;
        top: 5%;
        left: 5px;
    }
    .square {
        width: 80px;
        top: 5%;
        right: 20%;
    }
    .triangle {
        width: auto;
        bottom: -100px !important;
        right: 5%;
    }
    .rocket {
        top: -65px;
    }
    .test-hand {
        right: 25px !important;
    }
    .process {
        margin-top: -345px
    }
}

@media only screen and (min-width: 1440px) {
    .discuss-form textarea {
        height: 120px;
    }
    .hand {
        width: 176px;
        top: 45%;
    }
    .electric {
        width: 80px;
        top: 5%;
        left: 0%;
    }
    .square {
        width: 80px;
        top: 5%;
        right: 34%;
    }
    .triangle {
        width: auto;
        bottom: -100px !important;
        right: 5%;
    }
    .test-hand {
        top: 45px !important;
        right: 0px !important;
    }
    /* styles for browsers larger than 1440px; */
    h1 {
        font-size: 54px;
        letter-spacing: -0.04em;
    }
    .roundBtn {
        width: 65px;
        height: 65px;
        left: 3rem;
        top: 45%;
    }
    .btnText {
        left: 0;
        top: 60%;
        width: 109px;
    }
    .hero {
        height: 100vh;
    }
    .video {
        left: 40px !important;
    }
}

@media only screen and (min-width: 1600px) {
    .hand {
        width: 350px;
        top: 10%;
    }
    .electric {
        width: 80px;
        top: 5%;
        left: 0%;
    }
    .square {
        width: 80px;
        top: 5%;
        right: 34%;
    }
    .triangle {
        width: auto;
        bottom: -100px !important;
        right: 5%;
    }
    .container.conWidth {
        max-width: 80%;
    }
    h1 {
        font-size: 68px;
    }
    h2 {
        font-size: 48px;
    }
    /* for sumo sized (mac) screens */
}

@media only screen and (max-device-width: 560px) {
    .btn-1 {
        width: 100%;
    }
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .padding-t-3 {
        padding-top: 130px;
    }
    .navbar-light .navbar-nav .nav-link {
        text-align: right;
    }
    #pills-tab-work {
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
        padding: 10px 0;
        margin-bottom: 0 !important;
    }
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    .package h3 {
        font-size: 30px;
    }
    .discuss-form h1 {
        font-size: 16px;
    }
    .logos h4,
    .work h4,
    .process h4,
    .whatuget h4,
    .faqs h4,
    .quote h4,
    .testimon h4,
    .fs-65 {
        font-size: 20px !important;
    }
    footer h5 {
        font-size: 14px;
    }
    .faqs .accordion-item button.accordion-button {
        font-size: 12px;
        padding: 10px 25px 10px 20px;
    }
    .faqs .accordion-button::after {
        width: 10px;
        height: 10px;
        right: 20px;
    }
    p,
    .fs-6,
    .fs-5 {
        font-size: 14px !important;
    }
    .process .num {
        font-size: 48px;
        margin: 0 0px -20px;
    }
    .faqs .accordion-body {
        padding: 1rem 1.25rem;
    }
    .hClr {
        font-size: 22px;
    }
    .testimon {
        overflow: hidden;
    }
    .fs-24 {
        font-size: 18px;
    }
}

@media only screen and (device-width: 768px) {
    /* default iPad screens */
    #pills-tab-work {
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
        padding: 10px 0;
        margin-bottom: 0 !important;
    }
    .testimon {
        overflow: hidden;
    }
}

@media only screen and (max-width: 320px) {
    .conWidth {
        padding: 0 4px !important;
    }
}


/*============== MEDIA QUERIES END==========*/