body{
   font-family: "Poppins", sans-serif;
   margin: 0;
   padding: 0;
  /* overflow-x: hidden;  */
}

.clearfix::after{
   content: " ";
   display: block;  
   clear: both; 
}
a{
    text-decoration: none;
    font-family: inherit;
}
/* ? header-wrapper start */
.Header-wrapper{
   width: 100%;
   height: 90%;
   background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3)),
   url(../img/slide01.jpg);
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   color: #ffffff;
}
.nav-bar h4{
    float: left;
    font-weight: 400;
    margin-left: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 19px;
    text-transform: capitalize;
}
.nav-bar h5{
    float: right;
    font-weight: 400;
    margin-right: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 19px;
    color: #fff;
    text-transform: capitalize;
}

.light-text{
    color: #bebdbd;
    font-size: 17px;
    font-weight: 100;
}
.nav-bar span .menu{
    padding-right: 10px;
}
/* ? header-wrapper Ends */
/* ? banner-text start */
.banner-text{
    width: 50%;
    text-align: center;
    margin: 25px auto;
}
.banner-text p{
    font-size: 16px;
    color: #a5a5a5;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 28px;
    margin-bottom: 20px;
}

.banner-text hr {
    width: 50%;
    margin: 0 auto;
    size: 1px;
}

.banner-text h1{
    font-size: 110px;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    margin-top: 5px;
}
/* ? banner-text Ends */
/* ? full-wrapper starts  */

.full-wrapper{
    width: 100%;
    padding: 70px 0;
    background-color: #dfdfdf;
}
.full-wrapper .fixed-width {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.full-wrapper .fixed-width .left {
    float: left;
    width: 45%;
    background-color: #fff;
}
.full-wrapper .fixed-width .right {
    float: right;
    width: 45%;
    background-color: #fff;
}
.left img, .right img{
    width: 100%;
}
.left hr {
    margin: 0 auto;
    width: 45%;
    color: #a6a6a6;
}
.left h6{
    text-align: center;
    font-size: 13px;
    letter-spacing: 4px;
    margin: 55px 0 10px 0;
    color: #a6a6a6;
    font-family: "Poppins", sans-serif;
}
.left h3{
    font-size: 25px;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
}
.left p {
    padding: 15px 45px 5px 45px;
    font-size: 15px;
    font-weight: 100;
    color: #a6a6a6;
    word-spacing: 3px;
    text-align: justify;
    font-family: "Poppins", sans-serif;
}
.button{
    margin: 5px 0 20px 10px;
    padding: 10px 20px 10px 20px;
    border: 2px solid #a6a6a6;
    background-color: transparent;
}
.right hr {
    margin: 0 auto;
    width: 45%;
    color: #a6a6a6;
}
.right h6{
    text-align: center;
    font-size: 13px;
    letter-spacing: 4px;
    margin: 55px 0 10px 0;
    color: #a6a6a6;
    font-family: "Poppins", sans-serif;
}
.right h3{
    font-size: 25px;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
}
.right p {
    padding: 15px 45px 5px 45px;
    font-size: 15px;
    font-weight: 100;
    color: #a6a6a6;
    word-spacing: 3px;
    text-align: justify;
    font-family: "Poppins", sans-serif;
}
/* ? full-wrapper Ends */
/* ? fulL-Quote start */
.fulL-Quote{
    width: 100%;
    background-image: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)),
      url(../img/bg.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    clear: both;
    color: #fff;
    text-align: center;
}
.fulL-Quote p {
    margin-bottom: 15px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 4px;
    margin: 55px 0 10px 0;
    color: #a6a6a6;
    font-family: "Poppins", sans-serif;
}
.fulL-Quote hr {
    width: 50%;
    margin: 0 auto;
}
.fulL-Quote h5{
    font-size: 25px;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    margin-top: 10px;
}
/* ? fulL-Quote Ends */
/* ? four image section start */
.four-section p {
    margin-bottom: 15px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 4px;
    margin: 55px 0 10px 0;
    color: #777777;
    font-family: "Poppins", sans-serif;
}
.four-section hr {
    width: 50%;
    margin: 0 auto;
}
.four-section h5{
    font-size: 25px;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    margin-top: 10px;
}
.four-image img{
    background-color: #ffffff;
    /* padding: 10px; */
    width: 45%;
    float: left;
    margin-bottom: 1%;
    border: 10px solid #fff;
}
.four-image .left-img{
    margin-left: 5%;
}
.four-image {
    width: 70%;
    margin: 0 auto;
}
/* ? four image section  Ends */
/* ? footer start */
.footer-full {
    width: 100%;
    background-color: #000000;
    clear: both;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 55px;
    text-align: center;
}
.span{
    margin-left: 20px;
    position: relative;
    top: 45px;
    left:-1%; 
}
.p{
    margin-left: 540px;
}
.ico .fa {
    color: #bdbdbd;
    font-size: 29px;
}
.footer p{
    color: #ffff;
    font-size: 18px;
    margin-left: 399px;
    position: relative;
    top: 35px;
}
.ico {
    width: 100%;
}
.footer p{
    margin-left: 535px;
    width: 20%;
}
/* ? footer Ends */
/* ! media Query start */
@media only screen and (max-width: 1200px) {
    .full-wrapper .fixed-width{
        width: 70%;
    }
    .full-wrapper .left{
        width: 25%;
    }
    .footer p{
        width: 265px;
        
    }
    div.fixed-width .ico{
        width: 400px;
        margin-left: 360px;
    }
}

