html {
  scroll-behavior: smooth;
}
li {
    list-style: none;
}
.f{
    font-size: 18px !important;
    padding: 23px 0 0px 13px !important;
}

a {

    text-decoration: none;
}



p {
    color: #000000bf;
    font-family: 'poppinsmedium';
    font-size: 20px;
    margin: 8px;
}

body {
    overflow-x: hidden;
    background: #ebe9fc8f;
    height: 100%;
    width: 100%;
    margin: 0;

}

@font-face {
    font-family: poppinsbold;
    src: url(../fonts/Poppins-Bold.ttf);
}


@font-face {
    font-family: poppinsextrabold;
    src: url(../fonts/Poppins-ExtraBold.ttf);
}

@font-face {
    font-family: poppinsmedium;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: sunday;
    src: url(../fonts/Sunday.html\ April.ttf);
}


header {
    z-index: 1;
}

.header {
    position: absolute;
    z-index: 1;
    padding-top: 0rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* .fixed-header {
    position: fixed;
    top: 0;
    z-index: 11;
    background-image: -moz-linear-gradient(-90deg, rgb(184 0 93 / 69%) 0, rgba(161, 0, 126, 0.85) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(184 0 93 / 69%) 0, rgba(129, 0, 108, 0.85) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(184 0 93 / 69%) 0, rgba(51, 0, 34, 0.85) 100%);
    padding-top: 10px;
} */

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {

    background: #2000f0
}

::-webkit-scrollbar-track {
    background: #000
}

/* ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
  }
  
  ::-webkit-scrollbar-thumb  {
    background-color: #c2d2e4;
  }
  
  ::-webkit-scrollbar-track  {
    height: 30px;
    background-color: #0a4c95;
  } */


header a.nav-link {
    color: rgb(255, 255, 255);
    margin-left: 25px;
    /* font-weight: 600; */
    font-family: 'poppinsmedium';
    transition: all .4s linear;
}

.iconunique  ul li .dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}  
.iconunique  ul li .dropdown-item img {
    margin-left: 10px;
}
header a > span img{
    /* padding-left: 15px !important; */
    width: 50px;
}

/* ul.dropdown-menu.show {
    width: 100%;
    background: rgb(8 16 79);
    color: white;
    padding: 1rem;
    margin-left: 55px;
    margin-top: 8px;
    display: inline-table;

} */

.dmunique .dropdown-menu.show {
    width: 300px;
    background: #2000f0;
    color: white !important;
    padding: 1rem;
    /* margin-left: 55px; */
    margin-top: 8px;
    /* display: inline-table; */
    display: block;
    height: 425px !important;
    overflow: auto !important;
  }
  .dmunique1  .dropdown-menu.show {
    width: 300px;
    background: #2000f0;
    color: white !important;
    padding: 1rem;
    /* margin-left: 55px; */
    margin-top: 8px;
    /* display: inline-table; */
    display: block;
    height: 300px !important;
    overflow: auto !important;
  }

ul.dropdown-menu.show a {
    color: white;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: black !important;
    background-color: var(--bs-dropdown-link-hover-bg);
}
header .navbar-collapse {
    display: flex;
    justify-content: end;
}
/* .fixed-header {
    position: fixed;
    top: 0;
    z-index: 11;
    background-image: -moz-linear-gradient(-90deg, rgb(184 0 93 / 69%) 0, rgba(161, 0, 126, 0.85) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(2 0 72 / 29%) 0, rgb(2 0 72 / 29%) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(184 0 93 / 69%) 0, rgba(51, 0, 34, 0.85) 100%);
    padding-top: 10px;
} */

.nav-link:focus,
.nav-link:hover {
    color: rgb(8 16 79);
}

.head_menu {

    background-size: 4px 4px;
    border-radius: 30px;
    text-align: right;
    display: block;
    margin-right: 70px;
    margin-bottom: 0px;
}

.head_btn1 {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 10px 14px 24px;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
}

.head_btn1:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(../images/phone2.webp) center center no-repeat #2000f0;
    top: 0;
    border-radius: 50%;
    /* animation: .9s cubic-bezier(.36, .07, .19, .97) infinite shake; */
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.head_menu .head_btn2 {
    padding: 14px 27px;
    font-size: 15px;
    border-radius: 30px;
    margin-right: 0;
    position: relative;
    top: 0;
    background: white;
    font-weight: 700;
    border: 2px solid blue;
    text-transform: capitalize;
    animation: 1s ease-out infinite pulse;
    transition: .2s linear;
    color: black;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 40%);

    cursor: pointer;
}

.head_menu .head_btn1:before {
    content: "";
    position: absolute;
    left: 0;
    width: 45px;
    height: 43px;
    background: url("../images/facebookicon.png") center center no-repeat #2000f0;
    top: 0;
    border-radius: 50%;
    /* animation: .9s cubic-bezier(.36, .07, .19, .97) infinite shake; */
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    background-size: 40%;
}

.head_menu .head_btn1:hover {
    animation: 3s cubic-bezier(.36, .07, .19, .97) infinite shake;
}



@keyframes shake {

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

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

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

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

@keyframes pulse {
    to {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.205)
    }

    from {
        box-shadow: 0 0 0 14px rgba(0, 0, 0, 0.205)
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

/* .logo img {
    animation: 1s ease-out infinite float;
    transition: .2s linear;
} */

.fold-btn {
    position: relative;
    font-size: 1.2em;
    padding: 0.7em 1.4em;
    background-color: #2000f0 !important;
    text-decoration: none;
    border: none;
    border-radius: 0.5em;
    color: white;
    box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
    transition: .2s linear;
}
.btn-primary {
    background-color: #2000f0 !important;
    border-color: #2000f0 !important;
}
.fold-btn::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(33, 33, 33, 1) 0%, rgba(33, 33, 33, 1) 50%, rgb(255, 255, 255) 50%, rgb(235, 224, 226) 60%);
    border-radius: 9px 0 0.5em 0;
    box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.fold-btn:hover::before {
    width: 1.6em;
    height: 1.6em;
}

.fold-btn:active {
    box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
    transform: translate(0.1em, 0.1em);
}



section.sec1-banner {

    background: url(../images/new-bnr.jpg);
    background-position: center;
    height: 110vh;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;

}




section.sec1-banner .row {

    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 10rem;

}



section.sec3-service .row {

    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 6rem;

}


section.sec1-banner .social {
    display: grid;
    font-size: 35px;
    color: white;
    gap: 6px;
    padding-left: 2rem;
}
.social a {
    font-size: 35px;
    color: white;
}
section.sec1-banner .social a:hover {
    animation: 1s ease-out infinite float;
    transition: .2s linear;
}



section.sec1-banner .social img {

    padding-left: 1rem;

}

section.sec1-banner .social h5 {
    transform-origin: 0 0;
    transform: rotate(90deg);
    margin-left: 2rem;
    padding-bottom: 5rem;
}

section.sec1-banner h1 {
    font-size: 82px;
    line-height: 82px;
    color: white;
    font-family: 'poppinsmedium';
    font-weight: 700;
}

section.sec1-banner p {

    color: white;
    font-family: 'poppinsmedium';
    padding-top: 2rem;
    padding-bottom: 2rem;

}

.reviews img {
    margin-right: 2rem;

}

section.sec1-banner h1 span {
    font-size: 82px;
    line-height: 82px;
    color: #2000f0;
    font-family: 'poppinsmedium';
    font-weight: 500;
}



/* .ball {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    border: 3px solid #2000f0;
    border-radius: 50%;
    pointer-events: none;
} */

.txt-right {
    text-align: right;
}

.demo-title {
    height: 32px;
    font-size: 32px;
    color: #92684F;
    text-align: center;
    margin: 30px 0 44px 0;
    text-shadow: 0 2px 4px rgba(41, 48, 58, 0.3);
}

#book {
    width: 420px;
    margin: 0 auto;
    position: relative;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    -o-perspective: 2000px;
    perspective: 2000px;
}

.main {
    width: 420px;
    height: 560px;
    color: #92684F;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}


.demo-bookbg {
    width: 460px;
    height: 580px;
    background-color: #2000f0;
}
.demo-content {
    /* margin: 70px 0 25px 0; */
    /* height: 38px; */
    font-size: 35px !important;
    text-align: center;
    padding-top: 2rem;
    line-height: 43px !important;
}
.demo-bookbg span p {
    color: #694d48 !important;
    margin: 0 auto;
    font-size: 18px !important;
    line-height: 5px !important;
    font-weight: 700;
    text-align: center;
    padding: 0;

}
.demo-bookbg  img {
    padding-top: 6.5rem !important;
}

.sp1  {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    /* padding-top: 8rem; */
    font-weight: 700;
    color: #694d48 !important;
}

.demo-bookbg h2{
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: 'poppinsmedium';
    padding-top: 4rem;
}
.bmpage > #scrollingText3 {
    font-size: 70px !important;
}

/* = Book Font
  -------------------------------------------------------------- */

.book-font {
    width: 420px;
    height: 560px;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 15px;
    text-align: center;
    text-shadow: 0 2px 0 rgba(30, 35, 45, 1);
    box-shadow: inset 3px 0 10px rgba(0, 0, 0, 0.1);
    /* 给书本添加光照阴影 */
    z-index: 10;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: translate3d(0, 0, 25px);
    /* 对应关系-1 */
    -moz-transform: translate3d(0, 0, 25px);
    -ms-transform: translate3d(0, 0, 25px);
    -o-transform: translate3d(0, 0, 25px);
    transform: translate3d(0, 0, 25px);
}

.book-cover {
    width: 420px;
    height: 560px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../images/front.jpg) no-repeat;
    background-size: cover  ;
    background-position: top;
    background-position-y: -45px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.book-cover-back {
    width: 420px;
    height: 560px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../images/back.jpg) no-repeat;
    background-size: cover;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
}

.title {
    margin: 70px 0 25px 0;
    height: 38px;
    font-size: 38px !important;
}

.author {
    height: 20px;
    font-size: 20px;
}

.publisher {
    width: 100%;
    position: absolute;
    bottom: 22px;
}

.banner_btn {
    margin-top: 4rem;
    display: flex;
    gap: 30px;
    align-items: center;
}

/* = Book Page
  -------------------------------------------------------------- */

.book-page {
    width: 415px;
    height: 550px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    z-index: 9;
    box-shadow: inset 3px 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-duration: .5s;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 24px);
    -moz-transform: translate3d(0, 0, 24px);
    -ms-transform: translate3d(0, 0, 24px);
    -o-transform: translate3d(0, 0, 24px);
    transform: translate3d(0, 0, 24px);
}

/* .page {
    height: 500px;
    margin: 30px 40px;
    overflow: hidden;
} */

.book-page h3 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 14px;
}

.book-page p {
    font-size: 13px;
    margin-bottom: 14px;
}

.page-number {
    width: 100%;
    font-size: 13px;
    text-align: center;
    position: absolute;
    bottom: 10px;
}


/* = Book Back
  -------------------------------------------------------------- */

.book-back {
    width: 420px;
    background: url(../images/back.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    color: white;
    -webkit-transform: rotate3d(0, 1, 0, -180deg) translate3d(0, 0, 25px);
    -moz-transform: rotate3d(0, 1, 0, -180deg) translate3d(0, 0, 25px);
    -ms-transform: rotate3d(0, 1, 0, -180deg) translate3d(0, 0, 25px);
    -o-transform: rotate3d(0, 1, 0, -180deg) translate3d(0, 0, 25px);
    transform: rotate3d(0, 1, 0, -180deg) translate3d(0, 0, 25px);
    z-index: 8;
}

.book-back .description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 50px;
    padding: 10px 20px 10px 30px;
    background: rgba(255, 255, 255, 0.1);
}

.book-back p {
    padding: 5px 0;
}

.isbn {
    position: absolute;
    bottom: 20px;
    left: 30px;
}


/* = Book Bone
  -------------------------------------------------------------- */

.book-bone {
    width: 50px;
    background: #29303A;
    box-shadow: 1px 0 0 #29303A, -1px 0 0 #29303A;
    /* 旋转的时候 拼接处隐隐约约会有个缝隙 所以加上个阴影来填补它 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    -webkit-transform: rotate3d(0, 1, 0, -90deg);
    -moz-transform: rotate3d(0, 1, 0, -90deg);
    -ms-transform: rotate3d(0, 1, 0, -90deg);
    -o-transform: rotate3d(0, 1, 0, -90deg);
    transform: rotate3d(0, 1, 0, -90deg);
}

.book-bone h2 {
    width: 530px;
    height: 50px;
    line-height: 50px;
    /* 对应关系-1 */
    font-size: 14px;
    text-align: right;
    padding: 0 15px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translateY(-50px);
    /* 对应关系-1 */
    -moz-transform: rotate(90deg) translateY(-50px);
    -ms-transform: rotate(90deg) translateY(-50px);
    -o-transform: rotate(90deg) translateY(-50px);
    transform: rotate(90deg) translateY(-50px);
}

.book-bone span {
    font-size: 14px;
    padding-right: 20px;
}


/* = Order
  -------------------------------------------------------------- */

.book-cover:after,
.book-back:after {
    /*  */
    content: "";
    width: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.06);
    box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}

.book-page,
.book-top,
.book-right,
.book-bottom {
    background: #EEEFE9;
}

.book-right {
    width: 50px;
    height: 550px;
    position: absolute;
    top: 5px;
    right: -20px;
    box-shadow: 0 1px 0 #EEEFE9, 0 -1px 0 #EEEFE9;
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -ms-transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
}

.book-top {
    width: 415px;
    height: 50px;
    position: absolute;
    top: -20px;
    left: 0;
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    -moz-transform: rotate3d(1, 0, 0, 90deg);
    -ms-transform: rotate3d(1, 0, 0, 90deg);
    -o-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
}

.book-bottom {
    width: 415px;
    height: 50px;
    position: absolute;
    bottom: -20px;
    left: 0;
    -webkit-transform: rotate3d(1, 0, 0, -90deg) translate3d(0, 0, 0);
    -moz-rotate3d(1, 0, 0, -90deg) translate3d(0, 0, 0);
    -ms-rotate3d(1, 0, 0, -90deg) translate3d(0, 0, 0);
    -o-rotate3d(1, 0, 0, -90deg) translate3d(0, 0, 0);
    rotate3d(1, 0, 0, -90deg) translate3d(0, 0, 0);
}

.book-right,
.book-top,
.book-bottom {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* = Flip
  -------------------------------------------------------------- */


/* Cover */

.view-cover .main {
    transition: all .5s linear;
}
.view-cover:hover .main {
    -webkit-transform: rotate3d(0, 1, 0, -162deg);
    -moz-transform: rotate3d(0, 1, 0, -162deg);
    -ms-transform: rotate3d(0, 1, 0, -162deg);
    -o-transform: rotate3d(0, 1, 0, -162deg);
    transform: rotate3d(0, 1, 0, -162deg);
}


/* Cover Back */

.view-back .main {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
}

.view-back:hover .main {
    -webkit-transform: rotate3d(0, 1, 0, 140deg);
    -moz-transform: rotate3d(0, 1, 0, 140deg);
    -ms-transform: rotate3d(0, 1, 0, 140deg);
    -o-transform: rotate3d(0, 1, 0, 140deg);
    transform: rotate3d(0, 1, 0, 140deg);
}


/* Open */

.open-book {
    -webkit-transform: translate3d(50%, 0, 0);
    -moz-transform: translate3d(50%, 0, 0);
    -ms-transform: translate3d(50%, 0, 0);
    -o-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

.open-book .book-font {
    -webkit-transform: translate3d(0, 0, 25px) rotate3d(0, 1, 0, -160deg);
    -moz-transform: translate3d(0, 0, 25px) rotate3d(0, 1, 0, -160deg);
    -ms-transform: translate3d(0, 0, 25px) rotate3d(0, 1, 0, -160deg);
    -o-transform: translate3d(0, 0, 25px) rotate3d(0, 1, 0, -160deg);
    transform: translate3d(0, 0, 25px) rotate3d(0, 1, 0, -160deg);
}

.open-book:hover .main {
    -webkit-transform: rotate3d(1, 1, 0, 15deg);
    -moz-transform: rotate3d(1, 1, 0, 15deg);
    -ms-transform: rotate3d(1, 1, 0, 15deg);
    -o-transform: rotate3d(1, 1, 0, 15deg);
    transform: rotate3d(1, 1, 0, 15deg);
}


/* Page Turn */

.page-turn {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;

    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;

    -webkit-transform: rotate3d(0, 1, 0, -160deg);
    -moz-transform: rotate3d(0, 1, 0, -160deg);
    -ms-transform: rotate3d(0, 1, 0, -160deg);
    -o-transform: rotate3d(0, 1, 0, -160deg);
    transform: rotate3d(0, 1, 0, -160deg);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* View Right */

.view-rotate .main {
    -webkit-transition-duration: 5s;
    -moz-transition-duration: 5s;
    -ms-transition-duration: 5s;
    -o-transition-duration: 5s;
    transition-duration: 5s;
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
    -moz-transform: rotate3d(0, 1, 0, 360deg);
    -ms-transform: rotate3d(0, 1, 0, 360deg);
    -o-transform: rotate3d(0, 1, 0, 360deg);
    transform: rotate3d(0, 1, 0, 360deg);
}

.view-rotate:hover .main {
    -webkit-transition-duration: 8s;
    -moz-transition-duration: 8s;
    -ms-transition-duration: 8s;
    -o-transition-duration: 8s;
    transition-duration: 8s;
    -webkit-transform: rotate3d(0, 1, 0, -360deg);
    -moz-transform: rotate3d(0, 1, 0, -360deg);
    -ms-transform: rotate3d(0, 1, 0, -360deg);
    -o-transform: rotate3d(0, 1, 0, -360deg);
    transform: rotate3d(0, 1, 0, -360deg);
}


/* = Opt
  -------------------------------------------------------------- */

#opt {
    width: 150px;
    line-height: 30px;
    text-align: center;
    padding: 10px 10px 5px 10px;
    background: rgba(255, 255, 255, 0.4);
    position: fixed;
    top: 10%;
    right: 6%;
    z-index: 100px;
}

#opt:after {
    content: "";
    width: 105%;
    height: 104%;
    position: absolute;
    top: -4%;
    left: -5%;
    border: 4px solid rgba(255, 255, 255, 0.3);
    z-index: -1;
}

#opt dt {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#opt dd {
    color: #999;
    cursor: pointer;
    background: rgba(170, 170, 170, 0.1);
    margin-bottom: 5px;
}

