/*
Theme Name: Enlighten
Theme URI: https://accesspressthemes.com/wordpress-themes/enlighten/
Author: AccesspressThemes
Author URI: https://accesspressthemes.com/
Description: Enlighten is a responsive FREE education WordPress theme ideal for creating college, school, university and other academic/ educational websites. It is a fully Customizer based user-friendly theme which allows you to customize most of the theme settings instantly with live real time live previews. It is a clean and elegant modern WordPress theme with plenty of flexibility and features - you can use for various types of business websites as well. Enlighten is fully mobile-responsive so that your website content is sure to look great on any device. It features homepage sliders, Multiple menu options, carousel portfolio and service section, video section, client section  etc. It is a fully widgetized theme with multiple widget areas. Create a beautiful education website and enlighten the world. For Demo http://demo.accesspressthemes.com/enlighten
Version: 1.1.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: enlighten
Tags: right-sidebar, left-sidebar, threaded-comments, featured-images, translation-ready, custom-logo, custom-menu, custom-header, footer-widgets, education

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

enlighten is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v3 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Asides
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/








.inner-sidebar {
    width: 100%;
    float: left;
    background: #f5f5f5;
    margin-top: 4%;
}
.inner-sidebar ul li a {
    font-size: 14px;
    color: #232323;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    text-decoration: none;
    transition: 0.2s linear 0s;
    padding: 12px 12px;
    display: block;
}
.inner-sidebar ul li {
    list-style: none;
    border-top: 1px solid #d5d4d4;
    /*    padding: 0px 15px;*/
    transition: 0.2s linear 0s;
}
.inner-sidebar ul {
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.inner-sidebar ul li.menuactive a {
    color: #ffffff;
    font-size:20px;
    font-weight: bold;
    text-align: center;
}
.inner-sidebar ul li.menuactive {
    background: #1976d2 !important;
    position: relative;
}





.text_wrap {
			background: #ffc800;
			padding: 0px 10px;
			font-size: 12px;
			font-weight: bold;
		}
		.blinking {
			animation: blinkingText 1s infinite;
			background: #ffc800;
		}
		@keyframes blinkingText {
			0%{     color: #000;    }
			49%{    color: #000; }
			60%{    color: transparent; }
			99%{    color:transparent;  }
			100%{   color: #000;    }
		}


.footer-bottom {
    width: 100%;
    float: left;
    background: #000000;
    padding: 12px 0;
}




.site-footer {
    padding: 50px 0 30px;
    background: #06498c;
    color: #ffffff;
    /* margin-top: 60px; */
}




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, a:visited, a:focus {
    outline: 0;
    text-decoration: none;
}
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-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;
}
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; */
    width: 100% !important;
    height: 35px;
    font-weight: normal;
    padding: 10px !important;
}
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%;
    height: 90px;
}
label {
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
    font-weight: 700;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #333333;
}
a:visited {
}
a:hover, a:focus, a:active {
    color: rgba(45,127,199,0.8);
}
a:focus {
    outline: 0;
}
a:hover, a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: inline-block;
    width: 100%;
    background: #1d72b3;
    position:relative;
}
.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 20px;
    -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;
    background: #286fad;
}
.main-navigation ul li:last-child a {
    border-right: none;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.main-navigation.top ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #286fad;
}
.main-navigation ul ul li,
.main-navigation ul ul ul li{
    background: #286fad;
}
.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 a {
    width: 275px;
    font-size: 13px;
    padding: 10px 25px;
}
.main-navigation ul ul li {
    padding: 0;
    border-bottom: 1px solid #0e5b9e;
    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: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul
{
    left: 100%;
    top: 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:2px;
    width:100%;
    background:#fff;
    margin-top:6px;
    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 #00446d;
    background-color: #fff;
}
.ak-container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.home #primary {
    width: 68%;
    float: left;
}
/*------------------------------------
       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;
    /*position: relative;*/
    z-index: 1;
}
.social_htext_wrap .header_text, 
.social_htext_wrap .header_social_link {
    background: #00446d;
    height: 39px;
    line-height: 32px;
    padding-left: 15px;
    /*    padding-right: 15px;*/
    color: #fff;
}
.social_htext_wrap .header_text {
    float: right;
    width: 65%;
    margin-left: 25%;
    color: #fff;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px){
    .social_htext_wrap .header_text:before{
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        border-top: 39px solid;
        border-left: 40px solid transparent;
        position: absolute;
        left: -39px;
        border-top-color: #00446d;
    }
    .social_htext_wrap:after {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        position: absolute;
        left: 50%;
        margin-left: -39px;
        border: none;
    }
    .social_htext_wrap .header_social_link {
        float: right;
        /* width: 10%; */
		margin-right: 25px;
        color: #fff;
    }
    .social_htext_wrap:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        width: 50%;
        height: 39px;
        background: #00446d;
        z-index: 0;
    }
}
.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: 42%;
    float: left;
}
.logo_info_wrap .site-branding{
    text-align: center;
}
.site-branding h1.site-title
{
    color: #2d7fc7;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 40px;
}

