a, a.active, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

html {
    font-size: 62.5%;
}

body, p {
    font-family: Merriweather, serif;
    font-size: 1.3rem;
    padding: 0;
    margin: 0;
    color: rgba(50,51,51,.7);
    line-height: 2.4rem;
}

body {
    background: #f9f9f9;
}

p {
    font-weight: 400;
}

.h1, .h2, .h3, h1, h2, h3 {
    font-family: Montserrat, sans-serif;
}

.h3, .h4, h3, h4 {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    color: #212739;
}

.h1, h1 {
    font-size: 6.3rem;
    line-height: 9.45rem;
    line-height: 8rem;
}

.h2, h2 {
    font-size: 3.9rem;
    line-height: 5.85rem;
    line-height: 4rem;
}

.h3, h3 {
    font-size: 2.4rem;
    line-height: 3.5999999999999996rem;
    line-height: 4rem;
}

.h4, .h5, h4, h5 {
    font-size: 1.5rem;
}

.h3 a, h3 a {
    color: inherit;
}

    .h3 a:hover, h3 a:hover {
        color: #133984;
    }

.h4, h4 {
    line-height: 2.25rem;
    line-height: 2rem;
    font-family: Merriweather, serif;
}

    .h4 a, h4 a {
        color: inherit;
    }

        .h4 a:hover, h4 a:hover {
            color: #133984;
        }

.h5, h5 {
    line-height: 2.25rem;
    line-height: 2rem;
}

.h6, h6 {
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    line-height: 1.8rem;
}

img {
    max-width: 100%;
}

.csi-table thead tr {
    background: rgba(63,81,181,.2);
}

    .csi-table thead tr th {
        font-size: 1.6rem;
        line-height: 2.4000000000000004rem;
        border-bottom: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
        font-family: Montserrat, sans-serif;
        font-weight: 700;
        color: #212739;
        text-align: center;
        text-transform: uppercase;
    }

.csi-table tbody tr td, .csi-table tbody tr th {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 4px solid #f9f9f9;
    background: rgba(63,81,181,.05);
    text-align: center;
    border-right: 2px solid #f9f9f9;
}

blockquote, blockquote p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4000000000000004rem;
    text-align: justify;
}

.csi-table tbody tr td:hover, .csi-table tbody tr th, .csi-table tbody tr th:hover {
    background: rgba(63,81,181,.1);
}

a {
    color: #36459b;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

    a.active, a:focus, a:hover {
        color: #606fc7;
    }

.btn:active, .btn:focus, button:active, button:focus, input[type=submit]:active, input[type=submit]:focus, input[type=button]:active, input[type=button]:focus {
    outline: 0;
}

.csi-inner {
    /*	padding: 10.2rem 0*/
    padding: 40px 0px;
}

blockquote {
    font-family: Merriweather, serif;
    overflow: hidden;
    width: 100%;
    color: #212739;
    margin: 2rem 0;
    display: block;
    padding: 4rem 2rem;
    font-style: italic;
    position: relative;
    border-left: 0;
}

    blockquote p {
        font-family: inherit;
        color: inherit;
    }

.csi-heading .title, .csi-subheading {
    font-family: Montserrat, sans-serif;
}

blockquote footer {
    float: none!important;
    color: #133984;
}

blockquote:before {
    background-image: url(../img/quote.png);
    left: 0;
    position: absolute;
    top: 10%;
    width: 129px;
    height: 112px;
    content: " ";
    opacity: .5;
}

.btn-sonar, .csi-btn-area {
    position: relative;
}

.csimapcanvas {
    min-height: 400px;
}

.csi-social li {
    padding-right: 3px;
    padding-left: 3px;
}

    .csi-social li a {
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 45%;
        display: inline-block;
        text-align: center;
        -webkit-box-shadow: 0 2px 10px rgba(52,61,71,.2);
        -moz-box-shadow: 0 2px 10px rgba(52,61,71,.2);
        box-shadow: 0 2px 10px rgba(52,61,71,.2);
    }

        .csi-social li a i {
            font-size: 2.4rem;
            line-height: 3.5999999999999996rem;
            /*	line-height: 4.5rem*/
            line-height: 4.5rem;
        }

    .csi-social li:hover a {
        background: #b72e35;
        -webkit-box-shadow: 0 2px 10px rgba(52,61,71,.2);
        -moz-box-shadow: 0 2px 10px rgba(52,61,71,.2);
        box-shadow: 0 2px 10px rgba(52,61,71,.2);
        color: #fff;
    }

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus, .form-control:hover {
        -webkit-box-shadow: 0 2px 10px rgba(52,61,71,.45);
        -moz-box-shadow: 0 2px 10px rgba(52,61,71,.45);
        box-shadow: 0 2px 10px rgba(52,61,71,.45);
        border: 1px solid #133984;
    }

textarea.form-control {
    height: 100px;
    border-radius: 0;
}

.csi-heading {
    text-align: center;
    /*margin-bottom: 6.3rem;*/
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

.btn-sonar, .btn-sonar::before, .csi-btn {
    display: inline-block;
}

.csi-heading .title {
    font-size: 3.9rem;
    line-height: 3.85rem;
    color: #212739;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 1rem;
}

.csi-heading .subtitle {
    font-family: Merriweather, serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #212739;
    font-weight: 400;
    margin: 0;
    opacity: .4;
}

.csi-btn, .csi-heading-white .subtitle, .csi-heading-white .title {
    color: #fff;
}

.csi-subheading {
    font-size: 2.4rem;
    line-height: 3.5999999999999996rem;
    text-align: center;
    color: #133984;
    text-transform: uppercase;
    margin-bottom: 3.9rem;
    margin-top: 0;
}

.csi-btn, .csi-btn-simple {
    font-family: Montserrat, sans-serif;
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    text-transform: uppercase;
}

.csi-btn {
    background: #133984;
    /*padding: 1.3rem 2.6rem;*/
    padding: 1rem 2rem;
    font-weight: 400;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    border: 2px solid #133984;
}

    .csi-btn-brand, .csi-btn:hover {
        background: #b72e35;
        border: 2px solid #b72e35;
        color: #fff;
    }

    .csi-btn:hover {
        -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.25);
        -moz-box-shadow: 0 4px 10px rgba(0,0,0,.25);
        box-shadow: 0 4px 10px rgba(0,0,0,.25);
    }

.csi-btn-lg {
    padding: 1.2rem 3.4rem;
}

.csi-btn-brand:hover {
    background: #133984;
    color: #fff;
    border: 2px solid #133984;
}

.csi-btn-simple {
    border-bottom: 1px solid transparent;
}

    .csi-btn-simple:hover {
        opacity: 1;
        border-bottom: 1px solid #133984;
    }

.btn-sonar {
    background: #FF594C;
    border: 0;
    width: auto;
    height: auto;
    color: #fff;
    outline: 0;
}

    .btn-sonar::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .btn-sonar:hover::before {
        animation: sonar-effect 1s ease-in-out .1s infinite;
    }

@keyframes sonar-effect {
    0% {
        opacity: .3;
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
    }

    100% {
        box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes fade-down {
    0% {
        opacity: 1;
        transform: translateY(-20px);
    }

    50% {
        opacity: .8;
        transform: translateY(15px);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.csi-header {
    background: #f1f1f1;
}

    .csi-header .csi-inner {
        margin: 0 auto;
    }

    .csi-header .csi-toggle {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 99;
        color: #fff;
    }

        .csi-header .csi-toggle i {
            font-size: 26px;
        }

    .csi-header .header-top {
        background: #212739;
        padding: .4rem 0 0;
    }

        .csi-header .header-top .header-top-inner .contact {
            margin-top: .6rem;
        }

            .csi-header .header-top .header-top-inner .contact ul li {
                color: #fff;
                font-size: 13px;
                margin-right: 1rem;
                opacity: .7;
            }

                .csi-header .header-top .header-top-inner .contact ul li i {
                    font-size: 20px;
                    font-size: 2rem;
                    color: #fff;
                    margin-right: .4rem;
                    position: relative;
                    top: 2px;
                    opacity: .7;
                }

        .csi-header .header-top .header-top-inner .right-menu {
            text-align: right;
            font-size: 14px;
        }

            .csi-header .header-top .header-top-inner .right-menu ul {
                margin-bottom: .5rem;
            }

                .csi-header .header-top .header-top-inner .right-menu ul li {
                    text-align: center;
                    padding-right: 2px;
                    padding-left: 2px;
                }

                    .csi-header .header-top .header-top-inner .right-menu ul li a {
                        background: rgba(255,255,255,.1);
                        display: inline-block;
                        width: 40px;
                        height: 40px;
                        border-radius: 50%;
                        -moz-transition-duration: .6s;
                        -webkit-transition-duration: .6s;
                        -o-transition-duration: .6s;
                        transition-duration: .6s;
                    }

                        .csi-header .header-top .header-top-inner .right-menu ul li a i {
                            font-size: 24px;
                            line-height: 39px;
                            color: #fff;
                        }

                        .csi-header .header-top .header-top-inner .right-menu ul li a:hover {
                            background: #b72e35;
                        }

                            .csi-header .header-top .header-top-inner .right-menu ul li a:hover i {
                                animation-name: zoomIn;
                                -webkit-transform-origin: center;
                                transform-origin: center;
                                animation-duration: .5s;
                                animation-timing-function: linear;
                            }

    .csi-header .navbar-nav li:hover > ul, .csi-header .navbar-nav ul li:hover > ul {
        display: block;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-transform-origin: center;
        transform-origin: center;
        animation-duration: .6s;
        animation-timing-function: linear;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.csi-header .dropdown-submenu {
    position: relative;
}

    .csi-header .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .csi-header .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .csi-header .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -10px;
    }

    .csi-header .dropdown-submenu.pull-left {
        float: none;
    }

        .csi-header .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

.csi-header .csi-navbar {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin-bottom: 0;
    background: 0 0;
    border-radius: 0;
    top: 0px;
    left: 0px;
}

    .csi-header .csi-navbar .container {
        padding-right: 0;
        padding-left: 0;
    }

    .csi-header .csi-navbar .csi-nav {
        position: relative;
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
        -webkit-transform-origin: center;
        transform-origin: center;
        animation-duration: .4s;
        animation-timing-function: linear;
    }

    .csi-header .csi-navbar .csi-logo, .csi-header .menu-onscroll {
        -webkit-transform-origin: center;
        animation-timing-function: linear;
    }

    .csi-header .csi-navbar .csi-nav li a {
        color: #212739;
        font-family: Merriweather, serif;
        font-size: 1.3rem;
        line-height: 1.9500000000000002rem;
        font-weight: 700;
        text-transform: uppercase;
        padding: 3.3rem 11px;
        opacity: .7;
    }

        .csi-header .csi-navbar .csi-nav li a:hover {
            background: 0 0;
            color: #133984;
            opacity: 1;
        }

    .csi-header .csi-navbar .csi-nav .active a, .csi-header .csi-navbar .csi-nav li .csi-btn:hover {
        background: 0 0;
        color: #133984;
    }

    .csi-header .csi-navbar .csi-logo {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
        transform-origin: center;
        animation-duration: .4s;
        /****margin-top: 2rem****/
    }

        .csi-header .csi-navbar .csi-logo a img {
            float: left;
            -webkit-transition: all .4s ease-in-out 0s;
            -moz-transition: all .4s ease-in-out 0s;
            -o-transition: all .4s ease-in-out 0s;
            transition: all .4s ease-in-out 0s;
        }

    .csi-header #csi-search, .csi-header .csi-navbar .csi-nav, .csi-slider .csi-item-right .banner-btn, .csi-slider .csi-item-right .text {
        float: right;
    }

        .csi-header .csi-navbar .csi-nav .dropdown-menu {
            background: #133984;
            border: 0;
            border-radius: 0;
        }

            .csi-header .csi-navbar .csi-nav .dropdown-menu li a {
                color: #fff;
                padding: .6rem 1.5rem!important;
                font-size: 1.4rem;
                line-height: 2.0999999999999996rem;
                font-weight: 400;
                opacity: .8;
            }

                .csi-header .csi-navbar .csi-nav .dropdown-menu li a b {
                    color: #133984;
                }

                .csi-header .csi-navbar .csi-nav .dropdown-menu li a:hover {
                    opacity: 1;
                    margin-left: 5px;
                }

.csi-header #csi-search {
    display: inline-block;
    height: 60px;
    padding: 0;
    position: relative;
}

    .csi-header #csi-search .search_submit {
        display: inline-block;
        padding-top: 20px;
        text-align: center;
        opacity: 1;
        color: #fff;
    }

        .csi-header #csi-search .search_submit span {
            background: #b72e35;
            height: 42px;
            width: 42px;
            border-radius: 50%;
            display: inline-block;
            transition: box-shadow .2s cubic-bezier(.4, 0, .2);
            -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
            -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
        }

        .csi-header #csi-search .search_submit i {
            line-height: 40px;
        }

