@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
/***** General CSS *****/



body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

:root {
    --mouse-x: 0;
    --mouse-y: 0;

  }

  .cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #fd4971, #fc7b47, #fd4971, #fc7b47);
    pointer-events: none;
    transform: translate(var(--mouse-x), var(--mouse-y));
    transition: transform 0.1s ease-out;
    z-index: 9999;
  }
  


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

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

img {
    max-width: 100%;
}

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

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

p {
    font-weight: 400;
    font-size: 17px;
    font-family: 'Manrope', sans-serif;
    color: #616161;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'cart';
    src: url(../fonts/cart.ttf);
}





/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt-8 {
    padding-top: 80px;
}

.pb-8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}



.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'cart';
    font-size: 52px;
    line-height: 60px;
    color: #000000;
    margin: 0px;
    font-weight: bold;
    margin: 0 0 20px;
}

h2 {
    font-family: 'cart';
    font-size: 43px;
    line-height: 1.2;
    color: #000000;
    font-weight: bold;
    margin: 0 0 10px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
    z-index: 9999;
}
.menuSec  {
    position: relative;
}

/*.menuSec img {width: 85%;}*/

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    /* text-transform: capitalize; */
}

.header_nav ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.header_nav ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 0.3px;
    font-size: 12px;
    margin-right: 12px;
    font-family: cart;
    font-weight: 500;
    transition: 0.5s;
    /* padding: 0 10px; */
}

.header_nav ul li a:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 0;
    height: 2px;
    background: radial-gradient(circle, rgba(252,74,112,1) 50%, rgba(252,123,71,1) 87%);
    transition: 0.5s;
}

.header_nav ul li:last-child a {
    padding-right: 0px;
}



.header_nav ul li a:hover,
.header_nav ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #000;
    font-weight: bold;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    left: 0px;
    width: 270px;
    text-align: left;
    top: 34px;
    background: linear-gradient(to right, #FC4889 0%, #FB7C5D 70%);
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

img.img-fluid.banner-img {
    width: 100%;
}






/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

.header_nav ul li a:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 5px;
    height: 2px;
    bottom: -7px;
    left: 10px;
    z-index: 1;
    transition: 0.5s;
}

.header_nav ul li a:hover:after {
    width: 100%;
    transition: 0.5s;
}


.header_info ul {
    white-space: nowrap; /* Prevent line breaks */
}

.header_info ul li {
    display: inline-block;
    margin-right: 10px;
}

.header_info ul li a {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Manrope';
}
.header_info ul li a i {
    color: #24a2dd;
    margin-right: 5px;
}

.menuSec .header_info ul li {
    display: inline-block;
    margin-right: 10px;
}

/*header {
    padding: 30px 0px;
    position: absolute;
    width: 100%;
    z-index: 9999;
}*/


