@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

html {
    font-size: 66%;
    scroll-behavior: smooth;

}

@media(max-width:1024px) {
    html {
        font-size: 60%;
    }
}

@media(max-width:768px) {
    html {
        font-size: 57%;
    }
}

@media(max-width:550px) {
    html {
        font-size: 54%;
    }
}


::-webkit-scrollbar {
    width: 1rem;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

section {
    padding: 7rem 0;
}

p {
    font-size: 2rem;
    text-align: justify;
}

.container {
    width: 100%;
}

.max-width {
    padding: 0 2.5%;
    width: 95%;
    margin: 0 auto;

}

h1 {
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;
    color: #357db7;
    padding-top: 60px;
    padding-bottom: none;
    padding-left: 0;
    padding-right: 0;
}

h2 {
    text-align: center;
    font-size: 3rem;
    text-transform: capitalize;
    color: #222;
    padding: 30px 0px;
}

p {
    text-align: justify;
    font-size: 1.6rem;
}

/* more than  one columns start------*/
.columns {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    flex-wrap: wrap;
}

.columns div {
    padding: 1.0rem;
}

.one {
    flex: 1;
    align-items: center;
}

.two {
    flex: 4;
    align-items: flex-start;
}

.three {
    flex: 1;
}

/*@media(max-width:768px){
    .columns{
        height: auto;
    }
 .columns div{
    flex:1 1 300px;/*flex:  flex-grow flex-shrink flex-basis
}
}
@media(max-width:468px){
    .columns{
        height: auto;
    }
 .columns div{
    flex:1 1 200px;
  }*/


img {
    width: 100%;
    overflow: hidden;
}

/* more than  one columns end------*/

/* For mobile phones: */
.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

[class*="col-"] {
    width: 98%;
}

@media only screen and (min-width: 500px) {

    /* For tablets: */
    .col-1 {
        width: 6.33%;
    }

    .col-2 {
        width: 14.66%;
    }

    .col-3 {
        width: 23%;
    }

    .col-4 {
        width: 31.33%;
    }

    .col-5 {
        width: 39.66%;
    }

    .col-6 {
        width: 48%;
    }

    .col-7 {
        width: 56.33%;
    }

    .col-8 {
        width: 64.66%;
    }

    .col-9 {
        width: 73%;
    }

    .col-10 {
        width: 81.33%;
    }

    .col-11 {
        width: 89.66%;
    }

    .col-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {

    /* For desktop: */
    .col-1 {
        width: 6.33%;
    }

    .col-2 {
        width: 14.66%;
    }

    .col-3 {
        width: 23%;
    }

    .col-4 {
        width: 31.33%;
    }

    .col-5 {
        width: 39.66%;
    }

    .col-6 {
        width: 48%;
    }

    .col-7 {
        width: 56.33%;
    }

    .col-8 {
        width: 64.66%;
    }

    .col-9 {
        width: 73%;
    }

    .col-10 {
        width: 81.33%;
    }

    .col-11 {
        width: 89.66%;
    }

    .col-12 {
        width: 100%;
    }
}

/*--------------------------- scroll to top div start ----------------------*/
#myBtn {
    display: none;
    position: fixed;
    position: fixed;
    right: 2%;
    top: 92%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
    font-size: 2rem;
    border: none;
    outline: none;
    background-color: #357db7;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    width: 70px;
    height: 50px;
}

#myBtn i {
    color: #fff;
}

#myBtn:hover {
    background-color: #222;
}


.headinfo {
    background-color: #357db7;
    border-bottom: 2px solid rgba(254, 254, 254, .4);
}



.info {
    display: flex;
    justify-content: space-between;
    min-height: 4 rem;


}

.so-icon {
    margin-left: 20px;
}

.so-icon i {
    color: #eee;
    font-size: 20px;
    padding: .8rem;
    border-right: .3px solid rgba(204, 204, 204, .4);
    cursor: pointer;
}

.info-detail {
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    line-height: 4 rem;
}

.info-detail i {
    color: #eee;
    font-size: 18px;
    cursor: pointer;
    padding: .6rem;

}

.info-detail p {
    color: #eee;
    align-items: center;
    padding: .6rem;
    font-size: 1.4rem;

}

.info-detail p a {
    color: #eee;
}

