/*-------------------------------------------------------------------------------------
Theme Name:	Cherio
Theme URI: 	http://pentathemes.com/cherio/
Version:	1.0
Author: PentaThemes
-------------------------------------------------------------------------------------*/
/**
*****************************************
@File: Cherio Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


    01. GENERAL STYLE
    02. NAVIGATION STYLES 
    03. OTHER SECTIONS STYLE
    04. RESPONSIVE STYLE
*****************************************
**/
/*===================================================================================
01. GENERAL STYLES
=====================================================================================*/
/* GOOGLE FONTs */
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');

body {
    padding: 0px;
    margin: 0px;
   font-family: 'Oxygen', sans-serif;
    line-height: 26px;
    color: #778191;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}
/*---Typography---*/
p.lead {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #3c4d6b;
}
.text-dark {
    color: #333333;
}
.text-light {
    color: #ffffff;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a, a:hover, a:active, a:focus {
    text-decoration: none;
    outline: 0;
}
label {
    font-weight: 500;
    
    color: #333c4e;
}
img {
    max-width: 100%;
    height: auto;
}
.fix {
    overflow: hidden}
.error {
    color: #a94442;
    font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
    /*font-family:'Alegreya Sans SC', sans-serif;*/
    color: #334550;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 43px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
.heading-thin {
    font-weight: 300 !important;
}
.heading-thick {
    font-weight: 700 !important;
}
.heading-medium {
    font-weight: 500 !important;
}
.heading-thin span {
    font-weight: 700 !important;
}
.heading-thick span {
    font-weight: 300 !important;
}
.heading-light {
    color: #ffffff !important;
}
.heading-black {
    color: #000000 !important;
}
a,a:hover,a:active,a:focus {
    transition: all 0.3s ease;
}
/*---Background Adjustment---*/
.bg-black {
    background-color: #131313;
}
.bg-gray {
    background-color: #eeeeee;
}
.bg-white {
    background-color: #ffffff;
}
section {
    position: relative;
}
.ls-1 {
    letter-spacing: 1px;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.overlay {
    height: 100%;
}
.overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.overlay-white {
    background: rgba(255,255,255,0.7);
}
.overlay-black {
    background: rgba(1,1,1,0.7);
}
/*---Margin And Padding Adjustment---*/
.no-padding {
    padding: 0px !important;
}
.p-10 {
    padding: 10px;
}
.p-20 {
    padding: 20px;
}
.p-30 {
    padding: 30px;
}
.p-40 {
    padding: 40px;
}
.p-50 {
    padding: 50px;
}
.p-60 {
    padding: 60px;
}
.p-70 {
    padding: 70px;
}
.p-80 {
    padding: 80px;
}
.p-90 {
    padding: 90px;
}
.p-100 {
    padding: 100px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.ptb-10 {
    padding: 10px 0px}
.ptb-20 {
    padding: 20px 0px}
.ptb-30 {
    padding: 30px 0px}
.ptb-40 {
    padding: 40px 0px}
.ptb-50 {
    padding: 50px 0px}
.ptb-60 {
    padding: 50px 0px}
.ptb-70 {
    padding: 70px 0px}
.ptb-80 {
    padding: 80px 0px}
.ptb-90 {
    padding: 80px 0px}
.ptb-100 {
    padding: 100px 0px}
.no-margin {
    margin: 0px !important;
}
.m-10 {
    margin: 10px;
}
.m-20 {
    margin: 20px;
}
.m-30 {
    margin: 30px;
}
.m-40 {
    margin: 40px;
}
.m-50 {
    margin: 50px;
}
.m-60 {
    margin: 60px;
}
.m-70 {
    margin: 70px;
}
.m-80 {
    margin: 80px;
}
.m-90 {
    margin: 90px;
}
.m-100 {
    margin: 100px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-900 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-80 {
    margin-left: 80px;
}
.ml-900 {
    margin-left: 90px;
}
.ml-100 {
    margin-left: 100px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-900 {
    margin-right: 90px;
}
.mr-100 {
    margin-right: 100px;
}

/*---Borders---*/
.no-border {
    border: none !important;
}
.bs1 {
    border: 1px solid;
}
.bbs1 {
    border-bottom: 1px solid;
}
.bts1 {
    border-top: 1px solid;
}
.bls1 {
    border-left: 1px solid;
}
.brs1 {
    border-right: 1px solid;
}
.bd1 {
    border: 1px dotted;
}
.bbd1 {
    border-bottom: 1px dotted;
}
.btd1 {
    border-top: 1px dotted;
}
.bld1 {
    border-left: 1px dotted;
}
.brd1 {
    border-right: 1px dotted;
}
.bh1 {
    border: 1px dashed;
}
.bbh1 {
    border-bottom: 1px dashed;
}
.bth1 {
    border-top: 1px dashed;
}
.blh1 {
    border-left: 1px dashed;
}
.brh1 {
    border-right: 1px dashed;
}
.bc-dark {
    border-color: #333333;
}
.bc-light {
    border-color: #dddddd;
}
/*-----------------------Buttons-----------------------*/
.btn-theme-primary {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    font-family:'Alegreya Sans SC', sans-serif;
}
.btn-theme-primary:hover,.btn-theme-primary:focus {
    color: #fff;
}
.btn-download {
    color: #2a2c31;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    border: 3px solid #ccc;
    padding: 20px 0px;
    font-family:'Alegreya Sans SC', sans-serif;
}
/*--------------------------------Page Loader----------------------------------*/
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background: #ffffff;
}
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 46%;
    left: 48%;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
}
 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
}
 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
}
 }
@keyframes sk-foldCubeAngle {
    0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
}
 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
}
 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
}
}
/*-----------------------cards styles-----------------------*/
.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
/*-----------------------box styles-----------------------*/
.box-style-1.right .icon-container {
    float: right;
}
.box-style-1 .icon-container,.box-style-2 .icon-container {
    border: 1px solid transparent;
    height: 80px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 80px;
    border-radius: 50%;
    color: #fff;
}
.box-style-1 h4,.box-style-2 h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #334550;
	margin-bottom:10px;
}
.box-style-2 .icon-container {
    display: block;
    margin: 0 auto;
}
.box-style-1 .icon-container {
    float: left;
}
.box-style-1 .image-container {
    float: left;
    height: 70px;
    transition: all 0.2s ease-in-out 0s;
    width: 70px;
}
.box-style-1 i,.box-style-2 i {
    font-size: 34px;
    line-height: 75px;
}
.box-style-1.right .body {
    margin-left: 0;
    margin-right: 100px;
    text-align: right;
}
.box-style-1 .body {
    margin-left: 100px;
}
.box-style-1 .body h4 a,.box-style-2 .body h4 a {
    color: #333333;
}
/*-----------------------accordion style-----------------------*/
/*.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #ccc;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    border-color: #ccc;
}
.panel-title {
    font-size: 14px;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.more-less {
    float: right;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}*/
