/*
Theme Name: Enlighten Pro
Theme URI: http://demo.accesspressthemes.com/enlighten-pro/
Author: AccesspressThemes
Author URI: https://accesspressthemes.com/
Description: Enlighten Pro is a complete WordPress education theme, best designed for educational and academic websites. The theme comes with three beautiful homepage layouts, you can choose any of your choice and create an outstanding school/college/university/ any other educational institutions in no time. It is a live Customizer based theme that provides you an unlimited customization possibilities, powerful support, top-notch beautiful design, and loads of awesome features. It is a widgetized theme with multiple widget areas - enhance the functionality of your site as per your requirement. Beside, it comprises unlimited color options, advanced typography, unlimited slider settings - inbuilt slider and much more exciting features and functionalities. It is fully SEO friendly and translation ready.
Version: 1.0.5
License: GNU General Public License v3 or later 
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: enlighten-pro
Tags: right-sidebar, left-sidebar, sticky-post, threaded-comments, featured-images, translation-ready, custom-logo, custom-menu
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
    text-align: left;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #777;
    /*font-family: 'Open Sans', sans-serif;*/
    
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
}
body {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #444;
    /*font-family: 'Titillium Web', sans-serif;*/
    
    font-family: 'Poppins', sans-serif;
}
h1 {
    font-size: 2em;
    margin: 20px 0;
}
p {
    margin: 0 0 25px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
}
ul,
ol {
    margin: 0 0 15px 20px;
    padding-left: 0;
}
ul {
    list-style: disc;
}
ol,
ol li {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 15px 15px;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
    
    vertical-align: middle;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
select {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    /*color: #333333;*/
    
    color: #313546;
}
a:visited {} a:hover,
a:focus,
a:active {
    color: rgba(0, 154, 218, 0.9);
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    width: 100%;
    background: #009ada;
    position: relative;
    z-index: 99999;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul > li {
    display: inline-block;
    position: relative;
    padding: 21px 0px 18px;
}
.main-navigation ul > li > a {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 25px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    line-height: 20px;
}
.main-navigation ul ul.sub-menu > li > a {
    border-right: none;
    text-align: left;
}
.main-navigation ul li:last-child a {
    border-right: none;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.layout2 .main-navigation .nav-wrap ul li a {
    font-size: 15px;
    text-transform: capitalize
}
.layout2 .main-navigation .nav-wrap ul li li a {
    font-size: 13px;
}
.main-navigation.top ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: rgba(0, 154, 218, 1);
}
.main-navigation.bottom ul ul {
    background: rgba(0, 154, 218, 1)
}
.main-navigation ul ul li,
.main-navigation ul ul ul li {} .main-navigation.bottom ul ul {
    float: left;
    position: absolute;
    bottom: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul.sub-menu a {
    width: 200px;
    font-size: 13px;
    padding: 10px 25px;
}
.main-navigation ul ul li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0;
}
.main-navigation ul ul li:last-child {
    border-bottom: none;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
    opacity: 0.6;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: 0;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
.mb-ham {
    width: 28px;
    position: absolute;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}
.mb-ham span:first-child {
    margin-top: 0;
}
.mb-ham span {
    height: 3px;
    width: 100%;
    background: #fff;
    margin-top: 4px;
    display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*========================================
            homepage css
==========================================*/

header.site-header {
    border-top: 6px solid #333;
}
header.site-header.layout1 {
    background: #fff;
}
.ak-container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.home #primary,
.blog #primary {
    width: 68%;
    float: left;
}
.home #secondary,
.blog #secondary {
    width: 29%;
    float: right;
}
/*------------------------------------
       header social links
------------------------------------*/

.header_social_link .fa_link_wrap {
    display: inline-block;
    margin-left: 10px;
    float: right;
    font-size: 14px;
    text-align: center;
}
.header_social_link .fa_link_wrap .link_wrap {
    display: none;
}
.header_social_link .fa_link_wrap a {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.header_social_link .fa_link_wrap .fa_wrap i:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    border-color: #fff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 12px;
}
.header_social_link .fa_link_wrap .fa_wrap i:hover:before {
    opacity: 0.6;
}
.social_htext_wrap {
    height: 39px;
    line-height: 32px;
}
.social_htext_wrap .header_text,
.social_htext_wrap .header_social_link {
    background: #333;
    height: 39px;
    line-height: 32px;
    padding-left: 15px;
    color: #fff;
}
.social_htext_wrap .header_text {
    float: left;
    width: 45%;
    margin-left: 25%;
    color: #fff;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.logo_info_wrap .header-logo-container .site-header-logo {
    margin-top: 0;
    margin-bottom: 0;
}
.logo_info_wrap .header-logo-container,
.logo_info_wrap .site-branding {
    width: 25%;
    float: left;
}
.layout1 .logo_info_wrap .header-logo-container {
    padding-top: 8px;
}
.logo_info_wrap .site-branding {
    text-align: left;
}
.site-branding h1.site-title {
    color: #009ada;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
}
.site-branding h1.site-title a:hover {
    color: rgba(0, 154, 218, .8);
}
.site-branding h1.site-title a {
    color: #009ada;
}
.site-branding .site-description {
    color: #333333;
    font-size: 14px;
    padding-bottom: 10px;
}
.site-branding h1.site-title,
.site-branding .site-description {
    margin: 0;
}
.logo_info_wrap {
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}
.header_info_wrap {
    width: 65%;
    float: right;
    padding: 30px 0px;
}
.header_info_wrap span {
    display: block;
    margin-top: -3px;
}
.header_info_wrap .fa_icon {
    display: inline-block;
    float: left;
    margin: 0px 15px 0px 0px;
}
.header_info_wrap i:before {
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #686868;
    display: inline-block;
    line-height: 26px;
    padding-right: 1px;
}
.header_info_wrap .phone_header,
.header_info_wrap .email_header,
.header_info_wrap .location_header {
    display: inline-block;
    float: left;
    width: 33.33%;
}
.header_info_wrap .phone_header .title_phone,
.header_info_wrap .email_header .title_email_wrap,
.header_info_wrap .location_header .title_location_wrap {
    display: inline-block;
    font-size: 14px;
}
.title_location,
.title_email,
.pnone_title {
    text-transform: uppercase;
    font-weight: 600;
    color: #686868;
}
.header_info_wrap .phone_header .title_phone .phone,
.header_info_wrap .email_header .title_email_wrap .email_address,
.header_info_wrap .location_header .title_location_wrap .location {
    color: #333333;
}
/*=========================================
            navigation bar position
=============================================*/

.main-navigation.center {
    text-align: center;
}
.main-navigation.center.top ul ul li,
.main-navigation.center.top ul.menu ul li {
    float: none;
}
.main-navigation.left {
    text-align: left;
}
.main-navigation.right {
    text-align: right;
}
.main-navigation.bottom {
    position: fixed;
    bottom: 0;
    z-index: 9999;
}
.site {
    position: relative;
}
/*==========================================
           slider
===========================================*/

#header_slider_wrap .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
}
#header_slider_wrap .bx-wrapper ul li img {
    width: 100%;
}
/*================================================
            caption slider
-===================================================*/

.home_section .news_slide_wrap {
    overflow: hidden;
}
.home_section .bg_news_slide .news_slide_wrap .news_slider_title {
    width: 25%;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 60px;
    border-right: 1px solid #f5c083;
    padding: 10px 30px;
    text-align: right;
    font-weight: 600;
}
#section_news_slide .bg_news_slide .news_slide_wrap .news_slider_title:after {
    content: '';
    width: 1px;
    background-color: #fff;
    position: absolute;
}
#section_news_slide {
    position: relative;
}
#section_news_slide:after {
    background: rgba(237, 145, 42, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}
#section_news_slide .bg_news_slide {
    position: relative;
    z-index: 1;
    color: #fff;
}
#section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper {
    float: right;
    width: 66%;
}
#section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper ul {
    margin: 0;
    padding: 0;
}
#section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper .bx-viewport {
    padding-right: 60px;
    border: none;
    box-shadow: none;
    left: 0;
    background: none;
}
#section_news_slide .bg_news_slide .news_slide_wrap .slider_news_title a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-family: 'lato', sans-serif;
    margin: 0;
    line-height: 45px;
    font-weight: 500;
}
#section_news_slide .bg_news_slide .news_slide_wrap .slider_news_title a:hover {
    color: #f4e3a8;
}
#section_news_slide .bg_news_slide .slide_content_wrap .slide_news_content {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
}
#section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction a {
    right: 0;
    margin-top: 5px;
    min-width: 24px;
    min-height: 24px;
}
#section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: auto;
    right: 0;
    background: url(images/sprite2.png) no-repeat -3px -3px;
    top: 0;
    z-index: 99;
}
#header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider {
    margin-left: 0;
    overflow: hidden;
}
#header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider li img:after {
    margin-left: 0;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
}
#section_news_slide .news_slide_wrap .bx-wrapper {
    position: relative;
}
#section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 0;
    background: url(images/sprite2.png) no-repeat -3px -35px;
    z-index: 99;
}
#header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider .slider_capation {
    position: absolute;
    top: 50%;
    z-index: 9999999999;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider .slider_capation .slider_title {
    color: rgb(54, 54, 54);
    font-size: 60px;
    font-weight: 400;
    display: block;
    line-height: 72px;
    margin-bottom: 15px;
    font-family: 'lato', sans-serif;
}
#header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider .slider_capation .slider_content {
    font-size: 18px;
    color: rgb(54, 54, 54);
    line-height: 25px;
    font-family: 'lato', sans-serif;
}
#header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider .slider_capation .slider_title_desc {
    position: relative;
    color: #fff;
    z-index: 999;
    display: block;
    width: 60%;
}
/******header slider button*****/

#header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider .slider_capation .slider_content span a {
    background: #009ada none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 300;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    min-width: 140px;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 0.5px;
    line-height: 21px;
    font-family: "Open Sans", sans-serif;
    padding: 10px 20px;
    text-align: center;
    margin-top: 5px;
}
#header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider .slider_capation .slider_content span a:hover {
    background-color: rgba(237, 145, 42, 0.8);
}
/*======================================
                portfolio section
=======================================*/

.section_title {
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    padding: 30px 0 0;
    position: relative;
    display: block;
    text-transform: uppercase;
    z-index: 1;
}
.section-layout-1 #section_event .section_title {
    padding: 30px 0 0;
}
.bg_portfolio.clearfix {
    padding: 0;
    margin: 0;
    display: block;
}
.after-effet1 {
    position: relative;
    width: 200px;
    margin: 0 auto;
    height: 16px;
}
.after-effet1:before {
    background: url(images/style1.png) no-repeat;
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    top: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.after-effet1:after {
    background: #ececec;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    content: "";
    left: 0;
    right: 0;
}
.title_one h4 {
    color: #333333;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.title_two h2 {
    color: #009ada;
    font-size: 40px;
    font-weight: 700;
    display: block;
    line-height: 50px;
    margin: 0;
}
.section-layout-1 .title_one h4,
.section-layout-1 .title_two h2,
.section-layout-1 .section_title {
    font-family: 'Titillium Web', sans-serif;
}
#section_portfolio .portfolio_slider_wrap {
    margin: 50px 0px 0 -1px;
    overflow: hidden;
}
#section_portfolio .portfolio_slider_wrap .owl-item {
    padding-left: 1px;
}
.portfolio_slider_wrap .portfolio_slide_loop {
    border: 1px solid #d9d9d9;
}
.portfolio_slider_wrap .title_content_wrap {
    padding: 20px;
    text-align: center;
}
.portfolio_slider_wrap .anchor_title_wrap h3 {
    margin: 0;
}
.portfolio_slider_wrap .anchor_title_wrap a {
    color: #333333;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding: 0px 0 12px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}
.portfolio_slider_wrap .anchor_title_wrap a:hover {
    color: #009ada;
}
.portfolio_slider_wrap .title_content_wrap .port_content_wrap {
    font-family: 'Raleway', sans-serif;
    color: #808080;
}
.portfolio_slider_wrap.owl-carousel .owl-controls .owl-dot {
    display: inline-block;
}
.portfolio_slider_wrap.owl-carousel .owl-controls .owl-dots {
    text-align: center;
    margin: 30px 0px 0;
}
.portfolio_slider_wrap.owl-carousel .owl-controls .owl-dots span {
    width: 15px;
    height: 15px;
    border: 3px solid #d6d6d6;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    background: transparent;
}
.portfolio_slider_wrap.owl-carousel .owl-controls .owl-dot.active span,
.portfolio_slider_wrap.owl-carousel .owl-controls .owl-dot span:hover {
    border: 3px solid #0080da;
}
/*=============================
porfolio image hover effects and widget recent post section
=================*/

#section_blog .blog-wrap .blogs-wrap .img-blog:after,
.portfolio_slide_loop .image_wrap_port a:after,
.footer_RN_wrap .rn_post_loop .rn_image a:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    transition: all 900ms ease;
}
#section_blog .blog-wrap .blogs-wrap .img-blog,
.portfolio_slide_loop .image_wrap_port a,
.footer_RN_wrap .rn_post_loop .rn_image a {
    position: relative;
    display: block;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    transition: all 900ms ease;
    overflow: hidden;
    display: block;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
}
#section_blog .blog-wrap .blogs-wrap .img-blog:hover img,
.portfolio_slide_loop .image_wrap_port a:hover img,
.footer_RN_wrap .rn_post_loop .rn_image a:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
#section_blog .blog-wrap .blogs-wrap .img-blog img,
.portfolio_slide_loop .image_wrap_port a img,
.footer_RN_wrap .rn_post_loop .rn_image a img {
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    transition: all 900ms ease;
    width: 100%;
    height: auto;
    display: block;
}
#section_blog .blog-wrap .blogs-wrap .img-blog:hover:after,
.portfolio_slide_loop .image_wrap_port a:hover:after,
.footer_RN_wrap .rn_post_loop .rn_image a:hover:after {
    opacity: 1;
    left: 50%;
    right: 50%;
}
/*==============================================
            porfolio grid section
====================================================*/

.bg_portfolio .portfolio-grid-wrap > div {
    width: 31.6667%;
    margin-left: 2.5%;
    float: left;
    margin-top: 35px;
}
.bg_portfolio .portfolio-grid-wrap > div:first-child {
    margin-left: 0;
}
.bg_portfolio .portfolio-grid-wrap > div:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.bg_portfolio .portfolio-grid-wrap {
    padding-top: 15px;
}
.bg_portfolio .portfolio-grid-wrap:after {
    display: block;
    clear: both;
    content: "";
}
.bg_portfolio .portfolio-grid-wrap .image_wrap_port {
    margin-bottom: 20px;
}
.bg_portfolio .portfolio-grid-wrap .port_title h3 {
    margin: 0px 0 12px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.bg_portfolio .portfolio-grid-wrap .port_title h3 a {
    color: #313646;
}
.bg_portfolio .portfolio-grid-wrap .port_title h3 a:hover {
    color: rgba(0, 154, 218, 0.9);
}
.bg_portfolio .portfolio-grid-wrap .port_content_wrap {
    font-size: 14px;
    color: #7c7c7c;
}
/*==============================================
            service section
====================================================*/

#section_service {
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 80px;
}
#section_service .bg_service .service_title a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: Lato, sans-serif;
    text-transform: capitalize;
}
#section_service .bg_service .service_title h3 {
    margin: 0;
}
#section_service .bg_service .service_title a:hover {
    color: #b7deff;
}
#section_service .title_two h2,
.section-layout-2 .layout1#section_service .title_two h2 {
    color: #fff;
    font-weight: 400;
}
.section-layout-1 #section_service .effect_title {
    position: relative;
    z-index: 3;
}
.section-layout-1 .wrap_video .title_one h4,
.section-layout-1 .wrap_video .title_two h2 {
    color: #fff;
}
.section-layout-1 .layout3#section_service .title_two h2 {
    color: #009ada;
}
.bg_director-words .title_one h4,
.bg_director-words .title_two h2 {
    color: #fff;
}
#section_university-words .right-university-words .after-effet1 {
    margin: 0;
}
.section-layout-1 #section_university-words .right-university-words .section_title {
    padding-top: 30px;
}
.section-layout-2 .layout1#section_service .title_two h2 {
    font-size: 40px;
}
/*****************/

#section_service:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #191919;
    opacity: 0.72;
    z-index: 1;
}
#section_service.layout3 {
    background: #f3f3f3;
}
#section_service.layout3,
#section_service.layout2 {
    margin-bottom: 0px;
}
/*================================================
            porfolio owl carousel
======================================================*/

.service_slider .owl-item.active,
.service_slider .owl-item {
    color: #fff;
    padding: 55px 10px 0;
}
.service_slider .owl-item .content_wrap {
    width: 50%;
    float: left;
    padding: 60px 60px;
    position: relative;
}
.service_slider .content_wrap:after {
    background: #4590cf;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 9999999;
    width: 78%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.service_slider .content_wrap:nth-child(n+3):after {
    content: none;
}
.service_slider .content_wrap:nth-child(2n+1) {
    clear: both;
}
.service_slider .content_wrap .title_content_service {
    color: #b7deff;
    line-height: 28px;
    font-size: 15px;
    font-weight: 300;
}
.service_slider .image_title .service_title,
.service_slider .image_title .service_image {
    display: inline-block;
}
.service_slider .image_title {
    margin-bottom: 25px;
    display: inline-block;
}
.service_slider .image_title .service_title {
    vertical-align: middle;
    margin-top: 10px;
}
.service_slider .image_title .service_image {
    margin-left: 15px;
    margin-right: 0;
    vertical-align: middle;
}
.service_slider .content_wrap:nth-child(odd) .image_title .service_image {
    float: left;
    display: inline-block;
    margin-left: 0;
    margin-right: 15px;
}
.service_slider .content_wrap:nth-child(odd) {
    text-align: left;
}
.service_slider .content_wrap:nth-child(even) {
    text-align: right;
}
.service_slider .content_wrap:nth-child(even) .image_title .service_image {
    float: right;
}
#section_service .effect_title {
    padding: 0px 0 20px;
}
#section_service .effect_title .after-effet1:before {
    z-index: 2;
}
.section-layout-1 #section_service .title_one h4 {
    font-size: 14px;
    color: rgba(170, 170, 170, 0.8);
    font-weight: 400;
    margin-bottom: 8px;
    letter-spacing: 4px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.section-layout-1 #section_service .title_two h2 {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 4px;
}
#section_service .description_service {
    text-transform: none;
    padding: 30px 20px 0;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}
#section_service .service_slider.owl-carousel {
    position: relative;
    margin-top: 0px;
    bottom: -80px;
    z-index: 2;
    background: #008cda;
}
.service_slider.owl-carousel:before {
    content: "";
    border-left: 1px solid #4590cf;
    position: absolute;
    display: block;
    top: 55px;
    bottom: 145px;
    left: 50%;
    z-index: 2;
}
#section_video .wrap_video iframe {
    max-width: none;
    top: 50% !important;
    transform: translateY(-50%);
    position: absolute;
}
#section_video .wrap_video .section_title .title_one,
#section_video .wrap_video .section_title .title_two {
    color: #fff;
}
#section_cta {
    position: relative;
    color: #fff;
}
#section_cta:after {
    background: rgba(237, 145, 42, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    position: absolute;
}
#section_cta .bg_cta {
    position: relative;
    z-index: 1;
}
#section_cta .title_section_cta {
    width: 20%;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 60px;
    text-align: right;
    border-right: 1px solid #f5c083;
    padding: 10px 30px;
}
#section_cta .title_description {
    width: 60%;
    float: left;
    margin-left: 5%;
}
#section_cta .title_description .cta_title h3 {
    display: block;
    font-size: 28px;
    font-family: 'lato', sans-serif;
    line-height: 45px;
}
#section_cta .title_description .cta_title h3 {
    margin: 0;
    color: #fff;
}
#section_cta .title_description .cta_desc {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    display: block;
    line-height: 28px;
}
#section_cta .button_cta a {
    width: 15%;
    text-align: center;
    border: 2px solid #eeeeee;
    padding: 10px 25px;
    float: left;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    margin: 15px 0 0;
    color: #fff;
}
#section_cta .button_cta a:hover {
    background: #fff;
    color: #db821e;
}
#section_cta .cta_wrap {
    overflow: hidden;
}
/*=============================================
          testimonial
===============================================*/

