
	/*======================================================                 
	
        Developer : Humayun Ahmed 
	
	=========================================================*/
	
/*slick silder Style Six css*/


.single-slick.six{
    position:relative;
}

.single-slick.six .hero-text-wrap {
  position:relative;
}

.single-slick.six .hero-text-wrap:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -99px;
    bottom: -184px;
    background: url(https://wp.dreamitsolution.net/advisar/wp-content/uploads/2024/10/hero-shape2.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}

.single-slick.six .hero-text-wrap:after {
    background-image:none;
}

.single-slick.six .hero-text h4 {
    font-size: 16px;
    color: #cb935d;
    font-weight: 400;
    font-family: "Fira Sans";
    text-transform: uppercase;
    margin: 0 0 9px;
}

.single-slick.six .hero-text-wrap h1{
    font-size: 65px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Fira Sans";
}

.single-slick.six .hero-text-wrap h1 span{
    color:#cb935d;
}


.single-slick.six .hero-text-wrap p {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    width: 48%;
    margin: 14px 0 0;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: #bdd3d3;
    font-weight: 400;
    font-family: "Fira Sans";
}

.single-slick.six .hero-text-wrap .btn {
    font-size: 16px;
    padding: 16px 35px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 48px;
    border: none;
    animation: 1s 1.8s fadeInUp both;
    border-radius: 0;
    background-color: #cb935d;
    font-family: "Fira Sans";
    overflow: hidden;
}

.single-slick.six .hero-text-wrap .btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 60px;
    height: 60px;
    left: -41px;
    top: -2px;
    border-radius: 30px;
    background: #fff;
    opacity: 0.3;
    transform: scale(1);
    transition: .5s;
}

.single-slick.six .hero-text-wrap .btn:hover:before{
    width:100%;
    height:100%;
    border-radius:0;
    left:0;
}

.single-slick.six .slick-text {
    position: absolute;
    left: -99px;
    bottom: 43%;
}

.single-slick.six .slick-text h1 {
    font-size: 120px;
    letter-spacing: 12px;
    color: #cb935d;
    font-weight: 700;
    font-family: "Fira Sans";
    margin-top: 0;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: #ffff;
    opacity: 0.1;
    text-transform: uppercase;
    transform: rotate(-90deg);
}

.single-slick.six .slider-single-image {
    position: absolute;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: 0;
    right: 20px;
    top: 29%;
}



/*======================================================                 
    Counter Box Style Five
=========================================================*/
.single-counter.style5 {
    text-align: center;
}

.single-counter.style5 span.count.percent {
    font-size: 60px;
    color: #cb935d;
    font-weight: 700;
    font-family: "Fira Sans";
}

.single-counter.style5 span.suffix {
    font-size: 60px;
    color: #cb935d;
    font-weight: 700;
    font-family: "Fira Sans";
}

.single-counter.style5 .inner_content h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: #bdd3d3;
    font-weight: 500;
    font-family: "Fira Sans";
    margin-top: 15px;
}

/*======================================================                 
    Section Title Style Eight
=========================================================*/


.section-title.style8{
    position:relative;
}

.section-title.style8 h5.subtitle {
    font-size: 16px;
    color: #cb935d;
    font-weight: 400;
    font-family: "Fira Sans";
    text-transform: uppercase;
    margin: 0 0 21px;
}

.section-title.style8 h3.title {
    font-size: 48px;
    line-height: 48px;
    color: #042424;
    font-weight: 600;
    font-family: "Fira Sans";
}

.section-title.style8 .title span {
    color:#cb935d;
}

.section-title.style8 p.description {
    width: 95%;
    position: relative;
    margin: 35px 0 0;
}



/*======================================================                 
    Feature Box Style Ten
=========================================================*/

.feature-box.style10 {
    background: rgba(203,147,93,0.1);
    padding: 34px 23px 25px 38px;
    position: relative;
    z-index: 1;
}

.feature-box.style10:before{
    position:absolute;
    content:"";
    width:0;
    height:100%;
    left:50%;
    top:0;
    background:#042424;
    z-index:-1;
    transition:0.5s;
}

.feature-box.style10:hover:before{
    width:100%;
    left:0;
}

.feature-box.style10 .feature-box-thumb {
    display: flex;
    align-items: center;
    gap: 18px;
}

