@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,300,300italic,700|Noto+Serif:400,700|Roboto:100,300,400,400italic,500,500italic,700|Roboto+Slab:400,300);
@import url(https://fonts.googleapis.com/css?family=Nothing+You+Could+Do);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
* {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    width: 100%;
    background: #FFF !important;
    overflow-y: scroll;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8em;
}
.container {
    width: 90%;
    margin: 0px auto;
}
.small_name {
    font-size: 20px;
    letter-spacing: 1px;
}

.log img {
    width: 90px;
    float: left;
}

::selection {
    background: #1ABC9C;
    color: #FFF;
    text-shadow: none;
}

.fa-cog {
    font-size: 18px;
    color: #4A4444;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 900ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 900ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.paragraphs ul {
    margin-left: 5%;
    font-size: 16px;
}

.paragraphs {
    text-align: justify;
}

span.space {
    width: 20%;
    display: inline-block;
}

span.left_margin {
    display: inline-block;
    margin-left: 22%;
    margin-top: -3%;
}
@media only screen and (max-width: 670px) {
    .top_heder {
        margin-top: 40%;
    }
    .section_sub_menus h1 {
        color: #DBD4C4 !important;
    }
    .college_info {
        display: none;
    }
    #main-slide .slider-content h3 {
        line-height: normal !important;
    }
    .cd-main-header .navbar-brand1 > img {
        margin: -1% 0 0 -2%;
    }
    .box {
        padding-bottom: 5%;
    }
    .home_fourBoxes {
        margin-top: 0px !important;
    }
    .parallax .box_header p {
        width: 100% !important;
    }
}

@media only screen and (max-width: 670px) {
    span.left_margin {
        display: inline-block;
        margin-left: initial;
        margin-top: initial;
    }
    p.top_news {
        display: none;
    }
}

.justify {
    text-align: justify;
}

p.red {
    color: red;
}

span.dark_blue {
    color: #015d80;
    font-weight: 600;
}

.color {
    color: #0769a5;
}

blockquote {
    background-color: #FFFFFF;
    border-color: rgba(255, 145, 0, 0) !important;
    font-size: 14px !important;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #222;
}

img {
    max-width: 100%;
    height: auto;
}

.img-responsive {
    width: 100% !important;
}

ul,
ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a,
a:hover {
    text-decoration: none !important;
}

i {
    font-size: 1.1em;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

li,
a,
p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-weight: 400;
    line-height: 24px;
}

p {
    margin-bottom: 10px;
}

p strong {
    font-weight: 500;
    color: #545454
}

h1.heading {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #414141;
    text-align: center;
}
p.Subheading {
    text-align: center;
    color: #626262;
    margin-bottom: 20px;
    font-size: 18px;
}
#container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.container1 {
    width: 90% !important;
    margin-right: auto;
    margin-left: auto;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
.no_margin {
    margin: 0px 0 10px 0;
}
.full_width {
    width: 100%;
}
/*------------------------------------------*/

/*       02 - Header & Navigation
/*------------------------------------------*/

header.fixed-header .navbar-default .navbar-nav > li > a {
    padding: 15px 8px 17px 12px;
}

.navbar-brand > img {
    transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
}

header.fixed-header .navbar-brand > img {
    width: 130px;
    transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
}