#section_faq_testimonial {
    clear: both;
}
#section_faq_testimonial .faq_wrap {
    width: 47%;
    float: left;
}
#section_faq_testimonial .test_wrap {
    width: 47%;
    float: right;
}
#section_faq_testimonial .faq_wrap .faq_title h2,
#section_faq_testimonial .test_wrap .title_test h2 {
    color: #009ada;
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 50px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}
.section-layout-2 #section_faq_testimonial .faq_wrap .faq_title h2,
.section-layout-2 #section_faq_testimonial .test_wrap .title_test h2 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    color: #24262a;
    font-weight: 500;
    letter-spacing: -.2px;
    text-transform: capitalize;
}
#section_faq_testimonial .faq_wrap .faq_title h2,
#section_faq_testimonial .test_wrap .title_test h2 {
    margin: 0;
}
/*================================================
       portfolio controls
==================================================*/
/*================================================
home main-slider
================================================*/

#header_slider_wrap .bx-wrapper .bx-controls-direction .bx-prev {
    left: 0px;
    padding-right: 2px;
}
#header_slider_wrap .bx-wrapper .bx-controls-direction .bx-next {
    right: 0px;
    padding-left: 2px;
}
#header_slider_wrap .bx-wrapper .bx-controls-direction .bx-next:before {
    content: "\f105";
}
#header_slider_wrap .bx-wrapper .bx-controls-direction .bx-prev:before {
    content: "\f104";
}
#header_slider_wrap .bx-wrapper .bx-controls-direction a {
    color: rgba(255, 255, 255, 0.5);
    background: none;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 110px;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    text-indent: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    width: 30px;
    height: 110px;
    opacity: 0;
    z-index: 9 !important;
    background: rgb(54, 54, 54);
}
#header_slider_wrap:hover .bx-wrapper .bx-controls-direction a {
    opacity: 1;
}
#header_slider_wrap .bx-wrapper .bx-controls-direction a:hover {
    color: rgba(255, 255, 255, 0.8)
}
/*================================================
                    slider
================================================*/

.service_slider.owl-carousel .owl-controls .owl-nav div {
    display: inline-block;
    padding: 0 5px;
    opacity: 0.6;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #bfd8ee;
    background: transparent;
    margin: 0;
}
.service_slider.owl-carousel .owl-controls {
    text-align: center;
    padding: 0px 0 50px;
    position: relative;
    z-index: 2;
}
.layout1#section_service .service_slider .owl-dots,
#section_client .owl-dots {
    display: none;
}
.service_slider.owl-carousel .owl-controls .owl-nav div:hover {
    opacity: 1;
    background: transparent;
}
#section_achieve .bg_achieve .wrap_counter > div {
    width: 25%;
    float: left;
    text-align: center;
}
#section_achieve .bg_achieve .wrap_counter {
    margin-top: 50px;
}
#section_achieve .bg_achieve .wrap_counter .counter_count,
#section_achieve .bg_achieve .wrap_counter .counter_title {
    display: block;
}
#section_achieve .bg_achieve .wrap_counter .counter_count {
    color: #009ada;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
}
#section_achieve .bg_achieve .wrap_counter .counter_title {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}
#section_achieve .bg_achieve .wrap_counter div .image_wrap_fa i {
    font-size: 74px;
    display: block;
    color: rgba(129, 129, 129, 0.74);
    margin: 0 auto;
}
#section_achieve .bg_achieve .wrap_counter div .image_wrap_fa {
    margin-bottom: 10px;
}
/*================================================
        FAQ section
================================================*/

#section_faq_testimonial .test_faq_wrap .faq_qa {
    color: #333333;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    padding: 25px 70px 25px 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #eee;
    background-color: #f6f6f6;
}
#section_faq_testimonial .test_faq_wrap .faq_loop_wrap li {
    list-style: none;
}
#section_faq_testimonial .test_faq_wrap .faq_qa > span {
    width: 80%;
}
#section_faq_testimonial .test_faq_wrap .faq_ans {
    color: #808080;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: none;
}
.faq_question {
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}
#section_faq_testimonial .test_faq_wrap .faq_question.expanded .plus_minus_wrap {
    font-weight: normal;
}
#section_faq_testimonial .test_faq_wrap .faq_question .plus_minus_wrap {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    height: 43px;
    padding-left: 5px;
    background-color: #333;
    transition: all 0.3s;
}
#section_faq_testimonial .test_faq_wrap .faq_question.expanded .plus_minus_wrap,
#section_faq_testimonial .test_faq_wrap .faq_question.expanded .plus_minus_wrap:before {
    background-color: #FFB118;
}
#section_faq_testimonial .test_faq_wrap .faq_question .plus_minus_wrap:before {
    position: absolute;
    left: -10px;
    display: block;
    width: 23px;
    height: 100%;
    content: '';
    transition: all 0.3s;
    transform: skewX(26deg);
    background-color: #333;
    cursor: pointer;
}
.faq_question.expanded .plus_minus_wrap {
    background-color: #e9902c;
    cursor: pointer;
}
.faq_question .plus_minus_wrap span {
    position: relative;
    display: inline-block;
    width: 25px;
    font: normal 700 18px Lato;
    color: #fff;
    vertical-align: middle;
    background-color: transparent;
    z-index: 10;
    padding-top: 10px;
    cursor: pointer;
}
.faq_question.expanded .plus_minus_wrap span:before {
    content: '-';
    cursor: pointer;
}
.faq_question .plus_minus_wrap span:before {
    content: '+';
    cursor: pointer;
}
.faq_dot:before,
.faq_dot:after {
    display: inline-block;
    width: 10px;
    height: 2px;
    content: '';
    transition: all 0.3s;
}
.faq_dot:before {
    background-color: #009ada;
}
.faq_dot:after {
    margin-left: 3px;
    background-color: #333;
}
/*widget seperator starts*/

#secondary h2.widget-title:before {
    background-color: #009ada;
}
#secondary h2.widget-title:after {
    margin-left: 13px;
    background-color: #333;
}
#secondary h2.widget-title {
    position: relative;
    font-family: 'Poppins', sans-serif;
}
/***********widget seperator ends*************/

#section_faq_testimonial .test_faq_wrap .faq_qa.faq_qa_wrap {
    background-color: #fff;
}
#section_faq_testimonial .faq_cat_wrap .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
}
#section_faq_testimonial .faq_cat_wrap .bx-viewport ul {
    margin-left: 0;
}
.testimony-wrap .client-testimony,
#section_faq_testimonial .faq_cat_wrap .content_test .description_test {
    padding: 60px 30px;
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 1px solid #eee;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 16px;
}
.testimony-wrap .client-details,
#section_faq_testimonial .faq_cat_wrap .content_test .img_title_wrap {
    position: relative;
    top: -25px;
}
#section_faq_testimonial .faq_cat_wrap .content_test .img_title_wrap .image_test img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border-top: 7px solid #dcdbdb;
    border-left: 5px solid #dcdbdb;
    border-right: 5px solid #dcdbdb;
    border-bottom: 4px solid #dcdbdb;
}
.testimony-wrap .client-details,
#section_faq_testimonial .faq_cat_wrap .content_test .img_title_wrap {
    padding: 0 30px;
}
#section_faq_testimonial .faq_cat_wrap .content_test .image_test,
.testimony-wrap .client-details .img-wrap {
    display: inline-block;
}
#section_faq_testimonial .faq_cat_wrap .content_test .title_sub,
.testimony-wrap .client-details .meta-wrap {
    display: inline-block;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    position: absolute;
    margin-left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimony-wrap .client-details .meta-wrap span.client-company,
#section_faq_testimonial .faq_cat_wrap .content_test .title_sub span {
    display: block;
    text-transform: none;
    color: #808080;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
#section_faq_testimonial .faq_cat_wrap .bx-wrapper .bx-pager.bx-default-pager a {
    height: 15px;
    width: 15px;
    background: #fff;
    border: 3px solid #d6d6d6;
    border-radius: 50%;
}
#section_faq_testimonial .faq_cat_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
#section_faq_testimonial .faq_cat_wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    border: 3px solid #1b3a70;
    border-color: #008ada;
}
#section_faq_testimonial .test_wrap .bx-wrapper {
    margin-bottom: 35px;
}
/*=======================================
                latestnews section
=========================================*/

#section_news_twitter_message .recent_news {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}
#section_news_twitter_message .recent_news .rn_content_loop.odd_loop .rn_image {
    width: 50%;
    float: right;
}
#section_news_twitter_message .recent_news .rn_content_loop.even_loop .rn_image {
    width: 50%;
    float: left;
}
#section_news_twitter_message .recent_news .rn_content_loop.odd_loop .rn_title_content {
    width: 50%;
    padding: 20px 10px 0px 5px;
    vertical-align: top;
    float: left;
    position: absolute;
    height: 100%;
}
#section_news_twitter_message .recent_news .rn_content_loop.even_loop .rn_title_content {
    width: 50%;
    vertical-align: top;
    padding: 20px 5px 0px 20px;
    position: absolute;
    height: 100%;
    right: 0;
}
#section_news_twitter_message .rn_content_loop .rn_title_content .read_more_ln {
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
}
#section_news_twitter_message .rn_content_loop .rn_title_content .read_more_ln a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 20px;
    font-size: 25px;
    font-weight: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#section_news_twitter_message .recent_news .rn_content_loop .rn_title_content .rn_title {
    background: none;
    color: #333333;
    font-size: 22px;
    font-family: 'Titillium Web', sans-serif;
    padding: 0px;
    text-transform: none;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 10px;
}
#section_news_twitter_message .recent_news .rn_content_loop {
    clear: both;
    overflow: hidden;
    position: relative;
}
#section_news_twitter_message .recent_news .rn_title,
#section_news_twitter_message .messag_wrap .rn_title {
    background: #e9902c;
}
#section_news_twitter_message .twitter_wrap {
    width: 25%;
    display: table-cell;
    background: #009ada;
    vertical-align: top;
}
#section_news_twitter_message .twitter_wrap h2 {
    color: #fff;
    padding: 10px 20px;
    font-size: 26px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}
/*=================================
                message wrap
======================================*/

#section_news_twitter_message .messag_wrap {
    width: 25%;
    display: table-cell;
    background: #f2f4f5;
    vertical-align: top;
}
#section_news_twitter_message .messag_wrap .rn_title,
#section_news_twitter_message .recent_news .rn_title {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #fff;
    font-size: 26px;
    display: block;
}
#section_news_twitter_message .NTM_wrap {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    vertical-align: top;
}
.recent_news .rn_title_content .ln_date {
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    background: #009ada;
    border-radius: 3px;
    margin-bottom: 15px;
    display: inline-block;
}
.recent_news .rn_title_content .rn_content {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #333333;
}
#section_news_twitter_message .messag_wrap .content_title_designation {
    padding: 30px 20px;
    font-family: 'Raleway', sans-serif;
}
#section_news_twitter_message .messag_wrap .message_author {
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
#section_news_twitter_message .content_title_designation .message_content {
    color: #333333;
    font-size: 14px;
    margin-bottom: 30px;
}
#section_news_twitter_message .content_title_designation .message_designation {
    color: #e38d2d;
    font-size: 14px;
    font-style: italic;
}
/*=============================
            twitter-feed
===============================*/

.twitter_wrap .aptf-tweet-content {
    color: #c5f0ff;
    font-family: Lato, sans-serif;
    font-size: 16px;
}
.twitter_wrap .aptf-tweet-username:before {
    content: "/";
    color: #61cff7;
}
.twitter_wrap .aptf-tweet-username {
    font-size: 12px;
    color: #61cff7;
}
.twitter_wrap .aptf-tweet-name {
    font-size: 15px;
    color: #fff !important;
}
.twitter_wrap .aptf-tweet-name:hover {
    color: #c5f0ff !important;
}
.twitter_wrap .aptf-single-tweet-wrapper {
    border-bottom: 1px solid #4590cf;
    padding: 20px 30px 30px;
    margin-bottom: 0;
}
.twitter_wrap .aptf-single-tweet-wrapper:last-child {
    border-bottom: none;
}
.twitter_wrap .aptf-tweet-actions-wrapper {
    display: none;
}
.twitter_wrap .aptf-timestamp a {
    color: #c5f0ff;
    font-size: 12px;
}
/*======================
our partners section
==========================*/

#section_client .client_image img {
    width: auto;
    margin: 0 auto;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
#section_client .section_title {
    margin-bottom: 30px;
}
#section_client .client_image img: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);
}
#section_client .client_image {
    overflow: hidden;
}
/*=========================
     footer_area
===============================*/

.site-footer .footer_area > div {
    width: 33.33%;
    float: left;
    padding: 0px 30px;
}
.site-footer .footer-secondary-wrap {
    padding: 50px 0 30px;
    background: #1a1a1a;
    color: #ffffff;
}
.site-footer {
    background: #fff;
}
.site-footer.bottom_menu .footer-secondary-wrap {
    padding-bottom: 120px;
}
.site-footer .footer_area {
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    display: block;
}
.site-footer .footer_area .rn_title,
.site-footer .footer_area .footer_widget_title,
.site-footer .footer_area .widget-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.site-footer .footer_area .widget-title {
    margin-top: 0;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}
.footer_area_one .footer_content_area {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
}
.footer_area_one .footer_content_area p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer_area_two .title_content_wrap .tn_title a {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}
.footer_area_two .title_content_wrap .tn_title a:hover {
    color: #fff;
}
.footer_RN_wrap {
    font-family: 'Raleway', sans-serif;
}
.footer_area_two .title_content_wrap .rn_content {
    font-size: 13px;
}
.footer_area_two .rn_post_loop .rn_image {
    float: left;
    width: 70px;
    height: 70px;
}
.footer_area_two .rn_post_loop .rn_image img {
    height: 100%;
    width: 100%;
}
.footer_area_two .rn_post_wrap.no_image .title_content_wrap {
    width: 100%;
    float: none;
}
.footer_area_two .rn_post_wrap .title_content_wrap {} .footer_area_two .rn_post_loop {
    margin-bottom: 25px;
    overflow: hidden;
}
.footer_area_three {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
}
.footer_area_three i {
    font-size: 18px;
    margin-right: 10px;
    color: #c4c4c4;
    vertical-align: middle;
}
.footer_area_three .location_info,
.footer_area_three .phone_info,
{
    margin-bottom: 5px;
}
.footer_area .faq_dot:after {
    background-color: #fff;
}
.footer_area .faq_dot {
    margin-top: 5px;
    height: 2px;
}
.footer_area .faq_dot:before,
.footer_area .faq_dot:after {
    vertical-align: top;
}
.footer_area_three .info_wrap > div {
    margin-bottom: 10px;
}
/*=================================
            footer text
======================================*/

.site-footer .site-info {
    text-align: center;
    padding: 30px 0 0;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #fff;
}
.site-footer .site-info a {
    color: rgba(255, 255, 255, 0.7);
}
.site-footer .site-info a:hover {
    color: #fff;
}
/*=============================
            home widget section
===============================*/

.home #secondary ul {
    margin-left: 0;
    padding-left: 0;
}
/*================================
            both sidebar
====================================*/

.widget ul {
    list-style: none;
}
.ak-container-both .both_left,
.ak-container-both .both_right {
    width: 25%;
    padding: 0 20px;
}
.ak-container-both .both_left {
    float: left;
    padding-left: 0;
}
.ak-container-both .both_right {
    float: right;
    padding-right: 0;
}
.ak-container-both #primary {
    width: 50%;
    float: left;
    padding: 0 20px;
}
.ak-container-both {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1170px;
}
.ak-container-both #secondary ul,
.ak-container #secondary ul,
#primary .error-404.not-found ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.ak-container-both h1.entry-title {
    text-align: center;
}
#primary .post-meta .entry-title {
    padding-bottom: 0;
    text-transform: initial;
    font-size: 26px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
#primary .our_blog .post-meta .entry-title {
    font-weight: 500;
    color: #24262a;
    line-height: 1.5;
}
#secondary .search-form .search-submit,
#primary .error-404.not-found .search-form .search-submit,
.not-found .search-form .search-submit,
.site-footer .widget_search .search-submit {
    background: transparent;
    box-shadow: none;
    border-color: #009ada;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 10px;
    text-shadow: none;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    text-indent: -999px;
    z-index: 1;
    position: relative;
    outline: 0;
}
.comment-form .form-submit .submit {
    border: none;
    background: #009ada;
    color: #fff;
    outline: 0;
    text-align: center;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    min-width: 150px;
    padding: 15px;
    line-height: normal;
    box-shadow: none;
    border-radius: 0;
    font-size: 15px;
    text-shadow: none;
}
.comment-form .form-submit .submit:hover {
    background: #1a1a1a;
}
#secondary .search-form .search-submit:hover,
#primary .error-404.not-found .search-form .search-submit:hover .not-found .search-form .search-submit:hover,
{
    background: rgba(0, 154, 218, 0.9);
    border-color: rgba(0, 154, 218, 0.9);
}
/************single page footer***********/

.entry-footer span {
    padding-right: 10px;
    font-weight: 600;
}
.entry-footer .tags-links a,
.entry-footer .cat-links a {
    font-weight: normal;
    text-transform: lowercase;
}
.blog #primary article .entry-footer {
    float: right;
    font-weight: 600;
}
.blog #primary article {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}
.blog #primary article .entry-footer a {
    color: rgba(14, 141, 253, 0.8);
}
.blog #primary article .entry-footer a:hover {
    color: #404040;
}
.blog .entry-footer .cat-links a {
    border-right: 1px solid rgba(14, 141, 253, 0.5);
    padding-right: 10px;
}
.blog .entry-footer span {
    padding-right: 10px;
}
.blog #primary article .entry-header .posted-on {
    font-weight: 600;
}
/*=========================
        single widget section
=============================*/

#primary.left,
#secondary.right_right,
#secondary.archive_right,
.search #secondary {
    float: right;
}
#secondary.left_left,
.ak-container-right #primary,
#primary {
    float: left;
}
.ak-container-right #primary,
#primary {
    width: 70%;
}
#secondary.archive_right,
#secondary.left_left,
#secondary.right_right,
.search #secondary {
    width: 25%;
}
.ak-container-no #primary {
    width: 100%;
    padding: 50px 0px 0;
}
.archive .site-content,
.ak-container-right,
.ak-container-left,
.blog .site-content,
.error404 .site-content,
.search .site-content,
.ak-container-both {
    padding-top: 80px;
    padding-bottom: 60px;
}
.archive .site-content:after,
.ak-container-right:after,
.ak-container-left:after,
.blog .site-content:after,
.error404 .site-content:after,
.search .site-content:after,
.ak-container-both:after {
    content: "";
    display: block;
    clear: both;
}
#secondary.widget-area .widget_calendar .calendar_wrap table tbody tr {
    text-align: center;
}
#secondary.widget-area .widget_calendar .calendar_wrap table caption {
    padding-bottom: 10px;
}
#primary h2.entry-title a {
    color: #444;
}
#primary .entry-title a:hover {
    color: rgba(0, 154, 218, 0.9);
}
.widget ul li:after {
    content: "\f105";
    font-family: "FontAwesome";
    right: 0;
    position: absolute;
    top: 14px;
    color: #ccc;
}
/*****menu widget****/

#secondary .widget.widget_nav_menu ul li a:after {
    content: "\f105";
    font-family: "FontAwesome";
    right: 0;
    position: absolute;
    color: #ccc;
}
#secondary .widget.widget_nav_menu ul li a {
    position: relative;
}
#secondary .widget.widget_nav_menu ul li:after {
    content: none;
}
#secondary .widget.widget_nav_menu ul li a:hover:after {
    color: rgba(0, 154, 218, 1);
}
/*******/