.feature-box.style10 .feature-box-thumb img{
    transition:0.5s;
}

.feature-box.style10:hover .feature-box-thumb img{
    filter:brightness(0) invert(8);
}

.feature-box.style10 .feature-box-title h2 {
    font-size: 20px;
    color: #042424;
    font-weight: 600;
    margin: 0 0 0;
    transition:0.5s;
}

.feature-box.style10:hover .feature-box-title h2{
    color:#fff;
}

.feature-box.style10 p.feature-box-desc {
    margin: 23px 0 0;
    color: #6b7a7a;
    transition:0.5s;
}

.feature-box.style10:hover p.feature-box-desc{
    color: #bdd3d3;
}


/*======================================================                 
    Button Style Nine 
=========================================================*/


.dreamit-button.style9 .dreamit-button a {
    font-size: 16px;
    padding: 16px 35px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: none;
    border-radius: 0;
    background-color: #cb935d;
    font-family: "Fira Sans";
    overflow: hidden;
}

.dreamit-button.style9 .dreamit-button a:before{
    background:none;
}

.dreamit-button.style9 .dreamit-button a:after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 60px;
    height: 60px;
    left: -41px;
    top: -2px;
    border-radius: 30px;
    background: #fff;
    opacity: 0.3;
    transition: .5s;
}

.dreamit-button.style9 .dreamit-button a:hover:after{
    width:100%;
    height:100%;
    left:0;
}


/*======================================================                 
    Icon Box Style Seventeen 
=========================================================*/
.icon-box.style17 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.icon-box.style17 .description p {
    font-size: 16px;
    color: #cb935d;
    font-weight: 400;
    font-family: "Fira Sans";
    margin: 0;
}

.icon-box.style17 .title h2 {
    font-size: 20px;
    color: #042424;
    font-weight: 500;
    font-family: "Fira Sans";
    margin: 3px 0 0;
}


/*======================================================                 
   Service Box Style 12
=========================================================*/
.service-box.style12 {
    text-align: center;
    position:relative;
}
.service-box.style12:hover{
    transform:translateY(0);
}

.service-box.style12 .content {
    background-color: #faf4ee;
    padding: 16px 0 26px;
    border-top: 3px solid #cb935d;
    position:relative;
    z-index:1;
    transition:0.5s;
}

.service-box.style12:hover .content{
    border-top: 3px solid #042424;
}

.service-box.style12 .content:before {
    position: absolute;
    content: "";
    width: 100%;
    height:0;
    left: 0;
    top: 0;
    background: #cb935d;
    z-index: -1;
    transition:0.5s;
}

.service-box.style12:hover .content:before{
    height:100%;
}

.service-box.style12 p.description_text {
    font-size: 16px;
    color: #6b7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
    margin: 0 0 -5px;
    transition:0.5s;
}

.service-box.style12:hover p.description_text{
    color:#fff;
}

.service-box.style12 h3.title {
    margin: 0 0 0;
}

.service-box.style12 h3.title a {
    font-size: 24px;
    color: #0e2d2d;
    font-weight: 600;
    font-family: "Fira Sans";
    display: inline-block;
    transition:0.5s;
}

.service-box.style12:hover h3.title a{
    color:#fff;
}

.service-box.style12 .thumb img {
    width: 100%;
}

.service-box.style12 .icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #faf4ee;
    margin: auto;
    line-height: 106px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -34px;
    transition:0.5s;
}

.service-box.style12:hover .icon{
   background-color:#cb935d;
}

.service-box.style12 .icon img{
    transition:0.5s;
}

.service-box.style12:hover .icon img{
    filter:brightness(0) invert(1);
}


/*======================================================                 
   Teastimonial Style Six
=========================================================*/

.testimonial.style6 .testimonial-item {
    background: #faf4ee;
    padding: 36px 40px 32px;
    margin: 0 13px 0;
    position:relative;
    z-index:1;
}

.testimonial.style6 .testimonial-item:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 50%;
    top: 0;
    background: #cb935d;
    z-index: -1;
    transition: 0.5s;
}

.testimonial.style6 .testimonial-item:hover:before{
    width:100%;
    left:0;
}

.testimonial.style6 p.quote {
    font-size: 16px;
    line-height: 28px;
    color: #6b7a7a;
    margin: 19px 0 28px;
    transition:0.5s;
}

