/**
 * Template Name: Eduspark
 * Description: Html Template for Education
 * Version: 1.5
 * Author: PrismSpark
 * Template URI: http://prismspark.com
 * License URI: http://prismspark.com
 */
/* ------------------------------------------------------------------

[contents]

1.  Body
2.  Header
3.  Facilities 
4.  Welcome  
5.  Courses
6.  Price
7.  Our Teacher
8.  Events
9.  Our Achievement
10. Gellary
11. Blog Page
12. Event Detail Page
13. Login Page
14. 404 Page
15. Contact
16. Office
17. Google Map
18. Footer
------------------------------------------------------------------- */
/* ===========================
---Default
============================ */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #999;
    position: relative;
    overflow-x: hidden;
}
.container {
    margin: 0 auto;
    max-width: 18000px;
}
/* ===========================
---google fonts
============================ */

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/titillium-web-v4-latin-regular.eot');
    /* IE9 Compat Modes */
    
    src: local('Titillium Web'), local('TitilliumWeb-Regular'), url('../fonts/titillium-web-v4-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('../fonts/titillium-web-v4-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    
    url('../fonts/titillium-web-v4-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    
    url('../fonts/titillium-web-v4-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('../fonts/titillium-web-v4-latin-regular.svg#TitilliumWeb') format('svg');
    /* Legacy iOS */
}
/* ===========================
---Header
============================ */

figure,
p,
address {
    margin: 0;
    line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #252525;
}
main > section {
    padding: 10px 0px 80px;
}
.section-heading h2 {
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 10px 20px 10px 10px;
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
}
.paratex h4 {
    line-height: 27px;
    color: #999;
    text-align: center;
    clear: none;
    position: relative;
    width: 60%;
    margin: 0px auto 50px;
}
.paratex p {
	font-size:16px;
	color:#000;
    margin-bottom:60px;

}
.paratex-white h4 {
    line-height: 27px;
    color: #fff;
    text-align: center;
    clear: none;
    position: relative;
    width: 60%;
    margin: 0px auto 50px;
}
/* ===========================
---Navigation 
============================ */
em.subtitle {display:block; color:#000; font-size:30px;}



.relative {
    position: relative;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.stick-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
}
.round {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}
.clearlist,
.clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
.full-wrapper {
    margin: 0 2%;
}
img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}
/* Logo */

.nav-logo-wrap {
    float: left;
    margin-right: 20px;
}
.nav-logo-wrap .logo {
    display: table-cell;
    vertical-align: middle;
    max-width: 200px;
    height: 80px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.nav-logo-wrap .logo img {
    max-height: 100%;
}
.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after {
    display: none;
}
.logo,
a.logo:hover {
    font-size: 18px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: rgba(0, 0, 0, .9);
}
/* Desktop nav */

.main-nav {
    width: 100%;
    height: 75px !important;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    z-index: 1030;
    -webkit-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.small-height {
    height: 70px !important;
}
.small-height .inner-nav ul li a {
    height: 70px !important;
    line-height: 70px !important;
}
.inner-nav {
    display: inline-block;
    position: relative;
    float: right;
}
.inner-nav ul {
    float: right;
    margin: auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
}
.inner-nav ul li {
    float: left;
    margin-left: 30px;
    position: relative;
}
.inner-nav ul li a {
    color: #555;
    letter-spacing: 2px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.inner-nav ul > li:first-child > a {} .inner-nav ul li a:hover,
.inner-nav ul li a.active {
    color: #02568a;
    text-decoration: none;
}
/* Menu sub */

.mn-sub {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    background: #f3f3f1;
}
.mn-sub li {
    display: block;
    width: 100%;
    margin: 0 !important;
}
.inner-nav ul li .mn-sub li a {
    display: block;
    width: 100%;
    height: auto !important;
    line-height: 1.3 !important;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 11px 15px;
    font-size: 13px;
    text-align: left;
    text-transform: none;
    border-left: none;
    border-right: none;
    letter-spacing: 0;
    color: #555 !important;
    cursor: pointer;
}
.mobile-on .mn-has-multi > li:last-child > a {
    border-bottom: 1px solid rgba(255, 255, 255, .065) !important;
}
.mn-sub li a:hover,
.inner-nav ul li .mn-sub li a:hover,
.mn-sub li a.active {
    background: rgba(255, 255, 255, .09);
    color: #02568a !important;
}
.mn-sub li ul {
    left: 100%;
    right: auto;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, .07);
}
.inner-nav > ul > li:last-child .mn-sub,
.inner-nav li .mn-sub.to-left {
    left: auto;
    right: 0;
}
.inner-nav li:last-child .mn-sub li ul,
.inner-nav li .mn-sub li ul.to-left {
    left: auto;
    right: 100%;
    top: 0;
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, .07);
}
.mobile-on .inner-nav li:last-child .mn-sub li ul {
    left: auto;
    right: auto;
    top: 0;
}
.mn-wrap {
    padding: 3px;
}
/* Menu sub multi */

.mn-has-multi {
    width: auto !important;
    padding: 15px;
    text-align: left;
    white-space: nowrap;
}
.mn-sub-multi {
    width: 190px !important;
    overflow: hidden;
    white-space: normal;
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
}
.mn-sub-multi > ul {
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
}
.mn-group-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
}
.mn-group-title:hover {
    background: none !important;
}
.mobile-on .mn-sub-multi > ul {
    left: auto;
    right: auto;
    border: none;
}
.mobile-on .mn-sub-multi {
    display: block;
    width: 100% !important;
}
.mobile-on .mn-sub-multi > ul > li:last-child > a {
    border: none !important;
}
.mobile-on .mn-sub > li:last-child > a {
    border: none !important;
}
.mobile-on .mn-sub-multi:last-child > ul {
    border-bottom: none !important;
}
/* Mobile nav */

.mobile-on .desktop-nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 15px;
    z-index: 100;
}
.mobile-on .full-wrapper .desktop-nav {
    padding: 0;
}
.mobile-on .desktop-nav ul {
    width: 100%;
    float: none;
    background: rgba(18, 18, 18, .97);
    position: relative;
    overflow-x: hidden;
}
.mobile-on .desktop-nav > ul {
    overflow-y: auto;
}
.mobile-on .desktop-nav ul li {
    display: block;
    float: none !important;
    overflow: hidden;
}
.mobile-on .desktop-nav ul li ul {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.mobile-on .desktop-nav ul li a {
    display: block;
    width: 100%;
    height: 38px !important;
    line-height: 38px !important;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .065);
    color: #999;
    letter-spacing: 1px;
    cursor: pointer;
}
.mobile-on .desktop-nav ul li a:hover,
.mobile-on .desktop-nav ul li a.active {
    background: rgba(255, 255, 255, .03);
    color: #ddd;
}
/* Menu sub */

.mobile-on .mn-has-sub > .fa {
    display: block;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.mobile-on .js-opened > .mn-has-sub > .fa {
    border-color: rgba(255, 255, 255, .4);
    line-height: 14px;
}
.mobile-on .inner-nav li {
    margin: 0 !important;
}
.mobile-on .mn-sub {
    display: none;
    opacity: 0;
    position: relative;
    left: 0 !important;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: none !important;
    border-right: none !important;
    border-top: none;
    z-index: 10;
}
.mobile-on .mn-sub li {
    padding-left: 10px;
}
.inner-nav li.js-opened .mn-sub {
    opacity: 1;
}
.mobile-nav {
    display: none;
    float: right;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    border-left: 1px solid rgba(0, 0, 0, .05);
    border-right: 1px solid rgba(0, 0, 0, .05);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property: background, color;
}
.mobile-nav:hover,
.mobile-nav.active {
    background: #fff;
    color: #777;
}
.mobile-nav:active {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .05) inset;
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 35px rgba(0, 0, 0, .05) inset;
}
.no-js .mobile-nav {
    width: 55px;
    height: 55px;
}
.mobile-on .mobile-nav {
    display: table;
}
.mobile-nav .fa {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 21px;
}
/* Menu sub multi */

.mobile-on .mn-has-multi {
    width: auto;
    padding: 0;
    text-align: left;
    white-space: normal;
}
.mobile-on .mn-sub {
    width: 100%;
    float: none;
    position: relative;
    overflow-x: hidden;
}
/* Dark panel style */

.main-nav.dark {
    background-color: rgba(10, 10, 10, .95);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.main-nav.dark .inner-nav ul > li > a {
    color: #fff;
}
.main-nav.dark .inner-nav ul > li > a:hover,
.main-nav.dark .inner-nav ul > li > a.active {
    color: #02568a;
}
.main-nav.dark .mobile-nav {
    background-color: transparent;
    border-color: transparent;
    color: rgba(255, 255, 255, .9);
}
.main-nav.dark .mobile-nav:hover,
.main-nav.dark .mobile-nav.active {
    color: #fff;
}
.main-nav.mobile-on.dark .inner-nav {
    border-top: 1px solid rgba(100, 100, 100, .4);
}
.main-nav.dark .logo,
.main-nav.dark a.logo:hover {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, .9);
}
.main-nav.dark .mn-sub {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.main-nav.dark .mn-soc-link {
    border: 1px solid rgba(255, 255, 255, .2);
}
.main-nav.dark .mn-soc-link:hover {
    border: 1px solid rgba(255, 255, 255, .3);
}
/* Transparent panel style */

.main-nav.transparent {
    background: transparent !important;
}
.main-nav.js-transparent {
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
/* Centered menu */

.mn-centered {
    text-align: center;
}
.mn-centered .inner-nav {
    float: none;
}
.mn-centered .inner-nav > ul {
    float: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.mn-centered .inner-nav > ul > li:first-child {
    margin-left: 0;
}
.mn-centered .mobile-nav {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
/* Aligned left menu */

.mn-align-left {} .mn-align-left .inner-nav {
    float: none;
    width: 100%;
}
.mn-align-left .inner-nav > ul {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.mn-align-left .inner-nav > ul > li:first-child {
    margin-left: 0;
}
.mn-align-left .mobile-nav {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
/* Fullscreen menu */

.fm-logo-wrap {
    position: absolute;
    top: 30px;
    left: 30px;
    height: 54px;
    z-index: 1030;
}
.fm-logo-wrap .logo {
    display: block;
    max-width: 200px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.fm-button {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 54px;
    height: 54px;
    background: #111;
    opacity: .85;
    text-indent: -12345px;
    z-index: 1030;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.fm-button:hover {
    opacity: 1;
}
.fm-button span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    -webkit-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.fm-button span:before,
.fm-button span:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 0;
    -webkit-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -webkit-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -moz-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -moz-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -o-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -o-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -ms-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -ms-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
}
.fm-button span:after {
    top: auto;
    bottom: -6px;
}
/* Active menu button */

.fm-button.active {
    background: #222;
    z-index: 2001;
}
.fm-button.active span {
    background: transparent;
}
.fm-button.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fm-button.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* Menu wrapper */

.fm-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 50px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(10, 10, 10, .97);
    z-index: 2000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fm-wrapper-sub {
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.fm-wrapper-sub.js-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.fm-wrapper-sub-sub {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.fm-menu-links,
.fm-menu-links ul {
    margin: 0;
    padding: 10px 0;
    line-height: 1.3;
    text-align: center;
}
.fm-menu-links ul.fm-sub {
    padding: 0;
}
.fm-menu-links a {
    display: block;
    position: relative;
    margin: 0;
    padding: 15px 20px;
    color: #999;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, .1);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    z-index: 11;
}
.no-touch .fm-menu-links a:hover,
.fm-menu-links a:active,
.fm-menu-links li.js-opened > a {
    color: #d5d5d5;
    text-decoration: none;
}
.fm-menu-links li {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.fm-menu-links li > a:active,
.fm-menu-links li.active > a,
.fm-menu-links li a.active {
    color: #f5f5f5;
}
.fm-menu-links li.js-opened:before {
    display: none;
}
.no-touch .fm-menu-links li.js-opened > a:hover,
.fm-menu-links li.js-opened > a:active {
    color: #fff;
}
.fm-has-sub {} .fm-has-sub .fa {
    font-size: 14px;
}
.js-opened > .fm-has-sub > .fa {
    color: #fff;
}
.fm-sub {
    display: none;
    opacity: 0;
    position: relative;
}
.fm-sub > li > a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
}
.fm-menu-links li.js-opened .fm-sub {
    opacity: 1;
}
.fm-search {
    width: 320px;
}
.fm-search input.search-field {
    background: transparent;
    color: #555;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.fm-search input.search-field:hover {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.fm-search input.search-field:focus {
    color: #999;
    border-color: rgba(255, 255, 255, .7);
}
.fm-search .search-button:hover {
    color: #fff;
}
.form-control {
    border-radius: 0px;
}
/*Logotypes*/

.logo-item {
    height: 80px;
    text-align: center;
    opacity: .75;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.logo-item:hover {
    opacity: 1;
}
.logo-item img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* Search widget */

.search-wrap {
    position: relative;
}
.search-field {
    width: 100% !important;
    height: 40px !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-button {
    width: 42px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    right: 1px;
    overflow: hidden;
    background: transparent;
    border: none;
    outline: none;
    color: #999;
    font-size: 14px;
}
.search-button:hover {
    color: #111;
}
.search-button:hover + .search-field {
    border-color: #ccc;
}
/* Widget menu */

.widget-menu {
    font-size: 13px;
}
.widget-menu li {
    padding: 5px 0;
}
.widget-menu li a {
    color: #555;
    text-decoration: none;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.widget-menu li a:hover,
.widget-menu li a.active {
    color: #999;
}
.widget-menu li small {
    font-size: 11px;
    color: #aaa;
}
/* new button */

.label-new {
    background: #f32929;
    color: white;
    padding: 2px 3px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* ===========================
---Loder
============================ */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: 0.9;
    z-index: 9999;
}
#load {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
/* ===========================
--- Slider
============================ */

.slider-wrapper {
    padding: 180px 0px 130px;
}
.slide-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 88px;
    letter-spacing: 1px;
    opacity: 1;
    text-transform: uppercase;
    margin-top: -2%;
}
.slide-sub-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    letter-spacing: 1px;
    opacity: 1;
    text-transform: uppercase;
}
.slide-sub-title.v1 {
	margin-top: -5%;
}
.slide-sub-title.v2 {
    margin-top: 0%;
}
.btn-submit {
    background: #FFD34E;
    border: 0px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: normal;
    border-radius: 0px;
    letter-spacing: 1px;
    color: #333;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
    border: 2px solid #FFD34E;
    text-align:center;
}
.btn-submit.v1{
    background: #fff;
    border: 0px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: normal;
    border-radius: 0px;
    letter-spacing: 1px;
    color: #333;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
    border: 2px solid #FFF;
}
.btn-submit:hover {
    background: #fff;
}
.btn-submit.v1:hover {
    background: #808080;
    color:#fff;
    border: 2px solid #808080;
}


.slide-img-1 {
    background-image: url(../images/img_main.jpg);
}
#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 850px;
}
@media (min-width: 20px) and (max-width: 450px) {
    .slide-title {
        font-size: 11px;
        line-height: 25px;
    }
    .slide-sub-title {
        font-size: 13px;
        line-height: 20px;
    }
}
#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}
#main-slider .carousel .item {
    opacity: 1;
    z-index: 1;
}
/* slider responsive */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #main-slider .carousel .item {
        height: 700px;
    }
    .slide-title {
    line-height: 25px;
    margin-top:-2%;
    }
    .slide-sub-title.v2{
    letter-spacing:-.5px;
    }
}
@media(max-width: 480px) and (max-width: 767px) {
    #main-slider .carousel .item {
        height: 400px;
    }
    .slider-wrapper {
        padding: 100px 0px 100px;
    }
     .slide-sub-title.v2{
    letter-spacing:-.5px;    
    font-size:12px;
    }
    .paratex p{
    text-align:left;    
    }
}
@media(max-width: 320px) and (max-width: 533px) {
    #main-slider .carousel .item {
        height: 400px;
    }
    .slider-wrapper {
        padding: 100px 0px 100px;
    }
    .slide-title {
    line-height: 25px;
    margin-top:2%;
    }    
    .slide-sub-title.v2{
    letter-spacing:-.5px;    
    font-size:12px;
    }
    .paratex p{
    text-align:left;    
    }
}

/*============================
facilities 
==============================*/

.facilities1-area {
    position: relative;
}
.facilities1-area .facilities1-inner-area {
    position: absolute;
    top: -285px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
@media only screen and (max-width: 1199px) {
    .facilities1-area .facilities1-inner-area {
        top: -150px;
    }
}
@media only screen and (max-width: 991px) {
    .facilities1-area .facilities1-inner-area {
        position: inherit;
        top: 0;
    }
}
.facilities1-area {
    margin-right: 0;
    margin-left: 0;
}
/*======================
Welcome
========================*/
.welcome-area {
    text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .welcome-area {
        padding: 74px 0 0;
    }
    .about  {text-align:center}
}
@media (min-width: 768px) and (max-width: 991px) {
    .welcome-area {
        padding: 67px 0 0;
    }
    .about p.txt_about {text-align:center}
}
@media (min-width: 480px) and (max-width: 767px) {
    .welcome-area {
        padding: 53px 0 0;
    }
    .about p.txt_about {text-align:center}
}
@media (min-width: 321px) and (max-width: 479px) {
    .about1-area {
        padding: 44px 0 0;
    }
    #about .txt_about {text-align:left;}
	#event1 img.event1 {display:none}
}
@media only screen and (max-width: 320px) {
    .welcome-area {
        padding: 35px 0 0;
    }
    #about .txt_about {text-align:left;}
}
.welcome-img-holder {
    text-align: center;
}
.welcome-img-holder img {
    margin: 0 auto;
}
.welcome-img-holder {
    text-align: center;
}
.welcome-img-holder img {
    margin: 0 auto;
}
/* ===========================
 concept
============================ */

#concept {
    background: #f3f3f1;
    background-size: cover;
}
.cource-item {
    margin-top: 20px;
    display: inline-block;
}
.cource-column {
    border-radius: 0px;
    overflow: hidden;
}
.tranding-post .cource-detail::before {
    content: "\f02e";
    position: absolute;
    top: -6px;
    left: 30px;
    font-size: 10px;
}
.cource-column:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cource-column:hover img {
    transform: scale(1.1);
}

.cource-detail {
    padding: 40px 30px;
    background: #fff;
    position: relative;
}


.meta-post {
    overflow: hidden;
    margin: 0 0 20px;
}
.meta-post li {
    float: left;
    margin: 0 0 0 30px;
    font-style: italic;
}
.meta-post li:first-child {
    margin: 0;
}
.meta-post li i {
    margin: 0 10px 0 0;
}
.cource-detail h3 {
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    text-transform: capitalize;
}
.cource-detail p {
    text-align: left;
    color: #959595;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
}
.cource-detail-btm .btn:hover {
    border-color: #252525;
    color: #252525;
}
.cource-column img,
.cource-column {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bottom .btn {
    color: #ffffff;
    background-color: #02568a;
    border-radius: 0;
}
/* ===========================
--- About
============================ */

.boxed-grey {
    background: #eaeaea;
    padding: 20px;
    margin-top: 20px;
}
.team h5 {
    margin-bottom: 30px;
}
.team p.subtitle {
    margin-bottom: 10px;
    color: #000;
}
.avatar {
    margin-bottom: 0px;
    max-width: 100%;
    display: inline-block;
}
/* ===========================
--- Event
============================ */

#event {
    background: #f3f3f1;
    background-size: cover;
}
.event-item {
    margin-top: 20px;
}
.event-column {
    border-radius: 0px;
    overflow: hidden;
}
.tranding-post .blog-detail::before {
    content: "\f02e";
    position: absolute;
    top: -6px;
    left: 30px;
    font-size: 10px;
}
.event-column:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.event-column:hover img {
    transform: scale(1.1);
}
.event-detail {
    padding: 40px 30px;
    background: #fff;
    position: relative;
}
.meta-post {
    overflow: hidden;
    margin: 0 0 20px;
}
.meta-post li {
    float: left;
    margin: 0 0 0 30px;
    font-style: italic;
}
.meta-post li:first-child {
    margin: 0;
}
.meta-post li i {
    margin: 0 10px 0 0;
}
.event-detail h3 {
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    text-transform: capitalize;
}
.event-detail p {
    text-align: left;
    color: #959595;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
}
.event-column .circle-btn {
    position: absolute;
    top: -20px;
    right: 30px;
    background: #f2af00;
}
.circle-btn.col {
    background: #03a9f4;
}
.event-column img,
.event-column {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.circle-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3%;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.z-depth-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.z-depth-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.z-depth-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.z-depth-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.z-depth-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}
/* ===========================
About
============================ */

#about {
    background: #000 url(../images/bg_headdsc.jpg);
    background-size: cover;
    color:#fff;
}
#about .lead,
#about h2 {
    color: #fff;
}
.about p.txt_about{color:#333;}
.about-wrap {
    padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
}
.about-wrap h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #555;
}
.about-wrap i {
    font-size: 35px;
    color: #02568a;
}
.about-wrap .pull-left {
    margin-right: 20px;
}
#about .slider-overlay {
    opacity: 0.8;
}


/* ===========================
 Achievement
============================ */

#achievement {
    background: #000 url(../images/bg_semi.jpg);
    background-size: cover;
}
#achievement .lead,
#achievement h2 {
    color: #fff;
}
.achievement-wrap {
    padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
}
.achievement-wrap h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #555;
}
.achievement-wrap i {
	font-size: 35px;
    color: #02568a;
}
.achievement-wrap .pull-left {
    margin-right: 20px;
}
#achievement .slider-overlay {
    opacity: 0.8;
}
/* ===========================
 Gellary
============================ */