header.fixed-header {
    position: fixed;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

header.fixed-header .top-bar {
    opacity: .9;
    transition: all 0.6s ease;
}

header.fixed-header .navbar-top {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999999;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

li {
    list-style: none;
}


/*=================== fixed_sub_mebu =============*/

.fixed_short_links .fixed_sub_mebu {
    top: 77px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.fixed_sub_mebu {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.fixed_sub_mebu {
    position: fixed;
    top: 146px;
    background-color: rgba(53, 99, 128, 0.94);
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #000;
}

.bottom_menu {
    width: 960px;
    float: right;
}

.bottom_menu ul {
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    float: right;
    right: 14%;
}

.bottom_menu ul li {
    float: left;
}

.bottom_menu ul li a {
    color: #fff !important;
    display: block;
    font-size: 14px;
    padding: 8px 7px 8px 7px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 400;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
/*=================== fixed_sub_mebu =============*/
.accound_btn a {
    float: left;
    font-size: 14px;
    margin: 12px 8px;
    font-weight: 500;
}
.accound_btn a {
    background-color: #0273B9;
    color: #fff !important;
    padding: 8px 8px;
    border-radius: 4px;
    z-index: 9999999999999999;
    position: relative;
}
header.fixed-header a.normal_header_logo {
    display: none;
}

a.normal_header_logo p span.small_caption {
    font-size: 13px;
    letter-spacing: 0px;
    font-style: italic;
    font-weight: 400;
    color: #455F6F;
}
a.normal_header_logo p {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 33px;
    color: #0B5F93;
    font-family: initial;
    margin: 8px 10px;
}
a.fixed_header_logo {
    display: none;
}

header.fixed-header a.fixed_header_logo {
    display: block;
    width: 85px !important;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

header.fixed-header ul.contact-details {
    opacity: 0;
}

header.fixed-header .navbar-default {
    border-color: transparent !important;
}

header.fixed-header ul.nav.navbar-nav.navbar-right {
    right: 0;
    background: #0e86d0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin: 0px auto !important;
    float: none !important;
    top: -95px;
    max-width: 96%;
    box-shadow: 0px 0px 5px #676767;
}

header.fixed-header ul.nav.navbar-nav.navbar-right li a {
    color: #fff !important;
    font-size: 16px;
}

header.fixed-header ul.nav.navbar-nav.navbar-right li.drop a.main:after {
    color: #ffffff;
}

header.fixed-header .navbar-top {
    position: absolute;
    border-bottom: none;
    box-shadow: none;
    z-index: 99999;
    width: 100%;
    top: 0;
    background: none !important;
}

header.fixed-header .navbar-top,
.navbar-header img,
header.fixed-header .top-bar ul.social-list,
.top-bar .accound_btn {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

header.fixed-header .top-bar .accound_btn {
    left: 204px;
    top: 34px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

header.fixed-header .top-bar ul.social-list {
    opacity: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

header.fixed-header .top-bar .navbar-header img {
    width: 380px !important;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

header.fixed-header .top-bar {
    opacity: 0;
}

.top-bar {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 3px;
}

.top-bar.color-bar {
    border-bottom: 0;
}

.top-bar.color-bar a {
    color: rgba(255, 255, 255, .6);
}

.top-bar.color-bar a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.top-bar.color-bar ul.social-list li a i {
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.top-bar.color-bar ul.social-list li:last-child a i {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.top-bar.color-bar .contact-details li a:before {
    color: rgba(255, 255, 255, .2);
}

.top-bar.dark-bar {
    background-color: #444;
    border-bottom: 0;
}

.top-bar.dark-bar a {
    color: rgba(255, 255, 255, .4);
}

.top-bar.dark-bar a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.top-bar.dark-bar ul.social-list li a i {
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.top-bar.dark-bar ul.social-list li:last-child a i {
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.top-bar.dark-bar .contact-details li a:before {
    color: rgba(255, 255, 255, .2);
}

.top-bar a {
    color: #666;
    text-decoration: none;
}

.top-bar .contact-details li {
    display: inline-block;
}

.top-bar .contact-details li a:before {
    position: relative;
    content: "|";
    font-size: 13px;
    margin: 0 3px;
    top: -1px;
    color: #ddd;
}
.top-bar .contact-details li a:before {
    color: #666;
}
.top-bar .contact-details li:first-child a:before {
    display: none;
}
.top-bar .contact-details li a {
    font-size: 11px;
    display: block;
    line-height: 32px;
}
ul.contact-details {
    margin-bottom: 0px;
	margin-top: -20px;
    padding: 20px 0;
}
p.top_news {
    margin-bottom: 0px;
    padding: 11px 0;
    font-size: 12px;
}
p.top_news span.news_bg {
    background-color: rgb(249, 103, 104);
    color: white;
    padding: 4px 10px;
}
p.top_news span.newscontent_bg {
    padding: 4px 10px;
    background-color: rgb(233, 233, 233);
}
ul.social-list {
    float: right;
    margin-bottom: 0px;
    border-bottom: 1px solid #F2F2F2;
}
ul.social-list li {
    float: left;
}
ul.social-list li a {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
ul.social-list li a:hover {
    color: #fff;
    text-decoration: none;
}
ul.social-list li a.facebook:hover {
    background-color: #507CBE;
}
ul.social-list li a.twitter:hover {
    background-color: #63CDF1;
}
ul.social-list li a.google:hover {
    background-color: #AD1213;
}

ul.social-list li a.youtube:hover {
    background-color: #CB1E20;
}

ul.social-list li a.linkdin:hover {
    background-color: #90CADD;
}

ul.social-list li a.tumblr:hover {
    background-color: #4D7EA3;
}

ul.social-list li a.flickr:hover {
    background-color: #E474AF;
}

ul.social-list li a.instgram:hover {
    background-color: #4D4F54;
}

ul.social-list li a.dribbble:hover {
    background-color: #E46387;
}

ul.social-list li a.vimeo:hover {
    background-color: #87D3E0;
}

ul.social-list li a.skype:hover {
    background-color: #36C4F3
}
ul.social-list li a i {
    font-size: 18px;
    display: block;
    width: 40px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #f2f2f2;
    padding: 5px 0;
}
ul.social-list li:last-child a i {
    border-right: 1px solid #f2f2f2;
}

.navbar {
    margin-bottom: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-brand {
    position: relative;
    transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
}

.navbar-default .navbar-nav {
    margin-right: 0px;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li {
    margin-left: 6px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-default {
    background-color: #fff !important;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.53);
    border-radius: 0px !important;
    border-top: none !important;
}

.navbar-default .navbar-nav > li > a {
    color: #222 !important;
    display: block;
    font-size: 15px;
    padding: 15px 14px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 400;
    text-transform: capitalize;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

a.active {
    border-bottom: 2px solid #fff;
}

.navbar-default .navbar-nav > li > a.active {
    border-bottom: 2px solid #FF9100;
    font-weight: 600;
}

.navbar-default .navbar-nav > li:hover > .dropdown {
    border-top: 2px solid #0B5F93;
    margin-top: -1px;
}

.navbar-default .navbar-nav > li:hover > .dropdown.row {
    border-top: 1px solid #0B5F93;
}

.navbar-default .navbar-nav > li > a i {
    margin: 0 -2px 0 -5px;
}

li.drop a.main:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 4px;
    line-height: 0.5em;
    color: #01436C;
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    top: 100%;
    /*
    left: 0;
    width: 180px;*/
    background-color: #0273B9;
    visibility: hidden;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dropdown.row.small_menu {
    width: 30%;
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
    opacity: 1;
}

.sup-dropdown li {
    position: relative;
    border-top: 1px solid #fff !important;
}

.dropdown li {
    position: relative;
    border-top: 1px solid #07629A;
    border-bottom: 1px solid #1584C7;
}

.dropdown li:first-child,
.sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li:last-child,
.sup-dropdown li:last-child {
    border-bottom: none;
}

.dropdown li:hover::before,
.sup-dropdown li:hover::before {
    width: 100%;
}

.dropdown li:before,
.sup-dropdown li:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background: #FF9100;
    z-index: -1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.dropdown.row .col-md-4 {
    padding: 0 10px 0 0;
}

.dropdown.row .col-md-12 {
    padding: 0;
}

.dropdown li a,
.sup-dropdown li a {
    display: block;
    color: #fff;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    padding: 11px 16px;
    text-decoration: none;
    /* text-transform: capitalize;*/
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}
.dropdown > li:hover > a,
.sup-dropdown li:hover > a {
    padding-left: 18px;
}
.dropdown li a i {
    margin: 0px 5px 0 -5px;
    color: slategrey;
    font-size: 28px;
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
li.drop {
    position: static !important;
}

.dropdown.row {
    right: 0;
    left: 0;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    /* left: 100%; */
    left: 100%;
    right: 0;
    top: 0;
    width: 180px;
    background-color: #019AE8;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}

.search-side {
    position: relative;
    float: right;
    top: 19px;
    right: -15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.show-search {
    position: relative;
    display: block;
    float: right;
}

.show-search i {
    font-size: 1.2em !important;
    display: block;
    color: #666;
    width: 36px;
    height: 36px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    line-height: 36px;
    text-align: center;
    background-color: #f2f2f2;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.show-search:hover i {
    color: #666;
}

.navbar .search-form {
    position: absolute;
    right: 0;
    z-index: 20;
    float: right;
    display: none;
    top: 40px;
}

.navbar .search-form:before {
    background-color: #ccc;
    top: -2px;
    content: '';
    display: block;
    height: 4px;
    width: 4px;
    z-index: 20;
    right: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.navbar .search-form form input {
    border: 2px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 5px 14px;
    z-index: 22;
    color: #9d9d9d;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    box-shadow: none;
}

.navbar .search-form form {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FF7800 !important;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a.active {
    color: #FF4D00 !important;
}


/*================================================== 
     Slideshow
 ================================================== */

@media only screen and (max-width: 1400px) and (min-width: 1250px) {
    ul#cd-primary-nav {
        display: none;
    }
}

@media only screen and (max-width: 691px) and (min-width: 240px) {
    .carousel-inner {
        /* margin-top: 23%; */
    }
    #main-slide .item img {
        height: auto !important;
    }
    #main-slide .slider-content h2 {
        font-size: 18px !important;
    }
    #main-slide .slider-content h3 {
        font-size: 14px !important;
        margin: 3% 0 0 0 !important;
    }
    #main-slide .carousel-indicators {
        display: none !important;
    }
    .paddingTop {
        padding: 22px 15px 20px 15px !important
    }
    .slider-content2 {
        display: none !important;
    }
    h3.animatedd3 span {
        padding: 4px 5px !important;
    }
    h3.animatedd3 span {
        line-height: 2 !important;
    }
}


/*-- Main slide --*/

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*
  background: url(../images/slider/slider2.jpg) fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 330px 0;*/
}

#home {
    display: inline-block;
    width: 100%;
}

.slider_images {
    right: 123px;
    padding: 0;
    position: absolute;
    /*
  width: 100%;
  height: 100%;
  color: #fff;*/
    top: 62px;
}

.slider_images img {
    float: right;
    z-index: 146;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

#main-slide .item img.img-responsive {
    width: 100%;
}

#main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .slider-content {
    top: 34%;
    left: 8%;
    padding: 0;
    position: absolute;
    /*
  width: 100%;
  height: 100%;*/
    color: #fff;
}

#main-slide .slider-content1 {
    top: 18%;
    /*
    margin-top: -70px;*/
    right: 7%;
    padding: 0;
    position: absolute;
    height: 100%;
    color: #fff;
    left: 50%;
}

#main-slide .slider-content3 {
    top: 17%;
    left: 7%;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

#main-slide .carousel-indicators {
    bottom: 30px;
}

.carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 1px !important;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

#main-slide .carousel-control.left span {
    padding: 15px;
}

#main-slide .carousel-control.right span {
    padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
    left: 0;
}

#main-slide .carousel-control .fa-angle-right {
    right: 0;
}

#main-slide .carousel-control i {
    color: #fff;
    line-height: 36px;
    font-size: 48px;
    padding: 40px 40px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide .slider-content h2 {
    font-size: 48px;
    color: #fff !important;
    text-shadow: 1px 3px 3px #000;
    margin-bottom: 20px !important;
    font-weight: 300;
}

h3.animatedd3 {
    font-size: 18px;
    margin: 22px 0;
}

h3.animatedd3 span {
    background-color: rgb(11, 95, 147);
    padding: 10px;
}

#main-slide .slider-content h2 span.small {
    font-size: 31px;
    font-family: inherit !important;
    font-weight: 100;
    color: #000;
    text-shadow: 2px 3px 3px #000;
    display: block;
    margin: 15px 0;
}

.bg_animate {
    background: rgba(255, 255, 255, 0.78);
    display: inline-block;
    text-align: center;
    width: 720px;
}

#main-slide .slider-content3 h2 {
    font-size: 36px;
    font-family: inherit !important;
    font-weight: 100;
    text-transform: uppercase;
    color: #222;
}

#main-slide .slider-content3 h2.white,
#main-slide .slider-content3 h3.white {
    color: #fff;
}

#main-slide .slider-content3 h3 {
    font-size: 27px;
    font-family: inherit !important;
    font-weight: 300;
    margin-top: 35px;
    color: #222;
}

span.skye_blue {
    color: #00a7e1
}

span.violet {
    color: #6a3da3
}

span.orange {
    color: rgb(202, 90, 10);
    text-shadow: -4px 2px 6px #000;
}

span.green {
    color: #025A1A;
    text-shadow: -4px 2px 6px #000;
}

.slider.btn {
    padding: 10px 40px;
    margin-top: 40px;
    font-size: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
}

.slider.btn.btn-default {
    margin-left: 4px;
    background: #ECECEC
}

.slider.btn.btn-default:hover {
    background: #000;
    color: #fff;
}

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}

.slider-content-right {
    position: relative;
}

.slider-content1 p {
    color: #000;
    padding: 40px;
    position: relative;
    text-align: center;
    font-size: 36px;
}

.slider-content1 p span.color1 {
    background: rgba(255, 139, 0, 0.62);
    padding: 2% 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slider-content1 span.color2 {
    background: rgba(211, 192, 161, 0.84);
    padding: 2% 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slider-content1 span.color3 {
    background: rgba(164, 208, 200, 0.84);
    padding: 2% 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slider-content2 img.img1 {
    position: relative;
    top: 27%;
    left: -27%;
}

.slider-content2 img.img2 {
    position: relative;
    top: 6%;
    left: -59%;
}

.slider-content2 img.img3 {
    position: relative;
    top: 8%;
    left: 27%;
}

.slider-content2 img.img4 {
    position: relative;
    top: 37%;
    left: -22%;
}

.slider-content2 img.img5 {
    position: relative;
    top: 44%;
    left: -54%;
}

.slider-content2 {
    top: 6%;
    left: 7%;
    padding: 0;
    position: absolute;
    height: 100%;
    color: #fff;
}


/*-- Animation --*/

.carousel .item.active span.color2.animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 800ms both;
    animation: bounceInLeft 1s ease-in-out 800ms both;
}

.carousel .item.active .slider-content2 span.animated7 {
    -webkit-animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 200ms both;
    animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 200ms both;
}

.carousel .item.active .slider-content2 span.animated7a {
    -webkit-animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 800ms both;
    animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 800ms both;
}

.carousel .item.active .slider-content2 span.animated7b {
    -webkit-animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 500ms both;
    animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 50ms both;
}

.carousel .item.active .slider-content2 span.animated7c {
    -webkit-animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 1100ms both;
    animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 1100ms both;
}

.carousel .item.active .slider-content2 span.animated7d {
    -webkit-animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 1400ms both;
    animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 1400ms both;
}

.carousel .item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active span.color2.animated5 {
    -webkit-animation: bounceInRight 1s cubic-bezier(0, 0.97, 0.58, 1) 500ms both;
    animation: bounceInRight 1s cubic-bezier(0, 0.97, 0.58, 1) 500ms both;
}

.carousel .item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
    -webkit-animation: fadeInDown 1s ease-in 1000ms both;
    animation: fadeInDown 1s ease-in 1000ms both;
}


/*===========================Gallery=======================================*/

.gallery_page {
    padding: 9% 0;
}

.grid {
    position: relative;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.nvr-pf-box {
    border: 0px !important;
    position: relative;
    overflow: hidden;
    transition: background-color ease-out 0.25s, border ease-out 0.25s;
    -moz-transition: background-color ease-out 0.25s, border ease-out 0.25s;
    -webkit-transition: background-color ease-out 0.25s, border ease-out 0.25s;
    -o-transition: background-color ease-out 0.25s, border ease-out 0.25s;
}

.nvr-pf-img:before {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.nvr-pf-img::before {
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
    height: 87px;
    position: absolute;
    /*top: 20px; */
    top: 227px;
    right: 20px;
    /* bottom: 20px; */
    bottom: 33px;
    left: 20px;
    content: '';
}

.nvr-pf-img::before {
     /* background-color: #000; */
}

.nvr-pf-box:hover .nvr-pf-img::before {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nvr-pf-box:hover .nvr-pf-img a.img_gotospot {
    opacity: 0.9;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nvr-pf-img figure img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    /*  
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
    transition: .3s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: .3s cubic-bezier(1, 0, .5, 1);
    -ms-transition: .3s cubic-bezier(1, 0, .5, 1);
}

.nvr-pf-box:hover .nvr-pf-img figure img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.nvr-pf-box:hover .nvr-pf-text {
    opacity: 1;
}

.nvr-pf-text h2.nvr-pf-title {
    /* font-size: 24px; */
    background: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 0px;
   /* padding: 0px 0px 14px 0px; */
   padding: 0px 60px 0px 60px;
    display: block;
    text-align: center;
    color: #fff !important;
}

.nvr-pf-img .nvr-pf-text {
    position: absolute;
    /* bottom: 60%; */
    bottom: 0;
    width: 100%;
    border-width: 0px;
    left: 0px;
    z-index: 9999999;
    margin-bottom: 0px;
    opacity: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: opacity ease-out 0.5s;
    -moz-transition: opacity ease-out 0.5s;
    -webkit-transition: opacity ease-out 0.5s;
    -o-transition: opacity ease-out 0.5s;
}

.nvr-pf-img a.img_gotospot i.fa.fa-camera-retro {
    font-size: 48px;
    position: relative;
    top: 6px;
    left: 0;
    color: #fff;
}

.nvr-pf-img a.img_gotospot.g_list {
    left: 36%;
}

.nvr-pf-img a.img_gotospot {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 29%;
    margin-top: -30px;
    cursor: pointer;
    font-size: 20px;
    line-height: 59px;
    text-align: center;
    text-transform: uppercase;
    z-index: 200;
    opacity: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    color: #FAFDFF;
    font-family: "Trebuchet_MS", Arial, Helvetica, sans-serif;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.gallery {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.blueimp-gallery>.slides>.slide img.poup {
    background: white;
    padding: 10px 50px 63px 50px;
    border-radius: 15px 15px 0 0;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*===========================Gallery=======================================*/

@charset "UTF-8";
.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content {
    margin: 10% auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery>.slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery-carousel>.slides {
    position: absolute
}

.blueimp-gallery>.slides>.slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(0.645, .045, .355, 1)
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.blueimp-gallery>.slides>.slide-loading {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
    opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
    background: url(../img/error.png) center no-repeat
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
    display: none
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -23px;
    -moz-box-sizing: content-box;
    -moz-border-radius: 23px;
    opacity: .5;
    cursor: pointer;
    display: none;
}

.blueimp-gallery>.prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #00A5FF;
}

.blueimp-gallery>.next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #00A5FF;
}

.blueimp-gallery>.prev {
    font-size: 90px;
}

.blueimp-gallery>.next {
    left: auto;
    right: 15px;
    font-size: 90px;
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: none
}

.blueimp-gallery>.close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer
}

.blueimp-gallery>.play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(../img/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: .5;
    display: none
}

.blueimp-gallery-playing>.play-pause {
    background-position: -15px 0
}

.blueimp-gallery>.prev:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery> .close:hover,
.blueimp-gallery>.title:hover,
.blueimp-gallery>.play-pause:hover {
    color: #fff;
    opacity: 1
}

.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.title,
.blueimp-gallery-controls>.play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
    display: none
}

.blueimp-gallery>.slides>.slide>.slide-content,
.blueimp-gallery>.prev,
.blueimp-gallery>.next,
.blueimp-gallery>.close,
.blueimp-gallery>.play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@charset "UTF-8";
.blueimp-gallery>.indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none
}

.blueimp-gallery>.indicator>li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, .25)center no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    opacity: .5;
    cursor: pointer
}

.blueimp-gallery>.indicator>li:hover,
.blueimp-gallery>.indicator>.active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1
}

.blueimp-gallery-controls>.indicator {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.indicator {
    display: none
}

.blueimp-gallery>.indicator {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

*+html .blueimp-gallery>.indicator>li {
    display: inline
}

@charset "UTF-8";
.blueimp-gallery>.slides>.slide>.video-content>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.video-content>a:hover {
    opacity: 1
}

.blueimp-gallery>.slides>.slide>.video-playing>a,
.blueimp-gallery>.slides>.slide>.video-playing>img {
    display: none
}

.blueimp-gallery>.slides>.slide>.video-content>video {
    display: none
}

.blueimp-gallery>.slides>.slide>.video-playing>video {
    display: block
}

.blueimp-gallery>.slides>.slide>.video-loading>a {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
    background-image: url(../img/video-play.svg)
}

*+html .blueimp-gallery>.slides>.slide>.video-content {
    height: 100%
}

*+html .blueimp-gallery>.slides>.slide>.video-content>a {
    left: 50%;
    margin-left: -64px
}


/*=================MOBILE MENU===================*/


/* -------------------------------- 

Main components 

-------------------------------- */

.cd-main-header {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.cd-main-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

@media only screen and (max-width: 960px) {
    .navbar-header .navbar-brand img,
    ul.social-list {
        display: none;
    }
    .hat {
        padding: 199px 0 40px 40px;
    }
    .blueimp-gallery>.slides>.slide>.slide-content {
        margin: 50% auto;
    }
}

@media only screen and (max-width: 1169px) {
    .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }
    .nav-on-left .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }
}

.cd-main-header {
    /* height: 50px; */
    z-index: 3;
}

.nav-is-fixed .cd-main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.cd-logo {
    position: absolute;
    top: 12px;
    left: 5%;
}

.cd-logo img {
    display: block;
}

@media only screen and (max-width: 1169px) {
    .nav-on-left .cd-logo {
        left: auto;
        right: 5%;
    }
}

.cd-header-buttons,
.loginBt {
    position: absolute;
    display: inline-block;
    top: 3px;
    right: 5px;
}

.cd-header-buttons li,
.loginBt li {
    display: inline-block;
}

@media only screen and (max-width: 1169px) {
    .nav-on-left .cd-header-buttons,
    .nav-on-left .loginBt {
        right: auto;
        left: 5%;
    }
    .nav-on-left .cd-header-buttons li,
    .nav-on-left,
    .loginBt li {
        float: right;
    }
}

.cd-search-trigger,
.cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent !important;
    z-index: 3;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-search-trigger::before {
    /* lens */
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #2e3233;
}

.cd-search-trigger::after {
    /* handle */
    height: 3px;
    width: 8px;
    background: #2e3233;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search-trigger span {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #2e3233;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
    /* hide search icon */
    opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
    /* show close icon */
    opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #0B5F93;
}

.cd-nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}

.cd-nav-trigger span::before {
    /* menu icon top line */
    top: -6px;
}

.cd-nav-trigger span::after {
    /* menu icon bottom line */
    top: 6px;
}

.cd-nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(46, 50, 51, 0);
}

.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: #2e3233;
}

.cd-nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.cd-nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media only screen and (min-width: 1290px) {
    .cd-nav-trigger,
    .cd-main-header {
        display: none;
    }
}

.cd-primary-nav,
.cd-primary-nav ul {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: #2e3233;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-primary-nav a,
.cd-primary-nav ul a {
    display: block;
    height: 50px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #3a3f40;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.cd-primary-nav.is-hidden,
.cd-primary-nav ul.is-hidden {
    /* secondary navigations hidden by default */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-primary-nav.moves-out > li > a,
.cd-primary-nav ul.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

@media only screen and (max-width: 1169px) {
    .nav-on-left .cd-primary-nav,
    .nav-on-left .cd-primary-nav ul {
        right: auto;
        left: 0;
    }
}

.cd-primary-nav .see-all a {
    /* different style for the See all button on mobile and tablet */
    color: #69aa6f;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item,
.cd-primary-nav .cd-nav-icons .cd-nav-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3,
.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
    padding-left: 90px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item {
    padding-left: 75px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
    color: #2e3233;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
    background-image: url("../img/line-icon-1.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
    background-image: url("../img/line-icon-2.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
    background-image: url("../img/line-icon-3.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
    background-image: url("../img/line-icon-4.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
    background-image: url("../img/line-icon-5.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
    background-image: url("../img/line-icon-6.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
    background-image: url("../img/line-icon-7.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
    background-image: url("../img/line-icon-8.svg");
}

@media only screen and (max-width: 1169px) {
    .cd-primary-nav {
        /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
    }
    .cd-primary-nav.nav-is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }
}

.has-children > a,
.go-back a {
    position: relative;
}

.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-children > a::before,
.go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children > a::after,
.go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.has-children > a {
    padding-right: 40px;
}

.has-children > a::before,
.has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
    padding-left: 40px;
}

.cd-primary-nav .go-back a::before,
.cd-primary-nav .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.cd-search {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search form {
    height: 100%;
    width: 100%;
}

.cd-search input {
    border-radius: 0;
    border: none;
    background: #ffffff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.cd-search input::-webkit-input-placeholder {
    color: #c9cbc4;
}

.cd-search input::-moz-placeholder {
    color: #c9cbc4;
}

.cd-search input:-moz-placeholder {
    color: #c9cbc4;
}

.cd-search input:-ms-input-placeholder {
    color: #c9cbc4;
}

.cd-search input:focus {
    outline: none;
}

.cd-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.nav-is-fixed .cd-search {
    position: fixed;
}

.cd-overlay {
    /* shadow layer visible when navigation is active */
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(105, 170, 111, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

.cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

@media only screen and (max-width: 1170px) {
    .cd-overlay.is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }
    .nav-on-left .cd-overlay.is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }
    .cd-overlay.is-visible.search-is-visible,
    .nav-on-left .cd-overlay.is-visible.search-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


/* -------------------------------- 

support for no js 

-------------------------------- */

.no-js .cd-primary-nav {
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
    visibility: visible;
    z-index: 2;
}

.no-js .cd-search {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
}


/*=================MOBILE MENU===================*/

.zoom {
    position: relative;
    overflow: hidden;
}

.zoom img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.zoom:hover img {
    -webkit-transform: rotate(2deg) scale(1.1, 1.1);
    -moz-transform: rotate(2deg) scale(1.1, 1.1);
    -ms-transform: rotate(2deg) scale(1.1, 1.1);
    transform: rotate(2deg) scale(1.1, 1.1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.separator {
    display: inline-block;
    margin-bottom: 30px;
}


/*====================== GOOGLE MAP ==================*/


/* Flexible iFrame */

@media only screen and (max-width: 690px) {
    .Flexible-container {
        padding-bottom: 100% !important;
    }
}

.Flexible-container {
    position: relative;
    padding-bottom: 27.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}


/*====================== GOOGLE MAP ==================*/

.contact-maps-wrap {
    position: relative;
}

.contact-maps-wrap #gmaps {
    width: 100%;
    height: 400px;
}


/* Locations wrap */

#location-wrap {
    margin-top: 90px;
}

#gmaps {
    width: 360px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

#main-map-text {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 1.2em;
}


/*--==============================CONTACT FORM=========================*/

.contact-form label,
.wpcf7-form label {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    display: none;
}

.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=url],
.contact-form input[type=email],
.contact-form input[type=number],
.contact-form input[type=range],
.contact-form textarea,
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=url],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=range],
.wpcf7-form textarea {
    padding: 16px;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    line-height: 24px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

input,
textarea {
    background: #FDFDFD;
    color: #48484A;
    border: solid 1px #9CBFFB;
    padding: 10px 10px;
}

.contact_paralax a {
    color: #00A685;
}

.contact-button {
    background-color: #565656;
    border: 2px solid #565656;
    border-radius: 5px;
    color: white;
    padding: 20px 40px;
}

.mail span {
    width: 40%;
    float: left;
}

.contact-button:hover {
    background-color: #494646;
    border: 2px solid #494646;
}

#contact-form .row {
    margin-bottom: 20px;
}

#contact-form {
    margin-top: 10px;
    margin-bottom: 10%;
}


/*==================== IMPORTANT CSS3 ====================*/


/*=================           ==================/
                    Important
===================           ==================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif !important;
    margin: 0px !important;
}

section.home_news_area {
    padding: 40px 0px;
}

.owl-wrapper-outer {
    padding: 12px 0;
    cursor: e-resize;
}

.news_h3 {
    padding: 0px;
    /*background-color: #0B5F93;*/
}

#demo {
    border: 1px solid #0B5F93;
    cursor: move;
    background-color: #0B5F93;
    border-right: 0;
}

div#owl-demo {
    background-color: #fff;
    width: 100%;
}

.news_h3 h3 {
    color: #0b5f93;
    line-height: 90px;
    text-align: center;
    padding-left: 10px;
}

.home_welcome_intro {
    padding: 20px;
    border: 1px solid #0B5F93;
    box-sizing: border-box;
    display: inline-block;
}

.welcome_intro h3,
.home_welcome_intro h3 {
    font-weight: 500;
    color: #0a0a0a;
    margin-bottom: 26px !important;
}

.welcome_intro.col-md-7 h3 {
    margin-bottom: 10px !important;
}

.welcome_intro.right_one p {
    margin-bottom: 0px;
}


/*=================OVERLAY====================*/

.course_img .overlay:before,
.course_img .overlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    top: 0;
    background-color: rgba(0, 157, 255, 0.79);
    opacity: 1;
    z-index: -1;
    -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.5s ease-in-out;
}

.course_img .overlay {
    background-color: transparent;
    opacity: 0;
    padding: 25px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    -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;
    text-align: center;
}

.course_img .overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
    border: 1px solid #fff;
    padding: 5px 15px;
    line-height: 19px;
}

.course_img .overlay a:hover {
    background-color: #064A74;
    border: 1px solid #080903;
}

.overlay:before,
.overlay:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: rgba(0, 0, 0, .56);
    -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;
    z-index: -1;
}

.course_img .overlay:before {
    left: -50%;
}

.course_img .overlay:after {
    right: -50%;
}

.course_img:hover .overlay:before {
    left: 0;
}

.course_img:hover .overlay:after {
    right: 0;
}

.course_img:hover .overlay {
    opacity: 1;
}

.course_img:hover .overlay a {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}


/*===============OVERLAY===================*/

.home_bg1 {
    padding-top: 0px;
    padding-bottom: 0px;
    background: url(../images/bg-element-1.jpg) fixed;
    background-size: cover;
}

section.governing_body {
    /* padding: 90px 0; */
    padding: 30px 0 50px 0;
    background: url(../images/bg-element-2.jpg) center bottom scroll;
    background-size: cover;
}

section.virtual_tour h1 {
    font-size: 48px;
}

section.virtual_tour {
    padding: 50px 0;
    background: url(../images/paralax.jpg);
    margin-top: -5px;
    /*background-repeat: no-repeat;*/
    background-position: 0 50%;
}

section.parallax2 {
    padding: 50px 0;
    background: url(../images/paralax1.jpg) fixed;
    margin-top: -5px;
   /*background-repeat: no-repeat;*/
}

.bg-holder {
    width: 100%;
    height: 80%;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
}

#owl-demo-gov .item {
    margin: 15px;
}

#owl-demo-gov .owl-controls.clickable {
    /* display: block !important; */
    position: absolute;
    top: -28%;
    right: 0;
}

#owl-demo-gov .owl-controls.clickable .owl-pagination {
    display: none !important;
}

#owl-demo-gov .item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1 ease-in-out;
    transition: all 1s ease-in-out;
    border-radius: 10px 10px 0 0px;
    box-shadow: 5px 4px 8px rgba(0, 0, 0, 0.73);
}

