/* Minification failed. Returning unminified contents.
(1375,1): run-time error CSS1019: Unexpected token, found '}'
 */



/* use font link */


@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400,500,700,800,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap');

/* use style sheet */

@import url(font-awesome-all.css);
@import url(flaticon.css);
@import url(owl.css);
@import url(bootstrap.css);
@import url(jquery.fancybox.min.css);
@import url(animate.css);
@import url(jquery-ui.css);
@import url(jquery.bootstrap-touchspin.css);



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
    font-size: 15px;
    color: #848484;
    line-height: 26px;
    font-weight: 400;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding: 0px;
    }
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}


a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    a:hover {
        text-decoration: none;
        outline: none;
        color: #fd59a4;
    }

input, button, select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

    button:focus,
    input:focus,
    textarea:focus {
        outline: none;
        box-shadow: none;
        transition: all 500ms ease;
    }

p {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #615e5d;
    margin-bottom: 0px;
    font-style: normal;
    transition: all 500ms ease;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}


.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.gray-bg {
    background: #f2f1f0;
}

.black-bg {
    background: #3b3634;
}

.sec-pad {
    padding: 144px 0px 150px 0px;
}

figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.1);
    }
}

/** button **/

.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding: 15px 30px;
    background-color: #fd59a4;
    line-height: 26px;
    color: #ffffff !important;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
}

    .theme-btn:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        background-color: #253b70;
        border: 1px solid #fff;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0.2, 1);
        transform: scale(0.2, 1);
    }

    .theme-btn:hover:before {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }


.pagination {
    position: relative;
    display: block;
    margin-top: 30px;
}

    .pagination li {
        display: inline-block;
        margin: 0px 5px;
    }

        .pagination li a {
            position: relative;
            display: inline-block;
            font-size: 18px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            height: 60px;
            font-weight: 700;
            width: 60px;
            line-height: 60px;
            text-align: center;
            color: #2b3c6b;
            border-radius: 50%;
            border: 1px solid #e7e7e7;
            transition: all 500ms ease;
        }

            .pagination li a:hover,
            .pagination li a.active {
                background: #fd59a4;
                color: #ffffff;
            }

.sec-pad {
    padding: 50px 0px 50px 0px;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-image: url('../images/favicon.png');*/
    background-image: url(../images/icons/preloader.gif);
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 20px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #fd59a4;
    transition: .5s ease;
}

    .scroll-top.open {
        bottom: 30px;
    }

    .scroll-top:hover {
        background: #2b3c6b;
    }

    .scroll-top:after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    }

/** sec-title **/

.sec-title h5 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #fd59a4;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
    margin-bottom: 13px;
    padding: 0px 50px 0px 50px;
}

    .sec-title h5:before {
        position: absolute;
        content: '';
        /*background: #fd59a4;*/
        width: 30px;
        height: 2px;
        left: 0px;
        bottom: 11px;
    }

    .sec-title h5:after {
        position: absolute;
        content: '';
        background: #fd59a4;
        width: 30px;
        height: 2px;
        right: 0px;
        bottom: 11px;
        display: none;
    }

.sec-title.style-two h5:after {
    display: none;
}

.sec-title.style-two h5 {
    padding-right: 0px;
    margin-bottom: 30px;
}

.sec-title h1 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 50px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
    color: #2b3c6b;
}



/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    background: #ffffff;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    left: 0px;
    top: 0px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .header-top {
    position: relative;
    display: block;
    background: #3b5998;
    width: 100%;
    padding: 5px 0px 5px 0px;
}

    .main-header .header-top .social-list li {
        position: relative;
        display: inline-block;
        margin-right: 20px;
    }

        .main-header .header-top .social-list li:last-child {
            margin-right: 0px;
        }

        .main-header .header-top .social-list li a {
            position: relative;
            display: inline-block;
            font-size: 15px;
            line-height: 26px;
            color: #fff;
        }

            .main-header .header-top .social-list li a:hover,
            .main-header .header-top .header-info li a:hover {
                color: #fd59a4;
            }

    .main-header .header-top .header-info li {
        position: relative;
        display: inline-block;
        margin-right: 32px;
        padding: 0px 0px 0px 22px;
    }

        .main-header .header-top .header-info li:last-child {
            margin-right: 0px;
        }

        .main-header .header-top .header-info li:before {
            position: absolute;
            content: '';
            border: 1px dashed #59688d;
            height: 20px;
            width: 1px;
            top: 5px;
            right: -18px;
        }

        .main-header .header-top .header-info li:last-child:before {
            display: none;
        }

        .main-header .header-top .header-info li i {
            /*position: absolute;*/
            left: 0px;
            top: 0px;
            font-size: 14px;
            color: #ffffff;
        }

        .main-header .header-top .header-info li a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            color: #fff;
        }

.main-header .outer-content li {
    position: relative;
    display: inline-block;
}

    .main-header .outer-content li.header-flyout-searchbar i {
        position: relative;
        display: inline-block;
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        background: #fbb419;
        text-align: center;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 7px;
        transition: all 500ms ease;
    }

    .main-header .outer-content li a {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #fff;
        background: #43b3d9;
        text-align: center;
        border-radius: 50%;
    }

        .main-header .outer-content li a:hover,
        .main-header .outer-content li.header-flyout-searchbar i:hover {
            background: #fd59a4;
        }

.main-header .outer-box {
    margin-top: 32px;
}

.main-header .logo-box .logo {
    position: relative;
    display: inline-block;
    padding: 7px 0px;
}

/*.main-header .logo-box .logo:before {
        position: absolute;
        content: '';
        background: url(../images/icons/logo-shap.png);
        width: 216px;
        height: 57px;
        left: -20px;
        bottom: -56px;
        background-repeat: no-repeat;
    }*/



.teacher_img{
    height:80px;
    width:80px;
    border-radius:50%;
}
/** search-box **/
.wraper_flyout_search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .wraper_flyout_search > .table {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
        margin: 0;
    }

        .wraper_flyout_search > .table > .table-cell {
            position: relative;
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            text-align: center;
        }

            .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                transform: translateX(100%);
                -webkit-transform: translateX(100%);
            }

                .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
                    left: 0;
                    background-color: rgba(0, 0, 0, 0.5);
                    transition: all 0.3s ease-in-out 0s;
                    -webkit-transition: all 0.3s ease-in-out 0s;
                }

                .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
                    left: 0px;
                    background-color: rgba(0, 0, 0, 0.4);
                    transition: all 0.3s ease-in-out 0.3s;
                    -webkit-transition: all 0.3s ease-in-out 0.3s;
                }

                .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
                    left: 0px;
                    background-color: rgba(0, 0, 0, 0.9);
                    transition: all 0.9s ease-in-out 0.6s;
                    -webkit-transition: all 0.9s ease-in-out 0.6s;
                }

            .wraper_flyout_search > .table > .table-cell > .flyout-search-close {
                position: absolute;
                top: 40px;
                right: 40px;
                width: 30px;
                z-index: 2;
                text-align: center;
                cursor: pointer;
            }

                .wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line {
                    width: 100%;
                    height: 2px;
                    float: left;
                    margin-bottom: 5px;
                    background-color: #fff;
                }

                    .wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(1) {
                        transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                    }

                    .wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(2) {
                        margin-top: -7px;
                        transform: rotate(-45deg);
                        -webkit-transform: rotate(-45deg);
                    }

            .wraper_flyout_search > .table > .table-cell .flyout_search {
                position: relative;
                z-index: 1;
                float: right;
                width: 100%;
                max-width: 500px;
                padding: 100px 40px 100px 40px;
                text-align: right;
            }

                .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title {
                    margin-bottom: 30px;
                }

                    .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title > *:last-child {
                        margin-bottom: 0 !important;
                    }

                    .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
                        margin-bottom: 20px;
                        text-transform: uppercase;
                        font-weight: 300;
                        font-size: 35px;
                        color: #fff;
                        line-height: 45px;
                        letter-spacing: 50px;
                        opacity: 0;
                        transition: all 1s ease-in-out 0s;
                        -webkit-transition: all 1s ease-in-out 0s;
                    }

                .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row {
                    position: relative;
                    padding: 0;
                    margin: 0;
                }

                    .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row input[type=search] {
                        width: 100%;
                        height: 60px;
                        padding: 0px 40px 0px 0px;
                        background-color: initial;
                        border: none;
                        border-bottom: 3px #dedede solid;
                        box-shadow: initial;
                        font-size: 20px;
                        color: #fff;
                    }

                    .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type=submit] {
                        position: absolute;
                        top: 17px;
                        right: 0;
                        z-index: 1;
                        width: 40px;
                        height: auto;
                        background-color: initial;
                        border: none;
                        cursor: pointer;
                    }

                        .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type=submit] i {
                            font-size: 20px;
                            color: #fff;
                            line-height: 20px;
                        }

body.flyout-searchbar-active .wraper_flyout_search {
    opacity: 1;
    visibility: visible;
}

    body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
        letter-spacing: 0;
        opacity: 1;
    }

#hamburger-menu {
    width: 100%;
}



/** main-menu **/

.main-header .menu-area,
.main-header .outer-box {
    position: relative;
    float: left;
}

.main-header .social-style-one {
    margin-top: 22px;
}

.main-header .menu-area {
    margin-right: 22px;
}

.main-menu {
    position: relative;
    display: block;
}

    .main-menu .navbar-collapse {
        padding: 0px;
    }

    .main-menu .navigation > li {
        position: relative;
        float: left;
        margin: 0px 10px;
    }

        .main-menu .navigation > li:first-child {
            margin-left: 0px;
        }

        .main-menu .navigation > li > a {
            position: relative;
            display: block;
            font-size: 17px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            color: #2b3c6b;
            line-height: 13px;
            font-weight: 700;
            opacity: 1;
            text-transform: capitalize;
            padding: 30px 0px 20px 0px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

    /*.main-menu .navigation > li.current > a,
        .main-menu .navigation > li:hover > a {
            color: #fd59a4;
        }*/

    .main-menu .navigation {
        position: relative;
    }

        .main-menu .navigation > li > ul {
            position: absolute;
            left: 0px;
            top: 100%;
            width: 250px;
            z-index: 100;
            display: none;
            background: #ffffff;
            border-top: 3px solid #fd59a4;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        }

            .main-menu .navigation > li > ul > li {
                position: relative;
                width: 100%;
                padding: 7px 30px;
                border-bottom: 1px solid #e5e5e5;
                transition: all 500ms ease;
            }

                .main-menu .navigation > li > ul > li:last-child {
                    border-bottom: none;
                }

                .main-menu .navigation > li > ul > li > a {
                    position: relative;
                    display: block;
                    font-family: 'M PLUS Rounded 1c', sans-serif;
                    padding: 6px 0px;
                    line-height: 24px;
                    font-size: 15px;
                    color: #2b3c6b;
                    font-weight: 700;
                    text-align: left;
                    text-transform: capitalize;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                .main-menu .navigation > li > ul > li:hover {
                    background: #3b5998;
                    border-bottom: 1px solid #3b5998;
                }

                    .main-menu .navigation > li > ul > li:hover a {
                        color: #ffffff;
                        padding-left: 10px;
                    }

                .main-menu .navigation > li > ul > li:last-child:hover {
                    border-bottom: none;
                }

        .main-menu .navigation > li.dropdown:hover > ul {
            visibility: visible;
            opacity: 1;
        }

    .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
        position: absolute;
        right: 15px;
        top: 8px;
        font-size: 18px;
        border: 1px solid #ffffff;
        color: #ffffff;
        width: 35px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        z-index: 5;
        display: none;
    }

.navbar-header {
    display: none;
}

/** sub-menu **/

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0%;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 3px solid #fd59a4;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid #e5e5e5;
}

    .main-menu .navigation > li > ul > li > ul > li:last-child {
        border-bottom: none;
    }

    .main-menu .navigation > li > ul > li > ul > li > a {
        position: relative;
        display: block;
        padding: 10px 25px !important;
        line-height: 24px;
        font-weight: 700;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-size: 15px;
        text-transform: capitalize;
        color: #2b3c6b !important;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .main-menu .navigation > li > ul > li > ul > li:hover > a {
        color: #ffffff !important;
        background: #fd59a4;
        padding-left: 35px !important;
    }

.main-menu .navigation > li > ul > li.dropdown > a:after {
    position: absolute;
    content: "\f105";
    font-size: 16px;
    color: #222;
    top: 6px;
    right: -12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    cursor: pointer;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}


/** stricky-header **/

.sticky-header .main-menu .navigation > li {
    margin: 0px !important;
}

    .sticky-header .main-menu .navigation > li:before {
        display: none !important;
    }

    .sticky-header .main-menu .navigation > li > a {
        padding: 11px 14px 10px 18px !important;
        margin-top: 5px;
    }

    .sticky-header .main-menu .navigation > li > a {
        color: #222222;
    }

    .sticky-header .main-menu .navigation > li.current > a,
    .sticky-header .main-menu .navigation > li:hover > a {
        /*background: #fd59a4;
        color: #ffffff !important;*/
    }

.sticky-header .logo-box {
    position: relative;
    float: left;
    margin-top: 10px;
}

.sticky-header .menu-area {
    position: relative;
    float: right !important;
}

.sticky-header .main-menu .navigation > li > a:before {
    display: none;
}

/** main-slider **/

.main-slider {
    position: relative;
}

    .main-slider .slide {
        position: relative;
        padding: 195px 0px 170px 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .main-slider .slide:before {
            position: absolute;
            content: '';
            background: rgba(0, 0, 0, 0.0);
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
        }

    .main-slider .content-box {
        position: relative;
        display: block;
        max-width: 700px;
        width: 100%;
    }

    .main-slider h3 {
        position: relative;
        display: block;
        font-size: 28px;
        line-height: 35px;
        color: #fd59a4;
        font-weight: 900;
        opacity: 0;
        margin-bottom: 11px;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    .main-slider .active h3 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 1000ms;
    }

    .main-slider h1 {
        position: relative;
        display: block;
        font-size: 60px;
        line-height: 70px;
        color: #fff;
        font-weight: 900;
        margin-bottom: 25px;
        opacity: 0;
        -webkit-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    .main-slider .active h1 {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        transition-delay: 1500ms;
    }

    .main-slider .text {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 30px;
        color: #fd59a4;
        margin-bottom: 37px;
        opacity: 0;
        -webkit-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
        transform: translateX(50px);
    }

    .main-slider .active .text {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        transition-delay: 1500ms;
    }

    .main-slider .btn-box {
        opacity: 0;
        -webkit-transition: all 1800ms ease;
        -moz-transition: all 1800ms ease;
        -ms-transition: all 1800ms ease;
        -o-transition: all 1800ms ease;
        transition: all 1800ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }

    .main-slider .active .btn-box {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 1800ms;
    }

    /* slide nav */


    .main-slider .owl-dots {
        position: absolute;
        text-align: center;
        left: 50%;
        bottom: 52px;
        display: none;
    }

        .main-slider .owl-dots .owl-dot span {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            border: none;
            background: rgba(255, 255, 255, 0.50);
            cursor: pointer;
            margin: 0px 3px;
            transition: all 500ms ease;
        }

        .main-slider .owl-dots .owl-dot.active span,
        .main-slider .owl-dots .owl-dot:hover span {
            background: #ffffff;
            border: none;
        }

    .main-slider .owl-nav {
        position: absolute;
        left: 0px;
        top: 50%;
        z-index: 1;
        width: 100%;
        margin-top: -20px;
    }

    .main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        position: absolute;
        color: rgba(255, 255, 255, 0.10);
    }

    .main-slider .nav-style-one .owl-nav .owl-prev {
        left: 70px;
    }

    .main-slider .owl-nav .owl-prev {
        position: absolute;
        cursor: pointer;
        display: inline-block;
        color: #fff;
        font-size: 20px;
        background: #fd59a4;
        width: 75px;
        height: 75px;
        line-height: 75px;
        font-weight: 700;
        margin: 0px;
        cursor: pointer;
        border-radius: 50%;
        text-align: center;
        transition: all 500ms ease;
    }

    .main-slider .owl-nav .owl-next {
        position: absolute;
        cursor: pointer;
        display: inline-block;
        color: #fff;
        font-size: 20px;
        background: #fd59a4;
        width: 75px;
        height: 75px;
        line-height: 75px;
        font-weight: 700;
        margin: 0px;
        cursor: pointer;
        border-radius: 50%;
        text-align: center;
        transition: all 500ms ease;
    }

    .main-slider .nav-style-one .owl-nav .owl-next {
        right: 70px;
    }

    .main-slider .owl-nav .owl-prev:hover,
    .main-slider .owl-nav .owl-next:hover {
        background-color: #fff;
        color: #b2b2b2;
    }

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/** about-section **/

.about-section {
    position: relative;
    display: block;
    padding: 100px 0px 150px 0px;
    background-color: #e9ecef;
}


.anim-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

    .anim-icon .icon {
        position: absolute;
        background-repeat: no-repeat;
    }

.about-section .image-box {
    position: relative;
    display: block;
    margin: 6px 30px 0px 60px;
}

    /*.about-section .image-box:before {
        position: absolute;
        content: '';
        background: #9be9ff;
        width: 215px;
        height: 215px;
        border-radius: 50%;
        left: -135px;
        top: 105px;
        -webkit-animation: zoom-fade 5s infinite linear;
        animation: zoom-fade 5s infinite linear;
    }*/

    .about-section .image-box .image {
        position: relative;
        display: block;
        box-shadow: 0 30px 50px rgba(8,13,62,.15);
    }

        .about-section .image-box .image img {
            width: 100%;
        }

    .about-section .image-box .image-1 {
        position: relative;
        display: block;
        border-radius: 30px;
        /*height: 310px;*/
    }

}

.about-section .image-box .image-1 img {
    border-radius: 30px;
}

.about-section .image-box .image-2 {
    position: absolute;
    left: -50px;
    bottom: -90px;
    border: 15px solid #fff;
    border-radius: 30px;
}

.about-section .content-box .sec-title {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.about-section .content-box .bold-text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #4c4c4c;
    font-weight: 400;
    margin-bottom: 15px;
}

.about-section .content-box p {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.about-section .anim-icon .icon-1 {
    background: url(../images/icons/anim-icon-1.png);
    width: 210px;
    height: 275px;
    left: 60px;
    top: 40px;
    background-repeat: no-repeat;
}

.about-section .anim-icon .icon-2 {
    background: url(../images/icons/anim-icon-2.png);
    width: 188px;
    height: 192px;
    top: 70px;
    right: 110px;
    background-repeat: no-repeat;
}

.about-section .anim-icon .icon-3 {
    background: url(../images/icons/anim-icon-3.png);
    width: 102px;
    height: 198px;
    bottom: -40px;
    right: 150px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
    z-index: 1;
}


/** service-section **/

.service-section {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

    .service-section:before {
        position: absolute;
        content: '';
        background: rgba(33, 47, 84, 0.50);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }

    .service-section .carousel-content {
        position: relative;
        display: block;
        margin-right: -340px;
        margin-top: 6px;
    }

.service-block-one {
    position: relative;
    display: block;
    background: #fff;
    padding: 83px 30px 68px 30px;
    text-align: center;
    border-radius: 20px;
    transition: all 500ms ease;
}

    .service-block-one .icon-box {
        position: relative;
        display: inline-block;
        font-size: 65px;
        line-height: 65px;
        color: #fd59a4;
        margin-bottom: 25px;
    }

        .service-block-one .icon-box:before {
            /*position: absolute;
            content: '';
            background: url(../images/icons/icon-1.png);
            width: 56px;
            height: 71px;
            right: -20px;
            top: -10px;
            background-repeat: no-repeat;
            transition: all 500ms ease;*/
        }

.service-section .owl-item:nth-child(odd) .service-block-one .icon-box {
    color: #43b3d9;
}

    .service-section .owl-item:nth-child(odd) .service-block-one .icon-box:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-2.png);
        width: 64px;
        height: 70px;
        right: -20px;
        top: -10px;
        background-repeat: no-repeat;
    }

.service-section .owl-item:nth-child(3n+1) .service-block-one .icon-box {
    color: #fbb419;
}

    .service-section .owl-item:nth-child(3n+1) .service-block-one .icon-box:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-3.png);
        width: 65px;
        height: 70px;
        right: -20px;
        top: -10px;
        background-repeat: no-repeat;
    }

.service-block-one:hover .icon-box:before {
    transform: rotate(25deg) !important;
}

.service-block-one h3 {
    margin-bottom: 27px;
}

h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    color: #2b3c6b;
    margin-bottom: 10px;
}

    h3 a {
        position: relative;
        display: inline-block;
        color: #2b3c6b;
    }

        h3 a:hover {
            color: #fd59a4;
        }

.service-section .inner-content .sec-title h1,
.service-section .inner-content .text {
    color: #fff;
}

.service-section .inner-content {
    position: relative;
    display: block;
    margin-right: 20px;
}

    .service-section .inner-content .sec-title {
        margin-bottom: 5px;
    }

.service-section .owl-dots {
    display: none;
}

.service-section .owl-nav .owl-prev,
.service-section .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #fd59a4;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
}

    .service-section .owl-nav .owl-prev:hover,
    .service-section .owl-nav .owl-next:hover {
        background: #fff;
        color: #2b3c6b;
    }

.service-section .owl-nav {
    position: absolute;
    left: -405px;
    bottom: 0px;
}


/** classes-section **/

.classes-section {
    position: relative;
    display: block;
}

    .classes-section .inner-block {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
    }

        .classes-section .inner-block .image-box {
            position: relative;
            display: block;
            background: #253b71;
            overflow: hidden;
        }

            .classes-section .inner-block .image-box img {
                width: 100%;
                transition: all 500ms ease;
            }

        .classes-section .inner-block:hover .image-box img {
            opacity: 0.5;
            transform: scale(1.02);
        }

        .classes-section .inner-block .lower-content {
            position: relative;
            display: block;
            padding: 34px 40px 37px 40px;
            height: 300px;
        }

            .classes-section .inner-block .lower-content .link-btn {
                position: absolute;
                top: -35px;
                right: 40px;
            }

                .classes-section .inner-block .lower-content .link-btn a {
                    position: relative;
                    display: inline-block;
                    font-size: 20px;
                    font-weight: 600;
                    color: #fff;
                    width: 70px;
                    height: 70px;
                    line-height: 70px;
                    text-align: center;
                    background: #fbb419;
                    border-radius: 50%;
                    transition: all 500ms ease;
                }

                    .classes-section .inner-block .lower-content .link-btn a:hover {
                        background: #253b71 !important;
                    }

        .classes-section .inner-block:hover .lower-content .link-btn a {
            -webkit-transform: scale(-1) rotate(-180deg);
            -moz-transform: scale(-1) rotate(-180deg);
            -ms-transform: scale(-1) rotate(-180deg);
            -o-transform: scale(-1) rotate(-180deg);
            transform: scale(-1) rotate(-180deg);
        }

    .classes-section .block-column:nth-child(2) .inner-block .lower-content .link-btn a {
        background: #43b3d9;
    }

    .classes-section .block-column:last-child .inner-block .lower-content .link-btn a {
        background: #fd59a4;
    }

    .classes-section .inner-block .lower-content h3 {
        margin-bottom: 9px;
    }

    .classes-section .inner-block .lower-content .price {
        position: relative;
        display: block;
        font-size: 18px;
        color: #fd59a4;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 700;
        margin-bottom: 17px;
    }

    .classes-section .inner-block .lower-content .text {
        position: relative;
        display: block;
        margin-bottom: 26px;
    }

    .classes-section .inner-block .lower-content .info-box {
        position: relative;
        display: block;
        background: url(../images/icons/icon-4.png);
        width: 100%;
        padding: 25px 15px 25px 15px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center;
    }

        .classes-section .inner-block .lower-content .info-box li {
            position: relative;
            display: inline-block;
            font-size: 15px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            color: #fff;
            margin: 0px 10px;
            text-transform: uppercase;
        }

            .classes-section .inner-block .lower-content .info-box li:before {
                position: absolute;
                content: '';
                border: 1px dashed #59688e;
                width: 1px;
                height: 20px;
                top: 4px;
                right: -12px;
            }

            .classes-section .inner-block .lower-content .info-box li:last-child:before {
                display: none;
            }

            .classes-section .inner-block .lower-content .info-box li span {
                color: #fd59a4;
                text-transform: capitalize;
            }

    .classes-section .sec-title {
        position: relative;
        display: block;
        margin-bottom: 60px;
    }

    .classes-section .anim-icon .icon-1 {
        background: url(../images/icons/anim-icon-4.png);
        width: 192px;
        height: 292px;
        left: 90px;
        top: -190px;
        background-repeat: no-repeat;
    }


/** feature-section **/