/*-----------------------list styles-----------------------*/
ul.list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.list li {
    line-height: 30px;
    overflow: hidden;
}
ul.list li i {
    font-size: 15px;
    height: 22px;
    line-height: 21px;
    margin-right: 8px;
    text-align: center;
    width: 22px;
    display: inline-block;
}
/*---Owl Carousal--*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.html) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
 	margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
 opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
 	opacity: 1;
    text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
 	opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
 	opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url('../assets/owl-carousel/AjaxLoader.gif') no-repeat center center}
/*---Titles--*/
.main-title h3,.main-title h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.main-title .seperator {
    display: block;
    height: 1px;
    width: 40px;
    margin-bottom: 20px;
}
.main-title .seperator:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    margin-top: 3px;
    width: 60px;
}
.main-title .seperator.white_line,
.main-title .seperator.white_line:after {
    background: #ffffff}
.main-title h5 {
    margin-bottom: 20px;
    margin-top: 10px;
    font-family:'Alegreya Sans SC', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5b6e80;
}
/*===================================================================================
02. HEADER & NAVIGATION STYLE
=====================================================================================*/
.top-header {
    background: #324a82;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-header .welcome-note {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.top-social {
    float: right;
}
.top-social ul {
    list-style: none;
}
.top-social ul li {
    float: left;
}
.top-social ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    float: left;
    color: #fff;
    border-radius: 50%;
    background: #282e3a;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    text-align: center;
}
.top-social ul li >a:hover {
    background: #ccc;
}
.top-social ul li >a:hover >span:first-child {
    margin-top: 0;
    color: #fff;
}
.top-social ul li >a >span {
    transition: all 0.3s ease;
    display: block;
    position: relative;
    margin-top: 0;
    height: 100%;
    line-height: 35px;
    width: 100%;
    text-align: center;
    font-size: 120%;
}
.top-social ul li >a >span:first-child {
    margin-top: -35px;
}
.mid-header {
    padding: 10px 0px;
}
.mid-header .contact-item h6 {
    font-weight: 600;
	margin-top:10px;
    font-size: 18px;
}
.mid-header .contact-item p {
    font-size: 15px;
}
.mid-header .contact-item .icon {
    display: block;
    width: 40px;
	margin-top:10px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    font-size: 23px;
    line-height: 39px;
}
.menu-header {
    
}
.search-holder {
    float: right;
}
.search-holder .search-icon a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 16px;
    margin-top: 3px;
}
.search-container {
    background: transparent;
    width: 100%;
    height: 45px;
    display: none;
    position: absolute;
}
.search-container .form-control {
    border: none;
    border-radius: 0px;
    height: 45px;
    background: #ffffff;
    color: #282e3a;
    font-size: 16px;
}
.search-container .form-control:focus {
    box-shadow: none;
    border: none;
}
.search-container .btn-search {
    height: 45px;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-family:'Alegreya Sans SC', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.search-container .btn-search:hover,.search-container .btn-search:focus,.search-container .btn-search:active {
    color: #ffffff;
}
#mainmenu,#mainmenu ul,#mainmenu ul li,#mainmenu ul li a,#mainmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
}
#mainmenu:after,#mainmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#mainmenu #menu-button {
    display: none;
}
#mainmenu {
    font-family:'Alegreya Sans SC', sans-serif;
	padding-top:22px;
   
}
#mainmenu > ul > li {
    float: left;
}
#mainmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#mainmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#mainmenu.align-center ul ul {
    text-align: left;
}
#mainmenu.align-right > ul > li {
    float: right;
}
#mainmenu > ul > li > a {
    padding: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
#mainmenu > ul > li:first-child a {
    padding-left: 12px;
}
#mainmenu > ul > li:first-child ul li a {
    padding-left: 17px;
}
#mainmenu > ul > li:hover > a {
    color: #000;
}
#mainmenu > ul > li.has-sub > a {
    padding-right: 30px;
}
#mainmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    content: '';
}
#mainmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#mainmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}
#mainmenu ul ul {
    position: absolute;
    left: -9999px;
}
#mainmenu.align-right ul ul {
    text-align: right;
}
#mainmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#mainmenu li:hover > ul {
    left: auto;
}
#mainmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#mainmenu li:hover > ul > li {
    height: 35px;
}
#mainmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#mainmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#mainmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 250px;
    font-size: 12px;
    background: #333c4e;
    text-decoration: none;
    font-family:'Alegreya Sans SC', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
}
#mainmenu ul ul li:hover > a,#mainmenu ul ul li a:hover {
    color: #ffffff;
}
#mainmenu ul ul li: last-child > a,#mainmenu ul ul li.last-item > a {
    border-bottom: 0;
}
#mainmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
   
    content: '';
}
#mainmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#mainmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#mainmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#mainmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
#mainmenu.small-screen {
    width: 100%;
}
#mainmenu.small-screen ul {
    width: 100%;
    display: none;
}
#mainmenu.small-screen.align-center > ul {
    text-align: left;
}
#mainmenu.small-screen ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#mainmenu.small-screen ul ul li,#mainmenu.small-screen li:hover > ul > li {
    height: auto;
}
#mainmenu.small-screen ul li a,#mainmenu.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
}
#mainmenu.small-screen > ul > li {
    float: none;
}
#mainmenu.small-screen ul ul li a {
    padding-left: 25px;
}
#mainmenu.small-screen ul ul ul li a {
    padding-left: 35px;
}
#mainmenu.small-screen ul ul li a {
    color: #333c4e;
    background: none;
}
#mainmenu.small-screen ul ul li:hover > a,#mainmenu.small-screen ul ul li.active > a {
    color: #fff;
}
#mainmenu.small-screen ul ul,#mainmenu.small-screen ul ul ul,#mainmenu.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}
#mainmenu.small-screen > ul > li.has-sub > a:after,#mainmenu.small-screen > ul > li.has-sub > a:before,#mainmenu.small-screen ul ul > li.has-sub > a:after,#mainmenu.small-screen ul ul > li.has-sub > a:before {
    display: none;
}
#mainmenu.small-screen #menu-button {
    display: block;
    padding: 17px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