#opt dd:hover {
    color: rgba(255, 255, 255, 0.8);
    box-shadow: inset 2px 0 0 rgba(85, 85, 85, 0.2);
    background: rgba(85, 85, 85, 0.4);
}

#opt .cur {
    color: black;
    box-shadow: inset 2px 0 0 rgba(85, 85, 85, 0.2);
    background: rgba(85, 85, 85, 0.2);
}
.description ul li a {

        color: #fff;
        font-size: 20px;

}
section.sec2-about {

    padding-top: 5rem;
    padding-bottom: 5rem;


}

section.sec3-choose {

    padding-top: 5rem;
    padding-bottom: 5rem;


}
section.sec3-choose .staticimg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3-choose .staticimg img{
    height: 400px;
    /* width: 100%; */
}

section.sec2-about h2 {
    font-size: 46px;
    line-height: 46px;
    font-family: 'poppinsextrabold';
}

section.sec2-about h2 span {
    font-size: 23px;
    line-height: 60px;
    font-family: 'poppinsmedium';
    color: #2000f0;
}

section.sec2-about p {

    font-family: 'poppinsmedium';
    color: #000000bf;
}

.number{
    margin: 50px 0px;
}
.counter-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6%;
    margin-top: 5rem;
    margin-bottom: 5rem;
    animation: 1s ease-out infinite float;
    transition: .2s linear;
}

.counter-main .counter h5 {
    font-size: 46px;
    line-height: 60px;
    font-family: 'poppinsmedium';
    color: #000;
    font-weight: 700;
}

.counter-main .counter span {

    font-family: 'poppinsmedium';
    color: #000;
    font-weight: 700;

}


section.sec3-choose h1 {
    font-size: 100px;
    text-align: center;
    padding-bottom: 5rem;
    position: relative;

}


section.sec3-choose .s-1 {
    color: gray;
    font-family: 'poppinsextrabold';
}

section.sec3-choose .s-2 {
    color: #1298b7;
    font-family: 'sunday';
}

section.sec3-choose .s-3 {
    color: black;
    font-family: 'poppinsextrabold';
}

section.sec3-choose .s-4 {
    color: #2000f0;
    font-family: 'poppinsextrabold';
}


section.sec3-choose h2 {
    font-size: 60px;
    color: black;
    font-family: 'poppinsextrabold';
    padding-bottom: 2rem;
}

section.sec3-choose h2 span {

    color: #1298b7;
    font-family: 'sunday';
}

section.sec3-choose a.head_btn1 {
    color: black;
    font-weight: 500;
}

.lotie-men {
    position: absolute;
    top: 0;
}

.lotie-men {
    position: absolute;
    top: -17rem;
}

.lotie-men2 {
    position: absolute;
    top: 0;
}

section.sec3-service {
    background: url(../images/banner2.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-top: 5rem;
    padding: 5rem 0;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper2 {
    width: 100%;
    height: 100%;
}

/* .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  } */


section.sec3-service .service-list h4 {

    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: 'poppinsbold';
    font-size: 25px;
}

section.sec3-service h2 {

    color: white;
    padding-bottom: 2rem;
    font-family: 'poppinsbold';
    font-size: 51px;
}

section.sec3-service p {

    color: #000;
    padding-bottom: 2rem;

}


section.sec3-service .service-list p {

    color: #1eb0ff;
    font-size: 16px;
}


section.sec3-service .service-list img {

    width: 20%;
    animation: 2.9s cubic-bezier(.36, .07, .19, .97) infinite shake;
    transform: translate3d(0, 0, 0);
}

section.sec3-service a.lrn-more {

    font-family: 'poppinsmedium';
    color: white;
    text-decoration: underline;
    font-size: 21px;
    text-transform: uppercase;

}

section.sec3-service a.lrn-more:hover {

    animation: .9s cubic-bezier(.36, .07, .19, .97) infinite shake;
    transform: translate3d(0, 0, 0);
    color: #2000f0;

}



section.sec4-work {
    padding-top: 5rem;
    padding-bottom: 5rem;
}



section.sec4-work h2 {
    font-family: 'poppinsbold';
    font-size: 90px;
    text-align: center;
}


section.sec4-work h2 span.w-2 {
    font-family: 'poppinsbold';
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

section.sec4-work h2 span.w-3 {
    color: #00a3ff;
}

.work-list img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
.work-content h4{
text-align: center;
font-weight: 700;
padding: 1rem 0;
font-family:'poppinsbold'
}
.work-content a{
    background-color: #00a3ff;
    color: #fff;
    padding: 1rem 1rem;
    width: 160px;
    border-radius: 10px;
    text-align: center;
    font-family: 'poppinsbold';
    margin: 0 auto;
    transition: all .4s linear;

}
.work-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}


section.sec4-work a.wrk-brn {
    text-align: center;
    justify-content: center;
    display: block;
    padding-top: 2rem;
    color: black;
    text-transform: uppercase;
    font-family: 'poppinsbold';

}

.sec5-testi {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 0px 0px;
    font-family: 'Poppins', sans-serif
}

/* .sec5-testi ::before{content:'';position: absolute;right:0;left:0;top:0;bottom:0;background: rgba(255,216,50,.7);} */
.sec5-testi .title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}

.sec5-testi .title h5 {
    color: #EB6D2F;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: -3px;
}

.sec5-testi .title h2 {
    color: #5A3733;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 41px;
    letter-spacing: -1px;
    margin: 0
}

.sec5-testi .title img {
    margin-top: -10px;
}

.sec5-testi .title p {
    margin: 0 0 10px;
    margin-bottom: 0;
    color: #5A3733;
}

.sec5-testi .container-fluid {

    background: white;
    padding: 5rem;
    border-radius: 20px 250px 250px 0px;
}

.sec5-testi .item {
    background: #fff;
    padding: 50px 30px;
    border: 1px solid gray;
    width: 100%;
    height: 400px;
}

.sec5-testi .item:hover {
    background: #daf0ff;
    padding: 50px 30px;
    border: 1px solid gray;

}

.sec5-testi .item .profile {
    display: flex;
    padding-left: 15px;
}

.sec5-testi .item .profile img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    object-fit: cover
}

.sec5-testi .item .profile .information {
    padding-left: 20px;
    margin-bottom: 15px
}

.sec5-testi .item .profile .information .stars i {
    color: #ffd832
}

.sec5-testi .item .profile .information p {
    font-size: 24px;
    margin: 0px auto 0px;
    color: #000;
    font-weight: 900;
    line-height: 1;
}

.sec5-testi .item .profile .information span {
    color: #EB6D2F;
    font-weight: bold;
    margin-top: -4px;
    line-height: 1.6em;
    font-size: 14px;
}

.sec5-testi .item>p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
    display: block;
    z-index: 2;
    font-style: italic;
    color: #000;
    text-align: left;
}

.sec5-testi .item .icon {
    text-align: center;
}

.sec5-testi .item .icon i {
    font-size: 32px;
    color: #FFD832;
}


.sec5-testi h3 {

    font-size: 51px;
    font-family: 'poppinsextrabold';
    padding-top: 3rem;
    padding-bottom: 0rem;
    text-align: center;

}

.sec5-testi h3 span.t-1 {

    color: #000 !important;
}

.sec5-testi h3 span.t-2 {

    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}


.sec5-testi h3 span.t-3 {

    color: #2000f0;
}

.sec5-testi h3 span.t-4 {

    color: #000;
}

.sec5-testi h3 span.t-5 {
    color: #2000f0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.slider .slide-track {
    animation: scroll 13s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    width: 250px;
    margin: 0 21px;
}


section.sec7-faqs {
    padding-bottom: 5rem;
    position: relative;
    z-index: 100;
}

section.sec7-faqs h3 {

    font-size: 50px;
    color: #000;
    text-align: center;
    padding-bottom: 5rem;
    font-family: 'poppinsbold';
}


section.sec7-faqs .accordion-item {
    margin-bottom: 2rem;
}


section.sec8-cta-form h3 {
    font-size: 70px;
    font-family: 'poppinsbold';
    color: #000;
}

section.sec8-cta-form h3 span {}

section.sec8-cta-form h4 {
    font-size: 70px;
    font-family: 'poppinsbold';
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2000f0;

}


section.sec8-cta-form .form-control {
    background: none;
    border-bottom: 3px solid #8775ff    ;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-size: 25px;
    font-family: 'poppinsbold';
}


section.sec8-cta-form button.btn.btn-primary {
    background: none;
    border: none;
    border-radius: 0px;
    /* padding-top: 3rem; */
    color: #464141;
    font-family: 'poppinsbold';
}

section.sec8-cta-form .airplane {

    position: absolute;
    z-index: -1;
}


footer {

    background: #000;
    /* background: linear-gradient(45deg, #252525, #54265e); */
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 0rem 0px 2rem 0;
}



footer .row {

    height: auto;
    display: flex;
    /* align-items: center; */
    position: relative;
    padding-top: 4rem;

}


footer p {

    color: white;
    padding-top: 1rem;

}


footer h5 {
    color: white;
    font-family: 'poppinsmedium';
    padding-bottom: 1rem;
}


footer ul li a {
    color: white;
    font-family: 'poppinsmedium';
    transition: all .2s linear;
    text-decoration: none;
}
footer ul li a:hover{
    color: #2000f0;
}


footer ul i a {
    color: white;
    font-family: 'poppinsmedium';
}

footer ul i {
    color: white;
    font-family: 'poppinsmedium';
}



footer ol,
ul {
    padding-left: 0rem;
}

footer ul li {
    padding-bottom: 1rem;
}

/* Preloader */
.container-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
}

.container-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 10px solid rgba(0, 0, 0, 0.2);
    border-top-color: #2000f0;
    /* It is not in alphabetical order so that you do not overwrite it */
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

/* Loading text */
.container-preloader .animation-preloader .txt-loading {
    font: bold 5em 'Montserrat', sans-serif;
    text-align: center;
    user-select: none;
}

.container-preloader .animation-preloader .txt-loading .characters:before {
    animation: characters 4s infinite;
    color: #2000f0;
    content: attr(preloader-text);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg);
}

.container-preloader .animation-preloader .txt-loading .characters {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: 0.2s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: 0.4s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: 0.6s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: 0.8s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
    animation-delay: 1.2s;
}

.container-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.container-preloader .loader-section.section-left {
    left: 0;
}

.container-preloader .loader-section.section-right {
    right: 0;
}

/* Fade effect on loading animation */
.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animation of the preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

/* Animation of letters loading from the preloader */
@keyframes characters {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {

    /* Preloader */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    /* Text Loading */
    .container-preloader .animation-preloader .txt-loading {
        font: bold 3.5em 'Montserrat', sans-serif;
    }
    .sample-list h5{
        font-size: 17px;
    }
}

@media screen and (max-width: 500px) {

    /* Prelaoder */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    /*Loading text */
    .container-preloader .animation-preloader .txt-loading {
        font: bold 2em 'Montserrat', sans-serif;
    }
}


/* form */

.khaplu_modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(15px);
    transition: .4s linear;
    z-index: 999999 !important;
}

.main_khaplu_popup {
    /*background-image: url(../../cyber_monday_images/bg.png);*/
    border-color: #2000f0;
    background-image: linear-gradient(to right, #2000f0, #2000f0);
    background-repeat: no-repeat;
    background-position: unset;
    display: grid;
    position: fixed;
    right: 0;
    bottom: -100%;
    padding: 1rem 2rem 1rem 4rem;
    width: 415px;
    border-radius: 50% 0 0 0;
    z-index: 99999999 !important;
}

.main_khaplu_popup .khaplu_popup {
    position: relative;
}

.main_khaplu_popup .khaplu_secondary_btn {
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 0;
    outline: none;
    border: none;
}

.main_khaplu_popup .khaplu_secondary_btn img {
    width: 35px;
    filter: invert(1);
    opacity: .5;
    transition: .4s linear;
}

.main_khaplu_popup .khaplu_secondary_btn img:hover {
    opacity: 1;
    transform: rotate(-90deg);
}

.khaplu_header {
    margin-top: 4rem;
    text-align: end;
}

.khaplu_header .khaplu_title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.khaplu_header .khaplu_title span {
    color: #2000f0;
}

.khaplu_header .khaplu_para {
    color: #fff;
    margin: 10px 0 15px;
    font-weight: 200;
    padding: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.khaplu_body form {
    overflow: hidden;
}

.khaplu_body .khaplu_field {
    margin: 20px 0 20px;
    width: 100%;
    position: relative;
}

.khaplu_body .khaplu_field img {
    width: 14px;
    filter: invert(1);
    margin-top: 4px;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    bottom: 11px;
    object-fit: contain;
}

.khaplu_body .khaplu_field input {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    outline: none;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 5px;
    transition: .4s linear;
    font-family: 'Poppins', sans-serif;
}

.khaplu_body .khaplu_field input::placeholder {
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
}

.khaplu_body .khaplu_field input:focus {
    border-bottom: 1px solid #2000f0;
    background: transparent;
    transition: .4s linear;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
}

.khaplu_body .khaplu_field #khaplu_submit {
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 12px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

#khaplu_submit:after {
    position: absolute;
    content: " ";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-color: #2000f0;
    background-image: linear-gradient(to right, #2000f0, #2000f0);
    transition: all 0.3s ease;
}

#khaplu_submit:hover {
    background: transparent;
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    color: #fff;
}

#khaplu_submit:hover:after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

.khaplu_body .checkbox {
    display: flex;
    justify-content: left;
    align-items: center;
}

.khaplu_body .checkbox input#check {
    width: unset;
    padding-right: 20px;
}

.khaplu_body .checkbox span {
    display: block;
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
}

@media screen and (max-width: 480px) {
    .main_khaplu_popup {
        bottom: -100%;
        padding: 2rem 1rem 1rem 2rem;
        width: 310px;
    }

    .main_khaplu_popup .khaplu_secondary_btn img {
        width: 25px;
    }

    .khaplu_header {
        margin-top: 3rem;
    }

    .khaplu_header .khaplu_title {
        font-size: 20px;
    }

    .khaplu_header .khaplu_para {
        font-size: 12px;
        margin: 10px 0 20px;
    }

    .khaplu_body .khaplu_field input {
        font-size: 12px;
    }

    .khaplu_body .checkbox {
        display: none;
    }
}

section.sec1-banner2 {

    background: url(../images/banner.webp);
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}




section.sec1-banner2 .row {

    height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 10rem;
    justify-content: center;

}

section.sec1-banner2 h2 span.s-2 {
    color: white;
    font-family: 'sunday';
    font-size: 45px;
}


section.sec1-banner2 h2 {
    color: #5df700;
    font-family: 'poppinsextrabold';
    font-size: 45px;
}


section.sec1-banner2 h1 span {
    font-size: 75px;
    line-height: 80px;
    color: #2000f0;
    font-family: 'poppinsmedium';
    font-weight: 600;
}


section.sec1-banner2 h1 {
    font-size: 75px;
    line-height: 80px;
    color: white;
    font-family: 'poppinsmedium';
    font-weight: 700;
}

section.sec1-banner2 p {

    color: white;
    font-family: 'poppinsmedium';
    padding-top: 1rem;

}


section.sec2-service-form {

    position: relative;
    padding: 1rem 0;
    /* z-index: -10; */

}

section.sec2-service-form lottie-player {
    position: absolute;
    z-index: -100;
    float: left;
    right: 50%;
}

section.sec4-work-us lottie-player {
    position: absolute;
    z-index: -100;
    float: left;
    left: 50%;
}

section.sec4-work-usa lottie-player {
    position: absolute;
    z-index: -100;
    float: left;
    left: 50%;
}

section.sec5-expert lottie-player {
    position: absolute;
    z-index: -100;
    float: left;
    left: 50%;
}

section.sec5-expert .expert-list p {
    padding-right: 1rem;
}

.forBtnPadding {
    padding: 0px 0px 90px 0px !important;
}

.swiperBtns {
    position: absolute;
    bottom: 0px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-button-next111 {
    position: relative;
    z-index: 9999;
    color: black !important;
    padding: 0px 3px;


}

.swiper-button-prev222 {
    position: relative;
    z-index: 9999;
    color: black !important;
    padding: 0px 3px;
}




section.sec2-service-form form.service-cta input.form-control {
    border-radius: 50px;
    height: 60px;
    padding-left: 2rem;
    border: none;
    box-shadow: #00000042 0px 0px 3px;
}

section.sec2-service-form form.service-cta .head_menu {
    margin-right: 0px;
}

section.sec2-service-form form.service-cta .head_menu .fold-btn {

    width: 100%;
}

section.sec2-service-form h5 {

    font-family: 'poppinsmedium';
    font-size: 23px;
}

section.sec2-service-form img.arrow-bt {
    width: 10%;
    margin-top: -60px;
    position: relative;
    margin-bottom: 5rem;
    animation: 1s ease-out infinite float;
    transition: .2s linear;
    filter: hue-rotate(82deg);
}


section.sec4-work-us {

    padding-top: 5rem;
    padding-bottom: 5rem;
}


section.sec4-work-us h2 {
    transform-origin: 0 0;
    transform: rotate(90deg);
    font-family: 'poppinsextrabold';
    font-size: 60px;
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;

}

section.sec4-work-us h3 {

    font-family: 'poppinsbold';
    font-size: 42px;
    color: #2000f0;


}

section.sec4-work-us .banner_btn {
    justify-content: center;
}

section.sec4-work-us.BusPropal .banner_btn {
    justify-content: left;
}

section.sec4-work-us h3 span {

    color: #00a3ff;

}

section.sec4-work-us p {

    font-size: 16px;


}

section.sec4-work-usa h2 {
    transform-origin: 0 0;
    transform: rotate(90deg);
    font-family: 'poppinsextrabold';
    font-size: 100px;
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;

}

section.sec4-work-usa h3 {

    font-family: 'poppinsbold';
    font-size: 55px;
    color: #000;


}

section.sec4-work-usa h3 span {

    color: #2000f0;

}

section.sec4-work-usa p {

    font-size: 18px;


}


section.sec4-work-us a {

    color: #000;
    font-weight: 900;
}

section.sec4-work-usa a {

    color: #000;
    font-weight: 900;
}


/*------------------------ my css service ------------------------------------*/
/*------------------------ my css service ------------------------------------*/
/*------------------------ my css service ------------------------------------*/


/* app blabe last section  */
.serviceNewImg img {
    width: 100%;
}

section.sec7-samples img {
    width: 100%;
}

.forPadding {
    padding: 20px 0px;
}

.ui_ux {
    padding: 20px 0px;
}

.techBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}

