.navbar-expand-sm .navbar-nav .nav-link{
    padding: 0px 30px;
    font-weight: 700;
    color: #000;
}
.navbar-brand{
    color: rgb(12, 12, 140);
    margin-left: 90px;
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    font-family: cursive;
}
#banner{
    padding: 150px 0px 80px;
    /* background-image: url(Assets/banr1.jpg); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#banner h1,#banner p,.banner-frm h2{
    color: #000;
}
#banner .btn{
    background-color: rgb(12, 12, 140);
    padding: 10px 30px;
    border: none;
}
#banner .banr-sze button{
    position:fixed;
    bottom: 114px;
    right: -72px;
    transform: rotate(-90deg);
    width: 165px;
    height: 53px;
    padding-bottom: 18px;
    background-color: #fff;
   color: rgb(12, 12, 140)!important;
    border: none;
    font-weight: bold;
    border-radius: 10px;
   

}
a{
    text-decoration: none;
}
h1{
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}
h2{
    font-size: 30px;
    margin-bottom: 20px;
}
p{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.web-banr .banr-sze button{
    position:fixed;
    bottom: 114px;
    right: -72px;
    transform: rotate(-90deg);
    width: 165px;
    height: 53px;
    padding-bottom: 18px;
    background-color: #fff;
   color: rgb(12, 12, 140)!important;
    border: none;
    font-weight: bold;
    border-radius: 10px;
   

}
.banr-sze button:hover{
    background-color: #fff;
    color:rgb(12, 12, 140)!important ;
}
@media only screen and (max-width:476px){
    #banner{
        padding: 100px 0px 60px;
    }
    h1{
        font-size: 30px;
    }
    p{
        font-size: 18px;
    }
    .banner-frm{
        display: none;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding: 15px 30px;
        font-weight: 700;
    }
    .navbar-brand{
        margin-left: 20px;
    }

}


/* customer logos */
.customers-logos{
    padding: 20px 0px 60px;
}
.customers-logos__headline {
    font-size: 40px;
    margin: 40px;
    text-align: center;
}
.customers-logos__logos {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 878px;
    margin: 0 auto;

}
.customers-logos__logo {
    margin: 16px 20px;
    width:125px;
    height: 70px;
}
@media only screen and (max-width:476px){
    .customers-logos__headline{
        font-size: 30px;
    }
}
/* footer css */
#footer{
    padding: 40px 0px 0px;
    background-color: #ecf2f7;
}
.ftr-list li {
    list-style: none;
    margin-bottom: 8px;
    
}
.ftr-list li a{
    color:#000;
    font-size: 14px;
   
}
.ftr-list{
    padding-left: 0px;
}
.ftr-featr{
    padding: 40px 0px;
    
}
.ftr-featr p{
    margin-bottom: 15px;
    
    font-weight: bold;
}
.ftr-featr p a{
    color: #000;
}
.ftrbtn{
    margin:20px 0;
}
.ftr-button{
    padding: 10px 35px;
    background-color: transparent;
    border: 2px solid #225eff;
    color: #000;
    border-radius: 5px;
}
.ftrbtn p{
    font-size: 14px;
    font-weight: 400;
    padding: 13px 16px 0px;
   
}
.ftrbtn i{
    margin-right: 10px;
}
.social-icons a{
    padding: 0px 15px;
}
.footr-con{
    display: flex;
    flex-direction: row;
   
    flex-wrap: wrap;
}
.ftr-featr{
    flex-basis: 25%;
}
.footr-btm{
    display:flex;
}
.footer-info{
    display: inline-block;
    flex-basis: 60%;
    text-align: right;
   
}
/* .footr-brnd{
    flex-basis: 20%;
    color: #fff;
} */
.footr-des{
    flex-basis: 40%;
    color: #fff
}
.footr-btm{
    padding: 20px 20px 10px;
    background-color: rgb(12, 12, 140);
}
.footr-des{
    font-size: 14px;
}
.footer-info a{
    color: #fff;
    font-size: 14px;
    padding: 0px 5px;
    border-right: 1px solid rgb(94, 89, 89);
}
@media only screen and (max-width:476px){
    #footer{
        display: block;
    }
    .ftr-featr{
        flex-basis: 50%;
    }
    .ftrbtn {
        margin: 0px 0 20px;
    }
    .social-icons a {
        padding: 0px 11px;
    }
    .footr-btm {
       
        flex-direction: column;
        text-align: center;
    }
    .footr-des{
        font-size: 12px;
    }
    .footer-info{
        text-align: center;
    }
}