#mainmenu.small-screen #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
	color:#000;
    border-top: 2px solid;
    border-bottom: 2px solid;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#mainmenu.small-screen #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#mainmenu.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#mainmenu.small-screen #menu-button.menu-opened:before {
    top: 23px;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#mainmenu.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
}
#mainmenu.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}
#mainmenu.small-screen .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ffffff;
    content: '';
}
#mainmenu.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}
#mainmenu.small-screen .submenu-button.submenu-opened:after {
    background: #ffffff;
}
#mainmenu.small-screen .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: '';
}
#mainmenu.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}
#mainmenu.small-screen .submenu-button.submenu-opened:before {
    display: none;
}
#mainmenu.small-screen.select-list {
    padding: 5px;
}


/*===================================================================================
03. OTHER STYLE
=====================================================================================*/
/*-----------------------slider styles-----------------------*/
#slider {
    background: #fff;
}
#slider .flexslider {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    border: none !important;
}
#slider .flexslider li {
    position: relative;
}
#slider .flexslider li .meta {
    position: absolute;
    bottom: 200px;
    left: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#slider .flexslider li h1 {
    font-weight: 700;
    color: #fff;
}
#slider .flexslider li h1,#slider .flexslider li span,#slider .flexslider li p,#slider .flexslider li a {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
#slider .flexslider li.flex-active-slide .meta h1,#slider .flexslider li.flex-active-slide .meta span,#slider .flexslider li.flex-active-slide .meta p,#slider .flexslider li.flex-active-slide .meta a {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
#slider .flexslider li.flex-active-slide .meta h1 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
#slider .flexslider li.flex-active-slide .meta p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
#slider .flexslider li.flex-active-slide .meta a {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
#slider .flex-direction-nav {
    position: absolute;
    bottom: 0;
    right: 0px;
}
#slider .flex-direction-nav a {
    animation: none !important;
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: -60px;
    margin-top: -32px;
    position: absolute;
    top: 0.5px;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #fff;
}
#slider .flex-direction-nav .flex-prev {
    text-align: left;
    left: -10px;
}
#slider .flex-direction-nav .flex-next {
    text-align: right;
    left: 30px;
}
#slider .flexslider:hover .flex-prev {
    left: -10px;
}
#slider .flexslider:hover .flex-next {
    left: 30px;
}
#slider .flexslider:hover .flex-next:hover,#slider .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
#slider .flex-direction-nav a:before {
    font-family: FontAwesome;
    content: '\f104';
    font-size: 18px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 1px;
    padding: 2px;
}
#slider .flex-direction-nav a.flex-next:before {
    content: '\f105';
}
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
 100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
 100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@-webkit-keyframes fadeOutLeft {
    0% {
    opacity: 1;
}
 100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
    0% {
    opacity: 1;
}
 100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}
/*---Footer Style---*/
.top-footer {
    background: #282e3a;
}
.top-footer .newsletter h5 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.top-footer .newsletter .form-control {
    background: transparent;
    border: 1px solid #384255;
    border-radius: 0px;
    height: 35px;
}
.top-footer .newsletter .form-control:focus {
    box-shadow: none;
}
.top-footer .newsletter .btn-newsletter {
    height: 35px;
    border-radius: 0px;
    color: #ffffff;
    font-size: 20px;
    line-height: 0px;
}
.main-footer {
    background: url('../images/footer-top-bg.png');
}
.main-footer h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main-footer .footer-seperator {
    display: block;
    height: 1px;
    width: 40px;
    margin-bottom: 20px;
}
.main-footer .footer-seperator:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    margin-top: 3px;
    width: 60px;
}
.main-footer .connect .icon {
    font-size: 22px;
}
.main-footer .footer-social ul {
    list-style: none;
}
.main-footer .footer-social ul li {
    float: left;
    margin-right: 10px;
}
.main-footer .footer-social ul li: last-child {
    margin-right: 0px;
}
.main-footer .footer-social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2a2c31;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}
.main-footer .footer-links li {
    margin-bottom: 10px;
}
.main-footer .footer-links li a {
    color: #fff;
}
.main-footer .blog-item {
    margin-top: 15px;
    margin-bottom: 10px;
}
.main-footer .blog-item .blog-thumb {
    width: 80px;
    height: 80px;
}
.main-footer .blog-item h6 {
    line-height: 24px;
}
.main-footer .blog-item h6 a {
    color: #a2a3a5;
}
.bottom-footer {
    background: #0f1316;
    padding-top: 5px;
	color:#fff;
	margin-bottom:0px;
    padding-bottom: 5px;
}

.bottom-footer p{
    background: #0f1316;
	color:#fff;
	margin-bottom:0px;
}

