/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: Poppins;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden !important;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}
/* width */
::-webkit-scrollbar {
    width: 12px;
    
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ff0055; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #420068; 
    border-radius: 10px;
  }
.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}
.padding_0{
    padding: 0px;
}
.padding_left_0{
    padding-left: 100px;
}
.header_section {
    width: 100%;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
}
  
.header_bg{
  padding: 0px;
}
.navbar-brand{
    width: 30%;
}
.nav-item :hover{
background-color: #ff0055;
color: #fff;
border-radius: 5px;
}

.bg-light {
    background-color: transparent!important;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 18px;
    color: #420068;
    text-transform: uppercase;
}
.dropdown-menu a:hover{
    color: white;
    background-color: #420068;
}

.banner_main{
    width: 100%;
    float: left;
    padding-left: 100px;
}
.banner_taital {
    float: left;
    font-size: 40px;
    color: #ff0055;
    padding-top: 80px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
}
.banner_taital_1 {
    float: left;
    font-size: 40px;
    color: #420068;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    
}
.container-fluid {
    display: flex;
    justify-content: space-between;
  }
  .left-text {
    text-align: left;
    flex: 1;
    padding-right: 10px; /* Add some space between text and image */
  }
  .right-image {
    text-align: right;
    flex: 1;
  }
  .right-image img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

.banner_text {
    width: 40%;
    float: left;
    font-size: 16px;
    color: #171616;
    margin-left: 0px;
}
.btn_main {
    width: 100%;
    float: left;
    padding-top: 75px;
    padding-left: 20px;
}
.more_bt {
    width: 170px;
    float: left;
}

.more_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #ff0055;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
}

.trust {
    width: 200px;
    height: 200px;
    background-color: pink;
  }
  
.more_bt a:hover {
    color: #ffffff;
    background-color: #420068;
}
.contact_bt {
    width: 170px;
    float: left;
    margin-left: 15px;
}
.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
}
.contact_bt a:hover {
    color: #ffffff;
    background-color: #420068;
}

.menu_main{ 
    width: 95%; 
    float: left;
}
.menu_main ul{ 
    margin: 0px;
    padding: 0px;
}
.menu_main li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px;
}
.menu_main li.active {
    color: #000 !important;
}
.menu_main li a {
    color: #ffffff;
    padding: 11px 20px;
}
.menu_main li a:hover{
    color: #ffffff; 
    background-color: #ff0055;   
}
.menu_main_1{ 
    width: 30%; 
    float: left;
}
.menu_main_1 li a:hover{
    color: #ffffff; 
    background-color: #ff0055;   
}
.menu_main_1 ul{ 
    margin: 0px;
    padding: 0px;
}
.menu_main_1 li{
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 10px;
}
.menu_main_1 li a{
    color: #ffffff;
    padding: 11px 20px;
    
}
.about_section{
  width: 100%;
  float: left;
}
.image_1{
  width: 100%;
  float: left;
}
.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #420068;
    font-weight: bold;
    padding-top: 70px;
}
.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #7f8081;
    margin-left: 0px;
    padding-top: 40px;
}

.read_bt {
    width: 170px;
    float: left;
    margin-top: 60px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #ff0055;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
}
.read_bt a:hover {
    background-color: #420068;
}
.services_section{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
}
.services_section::after {
    content: '';
    position: absolute;
    background-color: #f9f9fb;
    height: 100%;
    width: 640px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    top: 0;
    z-index: -1;
}
.services_taital {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #420068;
    font-weight: 600;
}
.image_2 {
    width: 80%;
    float: left;
    padding-left: 120px;
}
.box_main {
    width: 100%;
    float: left;
    border: 1px solid #d3d3d3;
    height: auto;
    padding: 20px;
    margin-top: 50px;
}
.technology_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #420068;
    margin-left: 0px;
    font-weight: 500;
}
.dummy_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #545455;
    margin-left: 0px;
}

