/*------------------------------------------------------------------

[Master Stylesheet]

Project:        Remakri - Education, Course, e-Learning and Events HTML Template.
Version:        1.0
Last change:    03/04/2018.
Designed:       Template_mr
Developed:      Template_mr
-------------------------------------------------------------------*/

/* ------------------------------------------ */

/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - Loading Transition  */

/*   02 - Global stlye  */

/*   03 - Theme Header */

/*   04 - Theme Banner */

/*   05 - Our Feature */

/*   06 - Our Feature Course One  */

/*   07 - Online Course Search   */

/*   08 - Our Courses  */

/*   09 - Short Banner */

/*   10 - Short Banner Two  */

/*   11 - Our Gallery   */

/*   12 - Course Request section  */

/*   13 - Blog Grid  */

/*   14 - Newsletter Banner   */

/*   15 - Theme Footer  */

/*   16 - Our History  */

/*   17 - Client Slider  */

/*   18 - Theme Inner Banner  */

/*   19 - Theme Sidebar */

/*   20 - Course Details */

/*   21 - Our Events  */

/*   22 - Event Details  */

/*   23 - Blog List  */

/*   24 - Blog Details  */

/*   25 - Contact Us Page  */

/*   26 - Shop Page  */

/*   27 - FAQ Page  */

/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Source+Sans+Pro:400,600,700');
/*----bootstrap css ----- */

@import url('../vendor/bootstrap/bootstrap-v4.0.0.css');
/*@import url('../vendor/bootstrap/bootstrap-v3.3.5.css');*/
/*----bootstrap Select ----- */

@import url('../vendor/bootstrap-select/dist/css/bootstrap-select.css');
/*----camera-slider---*/

@import url('../vendor/Camera-master/css/camera.css');
/*------- Mega menu ------*/

@import url('../vendor/bootstrap-mega-menu/css/menu.css');
/*----font awesome -------*/

@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/

@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/

@import url('../vendor/WOW-master/css/libs/animate.css');
/*--------- flat-icon ---------*/

@import url('../fonts/icon/font/flaticon.css');
/*----------- Fancybox css -------*/

@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*------------- Map -------------*/

@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');


/*** 

====================================================================
  Loading Transition
====================================================================

 ***/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    overflow: hidden;
}

#loader {
    background: url(../images/1.gif);
    width: 64px;
    height: 64px;
    position: relative;
    top: 50%;
    margin: -32px auto 0 auto;
}

/*==================== Click Top ====================*/

.scroll-top {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    text-align: center;
    color: #fff;
    background: #151515;
    font-size: 20px;
    display: none;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*______________________ Global stlye ___________________*/

@font-face {
    font-family: 'font-awesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');
    /* Legacy iOS */
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
}

body .main-page-wrapper {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', sans-serif;
    color: #151515;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 62px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    font-weight: 700;
}

h5 {
    font-size: 22px;
    font-weight: 700;
}

h6 {
    font-size: 18px;
    font-weight: normal;
}

p {
    line-height: 30px;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
}

