* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/**************########## common CSS #########***************/
body {
    font-family: 'Playfair Display', serif;
}

.h1 {
    font-size: 75px;
}

.h2 {
    font-size: 45px;
}

.h3 {
    font-size: 35px;
}

.h4 {
    font-size: 20px;
}

.h5 {
    font-size: 15px;
}

.cl-light {
    color: #738ea5;
}

.color_wt {
    color: #fff;
}

.color_grey {
    color: #86a0b6;
}

.cl-text {
    color: #002642;
}

.main_head {
    position: relative;
}

.main_head::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: #8b9eb3;
    top: 80%;
    left: 37%;
}

.main_head::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: #8b9eb3;
    top: 80%;
    right: 37%;
}

    {}

.btn-grey a {
    background: #e6edf3;
    padding: 16px 45px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}

.btn-grey a::before {
    position: absolute;
    content: "";
    border: 1px solid #86a0b6;
    width: 100%;
    height: 50px;
    top: 13px;
    left: 8px;
    z-index: -1;
}

.btn-grey a:hover {
    background: #9babbf;
    color: #fff;

}

.btn-grey a:hover::before {
    border-color: #86a0b6;
}


.btn-wht a {
    background: #fff;
    padding: 16px 45px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
}

.btn-wht a::before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 100%;
    height: 50px;
    top: 13px;
    left: 8px;
    z-index: -1;
}

.btn-wht a:hover {
    background: #86a0b6;
    color: #fff;

}

.btn-wht a:hover::before {
    border-color: #86a0b6;
}

.btn_green a {
    background: #86a0b6;
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    transition: 0.3s;
}

.btn_green a:hover {
    background: #e6edf3;
    color: #000;
}

/********* top bar header *********/
#header .social-icon {
    justify-content: end;
}

#header .top_bar .contact_info .cont_icon li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

header .navbar-toggler {
    background: #5880a2;
}


header .navbar-toggler span {
    opacity: 1;
    color: #fff;
    transform: rotate(90deg);
    display: inline-block;
    font-weight: bold;
    position: relative;
    left: 2px;
}

.contact_info .cont_icon li {
    padding-right: 15px;
    color: #fff;
    font-family: arial;
}

.top_bar {
    background: #86a0b6;
    padding: 10px 0;
}

.contact_info .cont_icon li a {
    color: #fff;
    text-decoration: none;
}

.top_bar .col_info_two .social-icon li .fa {
    color: #fff;
    padding-right: 30px;
    font-size: 18px;
}

.top_bar .col_info_two .social-icon li .fa:hover {
    color: #222324;
    transition: 0.3s;
}

.contact_info .cont_icon li .fa {
    margin-right: 2px;
}

.header_wrap .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    padding-right: 20px;
}

.header_wrap .navbar-light .navbar-nav .nav-link:hover {
    color: #86a0b6;
    font-weight: 500;
}

.right_menu li a .fa {
    background: #86a0b6;
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
}

/**************########## BAnner Slider #########***************/
.banner .img_wrap {
    height: 700px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.slider_wrap .slider_items .img_wrap img {
    width: 100%;
    height: auto;
    min-height: 900px;
    max-width: 1150px;
    margin: 0 auto;
}

.banner {
    padding: 2rem 0;
}

.text-head {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.text-head:after {
    position: absolute;
    content: "";
    background: url(../images/shape.png)no-repeat scroll center / 56px;
    top: 0;
    width: 56px;
    height: 100%;
    left: -46px;
    z-index: 2;
}

.text-head::before {
    content: "";
    position: absolute;
    background: url(../images/shape2.png)no-repeat scroll center / 56px;
    width: 56px;
    height: 100%;
    right: -45px;
    z-index: 3;
}

.text-head .text {
    position: relative;
    padding: 5rem;
    z-index: 2;
    text-align: center;
}

.text-head .img-wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #666;
    opacity: 0.3;
    z-index: -1;
}

.banner .btn-wht a {
    background: #fff;
    padding: 16px 45px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
}

.banner .btn-wht a::before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 100%;
    height: 50px;
    top: 13px;
    left: 8px;
    z-index: -1;
}

.banner .btn-wht a:hover {
    background: #86a0b6;
    color: #fff;

}

.banner .btn-wht a:hover::before {
    border-color: #86a0b6;
}


/**************########## service banner icons #########***************/
.banner_icons {
    padding: 1rem 0;
}

.banner_icons .slider_item .img-wrap {
    display: flex;
    justify-content: center;
}

/**************########## BAnner Slider #########***************/

.bx-content .icon img {
    width: 40px;
    filter: invert(75%) sepia(6%) saturate(1440%) hue-rotate(164deg) brightness(84%) contrast(86%);
    position: relative;
}

.slick-arrow {
    display: none !important;
}

.slider_item.one {
    background: url(../images/image.jpg)no-repeat scroll center / cover;
    height: 360px;
    width: 350px;
}

.services .slider_item {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 30px;
    border: 7px solid #e0e3e6;
}

.slider_item.two {
    background: url(../images/foto.webp)no-repeat scroll center / cover;
    height: 360px;
    width: 350px;
}

.slider_item.three {
    background: url(../images/guest.webp)no-repeat scroll center / cover;
    height: 360px;
    width: 350px;
}

.slider_item.four {
    background: url(../images/ceromy.webp)no-repeat scroll center / cover;
    height: 360px;
    width: 350px;
}

.slider_item.five {
    background: url(../images/list.webp)no-repeat scroll center / cover;
    height: 360px;
    width: 350px;
}

.slider_item.six {
    background: url(../images/dining.webp)no-repeat scroll center / cover;
    height: 360px;
    width: 350px;
}

.bx-content {
    background: #f9f6f6;
    opacity: 0.8;
    width: 241px;
    margin: 6rem auto;
    border-radius: 5px;
    height: 160px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bx-content .name h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.bx-content .icon {
    position: relative;
}

.bx-content .icon::before {
    content: "";
    position: absolute;
    background: #86a0b6;
    height: 2px;
    width: 30px;
    left: -94%;
    top: 50%;
}

.bx-content .icon::after {
    content: "";
    position: absolute;
    background: #86a0b6;
    height: 2px;
    width: 30px;
    right: -90%;
    top: 50%;
}

/**************########## video_part #########***************/
.video_part .content_wrap {
    text-align: center;
    background: #e0e3e6;
    padding: 5rem 0 17rem 0;
    height: 600px;
}

.video_part .content_wrap {
    text-align: center;
}

.video_img_wrap {
    max-width: 1000px;
    margin: -300px auto 0 auto;
    height: 450px;
    border: 5px solid #d0d6db;
    margin-bottom: 4rem;
    position: relative;
}

.video_img_wrap img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #d0d6db;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #8ea1b9;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

/**************########## portfolio #########***************/

.portfolio .grid_box img {
    width: 100%;
    margin-bottom: 25px;
    object-fit: cover;
    height: 100%;
}

.portfolio .grid_box {
    position: relative;
    height: 300px;
}

.grid_hover_cont {
    position: absolute;
    top: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.grid_hover_cont a {
    text-decoration: none;
    color: #002642;
}

.grid_hover_cont span {
    color: #000;
}

.portfolio .grid_box:hover:before {
    content: "";
    transform: scale(1);
}

.portfolio .grid_box:before {
    position: absolute;
    content: "";
    left: 0;
    background: #fff;
    opacity: 0.8;
    margin: 10px;
    bottom: 0;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: 0.3s;
}

.grid_box:hover .grid_hover_cont {
    visibility: visible;
    opacity: 1;
}

.img-bx img {
    border-radius: 50%;
    border: 3px solid #8a8a8a;
}

/************* Testimonial ********************/
.Testimonial {
    margin: 5rem 0;
}

.test_wrap .test_head h2 {
    position: relative;
}

.test_wrap .test_head h2::before {
    position: absolute;
    content: "";
    background: #8e8e8d;
    width: 100px;
    height: 1px;
    top: 75px;
    right: 68%;
    bottom: 0;
    /* left: 0; */
}

.test_head img {
    width: 50px;
    height: 50px;
    filter: invert(60%) sepia(1%) saturate(895%) hue-rotate(62deg) brightness(91%) contrast(93%);
}

.slider_item p {
    line-height: 1.9;
    font-size: 17px;
    font-weight: 500;
}

.Testimonial .test_wrap {
    padding: 5rem 3rem;
    background: #edf3f8;
}

.test_wrap .test_img_wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    max-width: 330px;
    padding-top: 50px;
}

.test_wrap .test_img_wrap {
    position: relative;
}

.test_wrap .test_img_wrap::before {
    position: absolute;
    content: "";
    background: url(../images/shape.webp)no-repeat scroll center / 400px;
    width: 400px;
    height: 382px;
    left: -33px;
    top: 5px;
    z-index: 1;
}

.test_wrap .slider_shape {
    position: relative;
}

.test_wrap .slider_shape::after {
    position: absolute;
    content: "";
    background: url(../images/slider.webp)no-repeat scroll center / 210px;
    width: 210px;
    height: 379px;
    right: 0;
    top: 0;
    z-index: 1;
}

/************* cta ********************/

.cta_wrap {
    background: url(../images/bg.jpg)no-repeat scroll center / cover;
    padding: 8rem 0;
    height: 100%;
    min-height: 500px;
    position: relative;
    z-index: 1;
}

.cta_wrap:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #002642;
    opacity: 0.3;
    z-index: -1;
}

/******************* packages **************************/

.packages {
    margin: 5rem 0 3rem 0;
}

.pricing-grid {
    background: transparent;
    box-shadow: 0px 0 15px 5px #f9f9f9;
    margin-bottom: 2rem;
    transition: 0.3s;
}

.pricing-grid-head {
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}

.pr_grid_img img {
    border-radius: 50%;
    height: 175px;
    width: 175px;
    border: 14px solid #fff;
    box-shadow: 0px 0 16px 10px #f4f1f1;
    margin: -65px 0 0 0;
    transition: 0.3s;
}

.pricing-grid :hover .pr_grid_img img {
    transform: scale(0.9);
}

.pr_grid_price h1 {
    font-weight: 600;
    font-size: 45px;
}

.pricing-grid-content {
    text-align: center;
    padding: 2rem 0 10px 0;
    line-height: 2.5;
}

.price-grid-btn a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    transition: 0.3s;
}

.price-grid-btn a:hover {
    color: #fff;
    background: #7f98ad;
    padding: 15px 25px;
}

.pr_grid_img {
    position: relative;
}

.pricing-grid :hover .pr_grid_img img {
    transform: scale(0.9);
}

.quote-bg {
    background: url(../images/quote-bg.jpg)no-repeat scroll center / cover;
    padding: 5rem;
}

.desines {
    padding: 7rem 0 5rem 0;
}

.desin-wrap {
    position: relative;
}

.desin-wrap .bg-img img {
    padding: 15px;
}

.desin-wrap .bg-img.overlay {
    transform: rotate(12deg);
}

.desin-wrap .bg_wrap {
    position: absolute;
    left: 0;
    right: 0;
}

.desin-wrap .bg-img {
    width: 100%;
    max-width: 430px;
    max-height: 550px;
    background: #86a0b6;
    border: 15px solid #fff;
    box-shadow: 0px 0px 9px 0px #f0f0f0;
    position: relative;
}


.team_member .img-wrp img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    transition: 0.3s;
}

.team_member .team-wrap {
    text-align: center;
    position: relative;
}

.team_member .img-wrp::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    top: 10px;
    left: 30px;
    z-index: 1;
}

.team_member .team-wrap:hover .img-wrp img {
    transition: all 0.3s;
    transform: scale(1.1);
    overflow: hidden;
}

.team_member .team-wrap .img-wrp {
    width: 100%;
    height: auto;
    border-radius: 50%;
    max-width: 220px;
    max-height: 220px;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.3s;
}