.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view .mask,
.view .content {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    cursor: pointer;
}
.view img {
    display: block;
    position: relative;
}
.view p {
    line-height: 15px;
    font-size: 14px;
    font-style: italic;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}
.info {
    margin-bottom: 0px;
    display: inline-block;
    text-decoration: none;
    padding: 7px 30px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}
.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(2, 86, 138, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.view-first:hover p,
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.iso-section img {
    max-width: 100%;
    transition: all 0.3s ease-in;
}
/* FILTER CSS */

.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.filter-wrapper li a.selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #02568a;
    border-color: transparent;
    color: #ffffff;
}
/* ===========================
---ISOTOPE BOX CSS
============================ */

.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* ===========================
  Blog Page
============================ */

.blog-title {
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 25px;
    line-height: 0.7;
    text-align: left;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
.btn-blog {
    padding: 5px 15px;
    background: #02568a;
    color: #fff;
    margin-top: 25px;
    display: inline-block;
}
.btn-blog:hover {
    color: #fff;
}
.blog-item {
    margin-bottom: 0px;
    text-align: left;
}
.bp-content {
    padding: 40px 0px;
}
.s1 {
    padding-right: 40px;
    margin-right: 25px;
}
.s2 {
    padding-left: 40px;
    margin-left: 25px;
}
.p-0 {
    padding: 0px;
}
.m-t-0 {
    margin-top: 0px;
}
.m-l-0 {
    margin-left: 0px;
}
.m-r-0 {
    margin-right: 0px;
}
.m-b-0 {
    margin-bottom: 0px;
}
.p-t-0 {
    padding-top: 0px;
}
.p-l-0 {
    padding-left: 0px;
}
.p-r-0 {
    padding-right: 0px;
}
.p-b-0 {
    padding-bottom: 0px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-t-60 {
    margin-top: 60px;
}
.m-b-60 {
    margin-bottom: 60px;
}
.p-t-60 {
    padding-top: 60px;
}
.p-b-60 {
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .block-blog h2 {
        padding: 25px 0px 15px 0px;
    }
    .block-bp .blog-item {
        margin-bottom: 30px;
    }
    .bp-category > .ser-item:last-child,
    .block-blog .container > .blog-item:last-child,
    .block-bp .bp-content h2 {
        margin-bottom: 0px;
    }
    .block-blog .bp-content {
        padding: 0px;
        margin-bottom: 20px;
        display: inline-block;
    }
    .s1,
    .s2 {
        padding: 0px;
        margin: 0px;
        border: none;
    }
    .atv .down_brc i,
    .atv .down_brc,
    .btn-1 {
        font-size: 13px;
    }
    .p-r-0 {
        padding-right: 15px;
    }
    .p-l-0 {
        padding-left: 15px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .bp-content {
        padding: 0px 0px 20px;
    }
    .s1 {
        padding-right: 0px;
        margin-right: 0px;
    }
    .s2 {
        padding-left: 0px;
        margin-left: 0px;
    }
}
.pagination {
    margin-top: 80px;
}
.pagination > .page-numbers {
    padding-top: 30px;
}
.pagination > .page-numbers .dots {
    display: block;
    padding: 12px 0;
}
.pagination ul {
    list-style: none;
    padding: 0;
}
.pagination li {
    display: inline-block;
    background: #f2f2f2;
    border-radius: 0px;
    width: 45px;
    transition: all 200ms ease-out;
    margin-bottom: 4px;
}
.pagination li a {
    display: block;
    color: #999999;
    padding: 12px 18px;
}
.pagination li:hover {
    background: #02568a;
}
.pagination li:hover a {
    color: #333333;
}
.pagination li .current {
    display: block;
    color: #333333;
    background: #02568a;
    padding: 12px 18px;
    border-radius: 0px;
}

/* ===========================
  event detail Page
============================ */

ul {
    list-style-type: none;
}
ul {
    margin: 0;
    padding: 0;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
}
button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
}
input,
textarea {
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.clear-fix {
    clear: both;
}
.clear-fix:after {
    display: table;
    content: '';
    clear: both;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.round-border {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
#event-post {
    padding: 0px 0 33px;
}
#event-post article {
    margin-bottom: 65px;
}
#event-post article:last-child {
    margin-bottom: 65px;
}
#event-post article .post-title h3 {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 30px;
    color: #353535;
    text-transform: capitalize;
    margin: 5% 0;
}
#event-post article .img-holder {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
#event-post .carousel-indicators {
    bottom: 13px;
}
#event-post .carousel-indicators li,
#event-post .carousel-indicators li.active {
    width: 14px;
    height: 14px;
    margin-left: 2px;
    margin-right: 2px;
}
#event-post .carousel-indicators li {
    border: 2px solid #fff;
    margin-left: 2px;
    margin-right: 2px;
}
#event-post article .post-meta {
    margin-bottom: 16px;
}
#event-post article .post-date ul {
    border-bottom: 1px solid #e8eaef;
    border-top: 1px solid #e8eaef;
    margin-bottom: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:#5f5f5f;
    color:#fff;
}
#event-post article .post-date ul li {
    display: inline;
    font-size: 16px;
    margin-right: 32px;
}
#event-post article .post-date ul li span:first-child {
    font-size: 18px;
    color: #8d8d8d;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
