@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.features-section-five{position:relative;padding:100px 0 70px}
.features-section-five .link-btn{position:relative;text-align:center;margin-top:30px}
.feature-block-five .inner-box{position:relative;padding:60px 28px 35px 35px;max-width:270px;margin:0 auto 30px}
.feature-block-five .inner-box {
    z-index: 1;
}
.feature-block-five .inner-box {
    position: relative;
    padding: 60px 28px 35px 35px;
    max-width: 270px;
    margin: 0 auto 30px;
}
.feature-block-five .read-more-link { background-color: #000; }
.feature-block-five .inner-box:before{position:absolute;content:"";left:-42px;top:-40px;right:-42px;bottom:-45px;background-image:url(shape-10.e349b238.png);background-repeat:no-repeat;background-position:50%;display:inline-block}
.feature-block-five:nth-child(2n) .inner-box:before{transform:rotateY(180deg)}
.feature-block-five .icon{margin-bottom:25px;position:relative}
.feature-block-five h4 {
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #332957;
    text-transform: uppercase;
    line-height: 25px;
	font-family: "Roboto", sans-serif;
	}
.feature-block-five .text { position: relative;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    color: #898989; }
.feature-block-five .read-more-link{position:absolute;top:42px;right:22px;height:40px;width:40px;line-height:38px;text-align:center;border-radius:50%;color:#fff;font-size:20px;transition:1s;opacity:0;transform:scale(.5)}
.feature-block-five .inner-box:hover .read-more-link{opacity:1;transform:scale(1) rotate(1turn)}
.features-section-five .theme-btn{border-radius:32px;background-color:transparent}
.features-section-five .btn-title{
	padding: 13px 45px;
    border-radius: 30px;
    color: #ffffff;
    background-color: #9b1019;
    text-transform: uppercase; }
.features-section-five .theme-btn:hover .btn-title{color:#fff}
.features-section-five .theme-btn .btn-title i{font-size:18px;margin-left:8px;line-height:1.4em;top:2px;margin-right:0}

.sec-title h2 {
	 font-family: "Roboto", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 3.5rem;
    line-height: 56px;
}

.sec-title h2 span {
	color:#000;
}




.about-section {
    position: relative;
    padding: 100px 0 70px
}

.about-section .image-block {
    position: relative;
    margin-bottom: 30px
}

.about-section .image-block:before {
    position: absolute;
    content: "";
    top: 45px;
    left: 45px;
    right: 45px;
    bottom: 45px;
    border: 6px solid #f1f2f5;
    border-image: initial;
    border-radius: 3px
}

.about-section .image-one {
    position: relative;
    margin-left: 130px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.27);
    display: inline-block;
    border-radius: 6px
}

.about-section .image-one .image-box {
    overflow: hidden;
    border-radius: 6px
}

.about-section .image-one img {
    border-radius: 6px;
    transition: 1s
}

.about-section .image-one:hover img {
    transform: scale(1.1)
}

.about-section .image-two {
    position: relative;
    margin-top: -180px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.27);
    display: inline-block;
    border-radius: 6px
}

.about-section .image-two .image-box {
    position: relative;
    overflow: hidden
}

.about-section .image-two .image-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
    transform: skewX(-25deg)
}

.about-section .image-two:hover .image-box:before {
    animation: shine2 1s
}

@keyframes shine2 {
    to {
        left: 125%
    }
}

.about-section .image-two img {
    border-radius: 6px
}

.about-section .logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    height: 130px;
    line-height: 118px;
    text-align: center;
    border-radius: 50%;
    border: 3px dotted #333;
    border-image: initial
}

.about-section .logo:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.27);
    background: #fff;
    border-radius: 50%
}

.about-section .logo img {
    position: relative
}

.about-section .text-block {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px
}

.about-section .text-block:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%
}

.about-section .text-block h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

.about-section .text-block h4 {
    font-size: 22px;
    font-weight: 600
}

.about-section .author-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 30px
}

.about-section .author-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #e1e5e9
}

.about-section .author-info h4,.about-section .author-info h5 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px
}

.about-section .text {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500
}