.site-branding .site-description{
    font-size: 14px;
    padding-bottom: 10px;
}
.site-branding h1.site-title,
.site-branding .site-description{
    margin: 0;
}
.logo_info_wrap {
    /*    overflow:hidden;*/
}
.header_info_wrap {
    width: 50%;
    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: #00446d;
    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: right;
    /*    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;
}
.email_header {
    margin-right: 30px;
}
.title_location, .title_email, .pnone_title {
    text-transform: uppercase;
    font-weight: 600;
    color: #b31d3a;
}
.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 .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: 99999;
}
/*==========================================
           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%;
}
#header_slider_wrap .bx-wrapper .bx-viewport li:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    }

/*#header_slider_wrap .bx-wrapper .bx-viewport li:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(0,0,0,0.3);
}*/
/*================================================
                caption slider
-===================================================*/
.home_section{
    /*margin:60px 0 0;*/
    background: #fff;
    padding: 35px 0 0;
}
.home_section .bg_news_slide,
.home_section .bg_news_slide .news_slide_wrap,
.home_section .bg_news_slide .bx-wrapper .bx-viewport{
    /*background: rgba(237,145,42,0.95);*/
}
.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 #085f94;
    padding: 10px 30px;
    text-align: right;
}
#section_news_slide .bg_news_slide .news_slide_wrap .news_slider_title:after{
    content:'';
    width:1px;
    background-color:#fff;
    position:absolute;
}
#section_news_slide {
    padding: 14px 0;
    color: #fff;
    min-height: 108px;
    background: rgb(0, 68, 109);
    margin-top: 0;
}
#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;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 36px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#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;
}
#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;
}
#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:#fff;
    font-size: 40px;
    font-weight: 700;
    display: block;
    line-height: 50px;
    text-transform:uppercase;
}
#header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider .slider_capation .slider_content{
    font-size:20px;
    color:#fff;
    line-height:28px;
    font-family: 'Titillium Web', 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:50%;
    margin: 0 auto;
    text-align: center;
}
/*======================================
                                portfolio section
=======================================*/
.section_title{
    text-align:center;
    font-family: 'Titillium Web', sans-serif;
    padding:0;
    position:relative;
    z-index:999;
    display:block;
    text-transform:uppercase;
}
.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;
    z-index:999;
    top:50%;
    content:"";
    left:0;
    right:0;	
}
.title_one
{   
    color:#333333;
    font-size:14px;
}
.title_two
{
    color:#2d7fc7;
    font-size:40px;
    font-weight:700;
    display:block;
    line-height:50px;
}
#section_portfolio .portfolio_slider_wrap{
    margin:50px 0px 0 -1px;
    padding-bottom: 50px;
    overflow: hidden;
}
#section_portfolio .portfolio_slider_wrap .owl-stage-outer{
}
#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 a{
    color:#333333;
    font-size:18px;
    font-family: 'Titillium Web', sans-serif;
    padding:0px 0 20px;
    text-transform:uppercase;
    font-weight:400;
    display: block;
}
.portfolio_slider_wrap .anchor_title_wrap a:hover{
    color:#2d7fc7;
}
.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;
}
.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 #1b3a70;
}
/*=============================
porfolio image hover effects and widget recent post section*/
.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;
}
.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%;
}
.portfolio_slide_loop .image_wrap_port a:hover img,
.footer_RN_wrap .rn_post_loop .rn_image a:hover img {
    transform: scale(1.1);
}
.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;
}
.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%;
}
/*==============================================
                service section
====================================================*/
#section_service{
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 150px;
}
#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 a:hover{
    color: #b7deff;
}
#section_service .title_two{
    color: #fff;
    font-weight: 400;
}
#section_service:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #191919;
    opacity: 0.72;
    z-index: 1;
}
/*================================================
                        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: 20px 0 20px;
}
#section_service .effect_title .after-effet1:before{
    z-index: 2;
}
#section_service .title_one
{
    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_service .title_two
{
    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:0px;
    z-index:2;
    background: #237ac6;
}
.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_achieve{
        margin-top:150px;
}*/
#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{
    margin:0;
    background: rgba(237,145,42,0.8);
    padding:30px 0px;
    min-height:120px;
    color:#fff;
    background-size: cover;
}
#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{
    display:block;
    font-size: 28px;
    font-family: 'lato', sans-serif;
    line-height: 45px;
}
#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:58%;
    float:left;
    padding-bottom: 0px;
}
#section_faq_testimonial .test_wrap
{
    width:36%;
    float:right;
}
#section_faq_testimonial .faq_wrap .faq_title,
#section_faq_testimonial .test_wrap .title_test{
    color: #2d7fc7;
    font-size: 2em;
    font-weight: 500;
    display: block;
    line-height: 40px;
    padding-bottom: 0px;
    text-transform: none;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 0px;
}

