/**
* Template Name: MyResume
* Updated: Nov 17 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Comfortaa", sans-serif;
  color: #272829;
}

a {
  color: #FF8F1F;
  text-decoration: none;
}

a:hover {
  color: #FF8F1F;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Comfortaa", sans-serif;
}

.title-icon{
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #FF8F1F;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #FF8F1F;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #FF8F1F;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 991px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 991px) {
  #main {
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #FF8F1F;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #f2f3f5;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #FF8F1F;
}

@media (min-width: 992px) {

  .nav-menu a,
  .nav-menu a:focus {
    width: 56px;
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}


.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  color: #fff;
  background: #ff8f1f;
  
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover>a span {
  color: #ffffff;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
  display: block;
}

.lgo{

  margin-left: -0.2rem;
  height: 35px;
  width: 22px;
  display: block;
  
}

#lgoo>a:hover{
  background-color: #f2f3f5;
  color:#000000;
}


li .lgoo a{
  background-color: #000000;
}


#dbot-text{
  font-size: 26px;
  color: #000000;
  padding-left: 5%;
}



/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}

.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #0563bb;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/home/hero-bg.png") top right no-repeat;
  background-size: cover;
  position: relative;
  padding-left: 10%;
  
}

@media (min-width: 992px) {
  #hero {
    padding-left: 15%;
  }
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #272829;
  border: 2px solid #fff;
}

/* Mobile Responsive Styles */

@media (max-width: 991px) {
  #hero {
    margin-top: -0%;
    background: url("../img/home/mobile-home.jpg") center no-repeat;
    background-size: 100%; /* Adjust the background size */
    margin-top: -10%;
  }


  #hero h1 {
    font-size: 32px;
    line-height: 40px;
  }

  #hero h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started {
    font-size: 14px;
    padding: 8px 20px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-top: 10px ;
  overflow: hidden;
}

.section-title {
  text-align: center;
  /* padding-bottom: 30px; */
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #482F4C;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #FF8F1F ;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.section-subtitle h2{
  text-align: center;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 26px;
  color: #482F4C;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/



.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #482F4C;
}


.mb-41{
  font-weight: 700;
  font-size: 26px;
  color: #482F4C;
  
}

.btn {
  border: none;
  --bs-btn-color: #fff;
    --bs-btn-bg: #ff8f1f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f17800;
    --bs-btn-hover-border-color: #ff8f1f;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff8f1f;
    --bs-btn-active-border-color: #ff8f1f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff8f1f ;
    /* --bs-btn-disabled-bor */

}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #FF8F1F;
  line-height: 0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(to right, rgb(72, 47, 76) 0%, rgb(255, 143, 31) 100%);
  color: #fff;
  padding-top: 10%;
  padding-bottom: 10%;
  margin-left: -7.5%;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
  padding: 25px 30px;
  margin-left: 9%;

}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}

.app-link-text{
  margin-left: 10%;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 30px 20px 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
  
  /* padding-bottom: 15%; */
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 120%;
  width: 120%;
  
  padding-right: 18%;
  padding-bottom: 20%;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #482F4C;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #482F4C;
}

.services .iconbox-orange i {
  color: #879797;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #879797;
}


.services .iconbox-pink i {
  color: #FF8F1F;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #FF8F1F;
}


.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

.icon-sub {
  margin-left: 20%;
  margin-top: 10%;
  width: 70%;
  height: 70%;
}



.how-it-works {
  position: relative;
  margin-left: 45%;
}