.csi-header input[type=text] {
    height: 60px;
    border: none;
    outline: 0;
    color: #555;
    padding: 3px 60px 3px 1.5rem;
    width: 0;
    position: absolute;
    top: 14px;
    right: 0;
    background: 0 0;
    z-index: 3;
    transition: width .4s cubic-bezier(0, .795, 0, 1);
    cursor: pointer;
}

    .csi-header input[type=text]:focus:hover {
        background: #fff;
    }

    .csi-header input[type=text]:focus {
        border: 1px solid lightgrey !important;
        width: 700px;
        z-index: 1;
        cursor: text;
        background: #fff;
    }

.csi-header input[type=submit] {
    height: 67px;
    width: 63px;
    display: inline-block;
    color: red;
    float: right;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: .4;
    cursor: pointer;
    transition: opacity .4s ease;
}

    .csi-header input[type=submit]:hover {
        opacity: .8;
    }

.csi-header .menu-onscroll {
    background: #212739;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    transform-origin: center;
    animation-duration: .6s;
    -moz-box-shadow: 0 10px 20px -12px rgba(0,0,0,.42), 0 3px 20px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 10px 20px -12px rgba(0,0,0,.42), 0 3px 20px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    -o-box-shadow: 0 10px 20px -12px rgba(0,0,0,.42), 0 3px 20px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    box-shadow: 0 10px 20px -12px rgba(0,0,0,.42), 0 3px 20px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

    .csi-header .menu-onscroll #csi-search .search_submit {
        padding-top: 12px;
    }

    .csi-header .menu-onscroll input[type=text] {
        top: 4px;
    }

    .csi-header .menu-onscroll .csi-toggle {
        color: #133984;
        top: 15px;
    }

    .csi-header .menu-onscroll .csi-navbar .csi-nav {
        margin-top: .09rem;
    }

        .csi-header .menu-onscroll .csi-navbar .csi-nav li a {
            padding: 2.6rem 11px;
        }

            .csi-header .menu-onscroll .csi-navbar .csi-nav li a:hover {
                background: 0 0;
                opacity: 1;
            }

        .csi-header .menu-onscroll .csi-navbar .csi-nav li .csi-btn {
            background: #133984;
            margin-top: .3rem;
            padding: .3rem 2.4rem;
            -moz-transition-duration: .6s;
            -webkit-transition-duration: .6s;
            -o-transition-duration: .6s;
            transition-duration: .6s;
            font-weight: 400;
        }

        .csi-header .menu-onscroll .csi-navbar .csi-nav .active a {
            background: 0 0;
            color: #133984;
            opacity: 1;
        }

    .csi-header .menu-onscroll .csi-navbar .csi-logo {
        display: block;
        margin-top: 1.4rem;
    }

        .csi-header .menu-onscroll .csi-navbar .csi-logo a img {
            /*max-width: 200px;*/ max-width: 280px;
            -webkit-transition: all .2s ease-in-out 0s;
            -moz-transition: all .2s ease-in-out 0s;
            -o-transition: all .2s ease-in-out 0s;
            transition: all .2s ease-in-out 0s;
        }

.csi-header-white .csi-toggle {
    color: #133984;
}

.csi-header-white .csi-navbar .csi-nav li a {
    color: #212739;
    opacity: .7;
}

    .csi-header-white .csi-navbar .csi-nav .active a, .csi-header-white .csi-navbar .csi-nav li a:hover {
        color: #133984;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: red;
    background-color: transparent;
}

.csi-banner-header .csi-header-bottom {
    /*position: fixed;*/
    width: 100%;
    z-index: 9;
    /****background: rgba(255,255,255,.92);****/
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.1);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    background-color: #fff;
}

.csi-banner-header .csi-header-bottom-transparent {
    background: 0 0;
    box-shadow: none;
}

