/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,900');
*{
    margin:0;
    padding:0;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height:25px;
    color: #626a72;
    background:#fff;
}
.floatleft {
    float:left
}
.floatright {
    float:right
}
img {
    max-width:100%;
    height:auto
}
.fix {
    overflow:hidden
}
p {
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    color: #222222;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height:auto;
    font-weight: 700;
}
input:focus,select:focus{
    outline:none;
}
input, button{
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
}
a {
    -webkit-transition:all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    text-decoration:none;
    color:#222;
}
a:hover{
    color:#1489fc;
}
a:active, a:hover, a:focus {
    outline: none;
    text-decoration:none;
}
button:focus{
    outline:none;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,:after{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
div{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
a#scrollUp {
    position: fixed;
    height: 45px;
    width: 45px;
    background:#1489fc;
    right: 10px;
    bottom: 10px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-radius: 3px;
}
a#scrollUp:hover{
    background:#fff;
    color: #1489fc;
}

/*---------------header-area start-------------*/
.header-area{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    padding-top:30px;
}
.header-area2{
    background: #1489fc;
    padding: 20px 0px;
}
.logo{
    padding:5px 0px;
}
.mainmenu ul li{
    display: inline-block;
    margin-right: 35px;
    position: relative;
}
.mainmenu ul li a{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 0px;
    display: block;
    color: #fff;
}
.mainmenu ul li:hover a{
    color:#ffa800;
}
.mainmenu ul li > ul.submenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
    padding: 10px;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    text-align: left;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.mainmenu ul li:hover > ul.submenu{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.mainmenu ul li > ul.submenu li{
    margin: 0px;
    display: block;
}
.mainmenu ul li > ul.submenu li a{
    padding: 5px 0px;
    text-transform: capitalize;
    color: #222;
}
.mainmenu ul li > ul.submenu li:hover a{
    color: #1489fc;
}
.particleground {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
/*---------------------------- responsiv-area start --------------------------*/
.responsive-menu-wrap{
    position:relative;
}
.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0px 0;
    padding: 17px 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    height: 50px;
    width: 45px;
    background: #222;
    border-radius: 3px;
    margin-top:-30px;
}
.slicknav_menu .slicknav_icon {
    margin: 2px 12px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none;
}
.responsive-menu-wrap .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    font-size: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    height: 2px;
    width: 25px;
    background: #fff;
}
.responsive-menu-wrap .slicknav_nav {
    background: #222 none repeat scroll 0 0;
    border-radius: 0px;
    clear: both;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 2px;
    width: 720px;
    right: 0px;
    z-index:9999999;
    position:relative;
}
.slicknav_nav a {
    color: #f1f1f1;
    text-decoration: none;
    text-transform: capitalize;
}
.slicknav_nav a i{display:none}
.slicknav_nav a:hover {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    text-shadow:0px 3px 5px rgba(0,0,0,.5);
    color:#fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
    font-size: 16px;
    margin: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:first-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: relative;
    top: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:last-child{
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:nth-child(2){display:none}
/*---------------------------- responsiv-area end --------------------------*/

/*-----------------breadcumb-area start--------------*/
.breadcumb-area{
    height: 300px;
    position: relative;
    background: rgb(9,116,223);
    background: -webkit-linear-gradient(left, rgba(9,116,223,1) 19%,rgba(20,156,252,1) 100%);
    background: linear-gradient(to right, rgba(9,116,223,1) 19%,rgba(20,156,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0974df', endColorstr='#149cfc',GradientType=1 );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}
.breadcumb-wrap{
    padding-top: 100px;
}
.breadcumb-wrap h2{
    color: #fff;
    font-size: 34px;
}
.breadcumb-wrap ul li{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0px 2px;
}
.breadcumb-wrap ul li a{
    color: #fff;
}
.breadcumb-wrap ul li a:hover{
    color: #ffa800;
}
/*-----------------breadcumb-area end--------------*/
/*-----------------header-area end-------------*/

/*--------------- ホーム 企業コンセプト -------------------*/
/*--------------- slider-area start ----------------------*/
.slider-items{
    position: relative;
}
.slider-items:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: 9;
    opacity: 0.1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.slider-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 99;
}
.slider-content h2{
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.slider-content h3{
    color: #fff;
    font-size: 26px;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.slider-content p{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    position: absolute;
}
.next-prev-style .owl-nav div{
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 40px;
    width: 45px;
    background: #1489fc;
    color: #fff;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.next-prev-style .owl-nav div:hover{
    color: #222;
    background: #fff;
}
.next-prev-style:hover .owl-nav div{
    left: 0px;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.next-prev-style .owl-nav div.owl-next{
    left: auto;
    right: -50px;
}
.next-prev-style:hover .owl-nav div.owl-next{
    right: 0;
}
.service-area .service-identity {
    float: right;
    width: 100%;
}
/*----------------- slider-area end --------------------*/

/*----------------- ホーム 最新情報＆更新情報 ----------*/
/*----------------- service-area start -----------------*/
.service-area {
    padding: 50px 0px 70px;
}
.scd .scd_r{
    width:740px; 
    float:right;
}
.scd_r .dq{
    width:100%;
    height:35px; 
    border-bottom:1px solid #ddd; 
    position:relative;
}
.scd_r .dq span,.scd_r .dq a{ 
    display:inline-block; 
    zoom:1;
    height:35px; 
    line-height:35px; 
    vertical-align:top;
}
.scd_r .dq .name{ 
    font-size:18px; 
    color:#333; 
    position:absolute; 
    left:0px; 
    top:0; 
    z-index:99;
    border-bottom:1px solid #0072B8;
}
.scd_r .dq .pst{
    width:70%; 
    text-align:right; 
    font-size:12px; 
    color:#888; 
    position:absolute; 
    right:0px; 
    top:0;
}
.scd_r .dq .pst a{ 
    font-size:12px; 
    color:#888;
}
.scd_r .dq .pst a.on,.scd_r .dq .pst a:hover{
    color:#0072B8;
}
.scd_m{ 
    width:100%;  
    text-align:left;
    font-size:14px; 
    color:#333; 
    line-height:170%;
}
.news,.case{
    width:100%; 
    padding-top:10px;
    padding-bottom:30px;
}
.news li,.case li{
    width:100%; 
    height:48px; 
    line-height:48px;
    position:relative; 
    border-bottom:1px dashed #ccc; 
    background:no-repeat left center;
}
.news li p{ 
    width:70%; 
    height:48px; 
    line-height:48px; 
    white-space:nowrap; 
    overflow-x:auto;
    overflow-y:hidden; 
    margin-left:10px;
}
.news li p i{ 
    font-size:14px; 
}
.news li em{ 
    display:block; 
    text-align:right; 
    position:absolute; 
    right:0; 
    top:0;
}

.news li a:hover{ 
    color:#0071B7;
}
/*----------------- service-area end ------------------*/

/*----------------- 企業情報 会社概要 ------------------*/
/*----------------- about-page-area start --------------*/
.about-page-area{
    padding: 50px 0px 70px;
}
.about-info{
    padding: 5px 30px 5px 0px;
}
.about-info h3{
    width:100%; 
    height:48px; 
    line-height:48px;
    font-size: 16px;
    position:relative; 
    border-bottom:1px dashed #ccc; 
}
.about-info b{
    color: #555;
}
.about-info p{
    margin-bottom: 14px;
    line-height: 27px;
    text-indent: 35px;
}
.about-info a{
    color: #0071B7;
}

/*----------------- about-page-area end ----------------*/

/*----------------- 企業情報 経営の基本方針 ------------*/
/*----------------- team-area start --------------------*/
.team-area{
    padding-bottom: 100px
}
.team-wrap{
    position: relative;
    overflow: hidden;
}
.team-wrap:hover .team-img h3{
    top: -100px;
    opacity: 0;
}
.team-img img{
    width: 100%;
    border-radius: 5px;
}
.team-img h3{
    text-align: center;
    width: 120px;
    padding: 15px 0;
    line-height: 34px;
    font-size: 20px;
    color: #fff;
    border-top: 3px solid rgba(255, 255, 255, .4);
    border-bottom: 3px solid rgba(255, 255, 255, .4);
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
}
.team-content{
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    background: rgba(255,255,255,.9);
}
.team-wrap:hover .team-content{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.team-content h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.team-content p{
    margin-bottom: 20px;
}
/*----------------- team-area end ----------------------*/


/*----------------- 採用情報 --------------------------*/
/*----------------- recruit-area start ----------------*/
.origin {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.origin-box {
    width: 100%;
    height: 420px;
    background-image: url(../images/2_1_1.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.origin-content {
    margin: 0 auto;
    overflow: hidden;
}
.origin-matter {
    overflow: hidden;
    margin-top: 118px;
}
.Guarantee_time {
    margin: 60px auto;
}
.Guarantee_time li {
    text-align: center;
    margin: 0 auto;
    float: left;
    width: 50%;
}
.Guarantee_time li strong {
    color: #FFFFFF;
    font-size: 60px;
    display: inline-block;
}
.Guarantee_time li i {
    font-size: 28px;
    font-family: arial;
    color: #FFFFFF;
    font-style: normal;
    margin-left: 5PX;
}
.Guarantee_time li p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}
.Guarantee_time li h1 {
    color: #ffffff;
    font-size: 48px;
    display: inline-block;
}



body #requirements {
  background-color: rgba(255, 255, 255, 0.8); 
  }
  body #requirements .company_info {
     }
    .sp body #requirements .company_info {
      position: static;
      margin-top: 20px;
      text-align: center; }
    body #requirements .company_info a {
      background: #0050a0;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      padding: 10px 30px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
      position: relative;
      top: 0px; }
      body #requirements .company_info a:after {
        display: inline-block;
        vertical-align: text-bottom;
        width: 14px;
        height: 16px;
        padding-top: 2px;
        margin-left: 7px; }
      .sp body #requirements .company_info a {
        font-size: 20px;
        display: block;
        width: 100%;
        padding: 15px 10px; }
  body #requirements .table {
    width: 90%;
    margin: 50px auto 0;
    background: #fff;
    padding: 15px; }
    .sp body #requirements .table {
      width: 100%;
      margin-top: 20px;
      padding: 0px; }
    body #requirements .table h3 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 27px;
      line-height: 1.6875rem;
      font-weight: normal;
      margin: 0; }
    body #requirements .table * + h3 {
      margin-top: 30px; }
    body #requirements .table table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px; }
      .sp body #requirements .table table {
        display: block; }
      body #requirements .table table th {
        width: 20%;
        color: #222222;
        padding: 10px 15px;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
        font-weight: bold;
        text-align: left;
        line-height: 1.5; }
        .sp body #requirements .table table th {
          font-size: 20px; 
          display: block;
          width: 100%;
          border: none;
          padding: 0px;
          font-weight: bold; }
      .sp body #requirements .table table tr {
        display: block; }
      .sp body #requirements .table table tr + tr {
        margin-top: 20px; }
      body #requirements .table table td {
        width: 80%;
        padding: 10px 15px;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
        border-left: solid 1px #000;
        line-height: 1.5; }
        .sp body #requirements .table table td {
          display: block;
          width: 100%;
          border: none;
          padding: 0px;
          margin-top: 5px;
          font-size: 16px;
          font-size: 0.875rem;
          line-height: 21px;
          line-height: 1.3125rem; }
        body #requirements .table table td p + p {
          margin-top: 15px; }
          .sp body #requirements .table table td p + p {
            margin-top: 10px; }
        body #requirements .table table td dl dt {
          clear: left;
          float: left;
          width: 12rem;
          line-height: 1.5em;
          margin-bottom: 10px; }
        body #requirements .table table td dl dd {
          margin-left: 12rem;
          line-height: 1.5em;
          margin-bottom: 10px; }
  body #requirements p {
    line-height: 1.5; }
   