.governing_title h4 a,
.governing_title h4 {
    font-family: "Roboto Slab", sans-serif !important;
    font-size: 18px;
    line-height: 24px;
    color: #111;
    margin: 0;
    font-weight: 400;
}

.governing_title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../images/bottomline.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    top: 10px;
    left: 0;
}

.governing_title {
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.governing_title p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0B9EF9;
}

#owl-demo-gov .item img:hover {
    box-shadow: none;
    -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;
}

.button a {
    background-color: #0B5F93;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 4px;
    border-bottom: 4px solid #023757;
}

.button {
    position: relative;
    top: 27px;
    left: 35%;
}

.main_title.center h1 span {
    position: relative;
}

.main_title.center h1 span:after {
    position: absolute;
    content: '';
    background-image: url("../images/bgpng.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    top: 0;
    left: 98%;
    bottom: 4px;
    right: -67px;
}

.main_title.center {
    text-align: center;
    padding-bottom: 50px;
}

.main_title h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: lighter;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

.main_title h3 {
    font-size: 18px;
    font-weight: 500;
}

.padding {
    padding: 90px 0;
}

.course_textarea {
    padding: 20px 20px 50px 20px;
    border: 1px solid #7FA2B8;
    border-top: none;
    background-color: #fff;
    min-height: 225px;
}

.course_textarea1 {
    padding: 20px 20px 50px 20px;
    border: 1px solid #7FA2B8;
    /* border-top: none; */
    background-color: #fff;
    min-height: 160px;
    margin-bottom: 15px;
}


.course_textarea2 {
    border-bottom: 1px solid #7FA2B8;
}

.course2:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}