input,
textarea {
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pt-2_5,
.py-2_5 {
    padding-top: .7rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.section-margin-top {
    margin-top: 120px;
}

.section-margin-bottom {
    margin-bottom: 120px;
}

.section-margin-bottom-two {
    margin-bottom: 70px;
}

.image {
    position: relative;
    overflow: hidden;
}

.image img {
    width: 100%;
}

/*--------------------- Transition --------------------*/

.tran3s,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
body .theme-solid-button,
#mega-menu-wrapper .nav > li > a:before,
body .theme-line-button,
.mixitUp-menu li:before,
.our-feature-course-one .feature-block .icon,
.our-feature-course-one .feature-block .icon i,
.course-search-form .course-form button,
.our-gallery .gallery-image-wrapper .opacity,
.blog-grid .single-blog-grid .text,
.blog-grid .single-blog-grid .text h5 span,
.hover-effect-one .title,
.theme-footer .footer-list ul li a,
.theme-footer .footer-news ul li a,
.header-wrapper .top-header ul li a,
.header-wrapper .top-header.style-two .left-list ul li:before,
.our-feature-course-one.style-two .feature-block .wrapper p,
.our-feature-course-one.style-two .feature-block .wrapper h5,
.theme-inner-banner .opacity ul li a,
.our-history .our-goal .read-more,
.theme-sidebar .sidebar-list ul li a,
.theme-sidebar .sidebar-post-data li a,
.theme-sidebar .sidebar-download ul li a,
.course-details-content .course-panel .panel-body .course-figure .single-course ul li:nth-child(2) a,
.course-details-content .course-panel .panel-body .instructor-panel .teachers ul li a,
.blog-list .single-blog-list .read-more,
.blog-details-content .share-content ul li a,
.blog-details-content .share-content > ul > li > a > i,
.blog-details-content .user-comment-data .single-comment .comment button {
    transition: all .3s ease-in-out;
}

.tran5s,
.image img {
    transition: all .5s ease-in-out;
}

/*---------------------- Theme Title ---------------------*/

.theme-title-one {
    text-align: center;
    position: relative;
}

.theme-title-one h2 {
    text-transform: uppercase;
    padding-bottom: 25px;
    position: relative;
}

.theme-title-one h2:before {
    content: '';
    width: 94px;
    height: 1px;
    background: #151515;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -46px;
}

.theme-title-one .icon {
    font-size: 40px;
}

.theme-title-one p {
    padding-top: 25px;
}

/*------------------------ Theme Button ------------------*/

body .theme-solid-button {
    line-height: 48px;
    border-width: 1px;
    border-radius: 20px;
    padding: 0 40px;
    font-size: 18px;
    color: #fff;
}

body .theme-solid-button:hover {
    background: #fff;
}

body .theme-line-button {
    line-height: 48px;
    border-width: 1px;
    border-radius: 20px;
    padding: 0 40px;
    font-size: 18px;
}

body .theme-line-button:hover {
    color: #fff;
}

/*----------------------- Theme Color File -------------------*/

.p-color,
body .theme-button-one:hover,
#mega-menu-wrapper .nav li.join-us a:hover,
#mega-menu-wrapper .nav > li.dropdown-holder .sub-menu li a:hover,
body .theme-line-button,
body .theme-solid-button:hover,
.our-feature .mark-text,
.our-feature-course-one .feature-block .icon i,
.our-feature-course-one .feature-block:hover .wrapper h5 a,
.theme-title-one .icon,
.our-courses .single-course-block:hover .text-box h5 a,
.short-banner .main-bg-wrapper .opacity .theme-button,
.course-request-section .course-request-text .course-feature-list li h5 i,
.course-request-section .course-request-text .free-course-banner a,
.theme-footer .footer-list ul li a:hover,
.theme-footer .footer-news ul li:hover a,
.theme-footer .bottom-footer p a,
.header-wrapper .top-header.style-two .left-list ul li i,
.our-history .text ul li i,
.header-wrapper .top-header.bg-two ul li a:hover,
.theme-menu-wrapper.transparent-layout #mega-menu-wrapper .nav li.join-us a:hover,
.newsletter-banner.bg-color-two form .theme-button,
.header-wrapper .top-header.bg-three ul li a:hover,
.theme-inner-banner .opacity ul li a:hover,
.our-history .our-goal .read-more i,
.our-history .our-goal .read-more:hover,
.theme-sidebar .sidebar-list ul li a:hover,
.theme-sidebar .sidebar-post-data li .date strong,
.theme-sidebar .sidebar-post-data li:hover a,
.course-details-content .course-panel .panel-body .instructor-panel .teachers ul li a:hover,
.single-event-figure .event-meta-data li.date strong,
.single-event-figure:hover h5 a,
.event-details .single-event-figure #count .wrapper h3,
.event-details .single-event-figure .back-to-event,
.blog-list .single-blog-list:hover h3 a,
.blog-list .single-blog-list .read-more:hover,
.blog-details-content .share-content > ul > li:first-child a:hover,
.blog-details-content .share-content > ul > li:first-child a i,
.blog-details-content .share-content > ul > li:last-child a i,
.blog-details-content .share-content > ul > li:last-child a:hover,
.blog-details-content .share-content .social-icon li a:hover,
.blog-details-content .user-comment-data .single-comment .comment button:hover,
.contact-form-wrapper .contact-address .social-icon li a:hover,
.shop-sidebar .sidebar-shop-categories ul li a:hover,
.shop-sidebar .shop-popular-product ul li:hover .name h6 a,
.shop-product .single-product:hover .info h6 a {
    color: #6664d4;
}

.p-bg-color,
/*#mega-menu-wrapper .nav > li > a:before,*/
body .theme-solid-button,
.header-wrapper .top-header.bg-one,
#mega-menu-wrapper .nav li.join-us a,
body .theme-line-button:hover,
.our-feature-course-one .feature-block:hover .icon,
.course-search-form,
.our-courses .single-course-block .text-box ul li:nth-child(1),
.blog-grid .single-blog-grid .text h5:before,
.our-courses .single-course-block .text-box ul li:nth-child(3),
.bootstrap-select.btn-group .dropdown-menu li.selected a,
.bootstrap-select.btn-group .dropdown-menu li:hover a,
.theme-footer .top-footer h6:before,
.theme-footer .footer-logo-widget ul:before,
.header-wrapper .top-header.style-two .left-list ul li:before,
.newsletter-banner.bg-color-two,
.mixitUp-menu li:before,
.theme-sidebar h5:before,
.theme-sidebar .sidebar-download,
.course-details-content .course-info-data .course-value li,
.course-details-content .course-description ul li:before,
.course-panel .panel-heading h5 a:before,
.course-details-content .course-panel .panel-body .course-figure h5:before,
.course-details-content .course-panel .panel-body .course-figure .single-course ul li:nth-child(2) a:hover,
.course-details-content .course-panel .panel-body .instructor-panel .instructor-info,
.event-details .single-event-figure .event-briefing,
.blog-list .single-blog-list .read-more,
.blog-details-content .single-blog-list .text-list li:before,
.shop-sidebar .search button,
.shop-sidebar h4:before,
.shop-pagination li a,
.shop-details .single-product-details .product-order-details .clearfix ul li button,
.shop-details .review-tab .nav-tabs > li.active > a,
.shop-details .review-tab .nav-tabs > li.active > a:hover,
.shop-details .review-tab .nav-tabs > li.active > a:focus,
.shop-details .related-product h4:before,
.faq-page .panel-heading h5 a:before {
    background: #6664d4;
}

body .theme-solid-button,
body .theme-line-button,
.theme-form-style-one .single-input input[type="text"]:focus,
.theme-form-style-one .single-input input[type="email"]:focus,
.theme-form-style-one .single-input textarea:focus,
#client-carousel-generic .text-wrapper .img-box,
.blog-list .single-blog-list .read-more,
.blog-details-content .comment-form input:focus,
.blog-details-content .comment-form textarea:focus,
.datatableFilter input:focus
{
    border-style: solid;
    border-color: #6664d4;
}

.text h2 {
    font-size: 42px;
    line-height: 55px;
}

.text h2 span {
    font-size: 36px;
    font-weight: normal;
    display: block;
}

.text h3 {
    font-size: 36px;
    line-height: 40px;
}

.text h3 span {
    font-size: 28px;
    font-weight: normal;
    display: block;
}

.text p {
    font-size: 18px;
    padding: 10px 0 40px 0;
}

/*.text p {font-size: 18px; padding: 40px 0;}*/

.text ul {
    border: 1px solid #e7e7e7;
}

.text ul li {
    float: left;
    width: 50%;
    position: relative;
    padding: 60px 30px 55px 90px;
}

.text ul li h6 {
    line-height: 28px;
}

.text ul li i {
    position: absolute;
    top: 50px;
    left: 28px;
    font-size: 38px;
}

.text ul li:first-child {
    border-right: 1px solid #e7e7e7;
}

/*-------------------------- Theme Header ---------------------*/

.header-wrapper {
    position: relative;
}

/*.header-wrapper .top-header {padding: 15px 0;}*/

.header-wrapper .top-header.bg-two {
    background: #0d0c24;
}

.header-wrapper .top-header.bg-three {
    background: #fff;
}

.header-wrapper .top-header ul li {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
}

.header-wrapper .top-header ul li a {
    color: #fff;
    position: relative;
}

.header-wrapper .top-header .left-list ul li i {
    margin-right: 5px;
}

.header-wrapper .top-header .left-list ul li {
    margin-right: 30px;
    position: relative;
}

.header-wrapper .top-header .right-list ul li {
    margin-left: 10px;
}

.header-wrapper .top-header .right-list ul.social-icon li {
    margin-left: 25px;
}

.header-wrapper .top-header.style-two .text-center li {
    margin: 0;
}

.header-wrapper .top-header.bg-two ul li a {
    color: rgba(255, 255, 255, 0.6);
}

.header-wrapper .top-header.style-two .left-list ul li:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 2px;
    left: 0;
    opacity: 0;
}

.header-wrapper .top-header.style-two .left-list ul li:hover:before {
    width: 100%;
    opacity: 1;
}

.header-wrapper .top-header.bg-three ul li a {
    color: rgba(1, 1, 1, 0.6);
}

/*------------- Menu ------------*/

/*
header .theme-menu-wrapper {
    padding: 15px 0;
}
*/

/*header .theme-menu-wrapper {padding: 35px 0;}*/

header .theme-menu-wrapper.transparent-layout {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: transparent;
    z-index: 99;
}

.theme-menu-wrapper.transparent-layout #mega-menu-wrapper .nav > li > a {
    color: #fff;
}

header .theme-menu-wrapper .logo {
    margin-top: 3px;
}

header .theme-menu-wrapper .main-content-wrapper {
    position: relative;
}

#mega-menu-wrapper .nav li.join-us a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    padding: 0 45px;
    margin-right: 0;
    margin-left: 10px;
}

#mega-menu-wrapper .nav li.join-us a:before {
    display: none;
}

#mega-menu-wrapper .nav li.join-us a:hover {
    background: #fff;
}

/*================= Sticky Menu ===============*/

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.theme-menu-wrapper.fixed {
    position: fixed !important;
    width: 100%;
    top: 0 !important;
    left: 0;
    z-index: 999;
    margin: 0;
    background: #fff;
    padding: 15px 0;
    -webkit-animation: menu_sticky 0.70s ease-in-out;
    animation: menu_sticky 0.70s ease-in-out;
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}

.theme-menu-wrapper.fixed.transparent-layout {
    background: #0d0c24;
}

/*---------------------------------- Theme Banner --------------------------*/

.camera_wrap {
    float: none;
}

#theme-main-banner .camera_overlayer {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 1, 14, 0.7);
    display: none;
    /*Remove if slider blur is  needed*/
}

