/*
@File: Taks Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style
** - Header Area Style
** - Nav Area Style
** - Banner Area Style
** - Futures Area Style
** - About Area Style
** - Services Area Style
** - Ready To Talk Area Style
** - Choose Us Area Style
** - Case Studies Area Style
** - Customer Area Style
** - Team Area Style
** - Partner Area Style
** - Blog Area Style
** - Footer Area Style
** - Copy Right Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Volkhov:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");

body {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #1b3c54;
    overflow-x: hidden;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #1b3c54;
}

    a:hover {
        text-decoration: none;
        color: #11a63d;
    }

    a:focus {
        text-decoration: none;
    }

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

    button:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #022641;
    font-weight: 700;
    font-family: "Volkhov", serif;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 29px;
}

    p:last-child {
        margin-bottom: 0;
    }

img {
    max-width: 100%;
    height: auto;
}

.form-control {
    height: 55px;
    color: #022641;
    border: 1px solid #e5e5e5;
    background-color: rgba(241, 247, 248, 0.5);
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 0;
}

    .form-control::-webkit-input-placeholder {
        color: #757575;
    }

    .form-control:-ms-input-placeholder {
        color: #757575;
    }

    .form-control::-ms-input-placeholder {
        color: #757575;
    }

    .form-control::placeholder {
        color: #757575;
    }

    .form-control:focus {
        color: #000000;
        background-color: #ffffff;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        outline: 0;
        border: 1px solid #11a63d;
    }

    .form-control:hover:focus, .form-control:focus {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

textarea.form-control {
    height: auto;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-50 {
    padding-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

/*
Bg-color Style*/
.bg-color-f1f5f7 {
    background-color: #f1f5f7;
}

.bg-color-fbfbfb {
    background-color: #fbfbfb;
}

.bg-color-022641 {
    background-color: #022641;
}

/*
Default Btn Area Style*/
.default-btn {
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    padding: 12px 40px;
    background-color: #11a63d;
    border-radius: 3px;
    border: 1px solid #11a63d;
    font-weight: 600;
    border-radius: 50px;
    line-height: 18px;
}

    .default-btn i {
        position: relative;
        top: 2px;
        margin-left: 10px;
    }

    .default-btn.active {
        background-color: #022641;
        border-color: #022641;
        color: #ffffff;
    }

        .default-btn.active:hover {
            background-color: #11a63d;
            border-color: #11a63d;
        }

    .default-btn:hover {
        color: #ffffff;
        background-color: #022641;
        border-color: #022641;
    }

/*
Read More Btn Area Style*/
.read-more {
    font-size: 16px;
    color: #11a63d;
    background-color: transparent;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-weight: 600;
}

    .read-more i {
        position: relative;
        top: 4px;
    }

    .read-more:hover {
        color: #11a63d;
    }

    .read-more.active {
        color: #11a63d;
    }

/*
Section Title Area Style*/
.section-title {
    max-width: 700px;
    margin: -5px auto 50px;
    text-align: center;
    position: relative;
}

    .section-title .top-title {
        font-size: 16px;
        color: #11a63d;
        display: block;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .section-title h2 {
        font-size: 36px;
        margin-bottom: 15px;
        line-height: 50px;
    }

        .section-title h2 span {
            color: #11a63d;
        }

        .section-title h2:last-child {
            margin-bottom: 0;
        }

    .section-title p {
        max-width: 600px;
        margin: auto;
    }

        .section-title p span {
            color: #11a63d;
        }

    .section-title.white-title span {
        color: #11a63d;
    }

    .section-title.white-title h2 {
        color: #ffffff;
    }

    .section-title.white-title p {
        color: #ffffff;
    }

    .section-title.left-title {
        margin-left: 0;
        text-align: left;
        max-width: 645px;
    }

        .section-title.left-title h2 {
            max-width: 700px;
        }

        .section-title.left-title p {
            margin-left: 0;
        }

        .section-title.left-title .default-btn {
            position: absolute;
            top: 0;
            right: 0;
        }

/*
Navbar Area Style
======================================================*/
.navbar-area {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding-top: 10px;
    padding-bottom: 10px;
}

    .navbar-area.is-sticky {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        position: -webkit-sticky;
        position: sticky;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        background-color: #ffffff !important;
    }

    .navbar-area .container-fluid {
        max-width: 1675px;
        margin: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar-area .navbar-brand {
        margin-right: 50px;
    }

.desktop-nav {
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
}

    .desktop-nav .navbar {
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        z-index: 2;
        position: unset;
        padding-right: 0;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

        .desktop-nav .navbar ul {
            margin-bottom: 0;
            list-style-type: none;
        }

        .desktop-nav .navbar .navbar-nav .nav-item {
            position: relative;
            padding-bottom: 35px;
            padding-top: 35px;
            padding-right: 0;
            padding-left: 0;
        }

            .desktop-nav .navbar .navbar-nav .nav-item a {
                font-size: 16px;
                color: #022641;
                line-height: 1;
                position: relative;
                font-weight: 400;
                font-family: "Volkhov", serif;
                padding-left: 0;
                padding-top: 0;
                padding-right: 0;
                padding-bottom: 0;
                margin-left: 17px;
                margin-right: 17px;
            }

                .desktop-nav .navbar .navbar-nav .nav-item a.border-style::after {
                    content: "";
                    position: absolute;
                    bottom: -8px;
                    right: 0;
                    width: 0;
                    height: 2px;
                    background-color: #11a63d;
                    border: none;
                    margin-left: 0;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                .desktop-nav .navbar .navbar-nav .nav-item a.border-style:hover::after {
                    right: auto;
                    left: 0;
                    width: 100%;
                }

                .desktop-nav .navbar .navbar-nav .nav-item a.border-style.active::after {
                    right: auto;
                    left: 0;
                    width: 100%;
                }

                .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
                    padding-right: 20px;
                }

                    .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
                        content: "\EA4E";
                        position: absolute;
                        top: 0;
                        right: 0;
                        font-family: remixicon !important;
                        line-height: 1;
                        font-size: 17px;
                    }

                .desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
                    color: #11a63d;
                }

                .desktop-nav .navbar .navbar-nav .nav-item a i {
                    font-size: 18px;
                    line-height: 0;
                    position: relative;
                    top: 4px;
                }

            .desktop-nav .navbar .navbar-nav .nav-item:last-child a {
                margin-right: 0;
            }

            .desktop-nav .navbar .navbar-nav .nav-item:first-child a {
                margin-left: 0;
            }

            .desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
                color: #11a63d;
            }

            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
                box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                background: #ffffff;
                position: absolute;
                visibility: hidden;
                border-radius: 5px;
                display: block;
                width: 250px;
                border: none;
                z-index: 99;
                opacity: 0;
                top: 80px;
                left: 0;
                padding: 0;
            }

                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
                    padding: 0;
                }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                        color: #022641;
                        padding: 15px;
                        border-bottom: 1px dashed #ededed;
                        margin: 0;
                        font-size: 14px;
                        font-weight: 600;
                        line-height: 1;
                        display: block;
                        position: relative;
                    }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
                            display: none;
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
                            content: "\EA4E";
                            position: absolute;
                            top: 14px;
                            right: 13px;
                            font-family: remixicon !important;
                            line-height: 1;
                            font-size: 17px;
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                            color: #11a63d;
                        }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                        left: 250px;
                        top: 0;
                        opacity: 0;
                        visibility: hidden;
                        border-radius: 5px;
                    }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                            color: #022641;
                            border-bottom: 1px dashed #ededed;
                            font-size: 15px;
                            font-weight: 600;
                            line-height: 1;
                            position: relative;
                        }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
                                display: none;
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
                                content: "\EA4E";
                                position: absolute;
                                top: 14px;
                                right: 13px;
                                font-family: remixicon !important;
                                line-height: 1;
                                font-size: 17px;
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                                color: #11a63d;
                            }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                            left: 250px;
                            top: 0;
                            opacity: 0;
                            visibility: hidden;
                            border-radius: 5px;
                        }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                color: #000000;
                            }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                    color: #11a63d;
                                }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                left: -250px;
                                top: 0;
                                opacity: 0;
                                visibility: hidden;
                                border-radius: 5px;
                            }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                    color: #000000;
                                }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                        color: #11a63d;
                                    }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                    left: -250px;
                                    top: 0;
                                    opacity: 0;
                                    visibility: hidden;
                                    border-radius: 5px;
                                }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                        color: #000000;
                                    }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                            color: #11a63d;
                                        }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                        left: -250px;
                                        top: 0;
                                        opacity: 0;
                                        visibility: hidden;
                                        border-radius: 5px;
                                    }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                            color: #000000;
                                        }

                                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                color: #11a63d;
                                            }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                            left: -250px;
                                            top: 0;
                                            opacity: 0;
                                            visibility: hidden;
                                            border-radius: 5px;
                                        }

                                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                                color: #000000;
                                            }

                                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                    color: #11a63d;
                                                }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                            color: #11a63d;
                                        }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                            opacity: 1;
                                            visibility: visible;
                                            top: -15px;
                                        }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                        color: #11a63d;
                                    }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                        opacity: 1;
                                        visibility: visible;
                                        top: -1px;
                                    }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                    color: #11a63d;
                                }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                    opacity: 1;
                                    top: -1px;
                                    visibility: visible;
                                }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                color: #11a63d;
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                opacity: 1;
                                top: -15px;
                                visibility: visible;
                            }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                            color: #11a63d;
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                            opacity: 1;
                            visibility: visible;
                            top: -15px;
                        }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                        color: #11a63d;
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                        opacity: 1;
                        visibility: visible;
                        top: 0;
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
                        border-bottom: none;
                    }

            .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                top: 100%;
                opacity: 1;
                margin-top: 0;
                visibility: visible;
            }

        .desktop-nav .navbar .others-options {
            margin-left: 30px;
            position: relative;
            top: -1px;
        }

            .desktop-nav .navbar .others-options ul {
                padding-left: 0;
                margin-bottom: 0;
                list-style: none;
            }

                .desktop-nav .navbar .others-options ul li {
                    display: inline-block;
                    margin-right: 30px;
                }

                    .desktop-nav .navbar .others-options ul li:last-child {
                        margin-right: 0;
                    }

                    .desktop-nav .navbar .others-options ul li.languages {
                        position: relative;
                    }

                        .desktop-nav .navbar .others-options ul li.languages .form-select {
                            border: none;
                            padding: 0 24px 0;
                            background-position: right 0 center;
                            font-family: "Volkhov", serif;
                            cursor: pointer;
                        }

                            .desktop-nav .navbar .others-options ul li.languages .form-select:focus {
                                -webkit-box-shadow: none;
                                box-shadow: none;
                                border: none;
                            }

                        .desktop-nav .navbar .others-options ul li.languages img {
                            position: absolute;
                            top: 4px;
                            left: 0;
                        }

                    .desktop-nav .navbar .others-options ul li.srac-bar {
                        position: relative;
                        top: -2px;
                    }

                        .desktop-nav .navbar .others-options ul li.srac-bar .option-item {
                            color: #1b3c54;
                            display: inline-block;
                            line-height: 1;
                            position: relative;
                            top: 3px;
                        }

                            .desktop-nav .navbar .others-options ul li.srac-bar .option-item span {
                                position: relative;
                                top: -7px;
                                margin-left: 5px;
                                font-weight: 600;
                            }

                            .desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay {
                                display: none;
                            }

                                .desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay.search-popup {
                                    position: absolute;
                                    top: 100%;
                                    width: 300px;
                                    right: 0;
                                    background: #ffffff;
                                    z-index: 2;
                                    padding: 20px;
                                    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
                                    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
                                    margin-top: 18px;
                                }

                                    .desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form {
                                        position: relative;
                                    }

                                        .desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-input {
                                            display: block;
                                            width: 100%;
                                            height: 50px;
                                            line-height: initial;
                                            border: 1px solid #eeeeee;
                                            color: #022641;
                                            outline: 0;
                                            -webkit-transition: all ease 0.5s;
                                            transition: all ease 0.5s;
                                            font-size: 15px;
                                            padding-top: 4px;
                                            padding-left: 15px;
                                        }

                                            .desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-input:focus {
                                                border-color: #11a63d;
                                            }

                                        .desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-button {
                                            position: absolute;
                                            right: 0;
                                            top: 0;
                                            height: 50px;
                                            background: #11a63d;
                                            border: none;
                                            width: 50px;
                                            outline: 0;
                                            color: #ffffff;
                                            -webkit-transition: all ease 0.5s;
                                            transition: all ease 0.5s;
                                            padding: 0;
                                        }

                                            .desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-button:hover {
                                                background-color: #022641;
                                            }

                            .desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-btn {
                                cursor: pointer;
                                -webkit-transition: all ease 0.5s;
                                transition: all ease 0.5s;
                                color: #022641;
                                text-align: center;
                                font-size: 20px;
                                display: inline-block;
                                width: 50px;
                                height: 50px;
                                line-height: 44px;
                                text-align: center;
                                border: 1px solid #11a63d;
                                border-radius: 50px;
                            }

                                .desktop-nav .navbar .others-options ul li.srac-bar .option-item .search-btn:hover {
                                    color: #11a63d;
                                }

                            .desktop-nav .navbar .others-options ul li.srac-bar .option-item .close-btn {
                                cursor: pointer;
                                -webkit-transition: all ease 0.5s;
                                transition: all ease 0.5s;
                                color: #022641;
                                text-align: center;
                                display: none;
                                font-size: 25px;
                                width: 50px;
                                height: 50px;
                                line-height: 50px;
                                border: 1px solid #11a63d;
                                border-radius: 50px;
                            }

                                .desktop-nav .navbar .others-options ul li.srac-bar .option-item .close-btn:hover {
                                    color: #11a63d;
                                }

                                .desktop-nav .navbar .others-options ul li.srac-bar .option-item .close-btn.active {
                                    display: block;
                                    color: #11a63d;
                                }


                    .desktop-nav .navbar .others-options ul li .default-btn {
                        background-color: #022641;
                        border-color: #022641;
                        display: -webkit-inline-box;
                        display: -ms-inline-flexbox;
                        display: inline-flex;
                    }

                        .desktop-nav .navbar .others-options ul li .default-btn.register {
                            border-color: rgb(17, 166, 61);
                            background-color: rgb(17, 166, 61);
                        }

                        .desktop-nav .navbar .others-options ul li .default-btn i {
                            display: none;
                        }

                        .desktop-nav .navbar .others-options ul li .default-btn:hover {
                            background-color: #11a63d;
                            border-color: #11a63d;
                        }

                        .desktop-nav .navbar .others-options ul li .default-btn.register:hover {
                            background-color: #022641;
                            border-color: #022641;
                        }