.course:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.course_textarea h4 {
    color: #594F40;
    margin-bottom: 10px !important;
}

.course_textarea p {
    text-align: justify;
}

.course_ul span {
    margin: 0 9px;
    position: relative;
}

.course_ul span:before {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #767676;
    content: "";
    border-radius: 100%;
    left: -12px;
    top: 7px;
}

.course_ul {
    color: #594F40
}

.home_total_info {
    text-align: center;
}

.home_total_info i.fa {
    font-size: 36px;
}

.home_total_info h1 {
    font-size: 48px;
}

.home_total_info p {
    font-size: 14px;
    color: #fff;
}

.testimonial_photo {
    line-height: 0;
    margin-bottom: 1em;
    text-align: center;
}

.testimonial_photo img {
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .08);
    height: auto;
    max-width: 150px;
}

.testimonial {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 2em auto;
    max-width: 770px;
    padding: 0;
    text-align: center;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
}

.testimonial_person {
    text-align: center;
}

.testimonial_name {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.testimonial_class {
    color: #636363;
    font-weight: 400;
    font-size: 16px;
}

#owl-demo-testimonials .owl-controls.clickable {
    display: block !important;
}

#owl-demo-testimonials .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 3px solid #ccc;
}

#owl-demo-testimonials .owl-controls .owl-page.active span,
#owl-demo-testimonials .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background-color: #149dd2;
}

