﻿body {
}

.sec-title-style1 {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 50px;
}

    .sec-title-style1.max-width {
        position: relative;
        display: block;
        max-width: 770px;
        margin: -9px auto 0;
        padding-bottom: 52px;
    }

    .sec-title-style1.pabottom50 {
        padding-bottom: 42px;
    }

    .sec-title-style1 .title {
        position: relative;
        display: block;
        color: #131313;
        font-size: 36px;
        line-height: 46px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .sec-title-style1 .title.clr-white {
            color: #ffffff;
        }

    .sec-title-style1 .decor {
        position: relative;
        display: block;
        width: 70px;
        height: 5px;
        margin: 19px 0 0;
    }

        .sec-title-style1 .decor:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 5px;
            height: 5px;
            background: rgb(var(--ColorOne));
            border-radius: 50%;
            content: "";
        }

        .sec-title-style1 .decor:after {
            position: absolute;
            top: 0;
            right: 10px;
            bottom: 0;
            width: 5px;
            height: 5px;
            background: rgb(var(--ColorOne));
            border-radius: 50%;
            content: "";
        }

        .sec-title-style1 .decor span {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 1px;
            background: rgb(var(--ColorOne));
            margin: 2px 0;
        }

    .sec-title-style1 .text {
        position: relative;
        display: block;
        margin: 7px 0 0;
    }

        .sec-title-style1 .text p {
            position: relative;
            display: inline-block;
            padding: 0 15px;
            color: #131313;
            font-size: 14px;
            line-height: 16px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0;
        }

        .sec-title-style1 .text.clr-yellow p {
            color: rgb(var(--ColorOne));
        }

        .sec-title-style1 .text .decor-left {
            position: relative;
            top: -2px;
            display: inline-block;
            width: 70px;
            height: 5px;
            background: transparent;
        }

            .sec-title-style1 .text .decor-left span {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 50px;
                height: 1px;
                background: rgb(var(--ColorOne));
                content: "";
                margin: 2px 0;
            }

            .sec-title-style1 .text .decor-left:before {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 5px;
                height: 5px;
                background: rgb(var(--ColorOne));
                border-radius: 50%;
                content: "";
            }

            .sec-title-style1 .text .decor-left:after {
                position: absolute;
                top: 0;
                right: 10px;
                bottom: 0;
                width: 5px;
                height: 5px;
                background: rgb(var(--ColorOne));
                border-radius: 50%;
                content: "";
            }

        .sec-title-style1 .text .decor-right {
            position: relative;
            top: -2px;
            display: inline-block;
            width: 70px;
            height: 5px;
            background: transparent;
        }

            .sec-title-style1 .text .decor-right span {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 50px;
                height: 1px;
                background: rgb(var(--ColorOne));
                content: "";
                margin: 2px 0;
            }

            .sec-title-style1 .text .decor-right:before {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 5px;
                height: 5px;
                background: rgb(var(--ColorOne));
                border-radius: 50%;
                content: "";
            }

            .sec-title-style1 .text .decor-right:after {
                position: absolute;
                top: 0;
                left: 10px;
                bottom: 0;
                width: 5px;
                height: 5px;
                background: rgb(var(--ColorOne));
                border-radius: 50%;
                content: "";
            }

    .sec-title-style1 .bottom-text {
        position: relative;
        display: block;
        padding-top: 16px;
    }

        .sec-title-style1 .bottom-text p {
            color: #848484;
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            margin: 0;
        }

        .sec-title-style1 .bottom-text.clr-gray p {
            color: #cdcdcd;
        }

.contact-address-area {
    position: relative;
    display: block;
    /*background: #ffffff;*/
    padding: 100px 0 120px;
}

    .contact-address-area .sec-title-style1.max-width {
        padding-bottom: 72px;
    }