.techBox img {
    max-width: 100%;
    object-fit: contain;
    height: 80px;
}



section.websiteDevelopment {

    padding-bottom: 5rem;
    position: relative;
    z-index: 1000;
}

section.websiteDevelopment h3 {
    font-size: 80px;
    font-family: 'poppinsextrabold';
    padding-top: 3rem;
    padding-bottom: 5rem;

}

section.websiteDevelopment h3 span.t-2 {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.websiteDevelopment .cirle-list2,
.websiteDevelopment .cirle-list1,
.websiteDevelopment .cirle-list3,
.websiteDevelopment .cirle-list4 {
    height: 300px;
    width: 300px;
    margin: 20px auto;
}

.websiteDevelopment h5 {
    color: #d5d5d7 !important;
}



.samplesSection {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.samplesSection h3 {
    font-size: 80px;
    font-family: 'poppinsextrabold';
    line-height: 1;

}

.samplesSection h3 span.t-2 {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.samplesSectionContent p {
    padding: 15px 0px;
}

.samplesImg img {
    width: 100%;
}

.paragraphForLogo {
    color: #332a4f;
    font-size: 16px;
    padding: 12px 0px;
    width: 503px;
    margin: 0 auto;
}


section.logoBox {
    padding-top: 8rem;
}

.cirle-list p {
    color: white;
    text-transform: uppercase;
    font-size: 22px;
}

.cirle-list {
    background: #204bad;
    border-radius: 50%;
    padding: 1rem;
    color: white;
    width: 300px;
    height: 300px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



section.logoBox h5 {
    text-align: center;
    font-size: 5rem;
    color: #525082;
    font-weight: 800;
}

section.logoBox img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);

}

.logoBox .logoBoxTitle {
    text-align: center;
    padding-bottom: 70px;
}

.logoBox .logoBoxTitle h3 {
    font-family: 'poppinsbold';
    font-size: 42px;
    color: #2000f0;
    padding: 15px 0px 3px 0px;
}

.logoBox .logoBoxTitle p {
    font-family: 'poppinsbold';
    font-size: 17px;
    color: #2000f0;
    padding: 3px 0px 15px 0px;
}


.sliderSectionLogo {
    padding-top: 4rem;
}

.sliderSectionLogo .toptitle h3 {
    font-family: 'poppinsbold';
    font-size: 35px;
    color: #2000f0;
    padding: 15px 0px 0px 0px;
    text-align: center;
}

.sliderSectionLogo h3 {
    font-size: 80px;
    font-family: 'poppinsextrabold';

    padding-bottom: 3rem;
    text-align: center;
}

.sliderSectionLogo h3 span.t-2 {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.sliderSectionLogo img {
    width: auto;
}

.sliderSectionLogo .banner_btn {
    justify-content: center;
}

.sliderSectionLogo .item {
    padding: 20px 0px;
}

.sliderSectionLogo .head_btn1 {
    display: inline-block;
    text-align: center;
    color: #1fa5c4;
}

.followerAnimation {
    width: 100%;
    overflow: hidden;
    display: none;
}

.brandPartner {
    background: url(../images/brandPartnerImg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    position: relative;
}

.brandPartnerContent {
    position: relative;
}

.brandPartnerContent h4 {
    color: white;
    padding-top: 2rem;

    font-family: 'poppinsbold';
    font-size: 30px;
}

.brandPartnerContent p {
    color: white;
    font-size: 16px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    width: 338px;
}

.videoIconDiv img {
    width: 100%;
}

.videoIconDiv {
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: -110px;

}

.brandPartnerImg img {
    width: 100%;
}

.brandPartnerImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ------------------------ Bussiness Plan page css ------------------------------------ */



.newExpertClass img {
    width: 100%;
}

.newExpertClass {
    border-radius: 28px;
    border: 1px solid #b1b0cb;
    transition: all .3s linear;
    background-color: white;
    overflow: hidden;
    /* height: 202px !important; */
    height: auto !important;
}

.newExpertClass:hover {
    background-color: #2000f0;
}

.newExpertClass .newExpertContent {
    padding: 20px 15px;
    text-align: center;
}

.BusPropal .newExpertClass .newExpertContent {
    padding: 20px 15px;
    text-align: left;
}

.newExpertClass .newExpertContent h4 {
    color: #2000f0;
    transition: all .3s linear;
    font-family: 'poppinsbold';
    font-size: 30px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.newExpertClass .newExpertContent p {
    color: #111;
    transition: all .3s linear;
}

.newExpertClass:hover .newExpertContent h4 {
    color: white;

}

.newExpertClass:hover .newExpertContent p {
    color: white;
}





.WorkSecPlan {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 1rem;
}

.WorkSecPlan .head_btn1 {
    color: #000;
}

.WorkSecPlan .banner_btn {
    margin-top: 2rem;
}

.WorkSecPlan img {
    width: 100%;
}

.WorkSecPlanBox h3 {
    font-size: 50px;
    font-family: 'poppinsextrabold';
    margin-bottom: 1rem;
}

.WorkSecPlanBox h3 span.t-1 {
    color: #000;
}

.WorkSecPlanBox h3 span.t-2 {
    color: white;
    font-size: 80px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.WorkSecPlanBox h3 span.t-5 {
    color: #332a4f;
}



.masterstrokesSecPlan {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 8rem;
    background-color: #e8e8f8;
    margin-top: 2rem;
}

.masterstrokesSecPlan h3 span.t-5 {
    color: #332a4f;
    font-size: 43px;
}

.masterstrokesSecPlan p {
    color: #332a4f;
    font-size: 20px;
}

.masterstrokesSecPlan .head_btn1 {
    color: #000;
}

.masterstrokesSecPlan .banner_btn {
    margin-top: 2rem;
}

.masterstrokesSecPlan img {
    width: 100%;
}



.work_Samples {
    position: relative;
    padding-top: 12rem;
    padding-bottom: 5rem;
    background-color: #f4f2f2;

}

.work_SamplesContent img {
    width: auto;
}

.work_SamplesContent h2 {
    color: #111;
    font-size: 40px;
    font-family: 'poppinsextrabold';
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.work_SamplesContent p {
    color: gray;
    font-size: 15px;
    font-family: 'poppinsmedium';
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 2;
    width: 90%;
}

.rowSectionforPadding {
    padding: 15px 0px;
    position: relative;
    z-index: 2;
}

.work_SamplesTitle h3 {
    font-family: 'poppinsextrabold';
    color: #e6e5fa;
    text-transform: uppercase;
    font-size: 170px;
    line-height: 133px;
    margin-top: 15px;
}

.work_SamplesTitle {
    position: absolute;
    top: 20px;
    left: 73px;
    z-index: 0;
    overflow: hidden;
}




.workWithUs {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.workWithUs .workWithUsTitle h2 {
    /* transform-origin: 0 0; */
    transform: rotate(90deg);
    font-family: 'poppinsextrabold';
    font-size: 100px;
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    position: absolute;
    top: 0px;
    right: 0px;
}

.workWithUs_topContent {
    text-align: center;
    position: relative;
}

.workWithUs_topContent p {
    color: #332a4f;
    font-size: 20px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.workWithUs_topContent h3 {
    font-size: 50px;
    font-family: 'poppinsextrabold';
    margin-bottom: 1rem;
}

.workWithUs_topContent h3 span.t-5 {
    color: #332a4f;
    font-size: 43px;
}

.flexx {
    display: flex;
}

.rowMain {
    display: flex;
    position: relative;
    padding: 110px 0px 80px 0px;
    flex-wrap: wrap;
}

.MainCol_4 {
    flex: 0 0 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {

    .MainCol_4 {
        flex: 0 0 33.333333%;
    }
    section.sec1-banner .social {
        /* display: grid; */
        font-size: 25px !important;
        /* color: white; */
        gap: 9px !important;
        padding-left: 2rem;
        margin-top: -132px;
      }
      section.sec1-banner .social h5 {
        padding-bottom: 0px;
      }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .MainCol_4 {
        flex: 0 0 50%;
    }
    footer .navbar-brand img {
        width: 100%;
    }
    section.sec1-banner {
        height: auto;
        padding: 20px 10px;
    }
    .staticimg img{
        display: none;
    }
    section.sec3-service {
        height: auto;
        padding: 3rem 0;
    }
    section.sec3-service .service-list img {
        width: 10%;
    }
    section.sec8-cta-form h3 {
        font-size: 85px;
        line-height: 0;
    }
    section.sec8-cta-form h4 {
        font-size: 85px;
    }
    section.sec8-cta-form .form-control {
        font-size: 22px;
    }
    header a.nav-link {
        color: #2000f0;
    }
    section.sec3-service .row {
        padding-top: 0 !important;
    }
    .workimg {
        display: flex;
        justify-content: center;
    }
    .workimg img{
        width: 60%;
        padding-bottom: 4rem;
    }
    .expertSecBlogsImg img {
        width: 70% !important;
    }
    .worksecimg {
        display: flex;
        justify-content: center;
    }
    .worksecimg img {
        width: 70%;
    }
    .onlyImgSecimg {
        display: flex;
        justify-content: center;
    }
    .onlyImgSecimg img{
        width: 70% !important;
    }
    section.sec5-expert .expert-list img {
        width: 70% !important;
    }
    .WorkSecimg {
        display: flex;
        justify-content: center;
    }
    .WorkSecimg img {
        width: 70%;
    }
    section.sec4-work-usa h2 {
        transform: rotate(0deg);
        font-size: 50px;
        margin-top: -110px;
    }
    .munique {
        margin-top: 5rem;
    }
    .marginU {
        font-size: 40px !important;
        margin-top: -85px !important;
        transform: rotate(0deg) !important;
    }
    section.sec1-banner2 h1 span {
        font-size: 55px;
        line-height: 55px;
    }
    section.sec1-banner2 h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .log-div{
        margin: 0 auto;
    }
    .logo-h3{
        text-align: center;
        padding: 10px 0 10px 5px;
    }

   
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .MainCol_4 {
        flex: 0 0 100%;
    }

    /* header a.nav-link {
        color: black;
        margin-left: 15px;
        font-weight: 600;
        font-size: 25px;
        line-height: 65px;
    } */
    header a.nav-link {
        color: black;
        margin-left: 15px;
        font-weight: 300;
        font-size: 18px;
        line-height: 18px;
      }

    /* .ball {
        display: none;
    } */
    .WorkSecPlan {
        padding-top: 1rem;
    }
    /* ul.dropdown-menu.show {
        width: 84%;
        background: rgb(8 16 79);
        color: white;
        padding: 1rem;
        margin-left: 14px;
        margin-top: 8px;
        display: inline-table;
    } */

    .offcanvas-header {
        width: 87%;
        padding-top: 5rem;
    }

    div#offcanvasNavbar {
        background: linear-gradient(45deg, #000, #000);
    }
    .nav-link:focus, .nav-link:hover{
        color: #fff;
    }

    .log-div{
        margin: 0 auto;
    }
    .logo-h3{
        text-align: center;
        padding: 10px 0 10px 5px;
    }

}

.ParentBox {
    position: relative;
    padding: 15px;

    text-align: center;
}

.childBox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to right, #2363c7, #4752bc);
    width: 100%;
    height: 141px;
    z-index: 0;
    border-radius: 0px 0px 12px 12px;
}

.workWithUsBox {
    background-color: white;
    border-radius: 12px;
    padding: 80px 15px 20px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    position: relative;
    z-index: 1;
}

.workWithUsIcon {
    width: 90px;
    height: 90px;
    padding: 15px 0px 0px 0px;
    border: 8px solid #355bc2;
    border-radius: 12px;
    background-color: white;
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
}

.workWithUsIcon img {
    width: auto;
}

.workWithUsContentBox .boxNumber {
    font-size: 40px;
    color: #2462c7;
    font-family: 'poppinsextrabold';
    text-align: center;
    display: block;
    margin-left: 36px;
    width: 100%;

}

.workWithUsContentBox .boxContent {
    font-size: 17px;
    margin-left: 25px;
    margin-top: 24px;
    color: #111;
    font-family: 'poppinsextrabold';
    text-align: center;
}

.workWithUsContentBox p {
    color: gray;
    font-size: 13px;
}


.Box22 .workWithUsIcon {
    bottom: -44px;
    top: auto;
    border: 8px solid #6246b3;
}

.Box22 .workWithUsBox {
    padding: 20px 15px 80px 15px;
}

.Box22 .childBox {
    bottom: auto;
    top: 0px;
    border-radius: 12px 12px 0px 0px;
}

.Box22 .workWithUsContentBox .boxNumber {
    color: #6246b3;
}

.Box22 .childBox {
    background-image: linear-gradient(to right, #4752bc, #6c42b0);
}

.Box33 .workWithUsIcon {
    border: 8px solid #841e8c;
    padding: 9px 0px 0px 0px;
}

.Box33 .workWithUsContentBox .boxNumber {
    color: #841e8c;
}

.Box33 .childBox {
    background-image: linear-gradient(to right, #6c42b0, #9b40a2);
}

.Box44 .workWithUsIcon {
    border: 8px solid #b6469a;
    padding: 9px 0px 0px 0px;
}

.Box44 .workWithUsContentBox .boxNumber {
    color: #b6469a;
}

.Box44 .childBox {
    background-image: linear-gradient(to right, #9b40a2, #c34a96);
}


/* ------------------------ Bussiness Plan page css ------------------------------------ */




/* ------------------------ my css articles ------------------------------------ */


.expertArticals h3 {
    font-size: 80px;
    font-family: 'poppinsextrabold';
    text-align: center;
    margin-bottom: 5rem;
}

.expertArticals h3 span.t-2 {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.expertArticals h3 span.t-1 {
    color: #000;
}

.expertArticals h3 span.t-5 {
    color: #332a4f;
}

.WorkSecPlanBox h4 {
    color: #2000f0;
    font-family: 'poppinsextrabold';
    font-size: 18px;
}






.expertArticalSec {
    padding-top: 40px;
}

.mySwiperArticals {
    padding: 80px 0px 0px 0px !important;
}

.swiperBtnsArticals {
    position: absolute;
    top: 0px;
    right: 10px;
    display: flex;
}

.swiper-button-next333,
.swiper-button-prev444 {
    padding: 0px 3px;
}

.expertImgBox img {
    width: auto;

}

.expertImgBox {
    margin-right: 15px;
}

.expertTopBox {
    position: relative;
    top: 36px;
}

.expertContentBox h4 {
    color: #2000f0;
    font-family: 'poppinsextrabold';
    font-size: 18px;
}

.expertContentBox h2 {
    color: var(--bs-body-color);
}

.expertArticalColBox {
    position: relative;
}

.expertArticalColBoxInner {
    width: 250px;
    height: 70px;
    background-color: #2a2a2a;
    color: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.expertArticalColBoxInner h2 {
    font-size: 22px;
    padding: 17px;
}

button.seeAllBtn {
    padding: 10px 44px;
    outline: none;
    border: 2px solid #2000f0;
}

p.articalParagraph {
    line-height: 2;
    padding: 18px 0px;
}


.secSomeTips {
    padding: 100px 0px;
}


.secSomeTipsBoxOuter {
    position: relative;
    width: 100%;
    /* background-color: #a8a8a8; */
    background-image: url(../images/2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 585px;
    margin-bottom: 20px;
}

.secSomeTipsBoxOuter1 {
    position: relative;
    width: 100%;
    /* background-color: #a8a8a8; */
    background-image: url(../images/1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    margin-bottom: 20px;

}

.secSomeTipsBoxOuter3 {
    position: relative;
    width: 100%;
    /* background-color: #a8a8a8; */
    background-image: url(../images/3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    margin-bottom: 20px;

}

.secSomeTipsBoxOuter4 {
    position: relative;
    width: 100%;
    /* background-color: #a8a8a8; */
    background-image: url(../images/4.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 585px;
    margin-bottom: 20px;
}


.secSomeTipsBoxOuter5 {
    position: relative;
    width: 100%;
    /* background-color: #a8a8a8; */
    background-image: url(../images/5.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 585px;
    margin-bottom: 20px;
}

.secSomeTipsBoxOuter6 {
    position: relative;
    width: 100%;
    /* background-color: #a8a8a8; */
    background-image: url(../images/6.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    margin-bottom: 20px;

}



.secSomeTipsBoxOuter2 {
    position: relative;
    width: 100%;
    background-color: #a8a8a8;
    height: 350px;
    margin-bottom: 20px;

}

.secSomeTips .banner_btn {
    justify-content: center;
}

.secSomeTipsBoxInner {
    background-color: #2000f0;
    padding: 15px 20px;
    width: 100%;
    height: 142px;
    color: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.secSomeTipsBoxInner span {
    width: 80px;
    height: 1px;
    background-color: white;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}

.secSomeTipsBoxInner p {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400 !important;
    padding: 0 0 10px 0;
}

.secSomeTipsBoxInner h3 {
    color: white;
    text-transform: capitalize;
    font-size: 20px;
}

/* ------------------------ my css articles ----------------------------------- */




/* ------------------------ my css Blogs ------------------------------------ */

.expertSecBlogs {
    padding-bottom: 60px;
}

.expertSecBlogsBox {
    transition: all .3s linear;
    text-align: center;
    border-radius: 8px;

}

.expertSecBlogsBox:hover {
    box-shadow: rgba(80, 172, 223, .8) 0px 7px 29px 0px;
    transform: translateY(-20px);
}

.expertSecBlogsImg {
    border-radius: 8px 8px 0px 0px;
    position: relative;
    overflow: hidden;
}

.expertSecBlogsImg img {
    width: 100%;
    transition: all .3s linear;
    transform: scale(1);
}

.expertSecBlogsImg img:hover {
    transform: scale(1.1);

}

.topImgTitle {
    position: absolute;
    top: 20px;
    left: 20px;
}

.topImgTitle p {
    color: white;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
}

.expertSecBlogsContent {
    padding: 20px;
    text-align: center;
    width: 100%;
    background-color: white;
}

.expertSecBlogsContent p {
    color: gray;
    font-size: 15px;
    line-height: 1.5;

}

.expertSecBlogsContent h2 {
    color: #111;
    font-size: 20px;
    padding-bottom: 15px;
}

.expertSecBlogsContent .banner_btn {
    justify-content: center;
    margin-top: 2rem;
}



section.onlyImgSec {
    padding: 50px 0px;
}

.onlyImgSecBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.onlyImgSec img {
    width: 100%;
    margin: 0 auto;
}




.randomBlogs {
    margin-top: 130px;
}

.randomBlogs .expertSecBlogsBox1 {
    transform: translateY(-80px);
}

.randomBlogs .expertSecBlogsBox2 {
    transform: translateY(-40px);
}

.randomBlogs .expertSecBlogsBox3 {
    transform: translateY(0px);
}

.paginationBlogs {
    margin-top: 60px;
}

.paginationBlogs .pagination {
    justify-content: center;
}

.paginationBlogs .page-link {
    color: #2000f0;
    background-color: transparent;
    border: none;
}

.paginationBlogs .active a {
    color: white !important;
}

.paginationBlogs .active {
    color: white !important;
    background-color: #2000f0;
    border: none;
}


/* ------------------------ my css Blogs ------------------------------------ */





/* ------------------------ my css eBook ------------------------------------ */

.serviceEbook h2 {
    color: #2000f0;
}

.ServiceAbsolute {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
}

.ServiceAbsolute h2 {
    color: #e6e5fa;
    font-size: 88px;
    position: relative;
    z-index: 0;
}

.serviceEbook .workWithUs_topContent {
    margin-bottom: 60px;
}

.serviceEbook .workWithUs_topContent h3 {

    position: relative;
    z-index: 1;
}


.serviceeBookBoxNew img {
    width: 100%;
}

.serviceeBookBox img {
    width: auto;
    opacity: .7;
    transition: all .3s linear;
    padding: 30px;
}

.serviceeBookBox img:hover {
    opacity: 1;
}

.serviceeBookBox {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.serviceeBookBoxBlack {
    border-top: 3px solid #2000f0;
    border-left: 3px solid #2000f0;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.WorkSecPlan.serviceEbook .banner_btn {
    margin-top: 1rem;
}



.pricing_eBook {
    padding: 100px 0px;
}

.pricing_eBook .workWithUs_topContent h3 {
    position: relative;
    z-index: 1;
}

.pricingTitle h2 {
    font-size: 30px;
    color: white;
}

.pricingTitle h3 {
    font-size: 30px;
    color: white;
}

.pricingTitle {
    position: relative;
    background-color: #2000f0;
    text-align: center;
    padding: 40px 0px;
    overflow: hidden;
}

.pricingContent ul li {
    padding: 5px 0px;
    color: #2000f0;
    font-family: 'poppinsmedium';
}

.pricingContent {
    text-align: center;
    padding: 40px 0px;
    background-color: #f1f1f1;
}

.pricingContent .banner_btn {
    justify-content: center;
    margin-top: 2rem;
}

.pricing_eBookBox {
    padding: 80px 0px 0px 0px;
}

.pricing_eBookBox img {
    width: 100%;
}

.pricingHot {
    position: absolute;
    top: -28px;
    right: 0px;
    width: 100%;
    transform: translateX(40%) translateY(100%) rotate(40deg);
}

.pricingHot p {
    color: #2000f0;
    padding: 3px 0px;
    font-size: 15px;
    background-color: white;
}

.eBooksSection p {
    line-height: 2;
    padding: 18px 0px;
}

.eBooksSection h2 {
    color: #2000f0;
}

.eBooksSection .banner_btn {
    margin-top: 1rem;
}

.eBooksSection {
    background-color: #f1f1f1;
    padding: 30px;
}


/* ------------------------ my css eBook ------------------------------------ */




/* ------------------------ my css infographic ------------------------------------ */

.feedbackSecTitle h2 {
    color: #111;
    font-size: 40px;
    font-family: 'poppinsextrabold';
    text-align: center;
    margin-bottom: 4rem;
}

.feedbackSecBox p {
    color: gray;
    font-size: 15px;
    font-family: 'poppinsmedium';
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 2;

}

.feedbackSecBox h4 {
    color: #2000f0;
    font-family: 'poppinsextrabold';
    font-size: 18px;
}

.feedbackSecBox h2 {
    color: #111;
    font-size: 40px;
    font-family: 'poppinsextrabold';

    margin-bottom: 1rem;
}

.feedbackSecBox h3 {
    color: #111;
    font-size: 20px;
    font-family: 'poppinsextrabold';
}

.feedbackSecBox .banner_btn {
    margin-top: 2rem;
}

.feedbackSecBoxCard {
    text-align: center;
    background-color: white;
    padding: 60px;
    border-radius: 10px;
    width: 400px !important;
}

.feedbackSecBoxCard p,
.feedbackSecBoxCard h3,
.feedbackSecBoxCard h5 {
    color: #2000f0;
}

.feedbackSecBoxCard h5 {
    font-size: 15px;
    font-family: 'poppinsextrabold';
}



.cloudSection {
    margin-bottom: 100px;
}

.cloudSectionTitle {
    text-align: center;
    margin-bottom: 70px;
}

.cloudSectionTitle p {
    color: #111;
    font-size: 15px;
    font-family: 'poppinsmedium';
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 2;
}

.cloudSectionTitle h2 {
    color: #111;
    font-size: 40px;
    font-family: 'poppinsextrabold';
    margin-bottom: 1rem;
}

.cloudSectionBox h5 {
    font-size: 15px;
    font-family: 'poppinsextrabold';
    color: #2000f0;
}

.cloudSectionBox h3 {
    font-size: 20px;
    color: #2000f0;
    margin-top: 1rem;
    font-family: 'poppinsextrabold';
}

.cloudSectionBox p {
    color: #2000f0;
    font-size: 15px;
    font-family: 'poppinsmedium';
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 2;
}

.cloudSectionBox {
    text-align: center;
}

.TeamInfographic img {
    width: 100%;
}

.topMarginFeedbackSec {
    margin-top: 100px;
}





.colorFullSecforMargin>div {
    padding: 20px 0px;
}

.colorFullSec {
    margin-top: 100px;
    margin-bottom: 70px;
}

.colorFullParentBox {
    background-image: linear-gradient(180deg, #2363c7, #4752bc);
    border-radius: 5px;
    display: flex;
}

.colorFullIconBox {
    background-color: white;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    border-radius: 5px 0px 0px 5px;
}

.colorFullContentBox {
    background-color: white;
    margin-right: 40px;
    border-radius: 5px;
    padding: 30px 40px;
    width: 100%;
}

.colorFullContentBox p {
    color: gray;
    font-size: 15px;
    font-family: 'poppinsmedium';
    margin-top: 10px;
    line-height: 2;
    width: 80%;

}

.colorFullContentBox h2 {
    color: #111;
    font-size: 35px;
    font-family: 'poppinsextrabold';
    margin-bottom: 1rem;
}

.colorFullSecBox2 .colorFullContentBox {
    margin-right: auto;
    margin-left: 40px;
}

.colorFullSecBox2 .colorFullIconBox {
    margin-left: auto;
    margin-right: 40px;
}

.colorFullSecBox2 .colorFullIconBox {
    border-radius: 0px 5px 5px 0px;
}

.colorFullSecBox2 .colorFullParentBox {
    background-image: linear-gradient(180deg, #4752bc, #6c42b0);
}

.colorFullSecBox3 .colorFullParentBox {
    background-image: linear-gradient(180deg, #6c42b0, #9b40a2);
}

.colorFullSecBox4 .colorFullParentBox {
    background-image: linear-gradient(180deg, #9b40a2, #c34a96);
}

.columnWidth {
    width: 89%;
}

.columnWidth:nth-child(even) {
    margin-left: auto;
}



/* ------------------------ my css infographic ------------------------------------ */



/* ------------------------ my css service ------------------------------------ */
/* ------------------------ my css service ------------------------------------ */
/* ------------------------ my css service ------------------------------------ */



.white-bg{
    background-color: #fff;
    background: #fff;
    border-radius: 22px;
}


.sec5-expert h3 {

    font-size: 70px;
    font-family: 'poppinsextrabold';
    padding-top: 3rem;
    padding-bottom: 5rem;
    text-align: center;

}

section.sec5-expert .expert-list img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
}

.sec5-expert h3 span.t-1 {
    color: #000;
}

.sec5-expert h3 span.t-2 {

    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}


.sec5-expert h3 span.t-3 {

    color: #332a4f;
}

.sec5-expert h3 span.t-4 {

    color: #9d9d9d;
}

.sec5-expert h3 span.t-5 {

    color: #332a4f;
}



/*-======================== My CSS ----------------========================*/
/*-======================== My CSS ----------------========================*/


.relHidden {
    position: relative;
    overflow: hidden;
}

.flexx {
    display: flex;
}

.spaceBt {
    justify-content: space-between;
}

section.sec3-service .HeadingDiv {
    position: relative;
    flex: 0 0 50%;
}

section.sec3-service .imageDiv {
    position: relative;
    flex: 0 0 50%;
}

section.sec3-service .imageDiv {
    width: 100%;
    height: 100%;
    right: 0px;
    position: relative;

    animation: 2.7s ease-out infinite float;
    transition: .2s linear;

}
section.sec3-service .imageDiv h4 {
    font-size: 67px;
    font-family: 'sunday';
    color: #4550a7;
    font-weight: 700;

}
section.sec3-service .imageDiv h4 span {
    color: #FFF;
}

.imageDiv img {
    width: 100%;
}

/*-======================== My CSS ----------------========================*/
/*-======================== My CSS ----------------========================*/



section.sec5-expert .expert-list {
    background: white;
}

section.sec6-content a {

    color: black;
    font-weight: 900;
}

section.sec5-expert .expert-list h4 {

    font-family: 'poppinsbold';
    font-size: 28px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


section.sec6-content {
    position: relative;
}


section.sec6-content h4 {

    font-size: 29px;
    color: #051b4f;
    font-family: 'poppinsmedium';

}

section.sec6-content h3 {

    font-size: 50px;
    color: #051b4f;
    font-family: 'poppinsextrabold';

}

section.sec7-samples {

    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    z-index: 1000;
}

section.sec7-samples lottie-player {

    position: absolute;
    z-index: -100;
    left: 50%;
    top: 0;

}

section.sec7-samples .sample-list {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: #001f4e 10px 10px;
}

section.sec7-samples .sample-list img {
    width: 100%;
    padding-bottom: 2rem;
}

button.leave {
    position: relative;
    padding: 15px 45px;
    background: #FEC195;
    font-size: 17px;
    font-weight: 500;
    color: #181818;
    border: 1px solid #FEC195;
    border-radius: 8px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
    margin-top: 2rem;
}

button.leave:hover {
    border: 1px solid #f3b182;
    background: linear-gradient(85deg, #FEC195, #fcc196, #fabd92, #fac097, #fac39c);
    animation: wind 2s ease-in-out infinite;
}

@keyframes wind {
    0% {
        background-position: 0% 50%;
    }

    0% {
        background-position: 50% 100%;
    }

    0% {
        background-position: 0% 50%;
    }
}

.icon-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    transform-origin: 0 0;
    transform: rotate(10deg);
    transition: all .5s ease-in-out;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .3));
}

button.leave:hover .icon-1 {
    animation: slay-1 3s cubic-bezier(0.52, 0, 0.58, 1) infinite;
    transform: rotate(10deg);
}

@keyframes slay-1 {
    0% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

.icon-2 {
    position: absolute;
    top: 0;
    left: 25px;
    width: 12px;
    transform-origin: 50% 0;
    transform: rotate(10deg);
    transition: all 1s ease-in-out;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
}

button.leave:hover .icon-2 {
    animation: slay-2 3s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
    transform: rotate(0);
}

@keyframes slay-2 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0);
    }
}

.icon-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    transform-origin: 50% 0;
    transform: rotate(-5deg);
    transition: all 1s ease-in-out;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
}

button.leave :hover .icon-3 {
    animation: slay-3 2s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
    transform: rotate(0);
}

@keyframes slay-3 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0);
    }
}

section.sec7-samples h3 {

    font-size: 70px;
    font-family: 'poppinsextrabold';
    padding-top: 3rem;
    padding-bottom: 5rem;
    text-align: center;

}

section.sec7-samples h3 span.t-1 {

    color: #000;
}

section.sec7-samples h3 span.t-2 {

    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}


section.sec7-samples h3 span.t-3 {

    color: #332a4f;
}

section.sec7-samples h3 span.t-4 {

    color: #9d9d9d;
}

section.sec7-samples h3 span.t-5 {

    color: #332a4f;
}

.🤚 {
    --skin-color: #2000f0;
    --tap-speed: 0.6s;
    --tap-stagger: 0.1s;
    position: relative;
    width: 80px;
    height: 60px;
    margin-left: 80px;
    float: right;
    animation: 1s ease-out infinite float;
    transition: .2s linear;
}

.🤚:before {
    content: '';
    display: block;
    width: 180%;
    height: 75%;
    position: absolute;
    top: 70%;
    right: 20%;
    background-color: black;
    border-radius: 40px 10px;
    filter: blur(10px);
    opacity: 0.3;
}

.🌴 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--skin-color);
    border-radius: 10px 40px;
}

.👍 {
    position: absolute;
    width: 120%;
    height: 38px;
    background-color: var(--skin-color);
    bottom: -18%;
    right: 1%;
    transform-origin: calc(100% - 20px) 20px;
    transform: rotate(-20deg);
    border-radius: 30px 20px 20px 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.👍:after {
    width: 20%;
    height: 60%;
    content: '';
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: -8%;
    left: 5px;
    border-radius: 60% 10% 10% 30%;
    border-right: 2px solid rgba(0, 0, 0, 0.05);
}

.👉 {
    position: absolute;
    width: 80%;
    height: 35px;
    background-color: var(--skin-color);
    bottom: 32%;
    right: 64%;
    transform-origin: 100% 20px;
    animation-duration: calc(var(--tap-speed) * 2);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform: rotate(10deg);
}

.👉:before {
    content: '';
    position: absolute;
    width: 140%;
    height: 30px;
    background-color: var(--skin-color);
    bottom: 8%;
    right: 65%;
    transform-origin: calc(100% - 20px) 20px;
    transform: rotate(-60deg);
    border-radius: 20px;
}

.👉:nth-child(1) {
    animation-delay: 0;
    filter: brightness(70%);
    animation-name: tap-upper-1;
}

.👉:nth-child(2) {
    animation-delay: var(--tap-stagger);
    filter: brightness(80%);
    animation-name: tap-upper-2;
}

.👉:nth-child(3) {
    animation-delay: calc(var(--tap-stagger) * 2);
    filter: brightness(90%);
    animation-name: tap-upper-3;
}

.👉:nth-child(4) {
    animation-delay: calc(var(--tap-stagger) * 3);
    filter: brightness(100%);
    animation-name: tap-upper-4;
}

@keyframes tap-upper-1 {

    0%,
    50%,
    100% {
        transform: rotate(10deg) scale(0.4);
    }

    40% {
        transform: rotate(50deg) scale(0.4);
    }
}

@keyframes tap-upper-2 {

    0%,
    50%,
    100% {
        transform: rotate(10deg) scale(0.6);
    }

    40% {
        transform: rotate(50deg) scale(0.6);
    }
}

@keyframes tap-upper-3 {

    0%,
    50%,
    100% {
        transform: rotate(10deg) scale(0.8);
    }

    40% {
        transform: rotate(50deg) scale(0.8);
    }
}

@keyframes tap-upper-4 {

    0%,
    50%,
    100% {
        transform: rotate(10deg) scale(1);
    }

    40% {
        transform: rotate(50deg) scale(1);
    }
}


@media only screen and (min-width: 1001px) and (max-width: 1600px) {
    header a.nav-link {
        color: rgb(255, 255, 255);
        margin-left: 9px;
        /* font-weight: 600; */
    }

}


@media only screen and (min-width: 300px) and (max-width: 700px) {

    .btn-close{
        filter: invert(1);
    }
    /* Articles.section */
    header a.nav-link {
        color: #ffffff;
        margin-left: 15px;
        font-weight: 300;
        font-size: 18px;
        line-height: 18px;
    }

    .expertArticals h3 span.t-2 {
        color: white;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        font-size: 40px;

    }

    .expertArticals h3 span.t-1 {
        color: #000;
        font-size: 40px;
    }

    .expertArticals h3 span.t-5 {
        color: #332a4f;
        font-size: 40px;
    }

    section.sec6-content h3 {
        font-size: 35px;
    }

    section.sec3-content h2 {
        font-size: 38px;
    }


    section.sec3-service h2 {
        font-size: 38px;
    }

    section.sec3-service .imageDiv {
        display: none;
    }



    a:not([href]):not([class]),
    a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
        font-size: 17px;


    }

    .navbar-toggler {
        margin-right: 10%;
    }

    .🤚 {
        display: none;
    }

    .head_menu .head_btn1:before {

        width: 30px;
        height: 30px;

    }

    .head_menu {
        width: 50%;
    }

    div#preloader {

        display: none;
    }

    section.sec1-banner .social {

        display: none;
    }

    section.sec1-banner h1 {

        font-size: 40px;
        line-height: 40px;
    }

    section.sec1-banner h1 span {


        font-size: 40px;
        line-height: 40px;

    }

    section.sec1-banner p {

        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .reviews img {
        width: 16%;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .banner_btn {
        margin-top: 2rem;
        display: block;
        width: 100%;
        text-align: left;
    }
.sec2-about .banner_btn{
    margin-bottom: 2rem;
}
    #book {

        display: none;
    }

    .head_btn1 {
        /* color: #fff; */
        font-size: 15px;

    }

    /* .fold-btn {

        width: 56%;
    } */

    section.sec2-about {
        padding-top: 5rem;
        padding-bottom: 0rem;
        position: relative;
        z-index: -1;
    }

    section.sec2-about lottie-player {

        z-index: -1;
    }

    section.sec2-about h2 {
        font-size: 40px;
        line-height: 46px;
        font-family: 'poppinsextrabold';
    }


    .expertTopBox {
        /* position: relative; */
        flex-direction: column;
        top: 36px;
    }

    .counter-main {
        display: block;
        margin-top: 2rem;
        animation: 1s ease-out infinite float;
        transition: .2s linear;
        text-align: center;
    }

    .counter-main .counter {

        padding-bottom: 3rem;
    }

    section.sec3-choose h1 {
        font-size: 55px;
        padding-bottom: 5rem;
        transform: none !important;
        position: initial;
        text-align: left;
    }

    section.sec3-service h2::after {

        display: none;
    }


    .colorFullIconBox {

        padding: 0px;

    }

    /* .swiper-wrapper {
        overflow: hidden;
    } */

    .svgimg {
        display: none;
    }

    section.sec4-work h2 {
        font-family: 'poppinsbold';
        font-size: 50px;
        transform: none !important;
    }

    .sec5-testi h3 {
        font-size: 50px;
        font-family: 'poppinsextrabold';
        transform: none !important;
        padding-top: 0rem;
        padding-bottom: 4rem;
    }

    section.sec8-cta-form h4 {
        font-size: 40px !important;

    }

    section.sec2-service-form .row {
        width: 100%;
        margin: auto;
    }

    section.sec2-service-form form.service-cta .head_menu {

        margin: auto;

    }

    .bt_none {

        display: none;
    }

    section.sec8-cta-form h3 {
        font-size: 40px !important;
    }
    footer ul{
        padding-left: 0px;
    }
    footer {
        background: #000000 no-repeat;
        background-position: top;
        background-size: cover;
        height: auto;
    }
    footer .col-sm-12{
        text-align: center;
    }
    footer .row {
        height: auto;

    }

    .logo img {
        width: 70%;
    }

    .fixed-header {
        display: none;
    }

    lottie-player {

        display: none !important;
    }

    .sec5-testi .container-fluid {
        background: white;
        padding: 1rem;
        border-radius: 0px 0px 0px 0px;
    }

    section.sec3-service .row {
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    section.sec3-service {
        background: #071952;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        margin-top: 5rem;
    }

    section.sec8-cta-form .form-control {

        font-size: 15px;
        font-family: 'poppinsbold';
    }

    section.sec3-choose {
        padding-top: 5rem;
        padding-bottom: 0rem;
    }

    section.sec7-faqs {
        padding-top: 5rem;
        padding-bottom: 3rem;
        position: relative;
        z-index: 100;
    }

    section.sec8-cta-form {

        padding-bottom: 3rem;
    }

    section.sec3-choose .s-1 {

        font-size: 45px;
    }

    section.sec3-choose .s-3 {

        font-size: 48px;
    }

    section.sec3-choose .s-4 {
        color: #2000f0;

    }

    section.sec3-choose h2 {
        font-size: 45px;

    }

    section.sec3-service h2 {

        font-size: 38px;
    }

    section.sec2-about h2 span {
        font-size: 46px;

    }
    
}


.paper-plane {
    position: absolute;
    top: 50%;
    left: 0%;
}


section.sec7-content {
    padding-top: 0rem;
}


section.sec7-content h2 {
    font-size: 50px;
    color: #000;
    font-family: 'poppinsextrabold';
    line-height: 0.5;
}

section.sec8-bus {
    padding-top: 5rem;
}

.cirle-list1 {
    background: #daf0ff;
    border-radius: 50%;
    padding: 1rem;
    color: white;
}

.cirle-list2 {
    background: #7a7a7a;
    border-radius: 50%;
    padding: 1rem;
    color: white;
}

.cirle-list3 {
    background: #b1b0cb;
    border-radius: 50%;
    padding: 1rem;
    color: white;
}

.cirle-list4 {
    background: #daf0ff;
    border-radius: 50%;
    padding: 1rem;
    color: white;
}

.cirle-listCommon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

section.sec8-bus h5 {
    text-align: center;
    font-size: 2rem;
    color: #252424;
    font-weight: 800;
}

section.sec8-bus.BusPropal h5 {
    font-size: 2rem;
    margin-top: 40px;
}

section.sec8-bus img {
    position: relative;
    top: 50px;
}


@media only screen and (min-width: 700px) and (max-width: 1000px) {

    section.sec1-banner h1 {
        font-size: 45px;
        line-height: 50px;

    }

    .col-md-5 {
         flex: 0 0 auto;
         /* width: 100%; */
    }



    .airplane{
        display: none;
    }

    section.sec3-service .row{
        height: auto;
    }

    section.sec3-service .service-list p{
        font-size: 13px;
        padding-bottom: 0%;
    }

    section.sec3-service .service-list h4{
       padding-bottom: 0%;
    }

    section.sec3-service h2{
        font-size: 30px;
    }

    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .formcontainer {
        max-width: max-content !important;
    }

    section.sec3-service {

        background-position: right;
        padding: 3rem 5rem;
    }

    /* .main{
        display: none;
    } */
    .banner_btn .open-popup a {
        font-size: 13px;
    }
    .fold-btn {
        font-size: 9px;
        padding: 10px 1.4em;
    }
    .head_btn1 {
        font-size: 13px;
    }
    .head_menu .fold-btn {
        font-size: 15px;
    }
    .banner_btn {
        margin-top: 0;
    }
    section.sec3-choose h1{
        font-size: 70px;
    }

    section.sec3-choose h2{
        font-size: 50px;
    }

    section.sec1-banner h1 span {
        font-size: 45px;
        line-height: 50px;

    }

    .counter-main{
        gap: 7%;
    }

    section.sec1-banner p {

        padding-top: 5px;
        padding-bottom: 5px;
    }

    .col-md-6 {
        flex: 0 0 auto;
        /* width: 100%; */
    }


    .Ltnone {
    display: none;
}


    .thnone{
        display: none;
    }

    section.sec1-banner .social{
        display: none;
    }

    /* #book{
        display: none;
    } */
    /* .work_Samples .work_SamplesImg {
        display: none;
    } */
}



@media only screen and (min-width: 0px) and (max-width: 1900px) {

    section.sec5-expert lottie-player {

        left: 0%;
    }

    section.sec4-work-us lottie-player {

        left: 0%;
    }
    .sec5-testi .Ltnone9 {
        display: none;
    }
    header .navbar-collapse {
        display: flex;
        justify-content: center;
    }
    section.sec1-banner2 h1 {
        font-size: 60px;
        line-height: 49px;
       
    }
    section.sec1-banner2 h1 span {
        font-size: 60px;
        line-height: 55px;
    }
    .sec1-banner2 p{
      padding: 2rem 0;
    }

}


@media only screen and (min-width: 1400px) and (max-width: 1800px) {
    .brandPartner {
        height: 55vh;
    }
    section.sec1-banner .social {
        display: grid;
        font-size: 61px;
        color: white;
        gap: 0px;
        padding-left: 2rem;
        margin-top: -110px;
    }
    
}
@media only screen and (min-width: 1001px) and (max-width: 1399px) {
    /* .book-cover-back, .book-cover, .book-font, .book-page, .book-back, .book-bone h2, .book-bottom, .book-top {
        width: 300px !important;
        height: 400px;
    }
    #book {
        width: 300px !important;
        height: 400px;
        overflow: hidden;
    }
    .page {
        height: 300px !important;
    }
    .book-back .description {

    } */
    #book {
        width: 420px;
    }
    .main {
        width: 420px;
        height: 560px;
        margin-top: 1.5rem;
    }
    .book-cover {
        width: 382px;
        height: 475px;
    }
    .book-font {
        width: 385px;
        height: 470px;
    }
    .book-cover-back {
        width: 380px;
        height: 470px;
    }
    .book-back {
        width: 384px;
        height: 476px;
    }
    .book-right {
        width: 50px;
        height: 467px;
        position: absolute;
        top: 3px;
        right: 16px;
    }
    /* header a.nav-link {
        color: rgb(0 0 0);
        margin-left: 42px;
        font-weight: 600;
    } */

    .Ltnone9 {
        display: none;
    }

    section.sec1-banner h1 {
        font-size: 58px;
        line-height: 60px;

    }
    /* section.sec1-banner .social {
        padding-left: 1rem;
    } */
    section.sec1-banner h1 span {
        font-size: 58px;
        line-height: 60px;

    }

    .brandPartner .row {
        height: auto !important;
    }

    .brandPartner {
        height: auto;
        background: #2000f0;
    }

    /* .navbar-expand-lg {
        display: none;
    } */

    .videoIconDiv {
        margin-top: 30px;
    }

    section.sec8-cta-form h3 {
        font-size: 65px;
    }

    section.sec8-cta-form h4 {
        font-size: 67px;
    }

    .work_SamplesTitle h3 {
        font-size: 145px;
        line-height: 119px;
    }

    .workWithUsTitle {
        display: none;
    }

    .MainCol_4 {
        margin: 15px 0px;
    }

    .logo .navbar-brand img {
        width: 220px;
    }

   .marginU {
    margin: 40px 0 0 98px;
    font-size: 55px !important;
   }

   section.sec1-banner2 h1 {
    font-size: 55px;
    line-height: 49px;
   }
   section.sec1-banner2 h1 span {
    font-size: 60px;
    line-height: 60px;
   }
   section.sec1-banner2 p {
    padding: 1rem 3rem;
   }
   section.sec1-banner p {
    padding: 0;
   }
   section.sec1-banner .row {
    padding: 8rem 0 5rem 0 !important;
    height: auto;
   }
   section.sec1-banner  {
    height: auto;
   }
   .social a {
    font-size: 25px;
}
section.sec1-banner .social img {
    padding-left: 12px;
}
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {


    section.sec1-banner .row {
     height: auto;
    }


    footer .navbar-brand img {
        width: 100%;
    }

    section.sec1-banner h1 {
        font-size: 50px;
        line-height: 48px;
    }

    section.sec1-banner .row{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.sec1-banner h1 span {
        font-size: 50px;
        line-height: 48px;
    }

    section.sec1-banner .row {

        align-items: flex-start;

    }

    .fold-btn {
        padding: 16px 1.4em;
        font-size: 15px;
    }

    .banner_btn {
        margin-top: 2rem;
        display: flex;
        gap: 9px;
        align-items: unset;
        padding-bottom: 20%;
    }

    section.sec3-choose h1 {
        font-size: 75px;
    }

    section.sec1-banner {
        height: auto;
    }

    section.sec1-banner p {

        padding-top: 1rem;
        padding-bottom: 1rem;

    }

    section.sec3-service {

        background-position: right;
        background-size: unset;
        height: auto;
        padding: 3rem 0;
    }

    section.sec3-service .row {
    height: auto;
    }

    section.sec3-service h2 {
        font-size: 40px;
        padding-bottom: 1rem;
    }

    section.sec4-work h2 {
        font-size: 75px;
    }

    .sec5-testi h3 {
        font-size: 75px;
    }

    .head_btn1 {
        font-size: 14px;
    }
    .Ltnone {
        display: none;
    }

    section.sec1-banner .social {
        display: none;
    }

    .bt_none {
      display: none;
    }

    .brandPartnerImg img {
        width: auto;
        display: none;
    }

    section.websiteDevelopment h3 {
        font-size: 60px;
    }

    .work_SamplesTitle h3 {
        font-size: 110px;
        line-height: 90px;
    }

    .WorkSecPlanBox h3 span.t-2 {
        color: white;
        font-size: 43px;
    }

    .sec5-expert h3 {
        font-size: 60px;
    }

    .masterstrokesSecPlan h3 span.t-5 {
        color: #332a4f;
        font-size: 37px;
    }
    header a.nav-link {
        color: rgb(255 255 255);
        margin-left: -5px;
        font-weight: unset;
        font-size: 13px;
    }

    #book {
        width: 420px;
    }
    .main {
        width: 420px;
        height: 560px;
    }
    .book-cover {
        width: 382px;
        height: 475px;
    }
    .book-font {
        width: 385px;
        height: 470px;
    }
    .book-cover-back {
        width: 380px;
        height: 470px;
    }
    .book-back {
        width: 384px;
        height: 476px;
    }
    .book-right {
        width: 50px;
        height: 467px;
        position: absolute;
        top: 3px;
        right: 16px;
    }
    section.sec8-cta-form h4 {
        font-size: 65px;
    }
    section.sec8-cta-form h3 {
        font-size: 50px;
    }
    .Ltnone9 {
        display: none;
    }
    /* .staticimg {
        display: ;
    } */
    section.sec4-work-usa h2 {
        margin: 215px 0 0 109px;
        font-size: 53px;
    }

    .demo-bookbg {
        width: 390px !important;
        height: 500px !important;
    }
    .demo-bookbg img {
        padding-top: 2.5rem !important;
    }
}



@media only screen and (min-width: 0px) and (max-width: 991px) {
    .MainCol_4 {
        margin: 25px 0px;
    }

    .work_SamplesTitle h3 {
        font-size: 90px;
        line-height: 78px;
    }

    .WorkSecPlanBox h3 {

        line-height: 1;
    }

    .masterstrokesSecPlan img {
        width: auto;
    }

    .sec5-testi h3 {
        font-size: 50px;
    }
    .btn-close {
        right: 15px;
        position: absolute;
    }
    #book {
        display: none;
    }
    .Ltnone9 {
        display: none;
    }
    .sec4-work-usa .img-fluid {
        display: none;
    }
    .workWithUsTitle h2{
        display: none;
    }
    .masterstrokesSecPlan img {
        display: none;
    }
    .sec4-work-us .img-fluid {
        display: none;
    }
    .sec4-work-usa .img-fluid {
        display: none;
    }
    .Ltnone2 {
        display: none;
    }
    .service-cta input.form-control {
        padding-left: 1rem !important;
    }
    .demo-bookbg {
        display: none;
    }
    .brandPartnerImg {
        display: none;
    }
}



@media only screen and (min-width: 0px) and (max-width: 767px) {

    .brandPartnerContent p {
        width: 100%;
    }

    .formargin {
        margin-bottom: 15px;
    }

    .sec5-expert h3 {
        font-size: 50px;
    }

    .sliderSectionLogo h3 {
        font-size: 50px;
    }

    section.sec4-work-us h3 {
        font-size: 30px;
    }

    section.sec7-samples h3 {
        font-size: 50px;
    }

    section.websiteDevelopment h3 {
        font-size: 50px;
    }

    .samplesSection h3 {
        font-size: 50px;
    }

    .sec5-testi h3 {
        font-size: 50px;
    }

    section.sec8-cta-form h3 {
        font-size: 70px;
    }

    section.sec8-cta-form h4 {
        font-size: 70px;
    }

    .bannerInputs1,
    .bannerInputs3 {
        margin-bottom: 15px;
    }

    section.sec2-service-form .row {
        width: 100%;
    }

    .paragraphForLogo {
        width: 100%;
    }

    .banner_btn .open-popup a {
        font-size: 15px;
    }

    .MainCol_4 {
        margin: 30px 0px;
    }

    footer,
    footer .row {
        height: auto;
    }

    .masterstrokesSecPlan img {
        width: 100%;
    }

    .work_SamplesTitle h3 {
        font-size: 71px;
        line-height: 64px;
    }
    section.sec1-banner2 h1 {
        font-size: 55px;
    }
    section.sec1-banner2 h1 span {
        font-size: 55px;
    }
    section.sec4-work-us h2 {
        transform: rotate(0deg);
        font-size: 45px;
    }
    section.sec4-work-usa h2 {
        transform: rotate(0deg);
        font-size: 35px;
    }
}


@media only screen and (min-width: 0px) and (max-width: 600px) {





    .sec5-expert h3 {
        font-size: 40px;
    }

    .banner_btn {
        text-align: center;
    }

    .banner_btn .open-popup a {
        font-size: 17px;
    }
    .fold-btn {
        font-size: unset;
    }
    .sliderSectionLogo img {
        width: 100%;
        padding: 0px 20px;
    }

    section.sec1-banner2 h1 {
        font-size: 50px;
        line-height: 55px;
    }

    section.sec1-banner2 h1 span {
        font-size: 50px;
        line-height: 50px;
    }

    section.websiteDevelopment h3 {
        font-size: 40px;
    }

    section.sec7-samples h3 {
        font-size: 36px;
    }

    .sec5-testi h3 {
        font-size: 30px;
    }

    section.sec7-faqs h3 {
        font-size: 33px;
    }

    .work_SamplesTitle h3 {
        font-size: 40px;
        line-height: 37px;
        width: 100%;
    }

    .sec5-expert h3 {
        font-size: 30px;
    }

    .masterstrokesSecPlan h3 span.t-5 {
        color: #332a4f;
        font-size: 25px;
        line-height: 32px;
        display: block;
    }

    .work_SamplesImg img {
        width: 100%;
    }

    .work_SamplesTitle {
        left: 10px;
    }

}

@media only screen and (min-width: 0px) and (max-width: 360px) {
    .sec5-testi h3 {
        font-size: 28px;
    }

    .WorkSecPlanBox h3 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    section.sec1-banner {
        height: auto;
        padding: 20px 10px;
    }
    .card-sec .col-lg-4{
        justify-content: center;
        display: flex;
    }
    .staticimg img {
        display: none;
    }
    section.sec3-service {
        height: auto;
        /* padding: 2.5rem 0; */
        /* padding-bottom: 2rem; */
    }
    .relHidden {
        display: none;
    }
    section.sec3-service .service-list img {
        width: 10%;
    }
    section.sec4-work h2 {
        font-size: 60px;
    }
    section.sec8-cta-form .form-control {
        font-size: 20px;
    }
    section.sec8-cta-form h3 {
        font-size: 100px;
    }
    section.sec8-cta-form h4 {
        font-size: 100px;
    }
    section.sec1-banner2 h1 {
        font-size: 45px;
        line-height: 45px;
    }
    section.sec1-banner2 h1 span {
        font-size: 45px;
        line-height: 45px;
    }
    .sec5-expert h3 {
        font-size: 55px;
    }
    section.sec8-cta-form h4 {
        font-size: 70px;
    }
    section.sec8-cta-form h3 {
        font-size: 70px;
    }
    section.sec4-work-usa p {
        font-size: 16px;
    }
    .expertArticals h3 {
        font-size: 60px;
    }
    .serviceeBookBoxNew {
        display: flex;
        justify-content: center;
    }
    .serviceeBookBoxNew img {
        width: 60%;
        padding-top: 20px;
    }
    .videoIconDiv {
        display: none;
    }
    .commonBtn2 a {
        padding: 15px 0px 15px 10px !important;
    }
    .commonBtn1 a {
        padding: 15px 10px 15px 0px !important;
    }
    .sec5-testi .homevideo {
        width: 300px !important;
    }
}

@media screen and (min-width:1400px) and (max-width:1650px)  {
    .sec5-testi .Ltnone {
        display: none;
    }
    .Ltnone9 {
        display: none;
    }
    header .navbar-collapse {
        display: flex;
        justify-content: end;
    }
    section.sec1-banner h1 {
        font-size: 56px;
        line-height: 58px;
    }
    section.sec1-banner p {
        padding: 0px;
    }
    .sec1-banner .banner_btn {
        margin-top: 2rem;
    }
    section.sec1-banner h1 span {
        font-size: 56px;
    }
    section.sec1-banner .row {
        padding-bottom: 2rem;
    }
    section.sec1-banner .social i {
        font-size: 25px;
        gap: 0px;
     
    }
    section.sec1-banner .social h5 {
        margin-left: 1.7rem;
    }
    section.sec1-banner .social img {
        padding-left: 12px;
        width: 14px;
    }
    .social a {
        font-size: 25px;
    }
    .book-cover {
        width: 379px;
        height: 479px;
    }
    .main {
        width: 420px;
        height: 560px;
    }
    .book-font {
        width: 385px;
        height: 470px;
    }
    #book {
        width: 420px;
        height: 500px;
    }
    .book-back {
        width: 385px;
        height: 475px;
    }
    .book-cover-back {
        width: 385px;
        height: 479px;
    }
    .book-right {
        height: 469px;
        right: 16px;
        width: 50px;
    }
    .sec2-about .counter-main {
        padding-top: 10rem;
    }
    .sec2-about .Ltnone {
        padding-top: 2rem;
    }
    /* section.sec1-banner .reviews {
        display: flex;
        height: 57px;
    } */

   /* sss */

    section.sec3-service {
        background-position: center;
    }
    section.sec3-service .HeadingDiv {
        padding: 1rem 0;
    }
    section.sec3-service .service-list img {
        width: 15%;
    }
    section.sec3-choose h1 {
        font-size: 85px;
    }
    section.sec4-work h2 {
        font-size: 85px;
    }
    /* .navbar-nav ul.dropdown-menu.show {
        margin-left: 0rem;
        padding: 5px 0;
    } */
    section.sec3-service .row {
        padding: 0rem 0rem 0px 4rem !important;
      }
     .lottienone{
        display: none;
    }
    .marginU {
        margin: 105px;
        font-size: 66px !important;
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    header a.nav-link {
        color: rgb(255 255 255);
        margin-left: -4px;
        /* font-weight: 600; */
        font-size: 12px;
    }
    header .navbar-brand img {
        width: 222px;
    }
    /* ul.dropdown-menu.show {
        margin-left: -20px;
        padding: 0;
    } */
    header .dropdown-item {
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    section.sec1-banner {
        height: auto;
        padding: 0 3rem;
    }
    /* .staticimg  img{
        display: none;
    } */
    .sec4-work-usa .img-fluid {
        display: none;
    }
    .marginU {
        margin: 50px 0 0 110px;
        font-size: 50px !important;
    }
    section.sec1-banner2 h1 span {
        font-size: 55px;
        line-height: 55px;
    }
    section.sec1-banner2 h1 {
        font-size: 55px;
        line-height: 55px;
    }
    .demo-bookbg {
        width: 390px !important;
        height: 500px !important;
    }
    .demo-bookbg img {
        padding-top: 2.5rem !important;
    }
}

@media screen and (max-width:1650px) {
    .lottienone {
        display: none;
    }
    /* .staticimg {
        display: none !important;
    } */
   
}

@media screen and (min-width:1200px) and (max-width:1410px) {
    header a.nav-link {
        font-size: 14px;
    }
    .logo .navbar-brand img {
        width: 255px;
        margin-top: 25px;
    }
    section.sec3-service {
        background-position: right;
    }
    
    
}
@media screen and (min-width:1200px) and (max-width:1399px) {
    .marginU {
        margin: 40px 0 0 98px;
        font-size: 55px !important;
    }
    .commonBtn2 a {
        padding: 15px 0px 15px 10px !important;
    }
    .commonBtn1 a {
        padding: 15px 10px 15px 0px !important;
    }
}

@media screen and (max-width:576px) {
    .cirle-list1,.cirle-list2,.cirle-list3,.cirle-list4 {
        padding: 1rem 1rem;
        width: 260px;
        /* height: 303px; */
        margin: 0 auto;
    }
}
@media screen and (min-width:576px) and (max-width:768px) {
    .cirle-list1,.cirle-list2,.cirle-list3,.cirle-list4 {
        padding: 1rem 1rem;
        /* width: 260px; */
        /* height: 303px; */
        margin: 0 auto;
    }
    section.sec8-bus.BusPropal h5 {
        font-size: 30px;
    }
    .cl1 img{
      top: 90px !important;
    }
    .simple-3 {
        margin-bottom: 20px;
    }
    .work_SamplesImg img {
        width: 100%;
    }
    /* .col-md-6 {
        width: unset !important;
    } */
}
@media screen and (max-width:1200px){
    

    .div-1{
        left: -82px !important; 
    }

    .div-2{
        left: -50px !important;
    }

    .div-3{
        top: 120px !important;
        left: -20px !important;
    }

    .div-4{
        left: 11px !important;
    }

    .div-5{
        top: 143px !important;
        left: 42px !important;
    }

    .div-6{
        top: 80px !important;
        left: 64px !important;
    }
    
}

@media screen and (max-width:476px)
 {
    section.sec1-banner .row {
        height: auto;
        padding-top: 7rem ;
    }
    section.sec1-banner2 .row {
        padding: 7rem 0;
        height: auto;
    }
    section.sec1-banner2 {
        height: auto;
    }
    .fold-btn {
        padding: 8px 20px;
    }
    .head_btn1 {
        font-size: 14px;
    }
    .head_btn1:before {
        left: 10px;
        top: 4px;
        height: 40px;
        width: 40px;
    }
    .sec5-expert h3 {
        font-size: 40px;
    }
    section.sec4-work-usa h3 {
        font-size: 46px;
    }
    section.sec1-banner2 h1 span {
        font-size: 35px;
        line-height: 35px;
    }
    section.sec1-banner2 h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .brandPartner {
        height: auto;
    }
    .brandPartner .row {
        height: auto !important;
    }
    .brandPartnerContent h4 {
        padding-top: 4px;
    }
    .commonBtn1 a{
        padding: 10px 12px 10px 0px !important;
        font-size: 14px;
    }
    .commonBtn2 a {
        padding: 10px 4px 10px 12px !important;
        font-size: 14px;
    }
    .package_sec .commonBtn1 a .bi-arrow-right, .package_sec .commonBtn2 a .bi-arrow-right {
        padding: 5px 5px !important;
        margin: 7px 5px 7px 5px;
    }
    .package_sec .flex_column {
        flex-direction: unset !important;
    }
 }

 .swu-linone ol li {
    list-style: square;
 }
 section.sec3-service .ss-slidePt {
    padding-top: 3rem;
 }
section .Hsec, .Bsec{
        height: auto !important;
 }
 section.Hsec .Hrow {
    height: auto;
    padding: 2rem 0;
}
/* .smcHeight {
    height: auto !important;
    padding: 2rem 0;
} */
 .Vunique h3 {
   margin-bottom: 1rem;
}
/* .V-hover:hover{
background-color: #001f4e;
border-radius: 10px;
color: #fff;
padding: 1rem;
} */

.V-hover {
    height: auto;
    padding: 2rem 1rem;
}
/* .V-hover:hover{
    
    
} */
.vcardimg {
    background-color: #001f4e;
    border-radius: 100%;
    width: 120px;
    height: 100px;
} 
.vcardimg  {
    display: flex;
    justify-content: center;
    align-items: center;
}
.videocards .cloudSectionBox:hover {
    box-shadow: rgba(80, 172, 223, .8) 0px 7px 29px 0px;
    transform: translateY(-20px);
    background-color:#0f2c70;
    color: #fff;
}
.videocards .cloudSectionBox:hover h3, .videocards .cloudSectionBox:hover p {
    color: white;
}
.videocards .cloudSectionBox {
        display: flex;
        flex-direction: column;
        justify-content: unset;
        align-items: center;
        transition: all .3s linear;
        text-align: center;
        border-radius: 8px;
}
.heading-sample  {
    font-size: 15px;
}
.sec7-samples .expertSecBlogs img {
    height: 500px;
    /* border-radius: 2px 2px 2px 2px; */
}
 #blogheading  {
    font-size: 70px;
  font-family: 'poppinsextrabold';
  padding-top: 3rem;
  padding-bottom: 5rem;
  text-align: center;
}
#blogheading > span {
    color: #00a3ff;
}
#blogheading > .heading-sample {
    color: #000;
}
#blogheading .t-1 {
    color: #00a3ff;
}
#blogheading .t-2 {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
  
}
#blogheading .t-3 {
    color: #332a4f;
}

/* sec2-oursuccess */
.sec2-oursuccess {
    padding: 5rem 0;
}
.sec2-oursuccess h4 {
    font-size: 40px;
    font-family: 'poppinsbold';
}
.sec2-oursuccess h5 {
    font-size: 25px;
    font-family: 'poppinsbold';
}
.our-book img {
    width: 160px;
}
.ourbtn{
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
  /* justify-content: end; */
}

.banner_btnbook {
    margin-top: 0rem !important;
    display: flex;
    gap: 30px;
    align-items: center;
}
.our-hr hr {
    border: 1px solid #575757;
    width: 80%;
}
.sec4heading {
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.homevideo {
    display: flex;
    margin: 0 auto;
}
/* section.sec1-banner2 p {
    padding: 1rem 10rem;
} */
@media screen  and (min-width:1024px) and (max-width:1650px) {
    section.sec1-banner2 {
        height: auto;
        padding: 5rem 0;
    }
    section.sec1-banner2 .row {
        height: auto;
    }
}


/*--------package_sec section-------*/

.package_sec .nav-tabs .nav-link.active, .package_sec .nav-tabs .nav-link:hover {
    color: white;
    background-color:#2000f0;
    border-color: transparent;
    border-radius: 20px 20px 20px 20px;
}
.package_sec .package_sec_title {
    padding-top: 60px;
    padding-bottom: 60px;
}

.package_sec .nav.nav-tabs {
    justify-content: center;
    border-bottom: none;
}

.package_sec div#nav-tab {
    position: relative;
    top: 0px;
}
.package_sec .nav-link {
    display: block;
    padding: 0.5rem 20px;
    color: black;
    font-family: poppinsmedium;
    transition: all .4s linear;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 20px 20px 20px 20px;
}
.package_sec {
    background: url(../images/package-background.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    /* height: calc(100vh - 84px); */
    /* height: 100vh; */
    position: relative;
    padding: 0px 0px 80px 0px;
}
.package_sec_title h2::selection {
  background: #fe920a;
  color: white;
  /* text-decoration: underline; */
}
.package_sec_title h2 {
    color: #111;
    text-transform: uppercase;
    font-size: 40px;
    font-family: poppinsmedium;
}
.package_sec_title h3 {
    font-family: poppinsextrabold;
    color: #111;
    font-size: 40px;
}
.package_sec_title  {
    color: #111;
    text-align: center;
    padding: 10px 0px 15px 0px;
}
.package-Box h3 {
    font-family: poppinsbold;
    color: #2000f0;
    font-size: 30px;
    text-align: center;
}
.package-Box h2 {
    font-family: poppinsbold;
    color: #2000f0;
    font-size: 45px;
    text-align: center;
    margin-bottom: 20px;
}
.package-Box .commonBtn1 a {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.package-Box .commonBtn2 a {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.package-Box p {
    padding: 8px 0px;
    color: #111;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: poppinsmedium;
}
.package-Box ul li {
    font-family: poppinsmedium;
    font-size: 14px;
    margin: 7px 0px;
}
.package-Box ul {
    padding-left: 20px;
    margin-top: 30px;
    height: 300px;
    /* background: pink; */
    overflow-y: auto;
}
.package-Box ul::-webkit-scrollbar {
    width: 6px;               /* width of the entire scrollbar */
}

.package-Box ul::-webkit-scrollbar-track {
    background: #7f7ea3;
    border-radius: 20px;      /* color of the tracking area */
}
.package-Box ul::-webkit-scrollbar-thumb {
    /* background-color: blue;     */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #fe920a;  /* creates padding around scroll thumb */
  }
.package-Box {
    background-color: white;
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 30px;
    transition: all .4s linear;
}
.package-Box:hover {
    margin-top: 10px;
    background-color: #fbefe5;
}

/*--------package_sec section-------*/


/* sunday 
poppinsmedium
poppinsextrabold
poppinsbold */

.x-row {
	display: flex;

    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	position: relative;
	width: 100%;

}
.x-col-5 {
    position: relative;
	flex: 0 0 20%;
    box-sizing: border-box;
}
.x-col-5 > div {
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.x-col-5 > div img {
    width: 70%;
}

.commonBtn1 a .bi-arrow-right {
    background: #7f7ea3;
    padding: 10px 20px;
    color: white;
    border-radius: 25px;
    margin: 7px 5px 7px 7px;
}
.commonBtn1 a {
    background-color: #2000f0;
    display: block;
    border-radius: 25px;
    color: white;
    font-family: poppinsmedium;
    padding: 15px 20px 15px 0px;
    transition: all .4s linear;
}
.commonBtn1 a:hover {
    background-color: white;
    color: #111;
}
.commonBtn2 a .bi-arrow-right {
    background: #7f7ea3;
    padding: 10px 20px;
    border-radius: 25px;
    color: white;
    margin: 7px 7px 7px 5px;
}
.commonBtn2 a {
    background-color: white;
    display: block;
    border-radius: 25px;
    color: #111;
    font-family: poppinsmedium;
    padding: 15px 0px 15px 20px;
    transition: all .4s linear;
}
.commonBtn2 a:hover {
    background-color: #7f7ea3;
}
.commonBtn3 .bi-arrow-right {
    background: #161616;
    padding: 6px 20px;
    border-radius: 25px;
    position: relative;
    top: 0px;
    right: -17px;
}
.commonBtn3  {
    background-color: #7f7ea3;
    display: block;
    border-radius: 25px;
    color: white;
    border: none;
    outline:none;
    position: relative;
    width: 100%;
    font-family: poppinsmedium;
    padding: 7px 0px 7px 20px;
    margin-top: 10px;
}
.bi-arrow-right {

    animation-name: translateX;
    animation-duration: .7s;
    animation-iteration-count: infinite;
    animation-timing-function: alternate;
}
@keyframes translateX {

    0% {
        transform: translateX(-3px);
    }
    100% {
        transform: translateX(0px);
    }
}
@media screen  and (min-width: 320px) and (max-width: 991px){
.package-Box .flex {
    justify-content: center;
}
}
@media ( min-width: 320px) and ( max-width: 385px ) {
    .flex_column {
        flex-direction: column;
    } 
}
@media ( min-width: 0px) and ( max-width: 1399px ) {

    .package_sec .commonBtn1 a .bi-arrow-right , .package_sec .commonBtn2 a .bi-arrow-right  {
        padding: 10px 10px;
        margin: 7px 5px 7px 5px;
    }

}
.package-Box .flex{
	display: flex;
}
.package_sec ul > li {
    list-style: unset !important;
}

.package_sec {
    background: url(../images/package-bg.webp);
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    /* height: calc(100vh - 84px); */
    /* height: 100vh; */
    position: relative;
    padding: 0px 0px 80px 0px;
  }
  .flex_column .commonBtn1 {
    color: #fff;
  }
  .flex_column .commonBtn1:hover{
    color: #000;
  }


/*--------------------------popup--------------------*/
/*--------------------------popup--------------------*/

.popup-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    transform: scale(0);
    overflow: hidden;
}
.close-cross {
    position: absolute;
    background-color: white;
    width: 42px;
    height: 42px;
    transform: rotate(45deg);
    top: -15px;
    right: -15px;
    border-radius: 50%;
    padding: 2px 8px;
    font-size: 23px;
    color: #111;
    cursor: pointer;
    border: 2px solid #111;
}
.popup-container .popup {
    max-width: 700px;
    height: auto;
    padding: 30px 30px;
    background-color: white;
    position: relative;
    border-radius: 15px;

}
.section_off  {
    position: absolute;
    top: 2px;
    left: -60px;
    width: 186px;
    height: 50px;
    background-color: #060255;
    clip-path: polygon(15% 0, 85% 0, 100% 100%, 0 100%);
    transform: rotate(-42deg);
    text-align: center;
    padding: 7px 0px 0px 0px;
}
.section_off_inner {
    position: absolute;
    top: 58px;
    left: -20px;
    width: 50px;
    height: 50px;
    background-color: #7f7ea3;
    transform: rotate(0deg);
    z-index: -1;
}
.section_off_inner2 {
    position: absolute;
    top: -16px;
    left: 69px;
    width: 50px;
    height: 50px;
    background-color: #7f7ea3;
    transform: rotate(0deg);
    z-index: -1;
}

.section_off p {
    color: white;

    font-family: poppinsbold;

    font-family: WorkSansSemiBold;

    font-size: 26px;

}
.popup-content h5 {

}
.popup-container .inner_popup {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.popup-container .first-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px 0px 0px 15px;
}


.popup-content h5 {
    color: #111;
    font-size: 26px;

    font-family:  poppinsmedium;

    font-family: WorkSansLight;

    text-align: center;
    padding: 12px 0px 6px 0px;
}
.popup-content h5 span {

    font-family:  poppinsmedium;

    font-family: WorkSansSemiBold;

}

.popup-content p {
    font-size: 15px;
    color: #7f7ea3;

    font-family: poppinsbold;

    font-family: WorkSansSemiBold;

    text-align: center;
    padding: 0px 0px 14px 0px;
}
.second-img .popup-form button {
    background-color: #7f7ea3;
    color: white;
    width: 280px;
    margin: 12px auto;
    padding: 10px 0px;

    font-family:  poppinsmedium;

    font-family: WorkSansLight;

    border: none;
    font-weight: bold;
    text-align: center;
    display: block;
    border-radius: 10px;
    transition: all .4s linear;
}
.second-img .popup-form button:hover {
    background-color: grey;
}
.popup-form input {
    width: 100%;
    padding: 10px 8px;
    margin: 5px 0px;
    border: 1px solid #a09f9f;
    outline: none;
    border-radius: 10px;
}
.popup-form input::placeholder {

    font-family: poppinsmedium;

    font-family: WorkSansLight;

}
.popup-form textarea {
    width: 100%;
    padding: 10px 8px;
    border: 1px solid #a09f9f;
    border-radius: 12px;
    margin: 5px 0px;
    outline: none;
}
.popup-form textarea::placeholder {

    font-family:  poppinsmedium;

    font-family: WorkSansLight;

}
.popupInput {
    width: 50%;
    padding: 0px 4px;
}

@media ( min-width: 576px) and ( max-width: 805px ) {
    .popup-container .popup {
        max-width: 400px;
    }
    .popupInput {
        width: 100%;
    }
}
@media ( min-width: 300px) and ( max-width: 575px ) {
    .popup-container .popup {
        max-width: 298px;
    }
    .popupInput {
        width: 100%;
    }
    .second-img .popup-form button {
        width: 100%;
    }

    .feedbackSecBoxCard {
        width: 100% !important;
    }
    .colorFullContentBox h2 {
        font-size: 22px;
    }
    .feedbackSec .swiper-cards {
        /* overflow: overlay; */
        overflow-x: scroll;
        
    }
    ::-webkit-scrollbar {
        width: 4px
    }
    ::-webkit-scrollbar:horizontal{
        display: none;
    }


}

/*--------------------------popup--------------------*/
/*--------------------------popup--------------------*/


#footer.fadeIn {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
  }
  
  #footer.fadeInOnLoad {
    opacity: 1;
  }
  
  #footer.fadeInOnLoad.noTransition {
    transition: none;
    opacity: 0;
  }

  .main-privacy ul li{
    list-style: unset;
  }
  .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 26px;
  }
  /* .copyright a {
    color: #fff;
    font-family: 'poppinsmedium';
  } */






  /* ====================== dropdown nav button Start ===================== */
  /* Flex container for horizontal layout */
.dropdown-menu {
    display: flex;
    background-color: #54265e !important;
    color: white !important;
    padding: 0;
    box-shadow: 0px 0px 5px 0px #000;
}

/* Individual columns */
.dropdown-column {
    flex: 1;
    padding: 15px;
    border-right: 1px solid #003366; /* Optional: adds a divider between columns */
}

/* Remove the border from the last column */
.dropdown-column:last-child {
    border-right: none;
}

/* Dropdown items */
.dropdown-item {
    color: white !important;
}

/* Change dropdown items on hover */
.dropdown-item:hover {
    background-color: transparent !important; /* Slightly darker navy blue */
    color: white !important;
}

/* Dropdown headers */
.dropdown-header {
    color: white !important;
    font-weight: bold;
    margin-bottom: 10px;
}
.dropdown-header{
    font-size: 19px !important;
    border-bottom: 1px solid #ffc800;

}

.list-unstyled{
    padding-top: 12px !important;
}

/* ====================== dropdown nav button End ===================== */


/* ====================== Herro Section word animatio Start ===================== */

.animation-container {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
}

.word {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    animation: fadeInOut 15s infinite;
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    10% { opacity: 1; }
    35% { opacity: 1; }
    45% { opacity: 0; }
    100% { opacity: 0; }
}

.word:nth-child(1) {
    animation-delay: 0s;
}

.word:nth-child(2) {
    animation-delay: 5s;
}

.word:nth-child(3) {
    animation-delay: 10s;
}


.b-text a{
    color: #2000f0;
    font-size: 17px;
    padding: 0 0 0 3px;
}
.b-text a{
    color: #2000f0;
}
/* ====================== Herro Section word animatio End ===================== */

/* ======================= about Section Start ====================== */
.about-list{
    padding: 0px;
}

.about-list li{
    font-size: 21px;
    padding: 10px 0;
}
.about-list li i{
    background-color: #2000f0;
    color: #fff !important;
    font-size: 17px;
    padding: 8px 9px;
    border-radius: 22px;
}
/* ======================= about Section Start ====================== */

/* ======================= number Section Start ====================== */

.number-con span{
    font-size: 21px;
    font-weight: 600;
    font-family: 'poppinsmedium';

}

.number-con h3{
    font-weight: 700;
    padding: 0 0 15px 0;
    color: #000;
    font-size: 46px;
    line-height: 46px;
    font-family: 'poppinsextrabold';
}

.number-con h3 b{
    color: #2000f0;
    font-size: 46px;
    line-height: 46px;
    font-family: 'poppinsextrabold';
}

.number-con p{
    margin: 10px auto;
    width: 82%;
}
/* ======================= number Section End ====================== */

.b-text a:hover{
    color: #fff;
}

/* card Section Start */

.card-hed span{
    font-size: 21px;
    font-weight: 600;
    font-family: 'poppins';
}

.card-hed h2{
    font-weight: 700;
    padding: 0 0 19px 0;
    color: #000;
    font-size: 46px;
    line-height: 46px;
    font-family: 'poppinsextrabold';
}
.card-hed h2 b{
    color: #2000f0;
}
.card-sec{
    padding-top: 8rem;
    padding-bottom: 1rem;
}

.second-r{
    padding-top: 30px;
}

.card-hover {
  width: 339px;
  height: 450px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 18px 0px;
  border-radius: 13px;
}
.card-hover:has(.card-hover__link:hover) .card-hover__extra {
  transform: translateY(0);
  transition: transform 0.35s;
}
.card-hover:hover .card-hover__content {
  background-color: #000;
  bottom: 100%;
  transform: translateY(100%);
  padding: 50px 60px;
  transition: all 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
}
.card-hover:hover .card-hover__link {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: all 0.3s 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
}
.card-hover:hover img {
  transform: scale(1);
  transition: 0.35s 0.1s transform cubic-bezier(0.1, 0.72, 0.4, 0.97);
}
.card-hover__content {
  width: 100%;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 0 60px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(0);
  transition: all 0.35s 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
  will-change: bottom, background-color, transform, padding;
  z-index: 1;
}
.card-hover__content::before, .card-hover__content::after {
  content: "";
  width: 100%;
  height: 120px;
  background-color: #000;
  position: absolute;
  left: 0;
  z-index: -1;
}
.card-hover__content::before {
  top: -80px;
  -webkit-clip-path: ellipse(60% 80px at bottom center);
          clip-path: ellipse(60% 80px at bottom center);
}
.card-hover__content::after {
  bottom: -80px;
  -webkit-clip-path: ellipse(60% 80px at top center);
          clip-path: ellipse(60% 80px at top center);
}
.card-hover__title {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.card-hover__title span {
  color: #fff;
}
.card-hover__text {
  font-size: 0.75rem;
}
.card-hover__link {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 10%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #fff;
  opacity: 0;
  padding: 10px;
  transition: all 0.35s;
}
.card-hover__link:hover svg {
  transform: translateX(4px);
}
.card-hover__link svg {
  width: 18px;
  margin-left: 4px;
  transition: transform 0.3s;
}
.card-hover__extra {
  height: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  background-color: #2000f0;
  padding: 80px;
  bottom: 0;
  z-index: 0;
  color: #fff;
  transform: translateY(100%);
  will-change: transform;
  transition: transform 0.35s;
}
.card-hover__extra span {
  color: #2d7f0b;
}
.card-hover img {
  position: absolute;
  top: 71px;
  left: 0;
  width: 108%;
  height: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  transform: scale(1.2);
  transition: 0.35s 0.35s transform cubic-bezier(0.1, 0.72, 0.4, 0.97);
}
/* card Section End */

/* Query Section Start */
.q-card-width{
    width: 21rem;
    height: 44rem !important;
}

.queries-sec{
    padding: 50px 0px;
}

.query-back{
    background-color: #eaeaea;
    padding: 50px 0 50px 52px;
    border-radius: 12px;
}

.query-card-titel{
    font-size: 25px;
    font-weight: 700;
    color: #2000f0;
}

.query-text{
    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;
    padding-top: 16px;
}

.query-form label{
    padding-top: 16px;
}
/* Query Section End */







/* Slider 2 Setart */
.card-2cont{
    position: relative;
  }
  
  .item2{
    margin: 0 0 0 48px;
  }
  
  .slider-img{
    padding: 10px;
  }

  .slide-card{
    border-top: 2px solid transparent !important;
    border-bottom: 2px solid transparent !important;
    margin: 12px 0px;
    width: 18rem;
    height: 504px !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .slide-card:hover{
    border-top: 2px solid #2000f0;
    border-bottom: 2px solid #2000f0;
    box-shadow: 0px 0px 18px 0px #fff;
  }
  /* Slider  End */




  /* ================= Writing Page Start ==============  */

  .writing-about-sec{
    padding-left: 47px !important;
  }

  .w-p p{
    padding-top: 20px;

  }

  .writing-num img{
    padding: 45px 0px;

  }


  .writing-num {
    padding: 0px 38px 59px;
    
    border-radius: 12px;
  }

  .writing-num:hover{
    background-color: #797979;
    

  }

  .w-counter-main2{
    margin: 45px !important;
  }

  .ad-clas{
    color: #2000f0 !important;
  }

  .sub-hadding-span{
    color: #000!important;
    font-size: 25px !important;
  }
  .navbar-brand img{
  max-width:160px
}
a:hover {

    text-decoration: none;
    color: #2000f0;
}
.sec1-banner a{
    text-decoration: none;
}
#web-footer{
    position: relative;
    z-index: 9;
}

.dusin-fields{
    border-left: 1px solid #000;
    padding-left: 12px !important;
}



/* ===============================- Grand Writing l1 page Start */
.success-sec{
    background-color: #e8e8e8;
    padding: 50px 0 35px 0;
}
.success-hed{
    padding-bottom: 10px;
}

.success-card-box h3{
    font-size: 25px;
    font-weight: 500;
    font-family: 'poppinsmedium';
    padding-bottom: 12px;
}
.success-hed span{
    color: #000;
}

.success-card-box p{
    font-size: 15;
}


.number-sec{
    padding: 55px 0px;
}
.number-card-img{
    text-align: center;
    background-color: #f9edfb !important;
}
.number-card-img img{
    width: 52%;
    margin: 0 auto;
}

.num-h5{
    font-size: 31px;
    font-family: 'poppinsmedium';
    font-weight: 800;
}
.num-p{
    font-size: 17px;
    font-weight: 300;
    font-family: emoji;
}

.cp1{
    padding-bottom: 20px;
}

.cp2{
    padding-bottom: 53px;
}

.cp3{
    padding-bottom: 56px;
}


/* ===============================- Grand Writing l1 page End */


/* ===============================- New Section Start */
.problam-solve-sec{
    padding : 70px 0px;
    background-color: #eaeaea;
}
.line-bg{
    background-image: url(../images/kkk.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 139px;
    background-size: cover;
    margin-bottom: 110px;

}


.p-btns{
    background-color: #2000f0;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 9px 45px;
    margin-right: 20px;
    border: 1px solid transparent;
    font-size: 17px;
    font-weight: 700;
}

.p-btn2{
    background-color: transparent;
    overflow: hidden;
    position: relative;
    color: #2000f0;
    padding: 9px 45px;
    margin-right: 20px;
    font-size: 17px;
    font-weight: 700;
    border: 1px solid #2000f0;
}

.line-inside{
    display: flex;
}
.sub-span{
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}

.problam-box1{
    position: relative;
}

.div-text{
    font-size: 18px;
    font-weight: 400;
    font-family: 'poppinsmedium';
    font-style: italic;
    color: #ffffff;
    background-color: #2000f0 !important;
}

.div-1{
    background-color: #fff;
    padding: 39px 39px;
    box-shadow: 0px 0px 7px 0px #000;
    border-radius: 8px;
    position: relative;
    top: 105px;
    left: -14px;
}

.div-1::before{
    content: "";
    position: absolute;
    border: 4px solid;
    color: #2000f0;
    top: -19px;
    left: 62px;
    width: 12px;
    height: 12px;
    border-radius: 21px;

}

.div-2{
    background-color: #fff;
    padding: 33px 27px;
    box-shadow: 0px 0px 7px 0px #000;
    border-radius: 8px;
    position: relative;
    top: 87px;
    left: 41px;
}

.div-2::before{
    content: "";
    position: absolute;
    border: 4px solid;
    color: #2000f0;
    top: -19px;
    left: 67px;
    width: 12px;
    height: 12px;
    border-radius: 21px;

}
.div-3{
    background-color: #fff;
    padding: 35px 27px;
    box-shadow: 0px 0px 7px 0px #000;
    border-radius: 8px;
    position: relative;
    top: 119px;
    left: 101px;
}

.div-3::before{
    content: "";
    position: absolute;
    border: 4px solid;
    color: #2000f0;
    top: -19px;
    left: 81px;
    width: 12px;
    height: 12px;
    border-radius: 21px;

}
.div-4{
    background-color: #fff;
    padding: 35px 27px;
    box-shadow: 0px 0px 7px 0px #000;
    border-radius: 8px;
    position: relative;
    top: 150px;
    left: 162px;
}

.div-4::before{
    content: "";
    position: absolute;
    border: 4px solid;
    color: #2000f0;
    top: -19px;
    left: 62px;
    width: 12px;
    height: 12px;
    border-radius: 21px;

}
.div-5{
    background-color: #fff;
    padding: 35px 27px;
    box-shadow: 0px 0px 7px 0px #000;
    border-radius: 8px;
    position: relative;
    top: 104px;
    left: 220px;
}

.div-5::before{
    content: "";
    position: absolute;
    border: 4px solid;
    color: #2000f0;
    top: -19px;
    left: 44px;
    width: 12px;
    height: 12px;
    border-radius: 21px;

}
.div-6{
    background-color: #fff;
    padding: 33px 12px;
    box-shadow: 0px 0px 7px 0px #000;
    border-radius: 8px;
    position: relative;
    top: 62px;
    left: 265px;
}

.div-6::before{
    content: "";
    position: absolute;
    border: 4px solid;
    color: #2000f0;
    top: -19px;
    left: 65px;
    width: 12px;
    height: 12px;
    border-radius: 21px;
}
/* ===============================- New Section End */



/* ==================== Serviced Section Start */
.service-sec{
    padding: 61px 0 0px 0;
}

.log-div{
    background: url(../images/Servise-logo/service-logo-bg.webp);
    width: 111px;
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: 1s;
}

.log-div:hover{
    background: url(../images/Servise-logo/hover-img.webp);
    width: 111px;
    height: 111px;
    transform: rotate(360deg);
    transition: 1s;
    background-position: center;
    background-repeat: no-repeat;
}

.white-img{
    position: relative;
    left: 28px;

}

.blue-img{
    position: relative;
    left: -27px;
}

.logo-h3{
    font-size: 21px;
    font-weight: 600;
    padding: 0 0 10px 5px;
}


.social-web-logo{
    padding: 46px 0 0 0;
}
.w1-icon{
    width: 31% !important;
    margin: 0 auto 26px auto !important;
    box-shadow: none !important;
}


.spl{
    width: 20% !important;
}

.secong-pl{
    width: 21% !important;
    padding-top: 15px;
}

.last-p-l{
    width: 12% !important;
}

.p-logo1 a{
    padding: 0 0 0 35px;
}

.f-i a i{
    padding: 0 0 0 21px;
    font-size: 21px;
}


/* ============================ New Footer Section Start */
.footer-top-p{
    width: 52%;
    margin: 0 auto;
    padding-bottom: 32px;
}

.border-row{
    border-top: 1px dashed rgba(255, 255, 255, .24);
    border-bottom: 1px dashed rgba(255, 255, 255, .24);
}

.footer-service-list li{
    padding-bottom: 5px;
    border-bottom: 1px dashed rgb(255 255 255 / 51%);
    margin-bottom: 12px;
    transition: .5s;
}

.footer-service-list li a i{
    color: #2000f0;
    font-size: 13px;
    padding: 0 6px 0px 0px;
}

.footer-s-1{
    position: relative;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
}
/* .footer-s-1::before{
    content: "";
    border: 2px solid #2000f0;
    position: absolute;
    bottom: 7px;
    width: 51%;
    border-radius: 21px;
} */


.B-color{
    color: #69bbfe !important;
}
.b-c-h:hover{
    color: #69bbfe !important;
}

.y-c-h:hover{
    color: #fede00 !important;
}
.Y-color{
    color: #fede00 !important;
}

.r-c-h:hover{
    color: #e23029 !important;
}
.R-color{
    color: #e23029 !important;
}

.p-c-h:hover{
    color: #da47ff !important;
}
.P-color{
    color: #da47ff !important;
}


.s-c-h:hover{
    color: #fce09b !important;
}
.S-color{
    color: #fce09b !important;
}



.toggleLink {
    color: #2000f0;
    text-decoration: none;
    font-size: 18px;
    font-family: 'poppinsbold';
    text-transform: capitalize;
}

.toggleLink:hover {
    cursor: pointer;
}

.elaboration {
    display: none;
}

.footer-ser-d{
    padding-top: 38px;
}
/* ============================ New Footer Section End */



/* ============================= 2D Animation Page Start */
.banner-pera{
    font-size: 15px;
    width: 64%;
    margin: 17px auto ;
}
.ad-h2{
    font-size: 36px;
    font-weight: 600;
}

.sub-span{
    color: #2000f0;
    font-weight: 700;
    font-size: 36px;
}

.animation-slider-body{
    padding: 26px 42px 132px 24px;
    background: #f9e8ff
}

.slider-sec{
    padding-bottom: 65px;
}

.discover-sec{
    background-image: url(../images/discover-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.discover-overlay{
    backdrop-filter: blur(8px);
    background-color: #00000094;
    color: #fff;
    padding: 65px 0px;
}

.discover-content h4{
    font-size: 53px;
    font-weight: 400;
}

.discover-content h3{
    
    font-size: 64px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px;
}

.discover-content p{
    font-size: 34px;
    padding: 0 0 35px 0;
}
.fold-btn a{
    color: #fff !important;
    text-decoration: none;
}
.num-btn a{
    text-decoration: none;
    color: #2000f0 !important;
    font-weight: 600;
}

.reasons{
    padding-bottom: 35px;
}
.reasons h3{
    text-align: center;
    font-weight: 500;
    font-size: 67px;
    font-family: 'poppinsbold';
    margin: 0px;

}

.reasons h3 span{
    color: #2000f0;
    font-size: 59px;
}

.accordion-body p{
    font-size: 18px;
    line-height: 1.9;
    font-weight: 300;
    font-family: sans-serif;
}
.accordion-body p b{
    font-weight: 700;
}
/* ============================= 2D Animation Page End */

/* ============================= 3D Animation Page Start */

.banner-3d-hadding{
    color: white;
    font-size: 40px;
    font-family: 'poppinsmedium';
    font-weight: 700;
}
.banner-3d-hadding span{
    color: #2000f0;
    font-family: 'poppinsmedium';
    font-weight: 500;
}

.mind-sec{
    padding: 65px 0px 35px 0px;
}




/*== Video Section Start ==*/

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Ionicons", "Questrial" !important;
	cursor: pointer;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
	text-align: center;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
	content: "\f488";
}

.vjs-icon-play-circle:before {
	content: "\f488";
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
	content: "\f478";
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
	content: "\f3b8";
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
	content: "\f258";
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
	content: "\f259";
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
	content: "\f257";
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
	content: "\f3d8";
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
	content: "\f3d0";
}

.vjs-icon-square:before {
	content: "\f371";
}

.vjs-icon-spinner:before {
	content: "\f29c";
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
	content: "\f3fa";
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
	content: "\f3fa";
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
	content: "\f453";
}

.vjs-icon-share:before {
	content: "\f3ac";
}

.vjs-icon-cog:before {
	content: "\f43d";
}

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
	content: '';
}

.vjs-icon-circle-outline:before {
	content: "";
}

.vjs-icon-circle-inner-circle:before {
	content: "";
}

.vjs-icon-hd:before {
	content: "\f4cd";
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
	content: "\f406";
}

.vjs-icon-replay:before {
	content: "\f49c";
}

.vjs-icon-facebook:before {
	content: "\f231";
}

.vjs-icon-gplus:before {
	content: "\f235";
}

.vjs-icon-linkedin:before {
	content: "";
}

.vjs-icon-twitter:before {
	content: "\f243";
}

.vjs-icon-tumblr:before {
	content: "\f241";
}

.vjs-icon-pinterest:before {
	content: "\f2b1";
}

.vjs-icon-audio-description:before {
	content: "";
}

.video-js {
	width: 100%;
  height: 100%;
	top: 0px;
	left: 0px;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background: #000;
	/* position: absolute; */
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	font-family: "Ionicons", "Questrial" !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	border-radius: 11px;
	/* box-shadow: 0px 0px 113px #ff10ab; */
}
/* .video-js:hover{
	box-shadow: 0px 0px 113px #f9bb32;
} */
.video-js:-moz-full-screen {
	position: absolute;
}

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
}

.video-js *,
.video-js *:before,
.video-js *:after {
	box-sizing: inherit;
}

.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
	width: 100%;
	max-width: 100%;
	height: 0;
}

.video-js.vjs-16-9 {
	padding-top: 56.25%;
}

.video-js.vjs-4-3 {
	padding-top: 75%;
}

.video-js.vjs-fill {
	width: 100%;
	height: 100%;
}

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.video-js.vjs-fullscreen {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive, .vjs-user-inactive {
	cursor: none;
}

.vjs-hidden {
	display: none !important;
}

.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px;
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible;
}

.vjs-no-js {
	padding: 20px;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
	color: #66A8CC;
}

.video-js .vjs-big-play-button {
	font-size: 600%;
	line-height: 100px;
	height: 100px;
	width: 100px;
	display: block;
	position: absolute;
	text-indent: 5px;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	padding: 0;
	text-align: center;
	cursor: pointer;
	background: rgba(0,0,0,.15);
	color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	outline: none;
	-webkit-backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
	backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
}
/*.video-js .vjs-big-play-button:after {
	content: 'Interstellar';
	font-family: 'Questrial';
	font-size: 35%;
	line-height: 38px;
	height: auto;
	width: auto;
	position: absolute;
	top: 5px;
	left: 100px;
	padding: 0 15px;
	text-align: center;
	background: #111;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}*/

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
	display: none;
}

.video-js button {
	background: none;
	border: none;
	color: inherit;
	display: inline-block;
	overflow: visible;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: 0.5em;
	z-index: 2;
}

.vjs-menu-button {
	cursor: pointer;
}

.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
	display: none;
}

.vjs-menu li {
	list-style: none;
	margin: 2px 0px;
	padding: 8px 15px;
	font-size: 14px;
	text-align: center;
	text-transform: lowercase;
	color: rgba(255,255,255,.6);
	border-radius: 3px;
	transition: all .15s ease;
	outline: none;
}

.vjs-menu li:hover {
	color: rgba(255,255,255,.85);
	text-shadow: 0 0 3px rgba(255,255,255,.5);
}
.vjs-menu li:active {
	transform: scale(.9);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
	color: rgba(255,255,255,1);
	text-shadow: 0 0 15px rgba(0,0,0,.5);
	/*background: -webkit-linear-gradient(to top, #FF7539 0%, #FFAB00 100%);
    background: linear-gradient(to top, #FF7539 0%, #FFAB00 100%);*/
}

.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 0.3em 0;
	font-weight: bold;
	cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 50px;
	left: -3em;
	height: 0em;
	margin-bottom: 1.5em;
	border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	display: block;
    padding: 5px;
	/*background: -webkit-linear-gradient(top, rgba(30,30,30,.9), rgba(10,10,10,.9));
    background: linear-gradient(to bottom , rgba(30,30,30,.9), rgba(10,10,10,.9));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 0 10px rgba(0,0,0,.3);*/
    border-radius: 3px;
    color: #fff;
    font-size: 100%;
    margin-bottom: 8px;
    -webkit-transition: all .15s;
    transition: all .15s;
	position: absolute;
	bottom: 15px;
	float: left;
}

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
	display: block;
}

.video-js .vjs-menu-button-inline {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
	width: 10em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	display: block;
	opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.video-js .vjs-control-bar {
	display: none;
	width: 700px;
	position: absolute;
	bottom: 20px;
	left: calc( 50% - 350px );
	height: 50px;
	border-radius: 5px;
	background: rgba(0,0,0,.6);
	-webkit-backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
	backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
}

@media screen and (max-width: 740px) {
.video-js .vjs-control-bar {
	width: calc( 100% - 40px );
	bottom: 20px;
	left: 20px;
}
}

.vjs-has-started .vjs-control-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	transform-origin: center bottom;
	transition: all .15s cubic-bezier(.44,.14,.34,.97), width 0s, left 0s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: hidden;
	opacity: 0;
	bottom: 5px;
	transition: .15s cubic-bezier(.44,.14,.34,.97);
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
	display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible;
}

@media screen {
	.vjs-user-inactive.vjs-playing .vjs-control-bar:before {
		content: "";
	}
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table;
}

.video-js .vjs-control {
	outline: none;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 50px;
	font-size: 120%;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.video-js .vjs-control:before {
	font-size: 200%;
	line-height: 50px;
	color: #fff;
}

.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	visibility: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
	display: none;
}

.video-js .vjs-progress-control {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.vjs-live .vjs-progress-control {
	display: none;
}

.video-js .vjs-progress-holder {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	height: 5px;
	border-radius: 5px;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
	display: block;
	font-size: 120%;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
	position: absolute;
	display: block;
	height: 5px;
	margin: 0;
	padding: 0;
	width: 0;
	left: 0;
	top: 0;
	border-radius: 5px;
}

.video-js .vjs-mouse-display:before {
	display: none;
}

.video-js .vjs-play-progress {
	background: #FFF;
	border-radius: 10px;
	transition: all .25s linear;
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
	display: none;
	position: absolute;
	top: -28px;
	right: 0;
	font-size: 12px !important;
	color: transparent;
	content: attr(data-current-time);
	padding: 8px;
	pointer-events: none;
	transition: .2s ease;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
	z-index: 10;
}

.video-js .vjs-load-progress {
	background: rgba(255,255,255,.3);
	transition: width .25s linear;
}

.video-js .vjs-load-progress div {
	background: rgba(0,0,0,.2);
}

.video-js.vjs-no-flex .vjs-progress-control {
	width: auto;
}

.video-js .vjs-progress-control .vjs-mouse-display {
	position: absolute;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
	display: none;
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
	color: #999;
	background: #222;
    border-radius: 5px 5px 0px 5px;
	visibility: visible;
}

.video-js .vjs-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 0.45em 0 0.45em;
	background: rgba(255,255,255,.15);
}

.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.video-js .vjs-volume-control {
	width: 5em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-js .vjs-volume-bar {
	margin: 1.35em 0.45em;
	top: 9px;
	border-radius: 5px;
}

.vjs-volume-bar.vjs-slider-horizontal {
	width: 50px;
	height: 5px;
	border-radius: 5px;
}

.vjs-volume-bar.vjs-slider-vertical {
	width: 5px;
	height: 50px;
	margin: 1.35em auto;
	border-radius: 5px;
}

.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFF;
	border-radius: 5px;
	transition: all 0s;
}

/*.video-js .vjs-volume-level:before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	bottom: -2px;
	right: -6px;
	background: #fff;
	border-radius: 50px;
}*/

.vjs-slider-vertical .vjs-volume-level {
	width: 5px;
}

.vjs-slider-vertical .vjs-volume-level:before {
	top: -0.5em;
	left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
	height: 5px;
}

.vjs-slider-horizontal .vjs-volume-level:before {
	top: -2px;
	right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
	left: 0.5em;
	height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
	left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
	height: 0;
	width: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
	height: 50px;
	width: 85px;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
	height: 50px;
	width: 60px;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
	background-color: transparent !important;
}

.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-has-started .vjs-poster {
	visibility: hidden;
	opacity: 0;
}

.vjs-audio.vjs-has-started .vjs-poster {
	visibility: visible;
}

.vjs-controls-disabled .vjs-poster {
	visibility: hidden;
	display: none;
}

.vjs-using-native-controls .vjs-poster {
	visibility: hidden;
	display: none;
}

.video-js .vjs-live-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	font-size: 1em;
	line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left;
}

.video-js .vjs-time-control {
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	font-size: 100%;
	line-height: 50px;
	color: rgba(255,255,255,.8);
}

.vjs-live .vjs-time-control {
	display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
	display: block;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
	display: block;
}
.vjs-duration.vjs-control, .vjs-current-time.vjs-control {
	width: auto !important;
	padding: 0 10px;
}

.vjs-time-divider {
	line-height: 50px;
	width: 2px;
	transform: translateX(-2px);
}
.vjs-time-divider div span {
	font-size: 150%;
	color: rgba(255,255,255,.8);
}

.vjs-live .vjs-time-divider {
	display: none;
}

.video-js .vjs-play-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.video-js .vjs-play-control:after {
	content: 'Play/Pause';
	position: absolute;
	top: -40px;
	left: 0px;
	width: auto;
	height: auto;
	background: #111;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
	border-radius: 5px;
	color: #ddd;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px 15px;
	pointer-events: none;
	opacity: 0;
	transition: .2s ease;
	transition-delay: 0s;
}
.video-js .vjs-play-control:hover:after {
	opacity: 1;
	transition-delay: 1.3s;
}

.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em;
}

.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.1em;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
	color: #fff;
}

.vjs-captions {
	color: #fc6;
}

.vjs-tt-cue {
	display: block;
}

video::-webkit-media-text-track-display {
	-moz-transform: translateY(-3em);
	-ms-transform: translateY(-3em);
	-o-transform: translateY(-3em);
	-webkit-transform: translateY(-3em);
	transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
	-moz-transform: translateY(-1.5em);
	-ms-transform: translateY(-1.5em);
	-o-transform: translateY(-1.5em);
	-webkit-transform: translateY(-1.5em);
	transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.video-js .vjs-fullscreen-control:after {
	content: 'Fullscreen';
	position: absolute;
	top: -40px;
	right: 0px;
	width: auto;
	height: auto;
	background: #111;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
	border-radius: 5px;
	color: #ddd;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px 15px;
	pointer-events: none;
	opacity: 0;
	transition: .2s ease;
	transition-delay: 0s;
}
.video-js .vjs-fullscreen-control:hover:after {
	opacity: 1;
	transition-delay: 1.3s;
}

.vjs-playback-rate .vjs-playback-rate-value {
	font-size: 120%;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.vjs-playback-rate .vjs-menu {
	transform: translateX(0%);
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center;
}

.vjs-error .vjs-error-display:before {
	color: #fff;
	content: 'X';
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	left: 0;
	line-height: 1;
	margin-top: -0.5em;
	position: absolute;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%;
}

.vjs-loading-spinner {
	position: absolute;
	top: 5px;
	left: calc( 50% - 65px );
	width: 130px;
	height: 40px;
	border-radius: 5px;
	background: #111;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: all .25s ease;
}
.vjs-loading-spinner:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: solid transparent 2px;
	border-top-color: #fff;
	-webkit-animation: rotate 1s infinite linear;
	animation: rotate 1s infinite linear;
}
.vjs-loading-spinner:after {
	content: 'Loading';
	position: absolute;
	top: 0px;
	right: 5px;
	width: 90px;
	height: 40px;
	line-height: 40px;
	font-size: 150%;
	text-align: center;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
	visibility: visible;
	opacity: 1;
	top: 20px;
}

@keyframes rotate {
	0% { 
		transform: rotate(0deg);
	}
	100% { 
		transform: rotate(360deg);
	}
}

.vjs-chapters-button .vjs-menu {
	left: -10em;
	width: 0;
}

.vjs-chapters-button .vjs-menu ul {
	width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
	width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
	display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
	display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
	display: none;
}

.vjs-remaining-time {
	display: none;
}
.vjs-caption-settings {
	position: relative;
	top: 1em;
	/*background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.75);*/
	color: #fff;
	margin: 0 auto;
	padding: 0.5em;
	height: 15em;
	font-size: 12px;
	width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
	top: 0;
	bottom: 2em;
	left: 0;
	right: 0;
	position: absolute;
	overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
	float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
	clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
	margin: 5px;
	padding: 3px;
	min-height: 40px;
}

.vjs-caption-settings .vjs-tracksetting label {
	display: block;
	width: 100px;
	margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
	display: inline;
	margin-left: 5px;
}

.vjs-caption-settings .vjs-tracksetting > div {
	margin-bottom: 5px;
	min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 0;
}

.vjs-caption-settings label > input {
	margin-right: 10px;
}

.vjs-caption-settings input[type="button"] {
	width: 40px;
	height: 40px;
}

.video-js .vjs-modal-dialog {
	/*background: rgba(0, 0, 0, 0.8);
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));*/
}

.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1;
}


.video-para p{
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  
}

.brand-logo{
  padding-top: 15px;
}
/* == Video Section End ==*/
/* ============================= 3D Animation Page End */

@media screen and (max-width: 991px){
    .line-inside{
        flex-direction: column;
    }
    
    .problam-box1{
        position: static !important;
        padding: 30px 0px 0px 0px;
    }
    


    .div-1, .div-2, .div-3, .div-4, .div-5, .div-6{
        position: static !important;
    }

    .line-bg{
        height: 100% !important;
        margin: 0px;
        background: transparent !important;
    }

    .r-mt-22{
        margin-top: 22px;
    }
    .card-hed{
        padding-bottom: 22px;
    }
}

@media screen and (max-width: 532px){
    .r-m{
        margin-top: 22px;
    }
}

.about-banner-p{
    width: 64% !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
}
.class-w{
    width: 400px;
}

/* Book Publishing Page Start */

.top-logo{
    position: absolute;
    top: 0;
    left: 0;
}

.top-logo a img{
    width: 41%;
}

.publish-banner-p{
    padding: 3px 0 0 0 !important;
    margin: 0;
    font-size: 20px;
    font-weight: 400 !important;
}

.publish-banner-h4{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.publish-banner-h1{
    font-size: 68px !important;
    padding: 13px 0 0 0;
}

.publish-banner-btn-div{
    padding-top: 35px;

}
.publish-banner-btn{
    border: 1px solid #fff;
    position: relative;
    font-size: 1.2em;
    padding: 0.6em 1.4em;
    text-decoration: none;
    border-radius: 0.5em;
    margin-left: 13px;
}

.steps-sec{
    background: url('../images/steps-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 36px 0 70px 0;
}

.step-hed{
    text-shadow: 1px 1px 2px #2000f06b, 0 0 1em #000000, 0 0 0.2em #2000f0;
}

.want-to-speak-sec{
    background: #fff;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 0px;
    position: relative;
    z-index: 1;
}

.speack-text h3{
    font-weight: 700;
    font-size: 31px;
}

.spek-btn{
    padding-top: 23px;
}

.spek-btn a{
    margin: 0 0 0 25px;
}


.speck-chat{
    color: #2000f0 !important;
    border: 1px solid #2000f0;
}


.Mistake-sec{
    background: url('../images/banner2.webp');
    background-position: center;
    background-size: cover;
    padding: 45px 0px;
}

.mistake-head h4{
    font-size: 35px;
    font-weight: 700;
    padding: 0px 0 50px 0;
}
.mistake-img img{
    box-shadow: 2px 2px 32px #2000f080;
    border-radius: 7px;
}

.mistake-points h3 i{
    background-color: #2000f0;
    color: #fff !important;
    font-size: 11px;
    padding: 6px 7px;
    border-radius: 22px;
    position: relative;
    top: -6px;
}
/* Book Publishing Page End */
.bnr-form{
background: linear-gradient(45deg, #2000f0c2, #00b48fba);
    border-radius: 11px;
    padding: 20px 20px;
    backdrop-filter: blur(5px);
}
#web-footer h2{
    color: #fff;
}
.full-img{
    height: 350px;
    background-position: center;
    background-size: cover;
}
.checkers {
  --item-size: 15vw;
  --item-bg-color: #222;
  --item-txt-dark-color: #222;
  --item-txt-light-color: #fff;
  
  display: grid;
  grid-template-columns: repeat(5, var(--item-size));
  grid-auto-rows: var(--item-size);
  place-content: center;
}

.checkers__item:nth-child(2n+1) {
	background-color: #2000f0;
  color: var(--item-txt-light-color);
}
.checkers {
  min-height: 150vh;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 2vw;
}

.checkers__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media all and (max-width: 1200px) {
  .checkers {
		grid-template-columns: repeat(2, var(--item-size));
	}
	
	.checkers__item:nth-child(n) {
		background-color: transparent;
    color: var(--item-txt-dark-color);
	}
	
	.checkers__item:nth-child(4n),
  .checkers__item:nth-child(4n+1) {
		background-color: var(--item-bg-color);
    color: var(--item-txt-light-color);
	}
}

@media all and (max-width: 768px) {
  .checkers {
		grid-template-columns: repeat(5, var(--item-size));
        min-height: 100%;
	}
	
	.checkers__item:nth-child(n) {
		background-color: var(--item-bg-color);
    color: var(--item-txt-light-color);
	}
	
	.checkers__item:nth-child(even) {
		background-color: transparent;
    color: var(--item-txt-dark-color);
	}
    .full-img{
        height: 100%;
    }
}

/* design styles */
#flush-collapseThreeb ul li{
    list-style: circle;
}