*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

:root{
    --swiper-theme-color: #e94d14;
    --primary-color : #002968;
    --primary-light-color : #f6f3ff80;
    --small-text : rgb(146, 146, 146);
    --secondary-dark-color : #e94d14;
    --secondary-color : #9e005d;
    --secondary-color_light : #fb8525;
    --shado-color :rgb(226, 231, 255);
    --box-bg :#fdecdd82;
    --input_boder :#decbb982;

}
hr{
    width: 100%;
    height: 1px;
    background-color: var(--input_boder);
    border: none;

}
.flex{
    display: flex;
    margin-bottom: 8px;
}
.swiper {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
    padding-top: 2.5rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination{position: relative; margin-top: 15px; color: #050308;}

.swiper-pagination-bullet-active {background-color: var(--secondary-color);}


/* .getintouch{height: 750px; } */
.mt5{
margin-top: 5rem;
}
.top_head_text{
    font-size: 3.5rem;
}
.image_bg{
    background-color: var(--box-bg);
    padding: 15px;
    border-radius: 10px;
}
.padding{
    padding-right: 5rem;
}
.font_size{
    font-size: smaller;
}
.feature_image{
    width: 100%;
    height: 25rem;
    object-fit: cover;
    border-radius: 15px;
}
.featurs_text{
    font-weight: 400;
    background-color: #e9e9e937;
    margin-right: 5rem;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 2px;
   
}

.content_about{text-align: justify; font-weight: 400; font-size:large; margin-top: 1rem; }
.mobile_h_image{display: none;}
#error{background-color: #2d2d45;padding: 8px;color: white;border-radius: 5px;display: none;}
.bg_t{
    background-color: var(--primary-color);
}
.mobile_side_bob{
    width: 15rem;
    height: 100vh;
    background-color: var(--secondary-color);
    position: absolute;
    z-index: 999;
    transition: all  0.2s;
    float: right;
    display: none;
    padding: 15px;
    border-top-right-radius: 15px;
}
.mobile_side_bob li{
    list-style: none;
    margin-top: 10px;
    width: 100%;
    background-color: var(--secondary-color);
    padding: 7px;
    border-radius: 0px  5px;
    margin-bottom: 10px;
    
}
.mobile_side_bob li:hover{  
    background-color: var(--secondary-dark-color);
    border: 1px solid var(--secondary-color);
    transition: all 0.5s;
    transform: scale(0.9);
    border-radius: 5px  0px;
    }
.mobile_side_bob li a{
    text-decoration: none;
    color: white;
}
.mobile_side_icon{
    display: none;
}
.container{
    width: 100%;
    /* background: url('http://localhost/sms_service/assets/img/Background.png' ) no-repeat center/cover; */
    object-fit: cover;
    overflow: hidden;
    padding-bottom: 3rem;
    top: 0;
    left: 0;

}
.container::before{
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgb(255, 119, 0);
    /* opacity: 0.3; */
    filter: blur(150px);
}

.cont_n_button{
    display: flex;
    width: 100%;
 
    color: black;
    background-color: white;

}
.left_text_side{width: 60%;}
.image_side{
    width: 40%;
    margin-left: -3rem;
}
.head_text{
    font-size: 2.8rem;
    /* margin-bottom: 1rem; */
}
.head_right_img{width: 100%; height: 35rem;}
.social_icons{
    display: flex;
    justify-content: left;
    /* margin-top: 5rem; */
    align-items: center;
}
.social_icons div{background-color: #160d25; display: flex; justify-content: center; width: 32px; height: 32px; align-items: center; text-align: center; padding: 5px; margin: 5px; border-radius: 50%;}
.social_icons div:hover{background-color: var(--secondary-color); transform: scale(1.2);transition: all 0.2s;}
.section{
    width: 100%;
    /* margin-top: 6rem; */
    padding-left: 9rem;
    padding-right: 9rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.container .nav{
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 9rem;
    padding-right: 9rem;
    background-color: white;
 
}
.mobile-site{display: none;}
.container .nav .nav-left{
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.mobile_icon{display: none;}
.nav-left .desktop_icon{
    width: 8rem;
    height: auto;
    mix-blend-mode: multiply;
    color: white;
   
}
.container .nav .nav-right{
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center; 
    text-align: center;
   
}
.nav li{
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
}
.nav-right a{
  color: var(--secondary-dark-color);
  text-decoration: none;
  font-size: 16px;
}
.nav-right li a:hover{
    transition: all 0.1s;
    transform: scaleX(1.2);
    color: var(--primary-color);
}
#myVideo{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 35rem;
    object-fit: cover;
}
.title_box{
    text-align: center;
    padding-bottom: 6rem;
    
}
.title_box h1{
    font-weight: 600;
    color: var(--secondary-color);
}
.item_box{
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
  column-gap: 50px;
  row-gap: 30px;
  padding: 10px;
  text-align: center;

}
.use_sms{
    grid-template-columns:  auto auto auto auto auto;}
.oru_service{grid-template-columns:  auto auto auto;}

.foot_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px;
}
.foot_item div a{color: black; text-decoration: none;}
.foot_item div{
    min-width: 40px;
    background-color: #2b2b2e;
    padding: 5px;
    border-radius: 2px;

}
.foot_item div:hover{
    min-width: 40px;
    background-color: #2d2d45;
    padding: 5px;
    border-radius: 2px;
    color: white;
    transition: all 0.2s;
    transform: scale(1.3);

}
.line_limit{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item{
    width: 100%;
    min-width: 15rem;
    /* background-color: white; */
    background-color: var(--box-bg);
    border: 1px solid var(--input_boder);
    padding: 25px;
    border-radius: 5px;
    min-height: 12rem;
    text-align: left;
    overflow: hidden;
}
.use_sms_item{ 
    width: 100%;
    min-width: 100%;
    background-color: var(--box-bg);
    border: 1px solid var(--input_boder);
}
.item_box .item:hover{
    transition: all 0.7s;
    transform: scale(1.04);
    box-shadow: 5px 3px 10px var(--input_boder);
    border: 1px solid var(--secondary-color_light);
}

/* .item_gredent{
   background-color: var(--secondary-color);
} */
.item_image{
    width: 72px;
    height: 72px;
    background-color: var(--input_boder);
    padding: 15px;
    border-radius: 10px;
    object-fit: cover;

}
.item_head_text{
    font-weight: 600;
    font-size: 20px;
}
.item p{
    margin-top: 15px;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: white;
}
.item_bg{
    background-color: white;
    /* box-shadow: rgb(235, 235, 235) 2px 2px 10px; */
    min-width: 22rem;
    min-height: 22rem;
    transition: all 0.1s;
}
.item_bg:hover{ 
     background-color: var(--secondary-color);
    color: white;}
.item_bg:hover .image_bg{
  
    background-color: black;
    border: 2px solid white;
 
}
.item_bg img{
    width: 100px;
    height: 100px;
    mix-blend-mode: multiply;
}

.bg_t{
    background-color: var(--secondary-color);
}
.our_t_title{
    color: white;
    font-size: xx-large;
}

.item_bg_tem{
    background-color: white;
    min-width: 22rem;
    min-height: 18rem;
    transition: all 0.6s;
    padding: 5px;
    padding-bottom: 15px;
}
.team_d{
    min-height: 16rem;
}
.item_bg_tem img{width: 120px; height: 120px; border-radius: 50%;}
.item_bg_tem p{
    font-size: medium;
}
.item_box_contact{
    display: flex;
    justify-content: space-between;
    /* height: 25rem; */
    /* border: 1px solid var(--secondary-dark-color); */
    border-radius: 5px;

}
.contact_t{
    padding-bottom: 3rem;
}
.cont_social{
    justify-content: left;
}
.cont_social div{
    margin: 5px;
    text-align: center;
    background-color: var(--secondary-dark-color);
}
.div_1{
    width: 40%;
    background-color: white;
    padding: 25px;
    box-shadow: 5px 3px 15px var(--box-bg);
    border-radius: 5px;
  
}
.div{
    width: 50%;
    /* background-color: var(--box-bg); */
    padding: 15px;
    padding-left: 35px;
    border-radius: 5px;
    color: black;
}
.div h3{
    margin-top: 10px;
    font-size: medium;
    font-weight: 400;
}
input{
    width: 100%;
    height: 60px;
    outline: none;
    border: none;
    padding: 25px;
    margin-top: 18px;
    border: 1px solid var(--input_boder);
    border-radius: 3px;
}
input:focus {
    border: 1px solid var(--secondary-color);
  }
#progess{
    font-weight: 700;
    font-size: large;
}
.btn_nav{
    width: 100%;
    height: auto;
    color: rgb(255, 255, 255);
    outline: none;
    border: none;
    padding: 15px;
    border-radius: 3px;
    background-color: var(--secondary-color);
    cursor: pointer;
}
.buttons{
    align-items: center;
    text-align: left;
    /* margin-left: 5.5rem; */
    margin-top: 1rem;
}
.btn{
    width: 40%;
    height: 50px;
    outline: none;
    border: none;
    padding: 15px;
    margin-top: 15px;
    color: white;
    border-radius: 3px;
    background-color: var(--secondary-color);
    cursor: pointer;
}
.btn:hover{
    background-color: var(--secondary-dark-color);
    transition: all 0.3s ;
    transform: scale(0.8);
}
.top_F_b{
    width: 20%;
    font-size: large;
    height: auto;
    padding: 15px;
}
.top_footer{display: flex; justify-content: space-between; align-items: center; color: white; padding-left: 3rem; padding-right: 3rem; width: 100%; height: 10rem; background-color: #2b2b2e; border-radius: 15px;}
.footer{
    display: flex;
    height: auto;
    justify-content: space-between;
    object-fit: cover;
    overflow: hidden;
    padding-bottom: 2.5rem;
    background-color: #050308;
    /* background-color: #190e04; */
}
.f_center li {margin-top: 10px; font-weight: 400;}
.f_center li a:hover{color: var(--secondary-color);}
.footer .f_left{ width: auto;}.f_left span{color: rgb(181, 181, 181);}
.f_l_box{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 15px;
}
.logo_small{width: 52px; border-radius: 50%; margin-right: 15px;}
.div_gs{
   width: 25rem; 
   color: white;
}

.footer .f_right{
    width: auto;
    border-left: 2px solid white;
    padding-left: 20px;
}
.footer_title{
    font-weight: 600;
    font-size: 20px;
    color: white;
}
.f_right h3{
    font-weight: 400;
    font-size: 15px;
    margin-top: 5px;
    color: rgb(202, 202, 202);
}
.f_right .copyright{
    display: none;
}

.text_limit{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5rem;    
    max-height: 52px;     
    -webkit-line-clamp: 2; /* Write the number of 
                              lines you want to be 
                              displayed */
    -webkit-box-orient: vertical;
}

.gray{
    color: gray;
    margin-top: 8px;
}

.social{justify-content: left;margin: 0px;margin-top: 8px;}.social div{margin: 5px;}


.row{
    display: flex;
    width: 100%;
    justify-content: center;
}
.col{
    display: flex;
    width: 45rem;
    height: auto;
    min-height: 15rem;
    border-radius: 10px;
    background-color: var(--secondary-color_light);
    box-shadow: 5px 3px 10px rgba(249, 228, 211, 0.312);
    display: flex;
    align-items: center;
    color: white;
}
.text_box{
    
    padding-right: 25px;
    text-align: justify;
    text-justify: inter-word;
}
.text_box p{ margin-top: 10px;}
.text_box h1{ margin-top: 10px;}
.text_box h5{ margin-top: 0px; font-weight: 400; font-size: medium; color: rgb(201, 201, 201);}
.img_box{margin-left: -55px;}
.img_box img{ 
    width: 7rem;
    height: 7rem;
    object-fit: cover;
    border-radius: 50%;
    border: 2px dotted var(--secondary-color);
    box-shadow: 5px 3px 10px rgba(249, 228, 211, 0.312);

}
.text_box{
    margin-left: 25px;
}

.blogs a{
    color: black;
    height: auto;
}
.item_blogs{
    max-width: 15rem;
    min-height: 22rem;
}
.text_black{
    color: black;
}

.blog_row{
    display: flex;
    justify-content: center;
}
.blog_show{
    width: 70%;
    height: auto;
    /* background-color: #ebebeb; */
    padding: 10px;
    padding-right: 2rem;
    border-radius: 10px;
}
.ads_block{
    width: 30%;
    height: auto;
    /* background-color: #2b2b2e; */
    padding: 5px;
}
.card_{
    width: 100%;
    height: 6rem;
    display: flex;
    background-color: rgb(255, 249, 243);
    padding: 10px;
    text-align: justify;
    border-radius: 8px;
    margin-top: 8px;
    box-shadow: 2px 3px 5px rgba(241, 236, 236, 0.581);
}

.recent_b_img{
    width: 72px;
    height: 72px;
    object-fit: cover;
    margin-right: 10px ;
}


.blog_heading{
    font-weight: 500;

}
.blog_image{
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-top: 25px;
    margin-bottom: 25px;
}
.div_description{
    width: 100%;
    background-color: rgb(255, 249, 243);
    padding: 18px;
    text-align: justify;
    border-radius: 8px;
}

.c_card{
    background-color: white;
    padding: 30px;
    height: auto;
    margin-top: 15px;
    overflow: hidden;
}
.detail{
    min-width: 80%;
    max-width: 80%;
}
.detail h2{
    color: black;
    font-size: medium;
    font-weight: 600;
}
.box_f{
    background-color: var(--secondary-color_light);
    color: white;
    padding: 3px 15px 3px 15px;
    border: none;
    outline: none;
    border-radius: 3px;
    margin-top: 20px;
}
.view{
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.view button{
    background-color: white;
    padding: 10px 25px 10px 25px;
    outline: none;
    border: none;
    border: 1px solid var(--secondary-color);
    border-radius: 3px;
    cursor: pointer;
}

.our_client{
    /* margin-top: 20px; */
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 20px; 
}
.item_cc{display: flex; justify-content: center; align-items: center;  background-color: white; height: 8rem; border-radius: 5px; overflow: hidden; padding: 10px;}
.client_img{
    width: auto;
    max-width: 10rem;
    height: 4rem;
    mix-blend-mode: multiply;
  
}
.item_cc:hover{
    box-shadow: 1px 2px 5px 2px rgba(211, 147, 115, 0.177);
}

@media screen and (max-width: 1200px) {
    .container .nav{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .section{
        padding-left: 5rem;
        padding-right: 2rem;
    }
    .item_box{
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 15px;
        row-gap: 20px;      
    }
   
    .image_side{width: auto;height: auto; margin-left: 1rem;}
    .our_client{
        margin-top: 30px;
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 20px; 
    }
}
@media screen and (max-width: 810px) {
    .container .nav{ 
        height: 5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 1rem;
        padding-right: 1rem;
        /* background-color: var(--box-bg); */
        color: #ffffff;
   
    }
    .featurs_text{
        width: 100%;
    }
    .f_center{display: none;}
    .top_footer{display: block; height: auto; padding-top: 1rem; padding-bottom: 1rem;}
    .btn{width: 100%;}
    .padding{padding: 0;}
    .mobile_h_image{display: block; height: auto; display: flex; justify-content: center; align-items: center; margin-bottom: 1rem; padding: 15px;}
    .mobile_h_image img{width: 21rem; height: 21rem; object-fit: cover;}
    .container::before{width: 80px;}
    .container .nav .nav-left{
        width: 100%;
        height: auto;

    }
    .nav-left .desktop_icon{display: none;}
    .mobile_side_icon{
        display: block;
    }
    .mobile_icon{display: block;width: 100px;height: auto; padding: 3px; mix-blend-mode: multiply;}
    .cont_n_button{
        display: block;
    }
    .left_text_side{
        width: 100%;
        text-align: center;
    }.image_side{
        display: none;
    }

    .head_text{
        font-size: 2.8rem;
    }
    .container .nav .nav-right{
        display: none;
    }
   
    .section{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .title_box {padding-bottom: 3rem;}
    .item_box{
        display: block;    
    }
    .item{
        width: 100%;
        min-width: 100%;
        margin-top: 15px;
    }
    .item_box_contact {
        display: block;
        height: auto;
        padding-bottom: 2rem;
    }
    .div{
        width: 100%;
        display: none;
    }
    .div_1{
        width: 100%;
        padding: 15px;
        overflow: hidden;
    }
    input{
        width: 100%;
        margin: 5px;
    }
    button{
        width: 100%;
    }
    .buttons{
        margin-left: 0px;
        margin: 10px;
    }
    .div_gs{
       width: 100%;
    }


    .col{
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 15px;
      
    }
    .img_box{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-left: 0px;
        z-index: 2;
        margin-top: -35px;
       
    }
    
   
    .text_box{
         width: 100%;
        text-align: center;

         padding: 15px  ;
         overflow: hidden;
         margin-left: 0px;
    
    }
    
    .footer{
        display: block;
        height: auto;
    }
    .footer .f_left {
        width: 100%;
    }
  
    .footer .f_right{
        width: 100%;
        border-left: none;
        padding-left: 0px;
        display: flex;
        
    }
    .f_left .copyright{
        display: none;
    }
    .f_right div{
        width: 50%;
      
    }
    .f_right .copyright{
        display: block;
        color: rgb(206, 206, 206);
        margin-top: 15px;
    }

    .blog_row{
        display: block;
        
    }
    .blog_show{
        width: 100%;
        padding: 5px;
        padding-right: 0px;
    }

    .ads_block{
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .c_card{
        display: block;
    }
    .detail{
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }
    .view {width: 100%; justify-content: center;}
    .our_client{
        margin-top: 30px;
        display: grid;
        grid-template-columns: auto auto auto auto;
        gap: 20px; 
    }


}

@media screen and (max-width: 500px) {
    /* .container::before{display: none;} */
    /* .container .nav{ 
       margin: 5px;
       border-radius: 50px;
       box-shadow: 2px 1px 2px rgba(153, 153, 153, 0.414);

    } */
    .section{
        padding-left: 10px;
        padding-right: 10px;
    }
    .div_gs{width: 100%;font-size: small;}
    .footer .f_right{
        display: block;
    }
   
    .item_bg_tem{
       padding: 10px;
    }
    .top_head_text {
        font-size: medium;
    }
    .our_client{
        margin-top: 30px;
        display: grid;
        grid-template-columns: auto auto;
        gap: 20px; 
    }
}