.mobile-responsive-nav {
    display: none;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
    display: none !important;
}

    .others-option-for-responsive .dot-menu {
        padding: 0 10px;
        height: 30px;
        cursor: pointer;
        z-index: 999;
        position: absolute;
        right: 55px;
        top: -43px;
    }

        .others-option-for-responsive .dot-menu .inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 30px;
        }

            .others-option-for-responsive .dot-menu .inner .circle {
                height: 5px;
                width: 5px;
                border-radius: 100%;
                margin: 0 2px;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
                background-color: #11a63d;
            }

        .others-option-for-responsive .dot-menu:hover .inner .circle {
            background-color: #11a63d;
        }

    .others-option-for-responsive .container {
        position: relative;
    }

        .others-option-for-responsive .container .container {
            position: absolute;
            right: -2px;
            top: 15px;
            max-width: 255px;
            margin-left: auto;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            z-index: 2;
            padding-left: 15px;
            padding-right: 15px;
        }

            .others-option-for-responsive .container .container.active {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scaleY(1);
                transform: scaleY(1);
            }

    .others-option-for-responsive .others-options {
        background-color: #ffffff;
        padding: 15px;
        text-align: center;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    }

        .others-option-for-responsive .others-options ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }

            .others-option-for-responsive .others-options ul li {
                display: inline-block;
                margin-right: 30px;
                margin-bottom: 10px;
            }

                .others-option-for-responsive .others-options ul li:last-child {
                    margin-right: 0;
                    margin-bottom: 0;
                }

                .others-option-for-responsive .others-options ul li.languages {
                    position: relative;
                    margin-left: 20px;
                }

                    .others-option-for-responsive .others-options ul li.languages .form-select {
                        border: none;
                        padding: 0 24px 0;
                        background-position: right 0 center;
                        font-family: "Volkhov", serif;
                        cursor: pointer;
                    }

                        .others-option-for-responsive .others-options ul li.languages .form-select:focus {
                            -webkit-box-shadow: none;
                            box-shadow: none;
                            border: none;
                        }

                    .others-option-for-responsive .others-options ul li.languages img {
                        position: absolute;
                        top: 4px;
                        left: 0;
                    }

                .others-option-for-responsive .others-options ul li.srac-bar {
                    position: relative;
                    top: -2px;
                }

                    .others-option-for-responsive .others-options ul li.srac-bar .option-item {
                        color: #1b3c54;
                        display: inline-block;
                        line-height: 1;
                        position: relative;
                        top: 3px;
                    }

                        .others-option-for-responsive .others-options ul li.srac-bar .option-item span {
                            position: relative;
                            top: -7px;
                            margin-left: 5px;
                            font-weight: 600;
                        }

                        .others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay {
                            display: none;
                        }

                            .others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay.search-popup {
                                position: absolute;
                                top: 100%;
                                width: 300px;
                                right: 0;
                                background: #ffffff;
                                z-index: 2;
                                padding: 20px;
                                -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
                                box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
                                margin-top: 18px;
                            }

                                .others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form {
                                    position: relative;
                                }

                                    .others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-input {
                                        display: block;
                                        width: 100%;
                                        height: 50px;
                                        line-height: initial;
                                        border: 1px solid #eeeeee;
                                        color: #022641;
                                        outline: 0;
                                        -webkit-transition: all ease 0.5s;
                                        transition: all ease 0.5s;
                                        font-size: 15px;
                                        padding-top: 4px;
                                        padding-left: 15px;
                                    }

                                        .others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-input:focus {
                                            border-color: #11a63d;
                                        }

                                    .others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-button {
                                        position: absolute;
                                        right: 0;
                                        top: 0;
                                        height: 50px;
                                        background: #11a63d;
                                        border: none;
                                        width: 50px;
                                        outline: 0;
                                        color: #ffffff;
                                        -webkit-transition: all ease 0.5s;
                                        transition: all ease 0.5s;
                                        padding: 0;
                                    }

                                        .others-option-for-responsive .others-options ul li.srac-bar .option-item .search-overlay.search-popup .search-form .search-button:hover {
                                            background-color: #022641;
                                        }

                        .others-option-for-responsive .others-options ul li.srac-bar .option-item .search-btn {
                            cursor: pointer;
                            -webkit-transition: all ease 0.5s;
                            transition: all ease 0.5s;
                            color: #022641;
                            text-align: center;
                            font-size: 20px;
                            display: inline-block;
                            width: 35px;
                            height: 35px;
                            line-height: 29px;
                            text-align: center;
                            border: 1px solid #11a63d;
                            border-radius: 50px;
                        }

                            .others-option-for-responsive .others-options ul li.srac-bar .option-item .search-btn:hover {
                                color: #11a63d;
                            }

                        .others-option-for-responsive .others-options ul li.srac-bar .option-item .close-btn {
                            cursor: pointer;
                            -webkit-transition: all ease 0.5s;
                            transition: all ease 0.5s;
                            color: #022641;
                            text-align: center;
                            display: none;
                            font-size: 25px;
                            width: 35px;
                            height: 35px;
                            line-height: 33px;
                            border: 1px solid #11a63d;
                            border-radius: 50px;
                        }

                            .others-option-for-responsive .others-options ul li.srac-bar .option-item .close-btn:hover {
                                color: #11a63d;
                            }

                            .others-option-for-responsive .others-options ul li.srac-bar .option-item .close-btn.active {
                                display: block;
                                color: #11a63d;
                            }

                .others-option-for-responsive .others-options ul li .default-btn {
                    background-color: #022641;
                    border-color: #022641;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                }

                    .others-option-for-responsive .others-options ul li .default-btn i {
                        display: none;
                    }

                    .others-option-for-responsive .others-options ul li .default-btn:hover {
                        background-color: #11a63d;
                        border-color: #11a63d;
                    }

/*
Banner Area Style
======================================================*/
.banner-area {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    padding-top: 145px;
    padding-bottom: 145px;
}

    .banner-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, right top, left top, color-stop(18.1%, #FFFFFF), color-stop(58.56%, rgba(241, 247, 248, 0.2)), color-stop(65.36%, rgba(241, 247, 248, 0)));
        background: linear-gradient(270deg, #FFFFFF 18.1%, rgba(241, 247, 248, 0.2) 58.56%, rgba(241, 247, 248, 0) 65.36%);
        -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
        transform: matrix(-1, 0, 0, 1, 0, 0);
        z-index: -1;
    }

    .banner-area .container-fluid {
        max-width: 1675px;
        margin: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner-area.bg-1 {
        background-image: url(../../assets/images/banner-bg-1.png);
        -webkit-animation: 1s fadeInUp both;
        animation: 1s fadeInUp both;
    }

.banner-content .top-title {
    color: #11a63d;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.banner-content h1 {
    font-size: 75px;
    margin-bottom: 30px;
    line-height: 90px;
}

.banner-content p {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    max-width: 650px;
    font-size: 16px;
    line-height: 29px;
}

    .banner-content p::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background-color: #11a63d;
    }

.banner-content .banner-btn {
    margin-bottom: 200px;
}

    .banner-content .banner-btn p {
        padding-left: 0;
        margin-bottom: 0;
        margin-left: 30px;
        font-weight: 600;
        color: #022641;
    }

        .banner-content .banner-btn p::before {
            display: none;
        }

        .banner-content .banner-btn p a {
            color: #11a63d;
            font-weight: 700;
        }

.tax-services {
    max-width: 380px;
    margin-left: auto;
}

.single-tax-services {
    background-color: #ffffff;
    padding: 24px 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

    .single-tax-services:last-child {
        margin-bottom: 0;
    }

    .single-tax-services::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background-color: #11a63d;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        z-index: -1;
    }

    .single-tax-services h3 {
        font-size: 18px;
        margin-bottom: 15px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    .single-tax-services p {
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    .single-tax-services .read-more {
        color: #022641;
    }

    .single-tax-services:hover::before {
        width: 100%;
    }

    .single-tax-services:hover h3 {
        color: #ffffff;
    }

    .single-tax-services:hover p {
        color: #ffffff;
    }

    .single-tax-services:hover .read-more {
        color: #ffffff;
    }

/*
Futures Area Style
======================================================*/
.futures-area .container-fluid {
    max-width: 1675px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.single-futures {
    position: relative;
    padding-left: 135px;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-right: 20px;
}

    .single-futures .icon {
        background: #F1F7F8;
        border-radius: 50px 0;
        width: 112px;
        height: 100px;
        line-height: 115px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
    }

        .single-futures .icon span {
            position: absolute;
            top: 0;
            left: 0;
            width: 35px;
            height: 35px;
            line-height: 32px;
            text-align: center;
            color: #ffffff;
            border-radius: 50%;
            background-color: #022641;
            border: 2px solid #ffffff;
            font-size: 16px;
            font-weight: 700;
        }

        .single-futures .icon i {
            color: #11a63d;
            font-size: 50px;
        }

    .single-futures h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .single-futures.style-two .icon {
        background-color: #ffffff;
    }

    .single-futures:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

/*
About Area Style
======================================================*/
.about-area .container-fluid {
    max-width: 1675px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.about-img {
    text-align: center;
    position: relative;
}

    .about-img .year-logo {
        position: absolute;
        top: 50%;
        left: -130px;
        right: 0;
        margin: auto;
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
        display: inline-block;
        width: 175px;
        height: 175px;
        line-height: 175px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        border-radius: 50%;
    }

        .about-img .year-logo .your {
            position: absolute;
            top: 1px;
            left: 0;
            right: 0;
            -webkit-animation: rotation 50s infinite linear;
            animation: rotation 50s infinite linear;
        }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.about-content {
    margin-left: 90px;
}

    .about-content .top-title {
        font-size: 16px;
        font-weight: 600;
        color: #11a63d;
        display: block;
        margin-bottom: 10px;
    }

    .about-content h2 {
        font-size: 36px;
        margin-bottom: 15px;
        line-height: 50px;
    }

    .about-content p {
        margin-bottom: 30px;
        position: relative;
        padding-left: 10px;
    }

        .about-content p::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 2px;
            height: 100%;
            background-color: #11a63d;
        }

    .about-content ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .about-content ul li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 12px;
            font-weight: 600;
            font-size: 16px;
            color: #022641;
        }

            .about-content ul li:last-child {
                margin-bottom: 0;
            }

            .about-content ul li img {
                position: absolute;
                top: 3.5px;
                left: 0;
            }

            .about-content ul li i {
                color: #11a63d;
                position: absolute;
                top: 3px;
                left: 0;
            }

    .about-content .call-us {
        background-color: #022641;
        padding: 42px 30px;
        position: relative;
        padding-left: 98px;
    }

        .about-content .call-us img {
            color: #11a63d;
            font-size: 40px;
            position: absolute;
            top: 47px;
            left: 30px;
        }

        .about-content .call-us i {
            color: #11a63d;
            font-size: 40px;
            position: absolute;
            top: 45px;
            left: 30px;
        }

        .about-content .call-us span {
            display: block;
            color: #ffffff;
            font-weight: 600;
            font-family: "Source Serif Pro", serif;
            margin-bottom: 2px;
        }

        .about-content .call-us a {
            color: #ffffff;
            font-size: 28px;
            font-weight: 700;
            font-family: "Source Serif Pro", serif;
        }

            .about-content .call-us a:hover {
                color: #11a63d;
            }

    .about-content .default-btn {
        margin-top: 40px;
    }

/*
Services Area Style
======================================================*/
.single-services {
    position: relative;
    overflow: hidden;
}

    .single-services::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(19.27%, rgba(0, 0, 0, 0)), color-stop(47.4%, rgba(0, 0, 0, 0)), to(#000000));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.27%, rgba(0, 0, 0, 0) 47.4%, #000000 100%);
    }

    .single-services .services-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 50px;
    }

        .single-services .services-content h3 {
            font-size: 20px;
            margin-bottom: 12px;
        }

            .single-services .services-content h3 a {
                color: #ffffff;
            }

        .single-services .services-content p {
            color: #ffffff;
            margin-bottom: -75px;
            opacity: 0;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .single-services .services-content .read-more {
            color: #ffffff;
            font-weight: 600;
            font-size: 16px;
        }

            .single-services .services-content .read-more:hover {
                color: #11a63d;
            }

    .single-services:hover .services-content p {
        opacity: 1;
        margin-bottom: 15px;
    }

    .single-services:hover .read-more {
        color: #11a63d;
    }

/*
Ready To Talk Area Style
======================================================*/
.ready-to-talk-area {
    background-image: url(../../assets/images/ready-to-talk-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .ready-to-talk-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90.08deg, rgba(17, 166, 61, 0.5) 0.07%, rgba(17, 166, 61, 0.9) 32.83%, #11A63D 49.48%, rgba(17, 166, 61, 0.9) 67.16%, rgba(17, 166, 61, 0.5) 99.93%);
        z-index: -1;
    }

.ready-to-talk-content {
    max-width: 650px;
    margin: auto;
    text-align: center;
}

    .ready-to-talk-content h2 {
        font-size: 36px;
        color: #ffffff;
        margin-bottom: 20px;
    }

        .ready-to-talk-content h2 span {
            font-size: 20px;
            position: relative;
            top: -5px;
        }

    .ready-to-talk-content .ready-to-talk .form-control {
        background-color: rgba(255, 255, 255, 0.2);
        border: 1px solid #FFFFFF;
        border-radius: 100px;
        color: #ffffff;
        background-image: url(../../assets/images/icon/icon-4.svg);
        background-position: right 20px center;
        cursor: pointer;
    }

        .ready-to-talk-content .ready-to-talk .form-control option {
            color: #022641;
        }

    .ready-to-talk-content .default-btn {
        background-color: #022641;
        border-color: #022641;
        margin-top: 20px;
    }

        .ready-to-talk-content .default-btn:hover {
            background-color: #11a63d;
        }

/*
Choose Us Area Style
======================================================*/
.choose-us-content {
    margin-right: 100px;
}

    .choose-us-content .top-title {
        font-size: 16px;
        font-weight: 600;
        color: #11a63d;
        margin-bottom: 10px;
        display: block;
    }

    .choose-us-content h2 {
        font-size: 36px;
        margin-bottom: 12px;
    }

        .choose-us-content h2 span {
            font-family: "Volkhov", serif;
        }

    .choose-us-content p {
        margin-bottom: 40px;
        position: relative;
        z-index: 1;
        padding-left: 15px;
    }

        .choose-us-content p::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 2px;
            height: 100%;
            background-color: #11a63d;
        }

    .choose-us-content .col-lg-6:nth-child(2) .single-counter {
        border-right: none;
    }

    .choose-us-content .col-lg-6:nth-child(3) .single-counter {
        border-bottom: none;
    }

    .choose-us-content .col-lg-6:nth-child(4) .single-counter {
        border-right: none;
        border-bottom: none;
    }

.single-counter {
    background-color: #f1f7f8;
    padding: 30px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

    .single-counter h2 {
        color: #11a63d;
        font-size: 40px;
    }

        .single-counter h2 .target {
            margin-left: -8px;
            font-size: 36px;
            position: relative;
            top: 2px;
        }

    .single-counter .title {
        font-size: 16px;
    }

.choose-us-img {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-left: 30px;
}

    .choose-us-img::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -30px;
        bottom: -30px;
        width: 300px;
        height: 300px;
        background-color: #11a63d;
        z-index: -1;
    }

/*
Case Studies Area Style
======================================================*/
.case-studies-area .container-fluid {
    max-width: 1675px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.case-studies-wrap {
    background-image: url(../../assets/images/case-studies-bg-img.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 40px;
}

    .case-studies-wrap.p-y {
        padding-bottom: 70px;
        padding-top: 100px;
    }

.single-case-studies {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .single-case-studies::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40.63%, rgba(0, 0, 0, 0)), to(#000000));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40.63%, #000000 100%);
    }

    .single-case-studies .case-studies-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 30px;
    }

        .single-case-studies .case-studies-content h3 {
            font-size: 20px;
        }

            .single-case-studies .case-studies-content h3 a {
                color: #ffffff;
            }

        .single-case-studies .case-studies-content .read-more {
            color: #ffffff;
        }

            .single-case-studies .case-studies-content .read-more:hover {
                color: #11a63d;
            }

        .single-case-studies .case-studies-content p {
            color: #ffffff;
            margin-bottom: -75px;
            opacity: 0;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

    .single-case-studies:hover .case-studies-content .read-more {
        color: #11a63d;
    }

    .single-case-studies:hover .case-studies-content p {
        opacity: 1;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.case-studies-slide.owl-theme .owl-nav {
    margin-top: 0 !important;
    line-height: 1;
    position: absolute;
    top: -86px;
    right: -5px;
}

    .case-studies-slide.owl-theme .owl-nav .owl-prev, .case-studies-slide.owl-theme .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #f1f7f8;
        border-radius: 50%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        color: #022641;
    }

        .case-studies-slide.owl-theme .owl-nav .owl-prev i, .case-studies-slide.owl-theme .owl-nav .owl-next i {
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            font-size: 20px;
        }

        .case-studies-slide.owl-theme .owl-nav .owl-prev:hover, .case-studies-slide.owl-theme .owl-nav .owl-next:hover {
            background-color: #11a63d;
        }

            .case-studies-slide.owl-theme .owl-nav .owl-prev:hover i, .case-studies-slide.owl-theme .owl-nav .owl-next:hover i {
                color: #ffffff;
            }

/*
Customer Area Style
======================================================*/
.customer-area {
    position: relative;
    z-index: 1;
    background-image: url(../../assets/images/testimonial-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .customer-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #022641;
        opacity: 0.9;
        z-index: -1;
    }

    .customer-area .container-fluid {
        max-width: 1675px;
        margin: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

.customer-content .top-title {
    font-size: 16px;
    font-weight: 600;
    color: #11a63d;
    margin-bottom: 10px;
    display: block;
}

.customer-content h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #ffffff;
}

.customer-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    margin-left: 30px;
}

    .customer-content ul li {
        display: inline-block;
        margin-left: -30px;
    }

        .customer-content ul li:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .customer-content ul li img {
            border-radius: 50%;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            cursor: pointer;
        }

        .customer-content ul li p {
            margin-left: 10px;
            position: relative;
            top: 6px;
            color: #ffffff;
            font-weight: 600;
        }

            .customer-content ul li p span {
                color: #11a63d;
                font-weight: 700;
            }

.single-customer {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 50px;
    position: relative;
}

    .single-customer .quait {
        position: absolute;
        top: 50px;
        right: 50px;
        opacity: 0.2;
    }

    .single-customer i {
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 50px;
        color: rgba(17, 166, 61, 0.2);
    }

    .single-customer .avataer {
        position: relative;
       /* padding-left: 90px;*/
        margin-bottom: 30px;
    }

        .single-customer .avataer h3 {
            font-size: 20px;
        }

        .single-customer .avataer img {
            position: absolute;
            top: -10px;
            left: 0;
            border-radius: 50%;
        }

.customer-slide.owl-carousel .owl-item img {
    width: auto;
}

.customer-slide.owl-theme .owl-nav {
    margin-top: 0 !important;
    line-height: 1;
}

    .customer-slide.owl-theme .owl-nav .owl-prev, .customer-slide.owl-theme .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #ffffff;
        border-radius: 50%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        position: absolute;
        top: 50%;
        left: -75px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 20px;
    }

        .customer-slide.owl-theme .owl-nav .owl-prev i, .customer-slide.owl-theme .owl-nav .owl-next i {
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .customer-slide.owl-theme .owl-nav .owl-prev:hover, .customer-slide.owl-theme .owl-nav .owl-next:hover {
            background-color: #11a63d;
        }

            .customer-slide.owl-theme .owl-nav .owl-prev:hover i, .customer-slide.owl-theme .owl-nav .owl-next:hover i {
                color: #ffffff;
            }

    .customer-slide.owl-theme .owl-nav .owl-next {
        left: auto;
        right: -75px;
    }

.customer-wrap {
    margin-left: 100px;
}

/*
Team Area Style
======================================================*/
.single-team {
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .single-team .team-img {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .single-team .team-img ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
            position: absolute;
            right: 10px;
            bottom: -60px;
            margin: auto;
            text-align: center;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

            .single-team .team-img ul li {
                display: inline-block;
            }

                .single-team .team-img ul li a {
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    background-color: #ffffff;
                    color: #ffffff;
                    display: inline-block;
                    border-radius: 0;
                    font-size: 15px;
                }

                    .single-team .team-img ul li a i {
                        font-size: 20px;
                        background-color: #2867B2;
                        padding: 5px;
                        border-radius: 50px;
                    }

                    .single-team .team-img ul li a:hover {
                        background-color: #ffffff;
                    }

    .single-team .team-content h3 {
        font-size: 20px;
    }

    .single-team .team-content span {
        color: #022641;
    }

    .single-team:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .single-team:hover .team-img ul {
            bottom: 10px;
        }

/*
Partner Area Style
======================================================*/
.partner-slide.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

/*
Blog Area Style
======================================================*/
.single-blog {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 30px;
}

    .single-blog .blog-img {
        display: block;
        margin-bottom: 25px;
    }

    .single-blog .blog-content .tag {
        display: inline-block;
        padding: 0px 10px;
        background-color: #11a63d;
        color: #ffffff;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 29px;
    }

        .single-blog .blog-content .tag:hover {
            background-color: #022641;
        }

    .single-blog .blog-content h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

        .single-blog .blog-content h3 a {
            color: #022641;
        }

    .single-blog .blog-content h4 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 36px;
    }

        .single-blog .blog-content h4 a {
            color: #022641;
        }

    .single-blog .blog-content ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .single-blog .blog-content ul li {
            display: inline-block;
            margin-right: 60px;
            position: relative;
            font-size: 14px;
        }

            .single-blog .blog-content ul li::before {
                content: "";
                position: absolute;
                top: 10px;
                right: -35px;
                width: 6px;
                height: 6px;
                background-color: #11a63d;
                border-radius: 50%;
            }

            .single-blog .blog-content ul li:last-child::before {
                display: none;
            }

            .single-blog .blog-content ul li a {
                color: #1b3c54;
            }

                .single-blog .blog-content ul li a:hover {
                    color: #11a63d;
                }

    .single-blog:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .single-blog:hover .blog-content h3 a {
            color: #11a63d;
        }

        .single-blog:hover .blog-content h4 a {
            color: #11a63d;
        }

/*
Footer Area Style
======================================================*/
.single-footer-widget {
    margin-bottom: 30px;
}

    .single-footer-widget .white-logo {
        margin-bottom: 20px;
        display: inline-block;
    }

    .single-footer-widget h4 {
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .single-footer-widget .newsletter-form .form-control {
        background-color: transparent;
        border-radius: 50px;
        color: #ffffff;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

        .single-footer-widget .newsletter-form .form-control:focus {
            border-color: #11a63d;
        }

        .single-footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
            color: #ffffff;
        }

        .single-footer-widget .newsletter-form .form-control:-ms-input-placeholder {
            color: #ffffff;
        }

        .single-footer-widget .newsletter-form .form-control::-ms-input-placeholder {
            color: #ffffff;
        }

        .single-footer-widget .newsletter-form .form-control::placeholder {
            color: #ffffff;
        }

    .single-footer-widget .newsletter-form .default-btn {
        width: 100%;
        margin-top: 15px;
    }

        .single-footer-widget .newsletter-form .default-btn:hover {
            background-color: #ffffff;
            border-color: #ffffff;
            color: #11a63d;
        }

    .single-footer-widget .newsletter-form #validator-newsletter {
        color: #ff0000;
        margin-top: 5px;
        text-align: center;
        font-size: 14px;
    }

    .single-footer-widget h3 {
        font-size: 24px;
        margin-bottom: 25px;
        color: #ffffff;
    }

    .single-footer-widget ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

    .single-footer-widget .import-link li {
        margin-bottom: 15px;
        position: relative;
        padding-left: 20px;
    }

        .single-footer-widget .import-link li::before {
            content: "";
            position: absolute;
            top: 7px;
            left: 0;
            width: 10px;
            height: 10px;
            background-color: #11a63d;
            border-radius: 50%;
        }

        .single-footer-widget .import-link li:last-child {
            margin-bottom: 0;
        }

        .single-footer-widget .import-link li a {
            color: #ffffff;
        }

            .single-footer-widget .import-link li a:hover {
                color: #11a63d;
            }

    .single-footer-widget .contact-info li {
        position: relative;
        color: #ffffff;
        margin-bottom: 15px;
        padding-left: 90px;
    }

        .single-footer-widget .contact-info li:last-child {
            margin-bottom: 0;
        }

        .single-footer-widget .contact-info li span {
            color: #11a63d;
            position: absolute;
            top: 0;
            left: 0;
            font-weight: 700;
            font-size: 16px;
            font-family: "Volkhov", serif;
        }

        .single-footer-widget .contact-info li a {
            color: #ffffff;
        }

            .single-footer-widget .contact-info li a:hover {
                color: #11a63d;
            }

/*
Copy Right Area Style
======================================================*/
.copy-right-area {
    padding-bottom: 30px;
}

    .copy-right-area .copy-right-wrap {
        border-top: 1px solid rgba(229, 229, 229, 0.2);
        padding-top: 30px;
    }

.copy-right-content p {
    color: #ffffff;
}

    .copy-right-content p a {
        color: #11a63d;
    }

.copy-right-social-icon ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right;
}

    .copy-right-social-icon ul li {
        display: inline-block;
        margin-right: 5px;
    }

        .copy-right-social-icon ul li:last-child {
            margin-right: 0;
        }

        .copy-right-social-icon ul li a {
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: inline-block;
            font-size: 20px;
            color: #022641;
        }

            .copy-right-social-icon ul li a:hover {
                background-color: #ffffff;
                color: #022641;
            }

/*
Page Banner Area Style
======================================================*/
.page-banner-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-image: url(../../assets/images/header-bg.png);
}

    .page-banner-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, right top, left top, color-stop(18.1%, #FFFFFF), color-stop(58.56%, rgba(241, 247, 248, 0.2)), color-stop(65.36%, rgba(241, 247, 248, 0)));
        background: linear-gradient(270deg, #FFFFFF 18.1%, rgba(241, 247, 248, 0.2) 58.56%, rgba(241, 247, 248, 0) 65.36%);
        z-index: -1;
        -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    .page-banner-area.bg-1 {
        background-image: url(../../assets/images/page-bg/page-bg-1.jpg);
    }

.page-banner-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    line-height: 1;
}

    .page-banner-content ul li {
        display: inline-block;
        position: relative;
        margin-right: 30px;
    }

        .page-banner-content ul li::before {
            content: "";
            position: absolute;
            top: 1px;
            right: -19px;
            width: 1px;
            height: 100%;
            background-color: #022641;
            -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
        }

        .page-banner-content ul li:last-child {
            margin-right: 0;
        }

            .page-banner-content ul li:last-child::before {
                display: none;
            }

/*
Appointment Area Style
======================================================*/
.appointment-img {
    position: relative;
    z-index: 1;
    margin: 30px;
    margin-right: 50px;
}

    .appointment-img::before {
        content: "";
        position: absolute;
        top: -20px;
        left: -20px;
        width: 400px;
        height: 400px;
        background-color: #11a63d;
        z-index: -1;
    }

    .appointment-img::after {
        content: "";
        position: absolute;
        bottom: -20px;
        right: -20px;
        width: 400px;
        height: 400px;
        background-color: rgba(27, 60, 84, 0.2);
        z-index: -1;
    }

.appointment-form {
    margin-left: 50px;
}

    .appointment-form .form-group {
        margin-bottom: 30px;
    }

        .appointment-form .form-group label {
            font-size: 15px;
            margin-bottom: 8px;
        }

        .appointment-form .form-group .form-control {
            background-color: #ffffff;
        }

/*
Pricing Area Style
======================================================*/
.single-pricing {
    background-color: #f1f7f8;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .single-pricing h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .single-pricing h2 {
        font-size: 36px;
        color: #11a63d;
        margin-bottom: 15px;
    }

        .single-pricing h2 span {
            font-size: 20px;
            color: #022641;
            position: relative;
            top: -6px;
        }

        .single-pricing h2 sub {
            color: #1b3c54;
            font-size: 16px;
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
        }

    .single-pricing ul {
        padding-left: 0;
        margin-bottom: 30px;
        list-style-type: none;
    }

        .single-pricing ul li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 15px;
        }

            .single-pricing ul li:last-child {
                margin-bottom: 0;
            }

            .single-pricing ul li i {
                position: absolute;
                top: 0;
                left: 0;
                color: #11a63d;
            }

            .single-pricing ul li .ri-close-line {
                color: #df0000;
            }

    .single-pricing:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .single-pricing.active {
        background-color: #022641;
    }

        .single-pricing.active h3 {
            color: #ffffff;
        }

        .single-pricing.active h2 span {
            color: #ffffff;
        }

        .single-pricing.active h2 sub {
            color: #ffffff;
        }

        .single-pricing.active ul li {
            color: #ffffff;
        }

        .single-pricing.active .default-btn:hover {
            background-color: #ffffff;
            color: #022641;
        }

/*
FAQ Area CSS
=====================================================*/
.accordion-item {
    border: none;
    max-width: 860px;
    margin: auto;
    margin-bottom: 45px;
}

    .accordion-item:last-child {
        margin-bottom: 0;
    }

    .accordion-item .accordion-header .accordion-button {
        border: none;
        border-bottom: 1px solid #E5E5E5;
        font-size: 20px;
        font-weight: 700;
        font-family: "Volkhov", serif;
        color: #022641;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

        .accordion-item .accordion-header .accordion-button::after {
            -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
        }

        .accordion-item .accordion-header .accordion-button:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .accordion-item .accordion-header .accordion-button:not(.collapsed) {
            background-color: #ffffff;
            color: #022641;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #ebf0f3;
            border-bottom: 1px solid #E5E5E5;
        }

    .accordion-item .accordion-body {
        border: none;
        border-top: none;
        background-color: #ffffff;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .accordion-item:first-of-type .accordion-button {
        border-radius: 0;
    }

    .accordion-item:last-of-type .accordion-button.collapsed {
        border-radius: 0;
    }

/*
Contact Area CSS
=====================================================*/
.contact-area .section-title h2 {
    font-size: 30px;
}

.contact-info-content {
    max-width: 475px;
    margin-left: auto;
}

    .contact-info-content h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .contact-info-content ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .contact-info-content ul li {
            position: relative;
            padding-left: 75px;
            margin-bottom: 30px;
        }

            .contact-info-content ul li:last-child {
                margin-bottom: 0;
            }

            .contact-info-content ul li h3 {
                font-size: 20px;
            }

            .contact-info-content ul li i {
                position: absolute;
                top: 0;
                left: 0;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                background-color: #ffffff;
                border-radius: 50%;
                font-size: 20px;
                color: #022641;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

            .contact-info-content ul li .icon {
                position: absolute;
                top: -5px;
                left: 0;
                width: 60px;
                height: 60px;
                line-height: 60px;
                text-align: center;
                background-color: #ffffff;
                border-radius: 50%;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

            .contact-info-content ul li:hover .icon {
                background-color: #11a63d;
            }

                .contact-info-content ul li:hover .icon img {
                    -webkit-filter: brightness(10);
                    filter: brightness(10);
                }

            .contact-info-content ul li:hover i {
                background-color: #11a63d;
                color: #ffffff;
            }

.maps-wrap iframe {
    display: block;
    width: 100%;
    height: 510px;
}

.contact-form {
    max-width: 860px;
    margin: auto;
    position: relative;
}

    .contact-form .form-group {
        margin-bottom: 30px;
    }

        .contact-form .form-group label {
            margin-bottom: 8px;
            font-size: 15px;
        }

    .contact-form .form-check {
        padding-left: 12px;
    }

        .contact-form .form-check label {
            margin-bottom: 0;
        }

        .contact-form .form-check a {
            color: #11a63d;
        }

.list-unstyled {
    color: #dc3545;
    margin-top: 10px;
    font-size: 14px;
}

.hidden {
    display: none;
}

#msgSubmit {
    margin-top: 30px;
    font-size: 20px;
}

/*
Widget Area CSS
=====================================================*/
.widget-sidebar .sidebar-widget {
    margin-bottom: 30px;
    background-color: #F1F5F7;
    padding: 50px;
}

    .widget-sidebar .sidebar-widget:last-child {
        margin-bottom: 0;
    }

    .widget-sidebar .sidebar-widget h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .widget-sidebar .sidebar-widget ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

        .widget-sidebar .sidebar-widget ul li {
            position: relative;
            font-size: 16px;
            margin-bottom: 20px;
        }

            .widget-sidebar .sidebar-widget ul li:last-child {
                margin-bottom: 0;
            }

            .widget-sidebar .sidebar-widget ul li a {
                display: block;
                font-weight: 600;
                color: #022641;
                font-size: 15px;
            }

                .widget-sidebar .sidebar-widget ul li a:hover {
                    color: #11a63d;
                }

                .widget-sidebar .sidebar-widget ul li a i {
                    float: right;
                }

    .widget-sidebar .sidebar-widget .src-form {
        position: relative;
    }

        .widget-sidebar .sidebar-widget .src-form .form-control {
            background: #FFFFFF;
            border: 1px solid #E5E5E5;
        }

            .widget-sidebar .sidebar-widget .src-form .form-control:focus {
                border-color: #11a63d;
            }

            .widget-sidebar .sidebar-widget .src-form .form-control::-webkit-input-placeholder {
                color: rgba(27, 60, 84, 0.3);
            }

            .widget-sidebar .sidebar-widget .src-form .form-control:-ms-input-placeholder {
                color: rgba(27, 60, 84, 0.3);
            }

            .widget-sidebar .sidebar-widget .src-form .form-control::-ms-input-placeholder {
                color: rgba(27, 60, 84, 0.3);
            }

            .widget-sidebar .sidebar-widget .src-form .form-control::placeholder {
                color: rgba(27, 60, 84, 0.3);
            }

        .widget-sidebar .sidebar-widget .src-form .src-btn {
            position: absolute;
            top: 12px;
            right: 18px;
            background-color: transparent;
            font-size: 20px;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

            .widget-sidebar .sidebar-widget .src-form .src-btn:hover {
                color: #11a63d;
            }

    .widget-sidebar .sidebar-widget.recent-post .item {
        position: relative;
        margin-bottom: 20px;
        padding-left: 115px;
    }

        .widget-sidebar .sidebar-widget.recent-post .item:last-child {
            margin-bottom: 0;
        }

        .widget-sidebar .sidebar-widget.recent-post .item .thumb {
            top: 0;
            left: 0;
            width: 100px;
            float: unset;
            height: 100%;
            display: block;
            position: absolute;
        }

            .widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage {
                width: 100px;
                height: 100%;
                display: inline-block;
                background-repeat: no-repeat;
                background-size: cover !important;
                background-position: center center !important;
            }

                .widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage.bg-1 {
                    background-image: url(../../assets/images/blog/blog-1.jpg);
                }

                .widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage.bg-2 {
                    background-image: url(../../assets/images/blog/blog-2.jpg);
                }

                .widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage.bg-3 {
                    background-image: url(../../assets/images/blog/blog-3.jpg);
                }

                .widget-sidebar .sidebar-widget.recent-post .item .thumb .fullimage.bg-4 {
                    background-image: url(../../assets/images/blog/blog-4.jpg);
                }

        .widget-sidebar .sidebar-widget.recent-post .item .info .title {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 0;
        }

        .widget-sidebar .sidebar-widget.recent-post .item .info .date {
            padding-left: 0;
            position: relative;
            margin-bottom: 7px;
            display: block;
        }

            .widget-sidebar .sidebar-widget.recent-post .item .info .date i {
                position: relative;
                top: 2px;
                color: #11a63d;
            }

    .widget-sidebar .sidebar-widget.tags ul {
        margin-bottom: -6px;
    }

        .widget-sidebar .sidebar-widget.tags ul li {
            display: inline-block;
            margin-bottom: 6px;
            padding-left: 0;
            margin-right: 6px;
        }

            .widget-sidebar .sidebar-widget.tags ul li:last-child {
                margin-bottom: 0;
                margin-right: 0;
            }

            .widget-sidebar .sidebar-widget.tags ul li::before {
                display: none;
            }

            .widget-sidebar .sidebar-widget.tags ul li a {
                background: #FFFFFF;
                border: 1px solid #E5E5E5;
                padding: 0px 13px;
                display: inline-block;
                font-size: 14px;
                line-height: 50px;
                font-weight: 400;
            }

                .widget-sidebar .sidebar-widget.tags ul li a:hover {
                    background-color: #11a63d;
                    color: #ffffff;
                    border-color: #11a63d;
                }

    .widget-sidebar .sidebar-widget.help-us .form-group {
        margin-bottom: 20px;
    }

        .widget-sidebar .sidebar-widget.help-us .form-group .form-control {
            background-color: #FFFFFF;
            border: 1px solid #E5E5E5;
        }

            .widget-sidebar .sidebar-widget.help-us .form-group .form-control:focus {
                border-color: #11a63d;
            }

        .widget-sidebar .sidebar-widget.help-us .form-group label {
            margin-bottom: 10px;
        }

    .widget-sidebar .sidebar-widget.project-info li {
        margin-bottom: 20px;
    }

        .widget-sidebar .sidebar-widget.project-info li:last-child {
            margin-bottom: 0;
        }

        .widget-sidebar .sidebar-widget.project-info li h4 {
            font-size: 18px;
            margin-bottom: 11px;
        }

        .widget-sidebar .sidebar-widget.project-info li a {
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            display: inline-block;
            border-radius: 50%;
            background-color: rgba(27, 60, 84, 0.3);
            color: #ffffff;
            margin-right: 5px;
            font-weight: normal;
        }

            .widget-sidebar .sidebar-widget.project-info li a:last-child {
                margin-right: 0;
            }

            .widget-sidebar .sidebar-widget.project-info li a i {
                float: unset;
            }

            .widget-sidebar .sidebar-widget.project-info li a:hover {
                background-color: #11a63d;
                color: #ffffff;
            }

.project-info-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}

/* 
Login Register Area Style
=====================================================*/
.login-register-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 50px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto;
}

    .login-register-content h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .login-register-content .form-group {
        margin-bottom: 20px;
    }

        .login-register-content .form-group label {
            margin-bottom: 8px;
        }

        .login-register-content .form-group .form-control::-webkit-input-placeholder {
            color: #afb5c4;
        }

        .login-register-content .form-group .form-control:-ms-input-placeholder {
            color: #afb5c4;
        }

        .login-register-content .form-group .form-control::-ms-input-placeholder {
            color: #afb5c4;
        }

        .login-register-content .form-group .form-control::placeholder {
            color: #afb5c4;
        }

        .login-register-content .form-group .form-control:focus {
            border-color: #11a63d;
        }

        .login-register-content .form-group .default-btn {
            width: 100%;
        }

        .login-register-content .form-group a {
            text-align: right;
            display: block;
        }

    .login-register-content p a {
        color: #11a63d;
    }

/*
Error Area CSS
=====================================================*/
.error-content {
    text-align: center;
    position: relative;
}

    .error-content .default-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 200px;
    }

/*
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
    height: 100vh;
}

.coming-soon-content {
    max-width: 700px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 60px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin: auto;
}

    .coming-soon-content h2 {
        font-size: 40px;
        margin-top: -10px;
        margin-bottom: 0;
    }

    .coming-soon-content #timer {
        margin-top: 40px;
    }

        .coming-soon-content #timer div {
            border: 4px solid #11a63d;
            color: #11a63d;
            width: 100px;
            height: 105px;
            border-radius: 5px;
            font-size: 40px;
            font-weight: 800;
            margin-left: 10px;
            margin-right: 10px;
        }

            .coming-soon-content #timer div span {
                display: block;
                margin-top: -2px;
                font-size: 17px;
                font-weight: 600;
            }

    .coming-soon-content form {
        position: relative;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

        .coming-soon-content form .form-group {
            margin-bottom: 25px;
            width: 100%;
            position: relative;
        }

            .coming-soon-content form .form-group .label-title {
                margin-bottom: 0;
                position: absolute;
                display: block;
                left: 0;
                top: 0;
                pointer-events: none;
                width: 100%;
                height: 100%;
                color: #022641;
            }

                .coming-soon-content form .form-group .label-title i {
                    position: absolute;
                    left: 0;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                    top: 9px;
                    font-size: 22px;
                }

                .coming-soon-content form .form-group .label-title::before {
                    content: "";
                    display: block;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 0;
                    height: 2px;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                    background: #11a63d;
                }

            .coming-soon-content form .form-group .input-newsletter {
                border-radius: 0;
                border: 1px solid #eeeeee;
                padding: 10px 20px;
                color: #022641;
                height: 50px;
                display: block;
                width: 100%;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
                font-size: 16px;
                font-weight: 400;
                background-color: #ffffff;
            }

                .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
                    color: #1b3c54;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
                    color: #1b3c54;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
                    color: #1b3c54;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                .coming-soon-content form .form-group .input-newsletter::placeholder {
                    color: #1b3c54;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                .coming-soon-content form .form-group .input-newsletter:focus {
                    border-color: #11a63d;
                    outline: 0 !important;
                }

                    .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
                        color: transparent;
                    }

                    .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
                        color: transparent;
                    }

                    .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
                        color: transparent;
                    }

                    .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
                        color: transparent;
                    }

        .coming-soon-content form .validation-danger {
            margin-top: 15px;
            color: #ff0000;
        }

        .coming-soon-content form .validation-success {
            margin-top: 15px;
        }

        .coming-soon-content form p {
            margin-bottom: 0;
            margin-top: 20px;
        }

    .coming-soon-content .newsletter-form .default-btn {
        margin-top: 0;
        height: 49px;
    }

/* 
Main Content Text Style
=====================================================*/
.main-content-text h1, .main-content-text h2, .main-content-text h3, .main-content-text h4, .main-content-text h5, .main-content-text h6 {
    margin-bottom: 15px;
}

.main-content-text h1 {
    font-size: 30px;
}

.main-content-text h2 {
    font-size: 26px;
}

.main-content-text h3 {
    font-size: 22px;
}

.main-content-text h4 {
    font-size: 22px;
}

.main-content-text h5 {
    font-size: 20px;
}

.main-content-text h6 {
    font-size: 18px;
}

.main-content-text .gap-20 {
    margin-bottom: 30px;
}

.main-content-text ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}

    .main-content-text ul li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 35px;
    }

        .main-content-text ul li:last-child {
            margin-bottom: 0;
        }

        .main-content-text ul li i {
            position: absolute;
            top: -6px;
            left: 0;
            color: #11a63d;
            font-size: 25px;
        }

.main-content-text ol {
    padding-left: 18px;
}

    .main-content-text ol li {
        margin-bottom: 10px;
    }

        .main-content-text ol li::marker {
            color: #11a63d;
        }

        .main-content-text ol li:last-child {
            margin-bottom: 0;
        }

.main-content-text a {
    color: #11a63d;
}

    .main-content-text a:hover {
        text-decoration: underline;
    }

.main-content-text .content-gap-mb-20 {
    margin-bottom: 20px;
}

.main-content-text .content-gap-mb-30 {
    margin-bottom: 30px;
}

/* 
Blog Details Area Style
=====================================================*/
.blog-details-content .blog-img img {
    margin-bottom: 30px;
}

.blog-details-content .blog-img .tag {
    display: inline-block;
    background-color: #11a63d;
    padding: 5px 20px;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 29px;
}

.blog-details-content .blog-img h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.blog-details-content .blog-img ul {
    padding-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
}

    .blog-details-content .blog-img ul li {
        display: inline-block;
        margin-right: 60px;
        position: relative;
    }

        .blog-details-content .blog-img ul li::before {
            content: "";
            position: absolute;
            top: 9px;
            right: -35px;
            width: 6px;
            height: 6px;
            background-color: #11a63d;
            border-radius: 50%;
        }

        .blog-details-content .blog-img ul li:last-child {
            margin-right: 0;
        }

            .blog-details-content .blog-img ul li:last-child::before {
                display: none;
            }

.blog-details-content blockquote {
    position: relative;
    padding-left: 80px;
}

    .blog-details-content blockquote i {
        color: #11a63d;
        font-size: 50px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .blog-details-content blockquote p {
        font-weight: 700;
        font-size: 18px;
    }

.blog-details-content .tag-social {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

    .blog-details-content .tag-social ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .blog-details-content .tag-social ul li {
            display: inline-block;
            margin-right: 5px;
        }

            .blog-details-content .tag-social ul li:last-child {
                margin-right: 0;
            }

            .blog-details-content .tag-social ul li span {
                font-weight: 600;
            }

    .blog-details-content .tag-social .social-link li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block;
        background-color: #3b5998;
        border-radius: 50%;
        color: #ffffff;
    }

    .blog-details-content .tag-social .social-link li:nth-child(2) a {
        background-color: #1da1f2;
    }

    .blog-details-content .tag-social .social-link li:nth-child(3) a {
        background-color: #007bb5;
    }

.blog-details-content .prev-next {
    margin-bottom: 50px;
}

    .blog-details-content .prev-next a {
        font-weight: 600;
    }

        .blog-details-content .prev-next a i {
            position: relative;
            top: 2px;
        }

.blog-details-content .comments {
    margin-bottom: 50px;
}

    .blog-details-content .comments h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .blog-details-content .comments ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .blog-details-content .comments ul li {
            position: relative;
            margin-bottom: 30px;
        }

            .blog-details-content .comments ul li:last-child {
                margin-bottom: 0;
            }

            .blog-details-content .comments ul li span {
                display: block;
                margin-bottom: 10px;
            }

            .blog-details-content .comments ul li h4 {
                font-size: 16px;
                font-family: "Open Sans", sans-serif;
            }

            .blog-details-content .comments ul li p {
                margin-bottom: 0;
            }

            .blog-details-content .comments ul li .reply {
                position: absolute;
                top: 0;
                right: 0;
                font-weight: 700;
                font-size: 14px;
            }

                .blog-details-content .comments ul li .reply i {
                    position: relative;
                    top: 4px;
                }

.blog-details-content .leave-form h3 {
    font-size: 25px;
}

.blog-details-content .leave-form p {
    margin-bottom: 30px;
}

.blog-details-content .leave-form .form-group {
    margin-bottom: 30px;
}

    .blog-details-content .leave-form .form-group .form-control {
        background: rgba(241, 247, 248, 0.5);
        border: 1px solid #E5E5E5;
    }

    .blog-details-content .leave-form .form-group label {
        margin-bottom: 8px;
    }

/* 
Services Details Area Style
=====================================================*/
.services-details img {
    margin-bottom: 30px;
}

.services-details h3 {
    font-size: 36px;
}

.services-details h4 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.services-details h2 {
    margin-bottom: 40px;
}

.services-details ul {
    padding-left: 30px;
    margin-bottom: 30px;
    list-style-type: none;
}

    .services-details ul li {
       /* display: inline-block;*/
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

        .services-details ul li:last-child {
            margin-bottom: 0;
        }

        .services-details ul li i {
            position: absolute;
            top: 0;
            left: 0;
            color: #11a63d;
        }

/* 
Case Details Area Style
=====================================================*/
.case-study-details-area .container {
    max-width: 1330px;
    margin: auto;
}

.case-study-details-area .widget-sidebar .sidebar-widget.project-info li h4 {
    font-size: 20px;
}

.case-overview {
    margin-bottom: 50px;
}

    .case-overview h2 {
        font-size: 36px;
    }

    .case-overview p {
        margin-bottom: 30px;
    }

.case-study-details h4 {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.case-study-details ul {
    padding-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
}

    .case-study-details ul li {
        display: inline-block;
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

        .case-study-details ul li:last-child {
            margin-bottom: 0;
        }

        .case-study-details ul li i {
            position: absolute;
            top: 0;
            left: 0;
            color: #11a63d;
        }

/*====================================================
OTHERS STYLE AREA
=====================================================*/
/*
Preloader Area Style*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 99999;
}

    .preloader .lds-ripple {
        position: absolute;
        width: 80px;
        height: 80px;
        -webkit-animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
        animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-40px, -50px);
        transform: translate(-40px, -50px);
    }

    .preloader .preloader-container {
        width: 80px;
        height: 80px;
    }

    .preloader .petal {
        position: absolute;
        width: 30%;
        height: 50%;
        bottom: 50%;
        left: 50%;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        border-radius: 50%;
        z-index: 2;
    }

        .preloader .petal::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            bottom: 0%;
            left: 0%;
            -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
            border-radius: 50%;
            background-color: #11a63d;
            z-index: 2;
            -webkit-animation: opacity-nine 0.8s infinite linear;
            animation: opacity-nine 0.8s infinite linear;
            opacity: 1;
            border-left: 1px solid #ffffff;
        }

        .preloader .petal:nth-of-type(6) {
            -webkit-transform: translate(-50%, 0%) rotate(225deg);
            transform: translate(-50%, 0%) rotate(225deg);
        }

            .preloader .petal:nth-of-type(6)::before {
                background-color: transparent;
                -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
            }

        .preloader .petal:nth-of-type(7) {
            -webkit-transform: translate(-50%, 0%) rotate(270deg);
            transform: translate(-50%, 0%) rotate(270deg);
        }

            .preloader .petal:nth-of-type(7)::before {
                background-color: transparent;
                -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s;
            }

        .preloader .petal:nth-of-type(8) {
            -webkit-transform: translate(-50%, 0%) rotate(315deg);
            transform: translate(-50%, 0%) rotate(315deg);
        }

            .preloader .petal:nth-of-type(8)::before {
                background-color: transparent;
                -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s;
            }

        .preloader .petal:nth-of-type(1) {
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
        }

            .preloader .petal:nth-of-type(1)::before {
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
            }

        .preloader .petal:nth-of-type(2) {
            -webkit-transform: translate(-50%, 0%) rotate(45deg);
            transform: translate(-50%, 0%) rotate(45deg);
        }

            .preloader .petal:nth-of-type(2)::before {
                -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s;
            }

        .preloader .petal:nth-of-type(3) {
            -webkit-transform: translate(-50%, 0%) rotate(90deg);
            transform: translate(-50%, 0%) rotate(90deg);
        }

            .preloader .petal:nth-of-type(3)::before {
                -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s;
            }

        .preloader .petal:nth-of-type(4) {
            -webkit-transform: translate(-50%, 0%) rotate(135deg);
            transform: translate(-50%, 0%) rotate(135deg);
        }

            .preloader .petal:nth-of-type(4)::before {
                -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s;
            }

        .preloader .petal:nth-of-type(5) {
            -webkit-transform: translate(-50%, 0%) rotate(180deg);
            transform: translate(-50%, 0%) rotate(180deg);
        }

            .preloader .petal:nth-of-type(5)::before {
                -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s;
            }

    .preloader .petal-1 {
        position: absolute;
        width: 30%;
        height: 50%;
        bottom: 50%;
        left: 50%;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        border-radius: 50%;
        z-index: -1;
    }

        .preloader .petal-1::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            bottom: 0%;
            left: 0%;
            -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
            border-radius: 50%;
            background-color: #11a63d;
            z-index: 2;
            -webkit-animation: opacity-nine 0.8s infinite linear;
            animation: opacity-nine 0.8s infinite linear;
            opacity: 1;
        }

        .preloader .petal-1:nth-of-type(9) {
            -webkit-transform: translate(-50%, 0%) rotate(225deg);
            transform: translate(-50%, 0%) rotate(225deg);
        }

            .preloader .petal-1:nth-of-type(9)::before {
                -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
            }

        .preloader .petal-1:nth-of-type(10) {
            -webkit-transform: translate(-50%, 0%) rotate(270deg);
            transform: translate(-50%, 0%) rotate(270deg);
        }

            .preloader .petal-1:nth-of-type(10)::before {
                -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s;
            }

        .preloader .petal-1:nth-of-type(11) {
            -webkit-transform: translate(-50%, 0%) rotate(315deg);
            transform: translate(-50%, 0%) rotate(315deg);
        }

            .preloader .petal-1:nth-of-type(11)::before {
                -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s;
            }

    .preloader .ball {
        position: absolute;
        width: 28%;
        height: 28%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        border: 1px solid #ffffff;
        background-color: #11a63d;
        z-index: 3;
    }

    .preloader.preloader-deactivate {
        visibility: hidden;
    }

@-webkit-keyframes opacity-nine {
    0% {
        opacity: 1;
    }

    95% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes opacity-nine {
    0% {
        opacity: 1;
    }

    95% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}

/*
Go Top Style*/
.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 87%;
    background-color: #11a63d;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

    .go-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 20px;
    }

        .go-top i:last-child {
            opacity: 0;
            visibility: hidden;
            top: 60%;
        }

    .go-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #11a63d;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .go-top:hover {
        color: #ffffff;
        background-color: #11a63d;
    }

        .go-top:hover::before {
            opacity: 1;
            visibility: visible;
        }

        .go-top:hover i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden;
        }

        .go-top:hover i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%;
        }

    .go-top:focus {
        color: #ffffff;
    }

        .go-top:focus::before {
            opacity: 1;
            visibility: visible;
        }

        .go-top:focus i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden;
        }

        .go-top:focus i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%;
        }

    .go-top.active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        right: 3%;
        top: 87%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

/*
Video wave Style*/
.video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 0;
    color: #11a63d;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(98, 189, 94, 0.8);
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .video-btn i {
        font-size: 42px;
        color: #ffffff;
        position: absolute;
        top: 0;
        left: 3px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
    }

    .video-btn::after, .video-btn::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        bottom: 0;
        left: 0;
        border-radius: 0;
        border-radius: 50%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        -webkit-animation: ripple 1.6s ease-out infinite;
        animation: ripple 1.6s ease-out infinite;
        background-color: rgba(98, 189, 94, 0.8);
    }

    .video-btn:hover {
        background-color: rgba(27, 27, 27, 0.8);
    }

        .video-btn:hover::before, .video-btn:hover::after {
            background-color: rgba(27, 27, 27, 0.8);
        }

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.video-btn-2 span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

    .video-btn-2 span::after {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 0.1px solid #11a63d;
        -webkit-animation: videoTwo 8s linear infinite;
        animation: videoTwo 8s linear infinite;
    }

    .video-btn-2 span::before {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 0.1px solid #11a63d;
        -webkit-animation: videoTwo 8s linear infinite;
        animation: videoTwo 8s linear infinite;
    }

    .video-btn-2 span:nth-child(1)::after {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .video-btn-2 span:nth-child(1)::before {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
    }

    .video-btn-2 span:nth-child(2)::after {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .video-btn-2 span:nth-child(2)::before {
        -webkit-animation-delay: 6s;
        animation-delay: 6s;
    }

    .video-btn-2 span:nth-child(3)::after {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    .video-btn-2 span:nth-child(3)::before {
        -webkit-animation-delay: 7s;
        animation-delay: 7s;
    }

    .video-btn-2 span:nth-child(4)::after {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

.video-btn-2 i {
    width: 90px;
    height: 90px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #ffffff;
    color: #11a63d;
    border: 5px solid #11a63d;
    font-size: 60px;
}

.video-btn-2.video-btn-3 i {
    color: #022641;
    border-color: #022641;
}

.video-btn-2.video-btn-3 span::before {
    border: 0.1px solid #022641;
}

.video-btn-2.video-btn-3 span::after {
    border: 0.1px solid #022641;
}

@-webkit-keyframes videoTwo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(5);
        transform: translate(-50%, -50%) scale(5);
        opacity: 0;
    }
}

@keyframes videoTwo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(5);
        transform: translate(-50%, -50%) scale(5);
        opacity: 0;
    }
}

