/********** Template CSS **********/
:root {
    --primary: #FD5D14;
    --secondary: #FDBE33;
    --light: #F4F6F8;
    --dark: #040F28;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: #FFFFFF;
    background-color: #C81C26 !important;
    border-color:#C81C26 !important;
}
.btn-primary:hover {
    color: #FFFFFF !important;
    background-color: #C81C26 !important;
    border-color:#C81C26 !important;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 100%;
    bottom: 0;
    margin-left: -74px;
    border-radius: 0;
    z-index: 99;
}

.bg-dark-radial {
    /* background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px; */
}

.bg-light-radial {
    /* background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px; */
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #C81C26;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 15, 40, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.page-header {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/featurespage.png) center center no-repeat;
    background-size: cover;
}
.page-contact-header{
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/contact.jpeg) center center no-repeat;
    background-size: cover;
}
.page-compare-header {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/compare.jpg) center center no-repeat;
    background-size: cover;
}
.page-faq-header {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/faq.jpg) center center no-repeat;
    background-size: cover;
}
.page-download-header{
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/downioad.jpg) center center no-repeat;
    background-size: cover;
}
.page-client-header{
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/client.jpg) center center no-repeat;
    background-size: cover;
}
.page-news-header{
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/News-and-events-banner.jpg) center center no-repeat;
    background-size: cover;
}
.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.service-item .service-icon i {
    transition: .2s;
}

.service-item:hover .service-icon i {
    font-size: 60px;
}

.portfolio-item {
    margin-bottom: 60px;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}

@media (min-width: 992px) {
    /* .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--primary)
    } */
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--primary);
    transform: skew(40deg);
}
.display-4{
    font-size : 28px !important;
}
.list-style-11 li {
    position: relative;
    padding: 0 0 20px 25px;
    margin: 0 0 20px 25px;
    font-size: 12px;
    font-size: 17px;
    line-height: 20px;
    border-bottom: 1px dotted #ccc;
    list-style-type: none;
}
.list-style-11 li:before {
    content:"\1F449";
    position: absolute;
    top: 0;
    left: -4px;
    color: #fff;
    /* background: blue; */
}
.footer-links{
    list-style: none;
}
.footer-links li{
    color:white !important
}
.text-theme-color{
    color:white !important
}
.read-more {
    color: ffffff;
    cursor: pointer;
    text-decoration: underline;
  }
  .flex-column
  {
    flex-direction: column !important;
  }
  .text-md-start
  {
    text-align: center !important;
  }
  .centerimg{
    display: flex !important;
    justify-content: center !important;
  }
  hr{
    width: 60%;
    color: #232c42;
    background-color: #293551;
    opacity: 1.0;
    height: 5px !important;
    margin-left: 19%;
  }

  .imgleftside{
    position: relative !important;
    display: inline-block !important;
    text-align: center !important;
  }
  .imgleftside button{
    padding: 5px 12px 5px 12px;
    border: 3px solid #eceeef;
    font-weight: 600;
    background-color: #C81C26;
    color: white;
  }
  .imgleftside h4{
    color: #C81C26;
  }


  .slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin: 0px auto;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 16.66%; /* 6 images per view */
    box-sizing: border-box;
    padding: 5px;
}

.slide img {
    width: 100%;
    border-radius: 10px;
}
.bg-light-menu{
    border-bottom: 1px solid rgb(77 85 103);
    color: white;
}

/* .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
} */

.prev {
    position: absolute;
    display: inline;
    width: 0;
    left: -22px;
    top: -10px !important;
    border: none;
    background-color: #ffffff;
    padding-right: 15px;
    padding-left: 8px;
    border: 2px solid;
}
.next {

    position: absolute;
    display: inline;
    width: 0;
    right: -22px;
    top: -10px !important;
    border: none;
    background-color: #ffffff;
    padding-right: 15px;
    padding-left: 8px;
    border: 2px solid;
}
.ms-auto{
    margin-left: 108px !important;
}
.compare-features{
    background-color: #ececec;
    padding: 26px;
    border-radius: 15px;
}
.compare-features i{
    background-color: #b8b8b8;
    padding: 12px;
    border-radius: 30px;
    margin-right: 15px;
    color: #6d5555;
}

.compare-features p{
    font-weight: 700;
    text-align: justify;
}
.compare-features_second{
background-color: #212e4c;
    padding: 35px;
    height: 150px;
    position: relative;
    top: 30px;
    text-align: center;
    border-radius: 15px;
}
.compare-features_second h3{
    color:white;
}
.compare-features_second h3 i{
    padding-right: 12px;
}

.main-compare-features{
display: inline-flex;
justify-content: space-evenly;
}
.compare-features_second p{
color: lightgrey;
font-style: italic;
}
.my_check {
    color: #79AE2B;
    font-size: medium;
}
.my_times{
    color: red;
    font-size: medium;
}