.feature-section {
    position: relative;
    display: block;
    background: #f0eee7;
    padding: 144px 0px;
}

    .feature-section .image-column {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .feature-section .sec-title {
        margin-bottom: 41px;
    }

    .feature-section .inner-box .single-item {
        position: relative;
        display: block;
        padding: 0px 0px 0px 105px;
        margin-bottom: 50px;
    }

        .feature-section .inner-box .single-item:last-child {
            margin-bottom: 0px;
        }

        .feature-section .inner-box .single-item .icon-box {
            position: absolute;
            left: 0px;
            top: -1px;
            font-size: 40px;
            width: 85px;
            height: 85px;
            line-height: 85px;
            color: #fff;
            background: #fbb419;
            text-align: center;
            border-radius: 50%;
            z-index: 1;
        }

            .feature-section .inner-box .single-item .icon-box:before {
                position: absolute;
                content: '';
                background: #2b3c6b;
                width: 100%;
                height: 100%;
                left: 0px;
                top: 0px;
                right: 0px;
                border-radius: 50%;
                transform: scale(0,0);
                z-index: -1;
                transition: all 500ms ease;
            }

        .feature-section .inner-box .single-item:hover .icon-box:before {
            transform: scale(1,1);
        }

        .feature-section .inner-box .single-item:nth-child(2) .icon-box {
            background: #43b3d9;
        }

        .feature-section .inner-box .single-item:last-child .icon-box {
            background: #fd59a4;
        }

    .feature-section .anim-icon .icon-1 {
        background: url(../images/icons/anim-icon-5.png);
        width: 119px;
        height: 127px;
        top: 120px;
        right: 320px;
        background-repeat: no-repeat;
        -webkit-animation: zoom-fade 5s infinite linear;
        animation: zoom-fade 5s infinite linear;
    }

    .feature-section .anim-icon .icon-2 {
        background: url(../images/icons/anim-icon-6.png);
        width: 321px;
        height: 289px;
        right: 0px;
        bottom: -90px;
        background-repeat: no-repeat;
    }


/** our-teachers **/

.our-teachers {
    position: relative;
    display: block;
}

    .our-teachers .sec-title {
        margin-bottom: 60px;
    }

.teachers-block-one {
    position: relative;
    display: block;
}

    .teachers-block-one .inner-box .image-holder {
        position: relative;
        display: inline-block;
        border: 2px dashed #fbb928;
        padding: 18px;
        border-radius: 50%;
    }

.our-teachers .block-column:nth-child(2) .teachers-block-one .inner-box .image-holder {
    border-color: #43b3d9;
}

.our-teachers .block-column:last-child .teachers-block-one .inner-box .image-holder {
    border-color: #fd59a4;
}

.teachers-block-one .inner-box .image-holder img {
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
}

.teachers-block-one .inner-box .image-holder .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #2b3c6b;
    border-radius: 50%;
}

.teachers-block-one .inner-box:hover .image-holder img {
    transform: scale(1.03);
    opacity: 0.5;
}

.teachers-block-one .inner-box {
    position: relative;
    overflow: hidden;
}

    .teachers-block-one .inner-box .lower-content {
        position: relative;
        display: block;
        background: url(../images/icons/teacher-icon-1.png);
        max-width: 283px;
        width: 100%;
        margin: 0 auto;
        padding: 31px 15px 8px 15px;
        margin-top: -44px;
        background-repeat: no-repeat;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.our-teachers .block-column:nth-child(2) .teachers-block-one .inner-box .lower-content {
    background: url(../images/icons/teacher-icon-2.png);
}

.our-teachers .block-column:last-child .teachers-block-one .inner-box .lower-content {
    background: url(../images/icons/teacher-icon-3.png);
}

.teachers-block-one .inner-box:hover .lower-content {
    background: url(../images/icons/hover-1.png);
    max-width: 303px;
    margin-top: -74px;
    padding: 31px 15px 38px 15px;
}

.our-teachers .block-column:nth-child(2) .teachers-block-one .inner-box:hover .lower-content {
    background: url(../images/icons/hover-2.png);
    max-width: 303px;
    margin-top: -74px;
    padding: 31px 15px 38px 15px;
}

.our-teachers .block-column:last-child .teachers-block-one .inner-box:hover .lower-content {
    background: url(../images/icons/hover-3.png);
    max-width: 303px;
    margin-top: -74px;
    padding: 31px 15px 38px 15px;
}

.teachers-block-one .inner-box .lower-content h3 {
    color: #fff;
    margin-bottom: 5px;
}

    .teachers-block-one .inner-box .lower-content h3 a {
        position: relative;
        display: inline-block;
        color: #fff;
    }

.teachers-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    margin-bottom: 7px;
}

.teachers-block-one .inner-box .lower-content .social-list {
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    transition: all 900ms ease;
}

.teachers-block-one .inner-box:hover .lower-content .social-list {
    opacity: 1;
    transform: translateY(0px);
}

.teachers-block-one .inner-box .lower-content .social-list li {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

    .teachers-block-one .inner-box .lower-content .social-list li a {
        position: relative;
        display: inline-block;
        font-size: 15px;
        color: #fff;
    }


/** event-section **/

.event-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0px 50px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .event-section:before {
        position: absolute;
        content: '';
        background: rgba(33, 47, 84, 0.50);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }

    .event-section .sec-title {
        position: relative;
        display: block;
        margin-bottom: 57px;
    }

        .event-section .sec-title h1 {
            color: #fff;
        }

.event-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 5px 0px 0px 0px;
    border-radius: 20px;
    margin-bottom: 12px;
    min-height: 300px;
}

    .event-block-one .inner-box .image-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 250px;
        height: 300px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background: #2b3c6b;
        overflow: hidden;
        z-index: 1;
    }

        .event-block-one .inner-box .image-box img {
            width: 100%;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            transition: all 500ms ease;
            height:310px;
        }

    .event-block-one .inner-box:hover .image-box img {
        transform: scale(1.03);
        opacity: 0.5;
    }

    .event-block-one .inner-box .content-box {
        position: relative;
        display: block;
        padding-left: 270px;
    }

        .event-block-one .inner-box .content-box .date {
            position: relative;
            display: inline-block;
            background: url(../images/icons/date-bg-1.png);
            font-size: 15px;
            line-height: 26px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            font-weight: 900;
            color: #fff;
            padding: 10px 32px 14px 33px;
            text-align: center;
            margin-bottom: 24px;
            background-repeat: no-repeat;
        }

            .event-block-one .inner-box .content-box .date a {
                color: #fff;
            }

.event-section .event-block:nth-child(2) .event-block-one .inner-box .content-box .date {
    background: url(../images/icons/date-bg-2.png);
    background-repeat: no-repeat;
}

.event-section .event-block:nth-child(3) .event-block-one .inner-box .content-box .date {
    background: url(../images/icons/date-bg-3.png);
    background-repeat: no-repeat;
}

.event-section .event-block:last-child .event-block-one .inner-box .content-box .date {
    background: url(../images/icons/date-bg-4.png);
    background-repeat: no-repeat;
}

.event-block-one .inner-box .content-box h3 {
    margin-bottom: 13px;
}

.event-block-one .inner-box .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 18px;
}

.event-block-one .inner-box .content-box .location {
    position: relative;
    display: block;
    font-size: 14px;
    color: #848484;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

    .event-block-one .inner-box .content-box .location span {
        font-weight: 700;
        color: #fd59a4;
    }

    .event-block-one .inner-box .content-box .location i {
        position: relative;
        margin-right: 6px;
        color: #fd59a4;
        font-size: 22px;
        font-weight: 600;
        top: 4px;
    }

.event-section .anim-icon .icon-1 {
    background: url(../images/icons/anim-icon-7.png);
    width: 161px;
    height: 261px;
    left: 100px;
    top: -120px;
    background-repeat: no-repeat;
}


/** testimonial-faq **/

.testimonial-faq {
    position: relative;
    display: block;
    padding: 144px 0px 135px 0px;
}

    .testimonial-faq .anim-icon .icon-1 {
        background: url(../images/icons/anim-icon-8.png);
        width: 249px;
        height: 279px;
        top: -100px;
        right: 100px;
        background-repeat: no-repeat;
        -webkit-animation: zoom-fade 5s infinite linear;
        animation: zoom-fade 5s infinite linear;
    }

.testimonial-content .client-thumb-outer {
    position: relative;
    max-width: 350px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 43px;
}

    .testimonial-content .client-thumb-outer .client-thumbs-carousel {
        position: relative;
        max-width: 110px;
        margin: 0 auto;
        margin-bottom: 5px;
    }

        .testimonial-content .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
            overflow: visible;
        }

        .testimonial-content .client-thumb-outer .client-thumbs-carousel .thumb-item {
            position: relative;
            width: 90px;
            border-radius: 50%;
            margin: 0 auto;
        }

    .testimonial-content .client-thumb-outer .thumb-item .thumb-box {
        width: 90px;
        height: 90px;
        cursor: pointer;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: 0 10px 20px rgba(8,13,62,.15);
    }

    .testimonial-content .client-thumb-outer .owl-item.active .thumb-item {
        width: 110px;
        top: -20px;
    }

.testimonial-content .owl-item.active .thumb-item .thumb-box {
    width: 110px;
    height: 110px;
}

.testimonial-content .client-thumb-outer .client-thumbs-carousel .thumb-item img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.testimonial-content {
    position: relative;
    display: block;
    margin-right: 30px;
}

    .testimonial-content .owl-nav,
    .testimonial-content .owl-dots {
        display: none;
    }

    .testimonial-content .sec-title {
        position: relative;
        display: block;
        margin-bottom: 48px;
    }

.testimonial-block .inner-box {
    position: relative;
    display: block;
    background: #253b71;
    border-radius: 20px;
    padding: 42px 30px 41px 60px;
    margin-bottom: 20px;
}

    .testimonial-block .inner-box:before {
        position: absolute;
        content: '';
        background: #253b71;
        width: 28px;
        height: 28px;
        border-radius: 5px;
        left: 50%;
        margin-left: -15px;
        bottom: -8px;
        transform: rotate(-45deg);
    }

    .testimonial-block .inner-box .author {
        position: relative;
        display: block;
        font-size: 20px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        line-height: 30px;
        color: #fd59a4;
        font-weight: 700;
        margin-bottom: 4px;
    }

        .testimonial-block .inner-box .author span {
            font-size: 15px;
            font-weight: 400;
            color: #fff;
        }

    .testimonial-block .inner-box .rating {
        position: relative;
        display: block;
        margin-bottom: 32px;
    }

        .testimonial-block .inner-box .rating li {
            position: relative;
            display: inline-block;
            font-size: 15px;
            color: #fbb419;
        }

    .testimonial-block .inner-box .text {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 30px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 700;
        color: #fff;
        z-index: 1;
    }

        .testimonial-block .inner-box .text:before {
            position: absolute;
            content: "\f109";
            font-family: Flaticon;
            font-size: 60px;
            line-height: 60px;
            color: #51628d;
            left: 40px;
            top: -17px;
            z-index: -1;
        }

.faq-content {
    position: relative;
    display: block;
    margin-left: 30px;
    height: 597px;
}

    .faq-content .sec-title {
        position: relative;
        display: block;
        margin-bottom: 48px;
    }

.accordion-box {
    position: relative;
}

    .accordion-box .block {
        position: relative;
        margin-bottom: 20px;
        border: 2px solid #43b3d9;
        border-radius: 20px;
        padding: 0px 28px;
    }

        .accordion-box .block:nth-child(2) {
            border-color: #fbb419;
        }

        .accordion-box .block:last-child {
            margin-bottom: 0px;
            border-color: #fd59a4;
        }

        .accordion-box .block .acc-btn h4 {
            position: relative;
            display: block;
            font-size: 20px;
            font-weight: 700;
            color: #3b3634;
            padding: 28px 0px 34px 0px;
            cursor: pointer;
            transition: all 500ms ease;
        }

        .accordion-box .block .acc-btn.active h4 {
            color: #43b3d9;
        }

        .accordion-box .block:nth-child(2) .acc-btn.active h4,
        .accordion-box .block:nth-child(2) .acc-btn.active .icon-outer {
            color: #fbb419;
        }

        .accordion-box .block:last-child .acc-btn.active h4,
        .accordion-box .block:last-child .acc-btn.active .icon-outer {
            color: #fd59a4;
        }

        .accordion-box .block .acc-content {
            position: relative;
            display: none;
            border-top: 1px solid #e5e5e5;
            padding-top: 24px;
            padding-bottom: 47px;
        }

            .accordion-box .block .acc-content.current {
                display: block;
            }

        .accordion-box .block .content .text {
            position: relative;
            display: block;
            color: #2b3c6b;
            padding-right: 40px;
        }

        .accordion-box .block .acc-btn .icon-outer {
            position: absolute;
            top: 30px;
            right: 30px;
            font-size: 20px;
            color: #2b3c6b;
            border-radius: 50%;
            text-align: center;
            cursor: pointer;
            transition: all 500ms ease;
            z-index: 1;
        }

        .accordion-box .block .acc-btn.active .icon-outer {
            color: #43b3d9;
        }

            .accordion-box .block .acc-btn.active .icon-outer i:before {
                position: relative;
                font-size: 20px;
                font-family: 'Font Awesome 5 Free';
                font-weight: 700;
                margin: 0px;
                content: "\f106";
            }


/** cta-section **/

.cta-section {
    position: relative;
    display: block;
    width: 100%;
    background: #9321eb;
    padding: 95px 0px 100px 0px;
}

    .cta-section .content-box h3 {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 30px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        color: #fff;
        font-weight: 900;
        margin-bottom: 11px;
    }

    .cta-section .content-box h1 {
        position: relative;
        display: block;
        font-size: 60px;
        line-height: 70px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        color: #fff;
        font-weight: 900;
        margin-bottom: 25px;
    }

    .cta-section .content-box .text {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 30px;
        color: #dfbdf9;
        font-weight: 600;
        margin-bottom: 36px;
    }

    .cta-section .anim-icon .icon-1 {
        background: url(../images/icons/anim-icon-9.png);
        width: 158px;
        height: 115px;
        top: -45px;
        left: 180px;
        background-repeat: no-repeat;
    }

    .cta-section .anim-icon .icon-2 {
        background: url(../images/icons/anim-icon-10.png);
        width: 149px;
        height: 106px;
        top: 220px;
        right: 260px;
        background-repeat: no-repeat;
    }

.parallax-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

    .parallax-icon .icon-1 {
        left: 110px !important;
        top: 160px !important;
        background: url(../images/icons/parallax-icon-1.png);
        width: 131px;
        height: 86px;
        background-repeat: no-repeat;
    }

    .parallax-icon .icon-2 {
        left: 30% !important;
        top: 80px !important;
        background: url(../images/icons/parallax-icon-2.png);
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
    }

    .parallax-icon .icon-3 {
        left: 27% !important;
        top: 70% !important;
        background: url(../images/icons/parallax-icon-3.png);
        width: 59px;
        height: 63px;
        background-repeat: no-repeat;
    }

    .parallax-icon .icon-4 {
        left: 40% !important;
        top: 40% !important;
        background: url(../images/icons/parallax-icon-4.png);
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
    }

    .parallax-icon .icon-5 {
        left: 75% !important;
        top: 80px !important;
        background: url(../images/icons/parallax-icon-5.png);
        width: 119px;
        height: 54px;
        background-repeat: no-repeat;
    }

    .parallax-icon .icon-6 {
        left: 65% !important;
        top: 40% !important;
        background: url(../images/icons/parallax-icon-6.png);
        width: 47px;
        height: 65px;
        background-repeat: no-repeat;
    }

    .parallax-icon .icon-7 {
        left: 72% !important;
        top: 70% !important;
        background: url(../images/icons/parallax-icon-7.png);
        width: 57px;
        height: 50px;
        background-repeat: no-repeat;
    }


/** gallery-section **/

.gallery-section {
    position: relative;
    display: block;
    background: #f2eee9;
    padding-left: 100px;
    padding-right: 100px;
}

    .gallery-section .sec-title {
        position: relative;
        display: block;
        margin-bottom: 60px;
    }

.gallery-block {
    position: relative;
}

    .gallery-block .image-box {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
    }

        .gallery-block .image-box .image {
            position: relative;
        }

            .gallery-block .image-box .image img {
                display: block;
                width: 100%;
                height: auto;
            }

    .gallery-block .overlay-box {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        background-color: rgba(33, 47, 84, 0.5);
        content: "";
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }

    .gallery-block .image-box:hover .overlay-box {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .gallery-block .overlay-box a {
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        height: 70px;
        width: 70px;
        font-size: 20px;
        background-color: #fd59a4;
        color: #ffffff;
        font-weight: 700;
        border-radius: 50%;
        font-weight: 400;
        line-height: 70px;
        transform: translate(-50%,-50%);
    }

        .gallery-block .overlay-box a i {
            position: relative;
            font-weight: 700;
        }

.gallery-section .owl-nav,
.gallery-section .owl-dots {
    display: none;
}


/** news-section **/

.news-section {
    position: relative;
    display: block;
    padding: 144px 0px 188px 0px;
}

    .news-section .sec-title {
        margin-bottom: 60px;
    }

.news-block-one .inner-box {
    position: relative;
    display: block;
    border-radius: 20px;
    box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}

    .news-block-one .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        background: #2b3c6b;
    }

        .news-block-one .inner-box .image-box img {
            width: 100%;
            transition: all 500ms ease;
        }

    .news-block-one .inner-box:hover .image-box img {
        opacity: 0.5;
        transform: scale(1.03);
    }

    .news-block-one .inner-box .lower-content {
        position: relative;
        display: block;
        padding: 34px 20px 41px 40px;
    }

        .news-block-one .inner-box .lower-content h3 {
            line-height: 28px;
            margin-bottom: 7px;
        }

        .news-block-one .inner-box .lower-content .info-box {
            position: relative;
            display: block;
            margin-bottom: 22px;
        }

            .news-block-one .inner-box .lower-content .info-box li {
                position: relative;
                display: inline-block;
                font-size: 16px;
                font-weight: 700;
                font-family: 'M PLUS Rounded 1c', sans-serif;
                color: #fd59a4;
                margin-right: 38px;
            }

                .news-block-one .inner-box .lower-content .info-box li:before {
                    position: absolute;
                    content: '';
                    background: #fd59a4;
                    width: 1px;
                    height: 10px;
                    top: 8px;
                    right: -20px;
                }

                .news-block-one .inner-box .lower-content .info-box li:last-child:before {
                    display: none;
                }

                .news-block-one .inner-box .lower-content .info-box li:last-child {
                    margin-right: 0px;
                }

        .news-block-one .inner-box .lower-content .text {
            position: relative;
            display: block;
            margin-bottom: 20px;
        }

        .news-block-one .inner-box .lower-content .link-btn {
            position: absolute;
            left: 40px;
            bottom: -38px;
        }

            .news-block-one .inner-box .lower-content .link-btn a {
                position: relative;
                display: inline-block;
                width: 70px;
                height: 70px;
                line-height: 70px;
                background: #fd59a4;
                text-align: center;
                border-radius: 50%;
                font-size: 20px;
                font-weight: 600;
                color: #fff;
            }

                .news-block-one .inner-box .lower-content .link-btn a:hover {
                    background: #2b3c6b;
                }

.news-section .anim-icon .icon-1 {
    background: url(../images/icons/anim-icon-11.png);
    width: 140px;
    height: 143px;
    top: 140px;
    left: 100px;
    background-repeat: no-repeat;
}

.news-section .anim-icon .icon-2 {
    background: url(../images/icons/anim-icon-11.png);
    width: 140px;
    height: 143px;
    top: 140px;
    right: 120px;
    background-repeat: no-repeat;
}


/** main-footer **/
.main-footer .footer-top {
    position: relative;
    display: block;
    background: #3b5998;
    padding: 22px 0px 30px 0px;
}

    .main-footer .footer-top .widget-title {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 28px;
        font-weight: 900;
        color: #ffffff;
        margin-bottom: 27px;
    }

    .main-footer .footer-top .about-widget .widget-content p {
        position: relative;
        display: block;
        color: #fff;
        margin-bottom: 26px;
    }

        .main-footer .footer-top .about-widget .widget-content p:last-child {
            margin-bottom: 0px;
        }

    .main-footer .footer-top .link-widget {
        position: relative;
        display: block;
        margin-left: 50px;
    }

        .main-footer .footer-top .link-widget .widget-content li {
            position: relative;
            display: block;
            margin-bottom: 14px;
        }

            .main-footer .footer-top .link-widget .widget-content li:last-child {
                margin-bottom: 0px;
            }

            .main-footer .footer-top .link-widget .widget-content li a {
                position: relative;
                display: inline-block;
                font-size: 15px;
                font-family: 'Open Sans', sans-serif;
                font-weight: 400;
                color: #ffffff;
            }

                .main-footer .footer-top .link-widget .widget-content li a:before {
                    position: absolute;
                    content: "\f105";
                    font-family: 'Font Awesome 5 Free';
                    font-size: 14px;
                    color: #fd59a4;
                    font-weight: 700;
                    left: 0px;
                    top: 1px;
                    opacity: 0;
                    transition: all 500ms ease;
                }

                .main-footer .footer-top .link-widget .widget-content li a:hover:before {
                    opacity: 1;
                }

                .main-footer .footer-top .link-widget .widget-content li a:hover {
                    color: #fd59a4;
                    padding: 0px 0px 0px 18px;
                }

    .main-footer .footer-top .contact-widget {
        position: relative;
        display: block;
        margin-left: -30px;
    }

        .main-footer .footer-top .contact-widget .widget-content .text {
            position: relative;
            display: block;
            color: #bec5d4;
            margin-bottom: 18px;
        }

        .main-footer .footer-top .contact-widget .widget-content .info-list li {
            position: relative;
            display: block;
            font-size: 15px;
            color: #bec5d4;
            padding: 0px 0px 0px 25px;
            margin-bottom: 0px;
        }

            .main-footer .footer-top .contact-widget .widget-content .info-list li i {
                position: relative;
                left: -6px;
                top: 1px;
                color: #fff;
            }

            .main-footer .footer-top .contact-widget .widget-content .info-list li:last-child {
                margin-bottom: 0px;
            }

            .main-footer .footer-top .contact-widget .widget-content .info-list li a {
                position: relative;
                display: inline-block;
                font-size: 15px;
                color: #fff;
                margin-bottom: 0px;
            }

                .main-footer .footer-top .contact-widget .widget-content .info-list li a:hover {
                    color: #fd59a4;
                }

    .main-footer .footer-top .subscribe-widget .widget-content .text {
        position: relative;
        display: block;
        color: #bec5d4;
        margin-bottom: 28px;
    }

    .main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group {
        position: relative;
        display: block;
        margin: 0px;
    }

        .main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group input[type='email'] {
            position: relative;
            display: block;
            width: 100%;
            height: 70px;
            background: #fff;
            border: 3px solid #fff;
            padding: 15px 20px;
            border-radius: 20px;
            margin-bottom: 20px;
            transition: all 500ms ease;
        }

            .main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group input[type='email']:focus {
                border-color: #fd59a4;
            }

        .main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group .theme-btn:before {
            background: #fff;
        }

        .main-footer .footer-top .subscribe-widget .widget-content .subscribe-form .form-group .theme-btn:hover {
            color: #fd59a4 !important;
        }

.social-style-one li a:hover {
    background: #fd59a4 !important;
}



/** footer-bottom **/

.main-footer .footer-bottom {
    position: relative;
    display: block;
    background: #f0efe8;
    padding: 5px 0px;
}

    .main-footer .footer-bottom .left-content {
        position: relative;
        margin-top: 20px;
    }

        .main-footer .footer-bottom .left-content .copyright {
            position: relative;
            display: block;
            color: #212f54;
        }

            .main-footer .footer-bottom .left-content .copyright a {
                color: #212f54;
            }

                .main-footer .footer-bottom .left-content .copyright a:hover {
                    color: #fd59a4;
                }

    .main-footer .footer-bottom .right-content .footer-logo {
        position: relative;
        display: inline-block;
        margin-right: 300px;
    }

        .main-footer .footer-bottom .right-content .footer-logo:before {
            position: absolute;
            content: '';
            background: url(../images/icons/logo-shap-2.png);
            width: 216px;
            height: 57px;
            left: -57px;
            top: -58px;
            background-repeat: no-repeat;
        }

    .main-footer .footer-bottom .right-content .footer-social {
        position: relative;
        display: inline-block;
        top: 3px;
    }

.social-style-one li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

    .social-style-one li:last-child {
        margin-right: 0px;
    }

    .social-style-one li a {
        position: relative;
        display: inline-block;
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background: #3b5998;
        border-radius: 50%;
    }

    .social-style-one li:nth-child(2) a {
        background: #1da1f2;
    }

    .social-style-one li:nth-child(1) a {
        background: #1da1f2;
    }

    .social-style-one li:nth-child(1) a {
        background: #1da1f2;
    }



.copyright a {
    color: #fff;
}
/*.social-style-one li:last-child a {
        background: #7232bd;
    }

    .social-style-one li a:hover {
        background: #fd59a4 !important;
    }*/
/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/
/** slider-style-two **/
.main-slider.style-two h1 {
    color: #fff;
    text-shadow: 5px 6px 0px #6aa9c2;
    margin-bottom: 44px;
}

.main-slider.style-two .slide {
    padding: 170px 0px 275px 0px;
}

.main-slider .nav-style-two .owl-nav .owl-prev,
.main-slider .nav-style-two .owl-nav .owl-next {
    right: 70px;
}

.main-slider .nav-style-two .owl-nav .owl-prev {
    top: -85px;
}


/** offer-section **/

.offer-section {
    position: relative;
    display: block;
    background: #f1f0e9;
}

    .offer-section .sec-title {
        margin-bottom: 61px;
    }

    .offer-section .single-offer-block {
        position: relative;
        display: block;
        background: #fff;
        border-radius: 15px;
        padding: 75px 15px 60px 15px;
        box-shadow: 0 15px 50px rgba(0,0,0,.10);
    }

        .offer-section .single-offer-block .icon-box {
            position: relative;
            display: inline-block;
            font-size: 70px;
            line-height: 70px;
            color: #fbb419;
            margin-bottom: 24px;
        }

    .offer-section .block-column .single-offer-block .icon-box:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-3.png);
        width: 65px;
        height: 70px;
        right: -16px;
        top: -4px;
        background-repeat: no-repeat;
        transition: all 500ms ease;
    }

    .offer-section .block-column .single-offer-block:hover .icon-box:before {
        transform: scale(0.5);
    }

    .offer-section .block-column:nth-child(2) .single-offer-block .icon-box {
        color: #43b3d9;
    }

        .offer-section .block-column:nth-child(2) .single-offer-block .icon-box:before {
            position: absolute;
            content: '';
            background: url(../images/icons/icon-2.png);
            width: 64px;
            height: 70px;
            right: -16px;
            top: -4px;
            background-repeat: no-repeat;
        }

    .offer-section .block-column:nth-child(3) .single-offer-block .icon-box {
        color: #fd59a4;
    }

        .offer-section .block-column:nth-child(3) .single-offer-block .icon-box:before {
            position: absolute;
            content: '';
            background: url(../images/icons/icon-1.png);
            width: 56px;
            height: 71px;
            right: -16px;
            top: -4px;
            background-repeat: no-repeat;
        }

    .offer-section .block-column:last-child .single-offer-block .icon-box {
        color: #b350ff;
    }

        .offer-section .block-column:last-child .single-offer-block .icon-box:before {
            position: absolute;
            content: '';
            background: url(../images/icons/icon-5.png);
            width: 63px;
            height: 72px;
            right: -16px;
            top: -4px;
            background-repeat: no-repeat;
        }

    .offer-section .anim-icon .icon-1 {
        background: url(../images/icons/anim-icon-3.png);
        width: 102px;
        height: 198px;
        left: 120px;
        bottom: -40px;
        background-repeat: no-repeat;
        -webkit-animation: zoom-fade 5s infinite linear;
        animation: zoom-fade 5s infinite linear;
    }


