@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps");
@font-face {
  font-family: 'sun';
  src: url("../fonts/SunsetBoulevard.woff2") format("woff2"), url("../fonts/SunsetBoulevard.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bahnschrift';
  src: url("../fonts/bahnschrift.eot");
  src: url("../fonts/bahnschrift.eot") format("embedded-opentype"), url("../fonts/bahnschrift.woff2") format("woff2"), url("../fonts/bahnschrift.woff") format("woff"), url("../fonts/bahnschrift.ttf") format("truetype"), url("../fonts/bahnschrift.svg#bahnschrift") format("svg");
}

* {
  font-family: 'Roboto', sans-serif !important;
}

.fa, .fab, .fas, .far {
  font-family: "Font Awesome 5 Brands", 'Font Awesome 5 Free', "Font Awesome 5 Pro" !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: FontAwesome, "Font Awesome 5 Brands", "Font Awesome 5 Free", "Font Awesome 5 Pro", bahnschrift;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: FontAwesome, "Font Awesome 5 Brands", "Font Awesome 5 Free", "Font Awesome 5 Pro", bahnschrift;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: FontAwesome, "Font Awesome 5 Brands", "Font Awesome 5 Free", "Font Awesome 5 Pro", bahnschrift;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #333 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: FontAwesome, "Font Awesome 5 Brands", "Font Awesome 5 Free", "Font Awesome 5 Pro", bahnschrift;
}

h1, h2, h3, h4, h5 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}

.txt {
  color: #000;
}

.jpg {
  color: #0075D1;
}

.png {
  color: #67D61F;
}

.ai {
  color: #FF7C00;
}

.js {
  color: #0072B1;
}

.html {
  color: #DE4B25;
}

.php {
  color: #64689C;
}

.css {
  color: #2FA7DA;
}

.pink {
  background: #f43b62;
}

