.nav-container {
    overflow-x: auto;
    /* Enable horizontal scrolling */
    white-space: nowrap;
    /* Prevent links from wrapping */
    /* background-color: #f8f9fa; */
    padding: 1rem;
    scrollbar-width: none;
}

.nav {
    display: flex;
    flex-wrap: nowrap;
    /* Prevent wrapping to the next line */
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-link {

    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2d2b29;
    /* font-size: 1.5rem; */
    /* Default color for non-active links */
}

.nav-link.active {
    color: black;
    /* Color for active link */
}

/* .bi-fire {
    font-size: 1.5rem;
  
} */

.nav-link.active {
    font-weight: bold;
}

.nav-link.disabled {
    color: #6c757d;

    pointer-events: none;
}

.custom-search-input {
    /* padding: 0.5rem 1rem;
    border-radius: 1rem;
    min-height: 30px;
    width: 271px; */
    border-radius: 1.5rem;
    padding-left: 2.5rem;
}

.mt-margin {
    margin: 0%;
    color: #f37002;
}

.logo-cl {
    font-family: ui-monospace;
    font-size: large;
    font-weight: bold;
    /* background: linear-gradient(90deg, #ff6502 33%, #02a239 79%); */
    /* background: linear-gradient(93deg, #ff7b26, #ec048c); */
    background: linear-gradient(to right, #ff512f, #f09819);
    background-size: 200% 200%;
    /* Make the gradient twice as wide as the element */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: gradientAnimation 4s linear infinite;
    /* Apply the animation */
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
        /* Start position */
    }

    100% {
        background-position: 100% 50%;
        /* End position */
    }
}

.btn-color-carousel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    border-radius: 7px;
    border: 1px solid #f37002;
    background: #f37002;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.btn-color-carousel:hover {
    background: #f37002;
    color: #fff;
}




.btn-color {
    width: 82%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    border-radius: 7px;
    border: 1px solid #fff099;
    background: #fff099;
    color: #2d2b29;
    font-size: 14px;
    font-weight: 600;
}
@media (max-width:600px) {
    .btn-color{
        width: 78%;
    }
}
.btn-color:hover {
    background: #fff3ad;
    color: #2d2b29;
}