/** classes-style-two **/

.classes-section.style-two {
    position: relative;
    display: block;
    background: #f0ede7;
}

    .classes-section.style-two .sec-title h1 {
        color: #2b3c6b;
    }

    .classes-section.style-two .inner-block {
        box-shadow: none;
    }

        .classes-section.style-two .inner-block .lower-content .price {
            margin-bottom: 31px;
        }

        .classes-section.style-two .inner-block .lower-content {
            padding-bottom: 48px;
        }

    .classes-section.style-two .parallax-icon .icon-3 {
        left: 8% !important;
    }

    .classes-section.style-two .parallax-icon .icon-7 {
        left: 85% !important;
    }

    .classes-section.style-two .parallax-icon .icon-6 {
        left: 90% !important;
    }


/** fact-counter **/

.fact-counter {
    position: relative;
    display: block;
    background: #fd59a4;
    padding: 93px 0px 102px 0px;
}

    .fact-counter .counter-block {
        position: relative;
        display: block;
        padding: 0px 0px 0px 80px;
    }

        .fact-counter .counter-block .icon-box {
            position: absolute;
            left: 0px;
            top: 12px;
            font-size: 60px;
            line-height: 60px;
            color: #fff;
        }

        .fact-counter .counter-block .count-outer span {
            position: relative;
            display: block;
            font-size: 60px;
            line-height: 70px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            color: #fff;
            font-weight: 900;
            margin-bottom: 9px;
        }

        .fact-counter .counter-block .text {
            position: relative;
            display: block;
            font-size: 17px;
            line-height: 26px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            color: #253b70;
            font-weight: 700;
        }



/** activities-section **/

.activities-section {
    position: relative;
    display: block;
    padding: 50px 0px 30px 0px;
}

    .activities-section .sec-title {
        margin-bottom: 12px;
    }

    .activities-section .title-box {
        margin-bottom: 30px;
    }

    .activities-section .inner-box .single-item {
        position: relative;
        display: block;
        margin-bottom: 45px;
    }

        .activities-section .inner-box .single-item .icon-box {
            position: relative;
            display: inline-block;
            font-size: 65px;
            line-height: 65px;
            color: #fbb419;
            margin-bottom: 22px;
        }

            .activities-section .inner-box .single-item .icon-box:before {
                position: absolute;
                content: '';
                background: url(../images/icons/icon-3.png);
                width: 65px;
                height: 70px;
                right: -30px;
                top: -2px;
                background-repeat: no-repeat;
                transition: all 500ms ease;
            }

    .activities-section .inner-box .column:nth-child(2) .single-item .icon-box:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-5.png);
        width: 63px;
        height: 72px;
        right: -30px;
        top: -2px;
        background-repeat: no-repeat;
    }

    .activities-section .inner-box .column:nth-child(3) .single-item .icon-box:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-2.png);
        width: 64px;
        height: 70px;
        right: -30px;
        top: -2px;
        background-repeat: no-repeat;
    }

    .activities-section .inner-box .column:last-child .single-item .icon-box:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-1.png);
        width: 56px;
        height: 71px;
        right: -30px;
        top: -2px;
        background-repeat: no-repeat;
    }

    .activities-section .inner-box .column:nth-child(2) .single-item .icon-box {
        color: #b350ff;
    }

    .activities-section .inner-box .column:nth-child(3) .single-item .icon-box {
        color: #43b3d9;
    }

    .activities-section .inner-box .column:last-child .single-item .icon-box {
        color: #fd59a4;
    }

    .activities-section .inner-box .single-item:hover .icon-box:before {
        transform: rotate(25deg);
    }

    .activities-section .image-box {
        position: relative;
        display: block;
        margin-left: 70px;
        margin-top: 225px;
    }

        .activities-section .image-box .image {
            position: relative;
            display: block;
            float: left;
            background: #fff;
            border-radius: 20px;
            padding: 15px;
            box-shadow: 0 30px 50px rgba(0,0,0,.1);
        }

            .activities-section .image-box .image:before {
                position: absolute;
                content: '';
                background: #9be9ff;
                height: 290px;
                width: 290px;
                top: -110px;
                right: -110px;
                border-radius: 20px;
                z-index: -1;
            }

            .activities-section .image-box .image img {
                width: 100%;
                border-radius: 20px;
            }


/** testimonial-video **/

.testimonial-video {
    position: relative;
    display: block;
}

    .testimonial-video .outer-container {
        position: relative;
        min-height: 350px;
    }

    .testimonial-video .video-column {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
    }

        .testimonial-video .video-column .video-inner {
            position: absolute;
            left: 0px;
            top: 0px;
            height: 100%;
            width: 100%;
            padding: 316px 0px 315px 0px;
            text-align: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

            .testimonial-video .video-column .video-inner:before {
                position: absolute;
                content: '';
                background: rgba(67, 179, 217, 0.85);
                width: 100%;
                height: 100%;
                left: 0px;
                top: 0px;
            }

            .testimonial-video .video-column .video-inner a {
                position: relative;
                display: inline-block;
                width: 110px;
                height: 110px;
                line-height: 110px;
                background: #fff;
                font-size: 30px;
                color: #2b3c6b;
                text-align: center;
                border-radius: 50%;
                -webkit-animation: pulse 3s infinite;
                -o-animation: pulse 3s infinite;
                animation: pulse 3s infinite;
            }

    .testimonial-video .testimonial-column {
        position: relative;
        float: right;
        width: 50%;
    }

        .testimonial-video .testimonial-column .testimonial-content {
            position: relative;
            width: 100%;
            max-width: 615px;
            padding: 144px 15px 116px 150px;
        }

        .testimonial-video .testimonial-column .testimonial-block .inner-box {
            background: transparent;
            padding: 0px;
            border-radius: 0px;
        }

            .testimonial-video .testimonial-column .testimonial-block .inner-box:before {
                display: none;
            }

            .testimonial-video .testimonial-column .testimonial-block .inner-box .text {
                color: #2b3c6b;
            }

            .testimonial-video .testimonial-column .testimonial-block .inner-box .author span {
                color: #848484;
            }

            .testimonial-video .testimonial-column .testimonial-block .inner-box .text:before {
                left: 2px;
                color: #e5e7ed;
            }

    .testimonial-video .testimonial-content .sec-title {
        margin-bottom: 32px;
    }

    .testimonial-video .testimonial-content .client-thumb-outer {
        margin: 0px;
        padding: 0px;
    }

    .testimonial-video .testimonial-content .owl-item.active .thumb-item .thumb-box {
        width: 90px;
        height: 90px;
    }

    .testimonial-video .testimonial-content .client-thumb-outer .owl-item.active .thumb-item {
        width: 90px;
        top: 0px;
    }

    .testimonial-video .testimonial-content .client-thumb-outer .client-thumbs-carousel .thumb-item {
        margin: 0px;
        margin-bottom: 30px;
    }

    .testimonial-video .testimonial-content .client-thumb-outer .client-thumbs-carousel {
        max-width: 100px;
    }

    .testimonial-video .testimonial-content .client-thumb-outer {
        max-width: 320px;
    }

    .testimonial-video .anim-icon .icon-1 {
        background: url(../images/icons/anim-icon-12.png);
        width: 285px;
        height: 287px;
        right: 30px;
        bottom: 30px;
        background-repeat: no-repeat;
    }


/** teachers-style-two **/

.our-teachers.style-two {
    position: relative;
    background: #253b70;
}

    .our-teachers.style-two .sec-title h1 {
        color: #fff;
    }

    .our-teachers.style-two .parallax-icon .icon-3 {
        left: 10% !important;
    }

    .our-teachers.style-two .parallax-icon .icon-5 {
        left: 80% !important;
    }

    .our-teachers.style-two .parallax-icon .icon-6 {
        left: 90% !important;
    }

    .our-teachers.style-two .parallax-icon .icon-7 {
        left: 85% !important;
    }



/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/


/** header-style-two **/

.main-header.style-two {
    position: relative;
}

    .main-header.style-two .outer-content .clearfix {
        position: relative;
        display: inline-block;
    }

    .main-header.style-two .outer-content .login-box {
        position: relative;
        display: inline-block;
        margin-right: 38px;
        padding: 0px 0px 0px 22px;
    }

        .main-header.style-two .outer-content .login-box:before {
            position: absolute;
            content: '';
            border: 1px dashed #59688d;
            height: 20px;
            width: 1px;
            top: 5px;
            right: -22px;
        }

        .main-header.style-two .outer-content .login-box a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            color: #d3d8e2;
        }

            .main-header.style-two .outer-content .login-box a:hover {
                color: #fd59a4;
            }

        .main-header.style-two .outer-content .login-box i {
            position: absolute;
            left: 0px;
            top: 7px;
            font-size: 14px;
            color: #fd59a4;
        }

    .main-header.style-two .header-top {
        padding: 10px 0px;
    }

    .main-header.style-two .outer-content li.header-flyout-searchbar i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #51628d;
        font-size: 16px;
    }

        .main-header.style-two .outer-content li.header-flyout-searchbar i:hover {
            background: #fd59a4;
        }

    .main-header.style-two .outer-content li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .main-header.style-two .header-top .header-info {
        position: relative;
        margin-top: 7px;
    }

    .main-header.style-two .menu-area {
        float: none;
        margin-right: 0px;
    }

    .main-header.style-two .main-menu .navigation > li {
        margin: 0px 55px;
    }

        .main-header.style-two .main-menu .navigation > li:first-child {
            margin-left: 0px;
        }

        .main-header.style-two .main-menu .navigation > li:last-child {
            margin-right: 0px;
        }

        .main-header.style-two .main-menu .navigation > li:before {
            position: absolute;
            content: '';
            background: url(../images/icons/menu-icon.png);
            width: 59px;
            height: 10px;
            left: 50%;
            margin-left: -30px;
            bottom: 29px;
            transform: scale(0,0);
            background-repeat: no-repeat;
            transition: all 500ms ease;
        }

        .main-header.style-two .main-menu .navigation > li.current:before,
        .main-header.style-two .main-menu .navigation > li:hover:before {
            transform: scale(1,1);
        }

        .main-header.style-two .main-menu .navigation > li.current > a,
        .main-header.style-two .main-menu .navigation > li:hover > a {
            color: #2b3c6b;
        }

        .main-header.style-two .main-menu .navigation > li.logo-box:before {
            display: none;
        }


/** slider-style-three **/



.main-slider.style-three {
    position: relative;
}

    .main-slider.style-three:before {
        position: absolute;
        content: '';
        background: url(../images/icons/slider-shap.png);
        width: 100%;
        height: 140px;
        left: 0px;
        bottom: 0px;
        z-index: 11;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .main-slider.style-three .slide {
        padding: 185px 0px 290px 0px;
    }

        .main-slider.style-three .slide:before {
            background: rgba(0, 0, 0, 0.5);
        }

    .main-slider.style-three h1 {
        color: #fff;
        margin-bottom: 44px;
    }


/** service-style-two **/

.service-style-two {
    position: relative;
    display: block;
    background: #fff;
    margin-top:70px;
}

    .service-style-two .service-block-one {
        padding: 50px 30px 50px 30px;
        box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
    }

    .service-style-two .inner-content {
        position: relative;
        margin-top: -60px;
        z-index: 11;
    }

    .service-style-two .service-block-one .icon-box {
        color: #fbb419;
    }

        .service-style-two .service-block-one .icon-box:before {
            /*position: absolute;
            content: '';
            background: url(../images/icons/icon-3.png);
            width: 65px;
            height: 70px;
            right: -20px;
            top: -10px;
            background-repeat: no-repeat;*/
        }

    .service-style-two .service-column:nth-child(2) .service-block-one .icon-box {
        color: #43b3d9;
    }

    /*.service-style-two .service-column:nth-child(2) .service-block-one .icon-box:before {
            position: absolute;
            content: '';
            background: url(../images/icons/icon-2.png);
            width: 64px;
            height: 70px;
            right: -20px;
            top: -10px;
            background-repeat: no-repeat;
        }*/

    .service-style-two .service-column:last-child .service-block-one .icon-box {
        color: #fd59a4;
    }

/*.service-style-two .service-column:last-child .service-block-one .icon-box:before {
            position: absolute;
            content: '';
            background: url(../images/icons/icon-1.png);
            width: 56px;
            height: 71px;
            right: -20px;
            top: -10px;
            background-repeat: no-repeat;
        }*/


/** about-style-two **/

.about-style-two {
    position: relative;
    display: block;
}

    .about-style-two .sec-title {
        margin-bottom: 33px;
    }

    .about-style-two .title-box {
        position: relative;
        display: block;
        margin-bottom: 63px;
    }

        .about-style-two .title-box .text {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 28px;
            color: #4c4c4c;
        }

    .about-style-two .image-inner {
        margin-bottom: 62px;
    }

        .about-style-two .image-inner .image-box {
            position: relative;
            display: block;
            border-radius: 20px;
        }

            .about-style-two .image-inner .image-box img {
                width: 100%;
                border-radius: 20px;
            }

    .about-style-two .lower-content {
        position: relative;
        display: block;
        max-width: 760px;
        width: 100%;
        margin: 0 auto;
    }

        .about-style-two .lower-content .text {
            margin-bottom: 63px;
        }

    .about-style-two .anim-icon .icon-1 {
        background: url(../images/icons/anim-icon-2.png);
        width: 188px;
        height: 192px;
        top: 45%;
        right: 80px;
        background-repeat: no-repeat;
    }


/** classes-style-three **/

.classes-section.style-three {
    position: relative;
    padding: 150px 0px;
}

    .classes-section.style-three .inner-content {
        position: relative;
        display: block;
        margin-right: 80px;
    }

    .classes-section.style-three .sec-title {
        margin-bottom: 32px;
    }

    .classes-section.style-three .inner-content .text {
        position: relative;
        display: block;
        color: #fff;
    }

    .classes-section.style-three .carousel-content {
        position: relative;
        display: block;
        margin-right: -500px;
    }

    .classes-section.style-three .owl-nav .owl-prev,
    .classes-section.style-three .owl-nav .owl-next {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        background: #fd59a4;
        text-align: center;
        border-radius: 50%;
        margin: 0px 5px;
        cursor: pointer;
        transition: all 500ms ease;
    }

        .classes-section.style-three .owl-nav .owl-prev:hover,
        .classes-section.style-three .owl-nav .owl-next:hover {
            background: #fff;
            color: #2b3c6b;
        }

    .classes-section.style-three .owl-dots {
        display: none;
    }

    .classes-section.style-three .owl-nav {
        position: absolute;
        left: -505px;
        bottom: 150px;
    }

    .classes-section.style-three .owl-item:nth-child(odd) .inner-block .link-btn a {
        background: #43b3d9;
    }

    .classes-section.style-three .owl-item:nth-child(3n+1) .inner-block .link-btn a {
        background: #fd59a4;
    }

    .classes-section.style-three .anim-icon .icon-2 {
        background: url(../images/icons/anim-icon-13.png);
        width: 265px;
        height: 400px;
        left: 70px;
        bottom: -70px;
        background-repeat: no-repeat;
        z-index: 1;
    }


/** .activities-style-two **/

.activities-section.style-two {
    position: relative;
}

    .activities-section.style-two .image-box {
        margin: 120px 70px 0px 110px;
    }

        .activities-section.style-two .image-box .image:before {
            right: 205px;
            background: #d9f0f7;
            height: 400px;
        }


/** testimonial-style-two **/

.testimonial-style-two {
    position: relative;
    display: block;
    background: #253b70;
    padding: 60px 0px 60px 0px;
}

    .testimonial-style-two .owl-nav {
        display: none;
    }

    .testimonial-style-two .sec-title {
        margin-bottom: 60px;
    }

.testimonial-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 51px 30px 60px 50px;
    border-radius: 20px;
    height: 300px; /*height fixed*/
    overflow: hidden;
}

    .testimonial-block-two .inner-box .text {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 32px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 500;
        color: #2b3c6b;
        margin-bottom: 20px;
        padding-bottom: 51px;
        z-index: 1;
    }

        .testimonial-block-two .inner-box .text:before {
            position: absolute;
            content: '';
            background: url(../images/icons/border-shap.png);
            width: 100%;
            height: 20px;
            left: 0px;
            bottom: 0px;
            background-repeat: no-repeat;
        }

        .testimonial-block-two .inner-box .text:after {
            position: absolute;
            content: "\f109";
            font-family: Flaticon;
            font-size: 60px;
            line-height: 60px;
            color: #e3f4f9;
            left: 50%;
            margin-left: -50px;
            top: 30px;
            z-index: -1;
        }

.testimonial-style-two .owl-item:nth-child(odd) .testimonial-block-two .inner-box .text:after {
    color: #ffeae8;
}

.testimonial-block-two .inner-box .author-info {
    position: relative;
    display: block;
    padding: 17px 0px 11px 95px;
}

    .testimonial-block-two .inner-box .author-info .author-thumb {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 75px;
        height: 75px;
        overflow: hidden;
        border-radius: 50%;
    }

        .testimonial-block-two .inner-box .author-info .author-thumb img {
            width: 100%;
            border-radius: 50%
        }

    .testimonial-block-two .inner-box .author-info h5 {
        position: relative;
        display: block;
        font-size: 18px;
        color: #43b3d9;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .testimonial-block-two .inner-box .author-info .designation {
        position: relative;
        display: block;
        font-size: 15px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
    }

.testimonial-style-two .owl-item:nth-child(odd) .testimonial-block-two .inner-box .author-info h5 {
    color: #ff7162;
}

.testimonial-style-two .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 65px;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span {
    border: 3px solid #c5c7cc;
    height: 14px;
    width: 14px;
    cursor: pointer;
    transition: all 500ms ease;
}

    .testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
    .testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover {
        background: transparent;
        border-color: #ff7162;
    }

.testimonial-style-two .anim-icon .icon-1 {
    background: url(../images/icons/anim-icon-12.png);
    width: 285px;
    height: 287px;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    background-repeat: no-repeat;
}


/** counter-style-two **/

.fact-counter.style-two {
    position: relative;
    background: #253b70;
}

    .fact-counter.style-two .counter-block .icon-box {
        color: #7c89a9;
    }

    .fact-counter.style-two .counter-block .count-outer span {
        color: #4ac0e8;
    }

    .fact-counter.style-two .counter-column:nth-child(2) .counter-block .count-outer span {
        color: #fd59a4;
    }

    .fact-counter.style-two .counter-column:nth-child(3) .counter-block .count-outer span {
        color: #bc64ff;
    }

    .fact-counter.style-two .counter-column:last-child .counter-block .count-outer span {
        color: #fbb419;
    }


/** teachers-style-three **/

.our-teachers.style-three {
    position: relative;
}

.teachers-block-two {
    position: relative;
    display: block;
}

    .teachers-block-two .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        background: #2b3c6b;
        border-radius: 20px;
    }

        .teachers-block-two .inner-box .image-box img {
            width: 100%;
            border-radius: 20px;
            transition: all 500ms ease;
        }

    .teachers-block-two .inner-box:hover .image-box img {
        opacity: 0.5;
        transform: scale(1.03);
    }

    .teachers-block-two .inner-box {
        position: relative;
        overflow: hidden;
    }

        .teachers-block-two .inner-box .lower-content {
            position: relative;
            display: block;
            background: url(../images/icons/teacher-icon-4.png);
            max-width: 270px;
            width: 100%;
            margin: 0 auto;
            padding: 46px 15px 47px 15px;
            margin-top: -40px;
            background-repeat: no-repeat;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .teachers-block-two .inner-box .lower-content h3 {
                color: #fff;
                margin-bottom: 5px;
            }

                .teachers-block-two .inner-box .lower-content h3 a {
                    color: #fff;
                }

            .teachers-block-two .inner-box .lower-content .designation {
                position: relative;
                display: block;
                font-size: 16px;
                font-weight: 500;
                line-height: 26px;
                font-family: 'M PLUS Rounded 1c', sans-serif;
                color: #fff;
                margin-bottom: 7px;
            }

            .teachers-block-two .inner-box .lower-content .social-list {
                position: relative;
                opacity: 0;
                transform: translateY(10px);
                transition: all 900ms ease;
            }

                .teachers-block-two .inner-box .lower-content .social-list li {
                    position: relative;
                    display: inline-block;
                    margin: 0px 10px;
                }

                    .teachers-block-two .inner-box .lower-content .social-list li a {
                        position: relative;
                        display: inline-block;
                        font-size: 15px;
                        color: #fff;
                    }

        .teachers-block-two .inner-box:hover .lower-content .social-list {
            opacity: 1;
            transform: translateY(0px);
        }

.our-teachers.style-three .inner-content {
    position: relative;
    display: block;
    margin: 0px -15px;
}

.our-teachers.style-three .block-column {
    padding: 0px 30px;
}


/** news-style-two **/

.news-section.style-two {
    position: relative;
    background: #f0ede6;
    padding: 144px 0px 150px 0px;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}

    .news-block-two .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        background: #2b3c6b;
    }

        .news-block-two .inner-box .image-box img {
            width: 100%;
            transition: all 500ms ease;
        }

    .news-block-two .inner-box:hover .image-box img {
        opacity: 0.5;
        transform: scale(1.03);
    }

    .news-block-two .inner-box .lower-content {
        position: relative;
        display: block;
        background: #fff;
        padding: 43px 30px 60px 50px;
    }

        .news-block-two .inner-box .lower-content h3 {
            line-height: 28px;
            margin-bottom: 26px;
        }

        .news-block-two .inner-box .lower-content .info-box {
            position: relative;
            display: block;
            margin-bottom: 6px;
        }

            .news-block-two .inner-box .lower-content .info-box li {
                position: relative;
                display: inline-block;
                font-size: 16px;
                font-weight: 700;
                font-family: 'M PLUS Rounded 1c', sans-serif;
                color: #fd59a4;
                margin-right: 38px;
            }

                .news-block-two .inner-box .lower-content .info-box li:before {
                    position: absolute;
                    content: '';
                    background: #848484;
                    width: 1px;
                    height: 10px;
                    top: 8px;
                    right: -20px;
                }

                .news-block-two .inner-box .lower-content .info-box li:last-child:before {
                    display: none;
                }

                .news-block-two .inner-box .lower-content .info-box li:last-child {
                    color: #848484;
                }

        .news-block-two .inner-box .lower-content .text {
            position: relative;
            display: block;
            margin-bottom: 33px;
        }

.news-section.style-two .news-block:last-child .news-block-two .inner-box {
    margin-bottom: 20px;
}

.news-section.style-two .news-block:last-child .news-block-two:last-child .inner-box {
    margin-bottom: 0px;
}

.news-section.style-two .news-block:last-child .news-block-two .inner-box .lower-content .text {
    margin-bottom: 0px;
}

.news-section.style-two .news-block:last-child .news-block-two .inner-box .lower-content {
    padding-bottom: 42px;
}


/** contact-section **/

.contact-section {
    position: relative;
}

    .contact-section .outer-container {
        position: relative;
        min-height: 350px;
    }

        .contact-section .outer-container .contact-column {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 50%;
            height: 100%;
            background: #fbb419;
        }

            .contact-section .outer-container .contact-column .content-box {
                position: relative;
                display: block;
                max-width: 690px;
                width: 100%;
                margin: 0 auto;
                padding: 144px 15px 167px 15px;
            }

        .contact-section .outer-container .map-column {
            position: relative;
            float: right;
            width: 50%;
        }

            .contact-section .outer-container .map-column .google-map-area {
                position: relative;
                display: block;
                background: #fff;
            }

                .contact-section .outer-container .map-column .google-map-area #contact-google-map {
                    position: relative;
                    display: block;
                    width: 100%;
                    height: 800px;
                }

        .contact-section .outer-container .contact-column .sec-title {
            position: relative;
            display: block;
            margin-bottom: 40px;
        }

            .contact-section .outer-container .contact-column .sec-title h5,
            .contact-section .outer-container .contact-column .sec-title h1 {
                color: #fff;
            }

                .contact-section .outer-container .contact-column .sec-title h5:before {
                    background: #fff;
                }

        .contact-section .outer-container .contact-column .form-group {
            position: relative;
            display: block;
            margin-bottom: 20px;
        }

            .contact-section .outer-container .contact-column .form-group:last-child {
                margin-bottom: 0px;
            }

            .contact-section .outer-container .contact-column .form-group input[type='text'],
            .contact-section .outer-container .contact-column .form-group input[type='email'],
            .contact-section .outer-container .contact-column .form-group textarea {
                position: relative;
                display: block;
                width: 100%;
                height: 60px;
                background: #fcc753;
                border: 3px solid #fcc753;
                border-radius: 20px;
                padding: 10px 15px;
                font-size: 15px;
                color: #fff;
                transition: all 500ms ease;
            }

                .contact-section .outer-container .contact-column .form-group input:focus,
                .contact-section .outer-container .contact-column .form-group textarea:focus {
                    border-color: #fd59a4;
                }

            .contact-section .outer-container .contact-column .form-group textarea {
                height: 170px;
                resize: none;
                margin-bottom: 30px;
            }

                .contact-section .outer-container .contact-column .form-group input::-webkit-input-placeholder,
                .contact-section .outer-container .contact-column .form-group textarea::-webkit-input-placeholder {
                    color: #fff;
                }

            .contact-section .outer-container .contact-column .form-group .theme-btn {
                background: #fff;
                color: #2b3c6b !important;
            }

                .contact-section .outer-container .contact-column .form-group .theme-btn:hover {
                    color: #fff !important;
                }