.widget ul li a {
    display: block;
    padding: 10px 0;
    text-transform: capitalize;
    color: #666c72;
    line-height: 1.9;
    display: inline-block;
}
.hidden-sidebar .widget ul li,
.widget ul li {
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}
.widget-area .widget_nav_menu.widget ul li a {
    border-top: 1px solid #eaeaea;
    display: block;
}
.widget-area .widget_nav_menu.widget ul li {
    border-bottom: 0;
}
.widget ul li:last-child {
    border-bottom: 0;
}
.widget-area .widget_nav_menu.widget ul > li:first-child a,
.widget-area .widget_nav_menu.widget ul.menu > li:first-child a {
    border-top: 0;
}
.widget ul li:hover:after,
.widget ul li a:hover {
    color: rgba(0, 154, 218, 1);
}
.widget ul li.recentcomments {
    padding: 10px 0;
}
.widget_recent_comments ul li a:before {
    content: none;
}
.widget_recent_comments ul li {
    position: relative;
    color: #777;
}
.widget_recent_comments ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    color: #ccc;
}
.widget_recent_entries ul li:last-child a,
.widget_categories ul li:last-child a,
.widget_recent_comments ul li:last-child a,
.widget_archive ul li:last-child a,
.widget_meta ul li:last-child a {
    border-bottom: none;
}
/*===============================
            portfolio
==================================*/

.post-image-wrap {
    margin-bottom: 20px;
}
.post-meta .entry-meta {
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 0px 0 10px;
    clear: both;
}
article .post-date {
    float: left;
}
article .post-comment {
    float: right;
}
.page .entry-content {
    margin-top: 0px;
}
.page .single_page_image {
    margin-bottom: 25px;
}
.single-post .entry-content,
.archive .entry-content {
    margin-top: 15px;
    color: #777;
    font-weight: 400;
}
article .entry-content {
    clear: both;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
article.our_blog .entry-content {
    padding-top: 18px;
}
.archive article .entry-content a {
    margin-top: 16px;
    color: #009ada;
    padding-right: 5px;
}
.archive .entry-content a:hover {
    padding-left: 5px;
    padding-right: 0;
}
article .posted-on a,
.post-meta .post-date .byline .author a {
    color: #999;
    font-weight: 400;
}
.post-meta .post-date .byline,
article .posted-on {
    color: #999;
}
/******
    blog
*******/

.our_blog .post-meta .post-date {
    text-transform: capitalize;
}
.our_blog .post-meta .post-date > span {
    padding: 0 7px;
    line-height: 1;
    display: inline-block;
}
.our_blog .post-meta .post-date > span:first-child {
    padding-left: 0;
}
.our_blog .post-meta .post-date > span:last-child {
    border-right: 0;
}
article .post-date a:hover,
.post-meta .post-date .byline .author a:hover,
article.our_blog .posted-on a:hover,
.our_blog .post-meta .post-date .byline .author a:hover {
    color: #009ada;
}
/******/

article .post-comment i {
    margin-right: 8px;
    color: #999;
}
#primary article {
    margin-bottom: 40px;
}
article .post-comment a {
    margin-left: 18px;
    color: #999;
}
article .post-comment a:hover,
article .post-comment a:hover i {
    color: #009ada;
}
.widget_recent_comments ul li {
    border-bottom: 1px solid #eaeaea;
    text-transform: capitalize;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.widget_recent_comments ul li a {
    border-bottom: none;
}
.widget_recent_comments ul li:last-child {
    border-bottom: none;
}
.error404 .widget_categories ul li a {
    width: 92%;
    display: inline-block;
}
.post-image-wrap a {
    position: relative;
    display: inline-block;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    transition: all 900ms ease;
    overflow: hidden;
}
.post-image-wrap {
    overflow: hidden;
}
.post-image-wrap a:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    transition: all 900ms ease;
}
.post-image-wrap a:hover:after {
    opacity: 1;
    left: 50%;
    right: 50%;
}
.post-image-wrap a:hover img {
    transform: scale(1.1);
}
.post-image-wrap a img {
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    transition: all 900ms ease;
    width: 100%;
    height: auto;
}
/*========================
        previous and next navlinks
=============================*/

.nav-links a {
    padding: 7px 20px;
    background: #009ada;
    color: #fff;
    display: inline-block;
}
.nav-links .current {
    padding: 7px 20px;
    background: rgba(2, 20, 35, 0.47);
    color: #fff;
    display: inline-block;
}
.nav-links a:hover {
    background: rgba(2, 20, 35, 0.47);
}
.header-banner-container {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.header-banner-container:after {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
}
.header-banner-container .page-title-wrap {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    position: relative;
    padding: 90px 0;
    z-index: 1;
}
#enlighten-breadcrumb {
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
#enlighten-breadcrumb a {
    padding: 0 5px;
    color: #fff;
}
#enlighten-breadcrumb a:hover {
    text-decoration: underline;
}
#enlighten-breadcrumb .current {
    padding-left: 5px;
}
.header-banner-container .page-title {
    color: #fff;
    font-weight: 800;
    font-size: 35px;
    margin: 0 0 9px;
}
/*********
    breadcrumb
*************/

.header-banner-container.medium .page-title-wrap {
    text-align: center;
}
.header-banner-container.large .page-title-wrap {
    padding: 250px 0;
    text-align: center;
}
.header-banner-container.small {
    padding: 20px 0;
    background: #f6f6f6;
}
.header-banner-container.small .page-title-wrap {
    padding: 0;
}
.header-banner-container.small .page-title-wrap:after {
    content: "";
    clear: both;
    display: block;
}
.header-banner-container.small {
    background-image: none;
}
.header-banner-container.small:after {
    content: none;
}
.header-banner-container.small #enlighten-breadcrumb a {
    padding: 0 5px;
    color: #777777;
    font-size: 13px;
    line-height: 1;
}
.header-banner-container.small #enlighten-breadcrumb a:hover {
    text-decoration: none;
}
.header-banner-container.small #enlighten-breadcrumb a:last-child {
    padding-right: 0;
}
.header-banner-container.small #enlighten-breadcrumb {
    float: right;
    color: #777777;
}
.header-banner-container.small #enlighten-breadcrumb .current {
    color: #222222;
    font-size: 13px;
    line-height: 1;
}
.header-banner-container.small .page-title {
    color: #444444;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    float: left;
    margin-bottom: 0;
    line-height: 1.3;
}
/*==================
comment section
======================*/

.comment-respond {
    outline: 0;
}
.comments-area .comment-respond form p.comment-form-author,
.comments-area .comment-respond form p.comment-form-email,
.comments-area .comment-respond form p.comment-form-url {
    float: left;
    width: 33.33%;
    padding-right: 20px;
}
.comments-area .comment-respond form p.comment-form-url {
    padding-right: 0;
}
.required {
    color: red;
}
.comments-area .comment-respond form p.comment-form-author input[type="text"],
.comments-area .comment-respond form p.comment-form-email input[type="email"],
.comments-area .comment-respond form p.comment-form-url input[type="url"] {
    width: 100%;
    outline: 0;
}
.comments-area {
    float: left;
    width: 100%;
}
.comments-area {
    background-color: #fff;
    margin: 0 0 20px 0;
}
.comments-area ol.comment-list {
    padding: 0;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}
.comments-area ol.comment-list li {
    list-style: none;
    float: left;
    width: 100%;
}
.comments-area ol.comment-list li .comment-body {
    border-bottom: 1px solid #eee;
    margin: 0 0 25px 0 !important;
    padding: 0 0 25px 0;
    position: relative;
    float: left;
    width: 100%;
}
.comments-area ol.comment-list li .comment-body .comment-author {
    float: left;
    width: 100%;
}
.comments-area ol.comment-list li .comment-body .comment-author img.avatar {
    margin: 0 20px 0 0;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 4px;
}
.comments-area ol.comment-list li .comment-body .comment-author .fn {
    padding-right: 2px;
    font-size: 18px;
    text-transform: capitalize;
}
.comments-area ol.comment-list li .comment-body .comment-author span.says {
    color: #aaa;
}
.comments-area ol.comment-list li .comment-body .comment-metadata {
    float: left;
    padding: 0 0 0 78px;
    margin: -32px 0 0 0;
    font-size: 12px;
}
.comments-area ol.comment-list li .comment-body .comment-metadata > a {
    color: #aaa;
    font-family: 'Lato', sans-serif;
    word-spacing: 2px;
}
.comments-area ol.comment-list li .comment-body .comment-content {
    padding: 0 0 0 78px;
    margin: 0;
    float: none;
    width: 100%;
    display: block;
    clear: both;
}
.comments-area ol.comment-list li .comment-body .reply {
    position: absolute;
    right: 0;
    top: 0;
}
.comment-awaiting-moderation {
    margin-left: 80px;
    font-style: italic;
    font-weight: 600;
}
.comments-area ol.comment-list li .comment-body .reply a.comment-reply-link,
.comment-body .comment-metadata .edit-link {
    border-radius: 0;
    padding: 1px 4px;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    display: inline-block;
    border: 1px solid #ccc;
}
.comments-area ol.comment-list li .comment-body .reply a.comment-reply-link:hover,
.comment-body .comment-metadata span.edit-link:hover {
    color: rgba(0, 154, 218, 0.9);
    border: 1px solid rgba(0, 154, 218, 0.9);
    background: none;
}
.comments-area ol.comment-list li .comment-body .comment-metadata a:hover {
    color: rgba(0, 154, 218, 0.9);
}
.comments-area h2.comments-title,
.comments-area .comment-respond h3.comment-reply-title {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 400;
}
.comments-area .comment-form p:last-child {
    margin-bottom: 0;
}
.comments-area h2.comments-title {
    margin: 0 0 40px 0;
}
.comment-body .comment-metadata span.edit-link {
    position: absolute;
    top: 1px;
    right: 50px;
}
.comments-area ol.comment-list li .comment-body .comment-content p {
    margin: 0 0 10px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"] {
    display: block;
    width: 100%;
}
.comment-form-comment textarea#comment {
    width: 100% !important;
    outline: 0;
}
/*search icon*/

.search-form .search-field {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0px 67px 0px 25px;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.footer_area .search-form {
    z-index: 0;
}
.search-form {
    width: 100%;
    height: 43px;
    margin-bottom: 60px;
    position: relative;
    display: block;
}
.search-form .search-submit {
    width: 20%;
    height: 100%;
    color: #fff;
    text-align: center;
    top: 0;
    font-size: 18px;
    border-radius: 0;
    display: inline-block;
}
.search-form label {
    width: 80%;
    height: 100%;
    float: left;
    display: block;
}
.search-form:after {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 15px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 21px;
    cursor: pointer;
    display: block;
}
.main-navigation .search-form:after {
    transform: none;
    top: 0;
    color: #e4e4e4;
}
.search-form:before {
    content: '';
    position: absolute;
    background: #009ada;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    /*z-index: -111;*/
    
    z-index: 0;
}
.error-404 .search-form:after,
.search .search-form:after {
    right: 4%;
}
.error-404 .search-form label,
.search .search-form label {
    width: 90%;
}
.error-404 .search-form,
.search .search-form {
    width: 100%;
}
.error-404 .search-form .search-submit,
.search-form .search-submit {
    width: 10%;
}
.widget_search .search-submit {
    width: 20%;
}
.widget_search .search-form label {
    width: 80%;
}
.widget_search .search-form {
    width: 100%;
}
.widget_search .search-form:after {
    right: 8%;
}
/*client slider*/

.client_wrap .client_cat_loop .owl-nav i {
    font-size: 45px;
    color: #009ada;
    opacity: 0;
    transition: all 500ms ease-in;
}
.client_wrap .client_cat_loop .owl-nav i:hover {
    color: #1a1a1a;
}
.client_wrap .owl-nav div {
    position: absolute;
    top: 20%;
}
.client_wrap .owl-nav .owl-prev {
    left: 0px;
    transition: all 500ms ease-in-out;
}
.client_wrap .owl-nav .owl-next {
    right: 0px;
    transition: all 500ms ease-in-out;
}
.client_wrap .owl-theme .owl-controls .owl-nav .owl-prev,
.client_wrap .owl-theme .owl-controls .owl-nav .owl-next {
    background: transparent;
}
.client_wrap .client_cat_loop:hover .owl-nav i {
    opacity: 1;
}
.client_wrap .client_cat_loop:hover .owl-nav .owl-prev {
    left: 5px;
    visibility: visible;
}
.client_wrap .client_cat_loop:hover .owl-nav .owl-next {
    right: 5px;
    visibility: visible;
}
/*rn new css*/

#section_news_twitter_message .recent_news .rn_content_loop .rn_image {
    display: block;
    position: relative;
    background: rgba(0, 154, 218, 0.65);
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
#section_news_twitter_message .recent_news .rn_content_loop .rn_image img {
    transition: all ease 0.7s;
}
#section_news_twitter_message .recent_news .rn_content_loop .rn_image:hover img {
    opacity: 0.4;
}
#section_news_twitter_message .recent_news .rn_content_loop .rn_image a:before,
#section_news_twitter_message .recent_news .rn_content_loop .rn_image a:after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 45%;
    height: 2px;
    top: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity .2s ease, -webkit-transform 0s .2s;
    -moz-transition: opacity .2s ease, -moz-transform 0s .2s;
    -ms-transition: opacity .2s ease, -ms-transform 0s .2s;
    -o-transition: opacity .2s ease, -o-transform 0s .2s;
    transition: opacity .2s ease, transform 0s .2s;
}
#section_news_twitter_message .recent_news .rn_content_loop .rn_image a:before {
    transition: opacity .2s ease, transform 0s .5s;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
}
#section_news_twitter_message .recent_news .rn_content_loop .rn_image a:after {
    right: 50%;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#section_news_twitter_message .recent_news .rn_content_loop .rn_image a:hover:after {
    opacity: 1;
    -webkit-transition: opacity .4s ease, -webkit-transform 2s cubic-bezier(.26, .63, 0, .96);
    -moz-transition: opacity .4s ease, transform 2s cubic-bezier(.26, .63, 0, .96);
    -ms-transition: opacity .4s ease, transform 2s cubic-bezier(.26, .63, 0, .96);
    transition: opacity .4s ease, transform 2s cubic-bezier(.26, .63, 0, .96);
    -webkit-transform: rotate(-45deg) translateX(600px);
    -moz-transform: rotate(-45deg) translateX(600px);
    -ms-transform: rotate(-45deg) translateX(600px);
    -o-transform: rotate(-45deg) translateX(600px);
    transform: rotate(-45deg) translateX(600px);
}
#section_news_twitter_message .recent_news .rn_content_loop .rn_image a:hover:before {
    opacity: 1;
    -webkit-transition: opacity .3s ease 50ms, -webkit-transform 2s cubic-bezier(.26, .63, 0, .96);
    -ms-transition: opacity .3s ease 50ms, transform 2s cubic-bezier(.26, .63, 0, .96);
    -moz-transition: opacity .3s ease 50ms, transform 2s cubic-bezier(.26, .63, 0, .96);
    -o-transition: opacity .3s ease 50ms, transform 2s cubic-bezier(.26, .63, 0, .96);
    transition: opacity .3s ease 50ms, transform 2s cubic-bezier(.26, .63, 0, .96);
    -webkit-transform: rotate(-45deg) translateX(-600px);
    -moz-transform: rotate(-45deg) translateX(-600px);
    -ms-transform: rotate(-45deg) translateX(-600px);
    -o-transform: rotate(-45deg) translateX(-600px);
    transform: rotate(-45deg) translateX(-600px);
}
#section_news_twitter_message .recent_news .rn_content_loop .rn_image a:hover {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#section_news_twitter_message .recent_news .rn_content_loop .rn_image {
    position: relative;
    overflow: hidden;
}
/*read more section*/

#section_news_twitter_message .rn_content_loop .rn_title_content .read_more_ln a:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}
#section_news_twitter_message .rn_content_loop .rn_title_content .read_more_ln a:before {
    background: #ddd;
    color: #fff;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform-origin: 0 50%;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
#section_news_twitter_message .rn_content_loop .rn_title_content .read_more_ln a {
    position: absolute;
    bottom: 0;
    background: #ebebeb;
    padding: 20px 30px;
    position: relative;
    color: #5b6363;
    display: block;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    z-index: 9;
}
/*video section*/

.video {
    display: block;
    height: 463px;
}
.buttonBar {
    display: none;
}
.mb_YTPProgress {
    display: none;
}
/*-----------contactus section----------*/

.contact-info-wrap {
    width: 33.33333333%;
    float: left;
}
.contact-info-wrap ul li {
    list-style: none;
}
.contact-form-wrap {
    width: 66.66666667%;
    float: right;
    padding: 30px 0 30px 30px;
}
.contact-info-wrap i.icon-home:before {
    content: '\f015';
}
.contact-info-wrap i.icon-phone:before {
    content: '\f095';
}
.contact-info-wrap i.icon-email:before {
    content: '\f0e0';
}
.contact-info-wrap ul li i {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin-right: 3px;
}
.contact-info-wrap ul {
    padding-left: 0;
    margin-left: 0;
}
.contact-info-wrap ul li a {
    display: inline-block;
    margin-top: 0;
    color: #777;
}
.contact-info-wrap ul li a:hover {
    color: rgba(0, 154, 218, 0.9);
}
.contact-info-wrap h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.contact-form-wrap form .name input[type="text"],
.contact-form-wrap form .email input[type="email"] {
    width: 49%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-bottom: 30px;
    border-radius: 0;
    padding: 10px 15px;
}
.contact-form-wrap form .email input[type="email"] {
    margin-left: 2%;
}
.contact-form-wrap .msg textarea {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    margin-bottom: 20px;
}
.contact-form-wrap form input[type="submit"] {
    border: none;
    background: #009ada;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
}
.contact-form-wrap form input[type="submit"]:hover {
    background: rgba(45, 127, 199, 0.66);
}
.contact-info-wrap hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*social links */

ul#follow_us_contacts li a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #c6c6c7;
    color: #c6c6c7;
    display: block;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
}
ul#follow_us_contacts li .icon-facebook:before {
    content: '\f09a';
}
ul#follow_us_contacts li .icon-twitter:before {
    content: '\f099 ';
}
ul#follow_us_contacts li .icon-google:before {
    content: '\f0d5';
}
ul#follow_us_contacts li a i:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
ul#follow_us_contacts li {
    position: relative;
    padding-left: 45px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 15px;
}
ul#follow_us_contacts li a:hover i {
    border: 2px solid #009ada;
    color: #009ada;
}
/*------widget footer_RN_wrap----*/

#secondary .footer_RN_wrap .rn_title {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}
#secondary .footer_RN_wrap .rn_title .faq_dot {
    line-height: 2px;
}
#secondary .footer_RN_wrap .tn_title a:hover {
    color: rgba(0, 154, 218, 1);
}
#secondary .footer_RN_wrap .tn_title {
    margin-bottom: 5px;
}
/*=============video wrap========*/

.wrap_video {
    position: relative;
}
.wrap_video .mb_YTPBar,
.video_wrap .mb_YTPBar {
    background: transparent;
}
.wrap_video .section_title {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center;
}
#section_video {
    padding: 0;
}
.wrap_video .video_wrap:after {
    position: absolute;
    content: '';
    background: url('images/video-overlay.png') repeat;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.wrap_video .section_title.play,
.wrap_video .play-pause-video.play,
.wrap_video .play:after {
    display: none;
}
/*contact form*/

.contact-form-wrap .ufbl-default-template .ufbl-form-field-wrap {
    padding: 0;
}
.contact-form-wrap .ufbl-form-title {
    display: none;
}
.contact-form-wrap .ufbl-form-wrapper.ufbl-default-template {
    margin-top: 0;
}
.contact-form-wrap .ufbl-form-field .ufbl-form-textarea {
    width: 100% !important;
}
/*new styles*/

.center.top .ak-search {
    display: inline-block;
}
.center.top .ak-search input[type="submit"],
.center.bottom .ak-search input[type="submit"],
.main-navigation .ak-search input[type="submit"] {
    background: transparent;
    box-shadow: none;
    text-indent: -9999px;
}
.center.top .ak-search input[type="submit"]:hover {
    box-shadow: none;
}
.center.top .search-form label,
.center.top .ak-search input[type="submit"] {
    display: inline-block;
    width: auto;
}
#search-toggle .ak-search input[type="submit"] {
    border: 0;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-color: transparent;
}
#search-toggle .ak-search input[type="submit"]:hover {
    box-shadow: none;
    border-color: none;
}
/********search bar****/