.btn-color-call {
    /* border-color: #f37002;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
   height: 40px; 
    font-size: 14px;
    font-weight: 600;
    width: 51px; */
    width: 51px;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    border-radius: 7px;
    border: 1px solid var(--primary-color, #fff099);
    background: #fff;
    color: var(--primary-color, #fff099);
    font-size: 14px;
    font-weight: 600;
}

.btn-color-call:hover {
    background-color: white;
    /* color: white; */
}

.button-display-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.btn-color-sales {
    background: #19ad6f;
    color: #fff;
    width: 25%;
    align-items: center;
    justify-content: center;
    height: 20px;
    border-radius: 7px;
    border: 1px solid #19ad6f;

    font-size: 6px;
}

.btn-color-sales:hover {
    color: white;
}

.input-group .form-control {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.input-group .input-group-text {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #f8f9fa;
    border-color: #ced4da;
}

.input-group-text i {
    color: #6c757d;
}

.search-icon {
    position: absolute;
    left: 19px;
    /* Adjust this value based on icon size and padding */
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.btn-book-color {
    background: #fff099;
    color: #2d2b29;
    /* width: 80%; */
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 7px;
    border: 1px solid #fff099;

    font-size: 14px;
    font-weight: 600;
}

.btn-book-color:hover {
    background: #fff099;
    color: #2d2b29;
}



@media (max-width: 576px) {
    .search-icon {
        left: auto;
        right: 10px;
        top: 20px;
        /* color: #ffffff; */
    }

    .custom-search-input {
        display: none;
    }

    .search-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.vertical-line {
    width: 2px;
    height: 58px;
    background-color: #ddd;
    margin: 4px 10px 4px 10px;
}




.main {
    margin: 0 auto -60px;
}

.main .img-responsive {
    margin-bottom: 30px;
}

.main-bg {
    height: 428px;
    /* height: 500px; */
}

.main-carousel {
    display: none;
}

.card-width {
    width: 26rem;
}

.bt-width {
    width: 100%;
}

.Package-title {
    color: #515151;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    text-transform: capitalize;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.package-title-prices {
    /* display: flex;
    align-items: center; */
    color: #202020;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    margin-right: 5px;
}


.title-prices {
    /* display: flex;
    align-items: center; */
    padding: 5px 2px;
    color: #0b822a;
    font-size: 9px;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    background: linear-gradient(90deg, rgba(11, 130, 42, .11) 3.64%, rgba(11, 130, 42, .1));
    gap: 3px;
    margin-left: -.5px;
}

.main-title {
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 10px;
}

.selected {
    border: 2px solid blue;
    /* You can adjust the border color and width */
}

.image-container {
    position: relative;
    width: 100px;
    /* Adjust the width of the container */
    height: 100px;
    /* Adjust the height of the container */
}

.image-text {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    left: 7px;
    z-index: 3;
}

.btn-collapse-color {
    background: #f37002;
    color: #fff;
    width: 200px;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 7px;
    border: 1px solid #f37002;

    /* font-size: 14px; */
    font-weight: 600;
    display: inline-block;
    /* white-space: normal; */
}

.scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    align-items: center;
}

.scroll-container a {
    display: inline-block;
}

/* .btn-mobile{
    display: none;
} */
.display-call-buttom {
    display: none;
}

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 0.4375rem;
    bottom: 8rem;
    background: #fff099;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2d2b29;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 240, 153, 0.2),
            0 0 0 0 rgba(255, 240, 153, 0.2),
            0 0 0 5px rgba(255, 240, 153, 0.2),
            0 0 0 10px rgba(255, 240, 153, 0.2);
        box-shadow: 0 4px 10px rgba(255, 240, 153, 0.2),
            0 0 0 0 rgba(255, 240, 153, 0.2),
            0 0 0 5px rgba(255, 240, 153, 0.2),
            0 0 0 10px rgba(255, 240, 153, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 240, 153, 0.2),
            0 0 0 5px rgba(255, 240, 153, 0.2),
            0 0 0 10px rgba(255, 240, 153, 0.2),
            0 0 0 20px rgba(255, 240, 153, 0);
        box-shadow: 0 4px 10px rgba(255, 240, 153, 0.2),
            0 0 0 5px rgba(255, 240, 153, 0.2),
            0 0 0 10px rgba(255, 240, 153, 0.2),
            0 0 0 20px rgba(255, 240, 153, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 240, 153, 0.2),
            0 0 0 0 rgba(255, 240, 153, 0.2),
            0 0 0 5px rgba(255, 240, 153, 0.2),
            0 0 0 10px rgba(255, 240, 153, 0.2);
        box-shadow: 0 4px 10px rgba(255, 240, 153, 0.2),
            0 0 0 0 rgba(255, 240, 153, 0.2),
            0 0 0 5px rgba(255, 240, 153, 0.2),
            0 0 0 10px rgba(255, 240, 153, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(255, 240, 153, 0.2),
            0 0 0 5px rgba(255, 240, 153, 0.2),
            0 0 0 10px rgba(255, 240, 153, 0.2),
            0 0 0 20px rgba(255, 240, 153, 0);
        box-shadow: 0 4px 10px rgba(255, 240, 153, 0.2),
            0 0 0 5px rgba(255, 240, 153, 0.2),
            0 0 0 10px rgba(255, 240, 153, 0.2),
            0 0 0 20px rgba(255, 240, 153, 0);
    }
}


span.num {
    position: absolute;
    color: #fff099;
    left: -30%;
    bottom: -50%;
}

/* .custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 0 15px 0 15px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.btn-11 {
    border: none;
    background: #f37002;
    background: linear-gradient(0deg, #f37002 0%, #f37002 100%);
    color: #fff;
    overflow: hidden;
}

.btn-11:hover {
    text-decoration: none;
    color: #fff;
}

.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-11:hover {
    opacity: .7;
}

.btn-11:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
 */

/* Custom styles for the icon container */
.icon-container {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    /* Adjust spacing between icon and text */

}

.header-vertical-line {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 68%;
    background-color: black;
    /* Change the color as needed */

}

/* Custom styles for the link */
.link {
    color: #515151;
    /* Link text color */
    text-decoration: none;
    /* Remove underline from link */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}

/* Style link hover effect */
.link:hover {
    color: #515151;
    /* Change link text color on hover */
}

hr {
    background-color: #515151;
    padding: 0;
    margin: 6px;
}


.nav-hr-hidden {
    display: block;
}

.carousel-control-next,
.carousel-control-prev {
    top: 48%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    border: none;
    height: 30px;
    width: 30px;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.8);
    /* Darken the background on hover */
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    font-family: bold;
    height: 18px;
    font-weight: bold;
}

.card-color {
    /* background-image: radial-gradient( circle 918px at 13.1% 25.5%,  rgba(249,107,107,1) 0%, rgba(247,231,172,1) 48.9%, rgba(173,247,172,1) 90% ); */
    /* background-color: #071437; */
    background: linear-gradient(135deg, #071437, #f79);
    width: 100%;
    border-radius: 15px;
}

.btn-card-color {
    background: linear-gradient(135deg, #071437, #f79, #d0460a, #88336c);
    /* width: 20%; */
}

.position-relative {
    position: relative;
}

.save-offer-button {
    position: absolute;
    top: 8%;
    left: -2px;
    /* transform: translateY(-50%); */
    /* background: linear-gradient(135deg, #071437, #f79, #d0460a); */
    background-color: #19ad6f;
    color: white;
    border: none;
    /* padding: 10px 20px; */
    border-radius: 5px;
    cursor: pointer;
    font-size: 10px;
    transition: background-color 0.3s ease;
}

.save-offer-button:hover {
    /* background: linear-gradient(135deg, #071437, #f79, #d0460a); */
    background-color: #19ad6f;
}

.card-title-banner {
    display: flex;

    color: #fff;
    /* text-align: center; */
    font-size: 24px;
    font-weight: 700;
    /* font-style: italic; */
    line-height: 36px;
}

.feedback-button {
    height: 40px;
    /* border: solid 3px #CCCCCC; */
    border-radius: 0 15px 0 15px;
    border-color: #f37002;
    background: #f37002;
    width: 100px;
    line-height: 32px;
    /* -webkit-transform: rotate(-90deg); */
    font-weight: 600;
    color: white;
    /* transform: rotate(-90deg); */
    /* -ms-transform: rotate(-90deg); */
    /* -moz-transform: rotate(-90deg); */
    text-align: center;
    font-size: 15px;
    position: fixed;
    right: 0px;
    top: 43%;
    /* font-family: "Roboto", helvetica, arial, sans-serif; */
    z-index: 999;
    font-weight: 600;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}


.main-image-text {
    position: absolute;
    top: 87%;
    left: 21%;
    transform: translate(-50%, -50%);
    color: white;
    /* font-size: 1.5em; */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.about-us-content {
    font-size: small;
}

.btn-book-footer-color {
    background: #f37002;
    color: #fff;
    /* width: 80%; */
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 7px;
    border: 1px solid #b5b4b3;

    font-size: 14px;
    font-weight: 600;
}

.footer {
    display: flex;
    justify-content: center;
    /* Adjust this as needed */
    align-items: center;
    /* Adjust this as needed */
    white-space: nowrap;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f37002;
    color: white;
    text-align: center;
}

.footer-text {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #fff;
    /* text-align: center; */
    font-size: 24px;
    font-weight: 700;
    /* font-style: italic; */
    line-height: 36px;

}

.footer a {
    margin-left: 10px;
    /* Adjust this spacing as needed */
}

.footer-mt {
    margin-top: 12px;
}

.footer-text span {
    margin-right: 10px;
    /* Adjust the value as needed */
}



#toTop {
    display: block;
    position: fixed;
    bottom: 72px;
    /* Adjust to desired position */
    right: 5px;
    /* Adjust to desired position */
    width: 50px;
    /* Adjust to desired size */
    height: 50px;
    /* Adjust to desired size */
    background-color: #f37002;
    color: #fff;
    /* Text color */
    text-align: center;
    line-height: 50px;
    /* Vertically center the text/icon */
    border-radius: 50%;
    /* Make it circular */
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* Smooth transition */
    z-index: 1000;
    /* Ensure it's above other elements */
    opacity: 0;
    /* Initially hidden */
    visibility: hidden;
    /* Initially hidden */
}

/* Hover effect for the scroll-to-top link */
#toTop:hover {
    background-color: #f37002;
    cursor: pointer;
    /* Pointer cursor on hover */
}

/* Style for the hover effect span */
#toTopHover {
    opacity: 1;
    /* Fully opaque */
    transition: opacity 0.3s ease;
    /* Smooth transition */
}

/* Show the scroll-to-top link when needed */
#toTop.show {
    opacity: 1;
    /* Fully visible */
    visibility: visible;
    /* Fully visible */
    transform: translateY(0);
    /* Reset any transform */
}








@media (max-width: 576px) {

    .main {
        display: none;
    }

    .main-carousel {
        display: block;
    }

    .card-width {
        width: 22rem;
    }

    .card-display {
        display: none;
    }


    .btn-mobile {
        position: fixed;
        bottom: 10px;

        left: 50%;
        transform: translateX(-50%);
        z-index: 99999;
        /* width: 100%; */


        background: #f37002;
        color: #fff;
        /* width: 80%; */
        padding: 15px 30px;
        width: calc(100% - 20px);
        align-items: center;
        justify-content: center;
        height: 40px;
        border-radius: 7px;
        border: 1px solid #f37002;

        font-size: 14px;
        font-weight: 600;
        padding: 10px;
        /* Padding to ensure it is touch-friendly */



    }

    .display-call-buttom {
        display: block;
    }

    .btn-card-color {

        width: 70%;
    }

    .vertical-line {
        display: none;
    }

    .col-4-width {
        width: 25.333333%;
    }

    .footer-text {
        font-size: 12px;
        /* Adjust the font size for mobile view */
        line-height: 24px;
    }
}

@media (max-width: 768px) {

    .main {
        display: none;
    }

    .main-carousel {
        display: block;
    }

    .card-width {
        width: auto;
    }


}

@media (max-width: 1024px) {

    .main {
        display: none;
    }

    .main-carousel {
        display: block;
    }

    .card-width {
        width: auto;
    }

}

.ds-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 8px; */
    cursor: pointer;
    min-width: max-content;
    /* min-height: 60px; */
    position: relative;
    /* margin-right: 10px; */
}

