
/*** 
=============================================
    Welcome Style1 Area Css
=============================================
***/
.welcome-style1-area{
    position: relative;
    display: block;
    background: #f7f4ef;
    padding-bottom: 180px;
}
.welcome-style1-area .parallax-scene{
    z-index: 1;
}
.welcome-style1-area .shape1 {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 577px;
    height: 586px;
    opacity: 1;
    z-index: 1;
}
.welcome-style1-image-box{
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
    z-index: 100;
}
.welcome-style1-image-box .shape{
    position: absolute;
    left: -150px;
    bottom: -40px;
}
.welcome-style1-image-box .shape img {
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}


.welcome-style1-image-box .inner{
    position: relative;
    display: block;
    z-index: 2;
}
.welcome-style1-image-box img{
    width: 100%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    z-index: 2;
}
.welcome-style1-image-box .title{
    position: absolute;
    left: 0;
    top: -80px;
    right: 0;
    height: 80px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.welcome-style1-image-box .title h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
}


.welcome-style1-content-box {
    position: relative;
    display: block;
    padding: 100px 0px 0px;
    z-index: 2;
}
.welcome-style1-content-box .sec-title {
    padding-bottom: 37px;
}
.welcome-style1-content-box .inner-content {
    position: relative;
    display: block;
}
.welcome-style1-content-box .inner-content .text {
    position: relative;
    display: block;
    margin-bottom: 32px;
}
.welcome-style1-content-box .inner-content .text p{
    color: #84827d;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
}
.welcome-style1-content-box .inner-content .bottom-box{
    position: relative;
    display: block;
}
.welcome-style1-content-box .inner-content .bottom-box h3 {
    color: #333029;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.welcome-style1-content-box .inner-content .bottom-box h3 a{
    position: relative;
    display: inline-block;
    padding-left: 5px;
    font-size: 30px;
    font-weight: 800;
}
.welcome-style1-content-box .inner-content .bottom-box .button{
    position: relative;
    display: block;
    padding-top: 42px;
}
.welcome-style1-content-box .inner-content .bottom-box .button a{
    line-height: 70px;
    padding: 0 60px;
    border-radius: 50px;
}
.welcome-style1-content-box .inner-content .bottom-box .button a:after{
    border-radius: 50px;    
}


/*** 
=============================================
    Choose Style1 Area Css
=============================================
***/
.choose-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}
.choose-style1-area .shape {
    position: absolute;
    top: 200px;
    left: 0;
}

.choose-style1-image-box {
    position: relative;
    display: block;
    z-index: 1;
}
.choose-style1-image-box:before {
    position: absolute;
    top: -120px;
    left: 230px;
    bottom: -120px;
    right: -1000000px;
    background: #f7f4ef;
    content: "";
    z-index: -1;
}
.choose-style1-image-box img{
    width: 100%;
}
.choose-style1-image-box .overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    border-top-right-radius: 10px;
    padding: 40px 40px 31px;
}
.choose-style1-image-box .overlay-content span:before{
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}
.choose-style1-image-box .overlay-content h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 19px 0 0;
}

