@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@200..800&family=Michroma&family=Montagu+Slab:opsz,wght@16..144,100..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Water+Brush&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Jost:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Karantina:wght@300;400;700&family=Manrope:wght@200..800&family=Michroma&family=Montagu+Slab:opsz,wght@16..144,100..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Sacramento&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Water+Brush&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Karantina:wght@300;400;700&family=Manrope:wght@200..800&family=Michroma&family=Montagu+Slab:opsz,wght@16..144,100..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Sacramento&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Water+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Karantina:wght@300;400;700&family=Manrope:wght@200..800&family=Michroma&family=Montagu+Slab:opsz,wght@16..144,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Sacramento&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Water+Brush&display=swap');

@font-face {
    font-family: 'Faktum-Test-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Faktum-Test-Regular'), url('../fonts/Faktum-Test-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Faktum-Test-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Faktum-Test-Bold'), url('../fonts/Faktum-Test-Bold.woff') format('woff');
}

body,
html {
    overflow-x: hidden;
    font-family: 'Faktum-Test-Regular';
}

body {
    color: #FFF;
    background: #00001f;
    background-size: 400% 400%;
    animation: platinumShine 6s ease infinite;
}


@keyframes platinumShine {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
*,
a {
    text-decoration: none;
}

li,
ol,
ul {
    list-style: none;
    font-size: 16px;
    color: #5e6075
}

*,
ol,
ul {
    padding: 0;
    margin: 0
}

li,
ol,
ul {
    color: #5e6075
}

.navbar a {
    font-size: 20px;
    color: #FFF;
}

.navbar .nav-link.active{
    color:#fff;
    font-family: 'Faktum-Test-Bold';
}

/*logo animation*/

.navbar .navbar-brand{
    position:relative;
}

.night {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: black; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.star.small {
  --star-width: 3vh;
  --star-height: 3vh;
}

.star.medium {
  --star-width: 5vh;
  --star-height: 5vh;
}

.star {
  --star-width: 1vh;
  --star-height: 1vh;
  --blur-radius: calc(var(--star-width) / 2);
  width: var(--star-width);
  height: var(--star-height);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  animation: starlight 1.2s linear infinite;
}

.star::before,
.star::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  z-index: 2;
}

.star::before {
  width: 100%;
  height: 10%;
  border-radius: 50%;
}
.star::after {
  height: 100%;
  width: 10%;
  border-radius: 50%;
}

@keyframes starlight {
  0% {
    opacity: 0.2;
    transform: scale(0.1) rotateZ(45deg);
    filter: blur(var(--blur-radius));
  }
  
  50% {
    opacity: 1;
    transform: scale(0.5) rotateZ(90deg);
    filter: blur(0);
  }
  
  100% {
    opacity: 0.2;
    transform: scale(0.2) rotateZ(135deg);
    filter: blur(var(--blur-radius));
  }
}


/* end logo animation*/

.navbar a img{
    width: 214px;
}

.btn-white {
    background-color: #FFF !important;
    border: 1px solid transparent !important;
    font-size: 14px !important;
    border-radius: 30px !important;
    padding: 12px 40px !important;
    text-transform: uppercase !important;
    min-width: 200px;
    color: #000 !important;
    position:relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.8s;
}

.btn-white::before{
    content:"";
    background:#0f71c6;
    left:0;
    right:0;
    bottom:0;
    top:0;
    position:absolute;
    z-index: -1;
    transform: scale(0);
    transition: 0.7s;
    border-radius: 50%;
}

.btn-white:hover::before{
    background:#0f71c6;
    transform: scale(1);
    border-radius: 30px;
}

.btn-white:hover{
    color:#fff !important;
    background-color: transparent !important;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    z-index: 999;
    transition: background-color .4s ease;
}

.navbar.active {
    background-color: #272727da !important;
}

.nav-link:focus,
.nav-link {
    transition: all .5s ease;
    position:relative;
    color:#fff;
}

.nav-link:active{
    background:transparent;
}

.nav-link::before{
    content:"";
    background:#fff;
    position:absolute;
    bottom:0;
    left:0;
    right:100%;
    height:2px;
    transition: all .5s ease;
}

.nav-link:hover {
    color: #FFF;
    transform: scale(1.1);
}

.nav-link:hover::before,
.nav-link.active::before{
    right:0;
}

.navbar .navbar-nav {
    gap: 41px;
    align-items: center;
}

/* navbar start css */

/* banner start css */
.banner-home {
    position: relative;
    padding: 150px 0 0px 0;
    height: 90vh;
}

.banner-home::before {
    content: "";
    background: linear-gradient(#00001f85, #00001fad);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner-home::after {
    content: "";
    background: rgb(217, 217, 217);
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 1) 180%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.shadow2 {
    width: 467.215px;
    height: 534.936px;
    transform: rotate(-16.23deg);
    flex-shrink: 0;
    border-radius: 534.936px;
    opacity: 0.41;
    background: #FFF;
    filter: blur(177.39999389648438px);
    position: absolute;
    top: -70px;
    right: -300px;
}

.banner-home .banner-bg-video {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.bh-content {
    position: relative;
    padding-top: 20px;
}

/*.bh-content::before{*/
/*    content:"";*/
/*    background-image: url('../images/Book.gif');*/
/*    position: absolute;*/
    
/*}*/

h5 {
    font-size: 16px;
    text-transform: uppercase;
}

h5 span {
    color: #92D5FF;
}

.bh-content h1 {
    font-size: 100px;
    text-transform: capitalize;
    letter-spacing: -1px;
    line-height: 111px;
    padding-top: 10px;
    margin: 0;
}

.bh-content p {
    padding-top: 20px;
}

p {
    font-size: 22px;
    line-height: 35px;
    font-family: 'Poppins';
    font-weight: 300;
    letter-spacing: 1px;
}

.bh-content .down-arrow-icon {
    margin-top: 25px;
    width: 46px;
    height: 76px;
    animation: bounce2 400ms alternate infinite cubic-bezier(0.5, 1, .9, 1);
}

.bh-content .banner-icon {
    position: absolute;
    top: 140px;
    left: 1200px;
    width: 201px;
    height: 201px;
    animation: grow-and-shrink 800ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* banner end css */


/* service section start */
.service_section {
    padding: 0px 0px;
}

.service_section .btn-white {
    min-width: 250px;
}

.service_section .ss-content p {
    padding-top: 15px;
    padding-bottom: 10px;
}

.service_section.pb-0 .ab_img img{
    border-radius: 113px 0px 113px 0px;
    width: 90%;
}

.service_section.pb-0 .ab_img .ab_img{
    display:flex;
    justify-content:end;
}

.service_section .ab_img img{
    border-radius: 0px 113px 0px 113px;
    width: 90%;
}

h2 {
    font-size: 58px;
    text-transform: capitalize;
    line-height: 65px;
    padding-bottom: 15px;
    margin: 0;
    font-family: 'Faktum-Test-Bold';
}

h3 {
    font-size: 48px;
    text-transform: capitalize;
    line-height: 55px;
    padding-bottom: 15px;
    margin: 0;
    font-family: 'Faktum-Test-Bold';
}

h6 {
    font-size: 24px;
    font-family: 'Faktum-Test-Bold';

}

.learn-more-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: 'Faktum-Test-Bold';
    font-size: 22px;
    color: #FFF;
    transition:0.5s;
}

.learn-more-btn i {
    font-size: 32px;
    transition:0.5s;
}

.learn-more-btn:hover i{
    transform: translateX(5px);
}

.accordion-item,
.accordion-header,
.accordion-button,
.accordion-body {
    background-color: transparent !important;
    color: #FFF !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    margin: 0;
}

.accordion-button {
    gap: 20px;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(97%) sepia(100%) saturate(11%) hue-rotate(166deg) brightness(104%) contrast(106%) !important;
    margin: 0;
}

.ss_para {
    text-align: center;
}

.ss1 {
    margin-bottom: 70px;

}

h4 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 15px;
    margin: 0;
}

.service_section {
    padding: 40px 0 50px 0;
}
.service_section.second{
    padding: 60px 0 50px 0;
}
.ss2 {
    padding: 0 0 0px;
}

.ss-slide-header h3 {
    font-size: 42px;
    padding: 0 0 10px;
}

.ss-slide-header h3 span {
    font-family: 'Poppins';
}

.ss-slider {
    margin-top: 20px !important;
}

.ss-slider .slick-list.draggable {
    padding: 0 !important;
}

.ss-item h4 {
    font-family: 'Faktum-Test-Bold';
}

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

.ss-item-content {
    width: 97%;
    padding: 32px;

/* From https: //css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
}

.ss-item {
    padding: 0 40px 0 0;
}

.ss-item img {
    width: 100%;
    border-radius: 30px 30px 0 30px;
}

.ss-slider-container .slick-arrow {
    top: -95px;
    right: 0;
    left: unset;
    width: fit-content;
    height: fit-content;
}

.ss-slider-container .slick-next:before,
.ss-slider-container .slick-prev:before {
    opacity: 1;
}

.ss-slider-container .slick-next:before {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-size: 65px;
}

.ss-slider-container .slick-prev:before {
    content: "\f177";
    font-family: "Font Awesome 6 Pro";
    font-size: 40px;
}

.ss-slider-container .slick-next {
    right: 110px;
}

.ss-slider-container .slick-prev {
    right: 220px;
}



/* service section end */

/* our process start css */
.our-process {
    background-color: #FFF;
    padding: 80px 0 20px 0px;
}

.op-container.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1700px !important;
}

.op-container .gy-5 {
    --bs-gutter-y: 10rem;
}

.our-process h2 {
    font-size: 80px;
    text-transform: unset;
}

.op-item {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.op-item h3 {
    font-size: 47px;
    font-family: 'Faktum-Test-Regular';
    padding: 40px 0 30px;
}

.op-item p {
    font-size: 14px;
    font-family: 'Faktum-Test-Regular';
    text-transform: uppercase;
    line-height: 20px;
    color: #575757;
    letter-spacing: 1.2px;
    margin: 0;
}

.op-item img {
    width: 80%;
    max-height:310px;
}

.bottom_line {
    height: 26px;
    width: 65%;
    background-color: #A265EB;
    opacity: 0.6;
    margin-top: 30px;

}

.our-process-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 201px;
    height: 201px;
    animation: grow-and-shrink 800ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;

}

.row.op-r2 {
    padding-top: 60px;
}

.row.op-r2 [class^="col-"]:nth-child(5) {
    /* padding-top: 50px; */
}

.row.op-r2 [class^="col-"]:nth-child(5) img {
    width: 100%;
}

.our-process .slick-dots li,
.our-process .slick-dots li button,
.our-process .slick-next,
.our-process .slick-prev {
    width: 30px;
    height: 30px;
}

.our-process .slick-dots li button:before {
    font-size: 60px;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.our-process .slick-dots li.slick-active button:before {
    font-size: 90px;
    opacity: .75;
    color: #F6AD1B;
    text-shadow: 0px 0px 10px #F6AD1B;
}

.our-process .slick-dots {
    bottom: -125px;
}

.our-process .slick-dots li {
    width: 15px;
}

.our-process .slick-dots li.slick-active {
    width: 20px;
}

.slick-dots li button:hover::before {
    color: #F6AD1B;
}

.blog-item {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.blog-section {
    padding: 60px 0;
    background-color: #14171A;
}

.blog-section h5 {
    font-size: 14px;
    color: #ebeaea;
    letter-spacing: 1px;
}

.blog-section p {
    font-size: 19px;
    line-height: 31px;
    margin: 15px 0
}

.blog-item h3 {
    padding: 30px 0 60px;
}



.blog-item2 {
    margin-bottom: 30px;
}

.blog-item2 h4 {
    font-family: 'Faktum-Test-Bold';
    font-size: 26px;
}

.blog-item .btn-white {
    padding: 12px 50px !important;
}

.blog-item3 {
    background-color: #1DA1F2;
    padding: 30px;
}

.blog-item3 h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-item3 h5 span {
    color: #FFF;
    font-size: 22px;
}

.our-blogs-cards {
    padding: 100px 0;
}

.our-blogs-cards h2 {
    font-size: 80px;
}

.our-blogs-cards p {
    font-size: 17px;
    line-height: 25px;
}

.obs2_card {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0 10px;
}

.obs2_card img {
    height: 295px;
    border-radius: 20px;
}

.obs2_card img {
    height: 295px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.obs2_card_content {
    background-color: #FFF;
    border-radius: 20px;
    padding: 0 40px;
    color: #000;
    margin-top: -30px;
    height: 204px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 100%;
}

.obs2_card_content h4 {
    font-family: 'Faktum-Test-Bold';
    font-size: 20px;
    line-height: 25px;
    padding: 0;
}

.btn-blue {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100px;
    padding: 8px 15px;
    background-color: #0F71C6;
    border: 1px solid transparent;
    color: #FFF;
    border-radius: 30px;
    font-size: 12px;
    gap: 10px;
}

.btn-blue:hover {
    border: 1px solid #0F71C6;
    color: #000;
}

.obs2_card_content p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    width: 80%;
    margin: 0;
    padding: 13px 0 8px;
}

.ob-slider2 {
    padding-top: 60px;
}


.ob-slider2 .slick-arrow {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(39, 39, 39, 1) 100%);
}

.slick-prev {
    left: -70px;
}

.slick-next {
    right: -70px;
}

.slick-prev:before,
[dir=rtl] .slick-next:before {
    content: "\f053";
    font-family: 'Font Awesome 6 Pro';
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
}

/* our process end css */


/* pricing section css */

.pricing-section {
    text-align: center;
    padding: 0px 0 0;
}

.pricing-section h2 {
    font-size: 80px;
    line-height: 100%;
}

.pricing-section p {
    font-size: 16px;
    font-family: 'Poppins';
}

.ps-card1 {
    min-height: 655.73px;
    outline: 1px solid #FFF;
    border-radius: 30px;
    padding: 35px 28px;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 5px solid transparent;
    transition: all .3s ease;
    background: #27272785;
    position:relative;
}
.ps-card1.popular::before{
    background-image: url(../images/most-popular-tag.webp) !important;!i;!;
    content:"";
    position:absolute;
    height: 85px;
    width: 100px;
    background-repeat: no-repeat !important;!i;!;
    background-size: contain;
    left: -9px;
    top: -15px;
}

.ps-card-item {
    padding: 0;
    transition: all .3s ease;
}

.ps-card1 h3 {
    font-family: 'Inter';
    font-weight: 800;
    padding: 0;
    font-size: 39px;
    letter-spacing: 2px;
    transition: all .3s ease;
}

.ps-card1 h5 {
    margin: 0 0 5px;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all .3s ease;
    font-weight: 700;
    text-align: center;
}

.ps-card1 .btn-white {
    min-width: 100px;
    max-width: unset;
    padding: 8px 20px !important;
    font-size: 13.14px;
    font-family: 'Inter';
    font-weight: 500;
    text-transform: capitalize;
    white-space: nowrap;
}

.pricing-section p {
    font-size: 13px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 21px;
    color: #c7c9cb;
    transition: all .2s ease;
}

.ps-content {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 20px 0 0;
    transition: all .3s ease;
    justify-content: center;
}
.pricing-section .ps-content p {
    font-size: 11px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 18px;
    color: #c7c9cb;
    transition: all .2s ease;
    height: 41px;
    overflow-y: scroll;
    /* width: 100%; */
}
.pricing-section .ps-content p::-webkit-scrollbar {
    display: none;
}





.ps-card-list {
    padding: 35px 0 0 0;
    transition: all .3s ease;
    height: 360px;
    overflow-y: scroll;
}
.ps-card-list::-webkit-scrollbar {
    display: none;
}
.ps-card-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #D2D7D9;
    font-size: 15.33px;
    font-family: 'Inter';
    font-weight: 300;
    letter-spacing: 0.2px;
    padding-bottom: 10px;
    transition: all .2s ease;
}

.ps-card-list li span {
    background-color: #575757;
    border-radius: 100%;
    display: inline-flex;
    min-height: 20px;
    min-width: 20px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 11px;
    padding-top: 2px;
    transition: all .2s ease;
}

a.purple-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 30px;
    background-color: #2c96d5;
    color: #FFF;
    transition: all .3s ease;
}

a.purple-btn:hover {
    border: 1px solid #2c96d5;
    background-color: transparent;
    transition: all .3s ease;
}

.ps-row {
    padding-top: 90px;
}

.ps-card-item:hover {
    padding: 10px 0 45px 0;
}

.ps-card-item:hover .ps-card1 {
    border: 5px solid #ccc;
    min-height: 635px;
    background: rgb(255, 255, 255);
    background: linear-gradient(335deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 115%);
    box-shadow: 2px 2px 130px #ffffff70;
}

.ps-card-item:hover .ps-card1 p,
.ps-card-item:hover .ps-card1 li {
    color: #FFF;
}

.ps-card-item:hover .ps-card1 li span {
    background-color: #000;
    color: #FFF;
}

.ps-card-item:hover .ps-card1 a.purple-btn {
    background-color: #0F71C6;
}

.ps-card-item:hover .ps-card1 a.purple-btn:hover {
    border-color: #0F71C6;
    background-color: transparent;
    color: #000;
}

.contact-left h2 {
    font-size: 80px;
    line-height: 80px;
}

.contact-left p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    padding-right: 100px;
}