/* .nav-link:hover{
    color: #8a8888;
} */
.btn-color-nav {
    background: #f37002;
    color: #fff;
    /* width: 80%; */
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 7px;
    border: 1px solid #f37002;

    font-size: 14px;
    font-weight: 600;
}

.btn-color-nav:hover {
    background: #f37002;
    color: #fff;
}

/* .heading-title{
    display: flex;
    align-items: center;
    line-height: 33px;
    font-size: 22px;
    font-weight: 600;
    color: #202020;
    text-transform: uppercase;
} */




/* line 1, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
.about-low-area {
    position: relative;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 4, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-low-area .about-caption {
      padding-top: 50px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 4, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-low-area .about-caption {
      padding-top: 50px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 4, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-low-area .about-caption {
      padding-top: 20px;
    }
  }
  
  /* line 14, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
  .about-low-area .about-caption p {
    font-size: 16px;
    color: #64676c;
    line-height: 1.6;
    margin-bottom: 43px;
    padding-right: 50px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 14, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-low-area .about-caption p {
      padding-right: 20px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 14, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-low-area .about-caption p {
      padding-right: 0px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 14, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-low-area .about-caption p {
      padding-right: 0px;
    }
  }
  
  /* line 31, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
  .about-low-area .single-caption {
    display: flex;
    align-items: center;
  }
  
  /* line 34, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
  .about-low-area .single-caption .caption-icon span {
    color: #212025;
    font-size: 35px;
    margin-bottom: 0;
    display: block;
  }
  
  /* line 40, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
  .about-low-area .single-caption .caption {
    padding-left: 20px;
  }
  
  /* line 42, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
  .about-low-area .single-caption .caption h5 {
    color: #26264b;
    font-size: 20px;
    font-weight: 500;
  }
  
  /* line 47, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
  .about-low-area .single-caption .caption p {
    color: #7f8192;
    font-size: 14px;
    margin-bottom: 0px;
    display: block;
    line-height: 1.7;
  }
  
  /* line 61, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
  .about-low-area .about-img img {
    width: 100%;
  }
  
  @media (max-width: 575px) {
    /* line 66, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-caption {
      margin-bottom: 35px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 72, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .bg-height.pb-160 {
      padding-bottom: 100px;
    }
  }
  
  /* line 88, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
  .about-area2 .about-img2 {
    padding-left: 90px;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    /* line 88, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 {
      padding-left: 70px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 88, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 {
      padding-left: 50px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 88, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 {
      padding-top: 120px;
      padding-left: 0px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 88, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 {
      padding-top: 80px;
      padding-left: 0px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 88, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 {
      padding-top: 50px;
      padding-left: 0px;
    }
  }
  
  /* line 109, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
  .about-area2 .about-img2 img {
    width: 100%;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 109, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 img {
      width: 80%;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 109, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 img {
      width: 80%;
    }
  }
  /*-- Section Padding -- */
