#page-home,body{
background:url('/storage/general/B 1.svg');
}
.about_content{
    background: #22395e;
    padding: 15px;
    padding-right: 10%;
    padding-left: 40px;
}
.about_content h3,.about_content h5,.about_content  p{
    color:#ffffff ;
}
#service{
    margin-top: 50px;
}
.single-service {
    padding-top: 20px;
    padding-bottom: 30px;
}
.bg-white{
    background: #ffffff;
}
.single_slider:after {

    background: #22395e;

    opacity: 0.5;

}
.about_image{
    max-width: 40%;
}
.work_menu {

    background: #ffffff;
}
.video-section:after {

    width: 0%;
}
.video-section h2,.video-section p {
    color: #3a4368;
}
img.image{
    /*width: 25%;*/
    max-width: 100%;
    display: inline-block;
}
.work_menu li {
    display: inline-block;
    text-transform: uppercase;
    color: #969cb4;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}
.portfolio-item{
    min-height: 200px;
}
.portfolio-item .single-work {
    min-height: 150px;
    border: 1px solid #f2f2f2;
    padding: 0px;

}
.work-content p {
    margin-bottom: 0;
    font-size: 12px;
    color: #969cb4;
    letter-spacing: 1.1px;
    line-height: 1.2;
}
.page-header{
    padding: 140px 100px 50px;
}
.header-top {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #505361;
}
.sticky-header.stuck {
    padding: 15px 0px;
}
.header-hero h1 {
    font-size: 42px;
    font-weight: 900;
}
.header-hero h5 {
    color: #f2f2f2;

}
.header-top p {
    color: #ffffff;
    margin-bottom: 0;
}
.single-contact-info p {
    margin-top: 20px;
    line-height: 24px;
    font-weight: 500;
    min-height: 100px;
}
.section-title h2:after{
    width: 0px;
    height: 0px;
}
.marker{
    z-index: 999;
    position: absolute;

}
.marker .tooltip{
    position: absolute;
    padding: 5px 10px;
    border-radius: 5px;
    background:#cd4d30;
    color:#FFFFFF;
    display: none;
    opacity: 1;
    min-width: 100px;
    text-align: center;
    top: -30px;
    left: -50px;

}
.marker:hover .tooltip{
    display: block;
}
.marker .pulse
{
    border:#cc4d2f!important;
}
.marker .dot{
    border:#cd4d30;
}
#Map-container{
    position: relative;
}
.single-contact-info {
    border: 0px solid #213B61;
    border-bottom: 2px solid #213B61;
    padding: 50px 0px;
    font-size: 18px;
    border-radius: 4px;
    margin-bottom: 30px;
    color: #213B61;
}
.single-process, .single-process h3 {
    color: #fff;
    margin-bottom: 100px;
}
#mk-1{
    top: 40%;
    right: 53%;
}
#mk-11{
    top: 43.5%;
    right: 48%;
}
#mk-2{
    top: 50%;
    right: 43%;
}
#mk-3{
    top: 55%;
    right: 37%;
}
#mk-4{
    top: 54%;
    right: 45%;
}
img.pattern{
   margin-right: -70px;

    float: right;
    width: 60%;
}
.video-sec-content{
    z-index: 999;
    position: relative;
}
.video-section .vid-img:after {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background-color: #cd4d30;
    right: -30px;
    bottom: -30px;
    z-index: -1;
}
.blog-area img.pattern {
    margin-right: 10px;
    float: left;
    width: 40%;
}

.accordion-container {
    margin-top: 20px;
}
.post-header--single .page-header{
    position: relative;
}

.post-header--single .page-header .header-hero:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    /*z-index: -1;*/
}
.post-header--single  .contenet-hero h1{
    color: #fff;
}

/*.pot-75 {*/
    /*position: relative;*/
    /*top: 75px;*/
/*}*/
/*.pot-t5 {*/
    /*position: relative;*/
    /*top: -20px;*/
/*}*/
/*.pot-165 {*/
    /*position: relative;*/
    /*top: -60px;*/
/*}*/
/*.pot-135 {*/
    /*position: relative;*/
    /*top: -35px;*/
/*}*/
.work-content {
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 20px;
    transition: .5s;
    transform: translateY(150%);
}
@media screen and (min-width: 1400px) {
    .container2{
        max-width: 1366px;
        margin: 0 auto;
    }

}
@media screen and (max-width: 600px) {
    .about_image {
        display: block!important;
        position: relative!important;
        right: 0!important;
        width: 90% !important;
    }
    #working-process  .single-process {
       top: 5px!important;
    }
    img.pattern {
        margin-right: 0px;
        float: none;
        width: 60%;
    }

}