#event-post article .post-date ul li span:last-child {
    color: #a3a3a3;
    letter-spacing: 0.06em;
    margin-right: 2px;
}
#event-post article > p,
#event-post article p {
    font-size: 1em;
    line-height: 28px;
    margin-bottom: 20px;
}
#event-post article > p mark {
    background: #02568a;
    color: #fff;
    display: inline-block;
    line-height: 11px;
}
#event-post article > .read-more {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 39px;
    color: #FE5454;
    padding: 0 0px;
    display: inline-block;
}
#event-post article > .read-more:hover {
    color: #000;
}
#event-post article h3 {
    margin-bottom: 20px;
}
#event-post article h3.margin_fix_top {
    margin-top: 25px;
}
#event-post article p {
    margin-bottom: 6px;
}
#event-post article ul.highlight {
    margin-top: 16px;
}
#event-post article ul.highlight li {
    line-height: 32px;
}
#event-post article ul.highlight li span {
    padding-right: 2px;
}
#event-post article .expert_quote_area .col-lg-12 .expert_quote {
    background: #f5f4f4 none repeat scroll 0 0;
    margin-left: 30px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}
#event-post article .expert_quote_area .col-lg-12 .expert_quote:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 6px;
}
#event-post article .expert_quote_area .col-lg-12 .expert_quote p {
    font-weight: 300;
    color: #646464;
    font-size: 17px;
    padding: 26px 30px 0px 103px;
    position: relative;
    margin: 0;
}
#event-post article .expert_quote_area .col-lg-12 .expert_quote p:before {
    color: #d0d0d0;
    font-size: 54px;
    left: 30px;
    position: absolute;
    top: 45px;
}
#event-post article .expert_quote_area .col-lg-12 .expert_quote span {
    float: right;
    font-size: 16px;
    font-style: italic;
    padding-bottom: 24px;
    padding-right: 37px;
    text-transform: capitalize;
}
#event-post article .shear_area .shear {
    margin-top: 80px;
    overflow: hidden;
}
#event-post article .shear_area .shear h6 {
    float: left;
    margin-right: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 4px;
}
#event-post article .shear_area .shear .social_button {
    float: left;
    margin: 0;
    padding: 0;
}
#event-post article .shear_area .shear .social_button ul li {
    display: inline-block;
}
#event-post article .shear_area .shear .social_button ul li a {
    background-color: transparent;
    color: #787c7f;
    display: inline-block;
    margin: 0 8px;
    line-height: 17px;
}
#event-post article .shear_area .shear .social_button ul li a:hover,
#event-post article .shear_area .shear .social_button ul li a:focus,
#event-post article .shear_area .shear .social_button ul li a:active {
    color: #02568a;
}
#event-post .comments_area {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    margin-top: 70px;
    overflow: hidden;
    margin-bottom: 70px;
}
#event-post .comments_area h4 {
    margin-bottom: 33px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e9e9e9;
}
#event-post .comments_area .single_comment > img {
    border-radius: 0px;
    padding-bottom: 22px;
    padding-left: 6px;
    padding-top: 28px;
}
#event-post .comments_area .single_comment .comment {
    position: relative;
    width: 87%;
    padding: 20px 30px;
}
#event-post .comments_area .single_comment .comment a.reply {
    width: 60px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #02568a;
    border-radius: 0px;
    font-size: 13px;
    position: absolute;
    top: -20px;
    right: -20px;
}
#event-post .comments_area .single_comment .comment a.reply:hover {
    color: #000;
}
#event-post .comments_area .single_comment .comment h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
}
#event-post .comments_area .single_comment .comment span {
    font-style: italic;
}
#event-post .comments_area .single_comment .comment p {
    margin-top: 17px;
}
#event-post .comments_area .single_comment {
    padding-bottom: 25px;
   
}
#event-post .comments_area .single_comment.border_fix {
    border-bottom: none;
    margin: 34px 0 0px 102px;
    padding-top: 38px;
    padding-bottom: 15px;
}
#event-post article .comment-box .comment-box-title h4 {
    color: #353535;
    padding: 37px 0 25px;
}
#event-post article .comment-box .comment-box-field .comment-box-half input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 9px 0 9px 20px;
    width: 100%;
    outline: none;
}
#event-post article .comment-box .comment-box-field .comment-box-full textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 163px;
    padding: 10px 0 10px 20px;
    resize: none;
    width: 100%;
    outline: none;
}
#event-post article .comment-box form button {
    color: #fff;
    width: 150px;
    line-height: 43px;
    margin-top: 30px;
}
/*------- event-fix-width-4column---------*/