.csi-banner-header .menu-onscroll {
    margin-top: 0;
    background: rgba(255,255,255,.95);
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.1);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.csi-typed-info .typed-cursor {
    opacity: 1;
    font-weight: 300;
    margin-left: 5px;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.csi-banner {
    /*background: url(../img/banner-bg.jpg) top center no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover*/
    /*background-color: #133984;*/
    background-color: #b72e35;
}

    .csi-banner .csi-inner {
        padding: 130px 0px 30px 0px;
    }

.csi-banner-typed {
    background: url(../img/slider4.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.csi-banner-content {
    text-align: left;
}

    .csi-banner-content .csi-btn {
        margin-top: 3.2rem;
        display: inline-block;
    }

    .csi-banner-content .csi-subtitle {
        font-family: Merriweather, serif;
        font-size: 3.9rem;
        line-height: 5.85rem;
        font-weight: 300;
        margin: 0;
        color: #133984;
    }

    .csi-about .about-left .hi-text, .csi-banner-content .csi-title, .csi-single-course .title, .csi-single-service .title, .testi-single .author-area .author-info .title {
        font-family: Montserrat, sans-serif;
    }

    .csi-banner-content .csi-title {
        font-size: 6.3rem;
        line-height: 9.45rem;
        line-height: 7.5rem;
        font-weight: 900;
        margin: 0 0 1.6rem;
        text-transform: uppercase;
        color: #212739;
    }

    .csi-banner-content .text {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
        line-height: 2.25rem;
        line-height: 2.6rem;
    }

    .csi-banner-content .btn-area .csi-btn {
        margin: 1.6rem .6rem 0;
    }

.csi-slider {
    color: #fff;
    position: relative;
}

    .csi-slider .csi-inner {
        padding-bottom: 0;
        padding-top: 0;
    }

    .csi-slider .csi-item-center {
        text-align: center;
    }

        .csi-slider .csi-item-center .text {
            margin: 0 auto;
        }

    .csi-slider .csi-item-left {
        text-align: left;
    }

        .csi-slider .csi-item-left .banner-btn .csi-btn {
            margin-right: .5rem;
        }

    .csi-slider .csi-item-right {
        text-align: right;
    }

    .csi-slider .owl-controls .owl-nav [class*=owl-] {
        height: 60px;
        width: 60px;
        background: #133984;
        background: rgba(255,255,255,.1);
        color: #fff;
        border-radius: 50%;
        -webkit-box-shadow: 1px 2px 10px rgba(52,61,71,.3);
        -moz-box-shadow: 1px 2px 10px rgba(52,61,71,.3);
        box-shadow: 1px 2px 10px rgba(52,61,71,.3);
    }

        .csi-slider .owl-controls .owl-nav [class*=owl-]:hover {
            background: #fff;
            color: #133984;
        }

    .csi-slider .owl-next, .csi-slider .owl-prev {
        position: absolute;
        top: 45%;
        opacity: 0;
    }

        .csi-slider .owl-next i, .csi-slider .owl-prev i {
            font-size: 40px;
            line-height: 49px;
        }

    .csi-slider .owl-prev {
        left: 0;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .csi-slider .owl-next {
        right: 0;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .csi-slider:hover .owl-next, .csi-slider:hover .owl-prev {
        opacity: 1;
    }

    .csi-slider:hover .owl-prev {
        left: 15px;
    }

    .csi-slider:hover .owl-next {
        right: 15px;
    }

    .csi-slider .csi-brand {
        background: 0 0;
        padding-top: 2rem;
        padding-bottom: 10px;
        position: fixed;
        z-index: 999;
        width: 100%;
        -webkit-transition: all .3s ease;
        transition: all .3s linear;
    }

        .csi-slider .csi-brand .csi-logo {
            max-width: 180px;
            -webkit-transition: all .3s ease;
            transition: all .3s linear;
        }

    .csi-slider .slider-text-single figure {
        position: relative;
    }

        .csi-slider .slider-text-single figure figcaption {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            .csi-slider .slider-text-single figure figcaption .figcaption-inner, .csi-slider .slider-text-single figure figcaption .figcaption-inner-center, .csi-slider .slider-text-single figure figcaption .figcaption-inner2 {
                width: 100%;
                height: 100%;
            }

            .csi-slider .slider-text-single figure figcaption .csi-container {
                max-width: 1170px;
                display: block;
                margin: 0 auto;
                height: 100%;
                padding-left: 20px;
                padding-right: 20px;
            }

                .csi-slider .slider-text-single figure figcaption .csi-container .csi-hover-link {
                    width: 100%;
                    height: 100%;
                    display: table;
                }

                    .csi-slider .slider-text-single figure figcaption .csi-container .csi-hover-link .csi-vertical {
                        display: table-cell;
                        vertical-align: middle;
                    }

            .csi-slider .slider-text-single figure figcaption:before {
                content: "";
                position: absolute;
                background: rgba(255,255,255,.9);
                top: -38px;
                left: 0;
                width: 100%;
                height: 20%;
                -webkit-filter: blur(30px);
                filter: blur(30px);
            }

    .csi-slider .owl-theme .owl-controls {
        margin-top: 0;
        text-align: center;
    }

        .csi-slider .owl-theme .owl-controls .owl-next, .csi-slider .owl-theme .owl-controls .owl-prev {
            background: #ddd;
            border-radius: 0;
            width: 50px;
            height: 50px;
            opacity: 0;
            top: 42%;
            -moz-transition-duration: .5s;
            -webkit-transition-duration: .5s;
            -o-transition-duration: .5s;
            transition-duration: .5s;
        }

            .csi-slider .owl-theme .owl-controls .owl-next i, .csi-slider .owl-theme .owl-controls .owl-prev i {
                font-size: 26px;
                line-height: 40px;
                color: #133984;
            }

            .csi-slider .owl-theme .owl-controls .owl-next:hover, .csi-slider .owl-theme .owl-controls .owl-prev:hover {
                background: #b72e35;
                -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.25);
                -moz-box-shadow: 0 4px 10px rgba(0,0,0,.25);
                box-shadow: 0 4px 10px rgba(0,0,0,.25);
            }

                .csi-slider .owl-theme .owl-controls .owl-next:hover i, .csi-slider .owl-theme .owl-controls .owl-prev:hover i {
                    color: #fff;
                }

        .csi-slider .owl-theme .owl-controls .owl-prev {
            position: absolute;
            left: 2.6rem;
            right: auto;
        }

        .csi-slider .owl-theme .owl-controls .owl-next {
            position: absolute;
            left: auto;
            right: 2.6rem;
        }

#csi-main-slider:hover .owl-controls .owl-next, #csi-main-slider:hover .owl-controls .owl-prev {
    opacity: 1;
}

#csi-main-slider:hover .owl-controls .owl-prev {
    left: 0;
}

#csi-main-slider:hover .owl-controls .owl-next {
    right: 0;
}

#csi-main-slider .active .csi-fadeInLeft-img, #csi-owlcontslider .active .csi-fadeInLeft-img {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#csi-main-slider .active .csi-fadeInLeft-one, #csi-owlcontslider .active .csi-fadeInLeft-one {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .9s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#csi-main-slider .active .csi-fadeInLeft-two, #csi-owlcontslider .active .csi-fadeInLeft-two {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#csi-main-slider .active .csi-fadeInLeft-three, #csi-owlcontslider .active .csi-fadeInLeft-three {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2.1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#csi-main-slider .active .csi-fadeInLeft-four, #csi-owlcontslider .active .csi-fadeInLeft-four {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2.7s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#csi-main-slider .active .csi-fadeInRight-img, #csi-owlcontslider .active .csi-fadeInRight-img {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .3s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

#csi-main-slider .active .csi-zoomIn-one, #csi-owlcontslider .active .csi-zoomIn-one {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .9s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

#csi-main-slider .active .csi-zoomIn-two, #csi-owlcontslider .active .csi-zoomIn-two {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.5s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

#csi-main-slider .active .csi-zoomIn-three, #csi-owlcontslider .active .csi-zoomIn-three {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2.1s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

#csi-main-slider .active .csi-fadeInRight-four, #csi-owlcontslider .active .csi-fadeInRight-four {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2.7s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

#csi-main-slider .active .csi-fadeInU-img, #csi-owlcontslider .active .csi-fadeInU-img {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#csi-main-slider .active .csi-zoomInUp-one, #csi-owlcontslider .active .csi-zoomInUp-one {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .9s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

#csi-main-slider .active .csi-zoomInUp-two, #csi-owlcontslider .active .csi-zoomInUp-two {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

#csi-main-slider .active .csi-zoomInUp-four, #csi-main-slider .active .csi-zoomInUp-three, #csi-owlcontslider .active .csi-zoomInUp-four, #csi-owlcontslider .active .csi-zoomInUp-three {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2.1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

#csi-main-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width:600px) {
    .csi-slider .owl-carousel .owl-item, .csi-slider .owl-carousel .owl-item img {
        height: 350px;
    }

    .csi-slider .csi-banner-content {
        margin-top: 2rem!important;
    }
}

.csi-about {
    background: #fff;
}

    .csi-about .csi-inner {
        padding-bottom: 0;
    }

.csi-about-content {
    text-align: center;
    margin-bottom: 3.9rem;
}

    .csi-about-content .subtitle {
        font-size: 1.5rem;
        line-height: 2.25rem;
        font-weight: 400;
        color: #212739;
    }

    .csi-about-content .csi-btn {
        margin-top: 2.4rem;
    }

.csi-about .csi-heading {
    /*	margin-bottom: 4.2rem;*/
    text-align: center;
}

.csi-about .about-left .hi-text {
    font-weight: 400;
    color: #212739;
    text-transform: uppercase;
    margin-top: 0;
}

.csi-about .about-left .text {
    margin-bottom: 2.6rem;
}

.csi-about .csi-milestone .csi-counter-area {
    background: #133984;
    margin-bottom: 1.6rem;
    color: #fff;
    position: relative;
    padding: 2.8rem 2.6rem;
    border-radius: 6px;
}

    .csi-about .csi-milestone .csi-counter-area i {
        position: absolute;
        left: 0;
        font-size: 110px;
        font-size: 11rem;
        opacity: .1;
    }

    .csi-about .csi-milestone .csi-counter-area .counter-text {
        text-align: center;
    }

        .csi-about .csi-milestone .csi-counter-area .counter-text .csi-counter {
            display: block;
            font-size: 42px;
            font-size: 4.2rem;
            font-weight: 900;
        }

        .csi-about .csi-milestone .csi-counter-area .counter-text small {
            font-family: Montserrat, sans-serif;
            font-size: 2.6rem;
            line-height: 3.9000000000000004rem;
        }

    .csi-about .csi-milestone .csi-counter-area:hover .counter-text {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-transform-origin: center;
        transform-origin: center;
        animation-duration: .5s;
        animation-timing-function: linear;
    }

.csi-about .csi-milestone .counter-color-one {
    background: #ffca28;
}

.csi-about .csi-milestone .counter-color-two {
    background: #212739;
}

.csi-about .csi-milestone .counter-color-three {
    background: #cf2037;
}

.csi-testimonials-inner .csi-inner {
    /*padding: 10.2rem 0!important*/
    padding: 50px !important;
}

.testi-single {
    background: #fff;
    border-radius: 50px 4px 4px;
    padding: 1.5rem;
    margin: 1.6rem 0 2.6rem;
}

    .csi-services, .testi-single:hover .author-area figure figcaption {
        background: #133984;
    }

    .testi-single .author-area figure {
        float: left;
        position: relative;
        display: inline-block;
        top: -32px;
        left: -15px;
    }

        .testi-single .author-area figure .author-img img {
            border-radius: 50%;
            max-width: 100px;
        }

        .testi-single .author-area figure figcaption {
            position: absolute;
            right: 0;
            bottom: 0;
            background: #133984;
            border-radius: 50%;
            padding: .5rem 1rem;
        }

            .testi-single .author-area figure figcaption i {
                color: #fff;
            }

    .testi-single .author-area .author-info {
        overflow: hidden;
        margin-top: 1rem;
    }

        .testi-single .author-area .author-info .title {
            font-size: 1.6rem;
            line-height: 2.4000000000000004rem;
            font-weight: 700;
            color: #212739;
            margin: 0;
        }

            .testi-single .author-area .author-info .title a {
                color: inherit;
            }

        .testi-single .author-area .author-info .subtitle {
            margin: 0;
            color: #133984;
            opacity: .7;
        }

    .testi-single .text {
        display: block;
        font-weight: 700;
        color: #212739;
        padding: 2.4rem 2.4rem 2.4rem 2px;
        font-style: italic;
        overflow: hidden;
    }

        .testi-single .text p {
            font-weight: inherit;
        }

    .testi-single:hover .author-area figure figcaption i {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-transform-origin: center;
        transform-origin: center;
        animation-duration: .5s;
        animation-timing-function: linear;
    }

.csi-services {
    color: #fff;
}

.csi-single-service {
    text-align: center;
}

    .csi-single-service .icon {
        font-size: 6.3rem;
        line-height: 9.45rem;
        opacity: .4;
    }

    .csi-single-service .title {
        font-size: 2.4rem;
        line-height: 3.5999999999999996rem;
        color: #fff;
    }

        .csi-single-service .title a {
            color: inherit;
        }

    .csi-single-service p {
        color: #fff;
        opacity: .7;
        margin-bottom: 1.5rem;
    }

    .csi-single-service .csi-btn-simple {
        color: #fff;
        opacity: .4;
    }

        .csi-single-service .csi-btn-simple:hover {
            opacity: 1;
            border-bottom: 1px solid #fff;
        }

.csi-course-content *, .csi-course-content :after, .csi-course-content :before {
    box-sizing: border-box!important;
}

.csi-course-content .row {
    -moz-column-width: 22em;
    -webkit-column-width: 22em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}

.csi-course-content .csi-single-course {
    display: inline-block;
    padding: .25rem;
    width: 100%;
}

.csi-course-content .csi-single-course-inner {
    position: relative;
    display: block;
}

.csi-single-course {
    background: #fff;
    text-align: center;
    margin-bottom: 1.3rem;
}

    .csi-single-course .title {
        font-size: 2.4rem;
        line-height: 3.5999999999999996rem;
        font-weight: 700;
        color: #212739;
    }

    .csi-single-course .text {
        margin-bottom: 1.5rem;
    }

    .csi-single-course figure {
        position: relative;
    }

        .csi-single-course figure figcaption {
            background: rgba(255,255,255,0);
            position: absolute;
            top: 0;
            width: 100%;
            height: 0;
            border-radius: 0 0 50% 50%;
            -moz-transition-duration: .3s;
            -webkit-transition-duration: .3s;
            -o-transition-duration: .3s;
            transition-duration: .3s;
        }

            .csi-single-course figure figcaption .csi-hover-link {
                display: table;
                height: 50%;
                width: 100%;
                -moz-transition-duration: .6s;
                -webkit-transition-duration: .6s;
                -o-transition-duration: .6s;
                transition-duration: .6s;
            }

                .csi-single-course figure figcaption .csi-hover-link .csi-vertical {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                    opacity: 0;
                }

                    .csi-single-course figure figcaption .csi-hover-link .csi-vertical a {
                        background: #b72e35;
                        border-radius: 50%;
                        color: #fff;
                        width: 50px;
                        height: 50px;
                        display: inline-block;
                        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
                        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
                        box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
                    }

    .csi-single-course .registration-btn, .csi-single-course:hover .course-info ul li {
        display: none;
    }

    .csi-single-course figure figcaption .csi-hover-link .csi-vertical a i {
        font-size: 2.4rem;
        line-height: 3.5999999999999996rem;
        line-height: 48px;
    }

    .csi-single-course .course-info {
        padding: 2rem 2.4rem;
    }

        .csi-single-course .course-info ul li {
            color: #212739;
            font-size: 1.3rem;
            line-height: 1.9500000000000002rem;
            font-weight: 300;
        }

    .csi-single-course:hover {
        -moz-box-shadow: 0 13px 35px rgba(0,0,0,.05);
        -webkit-box-shadow: 0 13px 35px rgba(0,0,0,.05);
        box-shadow: 0 13px 35px rgba(0,0,0,.05);
    }

        .csi-single-course:hover figure figcaption {
            background: rgba(255,255,255,.85);
            border-radius: 0;
            width: 100%;
            height: 100%;
        }

            .csi-single-course:hover figure figcaption .csi-hover-link {
                height: 100%;
            }

                .csi-single-course:hover figure figcaption .csi-hover-link .csi-vertical {
                    opacity: 1;
                }

        .csi-single-course:hover .registration-btn {
            display: block;
        }

.csi-registration {
    background: url(../img/register-bg.jpg) top center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #fff;
}

    .csi-registration h1, .csi-registration h2, .csi-registration h3, .csi-registration h4, .csi-registration h5, .csi-registration h6, .csi-registration p {
        color: #fff;
    }

    .csi-registration .csi-inner {
        background: rgba(33,39,57,.9);
        /*	padding: 16.6rem 0*/
    }

.csi-heading-registration .subtitle {
    font-family: Merriweather, serif;
    font-size: 3.9rem;
    line-height: 5.85rem;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}

.csi-heading-registration .title {
    font-family: Montserrat, sans-serif;
    font-size: 6.3rem;
    line-height: 9.45rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
}

.csi-registration-info .text {
    margin-bottom: 2.4rem;
    font-weight: 300;
}

.csi-owlteachers .item {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.csi-single-teacher {
    background: #fff;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    text-align: center;
    padding: 3rem;
}

    .csi-single-teacher figure {
        position: relative;
        margin: 0 10%;
    }

        .csi-single-teacher figure img {
            -moz-transition-duration: .5s;
            -webkit-transition-duration: .5s;
            -o-transition-duration: .5s;
            transition-duration: .5s;
            border-radius: 50%;
            padding: 1.3rem;
            background: rgba(255,255,255,.1);
            border: 1.3rem solid rgba(0,0,0,.05);
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

        .csi-single-teacher figure figcaption {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            -moz-transition-duration: .4s;
            -webkit-transition-duration: .4s;
            -o-transition-duration: .4s;
            transition-duration: .4s;
        }

            .csi-single-teacher figure figcaption .csi-hover-link {
                display: table;
                height: 50%;
                width: 100%;
                opacity: 0;
                -moz-transition-duration: .4s;
                -webkit-transition-duration: .4s;
                -o-transition-duration: .4s;
                transition-duration: .4s;
            }

                .csi-single-teacher figure figcaption .csi-hover-link .csi-vertical {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                }

                    .csi-single-teacher figure figcaption .csi-hover-link .csi-vertical a {
                        background: #b72e35;
                        border-radius: 50%;
                        color: #fff;
                        width: 50px;
                        height: 50px;
                        display: inline-block;
                        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
                        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
                        box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
                    }

                        .csi-single-teacher figure figcaption .csi-hover-link .csi-vertical a i {
                            font-size: 2.4rem;
                            line-height: 3.5999999999999996rem;
                            line-height: 48px;
                        }

        .csi-single-teacher figure:hover figcaption {
            background: rgba(255,255,255,.7);
            border-radius: 50%;
        }

    .csi-single-teacher .teacher-info {
        text-align: center;
        padding-top: 1.5rem;
    }

        .csi-single-teacher .teacher-info .name {
            font-family: Montserrat, sans-serif;
            font-size: 2.4rem;
            line-height: 3.5999999999999996rem;
            font-weight: 900;
            color: #212739;
            margin: 0;
        }

            .csi-single-teacher .teacher-info .name a {
                color: inherit;
            }

        .csi-single-teacher .teacher-info .designation {
            font-family: Merriweather, serif;
            font-size: 1.3rem;
            line-height: 1.9500000000000002rem;
            font-weight: 400;
            opacity: .7;
            margin: 0;
        }

        .csi-single-teacher .teacher-info ul {
            margin-top: 1rem;
        }

            .csi-single-teacher .teacher-info ul li {
                padding-right: 2px;
                padding-left: 2px;
            }

                .csi-single-teacher .teacher-info ul li a {
                    font-size: 2.4rem;
                    line-height: 3.5999999999999996rem;
                    color: #f1f1f1;
                }

                    .csi-single-teacher .teacher-info ul li a:hover {
                        color: #b72e35;
                    }

    .csi-single-teacher:hover {
        background: #133984;
    }

        .csi-single-teacher:hover figure img {
            padding: 1.3rem;
            background: rgba(33,39,57,.1);
            border: 1.3rem solid rgba(255,255,255,.1);
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

        .csi-single-teacher:hover figure figcaption .csi-hover-link {
            height: 100%;
            opacity: 1;
        }

        .csi-single-teacher:hover .teacher-info .name {
            color: #fff;
        }

            .csi-single-teacher:hover .teacher-info .name a {
                color: inherit;
            }

        .csi-single-teacher:hover .teacher-info .designation {
            color: #fff;
        }

.owl-theme .owl-controls .owl-next, .owl-theme .owl-controls .owl-prev {
    background: #ddd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0;
    top: 38%;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

    .owl-theme .owl-controls .owl-next i, .owl-theme .owl-controls .owl-prev i {
        font-size: 26px;
        line-height: 40px;
        color: #133984;
    }

    .csi-events h1, .csi-events h2, .csi-events h3, .csi-events h4, .csi-events h5, .csi-events h6, .owl-theme .owl-controls .owl-next:hover i, .owl-theme .owl-controls .owl-prev:hover i {
        color: #fff;
    }

    .owl-theme .owl-controls .owl-next:hover, .owl-theme .owl-controls .owl-prev:hover {
        background: #b72e35;
        -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.25);
        -moz-box-shadow: 0 4px 10px rgba(0,0,0,.25);
        box-shadow: 0 4px 10px rgba(0,0,0,.25);
    }

.owl-theme .owl-controls .owl-prev {
    position: absolute;
    left: 2.6rem;
    right: auto;
}

.owl-theme .owl-controls .owl-next {
    position: absolute;
    left: auto;
    right: 2.6rem;
}

.csi-owlteachers:hover .owl-controls .owl-next, .csi-owlteachers:hover .owl-controls .owl-prev {
    opacity: 1;
}

.csi-owlteachers:hover .owl-controls .owl-prev {
    left: 0;
}

.csi-owlteachers:hover .owl-controls .owl-next {
    right: 0;
}

.single .csi-single-event figure figcaption .event-info .info-right .title, .single-post .csi-single-event figure figcaption .event-info .info-right .title {
    font-size: 3.9rem;
    line-height: 5.85rem;
    line-height: 5rem;
}

.csi-events {
    background: #f1f1f1;
}

    .csi-events .csi-single-teacher .teacher-info .designation {
        color: #212739;
    }

    .csi-events .csi-single-teacher:hover .teacher-info .designation {
        color: #fff;
    }

    .csi-events .csi-subheading {
        color: #133984;
    }

.csi-single-event {
    color: #fff;
    margin-bottom: 2.4rem;
}

    .csi-single-event figure {
        position: relative;
    }

        .csi-single-event figure figcaption .figcaption {
            background: -webkit-linear-gradient(left, rgba(255,0,0,0), #141823);
            background: -o-linear-gradient(bottom, rgba(255,0,0,0), #141823);
            background: -moz-linear-gradient(bottom, rgba(255,0,0,0), #141823);
            background: linear-gradient(to bottom, rgba(255,0,0,0), #141823);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            -moz-transition-duration: .3s;
            -webkit-transition-duration: .3s;
            -o-transition-duration: .3s;
            transition-duration: .3s;
            opacity: .9;
        }

            .csi-single-event figure figcaption .figcaption .csi-hover-link {
                display: table;
                height: 100%;
                width: 100%;
            }

                .csi-single-event figure figcaption .figcaption .csi-hover-link .csi-vertical {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                }

        .csi-single-event figure figcaption .event-info {
            position: absolute;
            bottom: 0;
            margin: 3rem 2rem;
            -moz-transition-duration: .4s;
            -webkit-transition-duration: .4s;
            -o-transition-duration: .4s;
            transition-duration: .4s;
        }

            .csi-single-event figure figcaption .event-info .date, .csi-single-event figure figcaption .event-info .info-right {
                float: left;
            }

            .csi-single-event figure figcaption .event-info .date {
                width: 15%;
                padding-right: 1.5rem;
            }

                .csi-single-event figure figcaption .event-info .date h4 {
                    float: right;
                    font-size: 39px;
                    font-size: 3.9rem;
                    font-weight: 900;
                    text-align: right;
                    font-family: Montserrat, sans-serif;
                }

                    .csi-single-event figure figcaption .event-info .date h4 span {
                        font-family: Merriweather, serif;
                        display: block;
                        font-size: 1.5rem;
                        line-height: 2.25rem;
                        margin-top: .6rem;
                        font-weight: 400;
                        color: #fff;
                    }

            .csi-single-event figure figcaption .event-info .info-right {
                width: 85%;
                padding-left: 1rem;
                border-left: 1px solid rgba(255,255,255,.1);
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
            }

                .csi-single-event figure figcaption .event-info .info-right .time {
                    font-family: Merriweather, serif;
                    font-size: 1.3rem;
                    line-height: 1.9500000000000002rem;
                    font-weight: 900;
                    text-transform: uppercase;
                    margin: 0;
                    color: #b72e35;
                }

                .csi-single-event figure figcaption .event-info .info-right .location {
                    font-family: Merriweather, serif;
                    font-size: 1.3rem;
                    line-height: 1.9500000000000002rem;
                    font-weight: 400;
                    font-style: italic;
                    margin: 0;
                }

.csi-events-single .single-schedule .author .author-info .name, .csi-events-single footer .title, .csi-footer .footer-top-area .single .title, .csi-news-single footer .title, .csi-news-single header .author .author-info .name, .csi-news-single header .text-area .title, .csi-testi-single .testi-info-area .csi-client-name {
    font-family: Montserrat, sans-serif;
}

.csi-single-event figure figcaption .event-info .info-right .title {
    font-family: Montserrat, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 1rem 0 0;
    line-height: 3rem;
}

.csi-single-event figure figcaption .event-info img {
    max-width: 66px;
    float: left;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 1rem;
}

.csi-single-event:hover figure .figcaption {
    height: 100%;
}

.csi-single-event:hover figure .event-info {
    bottom: .5rem;
}

.csi-events-single .single-event-sec {
    padding-top: 3.9rem;
}

.csi-events-single .schedule-area {
    padding-top: 4.2rem;
}

.csi-events-single .csimapcanvas {
    margin-bottom: 6.8rem;
}

.csi-events-single .event-single:hover figure:before {
    background: -moz-linear-gradient(top, rgba(33,39,57,.1) 0, rgba(33,39,57,.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(33,39,57,.1)), color-stop(100%, rgba(33,39,57,.95)));
    background: -webkit-linear-gradient(top, rgba(33,39,57,.1) 0, rgba(33,39,57,.95) 100%);
    background: -o-linear-gradient(top, rgba(33,39,57,.1) 0, rgba(33,39,57,.95) 100%);
    background: -ms-linear-gradient(top, rgba(33,39,57,.1) 0, rgba(33,39,57,.95) 100%);
    background: linear-gradient(to bottom, rgba(33,39,57,.1) 0, rgba(33,39,57,.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(232, 227, 227, 0.1)', endColorstr='rgba(33, 39, 57, 0.95)', GradientType=0);
}

.csi-events-single .team-single figure figcaption, .csi-events-single article {
    background: #f1f1f1;
}

.csi-events-single .event-single figure figcaption .content .title {
    font-size: 4.2rem;
    line-height: 6.300000000000001rem;
    line-height: 5rem;
    margin: 0;
}

.csi-events-single article footer, .csi-events-single article section {
    padding: 0 6.8rem;
}

.csi-events-single article .event-details {
    padding: 4.2rem 0 0;
}

    .csi-events-single article .event-details p {
        text-align: justify;
    }

.csi-events-single .single-sponsor {
    background: #fff;
    padding: 2.6rem;
    margin-bottom: 2.6rem;
    text-align: center;
}

.csi-events-single .single-schedule {
    display: block;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #fff;
}

    .csi-events-single .single-schedule .author {
        padding: 1.6rem 1rem;
    }

        .csi-events-single .single-schedule .author .author-img {
            float: left;
            padding: 0 1.5rem;
        }

            .csi-events-single .single-schedule .author .author-img img {
                border-radius: 50%;
                max-width: 100px;
            }

        .csi-events-single .single-schedule .author .author-info {
            overflow: hidden;
            padding-top: 2.6rem;
        }

            .csi-events-single .single-schedule .author .author-info .name {
                font-size: 1.5rem;
                line-height: 2.25rem;
                font-weight: 700;
                color: #212739;
                margin: 0;
            }

                .csi-events-single .single-schedule .author .author-info .name a {
                    color: inherit;
                }

            .csi-events-single .single-schedule .author .author-info .author-title {
                color: #133984;
                opacity: .7;
            }

    .csi-events-single .single-schedule .schedule-info {
        background: #fff;
        display: block;
        overflow: hidden;
        padding: 2rem 2rem 3rem;
    }

        .csi-events-single .single-schedule .schedule-info .time {
            margin: 0;
            color: #133984;
        }

        .csi-events-single .single-schedule .schedule-info .title {
            margin: 0;
            color: #212739;
        }

.csi-events-single footer .title {
    font-weight: 700;
    color: #212739;
    text-transform: uppercase;
}

.csi-events-single .csi-share {
    margin-left: 0;
    border-top: 1px solid rgba(33,39,57,.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 1rem 0;
}

.csi-testimonials {
    background: url(../img/testi-bg.jpg) top center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #fff;
}

    .csi-testimonials .csi-inner {
        background: rgba(63,81,181,.85);
        padding: 16.6rem 0;
    }

.csi-testi-feedback {
    padding-right: 3rem;
}

    .csi-testi-feedback .feedback-inner {
        float: right;
        text-align: left;
    }

        .csi-testi-feedback .feedback-inner .csi-heading h2 {
            color: #fff;
        }

.csi-owltestimonial {
    position: relative;
}

    .csi-owltestimonial .owl-controls {
        margin: 0;
    }

        .csi-owltestimonial .owl-controls .owl-nav [class*=owl-] {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

            .csi-owltestimonial .owl-controls .owl-nav [class*=owl-] i {
                font-size: 40px;
                color: #133984;
                font-weight: 400;
            }

            .csi-owltestimonial .owl-controls .owl-nav [class*=owl-]:hover {
                background-color: #133984;
            }

                .csi-owltestimonial .owl-controls .owl-nav [class*=owl-]:hover i {
                    color: #fff;
                }

        .csi-owltestimonial .owl-controls .owl-nav .owl-next, .csi-owltestimonial .owl-controls .owl-nav .owl-prev {
            color: #133984;
            -moz-transition: all .3s ease-in 0s;
            -o-transition: all .3s ease-in 0s;
            -webkit-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
        }

            .csi-owltestimonial .owl-controls .owl-nav .owl-next i, .csi-owltestimonial .owl-controls .owl-nav .owl-prev i {
                color: inherit;
                line-height: 52px;
            }

            .csi-owltestimonial .owl-controls .owl-nav .owl-next:hover, .csi-owltestimonial .owl-controls .owl-nav .owl-prev:hover {
                background: #133984;
                color: #fff;
                -webkit-box-shadow: 1px 2px 10px rgba(52,61,71,.3);
                -moz-box-shadow: 1px 2px 10px rgba(52,61,71,.3);
                box-shadow: 1px 2px 10px rgba(52,61,71,.3);
            }

                .csi-owltestimonial .owl-controls .owl-nav .owl-next:hover i, .csi-owltestimonial .owl-controls .owl-nav .owl-prev:hover i {
                    color: inherit;
                }

        .csi-owltestimonial .owl-controls .owl-nav .owl-prev {
            position: absolute;
            left: 0;
            bottom: 26%;
            height: 60px;
            width: 60px;
            border-radius: 50%;
        }

        .csi-owltestimonial .owl-controls .owl-nav .owl-next {
            position: absolute;
            right: 0;
            bottom: 26%;
            height: 60px;
            width: 60px;
            border-radius: 50%;
        }

.csi-testimonials .owl-theme .owl-controls .owl-next, .csi-testimonials .owl-theme .owl-controls .owl-prev {
    background: rgba(255,255,255,.1);
    border-radius: 0;
    width: 45px;
    height: 45px;
    opacity: 0;
    top: 20px;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

    .csi-testimonials .owl-theme .owl-controls .owl-next i, .csi-testimonials .owl-theme .owl-controls .owl-prev i {
        font-size: 26px;
        line-height: 36px;
        color: #fff;
    }

    .csi-testimonials .owl-theme .owl-controls .owl-next:hover, .csi-testimonials .owl-theme .owl-controls .owl-prev:hover {
        background: #b72e35;
        -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.25);
        -moz-box-shadow: 0 4px 10px rgba(0,0,0,.25);
        box-shadow: 0 4px 10px rgba(0,0,0,.25);
    }

        .csi-testimonials .owl-theme .owl-controls .owl-next:hover i, .csi-testimonials .owl-theme .owl-controls .owl-prev:hover i {
            color: #fff;
        }

.csi-testimonials .owl-theme .owl-controls .owl-prev {
    position: absolute;
    right: 50px;
    left: auto;
}

.csi-testimonials .owl-theme .owl-controls .owl-next {
    position: absolute;
    left: auto;
    right: 0;
}

.csi-owltestimonial:hover .owl-controls .owl-next, .csi-owltestimonial:hover .owl-controls .owl-prev {
    opacity: 1;
}

.csi-owltestimonial:hover .owl-controls .owl-prev {
    right: 50px;
}

.csi-owltestimonial:hover .owl-controls .owl-next {
    right: 0;
}

.csi-testi-single {
    overflow: hidden;
}

    .csi-testi-single .csi-client-image {
        max-width: 300px;
        float: left;
        margin-right: 3.9rem;
    }

        .csi-testi-single .csi-client-image img {
            border-radius: 50%;
            border: 10px solid rgba(255,255,255,.1);
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

    .csi-testi-single .testi-info-area {
        overflow: hidden;
    }

        .csi-testi-single .testi-info-area i {
            font-size: 6.3rem;
            line-height: 9.45rem;
            opacity: .4;
        }

        .csi-testi-single .testi-info-area .csi-review {
            font-size: 1.5rem;
            line-height: 2.25rem;
            font-style: italic;
            font-weight: 400;
            color: #fff;
            margin-bottom: 2.4rem;
        }

        .csi-testi-single .testi-info-area .csi-client-name {
            text-transform: uppercase;
            margin-bottom: 0;
            font-weight: 700;
            color: #fff;
        }

        .csi-testi-single .testi-info-area .csi-client-des {
            font-size: 1.3rem;
            line-height: 1.9500000000000002rem;
            margin: 0;
            font-weight: 400;
            opacity: .7;
            color: #fff;
        }

.csi-single-news {
    background: #fff;
    margin-bottom: 2.4rem;
}

    .csi-single-news .news-info .categori {
        font-size: 1.3rem;
        line-height: 1.9500000000000002rem;
        margin: 0 0 1rem;
        color: #b72e35;
    }

    .csi-single-news .news-info .title, .csi-single-normal .news-info .title {
        margin: 0 0 .5rem;
        line-height: 3.5rem;
    }

    .csi-single-news .news-info .categori a {
        color: inherit;
    }

    .csi-single-news .news-info .categori:hover {
        color: #133984;
    }

        .csi-single-news .news-info .categori:hover a {
            color: inherit;
        }

.csi-single-normal {
    padding: 3.3rem;
    min-height: 205px;
}

.csi-featured-news, .csi-featured-news .news-info ul li a, .csi-featured-news h1, .csi-featured-news h2, .csi-featured-news h3, .csi-featured-news h4, .csi-featured-news h5, .csi-featured-news h6 {
    color: #fff;
}

    .csi-featured-news figure {
        position: relative;
    }

        .csi-featured-news figure figcaption .figcaption {
            background: -webkit-linear-gradient(left, rgba(255,0,0,0), #141823);
            background: -o-linear-gradient(bottom, rgba(255,0,0,0), #141823);
            background: -moz-linear-gradient(bottom, rgba(255,0,0,0), #141823);
            background: linear-gradient(to bottom, rgba(255,0,0,0), #141823);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 80%;
            -moz-transition-duration: .3s;
            -webkit-transition-duration: .3s;
            -o-transition-duration: .3s;
            transition-duration: .3s;
            opacity: .9;
        }

            .csi-featured-news figure figcaption .figcaption .csi-hover-link {
                display: table;
                height: 100%;
                width: 100%;
            }

                .csi-featured-news figure figcaption .figcaption .csi-hover-link .csi-vertical {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                }

        .csi-featured-news figure figcaption .news-info {
            position: absolute;
            bottom: 0;
            margin: 3rem;
            -moz-transition-duration: .4s;
            -webkit-transition-duration: .4s;
            -o-transition-duration: .4s;
            transition-duration: .4s;
        }

            .csi-featured-news figure figcaption .news-info img {
                max-width: 66px;
                float: left;
                border-radius: 50%;
                border: 3px solid #fff;
                margin-right: 1rem;
            }

            .csi-featured-news figure figcaption .news-info .author-info {
                overflow: hidden;
                margin-left: 5px;
                color: #fff;
            }

                .csi-featured-news figure figcaption .news-info .author-info .title {
                    margin-bottom: 0;
                }

                .csi-featured-news figure figcaption .news-info .author-info .subtitle {
                    margin: 0;
                }

    .csi-featured-news:hover figure .figcaption {
        height: 100%;
    }

    .csi-featured-news:hover figure .news-info {
        bottom: .5rem;
    }

.csi-news-single header {
    margin-bottom: 2.6rem;
}

    .csi-news-single header .hits-area {
        border-bottom: 1px solid rgba(33,39,57,.1);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        padding: 1rem 0;
    }

        .csi-news-single header .hits-area .date a {
            font-size: 1.6rem;
            line-height: 2.4000000000000004rem;
            font-weight: 400;
            color: #212739;
            margin-right: 2rem;
            display: inline-block;
            opacity: .7;
        }

            .csi-news-single header .hits-area .date a i {
                color: #133984;
                opacity: .4;
            }

    .csi-news-single header .author {
        overflow: hidden;
        position: relative;
        top: -30px;
        z-index: 3;
        margin-bottom: -30px!important;
    }

        .csi-news-single header .author .author-img, .csi-news-single header .author .author-info {
            float: left;
        }

        .csi-news-single header .author .author-img {
            width: 15%;
        }

            .csi-news-single header .author .author-img img {
                border-radius: 50%;
            }

        .csi-news-single header .author .author-info {
            width: 85%;
            padding-left: 1.5rem;
            margin-top: 2rem;
        }

            .csi-news-single header .author .author-info .name {
                font-size: 2.6rem;
                line-height: 3.9000000000000004rem;
                font-weight: 400;
                margin-bottom: 0;
                color: #212739;
            }

            .csi-news-single header .author .author-info .subtitle {
                margin-top: 2px;
                color: #133984;
            }

    .csi-news-single header .text-area {
        margin-top: 2.6rem!important;
    }

        .csi-news-single header .text-area .title {
            font-size: 3.9rem;
            font-weight: 700;
            color: #212739;
            line-height: 5rem;
        }

            .csi-news-single header .text-area .title a {
                color: inherit;
            }

.csi-news-single section p {
    margin-bottom: 2.6rem;
}

.csi-news-single section .csi-img-left {
    float: left;
    padding: 1rem 2rem 1.5rem 0;
}

.csi-news-single section .csi-img-right {
    float: right;
    padding: 1rem 0 1.5rem 2rem;
}

.csi-news-single section .csi-img-center {
    margin: 0 auto;
    display: block;
    padding: 1.5rem;
}

.csi-news-single footer .title {
    font-weight: 700;
    color: #212739;
    text-transform: uppercase;
}

.csi-news-single footer .csi-share {
    margin-left: 0;
    border-top: 1px solid rgba(33,39,57,.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 1rem 0;
}

.csi-subscribtion {
    background: url(../img/subscribe-bg.jpg) bottom center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

    .csi-subscribtion .csi-inner {
        background: rgba(255,255,255,.9);
    }

    .csi-subscribtion .csi-heading {
        margin-bottom: 4.2rem;
    }

.csi-subscribe-area {
    text-align: center;
}

    .csi-subscribe-area .text {
        margin-top: 0;
        margin-bottom: 4.2rem;
    }

    .csi-subscribe-area .form-control {
        text-align: center;
        display: block;
        width: 100%;
        height: 50px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 3px solid #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.csi-footer, .csi-footer h1, .csi-footer h2, .csi-footer h3, .csi-footer h4, .csi-footer h5, .csi-footer h6, .csi-footer p {
    color: #fff;
}

.csi-subscribe-area .form-control:focus, .csi-subscribe-area .form-control:hover {
    -webkit-box-shadow: 0 2px 10px rgba(52,61,71,.45);
    -moz-box-shadow: 0 2px 10px rgba(52,61,71,.45);
    box-shadow: 0 2px 10px rgba(52,61,71,.45);
}

.csi-subscribe-area .csi-subscribe-input {
    margin-bottom: 2.6rem;
}

.csi-subscribe-area .csi-submit-btn {
    padding: .5rem 3.6rem;
}

.csi-footer {
    background: #212739;
}

    .csi-footer .csi-footer-inner {
        padding-bottom: 0;
        background: url(../img/footer-bg.png) bottom center no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }

    .csi-footer .single p {
        margin-bottom: 0;
    }

    .csi-footer p a {
        opacity: 1;
        color: #fff;
    }

    .csi-footer .footer-top-area .footer-social li {
        text-align: center;
        padding-right: 1px;
        padding-left: 1px;
    }

        .csi-footer .footer-top-area .footer-social li a {
            background: #212739;
            display: inline-block;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            -moz-transition-duration: .6s;
            -webkit-transition-duration: .6s;
            -o-transition-duration: .6s;
            transition-duration: .6s;
        }

            .csi-footer .footer-top-area .footer-social li a i {
                font-size: 26px;
                line-height: 46px;
            }

            .csi-footer .footer-top-area .footer-social li a .fa-twitter {
                color: #1da1f2;
            }

            .csi-footer .footer-top-area .footer-social li a .fa-facebook-f, .csi-footer .footer-top-area .footer-social li a .facebook-f {
                color: #3b5998;
            }

            .csi-footer .footer-top-area .footer-social li a .fa-linkedin {
                color: #00a0dc;
            }

            .csi-footer .footer-top-area .footer-social li a .fa-youtube-play {
                color: #cd201f;
            }

            .csi-footer .footer-top-area .footer-social li a .fa-instagram {
                color: #c13584;
            }

            .csi-footer .footer-top-area .footer-social li a:hover {
                background: rgba(255,255,255,.8);
            }

                .csi-footer .footer-top-area .footer-social li a:hover i {
                    animation-name: zoomIn;
                    -webkit-transform-origin: center;
                    transform-origin: center;
                    animation-duration: .5s;
                    animation-timing-function: linear;
                }

    .csi-footer .footer-top-area .footer-top {
        text-align: center;
    }

        .csi-footer .footer-top-area .footer-top .footer-logo {
            display: block;
            margin-bottom: 4.2rem;
        }

    .csi-footer .footer-top-area .single {
        text-align: center;
    }

        .csi-footer .footer-top-area .single p {
            color: #999;
        }

        .csi-footer .footer-top-area .single .title {
            font-size: 42px;
            font-size: 4.2rem;
            font-weight: 400;
            margin-bottom: 2.6rem;
            color: #fff;
            letter-spacing: .08rem;
            opacity: .7;
        }

            .csi-footer .footer-top-area .single .title i {
                color: #133984;
            }

    .csi-footer .csi-footer-bottom {
        font-family: Merriweather, serif;
        padding: 2.6rem 0;
        background: #133984;
        margin-top: 11rem;
        text-align: center;
    }

.csi-footer-single, .page, .page .csi-heading-area, .page-template, .page-template .csi-heading-area, .single, .single .csi-heading-area, .single-post, .single-post .csi-heading-area {
    text-align: left;
}

.csi-footer .csi-footer-bottom p {
    font-family: inherit;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.4000000000000004rem;
    font-weight: 400;
    opacity: .7;
}

.csi-footer-middle {
    /*padding: 10.2rem 0*/
    padding: 40px;
}

.csi-footer-single {
    /*margin-bottom: 3.9rem*/
    margin-bottom: 5px;
}

    .csi-footer-single .csi-tweet-feed .owl-carousel {
        display: inline-block;
        list-style: none;
        margin-left: -40px;
    }

    .csi-footer-single .csi-tweet-feed .csi-message {
        color: #888;
    }

    .csi-footer-single .csi-tweet-feed .csi-date {
        color: #b72e35;
    }

    .csi-footer-single .csi-tweet-feed .csi-author {
        color: #fff;
    }

    .csi-footer-single .about-text, .csi-footer-single address {
        color: #888;
        margin-bottom: 1rem;
    }

    .csi-footer-single ul li i {
        color: #133984;
        /*margin-right: .5rem*/
    }

    .csi-footer-single .logo {
        margin-bottom: 2.4rem;
        display: block;
    }

    .csi-footer-single .title {
        font-family: Montserrat, sans-serif;
        font-size: 1.5rem;
        line-height: 2.25rem;
        text-transform: uppercase;
        margin-bottom: 2.4rem;
        font-weight: 700;
    }

    .csi-footer-single ul li {
        font-family: Merriweather, serif;
        font-size: 1.3rem;
        color: #888;
        line-height: 3rem;
    }

        .csi-footer-single ul li a {
            font: inherit;
            color: inherit;
        }

.csi-blog-single .csi-card-single footer .title, .csi-copyright, .csi-copyright .text, .csi-single-item .csi-singleitem-content .title {
    font-family: Montserrat, sans-serif;
}

.csi-footer-single ul li:hover {
    color: #fff;
}

    .csi-footer-single ul li:hover a {
        color: inherit;
    }

.csi-copyright {
    background: #133984;
    border-radius: 4px;
    color: #888;
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    padding: 1rem 2.4rem;
    overflow: hidden;
}

    .csi-copyright .csi-social-area, .csi-copyright .text {
        width: 100%;
        float: left;
    }

    .csi-copyright .text {
        /*margin-top: 1rem*/
        margin-top: 5px;
    }

    .csi-copyright .csi-social {
        float: right;
        margin: 0;
    }

.single .csi-news-single footer, .single .csi-news-single header .author, .single .csi-news-single header .text-area, .single .csi-news-single section, .single-post .csi-news-single footer, .single-post .csi-news-single header .author, .single-post .csi-news-single header .text-area, .single-post .csi-news-single section {
    margin: 0 auto;
    max-width: 750px;
}

.csi-copyright .csi-social li a {
    background: rgba(255,255,255,.1);
}

    .csi-copyright .csi-social li a i {
        color: #fff;
    }

.csi-copyright .csi-social li:hover a {
    background: #b72e35;
}

.page .csi-about, .page-template .csi-about {
    background: #fff;
}

.page p, .page-template p, .single p, .single-post p {
    margin-bottom: 1.3rem;
}

.page .csi-single-teacher, .page-template .csi-single-teacher, .single .csi-single-teacher, .single-post .csi-single-teacher {
    margin-bottom: 2.4rem;
}

.page .csi-footer p, .page-template .csi-footer p, .single .csi-footer p, .single-post .csi-footer p {
    margin-bottom: 0;
}

.page .csi-banner-inner, .page-template .csi-banner-inner, .single .csi-banner-inner, .single-post .csi-banner-inner {
    background: url(../img/inner-banner-bg.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

    .page .csi-banner-inner .csi-inner, .page-template .csi-banner-inner .csi-inner, .single .csi-banner-inner .csi-inner, .single-post .csi-banner-inner .csi-inner {
        padding: 16.6rem 0 6.8rem;
        background: rgba(33,39,57,.85);
    }

.page .csi-news .single-news, .page-template .csi-news .single-news, .single .csi-news .single-news, .single-post .csi-news .single-news {
    min-height: 468px;
}

.page .csi-heading-area .csi-heading, .page-template .csi-heading-area .csi-heading, .single .csi-heading-area .csi-heading, .single-post .csi-heading-area .csi-heading {
    text-align: left;
    margin-bottom: 0;
}

.page .breadcrumb, .page-template .breadcrumb, .single .breadcrumb, .single-post .breadcrumb {
    background: 0 0;
    padding: 0;
}

    .page .breadcrumb li, .page-template .breadcrumb li, .single .breadcrumb li, .single-post .breadcrumb li {
        font-size: 1.5rem;
        line-height: 2.25rem;
        font-weight: 400;
        color: #fff;
    }

        .page .breadcrumb li a, .page-template .breadcrumb li a, .single .breadcrumb li a, .single-post .breadcrumb li a {
            color: inherit;
            font-size: inherit;
            font-weight: inherit;
        }

    .page .breadcrumb .active, .page-template .breadcrumb .active, .single .breadcrumb .active, .single-post .breadcrumb .active {
        color: #b72e35;
    }

    .page .breadcrumb > li + li:before, .page-template .breadcrumb > li + li:before, .single .breadcrumb > li + li:before, .single-post .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #fff;
        content: "/\00a0";
        opacity: .7;
    }

.csi-blog-single .csi-card-single {
    padding: 0;
    background: 0 0;
    box-shadow: none;
    margin-bottom: 0;
}

    .csi-blog-single .csi-card-single header figure {
        padding: 2rem;
        display: block;
        background: rgba(63,81,181,.1);
        overflow: hidden;
        border-radius: 4px;
        border: 1px solid transparent;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 0 2px rgba(221,221,221,.75);
        -moz-box-shadow: 0 0 2px rgba(221,221,221,.75);
        box-shadow: 0 0 2px rgba(221,221,221,.75);
        margin-bottom: 4.2rem;
    }

    .csi-blog-single .csi-card-single header .author, .csi-blog-single .csi-card-single header .text-area {
        float: left;
    }

    .csi-blog-single .csi-card-single header .author {
        width: 30%;
        padding-right: 4.2rem;
        text-align: right;
    }

        .csi-blog-single .csi-card-single header .author a img {
            border-radius: 50%;
        }

        .csi-blog-single .csi-card-single header .author .name {
            margin-bottom: 0;
        }

        .csi-blog-single .csi-card-single header .author .subtitle {
            font-size: 1.6rem;
            line-height: 2.4000000000000004rem;
            font-weight: 400;
            font-style: italic;
            opacity: .7;
            margin: 0;
        }

        .csi-blog-single .csi-card-single header .author .comtitle {
            margin-top: 0;
            margin-bottom: 2rem;
            color: #133984;
            font-weight: 400;
            font-style: italic;
        }

        .csi-blog-single .csi-card-single header .author .follow-btn {
            background: rgba(63,81,181,.1);
            font-style: italic;
            font-weight: 700;
            padding: .5rem 2rem;
        }

    .csi-blog-single .csi-card-single header .text-area {
        width: 70%;
        margin-bottom: 2.6rem;
        padding-bottom: 1.6rem;
        border-bottom: 1px solid rgba(52,61,71,.1);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .csi-blog-single .csi-card-single header .text-area .title {
            margin-bottom: 1.6rem;
            font-size: 4.2rem;
            line-height: 6.300000000000001rem;
            line-height: 5rem;
            margin-top: 0;
        }

            .csi-blog-single .csi-card-single header .text-area .title a {
                color: inherit;
            }

            .csi-blog-single .csi-card-single header .text-area .title:hover {
                color: #133984;
            }

                .csi-blog-single .csi-card-single header .text-area .title:hover a {
                    color: inherit;
                }

        .csi-blog-single .csi-card-single header .text-area .link {
            font-size: 1.9rem;
            line-height: 2.8499999999999996rem;
            font-weight: 400;
            opacity: .8;
            margin-bottom: 1.2rem;
            display: inline-block;
            -webkit-transition: all .2s ease-in-out .2s;
            -moz-transition: all .2s ease-in-out .2s;
            -ms-transition: all .2s ease-in-out .2s;
            -o-transition: all .2s ease-in-out .2s;
            transition: all .2s ease-in-out .2s;
        }

            .csi-blog-single .csi-card-single header .text-area .link:hover {
                opacity: 1;
            }

        .csi-blog-single .csi-card-single header .text-area .hits-area .date {
            font-weight: 700;
            font-style: italic;
            margin-right: 2rem;
            display: inline-block;
        }

        .csi-blog-single .csi-card-single header .text-area .hits-area .hit-right {
            color: #212739;
            opacity: .7;
        }

            .csi-blog-single .csi-card-single header .text-area .hits-area .hit-right a {
                color: inherit;
            }

    .csi-blog-single .csi-card-single section {
        background: 0 0;
        width: 70%;
        float: right;
        text-align: left;
    }

        .csi-blog-single .csi-card-single section p {
            margin-bottom: 2.6rem;
        }

        .csi-blog-single .csi-card-single section .csi-img-left {
            float: left;
            padding: 1rem 2rem 1.5rem 0;
        }

        .csi-blog-single .csi-card-single section .csi-img-right {
            float: right;
            padding: 1rem 0 1.5rem 2rem;
        }

        .csi-blog-single .csi-card-single section .csi-img-center {
            margin: 0 auto;
            display: block;
            padding: 1.5rem;
        }

    .csi-blog-single .csi-card-single footer {
        width: 70%;
        float: right;
        text-align: left;
        margin-top: 1.6rem;
    }

        .csi-blog-single .csi-card-single footer .title {
            text-transform: uppercase;
            font-weight: 400;
            color: #133984;
            border-bottom: 1px solid rgba(52,61,71,.1);
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

        .csi-blog-single .csi-card-single footer .csi-share {
            margin-left: 0;
        }

            .csi-blog-single .csi-card-single footer .csi-share li a {
                height: 40px;
                width: 40px;
                background: #fff;
                color: #133984;
                display: inline-block;
                text-align: center;
                border-radius: 50%;
            }

                .csi-blog-single .csi-card-single footer .csi-share li a i {
                    font-size: 16px;
                    line-height: 40px;
                }

                .csi-blog-single .csi-card-single footer .csi-share li a:hover {
                    background: #133984;
                    color: #fff;
                }

    .csi-blog-single .csi-card-single:hover {
        border: 1px solid transparent;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

.home-terms .img {
    float: left;
    margin: 2px 0;
    max-width: 20px;
    width: 10%;
}

.home-terms .text {
    color: #fd3337;
    font-size: 16px;
    position: absolute;
    right: 0;
    width: 90%;
}

.product ul.products {
    margin-left: -.5%;
    margin-right: -.5%;
}

.csi-single-item .single-thumb {
    margin-right: 1.5rem;
}

    .csi-single-item .single-thumb img {
        border-radius: 50%;
        border: 3rem solid #fff;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
        box-shadow: 0 0 10px rgba(0,0,0,.25);
    }

.csi-single-item .csi-singleitem-content .title {
    font-size: 6.8rem;
    line-height: 10.2rem;
    line-height: 9rem;
    font-weight: 400;
    color: #212739;
    margin: 0;
}

.csi-single-item .csi-singleitem-content .subtitle {
    color: #133984;
    margin: 0;
    text-transform: uppercase;
}

.csi-single-item .csi-singleitem-content .price {
    background: #fff;
    border-radius: 0 50px 50px 0;
    border: 1px solid #ddd;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 1.6rem;
    text-align: left;
}

    .csi-single-item .csi-singleitem-content .price span {
        text-align: right;
        float: right;
        color: #133984;
        font-weight: 900;
    }

.csi-contact .csi-inner {
    padding-top: 0;
}

.csi-contact .csimapcanvas {
    min-height: 417px;
}

.csi-contact .contact-info .csi-box {
    margin-bottom: 2.6rem;
}

    .csi-contact .contact-info .csi-box .address .title {
        color: #133984;
        font-weight: 400;
        letter-spacing: normal;
        margin: 0;
    }

.csi-contact .contact-top-area {
    margin-bottom: 6.8rem;
    overflow: hidden;
}

    .csi-contact .contact-top-area .contact-top-left, .csi-contact .contact-top-area .contact-top-right {
        float: left;
    }

    .csi-contact .contact-top-area .contact-top-left {
        background: #133984;
        padding: 11rem 0 8.4rem;
        width: 45%;
    }

        .csi-contact .contact-top-area .contact-top-left blockquote {
            color: #fff;
        }

        .csi-contact .contact-top-area .contact-top-left .contact-info {
            width: 10%;
            float: none;
            padding-right: 4.2rem;
        }

            .csi-contact .contact-top-area .contact-top-left .contact-info .csi-box .csi-icon {
                float: left;
                background: rgba(255,255,255,.1);
                width: 45px;
                height: 45px;
                border-radius: 50%;
                text-align: center;
                margin-right: 1rem;
            }

                .csi-contact .contact-top-area .contact-top-left .contact-info .csi-box .csi-icon i {
                    font-size: 26px;
                    color: #fff;
                    line-height: 43px;
                }

            .csi-contact .contact-top-area .contact-top-left .contact-info .csi-box .address {
                overflow: hidden;
            }

                .csi-contact .contact-top-area .contact-top-left .contact-info .csi-box .address p {
                    font-family: Merriweather, serif;
                    font-size: 1.6rem;
                    line-height: 2.4000000000000004rem;
                    color: #fff;
                    font-weight: 400;
                    margin: 0;
                }

    .csi-contact .contact-top-area .contact-top-right {
        width: 55%;
    }

.csi-contact .csi-contactform {
    text-align: center;
}

    .csi-contact .csi-contactform .csi-send {
        margin-top: 1rem;
    }

.csi-contact .help-block {
    color: #212739;
    margin: 0;
}

.csi-contact-white {
    background: #fff;
}

.csimapcanvas .gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 14px;
    line-height: 2.2rem;
    overflow: hidden;
    padding: .6rem 1.6rem;
    border-radius: 4px;
    text-align: center;
}

    .csimapcanvas .gm-style .gm-style-iw h1 {
        font-size: 2.6rem;
        line-height: 3.9000000000000004rem;
        text-transform: uppercase;
        margin: 0;
        color: #133984;
    }

@media (min-width:1200px) {
    .lg-text-center {
        text-align: center;
    }
}

@media (max-width:1199px) {
    html {
        font-size: 55%;
    }

    .md-text-center {
        text-align: center;
    }

    .csi-about .csi-inner {
        padding: 10.2rem 0;
    }

    .csi-about-content {
        margin-bottom: 0;
    }

    .csi-contact .csimapcanvas {
        min-height: 366px;
    }
}

@media (max-width:991px) {
    .csi-header .csi-navbar .csi-logo a img, .csi-header .menu-onscroll .csi-navbar .csi-logo a img {
        /*max-width: 140px*/ max-width: 200px;
    }

    .csi-about .csi-heading, .sm-text-center {
        text-align: center;
    }

    html {
        font-size: 53%;
    }

    .csi-header .menu-onscroll .csi-navbar .csi-nav li .csi-btn {
        padding: .3rem 2rem;
    }

    .csi-header .csi-navbar .csi-nav li a, .csi-header .menu-onscroll .csi-navbar .csi-nav li a {
        padding: 3rem 7px;
    }

    .csi-header .menu-onscroll .csi-navbar .csi-logo {
        margin-top: 2rem;
    }

    #csi-search {
        top: -8px;
    }

        #csi-search input[type=text]:focus {
            width: 320px;
        }

    .menu-onscroll #csi-search {
        top: -1px;
    }

    .csi-header .header-top .header-top-inner .right-menu ul {
        margin-top: 0;
    }

    .csi-header .header-top .header-top-inner .contact {
        margin-top: 1rem;
    }

    .csi-banner-content {
        padding: 0 3.9rem;
    }

    .csi-testi-single .csi-client-image {
        max-width: 200px;
        margin-top: 2.4rem;
    }

    .csi-registration .csi-inner, .csi-testimonials .csi-inner {
        padding: 10.2rem 0;
    }

    .csi-about-img {
        margin-bottom: 3.9rem;
    }

    .csi-course-content .row {
        -moz-column-width: 23em;
        -webkit-column-width: 23em;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        margin: 0;
    }

    .csi-banner .csi-inner {
        padding: 20rem 0 16rem;
    }

    .csi-contact .contact-top-area .contact-top-left {
        padding: 6.8rem 1.6rem;
        width: 100%;
    }

    .csi-contact .contact-top-area .contact-top-right {
        width: 100%;
    }

    .csi-contact .contact-top-area .contact-top-left .contact-info {
        width: 60%;
        float: none;
        padding-right: 0;
        margin: 0 auto;
    }

    .csi-social li a i {
        line-height: 5.1rem;
    }
}

@media (max-width:767px) {
    #csi-search, .csi-about-img {
        display: none;
    }

    html {
        font-size: 52%;
    }

    .xs-text-center {
        text-align: center;
    }

    .xs-text-right {
        text-align: right;
    }

    .xs-text-left {
        text-align: left;
    }

    .xs-float-none {
        float: none;
    }

    .sm-text-center {
        text-align: center;
    }

    .csi-btn {
        padding: 1rem 2.6rem;
    }

    .csi-header .header-top .header-top-inner .contact {
        text-align: center;
    }

    .csi-header .header-top .header-top-inner .right-menu {
        text-align: center;
        margin-bottom: 1.2rem;
    }

    .csi-header .csi-navbar .csi-nav {
        float: left;
    }

    .csi-header-bottom .navbar-default .navbar-collapse, .csi-header-bottom .navbar-default .navbar-form {
        border-color: #212739;
        background: rgba(255,255,255,.85);
        padding-left: 3rem;
    }

    .menu-onscroll .navbar-default .navbar-collapse, .menu-onscroll .navbar-default .navbar-form {
        background: 0 0;
        padding-left: 2rem;
    }

    .csi-header-bottom .navbar-default .navbar-toggle .icon-bar {
        background-color: #212739;
        -moz-transition-duration: .3s;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
    }

    .csi-header-bottom .navbar-default .navbar-toggle:focus .icon-bar, .csi-header-bottom .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #133984;
    }

    .csi-header-bottom .navbar-toggle .icon-bar {
        width: 28px;
        height: 4px;
    }

    .csi-header-bottom .navbar-default .navbar-toggle {
        border-color: transparent;
    }

        .csi-header-bottom .navbar-default .navbar-toggle:focus, .csi-header-bottom .navbar-default .navbar-toggle:hover {
            background-color: transparent;
        }

    .csi-header .csi-navbar .csi-nav li a, .csi-header .menu-onscroll .csi-navbar .csi-nav li a {
        padding: 1.7rem 7px;
    }

    .csi-about .csi-inner, .csi-inner, .csi-registration .csi-inner, .csi-testimonials .csi-inner {
        padding: 6.3rem 0;
    }

    .csi-single-event, .csi-single-news, .csi-single-service {
        max-width: 480px;
        margin: 0 auto 2.4rem;
    }

    .csi-heading .title {
        margin: 0 0 .5rem;
    }

    .csi-banner-content {
        padding: 0 1.5rem;
    }

        .csi-banner-content .csi-subtitle {
            font-size: 2.4rem;
            margin-bottom: 0;
            line-height: 4rem;
        }

        .csi-banner-content .csi-title {
            font-size: 3.9rem;
            margin: 0;
            line-height: 5.4rem;
        }

        .csi-banner-content .btn-area .csi-btn {
            margin: 1rem .6rem 0;
        }

    .csi-heading .title {
        font-size: 3rem;
        line-height: 5rem;
    }

    .csi-heading-registration .subtitle {
        font-size: 2.4rem;
        line-height: 4rem;
    }

    .csi-heading-registration .title {
        font-size: 3.9rem;
        line-height: 5rem;
    }

    .csi-heading-registration, .csi-registration-info {
        text-align: center;
    }

    .csi-testi-single .testi-info-area {
        overflow: visible;
        text-align: center;
    }

    .csi-testi-single .csi-client-image {
        float: none;
        margin: 0 auto;
    }

    .csi-subscribe-form {
        max-width: 480px;
        margin: 0 auto;
    }

    .csi-footer-middle {
        padding: 6.3rem 0;
    }

    .csi-footer-single {
        text-align: center;
        margin-bottom: 2.4rem;
    }

    .csi-copyright .csi-social-area, .csi-copyright .text {
        width: 100%;
        float: none;
        text-align: center;
    }

    .csi-copyright .text {
        margin-bottom: .5rem;
    }

    .csi-copyright .csi-social {
        float: none;
        margin: 0 0 1rem;
    }

    .csi-social li a i {
        line-height: 5.5rem;
    }

    .csi-banner .csi-inner {
        padding: 16.6rem 0 14rem;
    }

    .csi-header .csi-navbar .csi-logo, .csi-header .menu-onscroll .csi-navbar .csi-logo {
        margin-top: 1.4rem;
    }

    #csi-search input[type=text] {
        right: 100%;
        left: 0;
    }

    .csi-single-course .title {
        margin-top: 0;
    }

    .page .csi-banner-inner .csi-inner, .page-template .csi-banner-inner .csi-inner, .single .csi-banner-inner .csi-inner, .single-post .csi-banner-inner .csi-inner {
        padding: 10.2rem 0 2.4rem;
    }

    .single .csi-single-event figure figcaption .event-info, .single-post .csi-single-event figure figcaption .event-info {
        position: static;
        margin: 3.9rem 0 0;
    }

    .single .csi-events h1, .single .csi-events h2, .single .csi-events h3, .single .csi-events h4, .single .csi-events h5, .single .csi-events h6, .single .owl-theme .owl-controls .owl-next:hover i, .single .owl-theme .owl-controls .owl-prev:hover i, .single-post .csi-events h1, .single-post .csi-events h2, .single-post .csi-events h3, .single-post .csi-events h4, .single-post .csi-events h5, .single-post .csi-events h6, .single-post .owl-theme .owl-controls .owl-next:hover i, .single-post .owl-theme .owl-controls .owl-prev:hover i {
        color: #212739;
    }

    .single .csi-single-event figure figcaption .event-info .date h4 span, .single-post .csi-single-event figure figcaption .event-info .date h4 span {
        color: #133984;
    }

    .single .csi-events-single article footer, .single .csi-events-single article section, .single-post .csi-events-single article footer, .single-post .csi-events-single article section {
        padding: 0;
    }

    .single .csi-single-event, .single .csi-single-news, .single .csi-single-service, .single-post .csi-single-event, .single-post .csi-single-news, .single-post .csi-single-service {
        max-width: 100%;
    }

    .csi-contact .contact-top-area .contact-top-left .contact-info {
        width: 100%;
    }

    .csi-contact .csimapcanvas {
        min-height: 230px;
    }

    .csi-header #csi-search, .csi-header .csi-navbar .csi-nav, .csi-slider .csi-item-right .banner-btn, .csi-slider .csi-item-right .text {
        float: left;
    }
}

@media (max-width:480px) {
    html {
        font-size: 50%;
    }

    .csi-heading .title {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }

    .csi-banner-content .btn-area .csi-btn {
        margin: 0 .6rem;
    }
}



/***********************dolly**************/
.mp01 {
    margin-bottom: 20px;
}

    .mp01 img {
    }

.glysty {
    margin-bottom: 40px !important;
}

    .glysty img {
        width: 100% !important;
        height: 210px;
    }

.sub-gly img {
    width: 100%;
    height: 50px;
}

.ftr {
    text-align: justify;
}

.etrs {
    width: 130px;
    margin: 10px 0px;
}

.rd-mr {
    color: #efefef;
    transition: all 1.rs;
}

    .rd-mr:hover {
        color: #133984;
        transition: all 1.rs;
    }

.some-cont {
    margin: 0px;
    padding: 0px;
}

    .some-cont img {
        width: 80%;
        height: 35px;
        margin: 5px 0px;
    }

.ftrd i {
    color: #fff !important;
    font-size: 20px;
    width: 10px;
    margin-right: 10px;
}

.bg-sec {
    background: #fff;
    margin: 20px 0px;
}

.pd02 h2 {
    padding: 30px 0px 0px 0px;
}

.clr-ml {
    color: #fff;
}

.abt-inner img {
    width: 400px;
    height: 400px;
    float: right;
    padding: 0px 20px 20px 20px;
}

.abt-inner {
    text-align: justify;
    padding: 20px 0px 50px 0px;
}

.mp-t0p {
    margin-top: 15px;
}

.cour-detl img {
    width: 100%;
    height: 350px;
}

.mp-02 {
    padding: 10px 0px;
}

.mp02s {
    margin-top: 60px;
}

.eml-sty {
    color: #009 !important;
    transition: all 1.5s;
}

    .eml-sty:hover {
        color #009 !important;
        transition: all 1.5s;
    }

.stcnt {
    font-size: 25px;
}

.con-sty {
    text-align: center;
    padding-top: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    background: #212739;
    font-size: 25px !important;
    padding: 12px 10px 10px 10px;
    text-shadow: 1px 1px 1px #ffff;
}

textarea {
    resize: none !important;
}

.add-cont {
    border: solid 2px #212739;
}

.secq {
    width: 77.8% !important;
    float: left;
}

.caphh {
    width: 20%;
    height: 50px;
    border: solid 1px #ccc;
    float: left;
    margin-left: 10px;
}

.btn-sty {
    margin-top: 20px;
}

.enqy img {
    width: 100%;
}

.curd img {
    width: 100%;
    height: 350px;
    margin-bottom: 9px;
}

.curd-smld {
    margin: 0px;
    padding: 5px;
}

    .curd-smld img {
        width: 100%;
        height: 60px;
        margin-bottom: 9px;
    }

.02d {
    mrgin-bottom: 50px !important;
    margin-bottom: 80px;
}

.mp-cur {
    margin: 0px;
    padding: 0px;
    margin-top: -9px;
}

.mptop {
    padding: 20px 0px 40px 0px;
}

.csi-social-area {
    margin-top: 10px;
}

.abt-sty img {
    width: 100%;
    height: 450px;
}

@media (min-width:320px) and (max-width:767px) {
    .csi-social-area {
        margin-top: 20px;
    }

    .abt-sty img {
        width: 100%;
        height: 400px;
    }

    add-cont {
        margin-top: 50px;
    }

    .abt-inner img {
        width: 100%;
        height: 300px;
        float: none;
        padding: 10px 0px;
    }

    .abt-inner {
        text-align: justify;
        padding: 20px 20px 10px 20px;
    }

    .some-cont {
        text-align: center;
    }

    .mp02 {
        text-align: center;
        margin-bottom: 8px;
    }

    .secq {
        width: 77.8% !important;
        float: left;
    }

    .caphh {
        width: 20%;
        height: 40px;
        border: solid 1px #ccc;
        float: left;
        margin-left: 5px;
    }

    page p, .page-template p, .single p, .single-post p {
        padding: 10px;
    }
}

.open-button {
    background-color: #b62824!important;
    color: #fff !important;
}

.csi-header .csi-navbar .csi-nav .active a, .csi-header .csi-navbar .csi-nav li .csi-btn:hover {
    color: rgb(170, 26, 25) !important;
    background: 0px 0px;
}


/* About-start */

.about-row-text {
    padding: 6rem 0.5rem 3rem;
}

.about-row {
    position: relative;
    width: 100%;
}

.about-content {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
}

.about-row-img {
    height: 500px;
    width: 750px;
    -webkit-box-shadow: 4px 4px 15px gray;
    box-shadow: 4px 4px 15px gray;
    overflow: hidden;
    border-radius: 1.5rem;
}

    .about-row-img img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        /*object-fit: cover;*/
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

        .about-row-img img:hover {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

.about-row-text {
    height: 400px;
    width: 700px;
    -webkit-box-shadow: 4px 4px 15px silver;
    box-shadow: 4px 4px 15px silver;
    opacity: 0.9;
}

.about-txt {
    position: absolute;
    top: 50%;
    left: 90%;
    -webkit-transform: translate(-90%, -50%);
    -ms-transform: translate(-90%, -50%);
    transform: translate(-90%, -50%);
    background: #eee;
    border-radius: 1.5rem;
}

.about-row-text p {
    color: #444;
    /*font-size: 1.1rem;*/
    padding: 1rem 2rem 0 2rem;
}

.about-row-text .about-row-btn {
    margin: 1rem 2rem;
}

/*--Responsive--*/

/*--Responsive-about-row-start--*/

@media screen and (max-width: 1200px) {
    .about-row-text {
        padding: 10rem 0.5rem 3rem;
    }
}

@media screen and (max-width: 760px) {
    .about-row-img {
        height: 500px;
        width: 560px;
    }

    .about-row-text {
        height: 320px;
        width: 580px;
        /*display: flex;
    justify-content: center;
    align-items: center;*/
        flex-direction: column;
        padding: 6rem 0.5rem 3rem;
    }

        .about-row-text p {
            padding: 0.6rem 1.4rem 0 1.4rem;
            text-align: center;
        }
}

@media screen and (max-width: 620px) {
    .about-row-img {
        height: 400px;
        width: 460px;
    }

    .about-row-text {
        height: 320px;
        width: 480px;
        padding: 6rem 0.5rem 3rem;
    }
}

@media screen and (max-width: 520px) {

    .about-row-img {
        height: 360px;
        width: 400px;
    }

    .about-row-text {
        height: 300px;
        width: 400px;
        padding: 3rem 0.5rem 3rem;
    }

        .about-row-text p {
            padding: 0.4rem 1rem 0 1rem;
        }
}


@media screen and (max-width: 440px) {
    .about-row-img {
        height: 360px;
        width: 360px;
    }

    .about-row-text {
        height: auto;
        width: 90%;
        padding: 3rem 0.5rem 3rem;
    }

        .about-row-text p {
            padding: 0.4rem 1rem 0 1rem;
        }

    .about-txt {
        top: 0;
        left: 0;
        -webkit-transform: translate(5%, 12%);
        -ms-transform: translate(5%, 12%);
        transform: translate(5%, 12%);
    }
}

@media screen and (max-width: 400px) {
    .about-row-img {
        height: 340px;
        width: 100%;
    }

    .about-row-text {
        height: auto;
        width: 90%;
        padding: 3rem 0.5rem 3rem;
    }

        .about-row-text p {
            padding: 0.4rem 1rem 0 1rem;
        }

    #about {
        margin-bottom: 4rem;
    }

    .about-txt {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 12%);
        -ms-transform: translate(-50%, 12%);
        transform: translate(-50%, 12%);
    }
}

/*--Responsive-about-row-End--*/
/* About-end */

/*Our Clients*/
.client-container .client-row {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.client-container .client-row-title {
    padding-top: 20px;
}

/* Owl-carousel-start */
.row .owl-dot.active span {
    width: 40px !important;
}

.row .owl-dots span {
    height: 17px !important;
    width: 17px !important;
    font-size: 25px !important;
}

.client-row .owl-dots span {
    height: 12px !important;
    width: 12px !important;
    font-size: 20px !important;
}

.client-row .owl-dot.active span {
    width: 30px !important;
}

/* Owl-carousel-end */

/* Whatsapp button-start */
.whatsapp_float {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
}

    .whatsapp_float .btn {
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease;
    }

        .whatsapp_float .btn:hover {
            border-radius: 50%;
            -moz-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }
/* Whatsapp button-end */


/*Nabar bottom-border hover effect*/
.csi-scroll::after {
    content: '';
    display: block;
    border-bottom: solid 2px #212739;
    width: 0;
    transform: scaleX(0);
    /*transform-origin: 0 50%; */ /*from_left*/
    /*transform-origin: 100% 50%; */ /*from_right*/
    transition: transform .3s ease-in-out;
}

.csi-scroll:hover::after {
    width: 100%;
    transform: scaleX(1);
}

@media only screen and (max-width:1000px) {
    .csi-scroll:hover::after {
        width: 0;
    }
}
/*Nabar bottom-border hover effect end*/

/*Navbar*/

/* Add a black background color to the top navigation */ /*#212739  #b72e35*/
.topnav {
    background-color: #fff;
    overflow: hidden;
}

    .topnav .csi-logo {
        float: left;
        display: block;
    }

    /* Style the links inside the navigation bar */
    .topnav .csi-scroll {
        display: inline-block;
        color: black;
        text-align: center;
        padding: 30px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        /* Change the color of links on hover */
        .topnav .csi-scroll:hover {
            color: #b72e35;
        }

    /* Add an active class to highlight the current page */
    .topnav .active {
        color: #b72e35;
        font-weight:700;
    }

@media only screen and (max-width:1000px) {
    .topnav .csi-scroll {
        padding: 14px 16px;
    }
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/*media query*/

/* When the screen is less than 600 pixels wide, hide all links, Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1000px) {
    .topnav a:not(:only-child) {
        display: none;
    }

    .topnav .icon {
        float: right;
        display: block;
        margin-top: 2rem;
        margin-right: 5rem;
    }


    .bar {
        position: absolute;
        width: 36px;
        height: 3px;
        background-color: #000;
        transition: 0.5s;
    }

    .hamburger__bar1 {
        top: -8px;
    }

    .hamburger__bar3 {
        top: 8px;
    }

    .icon {
        display: inline-block;
        position: absolute;
        right: 0;
        padding: 3em;
    }

        .icon > div {
            position: relative;
        }

    .click .hamburger__bar1 {
        transform: rotate(-45deg);
        top: 0;
    }

    .click .hamburger__bar2 {
        opacity: 0;
    }

    .click .hamburger__bar3 {
        transform: rotate(45deg);
        top: 0;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1000px) {
    .topnav.responsive {
        position: relative;
    }

        /*.topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
            margin-top: 0;
            /*margin-right:0;
        }*/

        .topnav.responsive .icon {
            position: absolute;
            right: -3rem;
            top: -3.5rem;
            /*margin-top: 0;*/
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: right;
            /*padding-right: 0;*/
        }
}