.choose-style1-content-box {
    position: relative;
    display: block;
    padding-left: 70px;
    z-index: 1;
}
.choose-style1-content-box .sec-title {
    padding-bottom: 38px;
}
.choose-style1-content-box .inner-content{
    position: relative;
    display: block;
}
.choose-style1-content-box .inner-content .text{
    position: relative;
    display: block;
    margin-bottom: 36px;
}
.choose-style1-content-box .inner-content .text p {
    color: #84827d;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}
.choose-style1-content-box .inner-content ul{
    overflow: hidden;
}
.choose-style1-content-box .inner-content ul li {
    margin-bottom: 47px;
}
.choose-style1-content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}
.choose-style1-content-box .inner-content ul li h3 {
    color: #333029;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 11px;
}
.choose-style1-content-box .inner-content ul li h3 i {
    padding-right: 9px;
}
.choose-style1-content-box .inner-content ul li p {
    color: #84827d;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}





/*** 
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px;
}
.about-style1-area .shape1{
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 2;
}
.about-style1-area .shape2{
    position: absolute;
    left: 0;
    bottom: -300px;
    z-index: 1;
}
.about-style1-content-box {
    position: relative;
    display: block;
    z-index: 2;
}
.about-style1-content-box .sec-title {
    padding-bottom: 38px;
}
.about-style1-content-box .inner-content{
    position: relative;
    display: block;
}
.about-style1-content-box .inner-content .text {
    position: relative;
    display: block;
    margin-bottom: 35px;
}
.about-style1-content-box .inner-content .text p{}
.about-style1-content-box .inner-content ul {
    overflow: hidden;
    margin-bottom: 35px;
}
.about-style1-content-box .inner-content ul li{
    position: relative;
    display: block;
    color: #333029;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}
.about-style1-content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}
.about-style1-content-box .inner-content ul li span{
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px;
}
.about-style1-content-box .inner-content .bottom-box {
    position: relative;
    display: block;
}
.about-style1-content-box .inner-content .bottom-box .icon{
    width: 60px;
}
.about-style1-content-box .inner-content .bottom-box .icon span {
    position: relative;
    top: 7px;
    color: #333029;
    font-size: 60px;
}
.about-style1-content-box .inner-content .bottom-box .icon,
.about-style1-content-box .inner-content .bottom-box .title{
    display: table-cell;
    vertical-align: middle;
}
.about-style1-content-box .inner-content .bottom-box .title {
    padding-left: 20px;
}
.about-style1-content-box .inner-content .bottom-box .title h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 800
}

.about-style1-image-box{
    position: relative;
    display: block;
}
.about-style1-image-box .shape3{
    position: absolute;
    bottom: 80px;
    right: -80px;
    -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;
}
.about-style1-image-box .main-image{
    position: relative;
    display: block;
}
.about-style1-image-box .main-image img{
    width: 100%;
}
.about-style1-image-box .main-image .icon-box {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    padding: 29px 0;
}
.about-style1-image-box .main-image .icon-box:before {
    position: absolute;
    bottom: 2px;
    right: 20px;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 30px;
    transform: rotate(-40deg);
}
.about-style1-image-box .main-image .icon-box span{
    color: #ffffff;
    font-size: 60px;
}
.about-style1-image-box .main-image .icon-box h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    margin: 8px 0 0;
}



/*** 
=============================================
    About Style2 Area Css
=============================================
***/
.about-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}
.about-style2-area .shape{
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 10;
}
.about-style2-image-box{
    position: relative;
    display: block;
    z-index: 10;
}
.about-style2-image-box .main-image{
    position: relative;
    display: block;
}
.about-style2-image-box .main-image img{
    width: 100%;
}
.about-style2-image-box .main-image .icon-box {
    position: absolute;
    top: 50px;
    left: -115px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    text-align: center;
    padding: 29px 0;
}
.about-style2-image-box .main-image .icon-box:before{
    position: absolute;
    bottom: 2px;
    right: 20px;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 30px;
    transform: rotate(-40deg);
}
.about-style2-image-box .main-image .icon-box span{
    color: #ffffff;
    font-size: 60px;
}
.about-style2-image-box .main-image .icon-box h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    margin: 8px 0 0;
}


.about-style2-content-box {
    position: relative;
    display: block;
    padding-left: 70px;
    z-index: 11;
}
.about-style2-content-box .sec-title{
    padding-bottom: 38px;
}
.about-style2-content-box .inner-content{
    position: relative;
    display: block;
}
.about-style2-content-box .inner-content .title {
    position: relative;
    display: block;
    background: #f7f4ef;
    border-radius: 5px;
    padding: 16px 40px 18px;
}
.about-style2-content-box .inner-content .title h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
}
.about-style2-content-box .inner-content .text {
    position: relative;
    display: block;
    margin-top: 38px;
    margin-bottom: 38px;
}
.about-style2-content-box .inner-content .text p{
    color: #84827d;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
}


.about-style2-content-box .bottom-text{
    position: relative;
    display: block;
    border-bottom: 1px solid #ebe5db;
}
.about-style2-content-box .bottom-text .single-box {
    position: relative;
    display: block;
    padding-bottom: 22px;
}
.about-style2-content-box .bottom-text .single-box h3{
    color: #333029;
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
}
.about-style2-content-box .bottom-text .single-box h3 span{
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px;
}
.about-style2-content-box .bottom-text .single-box p{
    color: #84827d;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}

.about-style2-phone-number{
    position: relative;
    display: block;
    padding-top: 31px;
}
.about-style2-phone-number h3 {
    color: #333029;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.about-style2-phone-number h3 a{
    position: relative;
    display: inline-block;
    padding-left: 5px;
    font-size: 30px;
    font-weight: 800;
}
.about-style1-content-box .inner-content .bottom-box .icon span svg {
    max-width: 60px;
    height: auto;
}




/*** 
=============================================
    Featured style1 Area Css
=============================================
***/
.featured-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 0 80px;
}
.single-featured-style1{
    position: relative;
    display: block;
    margin-bottom: 40px;
    z-index: 1;
}
.single-featured-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 7px;
}
.single-featured-style1 .img-holder img{
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;    
}
.single-featured-style1:hover .img-holder img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);    
}