.contact-address-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.single-contact-address-box {
    position: relative;
    display: block;
}

    .single-contact-address-box .icon-holder {
        position: relative;
        display: block;
        padding-bottom: 24px;
    }

        .single-contact-address-box .icon-holder span:before {
            font-size: 75px;
        }

    .single-contact-address-box h3 {
        color: #ffffff;
        margin: 0px 0 9px;
    }

    .single-contact-address-box h2 {
        color: rgb(var(--ColorOne));
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 19px;
    }

    .single-contact-address-box a {
        color: #ffffff;
    }

    .single-contact-address-box.main-branch {
        /* background: rgb(var(--ColorOne));*/
        border: 1px solid rgb(var(--ColorOne));
        padding: 53px 30px 51px;
        margin-top: -20px;
        margin-bottom: -20px;
        box-shadow: 0 0 7px rgb(0 0 0 / 60%);
    }

        .single-contact-address-box.main-branch h3 {
            color: rgb(var(--ColorOne));
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 38px;
            text-transform: uppercase;
            text-align: center;
        }

        .single-contact-address-box.main-branch .inner {
            position: relative;
            display: block;
        }

            .single-contact-address-box.main-branch .inner ul {
                position: relative;
                display: block;
                overflow: hidden;
            }

                .single-contact-address-box.main-branch .inner ul li {
                    position: relative;
                    display: block;
                    padding-left: 110px;
                    border-bottom: 1px solid rgb(var(--ColorOne));
                    padding-bottom: 23px;
                    margin-bottom: 24px;
                }

                    .single-contact-address-box.main-branch .inner ul li:last-child {
                        border: none;
                        margin-bottom: 0;
                        padding-bottom: 0;
                    }

                    .single-contact-address-box.main-branch .inner ul li .title {
                        position: absolute;
                        top: 2px;
                        left: 0;
                        display: inline-block;
                    }

                        .single-contact-address-box.main-branch .inner ul li .title h4 {
                            color: rgb(var(--ColorOne));
                            font-size: 18px;
                            font-weight: 600;
                            line-height: 24px;
                            text-transform: capitalize;
                        }

                    .single-contact-address-box.main-branch .inner ul li .text {
                        position: relative;
                        display: block;
                    }

                        .single-contact-address-box.main-branch .inner ul li .text p {
                            color: rgb(var(--ColorOne));
                            font-size: 16px;
                            line-height: 24px;
                            font-weight: 600;
                            margin: 0;
                        }

.contact-info-area {
    position: relative;
    display: block;
    /*background: #ffffff;*/
}

.contact-form {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 60px 80px;
    -webkit-box-shadow: 0px 3px 8px 2px #ededed;
    box-shadow: 0px 3px 8px 2px #ededed;
    z-index: 3;
}

    .contact-form .sec-title-style1 {
        position: relative;
        display: block;
        padding-bottom: 30px;
        width: 50%;
    }

    .contact-form .text-box {
        position: relative;
        display: block;
        margin-top: 19px;
        /*width: 50%;*/
    }

    .contact-form .text p {
        color: #848484;
        line-height: 26px;
        margin: 0;
    }

    .contact-form .inner-box {
        position: relative;
        display: block;
        background: #ffffff;
    }

    .contact-form form {
        position: relative;
        display: block;
    }

        .contact-form form .input-box {
            position: relative;
            display: block;
        }

        .contact-form form input[type="text"],
        .contact-form form input[type="email"],
        .contact-form form input[type="tel"],
        .contact-form form textarea {
            position: relative;
            display: block;
            background: #ffffff;
            border: 1px solid #eeeeee;
            width: 100%;
            height: 55px;
            font-size: 16px;
            padding-left: 19px;
            padding-right: 15px;
            border-radius: 0px;
            margin-bottom: 20px;
            transition: all 500ms ease;
        }

        .contact-form form textarea {
            height: 130px;
            padding-left: 19px;
            padding-right: 15px;
            padding-top: 14px;
            padding-bottom: 15px;
        }

            .contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form input[type="tel"], .contact-form form textarea:focus-visible {
                outline: rgb(var(--ColorOne));
            }


                .contact-form form input[type="text"]:focus {
                    color: #222222;
                    border-color: rgb(var(--ColorOne));
                }

                .contact-form form input[type="email"]:focus {
                    color: #222222;
                    border-color: rgb(var(--ColorOne));
                }

                .contact-form form input[type="tel"]:focus {
                    color: #222222;
                    border-color: rgb(var(--ColorOne));
                }

            .contact-form form textarea:focus {
                color: #222222;
                border-color: rgb(var(--ColorOne));
            }

        .contact-form form input[type="text"]:focus-visible {
            outline: rgb(var(--ColorOne));
        }

        .contact-form form input[type="tel"]:focus-visible {
            outline: rgb(var(--ColorOne));
        }
        .contact-form form input[type="text"]::-webkit-input-placeholder {
            color: #848484;
        }

        .contact-form form input[type="text"]:-moz-placeholder {
            color: #848484;
        }

        .contact-form form input[type="text"]::-moz-placeholder {
            color: #848484;
        }

        .contact-form form input[type="text"]:-ms-input-placeholder {
            color: #848484;
        }

        .contact-form form input[type="email"]::-webkit-input-placeholder {
            color: #848484;
        }

        .contact-form form input[type="email"]:-moz-placeholder {
            color: #848484;
        }

        .contact-form form input[type="email"]::-moz-placeholder {
            color: #848484;
        }

        .contact-form form input[type="email"]:-ms-input-placeholder {
            color: #848484;
        }

        .contact-form form input[type="tel"]::-webkit-input-placeholder {
            color: #848484;
        }

        .contact-form form input[type="tel"]:-moz-placeholder {
            color: #848484;
        }

        .contact-form form input[type="tel"]::-moz-placeholder {
            color: #848484;
        }

        .contact-form form input[type="tel"]:-ms-input-placeholder {
            color: #848484;
        }

        .contact-form form button {
            position: relative;
            display: block;
            width: 100%;
            background: white;
            border: 1px solid rgb(var(--ColorOne));
            color: white;
            font-size: 16px;
            line-height: 40px;
            font-weight: 600;
            text-align: center;
            text-transform: capitalize;
            transition: all 200ms linear;
            transition-delay: 0.1s;
            cursor: pointer;
        }

