@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap');
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body{
	font-family: "Inter", sans-serif;
}

ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}

p {
	font-size: 16px;
	font-weight: 500;
	font-family: "Inter", sans-serif;
	line-height: 26px;

}

h1 {
	font-size: 70px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}

h2, h3 {
	font-size: 52px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}

h4, h5 {
	font-size: 18px;
	font-weight: 500;
	font-family: "Inter", sans-serif;
}

/*====================================================*/
				/*-----NevBar----*/
/*====================================================*/
.nabbar-sec-wrps .navbar-dark .navbar-nav .nav-link {
    color: #000008;
    font-family: "Inter", sans-serif;
    padding: 10px 15px;
    font-weight: 600;
}
.nabbar-sec-wrps button.navbar-toggler {
    background: #8200ff;
    border: 1px solid #8200ff;
}
.contct-btns a {
    padding: 10px 20px !important;
    display: inline-block;
    color: #fff !important;
    border-radius: 5px;
    background-image: linear-gradient(to right, #6e45e9, #19aacd);
    /* background: #19aacd; */
}
.navbar .megamenu{ padding: 1rem; }
.nabbar-sec-wrps.sticky {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 0px 10px 10px #c7c7c77a;
}

.list-unstyled a {
    color: #696969;
    font-weight: 300;
    font-size: 15px;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #f7f7f7;
    border-radius: 0px;
}
.list-unstyled li {
    line-height: 30px;
}
.nabbar-sec-wrps .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 300;
    color: #696969;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.col-megamenu {
    margin-left: 100px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}

/*====================================================*/
				/*-----Slider----*/
/*====================================================*/
#videoWrapper {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
#videoWrapper video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
/*.slider-sec-wrps{
	background-image: url('https://www.ecomstreet.com/wp-content/uploads/2024/08/video-thumb-bnrs-1.jpg');
 	background-repeat: no-repeat;
 	background-size: cover;
}*/
.slider-sec-wrps:before {
    content: "";
    background: #000000b8;
    position: absolute;
    width: 100%;
    height: 100vh;
}
.slider-baner-wrps {
    width: 100%;
    padding: 150px 0px;
    max-width: 900px;
    position: absolute;
    top: 0px;
}
.slider-baner-wrps h1 {
    color: #fff;
}

.slider-baner-wrps span {
    font-weight: 400;
    color: #fff;
}

.slider-baner-wrps p {
    color: #fff;
    padding: 16px 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.contct-btns a:hover {
    background: #19aacd;
    transition: .5s;
}
.contct-btns i {
    padding-left: 6px;
}


/*====================================================*/
		    /*----anyone-sec-wrps----*/
/*====================================================*/
.anyone-sec-wrps {
    background: #111111;
    padding: 70px 0px;
}

.anyone-main-heading {
    text-align: center;
}

.anyone-main-heading h2 {
    color: #fff;
    padding-bottom: 10px;
    font-size: 55px;
    text-transform: capitalize;
}
.anyone-main-heading span {
    color: #fff;
    font-weight: 300;
    font-size: 36px;
}

.anyone-main-heading p {
    color: #9094a6;
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
}
.anyone-main-content h3 {
    font-size: 20px;
    color: #fff;
    padding: 25px 0px 10px;
}

.anyone-main-content p {
    color: #9094a6;
    font-size: 18px;
}

.anyone-main-content {
    padding: 30px;
    border: 1px solid #4b494c;
    height: 100%;
    background: #171717;
    border-radius: 20px;
}
.anyone-main-content.bod-rigt-nons {
    border-right: none;
}
.anyone-main-content:hover {
    transition: .5s;
    cursor: pointer;
}

.anyone-main-content:hover {
	/*background-image: linear-gradient(to right, #6e45e9, #19aacd);*/
	transition: .3s ease-in-out;
	color: #fff;
	cursor: pointer;
    background:#111111;
}
.anyone-main-content:hover p {
	color: #fff;
}

.anyone-main-content:hover img {
	filter: brightness(0) invert(1);
}
/*====================================================*/
		    /*----Seervice-wrps----*/
/*====================================================*/

.business-sec-wrps {
    padding: 70px 0px;
    background: #292933;
}
.borde-sec-bos {
    border: 1px solid #434548;
    overflow: hidden;
}

.business-cont-subtext {
    background: #f3f3f3;
    padding: 10px 20px;
    color: #9094a6;
    font-size: 15px;
     margin: 0px;
}
.servics-imgs{
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.servics-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all ease;
}

 .servics-imgs:hover img {
          transform: scale(1.2);
         }
.servics-sec-box {
    position: relative;
}

.servics-sec-content {
    position: absolute;
    bottom: 0px;
    padding: 20px;
}

.servics-sec-content {
    text-align: left;
    background-image: linear-gradient(#0000000a, #000000);
    width: 100%;
    border-radius: 20px;
}
.servics-sec-content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.servics-sec-content p {
    color: #fff;
    font-size: 16px;
    text-align: justify;
    margin: 0px;
    font-weight: 300;
}
.anyone-main-heading h6 {
    font-size: 35px;
    color: #8300ff;
    /* text-transform: uppercase; */
    font-weight: 300;
}

.servics-cont-list ul {
    padding: 0;
}

.servics-cont-list li {
    line-height: 30px;
    border-bottom: 1px solid #9094a6;
    padding: 10px 0px;
}

.servics-cont-list li:last-child {
	border-bottom: 0px solid #06080d;
}

.servics-cont-list a {
    color: #1da6ce;
    font-size: 19px;
    font-weight: 500;
    transition: .5s all ease;
}

.servics-cont-list a:hover {
    margin-left: 20px;
    color: #fff;
     transition: .5s all ease;
}
.servics-cont-list i {
    padding-right: 8px;
}
/*====================================================*/
		    /*----Clients List----*/
/*====================================================*/
.client-list-wrps {
    background-image: url(../images/clients-bgs.jpg);
    padding: 70px 0px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.relvier-sec h2 {
    color: #fff;
    text-transform: capitalize;
}
.relvier-sec {
    padding: 20px 0px 0px;
}

.relvier-sec p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 0px;
}
.counter-imgs-sec h4 {
    font-size: 60px;
    font-family: "Rajdhani", sans-serif;
    color: #19aacd;
    font-weight: 700;
    margin: 0px;

}

.counter-imgs-sec h5 {
    color: #fff;
    font-size: 18px;
}

.counter-imgs-sec {
    text-align: center;
    background: #1f20207a;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #727272;
    height: 100%;
}

.client-list-box-main {
    display: flex;
    justify-content: space-around;
    gap: 25px;
}

.client-list-content {
    width: 100%;
}

/*====================================================*/
		    /*----Accelerators----*/
/*====================================================*/
.accelerators-sec-wrps {
    background: #141414;
    padding: 70px 0px;
}

.accelerators-box {
    background: #1d1d1d;
    padding: 20px;
    border: 1px solid #2c2c2c;
    border-radius: 10px;
}
.accelerators-box {
    background: #1d1d1d;
    padding: 20px;
    border: 1px solid #2c2c2c;
    border-radius: 10px;
}

.accelerators-conts p {
    color: #a3a3a3;
}

.accelerators-conts h4 {
    color: #fff;
    padding-bottom: 10px;
}

.accelerators-flex-boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 0px;
}

.accelerators-flex-boxes h6 {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.accelerators-flex-boxes i {
    font-size: 12px;
    padding-left: 5px;
}

.accelerators-flex-boxes span {
    color: #ffffff91;
    font-size: 24px;
    font-weight: 600;
}
.accelerators-box:hover {
    transition: .5s;
    -webkit-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.1);
}
.accelerators-icons span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    margin-bottom: 25px;
    display: inline-block;
    transition: .5s;
    background: #383140;
}