.table a{
    color: #0071B7;
}

/*----------------- recruit-area end   ----------------*/

/*----------------- お問い合わせ ----------------------*/
/*----------------- contact-area start ----------------*/
.contact-area{
    padding-top: 60px;
    padding-bottom: 60px;
}
.service-contact{
    padding-top: 80px;
    padding-left: 160px;
    position: relative;
    display: block;
}
.service-contact h3{
    font-size: 30px;
    padding-bottom: 25px ;
    margin-bottom: 40px;
    position: relative;
}
.service-contact h3:before{
    position: absolute;
    background: #1489fc;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
}
.service-contact ul li{
    overflow: hidden;
    margin-bottom: 40px;
}
.service-contact ul li:last-child{
    margin-bottom: 0px;
}
.service-contact-icon{
    float: left;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: rgb(9,116,223);
    background: -webkit-linear-gradient(left, rgba(9,116,223,1) 19%,rgba(20,156,252,1) 100%);
    background: linear-gradient(to right, rgba(9,116,223,1) 19%,rgba(20,156,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0974df', endColorstr='#149cfc',GradientType=1 );
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}
.service-contact-info{
    margin-left: 100px;
    padding: 10px 0px 10px;
}
.service-contact-info p{
    font-weight: 700;
    font-size: 16px;
    color: #222;
}
.service-contact-info p span{
    display: block;
}
.service-contact-info p a{
    color: #0071B7;
}
#googleMap{
    height: 120px;
    width: 100%;
    background: #fff;
}
/*----------------- contact-area end ------------------*/

/*----------------- 個人情報保護方針 ------------------*/
/*----------------- security-area start ---------------*/
.services-area {
    padding: 50px 0px 10px;
}
.services-one_single {
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 50px 60px 50px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 500ms ease;
    z-index: 2;
}
.services-one_single:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
}
.services-one_single:hover 
.services-one_single:hover  {
    transform: rotate(45deg);
    opacity: 1;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.services-one_title {
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 6px;
}
.services-one_title a {
    color: #1b1825;
    transition: all 500ms ease;
}
.services-one_title a:hover {
    color:  #1989fb;
}
.services-one_text {
    margin: 0;
    padding-bottom: 20px;
}
.services-one_arrow {
    position: relative;
    display: block;
}
.services-one_arrow i {
    position: relative;
    height: 63px;
    width: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #1b1825;
    background-color: #eef3f7;
    margin: 0 auto;
    transition: all 500ms ease;
    z-index: 1;
}
.services-one_single:hover .services-one_arrow i {
    background-color: #1489fc;
    color: #ffffff;
}

.service-details {
    position: relative;
    display: block;
    padding: 10px 0 120px;
}
.service-details_content {
    position: relative;
    display: block;
    margin-top: 29px;
    font-family:'Barlow', sans-serif;
}
.service-details_content p {
    text-indent: 25px;
    line-height: 35px;
}
.service-details_content h4 {
    margin-top: 10px;
}
.service-details_content h5 {
    font-size: 16px;
    text-indent: 15px;
    margin-top: 10px;
}
.service-details_text-1 {
    margin: 0;
}
.service-details_text-2 {
    margin: 0;
    padding-top: 35px;
}
.service-details_text-3 {
    font-weight: 100;
    text-align: right;
    line-height: 2em;
    font-size: 16px;
}
.service-details_text-4 {
    margin: 0;
}

.title-content {
    width: 92%;
}
.service-details_faq {
    position: relative;
    display: block;
}
.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 8px;
    background-color: #eef3f7;
}
.faq-one-accrodion .accrodion.active {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(185, 219, 251, .6);
}
.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 21px 40px 21px;
    padding-right: 27px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    color: #1b1825;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}
.faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: #ffffff;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #1b1825;
}
.faq-one-accrodion .accrodion-title h4::before {
    content: "+";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #1989fb;
    position: absolute;
    top: 50%;
    right: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "-";
    color: #1b1825;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 40px 40px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.faq-one-accrodion .accrodion.active .accrodion-content {
    background-color: #ffffff;
}
.faq-one-accrodion .accrodion-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-indent: 35px;
}
.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 0px 40px 40px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.faq-one-accrodion .accrodion.active .accrodion-content {
    background-color: #ffffff;
}


.button {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after {
    background-color: #c1d8ff
}

.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:before,
.bz-buttonAnimat.both:after {
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:before,
.bz-buttonAnimat.both .inner:after {
    top: 0;
    width: 3px;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.both .inner:before {
    left: 0
}

.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:after {
    right: 0
}

.bz-buttonAnimat.horizontal .inner:hover:before,
.bz-buttonAnimat.horizontal .inner:hover:after,
.bz-buttonAnimat.both .inner:hover:before,
.bz-buttonAnimat.both .inner:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.both:before {
    top: 0
}

.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:after {
    bottom: 0
}

.bz-buttonAnimat.horizontal:hover:before,
.bz-buttonAnimat.horizontal:hover:after,
.bz-buttonAnimat.both:hover:before,
.bz-buttonAnimat.both:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.bz-buttonAnimat.horizontal:hover .inner:before,
.bz-buttonAnimat.horizontal:hover .inner:after,
.bz-buttonAnimat.both:hover .inner:before,
.bz-buttonAnimat.both:hover .inner:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.bz-buttonAnimat.horizontal.clockwise .inner:before,
.bz-buttonAnimat.both.clockwise .inner:before {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.bz-buttonAnimat.horizontal.clockwise .inner:after,
.bz-buttonAnimat.both.clockwise .inner:after {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.bz-buttonAnimat.horizontal.clockwise:before,
.bz-buttonAnimat.both.clockwise:before {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.bz-buttonAnimat.horizontal.clockwise:after,
.bz-buttonAnimat.both.clockwise:after {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.bz-buttonAnimat.horizontal.clockwise:hover .inner:before,
.bz-buttonAnimat.both.clockwise:hover .inner:before {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.bz-buttonAnimat.horizontal.clockwise:hover .inner:after,
.bz-buttonAnimat.both.clockwise:hover .inner:after {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.bz-buttonAnimat.horizontal.clockwise:hover:before,
.bz-buttonAnimat.both.clockwise:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center
}
/*----------------- security-area end ---------  ------*/

/*----------------- footer-area start -----------------*/
.footer-bottom {
    padding: 8px 0px;
    position: relative;
    text-align: center;
}
.footer-bottom:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #222222;
    content: "";
    height: 100%;
}
.copyright p{
    font-weight: 500;
    color: #ffffff;
}
/*----------------- footer-area end ------------------*/