/* .contact-form form button:hover {
                color: #ffffff;
                background: #131313;
            }
*/

.snip1401 {
    font-family: "Poppins", Arial, sans-serif;
    position: relative;
    overflow: hidden;
    /*margin-left: auto;
    margin-right: auto;
    margin-top: 35px;*/
    min-width: 230px;
    /* max-width: 315px;*/
    max-height: 300px;
    width: 100%;
    color: #000000;
    text-align: right;
    font-size: 16px;
    background-color: #000000;
}

    .snip1401 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .snip1401 img {
        max-width: 100%;
        backface-visibility: hidden;
    }

    .snip1401 figcaption {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        opacity: 1;
        padding: 30px 0 30px 10px;
        background-color: rgba(255,255,255, 0.5 );
        opacity: 0.5;
        width: 40%;
        -webkit-transform: translateX(150%);
        transform: translateX(150%);
    }

        .snip1401 figcaption:before {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 100%;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 100px 100px 100px 0;
            border-color: transparent #ffffff transparent transparent;
            opacity: 0.5;
        }

    /*.snip1401:after {
        position: absolute;*/
    /*bottom: 50%;*/
    /*right: 40%;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 140px  140px 0 130px;
        border-color: rgba(120, 120, 120, 0.5) transparent transparent transparent;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }*/

    .snip1401 h3,
    .snip1401 p {
        line-height: 1.5em;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        margin: 0;
        color: white;
    }

    .snip1401 h3 {
        margin: 0 0 5px;
        /*line-height: 1.1em;*/
        font-weight: 900;
        /*font-size: 1.4em;*/
        opacity: 0.75;
        color: white;
    }

    .snip1401 p {
        font-size: 0.8em;
    }

    .snip1401 i {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px 30px;
        font-size: 44px;
        color: #ffffff;
        opacity: 0;
    }

    .snip1401 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .snip1401:hover img,
    .snip1401.hover img {
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: 0.5;
        opacity: 0.5;
    }

    .snip1401:hover:after,
    .snip1401.hover:after,
    .snip1401:hover figcaption,
    .snip1401.hover figcaption,
    .snip1401:hover i,
    .snip1401.hover i {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

.what-is {
    border-radius: 1000px;
}
/*===================================*
  16.START CONTACT STYLE
*===================================*/
.contact_style3 {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 40px 20px;
    border-radius: 10px;
}

    .contact_style3 .contact_icon {
        border: 1px solid rgb(var(--ColorOne));
        margin: 0 0 5px;
        height: 80px;
        width: 80px;
        text-align: center;
        display: inline-block;
        overflow: hidden;
        border-radius: 100%;
        position: relative;
        z-index: 1;
    }

        .contact_style3 .contact_icon i {
            line-height: 78px;
            transition: all 0.5s ease-in-out;
        }

        .contact_style3 .contact_icon::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgb(var(--ColorOne));
            z-index: 1;
            transition: all 0.5s ease-in-out;
            -moz-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 100%;
            z-index: -1;
        }

    .contact_style3:hover .contact_icon::before {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .contact_style3:hover .contact_icon i {
        color: #fff;
    }

.contact_box {
    position: relative;
    padding: 50px 0px;
    display: table;
    width: 100%;
}

.contact_wrap li {
    list-style: none;
}

.contact_wrap li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 25px;
    -ms-flex-align: center;
    align-items: center;
}

.contact_icon {
    margin-right: 20px;
}

    .contact_icon i {
        font-size: 34px;
        color: rgb(var(--ColorOne));
    }

.contact_text span {
    color: #333;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}

.contact_text p:last-child {
    margin-bottom: 0;
}

.contact_text a {
    color: #687188;
    line-height: 28px;
}

    .contact_text a:hover {
        color: rgb(var(--ColorOne));
    }

.btn-fill-out {
    background-color: rgb(var(--ColorOne));
    border: 1px solid rgb(var(--ColorOne));
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-fill-out::before,
    .btn-fill-out::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: rgb(var(--ColorOne));
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 51%;
    }

    .btn-fill-out::after {
        right: 0;
        left: auto;
    }

    .btn-fill-out:hover:before,
    .btn-fill-out:hover:after {
        width: 0;
    }

    .btn-fill-out:hover {
        color: rgb(var(--ColorOne)) !important;
    }
