/*------------------------------------------------------------------

    Main Style Stylesheet
    Project:        BEAM. |  
    Version:        1.0
    Author:         Bakhtrai Badr
    Last change:    9/12/2018
    Primary use:    App And Software Showcase 

-------------------------------------------------------------------*/

/*=======================================================

			TABLE OF CONTENT:

   1*)Body Style
   2*)Typography
   3*)Buttons
   4*)Navbar
   5*)Banner
   6*)About
   7*)Services
   8*)Features
   9*)Prices
   10*)Testimonials
   11*)Video PopUp
   12*)App Screenshots
   13*)Team
   14*)Brands
   15*)Contact
   16*)Media Queries:

========================================================*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");

/*=======================================================
			BODY:
========================================================*/

body {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    color: #686b75;
}

/*=======================================================
			COLORS(Only Visible In Scss File):
========================================================*/

/*=======================================================
			TYPOGRAPHY:
========================================================*/

h1 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff;
}

h2 {
    font-size: 36px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

.section-title {
    margin: 0;
}

.section-title:after {
    content: "";
    position: relative;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 4px;
    display: block;
    background-color: #fd8917;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    margin: 30px 0;
}

.sub {
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 500;
}

/*=======================================================
			BUTTONS:
========================================================*/

.btn-primary {
    background: linear-gradient(113.98deg, #819B34 0%, #739534 49.33%, #386A37 98.66%);
    padding: 15px 20px;
    font-weight: bold;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: linear-gradient(113.98deg, #819B34 0%, #739534 49.33%, #386A37 98.66%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    transition: all .2s ease-in-out;
}

.btn-secondary {
    background: linear-gradient(113.98deg, #819B34 0%, #739534 49.33%, #386A37 98.66%);
    padding: 15px 20px;
    font-weight: bold;
    border: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #fd8917;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    transition: all .2s ease-in-out;
}

.btn-transparent {
    background: transparent;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #068BEA;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    background: linear-gradient(113.98deg, #819B34 0%, #739534 49.33%, #386A37 98.66%);
    color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    transition: all .2s ease-in-out;
}

/*=======================================================
			NAVBAR
========================================================*/

.navbar {
    transition: all .2s ease-in-out;
}

.navbar .navbar-brand {
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #000;
}

.navbar .navbar-brand span {
    color: #386A37;
}

/* .navbar .navbar-collapse {
    padding: 30px 0 0 0;
} */

.navbar .navbar-nav .nav-link {
    color: #000;
    padding: 0 0.8rem;
    transition: all .2s ease-in-out;
}

.navbar .navbar-nav .nav-link:hover {
   color: #000;
   font-weight: bold;
}

.navbar .navbar-nav .nav-link.active {
    color: #000;
    font-weight: 700;
}

.navbar .navbar-nav .active > .nav-link {
    color: #000;
}

.navbar .navbar-nav .app-new-btn{
    font-family: 'Objectivity', sans-serif;
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(113.98deg, #819B34 0%, #739534 49.33%, #386A37 98.66%);
    padding: 8px 20px;
    border-radius: 50px;
}

.navbar .navbar-toggler {
    border: none;
}

.navbar .navbar-toggler i {
    font-size: 2.5rem;
    color: #000;
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:hover {
    border: none;
    outline: 0;
}

.navbar-light {
    border-bottom: 1px solid;
    z-index: 99999999999;
    background: linear-gradient(113.98deg, #819B34 0%, #739534 49.33%, #386A37 98.66%);
}

.navbar-light .navbar-brand {
    color: #fff;
    transition: all .2s ease-in-out;
}

/* .navbar-light .navbar-collapse {
    padding: 25px 0 0 0;
} */

.navbar-light .navbar-brand:hover {
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #000;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center !important;
    gap: 20px;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler i {
    font-size: 2.5rem;
    color: #000;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    border: none;
    outline: 0;
}

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

.banner {
    background: url(../imgs/loginBackground.svg);
    background-size: cover;
    background-position: top center;
    text-align: center;
}

.banner .container .caption {
    padding-top: 140px;
}

.banner .container .caption h2 {
    margin-bottom: 20px;
    color: #323232;
}

.banner .container .caption p {
    margin-bottom: 20px;
}

.banner .container .caption .btn {
    margin-bottom: 40px;
}

.banner .container .caption img {
    width: 800px;
}

/*=======================================================
			ABOUT:
========================================================*/

#About-us {
    padding: 80px 0;
    text-align: center;
}

/*=======================================================
			SERVICES:
========================================================*/

#services {
    padding: 80px 0;
}

#services p {
    margin: 25px 0;
}

#services ul li span {
    position: relative;
    bottom: 15px;
}

#services .img-table {
    position: relative;
    top: 30px;
}

#services .caption {
    position: relative;
    top: 30px;
}

#services .seconde {
    padding: 80px 0;
}

/*=======================================================
			FEATURES:
========================================================*/

#features {
    padding: 80px 0;
    text-align: center;
}