#theme-main-banner .main-container {
    position: relative;
}

#theme-main-banner .camera_caption {
    height: 100%;
}

#theme-main-banner .container {
    position: relative;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#theme-main-banner .camera_caption > div {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-shadow: none;
    left: 0;
    padding: 0;
}

#theme-main-banner h4,
#theme-main-banner h1,
#theme-main-banner p {
    color: #fff;
}

#theme-main-banner h1 {
    margin: 22px 0 45px 0;
    text-transform: capitalize;
}

#theme-main-banner p {
    margin-bottom: 45px;
}

#theme-main-banner .container a {
    text-transform: uppercase;
    margin: 15px 20px 0 0;
    padding: 0 60px;
}

#theme-main-banner .text-center .container a {
    margin: 15px 8px 0 8px;
}

/*---------------------- Our Feature --------------------*/

.our-feature h2 {
    margin-top: 45px;
    font-size: 40px;
}

.our-feature .mark-text {
    font-size: 21px;
    line-height: 32px;
    padding: 35px 0 30px 0;
}

.our-feature p {
    font-size: 18px;
    line-height: 32px;
}

.our-feature .theme-button {
    margin-top: 60px;
}

/*-------------------- Our Feature Course One ---------------------*/

.our-feature-course-one .feature-block p {
    line-height: 26px;
    padding-top: 35px;
}

.our-feature-course-one .feature-block .wrapper {
    position: relative;
    padding: 25px 0 0 115px;
}

.our-feature-course-one .feature-block .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #dcdada;
    position: absolute;
    top: 0;
    left: 0;
}

.our-feature-course-one .feature-block .icon i {
    font-size: 58px;
    margin-left: 40px;
    display: block;
}

.our-feature-course-one .feature-block:hover .icon i {
    color: #fff;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.our-feature-course-one.style-two .feature-block .wrapper {
    margin-top: 50px;
    padding-bottom: 30px;
}

.our-feature-course-one.style-two .feature-block .wrapper p {
    padding: 0;
    position: absolute;
    top: 0;
    left: 115px;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.our-feature-course-one.style-two .feature-block:hover .wrapper p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.our-feature-course-one.style-two .feature-block:hover .wrapper h5 {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/*--------------------- Online Course Search --------------------*/

.course-search-form {
    padding: 80px 0 90px 0;
    position: relative;
    overflow: hidden;
}

.course-search-form.shape-style {
    padding-top: 150px;
    margin-top: 60px;
}

.course-search-form.shape-style:before {
    content: '';
    width: 100%;
    height: 125px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/home/shape2.png) no-repeat center top;
}

.course-search-form .title {
    text-align: center;
    margin-bottom: 60px;
}

.course-search-form .title h2 {
    color: #fff;
    text-transform: uppercase;
}

.course-search-form .title h2 span {
    color: #151515;
}

.course-search-form .title p {
    color: #fff;
    margin-top: 15px;
}

.course-search-form .course-form {
    width: 59%;
    margin: 0 auto;
    position: relative;
}

.course-search-form .course-form input {
    width: 100%;
    height: 65px;
    color: #a9a8eb;
    border: none;
    border-radius: 10px;
    background: #5c5bc2;
    padding: 0 220px 0 35px;
}

.course-search-form .course-form button {
    width: 215px;
    font-size: 20px;
    font-weight: 600;
    color: #151515;
    text-transform: uppercase;
    background: #fff;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
}

.course-search-form .course-form button:hover {
    background: #252525;
    color: #fff;
}

.course-search-form .course-form ::-webkit-input-placeholder {
    color: #a9a8eb;
}

.course-search-form .course-form :-moz-placeholder {
    color: #a9a8eb;
}

.course-search-form .course-form ::-moz-placeholder {
    color: #a9a8eb;
}

.course-search-form .course-form :-ms-input-placeholder {
    color: #a9a8eb;
}

/*---------------------- Our Courses ------------------*/

.our-courses .theme-title {
    padding-bottom: 85px;
}

.our-courses .single-course-block .text-box {
    border: 1px solid #e7e7e7;
    text-align: center;
    padding: 40px 30px;
    margin-bottom: 30px;
}

.our-courses .single-course-block:hover .image img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}

.our-courses .single-course-block .text-box h5 {
    display: inline-block;
    position: relative;
}

.our-courses .single-course-block .text-box h5 i {
    font-weight: normal;
    font-size: 40px;
    position: absolute;
    top: -7px;
    left: -15px;
    color: #d9d6d6;
    z-index: -1;
}

.our-courses .single-course-block .text-box p {
    padding: 25px 0 40px 0;
}

.our-courses .single-course-block .text-box ul {
    position: relative;
}

.our-courses .single-course-block .text-box ul li:nth-child(1) {
    float: left;
}

.our-courses .single-course-block .text-box ul li:nth-child(3) {
    float: right;
}

.our-courses .single-course-block .text-box ul li:nth-child(1),
.our-courses .single-course-block .text-box ul li:nth-child(3) {
    font-family: 'Noto Sans', sans-serif;
    height: 40px;
    width: 88px;
    line-height: 40px;
    color: #fff;
    padding-left: 15px;
    text-align: center;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}

.our-courses .single-course-block .text-box ul li:nth-child(1) i {
    font-size: 25px;
}

.our-courses .single-course-block .text-box ul li:nth-child(1):before,
.our-courses .single-course-block .text-box ul li:nth-child(3):before {
    content: '';
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: -20px;
    left: -20px;
}

.our-courses .single-course-block .text-box ul li:nth-child(2) {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.our-courses .single-course-block .text-box ul li:nth-child(2) img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.our-courses .single-course-block .text-box h6 {
    padding: 28px 0 35px 0;
}

.our-courses .single-course-block .image + .text-box {
    border-top: none;
}

.our-courses .show-more {
    margin-top: 30px;
}

#mixitUp-item .mix {
    display: none;
}

.mixitUp-menu {
    text-align: center;
    margin-bottom: 40px;
}

