@import url(http://fonts.googleapis.com/css?family=Patua+One);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500);
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700);
body {
    line-height: 18px;
    background-color: #FFFFFF;
    color: #333;
    font-family: 'PT Serif', Arial, sans-serif;
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 12px;
}

h1 {
    font-size: 200%;
    line-height: 115%;
}

h2 {
    font-size: 160%;
    line-height: 110%;
}

h3 {
    font-size: 130%;
    line-height: 110%;
}

h4 {
    font-size: 110%;
}

h5 {
    font-size: 91%;
}

h6 {
    font-size: 84%;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border-color: #dcdcdc !important;
}

p {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px;
    line-height: 1.5em;
    text-align: justify
}

a {
    color: #4848af;
    text-decoration: none;
    line-height: 24px;
}

a:hover,
a:focus {
    color: #636B7B;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline: none -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin-bottom: 15px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.underline-d {
    border-bottom: 1px dashed #FFF;
    padding-bottom: 10px;
}
.mar-lr-10{margin: 0 20px !important;}
.bordered {
    border: 2px solid #FFF;
}

header {
    background: #FFF;
}

.top-bar {
    padding: 0;
    background: rgb(72, 72, 175);;
    min-height: 30px;
}

.top-menu {
    float: left;
    font-size: 14px;
    margin-top: 2px;
}

.top-menu a {
    color: white;
    padding: 0px 10px;
    border-right: 1px solid white;
}

.top-menu a:last-child {
    border-right: none;
}

.top-contact {
    font-size: 14px;
    margin-top: 2px;
}

.top-contact a {
    color: white;
    padding: 0px 10px;
    border-right: 1px solid white;
}

.top-contact a:last-child {
    border-right: none;
}

.apply-table h4 {
    float: left !important;
    font-size: 16px !important;
    color: #333333 !important;
}
/*  Social Icons */

.social {
    float: right;
    text-align: right;
    margin: 10px 0;
    display: inline-block;
}

.social a i {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    color: #949494;
    background: none;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.social a:hover i {
    color: #4a8c85;
}

.logo {
    margin: 10px 0;
}

.logo img {
    max-height: 100px;
    width: auto;
}

.top-buttons {
    margin: 40px 0px;
}

.top-buttons a {}


/*  Main Navigation */

#topNav {
    z-index: -1;
}

#nav {
    width: 100%;
	
}

#nav.affix-top {
    position: absolute;
    top: 0;
    z-index: 10;
    height: 50px;
    line-height: 50px;
        background: rgb(83, 3, 24);
    border-top: 1px solid  rgb(83, 3, 24);
    border-bottom: 1px solid rgb(83, 3, 24);
}

#nav.affix {
    position: fixed;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
    margin: 0px 10px;
    font-size: 18px;
    line-height: 20px;
}
.btn-primary {
    color: #fff;
    background-color: rgb(72, 72, 175);;
    border-color: rgb(72, 72, 175);;
}
.navbar-brand img {
    max-height: 38px;
    margin-top: 5px;
}
.btn-danger {
    color: #fff;
    background-color: #001d38;
    border-color: #001d38;
}
.navbar-default {
    font-family: 'PT Serif', Arial, sans-serif;
    background: rgb(83, 3, 24);
    /* Old browsers */
    min-height: 40px;
    border-radius: 0px;
    border: 0px;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0px 0px 0px -15px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li {
    display: block;
    border-right: 0px solid rgba(255, 255, 255, 0.3);
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 20px;
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0);
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    z-index: 1;
}

.navbar-nav {}

.nav > li > a {
    padding: 15px 15px;
}

.nav {
    margin-top: 0px;
	
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF;
    background: rgb(72, 72, 175);;
    -moz-box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.5), inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.5), inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.5), inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    background: rgb(72, 72, 175);
    color: #FFFFFF;
    -moz-box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.5), inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.5), inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.5), inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #FFFFFF;
    background: #636b7b;
    -moz-box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.5), inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.5), inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 5px 0 5px -5px rgba(0, 0, 0, 0.5), inset -5px 0 5px -5px rgba(0, 0, 0, 0.5);
}

.navbar-right {
    margin-bottom: -6px;
}

.dropdown-menu {
    padding: 0px;
    background: rgba(255, 255, 255, 0.8);
    border: 0px;
}

.dropdown-menu li {
    border-bottom: 1px solid #75776a;
    padding: 0px;
    display: block;
}

.dropdown-menu li a {
    color: #333333;
    padding: 5px 15px;
    font-size: 12px;
}