/*================================================
       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;
    background: rgba(255,255,255,0.5);
    opacity: 0;
}
#header_slider_wrap:hover .bx-wrapper .bx-controls-direction a{
    opacity: 1;
}
#header_slider_wrap .bx-wrapper .bx-controls-direction a:hover{
    background: rgba(255,255,255,0.7);
    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;
}
.service_slider.owl-carousel .owl-controls{
    text-align: center;
    padding: 0px 0 50px;
    position: relative;
    z-index: 2;
}
.service_slider.owl-carousel .owl-controls .owl-nav div:hover{
    opacity: 1;
}
#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: #2d7fc7;
    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: #2d7fc7;
}
.faq_dot:after{
    margin-left: 3px;
    background-color: #333;
}
/*widget seperator starts*/
#secondary h2.widget-title:before {
    background-color: #2d7fc7;
}
#secondary h2.widget-title:after {
    margin-left: 13px;
    background-color: #333;
}
#secondary h2.widget-title:before, 
#secondary h2.widget-title:after {
    display: block;
    width: 10px;
    height: 2px;
    content: '';
    transition: all 0.3s;
    position:absolute;
    bottom:0;
}
#secondary h2.widget-title{
    position: relative;
}
/*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;
}
#section_faq_testimonial .faq_cat_wrap .content_test .description_test{
    padding: 28px 20px 40px;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 1.5;
}
#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;
}
#section_faq_testimonial .faq_cat_wrap .content_test .img_title_wrap{
    padding: 0 30px;
}
#section_faq_testimonial .faq_cat_wrap .content_test .image_test{
    display: inline-block;
}
#section_faq_testimonial .faq_cat_wrap .content_test .title_sub{
    display: inline-block;
    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%);
}
#section_faq_testimonial .faq_cat_wrap .content_test .title_sub span{
    display: block;
    text-transform: normal;
    color: #808080;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    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;
}

/*=======================================
                                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: #1e66a6;
    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: #2d7fc7;
    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{
    padding: 50px 0 15px;
    background: #00213e;
    color: #ffffff;
    /*margin-top: 60px;*/
}
.site-footer.bottom_menu{
    margin-bottom: 50px;
    /*padding-bottom: 50px;*/
}
.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: none;
    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: 15px 0 0;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #fff;
    border-top: 1px solid #133552;
}
.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%;
    float: left;
    padding: 0 20px;
}
.ak-container-both #primary{
    width: 50%;
    float: left;
    padding: 0 20px;
}
.ak-container-both{
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 50px;
    width: 100%;
    max-width: 1170px;
}
.ak-container-both #secondary ul,
.ak-container #secondary ul,

.error404 #primary {
    width: 100%;
    text-align: center
}

.error-404.not-found {
    margin-top: 40px;
    margin-bottom: 40px;
}

#primary .error-404 .search-form{
    width: 30%;
    margin: auto;
}