.mixitUp-menu li {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    margin: 0 10px 10px 10px;
    padding-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.mixitUp-menu li:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mixitUp-menu li.active:before {
    width: 100%;
}

/*------------------------ Short Banner ------------------*/

.short-banner {
    margin-top: 90px;
}

.short-banner .main-bg-wrapper {
    background: url(../images/home/1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

.short-banner .main-bg-wrapper .opacity {
    background: rgba(102, 100, 212, 0.8);
    padding: 80px 65px 50px 65px;
}

.short-banner .main-bg-wrapper:before {
    content: '';
    position: absolute;
    width: 105%;
    height: 70px;
    background: #fff;
    z-index: 9;
    top: -48px;
    left: 0;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}

.short-banner .main-bg-wrapper .opacity h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 36px;
    padding-right: 80px;
}

.short-banner .main-bg-wrapper .opacity .theme-button {
    background: #fff;
    border-color: #fff;
}

.short-banner .main-bg-wrapper .opacity .theme-button:hover {
    background: #252525;
    color: #fff;
    border-color: #252525;
}

/*------------------------ Short Banner Two ------------------*/

.short-banner-two {
    overflow: hidden;
    position: relative;
    margin-top: 90px;
    text-align: center;
}

.short-banner-two.bg-one {
    background: url(../images/home/2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.short-banner-two.bg-two {
    background: url(../images/home/6.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.short-banner-two .opacity {
    padding: 65px 0 70px 0;
}

.short-banner-two .opacity.color-one {
    background: rgba(3, 2, 60, 0.69);
}

.short-banner-two .opacity.color-two {
    background: rgba(0, 0, 0, 0.7);
}

.short-banner-two .opacity h6 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 40px;
}

.short-banner-two .opacity a {
    line-height: 48px;
    margin: 5px 8px;
    font-size: 16px;
    text-transform: uppercase;
}

.short-banner-two .opacity .theme-line-button {
    color: #fff;
}

/*--------------------- Our Gallery --------------------*/

.our-gallery .box-layout {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

.our-gallery .theme-title {
    padding-bottom: 45px;
}

.our-gallery .gallery-image-wrapper .opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(9, 8, 44, 0.45);
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
}

.our-gallery .gallery-image-wrapper:hover .opacity {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.our-gallery .opacity .zoom-view {
    color: #fff;
    font-size: 25px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.our-gallery .gallery-image-wrapper {
    margin-bottom: 30px;
}

/*-------------------- Course Request section --------------------*/

.course-request-section {
    background: #f4f4f4;
    padding: 100px 0;
}

.theme-form-style-one {
    background: #fff;
    padding: 55px 35px 70px 50px;
    border-left: 1px solid #6664d4;
}

.theme-form-style-one h3 {
    padding-bottom: 55px;
}

.theme-form-style-one .single-input {
    margin-bottom: 35px;
}

.recipientFilter {
    margin-bottom: 30px;
    padding: 20px 35px 30px 50px;
    background: #fff;
    border-left: 1px solid #6664d4;
}

.recipientTable {
    margin-bottom: 30px;
    padding: 30px 35px 30px 50px;
    background: #fff;
    border: 1px solid #ebebeb;
    overflow-x: auto;
}

.recipientFilter h3 {
    padding-bottom: 15px;
}

.recipientTable h3, .recipientTable h5 {
    text-align: center;
    padding-bottom: 20px;
    text-decoration: underline;
}

.recipientFilter .single-input {
    margin-bottom: 35px;
}

.theme-form-style-one label {
    color: #151515;
    font-weight: normal;
    margin-bottom: 25px;
}

.theme-form-style-one .single-input input[type="text"],
.theme-form-style-one .single-input input[type="email"] {
    width: 100%;
    height: 55px;
    border: 1px solid #e4e4e4;
    padding: 0 20px;
    border-radius: 10px;
}

.datatableFilter input,
.datatableFilter select,
.datatableFilter button,
.datatableFilter textarea,
.batch_filter {
    width: 100%;
    height: 55px;
    border: 1px solid #e4e4e4;
    padding: 0 20px;
    border-radius: 10px;
}

.datatableFilter label {
    display: block;
    margin-top: 10px;
}

.theme-form-style-one .single-input textarea {
    width: 100%;
    height: 132px;
    max-width: 100%;
    max-height: 132px;
    resize: none;
    border: 1px solid #e4e4e4;
    padding: 20px;
    border-radius: 10px;
}

.recipientFilter .datatableFilter textarea {
    width: 100%;
    height: 132px;
    max-width: 100%;
    max-height: 132px;
    resize: none;
    border: 1px solid #e4e4e4;
    padding: 20px;
    border-radius: 10px;
}

.course-request-section .course-request-text .top-title h3 {
    font-weight: normal;
    font-size: 26px;
}

.course-request-section .course-request-text .top-title h2 {
    font-size: 40px;
    padding: 10px 0 35px 0;
}

.course-request-section .course-request-text .course-feature-list {
    padding: 45px 0 0 50px;
}

.course-request-section .course-request-text .course-feature-list li h5 {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 25px;
}

.course-request-section .course-request-text .course-feature-list li h5 i {
    position: absolute;
    top: -2px;
    left: -50px;
    font-size: 26px;
}

.course-request-section .course-request-text .course-feature-list li {
    padding-bottom: 50px;
}

.course-request-section .course-request-text .free-course-banner {
    display: inline-block;
    max-width: 400px;
    padding: 30px 50px 50px 50px;
    background: #fff;
    text-align: center;
}

.course-request-section .course-request-text .free-course-banner h3 {
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 15px;
}

.course-request-section .course-request-text .free-course-banner a {
    font-weight: 600;
    font-size: 18px;
    margin-top: 25px;
}

.course-request-section .course-request-text .free-course-banner a i {
    font-size: 12px;
    margin-left: 5px;
    vertical-align: 1px;
}

/*------------------------ Blog Grid ---------------------*/

.blog-grid {
    margin-bottom: 30px;
}

.blog-grid .theme-title {
    padding-bottom: 45px;
}

.blog-grid .single-blog-grid .text {
    padding: 50px 0 30px 0;
    border-bottom: 1px solid transparent;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.blog-grid .single-blog-grid:hover .text {
    border-bottom-color: #6664d4;
}

.blog-grid .single-blog-grid .text h5 {
    position: relative;
    padding: 15px 0 30px 0;
}

.blog-grid .single-blog-grid .text h5:before {
    content: '';
    width: 56px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.blog-grid .single-blog-grid .text h5 span {
    position: absolute;
    width: 100%;
    top: 15px;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog-grid .single-blog-grid:hover .text h5 span {
    opacity: 0.6;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.blog-grid .single-blog-grid:hover .text h5 a {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hover-effect-one .number {
    font-family: 'Noto Sans', sans-serif;
    font-size: 32px;
    color: #fff;
    position: absolute;
    width: 140px;
    height: 140px;
    text-align: center;
    border-radius: 50%;
    padding-top: 20px;
    left: 50%;
    top: -70px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(rgba(102, 100, 212, 0.8) 50%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.0) 100%);
    /* Standard syntax (must be last) */
}

.hover-effect-one .title h5 a {
    color: #fff;
    z-index: 9;
    position: relative;
}

.hover-effect-one .title {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    padding: 28px 0;
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    background: rgba(102, 100, 212, 0.8);
}

.hover-effect-one:hover .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*-------------------- Newsletter Banner -------------------*/

.newsletter-banner {
    background: #f4f3f3;
    padding: 65px 0;
}

.newsletter-banner h5 {
    letter-spacing: 1.25px;
    padding: 15px 0 15px 70px;
}

.newsletter-banner form input {
    width: 370px;
    height: 55px;
    background: #fff;
    padding: 0 15px 0 20px;
    border: 1px solid #f0ecec;
    border-radius: 10px;
    margin-right: 10px;
}

.newsletter-banner form .theme-button {
    display: inline-block;
    line-height: 53px;
    border-radius: 10px;
    text-transform: uppercase;
}

.newsletter-banner.bg-color-two h5 {
    color: #fff;
}

.newsletter-banner.bg-color-two form input {
    background: #514fb9;
    border-color: #514fb9;
    color: #fff;
}

.newsletter-banner.bg-color-two form .theme-button {
    background: #fff;
}

.newsletter-banner.bg-color-two form .theme-button:hover {
    background: #212121;
    color: #fff;
}

/*------------------- Theme Footer ----------------*/

.theme-footer {
    background: #161313;
    padding: 100px 0 0 0;
}

.theme-footer .top-footer h6 {
    color: #fff;
    position: relative;
    margin-bottom: 36px;
    display: inline-block;
}

.theme-footer .top-footer h6:before {
    content: '';
    width: 35px;
    height: 1px;
    position: absolute;
    bottom: 3px;
    right: -45px;
}

.theme-footer .top-footer > [class*="col-"] {
    margin-bottom: 40px;
}

.theme-footer .footer-list ul li a {
    color: rgba(255, 255, 255, 0.6);
    line-height: 35px;
    display: block;
}

.theme-footer .footer-logo-widget .wrapper {
    padding: 0 85px;
}

.theme-footer .footer-logo-widget .wrapper .logo a {
    background: #fff;
    border-radius: 50%;
}

.theme-footer .footer-logo-widget {
    text-align: center;
}

.theme-footer .footer-logo-widget p {
    color: rgba(255, 255, 255, 0.6);
    padding: 35px 0 45px 0;
}

.theme-footer .footer-logo-widget ul {
    text-align: left;
    margin-left: 50px;
    padding-left: 15px;
    position: relative;
}

.theme-footer .footer-logo-widget ul:before {
    content: '';
    width: 1px;
    height: 85%;
    position: absolute;
    top: 0;
    left: 0;
}

.theme-footer .footer-logo-widget ul li {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    padding: 0 0 20px 45px;
}

.theme-footer .footer-logo-widget ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #4f4d4d;
    font-size: 20px;
}

.theme-footer .footer-news ul li a {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
}

.theme-footer .footer-news ul li .date {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.theme-footer .footer-news ul li {
    border-bottom: 1px solid #302f2f;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.theme-footer .footer-news ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.theme-footer .bottom-footer {
    background: #121010;
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
}

.theme-footer .bottom-footer p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

/*----------------------- Our History -------------------*/

.our-history {
    background: #f4f4f4;
    padding: 120px 0 50px 0;
}

.our-history .text h2 {
    font-size: 42px;
    line-height: 55px;
}

.our-history .text h2 span {
    font-size: 36px;
    font-weight: normal;
    display: block;
}

.our-history .text h3 {
    font-size: 36px;
    line-height: 40px;
}

.our-history .text h3 span {
    font-size: 28px;
    font-weight: normal;
    display: block;
}

.our-history .text p {
    font-size: 18px;
    padding: 10px 0 40px 0;
}

/*.our-history .text p {font-size: 18px; padding: 40px 0;}*/

.our-history .text ul {
    border: 1px solid #e7e7e7;
}

.our-history .text ul li {
    float: left;
    width: 50%;
    position: relative;
    padding: 60px 30px 55px 90px;
}

.our-history .text ul li h6 {
    line-height: 28px;
}

.our-history .text ul li i {
    position: absolute;
    top: 50px;
    left: 28px;
    font-size: 38px;
}

.our-history .text ul li:first-child {
    border-right: 1px solid #e7e7e7;
}

.our-history img {
    margin: 0 auto;
}

.our-history .our-goal {
    padding-top: 45px;
}

.our-history .our-goal h5 {
    padding: 50px 0 30px 0;
}

.our-history .our-goal .read-more {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-top: 45px;
}

.our-history .our-goal .read-more i {
    font-size: 15px;
    margin-left: 8px;
}

.our-analytics .analytics-chart {
    text-align: center;
    margin-bottom: 30px;
}

.our-analytics .analytics-chart canvas {
    display: block;
    margin: 0 auto;
}

.our-analytics .analytics-chart .piechart {
    position: relative;
}

.our-analytics .analytics-chart .piechart span {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #151515;
    font-size: 28px;
    line-height: 166px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.our-analytics .analytics-chart .piechart span:after {
    content: "%";
}

.our-analytics .analytics-chart h5 {
    font-size: 20px;
    padding-top: 30px;
}

.our-analytics {
    margin-top: 110px;
}

/*---------------------- Client Slider -------------------*/

.client-slider-section .slider-wrapper {
    padding: 0 70px 0 120px;
}

#client-carousel-generic .text-wrapper {
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 45px 60px 38px 110px;
    margin-left: 50px;
    position: relative;
}

#client-carousel-generic .text-wrapper .name {
    font-size: 20px;
    font-weight: 600;
    color: #151515;
    margin-top: 22px;
}

#client-carousel-generic .text-wrapper .name span {
    font-size: 16px;
    color: #a19999;
    font-weight: normal;
}

#client-carousel-generic .text-wrapper .img-box {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border-width: 1px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    left: -50px;
    z-index: 99;
}

#client-carousel-generic .text-wrapper .img-box img {
    border-radius: 50%;
}

#client-carousel-generic .carousel-indicators {
    position: static;
    width: 100%;
    margin: 0 0 20px 50px;
    text-align: left;
}

#client-carousel-generic .carousel-indicators li {
    width: 64px;
    height: 64px;
    border: none;
    border-radius: 50%;
    margin: 0 20px 0 0;
    overflow: hidden;
}

#client-carousel-generic .carousel-indicators li img {
    width: 64px;
    height: 64px;
}

/*------------------- Theme Inner Banner --------------*/

.theme-inner-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

/*
.theme-inner-banner {
    background: url(../images/home/inner-banner.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}
*/

.theme-inner-banner .opacity {
    background: rgba(1, 1, 14, 0.6);
    padding: 200px 0 130px 0;
}

.theme-inner-banner .opacity ul li {
    font-family: 'Noto Sans', sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    color: #fff;
    margin: 0 3px;
    display: inline-block;
}

.theme-inner-banner .opacity ul li a {
    color: #fff;
}

.theme-inner-banner .opacity h2 {
    font-size: 52px;
    color: #fff;
    padding-top: 30px;
}

/*---------------------- Theme Sidebar ------------------------*/

.theme-sidebar h5 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.theme-sidebar h5:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.theme-sidebar .sidebar-widget {
    margin-bottom: 60px;
}

.theme-sidebar .sidebar-list ul li a {
    display: block;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.theme-sidebar .sidebar-list ul li a:before {
    content: '';
    font-family: 'font-awesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}

.theme-sidebar .sidebar-list ul li:last-child a {
    margin: 0;
}

.theme-sidebar .sidebar-search form {
    height: 50px;
    position: relative;
}

.theme-sidebar .sidebar-search form input {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    padding: 0 45px 0 15px;
    border: none;
}

.theme-sidebar .sidebar-search form button {
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    background: transparent;
}

.theme-sidebar .sidebar-post-data li .date {
    padding: 25px 0 10px 0;
}

.theme-sidebar .sidebar-post-data li .date strong {
    font-weight: 600;
    margin-right: 20px;
}

.theme-sidebar .sidebar-post-data li a {
    font-size: 17px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.8);
}

.theme-sidebar .sidebar-post-data li {
    margin-bottom: 30px;
}

.theme-sidebar .sidebar-post-data li:last-child {
    margin-bottom: 0;
}

.theme-sidebar .sidebar-download {
    padding: 40px 0 30px 35px;
}

.theme-sidebar .sidebar-download ul li a {
    font-weight: 600;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    padding-left: 28px;
    margin-bottom: 15px;
    position: relative;
}

.theme-sidebar .sidebar-download ul li a i {
    position: absolute;
    left: 0;
    top: 4px;
}

.theme-sidebar .sidebar-download ul li a:hover {
    color: #fff;
}

/*----------------------- Course Details -------------------*/

.course-details-content .course-info-data {
    border: 1px solid #e7e7e7;
    border-left-color: #6664d4;
    padding: 35px 30px 35px 50px;
    margin: 40px 0 30px 0;
}

.course-details-content .course-info-data h2 {
    position: relative;
    font-size: 40px;
    padding-left: 13px;
}

.course-details-content .course-info-data h2 i {
    position: absolute;
    font-weight: normal;
    font-size: 40px;
    color: #d9d6d6;
    left: 4px;
    top: 0;
    z-index: -1;
}

.course-details-content .course-info-data .course-value {
    margin: 0 -15px;
}

.course-details-content .course-info-data .course-value li {
    float: left;
    margin: 0 15px;
    font-family: 'Noto Sans', sans-serif;
    height: 40px;
    width: 88px;
    line-height: 40px;
    color: #fff;
    padding-left: 15px;
    text-align: center;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}

.course-details-content .course-info-data .course-value li i {
    font-size: 25px;
}

.course-details-content .course-info-data .course-value li:before {
    content: '';
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: -20px;
    left: -20px;
}

.course-details-content .course-info-data .bottom-content {
    margin-top: 45px;
}

.course-details-content .course-info-data .course-schedule {
    width: 55%;
}

.course-details-content .course-info-data .course-schedule > li {
    float: left;
    width: 50%;
    padding-bottom: 15px;
}

.course-details-content .course-info-data .course-schedule > li ul li {
    display: inline-block;
    color: #fd6919;
    margin-right: 1px;
}

.course-details-content .course-info-data .course-schedule > li ul li:first-child {
    color: rgba(0, 0, 0, 0.6);
    margin-right: 10px;
}

.course-details-content .course-info-data .course-schedule a {
    margin-top: 20px;
}

.course-details-content .course-description h5 {
    text-transform: uppercase;
    padding: 20px 0 25px 0;
}

.course-details-content .course-description p {
    line-height: 35px;
    margin-bottom: 20px;
}

.course-details-content .course-description ul li {
    line-height: 30px;
    padding-left: 55px;
    margin-bottom: 20px;
    position: relative;
}

.course-details-content .course-description ul li:before {
    content: '';
    font-family: 'font-awesome';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 0;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.course-details-content .course-panel {
    margin-top: 60px;
}

.course-details-content .course-panel .panel {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}

.course-details-content .course-panel .panel-heading {
    padding: 0;
    border-radius: 0;
    border: 1px solid #f3f0f0;
}

.course-details-content .course-panel .panel-heading h5 a {
    text-transform: uppercase;
    font-size: 22px;
    color: #151515;
    position: relative;
    display: block;
    padding: 25px 57px 25px 100px;
}

.course-details-content .course-panel .panel-heading h5 a:before {
    content: '';
    position: absolute;
    font-family: 'font-awesome';
    width: 35px;
    height: 35px;
    top: 50%;
    left: 26px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.course-details-content .course-panel .panel-heading.active-panel h5 a:before {
    content: '';
}

.course-details-content .course-panel .panel-body {
    border: 1px solid #edecec;
    border-top: none !important;
    padding: 40px 50px 40px 50px;
}

.course-details-content .course-panel .panel-body .course-preview-text img {
    width: 100%;
    margin-bottom: 45px;
}

.course-details-content .course-panel .panel-body .course-figure h5 {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    padding: 0 0 30px 35px;
}

.course-details-content .course-panel .panel-body .course-figure h5:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0;
}

.course-details-content .course-panel .panel-body .course-figure .single-course {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #f5f5f5;
}

.course-details-content .course-panel .panel-body .course-figure .single-course:last-child {
    border: none;
}

.course-details-content .course-panel .panel-body .course-figure .single-course ul li {
    display: inline-block;
    line-height: 30px;
    color: #151515;
    font-weight: 600;
}

.course-details-content .course-panel .panel-body .course-figure .single-course ul li:first-child {
    text-transform: uppercase;
    margin-right: 60px;
}

.course-details-content .course-panel .panel-body .course-figure .single-course ul li:nth-child(2) a {
    width: 116px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background: #eceaea;
    color: #151515;
    margin-right: 20px;
}

.course-details-content .course-panel .panel-body .course-figure .single-course ul li:nth-child(2) a:hover {
    color: #fff;
}

.course-details-content .course-panel .panel-body .course-figure .single-course ul {
    margin-bottom: 12px;
}

.course-details-content .course-panel .panel-body .course-figure {
    margin-bottom: 20px;
}

.course-details-content .course-panel .panel-body .instructor-panel .name {
    text-align: center;
}

.course-details-content .course-panel .panel-body .instructor-panel .name img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin: 0 auto;
}

.course-details-content .course-panel .panel-body .instructor-panel .name h6 {
    padding: 20px 0 5px 0;
}

.course-details-content .course-panel .panel-body .instructor-panel .instructor-info {
    text-align: center;
    padding: 30px 35px;
}

.course-details-content .course-panel .panel-body .instructor-panel .instructor-info h5 {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

.course-details-content .course-panel .panel-body .instructor-panel .instructor-info p {
    line-height: 26px;
    color: #d6d3d3;
    padding: 20px 0 18px 0;
}

.course-details-content .course-panel .panel-body .instructor-panel .instructor-info a {
    font-size: 20px;
    color: #fff;
}

.course-details-content .course-panel .panel-body .instructor-panel .teachers h6 {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
}

.course-details-content .course-panel .panel-body .instructor-panel .teachers ul li a {
    line-height: 30px;
    color: #7f7f7f;
}

.course-details-content .course-panel .panel-body .instructor-panel [class*="col-"] {
    margin-bottom: 30px;
}

/*------------------------- Our Events ----------------------*/

.single-event-figure .event-meta-data {
    margin-bottom: 15px;
}

.single-event-figure .event-meta-data li {
    display: inline-block;
    vertical-align: baseline;
    margin: 10px 22px 0 0;
}

.single-event-figure .event-meta-data li:last-child {
    margin-right: 0;
}

.single-event-figure .event-meta-data li.date {
    font-family: 'Noto Sans', sans-serif;
    color: #151515;
}

.single-event-figure .event-meta-data li.date strong {
    font-size: 45px;
    font-weight: 700;
}

.single-event-figure .event-meta-data li i {
    margin-right: 8px;
}

.single-event-figure .theme-solid-button {
    line-height: 48px;
    padding: 0 50px;
    margin-top: 25px;
}

.single-event-figure {
    margin-bottom: 65px;
}

.single-event-figure:last-child {
    margin: 0;
}

/*--------------------- Event Details -------------------*/

.event-details .single-event-figure h4 {
    font-size: 30px;
    margin-bottom: 40px;
}

.event-details .single-event-figure .image-box {
    margin-bottom: 30px;
}

.event-details .single-event-figure p {
    margin-top: 20px;
}

.event-details .single-event-figure #count {
    margin: 70px -8px 40px -8px;
}

.event-details .single-event-figure #count [class*="col-"] {
    padding: 0 8px;
}

.event-details .single-event-figure #count .wrapper {
    border: 1px solid #f0eeee;
    text-align: center;
    padding: 18px 0 17px 0;
}

.event-details .single-event-figure #count .wrapper h3 {
    font-size: 32px;
}

.event-details .single-event-figure #count .wrapper span {
    font-weight: 600;
    color: #151515;
    display: block;
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
}

.event-details .single-event-figure .event-venue {
    margin-top: 40px;
}

.event-details .single-event-figure .event-venue h5 {
    text-transform: uppercase;
}

.event-details .single-event-figure .event-venue p {
    margin-bottom: 55px;
}

.event-details .single-event-figure .event-venue ul li {
    line-height: 36px;
}

.event-details .single-event-figure .event-venue ul li:first-child {
    font-size: 30px;
    opacity: 0.7;
}

.si-content {
    text-align: center;
    width: 250px;
}

.si-content p {
    margin-top: 15px;
}

.si-has-border .si-content-wrapper {
    border: none;
}

.si-shadow-wrapper-top {
    opacity: 0;
}

.event-details .single-event-figure .event-venue .map-canvas {
    width: 100%;
    height: 230px;
}

.event-details .single-event-figure .back-to-event {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
}

.event-details .single-event-figure .back-to-event i {
    font-weight: normal;
    margin-right: 12px;
}

.event-details .single-event-figure .event-briefing {
    padding: 35px 10px 30px 20px;
}

.event-details .single-event-figure .event-briefing li {
    line-height: 50px;
    color: #fff;
}

.event-details .single-event-figure .event-briefing li span {
    text-transform: uppercase;
    font-weight: 600;
    color: #151515;
    margin-right: 5px;
}

/*-------------------------- Blog List ---------------------*/

.blog-list .single-blog-list .post-info li {
    display: inline-block;
    margin-right: 15px;
    font-size: 17px;
    letter-spacing: 1px;
}

.blog-list .single-blog-list .post-info li:last-child {
    margin-right: 0;
}

.blog-list .single-blog-list .post-info {
    padding: 30px 0 20px 0;
}

.blog-list .single-blog-list p {
    margin-top: 35px;
}

.blog-list .single-blog-list .read-more {
    width: 200px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    border-width: 1px;
    text-align: center;
    margin-top: 30px;
}

.blog-list .single-blog-list .read-more i {
    margin-left: 10px;
    font-size: 13px;
    vertical-align: 1px;
}

.blog-list .single-blog-list .read-more:hover {
    background: #fff;
}

.blog-list .single-blog-list {
    margin-bottom: 40px;
}

.blog-list .more-news a {
    margin-top: 40px;
}

/*----------------------------- Blog Details ---------------------*/

.blog-list .blog-details-content .single-blog-list {
    margin-bottom: 55px;
}

.blog-details-content .single-blog-list .bold-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-details-content .single-blog-list .text-list li {
    font-size: 18px;
    color: #151515;
    position: relative;
    padding: 15px 0 0 35px;
}

.blog-details-content .single-blog-list .text-list li:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 22px;
}

