/*** Spinner Start ***/

p{
    color:#000 !important;
}
#homeheadings{
    border-bottom: 3px solid #5790a7;
  width: 190px;
  margin-bottom: 30px;
  margin-top: 10px;
}
#homeproject{
  border-bottom: 3px solid #5790a7;
  width: 364px;
  margin-bottom: 30px;
  margin-top: 10px;

}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: black !important;
    font-size: 18px;
    outline: none;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ce4513 !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
    width: 250px;
    border-radius:0px;
}



/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, .6); */
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 30px;
    background: #0189bb  !important;
    border-radius:40px;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: #e84e16  !important;
    transition: .8s;
}

.carousel-control-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 30px;
    background: #0189bb  !important;
    border-radius: 40px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: #e84e16;
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}
#whatsappbusinessapi{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/whatsappbusinessapi.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#onlinerepBanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/prestashop.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#PrestaShopBanner{
      background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/prestashop.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#vuebanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/vue.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#PostgresqlBanner{
     background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/postgresql.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#jQueryBanner{
      background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/jquery.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#nodeBanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/nodejs.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#LaravelBanner{
      background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/laravel.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#YoutubemarketingBanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/youtube-marketing.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#DigitalBanner{
     background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/digitalmarketing.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#ConversionRateBanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/conversionrate.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#wordpresscmsBanner{
     background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/wordpresscmsbanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#SocialoptimizationBanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/smo.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#DrupalBanner{
      background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/drupal.png) center center no-repeat !important; 
    background-size: cover !important;
}
#ContentMarketingBanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/Content-Marketing.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#CodeIgniterBanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/code-iginter.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#AngularBanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/angular.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
    
#AjaxBanner{
      background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/Payperclick.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#PPCBanner{
     background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/Payperclick.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#CakephpBanner{
     background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/cakephp-banner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#FlutterBanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/flutter.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#IOSBanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/ios.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#JoomlaBanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/joomla.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#PythonBanner{
     background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/pythonbanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#HTML5Banner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/html5.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#AjaxBanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/ajax-2.png) center center no-repeat !important; 
    background-size: cover !important;
}
#MongoBanner{
    background:linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/MongoDb.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#MysqlBanner{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/Mysql.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#reactBanner{
     background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/react.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#reactnativeBanner{
     background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/reactnative.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#VoicesolutionBanner{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/voice-messaging.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#magnetoBanner{
     background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/magentobanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#phpBanner{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/phpbanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}

#transactional-header{
      background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/transactionalbanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#promotionBanner{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/promotionalbanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#otpBanner{
     background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/otpbanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#whatsappBanner{
     background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/whatsappbanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#obdBanner{

     background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/obdbanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#smartlinkBanner{
     background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/smartlinkbanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#wordpressBanner{
     background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/wordpressbanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#appDevelopmentBanner{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/appdevelopmentbanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#webMaintenanceBanner{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/websitemaintenancebanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#webDesignBanner{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/webdesignbanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#seoBanner{
      background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/seobanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#smmBanner{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/smmbanner.jpg) center center no-repeat !important; 
    background-size: cover !important;
}
#whychooseBanner{
 background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/whychoosebanner.jpg) center center no-repeat !important; 
    background-size: cover !important;   
}
#careersBanner{
     background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/careersbanner.jpg) center center no-repeat !important; 
    background-size: cover !important; 
}
#ourteamBanner{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/ourteambanner.jpg) center center no-repeat !important; 
    background-size: cover !important; 
    
}
#ourclientBanner{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/ourclientsbanner.jpg) center center no-repeat !important; 
    background-size: cover !important; 
}
#productBanner{
     background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/productsbanner.jpg) center center no-repeat !important; 
    background-size: cover !important; 
}
#contactBanner{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/contactbanner.jpg) center center no-repeat !important; 
    background-size: cover !important; 
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

