
/** subscribe-section **/

.subscribe-section{
    position: relative;
    padding: 58px 0px;
    background: var(--theme-color);
  }
  
  .subscribe-section h2{
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 52px;
    color: #fff;
    font-weight: 800;
    max-width: 500px;
  }
  
  .subscribe-section .form-inner .form-group{
    position: relative;
    margin-bottom: 0px;
    padding-right: 230px;
  }
  
  .subscribe-section .form-inner .form-group input[type="email"]{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid transparent;
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    transition: all 500ms ease;
  }
  
  .subscribe-section .form-inner .form-group input[type="email"]:focus{
    border-color: #fff;
  }
  
  .subscribe-section .form-inner .form-group .theme-btn{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 210px;
  }
  
  .subscribe-section .form-inner .form-group .theme-btn:before,
  .subscribe-section .form-inner .form-group .theme-btn:after{
    background: #fff !important;
  }
  
  .subscribe-section .form-inner .form-group .theme-btn:hover{
    color: var(--title-color) !important; 
  }
  
  .subscribe-section .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  
  
  /** RTL **/
  
  
  
  
  
  /** responsive-css **/
  
  @media only screen and (max-width: 1200px){
  
  }
  
  @media only screen and (max-width: 991px){
    .subscribe-section h2{
      max-width: 100%;
      margin-bottom: 30px;
    }
  
    .subscribe-section .form-inner{
      margin-left: 0px;
    }
  }
  
  @media only screen and (max-width: 767px){
    .subscribe-section h2{
      font-size: 30px;
      line-height: 40px;
    }
  }
  
  @media only screen and (max-width: 599px){
  
  }
  
  @media only screen and (max-width: 499px){
    .subscribe-section .form-inner .form-group{
      padding-right: 0px;
    }
  
    .subscribe-section .form-inner .form-group .theme-btn{
      position: relative;
      width: 100%;
      margin-top: 20px;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/** page-title **/

.page-title{
    position: relative;
    padding: 137px 0px;
  }
  
  .page-title .bg-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .page-title .bg-layer:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
  }
  
  .page-title .pattern-layer .pattern-1{
    position: absolute;
    left: 0px;
    bottom: 83px;
    width: 86px;
    height: 170px;
    background-repeat: no-repeat;
  }
  
  .page-title .pattern-layer .pattern-2{
    position: absolute;
    top: 0px;
    right: 120px;
    width: 279px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear;
  }
  
  .page-title h1{
    position: relative;
    display: block;
    font-size: 64px;
    line-height: 74px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 19px;
  }
  
  .page-title .bread-crumb li{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    padding-right: 15px;
    margin-right: 5px;
  }
  
  .page-title .bread-crumb li:last-child{
    padding: 0px !important;
    margin: 0px !important;
  }
  
  .page-title .bread-crumb li a{
    display: inline-block;
    color: #fff;
  }
  
  .page-title .bread-crumb li a:hover{
    color: var(--theme-color);
  }
  
  .page-title .bread-crumb li:before{
    position: absolute;
    content: '/';
    top: 0px;
    right: 0px;
  }
  
  .page-title .bread-crumb li:last-child:before{
    display: none;
  }
  
  
  /** RTL **/
  
  
  .rtl .page-title .bread-crumb li{
    padding-right: 0px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 5px;
  }
  
  .rtl .page-title .bread-crumb li:before{
    right: inherit;
    left: 0px;
  }
  
  
  /** responsive-css **/
  
  @media only screen and (max-width: 1200px){
  
  }
  
  @media only screen and (max-width: 991px){
  
  }
  
  @media only screen and (max-width: 767px){
    .page-title h1{
      font-size: 50px;
      line-height: 60px;
    }
  
    .page-title{
      padding: 90px 0px;
    }
  }
  
  @media only screen and (max-width: 599px){
  
  }
  
  @media only screen and (max-width: 499px){
  
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  