/*** 

====================================================================
	Main Footer
====================================================================

***/

.footer-sec {
    padding: 50px 0px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: repeat-x;
  }
  
  .footer-sec .top-pattern-layer {
    position: absolute;
    left: -10px;
    top: -285px;
    right: 0px;
    height: 347px;
    background-position: center top;
    background-repeat: repeat-x;
  }
  
  .footer-sec h4 {
    color: #ffffff;
    padding-bottom: 25px;
    font-size: 20px;
  }
  
  .footer-sec .footer-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
  }
  
  .footer-sec .footer-box .footer-info {
    margin-bottom: 30px;
  }
  
  .footer-sec .footer-box .footer-info .footer-colum {
    position: relative;
    padding-left: 80px;
  }
  
  .footer-sec .footer-box .footer-info a {
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin-top: 5px;
  }
  
  .footer-sec .footer-box .footer-info strong {
    position: relative;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
  }
  
  .footer-sec .footer-box .footer-info .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #00868c;
  }
  
  .footer-sec .Footer-menu-Sec {
    padding: 50px 0px 0px;
  }
  
  .footer-sec .footer-column {
    margin-bottom: 30px;
  }
  
  .footer-sec .Footer-logo .logo {
    margin-bottom: 30px;
    width: 50%;
  }
  
  .footer-sec .Footer-logo p
     {
        color: #ffffff;
        opacity: 1.0;
        margin-bottom: 40px;
        font-size: 14px;
        letter-spacing: 0.50px;
    }
  
  .footer-sec .Footer-logo .Footer-social-icon {
    padding-left: 0px;
  }
  
  .footer-sec .Footer-logo .Footer-social-icon li {
    display: inline-block;
    margin-right: 5px;
  }
  
  .footer-sec .Footer-logo .Footer-social-icon li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #00868c;
    transition: all 0.3s ease;
    
  }
  
  .footer-sec .Footer-logo .Footer-social-icon li a:hover {
    background-color: #00868c;
  }
  
  .footer-sec .Footer-list {
    padding-left: 0px;
  }
  
  .footer-sec .Footer-list li {
    margin-bottom: 15px;
  }
  
  .footer-sec .Footer-list li a {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    padding-left: 20px;
    transition: all 0.3s ease;
  }
  
  .footer-sec .Footer-list li a:hover {
    color: #00868c;
  }
  
  .footer-sec .Footer-list li a:before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 0px;
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
  }
  
  /* footer Form */
  
  
  .Footer-form .form-group {
    margin-bottom: 20px;
  }
  
  .Footer-form .form-group input[type="text"],
  .Footer-form .form-group input[type="email"],
  .Footer-form .form-group input[type="tel"],
  .Footer-form .form-group input[type="url"],
  .Footer-form .form-group textarea,
  .Footer-form .form-group select {
    display: block;
    width: 100%;
    line-height: 20px;
    font-weight: 400;
    padding: 14px 22px;
    border-radius: 4px;
    z-index: 1;
    height: 50px;
    background: none;
    transition: all 300ms ease;
    font-size: 14px;
    color: #b9b9b9;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .Footer-form .form-group textarea::-webkit-input-placeholder,
  .Footer-form .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  
  .Footer-form .form-group textarea {
    height: 150px;
    resize: none;
    border-radius: 4px;
  }
  
  .Footer-form .form-group input[type="submit"],
  .Footer-form button {
    font-weight: 600;
    display: inline-block;
    color: #00868c;
    background: none;
    font-size: 14px;
    color: #b9b9b9;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 4px;
  }
  
  /* .Footer-form button:before {
    position: absolute;
    content: "\f138";
    right: 0px;
    top: 3px;
    line-height: 1em;
    font-size: var(--font-18);
    font-family: "Font Awesome 5 Free";
  } */
  
  .Footer-form .form-group input[type="submit"]:hover {
    color: #333333;
  }
  
  .Footer-form button:hover {
    color: #ffffff;
  }
  
  /*Custom Select*/
  
  .form-group .ui-selectmenu-button.ui-button {
    font-size: 14px;
    font-style: normal;
    height: 50px;
    padding: 10px 20px 10px 20px;
    line-height: 28px;
    border: none;
    width: 100%;
    border-radius: 4px;
    background: none;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 2px;
    text-indent: 0px;
    color: #333333;
  }
  
  .form-group .ui-button .ui-icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    font-weight: 800;
  }
  

  .ui-menu .ui-menu-item {
    font-size: 14px;
  }
  
  .ui-menu .ui-menu-item:last-child {
    border: none;
  }
  
  .ui-state-active,
  .ui-widget-content .ui-state-active {
    background: #4298ee;
    border-color: #4298ee;
  }
  
  .ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
  }
  
  .ui-menu-item:hover {
    background-color: #4298ee;
  }
  
  .footer-sec .footer-bottom {
    padding: 50px 0px;
    border-top: 1px solid #ffffff;
  }

  
  .footer-sec .footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
  }
  
  .footer-sec .footer-bottom .footer-nav li a {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    transition: all 300ms ease;
  }
  
  .footer-sec .footer-bottom .footer-nav li a:hover {
    color: #00868c;
  }
  
  .Footer-left-text{
    float: left;
  }
  .Footer-right-text {
    float: right;
}
.footer-sec .footer-bottom .copyright{
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

.footer-sec .footer-bottom .footer-nav li a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}


.Footer-form .form-group textarea{
  height: auto;
}