/*---Main Banner---*/
section.main-banner {
    background: url('../images/shattered.png');
}
section.main-banner .banner-title h3 {
    font-weight: 700;
    text-transform: uppercase;
}
section.main-banner .banner-title h5 {
    font-family:'Alegreya Sans SC', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #5b6e80;
    margin-top: 10px;
}
section.main-banner .breadcrumb-holder {
    text-align: right;
}
section.main-banner .breadcrumb-holder .breadcrumb {
    background: transparent;
    text-transform: uppercase;
    padding-top: 10px;
}
/*---About---*/
section.about .about-content-holder .about-image-holder {
    position: relative;
    border: 5px solid #fff;
    outline: 1px solid #ddd;
}
section.about .about-content-holder .about-title {
    padding-bottom: 20px;
}
section.about .about-content-holder .about-title h2 {
    text-transform: uppercase;
    font-weight: 700;
}
section.about .about-content-holder .about-title h5 {
    font-family:'Alegreya Sans SC', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5b6e80;
    margin-top: 10px;
    line-height: 30px;
}
/*---Mission and Vision---*/
section.mission {
    position: relative;
}
section.mission .mission-content-holder {
    padding-bottom: 80px;
    padding-left: 0px;
}
section.mission .mission-content {
    margin-right: 100px;
}
section.mission .vision-content-holder {
    position: relative;
    margin-left: -100px;
    margin-top: 60px;
    margin-right: 100px;
}
section.mission .vision-content-holder .vision-content {
    padding: 20px;
    color: #fff;
}
section.mission .background-right {
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/about-bg.jpg');
    background-size: cover;
    background-position: bottom left;
    width: 50%;
    z-index: -1;
    height: 500px;
}
section.mission .background-right:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 500px 300px 0 0;
    border-color: #ffffff transparent transparent transparent;
}
/*---Team Section---*/
section.team .team-member {
    margin: 30px 0;
    padding: 0;
}
section.team .team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
section.team .team-member figure img {
    min-width: 100%;
}
section.team .team-member figcaption p {
    font-size: 14px;
    text-align: center;
}
section.team .team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
section.team .team-member figcaption ul {
    visibility: hidden;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section.team .team-member figcaption ul li {
    display: inline-block;
}
section.team .team-member figcaption ul li a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    line-height: 35px;
}
section.team .team-member figcaption ul li a:hover {
    color: #ffffff;
}
section.team .team-member h4 {
    margin: 10px 0 0;
    padding: 0;
}
section.team .team-member figcaption {
    padding: 40% 0px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section.team .team-member figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: rgba(60, 83, 139, 0.9);
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section.team .team-member figure:hover figcaption li{
	visibility: visible;
}
section.team .team-member figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.team .team-member figure:hover img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*---Counter Section---*/
section.counter {
    background: url('../images/counter_bg.jpg');
}
section.counter .counter-item {
    margin: 20px 0px;
}
section.counter .counter-item .conter-icon {
    display: block;
    width: 70px;
    height: 70px;
    background: #ffffff;
    text-align: center;
    border: 3px solid;
    outline: 1px solid #fff;
    font-size: 40px;
    line-height: 65px;
}
section.counter .counter-item h3 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
}
section.counter .counter-item h6 {
    color: #fff;
    font-family:'Alegreya Sans SC', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
}
/*---Partners Section---*/
section.partners .partner-slider {
    margin: 30px 0px;
    border: 1px solid #ddd;
}
section.partners .partner-slider .item {
    padding: 5px;
    border-right: 1px solid #ddd;
}
section.partners .partner-slider .item img {
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
    text-align: center;
}
section.partners .partner-slider .item img:hover {
    opacity: 1;
}
section.projects .project-holder {
    overflow: hidden;
    display: inline-block;
}
section.projects .project-info {
    margin-bottom: 30px;
}
section.projects .project-holder a {
    display: block;
    position: relative;
    font-family:'Alegreya Sans SC', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-color: #fff;
    color: #fff;
    font-size: 16px;
}
section.projects .project-holder a .project-content {
    position: absolute;
    width: 100%;
    cursor: pointer;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 1;
}
section.projects .project-holder a .project-content:before {
    border-top: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 0;
}
section.projects .project-holder a .project-content:after {
    border-left: 1px solid;
    border-right: 1px solid;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
}
section.projects .project-holder a .project-content:before,section.projects .project-holder a .project-content:after {
    border-color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}