.mainfaq{
    background: #f2f2f2;
    padding: 20px;
    color: #110f0f;
}
.mainfaq h3{
    color: #d14f14;
}
.mainfaq i{
    margin-right: 15px;
}
.float-right{
    color: #ad3f0d !important;
    float: right;
}
.card-body p{
    text-align: justify;
}
.buynow{
    display: grid;
    align-items: baseline;
    justify-content: space-around;
    padding: 29px;
    color: black;
    list-style-type: none;
}
.buynow i{
padding-right: 12px;
}
.form-group{
    padding-bottom: 18px;
}
.downloadbtn{
    width: 100%;
}
.downloadbtn i{
    padding-right: 12px;
}
.list-style{
  margin:0;
  padding:0 20px;
  width: 100%;
}
.list-style li{
  list-style-type: none;
  color: black;
  margin:10px 0;
  padding-left: 1.28571429em;
  text-indent: -1.28571429em;
  flex-direction: row;
}
.list-style li:before{
    content: ""; /* Add content for the pseudo element */
    display: inline-block; /* Make it a block-level element to control dimensions */
    width: 10px; /* Adjust width as needed */
    height: 10px; /* Adjust height as needed */
    border-radius: 50%; /* Make it a circle */
    background-color: #608aea; /* Set the circle color */
    margin-right: 5px; /* Add spacing between the circle and the text */
}
.cliimg img{
border: 1px solid;
padding: 10px;
}
.datepick h4{
    color:white;
}
.datepick{
    width: 100px;
    height: 68px;
    text-align: center;
    background: linear-gradient(to bottom right, #09090b, #031474);
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgb(95 90 104 / 34%);
}

.contact-info{
    margin: 33px;
    background: #eeeeee;
    padding: 15px;
    height: 93%;
}
.body{
    margin: 0 auto !important;
}
.header{
    background-color: #01ced1;
    display: block;
    padding-top: 10px;
    padding-left: 15px;
}
.header p{
    background-color: white;
    display: inline-block;
    padding: 8px;
}
.header p a{
    color:#6087bf;
}
.header p .email{
    color:black;
}
.header p .icon{
    color:black;
}
.navbar-light .navbar-brand
{
    color: #C81C26;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: end !important;
    }
}
@media (min-width: 330px) and (max-width: 992px) {
    .download{
        background-color: #C81C26;
        border-radius: 12px;
        padding-left: 10px;
    }
    .download a{
        color:white !important
    }
    .download a:hover{
        background-color:#fd6d2c;
        color:black;
        border-radius: 12px;
        padding-left: 10px;
    }
    .object-fit-cover{
        min-height: 100%;
        object-fit: contain;
      }
    .smscreen{
        margin-top: 50px;
    }
    .img-containter{
        margin:31px auto;
    }
    .slide img {
        width: 130%;
    }
    .prev{
        left: -30px;
    }
  }
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: left !important;
    }
    .download{
        background-color: #C81C26;
        border-radius: 12px;
    }
    .download a:hover{
        background-color:#fd6d2c;
        color:black;
        border-radius: 12px;
    }
    .download a{
        color:white !important
    }
    .object-fit-cover{
        height: 50%;
        object-fit: contain;
      }
  
}
.nav-link{
    font-weight: 900;
}

.samebgc{
    background-color: #01ced1;border-radius: 27px;border: 5px solid black;margin-right: 0px;
}
.bwspace{
    justify-content: space-between !important;
}
.samebgc h5{ 
    text-align: center;
    padding-top:15px;
}
.samebgc ul li{
    list-style-type: none;
    color:black;
}
.samebgc ul li i{
    font-weight: 900;
}
.text-primary{
    color: #C81C26 !important;
}
.bg-light{
    background-color: #ececec !important;
}
.topclient{
    text-align: center !important;
    padding-bottom: 50px !important;
}
.topclient h2{
    color: #C81C26;
}

.bwspacecap{
    justify-content: space-between !important;
    display: flex;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 15px;
}
/* Hide default checkbox */
.custom-checkbox {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }

  .custom-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 2px solid red;
  }
  .custom-checkbox input:checked ~ .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid red;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .custom-checkbox input:checked ~ .blue::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #01ced1;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .dark{
    top: -22px;
    position: relative;
    left: -12px;
  }
  .dark li{
    color:black
  }
  
  .full-version{
    padding-top: 22px;
    color: black;
    text-align: justify;
  }
  .full-version .dwn{
    color: #ffffff;
    border: 2px solid transparent;
    background-color: #C81C26;
    border-color: #C81C26;
    padding: 8px;
    margin-right: 20px;
    transition: border-color 0.3s;
  }
  .full-version .dwn:hover{
    color: #000000;
    background-color: #fd7537 !important;
    border-top-color: #fd6d2c;
    border-left-color: #fd6d2c;
    border-right-color: #fd6d2c;
    padding: 8px;
    border-bottom-color: black;
  }
  .full-version .byn{
    color: #000000;
    border: 2px solid transparent;
    background-color: #01ced1;
    border-color: #01ced1;
    padding: 8px;
    transition: border-color 0.3s;
  }
  .full-version .byn:hover{
    color: #000000;
    background-color: #fd7537 !important;
    border-top-color: #fd6d2c;
    border-left-color: #fd6d2c;
    border-right-color: #fd6d2c;
    padding: 8px;
    border-bottom-color: black;
  }

.same-bgc{
    background-color: #d10101;margin-right: 0px;
}
.same-bgc h5{ 
    color: white;
    padding-left:28px;
    padding-top:15px;
}
.same-bgc ul li{
    list-style-type: none;
    color:rgb(255, 255, 255);
}
.same-bgc ul li i{
    font-weight: 900;
}
.bwspaces{
    display: flex;
    justify-content: space-between !important;
}
.footer ul li{
    color: black;
}
.footer p{
 color: #000000;
}
footer{
    text-align: center;
    color: #d10101;
    padding-top: 6px;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 0; /* Make dots square */
    background-color: #d10101;
  }

  .star-rating {
    color: gold;
    font-size: 1.2rem;
  }

  .carousel-item {
    padding: 40px 20px;
    text-align: center;
    background-color: #f8f9fa;
    min-height: 300px;
  }
  .carousel-item p{
    text-align: justify;
    color: #000000;
  }