.dropdown-menu li:last-child {
    border-bottom: 3px solid #6d0019;
}

.dropdown-menu li a:hover {
    background: rgba(63, 68, 78, 0.9);
    color: #FFFFFF;
}

.dropdown-submenu {
    position: relative;
	   
	
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    border-radius: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
    color: #777777;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0px 0 0px 0px;
    -moz-border-radius: 0px 0 0px 0px;
    border-radius: 0px 0 0px 0px;
}

@media (max-width:480px) {
    .nav {
        background-color: #636B7B;
    }
}

@media (min-width:768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

@media (max-width:768px) {
    .tel h4 {
        font-size: 13px;
        max-width: 50%;
        float: left;
        margin: 10px 10px 0px 10px;
    }
}

.main-slider {}


/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    background: #343434;
}

.tp-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.tp-bannertimer {
    visibility: hidden !important;
    height: 2px;
}

.tp-banner ul {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tp-banner .tp-caption a.btn {
    font-size: 14px;
    color: #fff;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 2px 3px rgba(0, 0, 0, 0.2);
}

.tp-banner .tp-caption.paragraph {
    line-height: 30px;
    font-family: 'futura_md_btmedium';
    font-weight: 400;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.tp-caption.small_text {
    position: absolute;
    color: #000;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: 'futura_md_btmedium';
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.medium_text {
    position: absolute;
    color: #585570;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 2px;
    font-family: 'futura_md_btmedium';
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.large_text {
    position: absolute;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    font: normal 32px/1 "futura_md_btmedium", Helvetica, sans-serif;
    color: #FFFFFF;
    text-align: center;
    text-transform: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: nowrap;
}

.tp-caption.very_large_text {
    position: absolute;
    color: #FFF;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    font-family: 'futura_md_btmedium';
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -2px;
}

.tp-caption.white-font {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 0;
    font-size: 50px;
    line-height: 86px;
    font-family: Oswald;
    padding: 0 30px;
    margin: 0;
    border-width: 0;
    border-style: none;
    letter-spacing: 0;
}

.tp-caption.orange-font {
    color: #f5821f;
}

.tp-caption.small-white-font {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 0;
    font-size: 18px;
    line-height: 30px;
    font-family: Oswald;
    padding: 0 30px;
    margin: 0;
    border-width: 0;
    border-style: none;
    letter-spacing: 0;
}

.page-title {
    padding: 40px 0px;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFF;
}

.bg-white {
    background-color: #FFF !important;
}

.bg-lgreen {
    background-color: #64A20C;
}

.bg-green {
    background-color: #45b39e
}

.bg-purple {
    background-color: #8D1892;
}

.bg-yellow {
    background-color: #E8AB02;
}

.bg-lred {
    background-color: #EF3133;
}

.bg-cyan {
    background-color: #2DB7A4;
}

.bg-violet {
    background: #41568c
}

.bg-grey {
    background-color: #EEE;
}

.bg-orange {
    background-color: #ff4500 !important;
}

.white {
    color: #FFF !important;
}

.yellow {
    color: #f00  !important;
}

.pink {
    color: #a8157d !important;
}

.blue {
    color: #077cbf !important;
}

.violet {
    color: #049707 !important;
}

.sec-style1 {
    padding: 30px 0px
}

.sec-intro {
    padding: 30px 0px;
}

.sec-intro h2 {
    font: bold 42px stencil-std;
}

.sec-intro h3 {
    font: bold 28px stencil-std;
}

.sec-intro h4 {
    color: #FFF;
    font: bold 30px/34px 'PT Serif', Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-top: 8px;
}

.box2 {
    min-height: 210px;
    border-radius: 15px;
}

.box2:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: 9;
    width: 0;
    height: 0;
    border-bottom: 107px solid #fff;
    border-left: 107px solid transparent;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.box2 p {
    color: #FFF;
}

.box2 .carousel-indicators {
    bottom: -5px;
}

.box2 .item {
    border: 1px solid #FFF;
    padding: 10px 5px;
}

.box2 h5 {
    color: #FFF;
    font-size: 18px;
    text-align: center;
}

.txt4 {
    position: absolute;
    right: 0;
    bottom: 18px;
    font: bold 14px/18px 'PT Serif', Arial, sans-serif;
    color: #573a94;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 10;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.box1 {
    color: #FFF;
    padding: 20px;
    font-size: initial;
    min-height: 250px;
}

.box1 .fa {
    position: absolute;
    left: 40%;
}

.box1 h3 {
    font-family: bold 30px/34px 'PT Serif', Arial, sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 50px;
}

.box3 {
    min-height: 175px;
    margin-bottom: 10px;
}

.box3 h4 {
    color: #FFF;
    padding: 15px 2px;
    text-align: center;
    text-transform: uppercase;
    font: bold 13px/20px 'PT Serif', Arial, sans-serif;
}

.welcome-text {
    color: #333;
    font: bold 30px/34px 'PT Serif', Arial, sans-serif;
    text-transform: uppercase;
    /* text-align: center; */
    margin: 10px 0px;
}

.facility-text {
    color: #333;
    font: bold 18px/34px 'PT Serif', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.5em;
    /* text-align: center; */
    margin: 10px 0px;
}

.parallax1 {
    background: url(../images/bac-1.jpg) fixed;
	background-position: center;
    background-size: cover;
}

.overlay {
    padding: 30px 0px;
    background-color: rgba(96, 90, 90, 0.9);
}

.courses a {
    color: #FFF;
    font-size: 18px;
    padding: 6px 20px;
    border: 1px solid #FFF;
    margin: 12px 0px;
    width: 100%;
    display: -webkit-box;
}

.facilities h3 {
    color: #FFF;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
}

.facilities li {
    padding: 2px 10px;
}

.facilities li a {
    color: #FFF;
    font-size: 16px;
    padding: 10px;
}

.cleft-arrow {
    position: absolute;
    left: 0px;
    top: 40px;
}

.cright-arrow {
    position: absolute;
    right: 0px;
    top: 40px;
}

footer {
   /* padding-top: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background: #222;
    border-top: 1px solid #FFF;*/
    color: #FFF;
    text-align: center;

    padding-top: 60px;
    
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: center;
}

/*footer .col-md-3 {
    box-shadow: 1px 0px #404040;
}*/

.footer h3 {
       font-size: 23px;
    color: #FFF;
    font-weight: 500;
}

.quick-links {
    list-style: none;
    padding-left: 5px;
    text-align: left;
}
div#footer p {
    font-size: 15px;
    line-height: 2;
}
.quick-links li {
    border-bottom: 1px dashed #eee;
    padding: 10px 0px;
}

.quick-links li a {
        font-size: 15px;
    color: #FFF;
}

.quick-links .fa {
    font-size: 13px;
    padding: 0px 5px;
}

footer .address {
    text-align: center;
}

footer .address h4 {
    margin: 10px 0 15px 0;
    color: #6fae26;
}

footer .address h4 i {
    border: 2px solid #6fae26;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
}

footer .address p {
    color: #FFF;
}

footer .mail {
    text-align: center;
}

footer .mail h4 {
    margin: 10px 0 15px 0;
    color: #FB226F;
}

footer .mail h4 i {
    border: 2px solid #FB226F;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    font-size: 28px;
}

footer .mail p {
    color: #FFF;
}

.copyrights {
    margin: 20px 0 0 0;
    text-align: center;
    color: #ccc;
    border-top: 1px solid #999;
    padding: 10px 0px;
}

.copyrights p {
    text-align: center;
}

.copyrights a {
    color: #ccc;
}

.social {
    list-style: none
}

.social li {
        background: none repeat scroll 0 0 #fe1905;
    border: 2px solid #039efd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.social li:hover {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.15) rotate(360deg);
}

.social li a {
    color: #EDEFF1;
}

.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}

.social li a i {
    font-size: 16px;
    margin: 0 0 0 5px;
    color: #ffffff !important;
}

.social a.facebook i {
    background: #1e78ae;
}

.social a.twitter i {
    background: #1ba1e2;
}

.social a.google-plus i {
    background: #f22d0c;
}

.social a.linkedin i {
    background: #2d93cf;
}



.footer-menu {
    font-size: 15px;
    margin: 10px 0px;
}

.footer-menu a {
    padding: 0px 5px;
    border-right: 1px solid #ccc;
}

.footer-menu a:last-child {
    border-right: 0px;
    ;
}

.page-title {
    padding: 40px 0px;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFF;
}

.parallax {
    background: url(../images/bac-1.jpg) fixed;
    background-size: cover;
}

.overlay {
    padding: 40px 0px;
    background-color: rgba(96, 90, 90, 0.86);
}

.parallax .breadcrumb {
    width: 60%;
    display: inline-block;
    padding: 7px 25px;
    background: none;
    font-size: 1em;
    text-align: right;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 0;
    position: absolute;
    border-radius: 0px;
    left: 70%;
    bottom: -30px;
    font-family: 'Lora', serif;
    font-style: italic;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.parallax h1.title {
    font-size: 40px;
    color: #fff;
    padding-top: 40px;
}

h3 span {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

h3 span:after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 3px;
    content: "";
    background-color: #0c70a2;
}

.pages-list {
    list-style: none;
}

.pages-list li {
    padding: 5px 25px;
    color: #FFF !important;
    background-color: #0c70a2;
    margin-bottom: 1px;
    -webkit-transition: margin-left 2s;
    -moz-transition: margin-left 2s;
    -ms-transition: margin-left 2s;
    -o-transition: margin-left 2s;
}

.pages-list li:hover {
    margin-left: -50px;
    -webkit-transition: margin-left .6s;
    -moz-transition: margin-left .6s;
    -ms-transition: margin-left .6s;
    -o-transition: margin-left .6s;
}

.pages-list li a {
    color: #FFF;
    padding-left: 15px;
}

.dark {
    color: #292121;
}

.admissions {
    margin: 30px 0;
}

.admissions ul {
    padding: 0;
    border: 1px solid #F3F3F3;
}

.admissions ul li {
    list-style: none;
    padding: 13px;
    border-bottom: 1px solid #F3F3F3;
}

.admissions ul li .icon {
    display: inline-block;
    float: left;
    width: 30%;
    padding: 15px 25px 10px 10px;
}

.admissions ul li .content {
    display: inline-block;
}

.admissions ul li .content p {
    margin: 0;
    font-weight: normal;
}

.admissions ul li .content h4,
.admissions ul li .content h4 a {
    font-family: 'Ubuntu', sans-serif;
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #007ccb;
}

.admissions ul li .content h4 a:hover {
    color: #d10c00;
}

.admissions ul li .content h4 span {
    color: #d10c00;
    font-size: 20px;
}

.admissions ul li .content h4 i {
    margin-right: 5px;
}

.admissions ul li .content h3.title a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}

.admissions ul li .content h3.title a:hover {
    color: #9ac9ec;
}

.admissions ul li:last-child {
    border-bottom: 0px !important;
}

.admissions ul li:hover {
    background: #f6f6f6;
}

.admissions:hover ul {
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.blue {
    color: #0c70a2;
}

ul.fancy-list {
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
}

ul.fancy-list li {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 24px;
    padding-bottom: 10px;
}

ul.fancy-list li p {
    line-height: 21px !important;
    color: #333;
}

ul.fancy-list li ul {
    padding-left: 0px;
}

ul.fancy-list.arrow li {
    padding-left: 15px;
}

ul.fancy-list.double-arrow li {
    padding-left: 15px;
}

ul.fancy-list li:before {
    font-family: 'FontAwesome';
    font-style: normal;
    color: #1D7363;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 0px;
}

ul.fancy-list.arrow li:before {
    content: "\f105";
}

ul.fancy-list.double-arrow li:before {
    content: "\f101";
}

ul.fancy-list.checkbox li:before {
    content: "\f00c";
}

ul.fancy-list.caret-right li:before {
    content: "\f0da";
}

ul.fancy-list.asterisk li:before {
    content: "\f069";
}

.asterisk li {
    color: #6F6F6F;
    font-weight: bold;
}

ul.fancy-list.arrow-right li:before {
    content: "\f061";
}

.arrow-right li {
    color: #6F6F6F;
    font-weight: bold;
}

ul.fancy-list.round-arrow li:before {
    content: "\f0a9";
}

.round-arrow li {
    color: #333;
    font-weight: normal;
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 104400;
}

.totop a i {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    background: #530318;
    border-radius: 2px;
}

.totop a,
.totop a:visited {
    color: #fff;
}

.totop a:hover {
    color: #eee;
    background: #1D7363;
    text-decoration: none;
}

.chocolat-left,.chocolat-right{background-color: rgba(0,0,0,.5);}
@media (max-width: 767px) {
    .parallax .breadcrumb {
        display: none;
    }
}

.parallax .breadcrumb a {
    color: #e8edf2;
}

.parallax .breadcrumb a:hover {
    color: #FFFFFF;
}

.parallax .breadcrumb > li + li:before {
    color: #e8edf2;
    content: "::";
    padding: 0 10px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .parallax .breadcrumb > li + li:before {
        padding: 0 5px;
    }
    .top-buttons a {
        font-size: 12px;
    }
    .parallax .breadcrumb > .active {
        color: #FFFFFF;
        font-weight: bold;
    }
    .nav > li > a {
        padding: 9px 4px !important;
    }
	.dropdown-menu li a {
    color: #333333;
    padding: 5px 15px;
    font-size: 11px;
    }
	
    .navbar-default .navbar-nav > li > a {
        font-size: 10px;
    }
    .sec-intro h2 {
        font: bold 25px stencil-std;
    }
    .welcome-text {
        font-size: bold 25px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .top-contact {
        font-size: 10px;
    }
    .sec-intro h2 {
        font: bold 9px stencil-std;
    }
    .welcome-text {
        font: bold 18px/34px "PT Serif", Arial, sans-serif;
    }
    .sec-intro h4 {
        font: bold 18px/34px "PT Serif", Arial, sans-serif;
    }
    .navbar-toggle {
        margin-top: 6px;
    }
}

@media (min-width: 320px) and (max-width: 1200px) {
    .nav > li > a {
    padding: 9px 10px;
}
}
.goog-te-gadget {
    font-family: arial;
    font-size: 3px;
    color: #666;
    white-space: nowrap;
}
.goog-te-gadget-simple {
	font-size: 8pt !important;
}
.top-contact1 {
	margin-top: 2px;
    margin-bottom: 2px;
}
.border {
   /* border: 1px solid #0f77a2;*/
   /*border: 1px solid rgb(83, 3, 24);*?
    padding: 15px;
    /*background-color: #0f77a2;*/
	background-color: rgb(83, 3, 24);
    box-shadow: 0px 0px 20px rgba(235, 217, 217, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(231, 178, 178, 0.1);
}
.heading2 {
    color: #fff;
    font-size: 24px;
    margin: 10px 0 10px 0;
    /*background-color: #06374b;*/
	 background-color:#840b48;
    text-align: center;
}
.news {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0 0 1.75em;
}
/*  10  - Features
----------------------------------------------*/
.padding-40 {
    padding: 40px 0px;
}
.section-header {
    text-align: center;
    max-width: 650px;
    margin: 0px auto 30px;
}
.section-header h3 {
        font-size: 26px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 600;
}
.section-header p {
    line-height: 30px;
    margin: 0px;
}
.features-left p {
    text-align: right;
}
.features-right p {
    text-align: left;
}
.feature-item {
    padding-bottom: 16px;
}
.features .feature-image img{
    width: 100%;
}
.features .features-left .feature-item{
    text-align: right;
}
.features .feature-item .content{
    display: table;
}
.features .feature-item .icon{
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    background-color: #ffc000;
    color: #fff;
    border-radius: 100%;
    margin-top: 10px;
}
.features .features-left .feature-item .icon{
    float: right;
    margin-left: 20px;
}
.features .features-right .feature-item .icon{
    float: left;
    margin-right: 20px;
}
.features .features-left .feature-item:nth-child(2) .icon{
    background-color: #fc7f0c;
}
.features .features-left .feature-item:nth-child(3) .icon{
    background-color: #0fbaf4;
}
.features .features-right .feature-item:nth-child(1) .icon{
    background-color: #e84b3a;
}
.features .features-right .feature-item:nth-child(2) .icon{
    background-color: #001d38;
}
.features .features-right .feature-item:nth-child(3) .icon{
    background-color: #ee257c;
}
.features .feature-item .icon:before{
    font-size: 30px;
    line-height: 2.2;
    display: inline-block;
    -webkit-transition: .25s ease-out;
    transition: 1s ease-out;
}
.features .feature-item:hover .icon:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.features .features-left .feature-item:nth-child(1) .content h4{
    color: #ffc000;
}
.features .features-left .feature-item:nth-child(2) .content h4{
    color: #fc7f0c;
}
.features .features-left .feature-item:nth-child(3) .content h4{
    color: #0fbaf4;
}
.features .features-right .feature-item:nth-child(1) .content h4{
    color: #e84b3a;
}
.features .features-right .feature-item:nth-child(2) .content h4{
    color: #001d38;
}
.features .features-right .feature-item:nth-child(3) .content h4{
    color: #ee257c;
}
.features .feature-item:last-child p{
    margin: 0px;
}
.feature-item h4 {
    font-size: 20px;
    font-weight: 600;
}

.bg3 {
    background-image: url(../images/counter-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.pb-70 {
    padding-bottom: 30px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.sec-title h2 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
}
.rs-counter .rs-counter-list {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    text-align: center;
    padding: 23px;
    transition: .3s all ease;
}
.rs-counter .rs-counter-list .counter-number {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 6px;
}
.rs-counter .rs-counter-list .counter-desc {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}