@media only screen and (min-width:300px) and (max-width:450px){
         .transaction_section21 {
  height: 933px !important;
}
}
@media only screen and (min-width: 300px) and (max-width: 1024px) {
    .benifit-transactional {
  padding: 20px !important;
}

.trans_benifit_div {
  height: 256px !important;
  width: 100% !important;
}
 
    .why-choose-img{
        width:100%;
    }
   .wordpress_main_div{
       width:289px;
       height: 407px !important;
   
   }
   .magento_main_div{
               width: 100%;
        height: 453px !important;
        margin: 0px !important;
        margin-top: 16px !important;
   }
   .php_main_div{
         
               width: 100%;
        height: 453px !important;
        margin: 0px !important;
        margin-top: 16px !important;
   
   }  
   .app_main_div{
          width: 100%;
        height: 456px !important;
        margin: 0px !important;
        margin-top: 16px !important;
   }
   .app_img{ 
       width:100% !important;
   }
   .web_main_div{
        width: 100%;
        height: 456px !important;
        margin: 0px !important;
        margin-top: 16px !important;
   }
   .section_php_design_2 {   width: 100%;
        height: 453px !important;
        margin: 0px !important;
        margin-top: 16px !important;
       
   }
   .web_gif-1{
       width:100%;
   }
    .web_img{
        width:100%;
    }

}

.carousel-control-next {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 47%;
  right: 30px;
  background: #0189bb !important;
  border-radius: 40px;
  opacity: 1;
  padding: 2px 5px;
}

.carousel-control-prev {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 47%;
  right: 30px;
  background: #0189bb !important;
  border-radius: 40px;
  opacity: 1;
  padding: 2px 5px;
}

.why_section1 {
  padding: 20px !important;
}
.why-choose-h4 {
  font-size: 18px !important;
}

.why_ul {
  font-size: 14px !important;
}

.service_icon {
  width: 45px !important;
}

.service_div {
  padding: 15px 15px !important;
}

.service_flex h4{
  font-size: 18px !important;
  color: #ce4513 !important;
}

.service_flex p{
  font-size: 15px !important;
}
.service_icon_smart {
  width: 36px !important;
}
.navbar img{
width: 65% !important;
}
.other_service_div h4{
font-size: 17px !important;
}
.other_service_div p{
font-size: 15px !important;
}
.ul_other {
  font-size: 15px !important;
}

}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}

/*** Footer End ***/

.navbar-dark .navbar-toggler-icon{
background-image: url(../img/icon/togglebar-icon.png);    

}
.dropdown-item:hover {
    color: #f25319;
    text-decoration: none;
    background-color: #09769f;
}

.service_icon{
    width: 60px;
}

.service_icon_smart{
    width: 47px;
}

.service_div {
    background: #0189bb1c;
    padding: 15px 35px;
    margin: 20px;
    border: 0px solid white;
    box-shadow: 2px 2px 2px 2px #c1c1c1;
    transition: 0.3s;
    height:280px;
}

.service_div:hover {
     scale: 1.1;
}

.service_flex{
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}

.service_section{
    background: #f1f1f1;
    padding: 50px;
}

.service_div p{
    color:black;
}

.about_para{
    padding: 20px;
}
.img_about{
    width: 100%;
}

#abou_row{
    padding: 20px;
}

.about_section{
    padding: 50px;
}

.about_para p{
    color: black;
}

.other_service_div{
    background: #c1c1c1;
    padding: 60px;
    margin: 10px;
    height: 365px;
    transition: 0.5s;
}

.other_service_div:hover{
    background: white;
   
}

.other_service_section{
    padding: 50px;
    background-color: rgb(0, 0, 0);
}

h3.other_service_h3 {
    color: white;
    margin-bottom: 27px;
    text-align: center;
}

.other_service_p {
    color: white;
    text-align: center;
}

.ul_other{
    list-style-image: url("../img/bullet.png");
    color: black;
}

.other_service_div p{
    color:black;
}

