*{
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
}

body ,p{
    font-size: 15px;
    text-align:justify;
        font-family: "Inter", sans-serif;

}
.navbar .navbar-brand img{
    height: 100px;
    width: 200px;
    margin: -25px 0px -25px 0px;
}
.navbar .navbar-nav .nav-item a:hover,
.navbar .navbar-nav .nav-item a:active{
    color: red;
    background: none;
}
/* dropdown-menu */
header .offcanvas .offcanvas-body .navbar-nav  .nav-item .nav-link{
    color:white;
}
header .offcanvas .offcanvas-body .navbar-nav  .nav-item .nav-link:hover{
    color:red;
}
header .offcanvas .offcanvas-body .navbar-nav  .nav-item .dropdown-menu .dropdown-item{
    color:white;
}
header .offcanvas .offcanvas-body .navbar-nav  .nav-item .dropdown-menu .dropdown-item:hover{
    color:red;
    background:none ;
}
header .offcanvas .offcanvas-body .navbar-nav  .nav-item .dropdown-menu .dropdown-item{
    color:white;
}
.dropdown-menu{
    display: none;
}
.dropdown:hover .dropdown-menu{
    display: block;
}

/* readcrumb section start */
.breadcrumb{
    background-image: url('/image/bg/breadcrimb2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        height: 30vh;
    width: 100vw;
}
.breadcrumb {

}
.breadcrumb  nav ol {
    font-size: 20px;
}
.breadcrumb nav ol li a:hover{
    color:red;
}

/* pcd services start */
/* .pcd .container .pcd-img{
    height: 400px;
    width: 600px;
} */
 
.pcd .container .pcd-img img{
    height: 100%;
    width: 100%;
    
}
.tpm .container .tpm-img img{
    height: 100%;
    width: 100%;
    
}
.cms .container .cms-img img{
    height: 100%;
    width: 100%;
    
}

.cep .container .cep-img  img{
height: 100%;
width: 100%;
}
.cep .container .hgs .col{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: px;


}
.cep .container .hgs .col h6{
margin-top: 10px;
font-size: 15px;
padding-left: 5px;
}
/* pcd services end */
/* readcrumb section end */

/* right icon start */
.right-icon{
 position: fixed;
    bottom: 100px;
    right: 0px;
    z-index: 12;

}

/* right icon end */

/*  */
/* contact-container start*/
.contact-container {
    display: flex;
    height: 200px;
}

.contact-container .contact {
    width: 100%;
    height: 200px;
    color: white;
    background-image: linear-gradient(rgb(182, 100, 100,12) , rgb(199, 199, 41,32));
}
.contact-container .contact h4{
    text-align: center;
    padding-top: 50px;
}
.contact-container .contact p{
    padding: 0 50px 0 50px;

}

.contact-container .image {
    background-image: url('/image/bg/background2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;

}
.contact-container .image .call{
    text-align: center;
    padding-top: 60px;
}
.contact-container .image .call a{
    color: white;
    font-size: 35px;
}
.contact-container .image .call img{
    padding: 10px;
    border-radius: 100%;
    background: red;
}

/* contact-container end*/



/* footer */
footer{
    background: rgb(107, 132, 243);
}
footer .container h4{
    color: yellow;
}
footer .container p{
    color: white;

}
footer .container p a{
    color: white;
    text-decoration: none;
    transition: all 0.5s;
}
footer .container p a:hover{
    color: red;
    margin-left: 8px;
}
footer .footer-p {
    color:white;
}
footer .footer-p p a{
    color: white;
}
footer .footer-p a:hover{
    color: red;
    transition: all  0.5s;
}