#features .feature {
    margin: 30px 0;
    padding: 0 20px;
    transition: all .2s ease-in-out;
}

#features .feature .feature-icon {
    background: url(../imgs/icons-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 125px;
    height: 125px;
    position: relative;
}

#features .feature .feature-icon {
    img {
        position: absolute;
        top: 45px;
        left: 35px;
        width: 40px;
        height: 40px;
    }
}

#features .feature .feature-icon svg {
    position: relative;
    top: 40px;
}

#features .feature h4 {
    margin: 25px 0;
}

#features .feature:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/*=======================================================
			TESTIMONIALS:
========================================================*/

#testimonials {
    padding: 0 0 120px 0;
    text-align: center;
}

#testimonials .carousel-container {
    margin: 0 auto;
}

#testimonials .carousel-container .testi-icon {
    background: url(../imgs/icons-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 90px;
    height: 90px;
}

#testimonials .carousel-container .testi-icon svg {
    position: relative;
    top: 20px;
}

#testimonials .carousel-container .quote {
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0;
}

#testimonials .carousel-container img {
    width: 60px;
}

#testimonials .carousel-container .item {
    padding: 0 10px;
}

#testimonials .carousel-container .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #068BEA;
    background: transparent;
}

#testimonials .carousel-container .owl-theme .owl-controls .owl-page.active span,
#testimonials .carousel-container .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: linear-gradient(113.98deg, #819B34 0%, #739534 49.33%, #386A37 98.66%);
}

/*=======================================================
			APP SCREENSHOTS:
========================================================*/

#screenshots {
    padding: 100px 0;
    text-align: center;
}

#screenshots .title-container {
    margin: 0 auto;
}

#screenshots .item {
    margin: 40px 20px;
}

#screenshots .item img {
    box-shadow: 0 3px 15px rgba(76, 76, 77, 0.15);
}

#screenshots .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #068BEA;
    background: transparent;
}

#screenshots .owl-theme .owl-controls .owl-page.active span,
#screenshots .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #068BEA;
}

/*=======================================================
			TEAM:
========================================================*/

#team {
    padding: 120px 0;
    text-align: center;
}

#team .title-container {
    margin: 40px auto;
}

#team .member img {
    width: 250px;
    margin: 0 auto;
}

#team .member h4 {
    margin-top: 15px;
}

#team .member h4:after {
    content: "";
    position: relative;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 2px;
    display: block;
    background-color: #068BEA;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    margin: 15px 0;
}

#team .member .social-media {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#team .member .social-media li {
    display: inline-block;
    background: #068BEA;
    transition: all .2s ease-in-out;
    border-radius: 100%;
    line-height: 2.5;
    margin: 0 8px 8px 0;
    width: 40px;
    height: 40px;
}

#team .member .social-media li a {
    color: #fff;
}

#team .member .social-media li:hover {
    cursor: pointer;
    background: #fd8917;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/*=======================================================
			BRANDS:
========================================================*/

#brands {
    padding: 80px 0;
    text-align: center;
}

#brands .title-container {
    margin: 0 auto;
}

#brands .item {
    margin: 25px 0;
}

#brands .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #068BEA;
    background: transparent;
}

#brands .owl-theme .owl-controls .owl-page.active span,
#brands .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #068BEA;
}

/*=======================================================
			CONTACT:
========================================================*/

#contact {
    background: url(../imgs/footer.png);
    background-size: cover;
    background-position: top center;
    padding: 120px 0 40px 0;
    color: #fff;
}

#contact .title-container {
    margin: 0 auto;
}

#contact form {
    margin: 40px 0;
}

#contact form .form-group label {
    font-size: 14px;
    font-weight: 700;
}

#contact form .form-group .form-control {
    padding: 13px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    border: 1px solid #DDE4F4;
    outline: none;
}

#contact form .btn {
    margin: 1rem 0;
}

#contact p {
    text-align: center;
}

/*=======================================================
			MEDIA QUERIES:
========================================================*/

@media (max-width: 992px) {
    .banner .container .row .caption h1 {
        font-size: 48px;
    }

    section .container .row h2 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    #home .navbar {
        border-bottom: 1px solid;
    z-index: 99999999999;
    background: linear-gradient(113.98deg, #819B34 0%, #739534 49.33%, #386A37 98.66%);
    }
    #home .navbar .navbar-collapse .navbar-nav .btn {
        position: static;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 767px) {
    #home .banner .caption h2 {
        font-size: 34px;
    }
}

@media (max-width: 400px) {
    #video-popup .video-box .waves-block {
        display: none;
    }
}