#primary .error-404.not-found ul{
    padding-left: 0;
    margin-left: 0;
}
.ak-container-both h1.entry-title {
    text-align: center;
}
#secondary h2.widget-title,
#primary h2.widget-title,
#primary .entry-title,
#primary h1.page-title{
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1.3;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}
#primary .post-meta .entry-title{
    padding-bottom: 0;
    text-transform: initial;
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 400;
}
#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: #2d7fc7;
    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;
    position: relative;
    z-index: 1;
    outline: 0;
}
.comment-form .form-submit .submit{
    border: none;
    background: rgb(45,127,199);
    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(45,127,199,0.8);
    border-color:rgba(45,127,199,0.8); 
}
/*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;
}
.site-content{
    background-color: #fff;
    padding: 0 0;
}
/*=========================
                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: 0;
}
.archive .site-content,
.ak-container-right,
.ak-container-left,
.blog .site-content,
.error404 .site-content,
.search .site-content{
    padding-top: 50px;
}
#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(45,127,199,0.8);
}
.widget ul li:after{
    content: "\f105";
    font-family: FontAwesome;
    right: 0;
    position: absolute;
    top: 7px;
    color: #ccc;
}
.widget ul li a{
    font: 400 14px Open Sans,Arial,Helvetica,sans-serif;
    display: block;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.7);
    /*border-bottom: 1px solid #eaeaea;*/
    text-transform: none;
   
    line-height: 20px;
    display: inline-block;
    
}
.widget ul li{
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    position: relative;
    font: 400 14px Open Sans,Arial,Helvetica,sans-serif;
    border-bottom: 1px solid #032d52;
}
.widget ul li:last-child{
    border-bottom: 0;
}
.widget ul li:hover:after,
.widget ul li a:hover
{
    color: rgba(45,127,199,0.8);
}
.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;
}
.post-meta .entry-meta .post-date,
.post-meta .entry-meta .post-comment{
    margin-bottom: 5px;
    font-size: 12px;
}
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;
}
.archive article .entry-content a{
    display: block;
    margin-top: 16px;
    color: #2d7fc7;
}
.archive .entry-content a:hover{
    padding-left: 5px;
}
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;
}
article .post-date a:hover,
.post-meta .post-date .byline .author a:hover{
    color: #2d7fc7;
}
article .post-comment i{
    margin-right: 8px;
    color: #999;
}
#primary article{
    margin-bottom: 30px;
}
article .post-comment a{
    margin-left: 18px;
    color: #999;
}
article .post-comment a:hover,
article .post-comment a i:hover{
    color: #2d7fc7;
}
.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: #2d7fc7;
    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;
}
.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{
    z-index: 99;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    position: relative;
    padding: 90px 0;
}
#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;
	text-transform: none;
}
.header-banner-container .page-title{
    color: #fff;
    font-weight: 800;
    font-size: 35px;
    margin: 0 0 9px;
    text-transform: none;
}
/*==================
comment section
======================*/
.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%;
}
.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(45,127,199,0.8);
    border: 1px solid rgba(45,127,199,0.8);
    background: none;
}
.comments-area ol.comment-list li .comment-body .comment-metadata a:hover {
    color: rgba(45,127,199,0.8);
}
.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 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;
}
/*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;
    /*z-index: -11;*/
    z-index: 0;
}
.search-form:before {
    content: '';
    position: absolute;
    background: #2d7fc7;
    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: #2d7fc7;
    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 .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(22, 122, 198, 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;
    margin-bottom: 10px;
    line-height: 24px;
}
/*.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: 18px;
    margin-right: 7px;
}
.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(45,127,199,0.8); 
}
.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-color: #b31d3a;
    color: #fff;
    padding: 12px 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: 500;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    font-size: 14px;
    width: 150px;
}
.contact-form-wrap form input[type="submit"]:hover{
    background-color: #b31d3a;

}
.contact-info-wrap hr{
    margin-top: 25px;
    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 #2d7fc7;
    color: #2d7fc7;
}
/*------widget footer_RN_wrap----*/
#secondary .footer_RN_wrap .rn_title{
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1;
    color: #444;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Titillium Web', sans-serif;
}
#secondary .footer_RN_wrap .rn_title .faq_dot{
    line-height: 10px;
}
#secondary .footer_RN_wrap .rn_post_loop .rn_image{
    margin-bottom: 10px;
}
#secondary .footer_RN_wrap .rn_post_loop{
    margin-bottom: 30px;
    color: #777;
    font-family: 'lato', sans-serif;
}
#secondary .footer_RN_wrap .tn_title a{
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    font-family: 'Titillium Web', sans-serif;
}
#secondary .footer_RN_wrap .tn_title a:hover{
    color: rgba(45,127,199,0.6);
}
#secondary .footer_RN_wrap .tn_title{
    margin-bottom: 5px;
}
/*=============video wrap========*/
.wrap_video .video_wrap .play-pause-video {
    position: absolute;
    width: 82px;
    height: 82px;
    z-index: 9999;
    background: #2d7fc7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-align: center;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    outline: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 0;
    right: 0;
    top: 50%;    
    transform: translateY(-50%);
    margin: 0 auto;
    padding-left: 20px;
}
.wrap_video .play-pause-video:before {
    content: '\f04b';
    font-family: Fontawesome;
    font-size: 37px;
    background: transparent;
    color: #ffffff;
    padding: 0;
}
.wrap_video{
    position: relative;
}
.wrap_video .mb_YTPBar{
    background:transparent;
}
.wrap_video .section_title{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center;
}
.wrap_video .video_wrap:after {
    position: absolute;
    content: '';
    background: url('images/video-overlay.png') repeat;
    z-index: 99;
    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;
}
.no-margin article, .no-margin table {
    margin-bottom: 0px !important;
}
.table thead {
    background: #2d7fc7;
    color: #ffffff;
}
.header-logo-container{
    margin-top: -18px;
}
.header-logo-container img{
    width: 463px;
    height: auto
}
.link {
    color: #2d7fc7;
}
.entry-content h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #2d7fc7;
}
.entry-content p {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: justify;
}
.custom-list{
    list-style: none;
    margin-bottom: 10px;
    margin-left: 0px;
}
.custom-list li {
    list-style: none;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.custom-list li:before {
    content: '\f18e';
    position: absolute;
    top: 2px;
    left: 0;
    font-family: fontawesome;
    color: #b31d3a;
}
.single-author {
    width: 100%;
    float: left;
    display: block;
}
.entry-content .single-author:first-child {
    margin-bottom: 30px;
}
.author-thumb {
    float: left;
}
.author-text {
    padding-left: 175px;
}
.author-text .author-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
    color: #00446d;
    text-align: left;
}
.deg {
    color: #b31d3a;
    text-align: left !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}