.blog-details-content .share-content {
    position: relative;
    border-top: 1px solid #eae9e9;
    padding-top: 35px;
}

.blog-details-content .share-content > ul > li:first-child a,
.blog-details-content .share-content > ul > li:last-child a {
    color: #151515;
    margin-top: 12px;
}

.blog-details-content .share-content > ul > li:first-child a i,
.blog-details-content .share-content > ul > li:last-child a i {
    font-size: 12px;
    vertical-align: 1px;
    opacity: 0;
}

.blog-details-content .share-content > ul > li:first-child a:hover i,
.blog-details-content .share-content > ul > li:last-child a:hover i {
    opacity: 1;
}

.blog-details-content .share-content > ul > li:first-child {
    float: left;
}

.blog-details-content .share-content > ul > li:last-child {
    float: right;
}

.blog-details-content .share-content .social-icon li {
    display: inline-block;
    margin: 0 10px;
}

.blog-details-content .share-content .social-icon li a {
    color: rgba(0, 0, 0, 0.6);
}

.blog-details-content .share-content > ul > li:nth-child(2) {
    position: absolute;
    top: 35px;
    left: 50%;
    z-index: 9;
    margin-top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.blog-details-content .sub-heading {
    font-weight: normal;
    font-size: 24px;
    padding: 70px 0 45px 0;
}

.blog-details-content .author-data {
    background: #f7f4f4;
    padding: 20px 30px 25px 15px;
}

.blog-details-content .author-data img {
    width: 124px;
    height: 124px;
    border-radius: 50%;
}

.blog-details-content .author-data .name {
    width: calc(100% - 124px);
    padding-left: 35px;
}

.blog-details-content .author-data .name h6 {
    margin: 15px 0 20px 0;
}

.blog-details-content .author-data .name p {
    line-height: 26px;
}

.blog-details-content .user-comment-data .single-comment {
    border: 1px solid #ebebeb;
    padding: 30px 75px 40px 20px;
    margin-bottom: 40px;
}

.blog-details-content .user-comment-data .single-comment.reply-comment {
    margin-left: 80px;
}

.blog-details-content .user-comment-data .single-comment img {
    width: 97px;
    height: 97px;
    border-radius: 50%;
}

.blog-details-content .user-comment-data .single-comment .comment {
    width: calc(100% - 97px);
    padding-left: 50px;
    position: relative;
}

.blog-details-content .user-comment-data .single-comment .comment h6 {
    font-weight: normal;
    margin: 5px 0 20px 0;
}

.blog-details-content .user-comment-data .single-comment .comment p {
    line-height: 26px;
}

.blog-details-content .user-comment-data .single-comment .comment button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
}

