
/*offer popup css*/
   .modal-content {
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
    border-radius: 15px;
    padding: 7px 7px 10px 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    animation: fadeIn 0.5s ease;
}

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.9); }
      to { opacity: 1; transform: scale(1); }
    }

    .modal-header {
      border: none;
      justify-content: flex-end;
    }

    .btn-close {
      background-color: #ccc;
      border-radius: 50%;
      padding: 0.5rem;
      opacity: 1;
    }

    .discount-text {
     font-size: 24px;
     font-weight: 700;
     color: #f00707;
     margin: 25px 0px 25px 0px;
    }

    .coupon-box {
      display: inline-flex;
      margin-top: 20px;
      border: 2px dashed #ccc;
      border-radius: 8px;
      overflow: hidden;
      background: #f8f8f8;
    }

    .coupon-code {
      font-weight: bold;
      padding: 10px 20px;
      background-color: #fff;
      font-size: 1.2rem;
      color: #333;
    }

    .copy-btn {
      background-color: #0d6efd;
      color: white;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .copy-btn:hover {
      background-color: #084298;
    }

    .copied-msg {
      margin-top: 10px;
      font-size: 0.95rem;
      color: green;
      display: none;
    }
    .blink {
  animation: blinker 1s linear infinite;
  color: #ff0000; /* Red color for emphasis */
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*offer popup css*/



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior:smooth
}
body{
    padding:0;
    margin:0;
    box-sizing:border-box; 
    overflow-x: hidden;
    font-size: 17px;
    /* font-family: "Roboto", sans-serif; */
}
.form-control:focus{
    box-shadow: none !important;
}
.py-6 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}
.text-light-color{
    color: #616161;
}
.theam-blue-color{
    color: #05579E;
}
.theam-orange-color{
    color: #F57C00;
}
.theam-gradient-color{
    background: linear-gradient(to bottom, #4babef, #2065e1);
}
.btn-custom{
    background: #F57C00;
    color: #fff;
    text-decoration: none;
}

/*breadcrum start*/
.breadcrumb {
    display: flex;
    align-items: center;
}
.breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb ul li {
    float: left;
    color: var(--dark);
}
.breadcrumb ul li a{
    color: var(--dark);
    text-decoration: none;
}
.breadcrumb li:after {
    content: ">";
    padding: 0 5px;
    color: var(--dark);
    font-family: cursive;
}
.breadcrumb li:nth-last-child(1):after {
    display: none;
}
/*breadcrum end*/

/*common css */

.primary-btn{
    border: 1px solid transparent;
    padding: 14px 13px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    background-color: #f57c00;
    color: #FFF;
    font-weight: 500;
}
.primary-btn:hover{
    border: 1px solid #f57c00;
    padding: 14px 13px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    background-color: #fff;
    color: #f57c00;
    font-weight: 500;
}
.secondary-btn {
    color: #ff7800;
    background-color: #ffffff;
    border-color: #ff7800;
    border-radius: 5px;
    font-size: 16px;
    padding: 14px 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #f57c00;
}
.secondary-btn:hover {
    color: #fff;
    background-color: #f57c00;
    border-color: #ff7800;
    border-radius: 5px;
    font-size: 16px;
    padding: 14px 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #f57c00;
}
a{
  color: rgb(0 67 169);
}

/*common css */

/*--navbar banner start--*/
.navbanner{
    background: url(https://www.aryson.in/dit/img/banner-bg.svg), linear-gradient(to bottom, #4babef, #2065e1);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}
.navbanner .navbar .navbar-nav .nav-item .nav-link{
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 0.5rem 0.9rem;
    position: relative;
}
.navbanner .navbar .navbar-nav .nav-item .nav-link:before{
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    width: 0;
    left: 15%;
    bottom: 0;
    transition: ease 0.5s;
}
.navbanner .navbar .navbar-nav .nav-item:hover .nav-link:before{
    width: 70%;
}
.navbanner .navbar .live-chat{
    background: #F57C00;
    border-radius: 8px;
    display: inline-block;
}
.navbanner .navbar .live-chat a{
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
}
.navbanner .navbar .navbar-toggler{
    border: 1px solid #fff;
    outline: none;
    box-shadow: none;
}
.navbanner .navbar .navbar-toggler span{
    filter: invert(1);
}
.banner-service-cat{
    position: relative;
    top: -100px;
    margin-bottom: -50px;
}
.banner-service-cat .part{
    background: linear-gradient(343deg, #eef4ff, white);
    border-bottom: 3px solid #f57c00 !important;
}
 .navbar-light .navbar-nav .nav-link{
        color:#067bc2;
        font-weight: 600;
    }
    .navbar-light .navbar-nav .nav-link:hover{
        color: #e05a06;
    }
    .dropdown-item:active{background-color: #e9ecef;}
    .dropdown-menu a{color: var(--blue)}
    .dropdown-menu a:hover{color: #e05a06}
    .dropdown-menu .dropend{padding: 3px 0;}
    .dropend:not(:nth-last-of-type(1)){border-bottom: 1px solid #aee0ff;}
    .dropend2:not(:nth-last-of-type(1)){border-bottom: 1px solid #aee0ff;}
    .dropdown-item{
        padding: .25rem 1.3rem;
    }
/*--navbar banner end--*/
/*--navbar 2nd start--*/
 .navbar .navbar-nav .nav-item .nav-link{
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    padding: 0.5rem 0.9rem;
    position: relative;
}
 .navbar .navbar-nav .nav-item .nav-link:before{
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    width: 0;
    left: 15%;
    bottom: 0;
    transition: ease 0.5s;
}
 .navbar .navbar-nav .nav-item:hover .nav-link:before{
    width: 70%;
}
 .navbar .live-chat{
    background: #F57C00;
    border-radius: 8px;
    display: inline-block;
}
 .navbar .live-chat a{
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
}
.navbar .navbar-toggler{
    border: 1px solid #fff;
    outline: none;
    box-shadow: none;
}
 .navbar .navbar-toggler span{
    filter: invert(1);
}
.banner-service-cat{
    position: relative;
    top: -100px;
    margin-bottom: -50px;
}
.banner-service-cat .part{
    background: linear-gradient(343deg, #eef4ff, white);
    border-bottom: 3px solid #f57c00 !important;
}
/*--navbar 2nd end--*/
/*--index about start--*/
.index-about{
    background: linear-gradient(#ffffff54, #ffffff54), url(https://www.aryson.in/dit/img/about-bg.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.index-about .about-right-sec{
    list-style: none;
}
.index-about .about-right-sec li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}
.index-about .about-right-sec li span{
    background: #05579E;
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 0.5rem;
}
/*--index about end--*/
/*--counter sec start--*/
.counter-sec{
    background: url(https://www.aryson.in/dit/img/bg-strip.svg), linear-gradient(to bottom, #4babef, #2065e1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.counter-sec .counter{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.counter-sec .counter .count{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 0 2rem;
    margin-bottom: 1rem;
}
.counter-sec .counter .count span{
    background: #fff;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    color: #05579E;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
/*--counter sec end--*/
/*--service tab start--*/
.service-tab .nav-pills .nav-link{
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #ffffff24;
}
.service-tab .nav-pills .active{
    background-color:#F57C00;
    position: relative;
    border-radius: 5px 0 0 5px;
}
.service-tab .nav-pills .active::before{
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    background-color: #F57C00;
    position: absolute;
    top: 6px;
    right: -15px;
}
.service-tab .tab-content .list{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-tab .tab-content .list li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 1rem;
    min-width: 50%;
}
.service-tab .tab-content .list li::after{
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #05579E;
    border-radius: 50%;
    top: 7px;
    left: 0;
}
.service-tab .tab-content .list li:hover::after{
    background: #F57C00;
}
.service-tab .tab-content .list li a{
    text-decoration: none;
    color: #05579E;
    font-weight: 500;
}
.service-tab .tab-content .list li:hover a{
    text-decoration: none;
    color:#F57C00;
}
/*--service tab end--*/
/*--blog-service start--*/
.blog-service{
    background: #E5F4FF;
}
.blog-service .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
}
.blog-service .items .item{
    background: #05579E;
    border-radius: 20px;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
/*--blog-service end--*/
/*--clients review start--*/
.clients-review{
    background: linear-gradient(339deg, #e5e5e578, transparent);
}
.review{
    background: #fff;
    border: 1px solid #2a76e442;
    box-shadow: 0 4px 5px #E5F4FF;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 1rem;
    height: 100%;
}
.review .user{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    position: relative;
    margin-bottom: 1rem;
}
.review .user img{
    box-shadow: 5px -1px 0px #E5F4FF;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.review .user:after{
    content: "''";
    position: absolute;
    left: 5px;
    top: 10px;
    background: #fff;
    box-shadow: 0px 0px 3px 2px #ddd;
    border-radius: 50%;
    display: flex;
    align-items: stretch;
    height: 20px;
    width: 20px;
    justify-content: space-around;
    font-size: 20px;
    font-family: fantasy;
}
/*--clients review end--*/
/*--our-clients start--*/
.our-clients{
    background: #05579E;
}
/*--our-clients end--*/
/*--footer start--*/
footer{
    background: #0069C5;
}
.social-icon{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.social-icon li a{
    background: rgb(255 255 255 / 20%);
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: ease 0.5s;
}
.social-icon li:hover a{
    background: rgb(5 87 158);
    transform: scale(1.1);
}
.f-contact{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.f-contact li a{
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
    display: inline-block;
    transition: ease 0.5s;
}
.f-contact li:hover a{
    padding-left: 5px;
}
.f-list{
    list-style: none;
    padding: 0;
}
.f-list li a{
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    transition: ease 0.5s;
}
.f-list li:hover a{
    padding-left: 15px;
}
.f-list li a:after{
    content: ">";
    position: absolute;
    left: 0;
    top: -2px;
    font-family: cursive;
}
/*--footer end--*/
/*--copyright start--*/
.copyright{
    background: #05579E;
}
#btn-back-to-top {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    display: none;
    background: #f57c00;
    box-shadow: 0 0 5px #ddd;
    padding: 5px 10px;
    transform: rotate(-90deg);
    color: #fff;
}
/*--copyright end--*/
/*--live chat start--*/
#live-chat{
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    overflow: hidden;
    text-decoration: none;
    border: 2px solid transparent;
}
#live-chat .text{
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-flex;
    padding-left: 1rem;
    margin-right: -140px;
    color: #f57c00;
    opacity: 0;
    transition: ease 0.5s;
}
#live-chat:hover .text{
    margin-right: 0;
    opacity: 1;
}
#live-chat:hover{
    background: #fff;
    border: 2px solid #f57c00;
    border-radius: 55px;
}
 .nav-tabs .nav-link.active{
 color: #F57C00 !important;
 }
 .nav-tabs .nav-link{
    margin-bottom: calc(-1* var(--bs-nav-tabs-border-width));
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    
 }
 .nav-link.active,
 .nav-item.show .nav-link{
    border-left: 1px solid #F57C00 !important;
    border-right: 1px solid #F57C00 !important;
    border-top: 1px solid #F57C00 !important;
 }
 .nav-tabs{
    border-bottom: 1px solid #F57C00 !important;
 }
/*--live chat end--*/
/* -- Media Query -- */ 
@media only screen and (max-width: 768px) {
    .service-tab .nav{
        width: 100%;
    }
    .service-tab .tab-content{
        width: 100%;
    }
    .service-tab .tab-area{
        flex-direction: column;
    }
    .service-tab .nav-pills .active::before{
        top: 50%;
        right: 11px;
    }
    .blog-service .items .item {
        background: #05579E;
        border-radius: 20px;
        padding: 1rem;
        display: flex;
        gap: 1rem;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }
    .counter-sec .counter {
        flex-direction: column;
    }
}
@media only screen and (max-width: 575px) {
    .review{
        text-align: center;
    }
    .review .user {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        margin-bottom: 0.5rem;
    }
    .review .user:after{
        left: 40%;
        top: 0;
    }
    .social-icon {
        justify-content: center;
    }
    .f-list li a:after{
        display: none;
    }
}