section.projects .project-holder a .project-content .text-cont {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    opacity: 0;
}
section.projects .project-holder a .project-content .align-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
section.projects .project-holder a figure {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
section.projects .project-holder a figure:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(46, 52, 62, 0.8);
    opacity: 0;
}
section.projects .project-holder a figure img {
    max-width: 100%;
    height: auto;
    display: block;
}
section.projects .project-holder a:hover figure {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
section.projects .project-holder a:hover figure:after {
    opacity: 1;
}
section.projects .project-holder a:hover .project-content {
    opacity: 1;
}
section.projects .project-holder a:hover .project-content:before,section.projects .project-holder a:hover .project-content:after {
    border-color: #fff;
}
section.projects .project-holder a:hover .project-content:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
section.projects .project-holder a:hover .project-content:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
section.projects .project-holder a:hover .project-content .text-cont {
    opacity: 1;
}
section.projects .project-holder a .project-content,section.projects .project-holder a .project-content .text-cont,section.projects .project-holder a figure:after {
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
section.projects .filter-container {
    margin: 20px 0px;
}
section.projects .filter-container ul li {
    border-right: 1px dashed #ccc;
    padding: 0px 10px;
}
section.projects .filter-container ul li: last-child {
    border-right: none;
}
.related-projects {
    position: relative;
}
/* -------------------------------------------------- Login & Quote Section-------------------------------------------------- */
section.login .form-wrap {
    width: 30%;
    margin: 0 auto;
}
section.login .form-group,section.quote .form-group {
    margin-bottom: 25px;
}
section.login .forget {
    text-align: center;
    display: block;
}
section.login .form-control,section.quote .form-control {
    border-radius: 0px;
    min-height: 40px;
}
section.login .form-control:focus,section.quote .form-control:focus {
    box-shadow: none;
    border: 1px solid #778191;
}
/* --------------------------------------------------Testimonials-------------------------------------------------- */
.testimonials-container {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 50px;
}
.testimonials-container *,.testimonials-container *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.testimonials-container figcaption {
    padding: 13% 10% 12%;
}
.testimonials-container figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}
.testimonials-container h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px;
}
.testimonials-container h4 {
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    opacity: 0.5;
}
.testimonials-container blockquote {
    font-weight: 300;
    border-left: 0px !important;
    font-size: 15px;
}
section.error_page .error_content h2 {
    font-size: 150px;
    margin-bottom: 30px;
    font-weight: 700;
}
section.error_page .error_content h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0px;
}
section.error_page .error_content {
    padding: 0 10%;
}
/*-----------------------news/blogs styles-----------------------*/
section.blog-list .border-tlr-radius {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
section.blog-list .card {
    background-color: #fff;
    margin-bottom: 1.6rem;
}
section.blog-list .card-padding {
    padding: 1.6rem;
}
section.blog-list .card-image {
    min-height: 100px;
    background-color: #eee;
}
section.blog-list .card-content {
    position: relative;
}
section.blog-list .card-meta span {
    font-size: 14px;
    color: #bbb;
    margin-left: 10px;
}
section.blog-list .card-article h3 {
    font-size: 20px;
	margin:10px 0px;
}
section.blog-list .card-article h3 a {
    text-decoration: none;
    color: #334550;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
section.blog-list .card-action {
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
section.blog-list .card-author img,section.blog-list .card-author-content {
    display: inline-block;
    vertical-align: middle;
}
section.blog-list .card-author-bio {
    padding-left: 70px;
}
section.blog-list .card-author img {
    border-radius: 50%;
    margin-right: 0.6em;
}
section.blog-list .card-share {
    float: right;
    position: relative;
    margin-top: -42px;
}
section.blog-list .card-social {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 160px;
    transform: translateZ(0);
    transform: translateX(0px);
    transition: transform 0.35s ease;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateX(0px);
    -webkit-transform: transform 0.35s ease;
}
section.blog-list .card-social--active {
    visibility: visible;
    transform: translateZ(0);
    transform: translateX(-48px);
    transition: transform 0.35s ease;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateX(-48px);
    -webkit-transform: transform 0.35s ease;
}
section.blog-list .share-toggle {
    z-index: 2;
}
section.blog-list .share-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease;
    outline: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}
section.blog-list .share-icon:hover,section.blog-list .share-icon:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.24);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
section.blog-list .facebook {
    background-color: #3b5998;
}
section.blog-list .twitter {
    background-color: #00abe3;
}
section.blog-list .googleplus {
    background-color: #d3492c;
}
section.blog-list .facebook,section.blog-list .twitter,section.blog-list .googleplus {
    color: #fff;
}
section.blog-list .facebook:hover,section.blog-list .twitter:hover,section.blog-list .googleplus:hover {
    color: #eee;
}
section.blog-list .comment-list {
    padding: 15px;
}
section.blog-list .comment-list .row {
    margin-bottom: 0px;
}
section.blog-list .comment-list figure.thumbnail {
    border: none !important;
}
section.blog-list .comment-list .panel {
    border-radius: 0px !important;
}
section.blog-list .comment-list .panel .panel-heading .panel-body {
    padding-top: 6px;
}
section.blog-list .comment-list figcaption {
    /*For wrapping text in thumbnail*/
 word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
    section.blog-list .comment-list .arrow:after, .comment-list .arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}
 section.blog-list .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
    border-left: 0;
}
 /*****Left Arrow*****/
 /*Outline effect style*/
 section.blog-list .comment-list .panel.arrow.left:before {
    left: 0px;
    top: 30px;
    /*Use boarder color of panel*/
 border-right-color: inherit;
    border-width: 16px;
}
 /*Background color effect*/
 section.blog-list .comment-list .panel.arrow.left:after {
    left: 1px;
    top: 31px;
    /*Change for different outline color*/
 border-right-color: #ddd;
    border-width: 15px;
}
 /*****Right Arrow*****/
 /*Outline effect style*/
 section.blog-list .comment-list .panel.arrow.right:before {
    right: -16px;
    top: 30px;
    /*Use boarder color of panel*/
 border-left-color: #ddd;
    border-width: 16px;
    background: #ddd;
}
 /*Background color effect*/
 section.blog-list .comment-list .panel.arrow.right:after {
    right: -14px;
    top: 31px;
    /*Change for different outline color*/
 border-left-color: #ddd;
    border-width: 15px;
}
}
section.blog-list .comment-list .comment-post {
    margin-top: 6px;
}
section.blog-list .comment-form {
    padding: 15px;
}
section.blog-list .tags p {
    line-height: 40px;
}
section.blog-list .tags a {
    border: 1px solid #ccc;
    color: #777;
    margin-right: 10px;
    padding: 5px;
}
section.blog-list .search-box .form-control {
    border-radius: 0px;
    height: 36px;
}
section.blog-list .search-box .form-control:focus {
    box-shadow: none;
    border: 1px solid #ddd;
}
section.blog-list .comment-form .form-control {
    border-radius: 0;
    min-height: 40px;
}
section.blog-list .comment-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #778191;
}
/*-----------------------servicess styles-----------------------*/
section.services .thumbnail {
    border-radius: 0px;
}
section.services .thumbnail h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}
section.services .thumbnail p {
    color: #778191;
    line-height: 24px;
}
.service-menu .nav-pills>li.active>a,.service-menu .nav-pills>li.active>a:hover,.service-menu .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
}
.service-menu .nav-pills>li>a {
    border-radius: 0px;
}
.service-menu a {
    color: #334550;
    text-transform: uppercase;
    text-decoration: none;
   
}
.service-menu a:hover {
    color: #000;
    text-decoration: none;
}
.service-menu .nav-stacked> li:first-child {
    border-top: 1px solid #dadada;
}
.service-menu .nav-stacked> li {
    margin-top: 0px;
    margin-left: 0;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}
