/*===========================
COMMON
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #5A5872;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #2B2A3D;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5A5872;
  margin: 0px;
}

.bg-cover {
  background-image: url("../images/bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.bg_center {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.primary-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0;
  padding: 0 30px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #403667;
}

.primary-btn:hover {
  background-color: #6755ae;
  color: #fff;
}

.sec-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0;
  padding: 0 16px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #6755ae;
  width: 100px;
}

.sec-btn:hover {
  background-color: #403667;
  color: #fff;
}

.read-more-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0;
  padding: 0 16px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #403667;
  width: 120px;
}

.read-more-btn:hover {
  background-color: #6755ae;
  color: #fff;
}

.close-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0;
  padding: 0 34px;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #323232;
}

.close-btn:hover {
  background-color: rgb(80, 80, 80);
  color: #fff;
}

.mandatory {
  color: #7a3437;
  font-size: 15px;
  margin-left: -2px;
}

/*===== All Section Title Style =====*/
.section-title .title {
  font-size: 40px;
}

@media (max-width: 767px) {
  .services-area {
    padding: 120px 0 40px 0 !important;
  }

  .gallery-area {
    padding: 120px 0 40px 0 !important;
  }

  .about-us-main-area {
    padding: 120px 0 40px 0 !important;
  }

  .about-us-img {
    height: 200px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-area {
    padding: 120px 0 40px 0 !important;
  }

  .gallery-area {
    padding: 120px 0 40px 0 !important;
  }

  .about-us-main-area {
    padding: 120px 0 40px 0 !important;
  }

  .about-us-img {
    height: 200px !important;
  }
}


@media (max-width: 767px) {
  .section-title .title {
    font-size: 26px;
  }
}

.section-title p {
  margin-top: 15px;
  font-size: 18px;
  color: #9e9db3;
}

.section-title.section-title-2 .title,
.section-title.section-title-2 p {
  color: #fff;
}

/*===== PRE-LOADER =====*/
.pre-loader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.pre-loader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.pre-loader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.pre-loader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.pre-loader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.pre-loader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.pre-loader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.pre-loader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #403667 #403667 #F9F9F9;
  border-radius: 50%;
  border-width: 6px;
}

.pre-loader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #F9F9F9;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.pre-loader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #F9F9F9;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes ytp-spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }

  25% {
    transform: rotate(270deg);
  }

  37.5% {
    transform: rotate(405deg);
  }

  50% {
    transform: rotate(540deg);
  }

  62.5% {
    transform: rotate(675deg);
  }

  75% {
    transform: rotate(810deg);
  }

  87.5% {
    transform: rotate(945deg);
  }

  to {
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  to {
    transform: rotate(130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    transform: rotate(-130deg);
  }

  50% {
    transform: rotate(5deg);
  }

  to {
    transform: rotate(-130deg);
  }
}

/*===========================
HOME PAGE
===========================*/

.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 15px 0;
}

.navbar {
  padding: 20px 0;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 150px;
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 130px;
  }
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  position: relative;
  margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
}

.black-text a {
  color: #222 !important;
}

.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
}

.black-text a::before {
  background-color: #222 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .navbar-nav .nav-item a.active,
  .navbar-nav .nav-item a:hover {
    color: #403667;
  }
}

@media (max-width: 767px) {

  .navbar-nav .nav-item a.active,
  .navbar-nav .nav-item a:hover {
    color: #403667;
  }
}

.navbar-nav .nav-item a.active::before,
.navbar-nav .nav-item a:hover::before {
  width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #403667;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #222;
}

.sticky .navbar-nav .nav-item a {
  color: #222;
}

.sticky .navbar-nav .nav-item a::before {
  background-color: #403667;
}

.sticky .navbar-nav .nav-item a.active,
.sticky .navbar-nav .nav-item a:hover {
  color: #403667;
}