/*custom footer Start*/
.footer-quick-links {
    margin: 0px;
}
.footer-quick-links a {
    width: 100%;
    padding: 6px 0 !important;
    line-height: 20px !important;
    color: rgba(255,255,255,0.7) !important;
}
.footer-quick-links li:first-child a {
    padding-top: 0px !important;
}
.fa_icon_info i {
    font-size: 18px;
    margin-right: 10px;
    color: #237ac6;
}
.location, .phone, .email {
    line-height: 24px;
}
.location_info, .phone_info, .email_info {
    margin-bottom: 10px;
}
.sub-sites{
    text-align:center;
    position:relative;
    padding:10px 15px 0;
}
.sub-sites li{
    padding:0 10px;
    border-left:1px solid #6b6c6f;
    display:inline-block;
    margin-bottom:10px;
    list-style:none;
}
.sub-sites li:first-child,.footer-logo li:first-child{
    border:none;
}
.sub-sites:after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(6, 47, 60, 0.01) 0%, rgba(45, 75, 100, 0.98) 50%, #2c4a63 51%, rgba(6, 47, 60, 0.01) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.footer-logo {
    /*     background: #000;*/
    padding: 7px 15px 0;
    text-align: center;
}
.footer-logo li {
    border-left: 1px solid #28282a;
    display: inline-block;
    padding: 0 10px;
    margin-bottom:7px;
    vertical-align: middle;
    list-style:none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
@media all and (max-width:640px){
    .sub-sites li, .sub-sites li:first-child{
        padding:10px;
        border:1px solid #2c4a63;
    }
    .sub-sites{
        padding:15px 10px 5px;
    }
}
@media all and (max-width:567px){
    .footer-logo{
        overflow:hidden;
        padding:10px 5px 0;
    }
    .footer-logo li{
        width:50%;
        border-left:none;
        padding:0px;
        float:left;
        margin:10px 0;
    }
    .footer-logo li:nth-child(2n+2){
        border-left:1px solid #28282a;
    }
}

/*custom footer end*/
.inner-container {
    padding: 65px 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-10 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-10 {
    margin-bottom: 10px;
}
.report-list {
    margin: 0px;
}
.report-list li {
    list-style: none;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.report-list li:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    color: #b31d3a;
    background: url(images/pdf.png) no-repeat;
    width: 15px;
    height: 19px;
}

.bsk-special-pdfs-container {
    margin: 0px;
    display: flex;
    flex-direction: column-reverse;
}
.bsk-special-pdfs-container li {
    list-style: none;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.bsk-special-pdfs-container li:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    color: #b31d3a;
    background: url(images/pdf.png) no-repeat;
    width: 15px;
    height: 19px;
}

.lcp_catlist {
    margin: 0px;
}
.lcp_catlist li {
    list-style: none;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.lcp_catlist li:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    color: #b31d3a;
    background: url(images/pdf.png) no-repeat;
    width: 15px;
    height: 19px;
}

.entry-content h1:first-child {
    margin-top: 0px;
}
.entry-content h1 {
    margin-top: 20px;
}
.entry-content h2 {
    margin-top: 10px;
    font-size: 23px;
}
.table tr td {
    font-size: 15px;
    line-height: 24px;
}
.table tr td span{
    width: 15px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
    background: url(images/pdf.png) no-repeat;
}


/* CSS Buttons */
.button7{
    color: rgba(255,255,255,1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid rgba(255,255,255,0.5);
    position: relative;	
}
.button7 a{
    color: rgba(51,51,51,1);
    text-decoration: none;
    display: block;
}
.button7 span{
    z-index: 2;	
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;	
}
.button7::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}
.button7:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.sim-button{
    line-height: 35px;
    height: 35px;
    text-align: center;
    width: 160px;
    cursor: pointer;
    background-color: #b31d3a;
    border: none;
}
/* CSS Buttons End */


.bg_faq_testimonial p{
    text-align: justify
}
.qualifi {
    text-align: left !important;
}
.cont {
    text-align: left !important;
}
.staff-position {
    padding: 10px;
    background: #efefef;
}
.staff-text {
    padding-left: 25px;
    height: 185px;
    vertical-align: middle;
    display: table-cell;
}

.department-section{
    background: #efefef;
    padding: 35px 0;
}

.department-section h2{
    margin-top: 0px
}

.departments {
    /*    padding: 20px;
        background-color: #efefef;*/
    color: #00213e;
    font-size: 15px;
    /* font-weight: 400; */
    border: 1px solid #b9b9b9;
}

.department-cont:nth-child(1) .departments,.department-cont:nth-child(2) .departments,.department-cont:nth-child(3) .departments,.department-cont:nth-child(4) .departments{
    margin-top: 0px
}
.download-btn:hover {
    background: #b31d3a;
    color: #ffffff;
}
.download-btn {
    display: block;
    width: 100%;
    padding: 10px 20px;
    position: relative;
    background: #00446d;
    color: #ffffff;
    margin-bottom: 5px;
}
.download-btn:before {
    content: "\f1c1";
    font-family: fontawesome;
    left: 0px;
    top: 0px;
    position: relative;
    color: #ffffff;
    padding-right: 10px;
}
.download-btn span {
    float: right;
    color: #ffffff;
}
.download-btn.online:before {
    display: none;
}
.dep-container {
    min-height: 135px;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    float: left;
}
.departments{
    color: #ffffff;
    text-align: center;
    border: none;
    font-size: 17px;
}
.department-cont:nth-child(1) .dep-container {
    background: #619919 none repeat scroll 0 0;
}
.department-cont:nth-child(2) .dep-container {
    background: #dc6800 none repeat scroll 0 0;
}
.department-cont:nth-child(3) .dep-container {
    background: #008bbb none repeat scroll 0 0;
}
.department-cont:nth-child(4) .dep-container {
    background: #43b14b none repeat scroll 0 0;
}
.department-cont:nth-child(5) .dep-container {
    background: #fba714 none repeat scroll 0 0;
}
.department-cont:nth-child(7) .dep-container {
    background: #ca0c5c none repeat scroll 0 0;
}
.department-cont:nth-child(6) .dep-container {
    background: #43b14b none repeat scroll 0 0;
}
.department-cont:nth-child(8) .dep-container {
    background: #e79800 none repeat scroll 0 0;
}

.department-cont:nth-child(1) .dep-container, .department-cont:nth-child(2) .dep-container, .department-cont:nth-child(3) .dep-container, .department-cont:nth-child(4) .dep-container, .department-cont:nth-child(5) .dep-container, .department-cont:nth-child(6) .dep-container, .department-cont:nth-child(8) .dep-container {
    padding-top: 30px;
}
.department-cont:nth-child(7) .dep-container {
    padding-top: 20px;
}
.cepatt-cont h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #2d7fc7;
    line-height: 24px;
}
.department-section {
    padding: 65px 0;
}
.header_text .text_wrap {
    float: right;
}
.mail-link a {
    color: #ffffff;
    margin-left: 20px;
}
.mail-link {
    float: right;
    margin-right: 35px;
}
.topbar-font {
    float: right;
    display: inline-flex;
}
.topbar-font a {
    color: #ffffff;
}
.text-size-regulator {
    margin-right: 10px;
}
.f-btn a {
    margin-right: 3px;
    border: 1px solid #fff;
    padding: 4px;
    width: 23px;
    height: 23px;
    display: inline-block;
    line-height: 14px;
    text-align: center;
}
.f-btn a:hover {
    background: #b31d3a;
}
.category-news-updates {
    margin-bottom: 0px !important;
    padding: 60px 0;
}
.post-comment {
    display: none;
}
.byline {
    display: none !important;
}
.message-link {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #d4d0d0;
    right: 0px;
    top: 0px;
}
.message-link:before {
    content: '\f067';
    position: absolute;
    right: 9px;
    top: 4px;
    font-family: 'fontawesome';
    color: #b31d3a;
}
.fancybox-content-inside {
    box-shadow: none !important;
    background: none !important;
    padding: 20px;
    line-height: normal;
}
.fancybox-content-inside p {
    margin-bottom: 0px;
}
.fancybox-skin {
    border-radius: 0px;
}
.fancybox-overlay-fixed {
    z-index: 99999;
}
.download-btn:active, .download-btn:focus, .download-btn:visited {
    color: #ffffff;
}
#menu-right-programs-menu {
    margin: 0;
}