.readmore_bt {
    width: 170px;
    float: left;
    margin-top: 40px;
    margin-bottom: 60px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: white;
    background-color: #ff0055;
    text-align: center;
    padding: 10px 0px;
}
.readmore_bt a:hover {
    background-color: #420068;
}
.software_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.software_taital{
  width: 100%;
  float: left;
  font-size: 36px;
  color: #420068;
  text-align: center;
  font-weight: 600;
}
.software_text{
  width: 50%;
  margin: 0 auto;
  font-size: 16px;
  color: #545455;
  text-align: center;
}
.software_section_2{
  width: 100%;
  float: left;
}
.image_6{
  width: 100%;
  float: left;
}

.ipsum_text {
    width: 84%;
    float: left;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: -4px;
}

.owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.owl-item:not(.center) > div:hover {
  opacity: .75;
}

.works_section{
  width: 100%;
  float: left;
  position: relative;
}
.work_taital {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #420068;
    text-align: center;
    font-weight: 600;
}
.works_section_2{
  width: 100%;
  float: left;

}
.works_section:after {
    content: '';
    position: absolute;
    height: 245px;
    width: 400px;
    top: -30px;
    background-image: url(../images/img-9.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
}

.fully_text{
  width: 100%;
  float: left;
  font-size: 20px;
  color: #171717;
  text-transform: uppercase;
  font-weight: 500;
}
.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5c5c5c;
    margin-left: 0px;
    margin-top: 0px;
}

.contact_section{
  width: 100%;
  float: left;
}
.contact_section_2{
  width: 100%;
  float: left;
  background-color: #f9f9fb;
  height: auto;
  margin-top: 50px;
}
.image_10{
  width: 100%;
  float: left;
  border-radius: 4%;
}
.email_text {
    width: 90%;
    float: left;
    padding: 50px 20px 20px 20px;
}
.email-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2a2a2c;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
}
input.email-bt::placeholder {
    color: #2a2a2c;
}
.massage-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2a2a2c;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
}
textarea#comment::placeholder {
    color: #2a2a2c;
}
.send_btn {
    width: 170px;
    float: right;
}
.send_btn a{
    width: 100%;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background-color: #ff0055;
    padding: 10px;
    border-radius: 5px;
}
.send_btn a:hover {
    background-color: #420068;
}
.btn2{
    width: 100px;
    float: right;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    background-color: #ff0055;
    padding: 10px;
    border-radius: 5px;
}
.btn2:hover {
    background-color: #420068;
}

.footer_section{
  width: 100%;
  float: left;
  background-color: rgb(66, 0, 104,0.7);
  height: auto;
  margin-top: 20px;
}
.address_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fffcf4;
    text-transform: uppercase;
}
.dolor_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fffcf4;
    padding-top: 10px;
    margin: 0px;
}
.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2b2c2c;
    background-color: #ffffff;
    height: auto;
    padding: 5px 20px;
    margin-top: 18px;
    border-radius: 20px;
    border: 0px;
}
input.mail_text::placeholder {
    color: #2b2c2c;
}
.subscribe_bt {
    width: 100%;
    float: left;
}
.subscribe_bt a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #ff0055;
    padding: 5px 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 22px;
    border-radius: 20px;
    border: 2px solid #ff0055;
}
.subscribe_bt a:hover {
    background-color: #420068;
    border-color: white;
}
.footer_logo {
    width: 120px;
    float: left;
    padding-bottom: 5px;
}
.social_icon {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    margin-top: 90px;
    text-align: center;
    margin-bottom: 40px;
}
.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.social_icon li {
    float: left;
    padding: 20px 3px 0px 3px;
}


.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    text-align: center;
    color: #ffffff;
}
.copyright_text {
    width: 100%;
    float: left;
    color: #000;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
    padding: 10px 0px;
}
.copyright_text a{
    color: #000
}
.copyright_text a:hover{
    color: #6cf567;
}

.margin_90{
  margin: 90px 0px;
}
.margin_top_80{
  margin-top: 80px;
}
.margin_top_0{
  margin-top: 0px;
}
.form-container{
    background-color: rgb(255, 0, 85,0.5);
   height: 620px;
   border-radius: 30px;
   margin-top: 20px;
   padding: 20px;
}