.blog-details-content .comment-form form input {
    display: block;
    height: 60px;
    width: 100%;
    border: 1px solid #f2f1f1;
    padding: 0 20px;
    margin-bottom: 25px;
}

.blog-details-content .comment-form form textarea {
    width: 100%;
    max-height: 100%;
    height: 240px;
    max-height: 230px;
    border: 1px solid #f2f1f1;
    padding: 20px;
    margin-bottom: 25px;
}

/*------------------ Contact Us Page -------------------*/

.contact-page {
    background: #f4f4f4;
    padding: 120px 0 50px 0;
}

.contact-page .map-canvas {
    height: 460px;
    margin-bottom: 50px;
}

.contact-form-wrapper .contact-address {
    background: #fff;
    padding: 50px 30px 35px 35px;
    margin-top: 235px;
}

.contact-form-wrapper .contact-address .address li {
    position: relative;
    padding: 0 0 30px 55px;
}

.contact-form-wrapper .contact-address .address li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #b7b6b6;
    font-size: 20px;
}

.contact-form-wrapper .contact-address .social-icon {
    text-align: right;
    margin-top: 20px;
}

.contact-form-wrapper .contact-address .social-icon li {
    display: inline-block;
}

.contact-form-wrapper .contact-address .social-icon li a {
    color: rgba(0, 0, 0, 0.6);
    margin: 0 10px;
}