/* line 703, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.section-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    /* line 703, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
    .section-padding2 {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 703, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
    .section-padding2 {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 703, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
    .section-padding2 {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 703, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
    .section-padding2 {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 703, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
    .section-padding2 {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }


  
/* line 88, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
.about-area2 .about-img2 {
    padding-left: 90px;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    /* line 88, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 {
      padding-left: 70px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 88, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 {
      padding-left: 50px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 88, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 {
      padding-top: 120px;
      padding-left: 0px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 88, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 {
      padding-top: 80px;
      padding-left: 0px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 88, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 {
      padding-top: 50px;
      padding-left: 0px;
    }
  }
  
  /* line 109, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
  .about-area2 .about-img2 img {
    width: 100%;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 109, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 img {
      width: 80%;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 109, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_about.scss */
    .about-area2 .about-img2 img {
      width: 80%;
    }
  }

  /* line 4, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_testimonial.scss */
.testimonial-area .testimonial-caption p {
    font-size: 16px;
    color: #072366;
    color: #717b9b;
    line-height: 45px;
    line-height: 1.5;
    margin-bottom: 37px;
  }
  
  /* line 14, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_testimonial.scss */
  .testimonial-area .rattiong-caption span {
    color: #06080a;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
  }
  
  /* line 20, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_testimonial.scss */
  .testimonial-area .rattiong-caption span span {
    color: #767676;
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 15px;
  }
  