.why_section1{
    padding: 60px;
    background-image: url("../img/banner/why-choose-us-banner.png");
    background-color: #cccccc;
    background-repeat:no-repeat;
    background-position: center;
}
.why_section{
    padding: 60px;
    /*background-image: url("../img/banner/why-choose-us-banner.png");*/
    /*background-color: #cccccc;*/
    background-repeat:no-repeat;
    background-position: center;
}
.client_sec{
     background-image: url("../img/banner/clientBanner.png");
      background-repeat:no-repeat;
    background-position: center;
}

#row_why{
    padding: 20px;
    margin: 10px;
}

.why_ul{
    list-style-image: url("../img/bullet.png");
    color: white;
}

.why-choose-h2{
    color: white;
}

.why-choose-h4{
    color:white;
}

.why_icon{
    width: 50px;
}


.why_flex {
        display: flex;
        align-items: self-start;
    }

    .why_flex_padding{
        padding: 8px;
    }

    .img_logo_slider {
        width: 205px;
        height: 100px;
        animation: scroll 30s linear infinite;
        border:1px solid #c1c1c1;
      }
      
      .slide-track {
        width: 100%;
        display: flex;
        gap: 3em;
        overflow: hidden;
      }
      
      .slider {
        background-color: whitesmoke;
        padding: 4em 1em;
      }
      
      @keyframes scroll {
        0% {transform: translateX(0);}
        100% {transform: translatex(-1000%)}
      }
/* ############### */

@media only screen and (min-width: 300px) and (max-width: 991px) {

    .service_section {
        padding: 0px !important;
    }

    #abou_row {
        padding: 0px !important;
    }

    .about_section {
        padding: 10px !important;
      }

      .about_para {
        padding: 10px !important;
    }

    .other_service_section {
        padding: 1px !important;
      }

      .other_service_p {
        margin-top: 20px !important;
      }

      .other_service_div {
        padding: 17px !important;
        height: 326px !important;
      }
      .why_section {
        padding: 20px !important;
      }

      #row_why {
        padding: 9px !important;
        margin: 1px !important;
      }
      
      .why_section1{
    background-repeat:repeat;
    background-position: center;
}

.why_flex {
  display: inline;
}
}

/* ############ why choose us ########### */
div#accordionFlushExample {
    border: 1px solid #c1c1c1;
    box-shadow: 2px 2px 2px 2px;
    margin-top: 30px;
}

button.accordion-button.collapsed {
    color: black;
  font-size: 16px;
  font-weight: 550;
}

.faq_section{
    margin-top: 30px;
    margin-bottom: 30px;
}

/* ########### transactional sms ############ */
.section_trasactional_desgin_2{
        padding:40px;
     background: white;
     
    }
  .ul_transactional_design111 {
    list-style-image: url("../img/bullet.png") !important;
    color: black !important;
    line-height: 30px;
    padding-left: 20px;
}

.ul_transactional_design111 li {
    opacity: 0;
    transform: translateX(100%);
    animation: slideInRight 0.6s ease-out forwards;
    animation-delay: calc(var(--i) * 0.5s); /* staggered delay */
}

/* Animation keyframes */
@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.transactional_sms{
    padding: 60px;
}
.transactional_sms_ul{
    list-style-image: url("../img/bullet.png");
    color: black;
    line-height: 30px;
}
.transactional_sms_ul1{
    list-style-image: url("../img/bullet.png");
    color: white;
    line-height: 30px;
}
.transactional_sms_section_2{
     padding:20px;
     background: white;
     line-height:30px;
}

.transaction_p{
    color: black;
    padding: 5px;
}


.transaction_ul{
        list-style-image: url("../img/bullet.png");
        color: black;
}

.transaction_li{
    margin-bottom: 10px;
    padding: 5px;
}

.transaction_section2{
    margin-bottom: 60px;
}
.transaction_section21{
    margin-bottom:60px;
    background-image:url("../img/whatsapp-bulk-sms.jpg");
    height:500px;
}
.span_transaction_li {
    font-weight: 600;
    font-size: 18px;
}

.pricing_transaction_section{
    margin-bottom: 60px;
    margin-top: 20px;
}