#search-toggle .search-form .search-field {
    border-radius: 20px;
    padding: 0 30px 0 10px;
    height: 36px;
    border-color: #e4e4e4;
    color: #9f9fa7;
    background: #ffffff;
}
.layout2 #search-toggle .search-form .search-field:focus {
    border-color: #009ada;
    -webkit-box-shadow: inset 0 0 0 1px #009ada;
    box-shadow: inset 0 0 0 1px #009ada;
}
#search-toggle .search-form label {
    float: none;
}
#search-toggle .search-form label {
    width: 0;
    opacity: 0;
    -webkit-transition: width .3s ease-in-out 0s, opacity .3s ease-in-out 0s, visibility .3s ease-in-out 0s;
    -moz-transition: width .3s ease-in-out 0s, opacity .3s ease-in-out 0s, visibility .3s ease-in-out 0s;
    -ms-transition: width .3s ease-in-out 0s, opacity .3s ease-in-out 0s, visibility .3s ease-in-out 0s;
    -o-transition: width .3s ease-in-out 0s, opacity .3s ease-in-out 0s, visibility .3s ease-in-out 0s;
    transition: width .3s ease-in-out 0s, opacity .3s ease-in-out 0s, visibility .3s ease-in-out 0s;
    visibility: hidden;
}
/*#search-toggle .ak-search input[type="submit"],
.main-navigation.center.top .ak-search.open .search-form,
.main-navigation .ak-search.open .search-form,
{
    width: 0;
    opacity: 0;
    -webkit-transition: width .3s ease-in-out 0s, opacity .3s ease-in-out 0s, visibility .3s ease-in-out 0s;
    -moz-transition: width .3s ease-in-out 0s, opacity .3s ease-in-out 0s, visibility .3s ease-in-out 0s;
    -ms-transition: width .3s ease-in-out 0s, opacity .3s ease-in-out 0s, visibility .3s ease-in-out 0s;
    -o-transition: width .3s ease-in-out 0s, opacity .3s ease-in-out 0s, visibility .3s ease-in-out 0s;
    transition: width .3s ease-in-out 0s, opacity .3s ease-in-out 0s, visibility .3s ease-in-out 0s;
    visibility: hidden;
}*/

#search-toggle .search-form .search-field {
    -webkit-transition: width .2s ease-in-out, border-color .2s ease-in-out, box-shadow .1s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-in-out, border-color .2s ease-in-out, box-shadow .1s ease-in-out, background-color .2s ease-in-out;
    -ms-transition: width .2s ease-in-out, border-color .2s ease-in-out, box-shadow .1s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-in-out, border-color .2s ease-in-out, box-shadow .1s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-in-out, border-color .2s ease-in-out, box-shadow .1s ease-in-out, background-color .2s ease-in-out;
}
#search-toggle .search-form .search-field {
    width: 0;
}
#search-toggle .ak-search {
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
#search-toggle.open .search-form .search-field {
    width: 100%;
}
.main-navigation.center.top .ak-search .search-form,
.main-navigation .ak-search .search-form {
    width: 0;
}
#search-toggle.open .search-form label,
#search-toggle.open .ak-search input[type="submit"] {
    opacity: 1;
    visibility: visible;
}
#search-toggle.open .search-form label {
    width: 230px;
    position: relative;
    background: #fff;
}
.layout1 #search-toggle .search-form .search-field,
.layout1 #search-toggle.open .search-form label {
    background: transparent;
}
.home #search-toggle.open .search-form label {
    background: transparent;
}
.home #search-toggle .search-form .search-field {
    background: transparent;
    border: 1px solid #aaa;
    box-shadow: none;
}
#search-toggle.open .ak-search input[type="submit"] {
    width: 36px;
    overflow: hidden;
}
#search-toggle .ak-search input[type="submit"] {
    width: 36px !important;
}
#search-toggle {
    display: block;
    height: 100%;
}
.main-navigation .search-wrap {
    float: right;
    position: relative;
    height: 100%;
}
#search-toggle .ak-search {
    position: absolute;
    right: 30px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
}
#search-toggle.open .ak-search {
    opacity: 1;
    visibility: visible;
}
#search-toggle a.search-icon {
    width: 15px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-weight: 600;
    font-size: 13px;
    color: #3d3d47;
    position: relative;
    text-align: right;
    top: -1px;
}
/*********layout1 search toggle starts******/

.layout1 #search-toggle a.search-icon {
    color: #fff;
    vertical-align: middle;
    height: 100%;
    top: 0;
}
.layout1 #search-toggle a.search-icon:focus,
.layout1 #search-toggle a.search-icon:hover {
    opacity: 0.6;
    color: #fff;
}
.layout1 .main-navigation .search-form:after {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
.layout1 .main-navigation .search-wrap {
    height: 100%;
    margin-left: 40px;
    display: inline-block;
    text-align: right;
    padding: 12px 0px 11px;
}
.layout1 #search-toggle {
    display: inline-block;
    height: 100%;
    position: relative;
}
.site-header.layout1 .main-navigation .ak-container {
    position: relative;
}
.home .site-header.layout1 #search-toggle .search-form .search-field {
    border-color: rgba(255, 255, 255, 0.6);
    ;
}
.layout1 #search-toggle .search-form .search-field {
    color: rgba(255, 255, 255, 0.6);
}
.layout1 #search-toggle .search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: rgba(255, 255, 255, 0.6);
}
.layout1 #search-toggle .search-form input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: rgba(255, 255, 255, 0.6);
}
.layout1 #search-toggle .search-form input[type="text"]::-ms-input-placeholder {
    /* IE 10+ */
    
    color: rgba(255, 255, 255, 0.6);
}
.layout1 #search-toggle .search-form input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    
    color: rgba(255, 255, 255, 0.6);
}
.layout1.site-header.menu-transparent .hide-show-point:focus > span,
.layout1.site-header.menu-transparent .hide-show-point > span,
.layout1.site-header.menu-transparent .main-navigation.bottom .hide-show-point > span,
.layout1 .hide-show-point > span {
    background: #fff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.layout1.site-header.menu-transparent .hidden-sidebar .hide-show-point:hover > span {
    /*opacity: 0.6;*/
    
    background: rgba(255, 255, 255, 0.6);
}
.layout1 .hidden-sidebar {
    position: static;
}
.layout1 .hide-show-point {
    padding-top: 23px;
    top: 0;
    bottom: 0;
    right: 15px;
}
.home .layout1 .main-navigation.bottom .hide-show-point {
    top: 0;
}
/*********layout1 search toggle ends******/

.layout2 #search-toggle a.search-icon {
    color: #363636;
    top: 2px;
}
#search-toggle a.search-icon:hover,
#search-toggle a.search-icon:focus {
    color: #009ada;
}
/************/

.center.top .search-form:after,
.center.bottom .search-form:after {
    z-index: 0;
    color: #e4e4e4;
}
.center.top .search-form:hover:after {
    color: #009ada;
}
.main-navigation.center.top {
    display: block;
    clear: none;
}
/***************************************************
                    layout2 design: 
*****************************************************/

.main-navigation #primary-menu.open {
    visibility: hidden;
    opacity: 0;
}
.layout2 .main-navigation #primary-menu {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.layout2 .main-navigation .nav-wrap {
    float: right;
    height: 100%;
}
.layout2 .main-navigation.center .nav-wrap {
    float: none;
}
.layout2 div.mmenu-wrapper {
    height: 100%;
}
.layout2 .main-navigation.center.top #primary-menu {
    height: 100%;
}
.layout2 .main-navigation ul {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    position: relative;
}
header.site-header.layout2 {
    border-top: 0;
}
header.site-header.layout2:after {
    content: "";
    display: block;
    clear: both;
}
.layout2 .layout2-header .info-header,
.layout2 .layout2-header .header_social_link {
    padding: 10px 0;
}
.layout2 .ak-container:after {
    content: "";
    display: block;
    clear: both;
}
.layout2 .info-header > div {
    display: inline-block;
    padding-right: 10px;
}
.layout2 .info-header > div .fa_icon {
    display: inline-block;
    padding-right: 3px;
}
.layout2 .header_social_link .fa_link_wrap .fa_wrap i:before {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 22px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-color: #fff;
    font-size: 14px;
}
.layout2 .header_social_link .fa_link_wrap .fa_wrap i:hover:before {
    color: #009ada;
    opacity: 1;
}
/**********layout 2 site branding*********/

.layout2 .site-branding .site-description {
    padding-bottom: 0;
    font-size: 13px;
}
.layout2 .site-branding h1.site-title {
    line-height: 1.5;
}
.layout2 .site-branding h1.site-title a {
    font-size: 28px;
}
.home .menu-transparent.layout2 .site-branding .site-description,
.home .menu-transparent.layout2 .site-branding h1.site-title a {
    color: #fff;
    text-transform: capitalize;
}
.layout2 .site-branding .site-description {
    color: #363636;
}
.layout2 .site-branding h1.site-title a {
    color: #009ada;
    text-transform: capitalize;
}
.layout2 .site-branding h1.site-title a:hover {
    color: rgba(0, 154, 218, .8);
}
/*************************/

.layout2 .main-navigation a {
    color: #363636;
}
.layout2 .header_social_link .fa_link_wrap {
    margin-left: 0;
    float: none;
}
.layout2 .header_social_link .fa_link_wrap + .fa_link_wrap {
    margin-left: 15px;
}
.main-navigation .search-form:before {
    content: none;
}
.layout2 .main-navigation {
    height: 86px;
    background: #fff;
    z-index: 99;
    transition: all ease-in-out 0.3s;
}
.layout2 .main-navigation.top {
    -webkit-box-shadow: 0 1px 5px -2px rgba(42, 42, 42, .4);
    -ms-box-shadow: 0 1px 5px -2px rgba(42, 42, 42, .4);
    -moz-box-shadow: 0 1px 5px -2px rgba(42, 42, 42, .4);
    box-shadow: 0 1px 5px -2px rgba(42, 42, 42, .4);
}
.layout2.menu-transparent .main-navigation.top {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.layout2 .main-navigation.bottom {
    -webkit-box-shadow: 0 -1px 5px -2px rgba(42, 42, 42, .4);
    -ms-box-shadow: 0 -1px 5px -2px rgba(42, 42, 42, .4);
    -moz-box-shadow: -0 1px 5px -2px rgba(42, 42, 42, .4);
    box-shadow: 0 -1px 5px -2px rgba(42, 42, 42, .4);
}
/************************************
        transparent sticky menu
****************************************/

.home header.site-header.menu-transparent.layout2 .main-navigation.top {
    background: transparent;
}
.home header.site-header.menu-transparent.layout1 .main-navigation,
header.site-header.menu-transparent.layout1 .main-navigation.bottom {
    background: rgba(0, 154, 218, 0.9);
}
header.site-header.menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation {
    background: rgba(255, 255, 255, 1);
}
header.site-header.menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation {
    -webkit-box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.05);
}
.layout1 .main-navigation {
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}
header.site-header.menu-transparent.layout2 .sticky-wrapper {
    position: static;
    margin-top: 0;
}
header.site-header.menu-transparent.layout2 .sticky-wrapper.is-sticky {
    margin-top: 0;
}
.home .menu-transparent.layout2 #search-toggle a.search-icon {
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
    top: 2px;
}
/*submenu transparent*/

.menu-transparent.layout2-header {
    background: rgba(25, 255, 255, 0.3;
    );
}
.menu-transparent.layout2 .main-navigation ul > li > a:before {
    background: rgba(25, 255, 255, 0.3);
}
/*******transparent menu with sticky*******/

.home .menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation.top ul > li > a,
.home .menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation.top ul > li.menu-item-has-children:after,
.home .menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation.top ul.menu > li > a,
.home .menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation.top ul.menu > li.menu-item-has-children:after {
    -webkit-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.home .menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation ul > li.menu-item-has-children:after,
.home .menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation ul > li > a,
.menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation ul > li.menu-item-has-children:after,
.menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation ul > li > a,
.home .menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation ul.menu > li.menu-item-has-children:after,
.home .menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation ul.menu > li > a,
.menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation ul.menu > li.menu-item-has-children:after,
.menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation ul.menu > li > a {
    color: #363636;
}
.menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation ul > li.menu-item-has-children:hover:after,
.menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation ul > li:hover > a,
.menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation ul.menu > li.menu-item-has-children:hover:after,
.menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation ul.menu > li:hover > a {
    color: #009ada;
}
.layout2 .hide-show-point:hover > span {
    background: #009ada;
}
.home .site-header.menu-transparent.layout1 .sticky-wrapper.is-sticky .main-navigation.top .hide-show-point > span {
    background: #fff;
}
/*************************
layout 2 menu transparent with sticky
*****************************/

.home .menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation .hide-show-point > span,
.home .menu-transparent.layout2 .sticky-wrapper.is-sticky .hide-show-point > span {
    background: #363636;
}
.home .menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation.top .hide-show-point:hover > span {
    background: #009ada;
}
.home .menu-transparent.layout2 .sticky-wrapper.is-sticky #search-toggle a.search-icon:hover {
    color: #009ada;
}
.home .menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation.top #search-toggle a.search-icon {
    color: #363636;
}
.home .menu-transparent.layout2 #search-toggle .search-field:focus {
    border-color: #aaa;
}
.layout1 .sticky-wrapper.is-sticky .hide-show-point,
.home .layout1 .sticky-wrapper.is-sticky .hide-show-point {
    top: 0;
}
/**********************************
    layout 2transparent bottom menu
***********************************/

.menu-transparent.layout2 .main-navigation.bottom {
    background: rgba(255, 255, 255, 0.9);
}
/********************************
        hidden side toggle
*********************************/

.hidden-sidebar {
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.hidden-sidebar.on:after {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}
.hide-show-point {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 38px;
}
.inner-hide-show-point {
    top: 22px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out 0s, visibility 0.6s ease-in-out 0s;
    right: 7px;
}
.hidden-sidebar .title-package h3 {
    margin-top: 0;
}
.inner-hide-show-point.on {
    opacity: 1;
    visibility: visible;
}
.inner-hide-show-point:focus {
    transform: rotate(90deg);
}
.inner-hide-show-point span {
    background: #363636;
}
.hide-show-point > span,
.inner-hide-show-point > span {
    height: 2px;
    width: 20px;
    display: block;
    background: #363636;
}
.inner-hide-show-point:hover > span {
    background: #009ada;
}
.hidden-sidebar .widgets-hidden.on .widget .widget-title {
    color: #383838;
}
.site-header.menu-transparent .hidden-sidebar .hide-show-point.on > span {
    background: #383838;
}
.hide-show-point > span + span {
    margin-top: 3px;
}
.hidden-sidebar {
    text-align: left;
}
.admin-bar .widgets-hidden {
    top: 32px;
    position: fixed;
}
.inner-hide-show-point > span:first-child {
    -webkit-transform: rotate(45deg) translate(5px, -2px);
    -moz-transform: rotate(45deg) translate(5px, -2px);
    -ms-transform: rotate(45deg) translate(5px, -2px);
    transform: rotate(45deg) translate(5px, -2px);
}
.inner-hide-show-point > span {
    -webkit-transform: rotate(-45deg) translate(7px, 0px);
    -moz-transform: rotate(-45deg) translate(7px, 0px);
    -ms-transform: rotate(-45deg) translate(7px, 0px);
    transform: rotate(-45deg) translate(7px, 0px);
}
.inner-hide-show-point > span:nth-child(2n) {
    opacity: 0;
    display: none;
}
.inner-hide-show-point > span + span {
    margin-top: 5px;
}
.widgets-hidden {
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    overflow: scroll;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, .04);
    -ms-box-shadow: -3px 0 3px rgba(0, 0, 0, .04);
    -moz-box-shadow: -3px 0 3px rgba(0, 0, 0, .04);
    box-shadow: -3px 0 3px rgba(0, 0, 0, .04);
    bottom: 0;
    padding: 18px 35px 35px;
    width: 350px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}