.yellow {
  background: #FFDC00;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}

.banner-home {
  background: #f6f6f6 url(../images/banner-home.png) no-repeat right top;
}

body {
  background: #f6f6f6 url(../images/banner.jpg) no-repeat center top;
}

header .header-top {
  padding: 25px 0;
}

header .header-top .top-nav .navbar-toggler {
  border: 0px;
  color: #fcbe1c;
  font-size: 30px;
  margin-top: -100px;
}

header .header-top .top-nav ul .nav-item {
  position: relative;
}

header .header-top .top-nav ul .nav-item:hover ul {
  display: block;
}

header .header-top .top-nav ul .nav-item .nav-link {
  padding: 0 19px;
  font-size: 21px;
  color: #fff;
  font-weight: 300;
  font-family: bahnschrift;
  line-height: 40px !important;
}

header .header-top .top-nav ul .nav-item .nav-link i {
  font-size: 12px !important;
}

header .header-top .top-nav ul .nav-item .nav-link:hover {
  color: #fcbe1c;
}

header .header-top .top-nav ul .nav-item ul {
  position: absolute;
  top: 105%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  white-space: nowrap;
  z-index: 99;
  display: none;
}

header .header-top .top-nav ul .nav-item ul:before {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 100%;
  border-bottom: 10px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

header .header-top .top-nav ul .nav-item ul li a {
  display: block;
  line-height: 50px;
  padding: 0 15px;
  display: block;
  color: #fff;
}

header .header-top .top-nav ul .nav-item ul li a:hover {
  background: #000 !important;
  color: #fcbe1c;
}

header .header-top .header-info ul li {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 0 15px;
  position: relative;
}

header .header-top .header-info ul li i {
  font-weight: inherit;
}

header .header-top .header-info ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 0;
}

header .header-top .header-info ul li a span {
  position: absolute;
  left: 90%;
  bottom: 90%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: #f43b62;
  font-weight: 400;
  font-size: 12px;
  border-radius: 15px 15px 15px 0;
  z-index: -1;
}

header .header-top .header-info ul li .profile-dropdown {
  white-space: nowrap;
  position: absolute;
  right: 18px;
  top: 120%;
  background: #fff;
  border-radius: 10px;
  z-index: 999;
  display: none;
  -webkit-box-shadow: 0 14px 42px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 42px 0 rgba(0, 0, 0, 0.2);
}

header .header-top .header-info ul li .profile-dropdown:before {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 100%;
  border-bottom: 10px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

header .header-top .header-info ul li .profile-dropdown ul li {
  padding: 0 !important;
}

header .header-top .header-info ul li .profile-dropdown ul li:first-child a {
  border-radius: 10px 10px 0 0;
}

header .header-top .header-info ul li .profile-dropdown ul li:last-child a {
  border-radius: 0 0 10px 10px;
}

header .header-top .header-info ul li .profile-dropdown ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 0 15px;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .header-top .header-info ul li .profile-dropdown ul li a i {
  font-family: FontAwesome, "Font Awesome 5 Brands", "Font Awesome 5 Free", "Font Awesome 5 Pro";
  font-weight: 900;
  width: 30px;
}

header .header-top .header-info ul li .profile-dropdown ul li a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #eeeeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  background: -o-linear-gradient(top, white 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  /* IE6-9 */
}

header .banner-area {
  padding: 75px 0;
}

header .banner-area .banner-content h1 {
  color: #fff;
  font-size: 60px;
  font-family: sun !important;
  font-weight: 400;
  position: relative;
  display: inline;
  z-index: 0;
  line-height: inherit;
}

header .banner-area .banner-content h1:after {
  position: absolute;
  content: "";
  right: -40px;
  top: -30px;
  width: 70px;
  height: 78px;
  background: url(../images/sun-light.png);
  z-index: -1;
}

header .banner-area .banner-content h3 {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  line-height: inherit !important;
  margin-top: -20px;
}

header .banner-area .banner-content p {
  font-size: 24px;
  color: #fcbe1c;
  font-weight: 400;
  margin-bottom: 18px;
}

header .banner-area .banner-content .client-profile {
  position: relative;
  z-index: 0;
}

header .banner-area .banner-content .client-profile:before {
  position: absolute;
  content: "";
  right: 100%;
  top: 0;
  background: url(../images/designer-sec-before.png) no-repeat;
  width: 219px;
  height: 100%;
  z-index: -1;
}

header .banner-area .banner-content .client-profile:after {
  position: absolute;
  content: "";
  right: -40px;
  bottom: -81px;
  background: url(../images/designer-sec-after.png) no-repeat;
  width: 164px;
  height: 205px;
  z-index: -1;
}

header .banner-area .banner-content .client-profile .all-designer
div .profile-details {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: -moz-linear-gradient(top, rgba(255, 180, 1, 0.6) 0%, rgba(0, 195, 214, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 180, 1, 0.6) 0%, rgba(0, 195, 214, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 180, 1, 0.6)), to(rgba(0, 195, 214, 0.6)));
  background: -o-linear-gradient(top, rgba(255, 180, 1, 0.6) 0%, rgba(0, 195, 214, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 180, 1, 0.6) 0%, rgba(0, 195, 214, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffb401', endColorstr='#9900c3d6',GradientType=0 );
  padding: 15px 0;
}

header .banner-area .banner-content .client-profile .all-designer
div .profile-details p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 188px;
}

header .banner-area .banner-content .client-profile .all-designer
div .profile-details p span {
  font-size: 22px;
  color: #fff;
  font-weight: 300 !important;
}

header .banner-area .banner-content .client-profile .all-designer
div .profile-details img {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-clip-path: circle(55% at 30% 55%);
  clip-path: circle(55% at 30% 55%);
}

header .banner-area .banner-content .client-profile .all-designer
div .profile-details a {
  margin-right: 30px;
  font-size: 50px;
  color: #2ECC40;
  -webkit-animation: instagram 2s infinite;
  animation: instagram 2s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes instagram {
  0% {
    color: #a54afa;
  }
  50% {
    color: #f43b62;
  }
  75% {
    color: #FFDC00;
  }
  100% {
    color: #a54afa;
  }
}

@keyframes instagram {
  0% {
    color: #a54afa;
  }
  50% {
    color: #f43b62;
  }
  75% {
    color: #FFDC00;
  }
  100% {
    color: #a54afa;
  }
}

header .get-start {
  padding-top: 165px;
}

header .get-start a {
  background: #FFDC00;
  color: #000001;
  position: relative;
  z-index: 0;
  border: 7px solid rgba(255, 180, 1, 0.4);
  background-clip: padding-box;
}

header .get-start a:hover {
  background: #fff;
  border: 7px solid rgba(255, 180, 1, 0.4);
  background-clip: padding-box;
  border: 7px solid #FFDC00;
}

header .get-start a:hover:before {
  bottom: 50%;
  right: 70%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

header .get-start a:before {
  position: absolute;
  content: "";
  right: 80%;
  bottom: 100%;
  width: 114px;
  height: 116px;
  background: url(../images/btn-bird.png) no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .get-start .mascot {
  margin-left: -55px;
  margin-top: 6px;
}

header .get-start p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-weight: 500;
  padding-left: 15px;
  margin-top: 10px;
}

.base-btn {
  font-size: 20px;
  padding: 0 35px;
  line-height: 42px;
  display: table;
  border-radius: 30px;
  background-clip: padding-box !important;
}

.base-btn:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.base-btn:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.all-works {
  padding: 25px 0;
}

.all-works .work-header h2 {
  font-size: 45px;
  color: #514444;
  font-weight: 700;
}

.all-works .work-header p {
  font-size: 18px;
  color: #514444;
  line-height: 40px;
}

.all-works .all-btn a {
  background: #f43b62;
  color: #fff;
  position: relative;
  z-index: 0;
  font-weight: 700;
  border: 7px solid rgba(244, 59, 98, 0.35);
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.all-works .all-btn a:hover {
  border: 7px solid #f43b62;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.all-works .all-works-area {
  margin-top: 30px;
}

.all-works .all-works-area .each-works {
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.all-works .all-works-area .each-works .out-btn {
  font-size: 16px;
  line-height: 32px;
  padding: 0 25px;
  color: #000;
  background: #fcbe1c;
  display: table;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50px;
}

.all-works .all-works-area .each-works .each-work-details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.all-works .all-works-area .each-works .each-work-details .base {
  width: 74px;
  text-align: center;
  line-height: 64px;
  font-size: 35px;
  color: #fff;
  border-radius: 50%;
  display: table;
  margin: 75px auto 35px;
}

.all-works .all-works-area .each-works .each-work-details p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
}

.all-works .all-works-area .each-works .each-work-details .work-btn {
  font-size: 16px;
  line-height: 32px;
  padding: 0 25px;
  color: #000;
  background: #fcbe1c;
  display: table;
  border-radius: 50px;
  margin: 32px auto 0;
}

.all-works .all-works-area .each-works:hover {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.all-works .all-works-area .each-works:hover .each-work-details {
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.all-works .all-works-area .each-works:hover .each-work-details .base {
  width: 74px;
  text-align: center;
  line-height: 64px;
  font-size: 35px;
  color: #fff;
  border-radius: 50%;
  display: table;
  margin: 75px auto 35px;
}

.all-works .all-works-area .each-works:hover .each-work-details p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-style: italic;
}

.all-works .all-works-area .each-works:hover .each-work-details .work-btn {
  font-size: 16px;
  line-height: 32px;
  padding: 0 25px;
  color: #000;
  background: #fcbe1c;
  display: table;
  border-radius: 50px;
  margin: 32px auto 0;
}

.all-works .all-works-area .each-works:hover .out-btn {
  opacity: 0;
}

.all-works .all-works-area .sky {
  -webkit-box-shadow: 15px 15px 0px #b3e4ef;
  box-shadow: 15px 15px 0px #b3e4ef;
}

.all-works .all-works-area .sky .each-work-details {
  background: rgba(179, 228, 239, 0.9);
}

.all-works .all-works-area .sky .each-work-details .base {
  -webkit-animation: mymove 2s infinite;
  animation: mymove 2s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes mymove {
  0% {
    font-size: 35px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #5c838c;
    border: 5px solid #3e5d65;
    -webkit-box-shadow: 0 0 0 8px rgba(91, 128, 139, 0.59), 0 0 0 15px rgba(149, 170, 177, 0.46);
    box-shadow: 0 0 0 8px rgba(91, 128, 139, 0.59), 0 0 0 15px rgba(149, 170, 177, 0.46);
  }
  50% {
    font-size: 35px;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #5c838c;
    border: 5px solid #3e5d65;
    -webkit-box-shadow: 0 0 0 8px rgba(91, 128, 139, 0.2), 0 0 0 15px rgba(149, 170, 177, 0.2);
    box-shadow: 0 0 0 8px rgba(91, 128, 139, 0.2), 0 0 0 15px rgba(149, 170, 177, 0.2);
  }
  100% {
    font-size: 35px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #5c838c;
    border: 5px solid #3e5d65;
    -webkit-box-shadow: 0 0 0 8px rgba(91, 128, 139, 0.59), 0 0 0 15px rgba(149, 170, 177, 0.46);
    box-shadow: 0 0 0 8px rgba(91, 128, 139, 0.59), 0 0 0 15px rgba(149, 170, 177, 0.46);
  }
}

@keyframes mymove {
  0% {
    font-size: 35px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #5c838c;
    border: 5px solid #3e5d65;
    -webkit-box-shadow: 0 0 0 8px rgba(91, 128, 139, 0.59), 0 0 0 15px rgba(149, 170, 177, 0.46);
    box-shadow: 0 0 0 8px rgba(91, 128, 139, 0.59), 0 0 0 15px rgba(149, 170, 177, 0.46);
  }
  50% {
    font-size: 35px;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #5c838c;
    border: 5px solid #3e5d65;
    -webkit-box-shadow: 0 0 0 8px rgba(91, 128, 139, 0.2), 0 0 0 15px rgba(149, 170, 177, 0.2);
    box-shadow: 0 0 0 8px rgba(91, 128, 139, 0.2), 0 0 0 15px rgba(149, 170, 177, 0.2);
  }
  100% {
    font-size: 35px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #5c838c;
    border: 5px solid #3e5d65;
    -webkit-box-shadow: 0 0 0 8px rgba(91, 128, 139, 0.59), 0 0 0 15px rgba(149, 170, 177, 0.46);
    box-shadow: 0 0 0 8px rgba(91, 128, 139, 0.59), 0 0 0 15px rgba(149, 170, 177, 0.46);
  }
}

.all-works .all-works-area .brown {
  -webkit-box-shadow: 15px 15px 0px rgba(96, 52, 34, 0.9);
  box-shadow: 15px 15px 0px rgba(96, 52, 34, 0.9);
}

.all-works .all-works-area .brown .each-work-details {
  background: rgba(96, 52, 34, 0.9);
}

.all-works .all-works-area .brown .each-work-details .base {
  -webkit-animation: mymove2 2s infinite;
  animation: mymove2 2s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.all-works .all-works-area .brown .each-work-details p {
  color: #fff;
}

@-webkit-keyframes mymove2 {
  0% {
    font-size: 35px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #c58815;
    border: 5px solid #eaa014;
    -webkit-box-shadow: 0 0 0 8px rgba(165, 117, 7, 0.9), 0 0 0 15px rgba(234, 160, 20, 0.45);
    box-shadow: 0 0 0 8px rgba(165, 117, 7, 0.9), 0 0 0 15px rgba(234, 160, 20, 0.45);
  }
  50% {
    font-size: 35px;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #c58815;
    border: 5px solid #eaa014;
    -webkit-box-shadow: 0 0 0 8px rgba(165, 117, 7, 0.9), 0 0 0 15px rgba(234, 160, 20, 0.25);
    box-shadow: 0 0 0 8px rgba(165, 117, 7, 0.9), 0 0 0 15px rgba(234, 160, 20, 0.25);
  }
  100% {
    font-size: 35px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #c58815;
    border: 5px solid #eaa014;
    -webkit-box-shadow: 0 0 0 8px rgba(165, 117, 7, 0.9), 0 0 0 15px rgba(234, 160, 20, 0.45);
    box-shadow: 0 0 0 8px rgba(165, 117, 7, 0.9), 0 0 0 15px rgba(234, 160, 20, 0.45);
  }
}

@keyframes mymove2 {
  0% {
    font-size: 35px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #c58815;
    border: 5px solid #eaa014;
    -webkit-box-shadow: 0 0 0 8px rgba(165, 117, 7, 0.9), 0 0 0 15px rgba(234, 160, 20, 0.45);
    box-shadow: 0 0 0 8px rgba(165, 117, 7, 0.9), 0 0 0 15px rgba(234, 160, 20, 0.45);
  }
  50% {
    font-size: 35px;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #c58815;
    border: 5px solid #eaa014;
    -webkit-box-shadow: 0 0 0 8px rgba(165, 117, 7, 0.9), 0 0 0 15px rgba(234, 160, 20, 0.25);
    box-shadow: 0 0 0 8px rgba(165, 117, 7, 0.9), 0 0 0 15px rgba(234, 160, 20, 0.25);
  }
  100% {
    font-size: 35px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #c58815;
    border: 5px solid #eaa014;
    -webkit-box-shadow: 0 0 0 8px rgba(165, 117, 7, 0.9), 0 0 0 15px rgba(234, 160, 20, 0.45);
    box-shadow: 0 0 0 8px rgba(165, 117, 7, 0.9), 0 0 0 15px rgba(234, 160, 20, 0.45);
  }
}

.all-works .all-works-area .pink {
  -webkit-box-shadow: 15px 15px 0px rgba(239, 159, 183, 0.9);
  box-shadow: 15px 15px 0px rgba(239, 159, 183, 0.9);
}

.all-works .all-works-area .pink .each-work-details {
  background: rgba(239, 159, 183, 0.9);
}

.all-works .all-works-area .pink .each-work-details .base {
  -webkit-animation: mymove3 2s infinite;
  animation: mymove3 2s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.all-works .all-works-area .pink .each-work-details p {
  color: #000;
}

@-webkit-keyframes mymove3 {
  0% {
    font-size: 35px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #f43b62;
    border: 5px solid #af1636;
    -webkit-box-shadow: 0 0 0 8px rgba(165, 11, 44, 0.47), 0 0 0 15px rgba(199, 1, 43, 0.45);
    box-shadow: 0 0 0 8px rgba(165, 11, 44, 0.47), 0 0 0 15px rgba(199, 1, 43, 0.45);
  }
  50% {
    font-size: 35px;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #f43b62;
    border: 5px solid #af1636;
    -webkit-box-shadow: 0 0 0 8px rgba(165, 11, 44, 0.47), 0 0 0 15px rgba(199, 1, 43, 0.25);
    box-shadow: 0 0 0 8px rgba(165, 11, 44, 0.47), 0 0 0 15px rgba(199, 1, 43, 0.25);
  }
  100% {
    font-size: 35px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #f43b62;
    border: 5px solid #af1636;
    -webkit-box-shadow: 0 0 0 8px rgba(165, 11, 44, 0.47), 0 0 0 15px rgba(199, 1, 43, 0.45);
    box-shadow: 0 0 0 8px rgba(165, 11, 44, 0.47), 0 0 0 15px rgba(199, 1, 43, 0.45);
  }
}

@keyframes mymove3 {
  0% {
    font-size: 35px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #f43b62;
    border: 5px solid #af1636;
    -webkit-box-shadow: 0 0 0 8px rgba(165, 11, 44, 0.47), 0 0 0 15px rgba(199, 1, 43, 0.45);
    box-shadow: 0 0 0 8px rgba(165, 11, 44, 0.47), 0 0 0 15px rgba(199, 1, 43, 0.45);
  }
  50% {
    font-size: 35px;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #f43b62;
    border: 5px solid #af1636;
    -webkit-box-shadow: 0 0 0 8px rgba(165, 11, 44, 0.47), 0 0 0 15px rgba(199, 1, 43, 0.25);
    box-shadow: 0 0 0 8px rgba(165, 11, 44, 0.47), 0 0 0 15px rgba(199, 1, 43, 0.25);
  }
  100% {
    font-size: 35px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background: #f43b62;
    border: 5px solid #af1636;
    -webkit-box-shadow: 0 0 0 8px rgba(165, 11, 44, 0.47), 0 0 0 15px rgba(199, 1, 43, 0.45);
    box-shadow: 0 0 0 8px rgba(165, 11, 44, 0.47), 0 0 0 15px rgba(199, 1, 43, 0.45);
  }
}

.all-works .work-rates-area ul {
  margin: 40px auto 30px;
  display: table;
}

.all-works .work-rates-area ul li {
  float: left;
  margin: 0 10px;
  font-size: 40px;
  color: #2ECC40;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.all-works .work-rates-area ul:hover li:nth-child(2) {
  opacity: 0.8 !important;
}

.all-works .work-rates-area ul:hover li:nth-child(3) {
  opacity: 0.6 !important;
}

.all-works .work-rates-area ul:hover li:nth-child(4) {
  opacity: 0.5 !important;
}

.all-works .work-rates-area ul:hover li:nth-child(5) {
  opacity: 0.3 !important;
}

.all-works .work-rates-area p {
  font-size: 24px;
  color: #6b6b6b;
  text-align: center;
  font-family: bahnschrift !important;
}

.all-works .work-rates-area p a {
  text-decoration: underline !important;
  color: #ff7901;
  font-weight: 500;
}

.design-contest {
  background: #f6f6f6;
}

.design-contest .heading-contest {
  margin: 30px 0 25px;
}

.design-contest .heading-contest h2 {
  font-size: 45px;
  color: #514444;
  font-weight: 700;
  text-align: center;
}

.design-contest .heading-contest p {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 40px;
  width: 70%;
  margin: 0 auto;
  display: table;
}

.design-contest .work-directly {
  float: left;
  width: 69%;
  position: relative;
}

.design-contest .work-directly .work-direct-details {
  background: #fff;
  padding: 0 28px 15px;
  margin-top: -100px;
}

.design-contest .work-directly .work-direct-details h4 {
  font-weight: 700;
  font-size: 40px;
  color: #f43b62;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.design-contest .work-directly .work-direct-details h4 i {
  color: #fcbe1c;
}

.design-contest .work-directly .work-direct-details p {
  color: #112435;
  font-size: 25px;
  line-height: 50px;
  margin-top: 30px;
}

.design-contest .work-directly .work-direct-details a {
  background: #ff7901;
  color: #fff;
  position: relative;
  z-index: 0;
  font-weight: 700;
  border: 7px solid rgba(255, 119, 0, 0.35);
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 50px;
}

.design-contest .work-directly .work-direct-details a:hover {
  border: 7px solid #ff7901;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.design-contest .how-it-work {
  float: left;
  width: 31%;
  background: #112435;
  position: relative;
}

.design-contest .how-it-work .how-it-work-direct {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.design-contest .how-it-work .how-it-work-direct i {
  font-size: 35px;
  color: #fff;
}

.design-contest .how-it-work .how-it-work-direct a {
  font-size: 24px;
  font-family: bahnschrift !important;
  color: #2ECC40;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: table;
  margin: 10px auto;
}

.design-contest .how-it-work .how-it-work-direct a:hover i {
  padding-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.design-contest .how-it-work .how-it-work-direct a i {
  font-size: 24px;
  color: #f43b62;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.collaboration-area {
  background: #112435 url(../images/collaboration-bg.png) no-repeat center center;
  padding: 50px 0;
}

.collaboration-area .cola-headiing h5 {
  font-size: 30px;
  font-family: bahnschrift !important;
  color: #2ECC40;
  font-weight: 300 !important;
  margin-bottom: 50px;
}

.collaboration-area .each-loader canvas {
  position: relative;
  padding-bottom: 15px;
}

.collaboration-area .each-loader p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

.collaboration-area a {
  background: #a54afa;
  color: #fff;
  position: relative;
  z-index: 0;
  font-weight: 700;
  border: 7px solid rgba(166, 76, 250, 0.35);
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 50px;
}

.collaboration-area a:hover {
  border: 7px solid #a54afa;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.trip-area {
  background: #f8f8f8;
  padding: 0 0 30px;
}

.trip-area .heading-contest {
  margin: 30px 0 45px;
}

.trip-area .heading-contest h2 {
  font-size: 45px;
  color: #514444;
  font-weight: 700;
  text-align: center;
}

.trip-area .heading-contest p {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 40px;
  width: 70%;
  margin: 0 auto;
  display: table;
}

.trip-area .each-blog h4 {
  font-size: 22px;
  font-weight: 400;
  color: #514444;
  margin: 20px 0 10px;
  line-height: 30px;
}

.trip-area .each-blog p {
  color: #a3a3a3;
  font-size: 14px;
}

footer .footer-top {
  background: #f3f1f0;
  padding: 45px 0;
}

footer .footer-top .footer-navs .foot-heading {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 22px;
}

footer .footer-top .footer-navs ul li {
  margin-bottom: 21px;
}

footer .footer-top .footer-navs ul li:last-child {
  margin-bottom: 0;
}

footer .footer-top .footer-navs ul li a {
  font-size: 18px;
  color: #6b6b6b;
}

footer .footer-bottom {
  background: #112435;
  padding: 15px 0;
}

footer .footer-bottom .footer-social ul li {
  float: left;
  margin-right: 10px;
}

footer .footer-bottom .footer-social ul li a {
  font-size: 18px;
  color: #fcbe1c;
}

footer .footer-bottom .footer-copy p {
  font-size: 18px;
  color: #fff;
}

.log-user {
  padding: 50px 0;
}

.log-user .log-area {
  background: #fff url(../images/login-bg.jpg) no-repeat right top;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 30px rgba(81, 68, 68, 0.2);
  box-shadow: 0 0 30px rgba(81, 68, 68, 0.2);
  position: relative;
  padding: 30px 15px;
  z-index: 0;
  background-size: 50% 100%;
}

.log-user .log-area:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(197, 51, 38, 0.8);
  z-index: -1;
  border-radius: 0 30px 30px 0;
}

.log-user .log-area .all-form-fields .form-field-heading {
  text-align: center;
}

.log-user .log-area .all-form-fields .form-field-heading h2 {
  font-family: sun !important;
  font-size: 60px;
  color: #fcbe1c;
}

.log-user .log-area .all-form-fields .form-field-heading h2 span {
  font-size: 24px;
  color: #514444;
  font-family: bahnschrift !important;
}

.log-user .log-area .all-form-fields .form-field-heading p {
  font-size: 16px;
  line-height: 24px;
  color: #a0a0a0;
  margin-bottom: 15px;
}

.log-user .log-area .all-form-fields .form-group {
  position: relative;
}

.log-user .log-area .all-form-fields .form-group input[type='text'], .log-user .log-area .all-form-fields .form-group input[type='email'], .log-user .log-area .all-form-fields .form-group input[type='password'], .log-user .log-area .all-form-fields .form-group input[type='file'] {
  border: 1px solid #ddd;
  border-radius: 30px;
  height: 40px;
  padding-left: 30px;
}

.log-user .log-area .all-form-fields .form-group i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  font-size: 14px;
}

.log-user .log-area .all-form-fields .form-group button {
  width: 100%;
  height: 40px;
  border: 0px;
  background: #f43b62;
  border-radius: 30px;
  color: #fff;
}

.log-user .log-area .all-form-fields .form-group label {
  text-align: center;
  color: #c1c1c1;
}

.log-user .log-area .all-form-fields .form-group label a {
  color: #a54afa;
  font-weight: 700;
}

.log-user .log-area .all-form-fields p {
  text-align: center;
  color: #c1c1c1;
}

.log-user .log-area .all-form-fields p a {
  color: #a54afa;
  font-weight: 700;
}

.log-user .log-area .all-form-fields .or {
  display: table;
  margin: -30px auto 0;
  background: #fff;
  padding: 0 15px;
}

.log-user .log-area .all-form-fields ul li {
  float: left;
  margin: 0 10px;
}

.log-user .log-area .all-form-fields ul li a {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.log-user .log-area .all-form-fields ul li a:hover {
  font-size: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.log-user .log-area .all-form-fields ul li a .fa-facebook-f {
  color: #3956a6;
}

.log-user .log-area .all-form-fields ul li a .fa-twitter {
  color: #25b0e7;
}

.log-user .log-area .all-form-fields ul li a .fa-google-plus-g {
  color: #bc463c;
}

.log-user .log-area .all-form-fields ul li a .fa-linkedin-in {
  color: #2289cb;
}

.log-user .log-area .login-logo-area h3 {
  color: #fff;
  font-size: 60px;
  font-family: sun !important;
  display: table;
  margin: 15px auto 0;
  position: relative;
}

.log-user .log-area .login-logo-area h3:after {
  position: absolute;
  content: "";
  right: -40px;
  top: -30px;
  width: 70px;
  height: 78px;
  background: url(../images/sun-light.png);
  z-index: -1;
}

.log-user .log-area .login-logo-area p {
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
}

.log-user .log-area .login-logo-area a {
  background: #7FDBFF;
  color: #112435;
  font-weight: 700;
  border: 7px solid rgba(127, 219, 255, 0.65);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 20px;
}

.log-user .log-area .login-logo-area a:hover {
  border: 7px solid rgba(127, 219, 255, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.designer-profile-header .profile-banner {
  position: relative;
}

.designer-profile-header .profile-banner .profile-dp {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.designer-profile-header .profile-banner .profile-dp:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  bottom: 0;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  /* IE6-9 */
}

.designer-profile-header .profile-banner .profile-dp .designer-dp img {
  border: 10px solid #fff;
  border-radius: 15px 15px 0 0;
}

.designer-profile-header .profile-banner .profile-dp .designer-details {
  padding-bottom: 20px;
}

.designer-profile-header .profile-banner .profile-dp .designer-details .designer-name-destails h4 {
  color: #fff;
  font-family: bahnschrift !important;
  font-size: 22px;
  font-weight: 700;
}

.designer-profile-header .profile-banner .profile-dp .designer-details .designer-name-destails h4 a {
  color: #fcbe1c;
  font-weight: 400;
}

.designer-profile-header .profile-banner .profile-dp .designer-details .designer-name-destails p {
  font-size: 14px;
  color: #f43b62;
}

.designer-profile-header .profile-banner .profile-dp .designer-details .designer-name-destails ul {
  margin-top: 10px;
}

.designer-profile-header .profile-banner .profile-dp .designer-details .designer-name-destails ul li {
  float: left;
  margin: 0 5px;
  color: #fcbe1c;
}

.designer-profile-header .profile-banner .profile-dp .designer-details .designer-rating-destails a {
  background: #fcbe1c;
  color: #000001;
  position: relative;
  z-index: 0;
  border: 7px solid rgba(255, 180, 1, 0.4);
  margin-top: 15px;
}

.designer-profile-header .profile-banner .profile-dp .designer-details .designer-rating-destails a:hover {
  background: #fff;
  border: 7px solid rgba(255, 180, 1, 0.4);
  background-clip: padding-box;
}

.dash-body {
  background: #fff;
  padding: 30px 0;
}

.dash-body .designer-rating-destails a {
  background: #fcbe1c;
  color: #000001;
  position: relative;
  z-index: 0;
  border: 7px solid rgba(255, 180, 1, 0.4);
  margin-top: 15px;
}

.dash-body .designer-rating-destails a:hover {
  background: #fff;
  border: 7px solid rgba(255, 180, 1, 0.4);
  background-clip: padding-box;
}

.dash-body .category-list .nav-pills a {
  color: #6b6b6b;
  border-radius: 0px;
  line-height: 40px;
}

.dash-body .category-list .nav-pills a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fbdf93+100&1+0,0+100 */
  background: -moz-linear-gradient(left, #fceabb 0%, rgba(251, 223, 147, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fceabb 0%, rgba(251, 223, 147, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fceabb), to(rgba(251, 223, 147, 0)));
  background: -o-linear-gradient(left, #fceabb 0%, rgba(251, 223, 147, 0) 100%);
  background: linear-gradient(to right, #fceabb 0%, rgba(251, 223, 147, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#00fbdf93',GradientType=1 );
  /* IE6-9 */
  color: #514444;
}

.dash-body .category-list .nav-pills .active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fbdf93+100&1+0,0+100 */
  background: -moz-linear-gradient(left, #fceabb 0%, rgba(251, 223, 147, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fceabb 0%, rgba(251, 223, 147, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fceabb), to(rgba(251, 223, 147, 0)));
  background: -o-linear-gradient(left, #fceabb 0%, rgba(251, 223, 147, 0) 100%);
  background: linear-gradient(to right, #fceabb 0%, rgba(251, 223, 147, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#00fbdf93',GradientType=1 );
  /* IE6-9 */
  color: #514444;
}

.dash-body .category-list .project-filter {
  margin-bottom: 30px;
}

.dash-body .category-list .project-filter form input[type=text] {
  border: 2px solid #ddd;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  width: 250px;
  height: 45px;
}

.dash-body .category-list .project-filter form input[type=text]:focus {
  width: 100%;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.dash-body .category-list .project-filter form select {
  border: 2px solid #ddd;
  height: 45px;
}

.dash-body .category-list .empty-project {
  text-align: center;
}

.dash-body .category-list .empty-project h4 {
  color: #6b6b6b;
  font-size: 30px;
  font-weight: 700;
  font-family: bahnschrift !important;
  margin-bottom: 10px;
}

.dash-body .category-list .empty-project p {
  font-size: 18px;
  color: #000;
}

.dash-body .category-list .empty-project p a {
  color: #f43b62;
  text-decoration: underline !important;
}

.dash-body .category-list .tab-content .tab-pane .each-work {
  position: relative;
  margin-bottom: 30px;
}

.dash-body .category-list .tab-content .tab-pane .each-work .each-work-details {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(63, 76, 107, 0) 0%, rgba(8, 17, 43, 0.39) 30%, rgba(8, 17, 43, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(63, 76, 107, 0) 0%, rgba(8, 17, 43, 0.39) 30%, rgba(8, 17, 43, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 76, 107, 0)), color-stop(30%, rgba(8, 17, 43, 0.39)), to(rgba(8, 17, 43, 0.9)));
  background: -o-linear-gradient(top, rgba(63, 76, 107, 0) 0%, rgba(8, 17, 43, 0.39) 30%, rgba(8, 17, 43, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(63, 76, 107, 0) 0%, rgba(8, 17, 43, 0.39) 30%, rgba(8, 17, 43, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f4c6b', endColorstr='#e608112b',GradientType=0 );
  padding: 15px;
}

.dash-body .category-list .tab-content .tab-pane .each-work .each-work-details h5 {
  color: #7FDBFF;
  font-family: bahnschrift !important;
  margin: 15px 0;
  font-size: 26px;
}

.dash-body .category-list .tab-content .tab-pane .each-work .each-work-details p {
  color: #fff;
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 300;
}

.dash-body .category-list .tab-content .tab-pane .each-work .each-work-details ul li {
  float: left;
  margin: 0 5px;
}

.dash-body .category-list .tab-content .tab-pane .each-work .each-work-details ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dash-body .category-list .tab-content .tab-pane .each-work .each-work-details ul li a:hover {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dash-body .pro-details-area h2 {
  font-size: 30px;
  font-weight: 700;
  color: #514444;
  margin-bottom: 15px;
  font-family: bahnschrift !important;
}

.dash-body .pro-details-area p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.dash-body .pro-details-area ul li {
  font-size: 18px;
  padding: 15px 0;
  border-top: 1px solid #ddd;
}

.dash-body .pro-details-area ul li:first-child {
  border-top: 0px;
}

.dash-body .pro-details-area ul li i {
  min-width: 30px;
  color: #fcbe1c;
}

.project-description {
  background: #112435;
  padding: 30px 0;
}

.project-description h3 {
  color: #7FDBFF;
  font-family: bahnschrift !important;
  font-size: 30px;
  margin-bottom: 15px;
}

.project-description p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.project-description p:last-child {
  margin-bottom: 0px;
}

.search-modal .modal-dialog .modal-content {
  background: transparent;
  border: 0px;
}

.search-modal .modal-dialog .modal-content input[type="text"] {
  border-radius: 0px;
}

.search-modal .modal-dialog .modal-content input[type="submit"], .search-modal .modal-dialog .modal-content button {
  border: 0px;
  background: #7FDBFF;
  border-radius: 0px;
}

.projects-banner {
  position: relative;
  z-index: 0;
}

.projects-banner .designer-header-details {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(17, 36, 53, 0.65);
}

.projects-banner .designer-header-details .designer-banner-details {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  left: 0;
}

.projects-banner .designer-header-details .designer-banner-details h4 {
  font-size: 30px;
  color: #fff;
  font-family: bahnschrift !important;
  line-height: 100%;
  margin-bottom: 0;
}

.projects-banner .designer-header-details .designer-banner-details p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.projects-banner .designer-header-details .designer-banner-details p a {
  color: #f43b62;
  font-size: 24px;
}

.invite-work {
  background: #001032 url(../images/invite-to-work.jpg) no-repeat center center;
  padding: 50px 0;
  background-size: 100%;
}

.invite-work .invite-work-area {
  position: relative;
  z-index: 0;
}

.invite-work .invite-work-area:before {
  position: absolute;
  content: "";
  right: 100%;
  top: 50%;
  width: 150px;
  height: 600px;
  background: url(../images/work-mascot.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

.invite-work .invite-work-area:hover img {
  border: 10px solid rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.invite-work .invite-work-area img {
  border: 10px solid rgba(255, 255, 255, 0.21);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.invite-work .invite-work-area h3 {
  font-size: 30px;
  text-align: center;
  color: #fcbe1c;
  font-family: bahnschrift !important;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 10px;
  font-weight: 700;
}

.invite-work .invite-work-area p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  margin-bottom: 25px;
}

.invite-work .invite-work-area a {
  background: #ff7901;
  border: 0px;
  padding: 0 15px;
  color: #fff;
  line-height: 40px;
  border: 1px solid #ff7901;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.invite-work .invite-work-area a:hover {
  border: 1px solid #ff7901;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.how-it-works {
  background: #fff;
  padding: 50px 0;
}

.how-it-works .work-heading {
  margin-bottom: 50px;
}

.how-it-works .work-heading h2 {
  text-align: center;
  font-size: 45px;
  font-family: bahnschrift !important;
  color: #514444;
}

.how-it-works .work-heading p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

.how-it-works .each-work .work-img {
  width: 250px;
  height: 250px;
  border: 1px dashed #f43b62;
  position: relative;
  border-radius: 50%;
  display: table;
  margin: 0 auto 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.how-it-works .each-work .work-img img {
  margin-top: 60px;
}

.how-it-works .each-work .work-img span {
  position: absolute;
  right: 45px;
  top: 0;
  width: 35px;
  height: 35px;
  background: #a54afa;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.how-it-works .each-work .work-img:hover {
  border: 1px solid #a54afa;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.how-it-works .each-work .work-img:hover span {
  background: #f43b62;
}

.how-it-works .each-work p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  text-align: center;
}

.request-quote-area {
  padding: 50px 0;
  background: #fff;
}

.request-quote-area .quote-describe h2 {
  font-size: 35px;
  font-family: bahnschrift !important;
  color: #f43b62;
}

.request-quote-area .quote-describe p {
  font-size: 18px;
  line-height: 30px;
  color: #514444;
  margin: 15px 0;
}

.request-quote-area .quote-describe ul {
  margin: 25px 0;
}

.request-quote-area .quote-describe ul li {
  margin-bottom: 15px;
  color: #514444;
  font-weight: 700;
}

.request-quote-area .quote-describe ul li i {
  color: #ff7901;
  width: 25px;
}

.request-quote-area .form-heading {
  background: #2ECC40;
}

.request-quote-area .form-heading h2 {
  color: #fff;
  font-size: 30px;
  font-family: bahnschrift !important;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
  margin: 0px;
}

.request-quote-area .quote-form {
  padding: 15px;
  background: #fff9e9;
}

.request-quote-area .quote-form form input[type='text'] {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  background: -o-linear-gradient(top, white 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  height: 40px;
  border-radius: 0px;
}

.request-quote-area .quote-form form textarea {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  background: -o-linear-gradient(top, white 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, white 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  border-radius: 0px;
}

.mentor-proeject-dp img {
  padding: 10px;
  border: 5px solid #fff;
}

.profile-page-banner {
  position: relative;
  z-index: 0;
}

.profile-page-banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, #01081c 100%);
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, #01081c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), to(#01081c));
  background: -o-linear-gradient(top, rgba(30, 87, 153, 0) 0%, #01081c 100%);
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, #01081c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#01081c',GradientType=0 );
}

.profile-body {
  background: #fff;
}

.profile-body .profile-area {
  margin: 0 0 50px;
}

.profile-body .profile-area .profile-dp {
  margin: 0 0 30px 0;
  position: relative;
  z-index: 9;
}

.profile-body .profile-area .profile-dp img {
  border: 10px solid #a9a7a7;
  padding: 5px;
  background: #333333;
  -webkit-box-shadow: 0 0 0 10px #cccccc, 0 0 0 20px #e6e6e6;
  box-shadow: 0 0 0 10px #cccccc, 0 0 0 20px #e6e6e6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: -100px;
}

.profile-body .profile-area .profile-detail {
  background: #fff;
  padding: 20px;
  padding-top: 15px;
  border-radius: 20px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0 15px rgba(111, 111, 111, 0.21);
  box-shadow: 0 0 15px rgba(111, 111, 111, 0.21);
  position: relative;
  z-index: 0;
  min-height: 120px;
}

.profile-body .profile-area .profile-detail .mentor-project .mentor-project-content h3 {
  color: #fcbe1c;
  padding-left: 15px;
  border-left: 5px solid #f43b62;
  font-weight: 700;
}

.profile-body .profile-area .profile-detail .mentor-project .mentor-project-content p {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}

.profile-body .profile-area .profile-detail .profile-detail-list li {
  font-family: bahnschrift;
  font-weight: 700;
}

.profile-body .profile-area .profile-detail .profile-detail-list li span {
  font-weight: 400;
  color: #85144B;
}

.profile-body .profile-area .profile-detail h2 {
  color: #514444;
  font-size: 30px;
  font-family: bahnschrift !important;
}

.profile-body .profile-area .profile-detail .user-name {
  color: #a54afa;
  line-height: 100%;
  margin: 10px auto;
  font-size: 24px;
  display: table;
}

.profile-body .profile-area .profile-detail p {
  font-size: 18px;
  color: #6b6b6b;
  text-transform: uppercase;
}

.profile-body .profile-area .profile-detail .designer-social-profile {
  margin: 20px auto;
}

.profile-body .profile-area .profile-detail .designer-social-profile li {
  float: left;
  margin: 0 15px;
}

.profile-body .profile-area .profile-detail .designer-social-profile li a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #6b6b6b;
  color: #6b6b6b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 24px;
}

.profile-body .profile-area .profile-detail .designer-social-profile li a:hover {
  -webkit-box-shadow: 0 3px 0px #000 inset;
  box-shadow: 0 3px 0px #000 inset;
  color: #fff;
}

.profile-body .profile-area .profile-detail .designer-social-profile li:hover .fb {
  background: #3b5998;
}

.profile-body .profile-area .profile-detail .designer-social-profile li:hover .tw {
  background: #55acee;
}

.profile-body .profile-area .profile-detail .designer-social-profile li:hover .linked {
  background: #007bb5;
}

.profile-body .profile-area .profile-detail .designer-social-profile li:hover .google {
  background: #dd4b39;
}

.profile-body .profile-area .profile-detail .designer-social-profile li:hover .insta {
  background: #FCCC63;
}

.profile-body .profile-area .profile-detail .follower li {
  float: left;
  margin: 0 20px;
  font-size: 35px;
  font-family: bahnschrift !important;
  text-transform: uppercase;
}

.profile-body .profile-area .profile-detail .follower li span {
  font-size: 18px;
  color: #6b6b6b;
}

.profile-body .profile-area .profile-detail .hire-me li {
  margin: 18px 15px;
}

.profile-body .profile-area .profile-detail .hire-me li a {
  padding: 15px 20px;
  font-size: 18px;
  border-radius: 30px;
  color: #fff;
}

.profile-body .profile-area .profile-detail .hire-me li .hire {
  background: #112435;
  border: 1px solid #112435;
}

.profile-body .profile-area .profile-detail .hire-me li .hire:hover {
  background: transparent;
  color: #f43b62;
}

.profile-body .profile-area .profile-detail .hire-me li .portfolio {
  background: #f43b62;
  border: 1px solid #f43b62;
}

.profile-body .profile-area .profile-detail .hire-me li .portfolio:hover {
  background: transparent;
  color: #112435;
}

.profile-body .profile-area .profile-meter {
  background: #462835;
}

.profile-body .profile-area .profile-meter .each-loader {
  margin: 15px 0;
}

.profile-body .profile-area .profile-meter .each-loader p {
  color: #fff;
}

.profile-body .profile-area .profile-meter .each-loader p i {
  color: #fcbe1c;
  margin-right: 7px;
  font-size: 24px;
}

.profile-body .profile-area:hover .profile-dp img {
  border: 10px solid #dcdcdcb0;
  padding: 5px;
  background: #333333;
  -webkit-box-shadow: 0 0 0 8px #cec7c7, 0 0 0 15px rgba(128, 128, 128, 0.22);
  box-shadow: 0 0 0 8px #cec7c7, 0 0 0 15px rgba(128, 128, 128, 0.22);
}

.edit {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #514444;
  right: 15px;
  top: 15px;
  font-size: 16px;
  position: absolute;
  border-radius: 50%;
  background: #f43b62;
  color: #fff;
  z-index: 9;
}

.edit:hover {
  background: #f43b62;
  color: #000;
}

.previous-transaction {
  padding: 0 0 50px;
  background: #fff;
}

.previous-transaction .credit-balance {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 6px 10px rgba(107, 107, 107, 0.2);
  box-shadow: 0 6px 10px rgba(107, 107, 107, 0.2);
  border-radius: 0 0 15px 15px;
}

.previous-transaction .credit-balance .show-balance h2 {
  font-size: 35px;
  font-weight: 700;
  color: #112435;
  font-family: bahnschrift !important;
}

.previous-transaction .credit-balance .show-balance h2 span {
  font-weight: 300;
  font-size: 18px;
  color: #2ECC40;
}

.previous-transaction .c-his {
  font-size: 13px;
  color: #848484;
  text-transform: uppercase;
  margin: 25px 0 0;
}

.previous-transaction .we-accept {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgba(107, 107, 107, 0.2);
  box-shadow: 0 0 10px rgba(107, 107, 107, 0.2);
  border-radius: 15px;
  margin: 10px 0;
}

.previous-transaction .we-accept p {
  font-size: 13px;
}

.previous-transaction .we-accept p a {
  padding: 10px;
  margin-right: 10px;
  border-radius: 10px;
  color: #514444;
}

.previous-transaction .we-accept p span {
  font-size: 14px;
  color: #848484;
  font-weight: 300;
  margin-top: 12px;
}

.previous-transaction .we-accept .dispute {
  border: 1px solid #FF4136;
  display: inline-block;
  padding: 12px;
  border-radius: 30px;
  color: #514444;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.previous-transaction .we-accept .dispute:hover {
  border: 1px solid #FF4136;
  background: #FF4136;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.green {
  background: #2ECC40 !important;
  color: #fff !important;
}

.red {
  background: #f43b62 !important;
  color: #fff !important;
}

.find-designer {
  padding: 50px 0;
  background: #fff;
}

.find-designer .mobile-filter a {
  display: block;
  color: #514444;
  margin-bottom: 30px;
  text-align: center;
  line-height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), to(#eeeeee));
  background: -webkit-linear-gradient(top, white 1%, #eeeeee 100%);
  background: -o-linear-gradient(top, white 1%, #eeeeee 100%);
  background: linear-gradient(to bottom, white 1%, #eeeeee 100%);
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 5px #aaaaaa7a;
  box-shadow: 0 5px 5px #aaaaaa7a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.find-designer .mobile-filter a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), to(#fbdf93));
  background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: -o-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
}

.find-designer .find-filter .form-group {
  position: relative;
}

.find-designer .find-filter .form-group input {
  border: 1px solid #ccc;
  padding-left: 35px;
}

.find-designer .find-filter .form-group i {
  position: absolute;
  left: 10px;
  top: 10px;
}

.find-designer .find-filter .form-group p {
  margin-top: 10px;
  color: #b1b1b1;
  font-size: 12px;
}

.find-designer .check-filter h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}

.find-designer .check-filter ul li {
  margin-bottom: 7px;
}

.find-designer .check-filter ul li input {
  margin-right: 7px;
  color: #696969;
}

.find-designer .filter-all-profile .filter-heading {
  margin-bottom: 25px;
}

.find-designer .filter-all-profile .filter-heading h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.find-designer .filter-all-profile .filter-heading a {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.find-designer .filter-all-profile .each-filter {
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 0;
  margin: 15px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.find-designer .filter-all-profile .each-filter:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.find-designer .filter-all-profile .each-filter .dp-sec {
  padding: 10px;
}

.find-designer .filter-all-profile .each-filter .dp-sec p a {
  color: #a54afa;
  font-weight: 400;
  font-family: bahnschrift !important;
  font-size: 22px;
}

.find-designer .filter-all-profile .each-filter .dp-sec p span {
  font-size: 13px;
}

.find-designer .filter-all-profile .each-filter .designer-add-banner ul {
  display: table;
  margin: 10px auto;
}

.find-designer .filter-all-profile .each-filter .designer-add-banner ul li {
  float: left;
  margin: 0 5px;
  color: #fcbe1c;
}

.profile-flow {
  padding: 25px 0;
  background: #fff;
}

.profile-flow .each-profile-flow a {
  position: relative;
  z-index: 0;
  padding: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile-flow .each-profile-flow a:after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fcbe1c;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.profile-flow .each-profile-flow a:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: 300;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.profile-flow .each-profile-flow a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(45deg);
  -ms-transform: translate(-50%, -50%) scale(1) rotate(45deg);
  transform: translate(-50%, -50%) scale(1) rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: rgba(252, 190, 28, 0.29);
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.profile-flow .each-profile-flow a:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
  -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fcf71c;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.profile-flow .each-profile-flow a:hover img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.profile-flow .each-profile-flow img {
  display: block;
  margin: 15px auto;
}

.profile-flow .each-profile-flow h2 {
  text-align: center;
  font-size: 24px;
  color: #112435;
  font-weight: 700;
  text-transform: uppercase;
}

.inner-breadcrumb {
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e0f3fa));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #e0f3fa 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #e0f3fa 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #e0f3fa 100%);
}

.inner-breadcrumb .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}

.inner-breadcrumb .breadcrumb .breadcrumb-item {
  color: #514444;
}

.inner-breadcrumb .breadcrumb a {
  color: #112435;
  font-weight: 700;
}

.work-flow {
  background: #fff;
  padding: 30px 0;
}

.work-flow .all-work-flow .each-flow {
  position: relative;
  background: #f7f7f7;
}

.work-flow .all-work-flow .each-flow .quote-button {
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#85144b), to(#bc6b7d));
  background: -webkit-linear-gradient(left, #85144b 0%, #bc6b7d 100%);
  background: -o-linear-gradient(left, #85144b 0%, #bc6b7d 100%);
  background: linear-gradient(to right, #85144b 0%, #bc6b7d 100%);
  display: table;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 0 #514444;
  box-shadow: 0 5px 0 #514444;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.work-flow .all-work-flow .each-flow .quote-button:hover {
  bottom: 28%;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.work-flow .all-work-flow .each-flow .flow-icon {
  width: 100%;
  text-align: center;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.work-flow .all-work-flow .each-flow .flow-icon p {
  line-height: 350px;
  color: #514444;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}

.work-flow .all-work-flow .each-flow .flow-icon p i {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  background: #fcbe1c;
  color: #514444;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.work-flow .all-work-flow .each-flow span {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: table;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.work-flow .all-work-flow .vio {
  background: #B10DC9;
}

.work-flow .all-work-flow .vio:hover p i {
  background: #112435;
  color: #fcbe1c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.work-flow .all-work-flow .orange {
  background: #ff7901;
}

.work-flow .all-work-flow .orange:hover p i {
  background: #fcbe1c;
  color: #112435;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.work-flow .all-work-flow .navy {
  background: #112435;
}

.work-flow .all-work-flow .navy:hover p i {
  background: #ff7901;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.designer-chart {
  padding: 30px 0;
  background: #fff;
}

.designer-chart .total-designer-charts {
  position: relative;
  z-index: 0;
}

.designer-chart .total-designer-charts:after {
  position: absolute;
  content: "";
}

.designer-chart .total-designer-charts .each-designer {
  background: -webkit-linear-gradient(45deg, #f9fcff 0%, #e2f5ff 100%);
  background: -o-linear-gradient(45deg, #f9fcff 0%, #e2f5ff 100%);
  background: linear-gradient(45deg, #f9fcff 0%, #e2f5ff 100%);
}

.designer-chart .total-designer-charts .each-designer img {
  -webkit-clip-path: circle(100% at 0% 55%);
  clip-path: circle(100% at 0% 55%);
}

.designer-chart .total-designer-charts .each-designer .project-details {
  position: relative;
  background: -webkit-linear-gradient(315deg, #b3e6ff 0%, #cfefff 100%);
  background: -o-linear-gradient(315deg, #b3e6ff 0%, #cfefff 100%);
  background: linear-gradient(135deg, #b3e6ff 0%, #cfefff 100%);
  padding: 15px 15px 15px 15px;
  border-radius: 0 50px 50px 20px;
  position: relative;
  z-index: 0;
}

.designer-chart .total-designer-charts .each-designer .project-details:before {
  position: absolute;
  content: "";
  right: 100%;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../images/paragraph-arrow.png) no-repeat;
}

.designer-chart .total-designer-charts .each-designer .project-details h4 {
  color: #0074D9;
}

.designer-chart .total-designer-charts .each-designer .project-view-button a {
  background: #a54afa;
  color: #fff;
  position: relative;
  z-index: 0;
  font-weight: 700;
  border: 7px solid rgba(166, 76, 250, 0.35);
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.files-area {
  padding: 50px 0;
  background: #fff;
}

.files-area .files-filter .filter {
  color: #514444;
  margin-bottom: 15px;
  display: inline-block;
}

.files-area .files-filter .filter i {
  color: #a54afa;
}

.files-area .files-filter .base-filter li {
  margin: 15px 0;
}

.files-area .files-filter .base-filter li a {
  font-weight: 700;
  color: #3D9970;
}

.files-area .files-filter .base-filter li a i {
  color: #fcbe1c;
  margin-right: 5px;
}

.files-area .files-filter .base-filter li ul {
  padding-left: 20px !important;
  border-left: 1px dashed #fcbe1c;
  position: relative;
}

.files-area .files-filter .base-filter li ul:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #85144B;
}

.files-area .files-filter .base-filter li ul:before {
  position: absolute;
  content: "";
  left: -3px;
  bottom: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #85144B;
}

.files-area .files-filter .base-filter li ul li a {
  color: #514444;
  font-size: 12px;
}

.files-area .files-filter .base-filter li ul li a i {
  color: #ff7901;
  margin-right: 5px;
}

.files-area .file-display-area .project-files-all ul li {
  padding: 7px 15px;
  border-top: 1px solid #f3efef;
  border-bottom: 1px solid #fff;
}

.files-area .file-display-area .project-files-all ul li:last-child {
  border-bottom: 1px solid #f3efef;
}

.files-area .file-display-area .project-files-all ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
  background: -webkit-linear-gradient(top, white 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, white 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, white 0%, #f7f7f7 100%);
  border-top: 1px solid #f3efef;
  border-bottom: 1px solid #f3efef;
}

.files-area .file-display-area .project-files-all ul li a {
  color: #514444;
  font-size: 16px;
}

.files-area .file-display-area .project-files-all ul li a i {
  width: 30px;
}

.files-area .file-display-area .project-files-all ul li span {
  float: right;
  position: relative;
}

.files-area .file-display-area .project-files-all ul li span .reload-gadgets {
  right: 100% !important;
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
  display: block !important;
}

.files-area .file-display-area .project-files-all ul li span .edit-gadgets {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ddd;
  padding: 5px;
  border-radius: 30px;
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.files-area .file-display-area .project-files-all ul li span .edit-gadgets a {
  color: #112435;
  display: table-cell;
}

.files-area .file-display-area .project-files-all ul li span .edit-gadgets a i {
  width: auto;
  margin: 0 5px;
}

.payments-area {
  background: #fff;
  padding: 50px 0;
}

.new-price-table {
  background: #fff;
  padding: 0 0 30px;
}

.new-price-table .dispute {
  background: #3D9970;
  display: inline-block;
  padding: 12px;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 25px;
}

.new-price-table .dispute:hover {
  background: #FF4136;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.how-it-works {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f2f0));
  background: -webkit-linear-gradient(#fff, #f3f2f0);
  background: -o-linear-gradient(#fff, #f3f2f0);
  background: linear-gradient(#fff, #f3f2f0);
}

.how-work-body {
  background: #fff;
}

.how-work-body .base-btn {
  background: #f43b62;
  color: #fff;
  position: relative;
  z-index: 0;
  font-weight: 700;
  border: 7px solid rgba(244, 59, 98, 0.35);
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 15px 0 0;
}

.how-work-body .each-steps {
  padding: 15px;
  border: 1px solid #fcbe1c;
}

.how-work-body .each-steps h3 {
  font-weight: 900;
  font-size: 21px;
  text-transform: uppercase;
  color: #514444;
  background: #fcbe1c;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 5px 20px 5px 5px;
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
}

.how-work-body .each-steps p {
  line-height: 24px;
  font-size: 15px;
  margin: 10px 0;
}

/*@media (max-width: 575.98px) {
  .each-work img {
    width: 100%;
  }
}*/

@media (max-width: 767.98px) {
  /*.find-filter {
    display: none;
  }*/
  header .header-top .top-nav .navbar-collapse {
    position: absolute;
    top: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    left: 0;
  }
  header .header-top .top-nav ul .nav-item .nav-link {
    line-height: 45px;
  }
  header .header-top .top-nav ul .nav-item .nav-link:hover {
    background: #fcbe1c;
    color: #514444;
  }
  header .banner-area .banner-content .client-profile .all-designer div .profile-details {
    position: inherit;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb401), to(#00c3d6));
    background: -webkit-linear-gradient(top, #ffb401 0%, #00c3d6 100%);
    background: -o-linear-gradient(top, #ffb401 0%, #00c3d6 100%);
    background: linear-gradient(to bottom, #ffb401 0%, #00c3d6 100%);
  }
  header .banner-area .banner-content .client-profile:before, header .banner-area .banner-content .client-profile:after {
    position: inherit;
  }
  header .banner-area .banner-content .client-profile .all-designer div .profile-details p {
    padding-left: 150px;
    color: #514444;
  }
  header .banner-area .banner-content .client-profile .all-designer div .profile-details p span {
    font-size: 16px;
  }
  header .banner-area .banner-content .client-profile .all-designer div .profile-details img {
    -webkit-clip-path: circle(64% at 25% 63%);
    clip-path: circle(64% at 25% 63%);
  }
  header .get-start {
    padding-top: 100px;
  }
  header .get-start a:before {
    right: 70%;
  }
  header .get-start .mascot {
    margin: 15px 0 0;
  }
  header .banner-area {
    padding: 50px 0;
  }
  .all-works .work-header h2 {
    font-size: 24px;
    text-align: center;
  }
  .all-works .all-works-area .each-works {
    margin: 20px 0;
  }
  .design-contest .work-directly {
    width: 100%;
    background: #fff;
  }
  .design-contest .work-directly .work-direct-details {
    position: inherit;
    padding: 0 15px;
    bottom: inherit;
  }
  .design-contest .how-it-work {
    width: 100%;
  }
  .design-contest .heading-contest h2 {
    font-size: 24px;
  }
  .design-contest .heading-contest p {
    font-size: 14px;
    line-height: 24px;
    width: auto;
  }
  .design-contest .work-directly .work-direct-details h4 {
    margin-top: 20px;
    color: #514444;
    font-size: 24px;
    text-align: center;
  }
  .design-contest .work-directly .work-direct-details p {
    color: #112435;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    text-align: center;
  }
  .design-contest .work-directly .work-direct-details a {
    margin: 15px auto;
    float: none !important;
    display: table;
  }
  .design-contest .how-it-work .how-it-work-direct {
    position: relative;
    background: #112435;
  }
  .design-contest .how-it-work .how-it-work-direct a {
    margin: 10px auto 0;
  }
  .collaboration-area .cola-headiing h5 {
    font-size: 20px;
  }
  .collaboration-area .each-loader canvas {
    position: relative;
    padding-bottom: 0;
    margin: 0 auto;
    display: table;
  }
  .trip-area .heading-contest h2 {
    font-size: 24px;
  }
  .each-blog {
    margin: 15px 0;
  }
  .footer-navs {
    margin: 15px 0;
  }
  .all-works .work-rates-area ul li {
    font-size: 24px;
  }
  .all-works .work-rates-area p {
    font-size: 22px;
  }
  .all-works .work-rates-area p a {
    display: table;
    margin: 0 auto;
  }
  footer .footer-bottom .footer-social ul {
    margin: 0 auto 15px;
    display: table;
  }
  footer .footer-bottom .footer-copy p {
    text-align: center;
  }
  header .banner-area .banner-content h1 {
    font-size: 50px;
  }
  header .banner-area .banner-content h3 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .all-works .work-header p {
    line-height: 24px;
    margin: 0 0 15px;
    text-align: center;
  }
  header .header-top .header-info ul {
    margin: 0 auto;
  }
  header .header-top .header-info ul li {
    float: left;
    padding: 0 13px;
  }
  .projects-banner .designer-header-details {
    position: inherit;
    bottom: inherit;
    top: 0;
    padding: 15px 0;
  }
  .fresh-table .fixed-table-toolbar {
    display: inherit !important;
    float: none !important;
  }
  .fixed-table-toolbar .columns-right {
    float: left !important;
  }
  .designer-profile-header .profile-banner .profile-dp {
    position: inherit;
  }
  .designer-profile-header .profile-banner .profile-dp .designer-dp img {
    display: table;
    margin: 10px auto;
    width: 100px;
    border: 5px solid #fff;
  }
  .designer-profile-header .profile-banner .profile-dp .designer-details .designer-name-destails h4 {
    margin: 10px 0;
  }
  .fixed-table-toolbar .bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .log-user .log-area {
    background-size: cover;
  }
  .log-user .log-area:after {
    position: absolute;
    content: "";
    right: 0;
    top: inherit;
    width: 100%;
    height: 100%;
    background: rgba(0, 95, 22, 0.6);
    z-index: -1;
    border-radius: 30px;
    bottom: 0;
  }
  .log-user .log-area .login-logo-area h3 {
    font-size: 45px;
  }
  .log-user .log-area .login-logo-area h3:after {
    z-index: 1;
  }
  .log-user .log-area .login-logo-area h3:after {
    position: absolute;
    content: "";
    right: -30px;
    top: -20px;
    width: 50px;
    height: 50px;
    background: url(../images/sun-light.png);
    z-index: -1;
    background-size: 100%;
  }
  .log-user .log-area .all-form-fields .form-field-heading h2 {
    font-size: 40px;
  }
  .log-user {
    padding: 0;
  }
  .log-user .log-area .all-form-fields ul li a {
    border: 1px solid #fff;
  }
  .log-user .log-area .all-form-fields ul li {
    margin: 0 6px;
  }
  .log-user .log-area .all-form-fields .form-field-heading h2 span {
    color: #fff;
  }
  .log-user .log-area .all-form-fields .form-field-heading p {
    color: #7FDBFF;
  }
  .log-user .log-area .all-form-fields ul li a {
    background: #fff;
  }
  .how-it-work img {
    width: 100%;
  }
  .profile-body .profile-area {
    margin: 0 0 50px !important;
  }
  .profile-body .profile-area .profile-dp {
    margin: -77px 0 30px;
    position: relative;
    z-index: 9;
  }
  .profile-body .profile-area .profile-dp img {
    width: 100px;
    border: 5px solid #a9a7a7;
    -webkit-box-shadow: 0 0 0 5px #cccccc, 0 0 0 5px #e6e6e6;
    box-shadow: 0 0 0 5px #cccccc, 0 0 0 5px #e6e6e6;
  }
  .profile-body .profile-area .profile-detail {
    padding: 20px;
    margin-top: 0;
  }
  .profile-body .profile-area .profile-detail h2 {
    font-size: 24px;
  }
  .profile-body .profile-area .profile-detail .user-name {
    font-size: 18px;
  }
  .profile-body .profile-area .profile-detail .designer-social-profile li {
    margin: 0 5px;
  }
  .profile-body .profile-area .profile-detail .designer-social-profile li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .profile-body .profile-area .profile-detail .follower li {
    margin: 0 10px;
    font-size: 30px;
  }
  .edit {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  label a {
    color: #FFDC00;
  }
  .designer-chart .total-designer-charts .each-designer {
    background: transparent;
  }
}

@media (max-width: 991.98px) {
  .design-contest .work-directly .work-direct-details {
    position: inherit;
    background: #fff;
    bottom: inherit;
  }
  .design-contest .how-it-work .how-it-work-direct {
    position: inherit;
  }
  .design-contest .how-it-work {
    background: #112435;
  }
  .find-designer .filter-all-profile .filter-heading a, .find-designer .filter-all-profile .filter-heading h3 {
    font-size: 16px;
  }
  .design-contest .work-directly .work-direct-details h4 {
    color: #f43b62;
    font-size: 30px;
  }
  .design-contest .work-directly .work-direct-details p {
    color: #112435;
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0;
  }
  .each-design .design-banner {
    width: 100%;
  }
  .projects-banner .designer-header-details {
    position: inherit;
    bottom: inherit;
    padding: 15px 0;
  }
  .projects-banner .designer-header-details .designer-banner-details {
    position: inherit;
    top: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
  header .header-top .header-info ul {
    margin-left: auto;
  }
  header .header-top .header-info ul li {
    float: left;
  }
  footer .footer-top .footer-navs .foot-heading {
    font-size: 17px;
  }
  footer .footer-top .footer-navs ul li a {
    font-size: 15px;
  }
  footer .footer-top .footer-navs ul li {
    margin-bottom: 10px;
  }
  .design-contest .work-directly .work-direct-details {
    margin-top: 0;
  }
  .design-contest .work-directly .work-direct-details a {
    margin-top: 15px;
  }
  .collaboration-area .each-loader canvas {
    position: inherit;
    padding-bottom: 15px;
    display: table;
    margin: 0 auto;
  }
  .trip-area .heading-contest h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .trip-area .each-blog h4 {
    font-size: 14px;
    font-weight: 400;
    color: #514444;
    margin: 10px 0;
    line-height: 20px;
  }
  .all-works .work-header h2 {
    font-size: 24px;
  }
  .all-works .work-header p {
    font-size: 16px;
    color: #514444;
    line-height: 24px;
  }
  .designer-profile-header .profile-banner .profile-dp {
    position: relative;
    width: auto;
    padding: 0 15px;
    left: 0;
    bottom: inherit;
    z-index: 0;
    top: 0;
  }
  .designer-profile-header .profile-banner .profile-dp .designer-details .designer-name-destails h4 {
    margin: 10px 0;
  }
  .profile-body .profile-area {
    margin: -100px 0 50px;
  }
  .dash-body .category-list .project-filter form input[type=text] {
    width: 100%;
  }
  .designer-add-banner img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .log-user .log-area:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 95, 22, 0.6);
    z-index: -1;
    border-radius: 30px;
  }
  .log-user .log-area {
    background-size: cover;
  }
  .log-user .log-area .all-form-fields .form-field-heading h2 span {
    color: #fff;
  }
  .log-user .log-area .all-form-fields .form-field-heading p {
    color: #fff;
  }
  .log-user .log-area .all-form-fields ul li a {
    background: #fff;
  }
  .log-user .log-area .all-form-fields p a {
    color: #fcbe1c;
    font-weight: 700;
  }
  .profile-dp img {
    margin-top: -30px !important;
  }
}

@media (max-width: 1199.98px) {
  .design-contest .work-directly .work-direct-details {
    position: inherit;
    background: #fff;
    bottom: inherit;
  }
  .design-contest .how-it-work .how-it-work-direct {
    position: inherit;
  }
  .design-contest .how-it-work {
    background: #112435;
  }
  .design-contest .work-directly .work-direct-details h4 {
    color: #f43b62;
    font-size: 30px;
  }
  .design-contest .work-directly .work-direct-details p {
    color: #112435;
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0;
  }
  header .header-top .header-info ul li a {
    font-size: 16px;
  }
  .profile-body .profile-area {
    margin-top: -100px;
  }
  .profile-dp img {
    margin-top: -30px !important;
  }
}