.single-featured-style1 .img-holder .title {
    position: absolute;
    left: 20px;
    bottom: 0;
    right: 20px;
    background: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    padding: 35px 0px 13px;
}
.single-featured-style1 .img-holder .title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
}
.single-featured-style1 .img-holder .title a{
    color: #333029;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}



.free-estimate-box{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 7px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 45px 0 55px;
    z-index: 1;
}
.free-estimate-box:before{
   position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .95;
    z-index: -1;    
}
.free-estimate-box .icon-box {
    position: absolute;
    top: -35px;
    right: -50px;
    color: #ffffff;
    font-size: 140px;
}

.free-estimate-box h2{
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}
.free-estimate-box ul {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 25px;
}
.free-estimate-box ul li{
    position: relative;
    display: block;
    margin-bottom: 19px;
}
.free-estimate-box ul li:last-child{
    margin-bottom: 0;
}
.free-estimate-box ul li p{
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}
.free-estimate-box ul li h3{
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}




/*** 
=============================================
    Featured Style2 Area
=============================================
***/
.featured-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 90px;
}
.featured-style2-content{
    position: relative;
    display: block;
    margin-top: -60px;
}
.single-featured-style2{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 40px 40px;
    max-width: 288px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-right: 1px solid #ebe5db;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-featured-style2:last-child{
    border-right: none;
}
.single-featured-style2:hover{
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);    
}
.single-featured-style2 .icon{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: #f7f4ef;
    border-radius: 50%;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;   
}
.single-featured-style2:hover .icon{
    color: #ffffff;
}
.single-featured-style2 .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-featured-style2 .icon span.marlft {
    position: relative;
    left: 4px;
}
.single-featured-style2:hover .icon:before{
    transform: scaleX(1.0);         
}

.single-featured-style2 h3{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 16px 0 35px;
}
.single-featured-style2 h3 a{
    color: #333029;
}
.single-featured-style2 p{
    margin: 0;
}








/*** 
=============================================
    Service style1 Area Css
=============================================
***/
.service-style1-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 90px;
    z-index: 1;
}
.service-style1-area .top-gray-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 370px;
    background: #f6f2eb;
    z-index: -1;
}
.service-style1-area .sec-title {
    padding-bottom: 78px;
}
.service-style1-area.pdbottom120{
    padding-bottom: 120px;
}

.single-service-style1{
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ebe5db;
    padding: 0 19px 0;
    border-radius: 8px;
    margin-bottom: 30px;
}
.single-service-style1:hover{
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); 
    transition: all 100ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -20px;
}
.single-service-style1 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}
.single-service-style1 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-service-style1:hover .img-holder img{
    transform: scale(1.2);    
}
.single-service-style1 .img-holder::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.single-service-style1:hover .img-holder::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}


.single-service-style1 .text-holder{
    position: relative;
    display: block;
    padding: 23px 20px 0;
}
.single-service-style1 .text-holder .inner-text{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-service-style1 .text-holder h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 18px;
}
.single-service-style1 .text-holder h3 a{
    color: #333029;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .text-holder p{
    line-height: 30px;
    margin: 0;   
}
.single-service-style1 .text-holder .readmore-button {
    position: relative;
    display: block;
    padding-top: 31px;
    margin-bottom: -45px;
}
.single-service-style1 .text-holder .readmore-button a {
    position: relative;
    display: block;
    width: 95px;
    height: 95px;
    margin: 0 auto;
    background: #f6f2eb;
    border-radius: 50%;
    text-align: center;
    color: #333029;
    font-size: 20px;
    line-height: 140px;
    font-weight: 600;
    transform: rotate(180deg);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-service-style1 .text-holder .readmore-button a:hover{
    color: #ffffff;
}


/*** 
=============================================
    Service style2 Area Css
=============================================
***/
.service-style1-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.service-style1-bg:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #333029;
    opacity: .90;
    content: "";
}
.single-service-style1.style1instyle2 {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.10);
}
.single-service-style1.style1instyle2 .text-holder h3 a {
    color: #ffffff;
}
.single-service-style1.style1instyle2 .text-holder p{
    color: #a4a097;
}
.single-service-style1.style1instyle2 .text-holder .readmore-button a {
    background: rgba(255, 255, 255, 0.10);
}