.event_sidebar form,
.event_sidebar .category_list,
.event_sidebar .tags_widget,
.event_sidebar .recent_event,
.event_sidebar .flickr_widget,
.event_sidebar .site_archives,
.event_sidebar .text_wideget,
.event_sidebar {
    margin-bottom: 40px;
}
.event_sidebar .text_wideget p {
    font-size: 15px;
    color: #808080;
    padding-top: 3px;
    line-height: 26px;
    padding-left: 3px;
    padding-right: 6px;
}
.event_sidebar form .search_item_holder {
    position: relative;
}
.event_sidebar form input {
    font-size: 15px;
    border: 1px solid #eeeff0;
    height: 42px;
    outline: none;
    width: 100%;
    padding-left: 13px;
    padding-right: 41px;
}
.event_sidebar form button {
    height: 42px;
    width: 42px;
    outline: none;
    box-shadow: none;
    color: #fff;
    background-color: #02568a;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
}
.event_sidebar h4 {
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    color: #3d3d3d;
    position: relative;
    padding-left: 13px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8eaef;
    margin-top: 0;
}
.event_sidebar h4:before {
    content: '';
    background: #02568a;
    position: absolute;
    width: 3px;
    height: 30px;
    left: 0;
    top: 0;
}
.event_sidebar .tags_widget h4 {
    margin-bottom: 9px;
}
.event_sidebar .category_list ul li a {
    display: block;
    font-size: 15px;
    color: #8c8c8c;
    padding-left: 20px;
    line-height: 40px;
    border-bottom: 4px solid #fff;
    background-color: #eaeaea;
}
.event_sidebar .category_list ul li:last-child a {
    border: none;
    padding-bottom: 0;
}
.event_sidebar .category_list ul {
    margin: 10px 0 0 0;
}
.event_sidebar .category_list ul li a span,
.event_sidebar .site_archives ul li a span {
    color: #a6a6a6;
    float: right;
}
.tags_widget ul li {
    display: inline-block;
    margin: 8px 1px 0px 4px;
    text-align: center;
}
.tags_widget ul li a {
    font-size: 14px;
    display: block;
    color: #808080;
    padding: 5px 15px;
    text-transform: capitalize;
    background: #f8f8f9;
    border: 1px solid #f4f4f5;
}
.event_sidebar .recent_event h4 {
    margin-bottom: 25px;
}
.event_sidebar .recent_event .img-content {
    width: 30%;
}
.event_sidebar .recent_event .text {
    width: 70%;
    padding-left: 10px;
}
.event_sidebar .recent_event .text a {
    line-height: 21px;
    color: #000;
    margin: -3px 0 2px 0;
    font-weight: 500;
}
.event_sidebar .recent_event .text span {
    font-size: 15px;
}
.event_sidebar .recent_event .recent_event_single_item {
    border-bottom: 1px solid #efeefe;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.event_sidebar .recent_event .recent_event_single_item:last-child {
    border: none;
}
/* ===========================
--- Login
============================ */