.call {
    position: fixed;
    right: 2%;
    top: 83%;
    z-index: 99999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 40px;
}

.message {
    position: fixed;
    right: 2%;
    top: 75.2%;
    z-index: 99999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 40px;
}

.message a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 2rem;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 5px;

}

.message a:hover {
    background-color: #222;
}

.call a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 2rem;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 5px;
}

.call a:hover {
    background-color: #222;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.what {
    background: #01a51c;
    color: white;
}

@media(max-width:963px) {
    .info {
        display: block;
        justify-content: space-between;
        height: auto;

    }

    .info-detail {
        margin-left: 20px;
    }

}

@media(max-width:847px) {
    .info-detail {
        margin-left: 20px;
        display: block;

    }

}



/* whyus columns start------*/
.whyus {
    padding: 5px;
    margin: 5px;


}

.whyus i {
    font-size: 4rem;
    color: #357db7;
    padding: 20px;
}

.whyus h4 {
    font-size: 1.8rem;
    color: #555;
    font-weight: bold;
    padding: 10px 0;
}

.whyusbox {
    border: 1px solid rgba(240, 240, 240, .5);
    margin: 5px;
    border-radius: 5px;
    transition: all .3s ease;
}

.whyusbox:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);

}

/* ------------------------------callus columns start------*/

.callus {
    background-image: url(../images/computer-repair.jpg);
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}

.callus p {
    text-align: center;
    color: #fff;
    padding-top: 40px;
    font-size: 2rem;
}

.callus h4 {
    font-size: 2.4rem;
    margin: 40px 0px;
}

.callus a {
    padding: 10px 35px;
    border-radius: 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    margin: 30px 0;
    font-size: 1.5rem;
    text-align: left;
}

.callus a:hover {
    color: #fff;
    background-color: #222;

}

/* ------------------------------services columns start------*/
.service {
    width: 100%;
    padding-bottom: 80px;
    background-color: #357ab7;


}

.service h2 {
    margin-bottom: 50px;
    padding: 50px 0;
    color: #fff;
}

.service h3 {
    padding: 20px 0;
    font-size: 1.8rem;
    color: #222;
    text-align: center;
}

.servicebox {
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid rgb(192, 190, 190);
    border-radius: 10px;
    margin: 5px;
    text-align: center;
}

.servicebox li {
    margin-left: 30px;
    font-size: 1.6rem;
    color: #222;
    text-align: left;

}

.servicebox:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .9);
    transform: translateY(-10px);
    transition: all .3s ease;
    border: none;

}

.servicebox i {
    text-align: center;
    padding: 25px 0px;
    color: #357db7;
    font-size: 70px;
}

.servicebox a {
    padding: 10px 35px;
    border-radius: 8px;
    color: #fff;
    background-color: #357db7;
    text-align: center;
    margin: 30px 0;
    font-size: 1.5rem;
    margin-top: 40px;
    text-align: left;
}

.servicebox a:hover {
    color: #fff;
    background-color: #222;

}

.servicelist {
    margin: 20px 0px;
}


.service hr {
    margin: 20px 0;
}

/*-------------------------------------------testimaonials start-----------------*/
.testimonial {


    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #222;

}

.testimonial h2 {
    color: #222;
}

.mySlides {
    display: none;
}

.mySlides img {
    vertical-align: end;
    width: 100px;
    height: 100px;
    border-radius: 200px;
}

.mySlides h3 {
    padding: 15px 0;
    font-size: 2rem;
    color: #222;

}

.mySlides p {
    font-size: 1.6 rem;
    line-height: 2.4rem;
    text-align: center;
}

/* Slideshow container */
.slideshow-container {
    max-width: 700px;
    position: relative;
    margin: auto;
    text-align: center;
    height: 450px;

}

/* Caption text */
.text {
    color: #4444;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #4444;
    font-size: 1.2rem;
    padding: 0px 12px;
    position: absolute;
    top: 0;
    right: 0;
}


/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.phe {
    height: 105px;
}

.active {
    background-color: #717171;
}

.customer {
    color: #fff;
    font-size: 5rem;
    padding: 5px;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}


@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

/*--------------------------contact details start --------------------*/