.about-section .sec-title {
    margin-bottom: 40px
}





.testimonial-section-two {
    position: relative;
    padding: 100px 0
}

.testimonial-section-two .auto-container {
    max-width: 1230px
}

.testimonial-section-two .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-size: cover
}

.testimonial-section-two .sec-bg:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background-image: -webkit-linear-gradient(90deg,#191d2a,#30364d 75%)
}


.testimonial-block-three {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px
}

.testimonial-block-three .inner-box {
    position: relative;
    background-color: #fff;
    padding: 50px 45px 40px;
    border-radius: 6px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.1);
    margin-left: 30px
}

.testimonial-block-three .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: -webkit-linear-gradient(90deg,#191d2a,#30364d 75%);
    opacity: 0;
    transition: .5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-radius: 6px
}

.testimonial-block-three .inner-box:hover:before {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
}

.testimonial-block-three .quote {
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    left: -30px;
    top: 40px;
    text-align: center
}

.testimonial-block-three .rating {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fd4a36;
}

.testimonial-block-three .rating span {
    margin-right: 6px
}

.testimonial-block-three .rating .style-two {
    color: #c0cdd3
}

.testimonial-block-three .text {
    position: relative;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
    margin-bottom: 28px;
    transition: .5s
}

.testimonial-block-three .inner-box:hover .text {
    color: #dfe0e6
}

.testimonial-block-three .text:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(/_next/static/media/border-shape-2.8e7f34a3.png) repeat-x 50%
}

.testimonial-block-three .author-box {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 5px;
    padding-top: 13px
}

.testimonial-block-three .author-box .image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 15px
}

.testimonial-block-three .author-box .image img {
    border-radius: 50%
}

.testimonial-block-three .author-box .author-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--fira-sans);
    color: #202020;
    transition: .5s
}

.testimonial-block-three .inner-box:hover .author-box .author-title {
    color: #fff
}

.testimonial-block-three .author-box .designation {
    font-size: 18px;
    font-weight: 500;
    color: #3c3b3b;
    transition: .5s
}

.testimonial-block-three .inner-box:hover .author-box .designation {
    color: #fff
}

.sec-title h2.subtitle {
    font-size: 2.3rem;
    color: #0c2957;
    line-height: 40px;
    text-transform: capitalize;
}

.testimonial-block-three .quote {
    background-color: #fd4a36;
}

.testimonial-block-three .author-box .image img {
    border-radius: 50%;
}
.testimonial-block-three .author-box .image {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 15px;
    width: 60px;
}

.testimonial-block-three .inner-box .quote {
    position: absolute;
    top: 0;
    line-height: 1em;
    color: #f0f0f5;
    font-size: 70px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote .fa-quote-right { color: #fff; font-size: 32px;}

.testimonial-block-three .author-box {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 5px;
    padding-top: 13px;
}

.testimonial-section-two .sec-title .text { color: #fff;}
.testimonial-section-two h4 { color: #fff;}


/***** Grow Business ****/

.grow-business {
    background: #b81326;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}
.grow-business p {
    font-size: 24px;
}
.grow-business .sec-title {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 16px;
}
.grow-business .btn-style-one {
    position: relative;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 50px;
    background-color: #000;
    text-transform: capitalize;
    padding: 16px 25px 16px 65px;
}

.group-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.linebtn, .fillbtn {
    border: #fff solid 2px;
    border-radius: 50px;
    padding: 10px 25px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0px 5px;
}

.linebtn:hover {
    background-color: #fff;
    color: #b81326;
}

.fillbtn {
    background-color: #fff;
    color: #b81326;
}

.fillbtn:hover {
    border: #fff solid 2px;
    background: none;
    color: #fff;
}

.linebtn .fa, .fillbtn .fa { padding-left: 10px;}


.features-section {
    position: relative;
    margin-top: 0;
    z-index: 9;
    padding: 100px 0 70px;
    background: #f1f5f8;
}

.features-section:before {
    position: relative;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f1f5f8
}

.feature-block-one {
    position: relative
}

.feature-block-one .inner-box {
    position: relative;
    max-width: 370px;
    margin: 0 auto 30px;
    padding: 0 20px
}

.feature-block-one .inner-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 38px;
    right: 0;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.2);
    transform: translateY(38px);
    background: #fff;
    border-radius: 6px;
    transition: all .5s ease 0s
}

.feature-block-one .inner-box:hover:before {
    transform: translateY(0)
}

.feature-block-one .image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    transition: all .5s ease 0s
}

.feature-block-one .image .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 75px;
    height: 80px;
    font-size: 35px;
    color: #fff;
    line-height: 75px;
    text-align: center
}

.feature-block-one .image .icon:before {
    position: absolute;
    content: "";
    top: 16px;
    left: -5px;
    height: 64px;
    width: 100px;
    transform: rotate(45deg);
    border-radius: 32px
}

.feature-block-one .image .icon span {
    position: relative
}

.feature-block-one .inner-box:hover .image {
    opacity: 0;
    visibility: hidden
}

.feature-block-one .content {
    position: relative;
    text-align: center;
    padding: 24px 0
}

.feature-block-one .content h5 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px
}

