/* h2,p,span,a{
    font-family: Raleway;
    text-align: justify;
} */
/*#region  **** banner-section in slider  ****/

.home-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #54545478;
    z-index: 0;
}

.home-container {
    z-index: 1;
    /* position: relative; */
}

.carousel-img-1 {
    background-image: url("../images/slider/img-1.png");
}

.carousel-img-2 {
    background-image: url("../images/slider/img-2.png");
}

.carousel-img-3 {
    background-image: url("../images/slider/img-3.png");
}

.carousel-img-1,
.carousel-img-2,
.carousel-img-3 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px !important;
}

.carousel-caption-1 {
    top: 6%;
}

.carousel-caption-1 p {
    font-size: 22px;
    font-style: italic;
    color: white;
}

.carousel-caption-1 h2 {
    font-size: 30px;
    font-family: Raleway;
    color: #ffffff;
}

.text-carousel-1 {
    color: #fbc325 !important;
    /* margin-top: -11px; */
    font-family: Raleway;
}

.carousel-caption-2 {
    top: 8%;
    text-align: right;
}

.carousel-caption-2 h2 {
    font-family: Raleway;
    color: #fbc325;
}

.carousel-caption-3 {
    top: 8%;
    text-align: left;
}

.carousel-caption-3 h2 {
    font-size: 30px;
    font-family: Raleway;
    color: #ffffff;
}

.text-carousel-3 {
    color: #fbc325 !important;
    margin-top: -11px;
    font-family: Raleway;
}

/* #arousel-caption-3 h2 {} */

.banner-section {
    padding: 20px 0;
    background: #223366;
    text-align: center;
}

.btn {
    border-radius: 25px;
    background-color: DodgerBlue;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    margin-top: -5px;
}

.btn:hover {
    color: #123941;
    background-color: #fbc325;
}

.banner-section span {
    color: #fbc325;
    font-size: 20px;
    cursor: pointer;
}

/*#endregion  **** banner-section in slider  ****/

/*#region  **** services  ****/

.services {
    padding: 70px 0 35px;
}

.service-control {
    margin-bottom: 30px;
    padding-bottom: 25px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border: 1px solid rgb(239, 239, 239);
}

.services .service-control:hover {
    padding-bottom: 0;
}

.services-img-quality {
    background-image: url("../images/services/quality.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    height: 200px;
}

.services-img-ExcellentService {
    background-image: url("../images/services/ExcellentService.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    height: 200px;
}

.services-img-experience {
    background-image: url("../images/services/experience.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    height: 200px;
}

.services h2 {
    color: #333333;
    font-size: 15px;
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 700;
    margin: 0 0 15px;
}

.services a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 25px 30px;
    color: #333333;
    margin-bottom: -25px;
}

.services .service-control:hover .service-content h2 a {
    padding-bottom: 25px;
    background: #fbc325;
    color: #ffffff;
    margin-bottom: 0;
}

.services p {
    padding: 0 30px;
    font-size: 14px;
    color: #666666;
    /* font-family: 'Lato', sans-serif; */
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: justify;
}

/*#endregion  **** services  ****/

/*#region  **** features  ****/

.features {
    padding: 70px 0;
    background: #f4f6f7 url("../images/features/featuresImage.png") bottom right no-repeat;
}

.features-title {
    text-align: center;
}

.box-header {
    text-align: center;
    font-size: 29px;
    line-height: 40px;
    text-transform: uppercase;
}

.box-header::after {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: block;
    content: "";
    background: #F4BC16;
    height: 2px;
}

.box-header-content {
    text-align: center;
    margin: 20px 0px 60px;
    font-size: 14px;
    color: #666666;
    /* font-family: 'Lato', sans-serif; */
    font-weight: 400;
    line-height: 24px;
}

.features a {
    position: relative;
    padding: 0 10px 0px 75px;
    display: block;
    cursor: pointer;
    border: 1px solid;
    border-right: none;
    height: 180px;
    margin-bottom: 40px;
    border-color: #fff;
    color: #161029;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background: #fff;
    display: flex;
    align-items: center;
    align-content: center;
}

.features a:hover {
    color: #F4BC16;
    border: 1px solid #F4BC16;
    text-decoration: none;
}

.content-icon-span {
    text-align: center;
    padding-top: 15px;
    width: 70px;
    height: 70px;
    position: absolute;
    left: -10px;
    top: 45px;
    display: block;
    border: 1px solid #dadada;
    background: #fff;
    color: #236;
    border-radius: 100px;
}


.features a:hover span {
    background: #F4BC16;
    border-right: none;
    color: #fff;
}

.content-icon-p {
    font-size: 14px;
    color: #666666;
    /* font-family: 'Lato', sans-serif; */
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: justify;
}


/*#endregion  **** features  ****/

/*#region  **** workflow  ****/
.workflow-title {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    text-align: center;
}

.workflow-title h2 {
    margin-bottom: 10px;
    /* font-family: Open Sans, Helvetica, Arial, sans-serif; */
    color: #666666;
    font-weight: 300;
    font-variant-ligatures: common-ligatures;
    font-size: 30px;
    /* line-height: 1.36363636em; */
}

.workflow-title p {
    /* font-family: Open Sans, Helvetica, Arial, sans-serif; */
    font-weight: 400;
    color: #808080;
    font-size: 17px;
    line-height: 28px;
}

.workflow-paragraph-1 img {
    max-width: 100%;
    height: unset;
    margin-top: 60px;
}

.workflow-paragraph-1 h2 {
    margin-bottom: 10px;
    /* font-family: Open Sans, Helvetica, Arial, sans-serif; */
    color: #666666;
    font-weight: 300;
    font-variant-ligatures: common-ligatures;
    font-size: 26px;
    /* line-height: 1.36363636em; */
}

.workflow-paragraph-1 p {
    /* font-family: Open Sans, Helvetica, Arial, sans-serif; */
    font-weight: 400;
    color: #808080;
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
}

.workflow-paragraph-2 img {
    max-width: 100%;
    height: unset;
    /* margin-top: 60px; */
}

.workflow-paragraph-2 h2 {
    margin-bottom: 10px;
    /* font-family: Open Sans, Helvetica, Arial, sans-serif; */
    color: #666666;
    font-weight: 300;
    font-variant-ligatures: common-ligatures;
    font-size: 26px;
    /* line-height: 1.36363636em; */
}

.workflow-paragraph-2 p {
    /* font-family: Open Sans, Helvetica, Arial, sans-serif; */
    font-weight: 400;
    color: #808080;
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
}

/*#endregion*/

/*#region  **** video  ****/
.content {
    background: #f4f6f7;
    padding: 100px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.build-text {
    background: #142440;
    padding: 40px;
    float: left;
    /* max-height: 580px; */
    margin-top: 48px;
    z-index: 99;
    top: -25px;
}

.content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 8px;
    /* margin-bottom: 30px; */
}

.content h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: block;
    padding-left: 30px;
    padding-bottom: 0px;
}

.content p {
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    padding-left: 40px;
    margin-bottom: 30px;
    text-align: justify;
}

.content span {
    color: #fff;
    display: block;
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative;
}

.content h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #34ccff;

}