.login {
    margin: 0;
    background: #eaeaea;
}
*,
:after,
:before {
    box-sizing: border-box
}
.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}
.clearfix:after {
    clear: both;
    display: block
}
a {
    color: inherit;
    text-decoration: none
}
.avatarc {
    width: 100%;
    margin: auto;
    width: 150px;
    border-radius: 0px;
    height: 60px;
    position: relative;
    bottom: 10px;
}
.avatarc img {
    width: 150px;
    height: 60px;
    border-radius: 0px;
    margin: auto;
    display: block;
}
.login-wrap {
    width: 100%;
    margin: auto;
    max-width: 525px;
    min-height: 670px;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
}
.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 120px 70px 50px 70px;
}
.login-html .sign-in-htm,
.login-html .sign-up-htm {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check {
    display: none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button {
    text-transform: uppercase;
}
.login-html .tab {
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 60px 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab {
    color: #fff;
    border-color: #1161ee;
}
.login-form {
    min-height: 345px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.login-form .group {
    margin-bottom: 15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
    width: 100%;
    color: #fff;
    display: block;
}
.login-form .group .input,
.login-form .group .button {
    border: none;
    padding: 8px 20px;
    border-radius: 0px;
    background: rgba(94, 101, 109, 0.3);
}
.login-form .group .label {
    color: #aaa;
    font-size: 12px;
}
.login-form .group .button {
    background: #02568a;
}
.login-form .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 0px;
    position: relative;
    display: inline-block;
    background: #555;
}
.login-form .group label .icon:before,
.login-form .group label .icon:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.login-form .group label .icon:before {
    left: 3px;
    width: 5px;
    bottom: 6px;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
}
.login-form .group label .icon:after {
    top: 6px;
    right: 0;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
}
.login-form .group .check:checked + label {
    color: #555;
}
.login-form .group .check:checked + label .icon {
    background: #555;
}
.login-form .group .check:checked + label .icon:before {
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.hr {
    height: 2px;
    margin: 20px 0 50px 0;
    background: rgba(94, 101, 109, 0.3);
}
.foot-lnk {
    text-align: center;
}
.foot-lnk a {
    color: #555;
}
/* ===========================
--- 404 page
============================ */

.bg-404 {
    background: #f3f3f1;
}
.wrapper {
    padding: 150px 0px 130px;
}
.sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #555;
    line-height: 71px;
    letter-spacing: 4px;
    opacity: 1;
    text-transform: uppercase;
}
.title {
    font-size: 123px;
    font-weight: 700;
    color: #02568a;
    line-height: 88px;
    letter-spacing: 4px;
    opacity: 1;
    text-transform: uppercase;
    padding: 25px 0px;
}
.sm-title {
    font-size: 18px;
    color: #555;
    opacity: 1;
}
.btn-submit {
    background: #02568a;
    border: 0px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: normal;
    border-radius: 0px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}
.btn-submit:hover {
    background: #eaeaea;
}
/* ===========================
--- Contact
============================ */

.contactboxed .btn {
    color: #ffffff;
    background-color: #02568a;
    border-radius: 0;
}
.contactboxed {
    background: #eaeaea;
    padding: 20px;
    border: 1px solid #eee;
}
.form-group label {
    text-align: left !important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
form#contact-form input,
form#contact-form select,
form#contact-form textarea {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.office {
    background: #eaeaea;
    padding: 0 0 0px 0;
    margin: 30px 0px;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.office:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background-color: rgba(2, 86, 138, 0.9);
}
.office:hover a {
    color: #fff;
}
.office:hover p {
    color: #fff;
}
.office:hover h3 {
    color: #fff;
}
.office p:hover {
    color: #fff;
}
.widget-contact:hover h3 {
    
   border-left: 2px solid #fff;
   
}
.widget-contact {
    text-align: left;
    padding: 30px 15px 30px 30px;
    height: 230px;
}
.widget-contact h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-left: 2px solid #02568a;
    display: inline-block;
    padding: 10px 10px 10px 10px;
}
.widget-contact p {
    margin-top: 0px;
    margin-bottom: 27px;
}
.widget-contact a {
    color: #02568a;
    margin-top: 0px;
}
.company-social {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    margin-top: 0px;
}
.company-social li {
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}
.company-social a {
    margin: 0;
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i {
    text-align: center;
    margin: 0;
    padding: 0;
}
.company-social .social-facebook a {
    background: #3873ae;
}
.company-social .social-twitter a {
    background: #62c6f8;
}
.company-social .social-google a {
    background: #d14836;
}
.company-social .social-facebook a:hover {
    background: #4893ce;
}
.company-social .social-twitter a:hover {
    background: #82e6ff;
}
.company-social .social-google a:hover {
    background: #333;
}
.company-social .social-vimeo a:hover {
    background: #71c6f3;
}
/* ===========================
--- Google map
============================ */

.map {
    position: relative;
    margin-bottom: 40px;
}
#google-map {
    position: relative;
    margin-top: 10px;
    height: 300px;
    width: 100%;
}
/* ===========================
--- Footer
============================ */

.toper {
    text-align: center;
    padding: 10px 0px;
    background: #eaeaea;
}
footer {
    text-align: center;
    padding: 20px 0px;
    background: #000;
}
footer p,
a {
    color: #fff;
}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 5px;
    padding: 0px 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
/* ===========================
--- Presets
============================ */

.style-chooser {
  width: 210px;
  left: -210px;
  position: fixed;
  top: 100px;
  z-index: 99999;
  -webkit-transition: left 400ms;
  transition: left 400ms;
}

.style-chooser.opened {
  left: 0;
}

.style-chooser .toggler {
  position: absolute;
  top: 0;
  right: -48px;
  display: inline-block;
  background: #f5f5f5;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: #999;
}

.style-chooser-inner {
  position: relative;
  background: #f5f5f5;
  padding: 15px;
}

.style-chooser-inner h4 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.style-chooser-inner ul {
  list-style: none;
  padding: 0;
  margin: -5px;
}

.style-chooser-inner ul li {
  display: block;
  width: 60px;
  float: left;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.style-chooser-inner ul li.active a {
  -webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.2) inset;
  box-shadow: 0 0 0 3px rgba(0,0,0,.2) inset;
}

.style-chooser-inner ul li a {
  display: block;
  height: 40px;
}

.style-chooser-inner ul li.preset1 a {
  background: #028fcc;
}

.style-chooser-inner ul li.preset1 a:hover {
  background: #027db3;
}

.style-chooser-inner ul li.preset2 a {
  background: #f27935;
}

.style-chooser-inner ul li.preset2 a:hover {
  background: #db6625;
}

.style-chooser-inner ul li.preset3 a {
  background: #7FBA00;
}

.style-chooser-inner ul li.preset3 a:hover {
  background: #6ea100;
}

.style-chooser-inner ul li.preset4 a {
  background: #0db3c7;
}

.style-chooser-inner ul li.preset4 a:hover {
  background: #0a8897;
}

.style-chooser-inner ul li.preset5 a {
  background: #913d88;
}

.style-chooser-inner ul li.preset5 a:hover {
  background: #6d2e66;
}

.style-chooser-inner ul li.preset6 a {
  background: #f7ca18;
}

.style-chooser-inner ul li.preset6 a:hover {
  background: #d5ab07;
}

.table {margin-top:30px;}
.table th{text-align:center; color:#333; font-size:14px; letter-spacing:-1px}
.table td{color:#333; font-size:14px;}
strong.h_seminar {color:#e9460b}
strong.h_seminar.v1 {color:#2b599d}
h4.notice {font-size:15px; margin:15px 0; width:100%; letter-spacing:-1.2px}
h4.notice span{color:#fff600}
ul.lst_type_set {font-size:14px;text-align:left}
ul.lst_type_set li {margin-bottom:15px; letter-spacing:-.5px; color:#333;}
ul.lst_type_set li span {margin-right:10px}
ul.lst_type_set.v1 li {margin-bottom:0px}
ul.lst_type_set.v1 ul {margin-left:30px; font-size:14px}
p.sign {margin-top:30px; color:#333}
p.sign strong {display:block; font-size:23px;}
.modal-title {font-size:30px; color:#000; font-weight:bold;} 
.ccm_app {font-size:14px}
.ccm_app span{font-size:13px}
.ccm_app p{margin-bottom:10px}
span.h_shead {color:#df3127; font-weight:bold}
span.h_shead.v1 {color:#c13873; font-weight:bold}
span.pu_ch {font-size:12px}
table td.pla {font-weight:bold}
.table td {text-align:left}