.testimonial_section {
    background-color: #F5F5F5;
}

.home_gallery .button_transparent {
    margin-top: 33px;
}

.home_gallery:after {
    content: "";
    display: block;
    position: absolute;
    top: -82px;
    right: 70%;
    background: url(../images/students.png) no-repeat left top;
    left: 20px;
    bottom: 0;
}

.home_gallery {
    padding: 35px 0;
    position: relative;
    background-color: #0E86D0;
}

.home_gallery h3 {
    font-family: "Roboto Slab", sans-serif !important;
    font-size: 30px;
    color: #FFF;
    margin: 0;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.84);
}

.home_gallery p {
    font-family: "Roboto Slab", sans-serif !important;
    color: #000;
    font-weight: 400;
    margin: 10px 0 0 10%;
}

.home_gallery h3 span {
    font-size: 42px;
    margin-right: 15px;
}

.home_gallery p.button_transparent a {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 400;
}

@media only screen and (max-width:690px) {
    .home_gallery:after {
        display: none;
    }
}


/*===================Footer================*/

.footer-wrapper {
    background-color: #333;
    color: #bfbfbf;
    box-shadow: 0px -3px 6px rgba(8, 8, 8, 0.38);
}

.footer-container h3 {
    font-family: 'Georgia';
    font-size: 19px;
    margin-bottom: 25px;
    color: #fff !important;
}

.footer-container .posts {
    padding: 0 0 0 20%;
}

.footer-container ul.posts_recent li:before {
    content: "\f105";
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 21%;
    display: block;
    height: 20px;
    width: 20px;
    margin-top: -1px;
}

.footer-wrapper a {
    color: #fff;
    cursor: pointer;
}

.footer-container ul.posts_recent li {
    margin-bottom: 10px;
    padding-left: 25px;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #363636;
    font-size: 18px;
}

.footer-container {
    padding: 60px 0;
}

.footer-container p {
    font-size: 14px;
    color: #9b9b9b;
    text-align: justify;
    font-weight: 300;
}

.copyright-wrapper {
    background-color: #4de59c;
    border-color: #828282;
    color: #000;
    font-size: 16px;
}

.copyright-left {
    margin: 0px 15px;
    float: left;
}

.copyright-right {
    margin: 0px 15px;
    float: right;
}

.copyright-container {
    padding: 15px 0px;
}

.posts a.tag_link:hover {
    background: #262626;
    border: 1px solid white;
    color: white;
}

