*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
}
header{
    background-image: linear-gradient(rgba(243, 159, 159, 0.4),rgba(247, 179, 179, 0.0)),url('../images/18.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
}
nav{
    color: black;
    width: 100%;
}
nav .logo{
    background-color: black;
    color: white;
    width: 20%;
    text-align: center;
    float: left;
    padding: 15px;
    margin-left: 80px;
    margin-top: 10px;
}
nav .logo h1{
    font-size: 30px;
}
nav .logo h4{
    font-size: 15px;
    font-weight: normal;
}
nav .links{
    width: 70%;
    text-align: right;
    float: left;
    padding: 23px;
}
nav .links ul li{
    list-style: none;
    display: inline-block;
    font-size: 17px;
    padding: 14px;
}
nav .links ul li #responsive{
    color: #fff;
}

nav .links ul li span{
    color: orange;
}
nav .links ul li a{
    text-decoration: none;
    color: #fff;
    transition: 1s;
}
nav .links ul li a:hover{
    color: black;
}
nav .links ul li button{
    padding: 10px;
    background-color: orange;
    color: #fff;
    border: 1px solid orange;
    border-radius: 5px;
    transition: 1s;
}
nav .links ul li button:hover{
    color: black;
}
.clr{
    clear: both;
}
header .container{
    color: #fff;
    text-align: center;
}
header .container h2{
    width: 70%;
    margin: auto;
    padding-top: 20%;
    font-size: 65px;
    font-weight: bold;
}
/* Style the list */
header .container  .breadcrumb{
    padding: 10px 16px;
    list-style: none;
}
header .container .breadcrumb-item{
    display: inline;
    font-size: 18px;
}
header .container .breadcrumb li+li:before{
    padding: 8px;
    color: white;
    content: ">";
}
header .container .breadcrumb-item a{
    color: #fff;
    text-decoration: none;
  }
  
header .container .breadcrumb-item a span:hover{
    color: orange;
}
header .container .breadcrumb li+li:after{
    padding: 8px;
    color: white;
    content: ">";
}
/*    Contact Section   styles   */
.contact{
    width: 100%;
    height: auto;
    padding: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.contact .address{
    width: 23%;
    text-align: center;
    padding: 20px;
    line-height: 40px;
}
.contact .address #sign{
    background-color: black;
    color: #fff;
    border: 1px solid black;
    border-radius: 50%;
    padding: 30px;
    font-size: 30px;
    margin-bottom: 20px;
}
.contact .address h2{
    font-size: 25px;
    color: black;
    font-weight: normal;
}
.contact .address p{
    font-size: 15px;
    color: grey;
}
.contact .phone{
    width: 23%;
    text-align: center;
    padding: 20px;
    line-height: 40px;
}
.contact .phone #phone{
    background-color: black;
    color: #fff;
    border: 1px solid black;
    border-radius: 50%;
    padding: 30px;
    font-size: 30px;
    margin-bottom: 20px;
}
.contact .phone h2{
    font-size: 25px;
    color: black;
    font-weight: normal;
}
.contact .phone p{
    font-size: 15px;
    color: grey;
}
.contact .email{
    width: 23%;
    text-align: center;
    padding: 20px;
    line-height: 40px;
}
.contact .email #email{
    background-color: black;
    color: #fff;
    border: 1px solid black;
    border-radius: 50%;
    padding: 30px;
    font-size: 30px;
    margin-bottom: 20px;
}
.contact .email h2{
    font-size: 25px;
    color: black;
    font-weight: normal;
}
.contact .email p{
    font-size: 15px;
    color: grey;
}
.contact .website{
    width: 23%;
    text-align: center;
    padding: 20px;
    line-height: 40px;
}
.contact .website #site{
    background-color: black;
    color: #fff;
    border: 1px solid black;
    border-radius: 50%;
    padding: 30px;
    font-size: 30px;
    margin-bottom: 20px;
}
.contact .website h2{
    font-size: 25px;
    color: black;
    font-weight: normal;
}
.contact .website p{
    font-size: 15px;
    color: grey;
}
/*   styles of form section   */
.survey{
    background-color: rgb(240, 235, 235);
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.survey .iframe{
    width: 50%;
    height: 100vh;
}
.survey .iframe iframe{
    width: 100%;
    height: 100%;
}
.survey .form{
    width: 50%;
    padding: 20px;
}
.survey .form input{
    width: 90%;
    padding: 10px 7px;
    margin: 30px;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 15px;
    color: grey;
}
.survey .form textarea{
    width: 90%;
    padding: 10px 7px;
    margin: 30px;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 100px;
    font-size: 15px;
    color: grey;
}
.survey .form button{
    padding: 15px 30px;
    background-color: orange;
    color: #fff;
    border: 1px solid orange;
    border-radius: 20px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    margin: 30px;
}
/*  styles of footer   */
footer{
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.9), rgba(0, 0, 0, 0.7)), url('../images/3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
footer .vacation{
    width: 22%;
    padding: 20px;
}
footer .vacation h2{
    text-align: left;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}
footer .vacation p{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    color: grey;
}
footer .vacation ul li{
    list-style: none;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}
footer .vacation ul li #social{
    background-color: black;
    border: 1px solid black;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
}
footer .info{
    width: 22%;
    padding: 20px;
}
footer .info h2{
    text-align: left;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}
footer .info ul li{
    list-style: none;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    color: grey;
    cursor: pointer;
}
footer .experience{
    width: 22%;
    padding: 20px;
}
footer .experience h2{
    text-align: left;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}
footer .experience ul li{
    list-style: none;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    color: grey;
    cursor: pointer;
}
footer .questions{
    width: 22%;
    padding: 20px;
   
}
footer .questions h2{
    text-align: left;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}
footer .questions ul li{
    list-style: none;
    text-align: left;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: grey;
    cursor: pointer;
}
footer .questions #dot{
    color: #fff;
}
footer .questions .dataInfo{
    list-style: none;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}
footer .myp{
    text-align: center;
    margin: 70px;
    font-size: 20px;
    color: grey;
}
footer .myp #heart{
    color: #fff;
}
/*    Media Queries    */