/*====== About Us Start ======*/
.about {
    padding: 80px 0;
}

.about .container {
    max-width: 1480px;
}

.about .about-imgBlock {
    position: relative;
    display: flex;
    align-items: center;
}

.about .img-upperText {
    position: relative;
    flex-shrink: 0;
    margin-left: -95px;
}

.about .years-work {
    position: absolute;
    top: 80px;
    left: 50px;
}

.about .years-work h2 {
    font-size: 105px;
    font-family: 'Oswald';
    font-weight: bold;
    -webkit-text-stroke: 3px #a3cc01;
    text-stroke: 3px #a3cc01;
    margin: 0;
    line-height: 120px;
}

.about .years-work h4 {
    font-size: 48px;
    font-weight: 900;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    margin: 0;
    line-height: 42px;
    text-transform: uppercase;
}

.about .years-work h5 {
    font-family: 'Heebo';
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    text-align: right;
}

.about .about-textBlock {
    max-width: 550px;
    margin-left: 50px;
}

.about .about-textBlock h5 {
    font-size: 25px;
    color: #8d9aa8;
    font-weight: 500;
}

.about .about-textBlock h6 {
    font-size: 24px;
    color: #263a4f;
    font-weight: 500;
    max-width: 400px;
}

.about .about-textBlock p {
    margin-bottom: 20px;
}

/*====== About Us End ======*/

/*===== Speciallization Css Start =====*/

.speciallization {
    background: #eef0f0;
    padding: 90px 0;
}

.speciallization .special-block {
    margin-top: 30px;
}

.speciallization .special-block h5 {
    margin: 30px 0 10px;
    text-transform: uppercase;
    font-size: 30px;
}

.speciallization .special-block p {
    padding-right: 30px;
    color: #263a4f;
}

.speciallization .special-block .moreBtn {
    font-size: 16px;
    padding-bottom: 0px;
}

/*===== Speciallization Css End =====*/

/*===== Latest Projects Css Start=====*/

.latest-projects {
    padding: 75px 0;
    overflow: hidden;
}

.latest-projects .nav {
    margin: 18px 0 0;
    justify-content: space-evenly;
}

.latest-projects .nav-item {
    margin: 0;
}

.latest-projects .nav-link {
    color: #8d9aa8;
    font-size: 18px;
    font-family: 'CeraGR';
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    background: none;
    cursor: pointer;
}

.latest-projects .nav-link:hover,
.latest-projects .nav-link.active {
    background: none;
    color: #263a4f;
}

.project-block {
    overflow: hidden;
    position: relative;
}

.project-block:after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.project-block .img-fluid{
    width: 100%;
}
.project-block .project-dtl {
    max-width: 300px;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.project-block .project-dtl h5 {
    color: #fff;
    font-family: 'Heebo';
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 5px;
}

.project-block .project-dtl h4 {
    color: #fff;
    font-family: 'CeraGR';
    font-weight: bold;
    font-size: 36px;
    margin: 0;
}

.project-block:hover:after {
    background: rgba(0, 0, 0, 0.5);
}

.project-block:hover .project-dtl {
    bottom: 50px;
}

.latest-projects .slick-slider {
    margin: 15px -3px 0;
}

.latest-projects .slick-slide {
    padding: 3px;
}
.latest-projects .prev-arrow  {
    position: absolute;
    left: 50px;
    top: auto;
    bottom: 45%;
    z-index: 1;
}
.latest-projects .next-arrow  {
    position: absolute;
    right: 50px;
	top: auto;
    bottom: 45%;
    z-index: 1;
}
.latest-projects .slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}
/*===== Latest Projects Css End=====*/

/*===== Best Steps Start =====*/

.best-steps{
    padding:0px 0 80px 0;
}
.best-steps .container{
    max-width: 1480px;
}
.best-steps p{
    font-size: 16px;
    color: #203a56;
}
.best-steps .steps-block{
    padding-top: 60px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.best-steps .steps-block span.step-number{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #a3cc01;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-family: 'Lato';
    font-weight: normal;
    flex-shrink: 0;
}

.best-steps .steps-block .steps-text{
    border-left: 1px solid #a3cc01;
    padding-left: 15px;
    margin-left: 15px;
    height: 100%;
}
.best-steps .steps-block .steps-text h5{
    color:#203a56;
    text-transform: uppercase;
}
/*===== Best Steps End =====*/

/*===== Happy Clients Start =====*/

.happy-clients{
    background: #eef0f0;
    padding: 80px 0;
}

.client-slider .client-review{
    background: #fff;
    padding: 10px 80px 30px 30px;
}
.client-slider .client-review h4{
    color: #a3cc01;
    font-size: 60px;
    text-align: right;
}
.client-slider .client-review h6{
    color: #263a4f;
    font-size: 18px;
    font-weight: 500;
}
.client-slider .client-review span{
    color: #8d9aa8;
    font-size: 14px;
}
.client-slider .client-review p{
    color: #8d9aa8;
    font-size: 17px;
    font-weight: 500;
}
.client-slider .slick-current{
    border-top: 5px solid #263a4f;
}

.client-slider.slick-slider {
    margin: 30px -10px 0;
}

.client-slider .slick-slide {
    margin:0 10px;
}

/*===== Happy Clients End =====*/

/*===== Areas We Serve Start ======*/
.work-areas {
    background: #e7eaea;
    padding: 70px 0;
}

.work-areas .breadcrumb {
    margin: 30px 0 0;
    justify-content: center;
}

.work-areas .breadcrumb .breadcrumb-item {
    font-size: 20px;
    font-family: 'CeraGR';
    font-weight: 500;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.7);
    line-height: 45px;
    margin: 0;
}

.work-areas .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

.work-areas .breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    color: rgba(0, 0, 0, 0.7);
    padding-right: 10px;
}

/*===== Areas We Serve End ======*/

/*===== Quote Start ======*/
.free-quote {
    padding: 70px 0;
}

.free-quote form {
     max-width: 100%;
}

.free-quote form textarea.form-control {
    height: 190px;
}

.free-quote form .btn {
    width: 100%;
}
div#wpcf7-f58-o1 {
    padding-bottom: 15px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 3em;
}
/*===== Quote End ======*/

.news-details-cont{}