.get-in-touch{
    position: relative;
    margin: 120px 0px 0px 0px;
    z-index: 99999;
}
.get-in-touch::before{
    content: '';
    position: absolute;
    background-image: url('../images/get-in-touch/curve-design.png');
    width: 500px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -999;
}
.get-in-touch-content{
    width: 100%;
    background-image: url('../images/get-in-touch/bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 500px; */
    background-position: center;
    border-radius: 20px;
    padding: 80px 30px;
    backdrop-filter: blur(15px);
}
.get-in-touch-content h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin:0px 0px 20px 0px;
    background: radial-gradient(77.77% 73.21% at 50.00% 50.00%, #000 40%, #fb8f2a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.get-in-touch-content p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    margin: 0;
    width: 400px;
}
.get-in-touch-form-content .form-group{
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}
.app-new-refresh-captcha{
    display: flex;
    align-items: center;
}
.app-new-refresh-captcha img{
    margin-right: 10px;
}
.app-new-refresh-captcha p{
    margin: 0;
    cursor: pointer;
}
.form-group .form-group-content{
    width: 50%;
}
.form-group .form-group-content:not(:first-child){
    margin-left: 15px;
}
.form-group-content .form-control,
.form-group .form-control{
    background-color: unset;
    border-radius: 10px;
    color: #000;
}
.form-control::-webkit-input-placeholder {
    color: #000;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .form-control:-ms-input-placeholder {
    color: #000;
  }
  
  .form-control::placeholder {
    color:#000;
  }
  .get-in-touch-button{
    margin-top: 60px;
  }
  .get-in-touch-button .btn{
    font-family: 'Objectivity', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    background: linear-gradient(113.98deg, #819B34 0%, #739534 49.33%, #386A37 98.66%);
    color:#000;
    padding: 10px 40px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid rgb(6, 100, 6);
  }
  .get-in-touch-button .btn:hover{
    font-family: 'Objectivity', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    background:linear-gradient(113.98deg, #a4c445 0%, #92bc43 49.33%, #386A37 98.66%);
    color:#FFF;
    padding: 10px 40px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid rgb(32, 190, 32);
  }
  
.footer{
    margin-top: 80px;
    padding: 40px 0px;
}
.footer-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
}
.social-content p{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0;
}
.social-media{
    margin: 10px 0px 0px 0px;
}
.app-new-logo-content p{
    font-family: Inter;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    text-align: left;
    margin: 10px 0px 0px 0px;
    width: 180px;
}
.social-main-content{
    margin-top: 40px;
}
.social-media ul{
    padding: 0;
    display: flex;
}
.social-media ul li{
    list-style: none;
}
.social-media ul li:not(:first-child){
    margin-left: 10px;
}
.footer-sub-content{
    margin-bottom: 40px;
}
.effect .seeless{
    display: none;
}
.effectactive .seemore{
    display: none;
}
.effectactive .seemorelessicon{
    transform: rotate(180deg);
}
.seemorelessicon{
    width: 12px;
    margin-left: 8px;
    transition: 0.3s all ease-in-out;
}

.quik-links,
.policy ul{
    padding: 0;
    margin: 0;
}
.quik-links li,
.policy li{
    list-style: none;
    margin-bottom: 20px;
}

.quik-links li a{
    font-size: 15px;
    line-height: 15px;
    color: #000;
    text-decoration: none;
    margin: 0;
}
.policy ul li a{
    font-size: 15px;
    line-height: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
}

.footer-box{
    display: flex;
    justify-content: flex-start;
}
.footer-box .download-buttons a{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border: 1px solid #FF7A00;
  border-radius: 50px;
  padding: 5px 30px;
  text-decoration: none;
  color: #FFF;
}
.download-buttons a h5{
    font-family: Objectivity;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0px 10px 0px 0px;
}
.footer-box ul li{
    list-style: none;
}
.footer-box-content{
    display: flex;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding: 0px 10px;
}
.qr-code{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qr-code-img{
    background-color: #000000;
    padding:10px;
    border-radius: 15px;
}
.qr-code img{
    width: 100px;
    height: 100px;
}
.qr-code h5{
    font-size: 12px;
    list-style: 22px;
    margin: 10px 0px 5px 0px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.qr-code p{
    font-size: 10px;
    line-height: 20px;
    color:rgba(137, 137, 137, 1);
    margin: 0;
    text-align: center;
    font-weight: 400;
    width: 200px;
}
.Download-from-store{
    padding: 0px 20px;
}
.Download-from-store ul{
    padding: 0;
    margin: 0;
    display: flex;
}
.Download-from-store ul li{
    list-style: none;
    font-size: 12px;
    line-height: 22px;
    color: #000;
    margin: 0px 0px 10px 0px;
}

.conatct-details{
    display: flex;
    justify-content: center;
    align-items: center;
}
.conatct-details ul{
    display: flex;
    padding: 0;
    margin: 0;
}
.conatct-details ul li{
    list-style: none;
}
.conatct-details ul li:not(:first-child){
    margin-left: 40px;
}
.conatct-details ul li a{
    font-size: 15px;
    list-style: 25px;
    margin: 0;
    text-decoration: none;
    color:rgba(126, 127, 136, 1);
}
.sub-footer{
    border-top: 1px solid #000000;
    padding: 10px 0px 0px 0px;
    margin-top: 10px;
}
.sub-footer-conetnt{
    display: flex;
    justify-content: center;
    align-items: center;
}
.location{
    display: flex;
}
.location ul{
    display: flex;
    padding: 0;
    margin: 0;
}
.location ul li{
    list-style: none;
    margin-left: 10px;
}
.location ul li a{
    font-size: 12px;
    line-height: 22px;
    color:rgba(255, 255, 255, 1);
    margin: 0;
    text-decoration: none;
}
.sub-footer-conetnt p{
    font-size: 12px;
    line-height: 22px;
    color:#000;
    margin: 0;
    font-weight: 500;
}
.app-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.app-banner,
.carousel-img{
    height: 100vh;
}
.carousel-img{
    height: 100vh;
    object-fit: cover;
}
.privay-policy{
    width: 100%;
    background-image: url('../images/tech-stack/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: "Poppins",sans-serif;
}
.privay-policy-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 0px 120px 0px;
    font-family: "Poppins",sans-serif;

}
.privay-policy-wrapper-content h1{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #FFF;
    margin: 0;
    font-family: "Poppins",sans-serif !important;
}
.privacy-policy-intro{
    font-family: "Poppins",sans-serif !important;
    margin-top: 80px;
}
.privacy-policy-intro h2{
    font-family: "Poppins",sans-serif !important;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #FFF;
    margin: 0px 0px 20px 0px;
}
.privacy-policy-intro-content p{
    font-family: "Poppins",sans-serif !important;
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    font-weight: 400;
    text-align: justify;
}
.privacy-policy-intro-content{
    margin-bottom: 50px;
    font-family: "Poppins",sans-serif !important;
}
.privacy-policy-intro-main-content{
    margin-bottom: 30px;
    font-family: "Poppins",sans-serif !important;
}
.privacy-policy-intro-main-content h3{
    font-family: "Poppins",sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    color: #FFF;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}
.privacy-policy-intro-main-content p,
.privacy-policy-intro-main-content ul li{
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Poppins",sans-serif !important;
}
.app-new-privacy-policy-intro-main-content h5{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: 500;
    color: #FFF;
    font-family: "Poppins",sans-serif !important;
}
.app-new-privacy-policy-intro-main-content p,
.privacy-policy-intro-main-content p span a,
.privacy-policy-intro-main-content p span{
    font-size: 16px;
    font-family: "Poppins",sans-serif !important;
    line-height: 26px;
    margin: 0;
    font-weight: 700;
    color: #FFF;
    background: radial-gradient(77.77% 73.21% at 50.00% 50.00%, #FFF 46.21%, #FF7A00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.privacy-policy-intro-content .customer-support li{
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-weight: 700;
    color: #FFF;
    background: radial-gradient(77.77% 73.21% at 50.00% 50.00%, #FFF 46.21%, #FF7A00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.location-main-content{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.location-content ul{
    padding: 0;
    display: flex;
    align-items: center;
}
.location-content ul li{
    list-style: none;
}
.location-content ul li:not(:first-child){
    margin-left: 10px;
}
.location-content ul li a{
    text-decoration: none;
    color: #000;
}
.location-content ul li a h4{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    color: #000;
}
.location-content ul li a p{
    font-size:20px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.services-img {
    width: 80px;
}

.ideate-content h3 {
    text-align: center;
    color: inherit;
    font-size: 36px;
    font-weight: bold;
}

@media (min-width:320px) and (max-width:767px) {
    #Digital-transformation-services{
        position: relative;
        top: 3420px;
    }
    .main-line{
        font-size: 12px !important;
        font-family: "Objectivity",sans-serif;
    }
    .main-frs-banner{
        margin-top: 40px !important;
    }
    .center-image {
        max-width: 100% !important; /* Adjust image size */
        mix-blend-mode: exclusion !important;
      }
    .gradient-text{
        font-size: 20px !important;
        font-family: "Objectivity",sans-serif;
    }
    .carousel-caption{
        top: 0;
        left: 0;
        right: 0;
        transform: unset;
    }
    .menu-img{
        width: 20px;
    }
    .app-new-header .navbar-toggler{
        border: unset;
    }
    .app-new-header .navbar-toggler:focus{
        border: unset;
        box-shadow: unset;
    }
    .app-new-header .navbar-expand-lg{
        width: 100%;
        padding: 10px 20px;
    }
    .app-new-header-content{
        padding: 0;
    }
    /* .app-banner{
        height: unset;
    } */
    .app-new-header-content .navbar-nav{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .app-new-header .navbar-nav .nav-item{
        padding: 0;
    }
    .app-banner-bg img{
        width: 0;
    }
    .app-banner-wrapper{
        height: unset;
        padding: 100px 0px 40px 0px;
    }
    .app-banner-wrapper h1{
        font-size: 30px;
        line-height: 40px;
        margin: 0px 0px 10px 0px;
        width: auto;
    }
    .app-banner-wrapper p{
        font-size: 15px;
        line-height: 25px;
        width: auto;
    }
    .app-new-clients-content h3{
        font-size:20px;
        line-height: 30px;
    }
    .marquee-item{
        margin-right:10px
    }
    .app-banner-buttons{
        margin: 40px 0px;
    }
    .about-us-content h2{
        font-size: 30px;
        line-height: 40px;
    }
    .about-us-content h2 span{
        font-size: 30px;
        line-height: 40px;
    }
    .about-us-content p,
    .ideate-content p{
        font-size: 15px;
        line-height: 25px;
        width: auto;
    }
    .marquee-item img{
        width: 60px;
        height: 60px;
    }
    .marquee-item{
        margin-right: 20px;
    }
    .number-of-clients-content{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .number-of-clients-list{
        margin-bottom: 20px;
    }
   
    .number-of-clients-list h2{
        font-size: 30px;
        line-height: 40px;
    }
    .number-of-clients-list p{
        font-size: 15px;
        line-height: 25px;
    }
    .ideate-content h2{
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        margin: 0px 0px 10px 0px;
    }
    .employe-cycle-content-buttons ul{
        display: flex;
        margin: 40px 0px 0px 0px;
    }
    .employe-cycle-content-buttons ul li{
        margin: 0;
    }
    .employe-cycle-content-buttons ul li:not(:first-child){
        margin-top: 30px;
    }
    .app-new-testimonial-blur-image{
        width: 0;
    }
    /* .app-logo-slider{
        margin: 40px 0px 0px 0px;
    } */
    .about-us{
        margin: 40px 0px 0px 0px;
    }
    .about-us-boxs{
        margin: 40px 0px 0px 0px;
    }
    .about-us-box h4{
        font-size: 20px;
        line-height: 30px;
        margin: 0px 0px 10px 0px;
        min-height: 0;
    }
    .about-us-box p{
        font-size: 15px;
        line-height: 25px;
        min-height: 0;
        margin: 0px 0px 20px 0px;
    }
    .about-us-box{
        border-radius: 20px;
        background: rgba(28, 28, 34, 0.40);
        backdrop-filter: blur(5px);
        margin-bottom: 20px;
    }
    .number-of-clients{
        margin: 40px 0px 0px;
    }
    .number-of-clients-list{
        margin-bottom: 30px;
    }
    .app-new-service-blur-image{
        width: 100%;
    }
    .ideate-content h3::before {
        width:100px;
        background-position: center;
    }
    .ideate{
        margin: 40px 0px 0px 0px;
    }
    .employe-cycle{
        margin: 40px 0px 0px 0px;
    }
    .employe-cycle-content h2{
        font-size: 23px;
        line-height: 40px;
        font-weight: 600;
        margin: 0px 0px 10px 0px;
        letter-spacing: 1px;
    }
    .employe-cycle-content p{
        font-size: 15px;
        line-height: 25px;
    }
    .employe-cycle-content-image{
        margin: 10px 0px 0px 0px;
    }
    .employe-cycle-content-image_2{
        margin-top: 40px;
    }
    .app-new-services-boxs{
        background: linear-gradient(95.03deg, rgba(33, 83, 214, 0.5) 22.11%, rgba(0, 124, 214, 0.5) 40.73%, rgba(1, 155, 228, 0.5) 54.78%, rgba(175, 124, 101, 0.5) 69.88%, rgba(247, 148, 40, 0.5) 89.56%);
    }
    .app-new-services-boxs .arrow img{
        opacity: 1;
     }
     .modal-body{
        padding: 20px 10px;
     }
     .modal-body-content h2{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
     }
     .modal-body-content p{
        font-size: 15px;
        line-height: 25px;
        margin: 0;
        width: auto;
     }
     .modal-content-buttons{
        margin: 30px 0px 0px 0px;
     }
    .services-boxs{
        margin: 40px 0px 0px 0px;
    }
    .social-experiment{
        margin: 0px 0px 0px 0px;
    }
    .social-experiment-content{
        margin: 20px 0px 0px 0px;
    }
    .social-experiment-content h2{
        font-size: 30px;
        line-height: 40px;
    }
    .social-experiment-content p{
        font-size: 15px;
        line-height: 25px;
    }
    .social-experiment-content p::before{
        width: 0px;
        height: 0px;
    }
    .social-experiment-button{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ideate-content h3{
        font-size: 18px;
        line-height: 28px;
        margin: 0px 0px 20px 0px;
    }
    #accordionExample {
        width: 100%;
    }
    .accordion-body{
        padding: 20px 10px;
    }
    .accordion-body .accordion-body-list li{
        margin-bottom: 10px;
    }
    .accordion-body ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .accordion-body ul li{
        margin-bottom: 20px;
    }
    .testimonial{
        margin: 40px 0px 0px 0px;
    }
    .testimonial-box{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0px 0px 40px 0px;
    }
    .app-new-testimonial-box-2{
        margin: 0px 0px 40px 0px;
    }
    .app-new-services-boxs img{
        width: 80px;
        min-height: 0;
        margin-bottom: 20px;
    }
    .app-new-services-boxs h3{
        min-height: 0;
        margin-bottom: 10px;
    }
    .app-new-services-boxs p{
        min-height: 0;
        margin-bottom: 10px;
    }
    .industries-bg{
        margin-top: 40px;
    }
    .industries-box{
        background-image: url(../images/indurstial/Footer.svg);
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .industries-box img{
        margin-bottom: 10px;
    }
    .industries-bg h3{
        min-height: 0;
        margin-bottom: 05px;
    }
    .industries-bg p{
        min-height: 0;
        margin-bottom: 10px;
    }
    .testimonial-box h3{
        font-size: 18px;
        line-height: 28px;
        min-height: 0;
        margin: 0px 0px 10px 0px;
    }
    .testimonial-box p{
        font-size: 15px;
        line-height: 25px;
        text-align: center;
        min-height: 0;
        margin: 0px 0px 10px 0px;
    }
    .get-in-touch{
        margin: 40px 0px 0px 0px;
    }
    .get-in-touch::before{
        width: 100%;
    }
    .get-in-touch-content h2{
        font-size: 30px;
        line-height: 40px;
        margin: 0px 0px 10px 0px;
    }
    .get-in-touch-content p{
        font-size: 15px;
        line-height: 25px;
        width: auto;
    }
    .get-in-touch-form-content{
        margin: 40px 0px 0px 0px;
    }
    .app-new-catcha-form-group{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .app-new-catcha-form-group .form-group-content:not(:first-child){
        margin: 10px 0px 0px 0px;
    }
    .get-in-touch-button{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0px 0px 0px;
    }
    .footer{
        margin: 0px 0px 0px 0px;
    }
    .footer-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-sub-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .quik-links,
     .policy ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .quik-links li:not(:first-child){
        margin-left: 0px;
    }
    .quik-links li{
        margin:0px 0px 10px 0px ;
    }
    .policy{
        margin: 0px 0px 0px 0px;
    }
    .policy ul li:not(:first-child){
        margin-left: 0px;
    }
    .policy ul li{
        margin: 0px 0px 10px 0px;
    }
    .footer-box{
        margin: 20px 0px 0px 0px;
    }
    .sub-footer-conetnt{
        display: flex;
        flex-direction: column;
    }
    .sub-footer-conetnt p{
        text-align: center;
    }
    .location{
        display: flex;
        flex-direction: column;
        margin: 20px 0px 0px 0px;
    }
    .Download-from-store ul li a img{
        width: 20px;
    }
    /* .clients_inner_images ul li img{
        max-width: 60px;
        max-height: 60px;
     } */
     .app-new-logo-content p{
        width: auto;
        text-align: center;
     }
     .download-buttons{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .footer-box{
        margin: 20px 0px 0px 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .app-new-logo-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .social-main-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 20px 0px 0px 0px;
    }
    .social-content p{
        font-size: 15px;
    }
    
    .privay-policy-wrapper-content h1 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
    .privacy-policy-intro{
        margin: 40px 0px 0px 0px;
    }
    .privacy-policy-intro-content h2{
        font-size: 30px;
        line-height: 40px;
        margin: 0px 0px 10px 0px;
    }
    .privacy-policy-intro-content p{
        font-size: 15px;
        line-height: 25px;
        margin: 0;
    }
    .privacy-policy-intro-content,
    .privacy-policy-intro-main-content{
        margin-bottom: 20px;
    }
    .privacy-policy-intro-main-content h3{
        font-size: 20px;
        line-height: 30px;
    }
    .privacy-policy-intro-main-content p{
        font-size: 15px;
        line-height: 25px;
        margin: 0px 0px 10px 0px;
    }
    .privacy-policy-intro-main-content ul li{
        font-size: 15px;
        line-height: 25px;
    }
   
    .location-main-content{
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    /* .location-content{
        width: 100%;
    } */
    .ideate-content_1{
        margin-bottom: 10px;
    }
    .location-content ul{
        padding: 0;
        display: flex;
        align-items: center;
    }
    .location-content ul li{
        list-style: none;
    }
    /* .location-content ul li a :first-child{
        margin-right:80px;
    } */
    .location-content ul li a{
        text-decoration: none;
        color: #FFF;
    }
    .location-content ul li a h4{
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        margin: 0;
    }
    .location-content ul li a p{
        font-size:16px;
        line-height: 25px;
        font-weight: 600;
        margin: 0;
    }
    /* .hyderabad li{
        margin-right: 15px;
    }

    .hyderabad ul li:not(:first-child){
        margin-left: 0;
        margin-right: 0;
    } */
    .client_more{
        margin: 0px 0px 0px 0px;
    }
    .clients_inner_images ul .stact-image img,
    .clients_inner_images-1 ul .stact-image img{
        min-width: 60px;
        min-height: 60px;
        object-fit: contain;
    }
    .counter-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .counter-box {
        width: 50%;
    }
    .form-group .form-group-content {
        width: 100%;
    }
   
}
@media (min-width:768px) and (max-width:991px) {
    /* .carousel-control-prev-icon,
    .carousel-control-next-icon{
        width: 0;
    } */
    .carousel-caption{
        top: 0;
        left: 0;
        right: 0;
        transform: unset;
    }
    /* .app-banner .carousel-indicators{
        bottom: -40px;
    } */
    .menu-img{
        width: 20px;
    }
    .app-new-header .navbar-toggler{
        border: unset;
    }
    .app-new-header .navbar-toggler:focus{
        border: unset;
        box-shadow: unset;
    }
    .app-new-header .navbar-expand-lg{
        width: 100%;
        padding: 10px 20px;
    }
    .app-new-header-content{
        padding: 0;
    }
    .app-banner{
        height: unset;
    }
    .app-new-header-content .navbar-nav{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .app-new-header .navbar-nav .nav-item{
        padding: 0;
    }
    .app-banner-bg img{
        width: 0;
    }
    .app-banner-wrapper{
        padding: 140px 0px 0px 0px;
    }
    .app-banner-wrapper h1{
        font-size: 40px;
        line-height: 50px;
        margin: 0px 0px 10px 0px;
        width: auto;
    }
    .app-banner-wrapper p{
        font-size: 15px;
        line-height: 25px;
        width: auto;
    }
    .app-banner-buttons{
        margin: 40px 0px;
    }
    .app-new-clients-content h3{
        font-size:20px;
        line-height: 30px;
    }
    .marquee-item{
        margin-right:10px
    }
    .about-us-content h2{
        font-size: 30px;
        line-height: 40px;
    }
    .about-us-content h2 span{
        font-size: 30px;
        line-height: 40px;
    }
    .about-us-content p,
    .ideate-content p{
        font-size: 15px;
        line-height: 25px;
        width: auto;
    }
   
    .number-of-clients-list{
        margin-bottom: 20px;
    }
   
    .number-of-clients-list h2{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .number-of-clients-list p{
        font-size: 15px;
        line-height: 25px;
    }
    .ideate-content h2{
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin: 00px 0px 10px 0px;
    }
    .employe-cycle-content-buttons ul{
        display: flex;
        flex-direction: column;
        margin: 40px 0px 0px 0px;
    }
    .employe-cycle-content-buttons ul li{
        margin: 0;
    }
    .employe-cycle-content-buttons ul li:not(:first-child){
        margin-top: 30px;
    }
    .app-new-testimonial-blur-image{
        width: 0;
    }
    /* .app-logo-slider{
        margin: 80px 0px 0px 0px;
    } */
    .about-us{
        margin: 40px 0px 0px 0px;
    }
    .about-us-boxs{
        margin: 40px 0px 0px 0px;
    }
    .about-us-box h4{
        font-size: 20px;
        line-height: 30px;
        margin: 0px 0px 10px 0px;
        min-height: 0;
    }
    .about-us-box p{
        font-size: 15px;
        line-height: 25px;
        min-height: 0;
        margin: 0px 0px 20px 0px;
    }
    .about-us-box{
        border-radius: 20px;
        background: rgba(28, 28, 34, 0.40);
        backdrop-filter: blur(5px);
        margin-bottom: 20px;
    }
    .number-of-clients{
        margin: 80px 0px;
    }
    .app-new-service-blur-image{
        width: 100%;
    }
    .ideate-content h3::before {
        width:100px;
        background-position: center;
    }
    .ideate{
        margin: 80px 0px 0px 0px;
    }
    .employe-cycle{
        margin: 50px 0px 0px 0px;
    }
    .employe-cycle-content h2{
        font-size: 30px;
        line-height: 40px;
        margin: 0px 0px 10px 0px;
    }
    .employe-cycle-content p{
        font-size: 15px;
        line-height: 25px;
    }
    .employe-cycle-content-image{
        margin: 20px 0px 0px 0px;
    }
    .app-new-services-boxs{
        background: linear-gradient(95.03deg, rgba(33, 83, 214, 0.5) 22.11%, rgba(0, 124, 214, 0.5) 40.73%, rgba(1, 155, 228, 0.5) 54.78%, rgba(175, 124, 101, 0.5) 69.88%, rgba(247, 148, 40, 0.5) 89.56%);
    }
    .app-new-services-boxs .arrow img{
        opacity: 1;
     }
    .services-boxs{
        margin: 40px 0px 0px 0px;
    }
    .social-experiment{
        margin: 40px 0px 0px 0px;
    }
    .social-experiment-content{
        margin: 20px 0px 0px 0px;
    }
    .social-experiment-content h2{
        font-size: 30px;
        line-height: 40px;
    }
    .social-experiment-content p{
        font-size: 15px;
        line-height: 25px;
    }
    .social-experiment-content p::before{
        width: 0px;
        height: 0px;
    }
    .ideate-content h3{
        font-size: 18px;
        line-height: 28px;
        margin: 0px 0px 20px 0px;
    }
    #accordionExample {
        width: 100%;
    }
    .accordion-body{
        padding: 20px 10px;
    }
    .accordion-body .accordion-body-list li{
        margin-bottom: 10px;
    }
    /* .accordion-body ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } */
    .testimonial{
        margin: 40px 0px 0px 0px;
    }
    .testimonial-box{
        margin: 0px 0px 40px 0px;
    }
    .app-new-testimonial-box-2{
        margin: -25px 0px 0px 0px;
    }
    .testimonial-box h3{
        font-size: 18px;
        line-height: 28px;
        min-height: 0;
        margin: 0px 0px 10px 0px;
    }
    .testimonial-box p{
        font-size: 15px;
        line-height: 25px;
        min-height: 0;
        margin: 0px 0px 10px 0px;
    }
    .get-in-touch{
        margin: 40px 0px 0px 0px;
    }
    .get-in-touch::before{
        width: 100%;
    }
    .get-in-touch-content h2{
        font-size: 30px;
        line-height: 40px;
        margin: 0px 0px 10px 0px;
    }
    .get-in-touch-content p{
        font-size: 15px;
        line-height: 25px;
        width: auto;
    }
    .get-in-touch-form-content{
        margin: 40px 0px 0px 0px;
    }
    .app-new-catcha-form-group{
        display: flex;
    }
    .get-in-touch-button{
        margin: 30px 0px 0px 0px;
    }
    .footer{
        margin: 20px 0px 0px 0px;
    }

    .footer-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-sub-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .quik-links, 
    .policy ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .quik-links li:not(:first-child){
        margin-left: 0px;
    }
    .quik-links li{
        margin: 0 0px 10px 0px;
    }
    .policy{
        margin: 0px 0px 0px 0px;
    }
    .policy ul li:not(:first-child){
        margin-left: 0px;
    }
    .policy ul li{
        margin: 0px 0px 10px 0px;
    }
    .download-buttons{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .footer-box{
        margin: 0px 0px 0px 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
    }
    .sub-footer-conetnt{
        display: flex;
        flex-direction: column;
    }
    .sub-footer-conetnt p{
        text-align: center;
    }
    .location{
        margin: 20px 0px 0px 0px;
    }
    .Download-from-store ul li a img{
        width: 20px;
    }
    .app-new-logo-content{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .app-new-logo-content p{
        width: auto;
    }
    .social-main-content{
        margin: 20px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .social-content p{
        font-size: 15px;
    }
       
    .privay-policy-wrapper-content h1 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
    .privacy-policy-intro{
        margin: 40px 0px 0px 0px;
    }
    .privacy-policy-intro-content h2{
        font-size: 30px;
        line-height: 40px;
        margin: 0px 0px 10px 0px;
    }
    .privacy-policy-intro-content p{
        font-size: 15px;
        line-height: 25px;
        margin: 0;
    }
    .privacy-policy-intro-content,
    .privacy-policy-intro-main-content{
        margin-bottom: 20px;
    }
    .privacy-policy-intro-main-content h3{
        font-size: 20px;
        line-height: 30px;
    }
    .privacy-policy-intro-main-content p{
        font-size: 15px;
        line-height: 25px;
        margin: 0px 0px 10px 0px;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .app-new-header .navbar-expand-lg {
        padding: 10px 15px;
    }
    .app-new-header .navbar-nav .nav-item {
        padding-left: 20px;
    }
    /* .app-new-testimonial-box-2{
        margin-top: -30px;
    } */
    .app-new-services-boxs h3{
        min-height: 60px;
    }
    .app-new-services-boxs p{
        min-height:180px;
        margin: 0;
    }
    .about-us-box p{
        font-size: 16px;
        line-height: 26px;
        color: #FFF;
        margin: 0;
        min-height:220px;
    }
    .industries-bg h3{
        min-height: 50px;
    }
    .ideate-content h3::before {
        width:100px;
        background-position: center;
    }
    .marquee-item{
        margin-right:10px
    }
}
/* @media (min-width:768px) and (max-width:20000px) {
    .carousel-indicators [data-bs-target]{
        width: 0;
    }
} */

.btn-whatsapp-pulse img{
    width:60px;
    position: relative;
}
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 30px;
	right: 30px;
    z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.btn-whatsapp-pulse-border {
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 30px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 40px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}