/*======================= Form Validation ===================*/

.alert-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 9999999;
}

#success,
#error {
    position: relative;
    width: 500px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 250px);
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

#success .wrapper,
#error .wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

#success .wrapper p,
#error .wrapper p {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
}

#success {
    color: #26ace3;
}

#error {
    color: #C9182B;
}

#error button,
#success button {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 20px;
}

.form-validation label.error {
    display: none !important;
}

.form-validation input.error {
    border: 1px solid #f03838 !important;
}

.form-validation textarea.error {
    border: 1px solid #f03838 !important;
}

/*----------------------- Shop Page ---------------------*/

.shop-sidebar .search {
    height: 45px;
    position: relative;
}

.shop-sidebar .search input {
    width: 100%;
    height: 100%;
    background: #eeeeee;
    border: none;
    padding: 0 102px 0 10px;
    font-style: italic;
    font-size: 15px;
}

.shop-sidebar .search button {
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    color: #fff;
}

.shop-sidebar h4 {
    position: relative;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.shop-sidebar h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    height: 2px;
}

.shop-sidebar .sidebar-shop-categories {
    margin: 60px 0;
}

.shop-sidebar .sidebar-shop-categories ul li a {
    font-weight: 500;
    color: #888787;
    display: block;
    margin-bottom: 15px;
}

