
/** ADD YOUR AWESOME CODES HERE **/
.p span, .p ul,.p ul li{
	color: #dd666c;
	text-decoration: underline;
}
.p{
    font-size: 18px;
}
.gallery-box ul li{
    padding: 10px;
}
.gallery-box ul li a img{
    width: 319px !important;
    height: 242px !important;
    border: 2px solid #ff8888;
}

.bottonn{
    background: url("../gallery/pexels-viresh-studio-1444442.jpg");
    background-repeat: no-repeat;
 padding: 110px 0px;   
background-size: cover;
}
.bbb{
    width: 80%;
margin-left: 9.8%;
    text-align: center;
}
.bbb > *{
    color: white;
}
.bbb h1{
    font-size: 3.6vw;
}.bbb h2{
    font-size: 2vw;
}
.get_say_form {
  padding: 45px 5px 54px 30px;
  background: #103e65;
  position: relative;
}
.get_say_form h5 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 40px;
}
.get_say_form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.get_say_social-icn {
  display: flex;
  position: absolute;
    bottom: 33px;
    left: 41%;
}
.get_say_social-icn a {
  font-size: 22px;
  color: #fff;
  padding: 0 20px 0 0;
}
.get_say_social-icn a:hover {
  font-size: 24px;
  color: #f85508;
    transform: all 2s ease;
  padding: 0 20px 0 0;
}
.get_say_info_sec i {
  color: #fff;
  font-size: 32px;
}
.get_say_info_sec > li {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  margin-bottom: 40px;
}
.get_say_info_sec > li a {
  width: 100%;
  display: block;
  padding: 15px 25px;
  color: #fff;
  font-size: 16px;
  text-decoration: unset;
  font-weight: 500;
  background: #162b65;
  border-radius: 5px 0 0 5px;
  transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.get_say_info_sec > li a:hover {
  background-color: #f85508;
}