.testimonial.style6 .testimonial-item:hover p.quote{
    color:#ffff;
}

.testimonial.style6 .author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial.style6 .bio h4.name {
    font-size: 20px;
    color: #042424;
    font-weight: 500;
    font-family: "Fira Sans";
    margin: 0;
    transition:0.5s;
}

.testimonial.style6 .testimonial-item:hover .bio h4.name{
    color:#ffff;
}

.testimonial.style6 .bio h5.designation {
    font-size: 16px;
    color: #6b7a7a;
    font-weight: 400;
    margin: 5px 0 0;
    transition:0.5s;
}

.testimonial.style6 .testimonial-item:hover .bio h5.designation{
    color:#ffff;
}

.testimonial.style6 .testi-star i {
    color: #cb935d;
    display:inline-block;
    font-size:16px;
    transition:0.5s;
}

.testimonial.style6 .testimonial-item:hover .testi-star i{
    color:#ffff;
}



/*======================================================                 
   Service Box Style 13
=========================================================*/

.service-box.style13 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cb935d5e;
    margin-bottom: 24px;
    padding-bottom: 34px;
    position:relative;
}

.service-box.style13:before {
    position: absolute;
    content: "";
    width: 0;
    height: 284px;
    left: 57%;
    top: -16px;
    background: url(https://wp.dreamitsolution.net/advisar/wp-content/uploads/2024/10/service-imges.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    transition: 0.5s;
    z-index: 1;
}

.service-box.style13.active:before{
    width:240px;
} 

.service-box.style13:hover{
    transform:translateY(0);
}

.service-box.style13 .service-title h3.title{
    margin:0;
}

.service-box.style13 .service-title h3.title a {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Fira Sans";
    margin: 0;
    display: inline-block;
    padding-left: 15px;
    transition:0.5s;
}

.service-box.style13.active .service-title h3.title a{
    color:#cb935d;
}

.service-box.style13 .content {
    position: relative;
    left: 95px;
    top: 15px;
}

.service-box.style13 p.description_text {
    width: 70%;
    color: #bdd3d3;
    margin: 0;
}


.service-box.style13 .service-btn a i {
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
    z-index: 1;
    color: #ffff;
    transition: .5s;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 23px;
    background-color: #063232;
    text-align: center;
    line-height: 45px;
}

.service-box.style13.active .service-btn a i{
    background:#cb935d;
}


/*======================================================                 
   Case Study Css Style Four
=========================================================*/

.single_case_study.style_four {
    position: relative;
}

.single_case_study.style_four .cases-study-content {
    background: url(https://wp.dreamitsolution.net/advisar/wp-content/uploads/2024/10/case-study-content-bg.png);
    background-repeat: no-repeat;
    text-align: left;
    width: 61%;
    position: absolute;
    left: 9px;
    bottom: 37px;
    right: inherit;
    padding: 17px 33px 35px;
    transform: perspective(500px)rotateX(90deg);
    transition: 0.5s;
}

.single_case_study.style_four:hover .cases-study-content {
    bottom:37px;
    transform: perspective(500px)rotateX(0deg);
    transition: 0.5s;
}

.single_case_study.style_four .cases-study-content h2.title{
    margin:0;
}

.single_case_study.style_four .cases-study-content h2.title a {
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Fira Sans";
}

.single_case_study.style_four p.description {
    font-size: 18px;
    color: #bdd3d3;
    font-weight: 400;
    font-family: "Fira Sans";
    margin: 0;
}

.single_case_study.style_four .em-case-study-button {
    margin-top: 0;
    position: absolute;
    bottom: 37px;
    right: 60px;
}

.single_case_study.style_four .em-case-study-button a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #cb935d;
    text-align: center;
    color: #fff;
    line-height: 50px;
}


/*======================================================                 
   Case Study Css Style Six
=========================================================*/

.single_case_study.style_six {
    position: relative;
}

.single_case_study.style_six .cases-study-content {
    background: url(https://wp.dreamitsolution.net/advisar/wp-content/uploads/2024/10/case-study-content-bg.png);
    background-repeat: no-repeat;
    text-align: left;
    width: 77%;
    position: absolute;
    left: 9px;
    bottom: 6px;
    right: inherit;
    padding: 17px 33px 35px;
    transform: perspective(500px)rotateX(90deg);
    transition: 0.5s;
}

.single_case_study.style_six:hover .cases-study-content {
    bottom:6px;
    transform: perspective(500px)rotateX(0deg);
}

.single_case_study.style_six .cases-study-content h2.title{
    margin:0;
}

.single_case_study.style_six .cases-study-content h2.title a {
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Fira Sans";
}

.single_case_study.style_four p.description {
    font-size: 18px;
    color: #bdd3d3;
    font-weight: 400;
    font-family: "Fira Sans";
    margin: 0;
}

.single_case_study.style_six .em-case-study-button {
    margin-top: 0;
    position: absolute;
    bottom: 58px;
    right: -21px;
}

.single_case_study.style_six .em-case-study-button a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #cb935d;
    text-align: center;
    color: #fff;
    line-height: 50px;
}

/*======================================================                 
   Case Study Css Style Seven
=========================================================*/

.single_case_study.style_seven {
    position: relative;
}

.single_case_study.style_seven .cases-study-content {
    background: url(https://wp.dreamitsolution.net/advisar/wp-content/uploads/2024/10/case-study-content-bg.png);
    background-repeat: no-repeat;
    text-align: left;
    width: 77%;
    position: absolute;
    left: 9px;
    bottom: 6px;
    right: inherit;
    padding: 17px 33px 35px;
    transform: perspective(500px)rotateX(90deg);
    transition: 0.5s;
}

.single_case_study.style_seven:hover .cases-study-content {
    bottom:6px;
    transform: perspective(500px)rotateX(0deg);
}

.single_case_study.style_six .cases-study-content h2.title{
    margin:0;
}

.single_case_study.style_seven .cases-study-content h2.title a {
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Fira Sans";
}

.single_case_study.style_seven p.description {
    font-size: 18px;
    color: #bdd3d3;
    font-weight: 400;
    font-family: "Fira Sans";
    margin: 0;
}

.single_case_study.style_seven .em-case-study-button {
    margin-top: 0;
    position: absolute;
    bottom: 58px;
    right: -21px;
}

.single_case_study.style_seven .em-case-study-button a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #cb935d;
    text-align: center;
    color: #fff;
    line-height: 50px;
}


/*======================================================                 
  Team Css Style Seven
=========================================================*/
.team.style7 {
    text-align: center;
    background-color: transparent;
    padding: 0;
    position: relative;
    margin: 0 10px 0;
}
.team.style7:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -11px;
    bottom: -10px;
    background: url(https://wp.dreamitsolution.net/advisar/wp-content/uploads/2024/10/team-shpae.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition:0.5s;
}
.team.style7:hover:before{
    background:url(https://wp.dreamitsolution.net/advisar/wp-content/uploads/2024/10/tem-shape2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.team.style7 .image {
    position: relative;
    line-height: 0;
}
.team.style7 .image::before {
    background: rgba(12,109,109, 0.6);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 300ms linear;
    z-index: 9;
}
.team.style7:hover .image::before {
    left: 10%;
    right: 10%;
    opacity: 0;
    transition: all 500ms linear;
}
.team.style7 .image img {
    transition: .5s;
    width:100%;
}
.team.style7 ul.social-icon {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    transition: .5s;
}
.team.style7:hover ul.social-icon{
    bottom: 30px;
}
.team.style3 ul.social-icon li {
    display: inline-block;
}
.team.style7 ul.social-icon li a  {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    background-color: #ffffff;
    display: inline-block;
    color: #0C6E6D;
    margin-right: 10px;
    font-size: 16px;
    transition: .5s;
    transform: translateX(0px);
    transition: .5s;
    overflow: hidden;
     transition: all 400ms linear;
    opacity: 0;
}
.team.style7 ul.social-icon li:nth-child(2) a {
    transition-delay: .1s;
}
.team.style7 ul.social-icon li:nth-child(3) a {
    transition-delay: .2s;
}
.team.style7 ul.social-icon li:nth-child(4) a {
    transition-delay: .3s;
}
.team.style3 ul.social-icon li a:hover{
    color: #fff;
    background: #0C6E6D;
}
.team.style7:hover ul.social-icon li a{
    transform: translateX(15px);
    opacity: 1;
}
.team.style7 .bio .name {
    margin: 0 0 7px;
    font-size: 22px;
    color: #042424;
    font-weight: 600;
    font-family: "Fira Sans";
    text-align: center;
}
.team.style7 .bio .designation {
    margin: 0;
    font-size: 16px;
    color: #6b7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
    text-align: center;
}
.team.style7 .content {
    position: relative;
    padding: 21px 0 21px;
    background: #FBF4EE;
}
.team.style7 .content .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    opacity: 0;
    transform: .5s;
}
.team.style7:hover .content .social-icon{
    opacity: 1;
    top: 32px;
}
.team.style7 .content .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: .5s;
}
.team.style7 .content .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team.style7 ul.social-icon li {
    display: inline-block;
}
.team.style7 .content .social-icon li a{
    display: inline-block;
    transition: .5s;
}
.team.style7 .content .social-icon li a i {
    display: inline-block;
    color: #7b7b7b;
    text-align: center;
    font-size: 15px;
    margin: 0 3px;
    transition: .5s;
}
.team.style7 .content .social-icon li a i:hover{
    color: #fff;
}