.contact-right {
    background-color: #FFF;
    border-radius: 30px;
    padding: 115px 55px;
/* From https: //css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.6px);
    -webkit-backdrop-filter: blur(2.6px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-right .fldset label,
.contact-right .fldset label a{
    color:#fff !important;
}

.contact-right form .gy-5 {
    --bs-gutter-y: 4rem;
}

.cr-input label {
    text-transform: uppercase;
    font-family: 'Faktum-Test-Bold';
    font-size: 16px;
    color: #ffff;
    letter-spacing: 1.5px;
}

.cr-input input,
.cr-input textarea {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ffff;
    width: 100%;
    padding: 3px 0 3px;
    /* height: 43px; */
    color: #fff;
}

.cr-input textarea {
    padding: 10px 0;
    resize: none;
}

.cr-input input:focus-visible,
.cr-input textarea:focus-visible {
    border-bottom: 2px solid #515151;
    box-shadow: none;
    outline: none;
}

.btn-red {
    min-width: 250px;
    padding: 18px;
    font-family: 'Montserrat';
    font-size: 18.47px;
    text-align: center;
    background-color: #2c96d5;
    color: #FFF;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.8s;
    border:none;
}

.btn-red::before{
    content:"";
    background:#0f71c6;
    left:0;
    right:0;
    bottom:0;
    top:0;
    position:absolute;
    z-index: -1;
    transform: scale(0);
    transition: 0.7s;
    border-radius: 50%;
}

