body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: .02em;
}

html {
    scroll-behavior: smooth;
}

/* .container-fluid {
    width: 95%;
    margin: auto;
} *

/*---------------------------------- services_header_section -----------------------------*/
.services_header_section{
    background-image: url(../img/services.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 ;
    @media screen and (min-width:1280px) {
        padding: 130px 0;
    }
    @media screen and (min-width:1440px) {
        padding: 150px 0;
    }
}
.services_header_section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}

.services_header_section .services_header h2{
    font-size: 40px;
    font-weight: bold !important;
    font-family: 'Libre Baskerville', serif;
    color: #274c5b;
    margin: 20px 0;
    @media screen and (min-width:1280px) {
        font-size: 45px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}

/*-------------------------------- services_section ---------------------------------*/
.services_section{
    padding: 100px 0;
    @media screen and (min-width:1280px) {
        padding: 120px 0;
    }
    @media screen and (min-width:1440px) {
        padding: 140px 0;
    }
}
.services_section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}

.services_section .services_heaging p{
    font-style: italic;
    margin-bottom: 0;
    font-size: 30px;
    font-family: 'Pacifico', cursive;
    color: #7eb693;
    margin-bottom: 10px;
    @media screen and (min-width:1280px) {
        font-size: 35px;
    }
}
.services_section .services_heaging h2{
    font-family: 'Libre Baskerville', serif;    
    font-size: 35px;
    font-weight: 900 !important;
    color: #274c5b;
    margin-bottom: 20px;
    @media screen and (min-width:1280px) {
        font-size: 45px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}
.services_section .servicees{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-row-gap: 30px ;
    grid-column-gap: 30px;
}
.services_section .servicees .services_info_details h4{
    font-size: 25px;
    color: #274c5b;
    font-family: 'Kanit', sans-serif;
    font-weight: 600 !important;
    margin: 10px 0;
    @media screen and (min-width: 1280px) {
        font-size: 28px;
    }
}
.services_section .servicees .services_info_details p{
    font-size: 18px;
    color: #525c60;
    margin-bottom: 16px;    
    @media screen and (min-width:1280px) {
        font-size: 18px;
    }
}
.services_section .servicees .services_details_img img{
    max-width: 100%;
    vertical-align: middle;
}
.services_section .services_btn .btn1{
    padding: 24px 75px 24px 30px;
    font-size: 1.3rem;
    font-family: 'Kanit', sans-serif;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #274c5b;
    color: #274c5b;    
    border-radius: 15px;
    background-image: url(../img/right_ico.svg);
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: auto;
    transition: all .4s;
    @media screen and (max-width: 992px) {
        padding: 24px 75px 24px 30px;
    }
    @media screen and (max-width: 576px) {
        padding: 14px 50px 14px 20px;
        font-size: 1rem;
        background-position: 87%;
    }
}
.services_section .services_btn .btn1:hover{
    background-color: #274c5b;
    color: #fff;
    background-position: 83%;
    @media screen and (max-width: 576px) {
        background-position: 88%;
    }
}

/*------------------------------------------- services_video_section -----------------------------*/
.services_video_section{
    padding-top: 100px;
    padding-bottom: 140px;
    background-image: url(../img/services_2.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    @media screen and (min-width:1280px) {
        padding-top: 130px;
        padding-bottom: 300px;
    }
    @media screen and (min-width:1440px) {
        padding-top: 130px;
        padding-bottom: 350px;
    }
    @media screen and (max-width:992px) {
        padding-bottom: 110px;
    }
    @media screen and (max-width:768px) {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}
.services_video_section .container-fluid{
    width: 95%;
    margin: auto;
    @media screen and (min-width:1920px) {
        width: 70%;
    }
}

.services_video_section .services_video_details{
    margin-bottom: 50px;
}
.services_video_section .services_video_details p:first-child{
    font-style: italic;
    margin-bottom: 0;
    font-size: 30px;
    font-family: 'Pacifico', cursive;
    color: #7eb693;
    margin-bottom: 10px;
    @media screen and (min-width:1280px) {
        font-size: 35px;
    }
}
.services_video_section .services_video_details h2{
    font-family: 'Libre Baskerville', serif;    
    font-size: 35px;
    font-weight: 900 !important;
    color: #274c5b;
    margin-bottom: 20px;
    @media screen and (min-width:1280px) {
        font-size: 45px;
    }
    @media screen and (max-width:480px) {
        font-size: 30px;
    }
}
.services_video_section .services_video_details p{
    font-family: 'Libre Baskerville', serif;    
    font-size: 18px;
    color: #525c60;
    margin-bottom: 16px;    
    @media screen and (min-width:1280px) {
        font-size: 18px;
    }
}
.services_video_section .services_video{
    display: flex;
    justify-content: center;
    align-items: center;
}
.services_video_section .services_video .services_video_img{
    background-color: #7eb693;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: all .4s;
    cursor: pointer;
}
.services_video_section .services_video .services_video_img:hover{
    background-color: #274c5b;
}