﻿*{
    padding:0px;
    margin:0px;
}
.clrr{
    clear:both;
}

/* Header Section */
.p-header{
        height:75px;
    background-color:#1bc1b1;
}
.header{
    width:80%;
    margin:auto;
    display:flex;
    justify-content:space-between;
    padding-top:1.7%;
}
.header .logo{

    color:#ffffff;

}
.logo h1, p{
    display:inline; 
}
.menu{
    margin-top: 5px;
}
.menu ul{
    list-style-type:none;
}
.menu ul li{
    display:inline;
    padding-right:15px;
}
.menu ul li a{
    color:#ffffff;
    text-decoration:none;
}

/* Banner section */

.slider{
   
}
.banner{
    background-image:url(../data/banner.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    height: 500px;
}
.banner-text{
    padding-top:8%;
}
.banner-text .h2{
    width:20%;
    margin:auto;
    padding:10px;
    background-color:rgba(255, 0, 0, 0.8);
    
}
.banner-text h2{
    font-size:40px;
    color:#ffffff;
}
.banner-text h4{
   
    color:#ffffff;
    text-align:justify;

}
.h4{

}
.banner-text .h4{
     width:30%;
    margin:auto;
    background-color:rgba(0, 0, 0, 0.35);
    padding:25px;
    font-family:Courier New, Courier, monospace;
}

/* Services Section */

.p-services{
    
    background-color:#e6e6e6;
    height:550px;
}
.services{
    width:80%;
    margin:auto;
    padding-top:4%;
}
.services-ch1{
    
    background-color:#dedede;
    height:50px;
    padding:25px;
    font-family:sans-serif;
}
.services-ch1 h2{
    float:left;
}
.services-ch1 button{
    padding:18px 25px;   
    background-color:#c71e1e;
    color:#ffffff;
    border:none;
    float:right;
    font-size:16px;
    border-radius:10px;
}

.services-ch2 .d1{
    width:20%;
    margin-right:1%;
    height:250px;
    background-color:#ffffff;
    padding:2%;
    float:left;
    border-top-left-radius:20px;

}
.d1 h2{
    text-align:center;
    padding-top:10%;
}
.d1 p{
    text-align:center;
}
.d1 button{ 
    padding:18px 25px; 
    background-color:#c71e1e;
    color:#ffffff;
    border:none;
    border-radius:5px;
    
}
.d1 .btn{
    text-align:center;
    position:relative;
    top:22.5%;
}

/* images section */

.p-images{
    height:650px;
     background-color:#d3d3d3;
}
.images{
    width:80%;
    margin:auto;

}
.images .texts{
    text-align:center;
    padding-top:5%;
}
.texts h1 {
    color: #dc2828;
    font-size: 50px;
}
.m1{
    width:30%;
    float:left;
   
}
.m2{
    width:40%;
    float:left;
         position:relative;
    top:-50px;
}
.m3{
    width:30%;
    float:left;
}