.widgets-hidden.on {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.hidden-sidebar .widget ul li {
    display: block;
    border-bottom: 0;
    padding: 0;
}
.layout2 .main-navigation .hidden-sidebar ul li li.menu-item-has-children:after,
.layout2 .main-navigation .hidden-sidebar ul.menu li li.menu-item-has-children:after,
.hidden-sidebar .widget ul li:after {
    content: none;
}
.layout2 .main-navigation .hidden-sidebar .widget ul li a,
.hidden-sidebar .widget ul li a {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
}
.main-navigation .hidden-sidebar ul li:hover:after,
.main-navigation .hidden-sidebar ul li.menu-item-has-children:hover:after,
.hidden-sidebar .widget ul li:hover:after,
.main-navigation .hidden-sidebar ul.menu li:hover:after,
.main-navigation .hidden-sidebar ul.menu li.menu-item-has-children:hover:after,
.hidden-sidebar .widget ul li.current_page_item a,
.hidden-sidebar .widget ul li.current_page_item:after {
    color: #009ada;
}
.layout2 .main-navigation .hidden-sidebar ul > li > a {
    line-height: 1.5;
}
.main-navigation .hidden-sidebar .widget li:hover > a,
.main-navigation .hidden-sidebar .widget li:focus > a {
    opacity: 1;
}
.main-navigation.top .hidden-sidebar .widget ul ul,
.main-navigation .hidden-sidebar .widget ul ul {
    background: transparent;
}
.layout2 .main-navigation .hidden-sidebar ul li li.menu-item-has-children a:after,
.layout2 .main-navigation .hidden-sidebar ul.menu li li.menu-item-has-children a:after {
    position: relative;
}
.layout2 .main-navigation .hidden-sidebar ul {
    display: block;
}
.hidden-sidebar .widget .widget-title {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 20px;
}
.layout2 .main-navigation .hidden-sidebar .widget ul > li,
.main-navigation .hidden-sidebar .widget ul > li,
.layout2 .main-navigation .hidden-sidebar .widget ul.menu > li,
.main-navigation .hidden-sidebar .widget ul.menu > li {
    float: none;
    margin: 0;
}
.main-navigation.top .hidden-sidebar ul ul,
.main-navigation .hidden-sidebar ul ul {
    position: relative;
}
.layout2 .main-navigation .hidden-sidebar .menu ul li,
.layout2 .main-navigation .hidden-sidebar .menu ul li,
.layout2 .main-navigation.center.top .hidden-sidebar .menu ul li,
.main-navigation .hidden-sidebar .menu ul li,
.main-navigation.top .hidden-sidebar ul ul {
    float: none;
}
.main-navigation .hidden-sidebar ul ul.sub-menu,
.main-navigation .hidden-sidebar ul ul a {
    width: 100%;
}
.main-navigation .hidden-sidebar ul ul.sub-menu > li > a,
.main-navigation .hidden-sidebar ul ul li,
.main-navigation .hidden-sidebar ul ul ul li {
    background: transparent;
}
.layout2 .main-navigation .hidden-sidebar ul li:last-child ul.sub-menu li a,
.main-navigation .hidden-sidebar ul li:last-child ul li {
    text-align: left;
}
.main-navigation .hidden-sidebar ul li:last-child ul li:hover > ul,
.main-navigation .hidden-sidebar ul li:last-child ul li.focus > ul {
    left: 0;
    right: 0;
}
.main-navigation .hidden-sidebar ul.menu li:last-child li.menu-item-has-children:after {
    right: 10px;
    left: auto;
}
.main-navigation.top .hidden-sidebar ul ul,
.main-navigation .hidden-sidebar ul ul {
    left: 0;
    position: static;
}
.main-navigation .hidden-sidebar ul.menu > li:hover > ul,
.main-navigation .hidden-sidebar ul.menu > li:last-child:hover > ul,
.main-navigation.top .hidden-sidebar ul li:hover ul,
.main-navigation .hidden-sidebar ul li:hover ul {
    display: block;
    position: static;
}
.menu-transparent.layout2 .main-navigation.top .hidden-sidebar ul ul,
.menu-transparent.layout2 .main-navigation .hidden-sidebar ul ul,
.menu-transparent.layout2 .main-navigation .hidden-sidebar ul ul li,
.menu-transparent.layout2 .main-navigation .hidden-sidebar ul ul ul li,
.menu-transparent.layout2 .main-navigation .hidden-sidebar ul ul.sub-menu > li > a {
    background: transparent;
}
.hidden-sidebar .widget ul li a,
.menu-transparent.layout2 .main-navigation .hidden-sidebar ul ul.sub-menu li a,
.main-navigation .hidden-sidebar ul ul.sub-menu li a,
.main-navigation .hidden-sidebar .widget ul li a,
.main-navigation .hidden-sidebar a {
    color: #808285;
}
.main-navigation .hidden-sidebar .widget ul > li > a:hover {
    opacity: 1;
    color: #009ada;
    display: block;
}
.layout2 .main-navigation .hidden-sidebar .widget ul li a:after,
.hidden-sidebar .widget ul li a:after,
.main-navigation .hidden-sidebar ul.menu li a:after,
.main-navigation .hidden-sidebar ul.menu li.menu-item-has-children a:after,
.layout2 .main-navigation .hidden-sidebar ul.menu li li.menu-item-has-children a:after {
    content: "\f105";
    font-weight: 400;
    top: 0px;
    font-family: "Fontawesome";
    color: #363636;
    right: 0;
    position: absolute;
}
.layout2 .main-navigation .hidden-sidebar .widget ul li a:hover:after,
.hidden-sidebar .widget ul li a:hover:after,
.main-navigation .hidden-sidebar ul.menu li a:hover:after,
.main-navigation .hidden-sidebar ul.menu li.menu-item-has-children a:hover:after,
.layout2 .main-navigation .hidden-sidebar ul.menu li li.menu-item-has-children a:hover:after {
    color: #009ada;
}
.layout2 .main-navigation .hidden-sidebar ul > li li > a,
.main-navigation .hidden-sidebar .widget ul li a {
    border-bottom: 0;
}
/*********
hiding right arrow
*********/

.layout2 .main-navigation .hidden-sidebar ul.menu li.menu-item-has-children:after {
    content: none;
}
/************************hidden sidebar css ends***********************************************/
/*******menu hover effects******/

.menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation .hidden-sidebar ul > li:hover > a,
.menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation .hidden-sidebar ul.menu > li:hover > a {
    color: #363636;
}
body .menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation .hidden-sidebar ul > li > a:hover,
body .menu-transparent.layout2 .sticky-wrapper.is-sticky .main-navigation .hidden-sidebar ul.menu > li > a:hover,
body .menu-transparent.layout2 .main-navigation .hidden-sidebar ul li a:hover,
body .hidden-sidebar .widget ul li a:hover,
body .menu-transparent.layout2 .is-sticky .main-navigation .hidden-sidebar ul li ul.sub-menu li a:hover,
.main-navigation .hidden-sidebar a:hover {
    color: #009ada;
}
.site-header.menu-transparent.layout2 .hidden-sidebar .hide-show-point.on:hover > span {
    background: #009ada;
}
/*******************menu hover effects ends************************/
/*********************************************/

.layout2 .main-navigation.center.top ul ul li,
.layout2 .main-navigation ul ul li,
.layout2 .main-navigation.center.top .menu ul li,
.layout2 .main-navigation .menu ul li {
    float: left;
    margin: 0;
    display: block;
}
.layout2 .main-navigation .ak-container {
    height: 100%;
    position: relative;
}
.layout2 .main-navigation .ak-container:after,
.main-navigation .ak-container:after {
    content: "";
    display: block;
    clear: both;
}
.main-navigation ul > li.menu-item-has-children,
.main-navigation ul.menu > li.menu-item-has-children {
    position: relative;
}
.layout2 .main-navigation ul li.menu-item-has-children:after {
    content: "\f107";
    font-family: "Fontawesome";
    color: #363636;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-weight: 600;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.main-navigation ul > ul.submenu li.menu-item-has-children:after {
    font-weight: 400;
}
.menu-transparent.layout2 .is-sticky .main-navigation ul > li.menu-item-has-children:hover:after,
.main-navigation ul > li.menu-item-has-children:hover:after {
    color: #009ada;
}
.layout2 .main-navigation ul > li,
.layout2 .main-navigation ul.menu > li {
    padding: 0;
    height: 100%;
    display: block;
    float: left;
    margin: 0 5px;
}
.layout2 .main-navigation ul > li:last-child .layout2 .main-navigation ul.menu > li:last-child {
    margin-right: 0;
}
.layout2 .main-navigation ul > li:focus {
    outline: 0;
}
.layout2 .main-navigation ul > li:first-child {
    margin-left: 0;
}
.layout2 .main-navigation ul > li > a {
    font-weight: 500;
    color: #363636;
    border-right: 0;
    position: relative;
}
.layout2 .main-navigation ul ul li a {
    line-height: 1.5;
}
.layout2 .main-navigation ul > li {
    padding: 0;
}
.layout2 .main-navigation ul ul.sub-menu > li > a:before {
    display: none;
}
.layout2 .main-navigation ul > li:hover:before {
    opacity: 1;
}
/**************************************************
                        layout 2 nav 
*************************************************/

.layout2 .main-navigation.top ul ul,
.layout2 .main-navigation ul ul,
.layout2 .main-navigation ul ul li,
.layout2 .main-navigation ul ul ul li,
.layout2 .main-navigation ul ul.sub-menu > li > a {
    background: #fff;
    height: auto;
}
.layout2 .main-navigation ul ul.sub-menu > li > a {
    height: auto;
}
.layout2 .main-navigation ul > li > ul.sub-menu li a:before,
.layout2 .main-navigation ul.menu > li > ul.sub-menu li a:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: -1px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    left: 0;
    right: 0;
}
.layout2 .main-navigation ul > li > ul.sub-menu li:hover a,
.layout2 .main-navigation ul.menu > li > ul.sub-menu li:hover a {
    opacity: 1;
}
.layout2 .main-navigation ul ul.sub-menu li a {
    color: #323232;
    height: auto;
    position: relative;
    display: block;
}
.layout2 .main-navigation ul ul.sub-menu li a:hover {
    background: #eceff7;
}
.layout2 .main-navigation ul li li a {
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}
.layout2 .main-navigation ul ul li {
    border-bottom: 0;
}
.layout2 .main-navigation ul > li li > a:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: -1px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    left: 0;
    right: 0;
}
.layout2 .main-navigation.center.top ul ul.sub-menu li,
.layout2 .main-navigation ul ul.sub-menu li,
.layout2 .main-navigation.center.top ul.menu ul.sub-menu li,
.layout2 .main-navigation ul.menu ul.sub-menu li {
    padding: 0;
    margin: 0;
}
.layout2 .main-navigation ul > li li:hover >a:before,
.layout2 .main-navigation ul > li li:hover > a {
    opacity: 1;
}
.layout2 .main-navigation ul > li li:last-child >a,
.layout2 .main-navigation ul > li li:last-child:hover >a {
    border-bottom-color: transparent;
    border-bottom: 0;
}
.layout2 .main-navigation li:hover > a,
.layout2 .main-navigation li.focus > a {
    opacity: 1;
    color: #009ada;
}
.layout2 .main-navigation ul > li li {
    margin: 0 10px;
}
.layout2 .main-navigation ul ul.sub-menu > li > a,
{
    background: transparent;
}
/**********
search bar
**********/

.main-navigation .search-form:after {
    width: 0;
    font-size: 12px;
    line-height: 36px;
    right: 0px;
    opacity: 0;
    -webkit-transition: width .3s, opacity .3s ease-in-out;
    -moz-transition: width .3s, opacity .3s ease-in-out;
    -ms-transition: width .3s, opacity .3s ease-in-out;
    -o-transition: width .3s, opacity .3s ease-in-out;
    transition: width .3s, opacity .3s ease-in-out;
}
.main-navigation .open .search-form:after {
    content: "\f002";
    display: block;
    width: 36px;
    opacity: 1;
    text-align: center;
    color: #e4e4e4;
}
.main-navigation .search-form:after {
    text-align: center;
}
.main-navigation.center.top .ak-search .search-form,
.main-navigation .ak-search .search-form {
    z-index: 9;
    margin-bottom: 0;
    height: 36px;
    position: absolute;
    right: 0;
    width: auto;
    top: 0;
    bottom: 0;
    display: block;
    text-align: right;
    outline: 0;
}
.home #search-toggle .search-field:focus {
    border-color: #009ada;
    border-width: 2px;
}
#search-toggle.open .ak-search input[type="submit"]:hover:after {
    color: #009ada;
}
.main-navigation.center.top .ak-search .search-form .search-submit:hover {
    color: #009ada;
    border-color: #009ada;
    -webkit-box-shadow: inset 0 0 0 1px #009ada;
    box-shadow: inset 0 0 0 1px #009ada;
}
/***************************************
    section layout
******************************/

#section_service .layout-new .description_service {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #666666;
    display: block;
}
/***********grid layout*********/

.simple-grid-service > .posts-grid {
    width: 30.6667%;
    float: left;
    padding: 40px 30px;
    text-align: center;
    margin-top: 40px;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-left: 4%;
}
.simple-grid-service .posts-grid,
.simple-grid-service .posts-grid .title-service h2 a,
.simple-grid-service > .posts-grid {
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.simple-grid-service .posts-grid:hover {
    background-color: #fafafa;
}
.simple-grid-service .posts-grid:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.simple-grid-service .posts-grid .service-image-wrap {
    text-align: center;
}
.simple-grid-service .title-service h2 {
    margin: 20px 0 15px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.simple-grid-service .title-service h2 a {
    color: #333333;
}
.simple-grid-service .posts-grid:hover .title-service h2 a,
.simple-grid-service .title-service h2 a:hover {
    color: #009ada;
}
/**********************************************
        homepage grid post hover effects starts

*************************************************/

.simple-grid-service > .posts-grid:before,
.simple-grid-service > .posts-grid:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
    display: inline-block;
}
.simple-grid-service > .posts-grid:hover {
    border: 1px solid transparent
}
.simple-grid-service > .posts-grid:hover:before,
.simple-grid-service > .posts-grid:hover:after {
    opacity: 1;
    transform: scale(1);
}
.simple-grid-service > .posts-grid:before {
    transform: scale(0, 1);
    border-top: 1px solid #009ada;
    border-bottom: 1px solid #009ada;
}
.simple-grid-service > .posts-grid:after {
    transform: scale(1, 0);
    border-left: 1px solid #009ada;
    border-right: 1px solid #009ada;
}
/**********************************************
            homepage grid post hover ends

*************************************************/

.simple-grid-service .desc-service {
    font-size: 13px;
    color: #7c7c7c;
    line-height: 1.8;
}
/**********************************************
        homepage left-right-service starts

*************************************************/

#section_service .left-right-service > div {
    width: 50%;
    float: left;
}
#section_service .left-right-service > div {
    padding-bottom: 50px;
}
#section_service .left-right-service > div:nth-child(2n) .second-wrap {
    margin-left: 26%;
    margin-right: 0;
}
#section_service .left-right-service > div .second-wrap {
    margin-right: 26%;
}
#section_service .left-right-service > div:nth-child(2n) .service-image-wrap {
    float: right;
    margin-right: 0;
    margin-left: 16px;
}
#section_service .left-right-service > div:nth-child(2n) .title-desc-service {
    text-align: right;
}
#section_service .left-right-service > div:nth-child(2n+1) {
    clear: both;
}
#section_service .left-right-service {
    background: url(images/service.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 40px;
    background-size: contain;
    margin-top: 20px;
}
#section_service .left-right-service:after {
    clear: both;
    content: "";
    display: block;
}
#section_service .service-image-wrap {
    margin-bottom: 22px;
    display: block;
}
#section_service .left-right-service .service-image-wrap {
    float: left;
    border-radius: 50%;
    margin-right: 16px;
    background: #ebebeb;
    padding: 20px;
    position: relative;
    width: 80px;
    height: 80px;
}
#section_service .title-service h3 {
    clear: none;
    margin: 0 0 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.simple-grid-service .posts-grid .title-service h3 {
    position: relative;
    z-index: 1;
}
#section_service .left-right-service .title-service h3 {
    font-size: 18px;
    font-weight: 600;
}
#section_service .left-right-service .title-service h3 a {
    color: #555862;
}
#section_service .left-right-service .desc-service {
    font-size: 13px;
    color: #666666;
    line-height: 1.8;
}
.home_section.layout3#section_service {
    background: #f3f3f3;
}
.section-layout-1 .layout3#section_service .title_one h4 {
    color: #333333;
}
.layout3#section_service .layout-new {
    padding-top: 0px;
}
#section_service .left-right .second-wrap .service-image-wrap {
    -webkit-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
#section_service .left-right .second-wrap:hover .service-image-wrap {
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3);
}
#section_service .left-right-service .left-right .second-wrap:hover .title-service h3 a {
    color: rgba(0, 154, 218, 0.9);
}
/**********************************************
            courses section starts

*************************************************/

.course-main .courses-posts {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.home .course-main .courses-posts {
    margin-top: 20px;
}
.page-template-archive-our_course .course-main .courses-posts {
    margin-bottom: 20px;
}
#section_team .team-members,
#section_blog .blog-wrap.grid-layout .blogs-wrap {
    width: 31.333%;
    margin-left: 3%;
    margin-top: 20px;
    float: left;
}
.page-template-archive-our_course .course-main .courses-posts {
    width: 48.5%;
    margin-left: 3%;
    float: left;
}
.page-template-archive-our_course .course-main .courses-posts:nth-child(2n+1),
#section_team .team-members:nth-child(3n+1),
#section_blog .blog-wrap.grid-layout .blogs-wrap:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}
.home .course-main,
#section_team .team-wrap {
    margin-top: 40px;
}
.course-main:after,
#section_team .team-wrap:after {
    clear: both;
    display: block;
    content: "";
}
.course-main .imge-course {
    position: relative;
}
.course-main .rate {
    position: absolute;
    bottom: -31px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 2px solid #fff;
    width: 62px;
    height: 62px;
    border-radius: 100%;
}
.course-main .rate img {
    border-radius: 100%;
    display: block;
}
.course-main .title-hour-credit {
    padding: 30px 20px 0;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.course-main .icon {
    position: absolute;
    top: 20%;
    left: 0;
    background-color: #42a6d6;
    padding: 7px 10px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff;
    min-width: 65px;
    -webkit-box-shadow: 5px 2px 3px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 2px 3px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 2px 3px -3px rgba(0, 0, 0, 0.4);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}
.course-main .course-title a {
    font-size: 16px;
    font-weight: 600;
    color: #313546;
    font-family: 'Poppins', sans-serif;
}
.course-main .course-title h3 {
    margin: 0;
}
.course-main .title-content {
    text-align: center;
}
.course-main .course-title a:hover {
    color: #009ada;
}
.course-main .course-title {
    padding: 20px 0;
}
.course-main .course-content {
    color: #7c7c7c;
    font-size: 14px;
    padding-bottom: 30px;
}
.course-main .hour-cresit {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    position: relative;
}
.course-main .hour-cresit > div {
    width: 49%;
    display: inline-block;
    padding: 5px;
}
.course-main .hour-cresit > div.hour {
    border-right: 1px solid #e5e5e5;
}
.course-main .hour-cresit:before {
    width: 40px;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    background: #0082da;
}
.course-main .hour-cresit > div {
    color: #000;
    font-weight: 700;
    color: #333333;
    display: inline-block;
}
.course-main .hour-cresit > div span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    padding-right: 15px;
}
/*archive*/

.page-template-archive-our_course .course-main .hour-cresit > div {
    font-size: 13px;
    padding: 0;
}
.page-template-archive-our_course .course-main .hour-cresit > div span {
    padding-right: 5px;
}
.page-template-archive-our_course .course-main .hour-cresit > div span {
    font-size: 13px;
}
/****************************************
            team section
*****************************************/

#section_team .team-members .image-title-desc >div:first-child {
    background-color: #e8e8e8;
}
#section_team .team-members .image-title-desc {
    margin: 0 auto;
    text-align: center;
}
#section_team .team-members {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
#section_team .team-members .title-desc {
    padding: 15px 10px 7px;
}
.team-main-wrap .image-phone-email-desig .email-title-social .name h4,
.email-title-social > span.designation,
.team-members .title-desc .team-desc,
#section_team .team-members .title-desc > span,
.team-wrap .image-title-desc .title-team h3,
.enlighten_procolumn .ap-team .ap-member-name,
.enlighten_procolumn .ap-team .ap-member-position {
    display: block;
    text-transform: uppercase;
}
.enlighten_procolumn .ap-team .ap-member-name,
.team-wrap .image-title-desc .title-team h3,
.team-main-wrap .email-title-social .name h4,
#section_team .team-members .title-desc .title-team h3 a {
    font-size: 20px;
    margin-bottom: 5px;
    color: #1d1d1d;
    display: block;
}
.team-main-wrap .image-phone-email-desig .email-title-social .name h4,
.team-wrap .image-title-desc .title-team h3,
.team-main-wrap .email-title-social .name h4,
#section_team .team-members .title-desc .title-team h3,
.enlighten_procolumn .ap-team .ap-member-name {
    margin: 0;
    font-weight: 500;
}
.email-title-social > span.designation,
.team-members .title-desc .team-desc,
.enlighten_procolumn .ap-team .ap-member-position {
    font-size: 16px;
    color: #585858;
    position: relative;
}
.team-members .title-desc .team-desc {
    padding-bottom: 15px;
}
#section_team .social-title {
    position: absolute;
    bottom: -43px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
}
.enlighten_procolumn .ap-team .ap-member-position:after,
#section_team .social-title .team-desc:after,
.team-main-wrap .email-title-social > span.designation:after,
.team-members .title-desc .team-desc:after {
    content: "";
    width: 64px;
    background: #e5e5e5;
    height: 1px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#section_team .team-members:hover .social-title {
    bottom: 0;
}
#section_team .team-members:hover .image-title-desc .title-desc > span,
#section_team .team-members:hover .image-title-desc .title-desc > span a {
    color: #fff;
}
#section_team .team-members:hover .image-title-desc .title-desc {
    background: #009ada;
}
#section_team .social-profile {
    background: #5b5b5b;
    padding: 8px 0 7px;
    margin: 0;
}
.social-profile > a,
.ap-team .member-social-group > a {
    margin: 0 12px;
    font-size: 16px;
}
.bg_team .team-wrap .social-profile > a {
    color: #fff;
}
#section_team .team-members:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.team-members .title-desc,
.team-members .title-desc > span,
#section_team .social-title,
#section_team .social-title .team-desc:after {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*******
    preloader
*****/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    height: 100%;
    background-size: cover;
    width: 100%;
    text-align: center;
    display: inline-block;
    z-index: 99999999999999;
    background-position: center;
}
.preloader img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
/******************************
        fonts arrangement
*******************************/