/*-----------------------Portfolio Home styles-----------------------*/
.portfolio-home-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #000000;
    line-height: 1.5em;
}
.portfolio-home-item *,.portfolio-home-item *:before,.portfolio-home-item *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.portfolio-home-item img {
    width: 100%;
}
.portfolio-home-item div {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    padding: 5px 40px;
    opacity: 0;
    z-index: 10;
}
.portfolio-home-item h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.portfolio-home-item p {
    font-weight: 400;
    margin: 0;
    font-size: 0.9em;
}
.portfolio-home-item i {
    position: absolute;
    color: #fff;
    font-size: 34px;
    line-height: 55px;
    width: 55px;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(55px);
    transform: translateX(55px);
}
.portfolio-home-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.portfolio-home-item:hover img {
    zoom: 1;
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.portfolio-home-item:hover div {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}
.portfolio-home-item:hover i {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.google-map {
    min-height: 450px;
}


/*===================================================================================
04. RESPONSIVE STYLES
=====================================================================================*/
@media only screen and (max-width: 1650px) {
    #slider .flexslider li .meta {
    bottom: 150px !important;
}
}
@media only screen and (max-width: 1400px) {
    #slider .flexslider li .meta {
    bottom: 100px !important;
}
}
@media only screen and (max-width: 1199px) {
    #slider .flexslider li .meta {
    bottom: 100px !important;
}
 #slider .flexslider li .meta h1 {
    font-size: 25px;
}
}
@media only screen and (max-width: 1030px) {
    #slider .flexslider li .meta {
    bottom: 70px !important;
}
}
@media only screen and (max-width: 990px) {
    section.mission .background-right {
    display: none;
	
}
 section.mission .vision-content-holder {
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 0px;
}
 section.login .form-wrap {
    width: 60%;
}
 #mainmenu > ul > li:first-child a {
    padding-left: 17px;
}
.mt-sm-40{
	margin-top:40px;
}
.mb-sm-100{
	margin-bottom:100px;
}
}
@media only screen and (max-width: 767px) {
    section.main-banner .breadcrumb-holder,.banner-title {
    text-align: center;
}
 .about-title {
    margin-top: 30px;
}
 section.login .form-wrap {
    width: 90%;
}
.mt-sm-40{
	margin-top:0px;
}

}



/*===================================
STYLE SWITECHER - DEMO
===================================*/

#style-switcher {
    position: fixed;
    z-index: 1000;
    top: 250px;
    right: -175px;
    width: 175px;
    background: #fff;
    padding: 10px;
}
#toggle-switcher {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: -50px;
    top: 0px;
    text-align: center;
    cursor: pointer;
}
#toggle-switcher [class*=fa] {
    font-size: 24px;
    line-height: 50px;
    color: #000;
}
#style-switcher h1 {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin: 2px 0 3px -20px;
}
#style-switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#style-switcher ul li {
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    float: left;
    border-radius: 5px;
    cursor: pointer;
    transition: opacity .2s ease-out;
}
#style-switcher ul li:hover {
    opacity: .8;
}
@media (max-width: 767px) {
    #style-switcher {
    display: none;
}
}