.feature-block-one .content h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600
}

.feature-block-one .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 6px;
    padding: 0 20px;
    transition: all .5s ease 0s
}

.feature-block-one .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible
}

.feature-block-one .text {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 38px 30px 0;
    border-radius: 6px
}

.feature-block-one .text:before {
    position: absolute;
    content: "";
    opacity: .85;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #201630;
    border-radius: 6px
}

.feature-block-one .text p {
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

.feature-block-one .text .link-btn {
    position: relative;
    transform: translateY(50%)
}

.feature-block-one .link-btn a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    transform: scale(.5);
    opacity: 0;
    border-radius: 50%;
    transition: all .5s ease .5s
}

.feature-block-one .inner-box:hover .link-btn a {
    transform: scale(1);
    opacity: 1
}

.features-section .bottom-content {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px
}

.features-section .bottom-content .text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0c2957
}

.features-section .bottom-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block
}

.features-section .bottom-content h3:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 9px;
    font-size: 60px;
    color: #c7cfcd;
    width: 55px;
    height: 68px;
    background: url(icon-13.907432c3.png)
}

.features-section .bottom-content .theme-btn {
    box-shadow: 0 0 50px 0 rgba(0,0,0,.1)
}

.feature-block-one .image .icon:before {
    background-color: #b81326;
}

.feature-block-one .link-btn a {
    background-color: #b81326;
}


.btn-style-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #b81326;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
}

.feature-block-one .content h5 {
    color: #9b1019;
}

.feature-block-one .content h4 {
    color: #000;
    font-family: "Roboto", sans-serif;
}


.clients-section-home15 {
    padding: 105px 0 110px
}

.clients-section-home15 .clients-inner {
    box-shadow: none;
    margin-bottom: 0
}

.clients-section-home15 .text p {
    color: #72757f;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.clients-section-home15 .text {
    position: relative;
    margin-bottom: 0;
    margin-top: 10px
}


.clients-section-home13 {
    position: relative;
    padding: 110px 0 118px
}

.clients-section-home13 .clients-inner {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #e9e4de;
    border-bottom: none;
    margin-bottom: 54px
}

.clients-section-home13 .logo-list li {
    position: relative;
    display: inline-block;
    width: 25%;
    float: left;
}

.clients-section-home13 .logo-list li .clients-logo {
    position: relative;
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-right: 1px solid #e9e4de;
    border-bottom: 1px solid #e9e4de;
    margin: 0;
}

.clients-section-home13 .logo-list li:last-child .clients-logo,.clients-section-home13 .logo-list li:nth-child(4) .clients-logo {
    border-right: none
}

.clients-section-home13 .logo-list img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    transition: all .5s ease
}

.clients-section-home13 .logo-list img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0)
}

.clients-section-home13 .more-links h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #21242d;
    text-transform: uppercase;
    font-weight: 600
}

.clients-section-home13 .more-links h6 a {
    position: relative;
    display: inline-block;
    color: #21242d;
    padding-left: 30px;
    transition: all .5s ease
}

.clients-section-home13 .more-links h6 a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    font-weight: 400
}

.clients-section-home13 .sec-title-two {
    margin-bottom: 48px
}



.cases-section {
    position: relative;
    padding: 80px 0 70px;
}

.cases-section .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 470px;
    background-position: 100%;
    background-repeat: no-repeat
}

.cases-section .sec-bg:before {
    position: absolute;
    content: "";
    opacity: .9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff
}

.case-block-one {
    position: relative
}

.case-block-one .inner-box {
    position: relative;
    margin-bottom: 30px
}

.case-block-one .image {
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.case-block-one .image img {
    position: relative;
    width: 100%;
    transition: all .5s ease 0s
}

.case-block-one .inner-box:hover .image img {
    transform: scale(1.2)
}

.case-block-one .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 6px;
    overflow: hidden;
    transition: all .5s ease 0s
}

.case-block-one .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible
}

.case-block-one .overlay:before {
    position: absolute;
    content: "";
    opacity: .9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #201630
}

.case-block-one .overlay .title {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    z-index: 1
}

.case-block-one .overlay .title span {
    margin-right: 10px;
    font-weight: 400
}

.case-block-one .overlay .link-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    transform: translateX(30px) rotate(-1turn);
    transition: all .5s ease 0s
}

.case-block-one .inner-box:hover .overlay .link-btn {
    transform: translateX(0) rotate(0deg)
}

.case-block-one .overlay .link-btn a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 50%
}

.case-block-one .overlay .content {
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: right
}

.case-block-one .overlay:after {
    position: absolute;
    content: "";
    opacity: .9;
    right: 43%;
    bottom: 90px;
    width: 100%;
    height: 100%;
    transform: rotate(-30deg) scale(.8);
    border-radius: 25px;
    transition: all .5s ease 0s
}

.case-block-one .inner-box:hover .overlay:after {
    transform: rotate(-30deg) scale(1)
}

.case-block-one .overlay .content h5 {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px
}

.case-block-one .overlay .content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
    transition: all .5s ease 0s
}

.case-block-one .inner-box:hover .overlay .content h4 {
    transform: perspective(1200px) rotateX(0deg) translateZ(0)
}

.case-block-one .read-more-btn {
    position: relative;
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #201630;
    border-radius: 6px
}

.case-block-one .read-more-btn a {
    position: relative;
    width: 160px;
    height: 160px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    padding: 53px 0
}

.case-block-one .overlay:after {
    background-color: #b81326;
}

.case-block-one .read-more-btn a {
    background-color: #b81326;
}



.news-section-three {
    position: relative;
    padding: 100px 0 70px;
    background-color: #e9eef8
}

.news-section-three .pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-repeat: repeat
}

.news-block-three .inner-box {
    position: relative;
    margin-bottom: 30px
}

.news-block-three .image {
    position: relative
}

.news-block-three .image img {
    width: 100%
}

.news-block-three .lower-content {
    position: relative;
    background-color: #fff;
    margin: -50px 12px 0;
    border-radius: 6px;
    padding: 0 20px 25px
}

.news-block-three .lower-content:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #201630;
    opacity: 0;
    transition: .5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-radius: 6px
}

.news-block-three .inner-box:hover .lower-content:before {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
}

.news-block-three .category {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #201630;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 24px;
    padding: 0 17px;
    border-radius: 12.5px;
    transform: translateY(-50%);
    transition: .5s;
    margin-bottom: 5px
}

.news-block-three .post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px
}

.news-block-three .post-meta li {
    margin-right: 8px;
    color: #d2ccda;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px
}

.news-block-three h4 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 27px;
    line-height: 1.4em
}

.news-block-three h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 7px;
    width: 100%;
    background-image: url(pattern-6.124d9625.png)
}

.news-block-three h4 a {
    color: #000;
    transition: .5s
}

.news-block-three .inner-box:hover h4 a {
    color: #fff
}

.news-block-three .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #b81326;
    transition: all .5s ease 0s;
    color: #9ca6b6;
    text-transform: uppercase
}

.news-block-three .read-more-link i {
    position: relative;
    top: 1px;
    font-weight: 400;
    margin-left: 10px
}