.course-main .course-content,
#section_team .title_two,
#section_service .layout-new .title_two,
.course-main .title_two,
#section_event .title_two,
#section_event .view-all,
#section_event .date-event,
#section_event .mid-event-content .time-location,
#section_event .event-excerpt,
.section-layout-2 .title_two h2,
#section_blog .title-blog h3,
#section_blog .content-blog,
#section_blog .date-admin,
#section_student-counter .count-counter,
#section_student-counter .count-titel,
#section_contact .contact-title span,
#section_contact .wrap-1 span input[type="text"],
#section_contact .wrap-1 span input[type="email"],
#section_contact .wrap-2 textarea,
#section_contact .contact-bottom-content,
#section_counter-two .counter-wrap,
#section_counter-two .link a,
#section_student-counter .desc-button a,
#section_service .left-right-service .title-service h3,
#section_service .left-right-service .desc-service,
#section_director-words .director-left-content .title-button-wrap,
#section_university-words .left-university-words .title-left-two h4,
#section_university-words .left-desc,
#section_university-words .signature-name-desig .name-author,
#section_university-words .signature-name-desig .author-desig,
#section_university-words .right-desc,
.counter-three-main-wrap .counter-three .counter-three-desc,
.hidden-sidebar .widget .widget-title,
.desc-progress .codeconSkillbar .codeconSkillArea,
.desc-progress .codeconSkillbar .PercentText,
.desc-progress .about-desc,
#section_team .team-members .title-desc .title-team h3,
.team-main-wrap .email-title-social .name h4,
.team-wrap .image-title-desc .title-team h3,
.layout-2 .blogs-author .author-image .author,
.bg_portfolio .portfolio-grid-wrap .port_title h3,
.bg_portfolio .portfolio-grid-wrap .port_content_wrap,
.layout-1 .content-blog .links .read-more,
article.layout-1 .blog-title h2,
article.layout-1 .title-author-date .author-date,
article.layout-1 .content-blog,
.layout-3,
.layout-3 .title-author-date .blog-title h2,
.layout-3 .content-blog .links .read-more,
.blogs-author .content-title .blog-title h2,
.course-detail > div span.price,
.course-detail > div span.title-course-info,
.course-detail,
.our_course .event-content,
.our_course .event-title h2,
.event-detail > div,
.event_type .event-title h2,
#primary .our_blog .post-meta .entry-title,
.post-meta .post-date,
.post-meta .post-date > span + span,
#primary .post-meta .entry-title,
.header-banner-container.small .page-title,
.header-banner-container.small #enlighten-breadcrumb,
#section_service .layout-new,
#section_service .layout-new .description_service,
.simple-grid-service .desc-service,
.team-main-wrap .image-phone-email-desig .email-title-social .name h4,
.email-title-social > span.designation,
.team-members .title-desc .team-desc,
#section_team .team-members .title-desc > span,
.team-wrap .image-title-desc .title-team h3,
.enlighten_procolumn .ap-team .ap-member-name,
.enlighten_procolumn .ap-team .ap-member-position,
.section-layout-2 #section_faq_testimonial .faq_wrap .faq_title,
.section-layout-2 #section_faq_testimonial .test_wrap .title_test,
.section-layout-2 #section_faq_testimonial .faq_wrap .faq_title h2,
.section-layout-2 #section_faq_testimonial .test_wrap .title_test h2,
#section_director-words .director-words {
    font-family: 'Poppins', sans-serif;
}
.course-main .hour-cresit > div,
#section_contact .contact-title h3,
#section_university-words .left-university-words .title-left-one h3,
.course-main .icon {
    font-family: 'Montserrat', sans-serif;
}
.simple-grid-service .title-service h2,
#section_event .mid-event-content .title-event,
#section_counter-two .counter-wrap .title-link {
    font-family: 'Roboto Slab', serif;
}
.layout2 .main-navigation ul > li > a,
#section_pricing .enable-highlite > span,
#section_pricing .title-package h2,
#section_pricing .pricing-fields {
    font-family: 'Open Sans', sans-serif;
}
.counter-three .counter-title {
    font-family: 'Droid Serif', serif;
}
.counter-three .title-count .counter-count {
    font-family: 'Raleway', sans-serif;
}
/*****after effects hidden*****/

.section-layout-2 .layout-new .after-effet1,
.section-layout-2 .after-effet1 {
    display: none;
}
/*******************************
        layout 2 section title
***********************************/

.section-layout-2 .title_two h2,
.section-layout-2 .title_two h4 {
    margin: 0;
}
.section-layout-2 .layout-new .title_one h4,
.section-layout-2 .title_one h4 {
    margin-bottom: 16px;
    display: block;
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}
.section-layout-2 #section_video .title_two h2,
.section-layout-2 #section_video .title_one h4 {
    color: #fff;
}
.section-layout-2 #section_video .title_one h4 {
    margin-bottom: 5px;
}
.section-layout-2 .title_two h2,
.section-layout-2 #section_service .title_two h2 {
    color: #3a3a3a;
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
}
.section-layout-2 #section_faq_testimonial .faq_wrap .faq_title,
.section-layout-2 #section_faq_testimonial .test_wrap .title_test {
    text-transform: capitalize;
}
.section-layout-2 .layout-new .title_two h2:after,
.section-layout-2 .title_two h2:after,
#section_university-words .left-university-words .title-left-one h3:after {
    content: "";
    background: #009ada;
    height: 3px;
    width: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
}
.section-layout-2 #section_video .wrap_video .section_title .title_one,
.section-layout-2 #section_video .wrap_video .section_title .title_two {
    color: #fff;
}
.section-layout-2 #section_video .title_two h2:after,
#section_video .title_two h2:after {
    content: none;
}
/***********************************
            events section
*************************************/

#section_event .section_title .title_two h2:after,
#section_event .section_title {
    margin: 0;
    text-align: left;
}
.section-layout-2 .section_title {
    padding-top: 0;
    z-index: 2;
}
#section_event .effect_title,
#section_event .view-all {
    display: inline-block;
}
#section_event .view-all {
    font-weight: 600;
    float: right;
    margin-top: 10px;
}
#section_event .view-all a {
    text-align: center;
    font-size: 12px;
    border: 2px solid #bcbcbc;
    border-radius: 3px;
    padding: 10px 10px 8px;
    min-width: 100px;
    color: #555555;
    line-height: 1;
    display: block;
}
#section_event .view-all a:hover {
    border-color: rgba(0, 154, 218, 0.9);
    color: rgba(0, 154, 218, 0.9);
}
.home .event-wrap .event-posts {
    padding: 60px 0;
}
.home .event-wrap .event-posts:first-child {
    padding-top: 60px;
}
.event-wrap .event-posts {
    border-bottom: 1px solid #d4d4d4;
    padding: 60px 0;
}
.event-wrap .event-posts:first-child {
    padding-top: 0;
}
.event-wrap .event-posts:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.event-wrap .date-event {
    width: 15%;
    border-right: 1px solid #d4d4d4;
}
.event-wrap .mid-event-content {
    width: 65%;
    padding: 0 45px;
}
.home .event-wrap .mid-event-content {
    padding: 0 90px;
}
.event-wrap .event-image {
    width: 20%;
    margin-top: 7px;
}
.event-wrap .event-posts > div {
    float: left;
}
.event-wrap .event-posts:after {
    content: "";
    clear: both;
    display: block;
}
.event-wrap .date-event {
    color: #42a6d6;
    font-weight: 600;
}
.event-wrap .date-event .date {
    font-size: 70px;
    line-height: 1;
    display: block;
}
.event-wrap .month-year {
    font-size: 14px;
    text-transform: uppercase;
}
.event-wrap .mid-event-content .title-event {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.event-wrap .mid-event-content .title-event h3 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
}
.event-wrap .mid-event-content .time-location > span {
    margin-right: 15px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    color: #999999;
}
.event-wrap .mid-event-content .time-location > span:last-child {
    margin-right: 0;
}
.event-wrap .mid-event-content .time-location .event-time:before,
.event-wrap .mid-event-content .time-location .event-location:before {
    font-family: "Fontawesome";
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.event-wrap .mid-event-content .time-location .event-time:before {
    content: "\f017";
}
.event-wrap .mid-event-content .time-location .event-location:before {
    content: "\f041";
}
.event-wrap .event-excerpt {
    font-size: 14px;
    color: #7c7c7c;
    padding-top: 25px;
}
/****************************************
        pricing table
*****************************************/

#section_pricing .bg_pricing .ak-container > section {
    width: 33.333%;
    margin: 20px 0 0;
    float: left;
}
#section_pricing .bg_pricing .ak-container > section:nth-of-type(3n+1),
#section_pricing .bg_pricing .ak-container >section:nth-of-type(3n+1) .pricing-fields {
    clear: both;
    margin-left: 0;
}
#section_pricing .bg_pricing .ak-container >section:first-child .pricing-fields {
    margin-left: 0;
}
#section_pricing .pricing-fields {
    border: 1px solid #e0e0e0;
    padding: 30px;
    text-align: center;
    margin-left: 32px;
}
#section_pricing .title-package h3 {
    margin: 0 0 30px;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 38px;
    color: #4f5362;
    font-family: 'Open Sans', sans-serif;
}
#section_pricing .price-duration > span {
    display: block;
}
#section_pricing .price-duration {
    margin-bottom: 40px;
    height: 55px;
    display: inline-block;
    width: 100%;
}
#section_pricing .price-package {
    padding-bottom: 2px;
    font-size: 24px;
    color: #1b1b1b;
    font-weight: 700;
}
#section_pricing .package-duration {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #989898;
}
#section_pricing .pricing-fields.enable-highlite {
    position: relative;
    -webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}
#section_pricing .enable-highlite > span {
    border-radius: 200px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
    background: #e4190d;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 1px;
    right: 0px;
    margin-right: 0px;
    line-height: 35px;
    -webkit-transform: rotate(90deg) translate(100%, 0);
    -moz-transform: rotate(90deg) translate(100%, 0);
    -ms-transform: rotate(90deg) translate(100%, 0);
    transform: rotate(90deg) translate(100%, 0);
    top: -1px;
    position: absolute;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    transform-origin: right top;
    right: 30px;
    padding: 5px 17px;
    letter-spacing: 2px;
    line-height: 25px;
}
#section_pricing .bg_pricing .effect_title {
    margin-bottom: 40px;
}
#section_pricing .title-package h2 {
    font-size: 33px;
    font-weight: 600;
    color: #4f5363;
}
#section_pricing .features-pricing > span {
    display: block;
    font-size: 12px;
    color: #555555;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#section_pricing .features-pricing > span:last-child {
    margin-bottom: 0;
}
#section_pricing div.button {
    display: block;
    margin-top: 50px;
}
#section_pricing div.button a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #009de3;
    padding: 8px 15px;
    min-width: 160px;
    display: inline-block;
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border: 2px solid transparent;
}
#section_pricing div.button a:hover {
    border: 2px solid #009de3;
    background: transparent;
    color: #009de3;
    font-weight: 600;
}
/********************************************
        blog section 
*********************************************/

#section_blog .blog-wrap {
    padding-top: 40px;
}
#section_blog .image-date-author .image img {
    border-radius: 50%;
}
#section_blog .image-date-author .image {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 15px;
}
#section_blog .image-date-author:before {
    content: "";
    display: block;
    clear: both;
}
#section_blog .title-blog h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #313546;
    text-transform: capitalize;
}
#section_blog .title-blog h3 a {
    color: #313546;
    display: block;
}
#section_blog .title-blog h3 a:hover {
    color: rgba(0, 154, 218, 0.9);
}
#section_blog .content-blog {
    font-size: 14px;
    color: #7c7c7c;
}
#section_blog .date-admin > span {
    display: block;
}
#section_blog .image-date-author {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
}
#section_blog .date-admin {
    font-weight: 600;
    font-size: 14px;
}
#section_blog .date-blog {
    color: #afafaf;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#section_blog .admin-blog {
    color: #313546;
}
/*******************************************
                blog left right layout
*******************************************/

#section_blog .blog-wrap.left-right > div.blogs-wrap {
    width: 47%;
    margin-left: 6%;
    float: left;
}
#section_blog .blog-wrap.left-right > div.blogs-wrap + div.blogs-wrap + div.blogs-wrap {
    margin-top: 50px;
}
#section_blog .blog-wrap.left-right .blogs-wrap:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
#section_blog .blog-wrap.left-right .img-blog {
    width: 35%;
    margin-right: 3%;
    float: left;
}
#section_blog .blog-wrap.left-right:after {
    clear: both;
    content: "";
    display: block;
}
#section_blog .blog-wrap.left-right .title-content-blog {
    float: left;
    width: 57%;
}
/*******************************************
                blog grid layout
*******************************************/

#section_blog .blog-wrap.grid-layout .blogs-wrap .img-blog {
    margin-bottom: 20px;
}
#section_blog .blog-wrap.grid-layout .title-blog h3 {
    margin-bottom: 12px;
}
#section_blog .blog-wrap.grid-layout .image-date-author {
    padding-top: 30px;
}
#section_blog .blog-wrap.grid-layout .blogs-wrap {
    margin-bottom: 0px;
}
#section_blog .blog-wrap.grid-layout > .blogs-wrap + .blogs-wrap +.blogs-wrap + .blogs-wrap {
    margin-top: 60px;
}
/*****************************************************
            counter section
*******************************************************/

#section_student-counter .bg_student-counter {
    color: #fff;
    position: relative;
    text-align: center;
}
#section_student-counter .desc-button a {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 15px;
    display: inline-block;
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    min-width: 140px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}
#section_student-counter .desc-button a:hover {
    background: #069bdc;
    border-color: #069bdc;
}
#section_student-counter:after {
    content: "";
    background: rgba(59, 73, 92, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    display: block;
}
#section_student-counter {
    position: relative;
    z-index: 1;
}
#section_student-counter .count-counter {
    color: #069bdc;
    font-weight: 600;
    font-size: 54px;
    display: inline-block;
    padding: 0 10px;
}
#section_student-counter .desc-counter {
    padding: 15px 0 40px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.8;
}
#section_student-counter .count-titel {
    font-size: 20px;
    font-weight: 500;
}
#section_student-counter .student-counter {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
/******************************************
            queries section
******************************************/

#section_contact .left-content .contact-form-wrap {
    width: auto;
    float: none;
    padding: 0;
}
#section_contact {
    background: #009ada;
}
#section_contact .contact-section-wrap {
    display: table;
}
#section_contact .contact-section-wrap {
    display: table;
}
#section_contact .contact-section-wrap .right-content img {
    width: 100%;
}
#section_contact .contact-section-wrap .left-content,
#section_contact .contact-section-wrap .right-content {
    display: table-cell;
    vertical-align: middle;
}
#section_contact .contact-section-wrap .left-content {
    color: #fff;
    padding: 0 40px;
    width: 48%;
    text-align: center;
}
#section_contact .contact-section-wrap .right-content {
    width: 52%;
    padding: 0;
}
.left-content > div {
    display: block;
    width: 100%;
}
#section_contact .wrap-1,
#section_contact .wrap-2 {
    width: 49%;
    float: left;
    line-height: 0;
}
#section_contact .wrap-2 {
    margin-left: 2%;
}
#section_contact .contact-title span h3 {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    margin: 5px 0 0;
    text-transform: uppercase;
}
#section_contact .contact-title span,
#section_contact .bottom-info {
    font-size: 14px;
    display: block;
}
#section_contact .contact-title {
    padding-bottom: 23px;
}
#section_contact .wrap-1 span input[type="text"],
#section_contact .wrap-1 span input[type="email"] {
    width: 100%;
}
#section_contact .wrap-1 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 18px;
}
.contact-bottom-content >span {
    display: block;
    margin-bottom: 10px;
}
#section_contact .wrap-1 span input[type="text"],
#section_contact .wrap-1 span input[type="email"],
#section_contact .wrap-2 textarea {
    background: #66b8dd;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border-radius: 2px;
    border-color: transparent;
    display: block;
    outline: 0;
}
#section_contact .wrap-2 textarea {
    max-height: 92px;
}
#section_contact .bg_contact span input::-webkit-input-placeholder,
#section_contact .wrap-2 textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #fff;
}
#section_contact .wrap-2 textarea::-moz-placeholder,
#section_contact .wrap-1 span input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
}
#section_contact .wrap-2 textarea::-ms-input-placeholder,
#section_contact .wrap-1 span input[type="text"]::-ms-input-placeholder {
    /* IE 10+ */
    
    color: #fff;
}
#section_contact .wrap-2 textarea:-moz-placeholder,
#section_contact .wrap-1 span input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff;
}
#section_contact .contact-form-wrap form .wrap-2 input[type="submit"] {
    display: block;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    padding: 7px 15px 5px;
    background: #2c2c2c;
    font-weight: 300;
    width: 100%;
    border-color: transparent;
    line-height: 1.5;
    margin-top: 18px;
    border: 2px solid transparent;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
#section_contact .contact-form-wrap form .wrap-2 input[type="submit"]:hover {
    background: #000;
}
#section_contact .form:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}
#section_contact .contact-bottom-content {
    font-size: 20px;
    font-weight: 300;
    padding-top: 20px;
}
#section_contact .bottom-phone {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
}
/****************************************
        counter section
******************************************/

#section_counter-two {
    background: #069bdc;
    padding: 0;
    color: #fff;
}
#section_counter-two .counter-wrap {
    display: table;
    width: 100%;
}
#section_counter-two .counter-wrap > div {
    width: 33.33%;
    display: table-cell;
    vertical-align: middle;
    padding: 75px 30px;
    text-align: center;
}
#section_counter-two .counter-one {
    background: #4db2e5;
}
#section_counter-two .counter-two {
    background: #35a9e1;
}
.counter-wrap .title-link > span {
    display: block;
    text-transform: uppercase;
}
#section_counter-two .counter_count_two {
    font-size: 55px;
    font-weight: 600;
    display: block;
}
#section_counter-two .link a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 20px;
    position: relative;
    display: block;
    margin-top: 10px;
}
#section_counter-two .link a:after {
    content: "\f105";
    font-family: "Fontawesome";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: -1px;
    bottom: 0;
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
#section_counter-two .counter-wrap > div:hover .link a:after {
    right: -6px;
}
#section_counter-two .counter-wrap .title-link {
    font-weight: 700;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 26px;
    display: inline-block;
    text-align: left;
}
#section_counter-two .count {
    padding-right: 10px;
    display: inline-block;
}
#section_counter-two .count,
#section_counter-two .counter-wrap .title-link {
    vertical-align: top;
    line-height: 1.2;
}
/*******************************************
            director words section
************************************************/

#section_director-words .mb_YTPBar,
.layout-2 .video_wrap .mb_YTPBar {
    height: 0;
    padding: 0;
    opacity: 0;
}
#section_director-words .director-words-wrap {
    display: table;
}
#section_director-words .director-left-content,
#section_director-words .director-right-content {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
#section_director-words {
    color: #fff;
}
#section_director-words .director-left-content .title-button-wrap,
.video_wrap .play-pause-video {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    z-index: 1;
    font-size: 30px;
    text-align: center;
}
.video_wrap .play-pause-video {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
#section_director-words .director-left-content .title-button-wrap .title-sub {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 1px;
}
#section_director-words .video-director .play-pause-video,
.video_wrap .play-pause-video {
    background: url(images/playV.png) no-repeat;
    width: 95px;
    height: 95px;
    box-shadow: none;
    border: none;
    padding: 0;
    outline: 0;
    z-index: 9;
}
button.ytp-large-play-button.ytp-button,
.ytp-icon-large-play-button-hover {
    display: none !important;
}
#section_director-words .video-director,
.video_wrap {
    position: relative;
}
#section_director-words .video-director:after,
.video_wrap:after {
    background: rgba(0, 0, 0, 0.27);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}
#section_director-words .video-director.play .title-button-wrap,
#section_director-words .video-director.play:after,
.video_wrap.play:after,
.video_wrap.play .play-pause-video {
    display: none;
}
#section_director-words .video-director .mbYTP_wrapper iframe,
.video_wrap .mbYTP_wrapper iframe {
    width: 100% !important;
    margin-left: 0 !important;
}
#section_director-words .director-right-content {
    padding: 0px 70px 0 40px;
    background: #009ada;
}
.section-layout-1 .director-right-content .section_title {
    padding-top: 18px;
}
.section-layout-2 #section_director-words .title_one h4,
.section-layout-2 #section_director-words .title_two h2 {
    color: #fff;
}
.section-layout-2 #section_director-words .section_title {
    text-align: left;
    padding-top: 0;
}
.section-layout-2 #section_director-words .title_two h2:after {
    background: #fff;
    margin: 0;
    right: auto;
}
#section_director-words .director-words {
    padding: 30px 0 0px;
    font-size: 15px;
}
/*************************************************
                University words
*************************************************/

#section_university-words .university-words > div {
    width: 50%;
    display: table-cell;
    padding: 40px 30px 60px;
    vertical-align: top;
}
#section_university-words .university-words {
    display: table;
    width: 100%;
}
#section_university-words .right-university-words {
    background: #fff;
}
#section_university-words .right-university-words .section_title {
    padding-top: 0;
    text-align: left;
}
.section-layout-2 #section_university-words .title_two h2:after {
    margin: 0;
    right: auto;
}
#section_university-words .right-desc {
    padding: 35px 0 60px;
    font-size: 13px;
    line-height: 2;
    color: #666666;
}
#section_university-words .link-right {
    display: inline-block;
}
#section_university-words .link-right a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    min-width: 135px;
    min-height: 45px;
    background: #35a9e1;
    border: 2px solid transparent;
    display: block;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    padding: 0 15px;
    line-height: 45px;
}
#section_university-words .link-right a:hover {
    border-color: #35a9e1;
    color: #35a9e1;
    background: transparent;
}
#section_university-words .university-words:after {
    clear: both;
    display: block;
    content: "";
}
#section_university-words .left-university-words {
    color: #fff;
    background: #1f1f1f;
}
#section_university-words .left-university-words .title-left-one h3,
#section_university-words .left-university-words .title-left-two h4 {
    color: #fff;
}
#section_university-words .left-university-words .title-left-one h3:after {
    margin: 0;
    right: auto;
    width: 73px;
}
#section_university-words .left-desc {
    margin-bottom: 35px;
    font-size: 13px;
    font-weight: 300;
    color: #e5e5e5;
    line-height: 2;
}
#section_university-words .left-university-words .title-left-one h3 {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 40px;
}
#section_university-words .left-university-words .title-left-two h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 40px;
    line-height: 1.8;
}
#section_university-words .signature-name-desig > span {
    display: block;
}
#section_university-words .signature-name-desig .signature {
    margin-bottom: 15px;
}
#section_university-words .signature-name-desig .name-author {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
#section_university-words .signature-name-desig .author-desig {
    font-size: 15px;
    color: #35a9e1;
}
#section_university-words .signature-name-desig .name-author,
#section_university-words .signature-name-desig .author-desig {
    text-transform: capitalize;
}
/******************************************
        counter three
*******************************************/