.shop-sidebar .shop-popular-product ul li img {
    width: 100px;
}

.shop-sidebar .shop-popular-product ul li .name {
    width: calc(100% - 100px);
    padding-left: 20px;
}

.shop-sidebar .shop-popular-product ul li .name h6 a {
    font-weight: 500;
    color: #242222;
    display: block;
    margin: 13px 0;
}

.shop-sidebar .shop-popular-product ul li .name strong {
    font-weight: 700;
    color: #212121;
    display: block;
    font-size: 18px;
}

.shop-sidebar .shop-popular-product ul li {
    margin-bottom: 30px;
}

.shop-product .single-product .image {
    overflow: hidden;
}

.shop-product .single-product .image img {
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.shop-product .single-product:hover .image img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}

.shop-product .single-product .info {
    border: 1px solid #f3f3f3;
    border-top: none;
    text-align: center;
    padding: 32px 0 35px 0;
    margin-bottom: 30px;
}

.shop-product .single-product .info h6 a {
    display: block;
    font-size: 18px;
}

.shop-product .single-product .info strong {
    font-weight: 700;
    display: block;
    color: #242222;
    font-size: 18px;
    margin: 12px 0 15px 0;
}

.shop-product .single-product .info > a {
    width: 130px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.shop-pagination {
    text-align: center;
    margin-top: 20px;
}

.shop-pagination li {
    display: inline-block;
    vertical-align: middle;
}

.shop-pagination li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin: 0 4px;
}

.shop-pagination li:last-child a {
    font-size: 12px;
    margin-left: 12px;
}

.shop-details .single-product-details img {
    width: 54%;
}

.shop-details .single-product-details .product-order-details {
    width: 46%;
    padding-left: 30px;
}

.shop-details .single-product-details .product-order-details h3 {
    font-size: 30px;
}

.shop-details .single-product-details .product-order-details .price li {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}

.shop-details .single-product-details .product-order-details .price li:first-child {
    font-weight: 500;
    font-size: 32px;
}

.shop-details .single-product-details .product-order-details .price li:nth-child(2) {
    font-weight: 500;
    font-size: 24px;
    color: rgba(36, 34, 34, 0.7);
    margin: 0 12px 0 30px;
}

.shop-details .single-product-details .product-order-details .price li:nth-child(3) {
    font-size: 14px;
}

.shop-details .single-product-details .product-order-details .price {
    margin: 16px 0 3px 0;
}

.shop-details .single-product-details .product-order-details .rating li {
    display: inline-block;
    margin-right: 3px;
    color: #f86227;
}

.shop-details .single-product-details .product-order-details .rating {
    margin: 20px 0 30px 0;
}

.shop-details .single-product-details .product-order-details .clearfix ul li {
    display: inline-block;
    vertical-align: middle;
}

.shop-details .single-product-details .product-order-details .clearfix ul li button {
    width: 70px;
    height: 40px;
    color: #fff;
    font-size: 18px;
}

.shop-details .single-product-details .product-order-details .clearfix ul li input {
    height: 40px;
    width: 60px;
    border: none;
    padding: 0;
    background: #eeeded;
    text-align: center;
    font-size: 18px;
    margin: 0 2px;
    font-weight: 600;
}

.shop-details .single-product-details .product-order-details .clearfix a {
    width: 130px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.shop-details .single-product-details .product-order-details .clearfix {
    margin-top: 60px;
}

.shop-details .review-tab {
    margin: 80px 0 100px 0;
}

.shop-details .review-tab .nav-tabs > li {
    margin: 0;
}

.shop-details .review-tab .nav-tabs > li > a {
    line-height: 60px;
    font-weight: 600;
    font-size: 22px;
    color: #242222;
    border: none;
    padding: 0 55px;
    background: #eaede8;
    border-radius: 0;
}

.shop-details .review-tab .nav-tabs {
    border: none;
    margin: 0 0 40px 0;
}

.shop-details .review-tab .nav-tabs > li.active > a,
.shop-details .review-tab .nav-tabs > li.active > a:hover,
.shop-details .review-tab .nav-tabs > li.active > a:focus {
    color: #fff;
}

.shop-details .review-tab .tab-pane p {
    font-size: 18px;
    line-height: 35px;
}

.shop-details .review-tab .tab-pane h4 {
    margin-bottom: 40px;
}

.shop-details .review-tab .tab-pane ul li {
    line-height: 45px;
    font-size: 18px;
}

.shop-details .related-product h4 {
    position: relative;
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.shop-details .related-product h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    height: 2px;
}

.shop-details .related-product .item {
    margin: 0 15px;
}

/*------------------------------ FAQ Page ----------------------*/

.faq-page .panel {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}

.faq-page .panel-heading {
    padding: 0;
    border-radius: 0;
    border: 1px solid #f3f0f0;
    text-align: center;
}

.faq-page .panel-heading h5 a {
    font-weight: normal;
    font-size: 18px;
    color: #151515;
    line-height: 26px;
    position: relative;
    display: block;
    padding: 19px 57px 19px 0;
}

.faq-page .panel-heading h5 a:before {
    content: '';
    position: absolute;
    font-family: 'font-awesome';
    width: 56px;
    height: 100%;
    top: 0;
    right: 0;
    line-height: 64px;
    color: #fff;
    font-size: 12px;
}

.faq-page .panel-heading.active-panel h5 a:before {
    content: '';
}

.faq-page .faq-panel .panel-body {
    border: 1px solid #edecec;
    border-top: none !important;
    padding: 40px 20px 40px 30px;
}

.faq-page .faq-panel .panel-body img {
    margin: 20px auto 0 auto;
}

/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/

.imgTitle
{
    height: 10%;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(9, 8, 44, 0.45);
    position: absolute;
}

.our-feature-course-one.trustees .feature-block .wrapper {
    margin-top: 20px;
}

.trustees .feature-block.hover-effect-one {
    padding-top: 15px;
    padding-bottom: 35px;
}

datalist
{
    display: none;
}

.our-gallery .galleryWrap .gallery-image-wrapper .image img {
    height: 235px;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.heading:before {
    content: '';
    background: #6664d4;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.eventGallery .theme-sidebar .sidebar-post-data li .date {
    padding: 5px 0 10px 0;
}

.eventGallery .theme-sidebar .sidebar-post-data li {
    margin-bottom: 10px;
    cursor: pointer;
}

.eventGallery .theme-sidebar .sidebar-post-data li img { /* Remove if not good.. */
    border: 3px solid #6664d4;
}

.eventGallery .theme-sidebar .sidebar-post-data hr { /* Remove if not good.. */
    margin-top: 0;
    margin-bottom: 10px;
}

.knowUs.short-banner-two {
    margin-top: unset;
}

#mega-menu-wrapper .nav.noBtn>li {
    padding: 11px 10px;
/*    margin: 11px 20px 0 20px;*/
}

.our-history.infoPage .text p {
    padding: 10px 0 10px 0;
}

.navbar-expand-lg .navbar-nav {
    position: absolute;
    right: 2em;
}

.sub-menu .dropdown-item {
    padding: 0.50rem 1.5rem;
}

table.recipientSummary {
    width: 30%;
}

table.recipientSummary thead tr th,
table.recipientSummary tbody tr td {
    border: 2px solid #6664d4;
    padding: 0.3rem;
    text-align: center;
}


/*
.camera_thumbs_cont {
    text-align: center;
}

.camera_thumbs_cont ul {
    display: inline;
}*/
