/*
Template Name: Suntech - Digital Agency HTML Template
*/
/*================================================
1. Default CSS
2. Menu CSS
3. Hero CSS
4. History CSS
5. Team CSS
6. Project CSS
7. Testimonial CSS
8. Counter CSS
9. Blog CSS
10. Footer CSS
11. Services CSS
12. About CSS
13. Brand CSS
14. Community CSS
15. Price CSS
16. Gallery CSS
17. Subscribe CSS
18. Contact Page CSS



=================================================*/
/*================================================
1. Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Epilogue:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;300;400;500;600;700;800;900&amp;display=swap");

/* Font Variable */
/* Color Variable */
a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: "Epilogue", sans-serif;
  font-weight: 600;
  color: #171717;
  line-height: 1.2;
}

h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.96px;
}

html,
body {
  font-weight: 400;
  font-size: 16px;
  color: #67687A;
  line-height: 1.8;
  font-family: "Kumbh Sans", sans-serif;
  overflow-x: hidden;
}

p {
  color: #67687A;
  font-size: 16px;
  margin-bottom: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-96 {
  margin-bottom: 96px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-96 {
  padding-bottom: 96px;
}

.bg-color-black {
  background-color: #242424;
}

.bg-color-of-white {
  background-color: #FCFAF3;
}

.z-index-one {
  z-index: 1 !important;
}

.z-index-minus-one {
  z-index: -1 !important;
}

/* Custom Cursor */
.cursor {
  pointer-events: none;
  position: fixed;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, -webkit-transform .3s ease;
  transition: opacity 0.4s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity 0.4s ease;
  transition: transform .3s ease, opacity 0.4s ease, -webkit-transform .3s ease;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(3);
  transform: translate(-50%, -50%) scale(3);
  opacity: .1;
}

/* Custom Cursor End */
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  mix-blend-mode: exclusion;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn i {
  color: #000;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-text-stroke: 1px;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}

/*Back to Top btn End*/
/*
============================================
============= Custom Scroll Bar CSS ================
*/
body::-webkit-scrollbar {
  width: .3em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

/*
============================================
============= Custom Scroll Bar CSS End ================
*/
/*
a{color: #ddd; text-decoration: none;}
a:hover{color: #fff; }
.fa{color: #fe505a;}
ul{padding: 0px; margin: 0px;}
/* =================================================================== */
/* Header
====================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

header {
  color: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
}

.top-header {
  background-color: #18191d;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

ul.top-header {
  list-style-type: none;
}

ul.top-header li {
  float: left;
  margin-right: 20px;
}

ul.help {
  list-style-type: none;
}

ul.help li {
  float: right;
  margin-left: 20px;
}

ul.social {
  list-style-type: none;
}

ul.social li {
  float: left;
  margin-left: 30px;
}

.social li a i {
  font-size: 18px;
}

.logo-nav {
  background-color: #18191d;
  height: 100px;
  line-height: 100px;
  width: 100%;
  border-top: 1px solid #464646;
}


/* home section css start */

.home_section {
  padding-top: 90px;
  background-image: url(img/header-bg1.png);
  background-size: cover;
}

.word {
  font-size: 55px;
  position: absolute;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.home_section .home_content h1 {
  font-size: 57px;
  line-height: 65px;
  font-weight: 700;
}

.home_section .home_content h1 span {
  color: #fe5760;
  font-weight: 700;
}

.home_section .home_content h5 {
  color: #fe5760;
  font-size: 22px;
  font-weight: 500;
}

.home_banner img {
  width: 100%;
  height: 100%;
}

.apply_btn {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #fe5760;
  border-radius: 30px;
  padding: 13px 40px;
  text-decoration: none;
  transition: 0.6s all ease;
  position: relative;
  width: fit-content;
  border: 1px solid transparent;
}

.apply_btn:hover {
  background-color: #fff;
  color: #000000d6;
  border: 1px solid #fe5760;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* home section  end */

section.contact {
  /*background-image: url("../assets/img/background/contact-2.jpg"); 
  background-repeat: no-repeat;
  background-position: center;
  min-height: 600px;*/
  margin-bottom: 50px;
  background-color: black;
  padding-bottom: 50px;
}

.contact p.title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: 50px;
}

.contact h2.heading {
  font-weight: 600;
  color: #fff;
  font-size: 44px;
}

input.form-control {
  border: none;
  background-color: #ededed;
  border-radius: 0px;
  height: 45px;
}

label.hidden {
  visibility: hidden;
}

textarea.form-control {
  border: none;
  background-color: #ededed;
  border-radius: 0px;
}

button.submit {
  font-size: 17px;
  font-weight: 500;
  background-color: #fe505a;
  color: #ededed;
  padding: 13px 30px;
  border: none;
  /* border-radius: 30px; */
}

button.submit:hover {
  background-color: #f99a06;
  color: #fff;
}

ul {
  list-style: none;
}

.footer {
  background-color: #24262b;
  padding-top: 50px;
}

.footer-col {
  width: 25%;
  padding: 0 15px;
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.subscribe {
  background: rgb(230, 144, 7);
  background: linear-gradient(90deg, rgba(230, 144, 7, 1) 0%, rgba(251, 155, 6, 1) 35%, rgba(251, 155, 6, 1) 100%);
  height: 80px;
  width: 80%;
  margin: auto;
}

.number h5 {
  color: #fff;
  font-size: 18px;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

p.bootom-footer {
  text-align: center;
  color: #ccc;
  /* height: 50px; */
  line-height: 50px;
}

/*Footer*/
.footer-section {
  background: #151414;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #fe505a;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;

}

.cta-text span {
  color: #757575;
  font-size: 16px;
  font-weight: 500;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 0px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 16px;
  color: #7e7e7e;
  line-height: 28px;
  font-weight: 500;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;

  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #fe505a;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #fe505a;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 5px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #fe505a;
  padding: 5px 20px;
  border: 1px solid #fe505a;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #fe505a;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #fe505a;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/*responsive*/
@media(max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media(max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}

#main {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 120px;
}

.main-text {
  position: absolute;
  left: 15%;
  top: 40%;
  transform: translate(-13%, -42%);
  line-height: 0;
}

.main-text h2 {
  font-weight: 500;
  font-size: 30px;
  color: #e0ffff;
}

.main-text h1 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
}

.main-text p {
  font-size: 20px;
  color: #e0ffff;
  margin: 25px 0px 25px;
  line-height: 50px;
}

.main-text a {
  width: 150px;
  height: 40px;
  outline: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 200;
  padding: 1rem;
}

#main video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(to bottom, rgba(34, 35, 46, 0.75) 50%, rgba(34, 35, 46));
}

.slider-btns {
  position: relative;
  display: flex;
  /*justify-content: center;
  align-items: center;*/
  transform: translateY(50px);
  z-index: 100;
}

.slide-btn {
  width: 10px;
  height: 10px;
  background: #e0ffff;
  border-radius: 50%;
  cursor: pointer;
}

.slide-btn.active {
  background: #00c2cb;
}

.slide-btn:not(:last-child) {
  margin-right: 20px;
}

.slide-btn:hover {
  transform: scale(1.2);
}

.video-bg {
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.video-bg.active {
  clip-path: circle(150% at 0 50%);
  transition: 1s ease;
  transition-property: clip-path;
}

a.button-more {
  background-color: #fe505a;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
}

a.button-more:hover {
  background-color: #000;
  color: #fff;
}

p.title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #6e6c6c;

}

h2.heading {
  font-weight: 600;
  color: #000;
  font-size: 45px;
}

ul.about-ul {
  list-style-type: disclosure-closed;
  padding-left: 25px;
}

ul.about-ul li {
  margin-bottom: 15px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fe505a;
  transition: width 0.6s ease;
}

.cards {
  background-color: #edecec;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.disignation h5 {
  color: #fe505a;
  margin-top: 10px;
  margin-bottom: 10px;
}

p.title-letter {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #6e6c6c;
}

section.newsarticle {
  margin-bottom: 50px;
}

.newsarticle h2 {
  font-weight: 600;
  color: #000;
  font-size: 44px;
  margin-bottom: 50px;
}

.newblog {
  background-color: #edecec;
  width: 100%;
}

.imgs {
  position: relative;
}

.news-link {
  padding: 25px;
  text-align: center;
  width: 100%;
}

.blog-footer {
  padding: 0px 25px;
  width: 100%;
  clear: both;
  height: 60px;
}

.read-more {
  width: 50%;
  float: left;
}

.icon {
  width: 35px;
  height: 35px;
  float: right;
  background-color: #fe505a;
  border-radius: 100%;
  text-align: center;
  color: #fff;
}

.calendar {
  position: absolute;
  width: 80%;
  top: 60%;
  background-color: #fff;
  height: auto;
  left: 10%;
}

ul.date li {
  float: left;
  padding: 10px 22px;
  background-color: #fff;
}

.news-link h4 {
  margin-bottom: 25px;
}

.expert {
  background-image: url("img/profile/profile-bg.jpg");
  background-repeat-x: repeat;
  min-height: 450px;
  border-radius: 20px;
}

.profile-pic {
  padding: 20px;
}

.profile-pic img {
  border-radius: 20px;
}

.expert-name h6 {
  color: white;
}

.expert-name p {
  color: #dddcdc;
}

.social-icon {
  width: 50px;
  height: 50px;
  background-color: #fe505a;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  color: white;
  line-height: 50px;
}

ul.portfolio li {
  float: left;
  height: 80px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.cercle {
  width: 60px;
  height: 60px;
  background-color: #000;
  margin: auto;
  margin-bottom: 20px;
  line-height: 60px;
  color: white;
}

.box {
  border-right: 1px solid #ccc;
}

.portfolio-bg {
  background-color: #efefef;
  padding: 50px 0px;
}

section.why-choose {
  background-color: #000;
  color: #fff;
}

.why-choose p.title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.why-choose h2.heading {
  font-weight: 600;
  color: #fff;
  font-size: 44px;
}

.box-why {
  width: 100%;
  background-color: #fff;
  height: 150px;
  margin-top: 20px;
  padding: 20px;
}

.icon-box {
  width: 50px;
  height: 50px;
  background-color: #fe505a;
  margin-bottom: 20px;
  text-align: center;
  color: white;
  line-height: 50px;
}

section.what-we-do {
  background-color: #edecec;
}

section.what-we-do h2 {
  font-weight: 600;
  color: #000;
  font-size: 44px;
}

section.what-we-do p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #6e6c6c;
}

section.what-we-do h3 {
  color: #fff;
}

.what-discover {
  width: 100%;
  height: 150px;
  background-color: #fe505a;
  margin-bottom: 50px;
  padding: 45px 60px;
}

a.discover {}

a.discover {
  font-size: 18px;
  background-color: #000;
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
}

a.discover:hover {
  background-color: #fff;
  color: #000;

}

.service-offer {
  width: 100%;
  background-color: #fbfbfb;
  min-height: 100px;
  padding: 30px;
  border-radius: 5px;
}

.service-offer-box {
  width: 15%;
  height: 50px;
  background-color: #fe505a;
  margin-bottom: 20px;
  text-align: center;
  color: white;
  line-height: 50px;
  float: left;
}

.headings {
  width: 80%;
  float: left;
  margin-left: 5%;
  height: 50px;
  margin-top: 15px;

}

.text-area {
  margin-top: 20px;
  clear: both;
}

.text-area p {
  font-weight: 400;
  font-size: 16px;
  color: #67687A;
}

.carousel {
  position: relative;
  top: 120px;
}

.carousel-control-next-icon {

  background-color: #060606;
  padding: 25px;
}

.carousel-control-prev-icon {
  background-color: #060606;
  padding: 25px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  top: 20%;

}

.carousel-caption h1 {
  font-size: 94px;
  color: #fff;
}

.carousel-item {
  background-color: #000;
}

.over-bg::after {
  content: ""
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

section.exploreservices {
  background-color: #000;
  margin-top: 120px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.exploreservices p {
  color: #fff;

}

.exploreservices h2 {
  color: #fff;
  margin-bottom: 50px;
}

.service-offer-2 {
  position: relative;
}

.service-offer-2 img {
  border-radius: 5px;
}

.oferr-box {
  position: absolute;
  width: 94%;
  background-color: #000;
  bottom: 50px;
  left: 3%;
  border-radius: 5px;
  color: #fff;
}

.single-icon {
  width: 20%;
  float: left;
  text-align: center;
  background-color: #fe505a;
  line-height: 66px;
}

.single-text {
  width: 78%;
  float: left;
  margin-left: 2%;
  padding: 0px 20px;
}

.service-offer-2 h4 {
  color: #fff;
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 20px;
}

section.welcome-agency {
  margin-bottom: 50px;
  margin-top: 50px;
}

section.our-portfolio {
  padding-bottom: 50px;
}

section.why-choose-us {
  background-color: #f2f3f7;
  padding: 50px 0px;
}

.four-icon {
  width: 15%;
  float: left;
  background-color: #fff;
  text-align: center;
  border-radius: 100%;
  height: 45px;
  line-height: 45px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.four-text {
  width: 80%;
  float: left;
  margin-left: 5%;
  margin-top: 12px;
}

.detail-text {
  width: 100%;
  height: auto;
  padding: 10px;
  clear: both;
}

.why-img {
  position: relative;
  border-right: 5px solid #fe505a;
  border-top: 5px solid #fe505a;
  border-radius: 20px;
}

.why-img img {
  border-radius: 20px;
}

.why-choose {
  background-color: #fff;
  border-radius: 5px;
}

.top-class {
  position: absolute;
  top: 80px;
  background-color: #000000b5;
  color: #fff;
  width: 50%;
  left: 0%;
}

.content-topclass {
  padding: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.footer-topclass {
  background-color: #fe6d75;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

section.testimonials {
  background: linear-gradient(90deg, rgb(254 98 107) 0%, rgb(254 122 121) 47%, rgb(254 87 96) 100%);
  padding: 50px 0px;
  margin-bottom: 50px;
  color: #000;
}

.testi-box {
  background-color: #000;
  padding: 20px;
  width: 100%;
  position: relative;
  color: white;
  border-radius: 20px;
}

.star {
  color: #fe505a;
  margin-top: 30px;
}

.name {
  font-weight: bold;
  font-size: 18px;
  color: #ccc;
}

.small {
  font-size: 14px;
  color: #ccc;
}

a.button-more-flip {
  font-size: 18px;
  background-color: #000;
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
}

a.button-more-flip:hover {
  background-color: #fff;
  color: #000;
}

.client-img {
  width: 80px;
  position: absolute;
  top: -30px;
  border-radius: 100%;
  border: 2px solid #fff;
}

.single-img {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 1%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fe505a;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.single-img:hover .img-overlay {
  height: 50%;
  border-top-right-radius: 50%;
}

.text1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

.text1 span {
  font-weight: 300;
}

.form-group {
  margin-bottom: 10px;
  margin-top: 10px;
}

.contact-image {
  padding-top: 50px;
  text-align: center;
}

ul.date li.p {
  color: #fff;
}