/*======================================================                 
   Blog Css Style Seven
=========================================================*/
.blog_style_seven .advisar-single-blog_adn {
    position: relative;
    z-index: 1;
    margin: 11px 11px 22px;
}

.blog_style_seven .advisar-single-blog_adn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -11px;
    top: -9px;
    background: url(https://wp.dreamitsolution.net/advisar/wp-content/uploads/2024/10/blog-shape1.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.blog_style_seven .advisar-single-blog_adn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -76px;
    bottom: -89px;
    background: url(https://wp.dreamitsolution.net/advisar/wp-content/uploads/2024/10/blog-shape2.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.blog_style_seven .em-blog-content-area_adn {
    background: #FBF4EE;
    padding: 34px 30px 23px;
}

.blog_style_seven .blog-page-title_adn h2{
    margin:0;
}

.blog_style_seven .blog-page-title_adn a {
    font-size: 24px;
    line-height: 30px;
    color: #042424;
    font-weight: 600;
    font-family: "Fira Sans";
    display: inline-block;
    transition:0.5s;
}

.blog_style_seven .blog-page-title_adn a:hover{
    color:#cb935d;
}

.blog_style_seven .description p {
    margin: 8px 0 13px;
}

.blog_style_seven .blog_btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #042424;
    font-weight: 400;
    font-family: "Fira Sans";
    transition:0.5s;
}