.media-body{}
.media-body p{color:#000;}


.footer-links{}
.footer-links a{color:#FFFFFF;}
.footer-links ul{color:#FFFFFF;}
.footer-links li{color:#FFFFFF;}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
	
	
	}
	
.nav>li>a {
    position: relative;
    display: block;
    padding: 7px 12px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.banner-title{padding-top:8px;}


.features-col {
    margin-bottom: 30px;
}

.features-col h4 {
    margin-top: 20px;
	margin-bottom:10px;
}

.about-section {
    padding: 0;
    overflow: hidden;
}

.about-col {
}

.about-col h2 {
    font-size: 40px;
    margin-bottom: 5px;
}

.about-col h5 {
    font-size: 16px;
    color: #324a82;
    margin-bottom: 20px;
    font-style: italic;
    letter-spacing: 5px;
    font-weight: 500;
}

.about-item h4 {
    margin-bottom: 0;
}

.para-space {
    margin-bottom: 30px;
}

.about-item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
}

.about-item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    background: #324a82;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.counter-section {
    padding: 30px 0 0px;
    background: url(../images/bg/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.overlay-black {
    position: relative;
}

.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.counter-col {
    margin-bottom: 30px;
    text-align: center;
}

.counter-col i {
    font-size: 40px;
    color: #324a82;
}

.counter-col .counter div {
    color: #ffffff;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.counter-col p {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.course-area {
    padding: 30px 0 0px;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.section-title {
    margin-bottom: 20px;
    text-align: center;
}

.section-title .title-style {
    position: relative;
    display: inline-block;
}


.section-title p {
    font-weight: bold;
    margin-top: 20px;
}

.title-icon {
    width: 80px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}

.title-icon:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #324a82;
    position: absolute;
    top: 18px;
    left: -90px;
}

.title-icon:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #324a82;
    position: absolute;
    top: 18px;
    right: -90px;
}

.title-icon i {
    color: #324a82;
    font-size: 40px;
}

.course-col {
    margin-bottom: 50px;
}

.course-col:hover .over-shadow {
    opacity: 1;
}

.over-shadow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.course-image {
    position: relative;
}

.course-cost {
    position: absolute;
    left: -12px;
    top: 20px;
    z-index: 99;
    padding: 5px 20px;
    background: #324a82;
}

.course-cost:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    border-top: 8px solid #324a82;
    border-left: 12px solid transparent;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
}

.course-cost h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 18px;
}

.over-shadow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.course-item h4 {
	text-align:center;
}

.course-item p {
    margin-bottom: 20px;
}

.btn {
    border-radius: 2px;
    position: relative;
}
.my-btn {
    background: #324a82;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 8px 25px;
    border-radius: 0;
    border: none !important;
    clear: both;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.separator-section {
    padding: 100px 0 0;
    background-image: url(../images/bg/3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.separator-col {
}

.separator-col h4 {
    color: #ffffff;
    margin-bottom: 20px;
}

.separator-col img {
    width: 400px;
    height: auto;
    margin-top: -160px;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.separator-col .custom-select {
    width: 100%;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
    height: 45px;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
}

.form-control {
    resize: none;
    height: 45px;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}


.blog-section {
    padding: 30px 0 10px;
}

.blog-col {
    margin-bottom: 30px;
    position: relative;
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.post-date {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 10px 20px;
    background: #324a82;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.post-date h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}

.post-date:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 40px solid #324a82;
    border-top: 43px solid transparent;
}

.info-bar {
    background: #324a82;
    margin-bottom: 20px;
    padding: 10px 15px 10px 15px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.info-bar ul li {
    float: left;
    margin-right: 15px;
}

.info-bar ul li i {
    margin-right: 5px;
    color: #ffffff;
}

.blog-col h4 {
    margin-bottom: 15px;
}

.blog-col h4 a {
    color: #324a82;
}

.info-bar ul li a {
    color: #ffffff;
}

.testimonial-section {
    padding: 20px 0;
    background: url(../images/bg/2.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.test-item {
    padding: 30px 30px;
    background: rgba(0, 0, 0, 0.5);
}

.test-image {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}

.test-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px !important;
    height: 80px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.test-item h4 {
    color: #ffffff;
    margin-bottom: 0;
    padding-top: 10px;
}

.test-item span {
    font-size: 12px;
    color: #324a82;
}

.test-item p {
    color: #ffffff;
    margin-top: 10px;
}

.subscribe-area {
    background: #324a82;
    padding: 20px 0;
}

.subscribe-col {
    width: 80%;
    margin: auto;
}

.subscribe-col h3 {
    margin-bottom: 20px;
    color: #ffffff;
}

.main-footer {
    background: #111111;
    padding: 20px 0 0px;
    background: url(../images/bg/4.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.main-footer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.9);
}

.footer-col {
    padding-bottom: 30px;
}

.footer-col h3 {
    color: #324a82;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-col ul li {
}

.footer-col ul li a {
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.widget-heading {
    margin-bottom: 10px;
}

.widget-heading h3 {
    font-family: 'Roboto',sans-serif;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 4px;
    color: #E8E8E8;
    font-size: 14px;
    font-weight: 500;
}

.widget-heading span {
    display: block;
    width: 170px;
    background: #a5a5a5;
    position: relative;
    height: 1px;
}

.widget-heading span:after {
    content: '';
    background: #000;
    height: 2px;
    width: 80px;
    position: absolute;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

ul.social-share li {
    list-style: none;
    display: inline-block;
    margin-right: 2px;
}

ul.social-share li a {
    display: inline-block;
    color: #404040;
    font-size: 20px;
    background: #cbcbcb;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
}

.foot-new-link ul {
    text-align: center;
    border-top: 1px solid #565656;
    border-bottom: 1px solid #565656;
    padding: 7px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.foot-new-link ul li {
    list-style: none;
    display: inline-block;
}

.foot-new-link ul li a {
    color: #9d9d9d;
    padding: 0 8px;
    border-right: 1px solid #565656;
}

.text_iso {
    padding: 5px;
    color: #ececec;
    font-size: 14px;
    font-weight: 300;
	padding-bottom:10px;
}

/*--------------------------sticky css start here-----------------------------*/

#sticky-footer {
    position: relative;
    /* height: 55px; */
    z-index: 99;
}
.sticky-footer {
    background: #3A3A3A;
    position: fixed;
    height: 40px;
    bottom: 0;
    padding: 0px 0;
    width: 100%;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.29);
}
.quick-query a {
	transition: color 300ms, background-color 300ms;
	outline: none;
    border: none;
    text-decoration: none;
    background: #f5811d;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 9px 15px;
}
.ask-a-demo {
    background: url(../images/ask-a-demo.png) no-repeat;
    display: block;
    padding: 0px 0 4px 30px;
}
.call-back-bt {
    float: left;
    position: relative;
	display: block;
}
.call-back-form {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 265px;
    background: #FDEADA;
    border-radius: 5px 5px 0 0;
    border: 1px solid #bb5b08;
    border-bottom: 0px;
    z-index: 99999;
    border-top: 5px solid #bb5b08;
}
.call-back-form .call-form-field {
    padding: 10px;
}
.call-form-field .close {
    color: #2a2a2a;
    opacity: 1;
}
.call-form-field span.ttl {
    color: #BB2929;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-block;
}
.call-back-bt a {
    font-weight: 400;
	margin-right: 10px;
	padding: 10px 15px;
    display: block;
    color: #fff;
    background: #0d0d0d;
    text-align: center;
    font-size: 16px;
}
.fix-btn a i, .quick-query a i {
    margin-right: 5px;
    vertical-align: middle;
}
.fix-btn a {
    /* background: #0d0d0d; */
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 6px 15px;
}
.btn-black, .btn-black:focus {
    background: #2d2d2d;
    color: #fff;
    outline: 0px;
}
.btn {
    border-radius: 2px;
    position: relative;
}
.call-back-bt .btn-black {
    font-size: 14px;
}
/*----------------------------------------------sticky css end here--------------------------------------*/

/*============================slider contact form start here=======================================*/

.request_main_area {
    float: left;
    margin: 0;
    padding: 5px;
    width: 26%;
    position: absolute;
    right: 100px;
    top: 135px;
}


.h5-hero-register {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #354a82;
    padding: 64px 30px;
}

.h5-hero-register h2 {
    color: #333146;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0 0 34px;
}

.h5-hero-register input[type="text"] {
    border: 0 none;
    border-bottom: 1px solid #354a82;
    color: #5b5b5b;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0;
    margin-bottom: 24px;
    width: 100%;
}

.h5-hero-register input[type="email"] {
    border: 0 none;
    border-bottom: 1px solid #354a82;
    color: #5b5b5b;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0;
    margin-bottom: 14px;
    width: 100%;
}

.h5-hero-register input[type="text"] {
    border: 0 none;
    border-bottom: 1px solid #354a82;
    color: #5b5b5b;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0;
    margin-bottom: 14px;
    width: 100%;
}

.h5-hero-register input[type="submit"] {
    background: #354a82 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 30px;
    padding: 16px 0;
    width: 100%;
}

.header-topbar-col {
    padding: 0px 0;
}

.header-topbar-col ul li {
    float: left;
    margin-right: 20px;
}

.header-topbar-col ul li p {
    color: #ffffff;
    margin-top: 0px;
	margin-bottom:0px;
}

.header-topbar-col ul li p i {
    margin-right: 5px;
    color: #ffffff;
}
.header-topbar-col p a {
    color: #ffffff;
}

.right-top-strip {
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.right-top-strip ul li {
    color: #fff;
    margin-bottom: 0;
    margin-right: 5px;
}

.right-top-strip ul li a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}


.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 50px;
    right: 20px;
    z-index: 99999;
    background-color: #324a82;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.defult-page-title {
    padding: 20px 0;
    text-align: center;
    background: url(../images/bg/5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.page-title-box {
    text-align: left;
}

.page-title-box h2 {
    font-size: 45px;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}


.page-title-box h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 3px;
    background: #324a82;
}

.page-title-box p {
    color: #ffffff;
    text-transform: uppercase;
}

.page-title-box p a {
    color: #ffffff;
}

.course-single-area {
    padding: 40px 0 0px;
}

.course-single-col {
    margin-bottom: 30px;
}

.course-single-col h2 {
    margin-top: 20px;
}

.course{}

.course ul li {
    list-style: none;
    margin-left: 25px;
    padding: 4px 0;
    border-bottom: 1px solid #EEE;
}

.course ul li a{
    list-style: none;   
    padding: 4px 0;
	color:#000000;
}

.course ul li:before {
    content: "\f0a4";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-right: 5px;
    text-decoration: inherit;
    color: #03489b;
    position: absolute;
    left: 16px;
}

.course h3{
	display: block;
    text-align: left;
    color: #1d1d1d;
    padding: 6px 0;
    font-size: 22px;
    background: linear-gradient(#fff, #e2e2e2);
    padding-left: 15px;
    border: 1px solid #e2e2e2;
    margin-top: 20px;
    margin-bottom: 8px;}
	
.course-features-box {
    margin-top: 30px;
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
}

.red-heading {
    border-left: 4px solid #324a82;
    color: #324a82;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
    padding-left: 15px;
}

.course_details {
    margin-top: 10px;
}

.panel-group {
    margin-bottom: 0;
}

.panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-default {
    border-color: #ddd;
	
}

.panel-default:hover{
    border-color: #ddd;
	padding-left:30px;
	background:#f6f6f6;
	-webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	
}

.panel {
   /* margin-bottom: 20px;*/
    /* background-color: #fff; 
    border: 1px solid transparent;*/
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}


.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title a{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color:#000;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.placement-client-slider-box ul li {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: center;
    background: #FFF;
}

.list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
}

.placement-client-slider-box ul li img {
    display: block;
    margin: 0 auto;
}

.placement-client-slider-box ul li:nth-child(4n+4) {
    border-right: none;
}

.right-top-strip {
}

.right-top-strip ul li {
    color: #fff;
    margin-bottom: 0;
    margin-right: 5px;
}

	
.right-top-strip ul li a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.about-two-section {
    padding: 40px 0 0px;
}

.para-space {
    margin-bottom: 30px;
}

.about-box {
    margin-bottom: 30px;
    background: #324a82;
    padding: 20px;
    position: relative;
}

.about-box h2 {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 0;
    opacity: 0.2;
	color:#fff;
    font-size: 85px;
}

.about-box h4 {
    color: #ffffff;
}

.about-box p {
    color: #ffffff;
}

.about-us-grid-block-item {
    background: #324a82;
    color: #FFF;
    padding: 20px;
}
.sidebar {
margin-bottom:30px;
}

.sidebar h3 {
    margin: 0px;
    padding: 6px 0px;
    color: #fff;
    text-align: center;
}

.form-group {
    margin-bottom: 0px;
}

.enquiry-box {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 20px 15px 34px;
    margin-bottom: 30px;
}

.enquiry-wrapper {
}

.enquiry-wrapper-img-box {
    position: relative;
}

.contact-area {
    padding: 20px 0 0px;
}

.contact-infobox {
    padding: 30px 30px;
    border: 1px solid #dddddd;
    border-top: none;
    border-bottom: none;
}
.contact-col {
    margin-bottom: 30px;
    text-align: center;
}

.contact-infobox i {
    color: #324a82;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.review-border{border:1px solid #ddd;}

.review-user-info {
    padding-top: 10px;
    margin-bottom: 20px;
}

.review-user-info>h3 {
    color: #444;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    padding-bottom: 13px;
    padding-top: 15px;
}

.review-user-info>small {
    color: #777;
    display: block;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.review-user-info>article {
    color: #444;
    font-size: 13px;
    line-height: 20px;
    margin-top: 16px;
    padding-bottom: 15px;
}

.user-review-img {
    border-radius: 50%;
    display: inline-block;
    height: 134px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 134px;
    border-top: 2px solid #ddd;
    border-bottom: 3px dotted #ddd;
    padding: 0px;
    background: #fff;
    margin-top: 35px;
}

.img-round{border-radius:50%}
.img90 {
    background: #fff;
    border: 1px solid #ddd;
}

.user-img-rating>.star-rating-review {
    color: #ff0000;
    margin-bottom: 19px;
    font-size: 12px;
	text-align:center;
}

.user-img-rating>.star-rating-review>i {
    margin-right: 3px;
    font-size: 15px;
}


.line{border:1px solid #dadada; margin-bottom:20px; padding:1px;}
.pad{padding:10px;}


.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: 0px;
}