*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;

}


.nav-warp{
    height: 70px;
    display: flex;
    background-color: #693503;
    justify-content: space-between;
    align-items: center;
    color: whitesmoke;
    padding: 0rem 2rem;
       
}



.c-name{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 10px;

}

.c-name h1{
    margin-bottom: -17px;
    font-size: 3rem;
    color: orangered;
    font-family: 'Anton', sans-serif;
    animation-name: clr;
    animation-duration: 5s;
    animation-iteration-count: infinite;

}


@keyframes clr {
    0%{color: red;}
    50%{color: orange;}
    99.99%{color: red;}

       
}




nav{
    display: flex;
    justify-content: flex-end;
}


nav ul li{
    list-style-type: none;
    display: inline-block;
    padding: 10px 5px;
}

nav ul li a{
    color: white;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
}

nav ul li .active, nav ul li a:hover{
    color: wheat;
    text-decoration: none;
    background-color: #8b5c03;
    padding: 7px 13px;
    border-radius: 3px;
}







@media screen and (max-width: 768px){
    nav ul{
        position: fixed;
        margin-top: 40px;
        background-color: #5e3d01;
        width: 100%;
        height: calc(100vh - 50px);
        right: -100%;
        transition: all 0.5s;
       


    }
nav ul li{
    display: block;
    text-align: center;
    margin-top: 1rem;
}

#check:checked ~ ul{
    right: 0;
}



}

nav .fa{
    float: right;
    margin-right: 20px;
    cursor: pointer;
    display: none;
    color: white;
    font-size: 1.5rem;
    display: none !important;


}

@media screen and (max-width: 768px){
    nav .fa{
        display: block !important;
    }
}


@media screen and (max-width: 420px){
    nav ul{
        width: 100%;
    }

}




#check{
    display: none;
}