@media (max-width: 768px) {
  .how-it-works {
    margin-left: 35%;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .how-it-works {
    margin-left: 30%;
  }
}

/*--------------------------------------------------------------
# Price Estimator section
--------------------------------------------------------------*/



.price_estimator_details{
  text-align: center;
  line-height: normal;
}


.price_estimator_button{

  padding: 40px 40px;
}


.info1 {
  display: none;
  position: absolute;
  border: none;
  margin-top: 20px;
  font-size: 13px;
  margin-top: 25px;
  padding: 3px;
  left: 100%; /* Position to the right of the icon1 */
  top: 0; /* Align with the top of the icon1 */
  /* white-space: nowrap; Keep the text in a single line */
}


label {
  position: relative;
  display: inline-block;
  margin-right: 40px;
}


.icon1 {
  display: inline-block;
  margin-left: 5px; /* Adjust as needed for spacing */
  cursor: pointer;
  margin-left: -3px;
  width: 17px; /* Adjust as needed */
  height: 15px; /* Adjust as needed */
  opacity: 0.8; 
  padding-right: 2rem;
}

.icon1:hover + .info1 {
  display: block;
  width: 250px;
  line-height: 1.3pc;
  background-color: #ccc; /* Darker background with reduced transparency */
  z-index: 1;
  
}


.icon1 svg {
  fill: grey; /* Change this color to the desired color */
}

.adjustinfo{
  left: 85%;
}

.total_price{
  font-size: 30px;
  font-weight: bold;
  margin-top: 5%;
}




.radio_inputs input{
  margin-right: -5px;
  background-color: #FF8F1F;
}

.radio_inputs input[type="radio"] {
  display: none; /* Hide the default radio button */
}

.radio_inputs input[type="radio"] + label::before {
  content: '';
  position: absolute;
  margin-top: 5px;
  left: -25px;
  height: 17px;
  width: 17px;
  border: 2px solid #FF8F1F; /* Change this color to the desired color */
  border-radius: 50%;
  box-sizing: border-box;
}


.radio_inputs input[type="radio"]:checked + label::before {
  background-color: #FF8F1F; /* Change this color to the desired color */
}


.heading_of_projection{
  font-size: 30px;
  margin-top: -50px;
}


.i_heading_of_projection{
  text-align: right;
  margin-right: 33%;
  margin-top: 15px;
  
}


.i_heading_of_projection .icon1{
  opacity: 1;
  margin-left: 95%;
}

.i_heading_of_projection .icon2{
  margin-left: 113%;
}



.i_heading_of_projection .info1{
  text-align: left;
  line-height: normal;
  margin-left: -5%;
  background-color: #ccc; /* Darker background with reduced transparency */
  color: #000000;
}


.i_2D_3D{
  margin-right: 22%;
}


.rectangle-box .i_heading_of_projection .info1{
  margin-left: -50px;
  margin-top: 50px;
}

.rectangle-box .i_heading_of_projection .info3{
  margin-left: -80px;
  margin-top: 50px;
}

.rectangle-box .i_heading_of_projection .i_2D_3D_info{
  margin-left: -110%;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .icon1 {
        width: 20px; /* Adjust as needed for mobile */
        height: 20px; /* Adjust as needed for mobile */
    }


    .info1, .info2 {
      width: auto;
      left: 0;
      right: 0;
    }
  
    .label-container {
      margin-bottom: 10px; /* Adjust as needed for spacing */
    }

}


/*--------------------------------------------------------------
# Price Estimator page
--------------------------------------------------------------*/



.estimator_container{
  text-align: center;
}

.radio_inputs{
  display: inline-block;
  margin-left: 120px;
  text-align: left;
  font-size: 25px;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .radio_inputs {
      display: block; /* Change to block to stack them vertically */
      margin-bottom: 15px; /* Add some bottom margin for spacing */
      font-size: 18px; /* Adjust font size for smaller screens */
  }
}

#area {
  
  width: 200px; /* Set the width as needed */
  padding: 10px;
  margin: 20px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none; /* Remove the default focus outline */
}

.unit_type_container {
  width: 100px;
  margin: 0px auto;
  text-align: center;
}

/* Select styling */
#unit_type {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none; /* Remove default focus outline */
  background-color: #fff; /* Background color */
  color: #333; /* Text color */
  cursor: pointer;
}


