.about1-section-area {
    position: relative;
    z-index: 1;
    background: #0438a10d;
}
.sp1 {
    padding: 40px 0 40px;
}
.about-heading h5 {
    text-align: center;
    font-style: normal;
    line-height: 18px;
    text-transform: capitalize;
    padding: 8px 23px;
    display: inline-block;
    background-color: #ff110012;
    color: red;
    border-radius: 25px;
}
.about-heading h2, .about-heading .h2 {
    font-size: 40px;
    font-weight: 200;
    line-height: 1.2;
}
b, strong {
    font-weight: 800;
}
.space20, .space18 {
    height: 10px;
}
.about-heading h2 strong, .about-heading .h2 strong {
    color: #0438a1;
}

#carouselExampleIndicators img {
    border-radius: 64px;
}
b {
    color: black;
}
.laptops-div {
    background: #d0e1fc;
}
.laptops-div .container {
    max-width: 93%;
}
.laptops-div .col-lg-3 {
    max-width: 23%;
    margin: 0 .5% 1.5% .5%;
    background: #ffffffad;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #0000000a;
}

.laptops-div .pro-info h4 a {
    font-size: 24px !important;
    color: #0438a1 !important;
}
.laptops-div .pro-info h4 {
    text-align: center;
    margin: 15px 0;
    font-size: 24px;
}
.options {
    padding: 40px 0 !important;
}
.pb-5, .py-5 {
    padding-bottom: 2rem !important;
}


.laptops-div .device-info {
    border: none;
}

.about-images-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/imgs/map.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
    animation: animationglob 120s cubic-bezier(1, 0.99, 0.03, 0.08) infinite;
}
.about-images-area {
    position: relative;
}
@keyframes animationglob {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.testimonial {
  border-right: 4px solid #0438a1;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  background: white;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid red;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid red;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: red;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: red;
  font-style: italic;
}
.review-div {
    padding: 40px 0;
    background: #f2f5fa;
}
.sticky .categorie-search-box input, .sticky .categorie-search-box button {
    height: 41px;
}
.sticky .categorie-search-box button{
    line-height: 38px;
}
.header-menu-list > li > a:hover {
    background: #f5f6f700 !important;
}
.header-menu-list > li:hover > a {
    color: #FFEB3B !important;
}
.sticky .header-top {
    padding: 5px 0;
}
.review-div .carousel-control-next, .carousel-control-prev{
    display: none;
}
.review-div .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right:5px;
    margin-left: 5px;
    background-color: rgb(255 52 52 / 28%);
    cursor: pointer;
}
.carousel-indicators .active {
    background-color: red !important;
}
.review-div ol.carousel-indicators {
    bottom: -34px;
}
.highlight-btn a.btn {
    width: fit-content;
    background: #ff1100;
    padding: 12px 34px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 500;
}
.faqs .accordion {
    margin: 20px 0;
}
.faqs .accordion .item {
    border: none;
    margin-bottom: 50px;
    background: none;
}
.faqs .t-p{
  color: rgb(193 206 216);
  padding: 40px 30px 0px 30px;
}
.faqs .accordion .item-s .item-header h2 button.btn.btn-link {
    background: #0438a11f;
    color: #000000;
    border-radius: 0px;
    font-size: 23px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #0000001a;
    text-transform: capitalize;
    white-space: normal;
    height: auto;
}
.faqs .accordion .item-s .item-header h2 [aria-expanded="true"] i {
    float: right;
    font-size: 30px;
    color: #ffffff;
    background-color: #ffffff47;
}
.faqs .accordion .item-s .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}

.faqs .accordion .item-s .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 10px 24px;
    display: block;
    width: 100%;
    text-align: left;
}