.counter-three-main-wrap .counter-three > div {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.counter-three-main-wrap .counter-three .left-content img {
    width: 100%;
}
.counter-three-main-wrap .counter-three {
    background: #3c3d41;
    display: table;
}
.counter-three-main-wrap .counter-three:after {
    content: "";
    display: block;
    clear: both;
}
.counter-three-main-wrap .right-content {
    color: #fff;
    padding: 0 90px 0 70px;
}
.counter-three-main-wrap .right-content img {
    width: 100%;
}
.counter-three-main-wrap .right-content .title_two h2:after {
    margin: 0;
    right: auto;
    height: 2px;
}
.section-layout-2 .counter-three-main-wrap .counter-three .section_title {
    text-align: left;
    padding-top: 0;
}
.counter-three-main-wrap .counter-three .counter-three-desc {
    font-size: 13px;
    line-height: 1.8;
    padding: 25px 0 25px;
    color: rgba(255, 255, 255, 0.64);
}
.counter-three-main-wrap .section_title {
    padding: 18px 0 0;
}
.counter-three-main-wrap .counter-three .title_two h2,
.counter-three-main-wrap .counter-three .title_one h4 {
    color: #fff;
}
.counter-three-main-wrap .counter-three .title_one h4 {
    margin-bottom: 0;
}
.counter-three-main-wrap .counter-three .title_two h2 {
    font-size: 26px;
    display: block;
    padding-bottom: 10px;
    text-transform: capitalize;
    line-height: 1.5;
}
.counter-three-main-wrap .counter-three .title-count > div {
    display: inline-block;
    padding: 0 60px 0 0;
}
.counter-three-main-wrap .counter-three .title-count > div span {
    display: block;
}
.counter-three-main-wrap .counter-three .title-count > div:last-child {
    padding-right: 0;
}
.counter-three-main-wrap .counter-three .title-count .counter-count {
    font-weight: 600;
    font-size: 32px;
}
.counter-three-main-wrap .counter-three .counter-title {
    font-size: 14px;
    font-style: italic;
    text-transform: capitalize;
}
/*****************.section-layout-1 left align***********************************/

.section-layout-1 .director-right-content .after-effet1,
.section-layout-1 .counter-three-main-wrap .after-effet1 {
    margin: 0;
}
.section-layout-1 .director-right-content .section_title,
.section-layout-1 .counter-three-main-wrap .section_title {
    text-align: left;
}
/**************************inner page**********************
        about us pages
**************************************/

.about-page .section_title {
    text-align: left;
}
.about-page .desc-progress {
    padding-top: 35px;
}
.section-layout-2 .about-page .title_two h2:after,
.about-page .title_two h2:after {
    margin: 0;
    right: auto;
}
.about-page {
    padding: 80px 0 60px;
}
.desc-progress > div {
    width: 50%;
    float: left;
}
.desc-progress:after {
    content: "";
    display: block;
    clear: both;
}
.desc-progress .habilidades_contenedor,
.desc-progress #codeconSkills,
.desc-progress .codeconSkillbar {
    width: 100%;
    margin: 0;
}
.desc-progress #codeconSkills {
    padding: 0 0 0 20px;
}
.desc-progress .codeconSkillbar {
    margin: 45px 0;
}
.desc-progress #codeconSkills .codeconSkillbar:first-child {
    margin-top: 0;
}
.desc-progress #codeconSkills .codeconSkillbar:last-child {
    margin-bottom: 0;
}
.desc-progress .skillBar,
.desc-progress .codeconSkillbar {
    height: 15px;
    border-radius: 25px;
}
.desc-progress .codeconSkillbar .PercentText {
    background: #222;
    color: #fff;
    padding: 2px 5px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: -30px;
    font-size: 10px;
    text-align: center;
}
.desc-progress .codeconSkillbar .codeconSkillArea,
.desc-progress .codeconSkillbar .PercentText {
    font-size: 12px;
    font-weight: 500;
}
.desc-progress .codeconSkillbar .codeconSkillArea {
    margin-top: -21px;
    color: #444444;
    margin-left: 0;
}
.desc-progress .codeconSkillbar .PercentText:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #222 transparent transparent transparent;
    bottom: -6px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.desc-progress .about-desc {
    color: #666666;
    font-size: 13px;
    line-height: 2;
    padding-right: 20px;
}
/***********************************
        team section
**************************************/

.team-main-wrap:after,
.all-team-content:after {
    clear: both;
    content: "";
    display: block;
}
.team-main-wrap .image-phone-email-desig {
    width: 30%;
    float: left;
}
.team-main-wrap .image-phone-email-desig {
    margin-right: 2%;
}
.team-main-wrap .contents-desc {
    width: 68%;
    float: left;
}
.team-wrap .team-members:first-child {
    margin-left: 0;
}
.team-wrap .team-members .image-title-desc .image-member img {
    display: block;
    width: 100%;
}
.all-team-content {
    display: block;
    clear: both;
}
.all-team-content {
    display: none;
}
.all-team-content.show {
    display: block;
}
.team-main-wrap {
    padding: 80px 0 80px;
}
.email-title-social > span {
    display: block;
    padding: 0 0 8px;
}
.team-main-wrap .email-title-social > span.name {
    padding-bottom: 0;
}
.team-main-wrap .email-title-social > span.designation,
.enlighten_procolumn .ap-team .ap-member-position {
    padding-bottom: 10px;
    margin-bottom: 13px;
}
.team-main-wrap .image-phone-email-desig .social-profile,
.team-wrap .social-profile {
    margin-top: 15px;
    padding: 0;
    background: transparent;
}
.team-main-wrap .email-title-social,
.team-wrap .image-title-desc .social-title {
    padding: 20px 0 0;
    text-align: center;
}
.team-wrap .image-title-desc .title-team h3 {
    margin: 0 0 5px;
}
.ap-team .member-social-group > a,
.team-wrap .social-profile > a,
.team-main-wrap .social-profile > a {
    color: #b0aeae;
}
.ap-team .member-social-group > a:hover,
.team-wrap .social-profile > a:hover,
.team-main-wrap .social-profile > a:hover {
    color: #009ada;
}
.team-wrap.sider-team.owl-carousel .owl-controls {
    text-align: center;
    margin-top: 30px;
}
.home .course-main .owl-carousel .owl-controls .owl-nav .owl-prev,
.home .course-main .owl-carousel .owl-controls .owl-nav .owl-next,
.team-wrap.sider-team.owl-carousel .owl-controls .owl-nav .owl-prev,
.team-wrap.sider-team.owl-carousel .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background: #009ada;
    display: inline-block;
    margin: 0;
    position: absolute;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
    border-radius: 0;
    padding: 0;
}
.team-wrap.sider-team.owl-carousel .owl-controls .owl-nav .owl-prev,
.team-wrap.sider-team.owl-carousel .owl-controls .owl-nav .owl-next {
    top: 29%;
}
.home .course-main .owl-carousel .owl-controls .owl-nav .owl-prev,
.home .course-main .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 25%;
}
.home .course-main .owl-carousel .owl-controls .owl-nav .owl-prev,
.team-wrap.sider-team.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.home .course-main .owl-carousel .owl-controls .owl-nav .owl-next,
.team-wrap.sider-team.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}
.team-wrap.sider-team.owl-carousel .owl-controls .owl-dots,
.blog-image-gallery.owl-carousel .owl-controls .owl-dots {
    display: none;
}
.home .course-main .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.home .course-main .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.team-wrap.sider-team.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.team-wrap.sider-team.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: rgba(0, 138, 218, 0.96);
}
.home .course-main .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.home .course-main .owl-carousel .owl-controls .owl-nav .owl-next:before,
.team-wrap.sider-team.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.team-wrap.sider-team.owl-carousel .owl-controls .owl-nav .owl-next:before {
    font-size: 16px;
    font-family: "Fontawesome";
    color: #fff;
}
.home .course-main .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.team-wrap.sider-team.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: "\f053";
    position: relative;
    left: -2px;
}
.home .course-main .owl-carousel .owl-controls .owl-nav .owl-next:before,
.team-wrap.sider-team.owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: "\f054";
    position: relative;
    right: -2px;
}
/*************************************

****************************************/

.layout-2 .blogs-author .image img {
    border-radius: 50%;
}
.layout-2 .author-image .image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 8px;
}
.layout-2 .blogs-author .author-image {
    width: 12%;
    display: inline-block;
    margin-right: 2%;
    margin-top: 5px;
}
.layout-2 .blogs-author .author-image .author {
    text-transform: capitalize;
    font-size: 11px;
    color: #777777;
    display: block;
}
.layout-2 .blogs-author .author-image > span {
    display: block;
    text-align: center;
}
.layout-2 .blogs-author .content-title {
    width: 85%;
    display: inline-block;
    border-left: 1px solid #dcdcdc;
    padding-left: 25px;
}
.layout-2 .blogs-author .author-image,
.layout-2 .blogs-author .content-title {
    vertical-align: top;
}
.image-blog {
    margin-bottom: 40px;
    position: relative;
}
.comment-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    display: inline-block;
    padding: 12px 15px 12px 20px;
    font-size: 11px;
    color: #777777;
    z-index: 1;
}
.comment-date > span {
    margin-right: 8px;
}
.comment-date .date:before {
    content: "\f017";
    font-family: "Fontawesome";
    margin-right: 3px;
}
.comment i {
    margin-right: 5px;
}
.blogs-author {
    margin-bottom: 60px;
}
.blogs-author:after {
    content: "";
    display: block;
    clear: both;
}
.blogs-author .content-title .blog-title h2 {
    margin: 0 0 15px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
}
.blogs-author .content-title .content-blog {
    color: #7a7979;
}
.blogs-author .content-title .blog-title h2 a {
    color: #222222;
}
.layout-3 .title-author-date .blog-title h2 a:hover,
.blogs-author .content-title .blog-title h2 a:hover,
.layout-1 .blog-title h2 a:hover {
    color: #02b1fa;
}
.content-blog .links .read-more {
    color: #fff;
    font-size: 14px;
    background: #02b1fa;
    text-transform: capitalize;
    min-width: 115px;
    padding: 8px 15px;
    display: inline-block;
    text-align: center;
    border: 1px solid #02b1fa;
    transform: all ease 0.4s;
}
.layout-1 .content-blog .links .read-more {
    border-radius: 2px;
    padding: 10px 15px 8px;
    text-transform: uppercase;
    font-size: 12px;
}
.content-blog .links .read-more:hover {
    background: transparent;
    color: #02b1fa;
}
.blogs-author .content-blog .links {
    display: block;
    margin-top: 40px;
    margin-left: -25px;
}
article.layout-2:last-child .blogs-author {
    margin-bottom: 0;
}
.layout-1 .blog-title h2 a {
    color: #24262a;
    font-size: 26px;
}
.layout-1 .image-blog,
.layout-3 .image-blog {
    margin: 0 0 20px;
}
article.layout-1 .blog-title h2 {
    margin: 0 0 5px;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
}
.post-meta .post-date,
article .title-author-date .author-date,
article.posted-on a,
.post-meta .post-date .byline .author a {
    color: #aab3bc;
    font-size: 13px;
    font-weight: 500;
}
/*****
our blog
*****/

article.layout-1 .title-author-date .author-date > span,
article.layout-3 .title-author-date .author-date > span,
.post-meta .entry-meta > div {
    display: inline-block;
    text-transform: capitalize;
}
article.layout-1 .content-blog {
    padding: 18px 0 0;
    font-size: 13px;
    line-height: 1.8;
}
article.layout-1 .content-blog .links,
article.layout-3 .content-blog .links {
    margin-top: 28px;
}
.layout-3 {
    text-align: center;
}
.layout-3 .content-blog .links .read-more {
    background: transparent;
    padding: 0;
    color: #6b6b6b;
    border: 0;
    text-transform: uppercase;
    font-size: 12px;
    min-width: 0;
    font-weight: 600;
}
.layout-3 .content-blog .links .read-more:hover {
    color: #02b1fa;
    padding-left: 10px;
}
.layout-3 .content-blog .links .read-more:after {
    content: "\f178";
    font-family: "Fontawesome";
    margin-left: 10px;
}
.layout-3 .title-author-date .blog-title h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
}
.layout-3 .title-author-date .blog-title h2 a {
    color: #24262a;
}
article.layout-3 .title-author-date .author-date {
    color: #878787;
    font-size: 13px;
}
article.layout-3 .content-blog {
    color: #666666;
    line-height: 2;
    font-size: 13px;
    padding-top: 30px;
    padding-bottom: 30px;
}
article.layout-3:last-child .content-blog {
    padding-bottom: 0;
}
article.layout-3 .title-author-date,
article.layout-3 .content-blog {
    width: 80%;
    margin: 0 auto;
}
/******************
    blog image gallery
********************/

.blog-image-gallery {
    position: relative;
    margin-bottom: 25px;
}
.home_section#section_video .video_wrap {
    margin-bottom: 0;
}
.video_wrap {
    margin-bottom: 30px;
}
.blog-image-gallery.owl-carousel .owl-controls .owl-nav .owl-prev,
.blog-image-gallery.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 20px;
    padding: 0px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    -webkit-transition: background 0.4s ease-in-out 0s;
    -ms-transition: background 0.4s ease-in-out 0s;
    -moz-transition: background 0.4s ease-in-out 0s;
    transition: background 0.4s ease-in-out 0s;
    margin: 0;
}
.blog-image-gallery.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.blog-image-gallery.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0.8);
}
.blog-image-gallery.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 10px;
}
.blog-image-gallery.owl-carousel .owl-controls .owl-nav .owl-prev i {
    position: relative;
}
.blog-image-gallery.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 10px;
}
.blog-image-gallery.owl-carousel .owl-controls .owl-nav .owl-next i {
    position: relative;
    right: -1px;
}
/**********************************************
                shortcodes
***********************************************/

.divider {
    color: #e2e2e2;
    display: inline-block;
    margin: 50px 0;
    position: relative;
    width: 100%;
}
.divider i {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: -15px;
    width: 30px;
}
.d-single.d-solid {
    border-top-style: solid;
}
.divider.d-single {
    border-color: #e2e2e2;
    border-top-width: 1px;
    height: 1px;
    width: 100%;
}
.d-single.d-dashed {
    border-top-style: dashed;
}
.divider.d-single {
    border-color: #e2e2e2;
    border-top-width: 1px;
    height: 1px;
    width: 100%;
}
.d-double.d-solid {
    border-bottom-style: solid;
    border-top-style: solid;
}
.divider.d-double {
    border-bottom-width: 1px;
    border-color: #e2e2e2;
    border-top-width: 1px;
    height: 8px;
    width: 100%;
}
.d-double.d-dashed {
    border-bottom-style: dashed;
    border-top-style: dashed;
}
.enlighten_procolumn {
    float: left;
    padding: 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ap-span1 {
    width: 16%;
}
.ap-span2 {
    width: 33.33%;
}
.ap-span3 {
    width: 50%;
}
.ap-span4 {
    width: 66.66%;
}
.ap-spacing {
    background: none;
    margin: 0;
}
/*****
call to action
*******/

.enlighten_procall_to_action.left {
    text-align: left;
}
.enlighten_procall_to_action {
    background: #EEE;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 15px;
    margin: 15px 0;
}
.enlighten_procall_to_action .enlighten_procall_to_action_button {
    background: #009de3;
    padding: 10px 20px;
    color: #FFF;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
}
.enlighten_procall_to_action.center {
    text-align: center;
}
.enlighten_procall_to_action.center {
    text-align: center;
}
/******
    testimonial shorcodes
*******/

.testimony-wrap .client-details .img-wrap img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 110px;
    height: 110px;
    border-top: 7px solid #dcdbdb;
    border-left: 5px solid #dcdbdb;
    border-right: 5px solid #dcdbdb;
    border-bottom: 4px solid #dcdbdb;
}
/*******
    team shortcodes
*******/

.enlighten_procolumn .ap-team .ap-member-image-wrapin {
    margin-bottom: 20px;
}
.enlighten_procolumn .ap-team .ap-member-in-wrap {
    text-align: center;
}
.enlighten_procolumn .ap-team .ap-member-position {
    margin-top: 0;
}
.member-social-group {
    text-align: center;
    margin-top: 20px;
}
.ap-team:hover .ap-member-image .ap-member-image-wrapin img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 0;
}
.ap-team .ap-member-image .ap-member-image-wrapin img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 0;
    transition: all linear 0.5s;
    display: block;
}
.ap-team .ap-member-image {
    position: relative;
}
.ap-team .ap-member-message {
    padding: 0 20px;
    text-align: center;
}
.ap-team .ap-member-image .ap-member-image-wrapin {
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.enlighten_procolumn .ap-team,
.ap-slide {
    margin-bottom: 30px;
}
/***************
shortcode slider
*************/

.shortcode-slider .owl-nav .owl-prev {
    right: auto;
    left: 10px;
}
.shortcode-slider .owl-nav .owl-next {
    right: 10px;
    left: auto;
}
.shortcode-slider .owl-dots {
    display: none;
}
.shortcode-slider .owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev,
.shortcode-slider .owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    background-color: #000;
    text-align: center;
    line-height: 46px;
    padding: 0;
    border-radius: 0;
    margin: 0;
}
.ap-slide-caption {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 0 30px;
    z-index: 2;
    width: 60%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 0;
    color: #fff;
}
.ap-slide {
    position: relative;
}
/******
    shortcode tab
***********/

.vertical .enlighten_protab_group .tab-title.active,
.vertical .enlighten_protab_group .tab-title.hover,
.horizontal .enlighten_protab_group .tab-title.active,
.horizontal .enlighten_protab_group .tab-title.hover {
    color: #FFF;
    background: #009ada;
}
.horizontal .enlighten_protab_group {
    margin-bottom: 10px;
}
.horizontal .enlighten_protab_group .tab-title {
    background: #F6F6F6;
    float: left;
    cursor: pointer;
    font-size: 16px;
    padding: 12px 19px;
    position: relative;
    margin-right: 5px;
    line-height: 1.2;
}
.horizontal .enlighten_protab_content {
    padding: 15px;
    background: #F6F6F6;
}
.vertical .tab-title {
    cursor: pointer;
    padding: 12px 20px;
    position: relative;
    background: #F6F6F6;
    margin-bottom: 5px;
    line-height: 1.2;
    text-align: center;
}
.vertical .enlighten_protab_group {
    width: 20%;
    float: left;
}
.vertical .enlighten_protab_content {
    float: right;
    width: 78%;
    padding: 15px;
    background: #F6F6F6;
}
/*****
tagline
****/

.enlighten_protagline_box.ap-all-border-box {
    border: 3px solid #009ada;
    padding: 20px;
    background: #F6F6F6;
}
.enlighten_protagline_box {
    margin: 20px 0;
}
.enlighten_protagline_box.ap-top-border-box {
    border-top: 3px solid #009ada;
    padding: 20px;
    background: #F6F6F6;
}
.enlighten_protagline_box.ap-left-border-box {
    border-left: 3px solid #009ada;
    padding: 20px;
    background: #F6F6F6;
}
.enlighten_protagline_box.ap-bg-box {
    color: #FFF;
}
.enlighten_protagline_box.ap-bg-box {
    background: #009ada;
    padding: 20px;
}
/*****
toggle
****/