/* service section */
.servce-fram{
   padding: 60px 0px;
   /* background-color:#dee6ef ; */
   background: url(Assets/imgD.webp);
   background-repeat: no-repeat;
   background-size: cover;
}
.servce-fram h1{
    padding: 20px 0px;
    text-align: center;
}
.servce-box{
    margin: 0 0 30px;
    padding: 30px;
    background: #fff;
    border: 1px solid #dde9f7;
    border-radius: 10px;
    box-shadow: 0 12px 20px 0 rgb(4 20 43 / 12%);
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    
}
.servce-box a{
    color: #000;
    padding: 0px 5px;
}
.servce-box i{
    margin-left: 10px;
}
.servce-box:hover{
    border-top: 5px solid #84e1dc!important;
}
.servce-box p{
    margin-top: 20px;
    font-size: 19px;
    font-weight: 500;
}
.servce-box img{
   
        width: 60px;
        height:60px;
    
}
@media only screen and (max-width:476px){
    .servce-box {
        margin: 0 0 6px;
        padding: 7px;
     box-shadow:none;
      
    }
    .servce-fram{
        padding: 30px 0px;
       
     }
}
/* about section */
.about {
    background-color: #F7FCFF;
    padding: 60px 0;
}
.about .content-rgt{
    padding-left: 40px;
}
.about .content h3 {
    font-size: 35px;
    margin-bottom: 20px;
}
.blue {
    color: rgb(12, 12, 140);
}
.about .content p {
    font-size: 17px;
    color: black;
    font-weight: 300;
}
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    padding-left: 28px;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
}
.about .content ul i img {
    height: 30px;
    padding-right: 13px;
}
.loco-cls {
    margin-left: 15px;
}
.loco-cls img{
    padding: 0px 10px;
}
.abt img {
    height: 46px;
}
.about .abt h3 {
    color: #303030;
    font-size: 22px;
    padding-top: 15px;
}
@media (max-width:476px){
    .about .content ul li {
        padding-top: 20px;
        text-align: center;
        padding-left: 0px;
    }
    .about .content ul li span {
        padding-top: 45px;
        display: block;
    }
    .abt {
        text-align: center;
        margin-top: 25px;
    }
    .about .content ul{
        margin-right: 26px;
    }
}
/* cont section */
/* .cont-fram{
    padding: 60px 0px;
} */
.cont-desc{
    padding: 30px 35px;
    padding-right: 60px;
}
.cont-desc h2{
    font-size: 45px;
    margin: 30px 0px;
}
.cont-desc p{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    padding-right: 20px;
}
.cont-img img{
 width:100%;
 
}
.cont-sec{
    display: flex;
    margin-bottom: 0px;
   }

   .cont-desc,.cont-img{
    flex-basis: 50%;
   }
   
.cont-desc1{
    padding: 30px 0px ;
    padding-left: 30px;
}
@media only screen and (max-width:476px){
    .cont-fram{
        padding: 30px 0px;
    }
    .cont-desc{
        padding: 0px 10px;
        padding-right: 0px;
    }
    .cont-desc h2{
        font-size: 30px;
    }
    .cont-sec{
        flex-direction: column;
    }
}
/* home page over */

/* webdesign */
.web-banr{
    background: url(Assets/banr3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 115px 0 70px;
}
.web-banr h1{
    color: #fff;
    text-align: left;
   font-size: 40px;
}
.web-banr h3{
    font-size: 24px;
    color: #fff;
}
.web-banr p{
    font-size: 18px;
    color: #fff;
}
.web-banr button {
  border: none;
    background-color:rgb(12, 12, 140) ;
  
   padding: 10px 30px;
}
.web-servc{
    background-color: #f4f7fd;
    padding: 40px 0px;
}

.websrv-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
 .web-box{
    flex-basis: 30%;
     background: #fff;
     border: 1px solid #F7FCFF;
     border-radius: 10px;
     padding: 20px 15px;
     margin:20px 15px;
}
.web-box img{
    width: 60px;
    height: 60px;
}
.web-box p{
    font-size: 16px;
    line-height: 2;
    word-spacing: 2.2px;
}
.web-box h3{
    color: rgb(12, 12, 140);
    padding: 20px 0px;
    font-size: 23px;
}

/* how we works */

.sec-wrap {
    position: relative;
    z-index: 99;
    padding: 1rem 0;
    margin: 2rem 0;
    width: 100%;
    overflow: hidden;
}
.kaat-secn-intro {
    font-size: 1.25rem;
}
.kaat-secn-intro p {
    margin-bottom: 3rem;
}
.kaat-timeline-vert {
    margin: 3rem auto;
}
.svg-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.kaat-steps-hex-svg {
    width: 20rem;
    height: auto;
    margin: 0 auto;
}
.kaat-timeline-cont {
    margin: 1rem 0;
    padding: 0rem 2.5rem;
}
.kaat-tl-desc {
    padding: 1rem 0;
}

.kaat-ft-abt.kaat-ft-cont-abt p, .kaat-secn-intro p, .kaat-tl-desc p {
    font-size: 1.05rem;
    line-height: 1.75rem;
    letter-spacing: .0325rem;
}
.kaat-secn{
    background: #e1e4e899;
    padding: 30px 0px 10px;
}
@media only screen and (max-width:476px){
    .websrv-con{
        flex-direction: column;
    }
    .web-box{
        margin: 12px 15px;
    }
    .web-servc h1{
        font-size: 25px;
    }
    .kaat-timeline-cont {
        margin: 1rem 0;
        padding: 0rem 0.5rem;
    }
    .sec-wrap{
        margin: 0px 0px;
    }
    .web-banr{
        padding: 95px 0px;
    }
    #sliderproduct a.carousel-control-prev{
        left: 24px;
    }
    #sliderproduct a.carousel-control-prev, #sliderproduct a.carousel-control-next {
        top: 60%;
    }
    .bg {
        height: 773px;
        overflow: hidden;
    }
}

/* digital marketing css */