/*** 

====================================================================
                        About-Page
====================================================================

***/

/* page-title */

.page-title {
    background-color: #5699cd;
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 0px 30px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .page-title:before {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.27);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }

    .page-title .content-box h1 {
        position: relative;
        display: block;
        font-size: 28px;
        line-height: 36px;
        color: #fff;
        font-weight: 900;
        margin-bottom: 5px;
    }

    .page-title .content-box .bread-crumb li {
        position: relative;
        display: inline-block;
        font-size: 17px;
        line-height: 26px;
        font-weight: 600;
        color: #ffffff;
        padding-right: 16px;
        margin-right: 5px;
    }

        .page-title .content-box .bread-crumb li:before {
            position: absolute;
            content: '/';
            font-size: 17px;
            color: #fff;
            top: 0px;
            right: 0px;
            font-weight: 400;
        }

        .page-title .content-box .bread-crumb li:last-child:before {
            display: none;
        }

        .page-title .content-box .bread-crumb li:last-child {
            padding: 0px;
            margin: 0px;
        }

        .page-title .content-box .bread-crumb li a {
            color: #fff;
        }

            .page-title .content-box .bread-crumb li a:hover {
                color: #fd59a4;
            }


/* page-title1 */

.page-title1 {
    position: relative;
    display: block;
    width: 100%;
    background-color: #253b70;
    padding: 15px 0px 15px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .page-title1:before {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }

    .page-title1 .content-box h1 {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        font-weight: 800;
        margin-bottom: 4px;
    }

    .page-title1 .content-box .bread-crumb li {
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        color: #fd59a4;
        padding-right: 16px;
        margin-right: 5px;
    }

        .page-title1 .content-box .bread-crumb li:before {
            position: absolute;
            content: '/';
            font-size: 17px;
            color: #fff;
            top: 0px;
            right: 0px;
            font-weight: 400;
        }

        .page-title1 .content-box .bread-crumb li:last-child:before {
            display: none;
        }

        .page-title1 .content-box .bread-crumb li:last-child {
            padding: 0px;
            margin: 0px;
        }

        .page-title1 .content-box .bread-crumb li a {
            color: #fff;
        }

            .page-title1 .content-box .bread-crumb li a:hover {
                color: #fd59a4;
            }


/** about-style-two **/

.about-section.style-two {
    position: relative;
    padding: 60px 0px 50px 0px
}

    .about-section.style-two .image-box {
        margin: 0px 0px 0px 220px;
    }

        .about-section.style-two .image-box:before {
            display: none;
        }

        .about-section.style-two .image-box .image-2 {
            left: -185px;
            bottom: -245px;
        }

    .about-section.style-two .content-box {
        margin-top: 20px;
    }

.our-teachers.about-page {
    background: #f2f0eb;
}



/*** 

====================================================================
                        Faq-Page
====================================================================

***/

.faq-page-section {
    position: relative;
    display: block;
    padding: 144px 0px 150px 0px;
}

    .faq-page-section .accordion-box .block:nth-child(3) {
        border-color: #fd59a4;
    }

    .faq-page-section .accordion-box .block:nth-child(4) {
        border-color: #b350ff;
    }

    .faq-page-section .accordion-box .block:last-child {
        border-color: #7379fe;
    }

    .faq-page-section .content-box .sec-title {
        margin-bottom: 32px;
    }

    .faq-page-section .content-box .text p {
        position: relative;
        display: block;
        margin-bottom: 26px;
    }

    .faq-page-section .faq-content {
        margin-top: 6px;
        height: 680px;
    }

    .faq-page-section .anim-icon .icon-1 {
        background: url(../images/icons/anim-icon-13.png);
        width: 265px;
        height: 400px;
        left: 350px;
        bottom: -70px;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .faq-page-section .accordion-box .block:nth-child(3) .acc-btn.active h4,
    .faq-page-section .accordion-box .block:nth-child(3) .acc-btn.active .icon-outer {
        color: #fd59a4;
    }

    .faq-page-section .accordion-box .block:nth-child(4) .acc-btn.active h4,
    .faq-page-section .accordion-box .block:nth-child(4) .acc-btn.active .icon-outer {
        color: #b350ff;
    }

    .faq-page-section .accordion-box .block:last-child .acc-btn.active h4,
    .faq-page-section .accordion-box .block:last-child .acc-btn.active .icon-outer {
        color: #7379fe;
    }


/** contact-style-two **/

.contact-style-two {
    position: relative;
    display: block;
    background: #f0ede7;
}

    .contact-style-two .form-area .form-group {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

        .contact-style-two .form-area .form-group:last-child {
            margin-bottom: 0px;
        }

        .contact-style-two .form-area .form-group input[type='text'],
        .contact-style-two .form-area .form-group input[type='email'],
        .contact-style-two .form-area .form-group textarea {
            position: relative;
            display: block;
            width: 100%;
            height: 60px;
            background: #fff;
            border: 3px solid #fff;
            font-size: 15px;
            color: #2b3c6b;
            padding: 10px 15px;
            border-radius: 20px;
            transition: all 500ms ease;
        }

        .contact-style-two .form-area .form-group textarea {
            height: 170px;
            resize: none;
            margin-bottom: 30px;
        }

            .contact-style-two .form-area .form-group input:focus,
            .contact-style-two .form-area .form-group textarea:focus {
                border-color: #fd59a4;
            }

            .contact-style-two .form-area .form-group input::-webkit-input-placeholder,
            .contact-style-two .form-area .form-group textarea::-webkit-input-placeholder {
                color: #2b3c6b;
            }

    .contact-style-two .sec-title {
        margin-bottom: 40px;
    }



/*** 

====================================================================
                        Error-Page
====================================================================

***/


.error-section {
    position: relative;
    padding: 60px 0px;
}

    .error-section .content-box h1 {
        position: relative;
        display: block;
        font-size: 80px;
        line-height: 100px;
        color: #fd59a4;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .error-section .content-box h2 {
        position: relative;
        display: block;
        font-size: 44px;
        line-height: 52px;
        color: #2b3c6b;
        font-weight: 600;
        margin-bottom: 21px;
    }

    .error-section .text a {
        color: #fd59a4;
    }

        .error-section .text a:hover {
            text-decoration: underline;
        }



/*** 

====================================================================
                        Classes-Page
====================================================================

***/

.classes-page-section {
    position: relative;
    padding: 150px 0px 120px 0px;
}

    .classes-page-section .inner-block {
        margin-bottom: 30px;
    }

.classes-section .block-column:nth-child(3) .inner-block .lower-content .link-btn a {
    background: #fd59a4;
}

.classes-section .block-column:nth-child(4) .inner-block .lower-content .link-btn a {
    background: #b350ff;
}

.classes-section .block-column:nth-child(5) .inner-block .lower-content .link-btn a {
    background: #ff689d;
}

.classes-section .block-column:last-child .inner-block .lower-content .link-btn a {
    background: #7c3bff;
}

.class-details {
    position: relative;
    display: block;
    padding: 60px 0px 60px 0px;
}

    .class-details .inner-box .info-box {
        position: relative;
        display: block;
        background: url(../images/icons/info-bg.png);
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 20px;
        padding: 27px 30px 23px 30px;
    }

        .class-details .inner-box .info-box li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 50px;
        }

            .class-details .inner-box .info-box li:last-child {
                margin-right: 0px;
            }

            .class-details .inner-box .info-box li h6 {
                position: relative;
                display: block;
                font-size: 15px;
                line-height: 20px;
                color: #bdc1ce;
                font-weight: 500;
            }

            .class-details .inner-box .info-box li h5 {
                position: relative;
                display: block;
                font-size: 18px;
                line-height: 28px;
                color: #fff;
                font-weight: 700;
            }

            .class-details .inner-box .info-box li .thumb-box {
                position: absolute;
                left: 0px;
                top: -5px;
                width: 55px;
                height: 55px;
                overflow: hidden;
                border-radius: 50%;
            }

                .class-details .inner-box .info-box li .thumb-box img {
                    width: 100%;
                    border-radius: 50%;
                }

            .class-details .inner-box .info-box li:first-child {
                padding: 0px 0px 0px 50px;
            }

    .class-details .inner-box .sec-title {
        margin-bottom: 33px;
    }

    .class-details .inner-box .bold-text {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 28px;
        color: #2b3c6b;
        margin-bottom: 30px;
    }

    .class-details .inner-box .info-box li:first-child:before,
    .class-details .inner-box .info-box li:nth-child(2):before {
        position: absolute;
        content: '';
        border: 1px dashed #59688e;
        width: 1px;
        height: 35px;
        top: 15px;
        right: -25px;
    }

    .class-details .inner-box .upper-content {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }

    .class-details .inner-box .lower-content h3 {
        position: relative;
        display: block;
        font-size: 30px;
        color: #2b3c6b;
        line-height: 40px;
        font-weight: 900;
        margin-bottom: 23px;
    }

    .class-details .inner-box .lower-content .text p {
        position: relative;
        display: block;
        margin-bottom: 26px;
    }

    .class-details .inner-box .lower-content .image-box {
        position: relative;
        display: block;
        margin-bottom: 67px;
        padding-top: 47px;
    }

        .class-details .inner-box .lower-content .image-box img {
            width: 100%;
        }

    .class-details .class-details-content {
        position: relative;
        display: block;
        margin-right: 20px;
    }

    .class-details .inner-box .lower-content .list li {
        position: relative;
        display: block;
        margin-bottom: 5px;
        padding: 0px 0px 0px 17px;
    }

        .class-details .inner-box .lower-content .list li:before {
            position: absolute;
            content: '';
            background: #fd59a4;
            height: 6px;
            width: 6px;
            left: 0px;
            top: 12px;
            border-radius: 50%;
        }

        .class-details .inner-box .lower-content .list li:last-child {
            margin-bottom: 0px;
        }

    .class-details .inner-box .lower-content .list {
        position: relative;
        display: block;
        padding-top: 8px;
    }

    .class-details .class-details-sidebar .inner-box {
        position: relative;
        display: block;
        background: #f1efe8;
        padding: 44px 40px 23px 40px;
        border-radius: 20px;
    }

        .class-details .class-details-sidebar .inner-box h3 {
            position: relative;
            display: block;
            font-size: 22px;
            line-height: 30px;
            color: #2b3c6b;
            font-weight: 900;
            margin-bottom: 15px;
        }

        .class-details .class-details-sidebar .inner-box .text {
            position: relative;
            display: block;
            margin-bottom: 27px;
        }

        .class-details .class-details-sidebar .inner-box .info-list li {
            position: relative;
            display: block;
            margin-bottom: 19px;
            padding-bottom: 19px;
            border-bottom: 1px dashed #cdccc5;
        }

            .class-details .class-details-sidebar .inner-box .info-list li:last-child {
                border: none;
                margin-bottom: 0px;
            }

            .class-details .class-details-sidebar .inner-box .info-list li h5 {
                position: relative;
                display: block;
                font-size: 18px;
                line-height: 26px;
                color: #2b3c6b;
                font-weight: 700;
            }

            .class-details .class-details-sidebar .inner-box .info-list li span {
                position: relative;
                display: block;
                font-size: 18px;
                font-family: 'M PLUS Rounded 1c', sans-serif;
                line-height: 26px;
                color: #fd59a4;
                font-weight: 700;
            }



/*** 

====================================================================
                        Gallery-Page
====================================================================

***/

.gallery-page-section {
    position: relative;
    display: block;
    padding: 60px 0px 60px 0px;
}

    .gallery-page-section .gallery-block {
        margin-bottom: 30px;
    }

    .gallery-page-section .filter-tabs {
        position: relative;
        display: block;
        margin-bottom: 63px;
    }

        .gallery-page-section .filter-tabs li {
            position: relative;
            display: inline-block;
            font-size: 20px;
            line-height: 30px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            color: #2b3c6b;
            font-weight: 700;
            margin: 0px 12px;
            cursor: pointer;
            transition: all 500ms ease;
        }

            .gallery-page-section .filter-tabs li.active,
            .gallery-page-section .filter-tabs li:hover {
                color: #fd59a4;
            }



/*** 

====================================================================
                        Teachers-Page
====================================================================

***/

.our-teachers.teachers-page {
    background: #f2f0eb;
}

.our-teachers.teachers-page-section {
    position: relative;
    padding-bottom: 45px;
}

    .our-teachers.teachers-page-section .teachers-block-one {
        margin-bottom: 105px;
    }

    .our-teachers.teachers-page-section .block-column:nth-child(3) .teachers-block-one .inner-box .image-holder {
        border-color: #fd59a4;
    }

    .our-teachers.teachers-page-section .block-column:nth-child(3) .teachers-block-one .inner-box .lower-content {
        background: url(../images/icons/teacher-icon-3.png);
    }

    .our-teachers.teachers-page-section .block-column:nth-child(3) .teachers-block-one .inner-box:hover .lower-content {
        background: url(../images/icons/hover-3.png);
    }

    .our-teachers.teachers-page-section .block-column:nth-child(4) .teachers-block-one .inner-box .image-holder {
        border-color: #b350ff;
    }

    .our-teachers.teachers-page-section .block-column:nth-child(4) .teachers-block-one .inner-box .lower-content {
        background: url(../images/icons/teacher-icon-5.png);
    }

    .our-teachers.teachers-page-section .block-column:nth-child(4) .teachers-block-one .inner-box:hover .lower-content {
        background: url(../images/icons/hover-5.png);
    }

    .our-teachers.teachers-page-section .block-column:nth-child(5) .teachers-block-one .inner-box .image-holder {
        border-color: #f8457c;
    }

    .our-teachers.teachers-page-section .block-column:nth-child(5) .teachers-block-one .inner-box .lower-content {
        background: url(../images/icons/teacher-icon-6.png);
    }

    .our-teachers.teachers-page-section .block-column:nth-child(5) .teachers-block-one .inner-box:hover .lower-content {
        background: url(../images/icons/hover-6.png);
    }

    .our-teachers.teachers-page-section .block-column:last-child .teachers-block-one .inner-box .image-holder {
        border-color: #8bd451;
    }

    .our-teachers.teachers-page-section .block-column:last-child .teachers-block-one .inner-box .lower-content {
        background: url(../images/icons/teacher-icon-7.png);
    }

    .our-teachers.teachers-page-section .block-column:last-child .teachers-block-one .inner-box:hover .lower-content {
        background: url(../images/icons/hover-7.png);
    }



/*** 

====================================================================
                        Pricing-Page
====================================================================

***/

.pricing-section {
    position: relative;
    display: block;
}

    .pricing-section .sec-title {
        position: relative;
        display: block;
        margin-bottom: 60px;
    }

    .pricing-section .pricing-table {
        position: relative;
        display: block;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid #909194c4;
        box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
    }

        .pricing-section .pricing-table:before {
            position: absolute;
            content: '';
            background: #b350ff;
            width: 100%;
            height: 0%;
            left: 0px;
            transition: all 1500ms ease;
        }





        .pricing-section .pricing-table:hover .table-content p, .pricing-table:hover .table-content p:before {
            color: #fff !important;
        }

        .pricing-section .pricing-table:hover:before, .table-header {
            height: 100%;
            border-bottom: 1px solid #fff;
            color: #fff;
        }

    .pricing-section .pricing-block:nth-child(2) .pricing-table:before {
        background: #fab319;
        border-bottom: 1px solid #131314;
        color: #fff;
    }

    .pricing-section .pricing-block:nth-child(2) .pricing-table:before {
        background: #fab319;
        border-bottom: 1px solid #fff;
    }

    .pricing-section .pricing-block:nth-child(2) .pricing-table:before {
        background: #43b3d9;
    }

    .pricing-section .pricing-block:nth-child(3) .pricing-table:before {
        background: #253b70;
    }

    .pricing-section .pricing-block:last-child .pricing-table:before {
        background: #fbb419;
        border-bottom: 1px solid #fff;
    }

    .pricing-section .pricing-table .table-header {
        position: relative;
        display: block;
        background: #b350ff;
        padding: 30px 10px 0px 15px;
        text-align: center;
        font-weight: 900;
    }

        .pricing-section .pricing-table .table-header:nth-child(2) {
            position: relative;
            display: block;
            background: red;
            padding: 30px 10px 0px 15px;
            text-align: center;
            font-weight: 900;
        }

        /*.pricing-section .pricing-table .box3 {
        position: relative;
        display: block;
        background: red;
        padding: 30px 10px 0px 15px;
        text-align: center;
        font-weight: 900;
    }*/



        .pricing-section .pricing-table .table-header:before {
            position: absolute;
            font-family: 'Flaticon';
            font-size: 70px;
            line-height: 70px;
            top: 45px;
            right: 35px;
            color: rgba(255, 255, 255, 0.5);
            font-weight: 400;
        }

    .pricing-section .pricing-block:nth-child(2) .pricing-table .table-header {
        background: #43b3d9;
    }

    .pricing-section .div3 .pricing-table .table-header {
        background: #253b70;
    }





    .pricing-section .div4 .pricing-table .table-header {
        background: #fbb419 !important;
    }

    .pricing-section .pricing-table .table-header h1 {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        font-weight: 500;
    }

        .pricing-section .pricing-table .table-header h1 span {
            font-size: 20px;
            font-weight: 700;
        }

    .pricing-section .pricing-table .table-header h4 {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 24px;
        text-transform: uppercase;
    }

    .pricing-section .pricing-table .table-header .text {
        position: relative;
        display: block;
        color: #fff;
        /*border-top: 1px dashed rgba(255, 255, 255, 0.5);*/
        padding-top: 22px;
    }

    .pricing-section .pricing-table .table-content {
        position: relative;
        display: block;
        padding: 30px 40px 19px 50px;
    }

        .pricing-section .pricing-table .table-content li {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 26px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            color: #2b3c6b;
            font-weight: 700;
            padding: 13px 0px 14px 27px;
            border-bottom: 1px dashed #e5e5e5;
            transition: all 1500ms ease;
        }

            .pricing-section .pricing-table .table-content li:last-child {
                border-bottom: none;
            }

    .pricing-section .pricing-table:hover .table-content li,
    .pricing-section .pricing-table:hover .table-content li:before {
        color: #fff !important
    }

    .pricing-section .pricing-table .table-content li:before {
        position: absolute;
        content: "\f121";
        font-family: 'Flaticon';
        font-size: 15px;
        font-weight: 600;
        color: #fd59a4;
        left: 0px;
        top: 14px;
        transition: all 1500ms ease;
    }

    .pricing-section .pricing-block:first-child .pricing-table .table-content li:last-child,
    .pricing-section .pricing-block:first-child .table-content li:nth-child(4),
    .pricing-section .pricing-block:nth-child(2) .pricing-table .table-content li:last-child {
        color: #848484;
    }

    .pricing-section .pricing-block:first-child .pricing-table:first-child .table-content li:nth-child(4):before,
    .pricing-section .pricing-block:first-child .pricing-table:first-child .table-content li:last-child:before,
    .pricing-section .pricing-block:nth-child(2) .pricing-table:first-child .table-content li:last-child:before {
        content: "\f122";
        color: #848484;
        font-size: 13px;
    }

    .pricing-section .pricing-table .table-footer {
        position: relative;
        display: block;
        padding: 10px 40px 50px 50px;
        text-align: center;
    }



/*** 

====================================================================
                        Events-Page
====================================================================

***/

.event-page-section {
    position: relative;
    display: block;
    padding: 60px 0px 60px 0px
}

    .event-page-section .event-block:nth-child(2) .event-block-one .inner-box .content-box .date {
        background: url(../images/icons/date-bg-2.png);
        background-repeat: no-repeat;
    }

    .event-page-section .event-block:nth-child(3) .event-block-one .inner-box .content-box .date {
        background: url(../images/icons/date-bg-3.png);
        background-repeat: no-repeat;
    }

    .event-page-section .event-block:nth-child(4) .event-block-one .inner-box .content-box .date {
        background: url(../images/icons/date-bg-4.png);
        background-repeat: no-repeat;
    }

    .event-page-section .event-block:nth-child(5) .event-block-one .inner-box .content-box .date {
        background: url(../images/icons/date-bg-5.png);
        background-repeat: no-repeat;
    }

    .event-page-section .event-block:last-child .event-block-one .inner-box .content-box .date {
        background: url(../images/icons/date-bg-6.png);
        background-repeat: no-repeat;
    }

    .event-page-section .event-block-one .inner-box {
        box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
    }


/** event-details **/

.event-details {
    position: relative;
    display: block;
    padding: 60px 0px 60px 0px;
}

    .event-details .event-details-content {
        position: relative;
        display: block;
        margin-right: 20px;
    }

        .event-details .event-details-content .image-box {
            position: relative;
            display: block;
            margin-bottom: 73px;
            border-radius: 20px;
        }

            .event-details .event-details-content .image-box img {
                width: 100%;
                border-radius: 20px;
            }

        .event-details .event-details-content .inner-box .date {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 28px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            color: #fbb419;
            font-weight: 900;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .event-details .event-details-content .inner-box h1 {
            position: relative;
            display: block;
            font-size: 40px;
            line-height: 50px;
            color: #2b3c6b;
            font-weight: 900;
            margin-bottom: 33px;
        }

        .event-details .event-details-content .inner-box .bold-text {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 28px;
            color: #2b3c6b;
            margin-bottom: 73px;
        }

.countdown-box {
    position: relative;
    display: block;
    background: url(../images/icons/countdown-bg.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 30px 40px 30px 40px;
    margin-bottom: 72px;
}

.countdown-timer .counter-column:last-child {
    border-right: none;
}

.countdown-timer .counter-column {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #fbb419;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

    .countdown-timer .counter-column:nth-child(2) {
        background: #43b8e0;
    }

    .countdown-timer .counter-column:nth-child(3) {
        background: #e84174;
    }

    .countdown-timer .counter-column:last-child {
        margin-right: 0px;
        background: #86ca50;
    }

    .countdown-timer .counter-column span {
        position: relative;
        display: block;
        color: #fff;
        font-weight: 700;
        font-size: 21px;
        line-height: 16px;
        top: 21px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
    }

.event-details .event-details-content .countdown-box h3 {
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 35px;
    color: #fff;
    font-weight: 900;
    margin-right: 20px;
    margin-bottom: 0px;
    top: -11px;
}

.event-details .event-details-content .countdown-box .countdown-timer {
    position: relative;
    display: inline-block;
}

.event-details .event-details-content .text {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

    .event-details .event-details-content .text p {
        position: relative;
        display: block;
        margin-bottom: 26px;
    }

.event-details .event-details-content .google-map-area {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

    .event-details .event-details-content .google-map-area #contact-google-map {
        position: relative;
        width: 100%;
        height: 400px;
    }

.event-details .event-details-content .inner-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    color: #2b3c6b;
    margin-bottom: 23px;
    margin-top: 31px;
}

.event-details .event-details-content .inner-box .list-item {
    position: relative;
    display: block;
    margin-bottom: 72px;
}

    .event-details .event-details-content .inner-box .list-item li {
        position: relative;
        display: block;
        margin-bottom: 5px;
        padding: 0px 0px 0px 17px;
    }

        .event-details .event-details-content .inner-box .list-item li:last-child {
            margin-bottom: 0px;
        }

        .event-details .event-details-content .inner-box .list-item li:before {
            position: absolute;
            content: '';
            background: #fd59a4;
            height: 6px;
            width: 6px;
            left: 0px;
            top: 12px;
            border-radius: 50%;
        }

.event-details .event-details-content .inner-box .social-style-one {
    margin-bottom: 80px;
}

.event-details .event-details-sidebar .inner-box {
    position: relative;
    display: block;
    background: #f1efe8;
    padding: 44px 40px 50px 40px;
    border-radius: 20px;
}

    .event-details .event-details-sidebar .inner-box h3 {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 30px;
        color: #2b3c6b;
        font-weight: 900;
        margin-bottom: 15px;
    }

    .event-details .event-details-sidebar .inner-box .text {
        position: relative;
        display: block;
        margin-bottom: 27px;
    }

    .event-details .event-details-sidebar .inner-box .info-list li {
        position: relative;
        display: block;
        margin-bottom: 19px;
        padding-bottom: 19px;
        border-bottom: 1px dashed #cdccc5;
    }

        .event-details .event-details-sidebar .inner-box .info-list li:last-child {
            border: none;
            margin-bottom: 14px;
        }

        .event-details .event-details-sidebar .inner-box .info-list li h5 {
            position: relative;
            display: block;
            font-size: 17px;
            line-height: 26px;
            color: #2b3c6b;
            font-weight: 700;
        }

        .event-details .event-details-sidebar .inner-box .info-list li span {
            position: relative;
            display: block;
            font-size: 15px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            line-height: 26px;
            color: #fd59a4;
            font-weight: 700;
        }

        .event-details .event-details-sidebar .inner-box .info-list li a {
            position: relative;
            display: inline-block;
            font-size: 18px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            line-height: 26px;
            color: #fd59a4;
            font-weight: 700;
        }

            .event-details .event-details-sidebar .inner-box .info-list li a:hover {
                color: #2b3c6b;
            }



/*** 

====================================================================
                        Shop-Page
====================================================================

***/


.shop-section {
    position: relative;
    display: block;
    padding: 150px 0px 150px 0px;
}

.select-box .ui-state-default {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e5e5e5 !important;
    border-radius: 0;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    outline: medium none;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
}

.select-box .ui-selectmenu-button span.ui-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 60px;
    height: 48px;
    text-indent: 0;
    margin: 0;
}

    .select-box .ui-selectmenu-button span.ui-icon::before {
        color: #222222;
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        font-size: 15px;
        overflow: visible;
        position: absolute;
        right: 21px;
        top: 12px;
    }

.select-box .ui-state-default {
    width: 210px !important;
}

.ui-selectmenu-open .ui-widget-content {
    border: none;
    background: #ffffff;
    color: #222222;
    border-radius: 0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
}

    .ui-selectmenu-open .ui-widget-content .ui-state-focus {
        border: none;
        background: #fd59a4;
        font-weight: normal;
        color: #ffffff;
        font-size: 13px;
    }

.ui-selectmenu-open .ui-menu .ui-menu-item {
    border-bottom: 1px solid #efebea;
    position: relative;
    margin: 0;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    transition: all 500ms ease;
}

    .ui-selectmenu-open .ui-menu .ui-menu-item:last-child {
        border-bottom: none;
    }

.select-box .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 15px 19px;
    text-align: left;
    margin-right: 0px;
}

.ui-selectmenu-menu .ui-menu {
    transform: scaleY(0);
    transform-origin: top center;
    transition: .4s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ui-selectmenu-open .ui-menu {
    transform: scaleY(1);
    top: 100%;
}

.ui-selectmenu-menu {
    transform: scaleY(0);
    transform-origin: top center;
    display: block;
}

.ui-selectmenu-open {
    transform: scaleY(1);
}

.shop-section .item-sorting .result-column {
    position: relative;
    display: block;
    color: #777777;
    top: 12px;
}

.shop-section .item-sorting {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .shop-section .item-sorting .result-column span {
        color: #222222;
    }

.shop-section .shop-sidebar .sidebar-search .form-group {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

    .shop-section .shop-sidebar .sidebar-search .form-group input[type='search'] {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        font-size: 15px;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        padding: 10px 50px 10px 15px;
        transition: all 500ms ease;
    }

    .shop-section .shop-sidebar .sidebar-search .form-group input:focus + button,
    .shop-section .shop-sidebar .sidebar-search .form-group button:hover {
        color: #fd59a4;
    }

    .shop-section .shop-sidebar .sidebar-search .form-group input:focus {
        border-color: #fd59a4;
    }

    .shop-section .shop-sidebar .sidebar-search .form-group button {
        position: absolute;
        top: 12px;
        right: 20px;
        font-size: 18px;
        color: #222;
        background: transparent;
        cursor: pointer;
        transition: all 500ms ease;
    }

.sidebar-title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #2b3c6b;
    font-weight: 700;
}

.shop-section .shop-sidebar .sidebar-categories li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

    .shop-section .shop-sidebar .sidebar-categories li:last-child {
        margin-bottom: 0px;
    }

    .shop-section .shop-sidebar .sidebar-categories li a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 26px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        color: #2b3c6b;
        font-weight: 700;
    }

        .shop-section .shop-sidebar .sidebar-categories li a:hover {
            color: #fd59a4;
        }

.shop-section .shop-sidebar .sidebar-categories .sidebar-title {
    margin-bottom: 25px;
}

.shop-section .shop-sidebar .sidebar-categories {
    position: relative;
    display: block;
    margin-bottom: 34px;
}

.range-slider {
    position: relative;
    min-height: 48px;
}

    .range-slider .title {
        position: relative;
        display: inline-block;
    }

    .range-slider p {
        position: relative;
        display: inline-block;
        font-size: 15px;
        color: #222;
        font-weight: 600;
        margin-right: 15px;
        top: 5px;
    }

    .range-slider .title:before {
        position: absolute;
        content: '$';
        left: -9px;
        top: -13px;
        color: #222222;
        font-size: 15px;
        font-weight: 600;
    }

    .range-slider .input {
        float: right;
        color: #222222;
        max-width: 75px;
        font-size: 15px;
        font-weight: 600;
        margin-top: 5px;
        position: relative;
    }

        .range-slider .input input {
            background: none;
            color: #222222;
            font-size: 15px;
            font-weight: 600;
            text-align: left;
        }

    .range-slider .ui-widget.ui-widget-content {
        height: 4px;
        border: none;
        margin-bottom: 30px;
        background: #eaeceb;
    }

    .range-slider .ui-slider .ui-slider-range {
        top: 0px;
        height: 4px;
        background: #fd59a4;
    }

    .range-slider .ui-state-default,
    .range-slider .ui-widget-content .ui-state-default {
        top: -7px;
        width: 18px;
        height: 18px;
        background: #fff;
        border: 3px solid #fd59a4;
        border-radius: 50%;
        cursor: pointer;
        margin-left: 0px;
    }

    .range-slider .filter-btn {
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        background: #fd59a4;
        padding: 5px 21px 4px 20px;
        border-radius: 10px;
        transition: all 500ms ease;
    }

        .range-slider .filter-btn:hover {
            background: #2b3c6b;
        }

.shop-section .shop-sidebar .price-filters .sidebar-title {
    margin-bottom: 30px;
}

.single-product-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .single-product-box .inner-box {
        position: relative;
        display: block;
        overflow: hidden;
        border: 1px solid #e5e5e5;
        text-align: center;
        border-radius: 20px;
        padding: 10px 15px 33px 15px;
    }

        .single-product-box .inner-box:before {
            position: absolute;
            content: '';
            background: rgba(0, 0, 0, 0.2);
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0;
            z-index: 1;
            transition: all 500ms ease;
        }

        .single-product-box .inner-box .image-box {
            position: relative;
            display: block;
            margin-bottom: 51px;
        }

            .single-product-box .inner-box .image-box img {
                width: 100%;
            }

        .single-product-box .inner-box:hover:before {
            opacity: 1;
        }

        .single-product-box .inner-box .lower-content h4 {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 28px;
            color: #2b3c6b;
            font-weight: 700;
            margin-bottom: 0px;
        }

        .single-product-box .inner-box .lower-content .price {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 26px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            font-weight: 700;
            color: #fd59a4;
        }

        .single-product-box .inner-box .overlay-content {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 100%;
            transform: translate(-50%,-50%);
            z-index: 2;
            opacity: 0;
            transition: all 900ms ease;
        }

        .single-product-box .inner-box:hover .overlay-content {
            opacity: 1;
        }

        .single-product-box .inner-box .overlay-content li {
            position: relative;
            display: inline-block;
            margin: 0px 1px;
        }

            .single-product-box .inner-box .overlay-content li a {
                position: relative;
                display: inline-block;
                font-size: 18px;
                color: #2b3c6b;
                width: 60px;
                height: 60px;
                background: #fff;
                line-height: 60px;
                text-align: center;
                border-radius: 50%;
            }

                .single-product-box .inner-box .overlay-content li a:hover {
                    color: #fff;
                    background: #fd59a4;
                }

/** shop-details **/

.shop-details {
    position: relative;
    display: block;
    padding: 30px 0px 20px 0px
}

    .shop-details .product-details-content .image-box {
        position: relative;
        display: block;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 20px;
        overflow: hidden;
        margin-right: 20px;
    }

        .shop-details .product-details-content .image-box img {
            width: 100%;
        }

        .shop-details .product-details-content .image-box .view-box {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 1;
        }

            .shop-details .product-details-content .image-box .view-box a {
                position: relative;
                display: inline-block;
                font-size: 18px;
                color: #2b3c6b;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                border: 1px solid #e7e7e7;
                border-radius: 50%;
            }

                .shop-details .product-details-content .image-box .view-box a:hover {
                    color: #fd59a4;
                    border-color: #fd59a4;
                }

    .shop-details .product-details-content .content-box h2 {
        position: relative;
        display: block;
        font-size: 30px;
        line-height: 40px;
        color: #2b3c6b;
        font-weight: 900;
        margin-bottom: 21px;
    }

    .shop-details .product-details-content .content-box .rating {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
    }

        .shop-details .product-details-content .content-box .rating li {
            position: relative;
            display: inline-block;
            font-size: 14px;
            color: #ffc61c;
        }

    .shop-details .product-details-content .content-box .reviews {
        position: relative;
        display: inline-block;
        margin-left: 3px;
        margin-bottom: 18px;
    }

        .shop-details .product-details-content .content-box .reviews a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            color: #848484;
        }

    .shop-details .product-details-content .content-box .item-price {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 35px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        color: #fd59a4;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .shop-details .product-details-content .content-box .text {
        position: relative;
        display: block;
        margin-bottom: 34px;
    }

    .shop-details .item-quantity {
        position: relative;
        float: left;
        padding: 0px 60px;
        margin-right: 20px;
        margin-bottom: 10px;
    }

.item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border: 1px solid #e6e6e6;
    max-width: 70px;
    width: 100%;
    height: 55px;
}

.shop-details .item-quantity input.quantity-spinner {
    padding: 15px 0px !important;
}

.item-quantity input.quantity-spinner {
    line-height: 28px;
    width: 60px;
    padding: 5px 0px !important;
    box-shadow: none !important;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #2b3c6b;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
    position: absolute;
    height: 60px;
    width: 60px;
    background: transparent;
    padding: 0px 0px;
    left: -59px;
    top: -59px;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    position: absolute;
    height: 60px;
    width: 60px;
    background: transparent;
    padding: 0px 0px;
    right: -60px;
    top: -57px;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f067";
    font-size: 16px;
    font-style: normal;
    color: #c3c3c3;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f068";
    font-size: 16px;
    font-style: normal;
    color: #c3c3c3;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

    .bootstrap-touchspin .input-group-btn-vertical i {
        top: 17px;
        left: 20px;
    }

.shop-details .addto-cart-box .like-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

    .shop-details .addto-cart-box .like-box a {
        position: relative;
        display: inline-block;
        font-size: 20px;
        color: #2b3c6b;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

        .shop-details .addto-cart-box .like-box a:hover {
            color: #fd59a4;
            border-color: #fd59a4;
        }

.shop-details .addto-cart-box .cart-btn {
    position: relative;
    display: block;
}

.shop-details .addto-cart-box {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.shop-details .content-box .category li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #777777;
    line-height: 26px;
}

    .shop-details .content-box .category li a {
        position: relative;
        display: inline-block;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        color: #777777;
        line-height: 26px;
    }

        .shop-details .content-box .category li a:hover {
            color: #fd59a4;
        }

    .shop-details .content-box .category li h6 {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 26px;
        font-weight: 700;
        color: #2b3c6b;
        margin-right: 5px;
    }

.shop-details .content-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.shop-details .product-details-content {
    position: relative;
    display: block;
    margin-bottom: 100px;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

    .tabs-box .tab.active-tab {
        display: block;
    }

.tabs-box .tab {
    transform: scale(0.9,0.9) translateY(0px);
}

    .tabs-box .tab.active-tab {
        transform: scale(1) translateY(0px);
    }

.shop-details .product-info-tabs .tabs-content .text h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.shop-details .product-info-tabs .tabs-content .text p {
    margin-bottom: 10px;
}

    .shop-details .product-info-tabs .tabs-content .text p:last-child {
        margin-bottom: 0px;
    }

.shop-details .product-info-tabs .tab-btns {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #fd59a4;
}

    .shop-details .product-info-tabs .tab-btns li {
        position: relative;
        float: left;
        font-size: 15px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 700;
        color: #8a8d91;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        padding: 16px 31px 16px 30px;
        text-transform: uppercase;
        margin-right: 10px;
        cursor: pointer;
        transition: all 500ms ease;
    }

        .shop-details .product-info-tabs .tab-btns li.active-btn,
        .shop-details .product-info-tabs .tab-btns li:hover {
            color: #fff;
            background: #fd59a4;
            border-color: #fd59a4;
        }

        .shop-details .product-info-tabs .tab-btns li:last-child {
            margin-right: 0px;
        }

.shop-details .product-info-tabs {
    position: relative;
    display: block;
    margin-bottom: 95px;
}

.shop-details .related-product .sec-title {
    margin-bottom: 40px;
}



/*** 

====================================================================
                        Cart-page
====================================================================

***/


.cart-section {
    position: relative;
    display: block;
    padding: 0px 0px;
}

    .cart-section .table-outer {
        overflow-x: auto;
        position: relative;
        width: 100%;
        border: 1px solid #eeede6;
        border-radius: 20px;
        margin-bottom: 80px;
    }

    .cart-section .cart-table {
        min-width: 1165px;
        width: 100%;
    }

        .cart-section .cart-table thead tr th {
            line-height: 24px;
            min-width: 110px;
            padding: 26px 15px 24px 0px;
            color: #ffffff;
            ;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            font-size: 18px;
            font-weight: 700;
            position: relative;
            text-align: center;
        }

        .cart-section .cart-table tbody tr,
        .cart-section .cart-table .cart-header {
            border-bottom: none;
        }

        .cart-section .cart-table tbody tr {
            border-bottom: 1px dashed #eeede6;
        }

        .cart-section .cart-table .cart-header {
            background: #2b3c6b;
        }

        .cart-section .cart-table tbody tr td.prod-column {
            padding: 30px;
        }

        .cart-section .cart-table tbody tr .prod-column .column-box {
            min-height: 80px;
            position: relative;
            padding: 25px 0px 16px 100px;
        }

            .cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
                display: block;
                max-width: 100%;
            }

            .cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 80px;
                height: 80px;
                border: 1px solid #e7e7e7;
                border-radius: 10px;
                overflow: hidden;
                background: #fff;
                transition: all 500ms ease;
            }

            .cart-section .cart-table tbody tr .prod-column .column-box .title {
                padding-left: 20px;
            }

        .cart-section .cart-table tbody tr .qty {
            position: relative;
            padding: 27px 30px 27px 30px;
            text-align: center;
        }

            .cart-section .cart-table tbody tr .qty input {
                width: 50px;
                font-size: 16px;
                font-family: 'M PLUS Rounded 1c', sans-serif;
                color: #848484;
                font-weight: 700;
            }

                .cart-section .cart-table tbody tr .qty input::-webkit-input-placeholder {
                    color: #848484;
                }

        .cart-section .cart-table .qty .item-quantity {
            position: relative;
            width: 54px;
            margin: auto;
        }

        .cart-section .cart-table .qty input.quantity-spinner {
            font-size: 18px;
            line-height: 24px;
            padding: 10px 15px !important;
            height: 40px !important;
            box-shadow: none !important;
            text-align: center;
            color: #273251;
        }

        .cart-section .cart-table .qty .bootstrap-touchspin .input-group-btn-vertical > .btn {
            padding: 9px 12px 10px 13px;
            background: #edf0f3;
            border-radius: 0px;
        }

        .cart-section .cart-table .qty .input-group-btn-vertical .btn.bootstrap-touchspin-up {
            border-top-right-radius: 5px;
            border-top: 1px solid #dddee4;
            border-right: 1px solid #dddee4;
        }

        .cart-section .cart-table .qty .input-group-btn-vertical .btn.bootstrap-touchspin-down {
            border-bottom-right-radius: 5px;
            border-right: 1px solid #dddee4;
            border-bottom: 1px solid #dddee4;
        }

        .cart-section .cart-table .qty .input-group-btn-vertical i {
            top: 6px;
            left: 7px;
            line-height: 1.4em;
        }

        .cart-section .cart-table .qty .bootstrap-touchspin .input-group-btn-vertical {
            left: 1px;
        }

        .cart-section .cart-table .qty .input-group-btn-vertical .bootstrap-touchspin-up i {
            top: 13px;
        }

        .cart-section .cart-table .qty .input-group-btn-vertical .bootstrap-touchspin-down i {
            top: -4px;
        }

        .cart-section .cart-table .qty .form-control:focus,
        .cart-section .cart-table .qty .form-control {
            border: 1px solid #dddee4;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .cart-section .cart-table .qty .glyphicon-chevron-up:before {
            content: "\f0de";
            color: #898f9f;
            font-size: 18px;
            font-style: normal;
            font-family: 'FontAwesome';
        }

        .cart-section .cart-table .qty .glyphicon-chevron-down:before {
            content: "\f0dd";
            color: #898f9f;
            font-size: 18px;
            font-style: normal;
            font-family: 'FontAwesome';
        }

        .cart-section .cart-table tbody tr td.price {
            color: #848484;
            font-size: 16px;
            text-align: center;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            font-weight: 700;
            position: relative;
            padding: 30px 25px 30px 30px;
        }

        .cart-section .cart-table tbody tr .sub-total {
            font-size: 16px;
            color: #fd59a4;
            padding: 27px 50px 27px 48px;
            text-align: center;
            font-weight: 700;
            font-family: 'M PLUS Rounded 1c', sans-serif;
        }

        .cart-section .cart-table tbody tr td .remove a {
            position: relative;
            display: inline-block;
            font-size: 12px;
            width: 34px;
            height: 34px;
            line-height: 34px;
            border: 1px solid #e6e6e6;
            border-radius: 50%;
            text-align: center;
            color: #8a8d91;
            padding: 0px;
        }

            .cart-section .cart-table tbody tr td .remove a:hover {
                border-color: #fd59a4;
                color: #fd59a4;
            }

        .cart-section .cart-table tbody tr td .remove {
            text-align: center;
        }

        .cart-section .cart-table .prod-title {
            position: relative;
            display: inline-block;
            font-size: 18px;
            font-weight: 700;
            line-height: 28px;
            color: #2b3c6b;
            font-family: 'M PLUS Rounded 1c', sans-serif;
        }

    .cart-section .table-outer .othre-content {
        position: relative;
        display: block;
        padding: 24px 30px 33px 30px;
    }

        .cart-section .table-outer .othre-content .text {
            position: relative;
            display: block;
            font-size: 15px;
            color: #222;
            margin-bottom: 8px;
        }

        .cart-section .table-outer .othre-content .coupon-box input {
            position: relative;
            max-width: 270px;
            width: 100%;
            height: 60px;
            border: 1px solid #e5e5e5;
            border-radius: 10px;
            padding: 10px 15px;
            font-size: 15px;
            margin-right: 7px;
            transition: all 500ms ease;
        }

            .cart-section .table-outer .othre-content .coupon-box input:focus {
                border-color: #fd59a4;
            }

        .cart-section .table-outer .othre-content .theme-btn {
            border-radius: 10px;
            overflow: hidden;
        }

        .cart-section .table-outer .othre-content .update-btn {
            position: relative;
            float: right;
            display: inline-block;
            font-size: 15px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            padding: 17px 40px;
            line-height: 26px;
            color: #8a8d91;
            font-weight: 900;
            border: 1px solid #fd59a4;
            border-radius: 10px;
            background: transparent;
            text-transform: uppercase;
            cursor: pointer;
            text-align: center;
            transition: all 500ms ease;
            z-index: 1;
        }

            .cart-section .table-outer .othre-content .update-btn:hover {
                color: #fff;
                background: #fd59a4;
            }

    .cart-section .cart-total .total-cart-box {
        position: relative;
        display: block;
        border: 1px solid #e7e7e7;
        border-radius: 20px;
        overflow: hidden;
    }

        .cart-section .cart-total .total-cart-box h4.cart-header {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 26px;
            font-weight: 900;
            color: #fff;
            background: #2b3c6b;
            padding: 26px 23px 23px 30px;
        }

        .cart-section .cart-total .total-cart-box .content-box {
            position: relative;
            display: block;
            padding: 40px 30px 30px 30px;
        }

            .cart-section .cart-total .total-cart-box .content-box .sub-total {
                position: relative;
                display: block;
                font-size: 18px;
                font-family: 'M PLUS Rounded 1c', sans-serif;
                color: #2b3c6b;
                font-weight: 700;
                padding-bottom: 23px;
                border-bottom: 1px dashed #e9e9e9;
            }

                .cart-section .cart-total .total-cart-box .content-box .sub-total span {
                    float: right;
                    color: #222222;
                }

            .cart-section .cart-total .total-cart-box .content-box .order-total {
                position: relative;
                display: block;
                font-size: 18px;
                font-family: 'M PLUS Rounded 1c', sans-serif;
                color: #2b3c6b;
                font-weight: 700;
                padding-bottom: 36px;
                padding-top: 26px;
            }

                .cart-section .cart-total .total-cart-box .content-box .order-total span {
                    float: right;
                    color: #fd59a4;
                }

        .cart-section .cart-total .total-cart-box .theme-btn {
            display: block;
            border-radius: 10px;
            overflow: hidden;
        }



/*** 

====================================================================
                        Checkout-page
====================================================================

***/

.checkout-section {
    position: relative;
    display: block;
    padding: 50px 0px;
}

    .checkout-section .customer,
    .checkout-section .coupon {
        position: relative;
        display: block;
        font-size: 15px;
        color: #222;
        padding: 22px 15px 25px 30px;
        border: 1px solid #e5e5e5;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .checkout-section .customer:before,
        .checkout-section .coupon:before {
            position: absolute;
            content: '';
            background: #fd59a4;
            width: 3px;
            height: 100%;
            left: 0px;
            top: 0px;
        }

        .checkout-section .customer a,
        .checkout-section .coupon a {
            font-size: 15px;
            color: #fd59a4;
        }

            .checkout-section .customer a:hover,
            .checkout-section .coupon a:hover {
                text-decoration: underline;
            }

    .checkout-section .sub-title {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 700;
        background: #5699cd;
        padding: 25px 15px 23px 30px;
    }

    .checkout-section .billing-info {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 20px;
        border: 1px solid #5699cd;
        margin-bottom: 30px;
    }

    .checkout-section .billing-form {
        position: relative;
        display: block;
        padding: 22px 30px 26px 30px;
    }

        .checkout-section .billing-form .form-group {
            position: relative;
            display: block;
            margin-bottom: 22px;
        }

            .checkout-section .billing-form .form-group:last-child {
                margin-bottom: 0px;
            }

            .checkout-section .billing-form .form-group label {
                position: relative;
                display: block;
                font-size: 15px;
                font-family: 'Open Sans', sans-serif;
                color: #2b3c6b;
                margin-bottom: 3px;
            }

            .checkout-section .billing-form .form-group input[type='text'],
            .checkout-section .billing-form .form-group input[type='email'] {
                position: relative;
                display: block;
                width: 100%;
                height: 50px;
                border: 1px solid #d2cece;
                border-radius: 10px;
                padding: 10px 15px;
                transition: all 500ms ease;
            }

            .checkout-section .billing-form .form-group input.address {
                margin-bottom: 10px;
            }

            .checkout-section .billing-form .form-group input:focus {
                border-color: #5699cd;
            }

        .checkout-section .billing-form .select-box .ui-state-default {
            width: 100% !important;
        }

        .checkout-section .billing-form .select-box .ui-selectmenu-button span.ui-icon:before {
            color: #848484;
        }

        .checkout-section .billing-form .checkbox label {
            margin: 0px;
        }

        .checkout-section .billing-form .checkbox {
            position: relative;
            display: block;
            margin-top: 3px;
        }

            .checkout-section .billing-form .checkbox span {
                position: relative;
                font-size: 15px;
                font-family: 'Open Sans', sans-serif;
                color: #2b3c6b;
                font-weight: 400;
                cursor: pointer;
                margin-left: 4px;
                z-index: 1;
            }

            .checkout-section .billing-form .checkbox input {
                position: relative;
                top: 2px;
            }

    .checkout-section .additional-info {
        position: relative;
        display: block;
        overflow: hidden;
        border: 1px solid #5699cd;
        border-radius: 20px;
    }

        .checkout-section .additional-info .note-book {
            position: relative;
            display: block;
            padding: 22px 30px 30px 30px;
        }

            .checkout-section .additional-info .note-book label {
                position: relative;
                display: block;
                font-size: 15px;
                line-height: 26px;
                font-family: 'Open Sans', sans-serif;
                color: #2b3c6b;
                margin-bottom: 3px;
            }

            .checkout-section .additional-info .note-book textarea {
                position: relative;
                display: block;
                width: 100%;
                height: 120px;
                border: 1px solid #f3f0e9;
                color: #848484;
                font-size: 15px;
                border-radius: 10px;
                padding: 15px 20px;
                resize: none;
                transition: all 500ms ease;
            }

                .checkout-section .additional-info .note-book textarea:focus {
                    border-color: #fd59a4;
                }

    .checkout-section .order-info {
        position: relative;
        display: block;
        border: 1px solid #f3f0e9;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .checkout-section .order-info .order-product {
            position: relative;
            display: block;
            padding: 30px;
        }

            .checkout-section .order-info .order-product .image-box {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 80px;
                height: 80px;
                overflow: hidden;
                border: 1px solid #e7e7e7;
                border-radius: 10px;
            }

            .checkout-section .order-info .order-product .single-item {
                position: relative;
                display: block;
                padding: 25px 0px 58px 100px;
                margin-bottom: 30px;
                border-bottom: 1px dashed #e7e7e7;
            }

        .checkout-section .order-info .text {
            position: relative;
            display: block;
        }

            .checkout-section .order-info .text h4 {
                position: relative;
                display: block;
                float: left;
                font-size: 18px;
                line-height: 28px;
                color: #2b3c6b;
                font-weight: 700;
            }

            .checkout-section .order-info .text span {
                position: relative;
                display: block;
                float: right;
                font-size: 16px;
                font-family: 'M PLUS Rounded 1c', sans-serif;
                line-height: 26px;
                color: #848484;
                font-weight: 700;
            }

                .checkout-section .order-info .text span.order-parice {
                    color: #fd59a4;
                }

        .checkout-section .order-info .amount-box .text {
            position: relative;
            display: block;
            margin-bottom: 12px;
        }

            .checkout-section .order-info .amount-box .text:last-child {
                margin-bottom: 0px;
                padding-bottom: 3px;
            }

    .checkout-section .payment-info {
        position: relative;
        display: block;
        background: #253b70;
        padding: 36px 30px 40px 30px;
        border-radius: 20px;
        overflow: hidden;
    }

        .checkout-section .payment-info h4 {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 26px;
            color: #fff;
            font-weight: 700;
            margin-bottom: 29px;
        }

        .checkout-section .payment-info .payment-option {
            position: relative;
        }

            .checkout-section .payment-info .payment-option .checkbox label {
                position: relative;
                display: inline-block;
                cursor: pointer;
                margin-bottom: 4px;
            }

            .checkout-section .payment-info .payment-option .checkbox span {
                position: relative;
                display: inline-block;
                font-size: 17px;
                color: #fff;
                font-family: 'M PLUS Rounded 1c', sans-serif;
                font-weight: 700;
                margin-left: 11px;
                margin-bottom: 7px;
            }

            .checkout-section .payment-info .payment-option .checkbox a {
                color: #fd59a4;
                font-size: 15px;
                font-family: 'Open Sans', sans-serif;
                font-weight: 400;
                margin-left: 19px;
                text-decoration: underline;
            }

                .checkout-section .payment-info .payment-option .checkbox a:hover {
                    color: #fff;
                }

            .checkout-section .payment-info .payment-option .text {
                position: relative;
                display: block;
                font-family: 'Open Sans', sans-serif;
                margin-left: 31px;
                font-size: 14px;
                line-height: 24px;
                background: #455885;
                color: #fff;
                padding: 14px 20px 20px 20px;
                border-radius: 10px;
                margin-bottom: 26px;
                z-index: 1;
            }

                .checkout-section .payment-info .payment-option .text:before {
                    position: absolute;
                    content: '';
                    background: #455885;
                    width: 28px;
                    height: 28px;
                    left: 25px;
                    top: -3px;
                    bottom: -8px;
                    transform: rotate(-45deg);
                    z-index: -1;
                }

        .checkout-section .payment-info .order-btn {
            position: relative;
            display: block;
            padding-top: 16px;
        }

        .checkout-section .payment-info .icon-box {
            position: absolute;
            left: 0px;
            top: 0px;
            right: 0px;
            width: 100%;
            height: 100%;
        }

            .checkout-section .payment-info .icon-box .icon-1 {
                position: absolute;
                top: 60px;
                right: 190px;
                background: url(../images/icons/parallax-icon-2.png);
                width: 32px;
                height: 32px;
                background-repeat: no-repeat;
            }

            .checkout-section .payment-info .icon-box .icon-2 {
                position: absolute;
                right: 50px;
                bottom: 60px;
                background: url(../images/icons/parallax-icon-1.png);
                width: 131px;
                height: 86px;
                background-repeat: no-repeat;
            }


/*** 

====================================================================
                        Blog-page
====================================================================

***/

.blog-page-section {
    position: relative;
    display: block;
    padding: 150px 0px 120px 0px;
}

    .blog-page-section .news-block-one {
        margin-bottom: 30px;
    }

        .blog-page-section .news-block-one .inner-box {
            overflow: hidden;
        }

            .blog-page-section .news-block-one .inner-box .lower-content .link-btn {
                position: relative;
                left: 0px;
                bottom: 0px;
                transition: all 500ms ease;
            }

            .blog-page-section .news-block-one .inner-box:hover .lower-content .link-btn {
                left: -110px;
            }

            .blog-page-section .news-block-one .inner-box .lower-content .text {
                margin-bottom: 30px;
            }

        .blog-page-section .news-block-one .more-btn {
            position: absolute;
            left: 40px;
            bottom: -60px;
            transition: all 900ms ease;
        }

        .blog-page-section .news-block-one .inner-box:hover .more-btn {
            bottom: 40px;
        }

/** blog-details **/

.blog-details {
    position: relative;
    display: block;
    padding: 60px 0px 20px 0px;
}

    .blog-details .blog-details-content {
        position: relative;
        display: block;
        margin-right: 20px;
    }

        .blog-details .blog-details-content .content-style-one .top-content h4 {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 28px;
            color: #fd59a4;
            font-weight: 900;
            margin-bottom: 10px;
        }

        .blog-details .blog-details-content .content-style-one .top-content h1 {
            position: relative;
            display: block;
            font-size: 40px;
            line-height: 50px;
            font-weight: 900;
            color: #2b3c6b;
            margin-bottom: 10px;
        }

        .blog-details .blog-details-content .content-style-one .top-content .bold-text {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 28px;
            color: #2b3c6b;
            margin-bottom: 15px;
        }

        .blog-details .blog-details-content .content-style-one .image-box {
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 20px;
            margin-bottom: 20px;
        }

            .blog-details .blog-details-content .content-style-one .image-box img {
                width: 100%;
                height: 300px;
                border-radius: 9px;
            }

        .blog-details .blog-details-content .text p {
            margin-bottom: 26px;
        }

        .blog-details .blog-details-content .content-style-one .text p:last-child,
        .blog-details .blog-details-content .content-style-two .text p:last-child {
            margin-bottom: 0px;
        }

        .blog-details .blog-details-content .content-style-one {
            position: relative;
            display: block;
            margin-bottom: 67px;
        }

        .blog-details .blog-details-content .content-style-two h3 {
            margin-bottom: 25px;
        }

        .blog-details .blog-details-content .content-style-two {
            position: relative;
            display: block;
            margin-bottom: 90px;
        }

        .blog-details .blog-details-content .post-share-option li.title {
            position: relative;
            display: inline-block;
            font-size: 20px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            line-height: 30px;
            font-weight: 700;
            color: #2b3c6b;
            margin-right: 2px;
        }

        .blog-details .blog-details-content .post-share-option .tags {
            position: relative;
            display: block;
            margin-bottom: 15px;
        }

        .blog-details .blog-details-content .post-share-option li {
            position: relative;
            display: inline-block;
            font-size: 17px;
            color: #848484;
            font-weight: 700;
        }

            .blog-details .blog-details-content .post-share-option li a {
                position: relative;
                display: inline-block;
                font-size: 17px;
                color: #848484;
                font-weight: 700;
            }

        .blog-details .blog-details-content .post-share-option .share li a {
            font-size: 15px;
            color: #c2c2c2;
        }

        .blog-details .blog-details-content .post-share-option .share li {
            margin: 0px 14px;
        }

            .blog-details .blog-details-content .post-share-option .share li.title {
                margin: 0px;
            }

        .blog-details .blog-details-content .post-share-option li a:hover {
            color: #fd59a4;
        }

        .blog-details .blog-details-content .post-share-option {
            position: relative;
            display: block;
            margin-bottom: 60px;
        }

        .blog-details .blog-details-content .comments-area .comment {
            position: relative;
            display: block;
            padding: 0px 0px 44px 110px;
            border-bottom: 1px dashed #d9d9d9;
            margin-bottom: 50px;
        }

            .blog-details .blog-details-content .comments-area .comment:last-child {
                margin-bottom: 0px;
                border-bottom: none;
            }

            .blog-details .blog-details-content .comments-area .comment.replay-comment {
                margin-left: 110px;
            }

            .blog-details .blog-details-content .comments-area .comment .author-thumb {
                position: absolute;
                left: 0px;
                top: 1px;
                width: 80px;
                height: 80px;
                overflow: hidden;
                border-radius: 50%;
            }

                .blog-details .blog-details-content .comments-area .comment .author-thumb img {
                    width: 100%;
                    border-radius: 50%;
                }

            .blog-details .blog-details-content .comments-area .comment .comment-info h4 {
                position: relative;
                display: block;
                font-size: 18px;
                line-height: 26px;
                font-weight: 700;
                color: #2b3c6b;
                margin-bottom: 0px;
            }

            .blog-details .blog-details-content .comments-area .comment .comment-info span {
                position: relative;
                display: block;
                font-size: 15px;
                font-family: 'Open Sans', sans-serif;
                font-style: italic;
            }

            .blog-details .blog-details-content .comments-area .comment .comment-info {
                position: relative;
                display: block;
                margin-bottom: 18px;
            }

            .blog-details .blog-details-content .comments-area .comment .replay-btn {
                position: absolute;
                top: 11px;
                right: 0px;
            }

                .blog-details .blog-details-content .comments-area .comment .replay-btn a {
                    position: relative;
                    display: inline-block;
                    font-size: 15px;
                    font-family: 'Open', sans-serif;
                    color: #2b3c6b;
                    border: 1px solid #e5e5e5;
                    border-radius: 10px;
                    text-align: center;
                    padding: 3px 14.5px;
                }

                    .blog-details .blog-details-content .comments-area .comment .replay-btn a:hover {
                        color: #fff;
                        border-color: #fd59a4;
                        background: #fd59a4;
                    }

        .blog-details .blog-details-content .comments-area {
            position: relative;
            display: block;
            margin-bottom: 63px;
        }

        .blog-details .blog-details-content .group-title {
            margin-bottom: 32px;
        }

        .blog-details .blog-details-content .comments-form-area .form-group {
            position: relative;
            display: block;
            margin-bottom: 30px;
        }

            .blog-details .blog-details-content .comments-form-area .form-group:last-child {
                margin-bottom: 0px;
            }

            .blog-details .blog-details-content .comments-form-area .form-group input[type='text'],
            .blog-details .blog-details-content .comments-form-area .form-group input[type='email'],
            .blog-details .blog-details-content .comments-form-area .form-group textarea {
                position: relative;
                display: block;
                width: 100%;
                height: 60px;
                border: 1px solid #e5e5e5;
                padding: 10px 20px;
                border-radius: 20px;
                transition: all 500ms ease;
            }

                .blog-details .blog-details-content .comments-form-area .form-group input:focus,
                .blog-details .blog-details-content .comments-form-area .form-group textarea:focus {
                    border-color: #fd59a4;
                }

            .blog-details .blog-details-content .comments-form-area .form-group textarea {
                height: 200px;
                resize: none;
            }

    .blog-details .sidebar .sidebar-widget {
        position: relative;
        display: block;
        background: #f2f0e9;
        border-radius: 20px;
        overflow: hidden;
        padding: 43px 40px 50px 40px;
        margin-bottom: 30px;
    }

        .blog-details .sidebar .sidebar-widget:last-child {
            margin-bottom: 0px;
        }

    .blog-details .sidebar .sidebar-search .form-group {
        position: relative;
        display: block;
        margin: 0px;
    }

        .blog-details .sidebar .sidebar-search .form-group input[type='search'] {
            position: relative;
            display: block;
            width: 100%;
            height: 70px;
            border: 3px solid #fff;
            border-radius: 20px;
            font-size: 16px;
            background: #fff;
            padding: 10px 60px 10px 30px;
            transition: all 500ms ease;
        }

        .blog-details .sidebar .sidebar-search .form-group input:focus {
            border-color: #fd59a4;
        }

            .blog-details .sidebar .sidebar-search .form-group input:focus + button,
            .blog-details .sidebar .sidebar-search .form-group button:hover {
                color: #fd59a4;
            }

        .blog-details .sidebar .sidebar-search .form-group button {
            position: absolute;
            top: 22px;
            right: 28px;
            background: transparent;
            font-size: 18px;
            color: #848484;
            cursor: pointer;
            transition: all 500ms ease;
        }

    .blog-details .sidebar .sidebar-title {
        font-weight: 900;
        margin-bottom: 24px;
    }

    .blog-details .sidebar .sidebar-categories .widget-content .text {
        position: relative;
        display: block;
        padding-bottom: 33px;
        border-bottom: 1px dashed #cecbc6;
        margin-bottom: 33px;
    }

    .blog-details .sidebar .sidebar-categories .widget-content ul li {
        position: relative;
        display: block;
        margin-bottom: 17px;
    }

        .blog-details .sidebar .sidebar-categories .widget-content ul li:last-child {
            margin-bottom: 0px;
        }

        .blog-details .sidebar .sidebar-categories .widget-content ul li a {
            position: relative;
            display: inline-block;
            font-size: 17px;
            line-height: 26px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            color: #2b3c6b;
            font-weight: 700;
        }

            .blog-details .sidebar .sidebar-categories .widget-content ul li a:hover {
                color: #fd59a4;
            }

    .blog-details .sidebar .sidebar-categories .sidebar-title {
        margin-bottom: 15px;
    }

    .blog-details .sidebar .sidebar-categories {
        padding-bottom: 45px;
    }

    .blog-details .sidebar .sidebar-post .post {
        position: relative;
        display: block;
        padding: 4px 0px 11px 110px;
        min-height: 90px;
        margin-bottom: 30px;
    }

        .blog-details .sidebar .sidebar-post .post:last-child {
            margin-bottom: 0px;
        }

        .blog-details .sidebar .sidebar-post .post .image {
            position: absolute;
            left: 0px;
            top: 2px;
            width: 90px;
            height: 90px;
            border-radius: 20px;
            overflow: hidden;
            background: #2b3c6b;
        }

            .blog-details .sidebar .sidebar-post .post .image img {
                width: 100%;
                border-radius: 20px;
                transition: all 500ms ease;
            }

        .blog-details .sidebar .sidebar-post .post:hover .image img {
            opacity: 0.5;
        }

        .blog-details .sidebar .sidebar-post .post .post-date {
            position: relative;
            display: block;
            font-size: 15px;
            line-height: 26px;
            font-family: 'M PLUS Rounded 1c', sans-serif;
            color: #fd59a4;
            font-weight: 700;
            margin-bottom: 3px;
        }

        .blog-details .sidebar .sidebar-post .post h4 {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 24px;
            color: #2b3c6b;
            font-weight: 700;
        }

            .blog-details .sidebar .sidebar-post .post h4 a {
                position: relative;
                display: inline-block;
                color: #2b3c6b;
            }

                .blog-details .sidebar .sidebar-post .post h4 a:hover {
                    color: #fd59a4;
                }

    .blog-details .sidebar .sidebar-post .sidebar-title {
        margin-bottom: 31px;
    }

    .blog-details .sidebar .sidebar-tags .widget-content {
        position: relative;
        display: block;
        margin: 0px -5px;
    }

    .blog-details .sidebar .sidebar-tags .tag-list li {
        position: relative;
        float: left;
        margin: 0px 5px;
        margin-bottom: 10px;
    }

        .blog-details .sidebar .sidebar-tags .tag-list li a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
            color: #848484;
            background: #fff;
            padding: 12px 21px;
            border-radius: 10px;
            text-align: center;
        }

            .blog-details .sidebar .sidebar-tags .tag-list li a:hover {
                background: #fd59a4;
                color: #fff;
            }

    .blog-details .sidebar .sidebar-tags .sidebar-title {
        margin-bottom: 33px;
    }

    .blog-details .sidebar .sidebar-tags {
        padding-bottom: 40px;
    }



/*** 

====================================================================
                        Contact-page
====================================================================

***/

.contact-info-section {
    position: relative;
    display: block;
}

    .contact-info-section .sec-title {
        position: relative;
        display: block;
        margin-bottom: 60px;
    }

    .contact-info-section .single-info-box .inner-box {
        position: relative;
        display: block;
        background: #fff;
        border-radius: 20px;
        padding: 89px 15px 76px 15px;
        box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
    }

        .contact-info-section .single-info-box .inner-box .icon-box {
            position: relative;
            display: inline-block;
            font-size: 60px;
            line-height: 60px;
            color: #fbb419;
            font-weight: 400;
            margin-bottom: 33px;
        }

    .contact-info-section .single-info-box:hover .inner-box .icon-box:before {
        transform: rotate(25deg);
    }

    .contact-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box {
        color: #43b3d9;
    }

    .contact-info-section .info-column:last-child .single-info-box .inner-box .icon-box {
        color: #fd59a4;
    }

    .contact-info-section .single-info-box .inner-box .icon-box:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-3.png);
        width: 65px;
        height: 70px;
        right: -20px;
        top: -10px;
        background-repeat: no-repeat;
        transition: all 500ms ease;
    }

    .contact-info-section .info-column:nth-child(2) .single-info-box .inner-box .icon-box:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-2.png);
        width: 64px;
        height: 70px;
        right: -20px;
        top: -10px;
        background-repeat: no-repeat;
        transition: all 500ms ease;
    }

    .contact-info-section .info-column:last-child .single-info-box .inner-box .icon-box:before {
        position: absolute;
        content: '';
        background: url(../images/icons/icon-1.png);
        width: 56px;
        height: 71px;
        right: -20px;
        top: -10px;
        background-repeat: no-repeat;
        transition: all 500ms ease;
    }

    .contact-info-section .single-info-box .inner-box .text {
        position: relative;
        display: block;
        font-size: 17px;
        line-height: 26px;
        color: #848484;
        font-weight: 400;
    }

        .contact-info-section .single-info-box .inner-box .text a {
            position: relative;
            display: inline-block;
            font-size: 17px;
            line-height: 26px;
            color: #848484;
            font-weight: 400;
        }

            .contact-info-section .single-info-box .inner-box .text a:hover {
                color: #fd59a4;
            }

    .contact-info-section .single-info-box .inner-box h3 {
        margin-bottom: 29px;
    }