.news-section-three .news-block-wrapper {
    position: relative;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 20px 20px 0;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.1)
}

.news-block-four .inner-box {
    position: relative;
    padding-bottom: 20px
}

.news-block-four .lower-content {
    position: relative;
    background-color: #e9eef8;
    border-radius: 6px;
    padding: 0 20px 25px;
    margin-top: 12px
}

.news-block-four .overlay {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 30px 20px 25px;
    top: 0;
    background-color: #e9eef8;
    opacity: 0;
    transition: .5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    border-radius: 6px
}

.news-block-four .inner-box:hover .overlay {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
}

.news-block-four .category {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #201630;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 24px;
    padding: 0 17px;
    border-radius: 12.5px;
    transform: translateY(-50%);
    transition: .5s;
    z-index: 9;
    margin-bottom: 3px
}

.news-block-four .post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px
}

.news-block-four .post-meta li {
    margin-right: 8px;
    color: #9ca6b6;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px
}

.news-block-four h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em
}

.news-block-four h4 a {
    color: #b81326;
    transition: .5s
}

.news-block-four .read-more-link {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #b81326;
    transition: all .5s ease 0s;
    color: #9ca6b6;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block
}

.news-block-four .read-more-link i {
    position: relative;
    top: 1px;
    font-weight: 400;
    margin-left: 10px
}

.news-section-three .read-more-post {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #201630;
    color: #fff;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 30px
}

.news-section-three .read-more-post i {
    font-weight: 400;
    font-size: 15px;
    margin-left: 5px
}

.news-section-three.style-two .news-block-three .lower-content:before {
    background-color: #b81326;
}

.news-section-three.style-two .news-block-four .category, .news-section-three.style-two .news-block-three .category, .news-section-three.style-two .news-block-three .lower-content:before {
    background-color: #b81326;
}

.consult-form {
    position: relative;
}

.consult-form .contact-form, .consult-form:before {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
    background: #fff;
    border-radius: 6px;
}

.consult-form:before {
    position: absolute;
    content: "";
    top: 0;
    left: 18px;
    right: 18px;
    bottom: -10px;
}

.consult-form .contact-form {
    position: relative;
    z-index: 1;
    padding: 50px 50px 30px;
}

.consult-form .contact-form, .consult-form:before {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
    background: #fff;
    border-radius: 6px;
}

.consult-form h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    color: #000;
}


.consult-form .contact-form .form-group {
    padding: 0 5px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .bootstrap-select>.dropdown-toggle, .contact-form .form-group input[type=email], .contact-form .form-group input[type=text], .contact-form .form-group select, .contact-form .form-group textarea {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 15px;
    color: #0c2957;
    line-height: 30px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 6px;
    padding: 11px 20px;
    border: 1px solid #e1e5e9;
    border-image: initial;
    transition: all .3s ease 0s;
    font-family: "Roboto", sans-serif;
}

.consult-form .btn-style-three i {
    margin-right: 8px
}

.consult-form .theme-btn {
    margin-top: 10px
}

.call-to-action-section-two {
    background-color: #fcf9ff;
}

.get-proposal h2 {
    font-family: "Roboto", sans-serif;
}

.video-section h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.get-proposal {
    position: relative;
    margin-top: -140px;
}

.page-title {
    position: relative;
    padding: 145px 0 190px;
}

.clientlogo img {
    padding: 15px;
}

.btn-style-two {
	background: #98101a;
    cursor: pointer;
    color: #fff;
    font-size: 1.1rem;
}

.btn-style-two:hover {
	background-color:#000;
	color:#fff;
}


@media(max-width:767px){
    
    .get-proposal { margin-top: -160px; }
    .video-section h2 { font-size:28px; }
    .consult-form h2 { font-size:21px; }
    .group-btn {
    display: inline-block;
    width: 100%;
}

.linebtn, .fillbtn {
    display: block;
    margin-top: 15px;
}

.clientlogo img {
    padding: 15px;
    display: inline-block;
    width: 114px;
}

.clients-section-home13 .logo-list li {
    position: relative;
    display: inline-block;
    width: 50%;
    float: left;
}
    
}