.pricing_tansaction_ul{
    /* list-style-image: url("../img/bullet.png"); */
    color: black;
    font-size: 22px;
}

.pricing_tansaction_li{
    font-size: 18px;
    color: black;
    margin-left: 20px;
}

.rupess_transaction{
    padding: 30px;
    color: #e84e16;
}

.pricing_transaction{
    box-shadow: 2px 2px 0px 2px black;
    border: 2px solid;
    width: 290px;
    height: 310px;
}

i.fa.fa-arrow-up.text-white {
    font-size: 15px;
}
.team_section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact_section {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*------------------Our Team Section Css start -----*/
.our-team{
    border-left: 8px solid #3b336a;
    border-bottom: 8px solid #3b336a;
}
.our-team .team-image{
    position: relative;
    text-align: center;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .description{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 40px 50px;
    opacity: 0;
    background-color: rgba(59, 51, 106, 0.6);
    transition: all 0.5s ease 0s;
}
.our-team:hover .description{
    opacity: 1;
    color: white !important;
  font-size: 16px !important;
}
.our-team .social{
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: -27px;
    background: #3b336a;
    text-align: center;
    transform: translate(25px, 0px) rotateY(90deg);
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{
    transform: translate(0px, 0px) rotateY(0deg);
}
.our-team .social li{
    display: block;
    margin-bottom: 10px;
}
.our-team .social li a{
    display: block;
    width: 40px;
    height: 35px;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    background: #bc3fbf;
}
.our-team .team-info{
    padding: 20px;
}
.our-team .title{
    font-size: 18px;
    color: #3b336a;
    letter-spacing: 4px;
    margin: 0 0 15px 0;
    transition: all 0.5s ease 0s;
}
.our-team .post{
    display: block;
    font-size: 14px;
    color: #3b336a;
    text-transform: capitalize;
}
.our-team .title:hover,
.our-team .post:hover{
    color: #bc3fbf;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .our-team .social{ left: -20px; }
}
@media only screen and (max-width: 480px){
    .our-team .social{ left: -20px; }
}
/*------------------Our Team Section Css End -----*/

/*--------------web development start --------*/

.web_section{
    padding:60px;
}

.section2_services_div{
    display:flex;
    margin-top:40px;
}
.gif_web_development{
    width:100%;
    margin-top:100px;
}

.logo_section_img{
    width:100px;
    height:100px;
}

.div_web_services{
    padding:20px;
}

.web_development_section3{
   background-image: linear-gradient(to right, #000 , #c1c1c1);
   margin-bottom:60px;
}

.section3_tech{
    padding:50px;
}

.section3_tech p{
    color:white !important;
}

.img_gif{
    padding:30px;
}

.section4_web_development{
    margin-bottom:50px;
}

/*########## web desgin #################*/

.ul_web_desgin{
    list-style-image: url("../img/bullet.png");
    color: black;
    line-height: 40px;
}

.section_web_desgin_2{
    padding:40px;
}
.section_web_desgin_3{
    padding:40px;
}

.section4_web_desgin{
    background-color:#000;
    padding:30px;
    margin-bottom:50px;
}

.section4_web_desgin h5{
    color:white;
}

/*#################VUE JS####################################*/

.ul_vue_design{
     list-style-image: url("../img/bullet.png");
    color: black;
    line-height: 40px;
}
.section_vue_desgin_2{
     padding:40px;
}

.section_vue{
    padding:60px;
}

 #vuesection-3{
    padding:60px;
    background:#c1c1c1;
}
 
.vuejs_div  {
    display: flex;
    align-items: baseline;
    padding: 30px;
    height: 247px;
    gap: 7px;
    margin: 10px;
    background:white;
    color:black;
}
/*################## magento start ###########################*/

.section_magento{
    padding:60px;
}

.section3_magento{
    padding:60px;
    background: linear-gradient(to right, #cf4513, #0887b7);
    margin-bottom: 40px;
}

.section3_magento_h4{
    color:white;
}

.section3_magento_p{
    color:white !important;
}

.section2_magento{
     margin-bottom: 25px;
}

.section3_magento_btn{
    width: 140px;
    height: 35px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    background: linear-gradient(to top, #0887b7, #cf4513);
    color: white;
    /* margin-left: 556px; */
}

/*################## wordpress start ###########################*/
.section3_php{
    margin-bottom:50px;
}

.php_section2_ul{
    margin-left: 25px;
    line-height: 30px;
    color:white;
     list-style-image: url(../img/bullet.png);
}
.section2_php{
        padding: 60px;
    background-image: url(../img/banner/php_background.png);
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom:40px;
}

.section2_php_h4{
    color:white;
}
 
.section2_php_p{
    color:white !important;
}

/*  App Development start    */

.app_section{
    padding:60px;
    background:#c1c1c1;
}
 
.app_div {
    display: flex;
    align-items: baseline;
    padding: 30px;
    height: 247px;
    width:348px;
    gap: 7px;
    margin: 10px;
    background:white;
    color:black;
}

.app_img_icon{
    width:80px;
    background: #c1c1c1;
    border-radius: 50px;
} 
 
/* Website Maintenance start*/

.section_web_maintenance{
    padding:60px;
}

.web_maintenance_section{
      padding: 60px;
    background-image:url("../img/Website-Maintenance-.jpg");
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom:40px;
}

.web_maintenance_section h4{
    color:white;
}

.web_maintenance_ul{
    color:white;
     list-style-image: url(../img/bullet.png);
}

.section3_web_maintenance{
    margin-bottom:40px;
}

/* SEO start */

.seo_section{
   background: linear-gradient(to top, #cf4513, #0887b7);
   color:white;
   padding:20px;
   margin-bottom:40px;
}
.seo_section h4{
   color:white;
}

p.seo_section3_p {
    line-height: 30px;
    color: black;
}

.seo_section3{
    padding:40px;
}

.seo_section4{
    padding:40px;
}

.seo_center{
    box-shadow: 2px 2px 2px 2px;
    transition: 0.8s;
}
.seo_center:hover{
    margin-top: -15px;
}

/* smo start */

center.smo_center {
    box-shadow: 0px 2px 4px 2px;
    height: 200px;
    padding: 40px;
    transition: 0.8s;
}
center.smo_center:hover {
    margin-top:-15px;
}

.smo_center_h5{
    margin-top:12px;
}



/* product start */

.product_section{
    padding:60px;
}

@media only screen and (min-width: 300px) and (max-width: 991px) {
    .transactional_sms {
     padding: 20px !important;
    }
    
    .transaction_p {
  padding: 0px !important;
}

.tansactional_img{
 width:100%;   
}

.promotional_img{
    width:100%;
}

.section_magento {
  padding: 20px !important;
}

.magento_img{
    width:100%;
}

.wordpress_img{
    width:100%;
}
    
    .section2_php {
  padding: 20px !important;
  background-repeat: repeat !important;
  background-position: center !important;
  margin-bottom: 40px;
}

.app_div {
  padding: 5px  !important;
  height: 300px;
  background: white;
  color: black;
  width: 100%  !important;
}

.app_section {
  padding: 26px !important;
}

.section_web_maintenance {
  padding: 20px !important;
}

.web_maintenance_section {
  padding: 20px !important;
  background-repeat: repeat !important;
  background-position: center !important;
}

.web_section {
  padding: 20px !important;
}

.section_web_desgin_2 {
  padding: 20px !important;
}

.section_web_desgin_3 {
  padding: 20px !important;
}

.web_desgin_img{
    width: 100%;
}

.seo_section3 {
  padding: 20px !important;
}    

.seo_section4 {
  padding: 20px !important;
}

.seo_center {
  margin-bottom: 30px !important;
}
    
.project_img{
    width:100%;
}    

}

#dropdown-prowtext{
 height:240px !important;
 overflow:hidden !important;
 overflow-y:scroll !important;
}