/** contact-form-section **/

.contact-form-section {
    position: relative;
    display: block;
    background: #f0ede7;
}

    .contact-form-section .sec-title {
        position: relative;
        display: block;
        margin-bottom: 40px;
    }

    .contact-form-section .contact-form .form-group {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

        .contact-form-section .contact-form .form-group:last-child {
            margin-bottom: 0px;
        }

        .contact-form-section .contact-form .form-group input[type='text'],
        .contact-form-section .contact-form .form-group input[type='email'],
        .contact-form-section .contact-form .form-group textarea {
            position: relative;
            display: block;
            width: 100%;
            height: 60px;
            background: #fff;
            border: 3px solid #fff;
            border-radius: 20px;
            padding: 10px 20px;
            font-size: 15px;
            color: #2b3c6b;
            transition: all 500ms ease;
        }

        .contact-form-section .contact-form .form-group textarea {
            height: 170px;
            resize: none;
            margin-bottom: 30px;
        }

            .contact-form-section .contact-form .form-group input:focus,
            .contact-form-section .contact-form .form-group textarea:focus {
                border-color: #fd59a4;
            }

            .contact-form-section .contact-form .form-group input::-webkit-input-placeholder,
            .contact-form-section .contact-form .form-group textarea::-webkit-input-placeholder {
                color: #2b3c6b;
            }

/** google-map-section **/

.google-map-section {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .google-map-section #contact-google-map {
        position: relative;
        width: 100%;
        height: 500px;
    }






/*=========================== What we offer ============================ */
#what-we-offer {
    background-image: url(../images/resource/bg_grass.png), url(../images/resource/bgoffer.png);
    background-repeat: repeat-x,no-repeat;
    background-position: bottom,95% 100%;
    background-color: #f0efe9;
}