/* From uiverse.io by @adamgiebl */
.theme_btn {
    background: linear-gradient(-45deg, #000000, #000000, #fd635c, #f54b57);
    background-size: 800% 400%;
    padding: 15px 12px 15px 30px;
    display: inline-block;
    border: none;
    border-radius: 40px;
    font-size: 16px !important;
    font-weight: 400;
    color: #fff !important;
    transition: all .5s ease-in-out;
    animation: gradient 10s infinite cubic-bezier(.62, .28, .23, .99) both;
    text-align: center;
    font-family: 'Manrope';
}

.theme_btn:hover {
 animation: gradient 3s infinite;
 transform: scale(1.05);
}

.theme_btn:active {
 animation: gradient 3s infinite;
 transform: scale(0.8);
}

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

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

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

.theme_btn i {
    color: #fe7b76 !important;
    font-size: 12px;
    margin-left: 20px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    padding: 5px 0 0 0px;
    border-radius: 10px;
}

/*second-theme-btn*/

/* From uiverse.io by @adamgiebl */
.theme_btn_two {
    background: linear-gradient(270deg, #fd4f7f, #fd5d66, #000000, #303132c9);
    background-size: 800% 400%;
    padding: 15px 12px 15px 30px;
    display: inline-block;
    border: none;
    border-radius: 40px;
    font-size: 16px !important;
    font-weight: 400;
    color: #fff !important;
    transition: all .5s ease-in-out;
    animation: gradient 10s infinite cubic-bezier(.62, .28, .23, .99) both;
    text-align: center;
    font-family: 'Manrope';
}

.theme_btn_two:hover {
 animation: gradient 3s infinite;
 transform: scale(1.05);
}

.theme_btn_two:active {
 animation: gradient 3s infinite;
 transform: scale(0.8);
}

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

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

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

.theme_btn_two i {
    color: #2ea7f8 !important;
    font-size: 12px;
    margin-left: 20px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    padding: 5px 0 0 0px;
    border-radius: 10px;
}
.btn_two {
    background: linear-gradient(270deg, #f54463, #f54a578c, #fd635c, #fd635c);
    background-size: 800% 400%;
    padding: 15px 5px 15px 0px;
    display: inline-block;
    border: none;
    border-radius: 40px;
    font-size: 16px !important;
    font-weight: 400;
    color: #fff !important;
    transition: all .5s ease-in-out;
    animation: gradient 10s infinite cubic-bezier(.62, .28, .23, .99) both;
    text-align: center;
    font-family: 'Manrope';
}
   
   .btn_two:hover {
    animation: gradient 3s infinite;
    transform: scale(1.05);
   }
   
   .btn_two:active {
    animation: gradient 3s infinite;
    transform: scale(0.8);
   }
   
 
   
   @keyframes gradient {
    0% {
     background-position: 0% 50%;
    }
   
    50% {
     background-position: 100% 50%;
    }
   
    100% {
     background-position: 0% 50%;
    }
   }
   
   .btn_two i {
       color: #2ea7f8 !important;
       font-size: 12px;
       margin-left: 20px;
       background-color: #fff;
       width: 20px;
       height: 20px;
       padding: 5px 0 0 0px;
       border-radius: 10px;
   }

   
/*banner start*/

.main_banner {
    background-image: url(../images/8.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner_heading h1 span {
    background: linear-gradient(to right, #FC4889 0%, #fd635c 76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner_heading h1 {
    font-weight: bold;
    font-size: 47px;
}

.banner_heading p {
    margin-bottom: 60px;
}

.banner_heading ul li {
    display: inline-block;
    margin-right: 20px;
}

.banner_pop_imggs{
    position: relative;
}

.banner-imgg img {
    width: 80%;
}

.main_banner .banner-imgg {
    position: absolute;
    top: -105px;
}

.banner_pop_imggs .com_pro {
    width: 23%;
    /* background-color: #fff; */
    /* text-align: center; */
    /* padding: 13px 15px; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* border-radius: 20px; */
    position: absolute;
    left: -101px;
    transition: 0.5s;
    transform: translate(0px, 0px);
}
.com_pro h6 {
    font-size: 31px;
    margin-bottom: -10px;
    font-weight: 800;
    color: #2b2c2d;
}

.com_pro span {
    font-size: 9px;
    font-family: 'Manrope';
    color: #000;
    font-weight: 800;
    letter-spacing: 1px;
}

.banner_pop_imggs .circle-one {
    position: absolute;
    right: 50px;
    width: 25%;
    top: 60px;
    animation: 5s abc linear infinite;
}

.banner_pop_imggs .pro_ser {
    /* width: 35%; */
    /* background-color: #fff; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* padding: 20px 20px; */
    /* border-radius: 20px; */
    position: absolute;
    right: 0px;
    top: 250px;
    transition: 0.5s;
    transform: translate(0px, 0px);
}
.pro_ser ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pro_ser ul li h6 {
    font-size: 14px;
    margin: 0;
    color: #000;
}

.banner_pop_imggs .tri_imgg {
    position: absolute;
    top: 420px;
    left: 70px;
    transform: translate(0px, 0px);
    transition: 0.5s;
}

.banner_pop_imggs .plus_vec {
    position: absolute;
    right: 50px;
    top: -30px;
    animation: 2s abc linear infinite;
}

.banner_heading {
    position: relative;
}


.banner_heading .arrow_img {
    position: absolute;
    right: 130px;
    top: 150px;
}

.banner_heading .line_img {
    position: absolute;
    top: -60px;
}

.main_banner .circle-two {
    position: absolute;
    left: 40px;
    top: 390px;
    animation: 2s grd linear infinite alternate;
}

.banner_pop_imggs .circle-three {
    position: absolute;
    bottom: 50px;
    animation: 3s abcd linear infinite alternate;
}

/*banner end*/


@keyframes abcd {
    from {
        bottom: 50px;
    }
    to {
        bottom: 80px;
    }
}

@keyframes grd {
    from {
        left: 70px;
    }
    to {
        top: 440px;
    }
}

@keyframes abc {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


@keyframes grb {
    from {
        bottom: -70px;
    }
    to {
        bottom: -30px;
    }
}

/*about start*/


section.about-secc {
    padding: 5% 0%;
    position: relative;
}

/*.about_imgg {
    position: relative;
}

.about_imgg:after {
    background-image: url(../images/about-back.png);
    position: absolute;
    content: "";
    height: 560px;
    width: 100%;
    background-repeat: no-repeat;
    left: -20px;
    top: -70px;
    z-index: -1;
}
*/
.about_detailss h6 {
    font-size: 30px;
    background: linear-gradient(to right, #FC4889 0%, #fd635c 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    display: inline-block;
}
.about_detailss p {
    margin-bottom: 40px;
    margin-top: 40px;
}

.about_imgg .ab-cir {
    position: absolute;
    right: 340px;
    bottom: -70px;
    animation: 1s grb linear infinite alternate;
        z-index: 3;
}

.about_detailss {
    position: relative;
}
.about_detailss .ab_pls {
    position: absolute;
    right: 0;
    top: 0;
    animation: 2s abc linear infinite;
}

/*section.about-secc:after {
    position: absolute;
    content: "";
    background: url(../images/ab-side.png) no-repeat;
    height: 120px;
    width: 60px;
    top: 220px;
    left: 0;
}
*/
section.services_secc {
    padding: 15px 0px;
    /* height: 1170px; */
    background: url(../images/i.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

section.services_secc h6{
    color: #000000;
    margin-top: 25px;
    text-align: justify;
}
.services_heading_box {
    /* background: linear-gradient(to right, #488dfc 0%, #5dfbe1 76%); */
    padding: 40px 70px;
    /* border-radius: 180px; */
    /* height: 380px; */
    position: relative;
    /*text-align: center;*/
}

.services_heading_box h2 {
    font-size: 45px;
    color: #000;
    line-height: 48px;
    margin-top: 40px;
}

.services_heading_box p {
    color: #fff;
  
}
.main_ser_box {
    /* background: #e5f1ff; */
    margin-top: 40px;
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    background-color: #F6FAFF;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: #f54562;
    border-radius: 0px 45px 0px 20px;
        height: 390px;
}

.main_ser_box h5 {
    font-size: 22px;
    font-family: 'Montserrat';
    color: #000;
    margin: 40px 0 30px !important;
}

.main_ser_box p {
    color: #656a70;
    font-size: 16px;
    margin: 0 0 15px;
}


.main_ser_box span i {
    background: #ffffff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0% 65% 0% 27%;
    color: #f54959;
    position: absolute;
    left: 0;
    bottom: -7px;
    font-size: 18px;
}



.service_box {
    position: relative;
}

.service_image img {
    width: 100%;
}

.service_content img {
    height: 40px;
    width: 40px;
}

.service_content {
    background: #f54a58;
    width: 92%;
    margin: 0 auto;
    position: relative;
    top: -30px;
    transition: 0.5s;
    box-shadow: rgb(100 100 111 / 6%) 0px 7px 29px;
}
.service_content h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 18px 0px;
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    font-family: 'Montserrat';
    /* text-transform: uppercase; */
    align-items: center;
    justify-content: center;
}

.service_content p {
    padding: 3px;
    /* margin: 20px; */
     height: 120px; 
    /* opacity: 0; */
    transition: 0.5s;
    text-align: center;
    font-size: 16px;
}

/*.service_box:hover .service_content p {
    position: static;
    opacity: 1;
    height: 50px;
    color: #fff;
}*/
.service_content a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--roboto-con);
    padding: 20px 0px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
}


.service_content a i {
    color: #faa94e;
}
/*.service_box:hover .service_content {
    background-color: #fd635c;
}*/
.service_content a i {
    color: #fd635c;
}
.service_box:hover {
    cursor: pointer;
}
/*.service_box:hover a {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px
}*/

.service_box:hover h3 {
    color: #fff;
}

.services_secc ul.testi-sl-arrow {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-left: 140px;
    float: right;
}
.services_secc ul.testi-sl-arrow i::before {
    font-family: 'FontAwesome';
    font-size: 22px;
    width: 60px;
    height: 60px;
    background: #f54a58;
    color: white;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    border: 3px solid #fff;
}

.services_secc ul.testi-sl-arrow i:hover::before {
    background: #000000;
    color: #fff;
}

.services_secc .testi-sl-arrow li:first-child {
    margin-right: 20px;
}

.services_secc .slick-prev {display: none !important;}
.services_secc .slick-next {display: none !important;}

.main_ser_box img {
    width: 27%;
}

.services_heading_box .abs_img {
    position: absolute;
    right: 0;
    top: 32px;
    width: 5%;
    animation: 10s abc linear infinite;
    left: 16px;
}

.services_heading_box .bsa_imgg {
    position: absolute;
    left: -80px;
    width: 10%;
    top: 140px;
    transition: transform 0.5s;
    transform-origin: center;
}


.services_secc .circle-three {
    position: relative;
    bottom: 50px;
    animation: 3s abcd linear infinite alternate;
}



/*chose start*/
section.choose {
    padding: 70px 0px;
    background: #f0f9f463;
}

.choose-txt h5 {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #000000;
    margin-bottom: 10px;
}
.choose-txt h2 {
    font-size: 45px;
    color: #000;
    font-weight: 800;
    line-height: 62px;
    margin: 0 0 40px;
}
.choose-txt ul {
    display: flex;
    align-items: baseline;
    gap: 20px;
    border: 1px solid #f54959;
    padding: 10px 10px;
    border-radius: 12px;
    margin-bottom: 19px;
    /* margin-top: 4%; */
}
.choose-txt h6 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.choose-txt ul li span {
    color: #8c8b8b;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 27px;
}
.choose-txt ul li i {
    font-size: 15px;
    height: 35px;
    width: 35px;
    background-color: #f54959;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
 
.chose-img img {
   /* height: 558px;
    object-fit: cover;*/
    width: 100%;
/*    border-radius: 15px;*/
}
.chose-img .play-img img {
    height: 74px;
    width: 74px;
}
.play-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chose-img {
    position: relative;
}
section.choose .row{
  align-items: center;
}


.choose-txt h6 {
    font-size: 30px;
    background: linear-gradient(to right, #FC4889 0%, #fd635c 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-family: 'Montserrat';
    margin-bottom: 10px;
   
}

.rocket-animation img {
    position: absolute;
    right: 75px;
    animation: bannerAnimationTwo 8s infinite linear;
}
.rocket-animation {
    position: relative;
}

@keyframes bannerAnimationTwo {
    0% {
    transform: translate(0px, 0px);
    }
    20% {
        transform: translate(20px, -5px);
    }
    40% {
        transform: translate(50px, 20px);
    }
    60% {
        transform: translate(20px, 50px);
    }
    80% {
        transform: translate(-20px, 30px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}



/* Testimonials */
section.testimonial-sec {
    padding-bottom: 80px;
    padding: 70px 0px;
    background: #f0f9f463;
}
.testi-head {
    text-align: center;
}

.testi-head h4 {
    /* position: relative; */
    font-weight: 400;
    font-size: 45px;
    font-family: 'cart';
    color: black;
    font-weight: 800;
}

.testi-head h6 {
    font-size: 30px;
    background: linear-gradient(to right, #FC4889 0%, #fd635c 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    display: inline-block;
}

.testi-head h4 span {
    font-weight: 700;
}
.testi-head h4.line:before {
    width: 23%;
}

.testi-head h4.line:after {left: 47%;}
.auth-img {
    position: relative;
    display: inline-flex;
}

.quote-icon {
    position: absolute;
    right: -4%;
    bottom: -4%;
    background: #f44563;
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    border-radius: 50%;
}
.testi-head h4 {
    /* position: relative; */
    font-weight: 400;
    font-size: 45px;
    font-family: 'cart';
    color: black;
    font-weight: 800;
}
.testi-txt h5 {
    font-size: 25px;
    margin-bottom: 5px;
}

.testi-txt h6 {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #f44563;
}
.testi-box {
    padding: 7% 12%;
    box-shadow: 0 0 4px 0px #adb5bd;
    border-radius: 10px;
}

.testi-txt p {
    color: #000;
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 14px;
}
.testi-txt {
    margin-top: 6%;
}

.testimonialslid .slick-slide {
    margin: 10px 20px;
}
.testimonialslid .slick-active {
    opacity: 1;
}

.testimonialslid .slick-slide {
    opacity: 1;
}
.testimonialslid .slick-dots li {
    width: 50px;
    height: 5px;
}

.testimonialslid .slick-dots li button {
    width: 50px;
    height: 5px;
}

.testimonialslid .slick-dots li.slick-active button:before {
    opacity: 1;
}

.testimonialslid .slick-dots li button:before {
    content: "";
    background: #f55b76;
    width: 50px;
    height: 5px;
    border-radius: 12px;
    opacity: 0.4;
}
.testimonialslid {
    margin-top: 5%;
}

.testi-txt p::before {
    position: absolute;
    content: "";
    background: #f44563
    height: 3px;
    width: 45px;
    bottom: -24%;
    left: 35%;
}

.testi-txt p::after {
    position: absolute;
    content: "";
    background: #fd635c;
    height: 3px;
    width: 45px;
    bottom: -24%;
    opacity: 0.5;
    left: 50%;
}
/* Testimonials End */



/*footer*/


.footer-sec{

    position: relative;

    background: #111111;

}

.footer-sec .social{

       display: grid;

    align-content: center;

    justify-content: center;

    margin: 0;

    height: 100%;

}

.footer-sec .social li{

    margin-bottom: 30px;

}

.footer-sec .social li:last-child{

    margin-bottom: 0;

}

.footer-sec .social li a i{

    display: flex;

    align-items: center;

    justify-content: center;

    height: 50px;

    width: 50px;

    border: 2px solid #414141;

    font-size: 20px;

    border-radius: 50%;

    transition: 0.3s ease-in-out;

    color: #fff;

}

.footer-sec .social li a i:hover {
    transform: scale(1.2);
    background: #f44a59;
    border-color: #000;
}
.bor-ri{

    position: relative;

    border-right: 2px solid #414141;

}

.f-logo {

    position: relative;

}

.footer-sec .mg-50{

    margin-top: 50px;

}

.footer-sec h5 {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-family: 'cart';
}

.footer-sec .link-list{

    margin: 0;

    columns: 2;

    padding-bottom: 30px;

}

.footer-sec .link-list li a {
    color: #7e7e7e;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 40px;
    transition: 0.3s ease-in-out;
}

.footer-sec .link-list li a:hover {
    color: #f54a58;
}

.footer-sec .padd {
    padding-left: 20px;
    border-left: 2px solid #414141;
}

.footer-sec .bor-top{

    border-top: 2px solid #414141;

    padding-left: 50px;

    padding-top: 40px;

}

.footer-sec .al-center{

    align-items: center;

}

.footer-sec form input{
    
    width: 90%;

    background-color: #292929;

    padding: 12px 20px;

    border: 0;

    margin-bottom: 15px;

}

.footer-sec form button{

    margin-bottom: 30px;

}

.footer-sec form ::placeholder{

    text-transform: uppercase;

}



.footer-sec .d-grid {

    display: grid;

    align-items: center;

    text-align: center;

    padding: 0;

}



.footer-sec .d-grid div {

    border-bottom: 2px solid;

    height: 100%;

    display: grid;

    align-content: center;

}



.d-grid div:last-child {

    border: 0;

    align-content: flex-end;

}



.footer-sec .d-grid div h6 {

    color: #797979;

    font-size: 20px;

    text-transform: uppercase;

    font-family: 'amplesoftpro';

    margin: 0;

}


.footer-sec .d-grid div a:hover {
    color: #f54a57;
}

.footer-sec .d-grid div a {

    color: #fff;

    font-size: 17px;

    transition: 0.3s ease-in-out;

}



.footer-sec .d-grid div p {

    margin: 0;

    font-size: 14px;

    color: #828282;

    font-family: 'Montserrat';

    padding-bottom: 20px;

}

.footer-sec h4.follow{

    color: #ffffff;

    font-size: 20px;

    font-family: 'amplesoftpro';

    text-transform: uppercase;

    text-align: center;

    writing-mode: vertical-lr;

    opacity: 0.2;

    height: 66%;

    margin: 0;

    width: 100%;

    display: grid;

    align-content: center;

    padding-top: 180px;

}




/*Footer End*/



/*innerpages*/

.txt-box {
    background: linear-gradient(147.1deg, #FCF0EE 9.5%, #F8C9C1 87.42%);
    padding: 60px 70px 48px 70px;
    border-radius: 40px;
}

.center-content{
    margin: 0 auto;
    text-align: center;
}

.txt-box h2 {
    margin-bottom: 4%;
}


.txt-box-two h2 {
    margin-bottom: 4%;
}

.txt-box-two {
    margin-left: 212px;
    /* margin-right: 122px; */
    margin-top: -50px;
    background: linear-gradient(160.77deg, #D8FFEF 9.28%, #7DDAB3 89.34%);
    padding: 60px 70px 48px 70px;
    border-radius: 40px;
}

.mission-sec img {
    height: 300px;
}
.mission-sec img {
    height: 300px;
    position: absolute;
    right: 182px;
}

section.mission-sec {
    position: relative;
    padding: 30px 0px;
}
.m-img img {
    position: absolute;
    left: 8%;
    height: 225px;
    bottom: 0;
    animation: 3s abcd linear infinite;
}

.feature-inner-shape-1 {
    top: 40px;
    left: 34%;
    position: absolute;
    z-index: 1;
    animation: transform 4s ease-in-out forwards infinite alternate;
}
.feature-inner-shape-2 {
    position: absolute;
    top: 16%;
    left: 17%;
    z-index: 1;
    animation: transform 5s ease-in-out forwards infinite alternate;
}
.feature-inner-shape-3 {
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: 1;
    animation: transform 4s ease-in-out forwards infinite alternate;
}

.feature-inner-shape-4 {
    position: absolute;
    z-index: 1;
    top: 33%;
    left: 33%;
    animation: transform 5s ease-in-out forwards infinite alternate;
}
@keyframes transform {
    0% {
        transform: scale(.7);
        opacity: .8;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(.7);
        opacity: .8;
    }
}



/*web-development page*/

.apart-box {
    background: white;
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
    border-radius: 10px;
    padding: 35px;
    margin-top: 22%;
    height: 85%;
  
}
section.webdev-part {
    background: #dfe9ee;
    padding: 80px 0;
}
.serap-img {
    margin-top: 17%;
}

.apt-txt p {  
    font-size: 14px;
   
}


.custom-box {
    background: white;
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
    border-radius: 10px;
    padding: 32px;
    margin-top: 22%;
    height: 530px;
}


ul.cust-points {
    margin-top: 5%;
}

.design-box {
    background: white;
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
    border-radius: 10px;
    padding: 32px;
    margin-top: 22%;
    height: 530px;
}




.desincld-txt ul li {
    color: #000000;
    /* font-family: 'montserrat-black'; */
    font-size: 20px;
    text-transform: uppercase;
    /* margin: 25px 0; */
    font-weight: 800;
    margin: 30px;
}

.desincld-txt ul li i {
    color: #f54957;
    font-size: 20px;
    margin-right: 7px;
}
section.serv-incl {
    padding: 80px 0;
}

span.fontstyle {
    font-family: 'Montserrat';
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000000b8;
    color: #f54959;
    text-transform: uppercase;
    font-size: 45px;
}
.desincld-txt h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
}

.desincld-txt ul li {
    color: #000000;
    /* font-family: 'montserrat-black'; */
    font-size: 20px;
    text-transform: uppercase;
   /* margin: 25px 0;*/
    font-weight: 800;
}


.desincld-txt ul li p {
    text-transform: capitalize;
    font-size: 15px;
    margin: 9px 26px;
}


p.apart-sec {
    width: 80%;
    margin: 0 auto;
}



/*.inner_banner {
    background-image: url(../images/inner-banner.png);
    height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

*/
section.inner-banner {
    background: url(../images/inner-banner.png);
    background-size: cover;
    display: flex;
    align-items: center;
    /*text-align: center;*/
    height: 492px;
}

section.inner-banner h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    /* text-align: center; */
    /* color: #000000; */
    line-height: 65px;
    background: linear-gradient(to right, #f54b57, #000000, #F44336);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 700;
}

/*Question Form Start*/

section.question-sec {
    padding: 100px 0 170px;
    position: relative;
}

section.question-sec .row {
    align-items: center;
}

.question-form input {
    width: 100%;
    border: 1px solid #000;
    margin: 0 0 30px;
    height: 50px;
    padding: 0 20px;
    outline: 0;
    color: #000;
    background: transparent;
}

.question-form textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #000;
    padding: 20px;
    color: #000;
    margin: 0 0 30px;
    background: transparent;
}

.question-form input::placeholder {
    font-size: 13px;
    color: #9a9a9a;
}

.question-form textarea::placeholder {
    font-size: 13px;
    color: #9a9a9a;
}

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

.question-txt h2 {
    font-size: 60px;
}

.question-txt p {
    font-size: 14px;
    color: #3f3f3f;
}

section.question-sec:before {
    content: '';
    position: absolute;
    background-image: url(../images/question-back.png);
    width: 60%;
    height: 100%;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    z-index: -1;
}

section.question-sec:after {
    content: '';
    position: absolute;
    background: #f8f8f8;
    width: 61%;
    height: 80%;
    top: 0;
    left: 0;
    z-index: -1;
}

.question-form button {
    border: 0;
    width: 34%;
}


/*Question Form End*/























































section.how_it_work_secc {
    padding: 80px 0px;
    background: linear-gradient(145deg, #caeafd9e, #f5d0fd73);
}

.title_gosee ul li i {
    background-color: #1564fe;
    padding: 30px 20px;
    border-radius: 50px;
}

.title_gosee ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.title_gosee {
    margin-top: 45px;
}

.title_gosee ul li h6 {
    margin-bottom: 5px;
    color: #000;
    font-size: 22px;
}

.title_gosee ul li p {
    width: 70%;
}

.how_it_imgss {
    position: relative;
}

.how_it_imgss:after {
    background: url(../images/about-back.png) no-repeat;
    position: absolute;
    content: "";
    height: 710px;
    width: 750px;
    left: -50px;
    z-index: -1;
    top: 0px;
}

.reviwss ul li span {
    font-size: 14px;
    font-family: 'Manrope';
    color: #0275ce;
    font-weight: 900;
}

.reviwss ul li i {
    color: #fbdf00;
    margin-right: 5px;
}

.reviwss ul li {display: inline-block;margin-right: 10px;}

.how_it_imgss .reviwss {
    background: #fff;
    position: absolute;
    top: 250px;
    right: 30px;
    padding: 20px 20px;
    border-radius: 20px;
}

.how_it_imgss .crss_img {
    position: absolute;
    right: 70px;
    top: 70px;
    animation: 5s grddd linear infinite alternate;
}


.how_it_imgss .how_it_circle {
    position: absolute;
    left: -50px;
    top: 290px;
    animation: 10s grd linear infinite alternate;
}


section.pricing_sec {
    padding: 70px 0px;
    position: relative;
    background: linear-gradient(319deg, #f1bdfc69, transparent);
}


.pricing_heading h2 {
    text-align: center;
    margin-bottom: 60px;
}

.main_pkgg {
    border: 2px solid #fc734d;
    padding: 40px 40px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 40px;
}

.pkgg_header h4 {
    color: #323232;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 16px;
}

.pkgg_header {
    text-align: center;
}

.pkgg_header span {
    color: #ff5752;
    font-size: 18px;
    font-weight: 700;
}

.pkgg_header ul li {display: inline-block;margin-right: 40px;}

.pkgg_header ul {
    margin-top: 15px;
}

ul.pricess li h1 {
    font-size: 55px;
    color: #454545;
    font-weight: 800;
}

ul.pricess li {
    font-size: 22px;
    color: #454545;
    font-weight: 600;
}

ul.pricess li i {
    font-style: normal;
    text-decoration: line-through;
}

.pkgg_bodyy {
    padding: 20px 20px 30px;
}

.pkgg_bodyy ul li {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Manrope';
    margin-bottom: 10px;
    position: relative;
}

.pkgg_bodyy ul li:after {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    left: -28px;
    font-size: 18px;
    color: #20be33;
}

.pkgg_footerr a.chat_btnn {
    color: #1b3a92;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 600;
    border: 2px solid;
    padding: 14px 30px;
    border-radius: 30px;
    line-height: 55px;
    width: 100%;
}

.pkgg_footerr a {
    width: 100%;
}

.main_pkgg:before {
    background: linear-gradient(to right, #FC4889 0%, #FB7C5D 76%);
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 17px;
    z-index: -1;
    transition: 1s;
}

.main_pkgg:hover:before {
    transition: 1s;
    width: 100%;
}



.main_pkgg:hover .pkgg_header h4 {
    color: #fff;
    transition: 0.5s;
}

.main_pkgg:hover .pkgg_header span {
    color: #fff;
    transition: 0.5s;
}

.main_pkgg:hover ul.pricess li h1 {
    color: #fff;
    transition: 0.5s;
}

.main_pkgg:hover ul.pricess li {
    color: #fff;
    transition: 0.5s;
}

.main_pkgg:hover .pkgg_bodyy ul li {
    color: #fff;
    transition: 0.5s;
}

main_pkgg:hover .pkgg_bodyy ul li::after {
    color: #ffd65b !important;
    transition: 0.5s;
}

.main_pkgg:hover .pkgg_footerr .theme_btn {
    background: #fff;
    color: #fc4b87 !important;
    transition: 0.5s;
}

.main_pkgg:hover .pkgg_bodyy ul li::after {color: #ffd65b;transition: 0.5s;}

.main_pkgg:hover .pkgg_footerr a.chat_btnn {
    border-color: #fff;
    color: #fff;
    transition: 0.5s;
}

section.pricing_sec:after {
    position: absolute;
    content: "";
    background: url(../images/jump.png) no-repeat;
    height: 220px;
    width: 180px;
    top: -50px;
    left: 50px;
}


section.counter_secc {
    padding: 80px 0px;
}

.pro_countt {
    background: linear-gradient(to right, #FC4889 0%, #FB7C5D 76%);
    padding: 40px 80px;
    border-radius: 140px;
    position: relative;
}

.pro_countt h3 {
    font-size: 38px;
    font-family: 'Montserrat';
    color: #fff;
    margin-bottom: 10px;
    line-height: 35px;
}

.pro_countt p {
    font-size: 14px;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    line-height: 17px;
    font-weight: 300;
    margin-bottom: 0;
}

.counter-value .number {
    font-size: 66px;
    margin-bottom: 6px;
    line-height: 66px;
    font-family: 'Outfit';
    color: #fff;
    font-weight: 800;
    position: relative;
}

.counter-value h5 {
    font-size: 16px;
    font-family: 'Outfit';
    color: #fff;
    margin-bottom: 0;
}

.counter-value {
    text-align: center;
}

.counter-value .number:after {
    content: "+";
}


.pro_countt .vec_imgg {
    position: absolute;
    right: 0;
    top: -80px;
    width: 10%;
}

section.portfolio_secc {
    padding: 90px 0px;
    background: linear-gradient(356deg, #dff8fe, #f5ebe42b);
    position: relative;
}

.port_heading {
    text-align: center;
}



.custom_tabb .tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
  width: 70%;
  margin: 0 auto;
  margin-bottom: 70px;
}


.custom_tabb .tab button {
  background-color: inherit;
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  /* padding: 14px 30px; */
  transition: 0.3s;
  font-size: 25px;
  font-family: 'Manrope';
  font-weight: 400;
  position: relative;
  margin-right: 45px;
  padding-bottom: 15px;
}


.custom_tabb .tab button:hover {
  /* background-color: #ddd; */
  font-weight: 700;
}


.custom_tabb .tab button.active:after {
  /* background-color: #ccc; */
  font-weight: 700;
  width: 100%;
}

.custom_tabb .tabcontent {
  display: none;
  /* padding: 6px 12px; */
  /* border: 1px solid #ccc; */
  border-top: none;
}


.custom_tabb {
    margin-top: 70px;
}


.custom_tabb .tab button:after {
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgba(252,74,112,1) 50%, rgba(252,123,71,1) 87%);
    width: 0;
    height: 2px;
    bottom: 0px;
    left: 0;
    transition: 0.5s;
}

.custom_tabb .tab button:hover:after {
    width: 100%;
    transition: 0.5s;
}

.port_img img {
    width: 100%;
}


.portfolio_secc .slick-prev {
    left: -55px;
}

.portfolio_secc .slick-next {
    right: -25px;
}


.portfolio_secc .slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    color: #b7b7b7;
    font-weight: 700;
    border: 2px solid;
    padding: 14px 20px;
    border-radius: 40px;
}


.portfolio_secc .slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 6 Pro';
    color: #b7b7b7;
    font-weight: 700;
    border: 2px solid;
    padding: 14px 20px;
    border-radius: 40px;
}


.portfolio_secc .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
    background: #299eff;
    color: #fff;
}


section.portfolio_secc .boxx_port_imgg {
    position: absolute;
    right: -80px;
    bottom: -110px;
}

.testt_imgg {
    position: relative;
    z-index: 1;
}


.testt_imgg:after {
    position: absolute;
    content: "";
    background-image: url(../images/about-back.png);
    height: 600px;
    width: 830px;
    top: 0;
    left: -60px;
    background-repeat: no-repeat;
    z-index: -1;
}

section.testimonials_secc {
    padding: 120px 0px;
    background: linear-gradient(45deg, #ddf2fe, #fdf6ff);
}

.testt_imgg .tringle_imgg {
    position: absolute;
    top: 120px;
    right: 150px;
}



.test_heading {
    margin-bottom: 100px;
}

.testi_qoutss span i {
    color: #e5fafe;
    font-size: 200px;
}

.main_testi_box p {
    margin-bottom: 50px;
}

.testti_dttl .d-flex {
    gap: 20px;
}

.testti_dttl ul li span {
    color: #2c6cb8;
    font-family: 'Manrope';
    font-weight: 700;
    display: block;
}

.testti_dttl ul li .d-flex {
    gap: 5px;
}

.testti_dttl ul li ul li i {
    color: #fec241;
}



.testimonials_secc ul.testi-sl-arrow {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-left: 100px;
    /* float: right; */
}

.testimonials_secc ul.testi-sl-arrow i::before {
    font-family: 'FontAwesome';
    font-size: 22px;
    width: 60px;
    height: 60px;
    background: transparent;
    color: #b7b7b7;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    border: 3px solid #b7b7b7;
}

.testimonials_secc ul.testi-sl-arrow i:hover::before {
    background: #2983ff;
    color: #fff;
}

.testimonials_secc .testi-sl-arrow li:first-child {
    margin-right: 20px;
}

.testimonials_secc .slick-prev {display: none !important;}
.testimonials_secc .slick-next {display: none !important;}


.contact_secc {
    background-image: url(../images/contact-back.png);
    
    height: 895px;
    width: auto;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    padding: 9% 0%;
    position: relative;
}



.contct_detailss h6 {
    font-size: 19px;
    color: #feb100;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 14px;
}

.contct_detailss h2 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 40px;
}

.contct_detailss form input {
    width: 100%;
    border: 0;
    margin-bottom: 30px;
    height: 60px;
    padding: 10px 20px;
    border-radius: 30px;
}

.contct_detailss form select {
    width: 100%;
    height: 60px;
    border-radius: 40px;
    margin-bottom: 30px;
}

.contct_detailss form textarea {
    width: 100%;
    height: 180px;
    resize: none;
    border: 0;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 25px;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.contact_secc .vec-ten-imgg {
    position: absolute;
    top: -130px;
    left: 0;
    width: 5%;
}

.contact_secc .vec-eleven-imgg {
    position: absolute;
    bottom: 0;
    right: 30px;
    animation: ringing 1s infinite alternate;


}

@keyframes ringing {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.9;
    }

}


.main_footer {
    background-image: url(../images/footer-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 660px;
    padding: 200px 0 40px;
    margin-top: -6%;
}


.footer_dtlss p {
    margin: 40px 0 30px;
}

.footer_dtlss ul {
    display: flex;
    gap: 10px;
}

.footer_dtlss ul li a {
    font-size: 15px;
    color: #3c3c3c;
    font-family: 'Manrope';
    font-weight: 600;
}

.footer_dtlss h5 {
    font-size: 25px;
}

.footer_address h5 {
    font-size: 25px;
    font-family: 'Montserrat';
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer_address ul li {
    margin-bottom: 20px;
}

.footer_address ul li i {
    color: #2975e3;
    margin-right: 10px;
}

.footer_address ul li a {
    font-size: 20px;
    color: #3c3c3c;
    font-family: 'Manrope';
    font-weight: 400;
}



.footer_links h5 {
    font-size: 25px;
    font-family: 'Montserrat';
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer_links ul li {
    margin-bottom: 13px;
    position: relative;
}

.footer_links ul li a {
    color: #3c3c3c;
    font-family: 'Manrope';
    font-size: 20px;
    font-weight: 400;
}

.footer_links ul li:after {
    content: "\f324";
    font-family: 'Font Awesome 6 Pro';
    left: -30px;
    position: absolute;
}


.copy_right {
    text-align: center;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    margin-top: 20px;
}

.banner_pop_imggs:hover .com_pro {
    transform: translate(90px, 0px);
    transition: 0.5s;
}

.banner_pop_imggs:hover .pro_ser {
    transition: 0.5s;
    transform: translate(-140px, 0px);
}

.banner_pop_imggs:hover .tri_imgg {
    transition: 0.5s;
    transform: translate(62px, -62px);
}

.services_heading_box:hover .bsa_imgg {
    transform: rotateY(180deg);
}

.arrow_imgggg {
    position: relative;
}

.arrow_imgggg:after {
    position: absolute;
    content: "";
    background-image: url(../images/vec-7.png);
    height: 0;
    width: 110px;
    background-repeat: no-repeat;
    top: -120px;
    right: 120px;
    transition: 2s;
}

.main_banner:hover .arrow_imgggg:after {
    height: 116px;
    transition: 4s;
}


.line_imgGg {
  position: relative;
}

.line_imgGg:after {
    position: absolute;
    content: "";
    background-image: url(../images/vec-4.png);
    width: 0px;
    height: 30px;
    background-repeat: no-repeat;
    top: -60px;
    transition: 2s;
}


.main_banner:hover .line_imgGg:after {
    width: 159px;
    transition: 4s
}

.banner_heading h2 {
    font-size: 100px;
}

.inner-banner .circle-one {
    left: 120px;
}

.inner-banner .tri_imgg {
    left: 360px;
}


.video_boxx {
    background-image: url(../images/vid-back.png);
    height: 730px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

section.video_secc {
    padding: 40px 0px;
}


.video_boxx h3 {
    font-family: 'Montserrat';
    font-size: 62px;
    width: 60%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 56px;
}

.video_boxx .sr-urr {
    position: absolute;
    right: 60px;
    top: -40px;
}

.video_boxx .sr-vrr {
    position: absolute;
    left: -50px;
    bottom: 150px;
}



.how_line_img {
    position: relative;
}

.how_line_img:after {
    position: absolute;
    content: "";
    background-image: url(../images/vec-4.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 0px;
    transition: 2s
}


.how_it_work_secc:hover .how_line_img:after {
    width: 159px;
    transition: 4s;
}


@keyframes grddd {
    from {
        right: 70px;
    }
    to {
        top: -50px;
    }
}


 /*time line*/

    .cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width:100%;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 200px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    background: #656565;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  background: linear-gradient(to right, #FC4889 0%, #FB7C5D 76%);
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: var(--main-txt-color);
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 600;
  border: 2px solid;
  padding: 10px 20px;
  border-radius: 30px;
  margin-bottom: -24px;
  background: #fff;
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  display: none;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #27d17f;
  border-color: #27d17f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 600;
  border: 2px solid;
  padding: 10px 20px;
  border-radius: 40px;
  margin-bottom: -20px;
  background: linear-gradient(to right, #FC4889 0%, #FB7C5D 76%);
  color: #fff;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #27d17f;
  border-color: #27d17f;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #27d17f;
}









/*responsive*/






@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 4em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: inherit;
  bottom: -150%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  /* border: 2px solid #dfdfdf; */
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-timeline-navigation a.prev {
  left: 6%;
  top: 50px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.prev::after{
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    /* background: #27d17f; */
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #c3c9d4;
    font-size: 20px;
    position: absolute;
    z-index: 1000;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cd-timeline-navigation a.next::after{
   content: "\f054";
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   /* background: #27d17f; */
   height: 50px;
   width: 50px;
   border-radius: 50%;
   color: #c3c9d4;
   font-size: 20px;
   position: absolute;
   z-index: 1000;
   left: 5px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.cd-timeline-navigation a.next {
  right: 6%;
  top: 50px;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #27d17f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  /* overflow: hidden; */
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  /* max-width: 800px; */
  /* margin: 0 auto; */
  margin-top: 13%;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}



@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.events-wrapper li {
    list-style: none;
}

.events-content li {
    list-style: none;
}


.timeline_heading h2 {
    text-align: center;
    font-size: 52px;
    margin-bottom: 20px;
}

.timeline_heading p {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    line-height: 24px;
}

section.road-map-sec {padding: 60px 0px 100px;background: linear-gradient(268deg, #f7dcfe66, #d5eefd5e);}

.boxss {font-size: 16px !important;font-family: 'Montserrat';font-weight: 600;border: 2px solid;padding: 10px 20px 10px !important;border-radius: 30px;margin-bottom: -20px;background-color: #fff;}

.event_imggg {
    float: right;
    position: relative;
}

.event_imggg:after {
    position: absolute;
    content: "";
    background: #a6cff7bf;
    height: 100%;
    width: 100%;
    left: -120px;
    border-radius: 40px;
    z-index: -2;
    top: -100px;
}

.event_imggg:before {
    position: absolute;
    content: "";
    background: #d4b9d6ab;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    left: -70px;
    bottom: -100px;
    z-index: -1;
}

.event_dtll h2 {
    font-size: 52px !important;
    margin-bottom: 30px;
}

.event_dtll p {
    font-size: 17px !important;
    margin-bottom: 50px;
    width: 90%;
}

.event_imggg .vec-tt {
    position: absolute;
    bottom: -160px;
    left: 30px;
}

    /*time line*/


    /*blog page*/


.bigg_blog_box {
    background-image: url(../images/blog-1.png);
    background-repeat: no-repeat;
    height: 685px;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

section.blogs_secc {
    padding: 8% 0%;
    position: relative;
    background: linear-gradient(360deg, #f9e3fe8f, #cfe9fd54);
}

.blogs_heading p {
    width: 60%;
    margin-bottom: 60px;
}

.bigg_blog_box h4 {
    background: linear-gradient(to right, #FC4889 0%, #FB7C5D 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.bigg_blog_box h4:after {
    position: absolute;
    content: "";
    background: #fb7c5d4d;
    width: 100px;
    height: 20px;
    left: -13px;
    z-index: -1;
    border-radius: 10px;
}

.bigg_blog_box h3 {
    font-size: 30px;
    font-family: 'Montserrat';
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 30px 0px;
}

.bigg_blog_box h5 {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
    letter-spacing: 1px;
}

.bigg_blog_box .d-flex {
    gap: 20px;
}

.bigg_blog_box ul li span {
    color: #fff;
    font-size: 12px;
}

.bigg_blog_box ul li h6 {
    font-size: 14px;
    color: #fff;
}

.main_blog_boxx {
    background-color: #fff;
    padding: 0 0 30px;
    border-radius: 50px;
    margin-bottom: 60px;
}

.blog_boddyy h6 {
    font-size: 16px;
    background: linear-gradient(to right, #FC4889 0%, #FB7C5D 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-top: 22px;
    margin-bottom: 22px;
    display: inline-block;
}

.blog_boddyy {
    padding: 0px 30px;
}

.blog_boddyy h3 {
    font-size: 26px;
    color: #3d434f;
    margin-bottom: 21px;
}

.blog_boddyy p {
    font-size: 16px;
    color: #666d7a;
    font-family: 'Montserrat';
    margin-bottom: 50px;
}

.blog_footerr {
    padding: 20px 30px 0;
    border-top: 1px solid #e9eef6;
    margin-top: 30px;
}

.blog_footerr ul {
    display: flex;
    gap: 15px;
}

.blog_footerr ul li span {
    font-size: 12px;
    color: #a0a8b7;
    font-weight: 500;
}

.blog_footerr ul li h5 {
    font-size: 14px;
    color: #3d434f;
    font-weight: 600;
}

.blog_footerr h4 {
    font-size: 14px;
    margin-bottom: 0;
    color: #c3c9d4;
}


.blogs_secc:after {
    position: absolute;
    content: "";
    background: url(../images/ab-side.png) no-repeat;
    height: 120px;
    width: 60px;
    top: 220px;
    left: 0;
}


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

.buildd_boxx {
    background: #2668f3;
    padding: 100px 90px;
    border-radius: 190px;
    text-align: center;
    position: relative;
}

.buildd_boxx h1 {
    color: #fff;
    font-size: 52px;
    font-family: 'Montserrat';
}

.buildd_boxx p {
    color: #fff;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}


.buildd_boxx .build_vec_imgg {
    position: absolute;
    right: 70px;
    top: -100px;
}

.buildd_boxx .build_vec-two_imgg {
    position: absolute;
    left: -90px;
    bottom: 0;
}

/*case-study page*/

.case_imgg {
    position: relative;
    z-index: 1;
}

.case_imgg:after {
    position: absolute;
    background-image: url(../images/about-back.png);
    content: "";
    background-repeat: no-repeat;
    width: 870px;
    height: 600px;
    left: -80px;
    z-index: -1;
    top: -60px;
}

section.case_study_secc {
    padding: 12% 0% 8%;
    position: relative;
    background: linear-gradient(45deg, #f9e4fe36, #dceefe75);
}


.case_study_dtll h2 {
    margin-bottom: 10%;
}

.case_study_dtll span {
    font-size: 190px;
    font-weight: 800;
    font-family: 'Montserrat';
    position: absolute;
    top: 20px;
    left: 110px;
    z-index: -1;
    color: #f8d8e2;
}

.case_study_dtll {
    position: relative;
}

.case_study_dtll .case_vec_one {
    position: absolute;
    top: -120px;
    left: 0;
}

.case_study_dtll .case_vec_two {
    position: absolute;
    left: -10px;
    bottom: 200px;

}

.case_study_dtll .case_vec_three {
    position: absolute;
    right: 20px;
    bottom: -70px;
    animation: 2s abc linear infinite;
}

section.case_study_secc:after {
    position: absolute;
    content: "";
    background: url(../images/ab-side.png);
    height: 110px;
    width: 50px;
    top: 180px;
    background-repeat: no-repeat;
}

.case_vec_oneee {
    position: relative;
}

.case_vec_oneee:after {
    position: absolute;
    background-image: url(../images/vec-4.png);
    content: "";
    background-repeat: no-repeat;
    height: 25px;
    width: 0px;
    transition: 2s;
    top: -120px;
}


.case_study_secc:hover .case_vec_oneee:after {
    width: 159px;
    transition: 4s;
}


.secnd_case_secc {
  padding: 8% 0% 10%;
  position: relative;
  background: linear-gradient(45deg, #dceefe75, #f9e4fe36);

}

.secnd_case_secc:hover .case_vec_oneee:after {
    width: 159px;
    transition: 4s;
}


.case_study_secc_third:hover .case_vec_oneee:after {
    width: 159px;
    transition: 4s;
}


.case_study_secc_third {
   padding: 7% 0% 14%;
   position: relative;
   background: linear-gradient(45deg, #d5ebfd, #f9e4fe36);
}

.case_study_secc_third .vec_eight_imgg {
    position: absolute;
    top: -80px;
    left: 70px;
}

.case_study_secc_third .jump_imgg {
    position: absolute;
    right: -90px;
    bottom: 490px;
}

/*faqs page*/


/* Style the buttons that are used to open and close the accordion panel */
.acordion_wrp .accordion {
  cursor: pointer;
  padding: 30px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 17px;
  font-family: 'Manrope';
  color: #000;
  font-weight: 500;
  background: linear-gradient(95deg, #dff8fe, #f4ece6);
  margin-bottom: 20px;
  border-radius: 40px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.acordion_wrp .active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.acordion_wrp .panel {
  padding: 0 18px;
  /* background-color: white; */
  display: none;
  overflow: hidden;
  margin-bottom: 10px;
}


button.accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 30px;
}

button.accordion.active:after {
    content: "\2212";
    font-size: 30px;
}

section.faqs_secc {
    padding: 9% 0%;
    background: linear-gradient(45deg, #f9e8fe70, #dcf1fe54);
    position: relative;
}

.faqs_heading p {
    width: 65%;
    margin-bottom: 6%;
}

section.faqs_secc:after {
    position: absolute;
    content: "";
    background: url(../images/ab-side.png);
    width: 50px;
    height: 110px;
    top: 130px;
}


.tab-pricee {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 5%;
}

.tab-pricee button {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #4e4e4e;
    font-weight: 700;
    border: 0;
    background: 0;
    margin-left: 4%;
}

.tab-pricee button.active {
      background: linear-gradient(to right, #FC4889 0%, #FB7C5D 76%);
      color: #fff;
      padding: 10px 20px;
      border-radius: 40px;
}


.pricing_secc {
    padding: 70px 0px;
    position: relative;
    background: linear-gradient(319deg, #f1bdfc69, transparent);
}

.pricing_secc:after {
    background-repeat: no-repeat;
    background-image: url(../images/ab-side.png);
    width: 50px;
    height: 110px;
    position: absolute;
    content: "";
    top: 180px;
    left: 0;
}


/*login page*/

.login_form {
    width: 50%;
    margin: 0 auto;
}

.login_form h2 {
    font-size: 100px;
    text-align: center;
}

.login_form p {
    text-align: center;
    margin-bottom: 7%;
}

.login_form form input {
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #747575;
    padding: 20px 20px;
    height: 66px;
    border-radius: 50px;
}

.login_form form input::placeholder {
    font-size: 23px;
    color: #9595a4;
    font-weight: 500;
    font-family: 'Montserrat';
}


.chk_bx input {
    width: 5% !important;
    margin-bottom: 0 !important;
    height: 15px !important;
}

.chk_bx label {
    font-size: 20px;
    color: #707070;
    font-weight: 500;
}

.chk_bx {
    margin-bottom: 5%;
    margin-top: 20px;
}

.chk_bx a {
    font-size: 20px;
    color: #006ef7;
    text-decoration: underline;
    font-weight: 600;
    float: right;
}

.login_form form button {
    width: 100%;
}

.login_form form h6 {
    font-size: 20px;
    text-align: center;
    color: #d0d0e4;
    font-family: 'Montserrat';
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.login_form form h6:after {
    position: absolute;
    content: "";
    background: #d0d2ea;
    width: 250px;
    height: 2px;
    left: 0;
    top: 15px;
}

.login_form form h6:before {
    position: absolute;
    content: "";
    background: #d0d2ea;
    width: 250px;
    height: 2px;
    right: 0;
    top: 15px;
}

button.ggl_btnn {
    height: 60px;
    color: #db4437;
    border: 1px solid;
    background: 0;
    border-radius: 50px;
    font-weight: 800;
}

button.ggl_btnn:hover {
    color: #fff;
    background-color: #db4437;
   transition: 0.5s;
}

button.ggl_btnn i {
    margin-right: 20px;
}

button.fcbk_btnn {
    height: 60px;
    font-weight: 800;
    color: #3b5998;
    border: 1px solid;
    background: 0;
    border-radius: 50px;
}

button.fcbk_btnn:hover {
    background-color: #3b5998;
    color: #fff;
    transition: 0.5s;
}

button.fcbk_btnn i {
    margin-right: 20px;
}


.inner-bannerrr {
    background-image: url(../images/banner.jpg);
    height: 1200px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.login_form .theme_btn i {
    float: right;
}


.inner-bannerrr .in_abb_imgg {
    position: absolute;
    left: 0;
}

.inner-bannerrr .in_circle_two {
    position: absolute;
    bottom: -60px;
    left: 100px;
    animation: 5s abc linear infinite;
}

.inner-bannerrr .vec_ell {
    position: absolute;
    right: 80px;
    bottom: 120px;
    animation: 15s abc linear infinite;
}

.login_banner_wrp {
    position: relative;
}

.login_banner_wrp .in_linee_imgg {
    position: absolute;
    left: 290px;
    top: -30px;
}

.login_banner_wrp .in_circle_imgg {
    position: absolute;
    left: 130px;
    top: 410px;
    animation: 3s bbss linear infinite alternate;
}

.login_banner_wrp .in_circle_imgg_two {
    position: absolute;
    right: 250px;
    top: 80px;
    animation: 1s bbs linear infinite alternate;
}

.login_banner_wrp .vec_three_imgg {
    position: absolute;
    right: 0;
    top: 100px;
}

section.portfolio_secc .boxx_ab_imgg {
    position: absolute;
    top: 140px;
    left: 0;
}

section.portfolio_secc .boxx_vec_imgg {
    position: absolute;
    bottom: 380px;
    width: 7%;
    left: -30px;
}

section.portfolio_secc .boxx_jump_imgg {
    position: absolute;
    right: 0%;
    bottom: 41%;
    width: 6%;
}

.nav-portfolio .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    /* border: solid; */
    box-shadow: -2px -1px 3px 1px rgb(253 99 92 / 28%);
    margin-left: 15px;
    /* width: 100%; */
    color: black;
    font-weight: 700;
}

.nav-portfolio .nav-tabs .nav-link:hover {
    background: #fd635c;
    color: white;
    box-shadow: -2px -1px 3px 1px rgb(0 0 0 / 28%);
}


.tab_nav_sec .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    /* border: solid; */
    box-shadow: -2px -1px 3px 1px rgb(253 99 92 / 28%);
    margin-left: 13px;
    /* width: 100%; */
    color: black;
    font-weight: 700;
    font-size: 14px;
}

.tab_nav_sec .nav-tabs .nav-link:hover {
    background: #fd635c;
    color: white;
    box-shadow: -2px -1px 3px 1px rgb(0 0 0 / 28%);
}


.owl-theme .owl-nav .disabled {
    opacity: 1 !important;
    cursor: default;
}

/*contact page*/


section.contact_info_sec {
    padding: 8% 0%;
    background: linear-gradient(45deg, #f9e2fe75, #dceffe73);
    position: relative;
}

.contact_info_heading p {
    width: 60%;
}

.contact_info_heading {
    margin-bottom: 8%;
}


.con_info_wrrpp h3 {
    font-size: 28px;
    font-family: 'Montserrat';
    color: #292726;
    font-weight: 700;
    margin-bottom: 20px;
}

.con_info_wrrpp p {
    font-size: 15px;
    color: #292726;
    font-family: 'Montserrat';
    font-weight: 600;
}

.con_info_wrrpp h6 a {
    font-size: 17px;
    color: #3d434f;
    font-family: 'Montserrat';
}

.con_info_wrrpp h6 {
    margin: 0;
}

.con_info_wrrpp .d-flex {
    gap: 20px;
}

.con_info_wrrpp ul li i {
    color: #c3c9d4;
    font-size: 22px;
}

.mapp iframe {
    width: 100%;
    border-radius: 70px;
}

.mapp {
    margin-top: 5%;
}


section.contact_info_sec .con_ab_sidd {
    position: absolute;
    left: 0;
}


/*blogs-detail page*/


section.blogs_details_secc {
    padding: 8% 0 6%;
    position: relative;
    background: linear-gradient(106deg, #f9e2fe54, #dceefea6);
}

.blog_dltt img {
    margin-bottom: 4%;
}


.blogg_boddy {
    padding: 0 2px;
    margin-right: 195px;
}


.blogg_boddy span {
    background: linear-gradient(to right, #FC4889 0%, #FB7C5D 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 800;
}

.blogg_boddy h3 {
    font-size: 30px;
    color: #3d434f;
    font-family: 'Montserrat';
    font-weight: 800;
    margin: 20px 0 20px;
    text-align: justify;
}

.ref_boddy h3 {
    font-size: 30px;
    color: #3d434f;
    font-family: 'Montserrat';
    font-weight: 800;
    margin: 20px 0 20px;
    text-align: justify;
}

.ref_boddy ul li {
    font-size: 14px;
    color: #3d434f;
    font-weight: 600;
    list-style:square;
}
.blogg_boddy a{
    color: #FB7C5D;
}
.blogg_boddy a:hover{
    color: #aa4329;
}
.ref_boddy a{
    color: #FB7C5D;
}

.ref_boddy a:hover {
    color: #aa4329;
}



.ref_boddy p {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #3d434f;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: justify;
}

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

.blogg_boddy ul li {
    font-size: 14px;
    color: #dadee5;
    font-weight: 600;
}

.blogg_boddy p {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #3d434f;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: justify;
}

.sub_box_one {
    background: linear-gradient(86deg, #d2f0f8, #f5eae2);
    margin-bottom: 40px;
    padding: 40px 35px;
    border-radius: 40px;
    position: relative;
    text-align: center;
}

.sub_box_one input {
    width: 100%;
    height: 60px;
    padding: 10px 90px;
    border: 0;
    border-radius: 40px;
}



.sub_box_one i {
    position: absolute;
    top: 63px;
    left: 60px;
    color: #a0a9ba;
    font-size: 20px;
}

.sub_box_one input::placeholder {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #a0a9ba;
    font-weight: 600;
}

.sub_box_one h4 {
    font-size: 36px;
    font-family: 'Montserrat';
    color: #3d434f;
    font-weight: 600;
}

.sub_box_one p {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #3d434f;
    font-weight: 600;
    margin-bottom: 25px;
}

.sub_box_one form .theme_btn {
    width: 100%;
    margin: 20px 0px;
}

.sub_box_one a {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 600;
}


.recent_posttt {
    background: #fff;
    padding: 45px 40px;
    border-radius: 50px;
}

.recent_posttt img {
    margin-bottom: 4%;
}

.recent_posttt h5 {
    font-size: 26px;
    color: #3d434f;
    font-weight: 600;
    margin-bottom: 4%;
}

.recent_boxx span {
    background: linear-gradient(to right, #FC4889 0%, #FB7C5D 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 800;
}

.recent_boxx h6 {
    font-size: 16px;
    color: #3d434f;
    margin: 10px 0 10px;
    font-weight: 600;
}

.recent_boxx h4 {
    color: #c3c9d4;
    font-size: 14px;
    font-family: 'Montserrat';
}

.rec_brd {
    border-bottom: 1px solid #c3c9d4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

section.blogs_details_secc .ab_blg_imgg {
    position: absolute;
    left: 0;
}




/* From uiverse.io by @mrhyddenn */
.scrolldown {
  --color: white;
  --sizeX: 40px;
  --sizeY: 60px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX / 2);
  border: calc(var(--sizeX) / 10) solid var(--color);
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
  cursor: pointer;
  background: linear-gradient(to right, #FC4889 0%, #FB7C5D 76%);
  z-index: 99;
}

.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 7px;
  height: 10px;
  margin-left: -3px;
  background-color: var(--color);
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #2a547066;
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }

  40% {
    opacity: 1;
    height: 10px;
  }

  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }

  100% {
    height: 3px;
    opacity: 0;
  }
}

.chevrons {
  padding: 7px 0 0 0;
  margin-left: -2px;
  margin-top: 50px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chevrondown {
  margin-top: 5px;
  position: relative;
  border: solid var(--color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: rotate(138deg);
  background: linear-gradient(to right, #FC4889 0%, #FB7C5D 76%);
}

.chevrondown:nth-child(odd) {
  animation: pulse54012 500ms ease infinite alternate;
}

.chevrondown:nth-child(even) {
  animation: pulse54012 500ms ease infinite alternate 250ms;
}

@keyframes pulse54012 {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.5;
  }
}

.main_banner .vec_icon_down {
    position: absolute;
    bottom: -40px;
    left: 190px;
}

.reg_pg {
    font-size: 17px !important;
    color: #000 !important;
    text-decoration: none !important;
}

.in_linee_imgggg {
    position: relative;
}

.in_linee_imgggg:after {
    position: absolute;
    content: "";
    background-image: url(../images/vec-4.png);
    width: 0px;
    height: 30px;
    background-repeat: no-repeat;
    top: -60px;
    transition: 2s;
}

.inner-bannerrr:hover .in_linee_imgggg:after {
    width: 159px;
    transition: 4s;
}


@keyframes bbs {
    from {
        Top: 80px;
    }
    to {
        top: 120px;
    }
}

@keyframes bbss {
    from {
        Top: 410px;
    }
    to {
        Top: 350px;
    }
}




.section-heading h3 {
    color: #000;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 38px;
    position: relative;
    display: inline-block;
    font-family: 'cart';
}

.section-heading p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
}
.section-heading h3:before {
    content: "";
    background: url(../images/header-border.svg);
    width: 319px;
    height: 7px;
    position: absolute;
    bottom: -5px;
    right: -10px;
    background-size: cover;
}
.tab_nav_sec ul {
    margin: 0 auto;
    justify-content: center;
    border: 0;
}
.tab_nav_sec ul li {
    margin-bottom: 20px !important;
}
.innerport .tab_nav_sec ul li a {
    padding: 9px 17px;
    font-size: 14px;
    margin-bottom: 20px;
}

.tab_nav_sec ul li a.active, .tab_nav_sec ul li a:hover {
    background: #FD635C !important;
    color: #fff !important;
}
.tab_nav_sec ul li a {
    background: transparent;
    border: 1px solid rgb(255 255 255 / 11%) !important;
    border-radius: 10px !important;
    margin: 0 10px;
    background: #fff;
    box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
    color: #000 !important;
    padding: 9px 17px !important;
    font-size: 15px;
}
.tab_nav_sec {
    padding-top: 40px;
}

.portfolio-tab-content {
    margin-top: 20px;
}

.portfolio_boxes {
    display: inline-block;
    box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
    border-radius: 0;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.portfolio_boxes a {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    display: inline-block;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 0;
}
.portfolio_boxes a figure {
    margin-bottom: 0 !important;
    height: 450px;
}
.portfolio_boxes a:hover img {
    top: -100%;
}
.portfolio_boxes a figure img {
    width: 100%;
    position: relative;
    top: 0;
    transition: 2s all;
}
.portfolio_boxes:hover a:before {
    opacity: 1;
    content: "";
    background: hsl(0deg 0% 24% / 60%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 9;
}
.portfolio_boxes:hover a:after {
    opacity: 1;
    position: absolute;
    content: "View Project";
    font-family: FontAwesome;
    left: 28%;
    top: 40%;
    width: 198px;
    margin-left: 0;
    margin-top: 0;
    color: #fff;
    font-size: 19px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-shadow: 0 0 10px rgb(0 0 0 / 25%);
    z-index: 99;
    background: #FD635C;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}


.portfolio_boxesi {
    display: inline-block;
    box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
    border-radius: 0;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.portfolio_boxesi a {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    display: inline-block;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 0;
}
.portfolio_boxesi a figure {
    margin-bottom: 0 !important;
    height: 450px;
}

.portfolio_boxesi a figure img {
    width: 100%;
    position: relative;
    top: 0;
    transition: 2s all;
}
.portfolio_boxesi:hover a:before {
    opacity: 1;
    content: "";
    background: hsl(0deg 0% 24% / 60%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 9;
}
.portfolio_boxesi:hover a:after {
    opacity: 1;
    position: absolute;
    content: "View Project";
    font-family: FontAwesome;
    left: 28%;
    top: 40%;
    width: 198px;
    margin-left: 0;
    margin-top: 0;
    color: #fff;
    font-size: 19px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-shadow: 0 0 10px rgb(0 0 0 / 25%);
    z-index: 99;
    background: #FD635C;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}





/**/
.packages_box_sec {
    border-radius: 13px;
    background: #fff;
    padding: 30px 15px 30px;
    margin-bottom: 40px;
    box-shadow: 0px 6px 10px 0.75px rgb(0 0 0 / 17%);
    transition: 0.2s ease-in-out;
    margin: 40px 25px 60px;
}
.packages_box_sec h3 {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 17px;
    font-weight: 900;
}
.packages_box_sec h5 {
    display: block;
    color: #FD635C;
    font-weight: 900;
    font-size: 35px;
    margin-bottom: 5px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.packages_cardBody p, .packages_box_sec > p {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
    display: block;
}
.packages_cardBody ul, .packages_box_sec ul {
    width: 100%;
    height: 328px;
    overflow-y: scroll;
    padding-top: 1rem;
}
.packages_cardBody ul li, .packages_box_sec ul li {
    color: #727e88;
    font-size: 15px;
    padding-bottom: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    word-break: break-word;
}
.packages_cardBody ul li:before, .packages_box_sec ul li:before {
    content: "";
    background: url(../images/arrow_icon.png);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
    background-size: cover;
}
.btn_packages {
    padding-top: 20px;
}
.btn_packages_sec a, .btn_packages a {
    background: #FD635C;
    padding: 17px 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}
.view_detail {
    padding-top: 20px;
    text-align: center;
}
.view_detail a {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}
.packages_cardBody ul::-webkit-scrollbar, .packages_box_sec ul::-webkit-scrollbar {width: 5px;background: rgb(217 216 216);border-radius: 10px;}
.packages_cardBody ul::-webkit-scrollbar-thumb, .packages_box_sec ul::-webkit-scrollbar-thumb {background: #FD635C;border-radius: 10px;}
.packages_box_sec:hover {
    background: #FD635C;
    transform: scale(1.1);
}
.packages_box_sec:hover .packages_heading_sec h3, .packages_box_sec:hover .packages_heading_sec h5, .packages_box_sec:hover .packages_heading_sec h6, .packages_box_sec:hover h5, .packages_box_sec:hover h3 {
    color: #fff;
}
.packages_box_sec:hover .packages_cardBody p, .packages_box_sec:hover p {
    color: #fff;
}
.packages_box_sec:hover .packages_cardBody ul li, .packages_box_sec:hover li {
    color: #fff;
}
.packages_box_sec:hover .packages_cardBody ul li:before, .packages_box_sec:hover li:before {
    background: url(../images/arrow_icon_hover.png);
    background-size: cover;
}
.packages_box_sec:hover .btn_packages_sec > a, .packages_box_sec:hover .btn_packages > a {
    background: #3c3c3c !important;
}
.packages_box_sec:hover .view_detail a {
    color: #fff;
}
.pricing button.owl-next {
    border-radius: 5px;
    background: #FD635C !important;
    width: 40px;
    height: 40px;
    top: auto;
    color: white !important;
    right: 46%;
    position: absolute;
    bottom: 0;
}
.pricing button.owl-prev {
    border-radius: 5px;
    background: #FD635C !important;
    width: 40px;
    height: 40px;
    top: auto;
    color: white !important;
    left: 46%;
    position: absolute;
    bottom: 0;
}
#mail{
    display: none;
}

.follow-m{
    display: none;
}
/**/


/* responsive code */
@media screen and (max-width: 768px) {

#logo{
    display: none;
}

.header_info{
    display: none;
}
#mail{
    display: inline;
}
#mail ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#mail li {
    margin-right: 10px; /* Adjust the spacing between the buttons */
}

#mail a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px; 

    color: #000000; 
    border: none;
    border-radius: 40px;
}



#mail i {
    margin-right: 5px; 
    color:#006bf7;
}
}

::selection {
  color: #fff; 
  background-color: #FD635C; 
}

.banner_heading>h1>span::selection{
    color: #000; 
    background: linear-gradient(to right, #FC4889 0%, #FB7C5D 76%);

}

.about_detailss>h6::selection{
    background: transparent;
    }

html::-webkit-scrollbar {
    width: 12px;
  }

html::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #FC4889 0%, #FB7C5D 76%);
    border-radius: 6px; /* round corners */
  }
  
html::-webkit-scrollbar-track {
    background-color: #ecf0f1; 
  }

  #logo{
    width: 75%;
    height: auto;
  }

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

    .cursor{
        display: none;
    }

}

.theme_btn_two-c {
    background: linear-gradient(270deg, #fd4f7f, #fd5d66, #000000, #303132c9);
    background-size: 800% 400%;
    padding: 15px 12px 15px 30px;
    display: inline-block;
    border: none;
    border-radius: 40px;
    font-size: 20px !important;
    font-weight: 400;
    color: #fff !important;
    transition: all .5s ease-in-out;
    animation: gradient 10s infinite cubic-bezier(.62, .28, .23, .99) both;
    text-align: center;
    font-family: 'Manrope';
}

.theme_btn_two-c:hover {
 animation: gradient 3s infinite;
 transform: scale(1.05);
}

.theme_btn_two-c:active {
 animation: gradient 3s infinite;
 transform: scale(0.8);
}

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

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

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

.theme_btn_two-c i {
    color: #2ea7f8 !important;
    font-size: 12px;
    margin-left: 20px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    padding: 5px 0 0 0px;
    border-radius: 10px;
}

.centered-input {
 color: white;
  }

  .text-center{
    box-sizing: border-box; 
    width: 100%;
  }

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

    .footer-sec .social {
    display: flex;
    margin-top: 20px;
}
.footer-sec h4.follow {
    height: 100%;
    width: 100%;
    display: block;
    align-content: center;
    padding-top: 0;
    margin: 0;
        writing-mode: inherit;
        padding-bottom: 20px;
}
.footer-sec .bor-top {
    border-top: 2px solid #414141;
    padding-left: 0;
    padding-top: 20px;
}
.footer-sec .padd {
    padding-left: 10px;
    border-left: 2px solid #414141;
}
.footer-sec .d-grid div {
    height: 70px;
}

}

.ban-btns{
    margin-left: 23%;
}

.about-dot{
    width: 75%; 
    height: 70%; 
 }
 .contact-dot{
    display: none;
 }

 .banner-imgg-m{
    display: none;
 }
.mb-btns{
    display: none;
}
@media only screen and (min-width: 300px) and (max-width: 1024px) {
    .about-dot {
      width: 100%;
      height: auto; 
    }

    .contact-dot{
        display: block;
        width: 75%; 
        height: 70%; 
        margin-left: 10%;
    }
    .main_banner {
    height: 35%;
    
    }
    .ab_pls{
        display: none;
    }
    .banner-imgg{

        display: none;
    }
    .banner-imgg-m{
        display: none; 
    }
    .mb-btns{
        display: none;
    }

    .ban-btns{
        display: flex;
        list-style: none;
        margin-bottom: 5%;
        
        margin-left: 27%;
    }
    .about_imgg .ab-cir  {
        height: 20%;
        position: relative;
        bottom: 20vh;
    }
    .services_heading_box .abs_img{
        height: 10%;
        width: 20%;
    }

    .circle-one, .plus_vec, .circle-two, .abs_img, .circle-three, .rocket-animation{
    display: none;
    }
    .choose-txt h6, h2{
        text-align: center;
    }
    .webdev-part h2{
        font-size: 25px;
    }
    .pricing button.owl-next  {
    
        right: -10px;
    }
    .pricing button.owl-prev {
        left: -10px;
    }

    .footer-sec h4.follow{
        display: none;
        background-color: red;
    }

    .footer-sec h4.follow-m {
        height: 100%;
        width: 100%;
        display: block;
        align-content: center;
        padding-top: 15px;
        margin: 0;
        writing-mode: inherit;
        padding-bottom: 2px;
        color: #ffffff;
        font-size: 20px;
        font-family: 'amplesoftpro';
        text-transform: uppercase;
        text-align: center;
        opacity: 0.6;
        margin: 0;
        
    }

    section.inner-banner {
        background-size:auto;
        height: 10rem;
    }
    .about-dot-a{
        width: 100%;
        height: auto; 
        margin-bottom: -20%;
    }
    .about_detailss-a h6{
            font-size: 30px;
            background: linear-gradient(to right, #FC4889 0%, #fd635c 70%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 800;
            font-family: 'Montserrat';
            margin-bottom: 10px;
            text-align: center;
        }
        .about_detailss-a {
            position: relative;
            text-align: justify;
            
        }
        .about_detailss-a p {
            margin-bottom: 40px;
            margin-top: 40px;
            
        }
        .about_detailss-a>h6::selection{
            background: transparent;
            }
            .about_detailss-a h2 {
            font-family: 'cart';
            font-size: 22px;
            line-height: 1.2;
            color: #000000;
            font-weight: bold;
            margin: 0 0 10px;
    }

    .mission-sec img{
        display: none;
    }

    .txt-box {
        background: linear-gradient(147.1deg, #FCF0EE 9.5%, #F8C9C1 87.42%);
        padding: 15px 20px 20px 15px;
        border-radius: 40px;
    }
    
    
    .txt-box h2 {
            font-size: 42px;
            background: linear-gradient(to right, #FC4889 0%, #fd635c 70%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 800;
            font-family: 'cart';
            margin-bottom: 30px;
            text-align: center;
        
    }

    .txt-box p {
        text-align: center;
    
    }

    
    .txt-box-two {
        margin-top: 30px;
        margin-left: 10px;
        margin-right: 10px;
        background: linear-gradient(160.77deg, #D8FFEF 9.28%, #7DDAB3 89.34%);
        padding: 15px 20px 20px 15px;
        border-radius: 40px;

    }
    
    
    .txt-box-two h2 {
            font-size: 42px;
            background: linear-gradient(to right, #FC4889 0%, #fd635c 70%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 800;
            font-family: 'cart';
            margin-bottom: 30px;
            text-align: center;
        
    }

    .txt-box-two p {
        text-align: center;
        color: #000;
    }

    .pro_countt{
        margin-bottom: -20%;
        margin-top: -25%;
    }

    .mission-sec img{
        display: none;
    }
    section.question-sec {
        padding: 50px 0 170px;
        position: relative;
    }

    .cnt-btn{
        margin-top: -5%;
        margin-bottom: 10%;
        text-align: center;
    }

    .question-txt {
        text-align: center;
        margin-bottom: -50%;
    }
    
    .question-txt h2 {
        font-size: 30px;
    }
    
    .question-txt p {
        font-size: 14px;
        color: #3f3f3f;
    }
    .footerm{
        text-align: center;
    }
    #fbtn{
        margin-top: 5%;
        margin-bottom: -5%;
        
    }
    .text-centerr {
        text-align: center;
      }
      
      .centered-input {
        display: block;
        margin: 0 auto;
      }

      section.inner-banner  .web-txt{
        font-size: 33px;
        line-height: 40px;
      }
      .hide{
        display: none;
      }

      .about_detailss .op {
      margin-top: 2%;
    }

    .about_imgg .wimage{
        margin-bottom: -5%;
    }

    .apt-txt h4{

        font-weight: 700;
        font-size: 28px;
    }

    .apt-txt p{
        font-size: 18px;
    }
    .about_detailss {
        text-align: center;
      }
      
    .about_detailss h6 {
       
        display: inline-block; 
      }
    
      .serap-img img {

        margin-left: 3%;
        margin-bottom: 10%;
      }
    
      .serap-img {
        height: auto;
        width: 100%;
        
      }

      section.inner-banner h1 {
        font-size: 25px;
        text-align: center;
      }

      .desincld-txt ul li {
        font-size: 16px;
        text-transform: uppercase;
        /* margin: 25px 0; */
        font-weight: 700;
        margin: 10px;
    }
    
    .desincld-txt ul li i {
        color: #f54957;
        font-size: 16px;
        margin-right: 3px;
    }

    .testimonial-sec .testi-head{
        margin-top: -20%;
    }

    .serv-incl .desincld-txt h3{
        margin-top: -20%;
    }

    .choose-txt h2{
        font-size: 22px;
    }

    .font-m-h2{
    font-size: 25px;
    }

    .font-m-h6{
        font-size: 21px;
        }

        .section-heading h3{
            font-size: 22px;
        }

        .choose-txt h5{
            font-size: 18px;
        }

        .testi-head h4 {

            font-size: 22px;
        }
        .txt-box h2, .txt-box-two h2, .choose-txt h2  {
            font-size: 25px;
        }
        .notfound {
            
            height: auto;
            /* width: 80%; */
            text-align: center;
            margin-top: 25rem; 
        }
        .notfound h1{
            font-size: 35px;
        }
        .notfound h2{
            font-size: 30px;
        }
        .notfound h3{
            font-size: 26px;
        }


}

.circle-three{
    height: 10%;
    width: auto;
}


.notfound {
    margin-top: 3rem;
    height: auto;
    width: 85%;
    text-align: center;
}

.nfimg{
    height: 400px;
    width: auto;
  
}


.nfpage {
    display: flex;
    justify-content: center;
    align-items: center;/* Optional: Set a specific height for the section */
  }
  
  .notfound h1{
    margin: 0 0 35px;
  }
  .notfound h2, h4{
    margin: 35px 0 35px;
  }
  .notfound h4 a{
    color: #FD635C;
  }
/* h2 25px, h6 21px, h3 22px, h5 18px, h4 22px*/