.process-ol {
    list-style: none;
    position: relative;
}

.process-number {
    float: left;
    width: 15%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #4a90e2;
    background: #fff;
    text-align: center;
    margin-left: -12px;
    margin-right: 15px;
}

.process-number-last-li {
    float: left;
    width: 15%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #4a90e2;
    background: #fff;
    text-align: center;
    margin-left: -12px;
    margin-right: 15px;
}

.process-number-last-li span {
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #4a90e2;
    display: block;
    padding-left: 0px;
    top: 5px;
}

.process-number span {
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #4a90e2;
    display: block;
    padding-left: 0px;
    top: 5px;
    display: block;
    /* padding-bottom: 9px; */
}

.process-number:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    left: 5px;
    top: 36px;
    border-left: 1px dashed #ddd;
}

.process-ol li {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.build-vedio {
    padding-left: 0;
    margin-left: -60px;
}

.img-holder {
    position: relative;
}

.build-vedio img {
    max-width: 100%;
    border: 4px solid #34ccff;
    height: 600px;
}

.build-vedio-img {
    background-image: url("../images/video/warehouse-painting.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    height: 600px;
    border: 6px solid #34ccff;
}

/* .social-1st2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 999;
}

.social-1st2 ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
} */

/*#endregion*/

/*#region  **** recomndation  ****/


.feeling-img {
    width: 100%;
    height: unset;
}

.home-reomendation {
    /* font-family: 'Merriweather', serif; */
    font-style: italic;
    font-weight: 300;
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
    display: flex;
    height: 320px;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

/*#endregion*/

/*#region  **** responsive  ****/
@media (max-width: 500px) {

    .build-text {
        padding: 10px;
    }

    .content h2 {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .icon:first-child {
        padding-right: 50px;
    }

}

@media (max-width: 991px) {
    .icon:last-child {
        padding-right: 7px;
    }

    .img-holder {
        height: 400px !important;
    }

    .build-vedio {
        text-align: center;
        margin: 0;
    }
}

@media (max-width: 610px) {
    .build-vedio {
        margin-left: 14px;
    }

    .img-holder {
        height: 300px !important;
    }
}


@media (max-width: 767px) {
    .workflow-paragraph-1 img {
        margin-top: 0;
    }

    .carousel-caption-1 {
        top: 0%;
    }

    .carousel-caption-1 p {
        font-size: 18px;
    }

    .carousel-caption-1 h2 {
        font-size: 18px;
    }

    .carousel-caption-2 h2,
    .carousel-caption-3 h2 {
        font-size: 20px;
    }



    .carousel-img-1,
    .carousel-img-2,
    .carousel-img-3 {
        height: 300px !important;
    }

    .banner-section span {
        font-size: 16px;
    }

    .flex-row {
        margin-bottom: -104px;
    }

    .banner-section span {
        font-size: 16px;
    }

    .btn {
        padding: 9px 9px;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .flex-row {
        display: flex;
    }
}

@media (max-width: 1197px) and (min-width: 992px) {
    .build-text {
        margin-top: 0px;
        padding: 22px;
        top: 0;
    }
}

@media (max-width: 1197px) and (min-width: 992px) {
    .build-vedio {
        padding-left: 30px;
        margin-left: 0;
    }
}

@media (max-width: 897px) {
    .carousel-caption-1 {
        top: 0%;
    }

    .carousel-caption-1 p {
        font-size: 20px;
    }

    .carousel-caption-1 h2 {
        font-size: 20px;
    }
}

@media (max-width: 512px) {
    .carousel-caption-1 {
        top: 0%;
    }

    .carousel-caption-1 p {
        font-size: 16px;
    }

    .carousel-caption-1 h2 {
        font-size: 16px;
    }
}

@media (max-width:450px) {

    .carousel-img-1,
    .carousel-img-2,
    .carousel-img-3 {
        height: 250px !important;
    }

    .banner-section span {
        font-size: 14px;
    }
}

@media (max-width: 340px) {
    .banner-section span {
        font-size: 12px;
    }
}

/*#endregion  **** responsive  ****/