.feature-tree {
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}

    .feature-tree:before {
        content: "";
        width: 18px;
        height: 100%;
        margin: 0 auto;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
    }

    .feature-tree .feature-box {
        width: 50%;
        float: left;
        padding: 20px 60px;
        border-top: 18px solid #795548;
        border-right: 18px solid #795548;
        border-radius: 0 30px 0 0;
        position: relative;
        right: -14.5px;
    }

    .feature-tree .icon {
        display: block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        font-size: 35px;
        color: #fff;
        position: absolute;
        top: -40px;
        left: -5px;
    }

    .feature-tree .feature-box-content {
        display: block;
        padding: 30px 10px 10px;
        border-radius: 20px;
        color: #fff;
        position: relative;
    }

.feature-box-content .title {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Karla',sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    color: #fff;
}

.feature-box-content > p {
    color: #fff;
}


.feature-tree .feature-box-content:hover {
    text-decoration: none;
    color: #fff;
}

.feature-tree .feature-box-content:before, .feature-tree .feature-box-content:after {
    content: "";
    display: block;
    width: 10px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #fff;
    position: absolute;
    top: -35px;
    left: 50px;
}

.feature-tree .feature-box-content:after {
    left: auto;
    right: 40px;
}

.feature-tree .feature-box:nth-child(2n) {
    border-right: none;
    border-left: 18px solid #795548;
    border-radius: 30px 0 0 0;
    right: auto;
    left: -3.5px;
}

    .feature-tree .feature-box:nth-child(2n) .icon {
        left: auto;
        right: -5px;
    }

.feature-tree .feature-box:nth-child(2) {
    margin-top: 130px;
}

.feature-tree .feature-box:nth-child(odd) {
    margin: -130px 0 30px 0;
}

.feature-tree .feature-box:nth-child(even) {
    margin-bottom: 80px;
}

.feature-tree .feature-box:first-child, .feature-tree .feature-box:last-child:nth-child(even) {
    margin: 0 0 30px 0;
}


.box1, .flaticon-playground {
    /*background-color: #DF3E5D;*/
}

.box2, .flaticon-cubes {
    background-color: #5BC580;
}

.box3, .flaticon-children-1 {
    background-color: #3D255E;
}

.box4, .flaticon-feeding {
    background-color: #efb60b;
}

.icon, .flaticon-professor {
    background-color: #efb60b;
}

.feature-tree .feature-box:nth-child(1n) .feature-box-content:before {
    background-color: #DF3E5D;
}

.feature-tree .feature-box:nth-child(2n) .feature-box-content:before {
    background-color: #5BC580;
}

.feature-tree .feature-box:nth-child(3n)
.feature-box-content:before {
    background-color: #3D255E;
}

.feature-tree .feature-box:nth-child(4n) .feature-box-content:before {
    background-color: #efb60b;
}

.feature-tree .feature-box:nth-child(1n) .feature-box-content:after {
    background-color: #DF3E5D;
}

.feature-tree .feature-box:nth-child(2n) .feature-box-content:after {
    background-color: #5BC580;
}

.feature-tree .feature-box:nth-child(3n) .feature-box-content:after {
    background-color: #3D255E;
}

.feature-tree .feature-box:nth-child(4n) .feature-box-content:after {
    background-color: #efb60b;
}

.flaticon-playground:before {
    content: "\f115";
}


.flaticon-cubes:before {
    content: "\f112";
}

.flaticon-children-1:before {
    content: "\f10e";
}

.flaticon-feeding:before {
    content: "\f106";
}

#bg {
    background-color: #fff9da;
}


.box-folder:before, .box-folder:hover:before {
    border-color: #ddd #fff9da;
}

.box-folder:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: #ddd #fff9da;
    transition: all ease .5s;
}

.box-folder:hover:before {
    border-width: 0 20px 20px 0;
    border-color: #ddd #fff;
}

#bgwhite {
    background-color: #fff;
}

.count-box .text {
    color: red;
}

#contact_bg {
    padding: 45px 0px 135px 0px;
    /*background: url(../images/background/bg-contact.jpg);*/
    background: url(../images/background/bg-contact.jpg) no-repeat;
    background-position: 50% 100%;
}


    #contact_bg:before {
        position: absolute;
        content: '',;
        background-color: red;
    }

.mtop {
    margin-top: 20px;
}

.required {
    color: #fd59a4;
}

.form-group > label {
    font-weight: bolder;
}

.panel-primary {
    overflow: hidden;
    /*padding: 20px;*/
    position: relative;
    width: 100%;
    border: 1px solid #3f7096;
    border-radius: 20px;
    margin-bottom: 20px;
}

.panel-heading {
    background-color: #3f7096;
    padding: 10px;
}

    .panel-heading > h4 {
        color: #fff;
        padding-left: 10px
    }

.panel-body {
    padding: 20px;
}


/* radio button css start here*/

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #333;
    font-weight: normal;
    background-color: #fff;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 1px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
    background-color: #fff;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #fd59a4;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

/* radio button css end here*/


.mt {
    margin-top: 50px;
}

.pd100 {
    padding-bottom: 50px;
}

.padding-btm {
    /*padding-top:20px;*/
    padding-bottom: 50px;
}

.title {
    /*background-color: #fd59a4;*/
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.profile-headingbg {
    background-color: #fd59a4;
}

#exampleModalLabel {
    font-weight: bold;
    color: #fff !important;
}


.checkbox-inline {
    display: inline-block !important;
    width: 100%;
    margin-bottom: 0 !important;
    color: #fff;
    font-size: 13.5px;
}

.checkbox1 {
    height: 14px;
    width: 18px;
    color: #fff;
}

.main {
    padding: 45px 0px 135px 0px;
    /* background: url(../images/background/bg-contact.jpg); */
    background: url(../images/background/bg-contact.jpg) no-repeat;
    background-position: 50% 100%;
}

.save-btn {
    position: relative;
    left: 60px;
    background-color: #007bff;
    color: #fff !important;
    font-weight: 200;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #007bff;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group > label {
    color: #333;
    font-weight: bold !important;
}

.main_wrapper {
    position: relative;
    width: 100%;
    padding: 60px 0px 50px 0px;
    background-color: #f2f2e2;
}

.wrapper {
    border: 1px solid #fd59a4;
    height: auto;
}

