﻿body {
}
.single-feature-item .Btn {
    color:#FFD014
}
.single-feature-item .Btn:hover {
    color:#7951f8
}
.single-feature-item.spro .Btn {
    color:#FFD014
}
.single-feature-item.spro .Btn:hover {
    color:#fff
}
.Servictext_box{
   padding-left:0px;
    padding-right:0px;
    margin-left: 50px;
 
}
.Servictext_box h6{
    font-size: 23px;
    line-height: 30px;
    color: #191919;
    margin: 30px 0;
}
.img_box {
    padding-left:0px;
    padding-right:0px;
}
.about_img {
    margin-top: 110px;
    margin-left: -70px;
   
}
    .about_img img {
        height:500px;
        width:100%;
        border-radius:10px
    }
.about-content {
background: #fff;
width: 100%;
padding: 42px 50px 32px 40px;
border-radius: 10px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
    .about-content p {
        line-height:1.6
    }

    .address-text {
    max-width: 550px;
    width: 100%;
    background: #fff;
    padding: 27px 20px 34px 35px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    float: left;
    margin-top: 80px;
}

    .address-text:nth-child(2) {
        max-width: 550px;
        width: 100%;
        background: #fff;
        padding: 27px 20px 34px 35px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
        transition: all 500ms ease;
        float: left;
        margin-top: 120px;
        margin-left: -35px;
    }

    .address-text h5 {
        position: relative;
        display: block;
        font-size: 20px;
        font-weight: 700;
        color: #7951f8;
        padding-bottom: 12px;
        margin-bottom: 5px;
    }

    .address-text p {
        display: block;
        font-size: 15px;
        line-height: 28px;
        color: #686868;
    }

.ConnectwithUs {
    background-image:url(../img/cta-bg-1.png);
    color:#fff
}
  .ConnectwithUs {
    background-size: cover;
    background-position: center;
    height: 350px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;  
    text-align: center;
}
  .ConnectwithUs::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #233F4D;
    opacity: .7;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
        .address-text {
    width: 100%;
    background: #fff;
    padding: 27px 20px 34px 35px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    float: left;
    margin-top: 80px;
}

    .address-text:nth-child(2) {
        width: 100%;
        background: #fff;
        padding: 27px 20px 34px 35px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
        transition: all 500ms ease;
        float: left;
        margin-top: 20px;
        margin-left: 0px;
    }
      .ConnectwithUs {
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;  
    text-align: center;
}
}