.phem{
    background-color: #f9ea8f;
    background-image: linear-gradient(315deg, #aff1da 0%, #f9ea8f 74%);
    box-shadow: 0px 0px 200px 0px inset #00000054;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2rem;

}

.phem p{
    color: black;
    margin-left: 2rem;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0.5rem 0rem;
}

.phem p .fa{
    font-size: 1.3rem;
}


.phem a{
    color: #000000;
    text-align: center;
    text-decoration: none;
    padding-left: 5px;
    
}

.phem a:hover{
    color: #aef132;
}

.home-cover{
    background-color: #f9ea8f;
    background-image: linear-gradient(315deg, #f9ea8f 0%, #d5fcee 74%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    padding: 2rem 2rem;

}

.home-cover .col-1{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;

}

.home-cover .col-1 h1{
    font-size: 3.5rem;
    font-family: 'Anton', sans-serif;
    margin-bottom: 1rem;
}

.home-cover .col-1 h4{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.home-cover .col-1 p{
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.querry-btn{
    background-color: #ff0000;
    padding: 7px 13px;
    border: 5px solid #ff0000;
    border-radius: 40px;
    border-style: outset;
}

.querry-btn a{
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 900;
}


.home-cover .col-2{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.home-cover .col-2 h1{
    font-family: 'Anton', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 0rem;
    
}


.home-cover .col-2 form{
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background-color: orange;
    max-width: 400px;
}

.home-cover .col-2 form input{
    margin-bottom: 0.5rem;
    height: 3rem;
    padding-left: 1rem;
    
}



.home-cover .col-2 form textarea{
    margin-bottom: 0.5rem;
    min-height: 6rem;
    padding-left: 1rem;
    resize: vertical;
    
}

.home-cover .col-2 form textarea::placeholder{
    padding-top: 0.5rem;
}

.home-cover .col-2 form button{
    font-size: 2rem;
    font-weight: bold;
    background-color: #ff0000;
    border: none;
    color: white;
    cursor: pointer;
}

.why-us{
    background-color: #f5f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 5rem;


}

.why-us h1{
    font-family: 'Anton', sans-serif;
    border-bottom: 4px solid red;
    margin-bottom: 2rem;


}


.why-us p{
    font-size: 1.2rem;
}

.home-web-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: rgb(221, 247, 184);

}

.home-web{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: rgb(221, 247, 184);

}

.home-web .image{
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-web .image img{
    width: 80%;
    transition: all 0.5s ease;
    filter: contrast(150%);
 
}

.home-web .image img:hover{
    transform: scale(110%);
    filter: contrast(150%);
    
}





.home-web .text{
    padding-left: 3rem;
    flex-basis: 50%;
}

.home-web-wrap h2{
    font-size: 2rem;
    font-weight: bold;
    color: tomato;
    text-align: center;
    
}

.home-web .text h4{
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #00000099;

}

.home-web .text ul{
    list-style-type: none;
    padding-left: 2rem;
}

.home-web .text ul li{
    line-height: 2rem;
    font-size: 1.1rem;
    color: #00000075;

}

footer{
    display: flex;
    justify-content: center;
    background-color: #383737;
    color: white;
    padding: 1rem;
}

footer ul li{
    margin-bottom: 1rem;
}

footer a{
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;

}

footer p{
    margin-bottom: 0.5rem;
    
}

footer a:hover{
    color: #bdbaba;
}

footer h2{
    font-weight: bold;
    color: white;
    padding-bottom: 1rem;
}

footer ul{
    list-style-type: none;
}

footer h3{
    font-weight: bold;
    margin-bottom: 0.5rem;
}


footer .h-ct{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
}

footer .h-ct .ct{
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;

}


footer .h-ct .social-link{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    flex-direction: column;
    margin-top: 1rem;
}

.social-icon ul li{
    display: inline-block;
    padding: 0.3rem;
    
    
    
}


.social-icon ul li a{
    border: 2px solid white;
    padding: 10px;
    border-radius: 50%;
}






footer .sr-ad{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;


}

footer .services{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}


footer .address{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 1rem;
}

.copy-right{
    background-color: black;
    color: white;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}














@media screen and (max-width: 786px){
    .home-cover{
        flex-direction: column;
    }

    footer{
        flex-direction: column;
    }

    .home-web-wrap{
        flex-direction: column;
        padding: 0.5rem;

    }

    .home-web{
        flex-direction: column;
    
    }

    .home-web .image{
        margin: 0;
        padding-bottom: 2rem;
    }

    .home-web .image img{
        width: 100%;
    }

    .home-web .text{
        margin: 0px;
        padding: 0px;
    }

    .home-web .text ul{
        padding: 0px;
    }

    .home-print{
        flex-direction: column;
    }

  

    
}


@media screen and (max-width: 500px){
    footer .h-ct, footer .sr-ad{
        flex-direction: column;
    }


    .phem{
        flex-direction: column;
        align-items: flex-end;
    }

    .home-cover .col-2, .home-cover .col-1{
        padding: 0.5rem;
        
    }

    .why-us{
        padding: 2rem;
    }

}


/**********CSS for Home Photography Page**********/
.photography-wrap{
    padding: 4rem 10rem;
    background-image: url(image/photography.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 5000px 5000px 5000px 5000px inset #00000090;
    
}

.photography{
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    justify-content: center;


}


.photography-wrap h2{
    color: tomato;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-align: center;
}

.photography-wrap p{
    font-size: 1.5rem;
}


#photography-btn{
    background-color: tomato;
    color: white;
    padding: 10px 15px;
    font-size: 1.5rem;
    margin-top: 1rem;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.5s ease;

}


#photography-btn:hover{
    background-color: white;
    color: tomato;

}




@media screen and (max-width: 786px){
    .photography-wrap{
        padding: 2em;
    }


}



/**********CSS for Home Photography Page**********/


/**********CSS for Home Brand **********/

.brands{
    display: flex;
    flex-direction: column;
    align-items: center; 
    padding: 3rem 10rem;
    background-color: #efefef;
  
    
}


.brands h2{

    color: tomato;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}


.brands-item-wrap{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
    
    

}


.brand-item img{
    height: 80px;
    margin: 1rem;
}

@media screen and (max-width: 786px) {
    .brands{
        padding: 2rem;
    }
}



/**********CSS for Home Brand**********/


/**********CSS for Home Ongoing Projectes**********/

.ongoing-projects{
    display: flex;
    flex-direction: column;
    align-items: center; 
    padding: 3rem 10rem;
    background-color: #d0d0d0;
  
    
}

.ongoing-projects h2{
    color: #024979;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

/**********CSS for Home Ongoing Projectes**********/




/*************CSS FOR CONTACT PAGE***************/

        #map{
            height: 300px;
            z-index: -1;
        }

        .c-detail{
            display: flex;
            background-color: beige;
            padding: 1rem;
            justify-content: center;
            align-items: center;
        }

        .c-form-wrap{
            flex-direction: column;
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .c-detail form{
            background-color: #f8f8f7;
            margin: 1rem;
            padding: 2rem;
            display: flex;
            flex-direction: column;
            flex: 1;
            box-shadow: 0px 0px 10px #00000045;
            max-width: 450px;
        }

        
        .c-detail form h2{
            font-weight: bold;
            padding-bottom: 0.5rem;
        }
        
        .c-detail form h2 span{
            font-family: 'Anton', sans-serif;
            font-size: 2rem;
            color: red;
        }

        .c-detail form p{
            padding-bottom: 0.5rem;
        }


        .c-detail form input, .c-detail form select{
            margin-bottom: 0.5rem;
            height: 2rem;
            padding-left: 1rem;
        }

        .c-detail form textarea{
            min-height: 7rem;
        }

        .c-detail form button{
            margin-top: 0.5rem;
            padding: 0.5rem;
            background-color: #ff0040;
            border: none;
            color: white;
            font-weight: bold;
            font-size: 1rem;
        }


        .c-info-wrap{
            display: flex;
            flex-direction: column;
            
        }



        .c-info{
            flex: 1;
            margin: 1rem;
            padding: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .c-info h1{
            font-family: 'Anton', sans-serif;
        }

        .c-info p{
            margin-bottom: 2rem;
            line-height: 1.5rem;
        }

        .c-info p span{
            font-weight: bold;
        }

        .c-info p a{
            text-decoration: none;
            color: #666565;
        }

        .c-info p a:hover{
            color: #000;
        }

        @media screen and (max-width: 786px){
            .c-detail{
                flex-direction: column;
            }

        }

/*************CSS FOR CONTACT PAGE***************/

/*************CSS FOR DESINE PAGE***************/
.design-cover{
    background-color: #eec0c6;
    background-image: linear-gradient(315deg, #eec0c6 0%, #7ee8fa 74%);
    display: flex;
    flex-direction: column;
    color: white;
    padding: 1rem;


}

.design-cover .intro{
    display: flex;
    flex-direction: column;
    padding-left: 40%;
}

.design-cover .intro h1{
    font-family: 'Anton', sans-serif;
    font-size: 5rem;
    color: tomato;
}



.design-cover .intro h2{
    font-size: 3rem;
    font-weight: bold;


}

.design-cover .intro p{
    text-align: right;
    font-size: 1.5rem;
}

.package{
    justify-content: space-around;
    flex-wrap: wrap;
    display: flex;
    margin: 1rem;
}

.package ul{
    margin: 0rem 1rem;
    
}


.package li{
    color: black;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid grey;
    list-style-type: none;
    padding-left: 1rem;
    display: flex;
    
}

.package li .far{
    color: #03f703;
    margin-right: 0.5rem;
    font-size: 0.8rem;
}

.package .upper{
    padding: 1rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.small .upper{
    background-color: orangered;
}

.medium .upper{
    background-color: #b1b105;
}

.large .upper{
    background-color: rgb(190, 60, 9);
}

.upper h1{
    font-family: 'Anton', sans-serif;
    margin-bottom: 0.5rem;
    text-align: center;
    


}

.design-cover .price{
    color: #02596e;
    font-size: 2rem;
}

.upper h1 span{
    font-size: 1rem;
    margin-right: 0.1rem;
    font-weight: bold;
}

.upper p{
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1rem;
}



.small, .medium, .large{
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    margin: 1rem;
    min-height: 750px;
    box-shadow: 0px 0px 10px #818181;
    border-radius: 5px;
    overflow: hidden;
}

.package button{
    padding: 0.5rem;
    background-color: #fc3636;
    border: none;
    font-size: 1.3rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;


}

.package button:hover{
    background-color: #aa0202;
}

.package button a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: yellow;
    background-color: transparent;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
    cursor: pointer;
    color:white;
}

@media screen and (max-width: 786px){
    .small, .medium, .large{
        margin-top: 1rem;
    }

    .design-cover .intro{
        padding: 0.5rem;
        text-align: center;
    }

    
    
}



/*************CSS FOR DESIGN PAGE***************/


/*************CSS FOR DEVELOPMENT PAGE***************/

    .d-cover{
        display: flex;
        padding: 1rem 2rem;
        background-color: rgb(245, 243, 240);

    }

    .d-cover .beyond{
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    

    .d-cover h1{
        font-family: 'Anton', sans-serif;
        font-size: 5rem;
        margin-bottom: 1rem;
        color: #024979;
    }

    .d-cover h2{
        text-align: center;
        margin-bottom: 0.5rem;
        font-weight: bold;
    }

    .d-cover p{
        margin-bottom: 2rem;
        text-align: center;
    }

    .d-cover .img-wrap{
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 0;
    } 

    .d-cover .img-wrap img{
        max-height: 400px;
    }


    .d-about{
        margin: 2rem 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        }

    .d-about p{
        max-width: 800px;
        font-size: 1.3rem;
        line-height: 2rem;

    }


    .dvelopment-process{
        background-color: #02596e;
        color: white;
        padding: 2rem 10rem;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .dvelopment-process h1{
        color: tomato;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }

    .dvelopment-process .dp-item{
        display: flex;
        flex-direction: column;
        padding: 1rem;
        background-color: #026c86;
        padding: 2rem;
        margin: 1rem;
        
    }

    .dvelopment-process .dp-item h2{
        flex-basis: 50%;
        margin-right: 2rem;
        color: #ffae00;
    }

    @media screen and (max-width: 786px){
        .d-cover{
            flex-direction: column;
            padding: 1rem;
        }

        .dvelopment-process{
            padding: 1rem;
        }


    }





/*************CSS FOR PRINTING SOLUTION PAGE***************/
    .p-cover{
        background-color: #faefc4;
        padding: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .p-cover .p-c-text{
        flex-basis: 60%;
    }

    .p-cover h1{
        font-family: 'Anton', sans-serif;
        font-size: 4rem;
        padding-bottom: 1rem;
    }
    
    .p-cover h2{
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .p-cover p{
        margin-bottom: 1rem;
        font-size: 1.1rem;

    }

    .p-cover .p-c-img{
        flex-basis: 40%;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .p-cover .p-c-img img{
        width: 100%;
    }

    .print-items{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        background-color: #fafaf9;
        padding: 3rem 10rem;



    }

    .print-items .items{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 300px;
        min-height: 200px;
        margin: 1rem;
        padding: 1rem;
        transition: all ease 0.5s;
        background-color: white;
        box-shadow: 0px 0px 10px #00000050;

    }

    .print-items .items:hover{
        background-color: white;
        box-shadow: 0px 0px 10px #00000050;
        transform: scale(105%);
    }

    .print-items .items img{
        height: 100px;
        width: 100px;
        border-radius: 50%;
        margin-bottom: 0.5rem;
        border: 3px solid tomato;

    }

    .print-items .items h2{
        font-weight: bold;
        border-bottom: 2px solid tomato;
        padding: 0.5px 1rem;
        margin-bottom: 1rem;
        color: tomato;
        text-align: center;
        
    }

    .print-items .items p{
        text-align: justify;
        color: #777676;
    } 

    .print-items .items p a{
        color: tomato;
        text-decoration: none;
    }

    .print-items .items p a:hover{
        color: red;
    }






    @media screen and (max-width: 786px){
        .p-cover .p-c-img{
            display: none;
        }

        .p-cover .p-c-text{
            flex-basis: 100%;
        }

        .print-items{
            padding: 2rem;

        }


    }


/*************CSS FOR PRINTING SOLUTION PAGE***************/


/*************CSS FOR E-MARKETING PAGE***************/

.d-cover{
    background-color: #6b0f1a;
    background-image: linear-gradient(315deg, #6b0f1a 0%, #b91372 74%);
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;

}

.d-cover .d-c-text{
    flex-basis: 60%;
}

.d-cover h1{
    font-family: 'Anton', sans-serif;
    font-size: 4rem;
    padding-bottom: 1rem;
    color: #04fda6;
}

.d-cover h2{
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: start;
    color: white;
}

.d-cover p{
    margin-bottom: 1rem;
    font-size: 1.1rem;
    text-align: start;
    color: white;

}

.d-cover .d-c-img{
    flex-basis: 40%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.d-cover .d-c-img img{
    width: 100%;
    opacity: 0.7;
    border-radius: 50%;
}

.digital-items{
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 10rem;
    justify-content: space-around;
    background-color: rgb(253, 240, 215);


}

.digital-items .items{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    min-height: 200px;
    margin: 1rem;
    padding: 1rem;
    transition: all ease 0.3s;
    box-shadow: 0px 0px 10px #00000033;
    background-color: #efefef;

}

.digital-items .items:hover{
    transform: scale(105%);
    background-color: white;
    
    
}



.digital-items .items .items-text{
    display: flex;
    flex-direction: column;
}

.digital-items .items img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-bottom: 0.5rem;
    border: 3px solid tomato;
    margin-right: 1rem;

}

.digital-items .items h2{
    font-weight: bold;
    border-bottom: 2px solid tomato;
    padding: 0.5px 1rem;
    margin-bottom: 1rem;
    color: tomato;
    text-align: center;
    
}

.digital-items .items p{
    text-align: justify;
    color: rgb(94, 93, 93);
} 

.digital-items .items p a{
    color: tomato;
    text-decoration: none;
}

.digital-items .items p a:hover{
    color: red;
}






@media screen and (max-width: 786px){

    .digital-items{
        padding: 2rem;
    }

    .digital-items .items{
        flex-direction: column;
    }
    .d-cover .d-c-img{
        display: none;
        margin-left: 0;
    }

    .d-cover .d-c-text{
        flex-basis: 100%;
    }


}


/*************CSS FOR E-MARKETING PAGE***************/


/*************CSS FOR ABOUT PAGE***************/

.about-cover{
    background-image: url(image/about-cover.jpg);
    box-shadow: 0px 0px 50000px 50000px inset #00000070;
    height: 70vh;
    background-position: center center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: tomato;
    padding: 10%;

}


.about-cover h1{
    font-family: 'Anton';

}

.about-cover p{
    font-size: 1.3rem;
    text-align: center;
}   

.cont{
    padding: 2rem 8rem;
    color: #504f4f;
    line-height: 1.8rem;

}


.cont h1{
    font-weight: bold;
    color: black;
    margin-bottom: 1rem;
    line-height: 3rem;
}

.ceo{
    display: flex;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    background-color: tomato;

    
}

.ceo .image{
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: right;
    margin-right: 1rem;

}


.ceo img{
    max-width: 200px;
}

.ceo .text{
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.ceo .text h2{
    font-weight: bold;


}

.ceo .text h4{
    font-weight: bold;
    margin-bottom: 1rem;
    
}

.ceo .text p{
    line-height: 1.8rem;
    
}


@media screen and (max-width: 786px){
    .cont{
        padding: 2rem;
    }

    .ceo{
        flex-direction: column;
    }

    .ceo .text{
        align-items: center;
    }

}

#h-detail{
    background-color: white;
    color: tomato;
}

#h-detail form{
    box-shadow: none;
    background-color: rgb(2, 104, 122);
}



/*************CSS FOR ABOUT PAGE***************/
