.faqs .accordion .item-s .item-header h2 svg {
    float: right;
    font-size: 30px;
    width: 30px;
    fill: #ffffff;
    background-color: #0438a1;
    width: 40px;
    padding: 9px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.faqs .item-s p {
    padding: 15px 26px 0 26px;
}
.faqs button.btn.btn-link.collapsed svg {
    transform: rotate(0deg);
}

.faqs button.btn.btn-link svg {
    transform: rotate(180deg);
    transition: 0.5s;
}
.faqs .accordion .item-s .item-header h2 button.btn.btn-link[aria-expanded="true"] {
    color: #ffffff !important;
    background: #0438a1;
}
.item-s {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 6px;
}
.types-sec .col-md-3 p {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: capitalize;
}
.types-sec .col-md-3 {
    box-shadow: 1px 0px 6px 0px #0000002e inset;
    border-radius: 7px;
    padding: 16px;
    max-width: 19%;
    text-align: center;
    margin: .5%;
    transition: all 0.3s ease-out 0s;
    background: #f2f5fa;
}
.services {
    padding: 50px 0;
}

@media (max-width: 991px) {
    .services {
        padding: 50px 0 36px;
    }

    .services .service-right {
        display: none;
    }

    .services .services-group .services-icon {
        padding: 8px;
    }

    .services .services-group .services-icon .icon-img {
        padding: 8px;
    }
}

.services .service-right {
    position: absolute;
    top: 0;
    right: 0;
}

.services .services-group {
    margin: 0 0 16px;
    border-bottom: 1px solid #001f3f;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.services-content p {
    margin-bottom: 0;
    font-size: 14px;
}
.services .services-group::before {
    position: absolute;
    top: 39px;
    right: 0;
    left: calc(63% + 34px);
    content: "";
    border: 1px dashed #ADD8E6;
    width: calc(100% - 82px);
}

@media (max-width: 767px) {
    .services .services-group::before {
        content: none;
    }

    .services .services-one,
    .services .services-two,
    .services .services-three {
        border-bottom: 0;
    }
}
.bg-secondary {
    background-color: #0438a1 !important;
}
.services .services-group.service-date {
    border-color: #001f3f; 
}

.services .services-group.service-loc {
    border-color: #ffc107; 
}

.services .services-group.service-book {
    border-color: #ff1504;
}
.feat h6 {
    font-size: 20px;
    margin-bottom: 8px !important;
}
.item .icon i, .item .icon {
    line-height: 90px !important;
}
.services .services-group.service-book::before {
    content: none;
}
.border-warning {
    border: 2px dashed #FF9307;
}
.border-secondary {
    border: 2px dashed #0438a1;
}
.border-dark {
    border: 2px dashed #ff0000 !important;
}
.bg-dark {
    background-color: #ff0000 !important;
}
.about-heading ul {
    padding-left: 22px;
}
.about-heading ul li {
    font-size: 20px;
    margin-bottom: 23px;
    list-style: auto;
    line-height: 1.4;
}
.no-list li{
    list-style: none !important;
}
.no-list {
    padding-left: 0 !important;
}
ul.no-list li i {
    color: red;
}
.services .services-group .services-icon {
    display: inline-flex;
    border-radius: 50px;
    margin-bottom: 17px;
    padding: 5px;
    background: #fff;
    position: relative;
    z-index: 99;
}
.services .services-group .services-icon .icon-img {
    border-radius: 50px;
    display: inline-flex;
    width: 60px;
    height: 60px;
    padding: 6px;
}

.services .services-group .services-content h3 {
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 17px;
}

.services .services-one {
    border-bottom: 2px solid #001f3f; 
}

.services .services-two {
    border-bottom: 2px solid #ffc107; 
}

.services .services-three {
    border-bottom: 2px solid #d3d3d3; 
}

.services .services-three::before {
    border: 0;
    width: 0;
}

.options .col-lg-3 {
    background: #f2f5fa;
    border-right: 1px solid #0438a12b;
    padding-top: 17px;
}
.options p {
    font-size: 17px;
    margin-bottom: 0;
}
.options .item1 {
    margin-bottom: 25px !important;
}
p.copyright {
    font-size: 15px;
}
.timeline.timeline-one .timeline-item:nth-child(2n+1) {
    margin-top: 0;
    margin-left: 0 !important;
}
.timeline.timeline-one .timeline-item {
    margin-top: -134px;
}
.timeline.timeline-one .timeline-item {
    margin-left: 52% !important;
}
.testimonial .pic img {
    height: 80px;
    object-fit: cover;
}
.one-th h3 {
    font-size: 23px;
}
.one-th .col-md-3 {
    max-width: 32%;
    flex: 0 0 40%;
}
.one-th p {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-top: 8px !important;
}


.review-div a.btn {
    background: #0438a1 !important;
}










@media only screen and (max-width:767px){
.types-sec .col-md-3, .laptops-div .col-lg-3{
    max-width: 100%;
}
.about1-section-area {
    overflow: hidden;
}
.about-heading h2 {
    font-size: 27px;
}
p {
    font-size: 18px;
    line-height: 1.5;
}
.about-heading ul li {
    font-size: 17px;
    margin-bottom: 18px;
}
.services .services-group {
    width: 100%;
}
.faqs .accordion .item-s .item-header h2 button.btn.btn-link {
    background: #0438a11f;
    color: #000000;
    border-radius: 0px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #0000001a;
    text-transform: capitalize;
    white-space: normal;
}
.faqs .accordion .item-s .item-header h2 button.btn.btn-link {
    position: relative;
}
.faqs .accordion .item-s .item-header h2 svg {
    font-size: 30px;
    width: 30px;
    color: #0438a1;
    background-color: #0438a100;
    width: 35px;
    height: 29px;
    position: absolute;
    right: 3px;
    bottom: 6px;
}
.testimonial .pic {
    display: inline-block;
    position: initial;
}
.testimonial {
    padding: 30px 19px 30px 24px;
    margin: 0 15px 30px 15px;
}
.timeline.timeline-one .timeline-item:nth-child(2n+1) {
    margin-top: 0;
}
.timeline.timeline-one .timeline-item {
    margin-top: 0;
}
.timeline.timeline-one .timeline-item {
    margin-left: 50% !important;
}












}





































