

.cs_fs_40{
  font-size: 40px;
}

.nexa .cs_features_thumbnail_1::after{
       left: 25px;
    top: -25px;
}




.ts-nexa-bg {
    padding-bottom: 0;
    background: url(../img/bg-img.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #fff;
    /* height: 275px; */

    
}
.ts-nexa-bg h2{
  color: #fff;
}
.ts-nexa-bg h3{
    color: #fcfcfc;
}
.bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 22, 58, 0.7);
    z-index: -1;
}
.bg-overlay {
    position: relative;
    z-index: 1;
}

#nexa-service .cs_iconbox_icon{
    background-color: #f7c800;
}


#nexa-service .cs_iconbox_subtitle{
color: #cdcdcd;
}


.shadow-box {
    background: #fff;
    padding:30px;
    -webkit-box-shadow: 0px -6px 5px 0px rgba(48, 48, 48, 0.1);
    box-shadow: 0px -6px 5px 0px rgba(48, 48, 48, 0.1);
        display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.overlap{
    transform: translateY(19%);
    position: relative;
    z-index: 99;
}

#my-services .cs_about_shape_2.about_shape_2 {
    bottom: -258px !important;
    left: -279px !important;
}

#my-services .cs_about_shape_1.about_shape_1 {
    z-index: 1;
    top: -101px;
    right: 146px;
}
#my-services .cs_about_text {
    background-color: #fff;
    padding: 30px;
}

#my-services .cs_about_text h2{
    margin-bottom: 20px !important;
}

@media screen and (max-width:1199px) {
    .shadow-box {
    padding: 14px;
}
.shadow-box h3{
    font-size: 18px;
}
.overlap {
    transform: translateY(8%);
}
#my-services h2{
    font-size: 2rem;
}
}

@media screen and (max-width:991px) {
    .overlap {
    transform: translateY(0%);
    margin: 10px 0;
    z-index: -1;
}

#nexa-service .cs_height_27.cs_height_lg_65{
    display: none;
}
#nexa-service .cs_section_heading{
    margin-bottom: 30px;
}
#nexa-service .cs_iconbox.cs_style_2 .cs_iconbox_icon {
    width: 50px;
    height: 50px;
}
.main-section h1{
    font-size: 2rem;
}
}

@media screen and (max-width:575px) {
    .main-section h1 {
    font-size: 1.6rem;
}
#my-services h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
}
}