.enlighten_protoggle .enlighten_protoggle_title {
    cursor: pointer;
    position: relative;
    padding: 10px 0 10px 40px;
    background: #009ada;
    color: #FFF;
}
.enlighten_protoggle .enlighten_protoggle_title:after {
    content: "";
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    height: 20px;
    width: 20px;
    background: #FFF;
    color: #009ada;
    line-height: 20px;
    text-align: center;
    left: 7px;
    top: 50%;
    margin-top: -10px;
}
.enlighten_protoggle .enlighten_protoggle_content {
    padding: 10px;
    line-height: 1.5;
}
.enlighten_protoggle {
    border-left: 5px solid #009ada;
    margin-bottom: 10px;
}
.enlighten_protoggle.close .enlighten_protoggle_content {
    display: none;
}
/*****
list styles
*******/

.ap-list {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.ap-list li {
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 0px 0 0px 24px;
    position: relative;
    list-style: none;
    margin-bottom: 8px;
}
.ap-list li .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    font-size: 12px;
}
/***
dropcaps
******/

.ap-dropcaps {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
}
.ap-dropcaps.ap-square {
    background: #E5623B;
    color: #FFF;
    padding: 10px;
    margin-right: 8px;
    margin-top: 4px;
}
/**********************************************
        course detail 
*****************************************/

.course-detail > div.icon-course {
    width: 60px;
    margin-right: 10px;
    padding-right: 0;
    border-radius: 100%;
}
.icon-course img {
    border-radius: 100%;
}
.course-detail > div,
.event-detail > div {
    display: inline-block;
    padding-right: 35px;
    vertical-align: middle;
    font-size: 13px;
}
.course-detail > div > span,
.event-detail > div > span {
    display: block;
    font-size: 13px;
    color: #666666;
}
.course-detail > div + div +div,
.event-detail > div + div {
    padding-left: 20px;
}
.course-detail .price-rate,
.course-detail .duration-wrap,
.event-detail > div {
    border-right: 1px solid #e3e3e3;
}
.event-detail > div:last-child {
    border-right: 0;
}
.course-detail > div span:first-child,
.event-detail > div > span:first-child {
    font-weight: 500;
    text-transform: capitalize;
    color: #24262a;
}
.course-detail > div > span:first-child,
.event-detail > div > span:first-child {
    margin-bottom: 8px;
}
.event_type .event-title h2,
.our_course .event-title h2 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #24262a;
}
.our_course .course-detail,
.event_type .event-detail {
    margin-bottom: 35px;
}
.our_course .single_page_image,
.event_type .single_page_image {
    margin-bottom: 35px;
}
.event-content {
    color: #666666;
    font-size: 13px;
    line-height: 1.8;
}
/******by ajay*****/

.horizontal .enlighten_protab_content .enlighten_protab {
    display: none;
}
.vertical .enlighten_protab_content .enlighten_protab {
    display: none;
}
/******************************
            woocommerce
******************************/

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    line-height: 25px;
}
.woocommerce h2 {
    margin: 0 0 30px;
    font-size: 26px;
}
.woocommerce ul.products li.product .onsale {
    border-radius: 0;
    position: absolute;
    top: 0%;
    left: 0;
    background-color: rgba(237, 145, 42, 1);
    padding: 7px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff;
    min-width: 0;
    min-height: 0;
    -webkit-box-shadow: 5px 2px 3px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 2px 3px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 2px 3px -3px rgba(0, 0, 0, 0.4);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    ] min-height: 0;
    line-height: 1;
    text-transform: uppercase;
    right: auto;
    font-weight: 100;
    margin: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0;
    margin-left: 2%;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    text-align: center;
    overflow: hidden;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
    margin-left: -2%;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin-bottom: 40px;
}
.woocommerce .woocommerce-result-count {
    font-size: 18px;
    color: #444444;
    text-transform: uppercase;
    line-height: 1;
}
.woocommerce .woocommerce-ordering select {
    padding: 7px;
    border: 1px solid #ccc;
    outline: 0;
    color: #444444;
}
.woocommerce #primary h1.page-title {
    font-weight: 600;
    font-size: 40px;
    color: #009ada;
}
.woocommerce ul.products li.product h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #444444;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.woocommerce ul.products li.product .price del {
    color: #444444;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
}
.woocommerce ul.products li.product .price {
    color: #009ada;
    font-size: 14px;
}
.woocommerce ul.products li.product .price {
    font-weight: 700;
}
.woocommerce .product-rating,
.woocommerce ul.products li.product .star-rating {
    float: right;
    color: #FFDF00;
    font-size: 14px;
    margin-top: 4px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce input.button {
    color: #ffffff;
    border-radius: 0;
    font-size: 14px;
    background: #009ada;
    border: 2px solid #009ada;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 11px 17px 10px;
}
.woocommerce ul.products li.product .button {
    margin-top: 10px;
    padding: 15px;
    text-transform: uppercase;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce input.button:hover {
    color: #009ada;
    background: transparent;
    box-shadow: none;
}
/***********
checkout and cart
*********/

.woocommerce-info {
    border-top-color: #009ada;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 40px;
    width: 53% !important;
}
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: #fff;
    background: rgba(0, 154, 218, 0.5);
    border-color: rgba(0, 154, 218, 0.5);
}
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: #fff;
    background: rgba(0, 154, 218, 1);
    border-color: rgba(0, 154, 218, 1);
}
.woocommerce a.remove,
.woocommerce.widget_shopping_cart ul.cart_list li a.remove {
    right: 0;
    top: 15px;
    left: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: rgba(0, 154, 218, 1) !important;
}
.woocommerce a.remove:hover,
.woocommerce.widget_shopping_cart ul.cart_list li a.remove:hover {
    color: #ffffff!important;
    background-color: rgba(0, 154, 218, 1);
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce .login p:last-child {
    margin-bottom: 5px;
}
/********scrollbar*****/

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 154, 218, 0.9) !important;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(0, 0, 0, 0.2) !important;
}
@keyframes hiddentoggle {
    0%, 99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*************added***********/
/*homesection background*/

.layout2 .layout2-header {
    background-color: #363636;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.layout2 .header_social_link .fa_link_wrap a {
    color: #fff;
}
.layout2 .header_social_link .fa_link_wrap a:hover {
    color: rgba(0, 154, 218, 1);
}
/* instagram feed starts */

.main-navigation .hidden-sidebar .widget.widget_apif_sidewidget ul li {
    width: 22.75%;
    float: left;
    margin-right: 3%;
    margin-bottom: 1%;
    list-style: none;
    overflow: hidden;
    height: auto;
    padding-top: 5px;
}
.main-navigation .hidden-sidebar .widget.widget_apif_sidewidget ul li a:after {
    content: none;
}
.main-navigation .hidden-sidebar .widget.widget_apif_sidewidget .instagram-widget.clear:after {
    clear: both;
    display: block;
    content: "";
}
.main-navigation .hidden-sidebar .widget.widget_apif_sidewidget .instagram-widget li:nth-child(4n) {
    margin-right: 0;
}
.hidden-sidebar .info_wrap > div + div {
    margin-top: 15px;
}
.hidden-sidebar .info_wrap .fa_icon_info {
    margin-right: 5px;
}
.layout2 .main-navigation .hidden-sidebar .widget.widget_apif_sidewidget ul li a,
.hidden-sidebar .widget.widget_apif_sidewidget ul li a {
    margin-bottom: 0;
}
.hidden-sidebar {
    color: #484848;
}
.hidden-sidebar .widget_text .textwidget img {
    width: 65%;
    margin-bottom: 20px;
    display: block;
}
.hidden-sidebar section.widget {
    margin-bottom: 40px;
}
.hidden-sidebar section.widget:last-child {
    margin-bottom: 0;
}
/* instagram feed ends */

#secondary h2.widget-title,
#primary h2.widget-title,
#primary .entry-title,
#primary h1.page-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 5px;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 500;
}
#secondary .faq_dot:after {
    content: none;
}
#secondary h2.widget-title:before,
#secondary .faq_dot:before {
    content: "";
    min-width: 60px;
    max-width: 100%;
}
#secondary .footer_RN_wrap .rn_title {
    color: #555555;
}
#secondary h2.widget-title:before {
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
}
#secondary h2.widget-title {
    padding-bottom: 5px;
}
#secondary .footer_RN_wrap .rn_post_loop .rn_image {
    margin-bottom: 0px;
    width: 100px;
    float: left;
    margin-right: 15px;
}
#secondary .footer_RN_wrap .rn_post_loop .rn_image a {
    top: 5px;
}
#secondary .footer_RN_wrap .rn_post_loop {
    margin-bottom: 30px;
    color: #777;
    font-family: 'Poppins', sans-serif;
}
#secondary .footer_RN_wrap .tn_title a {
    color: #555555;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
#secondary .footer_RN_wrap .date {
    color: #a8a8a8;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.5px;
}
#secondary .footer_RN_wrap .rn_post_loop:after {
    content: "";
    display: block;
    clear: both;
}
#secondary .footer_RN_wrap .rn_post_loop:last-child {
    margin-bottom: 0;
}
#secondary .widget-area .widget + .widget {
    margin-top: 60px;
    margin-bottom: 0;
}
#secondary .widget-area .widget_nav_menu.widget ul > li:first-child a,
#secondary .widget-area .widget_nav_menu.widget ul.menu > li:first-child a {
    border-top: 0;
}
#secondary .widget-area .widget_nav_menu.widget ul ul.sub-menu > li:first-child a {
    border-top: 1px solid #eaeaea;
}
#secondary .widget ul li.recentcomments,
#secondary .widget ul li a {
    padding-right: 15px;
}
#secondary .widget ul li.recentcomments,
#secondary .widget ul li a {
    padding-right: 15px;
}
/******home section******/

.home_section {
    background-color: #fff;
}
.home_section {
    padding: 80px 0;
}
.home_section.layout1#section_service .bg_service {
    padding-top: 80px;
}
.home_section.layout1#section_service {
    padding-top: 0;
    padding-bottom: 0px;
}
/*=========feature-event======*/

.feature-event .event-count {
    width: 33.33%;
    font-family: 'Raleway', sans-serif;
    position: relative;
    font-weight: 400;
    line-height: 1.3;
    display: table-cell;
}
.feature-event .event-count:after {
    background: #e3e3e3;
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: -6px;
    bottom: 0;
}
.feature-event .event-count:last-child:after {
    content: none;
}
.feature-event .ak-container {
    background: #fff;
    border: 1px solid #e8ecef;
    padding: 35px 0 20px;
    display: table;
}
.feature-event {
    position: relative;
    top: -68px;
}
.feature-event .ak-container:after {
    content: "";
    display: block;
    clear: both;
}
.feature-event .title-events h4 {
    font-weight: 600;
    color: #374046;
    font-size: 20px;
    margin: 0 0 12px;
    font-family: 'Raleway', sans-serif;
}
.feature-event .ep-detail {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}
.feature-event .icon-detail {
    overflow: hidden;
    padding: 0 40px;
}
.feature-event .field-icon {
    position: relative;
    color: rgba(0, 154, 218, 1);
    top: -7px;
    float: left;
    margin-right: 30px;
}
.feature-event .details-event {
    display: inline-block;
}
.feature-event [class^="flaticon-"]:before,
.feature-event [class*=" flaticon-"]:before,
.feature-event [class^="flaticon-"]:after,
.feature-event [class*=" flaticon-"]:after {
    font-size: 58px;
}
/*========event countdown section========*/

#section_event_countdown {
    position: relative;
}
#section_event_countdown:after {
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 154, 218, 0.9);
}
.home_section#section_event_countdown:after {
    content: "";
    display: block;
    clear: both;
}
#section_event_countdown .bg_event_countdown {
    position: relative;
    z-index: 1;
}
.home_section#section_event_countdown .ak-container {
    position: relative;
}
#section_event_countdown .left-countdown h2,
#section_event_countdown .widget_newsletterwidget .widget-title {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
#section_event_countdown .left-countdown h2 {
    font-size: 32px;
    margin: 0 0 40px;
    letter-spacing: 0.5px;
}
#section_event_countdown .widget_newsletterwidget .widget-title {
    font-size: 24px;
    margin: 0 0 30px;
}
#section_event_countdown .widget_newsletterwidget {
    padding: 50px 13px 0;
}
#section_event_countdown {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    background: url(images/countdown.png);
    background-size: cover !important;
}
.home_section#section_event_countdown > div {
    width: 100%;
    padding: 25px 0 0;
}
#section_event_countdown .event-countdown > div {
    padding: 0 15px;
    text-align: center;
    display: inline-block;
}
#section_event_countdown .event-countdown > div div {
    width: 118px;
    height: 118px;
    border: 4px solid #fff;
    border-radius: 100%;
    color: #fff;
    padding: 22px 0 15px;
}
#section_event_countdown .event-countdown > div:first-child {
    padding-left: 0;
}
#section_event_countdown .event-countdown > div:last-child {
    padding-right: 0;
}
#section_event_countdown .simply-amount {
    font-size: 34px;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}
#section_event_countdown .simply-word {
    font-size: 12px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}
#section_event_countdown .tnp-field.tnp-field-button input[type="submit"] {
    background: #ff8625;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
#section_event_countdown .tnp-field.tnp-field-button input[type="submit"]:hover {
    box-shadow: none;
    background: rgba(255, 134, 37, 0.8)
}
#section_event_countdown .tnp-widget input[type=email] {
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
    text-shadow: none;
    outline: 0;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
#section_event_countdown .tnp-widget input[type=email],
#section_event_countdown .tnp-field.tnp-field-button input[type="submit"] {
    min-height: 48px;
}
#section_event_countdown .tnp-widget .tnp-field {
    display: inline-block;
    vertical-align: middle;
}
#section_event_countdown .tnp-widget .tnp-field.tnp-field-email {
    width: 75%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
#section_event_countdown .tnp-widget .tnp-field.tnp-field-email label {
    display: none;
}
#section_event_countdown .tnp-widget .tnp-field.tnp-field-button {
    width: 24%;
}
/***************placeholder***************/

#section_event_countdown .tnp-widget input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #fff;
}
#section_event_countdown .tnp-widget input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
}
#section_event_countdown .tnp-widget input::-ms-input-placeholder {
    /* IE 10+ */
    
    color: #fff;
}
#section_event_countdown .tnp-widget input:-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff;
}
/**************homepage festival section*************/

#section_festival .festival-widget {
    margin: 0 -15px;
}
#section_festival .festival-widget > section {
    width: 33.33%;
    padding: 0 15px;
    float: left;
    margin-bottom: 0;
}
#section_festival .festival-widget > section .festivals-wrap {
    margin: 16px 0;
    padding: 40px 40px 50px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
#section_festival .festival-widget > section .festivals-wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#section_festival .festival-widget > section .festivals-wrap:before {
    background: rgba(0, 154, 218, 0.9);
}
#section_festival .festival-widget > section .festivals-wrap:hover:before {
    opacity: 1;
}
#section_festival .festival-widget .icon {
    margin-bottom: 25px;
    position: relative;
    font-size: 48px;
}
#section_festival .festival-widget .icon i {
    display: block;
}
#section_festival .festivals-wrap .title-festival h3 {
    margin: 0 0 22px;
    position: relative;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
#section_festival .festivals-wrap .fest-content {
    margin-bottom: 43px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 15px;
}
.fest-readmore {
    text-transform: uppercase;
    border: 1px solid #e8ecef;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    color: #818b95;
    background: rgba(255, 255, 255, 0.3);
    padding: 16px 50px;
    position: relative;
    line-height: 1.1;
    border-radius: 26px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.fest-readmore:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fest-readmore:hover,
#section_festival .festival-widget > section .festivals-wrap:hover .fest-readmore {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    border-color: transparent;
}
#section_festival .festival-widget .icon i:before {
    color: rgba(0, 154, 218, 0.9);
    font-size: 48px;
}
#section_festival .festival-widget > section .festivals-wrap:hover .fest-content,
#section_festival .festival-widget > section .festivals-wrap:hover .title-festival h3 {
    color: #fff;
}
#section_festival .festival-widget > section .festivals-wrap:hover .icon i:before {
    color: #fff;
    background: inherit;
    -webkit-text-fill-color: inherit;
}
#section_festival .effect_title {
    margin-bottom: 60px;
}
#section_festival .title_two {
    display: block;
}
#section_festival .title_two h2 {
    margin-bottom: 45px;
}
#section_event_countdown {
    height: 515px;
}
.home_section#section_event_countdown .left-countdown {
    margin-right: 437px;
    display: inline-block;
}
#section_event_countdown .right-countdown {
    position: absolute;
    right: 0;
    width: 457px;
    top: -49px;
    height: 499px;
}
#section_festival .description_service {
    color: #818b95;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    font-size: 16px;
}
/********event schedule ************/

.tab-button-event {
    display: inline-block;
    border: 1px solid #ccc;
}
.tab-button-wrap {
    text-align: center;
    margin: -45px 0 0;
    display: block;
}
.tab-button-event > div {
    float: left;
    border-right: 1px solid #ccc;
    padding: 15px 35px;
    position: relative;
    background: #fff;
    cursor: pointer;
}
.tab-button-event > div:last-child {
    margin: 0;
    border: 0;
}
.tab-button-event > div span {
    display: block;
    position: relative;
    font-size: 22px;
    outline: none;
    background: #fff;
}
.tab-button-event > div span.term-title {
    color: #009ada;
    font-weight: 500;
}
.tab-button-event .event-date-schedule {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #444;
    text-transform: uppercase;
}
.tab-button-event > div.active:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #009ada transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}
.tab-button-event > div.active {
    background: #009ada;
}
.tab-button-event > div.active span {
    background: #009ada;
    color: #fff;
}
.tab-event-holder {
    border: 1px solid #ccc;
    margin-top: 50px;
}
.schedules-tab-nav {
    text-align: center;
    margin: -45px 0 0;
}
.main-schedule-wrap {
    padding: 30px 60px 30px 30px;
}
#section_event-schedule .image-feature {
    position: absolute;
    top: 50%;
    margin: -67px 0 0;
}
#section_event-schedule .image-feature {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
#section_event-schedule .image-feature img {
    border-radius: 100%;
}
#section_event-schedule .schedule-wrap {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 30px;
}
#section_event-schedule .schedule-wrap:before {
    content: "";
    position: absolute;
    right: 0;
    width: 84%;
    border-bottom: 1px dashed #ccc;
    bottom: 0;
}
#section_event-schedule .title-contents-schedule {
    margin-left: 134px;
    padding: 10px 0 10px 30px;
    position: relative;
    border-left: 1px solid #ccc;
}
#section_event-schedule .detail-time-location {
    overflow: hidden;
    margin: 0 0 10px;
}
#section_event-schedule .detail-time-location > span {
    margin: 0 30px 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #009ada;
}
#section_event-schedule .detail-time-location > span:last-child {
    margin-right: 0;
}
#section_event-schedule .schedule-time:before {
    content: "\f017";
}
#section_event-schedule .schedule-location:before {
    content: "\f041";
}
#section_event-schedule .schedule-time:before,
#section_event-schedule .schedule-location:before {
    font-family: "FontAwesome";
    margin: 0 5px 0 0;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    top: -1px;
}
#section_event-schedule .title-contents-schedule a h4 {
    color: #222;
    font-size: 24px;
    margin: 0 0 15px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
#section_event-schedule .title-contents-schedule a h4:hover {
    color: #009ada;
}
#section_event-schedule .desc-schedule {
    color: #777;
}
#section_event-schedule .contents-schedule .schedule-wrap:last-child {
    margin: 0;
}
#section_event-schedule .schedule-wrap:last-child:before {
    content: none;
}
#section_event-schedule .contents-schedule {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
#section_event-schedule .contents-schedule.active {
    display: block;
    opacity: 1;
}
#section_event-schedule .effect_title {
    padding-bottom: 60px;
}
/***********divs spacing**********/

.home_section#section_counter-three,
.home_section#section_news_twitter_message,
.home_section#section_director-words,
.home_section#section_contact {
    padding: 0;
}
.home_section#section_news_slide {
    padding: 30px 0;
    min-height: 120px;
}
.home_section#section_festival {
    padding-bottom: 44px;
}
.home_section#section_course {
    padding-bottom: 50px;
}
.home_section#section_cta {
    padding: 30px 0px;
    min-height: 120px;
    background-size: cover;
}
#section_event_countdown {
    padding: 40px 0;
}
@media (min-width: 769px) {
    .feature-event-enable .site-content .home_section:first-child {
        margin-top: -68px;
    }
}