*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Poppins', sans-serif;
}

.navbar{
    display: flex;
    align-items: center;
    padding: 20px;
}

nav{
    flex: 1;
    text-align: right;
}

nav ul{
    display: inline-block;
    list-style-type: none;
}

nav ul li{
    display: inline-block;
    margin-right: 20px;
}

.fa-shopping-basket{
    color: #555;
}
a{
    text-decoration: none;
    color: #555;
}

p{
    color: #555;
}

.container{
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
/*----About ceo----

.col-2-ceo img{
    max-width: 100%;
    padding: 30px 0;

    max-width: 50%;
     /*padding: 50px 0;
     text-align: center;
     border-radius: 50%;

}

.col-2-desc h1{
    font-size: 40px;
    line-height: 60px;
    margin: 20px 0;
}

.col-2-desc{
    flex-basis: 50%;
    min-width: 300px;
}

.header2{
    background: white;
}*/

.col-2 .col-2-ceo{
    max-width: 100%;
    padding: 20px 0;
    border-radius: 50%;
}

.header2{
    background:#d2d0d3;
}

.col-2 h3{
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

.col-2 .about-ceo{
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
}

/*----END About ceo----*/
.col-2{
    flex-basis: 50%;
    min-width: 300px;
}

.col-2 img{
    max-width: 100%;
    padding: 50px 0;
}

.col-2 h1{
    font-size: 40px;
    line-height: 60px;
    margin: 20px 0;
}
/*--View Magazine--*/
.btnoffer {
     display: inline-block;
    background: #0066CC;
    color: white;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition:transform 0.5s;
}

.btnoffer:hover{
    background: #3399CC;
}

.btn{
    display: inline-block;
    background: #0066CC;
    color: white;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition:transform 0.5s;
}

.btn:hover{
    background: #3399CC;
}

.btn-quote{
    display: inline-block;
    background: #0066CC;
    color: white;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition:transform 0.5s;
}

.btn-quote:hover{
    background: #3399CC;
}

.header{
    background: radial-gradient(white,#CCCCCC);
}



.header .row{
    margin-top: 10px;
}

.categories{
    margin: 50px 0;
}

.col-3{
    flex-basis: 30%;
    min-height: 250px;
    margin-bottom: 30px;
}

.col-3 img{
    width: 100%;
}

.small-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.col-4{
    flex-basis: 25%;
    padding: 10px;
    min-height: 200px;
    margin-bottom: 5px;
    transition: transform 0.5s;
}

.col-4 img{
    width: 100%;
}

.subtitle{
    text-align: center;
    padding-bottom: 20px;
}

.title{
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
    line-height: 60px;
    color: #555;
}

.title::after{
    content: '';
    background: #0066CC;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

h4{
    color: #555;
    font-weight: normal;
}

h2{
    color: #555;
    font-weight: 500;
    font-size: 30px;
    /*text-transform: uppercase;*/
}
span{
    color: #0066CC;
    font-weight: bold;
}
.col-4 p{
   font-size: 14px;   
}

.rating .fa{
    color: #0066CC;
}

.col-4:hover{
    transform: translateY(-5px);
}

/*--Software-devl---*/
.Software-devl{
    background: radial-gradient(white,#CCCCCC);
    margin-top: 20px; 
    padding: 30px 0;
}



.Software-devl img{
    padding: 50px;

}


.Software-devl small{
    font-size: 16px;
}

.Software-devl p{
    font-size: 16px;
}


/*--Offer---*/
.offer{
    background: radial-gradient(white,#CCCCCC);  
    margin-top: 20px; 
    padding: 30px 0;
}

/*--Offer2---*/
.offer2{
    background: radial-gradient(white,#CCCCCC);  
    margin-top: 20px; 
    padding: 30px 0;
    margin-bottom: 10px;
}


.col-2 .offer-img{
    padding: 50px;
}

small{
    color: #555;
}

.offer small{
    font-size: 16px;
}

.offer p{
    font-size: 16px;
}
/*------Testimonial----------*/
.testimonial{
    padding-top: 40px;
}

.testimonial .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.5s;
}

.testimonial .col-3 img{
    width: 80px;
    margin-top: 20px;
    border-radius: 50%;
}

.testimonial .col-3:hover{
    transform: translateY(-10px);
}

.fa.fa-quote-left{
    font-size: 35px;
    color: #0066CC;
}

.col-3 p{
    font-size: 14px;
    margin: 12px 0;
    color: #555;
}

.testimonial .col-3 h3{
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

/*---- IT consultant home page ---*/
.categories .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.5s;
}

.categories .col-3 img{
    width: 100%;
    margin-top: 20px;
}

.categories .col-3:hover{
    transform: translateY(-10px);
}

/*------Businessprocess----------*/
.businessprocess{
    margin:auto;

}

.businessprocess .col-4{
    width: 100px;
}

.businessprocess .col-4 img {
    width: 100%;
    height: 120px; /* Set a fixed height that works for your layout */
    object-fit: contain; /* or 'cover' depending on your preference */
    cursor: pointer;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.businessprocess .col-4 img:hover{
    filter: grayscale(0);
}

.businessprocess p{
    padding-top: 10px;
    text-align: center;
}

/*------Brands----------*/

.about-products{
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}

.about-products:hover{
    filter: grayscale(0);
}


/*------Brands----------*/
.brands{
    margin: 20px auto;
}

.col-5{
    flex-basis: 100px;
    padding: 5px;
    min-height: 100px;
    width: 100px;
}

.col-5 img{
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}

.col-5 img:hover{
    filter: grayscale(0);
}

/*------Contact IT Consultant----------*/
.Consult-services{
    text-align: center;
    margin: 0 auto 10px;
    position: relative;
    line-height: 40px;
    color: #555;
}

/*------Privacy policy----------*/
.privacypolicy{
    color: #0066CC;
}
/*------Contact Get a quote----------*/
.contact-form{
    padding: 50px 0;
    background: radial-gradient(white,#CCCCCC);
    margin-bottom: 10px;  
}
.form-container{
  background: white;
  width: 300px;
  height: 500px;
  position: relative;
  text-align: center;
  padding: 20px 0;
  margin: auto;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;

}

.form-container .btn-socialmedia{
    font-weight: bold;
    padding: 0 10px;
    color: #0066CC;
    cursor: pointer;
    width: 50px;
    display: inline-block;
}
.form-btn{
    display: inline-block;
}
.form-container form{
    max-width: 300px;
    padding: 0 20px;
    position: absolute;
    top: 150px;
   
}

form input{
    width: 100%;
    height: 30px;
    margin: 5px 0;
    padding: 0 5px;
    border: 1px solid #555;
    
}

form textarea{
    width: 100%;
    height: 30px;
    margin: 5px 0;
    padding: 0 5px;
    border: 1px solid #555;
}
form .btn{
    width: 100%;
    border: none;
    cursor: pointer;
    margin: 5px 0;
}

form .btn:focus{
    outline: none;
}
.contact-text .h2, .p{
    text-align: center;
}

.contact-text p{
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
}


form select {
    width: 100%;
    height: 30px;
    margin: 5px 0;
    padding: 0 5px;
    border: 1px solid #555;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
}



/*select{
    width: 100%;
    padding: 12px 20px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #555;
    border-radius: 5px;
    box-sizing: border-box;
}*/
 /*textarea {
    resize: none;
}*/

/*--googlemap-----*/
.googlemap{
    padding: 10px;
}

/*--Contact details ---*/
.contact-email{

    padding-left: 10px;
    font-weight: lighter;
    font-size: 14px;
    color: #555;
}
.contact-desc{
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #555; 
    display: inline-block;
}
.fa-envelope{
    padding-right: 50px;
    color: #0066CC;
    cursor: pointer;
    display: inline-block;
}

.contact-address{
    display: inline-block;
    padding-top: 30px;
    padding-left: 10px;
    text-align: left;
    font-weight: lighter;
    font-size: 14px;
    color: #555;
}
.contact-location{
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #555; 
    display: inline-block;
}
.fa-map-marker{
    margin-top: 20px;
    padding-right: 50px;
    color: #0066CC;
    cursor: pointer;
    display: inline-block;
}

.contact-text .text-desc{
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.title-contact{
    text-align: center;
    position: relative;
    line-height: 60px;
    color: #555;
}

.title-contact::after{
    content: '';
    background: #0066CC;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*.contact-form-new .googlemap{
    padding-top: 20px;
}*/



/*------Footer----------*/

.footer{
    background: #3399CC;
    color: white;
    font-size: 12px;
    padding: 60px 0 20px;
}

.footer p{
    color: white; 
}

.footer h3{
    color: white;
    margin-bottom: 20px;
}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
    min-width: 200px;
    margin-bottom: 20px;
}

.footer-col-1{
    flex-basis: 30%;
}
.footer-col-1 a{
    color: white;
}

.footer-col-2{
    flex: 1;
    text-align: left;
}

.footer-col-2 img{
    width: 140px;
    text-align: left;
}

ul{
    list-style-type: none;
}

.footer-col-1, .footer-col-3, .footer-col-4{
    flex-basis: 12%;
    text-align: center;
}

.footer-col-3 a{
    color: white;
}
.footer-col-4 a{
    color: white;
}

/*.app-logo{
    margin-top: 5px;
}
.fa.fa-facebook-square, .fa.fa-whatsapp{
    width: 140px;
}*/

.copyright{
    text-align: center;
    text-decoration: none;
}

/*----removing hyperlink and underline on a link*/
.copyright2{
    text-align: center;
}
.copyright2 a{
    text-decoration:none;
    color: white;
}

.copyright2 a:link{
    text-decoration:none;
    color: white;
}

.footer hr{
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
}
.fa.fa-bars{
    width: 28px;
    color: #555;
    margin-left: 10px;
    display: none;
}

.Getquote{
    display: none;
}


/*---Hide h2 tag on each page---
.title{
    display: none;
}*/



/*----------------- media query-------------------*/

@media only screen and (max-width: 800px) {
   /* --NOV. 30, 2024 to display the view magazine button and other under the same class*/
   .btn-quote{
        display: none;
    }
  
    .Getquote{
        display: block;
    }


    .fa.fa-bars{
        display: block;
        cursor: pointer;
    }
    nav ul{
    position: absolute;
    top: 75px;
    left: 0;
    background: #0066CC;
    /*---the line of code z-index 2 brings the blue background color to front---*/
    z-index: 2;
    width: 100%;
    overflow: hidden;
     transition: max-height 0.5s;   
   } 

   nav ul li{
    display: block;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
   }

   nav ul li a{
    color: white;
   }
}


/*---Sub Menu---------*/

.sub-menu-1{
    display: none;

}
.navbar ul li:hover .sub-menu-1{
    display: inline-block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    margin-left: -15px;
}

.navbar ul li:hover .sub-menu-1 ul{
    display: block;
    margin: 10px;
}
.navbar ul li:hover .sub-menu-1 ul li{
    width: 100%;
    padding: 5px;
    border-bottom: 1px dotted #3399CC;
    background: transparent;
    border-radius: 0;
    text-align: left;
}

.navbar ul li:hover .sub-menu-1 ul li:last-child{
    border-bottom: none;
}

.navbar ul li:hover .sub-menu-1 ul li a:hover{
    color: #0066CC;
}

/*------All services----------*/
.row-2{
    display: none;
}

select{
    display: none;
}
.row-2{
    justify-content: space-between;
    margin: 20px auto 20px;
}
select{
    border: 1px solid #0066CC;
    padding: 5px;
}
select:focus{
    outline: none;
}
.page-btn{
    margin: 0 auto 20px;
}
.page-btn span{
    display: inline-block;
    border: 1px solid #0066CC;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;

}
.page-btn span:hover{
    background: #0066CC;
    color: white;
}

/*.page-btn span:active{
    background-color: #0066CC;
}*/

/*----------Single product --------------------*/
.single-product{
    margin-top: 10px;
}

.single-product .col-2 img{
    padding: 0;
}

.single-product .col-2{
    padding: 10px;
}

.single-product .title-product{
    margin: 5px 0;
    font-size: 30px;
    font-weight: 600;
    color: #555;
}

.single-product p{
    margin: 10px 0;
    font-size: 14px;
    color: #555;
}

.single-product h6{
    font-weight: 600;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}
.single-product .fa-briefcase, .fa-clock-o, .fa-check-circle-o, .fa-location-arrow{
    color: #555;

}

.single-product .scope{
    padding-left: 10px;
    font-weight: lighter;
    font-size: 14px;
    color: #555;
}

.small-img-row{
    display: flex;
    justify-content: space-between;
}

.small-img-col{
    flex-basis: 24%;
    cursor: pointer;
}

/*---------single product -----
.single-product .row{
    text-align: left;
}

.single-product .col-2{
    padding: 20px 0;
}*/

/*----------------- media query less than 600 screen size-------------------*/
@media only screen and (max-width: 600px) {
    .row{
        align-items: center;
    }
    .col-2, .col-3, .col-4, .col-5{
        flex-basis: 100%;
    }
/*---------single product -----*/
    .single-product .row{
        text-align: left;
    }

    .single-product .col-2{
        padding: 20px 0;
    }
    .contact-text .text-desc{
        font-size: 16px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
    }
    /*---show h2 tag on each page---
.title{
    display: block;
}*/
}