.btn-red:hover::before{
    background:#0f71c6;
    transform: scale(1);
    border-radius: 30px;
}

.btn-red:hover{
    color:#fff !important;
    background-color: transparent !important;
}

/* pricing section css */

/* contact section css */
.contact-section {
    padding: 100px 0 80px 0;
    position: relative;
}
.mob-accordion-1{
    padding: 40px 0px 20px 0px;
}

.contact-section .banner-bg-video {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

/* contact section css */

/* faq section css */

.faq-section {
    padding: 20px 0 0px 0;
}

.faq-section h2 {
    font-size: 80px;
}

.faq-section p {
    font-size: 17px;
    line-height: 25px;
}

.faq-accordion {
    padding-top: 60px;
}

.faq-accordion .accordion-item {
    border: 1px solid #ccc !important;
    margin: 10px 0;
    padding: 25px 30px;
    border-radius: 8px;
    position: relative;
}

.faq-accordion .accordion-body {
    padding: 10px 45px 40px;
}

.faq-accordion .accordion-body p {
    font-size: 14.289px;
    font-family: 'Inter';
    font-weight: 300;
    margin: 0;
    line-height: 25.72px;
    color: #c7c9cb;
    transition: all .2s ease;
}

.faq-accordion h4.accordion-header button {
    font-size: 24px;
    line-height: 40px;
    margin: 0;
    font-family: 'Faktum-Test-Bold';
}

.faq-accordion .accordion-button {
    position: unset;
}

.faq-accordion .accordion-button::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-image: url(../images/plus.png);
    background-position: center;
    background-size: 1.5rem;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
}

