/*** 

====================================================================
                        Faq-Page
====================================================================

***/


.faq-section{
    position: relative;
    padding: 120px 0px;
  }
  
  .faq-section .title-inner{
    position: relative;
    display: block;
    border: 1px solid #e3e3e3;
    padding: 35px 30px;
  }
  
  .faq-section .title-inner .sec-title{
    margin-bottom: 40px;
  }
  
  .faq-section .title-inner .search-form .form-group{
    position: relative;
    width: 100%;
    margin-bottom: 13px;
  }
  
  .faq-section .title-inner .search-form .form-group input[type='search']{
    position: relative;
    width: 100%;
    height: 60px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    padding: 10px 50px 10px 20px;
    font-size: 17px;
    font-weight: 500;
  }
  
  
  .faq-section .title-inner .search-form .form-group button{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #a7a7ba;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .faq-section .title-inner .text p{
    font-size: 17px;
    font-weight: 600;
    color: #5a5a68;
    margin: 0px;
  }
  
  .faq-section .title-inner .text p a{
    display: inline-block;
    line-height: 20px;
  }
  
  .faq-section .title-inner .text p a:hover{
    color: #5a5a68;
    border-color: #5a5a68;
  }
  
  .faq-section .accordion-box .block{
    position: relative;
    display: block;
    background: #fff;
    margin-bottom: 20px;
    transition: all 500ms ease;
  }
  
  .faq-section .accordion-box .block:last-child{
    margin-bottom: 0px;
  }
  
  .faq-section .accordion-box .block.active-block{
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  }
  
  .faq-section .accordion-box .block .acc-content{
    position:relative;
    display:none;
    padding: 22px 20px;
  }
  
  .faq-section .accordion-box .block .acc-content p{
    font-size: 16px;
    font-weight: 500;
    color: #5a5a68;
    margin: 0px;
  }
  
  .faq-section .accordion-box .block .acc-content.current{
    display:block;  
  }
  
  .faq-section .accordion-box .block .acc-btn .icon-outer{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    color: transparent !important;
    background: -webkit-linear-gradient(-90deg, #9f9fb4, #9f9fb4 50%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    transition: all 500ms ease;
    z-index: 1;
  }
  
  .faq-section .accordion-box .block .acc-btn.active .icon-outer{
    transform: rotate(90deg);
  }
  
  .faq-section .accordion-box .block .acc-btn{
    position: relative;
    display: block;
    border: 1px solid #e3e3e3;
    padding: 18px 50px 20px 20px;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .faq-section .accordion-box .block .acc-btn.active{
    background: #1d1d29;
    border-color: #1d1d29;
  }
  
  .faq-section .accordion-box .block .acc-btn h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #1e1e2a;
    margin: 0px;
    transition: all 500ms ease;
  }
  
  .faq-section .accordion-box .block .acc-btn.active h4{
    color: #fff;
  }
  /** contact-section **/

.contact-section{
    position: relative;
    padding: 116px 0px 95px 0px;
  }
  
  #content_block_seven .default-form .form-group{
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  #content_block_seven .default-form .form-group:last-child{
    margin-bottom: 0px;
  }
  #content_block_seven .default-form .form-group p:last-child,
  #content_block_seven .default-form .form-group p:last-child,
  #content_block_seven .default-form .form-group p:last-child{
    position: unset;
  }
  #content_block_seven .default-form .form-group input[type='text'],
  #content_block_seven .default-form .form-group input[type='email'],
  #content_block_seven .default-form .form-group textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    color: #5a5a68;
    padding: 10px 20px 10px 190px;
    transition: all 500ms ease;
  }
  
  #content_block_seven .default-form .form-group p{
    position: absolute;
    left: 18px;
    top: 14px;
    font-size: 17px;
    font-weight: 600;
    color: #5a5a68;
    z-index: 1;
  }
  
  #content_block_seven .default-form .form-group p i{
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    color: #a6a6af;
    z-index: 1;
  }
  
  #content_block_seven .default-form .form-group textarea{
    height: 100px;
    resize: none;
  }
  
  #content_block_seven .default-form .form-group:before{
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 1px;
    height: 100%;
    left: 170px;
    top: 0px;
    z-index: 1;
  }
  #content_block_seven .default-form .form-group.message-btn:before {
    display: none;
  }
  
  #content_block_seven .default-form .form-group button{
    display: block;
    width: 100%;
    padding: 12px 30px;
  }
  
  #content_block_seven .sec-title{
    margin-bottom: 40px;
  }
  
  .contact-section .image-box{
    position: relative;
    display: block;
    margin-right: 30px;
    margin-top: 4px;
  }
  
  .contact-section .image-box img{
    width: 100%;
  }
  
  .contact-section .image-layer .image-1{
    position: absolute;
    left: 440px;
    bottom: 0px;
  }
  
  .contact-section .image-layer .image-2{
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  
  .contact-section.contact-page-2{
    padding-bottom: 120px;
  }
  