/*===== HOME PAGE COVER =====*/
.home-page-cover {
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (min-width: 1400px) {
  .home-page-cover {
    height: 100vh;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-page-cover {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .home-page-cover {
    height: 100vh;
  }
}

.home-page-cover::before {
  position: absolute;
  content: '';
  background-color: rgba(43, 42, 61, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.home-page {
  padding-top: 50px;
}

.home-page .home-title {
  font-size: 60px;
  line-height: 85px;
  color: #fff;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-page .home-title {
    font-size: 44px;
    line-height: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-page .home-title {
    font-size: 40px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .home-page .home-title {
    font-size: 24px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home-page .home-title {
    font-size: 40px;
    line-height: 60px;
  }
}

.home-page .home-title span {
  display: contents;
  color: #403667;
}

.home-page p {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .home-page p {
    font-size: 16px;
  }
}

/*===========================
ABOUT US
===========================*/

#about-us {
  background-color: #F9F9F9;
}

.about-us-area {
  background-color: #F9F9F9;
  position: relative;
}

.about-us-btn:focus {
  box-shadow: none !important;
}

.about-us-img {
  height: 400px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: contain;
}

.about-us-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-image {
    width: 100%;
    height: 500px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .about-us-image {
    width: 100%;
    height: 400px;
    position: relative;
  }
}

.about-us-image .image_content {
  width: 185px;
  height: 185px;
  background-color: #af9404;
  display: table;
  text-align: center;
  position: relative;
  left: -92px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-image .image_content {
    width: 135px;
    height: 135px;
    left: -78px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-image .image_content {
    left: 0;
  }
}

@media (max-width: 767px) {
  .about-us-image .image_content {
    left: 0;
    width: 135px;
    height: 135px;
  }
}

.about-us-image .image_content {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-image .image_content {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-us-image .image_content {
    font-size: 18px;
  }
}

.about-us-image .image_content span {
  font-size: 44px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-image .image_content span {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .about-us-image .image_content span {
    font-size: 36px;
  }
}

.about-us-content {
  padding-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .about-us-content {
    padding-right: 0;
  }
}

.about-us-content .primary-btn {
  margin-top: 30px;
}

/*===========================
GALLERY
===========================*/
.gallery-item {
  position: relative;
  width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .gallery-item {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-item {
    width: 50%;
  }
}

.gallery-item img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.gallery-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6755ae59;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}

.gallery-item .gallery-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.gallery-item .gallery-content .meta li {
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.gallery-item .gallery-content .meta li a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
}

.gallery-item .gallery-content .meta li a:hover {
  background-color: #fff;
  color: #403667;
}

.gallery-item .gallery-content .gallery-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
  transform: translateY(100%);
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-item .gallery-content .gallery-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .gallery-item .gallery-content .gallery-title {
    font-size: 20px;
  }
}


.gallery-item .gallery-content .gallery-title {
  transform: translateX(0);
  transition-delay: 0.2s;
  opacity: 1;
}

.gallery-item .gallery-content .meta li {
  transform: translateX(0);
  transition-delay: 0.2s;
  opacity: 1;
}

/*===========================
SERVICES
===========================*/

.truncate-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate-4-lines {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-description-text a {
  font-size: 18px;
  font-weight: 600;
  color: #2B2A3D;
  transition: all 0.3s ease-out 0s;
}

.service-description-text a:hover {
  color: #6755ae;
}

.service-card-body:hover {
  box-shadow: 0 4px 8px 0 rgba(71, 63, 92, 0.2), 0 6px 18px 0 rgba(68, 55, 102, 0.19);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-img-top {
  max-height: 18rem;
  object-fit: cover;
}

.services-area {
  background-color: #7a7a7a13;
}

.service-item {
  position: relative;
}

.service-item:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.service-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.service-item .service-content {
  position: sticky;
  background-color: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px;
  height: 180px;
}

.service-item .service-content .service-name a {
  font-size: 18px;
  font-weight: 600;
  color: #2B2A3D;
  transition: all 0.3s ease-out 0s;
}

.service-item .service-content .service-name a:hover {
  color: #6755ae;
}

.service-item .service-content p {
  margin-top: 5px;
}

.service-item .service-content .social {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.service-item .service-content .social li {
  margin: 3px 0;
}

.service-item .service-content .social li a {
  color: #5A5872;
  font-size: 16px;
  transition: all 0.3s ease-out 0s;
}

.service-item .service-content .social li a:hover {
  color: #403667;
}

/*===========================
CONTACT US
===========================*/
.contact-us {
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.contact-us::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(44, 40, 69);
  z-index: -1;
}

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #2B2A3D;
  background: #F9F9F9;
  padding: 10px 15px;
  margin-top: 30px;
  background-color: #fff;
  margin-left: 15px;
}

p.form-message.success.form-message.error,
p.form-message.error.form-message.error {
  color: #f00;
}

.form-item {
  margin-top: 30px;
}

.form-item input,
.form-item textarea,
.form-item select {
  width: 100%;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0 25px;
  font-size: 16px;
  color: #fff;
  background: none;
  transition: all 0.3s ease-out 0s;
}

.form-item input:focus,
.form-item textarea:focus,
.form-item select:focus {
  border-color: #fff;
}

.form-item textarea {
  height: 170px;
  resize: none;
  padding-top: 15px;
}

/*===========================
FOOTER
===========================*/
.footer-area {
  background-color: #403667;
  padding-top: 15px;
  padding-bottom: 30px;
}

.footer-text {
  font-size: 16px;
  color: #fff;
  padding-top: 15px;
}

.footer-text a {
  color: #ceafff;
}


/*===== BACK TO TOP =====*/
.top-button {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  background-color: #6755ae94;
  text-align: center;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
}

.top-button:hover {
  color: #fff;
  background-color: rgb(56, 47, 90);
}