.faq-accordion .accordion-button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: #B02320;
    border-top-right-radius: 8px;
}

.contact-left p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    padding-right: 100px;
}

/* faq section css */




/* testimonial section css */
.testimonial-section {
    padding: 50px 0 100px;
}

.testimonial-section h2 {
    font-size: 80px;
}

.testimonial-section p {
    font-size: 17px;
    line-height: 25px;
    font-family: 'Inter';
    font-weight: 300;
    padding-top: 10px;
}

.testi-cards {
    padding-top: 80px;
}

.testi-card-container {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 20px; */
    /* flex-wrap: nowrap; */
    position: relative;
    margin: 0 0 20px;
}

.testi-card-container .slick-slide{
    padding:0 10px;
}

.testi-card-container.testi-right {
    justify-content: end;
}

.testi-left {
    /* transform: translateX(-55px); */
    /* animation: horizontal-scroll 20s linear infinite; */
}

.testi-right {
    transform: translateX(55px);
    animation: horizontal-scroll2 20s linear infinite;
}

.testi-cards .tc1 {
    /* min-width: 600px; */
    background: #FFF;
    border-radius: 50px;
    color: #000;
    border-bottom-right-radius: 0;
    padding: 40px;
}

.testi-cards .tc1 h4 {
    color: #999999;
    font-size: 19px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 30px;
    padding: 25px 0 15px;
}

.testi-cards .tc_stars {
    color: #F6AD1B;
}

.testi-cards .tc_stars i:last-child {
    /* color: #ECECEC; */
}

.tc_profile img {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    object-fit: cover;
}

.tc_profile {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.tc_profile h5 {
    margin: 0;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.tc_profile h5 span {
    font-weight: 400;
    color: #000;
}

/* testimonial section css */

/* footer section css */
footer{
    overflow: hidden;
    padding-top: 35px;
}
footer h3 {
    padding: 0;
}

footer p {
    font-family: 'Inter';
    font-size: 17px;
    letter-spacing: 0;
    padding-top: 8px;
    line-height: 27px;
}

.foot-row {
    padding: 70px 0;
}

.foot-in a {
    color: #FFF;
}

.foot-in a.view_map {
    text-decoration: underline;
    color: #FFF;
}

.foot-in a.email {
    text-decoration: underline;
    color: #FFF;
}

.foot-in a.view_map h5 {
    font-family: 'Inter';
    font-weight: 200;
    font-size: 15px;
    color: #FFF;
}

.foot-in h5 {
    color: #FF322E;
}

.foot-in.foot-in2 h5 {
    color: #27AE60;
}

.foot-in.foot-in3 h5 {
    color: #2F80ED;
}

.foot-in.foot-in4 h5 {
    color: #2c96d5;
}

.foot-in.foot-in3 p {
    margin: 0;
}

.foot-in.foot-in3 a{
    position:relative;
}

.foot-in.foot-in3 a::before {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 2px;
    transition: all .5s ease;
}

.foot-in.foot-in3 a:hover::before{
    right:0;
}


.foot-in ul li {
    padding-top: 10px;
}

.foot-in ul li a {
    font-family: 'Inter';
    font-size: 21px;
    letter-spacing: 0;
    padding-top: 8px;
}

.social_links {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    padding-top: 40px;
}

.social_links i {
    font-size: 21px;
}

.foot-in.foot-in4 h3 {
    font-size: 48px;
    padding: 5px 0 50px;
}

.foot-bottom p,
.foot-bottom a{
    font-size: 15px !important;
    margin-bottom: 10px;
    display: block;
    line-height: 35px !important;
}

footer .navbar-brand img{
    width:200px;
    padding: 0 0 23px;
    margin-left: -10px;
}

/* footer section css */


/*inner pages css satrt */


.contact_page {  }



.inner_banner {
    padding: 70px 0 0px 0px;
    background: url(../images/banner.webp);
    background-size: cover;
    background-position: top;
    height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.inner_banner .container {
  position: relative;
  z-index: 5;
}

.inner_banner:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000cc;
}



.btn.btn_blue {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 20px;
    color: #fff;
    margin: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #0f71c6;
    background: #0f71c6;
    /* width: 212px; */
    /* height: 50px; */
    gap: 14px;
    transition: 0.8s;
}
.btn.btn_blue i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 25px;
    color: #000;
    transform: rotate(-28deg);
    transition: 0.8s;
}

.btn.btn_blue:hover i {
    transform: rotate(0deg) !important;!i;!;
}

.main_banner {
  padding: 5% 0;
}

.banner_text h5 {
  font-size: 19px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  background: #0f71c6;
  padding: 0;
  display: flex;
  width: fit-content !important;!i;!;
  height: 40px;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
  padding: 0 10px;
  border-radius: 10px;
}
.contact_page .banner_text h5 {
    margin: 0 auto 10px;
}

.banner_text h3 {
  font-size: 40px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 15px;
}

.banner_text p {
  font-weight: 500;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}


.banner_text {
  position: relative;
}


.banner_btn {
  display: flex;
  gap: 20px;
  margin: 40px 0 0;
}
.contact_page .banner_btn {
    justify-content: center;
}

.call_to i {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f71c6;
  border-radius: 25px;
  color: #ffffff;
  transition: transform 0.2s ease-in-out;
}

.call_to:hover i {
  background: #002aff00;
  color: #fff;
  border: 1px solid #0f71c6;
  animation: vibrate 0.3s infinite;
}

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

    25% {
        transform: translateX(-2px);
    }

    50% {
        transform: translateX(2px);
    }

    75% {
        transform: translateX(-2px);
    }

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

.call_to {
  width: 200px;
  display: inline-flex;
  gap: 10px;
}

.call_to .textd {
  display: flex;
  flex-direction: column;
}

.textd span {
  color: #fff;
  font-size: 16px;
  position: relative;
  font-family: "K2D", serif;
  margin-left: 47px;
}

.textd span:after {
  position: absolute;
  content: '';
  top: 10px;
  left: -45px;
  background: #fff;
  height: 2px;
  width: 40px;
  display: flex;
  align-items: center;
  bottom: 0;
}

.textd small {
  font-size: 15px;
  font-family: "K2D", serif;
  font-weight: 400;
  color: #fff;
}

.main_banner {
  padding: 0% 0 5%;
  background: url(../images/banner.webp);
  background-size: cover;
  background-position: top;
  height: 104vh;
  display: flex;
  align-items: center;
  position: relative;
}

.main_banner .container {
  position: relative;
  z-index: 5;
}

.main_banner:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000cc;
}


.banner_form h4 {
  font-size: 25px;
  line-height: 29px;
  color: #002AFF;
  font-weight: 600;
  margin: 0 0 13px;
}

.centerCol{ float:none; margin:0 auto; }




.services-mainimg {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0px;
}

.services-st h2 {
    font-size: 45px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.services-st h5 {

    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.services-st p {
    font-size: 16px;
    font-weight: 400;
    color: #e7c5c5;
    text-align: center;
    width: 75%;
    margin: 5px auto;
}

.serv-card {
    height: 380px;
    background-color: #fff;
    box-shadow: 0px 3px 30px #00000029;
    border: 1px solid #7070704D;
    border-radius: 10px;
    padding: 30px;
    min-height: 380px;
    height: 380px;
}

.ser-card-para h5 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    font-family: 'SF UI Text' !important;
    margin-top: 10px;
}

.serv-card img {
    height: 70px !important;
}

.ser-card-para p {
    font-size: 14px;
    font-weight: 400 !important;
    color: #000;
}

.serv-btn a {
    padding: 8px 10px;
    background-color: #03b5f8;
    border-radius: 20px 19px 19px 0px;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.serv-btn a:hover,
.serv-btn a:focus {
    color: #fff !important;
}

.serv-btn {
    position: relative;
}

.serv-btn a:after {
    position: absolute;
    content: "";
    border: 1px solid #ccc;
    width: 40%;
    height: 0px;
    left: 0;
    bottom: 15px;
}

.main-serv-sec {
    padding: 40px 90px;
}

.serv-btn a i {
    font-size: 10px;
    background-color: #fff;
    color: #03b5f8 !important;
    border: -r;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    padding-right: 5px;
    padding-top: 3px;
}

a:hover {
    /* color: unset !important; */
}

.ghost-ban {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0px;
}

.summer-sec {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 100px 0px;
    position: relative;
}

.para-ghost {
    font-size: 14px !important;
}

.summer-card {
    background-color: #fff;
    box-shadow: 0px 3px 30px #0000001C;
    border-radius: 16px;
    padding: 25px;
    position: relative;
}

.summer-st h6 {
    font-size: 20px;
    font-weight: 600;
    color: #03b5f8;
}

.summer-st h5 {
    font-size: 19px;
    color: #000;
    font-weight: 500;
    position: relative;
}

.summer-st p {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-top: 28px;
    line-height: 22px;
}

.summer-st h5:before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #03b5f8;
    top: 0px;
    bottom: -12px;
    right: 0px;
    left: 0px;
    width: 20%;
}

.summer-card span {
    font-size: 110px;
    color: #ccc !important;
    position: absolute;
    right: 7px;
    top: -25px;
    color: transparent;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #70707030;
}

.summer-card-border:before {
    position: absolute;
    content: "";
    /* border: 1px solid #ccc; */
    width: 60%;
    height: 75%;
    top: 50px;
    z-index: -1;
}

.btn:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: transparent;
}

.about_page .inner_banner {
    /*height: 100vh;*/
}
.about_page .contact_ben .contact-right {
    width: 80%;
    margin: 0 auto;
    box-shadow: 9px -10px 1px #2c96d5de;
}

.contact_ben h3 {
    font-size: 48px;
    text-transform: capitalize;
    line-height: 55px;
    padding-bottom: 25px;
    margin: 0;
    font-family: 'Faktum-Test-Bold';
    color: #fff;
}

.contact_ben .contact-right {
    padding: 35px 40px 40px;
}

/*.our_mission .text-center{ text-align: center !important; }*/

.first-cta-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 60px 0px;
    position:relative;
    z-index:1;
}

.first-cta-img::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000cc;
    z-index:-1;
}

.cta-st h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 5px 6px #00000045;
    line-height: 45px;
}

.para-cta {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
        line-height: 27px;

}


.first-cta-img .btn.btn_blue {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 20px;
  color: #ffffff;
  margin: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #0f71c6;
  background: #0f71c6;
  /* width: 212px; */
  /* height: 50px; */
  gap: 14px;
}

.first-cta-img .btn.btn_blue i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 25px;
  color: #000;
  transform: rotate(-28deg);
}

.first-cta-img .btn.btn_blue:focus,
.first-cta-img .btn.btn_blue:hover {
  background-color: #fff;
  color: #0f71c6;
  border-color: #0f71c6;
}

.first-cta-img .btn.btn_blue:hover i {
  background: #0f71c6;
  color: #ffffff;
}

.about_page .pricing-section{
    padding:0 0 100px;
}

/*service list */

.ser_list ul {
    width: 100%;
}.ser_list ul li strong{}
.ser_list ul li {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    padding: 0 0 15px;
}

li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

li.nav-item.dropdown .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 25px;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    background-color: inherit;
    transition: var(--transition);
    z-index: -1;
}

li.nav-item.dropdown .dropdown-menu a:nth-last-child(1){
    border:none;
}

li.nav-item.dropdown .dropdown-menu a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    height: 1px;
    width: 0px;
    transition: all 0.3s ease-in-out;
    background-color: #000;
}

li.nav-item.dropdown .dropdown-menu a:hover::before,
li.nav-item.dropdown .dropdown-menu .dropdown-item.active::before{
    width: 10px;
    background: #a9201b;
}

a.dropdown-item,
.dropdown-item.active{
    color: #000;
    font-size: 15px;
    border-bottom: 1px solid rgba(206, 206, 206, .4784313725);
    padding: 10px 30px;
    position:relative;
}

a.dropdown-item:hover,
.dropdown-item.active{
    color: #a9201b !important;
    /* background:#0F71C6; */
    background: transparent;
}


/*#service_section h2 {
    font-size: 55px;
    line-height: 50px;
    padding-bottom: 15px;
}

*/
/*modal css*/

.comodal {
    border-radius: 0 !important;
    border: #0F71C6 3px solid;
    padding: 15px;
    background: #fff;
}

.pop-upform h2 {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: unset;
    color: #0F71C6;
    margin: 0 0 15px;
    padding: 0;
}

.pop-upform p {
    text-align: center;
    color: #000;
}

.m-header {
    border-bottom: 0px;
    justify-content: right;
    padding-bottom: 0px;
}

.close-btn {
    position: relative;
    border-radius: 0;
    width: 30px;
    height: 30px;
    background: #f77223;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #fff 3px solid;
    box-shadow: #00000082 0 0 6px;
}

.btn-close1 {
    padding: 0px !important;
    margin: 0px !important;
    --bs-btn-close-bg: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0px;
}

.btn-close1 i {
    color: #fff;
}

.form21 .form-group {
    position: relative;
}

.form21 ::placeholder {
    font-size: 16px;
    color: #000 !important;
    font-weight: 300 !important;
}

.form21 input {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    border: #dcdcdc 1px solid !important;
    padding: 10px 10px 10px 40px !important;
    background: #fafafa !important;
    color: #757575 !important;
    font-weight: 300 !important;
    border-radius: 0px !important;
    height: 40px;
}

.form21 input:focus {
    box-shadow: none !important;
    border-color: #d73038 !important;
}

.form21 .message {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    border: #dcdcdc 1px solid !important;
    padding: 7px 10px 10px 40px !important;
    background: #fafafa !important;
    color: #757575 !important;
    font-weight: 300 !important;
    border-radius: 0px !important;
    margin-bottom: 15px;
    resize:none;
}

.form21 .message:focus {
    box-shadow: none !important;
    border-color: #d73038 !important;
}

.activatenow {
    display: block;
    margin: auto;
    background: #0F71C6;
    padding: 6px 40px;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    border: 0px;
    border: 2px solid #0F71C6;
    font-family: "Poppins", sans-serif;
}

.activatenow:hover{
    background:transparent;
    color:#b02320;
}

.form-btns {
    justify-content: center;
    display: flex;
}

.chatting-btn {
    background: #f77223;
    border-radius: 0px;
    padding: 6px 15px;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.icons01 {
    position: absolute;
    left: 13px;
    top: 12px;
    /*color: #757575;*/
    color: #0F71C6;
    font-size: 14px;
}

.icons02 {
    position: absolute;
    left: 21px;
    top: 18px;
    color: #757575;
    font-size: 14px;
}
 .fldset.margin-field label {
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    position: unset;
}
.fldset.margin-field input[type="checkbox"] {
    width: 1em !important;
    height: 1rem !important;
    position: relative;
    top: 2px;
}

.fldset label {
    font-size: 12px;
    color: #000 !important;
    padding-left: 5px;
}

.fldset {
    display: flex;
    align-items: flex-start;
    margin: 0 0 11px;
    gap: 5px;
}
.slider-text {
    padding: 0px 30px;
}

.client-video-sec {
    padding: 70px 0px;
}

.client-video-sec .items {
    position: relative;
}

.client-video-sec .items img {
    width: 100%;
}

.client-video-sec .items a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #000;
}

.client-video-sec .items img {
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    height: 600px;
    object-fit: contain;
}

.client-video-sec .items .play_btn {
    position: absolute;
    left: 0px;
    width: 64px;
    height: 64px;
    background: url("../images/aplay0.png") center top no-repeat scroll;
    z-index: 1;
    bottom: 30px;
    right: 0px;
    margin: auto;
}

.client-video-sec .items .play_btn::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 64px;
    height: 64px;
    background: url("../images/aplay1.png") center top no-repeat scroll;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.client-video-sec .items:hover .play_btn::before {
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.client-video-sec .items:hover img {
    transform: scale(1.1);
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.client-video-sec .items h3 {
    font-size: 23px;
    padding-top: 20px;
    text-transform: capitalize;
    font-style: italic;
    text-decoration: underline;
}

.client-video-sec .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 100px);
    justify-content: space-between;
    display: flex;
    align-items: center;
    left: 50%;
    z-index: -1;
}

.client-video-sec .owl-theme .owl-nav .owl-prev {
    color: rgb(255, 255, 255);
    background: rgb(33, 37, 41);
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.client-video-sec .owl-theme .owl-nav .owl-next {
    color: rgb(255, 255, 255);
    background: rgb(33, 37, 41);
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.client-video-sec .testi-head{
    padding:0 0 40px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.cta-phn-mobile{background:#000;text-align:center;color:#fff!important;padding:5px;position:fixed;bottom:0!important;z-index:999;width:100%;display:none}.cta-phn-mobile a{color:#fff!important;text-decoration:none;display:flex;justify-content:center;align-items:center;}@media (max-width:767px) and (min-width:320px){.cta-phn-mobile{display:block!important}body{overflow-x:hidden}footer { padding-bottom: 55px;}}