#menu-right-programs-menu .sub-menu  {
        margin-left: 0;
}

.widget #menu-right-programs-menu li {
    text-align: left;
    padding: 0px 20px;
    background: #00446d;
}

#wpbgallery li {
    margin: 0;
    padding: 0;
    display: inline;
    margin-bottom: 30px !important;
    overflow: hidden;
}
#wpbgallery li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#wpbgallery li img {
    margin: 0 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    overflow: hidden;
}
#wpbgallery li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#wpbgallery li {
    position: relative;
    min-height: 1px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    overflow: hidden;
}
#wpbgallery {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

#wpbgallery li {
    width: 25%;
    float: left;
}

/* This section for the about logo start */

.about-b-logo {
    background: rgb(0, 68, 109);
	position: relative;
}

.about-b-logo .logo-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #085f94;
    margin-top: -66px;
}
.about-b-logo .logo-item {
    text-align: center;
	margin-right: 53px;
}
.about-b-logo .logo-item:last-child{
	    margin-right: 0px;
}


.about-b-logo .logo-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;

}
.about-b-logo .logo-circle {
    width: 90px;
    height: 90px;
    background-color: #00446d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.about-b-logo .logo-circle img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.about-b-logo .logo-s {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
	margin-bottom: 20px;
}
.about-b-logo .logo-s:hover {
    color: wheat;
}
@media (max-width: 768px) {
/*     .about-b-logo .logo-group {
        gap: 22px;
    } */
	.about-b-logo .logo-group { 
     	margin-top: 0px !important;
	}
	.about-b-logo .logo-circle img {
		max-width: 60px;
		max-height: 60px;
		object-fit: contain;
	}
	.about-b-logo .logo-item {
		margin-right: 10px;
	}
	.about-b-logo .logo-s {
		 font-size: 14px;
	}
	.about-b-logo .logo-circle {
    width: 70px;
	height: 70px;
	}
	.about-b-logo .logo-item:last-child(3){ 
	    margin-right: 0px;
}
}