.title1 {
    background-color: #fd59a4;
    border: 1px solid #fd59a4;
    color: #fff;
    padding: 10px;
    margin-bottom: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.title2 {
    background-color: #fd59a4;
    border: 1px solid #fd59a4;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form_label {
    background-color: #253b70;
    padding: 10px 0px 10px 15px;
    border: 1px solid #e5e5e5;
    color: #fff;
}

.registration_form {
    width: 100%;
    padding: 30px;
}

.testimonial-video {
    position: relative;
    padding: 70px 0px 40px 0px;
}

.video-inner {
    position: relative;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    padding: 152px 0px 150px 0px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.video_name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
    text-align: center;
    color: #2b3c6b;
}


.video-inner:before {
    position: absolute;
    content: '';
    background: rgba(67, 179, 217, 0.55);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.video-inner a {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    background: #fff;
    font-size: 30px;
    color: #2b3c6b;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

/*   glance section style */

.inner_heading_title {
    margin-bottom: 20px;
}

.green-boder {
    border: 1px solid #337ab7;
}

    .green-boder h4 {
        background-color: #337ab7;
        padding: 5px;
        color: #fff;
    }

.inner_heading_title .text {
    padding: 10px;
}

.orange-border {
    border: 1px solid #ffc107;
}

    .orange-border h4 {
        background-color: #ffc107;
        padding: 5px;
        color: #fff;
    }

.purple-border {
    border: 1px solid #A04DB3;
}

    .purple-border h4 {
        background: #A04DB3;
        padding: 5px;
        color: #fff;
    }


.darkyellow-border {
    border: 1px solid #F38F4C;
}

    .darkyellow-border h4 {
        background: #F38F4C;
        padding: 5px;
        color: #fff;
    }

.red-border {
    border: 1px solid rgb(214,80,70);
}

    .red-border h4 {
        background: rgb(214,80,70);
        padding: 5px;
        color: #fff;
    }

.bright-border {
    border: 1px solid #253b70;
}


    .bright-border h4 {
        background: #253b70;
        padding: 5px;
        color: #fff;
    }

.darksky-boder {
    border: 1px solid #e83e8c;
}

    .darksky-boder h4 {
        background: #e83e8c;
        padding: 5px;
        color: #fff;
    }


.indigo-boder {
    border: 1px solid #6610f2;
}

    .indigo-boder h4 {
        background: #6610f2;
        padding: 5px;
        color: #fff;
    }


.uniform-about {
    margin-top: 20px;
}

    .uniform-about .header-info {
        font-weight: bolder;
        margin-top: 10px;
    }

.div_log {
    padding-left: 120px;
}

.past-events h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    color: #2b3c6b;
    margin-bottom: 20px;
}

.welcome-title h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    font-weight: 900;
    color: #2b3c6b;
    text-align: center;
    margin-bottom: 30px;
}

.how-it-works {
    position: relative;
    padding: 80px 0px 50px 0px;
    /* border: 15px solid #ccc; */
    /* box-shadow: -6px 18px 16px 7px #fd59a4; */
    z-index: 1;
    -webkit-box-shadow: 9px 11px 6px 1px #e5e5e5;
    -moz-box-shadow: 9px 11px 6px 1px #e5e5e5;
    box-shadow: 9px 11px 6px 1px #e5e5e5;
}



.Philosophy {
    position: relative;
    padding: 50px 0px 50px 0px;
    margin-top: 50px;
    background-color: #fff4f3;
}

.Education {
    position: relative;
    padding: 50px 0px 50px 0px;
    margin-top: 50px;
    -webkit-box-shadow: 9px 11px 6px 1px #e5e5e5;
    -moz-box-shadow: 9px 11px 6px 1px #e5e5e5;
    box-shadow: 9px 11px 6px 1px #e5e5e5;
}

.Education1 {
    position: relative;
    padding: 50px 0px 50px 0px;
    -webkit-box-shadow: 9px 11px 6px 1px #e5e5e5;
    -moz-box-shadow: 9px 11px 6px 1px #e5e5e5;
    box-shadow: 9px 11px 6px 1px #e5e5e5;
    margin-bottom: 20px;
}

.Philosophy .image-column .image-1 img {
    border-radius: 30px;
}

.book_list {
    padding-left: 30px;
}

    .book_list li {
        list-style: disc;
    }






/*  =================  New Class section start here =======================================================*/


.we-offer-area {
    padding: 60px 0;
    min-height: 100vh;
}


.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 50px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
    color: #2b3c6b;
}

    .site-heading h2 span {
        color: #fd59a4;
    }

.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

    .site-heading h4::before {
        background: #fd59a4 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        width: 50px;
    }

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #fd59a4 none repeat scroll 0 0;
    border-color: #fd59a4;
}

.we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #fd59a4;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 350px;
}

.we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 67px 40px 64px;
}

    .we-offer-area.text-center .item i {
        background: #fd59a4 none repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        font-size: 40px;
        height: 80px;
        line-height: 80px;
        position: relative;
        text-align: center;
        width: 80px;
        z-index: 1;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        margin-bottom: 25px;
    }

        .we-offer-area.text-center .item i::after {
            border: 2px solid #fd59a4;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            content: "";
            height: 90px;
            left: -5px;
            position: absolute;
            top: -5px;
            width: 90px;
            z-index: -1;
            transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
        }

.we-offer-area.item-border-less .item {
    border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: #fd59a4 none repeat scroll 0 0;
}

    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
    .we-offer-area.center-active .single-item:nth-child(2n) .item i,
    .we-offer-area.center-active .single-item:nth-child(2n) .item h4,
    .we-offer-area.center-active .single-item:nth-child(2n) .item p {
        color: #ffffff;
    }

.we-offer-area .item i {
    color: #fd59a4;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
}

.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.we-offer-area .item p {
    margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
    background: #fd59a4 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.we-offer-area .item:hover::after {
    left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
    color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #fd59a4 !important;
}

.we-offer-area.text-left .item i {
    background: #fd59a4 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

    .we-offer-area.text-left .item i::after {
        border: 2px solid #fd59a4;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 120px;
        left: -10px;
        position: absolute;
        top: -10px;
        width: 120px;
    }

.agreement {
    /*background: #9fe9f5;*/
    height: 500px;
    overflow: auto;
    padding: 30px;
}


.number_list li {
    list-style: disc;
}

.date a {
    color: #fff;
}

.content-box .text .number_list {
    padding-left: 15px;
}



/*.sticky-header .menu-area .main-menu .navigation li #incative {
    color: #2b3c6b;
}*/


.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}



.welcome-heading {
    color: #fff
}

    .welcome-heading a {
        color: #fff
    }

    .div4 .header_height {
        height: 100px;
    }


.checkout-section .customer, .checkout-section .coupon {
    font-weight: 900;
    position: relative;
    display: block;
    font-size: 18px;
    color: #222;
    padding: 22px 15px 25px 30px;
    border: 1px solid #253b70;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 26px;
    text-align: center;
    color: #fff;
    background: #ff7162;
    border-color: #ff7162;
}


.checkout-section {
    position: relative;
    display: block;
    padding: 50px 0px;
}

    .checkout-section .customer,
    .checkout-section .coupon {
        font-weight: 900;
        position: relative;
        display: block;
        font-size: 18px;
        color: #222;
        padding: 22px 15px 25px 30px;
        border: 1px solid #253b70;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 26px;
        text-align: center;
        color: #fff;
        background: #ff7162;
        border-color: #ff7162;
    }

        .checkout-section .customer:before,
        .checkout-section .coupon:before {
            position: absolute;
            content: '';
            background: #253b70;
            width: 3px;
            height: 100%;
            left: 0px;
            top: 0px;
        }

        .checkout-section .customer a,
        .checkout-section .coupon a {
            font-size: 18px;
            color: #ffffff;
            font-weight: 900;
        }

            .checkout-section .customer a:hover,
            .checkout-section .coupon a:hover {
                text-decoration: underline;
            }

    /*.checkout-section .sub-title {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 26px;
        color: #2b3c6b;
        font-weight: 700;
        background: #f3f0e9;
        padding: 25px 15px 23px 30px;
    }*/





    .checkout-section .billing-form .form-group {
        position: relative;
        display: block;
        margin-bottom: 22px;
    }

        .checkout-section .billing-form .form-group:last-child {
            margin-bottom: 0px;
        }

        .checkout-section .billing-form .form-group label {
            position: relative;
            display: block;
            font-size: 15px;
            font-family: 'Open Sans', sans-serif;
            color: #2b3c6b;
            margin-bottom: 3px;
        }

        .checkout-section .billing-form .form-group input[type='text'],
        .checkout-section .billing-form .form-group input[type='email'] {
            position: relative;
            display: block;
            width: 100%;
            height: 50px;
            border: 1px solid #e7e7e7;
            border-radius: 10px;
            padding: 10px 15px;
            transition: all 500ms ease;
        }

        .checkout-section .billing-form .form-group input.address {
            margin-bottom: 10px;
        }

        .checkout-section .billing-form .form-group input:focus {
            border-color: #ff7162;
        }

    .checkout-section .billing-form .select-box .ui-state-default {
        width: 100% !important;
    }

    .checkout-section .billing-form .select-box .ui-selectmenu-button span.ui-icon:before {
        color: #848484;
    }

    .checkout-section .billing-form .checkbox label {
        margin: 0px;
    }

    .checkout-section .billing-form .checkbox {
        position: relative;
        display: block;
        margin-top: 3px;
    }

        .checkout-section .billing-form .checkbox span {
            position: relative;
            font-size: 15px;
            font-family: 'Open Sans', sans-serif;
            color: #2b3c6b;
            font-weight: 400;
            cursor: pointer;
            margin-left: 4px;
            z-index: 1;
        }

        .checkout-section .billing-form .checkbox input {
            position: relative;
            top: 2px;
        }

    .checkout-section .additional-info {
        position: relative;
        display: block;
        overflow: hidden;
        border: 1px solid #f3f0e9;
        border-radius: 20px;
    }

        .checkout-section .additional-info .note-book {
            position: relative;
            display: block;
            padding: 22px 30px 30px 30px;
        }

            .checkout-section .additional-info .note-book label {
                position: relative;
                display: block;
                font-size: 15px;
                line-height: 26px;
                font-family: 'Open Sans', sans-serif;
                color: #2b3c6b;
                margin-bottom: 3px;
            }


    .checkout-section .customer, .checkout-section .coupon {
        font-weight: 900;
        position: relative;
        display: block;
        font-size: 18px;
        color: #222;
        padding: 22px 15px 25px 30px;
        border: 1px solid #253b70;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 26px;
        text-align: center;
        color: #fff;
        background: #ff7162;
        border-color: #ff7162;
    }
.class_detalls{
    color:#fff;
    font-weight:bold;
}

.donate-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding: 5px 15px;
    background-color: #fd59a4;
    line-height: 26px;
    color: #ffffff !important;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
    color:#fff;
}
/*  Responsive Css */

@media only screen and (max-width: 5000px) {

    .boxed_wrapper {
        overflow-x: hidden;
    }
}


@media only screen and (max-width: 6000px) and (min-width: 1441px) {


    .main-slider .slide {
        position: relative;
        padding: 650px 0px 150px 0px;
        background-color: #28a745;
        z-index: 999;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media only screen and (max-width: 1200px) {

    /*   glance section style */

    .inner_heading_title {
        margin-bottom: 20px;
    }

    .green-boder {
        border: 1px solid #28a745;
    }

        .green-boder h4 {
            background-color: #28a745;
            padding: 5px;
            color: #fff;
        }

    .inner_heading_title .text {
        padding: 10px;
    }

    .orange-border {
        border: 1px solid #ffc107;
    }

        .orange-border h4 {
            background-color: #ffc107;
            padding: 5px;
            color: #fff;
        }

    .purple-border {
        border: 1px solid #A04DB3;
    }

        .purple-border h4 {
            background: #A04DB3;
            padding: 5px;
            color: #fff;
        }


    .darkyellow-border {
        border: 1px solid #F38F4C;
    }

        .darkyellow-border h4 {
            background: #F38F4C;
            padding: 5px;
            color: #fff;
        }

    .red-border {
        border: 1px solid rgb(214,80,70);
    }

        .red-border h4 {
            background: rgb(214,80,70);
            padding: 5px;
            color: #fff;
        }

    .bright-border {
        border: 1px solid #253b70;
    }


        .bright-border h4 {
            background: #253b70;
            padding: 5px;
            color: #fff;
        }

    .darksky-boder {
        border: 1px solid #e83e8c;
    }

        .darksky-boder h4 {
            background: #e83e8c;
            padding: 5px;
            color: #fff;
        }


    .indigo-boder {
        border: 1px solid #6610f2;
    }

        .indigo-boder h4 {
            background: #6610f2;
            padding: 5px;
            color: #fff;
        }
    .anim-icon {
        display: none !important;
    }

    .about-section {
        padding-bottom: 150px;
    }

    .service-section .inner-content {
        margin: 0px;
    }

    .service-section .owl-nav {
        left: -324px;
    }

    .classes-section .inner-block .lower-content .info-box li:before,
    .feature-section .image-column {
        display: none;
    }

    .event-block-one .inner-box {
        padding-right: 15px;
    }

        .event-block-one .inner-box .content-box {
            /*padding-left: 250px;*/
        }

    .faq-content {
        margin-left: 0px;
    }

    .gallery-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .news-block-one .inner-box .lower-content {
        padding-left: 25px;
    }

    .main-footer .footer-top .link-widget {
        margin-left: 30px;
    }

    .main-footer .footer-bottom .right-content .footer-logo:before,
    .activities-section .image-box .image:before {
        display: none;
    }

    .main-footer .footer-bottom .right-content .footer-logo {
        margin-right: 120px;
    }

    .fact-counter .counter-block {
        padding-left: 70px;
    }

    .activities-section .image-box {
        margin-left: 0px;
    }

    .testimonial-video .testimonial-column .testimonial-content {
        padding-left: 30px;
    }

    .main-header.style-two .main-menu .navigation > li {
        margin: 0px 35px;
    }

    .classes-section.style-three .owl-nav {
        left: -405px;
    }

    .activities-section.style-two .image-box {
        margin-left: 0px;
        margin-right: 0px;
    }

    .news-block-two .inner-box {
        margin-bottom: 30px;
    }

    .about-section.style-two .image-box {
        margin-left: 160px;
    }

    .faq-page-section .faq-content {
        margin-top: 30px;
    }

    .classes-section .inner-block .lower-content {
        padding: 34px 30px 37px 30px;
    }

    .class-details .inner-box .info-box li:first-child:before,
    .class-details .inner-box .info-box li:nth-child(2):before {
        display: none;
    }

    .class-details .inner-box .info-box {
        padding: 27px 15px 23px 15px;
    }

        .class-details .inner-box .info-box li {
            margin-right: 20px;
        }

            .class-details .inner-box .info-box li .theme-btn {
                padding: 17px 30px;
            }

    .teachers-block-one {
        margin-bottom: 30px;
    }

    .our-teachers {
        padding-bottom: 120px;
    }

    .pricing-section .pricing-table .table-header {
        padding: 15px 25px 10px 25px;
    }

    .div4 .header_height {
        height: 150px;
    }

        .pricing-section .pricing-table .table-header:before {
            display: none;
        }

    .pricing-section .pricing-table .table-content {
        padding: 30px 20px 19px 20px;
    }

    .pricing-section .pricing-table .table-footer {
        padding-left: 20px;
    }

    .event-details .event-details-content .countdown-box h3 {
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .shop-details .content-box {
        margin-left: 0px;
    }

    .countdown-box {
        text-align: center;
    }

    .shop-section .shop-sidebar {
        margin-bottom: 40px;
    }

    .blog-page-section .news-block-one .more-btn {
        left: 25px;
    }
}



@media only screen and (max-width: 991px) {
    .main-menu .navigation > li > a {
        position: relative;
        display: block;
        font-size: 15px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        color: #2b3c6b;
        line-height: 15px;
        font-weight: 700;
        opacity: 1;
        text-transform: capitalize;
        padding: 30px 0px 21px 0px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .sticky-header {
        display: none;
    }

    .main-header .logo-box {
        position: relative;
        display: block;
        float: none;
        text-align: left;
    }

    .main-header .nav-outer,
    .main-header .menu-area {
        position: relative;
        float: none;
    }

    .main-header .outer-box {
        position: absolute;
        top: -2px;
        right: 0px;
        margin: 0px;
    }

    .main-header .logo-box .logo:before,
    .about-section .image-box:before {
        display: none;
    }

    .about-section .image-box .image-2 {
        position: relative;
        left: 0px;
        top: 0px;
        display: none;
    }

    .about-section .image-box {
        margin: 0px;
        margin-bottom: 40px;
    }

        .about-section .image-box .image-1 {
            margin-bottom: 30px;
        }

    .service-section .inner-content {
        margin-bottom: 40px;
    }

    .service-section .carousel-content {
        margin: 0px;
    }

    .classes-section .inner-block {
        margin-bottom: 30px;
    }

    .classes-section {
        padding-bottom: 120px;
    }

    .testimonial-content {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .news-block-one .inner-box {
        margin-bottom: 70px;
    }

    .news-section {
        padding-bottom: 118px;
    }

    .main-footer .footer-top .about-widget,
    .main-footer .footer-top .link-widget {
        margin: 0px 0px 30px 0px;
    }

    .main-footer .footer-top .contact-widget {
        margin-left: 0px;
    }

    .main-footer .footer-bottom .left-content,
    .main-footer .footer-bottom .right-content {
        float: none;
        display: block;
        text-align: center;
    }

        .main-footer .footer-bottom .right-content .footer-logo {
            margin: 15px 0px;
            display: block;
            text-align: center;
        }

    .main-menu .navigation > li > ul > li {
        padding: 0px;
    }

        .main-menu .navigation > li > ul > li:hover {
            background: #333;
            border-color: #fff;
        }

        .main-menu .navigation > li > ul > li > ul > li > a {
            color: #fff !important;
        }

    .offer-section .single-offer-block {
        margin-bottom: 30px;
    }

    .offer-section {
        padding-bottom: 120px;
    }

    .fact-counter .counter-block {
        margin: 15px 0px;
    }

    .activities-section .image-box {
        margin-top: 0px;
    }

        .activities-section .image-box .image {
            float: none;
        }

    .testimonial-video .video-column {
        width: 100%;
    }

        .testimonial-video .video-column,
        .testimonial-video .video-column .video-inner {
            position: relative;
        }

    .testimonial-video .testimonial-column {
        float: none;
        width: 100%;
    }

        .testimonial-video .testimonial-column .testimonial-content {
            max-width: 100%;
        }

    .service-style-two .service-block-one {
        margin-bottom: 30px;
        padding: 20px 20px 20px 20px;
        height:310px;
    }

    .main-header.style-two .main-menu .navigation > li.logo-box {
        display: none;
    }

    .main-header.style-two .main-menu .navbar-header {
        padding-top: 15px;
    }

    .classes-section.style-three .inner-content {
        margin: 0px 0px 30px 0px;
    }

    .classes-section.style-three .owl-nav,
    .service-section .owl-nav {
        display: none;
    }

    .classes-section.style-three .carousel-content {
        margin: 0px;
    }

    .parallax-icon {
        display: none !important;
    }

    .activities-section.style-two .image-box {
        margin: 0px;
        margin-bottom: 50px;
    }

    .teachers-block-two .inner-box {
        margin-bottom: 30px;
    }

    .contact-section .outer-container .contact-column {
        position: relative;
        width: 100%;
    }

    .contact-section .outer-container .map-column {
        float: none;
        width: 100%;
    }

    .about-section.style-two .image-box {
        margin: 0px;
    }

    .about-section.style-two .content-box,
    .class-details .class-details-content {
        margin: 0px 0px 30px 0px;
    }

    .about-section.style-two .image-box .image-2 {
        left: 0px;
        bottom: 0px;
    }

    .about-section.style-two {
        padding-bottom: 150px;
    }

    .testimonial-video .testimonial-column .testimonial-content {
        margin: 0px;
    }

    .testimonial-video .video-column .video-inner {
        padding: 216px 0px 215px 0px;
    }

    .class-details .inner-box .info-box li {
        margin-right: 50px;
    }



    /*   glance section style */

    .inner_heading_title {
        margin-bottom: 20px;
    }

    .green-boder {
        border: 1px solid #28a745;
    }

        .green-boder h4 {
            background-color: #28a745;
            padding: 5px;
            color: #fff;
        }

    .inner_heading_title .text {
        padding: 10px;
    }

    .orange-border {
        border: 1px solid #ffc107;
    }

        .orange-border h4 {
            background-color: #ffc107;
            padding: 5px;
            color: #fff;
        }

    .purple-border {
        border: 1px solid #A04DB3;
    }

        .purple-border h4 {
            background: #A04DB3;
            padding: 5px;
            color: #fff;
        }


    .darkyellow-border {
        border: 1px solid #F38F4C;
    }

        .darkyellow-border h4 {
            background: #F38F4C;
            padding: 5px;
            color: #fff;
        }

    .red-border {
        border: 1px solid rgb(214,80,70);
    }

        .red-border h4 {
            background: rgb(214,80,70);
            padding: 5px;
            color: #fff;
        }

    .bright-border {
        border: 1px solid #253b70;
    }


        .bright-border h4 {
            background: #253b70;
            padding: 5px;
            color: #fff;
        }

    .darksky-boder {
        border: 1px solid #e83e8c;
    }

        .darksky-boder h4 {
            background: #e83e8c;
            padding: 5px;
            color: #fff;
        }


    .indigo-boder {
        border: 1px solid #6610f2;
    }

        .indigo-boder h4 {
            background: #6610f2;
            padding: 5px;
            color: #fff;
        }

    .pricing-section .pricing-table {
        margin-bottom: 30px;
    }

    .pricing-section {
        padding-bottom: 120px;
    }

    .event-details .event-details-content {
        margin: 0px 0px 50px 0px;
    }

    .shop-details .product-details-content .image-box,
    .blog-details .blog-details-content {
        margin: 0px 0px 30px 0px;
    }

    .cart-section .table-outer .othre-content .coupon-box input {
        max-width: 100%;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .checkout-section .additional-info,
    .contact-info-section .single-info-box .inner-box {
        margin-bottom: 30px;
    }

    .contact-info-section {
        padding-bottom: 120px;
    }

    .blog-page-section .news-block-one .inner-box {
        margin-bottom: 30px;
    }

    .main-header .menu-area {
        margin-right: 0px;
    }
}


@media only screen and (max-width: 768px){

    .form-group > label {
        color: #333;
        font-weight: bold !important;
        font-size:12px;
        margin-top:20px;
    }

    .checkbox-btn {
        font-weight: 900;
        position: relative;
        display: flex;
        font-size: 14px;
        color: #222;
        padding: 12px 8px 12px 6px;
        border: 1px solid #253b70;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 26px;
        text-align: center;
        color: #fff;
        background: #ff7162;
        border-color: #ff7162;
    }

   

}

@media only screen and (max-width: 767px) {

    

    #bthPayPal {
        margin-top: 10px;
    }

    #mpb {
        padding-top: 10px;
    }

    #mtp {
        margin-top: 10px;
    }

    .div_log {
    padding-left: 0px;
}



    /*   glance section style */

    .inner_heading_title {
        margin-bottom: 20px;
    }

    .green-boder {
        border: 1px solid #28a745;
    }

        .green-boder h4 {
            background-color: #28a745;
            padding: 5px;
            color: #fff;
        }

    .inner_heading_title .text {
        padding: 10px;
    }

    .orange-border {
        border: 1px solid #ffc107;
    }

        .orange-border h4 {
            background-color: #ffc107;
            padding: 5px;
            color: #fff;
        }

    .purple-border {
        border: 1px solid #A04DB3;
    }

        .purple-border h4 {
            background: #A04DB3;
            padding: 5px;
            color: #fff;
        }


    .darkyellow-border {
        border: 1px solid #F38F4C;
    }

        .darkyellow-border h4 {
            background: #F38F4C;
            padding: 5px;
            color: #fff;
        }

    .red-border {
        border: 1px solid rgb(214,80,70);
    }

        .red-border h4 {
            background: rgb(214,80,70);
            padding: 5px;
            color: #fff;
        }

    .bright-border {
        border: 1px solid #253b70;
    }


        .bright-border h4 {
            background: #253b70;
            padding: 5px;
            color: #fff;
        }

    .darksky-boder {
        border: 1px solid #e83e8c;
    }

        .darksky-boder h4 {
            background: #e83e8c;
            padding: 5px;
            color: #fff;
        }


    .indigo-boder {
        border: 1px solid #6610f2;
    }

        .indigo-boder h4 {
            background: #6610f2;
            padding: 5px;
            color: #fff;
        }

    .main-header .header-top .social-links {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .main-header .header-top .header-info {
        float: none;
        display: block;
        text-align: center;
    }

    .about-section,
    .feature-section {
        padding: 70px 0px;
    }

    .sec-pad,
    .testimonial-faq,
    .cta-section,
    .main-footer .footer-top,
    .activities-section {
        padding: 64px 0px 70px 0px;
    }

    .event-section,
    .news-section {
        padding: 64px 0px 40px 0px;
    }

    .main-footer .footer-top .contact-widget {
        margin-bottom: 30px;
    }

    .main-slider.style-two .slide {
        padding-bottom: 175px;
    }

    .fact-counter .counter-block {
        margin: 15px auto;
        max-width: 210px;
        width: 100%;
    }

    .fact-counter {
        padding: 50px 0px;
    }

    .testimonial-video .testimonial-column .testimonial-content {
        padding: 65px 30px 20px 30px;
    }

    .main-header.style-two .header-top .header-info {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .main-header.style-two .outer-content {
        float: none;
        display: block;
        text-align: center;
    }

    .about-style-two .image-inner .image-box {
        margin-bottom: 30px;
    }

    .about-style-two .image-inner {
        margin-bottom: 0px;
    }

    .classes-section.style-three {
        padding: 64px 0px 40px 0px;
    }

    .activities-section.style-two {
        padding-bottom: 25px;
    }

    .testimonial-style-two {
        padding: 65px 0px;
    }

    .news-section.style-two,
    .about-section.style-two,
    .faq-page-section,
    .class-details,
    .blog-details {
        padding: 65px 0px 70px 0px;
    }

    .contact-section .outer-container .contact-column .content-box {
        padding: 65px 15px 70px 15px;
    }

    .contact-section .outer-container .contact-column .content-box {
        max-width: 100%;
    }

    .main-footer .footer-bottom .left-content {
        margin-top: 0px;
    }

    .class-details .inner-box .info-box li {
        width: 50%;
        margin: 0px;
    }

    .class-details .inner-box .info-box {
        padding-left: 80px;
    }

        .class-details .inner-box .info-box li .thumb-box {
            left: -65px;
        }

        .class-details .inner-box .info-box li:first-child {
            padding-left: 0px;
        }

        .class-details .inner-box .info-box li {
            margin: 5px 0px;
        }

    .gallery-page-section {
        padding: 62px 0px 40px 0px;
    }

    .our-teachers.teachers-page-section .block-column:last-child .teachers-block-one {
        margin-bottom: 0px;
    }

    .event-block-one .inner-box {
        padding: 20px 15px 28px 0px;
    }

    .event-page-section,
    .shop-details {
        padding: 70px 0px 40px 0px;
    }

    .event-details,
    .shop-section,
    .cart-section,
    .checkout-section {
        padding: 70px 0px;
    }

    .contact-info-section {
        padding-bottom: 40px;
    }

    .classes-page-section,
    .classes-section,
    .our-teachers {
        padding-bottom: 40px;
    }

    .offer-section {
        padding: 64px 0px 40px 0px;
    }
}

@media only screen and (max-width: 599px)   {

    

    /*   glance section style */

    #bthPayPal {
        margin-top: 10px;
    }

    .inner_heading_title {
        margin-bottom: 20px;
    }

    .div_log {
        padding-left: 0px;
    }

    .green-boder {
        border: 1px solid #28a745;
    }

        .green-boder h4 {
            background-color: #28a745;
            padding: 5px;
            color: #fff;
        }

    .inner_heading_title .text {
        padding: 10px;
    }

    .orange-border {
        border: 1px solid #ffc107;
    }

        .orange-border h4 {
            background-color: #ffc107;
            padding: 5px;
            color: #fff;
        }

    .purple-border {
        border: 1px solid #A04DB3;
    }

        .purple-border h4 {
            background: #A04DB3;
            padding: 5px;
            color: #fff;
        }


    .darkyellow-border {
        border: 1px solid #F38F4C;
    }

        .darkyellow-border h4 {
            background: #F38F4C;
            padding: 5px;
            color: #fff;
        }

    .red-border {
        border: 1px solid rgb(214,80,70);
    }

        .red-border h4 {
            background: rgb(214,80,70);
            padding: 5px;
            color: #fff;
        }

    .bright-border {
        border: 1px solid #253b70;
    }


        .bright-border h4 {
            background: #253b70;
            padding: 5px;
            color: #fff;
        }

    .darksky-boder {
        border: 1px solid #e83e8c;
    }

        .darksky-boder h4 {
            background: #e83e8c;
            padding: 5px;
            color: #fff;
        }


    .indigo-boder {
        border: 1px solid #6610f2;
    }

        .indigo-boder h4 {
            background: #6610f2;
            padding: 5px;
            color: #fff;
        }

    .shop-details .product-info-tabs .tab-btns li {
        position: relative;
        float: left;
        font-size: 15px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 700;
        margin-top: 10px;
        color: #8a8d91;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        padding: 16px 31px 16px 30px;
        text-transform: uppercase;
        margin-right: 10px;
        cursor: pointer;
        transition: all 500ms ease;
    }

    #mpb {
        padding-top: 10px;
    }

    #mtp {
        margin-top: 10px;
    }

    .main-slider .owl-nav {
        display: none;
    }

    .main-slider .slide,
    .main-slider.style-two .slide {
        padding: 9px 0px 9px 0px;
    }

    .service-style-two{
        margin-top:35px;
    }



    .testimonial-video .video-column .video-inner {
        padding: 150px 0px;
    }

    .save-btn {
        position: relative;
        left: 0px;
        background-color: #007bff;
        color: #fff !important;
        font-weight: 200;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #007bff;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 5px;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }


    .main-slider.style-three .slide {
        padding: 100px 0px 200px 0px;
    }

    .testimonial-style-two .owl-dots {
        display: none;
    }

    .save-btn {
    }

    .page-title {
        padding: 20px 0px 20px 0px;
    }

    .blog-details .blog-details-content .comments-area .comment.replay-comment {
        margin-left: 0px;
    }

    .faq-content {
        height: auto;
    }

    .faq-page-section .faq-content {
        height: auto;
    }

    .countdown-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sec-title h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .page-title .content-box h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .error-section .content-box h1 {
        /*font-size: 160px;*/
    }
}


@media (min-width: 320px) and (max-width: 480px) {

    

    .inner_heading_title {
        margin-bottom: 20px;
    }

    .div_log {
        padding-left: 0px;
    }

    .green-boder {
        border: 1px solid #28a745;
    }

        .green-boder h4 {
            background-color: #28a745;
            padding: 5px;
            color: #fff;
        }

    .inner_heading_title .text {
        padding: 10px;
    }

    .orange-border {
        border: 1px solid #ffc107;
    }

        .orange-border h4 {
            background-color: #ffc107;
            padding: 5px;
            color: #fff;
        }

    .purple-border {
        border: 1px solid #A04DB3;
    }

        .purple-border h4 {
            background: #A04DB3;
            padding: 5px;
            color: #fff;
        }


    .darkyellow-border {
        border: 1px solid #F38F4C;
    }

        .darkyellow-border h4 {
            background: #F38F4C;
            padding: 5px;
            color: #fff;
        }

    .red-border {
        border: 1px solid rgb(214,80,70);
    }

        .red-border h4 {
            background: rgb(214,80,70);
            padding: 5px;
            color: #fff;
        }

    .bright-border {
        border: 1px solid #253b70;
    }


        .bright-border h4 {
            background: #253b70;
            padding: 5px;
            color: #fff;
        }

    .darksky-boder {
        border: 1px solid #e83e8c;
    }

        .darksky-boder h4 {
            background: #e83e8c;
            padding: 5px;
            color: #fff;
        }


    .indigo-boder {
        border: 1px solid #6610f2;
    }

        .indigo-boder h4 {
            background: #6610f2;
            padding: 5px;
            color: #fff;
        }

    .shop-details .product-info-tabs .tab-btns li {
        position: relative;
        float: left;
        font-size: 15px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 700;
        margin-top: 10px;
        color: #8a8d91;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        padding: 16px 31px 16px 30px;
        text-transform: uppercase;
        margin-right: 10px;
        cursor: pointer;

        width:235px;
        transition: all 500ms ease;
    }

    /*what we offer section start here*/

    #what-we-offer {
        background-image: url(../images/resource/bg_grass.png), url(../images/resource/bgoffer.png);
        background-repeat: repeat-x,no-repeat;
        background-position: bottom,50% 100%;
    }

    .feature-tree {
        padding-top: 34px;
        overflow: hidden;
        position: relative;
    }

    .box1 {
        display: block;
        padding: 10px 1px 1px;
        border-radius: 20px;
        color: #fff;
        position: relative;
        width: 150px;
        margin: 5px 0px 0px -48px;
    }

    .box2 {
        display: block;
        padding: 10px 1px 1px;
        border-radius: 20px;
        color: #fff;
        position: relative;
        width: 150px;
        margin: 5px 0px 0px -48px;
    }

    .feature-box-content > p {
        color: #fff;
        font-size: 12px;
        text-align: left;
        font-family: 'arial', sans-serif;
    }


    .box3 {
        display: block;
        padding: 10px 1px 1px;
        border-radius: 20px;
        color: #fff;
        position: relative;
        width: 150px;
        margin: 5px 0px 0px -48px;
    }

    .box4 {
        display: block;
        padding: 10px 1px 1px;
        border-radius: 20px;
        color: #fff;
        position: relative;
        width: 150px;
        margin: 5px 0px 0px -48px;
    }

    .feature-tree .icon {
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        font-size: 35px;
        color: #fff;
        position: absolute;
        top: -40px;
        left: -5px;
    }

    .feature-tree .feature-box {
        width: 50%;
        float: left;
        padding: 17px 53px;
        border-top: 18px solid #795548;
        border-right: 18px solid #795548;
        border-radius: 0 30px 0 0;
        position: relative;
        right: -14.5px;
    }


    .feature-box-content .title {
        font-size: 15px;
        line-height: 17px;
        text-transform: uppercase;
        font-family: 'Karla',sans-serif;
        font-weight: 700;
        letter-spacing: 0.5px;
        padding: 1px 5px;
        color: #fff;
        margin-bottom: 0px !important;
    }
    /*what we offer section send here*/
    .main-header .header-top .header-info li:before {
        display: none;
    }

    .event-block-one .inner-box .image-box {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 30px;
        margin-bottom: 20px;
    }

    .event-block-one .inner-box .content-box {
        padding-left: 15px;
    }


    .content-box .text .number_list {
        padding-left: 20px;
    }

    .event-block-one .inner-box .image-box a img {
        height: 250px;
    }

    .sec-title h5 {
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: 23px;
        color: #ff7162;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: bold;
        margin-bottom: 13px;
        text-align: left;
        padding: 0px 10px 0px 10px;
    }

        .sec-title h5:before {
            position: absolute;
            content: '';
            background: #ff7162;
            width: 30px;
            height: 2px;
            display: none;
            left: 0px;
            bottom: 11px;
        }


    .event-block-one .inner-box {
        padding: 0px 0px 30px 0px;
    }

    .save-btn {
        position: relative;
        left: 0px;
        background-color: #007bff;
        color: #fff !important;
        font-weight: 200;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #007bff;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 5px;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .class-details .inner-box .info-box li {
        width: 100%;
    }

    .gallery-page-section .filter-tabs li {
        margin: 5px 12px;
    }

    .countdown-timer .counter-column {
        margin-bottom: 10px;
    }

    .countdown-box {
        padding-top: 40px;
    }

    .shop-section .item-sorting .result-column,
    .shop-section .item-sorting .select-box {
        float: none;
        display: block;
    }

    .shop-section .item-sorting .result-column {
        top: 0px;
        margin-bottom: 10px;
    }

    .shop-section .item-sorting .select-box .ui-state-default {
        width: 100% !important;
    }

    .cart-section .table-outer .othre-content .theme-btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .cart-section .table-outer .othre-content .update-btn {
        float: none;
        display: block;
        width: 100%;
    }

    .blog-details .blog-details-content .comments-area .comment .replay-btn {
        position: relative;
        top: 0px;
        margin-top: 10px;
    }

    .main-header .header-top .header-info li {
        margin: 0px 15px;
    }

    .cta-section .content-box h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .testimonial-block-two .inner-box {
        padding-left: 15px;
        padding-right: 15px;
        height: auto;
    }

    .news-block-two .inner-box .lower-content {
        padding-left: 30px;
        padding-right: 15px;
    }

        .news-block-two .inner-box .lower-content .info-box li {
            margin-right: 20px;
        }

            .news-block-two .inner-box .lower-content .info-box li:before {
                right: -12px;
            }

    .event-details .event-details-sidebar .inner-box {
        padding-left: 20px;
        padding-right: 15px;
    }

    .blog-details .sidebar .sidebar-widget {
        padding-left: 20px;
        padding-right: 20px;
    }

    #mpb {
        padding-top: 10px;
    }

    #mtp {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 499px) {

    

}

@media only screen and (max-width: 399px) {



    

    .inner_heading_title {
        margin-bottom: 20px;
    }

    .green-boder {
        border: 1px solid #28a745;
    }

        .green-boder h4 {
            background-color: #28a745;
            padding: 5px;
            color: #fff;
        }

    .inner_heading_title .text {
        padding: 10px;
    }

    .orange-border {
        border: 1px solid #ffc107;
    }

        .orange-border h4 {
            background-color: #ffc107;
            padding: 5px;
            color: #fff;
        }

    .purple-border {
        border: 1px solid #A04DB3;
    }

        .purple-border h4 {
            background: #A04DB3;
            padding: 5px;
            color: #fff;
        }


    .darkyellow-border {
        border: 1px solid #F38F4C;
    }

        .darkyellow-border h4 {
            background: #F38F4C;
            padding: 5px;
            color: #fff;
        }

    .red-border {
        border: 1px solid rgb(214,80,70);
    }

        .red-border h4 {
            background: rgb(214,80,70);
            padding: 5px;
            color: #fff;
        }

    .bright-border {
        border: 1px solid #253b70;
    }


        .bright-border h4 {
            background: #253b70;
            padding: 5px;
            color: #fff;
        }

    .darksky-boder {
        border: 1px solid #e83e8c;
    }

        .darksky-boder h4 {
            background: #e83e8c;
            padding: 5px;
            color: #fff;
        }


    .indigo-boder {
        border: 1px solid #6610f2;
    }

        .indigo-boder h4 {
            background: #6610f2;
            padding: 5px;
            color: #fff;
        }

    .shop-details .product-info-tabs .tab-btns li {
        position: relative;
        float: left;
        font-size: 15px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 700;
        margin-top: 10px;
        color: #8a8d91;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        padding: 16px 31px 16px 30px;
        text-transform: uppercase;
        margin-right: 10px;
        cursor: pointer;
        transition: all 500ms ease;
    }
  


    #what-we-offer {
     
        background-image: url(../images/resource/bg_grass.png), url(../images/resource/bgoffer.png);
        background-repeat: repeat-x,no-repeat;
        background-position: bottom,50% 100%;
        background-color: #fff;
    }

    .feature-tree {
        padding-top: 50px;
        overflow: hidden;
        position: relative;
        
    }

        .feature-tree .icon {
            display: block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 50%;
            border: 1px solid #fff;
            text-align: center;
            font-size: 30px;
            color: #fff;
            position: absolute;
            top: -40px;
            left: -7px;
        }

        .feature-tree .feature-box-content:before, .feature-tree .feature-box-content:after {
            content: "";
            display: block;
            width: 7px;
            height: 30px;
            border-radius: 10px;
            border: 1px solid #fff;
            position: absolute;
            top: -25px;
            left: 46px;
        }

    .feature-box-content > p {
        font-size: 11px;
        text-align: left;
        padding: 0px 0px 0px 10px;
        line-height: 20px;
    }

    .feature-tree .feature-box-content {
        display: block;
        padding: 4px 2px 4px;
        border-radius: 10px;
        color: #fff;
        position: relative;
        width: 120px;
        margin: 0px -61px -16px -50px;
    }

    .feature-box-content .title {
        font-size: 14px;
        line-height: 13px;
        text-transform: capitalize;
        font-family: 'Karla',sans-serif;
        font-weight: 400;
        letter-spacing: 0.4px;
        padding: 3px 5px;
        color: #fff;
    }

    #mpb {
        padding-top: 10px;
    }

    #mtp {
        margin-top: 10px;
    }

    .main-slider h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .save-btn {
        position: relative;
        left: 0px;
        background-color: #007bff;
        color: #fff !important;
        font-weight: 200;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #007bff;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 5px;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .accordion-box .block .acc-btn h4 {
        padding-right: 30px;
    }

    .testimonial-block .inner-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .testimonial-faq .owl-carousel .owl-item {
        margin-right: 0px !important;
    }

    .testimonial-content .client-thumb-outer .owl-item.active .thumb-item {
        width: 90px;
        top: 0px;
    }

    .testimonial-content .owl-item.active .thumb-item .thumb-box {
        width: 90px;
        height: 90px;
    }

    .pagination li {
        margin: 0px 3px;
    }

    .checkout-section .order-info .text span,
    .checkout-section .order-info .text h4 {
        float: none;
        display: block;
    }

    .checkout-section .order-info .order-product .single-item {
        padding-top: 10px;
    }

    input[type="checkbox"] {
        height: 0;
        width: 0;
        display: none;
    }
}




