h1,
h2,
h3 {
    font-family: 'Playfair Display SC', serif;
}

.inr-pgs .container {
    width: 100%;
    max-width: 1650px;
}

/*SERVICES*/
.inner-bnr {
    width: 100%;
    height: 375px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.inr-bnr-content li,
.inr-bnr-content li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.inr-bnr-content li:last-child {
    color: #FFAF00;
}

.inr-bnr-content li {
    display: inline-block;
}

.inr-bnr-content li i {
    font-size: 14px;
    margin: 0 30px;
}

.inr-bnr-content {
    text-align: center;
    color: #fff;
    padding-top: 125px;
}

.inr-bnr-content h1,
.message h2 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}

.inr-bnr-content h1:before,
.message h2:before {
    position: absolute;
    content: 'services';
    font-weight: 900;
    font-size: 96px;
    line-height: 128px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    opacity: 0.2;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fbfbfba6;
    color: transparent;
    left: 0;
    right: 0;
    top: -38px;
}

.service-main {
    background: #fff;
    margin-top: -75px;
    position: relative;
    padding: 80px;
    text-align: center;
}

.service-main h2 {
    font-size: 52px;
    line-height: 70px;
    text-transform: capitalize;
    color: #202020;
    font-weight: 700;
}

.service-main p,
.popup-content p {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #3A3A3A;
    width: 100%;
    max-width: 1330px;
    margin: 20px auto 0;
}

.cate-find {
    float: right;
    width: 100%;
    max-width: 470px;
    height: 67px;
    position: relative;
}

.cate select {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #4D4D4D;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 25px;
    color: #333333;
    appearance: none;
}

.cate-find i {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    pointer-events: none;
}

.cate select:focus {
    outline: none;
}

.cate h3 {
    font-size: 42px;
    text-transform: capitalize;
    color: #202020;
    font-weight: 700;
}

.sr-img img {
    width: 100%;
   /* height: 375px;*/

}

.sr-img {
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
}

.sr-img span {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-size: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 400;
}

.white-popup-block {
    background: #FFF;
    padding: 5px;
    text-align: left;
    max-width: 850px;
    margin: 40px auto;
    position: relative;
}

.white-popup-block img {
    width: 100%;
}

.popup-content {
    padding: 15px;
    position: relative;
}

.mfp-close-btn-in .mfp-close {
    color: #000 !important;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    top: -20px;
    right: -20px;
}

.mfp-close-btn-in .mfp-close:hover {
    background: #ffaf00;
    color: #fff !important;
    transition: .2s all;
}

.mfp-close:active {
    top: -20px !important;
}

.popup-content h3 {
    font-size: 30px;
    font-weight: 700;
}

.popup-content p {
    text-align: left;
    line-height: 30px;
}

.popup-content button {
    width: 160px;
    display: block;
    text-align: center;
    height: 54px;
    line-height: 54px;
    border-radius: 10px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.popup-content span {
    color: #bebebe;
    font-size: 18px;
}

.popup-content span b {
    color: #ffaf00;
    font-size: 20px;
}

/*ABOUT US*/
.inr-bnr-content.abt-us h1:before {
    content: 'about';
}

.about .service-main {
    text-align: left;
}

.about .service-main p {
    margin-left: 0;
    text-align: left;
    max-width: 100%;
}

p.nest {
    width: 100%;
    max-width: 725px !important;
    margin-top: 0;
}

.about-img {
    width: 100%;
    max-width: 600px;
    height: 390px;
    position: relative; margin-bottom: 15px;
}

.about-img img {
    width: 100%;
    height: 100%;
    position: relative;
}

.about-img:before {
    position: absolute;
    content: '';
    left: 18px;
    top: -18px;
    height: 100%;
    width: 100%;
    background: #ffaf00;
}

.gap {
    margin-top: 50px;
}

/*CONTACT US*/
.inr-bnr-content.cont-us h1:before {
    content: 'contact';
}

ul.cont li {
    width: 100%;
    max-width: 435px;
    display: inline-block;
    vertical-align: top;
}

ul.cont {
    text-align: center;
    margin-bottom: 80px;
}

ul.cont li figure img {
    width: 72px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

ul.cont li figure {
    height: 175px;
    width: 175px;
    border: 10px solid #F0F0F0;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

ul.cont li h3 {
    font-size: 24px;
    line-height: 70px;
    text-transform: capitalize;
    color: #FFAF00;
    font-weight: 700;
}

ul.cont li p,
ul.cont li p a {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #303030;
    font-weight: 400;
}

.message {
    background: #F1F1F1;
    padding: 80px 0;
}

section.inr-pgs.message h2 {
    text-align: center;
    text-transform: capitalize;
}

.message h2:before {
    content: 'message';
    -webkit-text-stroke-color: #9d9b9b;
}

.message-main {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.msg-left {
    width: 47%;
    float: left;
}

.msg-right {
    width: 53%;
    float: right;
    position: relative;
}

.msg-right:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #C4C4C4;
}

.msg-left input,
.msg-left textarea {
    max-width: 665px;
    background: #FFFFFF;
    border: 1px solid #4D4D4D;
    box-sizing: border-box;
    border-radius: 16px;
    height: 80px;
    width: 100%;
    padding: 0 30px;
    margin-bottom: 25px;
}

.msg-left input:focus,
.msg-left textarea:focus {
    outline: none;
}

.msg-left textarea {
    height: 150px;
    padding-top: 20px;
}

.msg-left input::placeholder {
    color: #8D8D8D;
    font-size: 18px;
}

.msg-left input[type="submit"],
.popup-content button {
    background: #FFAF00;
    border-radius: 16px;
    width: 200px;
    height: 65px;
    border: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: .4s all;
}

.msg-left input[type="submit"]:hover,
.popup-content button:hover {
    background: #e3a41a;
}

.msg-right iframe {
    width: 100%;
    max-width: 680px;
    height: 520px;
    border-radius: 25px;
    border: 6px solid #fff;
    margin: 0 auto;
    display: block;
}

/*RESPONSIVE*/
@media only screen and (max-width:1500px) {
    .inr-pgs .container {
        max-width: 1140px;
    }

    .inner-bnr {
        height: 280px;
    }

    .inr-bnr-content h1,
    .message h2 {
        font-size: 40px;
        margin-bottom: 35px;
    }

    .inr-bnr-content h1:before,
    .message h2:before {
        font-size: 65px;
        line-height: 115px;
        letter-spacing: 0.4em;
        top: -36px;
    }

    .inr-bnr-content {
        padding-top: 90px;
    }

    .inr-bnr-content li,
    .inr-bnr-content li a {
        font-size: 14px;
    }

    .inr-bnr-content li i {
        font-size: 10px;
        margin: 0 20px;
    }

    .service-main {
        margin-top: -55px;
        padding: 40px;
    }

    .service-main h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .service-main p,
    .popup-content p {
        font-size: 14px;
        line-height: 26px;
        max-width: 1000px;
        margin: 12px auto 0;
    }

    .cate h3 {
        font-size: 30px;
    }

    .cate-find {
        max-width: 350px;
        height: 50px;
    }

    .cate select {
        padding: 0 15px;
        font-size: 14px;
    }

    .cate-find i {
        right: 15px;
        font-size: 14px;
    }

    .sr-img {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .sr-img span {
        left: 20px;
        bottom: 12px;
        font-size: 20px;
    }

    .sr-img img {
        /*height: 278px;*/
    }

    p.nest {
        max-width: 525px !important;
    }

    .gap {
        margin-top: 30px;
    }

    .about-img {
        max-width: 400px;
        height: 280px;
    }

    .about-img:before {
        left: 12px;
        top: -12px;
    }

    ul.cont li p,
    ul.cont li p a {
        font-size: 15px;
        line-height: 20px;
    }

    ul.cont li figure {
        height: 110px;
        width: 110px;
        border: 6px solid #F0F0F0;
    }

    ul.cont li figure img {
        width: 45px;
    }

    ul.cont li h3 {
        font-size: 18px;
        line-height: 40px;
    }

    ul.cont li {
        max-width: 355px;
    }

    .message {
        padding: 60px 0;
    }

    .message-main {
        margin-top: 15px;
    }

    .msg-left input,
    .msg-left textarea {
        max-width: 450px;
        border-radius: 10px;
        height: 60px;
        padding: 0 15px;
        margin-bottom: 16px;
        font-size: 14px;
    }

    .msg-left textarea {
        height: 100px !important;
        padding-top: 15px !important;
    }

    .msg-left input::placeholder {
        font-size: 14px;
    }

    .msg-left input[type="submit"] {
        border-radius: 10px;
        width: 150px;
        height: 50px;
        font-size: 14px;
    }

    .msg-right iframe {
        max-width: 480px;
        height: 360px;
        border-radius: 18px;
        border: 4px solid #fff;
    }

    .white-popup-block {
        padding: 4px;
        max-width: 500px;
    }

    .popup-content h3 {
        font-size: 20px;
        margin: 6px 0;
    }

    .popup-content button {
        width: 106px !important;
        height: 38px !important;
        line-height: 38px !important;
        border-radius: 6px !important;
        top: 12px;
        right: 16px;
        font-size: 13px !important;
    }

    .popup-content span {
        font-size: 14px;
    }

    .popup-content span b {
        font-size: 16px;
    }

    .popup-content p {
        line-height: 20px !important;
        margin-top: 5px;
        font-size: 13px;
    }

    .mfp-close-btn-in .mfp-close {
        height: 44px;
        width: 44px;
        top: -14px;
        right: -14px;
        font-size: 25px;
    }

    .mfp-close:active {
        top: -14px !important;
    }
}