/* This section for the about logo end */
.copy-text{
text-align: left;
margin-bottom: 0px;
}
.footer-list {
text-align: right;
margin-bottom: 0px;
}
.mobile-app-section {
padding: 65px 0;
}
.download-app-link {
    width: 280px;
    display: block;
    margin: 30px auto 0;
}
.download-text-section h3 {
    font-size: 44px;
    text-align: center;
    margin-top: 90px;
}
.download-text-section h3 span {
    display: block;
    font-size: 50px;
    padding: 10px 0;
    color: #2d7fc7;
    font-weight: bold;
}
.app-image-div {
   text-align: center;
}
textarea.form-control {
    height: 82px !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#application_form label{	
	margin-bottom: 5px;
}

.circleGG{
    width:45px;
    margin: 15px 0 0 0;
    float: right;
    display: none
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}
.circleG{
    background-color:rgb(255,255,255);
    float:left;
    height:10px;
    margin-left:5px;
    width:10px;
    animation-name:bounce_circleG;
    -o-animation-name:bounce_circleG;
    -ms-animation-name:bounce_circleG;
    -webkit-animation-name:bounce_circleG;
    -moz-animation-name:bounce_circleG;
    animation-duration:2.24s;
    -o-animation-duration:2.24s;
    -ms-animation-duration:2.24s;
    -webkit-animation-duration:2.24s;
    -moz-animation-duration:2.24s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    border-radius:6px;
    -o-border-radius:6px;
    -ms-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}

#circleG_1{
    animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
}

#circleG_2{
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#circleG_3{
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

.result-message,.result-message2 {
    background-color: #3DDC9A;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    margin-top: 30px;
    display: none;width: 100%}
.result-message2{margin-top: 0}

/* Error Box */
.error-box {
    padding: 0px 0px 60px;
    text-align: center;
}
.error-box h3{color: #333;font-size: 258px;}
.error-box p{text-align: center;font-size: 18px}
/* Error Box ends */



@keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-o-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-ms-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-webkit-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-moz-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}
.input-cont {
    position: relative;
}
.val-error .error-msg {
    display: block;
}
.error-msg {
    display: block;
    position: absolute;
    right: 15px;
    top: 26px;
    background-color: #f96666;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    display: none;
}
.error-msg2 {
    right: 0px !important;
    top: 0px !important;
}
.min-height{
    min-height: 0px !important;
}
.print-page-border {
	
}
.booking-details-table {
width: 100%;
}
.booking-details-table td {
width: 50% !important;
}
.booking-details-table tr td:nth-child(1) {
font-weight: bold;
vertical-align: middle;
}
.mt-top-0 {
	margin-top: 0px;
}
.online-details {
margin-left: 0px;
}
.online-details li {
    list-style: none;
    font-weight: bold;
    margin-bottom: 15px;
}
.online-details li span {
display: block;
font-weight: normal;
}
.apply-form-cont {
padding: 20px;
    border: 1px solid #ddd;
    margin-top: 30px;
}
.print-btn {
    border: none;
    text-align: center;
    background-color: #b31d3a;
    color: #fff !important;
    padding: 12px 15px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: block;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    font-size: 14px;
    width: 183px;
    margin: 0 auto;
}
.print-btn:hover, .print-btn:focus {
color: #fff !important;
}
.imp-message {
width: 100%;
    margin: 0 auto 30px;
}
@media (max-width: 768px) {
    #wpbgallery li {
        width: 50%;
        float: left;
    }