/* line 792, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.section-padding30 {
    padding-top: 195px;
    padding-bottom: 180px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 792, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
    .section-padding30 {
      padding-top: 150px;
      padding-bottom: 140px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 792, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
    .section-padding30 {
      padding-top: 100px;
      padding-bottom: 70px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 792, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
    .section-padding30 {
      padding-top: 65px;
      padding-bottom: 70px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 792, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
    .section-padding30 {
      padding-top: 65px;
      padding-bottom: 70px;
    }
  }
   /* line 56, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.fix {
    overflow: hidden;
  }
 /* Homepage1 Testimonial */
/* line 32, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_testimonial.scss */
.h1-testimonial-active button.slick-arrow {
    position: absolute;
    border: 0;
    padding: 10px;
    cursor: pointer;
    background: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 10px;
    font-size: 20px;
    color: #ff5a5a;
    bottom: -72px;
    z-index: 1;
    transform: rotate(-45deg) !important;
  }
  
  /* line 50, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_testimonial.scss */
  .h1-testimonial-active button.slick-next {
    left: 55px !important;
    transform: rotate(45deg) !important;
  }

  
@media (max-width: 575px) {
  /* line 895, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
  .section-tittle {
    margin-bottom: 50px;
    text-align: left !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 895, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
  .section-tittle {
    margin-bottom: 50px;
  }
}

/* line 903, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.section-tittle p {
  color: #7a8290;
}

/* line 906, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.section-tittle span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #ff3e3f;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0.05em;
}

@media (max-width: 575px) {
  /* line 906, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
  .section-tittle span {
    font-size: 14px;
    padding-left: 0px;
    text-align: left;
  }
}

/* line 922, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
.section-tittle h2 {
  font-size: 42px;
  display: block;
  color: #2b2d29;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 922, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
  .section-tittle h2 {
    font-size: 41px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 922, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
  .section-tittle h2 {
    font-size: 31px;
  }
}

@media (max-width: 575px) {
  /* line 922, C:/Users/HP/Desktop/jun-2020/278.Internet_service/assets/scss/_common.scss */
  .section-tittle h2 {
    text-align: left;
    font-size: 27px;
  }
}