/* Styling for option with placeholder */
#unit_type option[disabled]:first-child {
    color: #999; /* Placeholder text color */
}

/* Hover effect for better user experience */
#unit_type:hover {
    border-color: #666; /* Border color on hover */
}


.rectangle-box {
  position: relative;
  width: 250px;
  height: 300px;
  background-color: #482F4C;
  color: #fff;
  text-align: center;
  line-height: 55px;
  border-radius: 15px;
  display: inline-block;
  margin: 20px;
  margin-inline: 50px;
  font-size: 20px;
}


/* Style for the button */
.rectangle-box button {
  display: block; /* Make the button a block-level element */
  width: 100%; /* Make the button full-width */
  padding: 13px; /* Add padding for better appearance */
  margin-top: 38px; /* Add margin to separate from the content above */
  background-color: #F5F5F5; /* Set the background color */
  color: #482F4C; /* Set the text color */
  border: none; /* Remove border */
  border-radius: 0px 0px 15px 15px; /* Set the border radius for rounded corners */
  cursor: pointer;
  font-family: 'Comfortaa', sans-serif;
  font-size: 25px;
  font-weight: bolder;
  
}

/* pop up styles */
/* Common styles for both desktop and mobile */
/* Common styles for both desktop and mobile */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.popup {
  background-color: #F5F5F5;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column; /* Set direction to vertical for mobile */
  max-width: 400px; /* Add a max-width for larger screens */
  width: 90%; /* Adjust width for smaller screens */
  margin: auto; /* Center the popup horizontally */
  height: 75vh;
  line-height: 30px;
  position: relative;
}

.popup form {
  display: flex;
  flex-direction: column;
}

.popup form div {
  margin-bottom: 10px;
}

.popup form label {
  margin-bottom: 5px; /* Reduce space between label and input for mobile */
}

.popup form input {
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


.required {
  color: red;
  margin-left: 2px; /* Adjust as needed for spacing */
}


#selectedValue{
  margin-right: 7%;
  width: 11%;
  margin-left:-10%;
  text-align: center;
}

#areaviewinpopup{
  width: 20%;
  margin-left:-10%;
  text-align: center;
}

#error-message-area {
  display: none; /* Hidden by default */
  color: red;
  margin-left: 10px;
}

/* Style for the submit button */
.submit-btn {
  margin-top: 20px;
  cursor: pointer;
  background-color: #482F4C; /* Set the background color to #482F4C */
  color: #FFFFFF; /* Set the text color to white */
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-family: 'Comfortaa', sans-serif;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.extra_price_info {
  font-size: 10px;
  color: #8b8b8b;
  line-height: normal;
}

/* Media query for screens smaller than 600px (typical mobile devices) */
@media only screen and (max-width: 600px) {
  .popup {
    width: 100%; /* Adjust width for smaller screens */
    max-width: none; /* Remove max-width for smaller screens */
    height: 60%;
  }
}



.download_link_for_true_view {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.content_downlod_link {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
  box-sizing: border-box;
}
.content_downlod_link a {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: underline; /* This styles the links with an underline */
  color: #FF8F1F; /* Optional: Ensures the links use the current text color */
}


/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/

.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.facts .count-box i {
  position: absolute;
  top: -25px;
  left: 30%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #ffffff;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
}

.facts .count-box span {
  text-align: left;
  padding-left: 20%;
  margin-top: -3rem;
  padding-top: 0%;
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #050d18;
  margin-left: 60px;
}
.facts .count-box p {
  padding: 0%;
  margin-top: -10%;
  text-align: left;
  margin-left: 45%;
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
}

.facts-logo{
  /* margin-left: 50%; */
  margin-top: -10%;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #FF8F1F;
  float: left;
  width: 44px;
  height: 44px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #728394;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #ff8f1f;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ff8f1f;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #c86400;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #879797;
  color: #fcfcfc;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Comfortaa", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #879797;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ffffff;
  color: #879797;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}