.accelerators-icons span:hover {
    transform: rotateY(180deg);
    cursor: pointer
}

.social-links.fonts-foters {
    display: inline;
}

.social-links.fonts-foters p {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #19aacd;
}

/*====================================================*/
		    /*----Appointment----*/
/*====================================================*/

.appointment-form-boxs {
    /* background: #8000ff; */
    padding: 70px 50px;
    margin-top: -120px;
    background-image: linear-gradient(#6d45e8, #19aacd);
    border-radius: 50px 50px 0px 0px;
}

.appointment-form-boxs h6 {
    color: #fff;
    font-size: 42px;
}

.appointment-form-boxs p {
    color: #fff;
    padding: 10px 0px;
    font-size: 22px;
}

.appointment-form-boxs .form-control {
    font-size: 14px;
    padding: 9px 12px;
}
.subbtns {
    margin-top: 40px;
}

.subbtns a {
    background: #072150;
    color: #fff;
    padding: 15px 60px;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
}

.subbtns a:hover {
    background: #fff;
    color: #141414;
    transition: .5s all ease;
}

.appointment-conts {
    padding: 70px 0px;
}

.appointment-conts h5 {
    font-size: 42px;
    padding-bottom: 10px;
    font-weight: 600;
}

.appointment-conts p {
    text-align: justify;
    font-weight: 400;
    color: #858383;
    font-size: 18px;
}

/*====================================================*/
		    /*----Why Chosec----*/
/*====================================================*/
.why-choose-sec-wrps {
    background: #06080d;
}
.why-choose-sec-wrps .container-fluid {
    padding: 0;
}
.why-choose-contnet-sec {
    padding: 40px 70px 30px 50px;
}

.why-choose-contnet-sec h5 {
    font-size: 55px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
}

.why-choose-contnet-sec p {
    color: #9094a6;
    font-weight: 400;
    text-align: justify;
    padding-bottom: 20px;
}
.why-choose-imgs-sec img {
    height: 100%;
    min-height: 390px;
}

/*====================================================*/
		    /*---industries----*/
/*====================================================*/
.industries-sec-wrps {
    padding: 70px 0px;
}
.industries-sec-wrps .anyone-main-heading h2 {
    color: #141414;
    padding-bottom: 10px;
}

.industry-sec-box {
    background: #ededed;
    padding: 15px;
}
.industry-sec-box:hover {
    box-shadow: 0px 0px 20px 0px #0000003b;
    transition: .5s all ease;
}
.industry-sec-box h5 {
    font-size: 20px;
    padding: 20px 0px 0px;
}

.industry-sec-box p {
    font-size: 16px;
    font-weight: 400;
    color: #858383;
}
/*====================================================*/
            /*---Blog Artical----*/
/*====================================================*/
.blog-latest-sec-wrps {
    background: #fafafc;
    padding: 60px 0px;
}
.blog-latest-heading {
    text-align: center;
}
.blog-latest-heading p {
    color: #858383;
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    padding-bottom: 30px;
}
.bolog-item-box {
    border: 1px solid #bfbfbf;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}
.bolog-item-box:hover {
    box-shadow: 0px 0px 20px 0px #0000003b;
    transition: .5s all ease;
}
.blog-imgs img {
    border-radius: 20px;
}
.blog-imgs {
    position: relative;
}
.active-text {
    position: absolute;
    bottom: 0px;
    left: 15px;
    background: #1fa4cf;
    padding: 8px 16px;
    border-radius: 20px 20px 0px 0px;
    color: #fff;
}
.title-link a {
    font-size: 18px;
    color: #212529;
    font-weight: 700;
    padding: 10px 0px;
    display: inline-block;
}
.blog-meta-two span {
    color: #858383;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    display: inline-block;
}

.blog-meta-two i {
    padding-right: 5px;
}

.blog-meta-two a {
    color: #858383;
    padding-right: 30px;
}
.desc p {
    color: #858383;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 15px;
}
.read-more-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.read-more-button a {
    color: #19a9cd;
    font-weight: 500;
}
/*====================================================*/
		    /*---Partner----*/
/*====================================================*/

/*.partner-sec-wrps {
    background-image: url(../images/map-footer.jpg);
    padding: 70px 0px 60px;
    background-repeat: no-repeat;
    background-size: cover;
}

.partner-imegs-bos {
    display: flex;
    gap: 40px;
    justify-content: center;
}
.partner-imegs-bos img:hover {
    transform: scale(1.1);
    transition: .5s all ease;
}

.partner-sec-box h6 {
    font-size: 55px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 600;
}

.partner-sec-box p {
    font-size: 22px;
    color: #9094a6;
    padding-bottom: 25px;
}
.partner-sec-box {
    text-align: center;
}
.partner-imegs-bos img {
    border: 2px solid #605959;
    padding: 10px;
}*/


/*====================================================*/
		    /*---Testimonials----*/
/*====================================================*/

.testimon-wrps-sec {
    padding: 70px 0px;
}

.textimonials-box-heading h4 {
    color: #141414;
    padding-bottom: 0px;
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
}

.textimonials-box-cont p {
    color: #858383;
    padding: 20px 0px;
    margin: 0px;
}

.textimonials-box-cont h6 {
    font-size: 16px;
    font-weight: 500;
    color: #19aacd;
}
.textimonials-box-imgs img:hover {
    transform: scale(1.1);
    transition: .5s all ease;
}
.textimonials-box-cont span {
    color: #858383;
    font-size: 15px;
}
#videoWrapperTesti {
    height: 100%;
    overflow: hidden;
    position: relative;
}
#videoWrapperTesti video {
    position: absolute;
    min-height: 310px;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
/*====================================================*/
		    /*---CTA----*/
/*====================================================*/
.cta-wrps-sec {
    background-image: linear-gradient(to right, #0f0f0f, #23192c);
    padding: 70px 0px;
}
.cta-contnt-sec h6 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize;
}
.cta-contnt-sec span {
    color: #da00ff;
    font-weight: 600;
}
.cta-wrps-sec .contct-btns {
    margin-top: 0px;
}

/*====================================================*/
		    /*---Blog---*/
/*====================================================*/
.blogs-sec-wrps {
    padding: 70px 0px;
}

.blogs-heading-sec {
    text-align: center;
}

.blogs-heading-sec a {
    font-size: 22px;
    color: #9094a6;
}
.blogs-sec-bos {
    position: relative;
}

.blogs-sec-conts {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #19aacd;
    padding: 10px;
    border-radius: 100px 100px 20px 20px;
    width: 100%;
    text-align: center;
}

.blogs-sec-conts h5 {
    font-size: 18px;
    color: #fff;
    margin: 0px;
}
.blogs-sec-imgs img {
    border-radius: 15px;
}

.blogs-sec-imgs:hover {
    margin-top: -10px;
    transition: .5s all ease;
}
.blogs-resorce-subheading {
    text-align: center;
    margin-bottom: 25px;
}

.blogs-heading-sec h6 {
    font-size: 35px;
    color: #8300ff;
    font-weight: 300;
}
/*====================================================*/
		    /*---Newsletter---*/
/*====================================================*/
.newsletter-sec-wrps {
    background-image: url(../images/nawsl-bg.jpg);
    padding: 70px 0px 60px;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsletter-contnet {
    text-align: center;
}

.newsletter-contnet h4 {
    font-size: 36px;
    color: #fff;
    padding: 25px 0px 0px;
}

.newsletter-contnet p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.newsletter-bnts-boxes .input-group-btn button {
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    background-image: linear-gradient(to right, #6e45e9, #19aacd);
}
.newsletter-bnts-boxes .input-group-btn button:hover {
    background:#19aacd;
    transition: .5s all ease;
}
.newsletter-bnts-boxes {
    margin: 30px 150px;
}
/*------------------New css------------*/
.newsletter-bnts-boxes1 .input-group-btn button {
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    background-image: linear-gradient(to right, #6e45e9, #19aacd);
}
.dwonlodas-bts {
    background: #48484873;
    text-align: center;
    height: 100%;
    border-radius: 30px;
    padding: 65px 0px;
}

.dwonlodas-bts h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 30px;
}

.dwonlodas-bts a {
    background: #19a9cd;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
}
.dwonlodas-bts a:hover {
    background: #fff;
    color: #19a9cd;
    transition: .5s all ease;
}


.zoom-in-zoom-out {
    width: 100%;
    color: #1ba8ce;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.anmat-tesx h3 {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
  .anmat-tesx h3 {
    background-image: linear-gradient(
      to right,
      #14f339,
      #007aff,
      #f6ee00,
      #007aff,
      #14f339,
      #ff6262,
      #f6ee00,
      #007aff,
      #14f339
    );

    /* padding: 1rem;
    border: 20px solid rgb(255 255 255 / 50%);
    background-clip: border-box;
    background-clip: padding-box;
    background-clip: content-box; */

    -webkit-background-clip: text;
    background-clip: text;

    --bg-size: 200%;
    color: transparent;
    background-size: var(--bg-size);
    /* animation: animate 2s steps(5) infinite; */
    animation: animate 2s linear infinite;
    /* animation: animate 2s ease infinite; */
  }

  @keyframes animate {
    /* from {
      background-position: 0;
    } */
    to {
      background-position: var(--bg-size);
    }
  }
}

/*====================================================*/
		    /*---Footer---*/
/*====================================================*/
.footes-sec-wrps {
    background: #000000;
    padding: 70px 0px;
}

.footer-heading h5 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.footer-heading h5:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    top: 30px;
    /*background-image: linear-gradient(to right, #8100ff, #dc00ff);*/
    background:#19aacd;
}

.footer-heading {
    position: relative;
}
.footer-heading ul {
    padding: 0px;
}

.footer-heading li a {
    color: #9094a6;
    font-size: 14px;
    line-height: 30px;
}
.footer-heading li a:hover {
    margin-left: 10px;
    color: #fff;
    transition: .5s all ease;
}
.copy-right-sec {
    background: #262525;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 20px 0px 0px;
}
.copy-right-content p {
    color: #ffffffa6;
    font-weight: 300;
    font-size: 16px;
    margin: 0px;
    text-align: center;
}
.social-links p {
    color: #ffffffa6;
    font-weight: 300;
    font-size: 14px;
    margin: 0px;
}

.social-links ul {
    padding: 0;
    margin: 0px;
}

.social-links li {
    background: transparent;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100px;
    border: 1px solid #ffffffa6;
    font-size: 15px;
}
.social-links a {
    color: #ffffffa6;
}
.social-links li:hover {
    background: #ffffffa6;
}
.social-links {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.footer-cals span {
    font-size: 16px;
    color: #19aacd;
    font-weight: 600;
    display: block;
    padding-bottom: 15px;
}

.footer-cals p {
    font-size: 14px;
    color: #9094a6;
    margin: 0px;
    padding-bottom: 5px;
}

.footer-cals a {
    color: #fff;
    font-weight: 300;
}
.fotrs-sec-wtow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*=====================================================*/
            /*-------About Us--------*/
/*=====================================================*/
.aboutme-sec-wrps {
   margin: 70px 0px;
}
/*.aboutme-imgss img {
    background: #fff;
    padding: 30px 20px 15px;
    border-radius: 20px;
    height: 100%;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 25px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 0px 0px 25px 0px rgba(204,204,204,0.75);
}*/
/*.caboutme-contnet-sec {
    padding-top: 90px;
}*/
.aboutme-sec-wrpss {
    background-image: linear-gradient(to right, #0f0f0f, #23192c);
    padding: 20px 0px;
}
.checklist-sec {
    display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 10px;
}

.checklist-sec span {
    font-size: 18px;
}

.checklist-sec i {
    color: #19aacd;
    padding-right: 5px;
}
.caboutme-contnet-sec h3 {
    font-size: 48px;
    padding: 10px 0px;
}
.caboutme-contnet-secs {
    padding: 40px 20px;
}
.caboutme-contnet-sec p {
    color: #959595;
    font-weight: 400;
}
.caboutme-contnet-secs p {
    color: #959595;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
}
.caboutme-contnet-secs h3 {
    color: #fff;
    padding-bottom: 10px;
}
.hist-headin {
    font-size: 20px;
    font-weight: 600;
    color: #19a9cd;
}
.inn-boxs span {
    color: #959595;
    font-weight: 400;
    font-size: 17px;
    padding-left: 5px;
}

.inn-boxs {
    padding-bottom: 10px;
}
/*=====================================================*/
            /*-------Ai Software--------*/
/*=====================================================*/
.ai-software-sec-wrps {
    background-image: url(../images/ai-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.ai-software-content {
    padding: 90px 0px 100px;
    width: 100%;
    max-width: 720px;
}
.ai-software-content h5 {
    color: #19aacd;
    font-size: 26px;
    font-weight: 600;
}

.ai-software-content h1 {
    font-size: 54px;
    color: #fff;
    padding: 20px 0px 10px;
}

.ai-software-content p {
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
    line-height: 30px;
}

.faqs-fonts-heading p {
    color: #858383;
    font-weight: 400;
}

.faqs-fonts-heading h3 {
    font-size: 45px;
}

.faqs-fonts-heading {
    padding: 70px 0px 20px;
    text-align: center;
}

.faqs-contnts-wrps .accordion-item {
    margin: 20px 0px;
     border-bottom: 0px;
}

/*.faqs-sec-wrps {
    background: #1c1c1c;
    padding-bottom: 70px;
}*/
.faqs-contnts-wrps button.accordion-button.collapsed {
    background: #e9e9e9;
    margin: 20px 0;
    border-radius: 10px;
    padding: 25px 20px;
    font-weight: 500;
    font-size: 16px;
    color: #212529;
}

.faqs-contnts-wrps .accordion-button:not(.collapsed) {
    color: #171624;
    background-color: #ebedff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-weight: 500;
    font-size: 16px;
    padding: 24px 15px;
    border-radius: 15px 15px 0px 0px;
}

.faqs-contnts-wrps .accordion-body {
    padding: 20px;
    background: #f1f2fd;
    border-radius: 0px 0px 15px 15px;
    font-size: 15px;
    color: #666;
    font-weight: 400;
}


/*=====================================================*/
            /*-------Contact Us--------*/
/*=====================================================*/
.breadcrumb-sec-wrps {
    background-image: url(../images/contacts.jpg);
    padding: 30px 0px 60px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: #fff;
  content: "/\00a0";
}
.heading-text-wrps {
    color: #fff;
    font-size: 55px;
}

.breadcrumb-sec li {
    color: #fff;
    font-size: 18px;
}

.breadcrumb-sec a {
    color: #1da5ce;
}
.getin-touch-sec-wrps {
    padding: 70px 0px;
}
.getin-touch-box {
    padding: 20px;
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    display: grid;
    align-items: center;
    gap: 20px;
    height: 100%;
    grid-template-columns: 20% 80%;
}
.getin-touch-icons {
    background: #f2f2f2;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 65px;
    border-radius: 100px;
    transition: .5s all ease;
}

.getin-touch-icons i {
    font-size: 25px;
    color: #19aacd;
}
.getin-touch-box a {
    color: #6f6f6f;
    font-size: 14px;
}
.getin-touch-box:hover {
    margin-top: -10px;
    box-shadow: 0 9px 54px 0 rgba(32, 32, 32, .1);
    transition: .5s all ease;
}
.contct-btns button {
    padding: 10px 50px !important;
    display: inline-block;
    color: #fff !important;
    border-radius: 5px;
    background-image: linear-gradient(to right, #6e45e9, #19aacd);
    border: 1px solid #19aacd;;
}
.contct-btns button:hover {
    background: #19aacd;
    transition: .5s;
}
.conts-forms-inpus {
    display: flex;
    gap: 20px;
}

.conts-forms-inpus .form-group {
    width: 100%;
}
.contact-sec-box {
    background: #f2f2f2;
    padding: 30px;
    border-radius: 0px;
    background-image: linear-gradient(#6d45e8, #19aacd);
}
.conts-forms-inpus input {
    padding: 10px 10px;
    border-radius: 5px;
}
.conts-forms-inpus textarea {
    height: 130px;
    border-radius: 5px;
}
.contact-sec-left {
    background: #404040;
    padding: 22px;
    border-radius: 0px;
}

.contact-sec-left h3 {
    font-size: 24px;
    color: #fff;
}

.contact-sec-left p {
    font-size: 16px;
    color: #fff;
}

.contact-sec-imgs img {
    border-radius: 20px;
    margin: 20px 0px 0px;
    height: 100%;
/*    min-height: 335px;*/
}
.contact-sec-imgs .carousel-indicators {
    bottom: -15px;
}

.contact-page-wrps {
    margin-bottom: 70px;
}
.maps-sec-wrps {
/*    height: 100%;*/
    background: #ffffff;
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0px 10px 30px rgba(26, 54, 85, 0.15);
}

.maps-sec-wrps iframe {
    border-radius: 10px;
}
.contct-btns-pags {
    margin-top: 13px;
    display: inline-block;
}
.contct-btns-pags button {
    background: #000;
    border: 1px solid #000;
    padding: 10px 30px;
    color: #fff;
}
.contct-btns-pags button:hover {
    background: #fff;
    color: #000;
}

.contct-btns-pags i {
    padding-left: 10px;
}
/*=======New Pages========*/
.contact-page-wrps.tows-conts {
    background: #f2f2f2;
}
.contact-sec-left.tows-conts {
    padding: 20px;
    border-radius: 0px;
    background: #292933;
}
.contact-sec-left.tows-conts h3 {
    font-size: 30px;
}
.contact-sec-imgs.tows-conts img {
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
}
.contact-sec-box.tows-conts h2 {
    font-size: 35px;
}
.contact-sec-box.tows-conts p {
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 500;
}
.conts-forms-inpus.tows-conts input {
    padding: 12px 10px;
    border-radius: 5px;
}
.business-sec-wrps.tows-maps {
    padding: 0px;
    background: transparent;
}
.contact-page-wrps.tows-conts {
    margin-bottom: 0px;
}
.contact-page-main {
    background: #ffffff;
    border-radius: 0px;
    padding: 25px;
    box-shadow: 0px 10px 30px rgba(26, 54, 85, 0.15);
}
.contact-sec-box h2 {
    font-size: 40px;
    color: #fff;
}
.contact-sec-box p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.conts-forms-inpus input::placeholder {
/*  color:#b8bdc8;*/
  font-size: 15px;
}
.conts-forms-inpus textarea::placeholder {
/*  color:#b8bdc8;*/
  font-size: 15px;
}
/*=====================================================*/
       /*-------AI Software Development--------*/
/*=====================================================*/
.services-tabs-sec {
    padding: 70px 0px;
    background: #001837;
}
.services-tabs-boxs .accordion-body {
    background: #000b1d;
    border-radius: 0px 0px 18px 18px;
}
.services-tabs-boxs .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #1ba9ce;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 10px 10px 0px 0px;
}
.services-tabs-boxs .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid #dee2e6;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #171717;
    color: #fff;
}
.tabs-heading-sec {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 30px;
    padding: 10px 0px 25px;
    align-items: center;
}
.tabs-heading-sec p {
    text-align: left;
}

.tabs-heading-sec h5 {
    font-size: 40px;
    text-align: left;
    color: #1ba9ce;
}
.tabs-heading-sec span {
    font-size: 50px;
    font-weight: 600;
    color: #1ba9ce;
}
.accodin-inner-contents h4 {
    text-align: left;
    color: #fff;
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 24px;
}

.accodin-inner-contents i {
    padding-right: 10px;
    color: #1ba9ce;
    font-weight: 400;
}
.accodin-inner-contents h5 {
    text-align: left;
    font-size: 26px;
    color: #1ba9ce;
    padding: 10px 0px;
}
.accodin-inner-contents h6 {
    font-weight: 600;
    font-size: 45px;
    color: #fff;
}
.accodin-inner-imgs img {
    border-radius: 20px;
}
.strategy-cta-content {
    padding: 50px;
    text-align: center;
    border-radius: 30px;
    margin: 70px 0px;
    background-image: linear-gradient(to right, #6e45e9, #19aacd);
}

.strategy-cta-content h4 {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
}

.strategy-cta-content p {
    font-size: 18px;
    line-height: 26px;
    padding: 18px 80px 0px;
    color: #fff;
}
.subbtns i {
    padding-left: 10px;
}
.counter-imgs-sec img {
    padding-bottom: 15px;
}
/*=====================================================*/
            /*-------Blog Details--------*/
/*=====================================================*/
.breadcrumb-blogs-detls {
    background-image: url(../images/bg-page-title1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.blog-details-wrps {
    margin: 70px 0px;
}

.breadcrumb-blogs-detls .breadcrumb-sec {
    padding: 150px 0px;
}
.breadcrumb-blogs-detls .breadcrumb {
    display: flex
;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    border: 2px solid #fff;
    width: 230px;
    padding: 20px;
    border-radius: 100px;
    margin-top: 30px;
}
.blog-details-heading h2 {
    padding-top: 10px;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-details-heading p {
    color: #7a7a7a;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
}
.blog-sub-headings {
    color: #7a7a7a;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
}
.blogs-quts {
    /*background: #e5e5e5;*/
    padding: 20px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #6e45e9, #19aacd);
    margin: 30px 0px;
}

.blogs-quts i {
    font-size: 50px;
    color: #fff;
}

.blogs-quts h5 {
    font-size: 17px;
    padding: 20px 0px 10px;
}
.blogs-quts span {
    padding-left: 60px;
    position: relative;
    color: #fff;
}

.blogs-quts span:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 50px;
    height: 4px;
    display: inline-block;
    top: 8px;
    left: 0px;
    
}
.blogs-quts h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.inner-blogs-sec img {
    border-radius: 20px;
    margin: 10px 0px 20px;
    display: inline-block;
    cursor: pointer;
}
.blog-socal-admins {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
   /* background: #e9e9e9;*/
    width: 550px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px 0px 10px;
    border-radius: 100px;
    background-image: linear-gradient(to right, #6e45e9, #19aacd);
}
.blog-socal-cont i {
    color: #fff;
    padding-right: 8px;
}
.blog-socal-cont h6 {
    color: #fff;
    text-transform: capitalize;
}
.blog-forms-right .downlod-fomm-conts {
    background:#000000;
    margin: 0px;
    padding: 20px;
}
.exprt-boxs {
    background: #000000;
    padding: 20px;
   /* margin-bottom: 20px;*/
}
.exprt-boxs h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.exprt-boxs a {
    font-size: 25px;
    font-weight: 600;
    color: #7118f8;
}
.exprt-boxs a:hover {
    margin-left: 10px;
     transition: .5s all ease;
}
.exprt-imgs-bg img {
    width: 70px;
    height: 70px;
}
.exprt-boxs-tows {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 25px 0px 10px;
}

.expert-conts p {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.expert-conts span {
    font-size: 14px;
    color: #979797;
}
/*.downlod-fomm-conts {
    background: #000000;
    padding: 20px;
}*/
.fomrs-downlods textarea.form-control {
    background: transparent;
    border-bottom: 1px solid #b8bdc8;
    border-right: none;
    border-top: none;
    border-left: none;
    border-radius: 0px;
    padding: 5px 0px;
    color: #b8bdc8;
}
.fomrs-downlods textarea::placeholder {
  color:#b8bdc8;
  font-size: 15px;
}
  .toggle-container {
      overflow: hidden;
      height: 0;
      opacity: 0;
      transition: height 0.9s ease, opacity 0.9s ease;
    }

    .toggle-container.open {
      opacity: 1;
    }

.table-of-contss h2 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
    margin-left: 50px;
}

.table-of-contss h2:before {
    content: "";
    position: absolute;
    background: #1da5ad;
    width: 40px;
    height: 3px;
    top: 33px;
    left: 21px;
}
.table-of-contss {
    background: #01062e;
    padding: 20px;
    position: relative;
}
.table-ofs-heading a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #959595;
}

.table-ofs-heading a:hover {
    color: #fff;
}

.tags-head-bosx {
    display: flex;
    gap: 10px;
}
.tags-hed-bg h4 {
    background-image: linear-gradient(to right, #6e45e9, #19aacd);
    color: #fff;
    padding: 5px 20px;
    border-radius: 100px;
}
.tags-head-bosx h4 {
    margin: 0px;
    font-size: 15px;
}

.socl-links-btns {
    display: flex;
    align-items: center;
}

.socl-lins-boxs ul {
    list-style-type: none;
    margin: 0;
}

.socl-lins-boxs li {
    display: inline-block;
    padding-right: 5px;
}
.socl-links-btns h3 {
    font-size: 24px;
    font-weight: 700;
}
.tags-bosx-mains {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ceced3;
    border-bottom: 1px solid #ceced3;
    padding: 15px 10px;
    margin-top: 40px;
}

.tags-hed h4 {
    font-size: 24px;
    font-weight: 700;
}

.commnets-bos-scs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.commnets-boxs-scs {
    background: #f5f6f6;
    padding: 30px;
    border-radius: 20px;
}
.commnets-bos-flex {
    display: flex;
    align-items: center;
    gap: 30px;
}

.commnets-bos-flex img {
    width: 70px;
}

.comments-innr-conts h5 {
    font-size: 18px;
    font-weight: 700;
}

.comments-innr-conts h6 {
    color: #6d46e9;
    font-size: 14px;
}
.comments-heding h2 {
    font-size: 30px;
    padding: 30px 0px 10px;
}
.commnets-boxs-scs p {
    color: #444;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0px 0px 100px;
    margin: 0px;
}
.leave-comment-form-wrps {
    background: #f5f6f6;
    margin: 20px 0px;
    border-radius: 20px;
    padding: 50px;
}
.whats-gain-sec-wrps {
    background: #121212;
    padding: 70px 0px;
}
.whats-gain-sec-wrps h3 {
    text-align: center;
    color: #fff;
}
.gain-contss {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #1aa3c4;
    border-radius: 10px;
    padding: 25px;
}
/*=====================================================*/
            /*-------Ai Software--------*/
/*=====================================================*/
.ai-engineering-teams-sec-wrps {
    background-image: url(../images/ai-banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.gain-contss h5 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}
.gain-contss-fls {
    display: flex;
    padding-top: 30px;
    gap:40px;
}
.gain-contss span {
    color: #1aa3c4;
    font-size: 25px;
    padding-right: 6px;
    font-weight: 700;
}
.guarty-sec-wrps {
    background: #13181d;
    padding: 70px 0px;
}

.guarty-sec-conts-right {
    background: #04080b;
    padding: 50px 20px;
    border-radius: 20px;
    text-align: center;
}

.guarty-contsnt-box h3 {
    color: #19a9cd;
    font-size: 20px;
    padding-top: 15px;
}

.guarty-contsnt-box p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}


.guarty-contsnt-box span {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    padding: 0px 0px 10px;
    display: inline-block;
}
.guarty-sec-conts h5 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    padding-top: 50px;
}

.guarty-sec-conts p {
    font-size: 20px;
    color: #fff;
    padding: 10px 0px;
    font-weight: 300;
}

.guarty-sec-conts h6 {
    font-size: 22px;
    color: #19a9cd;
    line-height: 30px;
}
.our-tems-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}

.our-tems-box a {
    font-size: 20px;
    color: #1ba7cd;
    font-weight: 600;
    padding-top: 10px;
    display: inline-block;
}
.strategy-cta-content.ctas h4 {
    font-size: 36px;
}
.retention-sec h4 {
    font-size: 45px;
    color: #fff;
}

.retention-sec p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.retention-sec {
    padding: 40px 0px;
}
.retention-sec h5 {
    font-size: 100px;
    color: #19a9cd;
    font-weight: 700;
    text-align: center;
    margin: 0px;
}

.retention-sec h6 {
    font-size: 35px;
    color: #19a9cd;
    text-align: center;
}
.flexible-boxs-sce {
    text-align: center;
    padding-top: 50px;
    border-top: 2px solid #64646c;
}

.flexible-boxs-sce h5 {
    font-size: 55px;
    color: #fff;
    font-weight: 500;
}

.flexible-boxs-sce p {
    font-size: 22px;
    color: #9094a6;
    font-weight: 400;
    padding: 10px 0px 50px;
}
.flexible-boxs-contnetas {
    background: #36363678;
    padding: 20px;
    border: 1px solid #1da6ce;
    border-radius: 10px;
    height: 100%;
}
.flexible-boxs-contnetas:hover {
    margin-top: -10px;
    transition: .5s;
}


.flexible-boxs-contnetas h6 {
    color: #fff;
    font-size: 16px;
    padding: 25px 0px 5px;
}
/*=====================================================*/
            /*------Page Downlodes Form Concept--------*/
/*=====================================================*/
.ai-concept-sec-wrps {
    background-image: url(../images/ai-banner-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.downlod-fomm-secs {
    background: #222a35;
}
.downlod-fomm-conts h4 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
    color: #b8bdc8;
}
.downlod-fomm-conts {
    background:transparent;
    margin: 0px 50px;
    padding: 50px;
}

.fomrs-downlods input.form-control {
    background: transparent;
    border-bottom: 1px solid #b8bdc8;
    border-right: none;
    border-top: none;
    border-left: none;
    border-radius: 0px;
    padding: 5px 0px;
    color: #b8bdc8;
}
.donld-btns button {
    background: #287598;
    color: #fff;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #287598;
    border-radius: 5px;
    text-transform: capitalize;
}
.donld-btns {
    margin-top: 15px;
    display: inline-block;
}

.fomrs-downlods input::placeholder {
  color:#b8bdc8;
  font-size: 15px;
}

.fomrs-downlods .form-control:focus {
    box-shadow: none;
    color:#fff;
    padding:5px;
    transition: all 0.5s ease;
    border-bottom: 1px solid #fff;
}
.donld-btns i {
    padding-left: 8px;
}
/*.donld-btns button {
    background: #1da7cf;
    color: #fff;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #1da7cf;
    border-radius: 10px;
}*/

.donld-btns button:hover {
    background: #fff;
    color: #222;
    border: 1px solid #fff;
     transition: .5s all ease;
}
.downlod-fomm-imgs {
    height: 460px;
    width: 690px;
    overflow: hidden;
}
.gain-sec-wrps {
    background: #efeefa;
    padding: 70px 0px;
}

.gain-headings {
    text-align: center;
    padding-bottom: 50px;
}

.gain-conts {
    background: #fff;
    padding: 30px 20px 15px;
    border-radius: 20px;
    height: 100%;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 25px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 0px 0px 25px 0px rgba(204,204,204,0.75);
}
.bg-ai-prods .gain-conts {
    background: #000;
    padding: 30px 20px 15px;
    border-radius: 0px;
    height: 100%;
    border: 1px solid #1aa3c4;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgb(66 66 66 / 75%);
    -webkit-box-shadow: 0px 0px 25px 0px rgb(76 74 74 / 75%);
    -moz-box-shadow: 0px 0px 25px 0px rgba(204,204,204,0.75);
}
.gins-spns-btns span {
    color: #1aa9ce;
    font-size: 24px;
    text-align: left;
    display: block;
    font-weight: 700;
    padding-bottom: 5px;
}
.wil-gan-flxs {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bg-ai-prods .gain-conts:hover {
    margin-top: 10px;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.gain-conts h5 {
    color: #858383;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.gain-conts-bgs {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #1aa8cd;
    border: 1px solid #3ab8d9;
    border-radius: 20px;
       box-shadow: 0px 0px 25px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 0px 0px 25px 0px rgba(204,204,204,0.75);
}

.gain-conts-bgs a {
    color: #fff;
    font-size: 20px;
}
.gain-conts-bgs:hover a {
    color: #fff;
}
.gain-conts-bgs:hover {
    background: #6d47e9;
    border: 1px solid #6d47e9;
}
.rags-gains {
    background: #121212;
}
.rags-gains .gain-headings {
    color: #fff;
}
.rags-gains .gain-conts-wrps {
    background: #000000;
    padding: 30px 20px 15px;
    border-radius: 20px;
    height: 100%;
    border: 1px solid #1aa9ce;
    box-shadow: 0px 0px 25px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 0px 0px 25px 0px rgb(26 25 25 / 75%);
    -moz-box-shadow: 0px 0px 25px 0px rgba(204,204,204,0.75);
}
/*=====================================================*/
       /*-------AI Solution Accelerator--------*/
/*=====================================================*/
.ai-solution-accelotr-sec-wrps {
   background-image: url(./images/ai-banner-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.ours-proch-wprs-sce {
    background: #fff;
    padding: 70px 0px 30px;
}
.our-aprochs-secs h4 {
    font-size: 22px;
    color: #858383;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 32px;
    padding-top: 10px;
}

.our-aprochs-secs b {
    color: #1da6ce;
    font-weight: 600;
}

.our-aprochs-secs i {
    color: #19aacd;
    padding-right: 10px;
}
.flexible-boxs-sce.development-unique {
    border-top: transparent;
    padding-top: 0px;
}

.flexible-boxs-sce.development-unique h5 {
    padding-bottom: 30px;
}
.flexible-boxs-contnetas.development-unique h6 {
    font-size: 21px;
}

.flexible-boxs-contnetas.development-unique p {
    font-size: 18px;
    padding-bottom: 0px;
}
.gets-btns-blue {
    background: #6a4ae8;
    padding: 12px 25px;
    color: #fff;
    border-radius: 5px;
}

.gets-btns-blue:hover {
    background: #161616;
    color: #fff;
    transition: .5s all ease;
}
.gets-bnts-yelow {
    background: #1aa9ce;
    padding: 12px 25px;
    color: #fff;
    border-radius: 5px;
    margin-left: 15px;
    text-transform: capitalize;
}

.gets-bnts-yelow:hover {
    background: #161616;
    color: #fff;
    transition: .5s all ease;
}
.accelerator-list-wrps ul li {
    display: inline-block;
    padding-right: 20px;
    color: #fff;
    padding-bottom: 20px;
}

.accelerator-list-wrps ul {
    padding: 0px;
}

.accelerator-list-wrps i {
    color: #1aa9ce;
    padding-right: 5px;
}
/*.number-list-wrps {
    background-image: url(../images/bg-acloter.jpg);
    padding: 70px 0px 60px;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.number-list-wrps {
    background: #151515;
    padding: 70px 0px;
}
.disflex {
    display: flex;
    align-items: center;
}
.plist-tags p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}
.s-tags span {
    color: #239fd1;
    font-size: 30px;
    font-weight: 700;
    padding-right: 20px;
}
/*.s-tags span {
    color: #1e1e1e;
    font-size: 40px;
    font-weight: 700;
    padding-right: 20px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    -webkit-text-stroke: 1px #878787;
}*/

.number-list-contns {
    border-top: 2px solid #727272;
    padding-top: 50px;
}
.attant-sec-wrps {
    background: #ffffff;
    padding: 70px 0px;
}
.attant-content h2 {
    font-size: 45px;
    color: #212529;
    padding-bottom: 20px;
}


.attant-content p {
    color: #858383;
    font-size: 20px;
}

.attant-content span {
    color: #1fa2cf;
    padding-right: 7px;
}
.attant-content h6 {
    color: #858383;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}
.ai-profe-wrps {
    text-align: center;
    padding: 70px 0px;
}
.ai-profe-contnet h5 {
    color: #141414;
    padding-bottom: 0px;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}

.ai-profe-contnet p {
    color: #858383;
    font-size: 20px;
    padding: 10px 0px;
}
.imgs-tesxt {
    margin: auto;
    text-align: center;
    padding: 200px 0px;
}
.ai-forms-sec-wrps {
    background: #1f2732;
    position: relative;
}

.stapes-sec-main {
    position: relative;
    border: 1px solid #787878;
    padding: 20px 20px 40px;
    border-radius: 10px;
    background: #1e1e1e;
    height: 100%;
}
.stapes-sec-main:hover {
    margin-top: -15px;
     transition: .5s all ease;
     cursor: pointer;
}
/*.plist-tags b {
    font-size: 18px;
    color: #239fd1;
    padding: 10px 0px;
    display: inline-block;
}*/

.plist-tags b {
    font-size: 20px;
    font-weight: 500;
}
.overvews-conts h4 {
    color: #858383;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.overvews-conts {
    padding: 100px 0px;
}
.custm-bilt-sec {
   background-image: url(../images/inner-bnrs-ctas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    text-align: center;
}
.custm-bilt-contnt h2 {
    color: #fff;
    font-size: 45px;
    padding-bottom: 10px;
}
.custm-bilt-contnt p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
/*=====================================================*/
         /*-------Profolio--------*/
/*=====================================================*/
.profolio-headings {
    text-align: center;
    padding: 70px 0px 30px;
}
.profolio-headings p {
    color: #858383;
    font-size: 18px;
}

.profolio-headings h4 {
    color: #19aacd;
    font-size: 26px;
    text-transform: uppercase;
}
.protfli-imner-conts h4 {
    font-size: 30px;
}

.protfli-imner-conts p {
    color: #858383;
    font-size: 18px;
    font-weight: 300;
    padding: 15px 0px;
}
.partflio-iner-flx {
    display: flex;
    justify-content: center;
    gap: 80px;
}
.partflio-iner-flx span {
    font-size: 14px;
    color: #8f8d8d;
}
.tech-list-sec li {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    color: #19aacd;
}

.tech-list-sec ul {
    padding: 0px;
}
.portfli-imgs-imer img {
    width: 100%;
    max-width: 350px;
    border-radius: 30px;
    margin-bottom: 80px;
}

/*.profolio-sec-wrps .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #19aacd;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
        border-radius: 100%;
}*/
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #19aacd;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;
}
/*=====================================================*/
         /*-------Rag--------*/
/*=====================================================*/
.ourviws-wprs-sce {
    background: #e4f8ff;
    padding: 60px 0px;
    text-align: center;
}

.overvews-contas h2 {
    font-size: 38px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.overvews-contas span {
    color: #684de7;
}
.ai-models-wrps {
    padding: 70px 0px;
}

.ai-models-contnt h6 {
    font-size: 24px;
    padding: 5px 0px;
    color: #1ba9ce;
}

.ai-models-contnt p {
    color: #858383;
    font-size: 18px;
}
.rag-accloter-sec {
    background: #13181d;
}

.rag-accloter-conts {
    padding: 50px;
}
.rag-accloter-conts h2 {
    color: #fff;
}
.gain-sec-wrps-als {
    padding: 60px 0px;
}
.gain-sec-wrps-als .gain-headings {
    text-align: center;
    padding-bottom: 25px;
}
.rag-accloter-conts p {
    color: #9094a6;
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
}
.gain-conts-wrps h5 {
    color: #1aa9ce;
    font-size: 20px;
    font-weight: 500;
}

.gain-conts-wrps p {
    color: #858383;
    font-weight: 400;
}

.gain-conts-wrps {
    background: #fff;
    padding: 30px 20px 15px;
    border-radius: 20px;
    height: 100%;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 25px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 0px 0px 25px 0px rgba(204,204,204,0.75);
}
.attant-content.atten-wprs-hed {
    padding: 80px 0px;
}
.flexible-boxs-sce.numlst {
    border-top: none;
    padding-top: 0px;
}
.streamline-headins h2 {
    text-align: center;
    font-size: 40px;
    padding: 60px 0px 10px;
}

.streamline-headins p {
    text-align: center;
    font-size: 18px;
    color: #858383;
}
.streamline-sec-wrps {
    padding-bottom: 60px;
}
.streamline-headins img {
    background: #fff;
    padding: 30px 20px 15px;
    border-radius: 20px;
    height: 100%;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 25px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 0px 0px 25px 0px rgba(204,204,204,0.75);
}
.flexible-boxs-sces {
    text-align: center;
}

.flexible-boxs-sces h5 {
    color: #fff;
    padding-bottom: 10px;
    font-size: 55px;
    text-transform: capitalize;
}

.flexible-boxs-sces p {
    color: #9094a6;
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
}

.plist-tagss span {
    color: #1ea5cf;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
    display: inline-block;
}

.plist-tagss p {
    color: #9094a6;
    font-size: 18px;
    font-weight: 400;
}

.s-tags {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.s-tags span {
    font-size: 40px;
    text-shadow: -1px -1px 0 #1fa3cf, 1px -1px 0 #1da5ce, -1px 1px 0 #20a3d0, 1px 1px 0 #1da4ce;
    color: #1e1e1e;
}
/*=====================================================*/
         /*-------Talking AI Prodcust--------*/
/*=====================================================*/
.talking-ai-sec-wrps {
     background:#040c1c;
    height: 100%;
}
.talking-ai-content {
    text-align: center;
    padding: 50px 100px;
}

.talking-ai-content h1 {
    font-size: 60px;
    color: #1aaacd;
    font-weight: 600;
}
.talking-ai-content p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    padding: 30px 0px;
}
.list-music {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 50px 0px;
}

.list-music a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 100px;
}
.list-music i {
    padding-right: 5px;
}
.list-music a:hover {
    background: #fff;
    color: #040c1c;
}
.newsletter-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
    padding: 15px 0px;
    background-image: linear-gradient(to right, #6e45e9, #19aacd);
}

.newsletter-cta-content h4 {
    margin: 0px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}
.nwslaters-btns a {
    background: #282828;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
}
.nwslaters-btns a:hover {
    background: #fff;
    color: #282828;
    transition: .5s all ease;
}
.vides-proudcast-wrps {
    padding: 70px 0px;
}
.youtub-ai-contents h5 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.youtub-ai-contents p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0px;
}
.youtub-ai-vides {
    border: 10px solid #1ca6ce;
}
/*=====================================================*/
            /*-------Responsive--------*/
/*=====================================================*/
@media only screen and (min-width: 320px) and (max-width: 767px)  {
.slider-baner-wrps h1 {
    font-size: 34px;
}
.slider-baner-wrps {
    padding: 130px 20px;
    left: 0px;
}
h2{
	font-size: 32px;
}
h3{
    font-size: 32px;
}
.client-list-content br {
    display: none;
}
.why-choose-contnet-sec {
    padding: 40px 30px 30px 20px;
}
.partner-imegs-bos {
    display: grid;
    gap: 10px;
    grid-template-columns: 50% 50%;
}
.newsletter-bnts-boxes {
    margin: 30px 0px;
}
.newsletter-bnts-boxes .input-group-btn button {
    padding: 10px 10px;
}
.newsletter-contnet h4 {
    font-size: 32px;
}
.social-links {
    justify-content: flex-start;
    margin-top: 10px;
}
#videoWrapper {
    height: 480px;
}
.slider-sec-wrps:before {
    height: 54vh;
}
.anyone-main-heading h2 {
    font-size: 32px !important;
}
.appointment-conts h5 {
    font-size: 32px;
}
.cta-contnt-sec h6 {
    font-size: 32px;
    line-height: 42px;
}
.why-choose-contnet-sec h5 {
    font-size: 32px;
}
.contact-sec-imgs img {
    height: 100%;
    min-height: 0px;
}
.ai-software-content h1 {
    font-size: 34px;
}
.accodin-inner-contents h6 {
    font-size: 34px;
}
.flexible-boxs-sces h5 {
    font-size: 34px;
}
.strategy-cta-content.ctas br {
    display: none;
}
.flexible-boxs-sce h5 {
    font-size: 34px;
}
.strategy-cta-content br {
    display: none;
}
.strategy-cta-content h4 {
    font-size: 33px;
}
.col-megamenu {
    margin-left: 0px;
}
.btns-twons-bnts a {
    display: inline-block;
    margin: 10px;
}
.ai-software-content {
    padding: 20px 0px;
}
.overvews-conts {
    padding: 10px 0px;
}
.downlod-fomm-imgs {
    width: 100%;
    height: 100%;
}
.downlod-fomm-conts {
    margin: 0px 10px;
    padding: 30px;
}
.rag-accloter-conts {
    padding: 20px;
}
.attant-content.atten-wprs-hed {
    padding: 0px 0px;
}
.imgs-tesxt {
    padding: 20px 0px;
}
.textimonials-box-heading h4 {
    font-size: 32px;
}
.caboutme-contnet-sec h3 {
    font-size: 32px;
}
.faqs-fonts-heading h3 {
    font-size: 32px;
}
.ai-software-sec-wrps {
    height: 100%;
}
.caboutme-contnet-sec h3 {
    font-size: 32px;
}
.strategy-cta-content p {
    padding: 0px;
}
.strategy-cta-content {
    padding: 20px;
}
.guarty-contsnt-box span {
    font-size: 32px;
}
.retention-sec {
    padding: 10px 0px;
}
.retention-sec h5 {
    font-size: 50px;
}
.retention-sec h4 {
    font-size: 32px;
}
.gain-contss-fls {
    display: inline-block;
}
.gain-contss {
    margin-bottom: 30px;
}
.custm-bilt-contnt h2 {
    font-size: 32px;
}
.custm-bilt-contnt br {
display: none;
}
.attant-content h2 {
    font-size: 32px;
    text-transform: capitalize;
}
.contact-sec-box h2 {
    font-size: 32px;
}
.conts-forms-inpus {
    flex-wrap: wrap;
}
.contact-page-main {
    padding: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px)  {
.slider-baner-wrps {
    padding: 130px 20px;
    left: 0px;
}
#videoWrapper {
    height: 600px;
}
.slider-sec-wrps:before {
    height: 600px;
}
}

@media (min-width:768px) {
     .tab-content .accordion-item {
        border: 0;
        border-radius: 0px 20px 20px 20px;
    }
}
@media (max-width:767px) {
  .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
}