*{
    padding:0;
    margin:0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body{
    box-sizing: border-box;
    overflow-x: hidden !important;
}

.row{
    
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
    
    
}
/* nav start  */



.navbar{
    width:100%;
    /*height: 70px;*/
    box-sizing: border-box;
    background-color: transparent;
    padding:5px 40px;
    position:relative !important;
    z-index: 100;
    


}
.navbar-menu{
    padding:0 60px 0 0 ;    
}
.logo{
    width:20%;
    height:100%;
    padding:5px 25px;
    box-sizing: border-box;
}
.logo img{
width:100%;

}
.mobile-banner{
    display: none;
}
.navbar-menu{
    width:80%;
    height:100%;
}
.contact-menu{
    width:100%;
    height:35%;
}
.main-menu{
    width:100%;
    height:65%;
}


.menu-logo-box{
    border-bottom:1px solid #aaa !important;
}
.contact-menu{
    display: flex;
    /*padding-top:10px;*/
    
    justify-content: space-between;

}
.contact-menu a{
    color:#052149;
    text-decoration: none;
    font-size:14px;
    font-weight: 400;
}
.contact-menu i{
     font-size:14px;
}
.contact-menu a:hover{
    color:#ee1a2f;
}
.main-menu{
    font-size:14px;
    font-weight: 500;
    
}
.main-menu>ul{
    padding:0;
    display: flex;
    justify-content: space-around;
}
.main-menu>ul>li{
    list-style: none;
    margin-bottom:5px;
    position: relative;
    
}
.main-menu a{
    color:#052149;
    text-decoration: none;
    font-weight: 500;
}
.main-menu a:hover{
    color:#ee1a2f;
}
.dropdown-menu{
    width: fit-content;
}
.dropdown>ul li a{
    color:#000;
}
.dropdown>ul{
    /* background-color: #fff; */
    width: max-content;
    box-sizing: border-box;
    
    
    position: absolute;
    left: 0;
    top:300px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
    font-size: 13px;
    font-weight:700;
    
    /* display: none; */
    
    padding-top:30px;
    transition: 0.2s;
    display: none;
    
}

.dropdown{
    transition: 1s;
}
.dropdown:hover ul{
    /* display: block; */
    
    top:20px;
    display: block;
    z-index: 1;

}

.dropdown-item>li>a:hover{
    color:#ee1a2f;
    pointer-events: auto;
}
.dropdown-item>li{
    
    border-top: 1px solid #aaa;
    padding:10px 20px;
    list-style: none;
    background-color: #fff;
    pointer-events: auto;
}



/* nav start  */



/* mobile navbar section  */
.mobile-header-sec{
    display: none;
    --bs-gutter-x: 0 !important;
}

.mobile-header-sec .col-lg-12{
    padding-left: 0;
    padding-right: 0;
}
.mobile-header{
    width: 100%;
    /* height: 80px; */
    background-color: #fff;;
}
.mobile-logo{
    width:100%;
    display: flex;
    justify-content: center;
    
    
    
}
.nav-icon{
    position: absolute;
    top:0;
    left: 0;
    margin-top: 5px;
    padding:10px 20px !important; 
    
}
.nav-close-btn:focus{
    box-shadow: none !important;
    border:none !important;
}
.btn{
    border:none !important;
}
.mobile-logo img{
    width:200px;
    margin: auto;
   

}
.mobile-top-nav{
    display: flex;
    padding-top: 8px;
    
}
.mobile-nav{
   display: flex;
   justify-content: center;
   align-items: center;
}
.mobile-nav .accordion-button{
  background-color:#052149;
  color:#fff !important;
}
.mobile-nav .accordion-button::after{
    background-color:rgba(255,255,255,0.3);
    padding:10px; 
    border-radius:1px;
}
.mobile-contact-nav{
    display: flex;
    justify-content: space-around;
    padding:15px 20px;
    
}
.mobile-contact-nav div{
    width: 47%;
    padding:7px 0;
    
    /* text-align: center; */
    /* border-top: 1px solid #ccc; */
}
.mobile-call-btn{
    background-color: #052149;
    border-radius: 5px;
    text-align: center;
}
.mobile-call-btn a{
 color: #fff;
 text-decoration: none;

 /* padding:10px 30px; */
font-weight: 600;
 border-radius: 5px;
 font-size: 15px;
}
.mobile-call-btn a i{
    font-size: 13px;
}
.mobile-callback-btn{
    background-color: #2ecc71;
    text-align: center;
    border-radius: 5px;
}
.mobile-callback-btn a{
    
    color: #fff;
 text-decoration: none;
 padding:10px 2px;
font-weight: 600;
 border-radius: 5px;
 font-size: 14px;
 

}
.mobile-callback-btn a i{
    font-size: 14px;
}
.mobile-sub-menu{
    padding: 0;
}
.mobile-sub-menu a li{
        list-style: none;
        padding:10px 20px;
        
        border-bottom:0.5px solid #aaa;
        border-top:0.5px solid #aaa;
}
.mobile-sub-menu li:hover{
background-color: #01132c;

}
.mobile-sub-menu a:hover {
    color:#fff;
}
.accordion-body{
    padding:0 !important;
}
.mobile-sub-menu a{
    font-size: 14px;
    text-decoration: none;
    color:#01132c;
    text-overflow: wrap;
}




/* mobile navbar section  */



















/* main content section start  */

.home-container{
    position:relative;
    width:100%;
}
.main-content-img{
    
  
    padding:0;
 
    top:0;
    z-index: -1;
    margin: 0;
    padding:0;

}
.main-content-img img{
    width:100%;
    

}

.main-content-container{
    position: absolute;
    
    top:50%;
    left:40%;
    transform:translate(-90%,-10%);
    box-sizing: border-box;
 padding-left:120px ;
    box-sizing: border-box;

    color:#052149;
    
    
}

.main-content .row{
    --bs-gutter-x: 0 !important;
    box-sizing: border-box;
    
}

/* type writer effect */
.typewrite{
    color:#ee1a2f;
    text-decoration: none;
    font-size:30px;
    line-height: 80px;;
}

/* type writer effect */

/* domain input  */

.domain-box input{
padding:0;
margin:10px 0 0 0;

}
.domain-input{
    width:400px;
    height:45px;
    padding:0 15px !important;
    border:1px solid #bbb;
    border-radius:4px 0 0 4px;
}
.domain-input:focus-within{
    border:1px solid #bbb !important;
}
.domain-input:focus{
    border:1px solid #bbb !important;
}
.domain-input:focus-visible{
    border:1px solid #bbb !important;
}
.domain-btn{
    width:100px;
    height:45px;
    margin:0 0 0 -7px ;
    border-radius:0 4px 4px 0;
    border:2px solid #052149;
    background-color:#052149;
    color:#fff;

} 

/* domain input  */

/* domain image  */

.domain-img{
    width:500px;
    box-sizing: border-box;
    margin-top:35px;

}
.domain-img img{
    width: 100%;
}

/* domain image  */


/* main content section start  */



/* services section start  */

.services{
 padding: 30px 0 0 0;
    
}
.title{
    font-weight:600;
    text-align: center;
    padding-bottom:30px ;
}
.service-box {
    height: 500px;
}
.service-box  p{
    height: 200px;
}
.service-icon{
   margin: 20px auto;
    width:110px;
    padding:10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-icon img{
    width: 100%;
}
.service-box{
    border-radius: 7px;
}
.service-box h3{
font-size: 1.5rem;
}
/* services section start  */

/* about us section start  */

.about-content{
    margin-top: 80px;
    padding:40px;
    background-color: rgb(5, 33, 73,0.03 );
   
}
.home-about{
    padding-right:0 !important;
    padding-left: 0 !important;
}
.about-home-content h5{
    padding-left:10px;
}
.about-home-content p{
    font-size: 14px;
    padding-left:10px;
}
.home-about-box{
    border:1px solid #aaa;
    height: 120px;
    
}
.home-about-icon{
    width:100px;
    padding:20px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    
}
.home-about-icon img{
   width: 55px;

}
.about-home-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    
}
.other-about-sec{
    margin:80px;
    
}
.other-about-sec .row{
    
}
/* about us section start  */



/* tech section :start */
.tech-sec .row{
    --bs-gutter-x:0 !important;
}
.tech-sec{
    background-color: rgba(126,177,251,0.2);
    padding:50px 0;
}
.tech-icon-div{
    display: flex;
    justify-content: space-around;
    
}
.tech-icon-box{
    padding:15px 0 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:150px;
    border:1px solid #ccc;
    border-radius: 3px;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
    background-color: #fff;
}
.tech-icon-box h4{
    font-size: 18px;
    margin-top: 5px;
}

.tech-icon{
    width:100px;    
}
.tech-icon img{
    width:100%;
    height:100px;
}

/* tech section :start */

/* portfolio section start  */

.portfolio-sec{
    padding:20px 0;
}

.callbackbtn button{
background-color: #01132c;
color: #fff;
padding: 7px 25px;
border-radius: 25px;
}
.callbackbtn button:hover{
background-color: #01132c;
color: #fff;
padding: 7px 25px;
border-radius: 25px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.callback-form .modal-header{
background-color: #01132c;
color: #fff;
}
.callback-form .btn-close{
    background-color: #fff !important;
}
.callback-form .callsubmit{
    background-color: #01132c;
    color: #fff !important;
    width: 100%;
}
.callback-form .callsubmit:hover{
    background-color: #01132c;
    color: #fff !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.portfolio-box{
    border:1px solid #ccc;
    margin-top:50px ;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;

}
.portfolio-box p{
    font-size: 20px;
    margin-top:20px;
    text-align: center;
}
.portfolio-box h5{
    margin-top: 15px;
    color: #01132c;
}

.port-language-btn{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin: auto;
    padding:10px 0;
}
.port-language-btn p{
    font-size: 16px;
    margin:2px 10px ;
    width: 115px;
    padding: 5px;
    border:0.5px solid #ccc;
    text-align: center;
    border-radius: 5px;
    
}
.port-language-btn p a{
    color:#000;
    text-decoration: none;
}
.portfolio-img-box{
    width: 100%;
    height:250px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 1s;

}
.portfolio-img-box img{
    width: 100%;
    height: 100%;
    transition: 1s;
    
}

.portfolio-img-box:hover{
    box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
}
.portfolio-img-box:hover img{
transform: scale(1.1);
}


/* portfolio section start  */

/* servie section start  */

.serve-sec{
    padding:40px;
    background-color: rgb(5, 33, 73,0.03);
    
}
.serve-icon-box{

    padding:20px;
    border:1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.serve-icon-img{
    width:75px;
    height:75px;

}

.serve-icon-box:hover{
    transform: scale(1.02);
    border:none;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.serve-icon-img img{
width: 100%;
height: 100%;
}
/* servie section start  */

/* review section start  */
.review-slide{
    height: 245px;
}
.review-sec{
    margin: 40px 80px;
    padding:30px;
}

.google-review-img{
    width:300px;
    padding:5px;
    
    
    
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
}
.review-read-more-btn{
    width:fit-content;
    display:flex;
    flex-direction:column;
    justify-content:end;
    
}
.review-read-more-btn a{
   text-decoration:none;
   padding:10px 20px;
   border-radius:80px;
   background-color:#01132c;
   font-weight:600;
   color:#fff;
    
}
.review-head-sec{
    justify-content:center;
    display:flex;
}
.google-review-img img{
    width: 100%;
}



.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    
    font-size: 18px;
    background: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding:20px;


  }
  .review-slide{
    background-color: rgb(221, 221, 255,0.3);
    width: 98%;
    box-sizing: border-box;
    border-radius: 5px;
    padding:20px;
    margin: 10px 0;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 35px;
    border:1px solid #aaa;
  }

.review-content{
    display: flex;
    

}
.review-icon-img{
    margin: 10px;
    padding:7px;
    width:50px;
    height: 50px;
    border-radius: 50%;
    /* background-color: #c93d4a; */
    
}
.review-icon-img img{
    width:100%;
}

.review-content h5{
    margin-bottom: 0px !important;  
    margin-top: 7px; 
}
.review-content i{
line-height: 3px;
color:#ffae00;
}
.review-slide{
    margin: 10px;
}
.review-slide p{
font-size: 14px;
padding: 0px  20px 0 20px; 
}
  /* .swiper-slide img {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #000;
    object-fit: cover;
  } */







/* review section start  */


/* footer section start  */
.footer-sec{
    background-color: #052149;
}
.footer h4{
    color:#9cdd44 ;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer a{
    text-decoration: none;
    font-size: 13px;
    color:#fff;
    
}
.footer a:hover{
    color:#9ef8cd;
}
.footer-content-box{
    display: flex;
    padding:20px 20px 0 20px;
}

.bottom-footer{
    display: flex;
    padding:15px 20px ;
    border-top:1px solid #0b4cb3;
    
}
.footer-content div p{
    line-height: 10px;
}
.footer-content{
    width:33.333%;
    
    
}
.bottom-footer-content{
    width:33.333%;
}
.footer-content div{
    height:160px;
    
}
.bottom-footer-content p{
    line-height: 10px;
}

.contact-bottom-footer{
    height: 460px;
    width: 100%;
    
}

.contact-footer{ 
height: 65%;
background-color: #0b2d5d;
display: flex;
}
.ex-footer{
    height: 35%;
    display: flex;
}
.contact-info-box{
    text-align: center;
    width:47%;
    margin: auto;
    height: 100%;
    
}
.contact-info-icon{
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 30px;
    
}
.f-contact-info{
    padding-top:30px;
    border-top:1px solid #0b4cb3;

}
.f-contact-info p{
    color:#fff;
}
.f-contact-info h4{
    line-height: 20px !important;
    margin-bottom: 0;
    
}
.social-icon-box{
    width: 50%;
    border-left:2px solid #0b4cb3;
}
.experience-icon{
width: 50%;
height: 100%;
border-left:1px solid #0b4cb3;
display: flex;
justify-content: center;
align-items: center;
padding:20px;
}
.experience-icon img{
    
    width: 150px;
}
.social-text{
    color:#fff;
    padding:20px;
    
}
.social-text p{
    margin-bottom: 0;

}
.social-icon{
    padding:0 20px;
}
.social-icon{
    
}
.social-icon i{
    color:#fff;
    padding:10px;
    background-color: #0e69fe;
    font-size: 17px;

    
}
.social-icon i:hover{

}
.copywrite{
    background-color: #01132c;
    padding:15px
}
.copywrite-sec .row .col-lg-12{
    padding-left: 0;
    padding-right: 0;
}
.copywrite p{
    margin-bottom:0;
}
.mobile-footer-sec{
    display: none;
}
/* footer section start  */









/* Contact Us Page  */

.main-contact-img{
    width:100%;
    height: 400px;
margin-top:30px ;

}

.main-contact-img img{
    width:100%;
    height: 100%;
    
}

.contact-us-adderss-box{
        border-bottom:1px solid #ccc;
}
.contact-us-info{
    padding:20px;
    width: 100%;
    border:1px solid #aaa;
}
.contact-us-sec{
    margin-top: 50px;
}
.contact-address-icon{
        font-size: 30px;
        width: 180px;
        height: 180px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border:1px solid #aaa;
        border-radius: 50%;
        margin: auto;
        color:#c01a2b;
        transition: 0.3s;
        margin-bottom: 20px;
}

.contact-us-info{
    text-align: center;
}
.contact-address-icon:hover{
border:1px solid #c01a2b;
box-shadow: rgba(100, 100, 111, 0.17) 0px 7px 29px 0px;
}
.contact-us-phone-icon{
    font-size: 30px;
        width: 180px;
        height: 180px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border:1px solid #aaa;
        border-radius: 50%;
        margin: auto;
        color:rgb(5 33 73);
        transition: 0.3s;
        margin-bottom: 20px;
        margin-top: 30px;
}
.contact-us-phone-icon:hover{
    border:1px solid #c01a2b;
    box-shadow: rgba(100, 100, 111, 0.17) 0px 7px 29px 0px;
    }
.contact-us-adderss-box h5 {
color:#7f8c8d;
cursor: pointer;
transition: 0.5s;
}
.contact-us-adderss-box h5:hover , .contact-us-phone-box h5:hover{
color:#c01a2b;
}
.contact-us-phone-box h5{
color:#7f8c8d;
transition: 0.5s;
cursor: pointer;
}
.contact-us-phone-box h5 i{
color:#000;
}
.input-box{
    display: flex;
    justify-content: space-between;
}
.input-box div{
    width: 49%;

}
.contact-us-form{
    padding:15px 25px;
    /* border:1px solid #aaa; */
    box-shadow: rgba(1, 1, 45, 0.15) 0px 7px 29px 0px;
}
.map-sec{
    padding:50px 0;
}
.form-title{
    /* color:#c01a2b; */
    color:#0e4ca5;
}
.contact-us-form .form-control:focus{
    box-shadow: none;
}
.contact-us-submit{
    /* padding:10px 20px; */
    width: 100%;
    background: #01132c !important;
    color: #fff !important;

}







/* Contact Us Page  */


/* privacy policy page  */

.privacy-sec{
    padding:50px 0;
    
}
.privacy-pollicy-container{
    padding: 20px;
    box-shadow: rgba(31, 31, 150, 0.1) 0px 7px 29px 0px;
    
}
.privacy-pollicy-container .accordion-body{
    padding: 20px !important;
    

}

.privacy-pollicy-container .accordion-button{
    background-color: #01132c !important;
    color: #fff !important;
    box-shadow: none !important;
}

.privacy-pollicy-container .accordion-button:not(.collapsed){
    color: #fff;
    box-shadow: none !important;
}
.privacy-pollicy-container .accordion-button::after{
    background-image: none !important;
    content:"\f067";
    font:1.2em/1em FontAwesome;
}

/* privacy policy page  */




/* Dynamic Web Designing page  */

.quote-btn{
    /* position: absolute; */
    top:520px;
    left:250px;
    width:fit-content;
    padding:15px 30px;
    background-color: #01132c;
    border-radius: 5px;
    transition: 0.5s;
}

.quote-btn a{
    color:#fff;
    text-decoration: none;
    cursor:pointer;
}
.quote-btn:hover{

    background-color: #0b4cb3;
}
.feature-container{
    padding:50px 0;
    
}
.feature-sec{
    background-color: rgba(10, 53, 82, 0.07);
}
.feature-box{
    margin-top: 20px;
    width: 100%;
    border:1px solid #aaa;
    background-color: #Fff;
    border-radius:5px;
    display: flex;

    padding:15px;
    transition: 0.5s;
    
}

.feature-box:hover{
    box-shadow: rgba(5, 5, 134, 0.1) 0px 7px 29px 0px;
}
.feature-icon{
    width: 120px;
    padding:10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feature-icon img{
    width: 70px;
    margin: auto;
}

.feature-content{
    padding:0 0 0 10px;
}
.feature-content h4{
    color: #052149;
    font-size: 20px;
}
.feature-content p{
    font-size: 14px;
    /* height: 120px; */
    margin-bottom: 0;
}

.choose-us-sec{
    padding:50px 0;
}

.choose-head{
    color:#0b4cb3;
}












/* Dynamic Web Designing page  */

.php-page-conttainer{
    background-color:rgba(179, 22, 11, 0.03) ;
}
.php-first-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.php-page-content{
    /* background-color: #fff; */
    margin: 15px 0;
    padding: 0;
}

.php-page-content ul{
    padding:0;
}
.php-page-content ul li{
    list-style: none;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #0e69fe;
    border-radius: 5px;
    margin: 10px;
    transition: 0.3s;
}
.php-page-content ul li h6 {
    color: #0b4cb3;
    font-weight: 600;
}
.php-page-content ul li p{
    font-size: 14px;
    margin-bottom: 0;
}
.php-page-content ul li:hover{
    box-shadow: rgba(6, 54, 102, 0.1) 0px 8px 24px;
}


/* about us page  */
.about-us-page-content{
    padding:50px;
}
.about-head h3{
    color:#0b4cb3;
}
.about-us-content-sec{
    background-color: rgba(11, 75, 179, 0.07);
}
.about-us-about-sec{
    padding:50px 0;
    /* background-color: #0a28520e; */
}
.about-us-content-box{
    padding:20px;
    border:2px solid #0e69fe;
    border-radius: 7px;
    margin:20px 0 !important;
    background-color:#fff;
    transition: 0.5s;
    
    /* color:#fff; */
}
.about-us-content-box:hover{
    box-shadow: rgba(6, 6, 112, 0.1) 0px 7px 29px 0px;
}
.about-us-content-box h4{
 margin-bottom:15px;
}
.about-us-content-box p{
 color:#565656;
}
.why-choose-box{

}
.why-choose-us-sec{
    background-color: #052149;
    padding:50px;
    color:#fff;
}
.why-choose-us-box{
    padding:20px;
    border:1px solid #fff;
    border-radius: 7px;
    margin-top: 25px;
    height: 200px;


}
.main-static-content div{
 padding:10px 20px ;
 width: fit-content;
 font-size: 20px;
 margin: 7px;
 background-color: #ffffffca;
}
.main-static-content-box{
    position: absolute;
    top: 190px;
    left: 238px;
}
.main-static-content-box h2{
    /* color:#fff; */
    color:#fff;
    text-shadow: 2px 2px 10px #2c3e50;
    margin:0 0 20px 10px;
}
.static-btn{
    margin-top: 20px;
    margin-left: 10px;
}







/* about us page  */



/* seo page  */

.seo-banner-box{

    padding:50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;

}
.seo-banner-box img{
    width: 80%;
    margin: auto;
    
}








/* seo page  */




/* logo-designing page  */

.logo-design-software{
    padding:50px 0;
}
.logo-design-card{
   position: relative;
}
.logo-design-card img{
   border-radius: 8px;
}
.logo-design-card-des{
    position: absolute;
    top:0;
    display: flex;
    align-items: end;
    box-sizing: border-box;
    
    color:#fff;
    padding:0 20px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05)60%, rgba(50, 50, 50, 0.3) 80% );
    width: 100%;
    height: 100%;
    border-radius: 10px;
   

}
.logo-design-card-des h4{
    margin-bottom: 20px;
    font-size: 20px;
    transition: 0.3s;
}
.logo-design-card-des:hover h4{
    margin-bottom: 28px;
}






/* logo-designing page  */

.app-tech-box{
    width: 100%;
    height: 100px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
    padding:px;
    display: flex;
}
.app-icon-box{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.app-icon-box img{
    width: 70px;
}
.app-tech-des{
    display: flex;
    align-items: center;
    margin:0 0px 0 10px;
    height: 100%;

}
.apptech-sec{
    padding:50px 0;
    margin: 0 0;
    background-color: #c0961a11;
}

.banner-height{
    height:450px;
}




.domain-section{
    padding:40px 0;
    background-color: rgba(44, 62, 80,0.03);
}




/*webdesign backage page start*/



  .package-design-top-form {
              position: absolute;
              top:170px;
              right:50px;
              background-color:#fff;
              border:2px solid #052149;
              border-radius:5px;
              
              padding:20px 10px;
          }
          .package-call-head h5{
              color:#052149;
              padding:0px 15px;
          }
          .package-form-btn{
              background-color:#052149 !important;
              width:100%;
              color:#fff !important  ;
          }
          .package-form-btn:hover{
              background-color:#052149;
              width:100%;
              color:#fff;
          }
          .form-control{
              border:1px solid #052149 ;
              border-radius:3px !important;
          }
          .form-select{
              border:1px solid #052149 ;
              border-radius:3px !important;
          }
      
      .price-sec table{
          width:100%;
      }

 .price-sec td{
        width:20%;
       
        text-align:center;
    }
    .price-sec tr:first-child{
        
        text-align:left !important;
    }
    .price-sec th{
        width:20%;
       
        text-align:center;
        box-sizing:border-box;
    }
     .price-sec th h5{
         font-size:18px;
     }
     .price-btn{
         width:fit-content;
         color:#fff;
         padding:12px 40px;
         border-radius:5px;
         margin:auto;
         background:#052149;
     }
     .order-btn{
         padding:20px 0;
         box-sizing:border-box;
         
         
     }
     
     .order-btn a{
         text-decoration:none;
         color:#fff;    
         padding:14px 45px;
         text-align:center;
         border-radius:5px;
         background-color:#c01a2b;
         display:flex;
         align-items:center;
         flex-direction:column;
         justify-content:center;
     }
     .a-left{
        text-align:left !important;
     }
     .theme-box{
         background:#c01a2b1f !important ;
         color:#000 !important;
     }
     .package-icon-box{
         width:230px;
         height:230px;
         border:1px solid #ccc;
         border-radius:10px;
         margin:15px 0;
         box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
         text-align:center;
         display:flex;
         flex-direction:column;
         justify-content:center;
         align-items:center;
         background:#fff;
         
     }
     .package-icon-box:hover .p-icon-box {
         background-color:rgba(5, 33, 73,0.5);
     }
     .package-icon-container{
         display:flex;
         flex-wrap:wrap;
         justify-content:space-around;
         
         
     }
     .p-icon-box{
         width:70px;
         height:70px;
         
         border-radius:50%;
         font-size:35px;
         display:flex;
         flex-direction:column;
         justify-content:center;
         align-items:center;
         background-color:rgba(5, 33, 73,0.1);
         transition:0.5s;
        
        
     }
     
     .package-icon-box h4{
          font-size:19px;
          margin-top:40px;
          width:200px;
     }
     .package-icon-box-sec{
         background:rgb(4, 83, 231, 0.05);
         margin:10px 0;
     }
     .price-testimoni{
         padding:10px;
         text-align:center;
         border:1px solid #95c1ff;
         border-radius:5px;
         
         
     }
      .price-testimoni img{
          width:100px;
          margin:20px;
          
      }
      .testimoni-sec{
          margin:40px 0;
      }



 .package-bottom-form{
        padding:20px;
        margin:15px 0;
        background-color:#01a3a4;
        
    }

    .contact-box-line{
        width:100%;
        display:flex;
        justify-content:space-between;
        padding:20px;
        /*background-color:#052149;*/
        background:rgba(183, 0 ,61,0.75);
        color:#fff;
        border-radius:5px;
        margin:10px 0;
    }
    .contact-box-line h4{
        margin-bottom:0 !important;
    }
    .contact-box-line .btn{
        color:#fff !important;
        font-weight:600;
        
    }
    .contact-box-btn{
        height:100%;
        border-left:1px solid #95c1ff;
    }
    










/*webdesign backage page start*/
















/* pay now page start  */

.pay-now-banner{
    background-color: rgba(152, 188, 219, 0.5);
}
.pay-now-heading{
    position: absolute;
    top:270px;
    text-align: center;
    width: 100%;
}
.pay-now-heading h1{
    font-size: 50px;
    color: #052149;
}



/* pay now page end  */





@media screen and (min-width:1200px) and (max-width:1500px) {
    
    
    
    /*.main-content-container{*/
    /*    transform:translate(-70%,-10%);*/
    /*}*/
    
    .row{
        --bs-gutter-x:1rem !important;
    }
    .logo {
        width: 15%;
        padding:10px;
    }  
    .navbar-menu{
        width: 85%;
    }
    .main-menu{
        font-size: 12px;
    }
    .contact-menu{
        margin-bottom: 0;
    }
    .main-menu>ul>li{
        margin-bottom: 0px;
    }
    .navbar-menu hr{
        margin: 16px 16px 5px 16px;
    }
    .main-content-container{
        padding-left: 60px;
    }
    .container{
        max-width: 1270px !important;
    }
    .main-content-img img{
        height: auto;
    }
    .main-content-container{

        padding-left:30px ;
    }
    .contact-menu a{
        font-size: 12px;
    }
    .contact-menu a i{
        font-size: 12px;
    }


    .about-content{
        padding:40px 15px;
    }
    .home-about{
        padding-right:0 !important;
        padding-left: 0 !important;
    }
    .tech-icon-box{
        margin: 3px;
    }
    .portfolio-box p{
        font-size: 16px;
        padding: 5px;
        height: 100px;
       
    }
   
    
    .port-language-btn p{
        height: 31px;
        width: 100px;
        font-size: 13px;
        border-radius: 2px;
    }
    .review-sec{
        padding: 0;
        margin: 0px;
    }
    .home-about h5{
        font-size: 17px;
    }
    
    .main-static-content-box{
        top:130px;
    }
}



@media screen and (min-width:576px) and (max-width:776px) {
    
    
       .main-content-container{
        transform:translate(-70%,-10%);
    }
    
    
     .mobile-footer-box{
        height:fit-content;
    }
    .contact-info-box{
        height:fit-content;
    }
    .contact-info-icon{
        height:fit-content ;
    }
    .pay-now-heading{
        top:200px !important;
    }
    .pay-now-banner{
        height:200px !important;
    }
    
    .pay-now-heading h1{
        font-size:35px;
    }
    .mobile-header-sec{
        display: block;
    }
    .main-content-img{
        top:100px;
    }
  
  
    .build-head{
        display: none;
    }
    .typewriter-head {
        display: none ;
    }
    .header{
        display: none;
    }
    .row{
        /*--bs-gutter-x:1rem !important;*/
    }
    .logo {
        width: 15%;
        padding:10px;
    }  
    .navbar-menu{
        width: 85%;
    }
    .main-menu{
        font-size: 12px;
    }
    .contact-menu{
        margin-bottom: 0;
    }
    .main-menu>ul>li{
        margin-bottom: 0px;
    }
    .navbar-menu hr{
        margin: 16px 16px 5px 16px;
    }
    .main-content-container{
       
        padding-left:20px ;
        
    }
    .main-head-content h3{
        font-size: 20px ;
    }
    .domain-input{
        margin-top: 0 !important;
    }
    .domain-box{
        margin: auto;
    }
    .domain-input{
        width: 235px;   
    }

    .domain-btn{
        width: 80px;
    }
    .domain-img{
        width:270px;
        margin-top: 10px;
    }
    .container{
        max-width: 1270px !important;
    }
    .main-content-img img{
        height: auto;
    }
   
    .contact-menu a{
        font-size: 12px;
    }
    .contact-menu a i{
        font-size: 12px;
    }

    .service-box p{
        height: 160px;
        overflow: hidden;
        font-size: 13px;
    }
    .service-box h3{
        font-size: 1.4rem;
        }
    .service-box{
        height: fit-content;
        margin:0 5px;
    }


    .about-content{
        padding:40px 15px;
    }
    .home-about{
        padding-right:0 !important;
        padding-left: 0 !important;
    }
    .tech-icon-box{
        margin: 3px;
    }
    .portfolio-box p{
        font-size: 16px;
        padding: 5px;
        height: 100px;
        justify-content: center;
    }
     .portfolio-box{
        margin-top:20px;
        margin-left:5px;
        margin-right:5px;
    }
    .port-language-btn p{
        height: 31px;
        width: 30%;
        margin:1% 1.5%;
        text-align: center;
        font-size: 12px;
        border-radius: 2px;
    }
    .review-sec{
        padding: 0;
        margin: 0px;
    }
    .home-about h5{
        font-size: 17px;
    }
    .tech-icon-div{
        flex-wrap: wrap;
    }
    .tech-icon-box{
        width:48%;
        
    }
    .serve-sec{
        padding:5px;
    }
    .serve-icon-box p{
        font-size: 15px;
        text-align: center;
        
        
    }
    .home-about{
        margin-top: 0 !important;
    }
    .swiper-slide{
        width: 100%;
        padding:23px 0;
        flex-wrap: wrap;
    }
    .review-slide{
        margin: 5px;
        padding:5px;
        height: 295px;
    }
    .review-sec{
        margin-top: 40px;
    }
    .review-mobile{
        display: none;
    }
    .footer-sec{
        display: none;
    }
    .copywrite p{
        font-size: 9px;
    }
    .mobile-footer-sec{
        display: block;
    }
   
    .mobile-footer-box{
        padding:20px 10px 0 10px;
        background-color: #052149;
    }
    .contact-info-box{
        width: 100%;
        background-color: #0b2d5d;
        padding-bottom: 15px;
    }
    .ex-footer{
        flex-direction: column;
    }
    .social-icon-box{
        width: 100%;
    }
    .experience-icon{
        width: 100%;
    }
    .social-icon ,.social-text{
        text-align: center;
    }
    .mobile-footer-box .accordion-button{
        background-color: #0a2852 !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        border:none;
        color:#fff !important;
        box-shadow: none !important;
    }
    .mobile-footer-box .accordion-button::after{
        color:#fff !important;
        /* background-color: #fff; */
        background-image:none;
        font:1.2em/1em FontAwesome;
        content:"\f067";
    }

    .mobile-footer-box .accordion-collapse{
        background-color: #0a2852 !important;
    }
    .mobile-footer-box .accordion-item{
        background-color: transparent;
        border:none;
    }
    .mobile-footer-box .accordion-button:focus{
        border:none !important;
        border-color: transparent !important ;
        box-shadow: none;
    }
    .mobile-nav .nav-icon{
        font-size: 30px;
    }






    /* contact us page  */


    .main-contact-img{
        height: auto;
        margin-top: 0;
    }
    .input-box{
        flex-direction: column;
    }
    .input-box div{
        width: 100%;
    }

    .desktop-banner{
        display: none;
    }

    .mobile-banner{
        display: block;
    }









    /* contact us page  */






    /* dynamic website page  */

    .dynamic-main-banner{
        margin-top: 0 !important;
    }
    .quote-btn{
        top:360px;
        left:20px;
        font-size: 15px;
        padding:7px 15px;
       
    }
    .dynamic-mobile-banner{
        background-color: rgba(255, 0, 0, 0.47);
    }
    .dynamic-mobile-banner img{
        height: 345px;
    }




    /* dynamic website page  */

    /* about us page  */

    .about-us-page-content{
        padding:30px 0;
    }
    .why-choose-us-sec{
        padding:30px 0px;

    }
    .why-choose-us-sec p{
        color:#e4e4e4;
    }
    /* about us page  */

    .main-static-content-box{
        top: 155px;
        left: 7%;
        margin: auto;
    }
    .main-static-content div{
        width: 330px;
        padding: 8px 15px;
        font-size: 16px;
    }
    .main-static-content-box h2{
        margin-bottom: 10px;
    }
    .static-mobile-banner{
        background-color: #0e6afe7d;
        margin: auto;
    }
    .static-mobile-banner img{
            height: 330px;
    }
    .mobile-f-contact h4 a{
        font-size: 20px !important;
        line-height: 35px !important;
    }
    .ecommerce-mobile-banner{
        background-color: #0cb0b88a;
        height: 350px;
    }
    .corporate-mobile-banner{
        background-color: #dd634c;
        height: 330px;
    }

    .seo-banner-box{
        padding:30px 0;
    }
    .domain-icon-img {
        height: 80px;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    
    }
    .domain-icon-img img{
        width: 80px;
        height: 50px;
    
    }
    .logo-design-card{
        margin: 10px 0;
    }
    .portfolio-sec{
        padding:40px 0;
    }
    .package-design-top-form {
        right:0;
      margin:0 5px ;
       
        
    }
    .package-table-heading{
         width:100%;
         font-size:16px;
         padding:15px 0 !important;
         
    }
    .package-icon-box{
        width:170px ;
        height:170px ;
    }
    .p-icon-box{
        width:55px;
        height:55px;
    }
    .package-icon-box h4{
        width:95%;
        font-size:12px;
        margin-top:18px;
    }
    .price-testimoni{
        margin-top:15px;
    }
    .contact-box-line h4{
        font-size:13px;
        margin-top:8px;
    }
    .contact-box-btn .btn{
        font-size:13px !important;
    }
    .contact-box-line{
        padding: 15px 5px;
    }
    .p-icon-box{
        font-size:18px;
    }
    .price-sec th h5{
        font-size:16px;
    }
    .theme-box{
        width:150px !important;
    }
   .price-sec th{
       width:150px !important;
   }
   .order-btn a{
       padding:10px;
   }
   .order-btn{
       padding:10px 0;
   }
   .price-sec td{
       white-space: nowrap;
       width:50% !important;
       font-size:13px;
   }
   .packeage-main-table{
       width:100%;
      overflow:scroll;
   }
    .review-head-sec{
        flex-direction:column;
        align-items:center;
    }
    .review-read-more-btn{
        margin:10px auto;
    }
    .pay-now-heading{
        top:210px;
    }
    .pay-contact-us{
        display:none;
    }
    .bank-transfer-img{
        display:none;
    }
    .bank-payment{
        width:100% !important;
        padding:15px !important;
    }
    .payment-main-box{
        padding:0px !important;
    }
    .bank-payment>img{
        width:100% !important;
    }
    
    
    
    
}

@media screen and (min-width:776px) and (max-width:1200px) {
    
    
       .main-content-container{
        transform:translate(-70%,-10%);
    }
    
    
     .mobile-footer-box{
        height:fit-content;
    }
    .contact-info-box{
        height:fit-content;
    }
    .contact-info-icon{
        height:fit-content ;
    }
    .pay-now-heading{
        top:200px !important;
    }
    .pay-now-banner{
        height:200px !important;
    }
    
    .pay-now-heading h1{
        font-size:35px;
    }
    .mobile-header-sec{
        display: block;
    }
    .main-content-img{
        top:100px;
    }
  
  
    .build-head{
        display: none;
    }
    .typewriter-head {
        display: none ;
    }
    .header{
        display: none;
    }
    .row{
        /*--bs-gutter-x:1rem !important;*/
    }
    .logo {
        width: 15%;
        padding:10px;
    }  
    .navbar-menu{
        width: 85%;
    }
    .main-menu{
        font-size: 12px;
    }
    .contact-menu{
        margin-bottom: 0;
    }
    .main-menu>ul>li{
        margin-bottom: 0px;
    }
    .navbar-menu hr{
        margin: 16px 16px 5px 16px;
    }
    .main-content-container{
       
        padding-left:20px ;
        
    }
    .main-head-content h3{
        font-size: 20px ;
    }
    .domain-input{
        margin-top: 0 !important;
    }
    .domain-box{
        margin: auto;
    }
    .domain-input{
        width: 235px;   
    }

    .domain-btn{
        width: 80px;
    }
    .domain-img{
        width:270px;
        margin-top: 10px;
    }
    .container{
        max-width: 1270px !important;
    }
    .main-content-img img{
        height: auto;
    }
   
    .contact-menu a{
        font-size: 12px;
    }
    .contact-menu a i{
        font-size: 12px;
    }

    .service-box p{
        height: 160px;
        overflow: hidden;
        font-size: 13px;
    }
    .service-box h3{
        font-size: 1.4rem;
        }
    .service-box{
        height: fit-content;
        margin:0 5px;
    }


    .about-content{
        padding:40px 15px;
    }
    .home-about{
        padding-right:0 !important;
        padding-left: 0 !important;
    }
    .tech-icon-box{
        margin: 3px;
    }
    .portfolio-box p{
        font-size: 16px;
        padding: 5px;
        height: 100px;
        justify-content: center;
    }
     .portfolio-box{
        margin-top:20px;
        margin-left:5px;
        margin-right:5px;
    }
    .port-language-btn p{
        height: 31px;
        width: 30%;
        margin:1% 1.5%;
        text-align: center;
        font-size: 12px;
        border-radius: 2px;
    }
    .review-sec{
        padding: 0;
        margin: 0px;
    }
    .home-about h5{
        font-size: 17px;
    }
    .tech-icon-div{
        flex-wrap: wrap;
    }
    .tech-icon-box{
        width:48%;
        
    }
    .serve-sec{
        padding:5px;
    }
    .serve-icon-box p{
        font-size: 15px;
        text-align: center;
        
        
    }
    .home-about{
        margin-top: 0 !important;
    }
    .swiper-slide{
        width: 100%;
        padding:23px 0;
        flex-wrap: wrap;
    }
    .review-slide{
        margin: 5px;
        padding:5px;
        height: 295px;
    }
    .review-sec{
        margin-top: 40px;
    }
    .review-mobile{
        display: none;
    }
    .footer-sec{
        display: none;
    }
    .copywrite p{
        font-size: 9px;
    }
    .mobile-footer-sec{
        display: block;
    }
   
    .mobile-footer-box{
        padding:20px 10px 0 10px;
        background-color: #052149;
    }
    .contact-info-box{
        width: 100%;
        background-color: #0b2d5d;
        padding-bottom: 15px;
    }
    .ex-footer{
        flex-direction: column;
    }
    .social-icon-box{
        width: 100%;
    }
    .experience-icon{
        width: 100%;
    }
    .social-icon ,.social-text{
        text-align: center;
    }
    .mobile-footer-box .accordion-button{
        background-color: #0a2852 !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        border:none;
        color:#fff !important;
        box-shadow: none !important;
    }
    .mobile-footer-box .accordion-button::after{
        color:#fff !important;
        /* background-color: #fff; */
        background-image:none;
        font:1.2em/1em FontAwesome;
        content:"\f067";
    }

    .mobile-footer-box .accordion-collapse{
        background-color: #0a2852 !important;
    }
    .mobile-footer-box .accordion-item{
        background-color: transparent;
        border:none;
    }
    .mobile-footer-box .accordion-button:focus{
        border:none !important;
        border-color: transparent !important ;
        box-shadow: none;
    }
    .mobile-nav .nav-icon{
        font-size: 30px;
    }






    /* contact us page  */


    .main-contact-img{
        height: auto;
        margin-top: 0;
    }
    .input-box{
        flex-direction: column;
    }
    .input-box div{
        width: 100%;
    }

    .desktop-banner{
        display: none;
    }

    .mobile-banner{
        display: block;
    }









    /* contact us page  */






    /* dynamic website page  */

    .dynamic-main-banner{
        margin-top: 0 !important;
    }
    .quote-btn{
        top:360px;
        left:20px;
        font-size: 15px;
        padding:7px 15px;
       
    }
    .dynamic-mobile-banner{
        background-color: rgba(255, 0, 0, 0.47);
    }
    .dynamic-mobile-banner img{
        height: 345px;
    }




    /* dynamic website page  */

    /* about us page  */

    .about-us-page-content{
        padding:30px 0;
    }
    .why-choose-us-sec{
        padding:30px 0px;

    }
    .why-choose-us-sec p{
        color:#e4e4e4;
    }
    /* about us page  */

    .main-static-content-box{
        top: 155px;
        left: 7%;
        margin: auto;
    }
    .main-static-content div{
        width: 330px;
        padding: 8px 15px;
        font-size: 16px;
    }
    .main-static-content-box h2{
        margin-bottom: 10px;
    }
    .static-mobile-banner{
        background-color: #0e6afe7d;
        margin: auto;
    }
    .static-mobile-banner img{
            height: 330px;
    }
    .mobile-f-contact h4 a{
        font-size: 20px !important;
        line-height: 35px !important;
    }
    .ecommerce-mobile-banner{
        background-color: #0cb0b88a;
        height: 350px;
    }
    .corporate-mobile-banner{
        background-color: #dd634c;
        height: 330px;
    }

    .seo-banner-box{
        padding:30px 0;
    }
    .domain-icon-img {
        height: 80px;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    
    }
    .domain-icon-img img{
        width: 80px;
        height: 50px;
    
    }
    .logo-design-card{
        margin: 10px 0;
    }
    .portfolio-sec{
        padding:40px 0;
    }
    .package-design-top-form {
        right:0;
      margin:0 5px ;
       
        
    }
    .package-table-heading{
         width:100%;
         font-size:16px;
         padding:15px 0 !important;
         
    }
    .package-icon-box{
        width:170px ;
        height:170px ;
    }
    .p-icon-box{
        width:55px;
        height:55px;
    }
    .package-icon-box h4{
        width:95%;
        font-size:12px;
        margin-top:18px;
    }
    .price-testimoni{
        margin-top:15px;
    }
    .contact-box-line h4{
        font-size:13px;
        margin-top:8px;
    }
    .contact-box-btn .btn{
        font-size:13px !important;
    }
    .contact-box-line{
        padding: 15px 5px;
    }
    .p-icon-box{
        font-size:18px;
    }
    .price-sec th h5{
        font-size:16px;
    }
    .theme-box{
        width:150px !important;
    }
   .price-sec th{
       width:150px !important;
   }
   .order-btn a{
       padding:10px;
   }
   .order-btn{
       padding:10px 0;
   }
   .price-sec td{
       white-space: nowrap;
       width:50% !important;
       font-size:13px;
   }
   .packeage-main-table{
       width:100%;
      overflow:scroll;
   }
    .review-head-sec{
        flex-direction:column;
        align-items:center;
    }
    .review-read-more-btn{
        margin:10px auto;
    }
    .pay-now-heading{
        top:210px;
    }
    .pay-contact-us{
        display:none;
    }
    .bank-transfer-img{
        display:none;
    }
    .bank-payment{
        width:100% !important;
        padding:15px !important;
    }
    .payment-main-box{
        padding:0px !important;
    }
    .bank-payment>img{
        width:100% !important;
    }
    
    
    
    
}











@media screen and (min-width:200px) and (max-width:576px) {
    
    .section-heading h2{
        font-size:1.3rem !important;
    }
    
    .mobile-footer-box{
        height:fit-content;
    }
    .contact-info-box{
        height:fit-content;
    }
    .contact-info-icon{
        height:fit-content ;
    }
    .pay-now-heading{
        top:200px !important;
    }
    .pay-now-banner{
        height:200px !important;
    }
    
    .pay-now-heading h1{
        font-size:35px;
    }
    .mobile-header-sec{
        display: block;
    }
    .main-content-img{
        top:100px;
    }
  
  
    .build-head{
        display: none;
    }
    .typewriter-head {
        display: none ;
    }
    .header{
        display: none;
    }
    .row{
        /*--bs-gutter-x:1rem !important;*/
    }
    .logo {
        width: 15%;
        padding:10px;
    }  
    .navbar-menu{
        width: 85%;
    }
    .main-menu{
        font-size: 12px;
    }
    .contact-menu{
        margin-bottom: 0;
    }
    .main-menu>ul>li{
        margin-bottom: 0px;
    }
    .navbar-menu hr{
        margin: 16px 16px 5px 16px;
    }
    .main-content-container{
       
        padding-left:20px ;
        
    }
    .main-head-content h3{
        font-size: 20px ;
    }
    .domain-input{
        margin-top: 0 !important;
    }
    .domain-box{
        margin: auto;
    }
    .domain-input{
        width: 235px;   
    }

    .domain-btn{
        width: 80px;
    }
    .domain-img{
        width:270px;
        margin-top: 10px;
    }
    .container{
        max-width: 1270px !important;
    }
    .main-content-img img{
        height: auto;
    }
   
    .contact-menu a{
        font-size: 12px;
    }
    .contact-menu a i{
        font-size: 12px;
    }

    .service-box p{
        height: 160px;
        overflow: hidden;
        font-size: 13px;
    }
    .service-box h3{
        font-size: 1.4rem;
        }
    .service-box{
        height: fit-content;
        margin:0 5px;
    }


    .about-content{
        padding:40px 15px;
    }
    .home-about{
        padding-right:0 !important;
        padding-left: 0 !important;
    }
    .tech-icon-box{
        margin: 3px;
    }
    .portfolio-box p{
        font-size: 16px;
        padding: 5px;
        height: 100px;
        justify-content: center;
    }
     .portfolio-box{
        margin-top:20px;
        margin-left:5px;
        margin-right:5px;
    }
    .port-language-btn p{
        height: 31px;
        width: 30%;
        margin:1% 1.5%;
        text-align: center;
        font-size: 12px;
        border-radius: 2px;
    }
    .review-sec{
        padding: 0;
        margin: 0px;
    }
    .home-about h5{
        font-size: 17px;
    }
    .tech-icon-div{
        flex-wrap: wrap;
    }
    .tech-icon-box{
        width:48%;
        
    }
    .serve-sec{
        padding:5px;
    }
    .serve-icon-box p{
        font-size: 15px;
        text-align: center;
        
        
    }
    .home-about{
        margin-top: 0 !important;
    }
    .swiper-slide{
        width: 100%;
        padding:23px 0;
        flex-wrap: wrap;
    }
    .review-slide{
        margin: 5px;
        padding:5px;
        height: 295px;
    }
    .review-sec{
        margin-top: 40px;
    }
    .review-mobile{
        display: none;
    }
    .footer-sec{
        display: none;
    }
    .copywrite p{
        font-size: 9px;
    }
    .mobile-footer-sec{
        display: block;
    }
   
    .mobile-footer-box{
        padding:20px 10px 0 10px;
        background-color: #052149;
    }
    .contact-info-box{
        width: 100%;
        background-color: #0b2d5d;
        padding-bottom: 15px;
    }
    .ex-footer{
        flex-direction: column;
    }
    .social-icon-box{
        width: 100%;
    }
    .experience-icon{
        width: 100%;
    }
    .social-icon ,.social-text{
        text-align: center;
    }
    .mobile-footer-box .accordion-button{
        background-color: #0a2852 !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        border:none;
        color:#fff !important;
        box-shadow: none !important;
    }
    .mobile-footer-box .accordion-button::after{
        color:#fff !important;
        /* background-color: #fff; */
        background-image:none;
        font:1.2em/1em FontAwesome;
        content:"\f067";
    }

    .mobile-footer-box .accordion-collapse{
        background-color: #0a2852 !important;
    }
    .mobile-footer-box .accordion-item{
        background-color: transparent;
        border:none;
    }
    .mobile-footer-box .accordion-button:focus{
        border:none !important;
        border-color: transparent !important ;
        box-shadow: none;
    }
    .mobile-nav .nav-icon{
        font-size: 30px;
    }






    /* contact us page  */


    .main-contact-img{
        height: auto;
        margin-top: 0;
    }
    .input-box{
        flex-direction: column;
    }
    .input-box div{
        width: 100%;
    }

    .desktop-banner{
        display: none;
    }

    .mobile-banner{
        display: block;
    }









    /* contact us page  */






    /* dynamic website page  */

    .dynamic-main-banner{
        margin-top: 0 !important;
    }
    .quote-btn{
        top:360px;
        left:20px;
        font-size: 15px;
        padding:7px 15px;
       
    }
    .dynamic-mobile-banner{
        background-color: rgba(255, 0, 0, 0.47);
    }
    .dynamic-mobile-banner img{
        height: 345px;
    }




    /* dynamic website page  */

    /* about us page  */

    .about-us-page-content{
        padding:30px 0;
    }
    .why-choose-us-sec{
        padding:30px 0px;

    }
    .why-choose-us-sec p{
        color:#e4e4e4;
    }
    /* about us page  */

    .main-static-content-box{
        top: 155px;
        left: 7%;
        margin: auto;
    }
    .main-static-content div{
        width: 330px;
        padding: 8px 15px;
        font-size: 16px;
    }
    .main-static-content-box h2{
        margin-bottom: 10px;
    }
    .static-mobile-banner{
        background-color: #0e6afe7d;
        margin: auto;
    }
    .static-mobile-banner img{
            height: 330px;
    }
    .mobile-f-contact h4 a{
        font-size: 20px !important;
        line-height: 35px !important;
    }
    .ecommerce-mobile-banner{
        background-color: #0cb0b88a;
        height: 350px;
    }
    .corporate-mobile-banner{
        background-color: #dd634c;
        height: 330px;
    }

    .seo-banner-box{
        padding:30px 0;
    }
    .domain-icon-img {
        height: 80px;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    
    }
    .domain-icon-img img{
        width: 80px;
        height: 50px;
    
    }
    .logo-design-card{
        margin: 10px 0;
    }
    .portfolio-sec{
        padding:40px 0;
    }
    .package-design-top-form {
        right:0;
      margin:0 5px ;
       
        
    }
    .package-table-heading{
         width:100%;
         font-size:16px;
         padding:15px 0 !important;
         
    }
    .package-icon-box{
        width:170px ;
        height:170px ;
    }
    .p-icon-box{
        width:55px;
        height:55px;
    }
    .package-icon-box h4{
        width:95%;
        font-size:12px;
        margin-top:18px;
    }
    .price-testimoni{
        margin-top:15px;
    }
    .contact-box-line h4{
        font-size:13px;
        margin-top:8px;
    }
    .contact-box-btn .btn{
        font-size:13px !important;
    }
    .contact-box-line{
        padding: 15px 5px;
    }
    .p-icon-box{
        font-size:18px;
    }
    .price-sec th h5{
        font-size:16px;
    }
    .theme-box{
        width:150px !important;
    }
   .price-sec th{
       width:150px !important;
   }
   .order-btn a{
       padding:10px;
   }
   .order-btn{
       padding:10px 0;
   }
   .price-sec td{
       white-space: nowrap;
       width:50% !important;
       font-size:13px;
   }
   .packeage-main-table{
       width:100%;
      overflow:scroll;
   }
    .review-head-sec{
        flex-direction:column;
        align-items:center;
    }
    .review-read-more-btn{
        margin:10px auto;
    }
    .pay-now-heading{
        top:210px;
    }
    .pay-contact-us{
        display:none;
    }
    .bank-transfer-img{
        display:none;
    }
    .bank-payment{
        width:100% !important;
        padding:15px !important;
    }
    .payment-main-box{
        padding:0px !important;
    }
    .bank-payment>img{
        width:100% !important;
    }
}


/*ali code start*/
    .read-less-location{
        background-color: #01193a;
        
            padding: 15px 40px;
            
 

    }
    .footer_text {
    font-size: 12.5px;
    color: #fff;
    line-height: 31px;
    float: left;
    text-decoration: none;
    margin: 0 0px 0 0px;
    padding: 0 2px 0 2px;
}
.read-less-location a.loc-read {
    font-size: 14px;
    /*color: #1ebea5;*/
    line-height: 31px;
    padding: 0 0 0 6px;
    margin: 0 0 0 0px;
    /*font-weight: 100;*/
    text-decoration: none;
    text-align: justify;
  
}
@media only screen and (max-width: 600px) {
  .read-less-location a.loc-read {
    font-size: 14px;
    /*color: #1ebea5;*/
    line-height: 31px;
    padding: 0 0 0 6px;
    margin: 0 0 0 0px;
    /*font-weight: 100;*/
    text-decoration: none;
    text-align: justify;
    float: left;
}
 .read-less-location{
        background-color: #01193a;
        
            padding: 15px 34px;
            display: inline-table;
 

    }
}
@media screen and (min-width:1200px) and (max-width:2500px) {
    .row{
        --bs-gutter-x:1rem !important;
    }
}
/*ali code end*/
/*blog code start*/

.blog-item{
    height:100%;
}
.blog-item h1{
    font-size:18px;
    height:70px;
    
}
.blog-item h1 a{
    text-decoration:none;
    color:#052149;
    
}
.blog-item h1 a:hover{
    
    color:#c01a2b;
    
}
.blog-item p{
    
    position:relative;
    bottom:0;
    
}

/*blog code end*/



.navbar-menu .contact-info{
    display:flex;
    align-items:center;
}

.navbar-menu .other-info{
    display:flex;
    align-items:center;
}