.copy-text{
text-align: center;
margin-bottom: 10px;
}
.footer-list {
text-align: center;
margin-bottom: 0px;
}
}

@media (min-width: 992px) {
    #wpbgallery li {
        width: 25%;
        float: left;
    }
}


@media (min-width: 1200px) {
    #wpbgallery li {
        width: 25%;
        float: left;
    }
.download-text-section h3 {
    font-size: 35px;
}
.download-text-section h3 span {
    font-size: 44px;
}
}
@media (max-width: 1200px) {
.download-text-section h3 {
    font-size: 35px;
}
.download-text-section h3 span {
    font-size: 44px;
}
}
@media (max-width: 991px) {
.social_htext_wrap:before {
    left: 0;
    width: 100%;
}
.download-text-section h3 span {
    font-size: 32px;
}
.download-text-section h3 {
margin-top: 45px;
}
.booking-details-table {
    width: 100%;
    margin: 0 auto;
}
.imp-message {
    width: 100%;
}
}
@media (max-width: 767px) {
.download-text-section h3 {
    margin-top: 0;
}
.download-app-link {
    width: 193px;
    margin-bottom: 30px;
}

}

@media print {
    .header-banner-container, .social_htext_wrap, .site-footer, .site-navigation, .print-btn  {
        display: none;
    }
.imp-message {
    width: 100%;
}
.inner-container {
padding-top: 0px;
}
}



.bsk-special-pdfs-container {
    margin: 0px;
    display: flex;
    flex-direction: column-reverse;
}
.bsk-special-pdfs-container li {
    list-style: none;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
.bsk-special-pdfs-container li:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    color: #b31d3a;
    background: url(images/pdf-new.png) no-repeat;
    width: 15px;
    height: 19px;
}
.widget ul li a{
	color: #ffff;
	padding: 12px 0;

}
.widget ul li:hover:after, .widget ul li a:hover {
    color: rgb(157 157 157);
}
.widget ul li {
     border-bottom: 1px dashed #034c8c;
}
.menu-right-programs-menu:first-child li:after{
    top: 7px;
}
.widget_nav_menu{
	background: #00213e;
    padding: 5px 0;
}
.widget #menu-right-programs-menu li{
	background:transparent;
}
.widget #menu-right-programs-menu li {
    margin: 0px 9px;
}
.widget #menu-right-programs-menu li{
	padding:0;
}
.widget ul li:after {
	top: 15px;
}
#menu-right-programs-menu > li:first-child > a {
   color: #ffff;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    background: #b31d3a;
    padding: 12px 10px;
    margin-top: 3px;
}
#menu-right-programs-menu:first-child > li {
	margin:0 10px;
}
#secondary.right_right {
    width: 26%;
}
.menu-item-has-children:first-child::after {
  display: none;
}
.blog__one-item {
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 10px;
    margin-bottom: 25px;
}
.blog__one-item-image {
    position: relative;
}
.blog__one-item-image img {
    border-radius: 10px 10px 0 0;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.blog__one-item-content {
    padding: 20px;
}
.blog__one-item-content h4 {
    font-size: 24px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: #222222;
    font-weight: 500;
	margin-bottom: 15px;
}
.blog__one-item-content .more_btn {
    margin-top: 25px;
}
.blog__one-item-content p {
	min-height: 42px;
}
.more_btn {
   font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    color: #222222;
    transition: 0.4s;
    display: inline-block;
}
.more_btn i {
    position: relative;
    top: 4px;
    font-size: 22px;
    transition: 0.4s;
    display: inline-flex;
    gap: 4px;
}
.scheme-section {
	padding: 65px 0;
}
.schemes_slider_wrap {
	margin-top: 27px;
}

.schemes_slider_wrap .owl-prev, .schemes_slider_wrap .owl-next {
	border: 2px solid #00446d;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #00446d;
}
.schemes_slider_wrap .owl-nav {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}