.team_member .team-wrap .social-icon ul li .fa {
    margin-right: 17px;
    background: #dcdedd;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/************** Form ******************/
.form_wrap {
    max-width: 675px;
    width: 100%;
    margin: 0 auto;
    border: 25px solid #86a0b6;
    padding: 5rem 3rem;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #7b9aab;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #7b9aab;
}

::placeholder {
    color: #7b9aab;
}

.form .form_field select {
    font-weight: normal;
}

.form .form_field input,
select {
    width: 100%;
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    background: none;
    padding: 0px 0 15px 15px;
    font-size: 15px;
    color: #7b9aab;
    font-weight: 600;
}

.form input:focus-visible {
    outline: 0;
}

.form_border::before {
    position: absolute;
    content: "";
    background: url(../images/form-vector.webp)no-repeat scroll center / cover;
    right: -43%;
    bottom: 50%;
    top: 0;
    z-index: -1;
    width: 323px;
    height: 560px;
}

.btn-grey a {
    background: #e6edf3;
    padding: 16px 45px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}

.form_border {
    max-width: 702px;
    width: 100%;
    margin: 0 auto;
    border: 15px solid #fff;
    box-shadow: 0px 0px 9px 0px #f0f0f0;
    position: relative;
    background: #fff;
}

.form_fields {
    position: relative;
}

.form_fields input {
    background: #e6edf3;
    padding: 16px 45px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    transition: 0.3s;
    border: none;
}

.form_btn {
    position: relative;
    max-width: 188px;
    margin: 0 auto;
    z-index: 1;
}

.form_btn::before {
    position: absolute;
    content: "";
    border: 1px solid #86a0b6;
    width: 100%;
    height: 54px;
    top: 10px;
    z-index: -1;
    right: -10px;
}

.form_fields input:hover {
    background: #9babbf;
    color: #fff;

}

.form_fields input hover::before {
    border-color: #86a0b6;
}

.form-section {
    margin: 6rem 0;
    overflow: hidden;
}

/************** Blog ******************/

.blog .blog_wrap .blog-img {
    width: 100%;
    border: 15px solid #87a1b7;
    box-shadow: 0px 0px 9px 0px #f0f0f0;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.blog .blog_wrap .blog-img img {
    width: 100%;
    transition: 0.3s;
    height: 100%;
    object-fit: cover;
}

.blog_wrap:hover .blog-img img {
    position: relative;
    transition: 0.3s;
    transform: scale(1.1);
    overflow: hidden;
}

.blog_wrap .blog-img {
    overflow: hidden;
}

.blog .border_box {
    border: 15px solid #fff;
    box-shadow: 0px 0px 9px 0px #f0f0f0;
}

.blog_wrap .name-date p {
    font-size: 13px;
}

/******** Footer ***********/

.footer_wrap .cmn-box-wrap .content p,
ul a {
    font-size: 18px;
    text-decoration: none;
}

.footer_wrap .cmn-box-wrap .content ul li a {
    line-height: 40px;
    color: #000;
}

.footer .social-icon ul li {
    padding-right: 15px;
}

.footer .social-icon ul li a .fa {
    color: #000;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon ul li .fa:hover {
    background: #000 !important;
    color: #fff !important;
    transition: 0.3s;
}

.footer_wrap .cmn-box-wrap .content ul li img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    padding: 3px;
}

.footer_wrap .cmn-box-wrap .content p {
    font-size: 17px;
    color: #000;
    line-height: 1.8;
}

.copyright p {
    font-size: 16px;
    padding: 15px 0;
    color: #000;
    margin: 0;
}

.footer {
    padding: 5rem 0 0 0;
}

.footer_wrap {
    background: #edf3f8;
    padding: 5rem 2rem;
}

.footer_wrap .cmn-box-wrap .content {
    margin-top: 2rem;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 12px;
    background-color: #edf3f8;
    color: #5880a2;
    cursor: pointer;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 1px solid #5880a2;
}

#myBtn:hover {
    background-color: #fff;
}