.contact i {

    color: #fff;
    background: #357db7;
    font-size: 20px;
    padding: 16px;
    border-radius: 5px;
    margin-top: 5px;
    width: 50px;
    height: 50px;
    text-align: center;

}

.contact h4 {
    font-size: 1.8rem;
    color: #357db7;
    font-weight: bold;
}

.contact p {
    margin-bottom: 30px;
}

.contact p a {
    color: #000;
}

/*------form-------*/
input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    margin-left: 0;
}

input[type=number],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    margin-left: 0;
}

input[type=email],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    margin-left: 0;
}

input[type=submit] {
    background-color: #357db7;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 20px;
}

input[type=submit]:hover {
    background-color: #222;
}

.form-contact {
    font-size: 2rem;
}

/*--------------------------footer details start ------------------------*/

.footer {
    background: #222222;
    color: #fff;
    padding: 80px 0;
}

.footer a {
    font-size: 1.6rem;
    color: #fff;
    padding: 20px auto;
    line-height: 3rem;
}

.footer i {
    color: #357db7;
    padding-right: 10px;
    font-size: 1.5rem;

}

.footer li {
    list-style: none;

}

.footer h2 {
    color: #fff;
    text-align: left;
    padding-top: 0;
}

.footer p {
    padding-right: 30px;
}

.footer h3 {
    color: #888;
    text-align: left;
    padding-bottom: 20px;
    font-size: 1.8rem;
}

.footer2 {
    padding: 30px 0;
    color: #fff;
    background: #000;
    font-size: 1.6rem;
    text-align: center;
}

.footer2 a {
    color: #888;
}

.add p {
    padding: 5PX 0;
    font-size: 1.4rem;
}

.add p a {
    color: #fff;
}

.add i {
    padding: 5PX 0;
    font-size: 1.4rem;
}


/*--------------------------------------------gallery section styling -----------------------*/
.containerp {
    width: 100%;
    height: auto;
    /*background-color:#999;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.gallery {
    width: 32%;
    height: auto;
    /*background-color:#FFFF00;*/
    margin: 5px;

}

.gallery a {
    font-size: 1.6rem;
    color: #357ab7;
    text-align: center;
    font-weight: 500;
}

.subhead {
    font-size: 1.6rem;
    color: #357ab7;
    text-align: center;
    font-weight: 500;

}

.gallery img {
    border-radius: 15px;

}

.gallery img:hover {
    box-shadow: 0 0 10px #000;
    transition: all 0.3s ease;
}

@media screen and (max-width:1200px) {
    .gallery {
        width: 40%;
    }
}

@media screen and (max-width:750px) {
    .gallery {
        width: 80%;
    }
}

.co-banner h1 {
    text-shadow: 0 0 15px #000;
    color: #fff;
    padding: 80px 0;
}

.co-services h3 {
    font-size: 1.8rem;
    color: #357db7;
    padding: 1.5rem 0;
}

.co-services li {
    font-size: 1.6rem;
    color: #555;
    margin-left: 3rem;
}

.co-services img {
    max-width: 300px;
}


/*-----------------------------complaint-------------------------------*/
.complaint {
    margin: 30px auto;
}

.complaint h1 {
    text-align: left;
    padding-left: 25px;
    padding-right: 0;
}

.policy {
    font-family: 'Poppins', sans-serif;
}

.policy h1 {
    text-align: center;
    padding: 40px 0;
    font-weight: bold;
    color: #357db7;
    font-size: 3.0rem;
}

.policy p {
    line-height: 24px;
    text-align: justify;
    padding: 20px 0px;
    font-size: 1.4rem;

}

.policy li {
    margin-left: 25px;
    padding-left: 5px;
    color: #222;
    line-height: 24px;
    font-size: 1.4rem;

}

.policy h3 {
    font-size: 2rem;
    color: #357db7;
    padding: 30px 0;
}

.policy h4 {
    font-size: 1.8rem;
}

.policy h5 {
    font-size: 1.56rem;
    padding-bottom: 60px;
}

/*------------------------------------------------4g camera start------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th,
td {
    text-align: left;
    padding: 8px;
    border: 1px solid #222;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

.gtext li {
    margin: 20px;
    font-size: 1.8rem;
    line-height: 20px;
}

.gtext h3 {
    font-size: 2rem;
    color: #4444;
}

/*------------------------------------------------4g camera end------------------------------*/