.posts a.tag_link {
    cursor: pointer;
    color: white;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    background: none;
    border: 1px solid #797676;
    background: #5F5F5F;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.contact p {
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.contact p strong {
    color: #F2F2F2;
    font-weight: 400;
}

.contact .links li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.contact .links li a {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.links li a i {
    top: 13px;
    position: relative;
    left: 2px;
}

.contact .links a:hover {
    background-color: #222;
}

.footer_news ul li a:before {
    color: #999;
    content: '\f0f6';
    font-family: 'FontAwesome';
    margin-right: 8px;
}

.footer_news ul li a {
    display: inline-block;
}

.footer_news ul li:first-child {
    border-top: none;
}

.footer_news ul li {
    border-top: 1px solid #444;
    margin-top: 8px;
    padding-top: 8px;
    line-height: 25px;
}

.footer_news ul li .post-date {
    color: #999;
    display: block;
    font-size: .96em;
}

@media only screen and (min-width:990px) {
    .loginBt i.fa.fa-user {
        font-size: 32px;
        color: #002B45;
    }
    .navbar.navbar-default.navbar-top .loginBt {
        right: 45px;
        top: 12px;
    }
    header.fixed-header .navbar.navbar-default.navbar-top .loginBt {
        right: 45px;
        top: 12px;
    }
}

@media only screen and (max-width:990px) {
    .navbar-header.mob {
        display: none;
    }
    ul.contact-details {
        display: none;
    }
    .navbar-default {
        border-color: transparent !important;
        box-shadow: none !important;
    }
    a.normal_header_logo p {
        /* top: 10px; */
        /* right: 0%; */
        font-size: 18px;
        /* left: 24%; */
        line-height: 18px;
        /* letter-spacing: 0px; */
        /* width: 55%; */
    }
    .accound_btn {
        position: absolute;
        left: 82%;
        top: 63px;
    }
    .cd-header-buttons {
        top: -73px;
        right: 1%;
    }
    .loginBt {
        top: -36px;
    }
    header.fixed-header .navbar.navbar-default.navbar-top .loginBt {
        right: 18%;
        top: 12px;
        display: none;
    }
    .loginBt i.fa.fa-user {
        font-size: 32px;
        color: #ffffff;
    }
    .accound_btn a {
        padding: 5px 10px;
        font-size: 12px;
    }
    header.fixed-header .top-bar .accound_btn {
        left: 221px;
        top: 25px;
        z-index: 9999;
    }
    header.fixed-header .navbar.navbar-default.navbar-top {
        background-color: #fff !important;
    }
    header.fixed-header a.fixed_header_logo {
        width: 49px !important;
        margin: 0px 0px 0px 5%;
    }
    a.navbar-brand1.normal_header_logo img {
        width: 86px !important;
    }
    a.normal_header_logo p span.small_caption {
        font-size: 12px;
    }
    .mob_separator {
        display: inline-block;
    }
    .slider_images img {
        margin-right: -41%;
    }
    #main-slide .slider-content {
        bottom: 232px;
    }
    h3.animatedd3 span {
        line-height: 3;
    }
}

@media only screen and (max-width:690px) {
    #main-slide .carousel-control .fa-angle-left,
    #main-slide .carousel-control .fa-angle-right {
        top: 50px;
    }
    #main-slide .carousel-control i {
        font-size: 28px;
        padding: 7px 16px;
    }
    .trigger {
        width: 100% !important;
    }
    /*.log {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0px;
        z-index: 99999;
        box-shadow: 0 0 4px rgb(23, 22, 20),0 4px 8px rgb(19, 17, 15) !important;
        background: #ffffff;
    }*/
}


/* ----------------------------------------------------------------
    Go To Top
-----------------------------------------------------------------*/

.icon-angle-up:before {
    content: "\f106";
    font-family: FontAwesome;
}

#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #ddd;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #000;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.stretched #gotoTop {
    bottom: 30px;
}

#gotoTop:hover {
    background-color: #ff7d00;
}

.course:hover p.more_info a {
    color: #fff;
}

.course:hover p.more_info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background: #02b98d;
    color: #fff;
}

p.more_info {
    opacity: 1;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.course p.more_info {
    margin: 10px 0 0 0;
    padding: 3px 8px;
    position: absolute;
    right: 8%;
    border: 1px solid #02b98d;
}

@media only screen and (max-width:290px) {
    #main-slide .slider-content {
        top: 12% !important;
    }
    a.navbar-brand1.normal_header_logo img {
        width: 67px !important;
    }
    .cd-main-header .navbar-brand1 > img {
        margin: 2% 0 0 -2%;
    }
    a.normal_header_logo p {
        top: 4px;
        left: 22%;
    }
    header.fixed-header .top-bar .accound_btn {
        left: 178px;
    }
    .trigger {
        width: 100% !important;
    }
}


/*=============Humaan================*/

section.quick_links {
    width: 100%;
    height: 100px;
    background: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.trigger {
    width: 25%;
    float: left;
    position: relative;
    height: 100%;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.feature.show {
    opacity: 1;
}

.cover.right h3 {
    font-weight: 600;
    float: left;
    margin-left: 25px;
}

.cover h3 {
    font-family: 'Nothing You Could Do', cursive !important;
    font-size: 22px;
    color: #FFF;
    font-weight: 400;
    float: right;
    margin: 40px 19px 0 0;
}

.feature {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity 1.5s ease-in-out;
    transition: transform .4s ease-in-out, opacity 1.5s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(0deg) translateZ(0);
    transform: rotateX(0deg) translateZ(0);
}

.face {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.feature .face {
    background: #e73692;
    -webkit-transform: rotateX(0deg) translateZ(50px);
    transform: rotateX(0deg) translateZ(50px);
    -webkit-transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    background: #111;
}

.feature .face img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 80px;
    margin-top: -40px;
    margin-left: -90px;
}

.feature.one .face {
    background: #111 url(../images/thumb-met.jpg) no-repeat left bottom;
}

.feature.one .face:after {
    background: url(../images/thumb-met-ext.png) no-repeat left top;
}

.feature.two .face {
    background: #111 url(../images/thumb-sports.jpg) no-repeat left bottom;
}

.feature.two .face:after {
    background: url(../images/thumb-sports.png) no-repeat left top;
}

.feature.right1 .face {
    background: #111 url(../images/lab.jpg) no-repeat right bottom;
}

.feature.right1 .face:after {
    background: url(../images/lab.png) no-repeat right top;
}

.feature.right2 .face {
    background: #111 url(../images/activties.jpg) no-repeat right bottom;
}

.feature.right2 .face:after {
    background: url(../images/activties.png) no-repeat right top;
}

.feature .face:after {
    width: 100%;
    height: 58px;
    content: "";
    display: block;
    position: absolute;
    top: -55px;
    right: 0;
}

.feature .face.hover {
    box-shadow: inset 0px -30px 100px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg) translateZ(50px);
    transform: rotateX(-90deg) translateZ(50px);
    overflow: hidden;
}

.feature .face.hover .info {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 15px 30px;
    box-sizing: border-box;
}

.trigger:hover .feature,
.stick .feature {
    -webkit-transform: rotateX(90deg) translateZ(0);
    transform: rotateX(90deg) translateZ(0);
    bottom: 10px;
}

.feature .face.hover .info strong {
    color: #fff;
}


/*=============End Humaan================*/

.parallax-window {
    /* min-height: 400px; 
	min-height: 200px;*/
    min-height: 300px;
    background: transparent;
}

.parallax-mirror:first-child {
    top: 165px;
}

span.home {
    color: #000;
    font-family: cursive;
    font-weight: 600;
}
span.page {
    color: #000;
    font-family: "Lato";
    font-weight: 600;
}
span.page:before {
    padding: 0 5px;
    color: #fe0133;
    content: "/\00a0";
}
span.pageCurrent {
    color: #FFFFFF;
    font-family: "Lato";
    font-weight: 400;
}
span.pageCurrent:before {
    padding: 0 5px;
    color: #fe0133;
    content: "/\00a0";
}
.inner_subtitle {
    border-top: 1px solid #76501A;
    position: relative;
    background-color: #179bd7;
    top: 0;
    padding-bottom: 8px;
}
.innerPageName h2 {
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.84);
    font-size: 16px;
    margin-top: 30px !important;
    float: right;
    color: #000;
}
.innerPageName,.breadcrumb {
    vertical-align: middle;
    color: #fff;
}
.breadcrumb {
    padding: 0 0 10px 0 !important;
    position: relative;
    margin-bottom: 0px !important;
    background-color: transparent !important;
    border-radius: 0px !important;
}
section.inner_content h2 span {
    border-bottom: 1px solid #0B5F93;
    padding-bottom: 10px;
}
section.inner_content h2 {
    color: #222;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 20px !important;
}
section.inner_content {
    padding: 60px 0px;
}
section.inner_content p {
    color: #222;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
section.inner_content h4:before {
    content: "\f123";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    color: #02b98d;
}
section.inner_content h4 {
    color: #0B5F93;
    margin-bottom: 10px !important;
}
section.inner_content h4:before {
    -webkit-animation-name: rotate !important;
    -webkit-animation-duration: 1000ms !important;
    -webkit-animation-iteration-count: infinite !important;
    -webkit-animation-timing-function: linear !important;
    -moz-animation-name: rotate !important;
    -moz-animation-duration: 1000ms !important;
    -moz-animation-iteration-count: infinite !important;
    -moz-animation-timing-function: linear !important;
    -ms-animation-name: rotate !important;
    -ms-animation-duration: 1000ms !important;
    -ms-animation-iteration-count: infinite !important;
    -ms-animation-timing-function: linear !important;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg) !important;
    }
    to {
        -webkit-transform: rotateY(360deg) !important;
        -moz-transform: rotateY(360deg) !important;
        -ms-transform: rotateY(360deg) !important;
        -o-transform: rotateY(360deg) !important;
        transform: rotateY(360deg) !important;
    }
}
p.button_transparent {
    text-align: center;
}
p.button_transparent a {
    padding: 10px 20px;
    border: 1px solid #02b98d;
    color: #34343C;
    position: relative;
    z-index: 1;
}
p.button_transparent a:hover {
    /*
    background-color: #176798;*/
    color: #fff;
}
p.button_transparent a:hover::before {
    width: 101%;
}
p.button_transparent a:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0B5F93;
    z-index: -1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