.blog_style_seven .blog_btn a:hover{
    color:#cb935d;
}

.blog_style_seven .blog_btn i {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    line-height: 40px;
    transition:0.5s;
}

.blog_style_seven .blog_btn a:hover i{
     color:#cb935d;
}

.blog_style_seven  ul.post-categories {
    display: none;
}

/*======================================================                 
   Brand Css Style Five
=========================================================*/
.brand.style5 .brand-item {
    text-align: center;
    display: inline-block;
    padding-left: 59px;
}

/*======================================================                 
   Contact Form Css Style Seven
=========================================================*/
.form-area.contact-form.style-7 {
    background: url(https://wp.dreamitsolution.net/advisar/wp-content/uploads/2024/10/contact-form-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 46px 40px 46px;
}
.form-area.contact-form.style-7 .form-title h4 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Fira Sans";
    margin: 0 0 11px;
}

.form-area.contact-form.style-7 .form-control {
    border: 0;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #ddd;
    width: 100%;
    height: 50px;
    padding-left: 0;
    background: #f9f9f9;
    border-radius: 0;
    color: #232323;
    transition: 0.5s;
    border: transparent;
    background: transparent;
    border-bottom: 1px solid #ffffff36;
    outline: 0;
    color: #fff;
}

.form-area.contact-form.style-7 .form-group textarea {
    height: 99px !important;
}

.form-area.contact-form.style-7 .buttons p input {
    width: 40%;
    height: 50px;
    padding-left: 24px;
    background: #cb935d;
    border-radius: 0;
    color: #625e5e;
    transition: 0.5s;
    border: transparent;
    color: #fff;
    margin-top: 21px;
    transition:0.5s;
}

.form-area.contact-form.style-7 .buttons p input:hover{
    background:#fff;
    color:#cb935d;
}