.service-style1-area.element-page{}
.service-style1-area.element-page .owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 0px !important;
}
.service-style1-area.element-page .owl-carousel.owl-dot-style1 .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 30px;
}





/*** 
=============================================
    Choose Style1 Area Css
=============================================
***/
.choose-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}
.choose-style1-area .shape {
    position: absolute;
    top: 200px;
    left: 0;
}

.choose-style1-image-box {
    position: relative;
    display: block;
    z-index: 1;
}
.choose-style1-image-box:before {
    position: absolute;
    top: -120px;
    left: 230px;
    bottom: -120px;
    right: -1000000px;
    background: #f7f4ef;
    content: "";
    z-index: -1;
}
.choose-style1-image-box img{
    width: 100%;
}
.choose-style1-image-box .overlay-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    border-top-right-radius: 10px;
    padding: 40px 40px 31px;
}
.choose-style1-image-box .overlay-content span:before{
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}
.choose-style1-image-box .overlay-content h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 19px 0 0;
}

.choose-style1-content-box {
    position: relative;
    display: block;
    padding-left: 70px;
    z-index: 1;
}
.choose-style1-content-box .sec-title {
    padding-bottom: 38px;
}
.choose-style1-content-box .inner-content{
    position: relative;
    display: block;
}
.choose-style1-content-box .inner-content .text{
    position: relative;
    display: block;
    margin-bottom: 36px;
}
.choose-style1-content-box .inner-content .text p {
    color: #84827d;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}
.choose-style1-content-box .inner-content ul{
    overflow: hidden;
}
.choose-style1-content-box .inner-content ul li {
    margin-bottom: 47px;
}
.choose-style1-content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}
.choose-style1-content-box .inner-content ul li h3 {
    color: #333029;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 11px;
}
.choose-style1-content-box .inner-content ul li h3 i {
    padding-right: 9px;
}
.choose-style1-content-box .inner-content ul li p {
    color: #84827d;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}








/* Accordion Box Css */
.accordion-box {
    position: relative;
    display: block;
}
.accordion-box .accordion {
    position: relative;
    display: block;
    background: #f6f2eb;
    border: 0px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 10px;
}
.accordion-box .accordion.mar0{
    margin: 0;
}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 40px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #333029;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e903";
    top: 50%;
    right: 40px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active {
    position: relative;
    background: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.05);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.accordion-box .accordion .accord-btn.active:after{
    content: "\e904";
}


.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    background: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 1px;
    padding-bottom: 29px;
    padding-left: 40px;
    padding-right: 60px;
    display: none;
    z-index: 1;
}
.accordion-box .accordion .accord-content:before {
    position: absolute;
    top: -70px;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
    content: "";
    z-index: -1;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    margin: 0;
}



.accordion-box.style2 .accordion {
    background: #ffffff;
}
.accordion-box.style2 .accordion .accord-btn::after {
    background: #f4f2ef;
}
.accordion-box.style2 .accordion .accord-btn.active {
    background: #ffffff;
}
.accordion-box.style2 .accordion .accord-content {
    background: #ffffff;
}




/*** 
=============================================
    Faq Page Area
=============================================
***/
.faq-page-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 20px;
}
.faq-page-area.pdbottom120{
    padding-bottom: 120px;
}

.faq-page-area .sec-title {
    padding-bottom: 30px;
}
.faq-page-area .sec-title p {
    font-size: 20px;
    margin: 8px 0 0;
}

.faq-search-box form.search-form {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0px auto 60px;
}
.faq-search-box .search-form input[type="search"] {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #f2f2f2;
    color: #222222;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 65px;
    width: 100%;
    border-radius: 0;
    transition: all 500ms ease 0s;
}
.faq-search-box .search-form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    display: block;
    background: transparent;
    font-size: 14px;
    color: #222222;
    height: 50px;
    width: 55px;
    border: 0px solid;
    line-height: 48px;
    text-align: center;
    border-radius: 0%;
    transition: all 500ms ease 0s;
    margin: 0;
}
.faq-search-box .search-form button i {
    font-size: 14px
}
.faq-search-box .search-form input[type="search"]:focus {
    border: 1px solid #222222;
    background: #fff;
    color: #000000;
}
.faq-search-box .search-form input[type="search"]:focus + button, 
.faq-search-box .search-form button:hover {
    background: #222222;
    color: #fff;
}