ul.content_list {
    color: #222;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    font-weight: 400;
}
ul.content_list li:before {
    content: "\f005";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    color: #009DFF;
}
ul.content_list li:before {
    -webkit-animation-name: spin1 !important;
    -webkit-animation-duration: 1000ms !important;
    -webkit-animation-iteration-count: infinite !important;
    -webkit-animation-timing-function: linear !important;
    -moz-animation-name: spin1 !important;
    -moz-animation-duration: 1000ms !important;
    -moz-animation-iteration-count: infinite !important;
    -moz-animation-timing-function: linear !important;
    -ms-animation-name: spin1 !important;
    -ms-animation-duration: 1000ms !important;
    -ms-animation-iteration-count: infinite !important;
    -ms-animation-timing-function: linear !important;
}
@-webkit-keyframes spin1 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
/*==========Side Area===================*/
.side_area .widget {
    border: 1px solid #02b98d;
    /* border-radius: 7px; */
    padding: 20px 20px 1em;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.side_area .widget-title {
    border-bottom: 1px solid #02b98d;
    font-size: 1em;
    line-height: 1.4em;
    margin: -20px -20px 2em -20px;
    padding: 12px 20px;
    text-transform: uppercase;
}

.widget ul {
    list-style: none;
    margin: 0 0 1em 0;
}

.side_area .widget_recent_entries a {
    color: #222;
}

.widget_recent_entries a:before {
    content: "\f0f6";
    color: #02b98d;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 8px;
}

.widget span.post-date {
    color: #999;
    display: block;
    font-size: .96em;
}

.widget_recent_entries ul li:first-child {
    border-top: none;
}

.widget_recent_entries ul li {
    border-top: 1px solid #02b98d;
    margin-top: 8px;
    padding-top: 8px;
}

.side_area hr {
    border: 0;
    background: transparent;
    border-top: 1px solid #02b98d;
    border-bottom: 1px solid #02b98d;
    height: 3px;
    margin: 1.5rem 0;
}

span.bule {
    color: #02b98d;
}

.yellow {
    color: #fcff00;
}

.tabCollegename {
    display: none;
}

@media only screen and (max-width:1100px) {
    .menu_container {
        display: none;
    }
}

@media (min-width: 1199px) and (max-width: 1600px) {
    .cd-main-header {
        display: none;
    }
}

@media (min-width: 542px) and (max-width: 1199px) {
    a.normal_header_logo p {
        left: 13% !important;
        width:
    }
    .smallTab {
        font-size: 36px !important;
        line-height: 34px !important;
    }
    span.small_caption {
        font-size: 18px !important;
        line-height: 24px !important;
    }
}


/*=============14/07/2015=====================*/


/***********pagination************/

.paginationClass {
    float: left;
    width: 700px;
    color: #FFFFFF;
    padding: 20px 0px;
    text-align: center;
}

.currentpage {
    float: left;
    width: 21px;
    margin: 0px 0px 0px 4px;
    padding: 3px 0px 0px 0px;
    font-family: "Trebuchet_MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    background-color: #23527c;
    text-decoration: none;
    border: 1px solid #337ab7;
}

.nextPrev {
    float: left;
    width: 21px;
    margin: 0px 0px 0px 4px;
    padding: 3px 0px 0px 0px;
    font-family: "Trebuchet_MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-align: center;
    text-decoration: none;
    border: 1px solid #337ab7;
}

.nextPrev a {
    color: #24078F;
    text-decoration: none;
}

.nextPrev a:hover {
    color: #f48a3a;
    text-decoration: none;
}

.nextPrevImg {
    float: left;
    width: 54px;
    height: 21px;
    margin: 0px 0px 0px 4px;
    padding: 0px 0px 0px 0px;
}

.paginationAlign {
    width: 845px;
    height: 22px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


/***********pagination ends************/

.errorText {
    color: #ff0000;
}

.greenText {
    color: #439D2B;
}


/*=================Gallery====================*/

@media only screen and (min-width:1111px) {
    section.gallery_page .container {
        width: 100%;
    }
    .mob_separator {
        display: none;
    }
}


/*=================Gallery====================*/


/*============================Contact Form=======================*/

input.name,
input.email,
input.subject,
textarea.message {
    padding: 16px 19px;
    width: 100%;
    font-size: 13px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    font-family: "Roboto Slab", sans-serif !important;
    color: #000;
    font-weight: 400;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    background-color: #f7f7f7;
    border: 1px solid #DDD;
    box-shadow: 0px 0 10px #C3C3C3;
}

span.contact_form {
    position: relative;
}

span.contact_form {
    display: block;
    padding-right: 46px;
    margin-top: 7px;
}

input.submit,
button.btn.btn-default {
   /* background-color: #0B5F93;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 4px;*/
	
	background: #4cb16e;
    border-radius: 50px;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: 12px auto;
    display: -webkit-inline-box;
    cursor: pointer;
    text-decoration: none;  
 	color:#FFFFFF; 
 	font-size: 16px; 
	height:auto;
	
	
	
}

.separatorFrm {
    display: inline-block;
    margin-bottom: 15px;
}


/*============================Contact Form=======================*/


/*==============Departments==============*/

img.hod_img {
    border-radius: 50%;
    border: solid 5px #FFFFFF;
    box-shadow: 1px 2px 7px #000000;
    margin-top: 15px;
}

.hod p {
    text-align: center !important;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

p.Name {
    margin-top: 20px;
}

.hod p.Name strong {
    color: #179BD7 !important;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.33;
}

.hod p.title {
    font-style: italic;
}

.Qualification p:hover::before {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    /*
    transform: skewY(0rad);*/
    transform: scaleY(1);
}

.Qualification p:hover::after {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    /*
    transform: skewX(0deg);*/
    transform: scaleX(1);
}

.Qualification p:before {
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    /*
    transform: skewY(.2rad);*/
    transform: scaleY(0);
}

.Qualification p:after {
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    opacity: 0;
    /*
    transform: skewX(60deg);*/
    transform: scaleX(0);
}

.Qualification p {
    text-decoration: none;
    display: block;
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    color: #222222 !important;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.Qualification p:hover {
    color: #FF9100 !important;
    border: none;
}

.Qualification p a {
    position: relative;
    z-index: 99999999999999;
}

.Qualification p i {
    font-size: 26px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    color: #179BD7;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
}

.Qualification {
    margin-top: 35px;
}

thead.table_mainHead {
    background-color: #0B5F93;
    color: #FFF;
    font-size: 18px;
    font-family: "Releway" !important;
    font-weight: 400;
}

thead.table_mainHead th {
    text-align: center;
}

thead {
    background-color: #179BD7;
    color: #fff;
}

thead > tr > th {
    border-right: 1px solid #fff;
    border-bottom: none !important;
    font-family: 'Lato';
    font-weight: 400;
}

thead > tr > th:first-child {
    border-left: 1px solid #02b98d;
}

thead > tr > th:last-child {
    border-right: 1px solid #02b98d;
}

table.table td {
    border-right: 1px solid #ddd;
}

table.table td:last-child {
    border-right: none;
}

table.table {
    position: relative;
    border: 1px solid #02b98d;
}

i.fa.fa-quote-right {
    position: relative;
    top: -11px;
    left: 14px;
    color: #02b98d;
}

i.fa.fa-quote-left {
    top: -12px;
    position: relative;
    right: 8px;
    color: #02b98d;
}

blockquote h3 {
    line-height: 43px;
    text-align: center;
}

.zero_margin {
    margin: 0px !important;
    width: 100% !important;
}

.separatorForm {
    display: inline-block;
    margin-bottom: 10px;
}




/*Flash News*/
section.home_scroll_news .container {
    margin-top: -1px;
    position: relative;
    z-index: 999999;
    background-color: #4489B4;
    padding-top: 2px;
}
.home_scroll_news .container .news:after, .news:before{
  display: table;
  content:"";
}
.home_scroll_news .container .news:before{
  clear: both;
}
.home_scroll_news .container .news {

    height: 49px;
    overflow: hidden;

}
.home_scroll_news .container .news_h2 {
  position: relative;
  width: 15%;float: left;
}
.home_scroll_news .container .news_content1 {
  position: relative;
  width: 85%;float: left;
}
.home_scroll_news .container .news_h2 h3 {
  font-size: 24px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  transform: translateY(13px);
  margin: 0px;
  -webkit-transform: translateY(13px);
  -o-transform: translateY(13px);
  -moz-transform: translateY(13px);
}
.tickercontainer {
  width: 100%;
  overflow: hidden; 
}
.tickercontainer .mask {
  position: relative;
  width: 100%;
  overflow: hidden;
}
ul.newsticker {
  position: relative;
  left: 100%;
  margin:0;
  /* newly added to make large scroll news in a single line */
  width:1643px;
  /* newly added to make large scroll news in a single line */
}
ul.newsticker li {
  float: left;
  position: relative;
  list-style: none;
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 15px 0 5px 0;
}

ul.newsticker li a{
  color: #FFFFFF;
  text-decoration: none;

}
ul.newsticker li a:hover{
  color: #FF7800;
  text-decoration: none;

}
span.padding {
  padding: 0 23px;
}
/*Flash News Ends*/


/*===============Timeline========================*/

.timeline {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}

.timeline > div {
    display: inline-block;
    width: 45%;
    margin-bottom: 20px;
    z-index: 2;
    border-style: solid;
    border-width: 2px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.01);
    border-color: #E8E8E8;
}

.timeline > div:nth-child(odd) {
    text-align: right;
}

.timeline > div:nth-child(even) {
    margin-left: 55%;
}

.timeline > div:nth-child(even):before {
    right: 45%;
    left: auto;
    text-align: left;
}

.timeline > div:before {
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    font-style: normal;
    height: 2px;
    left: 45%;
    line-height: 1px;
    margin-top: 15px;
    position: absolute;
    text-align: right;
    width: calc(5% + 8px);
    z-index: 4;
    color: #E8E8E8;
    background-color: #E8E8E8;
}

.timeline > div:nth-child(odd) > .event-date {
    left: calc(50% + 10px);
}

.timeline > div > .event-date {
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    font-weight: bolder;
}

.timeline > div > .event-date {
    color: #e6aa21;
}

.timeline > div > .event-details {
    display: block;
    text-align: left;
}

.timeline > div:nth-child(even) > .event-date {
    right: calc(50% + 10px);
}

.timeline:after {
    bottom: 0;
    content: "";
    height: 100%;
    left: calc( 50% - 1px);
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 1;
    background-color: #E8E8E8;
}

span.label.label-danger.wow.flash.animated {
    display: inline-block;
    margin-left: 8px;
    text-transform: none;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


/*===============Timeline========================*/

.modal {
    z-index: 9999999999999 !important;
}


/*=========================== =====================*/

.popup_opener {
    position: fixed;
    right: 0;
    z-index: 9999999999999999999999999;
    top: 192px;
    transform: translateX(444px);
    -o-transform: translateX(444px);
    -ms-transform: translateX(444px);
    -moz-transform: translateX(444px);
    -webkit-transform: translateX(444px);
    transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

.admission_helpline {
    position: relative;
    border: 1px solid #FFFFFF;
    display: inline-block;
}

.admission_helpline a {
    color: #fff;
    text-decoration: none;
}

.admission_helpline a:hover {
    color: #000;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

.popup_opener:after {
    animation-name: spin;
    animation-duration: 900ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 900ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 900ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

.popup_opener:after {
    content: "\f01e";
    position: absolute;
    right: 454px;
    top: 39%;
    font-size: 24px !important;
    z-index: 9999999999999999999999999;
    color: #FFF;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.popup_opener:before {
    content: " ";
    position: absolute;
    border: 1px solid #FFFFFF;
    display: block;
    right: 443px;
    top: 33%;
    width: 50px;
    height: 50px;
    z-index: 999998;
    border-radius: 3px 0px 0px 3px;
    background-color: #12626D;
    border-right-color: #12626D;
}

.popup_opener:hover {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
}
}

section.home_news_area .news p {
    font-weight: 500;
}

section.home_news_area .news p strong {
    font-size: 16px;
    font-weight: 400;
}

.news_S {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px 10px;
    border: 1px solid #E0E0E0;
}
.news_date {
    width: 70px;
    margin:0 20px 0 0;
    position: relative;
    border-width: 1px;
    border: 1px solid #e9e9e9;
    border-top: 2px solid #7f7f7f;
    float: left;
}
.news_date .date {
    display: block;
    padding: 10px 5px;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    font-family: 'Orbitron', sans-serif;
}
.news_date .month {
    display: block;
    padding: 4px 5px;
    border-top: 1px solid #e9e9e9;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #969696;
}
.news_content {
    margin-left: 11vh;
    text-align: left;
    position: relative;
    top: 0px;
}
.news_content h3 a, .news_content h3 {
    font-family: 'Roboto Slab', serif;
    text-decoration: none;
    font-size: 18px;
    color: #009BFB;
    margin-bottom: 5px !important;
}
.news_content ul li {
    float: left;
    margin-right: 20px;
    color: #666;
}
a.tag {
    max-width: 100%;
    word-wrap: break-word;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    opacity: 1;
    text-decoration: none;
    background-color: #0273b9;
    margin-bottom: 20px;
    margin-right: 5px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
}

a.tag:hover {
    background: #179bd7;
}
.footer_right a {
    color: #6a5757;
    font-size: 12px;
    margin-top: 2px;
    text-decoration: none;
    float: left;
}
span.foot {
    float: left;
    color: #b7aeae;
    font-size: 13px;
    margin: 4px 4px;
    font-family: roboto,sans-serif;
}
.footer_right {
    float: right;
}
ul.footer_list {
    padding-bottom: 50px;
}
.footer_right a:hover {
    color: #f6821f;
    text-decoration: underline !important;
}
@media only screen and (min-width: 990px){
    .news {
        height: 97px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px){
    .welcome_intro h3, .home_welcome_intro h3 {
        font-size: 18px;
    }
    .home_about_img.col-md-5, .welcome_intro.col-md-7 {
        padding: 0;
    }
    .home_about_img .zoom {
        margin-bottom: 20px;
    }
    .col-md-4.wow.bounceInRight.animated {
        padding: 0;
    }
    .main_title {
        padding: 0 15px;
    }
}

/*we need to style the popup with CSS so it is placed as a popup does*/
#popup {
    display:none;
    position:absolute;
    margin:0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
}
.specia_a p.date {
    font-size: 13px;
}
ul.for_styli_ li {
    font-size: 14px;
}
h3.heading_news_det {
    font-size: 20px;
    padding-bottom: 15px;
}
a.date_linn_ {
    font-size: 12px;
}
@media only screen and (max-width: 1100px){
    .accound_btn a{
        display: none;
    }
    #popup{
        display:none !important;
    }
    ul.social-list {
        display: none !important;
    }
    .accound_btn {
        display: none !important;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1000px){
    ul.social-list li a i {
        font-size: 14px;
        width: 25px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    header.fixed-header ul.nav.navbar-nav.navbar-right li a {
        font-size: 12px;
    }
    .cd-header-buttons, .loginBt {
        position: absolute;
        display: inline-block;
        top: -100px;
    }
    .navbar.navbar-default.navbar-top .loginBt {
        right: 40px;
        top: -91px;
    }

}
@media only screen and (max-width: 1800px) and (min-width: 800px){
    .cd-header-buttons{
        display: none;
    }
}

.menu_container {
    /* width: 1170px; */
    width: 1220px;
    margin: 0px auto;
    display: table;
}


/* style for select box starts*/


.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
    color: #444;
    line-height: 2.0;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
	
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
.select-css option {
    font-weight:normal;
}

@media only screen and (max-width: 768px){
.select-css{
width: 100%;
}
}

/* style for select box ends */


/* style for grievance div starts */

.grievance {
		font-size: 14px;
		font-family: "Times New Roman", Times, serif;
		/* color: #666; */
		color: black;
		text-align: center;		
		padding: 0px;					
		}
		
		.grievance:hover {
		background-color: #4b9fd1;
		
		}
		
		
@media only screen and (max-width: 768px){
.grievance{
display:none;
}
}
/* style for grievance div ends */


/* style to reduce the font size of flash news in mobile view starts*/

@media only screen and (max-width: 990px){
.home_scroll_news .container .news_h2 h3
{
font-size: 12px;
}

ul.newsticker li
{
font-size: 11px;
}

}

@media only screen and (max-width: 768px){
.home_scroll_news .container .news_h2 h3
{
font-size: 12px;
}

ul.newsticker li
{
font-size: 11px;
}

}

/* style to reduce the font size of flash news in mobile view ends*/




.panel-heading {
    min-height: 55px !important;
}

.course_textarea1 p {
    text-align: left !important;
}



a.more_info {
    margin: 10px 0 0 0;
    padding: 3px 8px;
    border: 1px solid #02b98d;
}

a.more_info:hover {
    background: #337ab7;
    color: #fff;
}