@media only screen and (max-width: 1105px) {
    .four-image img.left-img{
        margin-left: 2%;
    }
    .ico p{
        width: 50%;
        text-align: center;
        margin-left: 160px; 
    }
    .footer-center{
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
}
@media only screen and (max-width: 950px) {
    .full-wrapper .fixed-width .left {
        width: 80%;
        clear: both;
        margin-bottom: 9%;
        margin-left: 10%;
    }
    .full-wrapper .fixed-width .right{
        width: 80%;
        clear: both;
        margin-right: 10%;
    }
}
@media only screen and (max-width: 950px){
    .banner-text h1{
        font-size: 90px;
    }
    .four-image{
        width: 70%;
    }
    .four-image img{
        width: 100%;
        clear: both;
        margin-bottom: 5%;
    }
    .four-image img.left-img{
        margin-left: 0;
    }
    .ico p{
        width: 50%;
        text-align: center;
        margin-left: 130px; 
    }
}
@media only screen and (max-width: 600px){
    .banner-text h1{
        font-size: 60px;
    }
    div.full-wrapper .fixed-width{
        width: 100%;
    }
    .full-wrapper .fixed-width .left .button {
        width: 90%;
    }
    .full-wrapper .fixed-width .right .button {
        width: 90%;
    }
    .fulL-Quote{
        background-attachment: scroll;
    }
    .ico p{
        width: 70%;
        text-align: center;
        margin-left: 70px; 
    }
}
@media only screen and (max-width: 420px) {
    .ico p{
        width: 60%;
        text-align: center;
        margin-left: 70px; 
    } 
    .four-image img{
        width: 100%;
    }
    .four-image{
        width: 90%;
        margin-left: 3%;
    }
}
@media only screen and (max-width: 376px) {
    .banner-text{
        width: 100%;
    }
    .banner-text p{
        width: 80%;
        margin-left: 11%;
    }
    .nav-bar h4{
        margin-top: 5%;
    }
}
@media only screen and (max-width: 330px){
    .full-wrapper .fixed-width .left {
        width: 90%;
        margin-left: 5%;
    }
    .full-wrapper .fixed-width .right {
        width: 90%;
        margin-right: 5%;
    }
    .full-wrapper .fixed-width .left h6{
        padding: 5px;
    }
    .full-wrapper .fixed-width .right h6{
        padding: 5px;
    }
    .full-wrapper .fixed-width .left p{
        padding: 9px;
    }
    .full-wrapper .fixed-width .right p{
        padding: 9px;
    }
    .ico p{
        width: 90%;
        text-align: center;
        margin-left: 20px; 
    }
    .banner-text{
        position: relative;
        top: 45px;
    }
    .nav-bar h4{
        margin-bottom: 10px;
        margin-top: 30px;
    }
}
/* ! media Query Ends */