/*
Go Top Style*/
.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 87%;
    background-color: #11a63d;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

    .go-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 20px;
    }

        .go-top i:last-child {
            opacity: 0;
            visibility: hidden;
            top: 60%;
        }

    .go-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #11a63d;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .go-top:hover {
        color: #ffffff;
        background-color: #11a63d;
    }

        .go-top:hover::before {
            opacity: 1;
            visibility: visible;
        }

        .go-top:hover i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden;
        }

        .go-top:hover i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%;
        }

    .go-top:focus {
        color: #ffffff;
    }

        .go-top:focus::before {
            opacity: 1;
            visibility: visible;
        }

        .go-top:focus i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden;
        }

        .go-top:focus i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%;
        }

    .go-top.active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        right: 3%;
        top: 84%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

/*
Video wave Style*/
.video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 0;
    color: #11a63d;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .video-btn i {
        font-size: 42px;
        color: #11a63d;
        position: absolute;
        top: 0;
        left: 0px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
    }

    .video-btn::after, .video-btn::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        bottom: 0;
        left: 0;
        border-radius: 0;
        border-radius: 50%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        -webkit-animation: ripple 1.6s ease-out infinite;
        animation: ripple 1.6s ease-out infinite;
        background-color: #ffffff;
    }

    .video-btn span {
        position: absolute;
        top: 0;
        right: -105px;
        width: 100px;
        font-size: 15px;
    }

    .video-btn:hover {
        background-color: #11a63d;
    }

        .video-btn:hover i {
            color: #ffffff;
        }

        .video-btn:hover::before, .video-btn:hover::after {
            background-color: #11a63d;
        }

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

/*
Page-navigation Area Style*/
.pagination-area {
    margin-top: 10px;
}

    .pagination-area .page-numbers {
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #022641;
        text-align: center;
        display: inline-block;
        position: relative;
        margin-left: 3px;
        margin-right: 3px;
        font-size: 16px;
        background-color: #f1f7f8;
        border-radius: 50px;
        font-weight: 700;
        font-size: 20px;
    }

        .pagination-area .page-numbers:hover {
            color: #ffffff;
            background-color: #11a63d;
        }

        .pagination-area .page-numbers i {
            font-size: 20px;
            font-weight: normal;
            font-weight: 700;
        }

        .pagination-area .page-numbers.next {
            top: 2px;
        }

        .pagination-area .page-numbers.current {
            color: #ffffff;
            border-color: #11a63d;
            background-color: #11a63d;
        }

/*
Animation Area Style*/
.delay-0-2s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-0-4s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-0-6s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-0-8s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-0-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*# sourceMappingURL=style.css.map */