.form-group{
    color: white;
}
.form-control{
    background-color: rgb(255, 255, 255,0.5);
}
.text-center{
    color: white;
}

.logo_text{
    color: #420068;
    padding-top: 20px;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}
.text1{
    padding-top: 30px;
    text-align: center;
}
.money{
    width: 40%;
}
.satisfaction{
    width: 40%;
}
.image1{
    text-align: center;
}
.card {
    border-radius: 10px;
    border-color: #ff0055;
    margin: 20px;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  .content {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    transition: top 0.3s ease;
}

  .c_name{
    color: #420068;
    font-weight: bold;
    font-size: 40px;
  }
  .c_price{
    color: #ff0055;
    font-weight: bold;
    font-size: 30px;
  }
  .form_h{
    color: black;
  }
  .details{
    text-align: left;
    max-height: 150px; /* Set the max height for details */
    overflow-y: scroll; /* Enable vertical scrolling */
  }
     /* Customizing scrollbar colors */
     .details::-webkit-scrollbar {
        width: 10px;
      }
  
      .details::-webkit-scrollbar-thumb {
        background-color: #ff0055; /* Change the scroll thumb color */
        border-radius: 5px;
      }
  
      .details::-webkit-scrollbar-track {
        background-color: #f0f0f0; /* Change the track color */
      }
      .order_btn {
        width: 100%;
        float: left;
    }
    .order_btn a {
        width: 100px;
        text-align: center;
        font-size: 15px;
        color: #ffffff;
        background-color: #ff0055;
        padding: 10px 10px;
        text-align: center;
        text-transform: uppercase;
        margin-top: 22px;
        border-radius: 10px;
        border: 2px solid #ff0055;
    }
    .order_btn a:hover {
        background-color: #420068;
        border-color: white;
    }
    .form-select{
        background-color: rgb(255, 255, 255,0.5);
        border-radius: 5px;

        width: 100%;
    }
    .logo_p{
        width: 100%;
        height: 90%;
        border-radius: 30px;
    }
    .meet_img{
        width: 100%;
        margin-top: 50px;
    }
    .web_text{
        color: #420068;
        padding-top: 20px;
        font-size: 40px;
        text-align: center;
        font-weight: bold; 
    }
    .bg_1{
        width: 100%;
    }
    .icons{
        width: 100%;
        height: 250px;
    }
    .txt{
        color: #420068;
        padding-top: 20px;
        font-size: 40px;
        text-align: center;
        font-weight: bold; 
    }
    .txt1{
        color: #420068;
        font-weight: bold; 
        font-size: 30px;
    }
    .txt2{
        color: #ff0055;
        font-size: 21px;
        font-family: 'Times New Roman', Times, serif;
    }
    .c1{
        height: 400px;
    }
    .txt3{
        margin-left: 20px;
        margin-top: 160px;
    }
    .txt5{
        text-align: left;
        padding-left: 10px;
    }
    .imgseo{
        padding-left: 10%;
        padding-right: 10%;
    }
    .vid{
        margin-bottom: 10px;
    }
    .ani1{
        height: 50%;
        margin-bottom: 10px;
    }
    .w1{
        margin: 5px;
        width: 100%;

    }
    .wt{
        color: #ff0055;
        font-size: 21px;
        font-family: 'Times New Roman', Times, serif;
    }
    .wt1{
        color: #420068;
        font-weight: bold; 
        font-size: 30px;
    }
    .box {
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        color: #000;
        background-color: white;
    }
    .symbol img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .wt2{
        font-weight: bold;
        color: #420068;
        font-size: 20px;
    }
    .bs{
        height: 100%;
        border: 1px solid #ff0055;
    }
    .testimonial-card {
        border: 1px solid #ff0055;
        border-radius: 10px;
        height: 95%;
        margin: 5px;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      }
      .testimonial-card img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
      }
      .star-rating i {
        color: #FFD700;
      }

    .mt-3{
        font-size: 20px;
        color: #420068;

        }
        .t1{
            color: #000;
            font-size: 15px;
        }
    
  