@media(max-width:1199px) {
    .test_wrap .test_img_wrap img {
        max-width: 314px;
        position: relative;
        left: -7px;
        top: 12px;
    }

    .test_wrap .test_img_wrap::before {

        width: 400px;
        height: 382px;
        left: -45px;
        top: 5px;
        z-index: 1;
    }

    .team_member .img-wrp::before {
        left: 9px;

    }

    .team_member .team-wrap .social-icon ul li .fa {
        margin-right: 10px;

    }

    .blog {
        padding: 0 !important;
    }
}

@media(max-width:991px) {

    .footer {
        padding: 5rem 0 0 0;
        background: #edf3f8;
    }

    .footer_wrap {
        background: none;

    }

    .top_bar {
        display: none;
    }

    .text-head .img-wrap::before {
        max-width: 600px;
        left: 7%;
        right: 7%;
    }

    .text-head::before {
        right: -70px;
        z-index: 3;
    }

    .text-head::after {
        left: -70px;
        z-index: 2;
    }

    .video_img_wrap {
        max-width: 600px;
        margin: -310px auto 0 auto;
        height: 370px;

    }

    .portfolio {
        margin-top: 5rem;
    }

    .test_wrap .test_img_wrap::before {
        width: 400px;
        height: 382px;
        left: 22%;
        top: -35px;
        z-index: 1;
    }

    .test_wrap .test_img_wrap img {
        max-width: 314px;
        position: relative;
        left: 29%;
        top: -30px;
    }

    .pricing-grid {

        max-width: 500px;
        margin: 20px auto;
    }

    .desines .content_wrap {
        padding: 0 0 0 3rem;
    }

    .desines .btn-grey {
        padding-left: 3rem;
    }

    .h3 {
        font-size: 25px
    }

    .team_member .img-wrp::before {
        left: 20%;
    }

    .blog .container {
        max-width: 95%;
    }

    .footer .cmn-box-wrap {
        text-align: left !important;
    }

}

@media(max-width:767px) {
    .top_bar {

        display: none;
        opacity: 0;
    }

    .h2 {
        font-size: 38px;
    }

    .portfolio .grid_box {
        margin-bottom: 25px;
    }

    .test_wrap .test_img_wrap {
        display: none;
        opacity: 0;
    }

    .test_wrap .test_head h2::before {
        top: 75px;
        right: 50%;
        bottom: 0;

    }

    .desin-wrap {
        position: relative;
        justify-content: center;
    }

    .desines .content_wrap {
        padding: 3rem 0 0 0;
        text-align: center;
    }

    .desines .btn-grey {
        padding: 0px !important;
        text-align: center;
    }

    .desines {
        padding: 7rem 0 3rem 0;
    }

    .team_member .img-wrp::before {
        left: 31%;
    }

    .form_border::before {
        right: -29%;
        bottom: 50%;
        top: 100px;

    }

    .blog .blog_wrap {
        max-width: 500px;
        margin: 0 auto;
        padding-bottom: 3rem;
    }

    .footer {
        padding: 0rem 0 0 0;
    }


}

@media(max-width:575px) {
    .desin-wrap .bg-img {
        max-width: 300px;
        max-height: 500px;
    }

    .test_wrap .slider_shape::after {
        position: absolute;
        content: "";
        background: url(../images/slider.webp)no-repeat scroll center / 203px;
        width: 203px;
        height: 379px;
        right: -30px;
        top: 0;
        z-index: 1;
    }

    .desin-wrap .bg-img.overlay {
        transform: rotate(12deg);
        left: 60px;
    }

    .desines .content_wrap {
        padding: 3rem 0 0 1rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .desines .btn-grey {
        padding-left: 3rem;
        text-align: center;
    }

    .team_member .img-wrp::before {
        left: 32%;
    }

    #myBtn {
        top: 220px;
    }

    .h2 {
        font-size: 30px;
    }

    @media(max-width:430px) {
        .team_member .img-wrp::before {
            left: 25%;
        }

        .test_wrap .test_head h2::before {

            right: 35%;

        }

        .desin-wrap .bg-img.overlay {
            transform: rotate(6deg);
            left: 40px;
        }
    }

    @media(max-width:360px) {
        .team_member .img-wrp::before {
            left: 20%;
        }

        .h3 {
            font-size: 18px;
        }
    }

}