/* =============== Mobile menu ===================== */

@media only screen and (max-width: 991px) {

    input[type="checkbox"] {
        height: 0;
        width: 0;
        display: none;
    }
    /*   glance section style */

    .inner_heading_title {
        margin-bottom: 20px;
    }

    .green-boder {
        border: 1px solid #28a745;
    }

        .green-boder h4 {
            background-color: #28a745;
            padding: 5px;
            color: #fff;
        }

    .inner_heading_title .text {
        padding: 10px;
    }

    .orange-border {
        border: 1px solid #ffc107;
    }

        .orange-border h4 {
            background-color: #ffc107;
            padding: 5px;
            color: #fff;
        }

    .purple-border {
        border: 1px solid #A04DB3;
    }

        .purple-border h4 {
            background: #A04DB3;
            padding: 5px;
            color: #fff;
        }


    .darkyellow-border {
        border: 1px solid #F38F4C;
    }

        .darkyellow-border h4 {
            background: #F38F4C;
            padding: 5px;
            color: #fff;
        }

    .red-border {
        border: 1px solid rgb(214,80,70);
    }

        .red-border h4 {
            background: rgb(214,80,70);
            padding: 5px;
            color: #fff;
        }

    .bright-border {
        border: 1px solid #253b70;
    }


        .bright-border h4 {
            background: #253b70;
            padding: 5px;
            color: #fff;
        }

    .darksky-boder {
        border: 1px solid #e83e8c;
    }

        .darksky-boder h4 {
            background: #e83e8c;
            padding: 5px;
            color: #fff;
        }


    .indigo-boder {
        border: 1px solid #6610f2;
    }

        .indigo-boder h4 {
            background: #6610f2;
            padding: 5px;
            color: #fff;
        }

    .main-menu .navigation > li > a {
        position: relative;
        display: block;
        font-size: 15px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        color: #2b3c6b;
        line-height: 15px;
        font-weight: 700;
        opacity: 1;
        text-transform: capitalize;
        padding: 30px 0px 21px 0px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .header-top .links-nav li {
        margin-right: 15px;
    }

    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        top: 0px;
        padding-bottom: 15px;
    }

    .main-header .main-menu {
        width: 100%;
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        float: none;
        padding: 10px;
        cursor: pointer;
        border-radius: 0px;
        background: #ff7162;
        position: absolute;
        top: -54px;
        right: 10px;
    }

        .main-menu .navbar-header .navbar-toggle .icon-bar {
            background: #ffffff;
            height: 2px;
            width: 29px;
            display: block;
            margin: 5px;
        }

    .main-menu .collapse {
        overflow: auto;
        float: none;
        width: 100%;
        padding: 0px 0px 0px;
        border: none;
        margin: 0px;
        max-height: 320px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .main-menu .navbar-collapse > .navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        background: #333333;
        border: 1px solid #ffffff;
    }

        .main-menu .navbar-collapse > .navigation > li {
            margin: 0px !important;
            float: none !important;
            width: 100%;
            border-bottom: 1px solid #ffffff !important;
        }

    .main-menu .navigation > li > a,
    .main-menu .navigation > li > ul:before {
        border: none;
    }

    .main-menu .navbar-collapse > .navigation > li > a {
        padding: 10px 10px !important;
        border: none !important;
    }

    .main-menu .navigation li.dropdown > a:after,
    .main-menu .navigation > li.dropdown > a:before,
    .main-menu .navigation > li > ul > li > a::before,
    .main-menu .navigation > li > ul > li > ul > li > a::before {
        color: #ffffff !important;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }

    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        padding: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #333333;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        box-shadow: none !important;
    }

        .main-menu .navbar-collapse > .navigation > li > ul,
        .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
            border-top: 1px solid rgba(255,255,255) !important;
        }

    .main-menu .navbar-collapse > .navigation > li:last-child {
        border-bottom: none;
    }

    .main-menu .navbar-collapse > .navigation > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
        padding: 12px 15px !important;
        line-height: 22px;
        color: #fff;
        background: #253b70;
        text-align: left;
        min-height: 0px;
    }

    .main-menu .navbar-collapse > .navigation > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li.current > a,
    .main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
        color: #ffffff !important;
        background: #ff7162;
    }

    .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
        display: block;
    }

    .main-menu .navbar-collapse > .navigation li.dropdown:after,
    .main-menu .navigation > li > ul:before {
        display: none !important;
    }

    input[type="checkbox"] {
        height: 0;
        width: 0;
        display: none;
    }
}



/* ===============   laptop 1024px mix width ===================== */

@media only screen and (max-width: 1024px)  {


    /*   glance section style */

    .inner_heading_title {
        margin-bottom: 20px;
    }

    .green-boder {
        border: 1px solid #28a745;
    }

        .green-boder h4 {
            background-color: #28a745;
            padding: 5px;
            color: #fff;
        }

    .inner_heading_title .text {
        padding: 10px;
    }

    .orange-border {
        border: 1px solid #ffc107;
    }

        .orange-border h4 {
            background-color: #ffc107;
            padding: 5px;
            color: #fff;
        }

    .purple-border {
        border: 1px solid #A04DB3;
    }

        .purple-border h4 {
            background: #A04DB3;
            padding: 5px;
            color: #fff;
        }


    .darkyellow-border {
        border: 1px solid #F38F4C;
    }

        .darkyellow-border h4 {
            background: #F38F4C;
            padding: 5px;
            color: #fff;
        }

    .red-border {
        border: 1px solid rgb(214,80,70);
    }

        .red-border h4 {
            background: rgb(214,80,70);
            padding: 5px;
            color: #fff;
        }

    .bright-border {
        border: 1px solid #253b70;
    }


        .bright-border h4 {
            background: #253b70;
            padding: 5px;
            color: #fff;
        }

    .darksky-boder {
        border: 1px solid #e83e8c;
    }

        .darksky-boder h4 {
            background: #e83e8c;
            padding: 5px;
            color: #fff;
        }


    .indigo-boder {
        border: 1px solid #6610f2;
    }

        .indigo-boder h4 {
            background: #6610f2;
            padding: 5px;
            color: #fff;
        }

    .main-header .logo-box .logo {
        position: relative;
        display: inline-block;
        padding: 5px 0px;
    }



    .main-menu .navigation > li > a {
        position: relative;
        display: block;
        font-size: 15px !important;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        color: #2b3c6b;
        line-height: 14px;
        font-weight: 500;
        opacity: 1;
        text-transform: capitalize;
        padding: 35px 0px 25px 0px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
}



@media only screen and (width:736px) {
    #what-we-offer {
        background-image: url(../images/resource/bg_grass.png), url(../images/resource/bgoffer.png);
        background-repeat: repeat-x,no-repeat;
        background-position: bottom,50% 100%;

       
    }


    .feature-tree {
        padding-top: 34px;
        overflow: hidden;
        position: relative;
    }

        .feature-tree .feature-box {
            width: 50%;
            float: left;
            padding: 17px 53px;
            border-top: 18px solid #795548;
            border-right: 18px solid #795548;
            border-radius: 0 30px 0 0;
            position: relative;
            right: -14.5px;
        }


        .feature-tree .icon {
            display: block;
            width: 60px;
            height: 60px;
            line-height: 60px;
            border-radius: 50%;
            border: 1px solid #fff;
            text-align: center;
            font-size: 35px;
            color: #fff;
            position: absolute;
            top: -40px;
            left: -5px;
        }


    .feature-box-content .title {
        font-size: 15px;
        line-height: 17px;
        text-transform: uppercase;
        font-family: 'Karla',sans-serif;
        font-weight: 700;
        letter-spacing: 0.5px;
        padding: 1px 5px;
        color: #fff;
        margin-bottom: 0px !important;
    }


    feature-box-content > p {
        color: #fff;
        font-size: 12px;
        text-align: left;
        font-family: 'arial', sans-serif;
    }


    .feature-tree .feature-box-content {
        display: block;
        padding: 30px 10px 10px;
        border-radius: 20px;
        color: #fff;
        width: 160px !important;
        position: relative;
    }

    input[type="checkbox"] {
        height: 0;
        width: 0;
        display: none;
    }
}



/*!
 * Bootstrap-select v1.13.9 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px;
    /*IE9 and below*/
    vertical-align: middle;
}

    .bootstrap-select > .dropdown-toggle {
        position: relative;
        width: 100%;
        text-align: right;
        white-space: nowrap;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .bootstrap-select > .dropdown-toggle:after {
            margin-top: -1px;
        }

        .bootstrap-select > .dropdown-toggle.bs-placeholder,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
        .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
            /*color: #999*/;
        }

            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
            .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
                color: rgba(255, 255, 255, 0.5);
            }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: 0.5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
        z-index: 0 !important;
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2 !important;
        }

    .has-error .bootstrap-select .dropdown-toggle,
    .error .bootstrap-select .dropdown-toggle,
    .bootstrap-select.is-invalid .dropdown-toggle,
    .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
        border-color: #b94a48;
    }

    .bootstrap-select.is-valid .dropdown-toggle,
    .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
        border-color: #28a745;
    }

    .bootstrap-select.fit-width {
        width: auto !important;
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 220px;
    }

    .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
    .bootstrap-select .dropdown-toggle:focus {
        outline: thin dotted #333333 !important;
        outline: 5px auto -webkit-focus-ring-color !important;
        outline-offset: -2px;
    }

    .bootstrap-select.form-control {
        margin-bottom: 0;
        padding: 0;
        border: none;
    }

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

    .bootstrap-select.dropdown-menu-right,
    .bootstrap-select[class*="col-"].dropdown-menu-right,
    .row .bootstrap-select[class*="col-"].dropdown-menu-right {
        float: right;
    }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}

    .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
    .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
        height: 100%;
        font-size: inherit;
        line-height: inherit;
        border-radius: inherit;
    }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
    width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.disabled:focus,
    .bootstrap-select > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

    .bootstrap-select.bs-container .dropdown-menu {
        z-index: 1060;
    }

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}

    .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
        padding-right: inherit;
    }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-select .dropdown-menu > .inner:focus {
        outline: none !important;
    }

    .bootstrap-select .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .bootstrap-select .dropdown-menu li {
        position: relative;
    }

        .bootstrap-select .dropdown-menu li.active small {
            color: rgba(255, 255, 255, 0.5) !important;
        }

        .bootstrap-select .dropdown-menu li.disabled a {
            cursor: not-allowed;
        }

        .bootstrap-select .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .bootstrap-select .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select .dropdown-menu li a span.text {
                display: inline-block;
            }

        .bootstrap-select .dropdown-menu li small {
            padding-left: 0.5em;
        }

    .bootstrap-select .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        pointer-events: none;
        opacity: 0.9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
    width: auto;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 9999999;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-donebutton .btn-group button {
        width: 100%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */

