<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "bootstrap.css";
@import "font-awesome.css";
@import "primary_content.css";
@import "slick.css";
@import "slick-theme.css";
@import "magnific-popup.css";



@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

@font-face {
font-family: 'FontAwesome';
 font-weight: normal;
font-style: normal;
}
/*font-family: 'Courgette', cursive;*/
/* - - - - - - - - - - - - - - - - - - - - -
TITLE    :   NAKCSS HTML 5 VERSION 3
- - - - - - - - - - - - - - - - - - - - - */



html, body { height: 100%; }
body { font-family: 'Open Sans', sans-serif; font-size:16px; overflow-x:hidden; color:#000 }
a{color:#444;}
a:hover { text-decoration:none; color:#138400; }
a:focus{outline:0;text-decoration:none; color:inherit}
ul { list-style:none; }
.disabled, .disabled1 { display:none !important; }

.no-js #loader { display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background-color:rgba(254, 254, 254, 1); }
#nakainer { min-height: 100%; }
/* HEADER SLIDER */


#header { position:relative; z-index:991; width: 100%; background:#fff; -webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
}
#nakainer .darkHeader { background: rgba(0, 0, 0, .6); -webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
}
#nakainer .darkHeader .logopart img { width: 250px; -webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
}
.darkHeader .fbicon { display:none; -webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
}

.darkHeader .menuicon { padding-top: 30px; }


/* End Header */
/*header_top css*/
.header_top_bg{background:#f1f1f1}

.header_top_items ul{list-style:none;margin:0;padding:0;float:right}
.header_top_items ul li {float:left;padding:5px 10px}
.header_top_items ul li img{width:32px;margin-right: 3px;}
.header_top_items ul li a{color:#0a3782;display:block;text-decoration:none;font-weight:800;font-size:12px}
.header_top_items ul li a:hover{color:#07a3e0;transition:all 0.3s}
.header_top_items ul li a span{border-bottom:solid 1px #065b95;font-size:10px;font-weight:bold}
.header_top_items ul li a span:hover{color:#eb5c03;transition:all 0.2s;border-bottom:solid 1px #eb5c03}
.header_top_items ul li p{margin-top:5px;text-align:center;font-style:italic;font-weight:600;;font-size:14px}

.accesible-pannel{position:relative; z-index:1; }
.accesible-pannel a {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding:2px 0;
    text-decoration: underline;
}
.accesible-pannel a:hover{color:#000}
.accesible-pannel a .fa {
    padding: 1px 4px;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-weight: 600;
}
.accesible-pannel a:hover .fa{border-color:#000}

.open-panel a .fa:before {
    content: "\f106";    top: -1px;
    position: relative;
}

.content-panel-area {position: relative;color: #fff;}
.content-box {padding: 30px;}

#accessibility ul{padding:0 !important;}

#accessibility ul li {list-style: none;display: block;float: left;padding: 0 0px;width: 20%;text-align: center;}
#accessibility ul li a {font-size: 14px;font-weight: bold;text-align: center;color: #000;}
#accessibility ul li a:hover{color:#00847e;}
#accessibility ul li.close-content-box {width: 2%;}
.close-content-box {position: absolute;right: 15px;top: 5px;font-size: 22px;font-weight: 600;padding: 5px;line-height: 1;cursor: pointer;}
.close-content-box a:hover{text-decoration:none;}

/* Menu Part Start */

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button { margin: 0; padding: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#cssmenu:after, #cssmenu &gt; ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#cssmenu #menu-button { display: none; }
#cssmenu { width: auto; line-height: 1; }
#menu-line { display:none; }
#cssmenu:hover #menu-line { display:block; }
#menu-line { position: absolute; top: 0; left: 0; height: 2px; background: #f88630; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -ms-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; }
#cssmenu &gt; ul &gt; li { display:inline-block; margin: 0px 10px; padding:10px 0; }
#cssmenu &gt; ul &gt; li:before{    content: "";
    border-bottom: 2px solid #000;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .4s width ease-in-out;}

#cssmenu &gt; ul &gt; li.getinv { margin:0; }
#cssmenu.align-center &gt; ul { font-size: 0; text-align: center; }
#cssmenu.align-center &gt; ul &gt; li { display: inline-block; float: none; }
#cssmenu.align-center ul ul { text-align: left; }
#cssmenu.align-right &gt; ul &gt; li { float: right; }
#cssmenu.align-right ul ul { text-align: right; }
#cssmenu &gt; ul &gt; li &gt; a {    padding: 14px 10px;font-weight:600;
    font-size: 16px; text-decoration: none; color:#fff; -webkit-transition: color .1s ease;
-moz-transition: color .1s ease;
-ms-transition: color .1s ease;
-o-transition: color .1s ease;
transition: color .1s ease;
}
#cssmenu &gt; ul &gt; li:hover &gt; a, #cssmenu &gt; ul &gt; li.active &gt; a {
    color:#000; background:#fff; border-radius:3px;}
#cssmenu &gt; ul &gt; li.has-sub &gt; a { padding-right: 25px ; }
#cssmenu &gt; ul &gt; li.has-sub &gt; a::after {
position: absolute;
top: 18px;
right: 10px;
width: 6px;
height: 6px;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
content: "";
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu &gt; ul &gt; li.has-sub:hover &gt; a::after {
border-color: #000;
}
@media(min-width:992px){
#cssmenu ul ul { position: absolute;    left: auto;  text-align: left;    opacity: 0;
    visibility: hidden; transition:.3s all; -webkit-transition:.3s all; -moz-transition:.3s all;
  }
  

#cssmenu li:hover &gt; ul { left: auto;    opacity: 1;
    visibility: visible;  transition:.3s all; -webkit-transition:.3s all; -moz-transition:.3s all; }
	
#cssmenu ul.menulist &gt; li:hover &gt; ul{margin-top:10px;}

.menuicon{float:right}
.menu-section-btn-covid{float:right;position: relative;
    z-index: 9;    margin: 0 10px;}


.sticking .menuicon{float:none}
.sticking .menu-section-btn-covid{    margin-left: 30px;}
.sticking .menu-section-btn-covid a{font-size:14px;}
}
.menu-section-btn-covid a img{margin-right: 10px;
    max-width: 28px;
    display: inline-block;
    vertical-align: middle;}
.menu-section-btn-covid a{    background: #1dbe00;
    background: #138400;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin: 9px 0;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid white;
    border-radius: 5px;
}
	
.menu-section-btn-covid a:hover{    background-color: #169b00;}

#cssmenu.align-right li:hover &gt; ul { right: 0; }
#cssmenu ul ul ul { margin-left: 99.8%; top: 0; }
#cssmenu.align-right ul ul ul { margin-left: 0; margin-right: 99%; }
#cssmenu ul ul li { 
}
#cssmenu ul li:hover &gt; ul &gt; li { height: auto; }
#cssmenu ul li:hover &gt; ul &gt; li:first-child {  }
#cssmenu ul li:hover &gt; ul &gt; li ul &gt; li:first-child { margin-top:0px; }
#cssmenu ul ul li a { padding: 12px 10px;width: 270px; font-size: 14px; border: 1px solid #0834a9;
    background: #052fa0;
    text-decoration: none;
    color: #fff; -webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}



#cssmenu li.left-side-menu:hover &gt; ul {
    left: inherit;
    right: 0;
}
#cssmenu ul ul li:hover &gt; a, #cssmenu ul ul li a:hover { color:#fff;    background: #d2bf3b;
    border: 1px solid #d4bf2d;}
#cssmenu ul ul li.has-sub &gt; a::after {
position: absolute;
top: 14px;
right: 10px;
width: 6px;
height: 6px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
content: "";
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub &gt; a::after {
right: auto;
left: 10px;
border-bottom: 0;
border-right: 0;
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover &gt; a::after {
border-color: #fff;
}
@media all and (max-width: 991px) {
#cssmenu &gt; ul &gt; li:hover &gt; a, #cssmenu &gt; ul &gt; li.active &gt; a {
background: #d2bf3b;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
}
#cssmenu ul ul li a {
border:none;
}
#menu-line {
display:none;
}
#cssmenu:hover #menu-line {
display:none;
}
#cssmenu {
width: 100%;
}
#cssmenu ul {
width: 100%;
display: none;
}
#cssmenu.align-center &gt; ul, #cssmenu.align-right ul ul {
text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover &gt; ul &gt; li {
width: 100%;
height: auto;
border-top: 1px solid rgba(120, 120, 120, 0.15);
}
#cssmenu ul li a, #cssmenu ul ul li a {
width: 100%;
}
#cssmenu &gt; ul &gt; li, #cssmenu.align-center &gt; ul &gt; li, #cssmenu.align-right &gt; ul &gt; li {
/*float: none;
display: block;*/
}
#cssmenu ul ul li a {
padding: 16px 20px 16px 30px;
font-size: 14px;
background: none;
}
#cssmenu ul ul li:hover &gt; a, #cssmenu ul ul li a:hover {
color: #000000;
}
#cssmenu ul ul ul li a {
padding-left: 40px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
position: relative;
left: 0;
right: auto;
width: 100%;
margin: 0;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a::after, #cssmenu ul ul li.has-sub &gt; a::after {
display: none;
}
#menu-line {
display: none;
}
#cssmenu #menu-button {
display: block;
padding: 25px 30px;
color: #fff;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
float: right;
}
#cssmenu &gt; ul &gt; li {
padding: 0px 0;
}
#cssmenu &gt; ul &gt; li{margin:0;}
#cssmenu #menu-button::after {
content: '';
position: absolute;
top: 15px;
right: 20px;
display: block;
width:30px;
height: 4px;
background: white;
}
#cssmenu #menu-button::before {
content: '';
position: absolute;
top: 25px;
right: 20px;
display: block;
width: 30px;
height: 14px;
border-top: 4px solid white;
border-bottom: 4px solid white;
}
#cssmenu .submenu-button {
position: absolute;
z-index: 10;
right: 0;
top: 0;
display: block;
border-left: 1px solid rgba(120, 120, 120, 0.15);
height: 45px;
width: 60px;
cursor: pointer;
}
#cssmenu .submenu-button::after {
content: '';
position: absolute;
top: 16px;
left: 26px;
display: block;
width: 1px;
height: 11px;
background: #fff;
z-index: 99;
}
#cssmenu .submenu-button::before {
content: '';
position: absolute;
left: 21px;
top: 21px;
display: block;
width: 11px;
height: 1px;
background: #fff;
z-index: 99;
}
#menu-button.menu-opened:before {
transform: rotate(135deg) translate(-6px, 5px);
border-bottom:0 !important;
-webkit-transform: rotate(135deg) translate(-6px, 5px);
}
#menu-button.menu-opened:after {
transform: rotate(-135deg) translate(-10px, -5px);
-webkit-transform: rotate(-135deg) translate(-10px, -5px);
}
#menu-button:after, #menu-button:before {
transition: all 0.5s;
}
#cssmenu &gt; ul &gt; li.has-sub:hover &gt; .submenu-button::before, #cssmenu &gt; ul &gt; li.has-sub.active &gt; .submenu-button::before {
background: #fff;
}
#cssmenu &gt; ul &gt; li.has-sub:hover &gt; .submenu-button::after, #cssmenu &gt; ul &gt; li.has-sub.active &gt; .submenu-button::after {
background: #fff;
}
#cssmenu ul ul li:hover &gt; .submenu-button::before, #cssmenu ul ul li a:hover &gt; .submenu-button::before {
background: #fff;
}
#cssmenu ul ul li:hover &gt; .submenu-button::after, #cssmenu ul ul li a:hover &gt; .submenu-button::after {
background: #fff;
}
#cssmenu ul ul li:hover &gt; a, #cssmenu ul ul li a:hover {
color: #fff;
}
#cssmenu .submenu-button.submenu-opened:after {
display: none;
}
#cssmenu &gt; ul &gt; li{margin:0 !important;}
#cssmenu ul ul li a {    color: #fff;
    background: #163ea9;}


.mobrowleft{margin-top: 0px;}
.menu-section-full.stic  .container-fluid{padding:0}
.logopart img{padding-left:0 !important;padding-right:0 !important}

}
#cssmenu ul li.getinv a { border: 2px solid #fff; font-size: 15px; padding: 6px 12px; letter-spacing: .7px; }
.mobrowleft { }
.fbicon { padding-bottom:5px; }
.fbicon a { color: #fff; font-size: 24px; }
.fbicon a:hover { color:#009ae1; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition:all .4s ease;
}
.left-top-bar{color:#fff;}
.top-head {
    background: #473933;
    padding: 0px 0;    text-align: right;
}
.accessibility-link img {
    max-width: 24px;
}
.top-head ul{padding:0; margin:0; display:inline-block; }
.top-head ul li{display:inline-block; vertical-align:middle;    position: relative;}
.top-head ul li a {
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
    padding: 10px;
}
.top-head ul li a:hover{color:#d8d8d8}

.top-head ul li.fb-icon-top a {
    background: #fff;
    height: 28px;
    width: 28px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
}
.top-head ul li.fb-icon-top a:hover{background:#000; color:#fff; border-color:#000} 
	.top-head ul li.fb-icon-top a i{    line-height: 26px;
    margin-left: -2px;}
.top-head .social-icons{display:inline-block;}
.top-head .social-icons a{display:inline-block; margin:0 3px;}
.top-head .social-icons img{    max-width: 32px;}
.right-top-bar{text-align:right;}
.right-top-bar li{margin:0 -2px;}
.right-top-bar li:first-child a, .right-top-bar li:last-child a{border:0;}
.right-top-bar li a{font-weight:600; color:#fff; 
    padding: 0 10px;
    border-left: 2px solid #fff;
    font-size: 14px;
    line-height: 1;
    display: block;}
.right-top-bar li a:hover{color: #000;}

.text-for-top-bar{padding-top:5px;     font-family: serif;}

.right-side-icon-menu{display:inline-block;    vertical-align: bottom;margin-top: -48px;}
.right-side-icon-menu ul{padding:0 !important; margin:0; list-style:none !important}
.right-side-icon-menu li{float:left;text-align: center; background:#e20024; font-family: 'arcena';min-height:130px;}
.right-side-icon-menu li a{padding: 14px 10px 7px 10px; line-height:1; font-size: 22px;font-weight: 500; display:block; width: 130px;}
.right-side-icon-menu li span{display:block;    color: #fff;}
.right-side-icon-menu li img{max-height: 70px;margin-bottom: 15px;}
/*.menuicon{display:inline-block; vertical-align:bottom; text-align:left;}*/
.right-side-icon-menu .getstarted a{color:#e80b3e;}
.right-side-icon-menu .getstarted:hover{background:#d10429;}
.right-side-icon-menu li:hover a{filter: brightness(0) invert(1);-webkit-filter: brightness(0) invert(1);-moz-filter: brightness(0) invert(1);}

.middle-head{ }
.no-pading-right{padding-right:0;}
.no-pading-left{padding-left:0;}
.right-menus{text-align:right;}
.cus-row:after{content:""; display:table; clear:both}
.logopart img {     width: auto;
    padding: 0px 0px;
    width: 180px;
    margin-top: -38px;
    margin-bottom: -60px;
    z-index: 999;
    position: relative; }
.search-list { float:right; clear:right; padding-top: 15px; background-repeat: no-repeat; background-position: 7px 18px; background-size: 25px; }
.search-list select { width: 350px; border: 2px solid; padding-left: 40px; height: 40px; -webkit-appearance: none;-moz-appearance: none; background-position: 98% 50%; }
.login-btn { float:right; padding:20px 0; }
.login-btn a { border: 2px solid #9a9b9d; font-size: 14px; padding: 2px 8px; letter-spacing: .7px; color:#9a9b9d }
.social a { background: #fff; border-radius: 25px; width: 30px; height: 30px;padding:4px !important; }
.social a:hover img{ transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); }
.social { text-align: center;    margin-top: 7px !important; }
.social img { color:#282828; transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -ms-transition: all 1s ease 0s; }
.top-subs-btn{border:2px solid #fff;padding: 4px 10px; margin-left:15px !important;}
.top-subs-btn:hover{background:#000;}
.top-subs-btn:hover a{color:#fff !important;}
.top-subs-btn a{padding:0 !important}
#cssmenu &gt; ul &gt; li.social:hover { background:transparent; }
.glyphicon {  }
#cssmenu ul li ul {}
#cssmenu ul ul ul { margin-top:0; }
#menu-line { display:none !important; }
.desktop-menu{}
.mobile-menu{background:#df2f5e}
.mobile-menu .menuicon{width: 100%;}

.menu-section-full{      background: #2c55c1 url(../images/pattern2.png);

    width: 100%;}

@media(min-width:992px){
#cssmenu ul li.right-side-menu &gt; ul{left:auto; right:0}
#cssmenu ul li.right-sub-side-menu &gt; ul{left:auto; right:100%; margin:0;}
#cssmenu ul li.right-sub-sub-side-menu &gt; ul{left:auto; right:100%; margin:0; z-index:1}
#cssmenu ul li.right-sub-sub-side-menu &gt; ul li a{background:#035097 !important; border-color:#0b589e !important} 
#cssmenu ul li.right-sub-sub-side-menu &gt; ul li a:hover{background:#41b6e6 !important;}

#cssmenu ul li.right-sub-sub-side-menu.has-sub &gt; a:after, #cssmenu ul li.right-sub-side-menu.has-sub &gt; a:after{-webkit-transform:rotate(135deg) !important;-moz-transform:rotate(135deg) !important;-ms-transform:rotate(135deg) !important;-o-transform:rotate(135deg) !important;transform: rotate(135deg) !important;}
}

@media(min-width:992px){
	#cssmenu ul li ul{background:#fff; }
}
/* Menu Part End */
.home_tab a:before {
    content: "\e021";
    border-bottom: 0;
    margin-right: 5px;
    position: relative;
    margin-top: -2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#header .home_tab {
    display: none !important;
}
#header.inner-header .home_tab {
    display: inline-block !important;
}


.banner-for-overlay-img {
    position: absolute;
    top: 0;
    height: 100%;right:0;
    overflow: hidden;z-index:10; opacity:.8
}
.banner-for-overlay-img img {
    height: 100%;
    object-fit: cover;
 
}


/* START SLIDER */
#slider .slick-dots, #mobile_slider .slick-dots {    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    padding: 10px;}
#slider .slick-dots li button, #mobile_slider .slick-dots li button{border-color:#000}
#slider .slick-dots li.slick-active button, #mobile_slider .slick-dots li.slick-active button{background:#000}
#slider .slick-dots li button:before, #mobile_slider .slick-dots li button:before{content:"";}
#slider { list-style: none; padding: 0; margin:0;}
#slider &gt; li{display:none;}
#slider &gt; li:first-child{display:block;}
.bannerarea { position:relative; }
.banneroverlay { position:absolute; top:0; bottom:0; width:100%; left:0; background: -moz-linear-gradient(to right, rgba(0,0,0,0.7) 10%,rgba(255,255,255,0.1) 70%);
    background: -webkit-linear-gradient(to right, rgba(0,0,0,0.7) 10%,rgba(255,255,255,0.1) 70%);
    background: linear-gradient(to right, rgba(0,0,0,0.7) 10%,rgba(255,255,255,0.1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 ); z-index: 996; }
.bannerarea .bx-wrapper .bx-controls-direction a{-webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);-ms-transform: translate(0%, -50%);    -o-transform: translate(0%, -50%);transform: translate(0%, -50%);}



/* End Slider */

/* Start Video slider*/


.videoWrapper { margin: 0px; padding-bottom: 56.25%; z-index: -1; }
.videoWrapper iframe { top: 0; left: 0; width: 100%; height: 100%; display: block; position: absolute; z-index: 99; margin: 0px; padding: 0px; }
.bannerarea { display:block; }
.videobanner { display:none; }
/* End Video Slider */

/* Start Slider over Text */

.slick-slide img.slider-img{width: 100%;}
.bannertextarea{position:absolute;width:100%;

padding:20px;top:18%;left:0; color:#fff;}

	
	.ft-18{    font-size: 52px; font-weight:700;
    color: #fff;}
	.ft-16 {
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
}
.ft-18 a{color:#07a3e0;}	
.ft-18 a:hover{color:#088fc4;}	

.banner-o-btn {
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}
.banner-o-btn a {
    border: 2px solid #fff;
    padding: 6px 20px;
    
    background: transparent;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all 0.25s ease-out;
    position: relative;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;background:#000;
    -o-transition: all 0.25s ease-out;    z-index: 1;
}
.banner-o-btn a:hover{color:#fff; background: #e20024;}


.banner-o-btn a:hover:before {
    width: 100%;
}

.banner-text-part {
    margin-top: 30px;
}
.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #00847e; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-moz-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.slider-loader{width: 100%;
position: absolute;
height: 100%;
background: #fff;    left: 0;
z-index: 9;}
	.loader{    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -26px;
	margin-left:-26px;
}

.slider-loader + .img_for_set{opacity:0;  }
.slider-loader.hide-loader + .img_for_set{opacity:1;transition:1s all linear; -webkit-transition:1s all linear; -moz-transition:1s all linear;  -webkit-transition-delay: .5s;    transition-delay: .5s;  -moz-transition-delay: .5s;}

.bannerarea{position:relative;}
#slider{    margin: 0;}
#slider &gt; li{display:none;}
#slider &gt; li:first-child{display:block;}
#slider li:focus{outline:0 !important;}

.slick-initialized .slick-slide{outline:0 !important;padding: 0px 0px;}

.underline-img{    margin: 10px 0;
    padding: 5px 0;

    background-position: center;
    background-size: 180px;}

.check-icon-with-text{margin-top:10px;padding-top:10px;font-family: 'courgette';}
.check-icon-with-text img{    display: inline-block;
    max-width: 42px;
    vertical-align: middle;}
.check-icon-with-text span{    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
       font-weight: 500;
    font-size: 28px;}

/* End Slidr over Text */

/*Start Slider Text Section*/

.slidertextsection { position:absolute; z-index:99; bottom:0; width: 100%; background: rgba(180, 124, 140, .6); }

.textsection { padding:15px; width:70%; margin: 0 auto; }
.slidertextsection .texthere {display: inline-block;vertical-align: top;color: #fff; width: 100%; text-align: center; }
.slidertextsection .texthere .largetext { font-size: 42px;display: inline-block;line-height: 36px;padding-bottom: 10px;font-family: freehand;vertical-align: middle; }
.slidertextsection .texthere .smalltext { font-size:16px; display:block;}
.slidertextsection p {color: #fff;font-size: 20px;font-weight: 600;text-align: center; margin-bottom: 15px;}
.texthere a{padding: 2px 24px;margin-left: 15px;background: #fa7196;color: #fff;border: 2px solid #fff;font-weight: 600;display: inline-block;vertical-align: middle;transition:.2s all;-webkit-transition:.2s all;-moz-transition:.2s all;}
.texthere a:hover{background:#f03d69;}

/*End Slider Text Section*/

.container.custom-add {
    max-width: 800px;
}
#secondary-cta .slick-action{    font-size: 48px;
    color: #fff !important;}

#secondary-cta {
    background: #132920 url(../images/pattern2.png);
    display: inline-block;
    width: 100%;padding: 10px 0;
}
#testimonial-two .slide h3 {
	display: inline-block;font-weight: 600;
font-size: 22px;color:#fff; margin:20px 0;line-height: normal;
}
#secondary-cta #testimonial-two .up-case {
	text-transform: uppercase;margin-left:20px;
}
.button_readmore{display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #2ab5dd;
    color: #fff !important;
    border-radius: 0;
    border: 1px;    margin-left: 20px;	
	}

.footer-login-btn{background: #138400;
    display: inline-block;
    color: #fff !important;
    padding: 10px 20px;
    margin: 9px 0;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid white;
    border-radius: 5px;}
	
.footer-login-btn:hover{    background-color: #169b00;}
	.eye-icon-field {
    position: absolute;
    float: right;
    right: 10px;
    top: 12px;cursor:pointer
}
.input-group-item {
    position: relative;
}
#actionbar h2 {
	font-weight: 700;color:#fff;
	font-size: 20px;    margin: 15px 0;
    padding-bottom: 10px;
}
#actionbar a {
	padding: 32px 0;
	display: block;
	text-align: center;

	font-size: 15px !important;
}
#actionbar .bg_lite1{
    background-color: #59473f;
}
#actionbar .bg_lite2{
    background-color: #6b544a;
}
#actionbar .bg_lite3{
    background-color: #7e6357;
}
#actionbar .bg_lite4{
    background-color: #957669;
}
#actionbar .col-sm-6 {
	padding: 50px 0;
}
#actionbar .border a:hover .actionbar-item {
	border-right:none;
}

#actionbar {background: #473933;}
#actionbar .btn {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;padding: 6px 12px;border-radius: 0;
}
#actionbar .border .actionbar-item {
	/*border-right: 1px solid #473933;*/
}
#actionbar .col-xs-12 &gt; a:hover {
	background: #5d4237;
}
#actionbar .col-xs-12 &gt; a:hover .btn {
	background: #169b00;
	border-color: #169b00;
}
.icons-code i {
    font-size: 44px;
    color: #fff;
    padding: 20px 0;
}

#actionbar .btn {display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 12px;
    border-radius: 0;    font-size: 14px;
}


/*Service-offered*/

.double-module {
    /*background-image: url(../images/dark_brown.png);*/  
    /*background-image: linear-gradient(45deg, #004790, #2c5b91); */ 
    background-image: linear-gradient(0deg, #2c55c1, #2c55c1);
    background-repeat: repeat-y;
    background-size: 50%;padding:2em 0
}
.double-module {
    background-color: #56a9ff;
}

#updates-feature #testimonial .slide h2 {
 
    margin-top: 0;
    text-align: left;
    padding-left: 0;
    font-weight: 700;
    font-size: 32px;color:#fff;margin-bottom: 15px;
}
.review-text {
    padding-right: 15px;
    padding-bottom: 15px;   padding-top:5px;  font-size:18px;color:#fff;
}
.director-img {
    width: 90px;
    height: 120px;
    border: 2px solid;
    border-radius: 0;
    line-height: 60px;
    margin: 0;
    text-align: left;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}.director-img img {
    max-width: 100%;
}
#testimonial h3 {

    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-left: 10px;color:#fff;
}#testimonial h3 span {
    display: block;
    font-weight: normal;
    font-size: 18px;padding-top:10px;
}
.importal h2 {
   
    margin-top: 0;
    text-align: left;
    padding-left: 0;
    font-weight: 700;
    font-size: 32px;color:#fff;margin-bottom: 15px;
}
.importal {
    padding: 0px 0 0 50px;
 
}
.importal-links {
    padding: 20px 0 60px;
}
.importal-links ul{padding-left:20px; color:#fff; list-style:disc; margin-bottom: 30px; }
.importal-links ul ul{padding-left:20px;}
.importal-links ul a{    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    display: block; }
	.importal-links ul a:hover{color: #bebebe;}
.importal-links &gt; ul &gt; li{margin-bottom:30px;}
.importal-links &gt; ul &gt; li span{  color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    display: block; }

.hov-view {
   float: left;
 
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
cursor: pointer;

}
.hov-view .hov-mask,.hov-view .content {

   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.hov-view img {
   display: block;
   position: relative;
}
.hov-view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 16px;
   padding: 10px 0;
   font-weight:600;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.hov-view p {

   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 10px 20px;
   text-align: center;
}
.hov-view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #496d99;
   color: #fff;
   text-transform: uppercase;
  	border:2px solid #fff;
}
.hov-view a.info:hover {
   background: transparent;
}

.view-tenth img {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
   opacity:.8;width:100%;
}
.view-tenth .hov-mask {
width:100%;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   background: transparent;
   margin: 10px 15px 0px 15px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #fff;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #fff;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(2);
   -moz-transform: scale(2);
   -o-transform: scale(2);
   -ms-transform: scale(2);
   transform: scale(2);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: .1;
}
.view-tenth:hover .hov-mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
				
.blue.hov-view{background:#000;}
.overlay-title-area{     position: relative;
    z-index: 1;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
  }
.overlay-title h3{    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    }

.overlay-title h3 a{padding: 10px 0;
    display: block;
    background: #e20024;color:#fff;}

.overlay-title h3 a:hover{background:#000}

.overlay-title{
   
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 1;
}

.view-tenth:hover .overlay-title{
      

    opacity: 0;
}
.view-tenth:hover .hov-mask{z-index:9;}
.col-md-2-5{width:20%; float:left;padding:0 5px;}
.service-area .col-md-3:nth-child(even) .view-tenth{background: #352900;}
.service-title{ padding:10px 0;font-size:28px; margin-top:30px;}
.service-title-text span{color:#ffc200;}

.more-services-bar{background:#21364f; padding:15px 0; text-align:center;position:relative;}
.more-services-bar a{font-size:24px; color:#fff; font-weight:600;}
.more-services-bar a:hover{color:#496d99;}

.service-area .col-md-3{padding:0;}

/*service-offered*/


/*Strat News Section*/
.news-section-bg{    background: #fff; }
.news-section-bg:after {
    content: "";
    clear: both;
    display: table;
}
#news{max-width:88%; margin:0 auto;}
.news-event-area{background: #f4efe9;border: 2px solid #e3e8eb;}
.newsarea .padding0 { padding: 0 !important; }
.newsarea #news .item img { display: block; width: 100%; height: auto; padding:2px; }
.newsarea .item h3 { color: #fff; padding: 0 20px; font-weight: 600; margin: 5px 0; padding-left: 10px; font-size: 22px; display:inline-block; }
.newsarea .marleft20 p { font-size: 14px; margin-bottom: 15px; color: #000; font-weight: 600; }
.newsarea .marleft20 p .fa { vertical-align: middle;
    margin-top: 0px;
    margin-right: 5px;
    float: left;}
.newsarea .dummytext { margin: 20px 0; }
.newsarea .btnn a { padding: 5px 10px; display: inline-block; background-color: #000; border: 2px solid #fff; color: #fff; margin-top: 16px; font-weight:600;     transition: .2s all;
    -webkit-transition: .2s all;
    -moz-transition: .2s all; }
.newsarea .btnn a:hover{  background-color: #e20024; }
.newsarea .colcenter { margin: 0 auto; float: none; }
.newsarea #newsevent { padding: 70px 0px;      background-size: cover;
    background-position: center;}
.newsarea .colcen { padding: 10px 0px;}
.newsarea .colcen .col-xs-4 a:hover { color:#000; transition:all.3s;
-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; }
.newsarea .colcen h2 { color:#e20024; margin:0; font-weight:700; text-transform:uppercase; }
.newsarea .newsimg a { border: 2px solid #ccc; overflow: hidden; display: inline-block; }
.newsarea .newscont a:hover h3 { color:#000; transition:all .5s;
-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; }
.newsarea .colcen a { color: #000; font-weight: 700; padding: 0 12px;    margin-top: 5px;
    display: inline-block; }
	
.all-news-link{line-height:28px;}
.date_and_location{display: inline-block;width: 50%;    vertical-align: middle;}
.event-happen-timer{display:inline-block; width:50%;    vertical-align: middle;     margin-left: -5px;}
.newsarea .colcen a:hover { color: #e20024; }
.newsarea .newscont a.titlebtn {display: block;
    background: #e20024;
    border: 2px solid #e20024;
    margin-bottom: 20px; }
.newsarea #news .item { margin:15px 15px;float: left; }
.newsarea #news .item:focus{outline:0;}
.newsarea .owl-pagination { display: none; }
.newsarea .owl-theme .owl-controls .owl-buttons .owl-prev { left: -70px; top: 50%;    
	-webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }

.newsarea .slick-next  {right: -40px; }
.newsarea .slick-prev {left: -40px; }
.newsarea a.newsbtn { text-transform: uppercase; border: 2px solid #f88630; padding: 4px 22px; background: #fff; color: #f88630; display: inline-block; margin-top: 40px; letter-spacing:1px; margin-top: 40px; }
.newsarea a.grnbtn { text-transform: uppercase; border: 2px solid #18b027; padding: 4px 12px; background: #fff; color: #18b027; display: inline-block; margin-top: 20px; }
.newsarea .btneffect1.grnbtn:after { background: #18b027 !important; }
.newsarea .btneffect1.grnbtn:hover, .btneffect1.grnbtn:active { color: #fff; background: none; border: 2px solid #606060; }
.newsarea .pad-left-0 { padding-left:0; }
.newsarea .pad-right-0 { padding-right:0; }
.newsarea .pad-top-0 { padding-top:0; }
.newsarea .pad-bottom-0 { padding-bottom:0; }
.event-text-title{    float: right;
    color: #fff;
    padding: 7px 15px;}
	.event-text-title a{color:#fff;}
	.event-text-title a:hover{color:#000}
.newsarea #newsevent .col-lg-6, .newsarea #newsevent .col-lg-10 { padding: 0px 15px; }

#news .fa.fa-calendar:before {content:""; background-repeat: no-repeat;background-size:28px;background-position:center;width: 32px;
    height: 28px;    display: inline-block;
    vertical-align: middle;}
#news .fa.fa-map-marker:before {content:""; background-repeat: no-repeat;background-size:28px;background-position:center;width: 32px;
    height: 28px;    display: inline-block;
    vertical-align: middle;}


	

	

#news .label-date {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans',sans-serif;    margin-left: 4px;
}	
#news .date_and_location .date-text{    line-height: 28px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 1px;}
	
	
/*End News section*/





/*Start Upcoming Countdown*/

.event-happen-timer .event-countdown{    border: 1px solid #e4e4e4;margin-top: 15px;
    width: 100%;
    max-width: 100%;
    padding: 15px;float:right; background:#fff;}
.upcoming-contdown { padding:20px 0;background-size: cover;background-position: center; }
.countdown h2 { color: #000; text-align: center;margin:0px 0; font-size: 16px; }
.countdown { font-size: 24px; font-weight: 900; color:#004790; display: block; padding: 0 20px; }

.countdown span { font-size: 36px; font-weight: 900; color:#004790; display: inline-block;letter-spacing:5px;margin-top: -7px; }





ul.countdown {
list-style: none;

margin:0 auto; 
text-align: center;
padding: 0;
display: block;

}
ul.countdown li {
display: inline-block;
    margin: 0 0px;
}

ul.countdown li.seperator {
vertical-align: top;
text-shadow:
    0px 0px 0 #fff,
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
   -1px  1px 0 #fff,
    1px  1px 0 #fff;
}
ul.countdown li p {
color: #fff;
font-size: 14px !important;
line-height: 18px;
text-transform:uppercase;
font-weight:500 !important;color:#004790!important; margin-bottom:0 !important;

}
/*End Upcoming Countdown*/





/*Start Newsletter Section*/

.newsletter-section {text-align:center;   position:relative; z-index:99;}
.newsletter-section input { padding:10px 20px; width:360px;  color:#000; font-size:16px; vertical-align: top; border: 2px solid #000; height:46px; }
.newsletter-section input:focus{outline:0; background:#f9f9f9;}
.newsletter-section a {    padding: 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    background-color: #000;
    border: 1px solid #000;
    transition: all .3s;
    margin-left: -4px;
    height: 46px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5; }
.newsletter-section a img { width: 13px; }
.newsletter-section a:hover { background-color:#e20024; transition:all .3s;
}
.newsletter-field .val_email{    display: block;
    margin-top: 5px;
    color: #ff0000;}
.newsletter-section h2 {
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
}
.newsletter-section h3{margin-top:0; color:#fff;font-weight: 500;
    
    font-size: 36px;}
	.newsletter-box{padding:20px 0;}
/*End Newsletter Section*/



/*Vision Section */
.vision-section{position:relative}
.vision-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e20024;
    opacity: .5;
}

.vision-bg-area{padding:5em 0; background-size: cover; background-position: center center; }
.vision-content-area{width: 100%;
    margin: 0 auto;
    text-align: center;
   position:relative;
   z-index:1;
    padding: 2em;
    border-radius: 30px;
    color: #fff;}
.popup-youtube{ color:#fff;}
.popup-youtube span{font-size:12px;}

.vision-content-title-area h2{margin-top:0;  }
.vision-content-title-area h2 span{    font-size: 56px;}
.vision-content-title-area p{font-size:18px; font-weight:600;padding:15px 0;}
.vision-content-area h3{margin-top:0;margin-bottom:20px; padding-bottom:3px;font-weight:500; font-family: 'arcena'; font-size:32px;}
.vision-content-area h3:after{    content: "";
   
    background-position: center;
    background-size: 100%;
    width: 110px;
    height: 20px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;}


.popup-youtube img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
.popup-youtube img {
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
	width:120px;
}

/*Vision section*/


.modal-content button.close {
    
    background: transparent !important;
    border: 0;
    font-size: 32px;
    position: relative;
    z-index: 9;    padding: 5px 15px;
}
.modal-body ul{list-style:disc; margin-bottom:15px;padding-bottom: 10px;}
.modal-body ul li{ padding:5px;}
/*Start Footer*/


footer{
        border-top: 3px solid #e8e8e8;
    background: #f5f5f5;
}
footer .footer1{
    padding: 50px 0px;
}
footer .footer1 .col1{
    
}
footer .footer1 .col1 img{
    width: 120px;
}
footer .footer1 .col1 h4{
    font-weight: 600;
    margin-top: 15px;
}
footer .footer1 .col1 span{
    font-weight: 600;
    font-size: 20px;
}
footer .footer1 .col1 address{
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}
footer .footer1 .col1 address a{
    color: #004790;
}
footer .footer1 .col1 p{
    font-size: 14px;
    font-weight: 600;
    margin-top: -8px;
}
footer .footer1 .col1 p a{
    color: black;
}
footer .footer1 .col1 p .email{
    color: #004790;
}

footer .footer1 .col2{
    padding-top: 50px;
}
footer .footer1 .col2 h4{
    border-left: 5px solid #004790;
    font-weight: 600;
    padding-left: 10px;
}
footer .footer1 .col2 hr{
    background-color: #e6e6e6;
    height: 3px;
    width: 80%;
    float: left;
    border: none!important;
}
footer .footer1 .col2 ul{
    clear: both;
    padding: 0;
    list-style-type: none;
    padding-top: 1px;
}
footer .footer1 .col2 ul li{
    margin-top: 10px;
}
footer .footer1 .col2 ul li a{
    color: black;
    font-weight: 600;
}
footer .footer1 .col2 ul li a:hover{
    color: #004790;
}
footer .footer2{
    padding: 20px 0px;
    /*background-color: #004790;*/
    background: #004790 url(../images/pattern2.png);
    width: 100%;
}
footer .footer2 ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    text-align: center;
}
footer .footer2 ul li{
    display: inline-block;
}
footer .footer2 ul li a{
    color: white;
    font-size: 12px;
    border-right: 1px solid white;
    padding: 0px 12px;
}
footer .footer2 ul li a:hover{
    color: #dddddd;
}
footer .footer2 small{
    color: #cecece;
    text-align: center;
    margin: auto;
    line-height: 17px;
    font-size: 12px;
    padding-top: 3px;
}
footer .footer2 small a{
    color: #cecece;
}
footer .footer2 small a:hover{
    color: #cecece;
    text-decoration: underline;
}

.staff-login{    position: absolute;
    left: 0;
    padding: 5px;
    bottom: 10px;}

.staff-login a{color:#fff;}
.staff-login a:hover{color:#000;}
/*End Footer*/



/*Back To Top*/

#back-top { position: fixed; bottom: 20px; left: 20px; margin-left: 20px; z-index: 9999;}
#back-top a, #back-top-prev a { width: 50px; display: block; text-align: center; font-size:11px; text-transform: uppercase; text-decoration: none; color: #000; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top span#button { background-color: #CCCCCC; }
#back-top span#button, #back-top-prev span#button-prev { width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background-color: #7e6357;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 5px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
.fa.fa-arrow-circle-o-up { font-size: 44px; color: #999; padding-top: 0px; }

#back-top .fa.fa-arrow-circle-o-up:before{    content: "\f106";}

#back-top a:hover #button{background-color:#1b2f26; color:#fff;}
#back-top a:hover #button .fa{color:#fff;}

/*End Back To top*/




/* Start Button Effect */


.btneffect:hover, .btneffect:active { color: #fff !important; border:2px solid #9a9b9d !important; }
.btneffect { background: none; cursor: pointer; display: inline-block; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
.btneffect:hover:after, .btneffect:active:after { height: 100%; }
.btneffect:after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; width: 100%; height: 0; top: 0; left: 0; background: #56afbd; }
.btneffect1:hover, .btneffect1:active { color: #eb678c; background:none; border:2px solid #eb678c; }
.btneffect1 { background: none; cursor: pointer; display: inline-block; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.btneffect1:hover:after, .btneffect1:active:after { height: 100%; }
.btneffect1:after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s ease; width: 100%; height: 0; top: 0; left: 0; background: #fff !important; }
.btneffect1.orng:after { background: #eb678c !important; }
.btneffect1.orng:hover, .btneffect1.orng:active { color: #fff; background: none; border: 2px solid #fff; }
/*End Button Effect*/




img { max-width: 100%; }
figure { margin: 0; padding: 0; position: relative; display: block; cursor: pointer; overflow: hidden; }
figure:hover figcaption {
-webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-moz-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-o-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); opacity: 1; bottom: 0; }
figcaption {
-webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-moz-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-o-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; position: absolute; height: 100%; width: 100%; bottom: 100%; background: rgba(0, 0, 0, .5); color: #fff; -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;

}
figcaption h4 { font-family: 'Open sans'; font-weight: 400; color: #fff; padding: 10px 20px; margin-bottom: 0; position: relative; left: 0; opacity:0; margin-top: 25%; text-align:center; font-size: 30px; -webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;
-webkit-transition-delay: .7s;
-moz-transition-delay: .7s;
-o-transition-delay: .7s;
-ms-transition-delay: .7s;
transition-delay: .7s;
transition: opacity .5s;
transition-delay:.8s;
}
figure:hover h4 { left: 0; opacity:1; transition all 2s;
}
figure figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 1s;
-moz-transition: opacity 0.35s, -moz-transform 1s;
-ms-transition: opacity 0.35s, -ms-transform 1s;
-o-transition: opacity 0.35s, -o-transform 1s;
-webkit-transition: opacity 0.35s, -webkit-transform 1s;
transition: opacity 0.35s, transform 1s;
}
figure figcaption::before {
/*  border: 1px solid #fff;*/
-webkit-transform:scale(1, 0);
-moz-transform:scale(1, 0);
-ms-transform:scale(1, 0);
-o-transform:scale(1, 0);
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
figure:hover figcaption::before, figure:hover figcaption::after {
opacity: 1;
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
figcaption a { color: #fff; border: 2px solid #fff; padding: 4px 10px; text-decoration: none; }
figcaption a:hover { color: #fff; }
figure img { transition: all .5s ease-in-out;
transition-delay: .2s;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition-delay:.2s;
-moz-transition-delay:.2s;
-o-transition-delay:.2s;
-ms-transition-delay:.2s;
}
figure:hover img { transform: scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); }


.contrast-bg .header_top_bg { background: #333;color: #fff;}
.contrast-bg .menu-section-full{background-color: #000;}
.contrast-bg #actionbar{background:#888}
.contrast-bg #actionbar .col-xs-12 &gt; a:hover {
    background: #000;
}
.contrast-bg #actionbar .border .actionbar-item {
    border-right: 1px solid #737373;
}
.contrast-bg .double-module {
        background-color: #333;
}
.contrast-bg .double-module{    background-image: url(../images/dark-grey.png);
    background-repeat: repeat-y;
    background-size: 50%;}
.contrast-bg #cssmenu &gt; ul &gt; li:hover &gt; a, .contrast-bg #cssmenu &gt; ul &gt; li.active &gt; a{color:#000;}
.contrast-bg #cssmenu ul li ul{border-color:#000;}
.contrast-bg #cssmenu ul ul li:hover &gt; a, .contrast-bg #cssmenu ul ul li a:hover{background:#333; color:#fff;}
.contrast-bg #cssmenu ul ul li a{color:#333}

.contrast-bg #accessibility ul li a, .contrast-bg .header_top_items ul li a, .contrast-bg .accesible-pannel a, .contrast-bg .accesible-pannel a .fa{color:#fff; border-color:#fff;}
.contrast-bg #accessibility ul li a:hover, .contrast-bg .header_top_items ul li a:hover,  .contrast-bg .accesible-pannel a:hover, .contrast-bg .accesible-pannel a:hover .fa{color:#999; border-color:#999}

.contrast-bg .top-head ul li a:hover{color:#999}

.contrast-bg .accesible-pannel a i{border-color:#fff;}
.contrast-bg .accesible-pannel a:hover i{border-color:#3dc9ff;}
.contrast-bg .header_top_items ul li img{    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);}
.contrast-bg .top-head{background:#555;}
.contrast-bg .right-side-icon-menu li{background:#555;}
.contrast-bg .news-event-area{background:#666;}
.contrast-bg .newsarea .colcen h2, .contrast-bg .newsarea .colcen a{color:#fff;}
.contrast-bg .newsarea .colcen a:hover{color:#000}
.contrast-bg .newsarea .newscont a.titlebtn{background:#222;border-color:#222;}
.contrast-bg .vision-section:after{background:rgb(0,0,0)}
.contrast-bg .slick-dots li.slick-active button{background:#222; border-color:#222;}
.contrast-bg .slick-dots li button{border-color:#222;}
.contrast-bg footer{background:#000;}
.contrast-bg footer .copyright{background:#000;    border-top: 1px solid #333;}
.contrast-bg .footer-links h5{border-color:#fff;}
.contrast-bg .footer-top-bg:before, .contrast-bg .footer-top-bg:after{    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    opacity: .1;}
.contrast-bg .bottom-footer{background:#000;}
.contrast-bg #primary-content .page-title-small{background:#0,0,0,.8;}
.contrast-bg .testimional-section{    color: #fff; background: #222;border: 1px solid #666;    box-shadow: 15px 15px 0px 1px #888;}
.contrast-bg .testimional-section:before{    border-top: 60px solid #888;}
.contrast-bg .testimional-section:after{    border-top: 60px solid #222;}
.contrast-bg #secondary-cta{background-color:#000}
.contrast-bg .bannertextarea:before{border-left-color:#333}
.contrast-bg .border_1style{background:#666;}
.contrast-bg .border_1style:after{border-top-color:#666;}
.contrast-bg .mid_content h1{color:#3dc9ff;}
.contrast-bg .mid_content p{color:#fff;}
.contrast-bg .mid_content p a{color:#f1f1f1;    border-bottom: solid 1px #f1f1f1;}
.contrast-bg .mid_content p a:hover{color:#3dc9ff;  border-bottom: solid 1px #3dc9ff;}
.contrast-bg .bg_blue{background:#333;}
.contrast-bg .site_footer{background: #777;}
.contrast-bg footer ul li{   color: #fff;}
.contrast-bg footer ul li a{color:#fff !important;}
.contrast-bg footer ul li a:hover{color:#999 !important;}
.contrast-bg .col-connect-with-us ul.list-unstyled li .text{color:#fff !important}
.contrast-bg .backlinks-footer a{border-color: #fff;}
.contrast-bg footer ul li:last-child{border:0;}
.contrast-bg .footer-top-bg{background:#444}

#slider &gt; .slide{display:none;}
#slider &gt; .slide:first-child{display:block;}
#news &gt; .item{display:none;}
#news &gt; .item:first-child{display:block;}
#testim &gt; .item{display:none;}
#testim &gt; .item:first-child{display:block;}


.mfp-bg1 {
    background-color: rgba(0,0,0,0.8);
}

.my-mfp-slide-bottom.mfp-wrap .mfp-content { 
  /* at start */
  opacity:0; 
  -webkit-transition:all 0.15s ease-out; 
  -moz-transition:all 0.15s ease-out; 
  transition:all 0.15s ease-out; 
}
.my-mfp-slide-bottom.mfp-wrap.mfp-ready .mfp-content { 
  /* animate it */
  opacity:1; 
}
.my-mfp-slide-bottom.mfp-wrap.mfp-removing .mfp-content { 
  /* animate out */
  opacity:0; 
}
.mfp-wrap{z-index: 99999;}




.mfp-content{vertical-align: top;top:10%;}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-size: 44px;
    border: 2px solid #fff;
    border-radius: 30px;
    top: -75px;
        right: -5%;
    }
    .inline-popup {
    position: relative;
    width: auto;
    max-width:90%;
    margin: 20px auto;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    background-color: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
}

.search-form {
    margin: auto;
    text-align: center;
}
.top-right .search-web{    background-color: #e20024;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
	margin-left:10px;
    transition-property: all;
    transition-duration: 0.5s;
    border-radius: 0px;
    border: 2px solid #e20024;
	 display:inline-block}

.top-right .search-web.current-student{     background: transparent;
    color: #e20024;
        padding: 5px 10px;
    border-radius: 10px;
min-width:125px;
text-align:center; font-size:14px;}
.top-right .search-web.current-student:hover{ color: #fff; }

.top-right .search-web.get-started{     background: #fff;
    color: #000;border-color:#000;
	 padding: 5px 10px;
    border-radius: 10px;
min-width:125px;
text-align:center; font-size:14px;}
.top-right .search-web.get-started:hover{color: #fff;}
	
.top-right .search-web:hover{background:#000;border-color:#000; }
	
.top-right .search-web img{    padding-right: 4px; margin-top:-2px;}

.top-right {margin-top:20px;}

.mfp-video .mfp-close{    width: 44px;
    font-size: 38px;
    text-align: center;
    right: 0;
    padding: 0;}
	


.fb-with-video-slider{padding:4em 0;overflow:hidden}
#carousel-left img, #carousel-right img{max-width:37px;}


#pre-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}

.front #pre-loader-wrapper{
    display: block;
}

#pre-loader-wrapper img{
   width: 100px;
    margin-top: 25px;
    margin-bottom: 20px;
    vertical-align: top;
}

#pre-loader-wrapper .pre-loader-section {
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background:#004790;
   
}
#pre-loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 170px;
    z-index: 9999;
}
#pre-loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.pre-loaded #pre-loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* slide animation */

#pre-loader-wrapper .pre-loader-section.section-left {
    top: 0;
}
#pre-loader-wrapper .pre-loader-section.section-right {
    bottom: 0;
}
.pre-loaded #pre-loader-wrapper .pre-loader-section.section-left {
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    /* IE 9 */
    -o-transform: translateY(-100%);
    /* transform: translateY(-100%); */
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.pre-loaded #pre-loader-wrapper .pre-loader-section.section-right {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.pre-loaded #pre-loader-wrapper {
   visibility: hidden; 
     -webkit-transform: translateX(-100%); 
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    /* transform: translateX(-100%); */
    /* -webkit-transition: all 0.3s 1s ease-out; */
    -moz-transition: all 0.3s 1s ease-out;
    -ms-transition: all 0.3s 1s ease-out;
    -o-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/*Loader Css End*/

@media(min-width:991px){

/* ---------------- For sticky header: class="float-panel"  ------------------*/
.not-sticking {
   transform: translateZ(0);
    transition:all 0.5s; /* Effect for switching from .fixed to static */
}



/* when class="float-panel fixed" */
.sticking {animation: slide-down 0.7s;
  box-shadow:0 2px 6px rgba(0,0,0,0.2); z-index:992;  }
  .sticking .banner-top-header{    background: #022E64;}
  
  .contrast-bg .sticking .banner-top-header{     background: #333;}

@keyframes slide-down {
    0% {
        
        transform: translateY(-300px);
    } 
    100% {
        
        transform: translateY(0);
    } 
}









/*-------- Generic styles for the page ------------------*/

.stic.sticking .top-header{display:none;}
/*.inner-page-header.stic.sticking .head-menu{ background: #fff;}*/
.stic.sticking .top-bar-header{}

.stic.sticking .site-logo img{width:300px;}


}

.only-sticky-logo{display:none;}
@media(min-width:991px){
	.stick-me.sticking .only-sticky-logo {
    display: inline-block;
    
    position: absolute;
    z-index: 9;
    left: 30px;
    top: 5px;
}
.stick-me.sticking .only-sticky-logo .logopart img{
    width: 80px;
    margin-top: 0;
    margin-bottom: 0;
}
.stick-me.sticking span.slogan{    font-size: 18px;}
.stick-me.sticking span.slogan span{    font-size:20px; color: black!important;}
.stick-me.sticking .no-pading-left{
        margin: 15px 0px!important;
}
.stick-me.sticking.menu-section-full{background:#fff}
.stick-me.sticking #cssmenu{text-align:right;}
.stick-me.sticking #cssmenu &gt; ul &gt; li &gt; a, .stick-me.sticking #cssmenu &gt; ul &gt; li &gt; a {
    color: #000;
}
.stick-me.sticking #cssmenu &gt; ul &gt; li.has-sub &gt; a::after{    border-color: #000;}
.stick-me.sticking #cssmenu &gt; ul &gt; li:hover &gt; a {
    color: #004790;
}

.stick-me.sticking #cssmenu &gt; ul &gt; li.has-sub &gt; a::after{    border-color: #000;}
.stick-me.sticking #cssmenu &gt; ul &gt; li.has-sub:hover &gt; a::after{border-color:#004790}
.stick-me.sticking #cssmenu &gt; ul &gt; li:before{border-bottom: 2px solid #004790;}
.stick-me.sticking #cssmenu &gt; ul &gt; li:hover:before{width:100%}

.stick-me.sticking #cssmenu &gt; ul &gt; li &gt; a{font-size:14px !important;}
.stick-me.sticking #cssmenu &gt; ul &gt; li {    margin: 0 2px;}
.stick-me.sticking #cssmenu{    padding-top: 0px;
    padding-bottom: 0px;}
}



/* entypo */
[class*="entypo-"] i {
    line-height: 35px;
}
#sticky-social ul{padding-left:0 !important; list-style:none !important}
#sticky-social {
   right: 0;
   position: fixed;
   top: 45%;
   z-index:992;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-social a span {
      line-height: 35px;
    right: -100px;
    position: absolute;
    text-align: center;
    width: 100px;
    font-size: 14px;
	transition:.2s all;
	-webkit-transition:.2s all;
	-moz-transition:.2s all;
}
#sticky-social a:hover span {
   right: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }  

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }  

#sticky-social a[class*="youtube"],
#sticky-social a[class*="youtube"]:hover,
#sticky-social a[class*="youtube"] span { background: #cc2127; }  

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }  

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }


.slick-disabled{display:none !important;}
.float-quick-link{position: fixed;
    right: 0;
    z-index: 992;
    top: 50%;}


.float-quick-link .quick-links{  
    background: #341d0d;
	display:block;
   padding:10px 10px 10px 20px;
    border: 3px solid #fff;
    border-right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #fff; transition:.3s all; -webkit-transition:.3s all; -moz-transition:.3s all;}
	
.float-quick-link a:hover{padding:10px 20px 10px 20px; background:#000}
#cboxClose {
       top: 0;
    bottom: inherit;
    text-indent: -75px;
    color: #000;
}


#edit-date-wrapper &gt; label {
    display: none;
}
#edit-field-date-value-min-wrapper{
    width: calc(50% - 8px);
    float: left;
}
#edit-field-date-value-max-wrapper {
    width: calc(50% - 8px);
    float: right;
}
#ui-datepicker-div{    z-index: 992 !important;}
.ui-widget-header{background:#000}
#primary-content .ec-directory-option .event-label a {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0;
}
#primary-content .ec-directory-option .event-label .fa-th-list {
    font-size: 15px;
    color: #000;
}

.view-happenings-detail .ec-directory-option {
    list-style: none !important;
}

#primary-content .news_events_promoted .news-section-bg .view-header h3 {
    margin-top: 0;
    padding: 15px 15px 18px;
    background: #f4efe9;
    color: #e20024;
    text-transform: uppercase;
}

#primary-content .news_events_promoted .titlebtn h3 {
    color: #fff;
    padding: 0 20px;
    font-weight: 600;
    margin: 5px 0;
    padding-left: 10px;
    font-size: 22px;
    display: inline-block;
    line-height: 1;
}

.news_events_promoted.newsarea {
    margin-bottom: 50px; margin-top:30px;
}
#primary-content .countdown h2 {
    color: #000;
    text-align: center;
    margin: 0px 0;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
}
#primary-content .news_events_promoted ul.countdown li p {
    margin-top: 13px;
}

.calendar-calendar td .inner div.day a{color:#e20024}

.calendar-calendar .month-view .full td.single-day div.monthview{background:#e20024; color:#fff}
.calendar-calendar .month-view .full td.single-day div.monthview a{color:#fff !important;}
.calendar-calendar .month-view .full td.single-day div.monthview:hover{background:#000}

.calendar-calendar .month-view .full td.date-box.today, .calendar-calendar .month-view .full tr td.single-day.today{/*border-color: #e20024;*/}

.calendar-calendar td.empty{color:#999}
.view .date-nav-wrapper .date-prev a {
    background: url(images/left-arrow.png) no-repeat 0 0 !important;
    border: none;
    margin: 0;
    text-indent: -999999px;
    font-size: 0px;
       padding: 10px 14px !important;
}
.view .date-nav-wrapper .date-prev {
    left: 36%;
    top: 2px;
    right: auto;
    width: 52px;
}


#primary-content .item-list .pager li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.view .date-nav-wrapper .date-next {
    right: 35%;
    left: auto;
    top: 2px;
    width: 52px;
}


.view .date-nav-wrapper .date-next a {
    background: url(images/right-arrow.png) no-repeat 0 0 !important;
    border: none;
    margin: 0;
    text-indent: -999999px;
    border-radius: 0 !important;
    font-size: 0px;
       padding: 10px 14px !important;
}
.view .date-next, .view .date-nav-wrapper .date-prev {
    background: none!important;
    margin: 0!important;
    border: 0 !important;
}

.mfp-close .fa.fa-times{font-size: 20px;vertical-align: top;line-height: 40px;position:relative; z-index:-1}

#cssmenu &gt; ul &gt; li.mobile-link{display:none;}

@media(max-width:991px){
#cssmenu &gt; ul &gt; li.mobile-link{display:block;}
.accesible-pannel{z-index:100;display: inline-block;

width: auto;}
.right-top-bar{display:none;}
.top-head{padding:12px 0;}
.menu-section-full {
position:absolute !important; top:0; width:100%; background:transparent;z-index:90
}
#cssmenu &gt; ul &gt; li::before{content:none;}

body.body-stick{padding-top:0 !important;}
#cssmenu ul li ul {    border: 0;
    border-radius: 0px;
    overflow: inherit; }

.footer-logo{margin-bottom:20px;}
.row.mobrowright{margin:0;}
#slider .slick-dots, #mobile_slider .slick-dots{padding:0;}
}

@media(max-width:767px){
    #primary-content .post-outer h2.post-title{
        padding-top: 30px;
    }
    button, html input[type="button"], input[type="reset"], input[type="submit"]{
        font-size: 14px;
    }
	.logopart img {max-width: 200px;}
	.top-right {

    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;

}
.top-right .search-web{padding: 6px 6px;

font-size: 12px;

display: block;
margin:0;
max-width: 220px;
margin: 0 auto;
margin-bottom: 10px;}
#news{max-width:100%;}
.slick-prev, .slick-next{width:24px;}
.date_and_location{width:100% !important;}
.vision-content-title-area h2 span{font-size:38px;}
#carousel{margin:40px 0 !important;}
footer .backlinks-footer li{display:block}
.backlinks-footer li a{border:0; line-height:2;}
.footer-logo img{max-width:120px;}
#search_form.inline-popup{max-width: 100%; padding:10px;}
#search_form .search-form-field{max-width:200px !important;}
#search_form .search-input-btn{padding:6px 10px; font-size:12px;}
.countdown span, .countdown{font-size: 20px !important;}

.header_top_bg #accessibility ul li{width:100%;}
.header_top_bg #accessibility .close-content-box{text-align:right;}
}


.nolink {cursor:default;}

.top_content-notification{padding: 20px;background: #e20024;text-align: center;}
.top_content-notification h3{margin:0;    font-size: 20px;}
.top_content-notification h3{color:#fff;}
.top_content-notification a{color:#000}
.top_content-notification a:hover{color:#f2be4e; text-decoration:underline;}

.contact-row {
    margin: 15px 0;
}
.contact-details {
    display: table-cell;
    padding-left: 15px;
    width: 500px;
}
.contact-row img {
    width: 25px;
}


.webform-client-form-37 {
    max-width: 60%;margin: 0 auto;display: inline-block;border: 1px solid #ddd;padding: 0 15px; text-align:left;    box-shadow: 0px 4px 20px #ddd;
}
.webform-client-form-37 .form-group{float:left; width:100%;}
.webform-client-form-37 .form-group.form-item.webform-component.webform-component--first-name, 
.webform-client-form-37 .form-group.form-item.webform-component.webform-component--last-name, 
.webform-client-form-37 .form-group.form-item.webform-component.webform-component--home-telephone,
.webform-client-form-37 .form-group.form-item.webform-component.webform-component--other-phone, 
.webform-client-form-37 .form-group.form-item.webform-component.webform-component-email.webform-component--email-address, 
.webform-client-form-37 .form-group.form-item.webform-component.webform-component-email.webform-component--email-address-again {
    float: left;
    width: 50%;
}
label.option{vertical-align:middle;}
.webform-client-form-37 .form-group {
    padding:0 8px;

}

.webform-client-form-37 .form-actions{    float: left;
    width: 100%;
    padding: 0 8px;
    margin: 30px 0 40px 0;
    text-align: center;}
	
.webform-client-form-37 .form-actions .form-submit {
    font-size: 20px;
}

.webform-client-form-37 .webform-calendar.hasDatepicker{vertical-align:middle;}
.webform-client-form-37 .webform-component--birth-date{clear:both;}

.webform-client-form-37 .captcha{float:left; width:100%; padding:0 8px; margin-top: 20px;}


.webform-client-form-41 .webform-component--student-1{position: relative;padding-bottom: 5px;margin-bottom: 10px;padding: 5px 8px;}
.webform-client-form-41 .webform-component--student-1:after {content: "";background: #000;position: absolute;width: 50px;height: 3px;
    bottom: 0;left: 8px;}
	
.webform-client-form-41	.webform-component--first-name, .webform-client-form-41	.webform-component--middle-name, .webform-client-form-41	.webform-component--last-name, .webform-client-form-41 .webform-component--first-name1, .webform-client-form-41 .webform-component--middle-name1, .webform-client-form-41 .webform-component--last-name1, .webform-client-form-41 .webform-component--first-name2, .webform-client-form-41 .webform-component--middle-name2, .webform-client-form-41 .webform-component--last-name2{max-width: 33.33%;float: left;padding: 0 8px;}

.webform-client-form-41	.webform-component--gender, .webform-client-form-41	.webform-component--date-birth, .webform-client-form-41	.webform-component--gender1, .webform-client-form-41 .webform-component--date-of-birth1, .webform-client-form-41	.webform-component--gender2, .webform-client-form-41 .webform-component--date-of-birth2{width:50%; float:left; padding:0 8px;}

.webform-client-form-41	.webform-component--entering-grade, .webform-client-form-41	.webform-component--new-or-returning-student, .webform-client-form-41	.webform-component--entering-grade1, .webform-client-form-41 .webform-component--new-or-returning-student2, .webform-client-form-41	.webform-component--entering-grade2, .webform-client-form-41 .webform-component--new-or-returning-student1{width:50%; float:left; padding:0 8px;}


.webform-client-form-41 .webform-component--student-2{    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding: 5px 8px;
    clear: left;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    display: inline-block;
    width: 100%;}
.webform-client-form-41 .webform-component--student-2:after {content: "";background: #000;position: absolute;width: 50px;height: 3px;
    bottom: 0;left: 15px;   }
	
.webform-client-form-41 .webform-component--student-3{    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding: 5px 8px;
    clear: left;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    display: inline-block;
    width: 100%;}
.webform-client-form-41 .webform-component--student-3:after {content: "";background: #000;position: absolute;width: 50px;height: 3px;
    bottom: 0;left: 15px;   }	
	
	
.webform-client-form-41 .webform-component--fathers-name, .webform-client-form-41 .webform-component--date-of-application, .webform-client-form-41 .webform-component--home-address, .webform-client-form-41 .webform-component--mailing-address{width:50%; float:left; padding:0 8px;}

.webform-client-form-41 .webform-component--fathers-guardians-information{    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding: 5px 8px;
    clear: left;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    display: inline-block;
    width: 100%;}
.webform-client-form-41 .webform-component--fathers-guardians-information:after {content: "";background: #000;position: absolute;width: 50px;height: 3px;bottom: 0;left: 15px;   }


.webform-client-form-41 .webform-component--father-first-name, .webform-client-form-41 .webform-component--father-middle-name, .webform-client-form-41 .webform-component--father-last-name{max-width: 33.33%;float: left;padding: 0 8px;}

.webform-client-form-41 .webform-component--home-phone, .webform-client-form-41 .webform-component--work-phone, .webform-client-form-41 .webform-component--cell-phone{max-width: 33.33%;float: left;padding: 0 8px;}

.webform-client-form-41 .webform-component--employer, .webform-client-form-41 .webform-component--email-address{width:50%; float:left; padding:0 8px;}

.webform-client-form-41 .webform-component--mothers-guardians-information{    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding: 5px 8px;
    clear: left;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    display: inline-block;
    width: 100%;}
.webform-client-form-41 .webform-component--mothers-guardians-information:after{content: "";background: #000;position: absolute;width: 50px;height: 3px;bottom: 0;left: 15px; }

.webform-client-form-41 .webform-component--mother-first-name, .webform-client-form-41 .webform-component--mother-middle-name, .webform-client-form-41 .webform-component--mother-last-name{max-width: 33.33%;float: left;padding: 0 8px;}

.webform-client-form-41 .webform-component--mother-home-phone, .webform-client-form-41 .webform-component--mother-work-phone, .webform-client-form-41 .webform-component--mother-cell-phone{max-width: 33.33%;float: left;padding: 0 8px;}

.webform-client-form-41 .webform-component--mother-employer, .webform-client-form-41 .webform-component--mother-email-address{width:50%; float:left; padding:0 8px;}

.webform-client-form-41 .form-actions{    float: left;
    width: 100%;
    padding: 0 8px;
    margin: 30px 0 40px 0;
    text-align: center;}
	
.webform-client-form-41 .form-actions .form-submit{font-size:20px;}

.webform-client-form-41 .form-item-captcha-response{float:left; width:100%; padding:0 8px;}



.webform-client-form-41 {max-width: 70%;margin: 0 auto;display: inline-block;border: 1px solid #ddd;padding: 0 15px; text-align:left;    box-shadow: 0px 4px 20px #ddd;}

#primary-content .webform-client-form-41 h3{margin-top:0;}

@media(max-width:767px){
	#primary-content .webform-client-form-41 h3{font-size:24px; line-height:30px}
}



.webform-client-form-15{max-width: 60%;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 15px;
    text-align: left;
    box-shadow: 0px 4px 20px #ddd;}

.webform-client-form-15 .webform-component--your-first-name, .webform-client-form-15 .webform-component--your-last-name{width:50%; float:left; padding:0 8px;}

.webform-client-form-15 .webform-component--organization{width:100%; float:left; padding:0 8px;}

.webform-client-form-15 .webform-component--contact-numbers, .webform-client-form-15 .webform-component--email-address{width:50%; float:left; padding:0 8px;}

.webform-client-form-15 .form-actions{    float: left;
    width: 100%;
    padding: 0 8px;
    margin: 30px 0 40px 0;
    text-align: center;}


.webform-client-form-15 .form-actions .form-submit {
    font-size: 20px;
}

.webform-client-form-15 .captcha{float:left; width:100%; padding:0 8px; margin-top: 20px;}

#clientsidevalidation-webform-client-form-37-errors, #clientsidevalidation-webform-client-form-41-errors, #clientsidevalidation-webform-client-form-15-errors{text-align:left;}

#clientsidevalidation-webform-client-form-37-errors label, #clientsidevalidation-webform-client-form-41-errors label, #clientsidevalidation-webform-client-form-15-errors label{vertical-align:top;}

@media(max-width:767px){
	.webform-client-form-41{max-width:100%;}
	.webform-client-form-41 .form-group.form-item.webform-component{max-width:100% !important; width:100% !important;}
	.webform-client-form-37{max-width:100%;}
	.webform-client-form-37 .form-group.form-item.webform-component{max-width:100% !important; width:100% !important;}
	.webform-client-form-15{max-width:100%;}
	.webform-client-form-15 .form-group.form-item.webform-component{max-width:100% !important; width:100% !important;}
}



.datepick-popup .datepick{width:inherit !important; border-color:#000}
.datepick-popup .datepick-month-header, .datepick-popup .datepick-month-header select, .datepick-popup .datepick-month-header input{    height: auto;    padding: 6px 0px 3px;}
.datepick-popup .datepick-nav, .datepick-popup .datepick-ctrl{    background-color: #000;}
.datepick-popup .datepick-month{ border-color:#000}
.datepick-popup .datepick-month th, .datepick-popup .datepick-month th a{background-color: #000;}
.datepick-popup .datepick-month th{border-color:#000}
.datepick-popup .datepick-cmd:hover{background-color: #e20024 !important;}
.datepick-popup .datepick-month td .datepick-highlight{background-color: #e20024}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input{background-color: #e20024}




@media(max-width:450px){

	.calender_home .rteright{text-align:center;}
	.calender_home span{font-size:13px;}
	.calender_home img{max-width:32px;}
	.calender_home{text-align:center;}
	#primary-content .news_events_promoted .news-section-bg .view-header h3{font-size:24px;}
	.back_links{font-size:14px;}
	.mobile-responsive-image{    margin: 0 auto !important;
    display: block; float:none !important;}
}

.logo_slogan{display: block;max-width: 250px;font-style: italic;letter-spacing: 6px;font-size: 12px;font-weight: 600;text-align: center;
margin-bottom: 10px;margin-top: -12px;color: #000 !important;}

@media(max-width:767px){.popup-youtube img{max-width:80px;}}

@media(max-width:991px){
	.view .date-nav-wrapper .date-prev{left:0 !important}
	.view .date-nav-wrapper .date-next{right:0 !important;}
	
/*	.search-web.current-student{display:none;}
	.search-web.get-started{display:none;}*/
	
	.middle-head .col-md-8 {border-top: 2px solid #ddd;padding-top: 15px;background: #f5f5f5;padding-bottom: 5px;text-align: center;}
	.middle-head .col-md-8 .top-right p{margin-bottom:0 !important}
	.top-right .search-web{width: 48%;max-width:inherit; min-width:inherit;
display: inline-block;}
	
	.footer-text .footer-links {
    margin-bottom: 30px;
    margin-top: 30px;
}
	.col-lg-4.leftarea{float: none;}
	.top-right{margin-top:0 !important}
	.middle-head .col-md-8{padding-bottom:15px;}
	
}



#search-form.search-form {
    width: 100%;
    text-align: center;margin-top:30px;
}
.search-form {
    margin-bottom: 1em;
}
.container-inline div, .container-inline label {
    display: inline;
}
.form-item.form-type-textfield.form-item-keys label {
    font-weight: 500;
}
.search-form input{vertical-align:middle;}
.search-form input.form-submit {
  margin-top: 0;

margin-bottom: 0;

vertical-align: middle;

margin-left: -6px;

border: 1px solid #e20024;
}
.container-inline .form-type-textfield.form-item-keys input.form-text {
   max-width: 250px;
padding: 6px;
height: auto;
border-radius: 0;
border: 1px solid #e20024;
min-height: 36px;
box-shadow: inset 0 0 0 0 #e20024;
-webkit-transition: all linear 0.4s;
-moz-transition: all linear 0.4s;
transition: all linear 0.4s;
}
.container-inline .form-type-textfield.form-item-keys input.form-text:focus{    background: #f9f9f9;
    border-color: #e20024;
    box-shadow: inset 0px -3px 0 0px #e20024 !important;}

#edit-basic #edit-submit.form-submit {
    margin-left: -5px;
    height: 36px;
	vertical-align: bottom;
}
@media (min-width: 1199px){
.container-inline .form-type-textfield.form-item-keys input.form-text {
    max-width: 400px;
}
}
#search-form + h2 {
    font-size: 22px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #e20024;
    padding-bottom: 10px;
    font-weight: 500 !important;
	margin-top: 50px;
}
.search-results {
    list-style: none !important;
    padding: 0 !important;
}
.search-results li {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.search-results li:last-child{border:0;}
.search-results.node-results h3.title {
    font-size: 18px !important;
    line-height: 20px !important;
    margin-top: 10px;font-weight:600 !important;
}
.search-results.node-results h3.title a:hover {
text-decoration:underline;
}
.search-snippet-info {
    padding-left: 0 !important;
}
.search-results .search-snippet {
    font-size: 0.85em;
}
.search-snippet-info .search-info{display:none;}

@media(max-width:767px){
.form-item.form-type-textfield.form-item-keys label {
    display: block;
}
.mobile-center{text-align:center !important;}

}
@media(max-width:380px){
.container-inline .form-type-textfield.form-item-keys input.form-text {
    max-width: 180px;
}
}


.sr-only-clip {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0! important;
    white-space: nowrap !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}

.search-form.search-popup input{box-shadow: none !important;}


.mf-videoslider .mfp-content{max-width:85%;}
.mfp-iframe-scaler iframe{box-shadow:none !important;}

.album_container {
    position: relative;
    margin-bottom: 40px;
}
.album_container .album_image {
    overflow: hidden;
}
.album_container .album_image img {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
}
.album_container .album_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,.5);
    border-top: 2px solid rgba(255,255,255,.5);
}
.album_container .album_title h3 {
    color: #fff !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0;
}

.album_image:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.header-for-inner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.lazy-section {
    background-size: cover;
    background-repeat: no-repeat;
}
#nakainer .header-for-inner.lazy-section {
    background: url(../images/banner1.jpg) center center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.header-for-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;background:#000; opacity:.6
}

.page-breadcrumb {
    width: 100%;
   
    z-index: 100;
    bottom: 0;
   
    overflow: hidden;
}
.page-breadcrumb .breadcrumb {
    padding: 4px 0;
    margin-bottom: 0;
    font-size: 12px;
}
.breadcrumb a {
    color: #FFFFFF;
    text-decoration: underline;
}
.breadcrumb .b_sep {
    font-size: 9px;color:#fff;
}
.breadcrumb .nolink {
    text-decoration: none;
    cursor: default;    pointer-events: none;
}
.breadcrumb .b_title {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}


@media(max-width:1200px){
	.service-area{text-align:center;}
	.service-area .col-md-2-5{width: 33.33%;float: none;display: inline-block;margin-left: -3px;margin-bottom: 15px;}
	.service-area .col-md-2-5 .hov-view{width:100%;}
	.text-section-banner-bottom{background-size: cover;}
}

@media(max-width:991px){
	#services{padding-left:15px; padding-right:15px;}
	#back-top{display:none !important}
	#primary-content .page-title-small h1{font-size:36px;}
	#header .home_tab{display:block !important}
}

#mobile_slider{display:none;}
@media(max-width:767px){
#slider{display:none;}
#mobile_slider {display:block}
}


.panel-default .panel-heading{
background: transparent;
   padding: 0px; }
	
	.panel-group .panel.panel-default{border-radius:0;    margin-bottom: 30px;     border: 2px solid #fff;background:transparent;  border-bottom: 1px solid #ddd;
    padding-bottom: 15px;}
	.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border-top-color: #fff;    background: #fff;
}
.panel.panel-default:last-child{margin-bottom:0;}
.panel-group{margin-top:4px; margin-bottom:0;  }
.panel-title a{display:block;color: #fff !important; padding: 6px 15px; font-size:20px;   }

.panel-title a img{    max-width: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;}

.panel-title a span{display:inline-block; vertical-align:middle;}

.panel-default .panel-heading:hover {
       background: #b9d40f;
}


.panel .indicator.fa{margin-top: 0px;    line-height: 28px;}
.indicator.fa:before{float:right;   }

.active-panel .panel-title a{background:#b9d40f;}
  .panel-heading.panel-blue-bg a{    background: #0061C5;
    padding-right: 40px;
    position: relative;
    border: 2px solid #009EC8;}


.panel-heading a{text-decoration:none !important;}
.panel-heading.panel-blue-bg a{    background: #fff;
    padding-right: 40px;
    position: relative;
    border: 0;
    color: #000 !important;}
.panel-heading.panel-blue-green a{background:#b9d40f;padding-right: 40px;position:relative;    border: 2px solid #97ad0c;}

.panel-heading.panel-blue-bg a:hover, .panel-heading.panel-blue-bg.active-panel a{color:#e20024 !important}

.panel-heading.panel-blue-green a:hover, .panel-heading.panel-blue-green.active-panel a{background:#0c5dc5; border: 2px solid #6b9ee1;}


.panel-heading.panel-blue-bg h4{margin:0 !important}
.panel-heading.panel-blue-bg a:after, .panel-heading.panel-blue-green a:after{    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    position: absolute;
        right: 10px;
    top: 4px;}

.panel-blue-bg-content{    border: 0px solid #bf001e;
    border-top: 0;}
.panel-blue-green-content{    border: 1px solid #0c5dc5;
    border-top: 0;}
.panel-heading.panel-blue-bg.active-panel a:after, .panel-heading.panel-blue-green.active-panel a:after{ content: "\f106";}


.panel-for-prog .panel.panel-default:last-child {
    margin-bottom: 30px;
}
.panel-for-prog .panel.panel-default {
    border-radius: 0;
    margin-bottom: 30px;
    border-color: #444;
}
.panel-for-prog.brown .panel.panel-default {
 
    border-color: #96715b;
}
.panel-for-prog.blue .panel.panel-default {
 
    border-color: #0c5dc5;
}

.panel-for-prog.brown .panel-title a:hover, .panel-for-prog.brown .active-panel .panel-title a {
 
    background: #96715b; color:#fff !important;
}
.panel-for-prog.blue .panel-title a:hover, .panel-for-prog.blue .active-panel .panel-title a {
 
    background: #0c5dc5; color:#fff !important;
}

.panel-for-prog .active-panel .panel-title a i.indicator{color:#fff !important;}
.panel-for-prog .panel-title a:hover i.indicator{color:#fff !important;}
.panel-for-prog.brown i.indicator{
 
    color: #96715b;
}
.panel-for-prog.blue i.indicator  {
 
    color: #0c5dc5;
}

.panel-for-prog .panel-default .panel-heading {
    border:0;
    padding: 0px;
}
.panel-for-prog .panel-title a {
    display: block;
    color: #000 !important;
    padding: 6px 15px;
    font-size: 16px;
}
.panel-for-prog .panel-title a span {
    display: inline-block;
    vertical-align: middle;
}
.panel-for-prog .panel .indicator.fa {
    margin-top: -1px;
    margin-left: 0;
}
.panel-for-prog .active-panel .indicator.fa-angle-down:before {
    content: "\f106" !important;
}
.panel-for-prog .indicator.fa:before {
    float: right;
}

.panel-heading.panel-blue-bg.active-panel a:after, .panel-heading.panel-blue-green.active-panel a:after {
    content: "\f106";
}

.useful-links-section {
       padding: 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cccccc+0,f2f2f2+52,f2f2f2+100 */
background: rgb(204,204,204); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(204,204,204,1) 0%, rgba(242,242,242,1) 52%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(242,242,242,1) 52%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(204,204,204,1) 0%,rgba(242,242,242,1) 52%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */

    border: 1px solid #ccc;
    margin-bottom: 15px;

}
.title-section-useful-links h4{margin-top:0 !important;font-size: 16px !important;    color: #e20024 !important;}
.title-section-useful-links {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bbb;
}
.useful-links-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
}
.useful-links-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.useful-links-item ul {
    margin-bottom: 0;
    padding-left: 0 !important;
    list-style: none !important;
}
.useful-links-item ul li {
    margin-bottom: 7px;
    padding-bottom: 7px;    border-bottom: 1px solid #ccc;
}
.useful-links-item ul li:last-child{border-bottom:0;    margin-bottom: 0;
    padding-bottom: 0 !important;}
.useful-links-item ul li a {
    text-decoration: none !important;
    display: block;
    color: #000;
    font-size: 15px;
}
.useful-links-item ul li a {
    padding-right: 20px;
    position: relative;
}
.useful-links-item ul li a:hover {
    color: #e20024;
}

.useful-links-item ul li a:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 7px;
    top: 2px;
    font-size: 20px;
}

.no-border-table tbody{border:0;}
.no-border-table tbody td{padding:15px; padding-left:0;}
.not-front #header .home_tab{ display:inline-block !important;}




/* #node-26 .field-type-text-with-summary{    width: 50%;
    float: left;} */
.webform-client-form.webform-client-form-26{    float: left;
    width: 50%;}
.webform-client-form.webform-client-form-26	 .form-actions{clear:both; padding:0px 15px;}
#clientsidevalidation-webform-client-form-26-errors{float: left;
    width: 50%;}
	#webform-client-form-26 .col-md-6 {width:100%;}

@media(max-width:991px){
	#node-26 .field-type-text-with-summary{    width: 100%;
    float: none;}
.webform-client-form.webform-client-form-26, #clientsidevalidation-webform-client-form-26-errors{    float: none;
    width: 100%;}
}

@media(max-width:767px){
.main_content a{ /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;}
}

#webform-client-form-26 .captcha{ clear:both; padding-left:15px;}

.importal-links ul &gt; li span {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
table{width:100%;}
table td {
    border: 1px solid #ddd;
    padding: 10px;
}
span.top_text{
margin-bottom: 10px;
text-align:center;
}

.main_content .table-style .views-table{font-size:14px;}
.main_content .table-style .views-table thead tr th{
	padding: 10px 9px;
	border: 1px solid #AEAEAE;
	color: #fff;
}
.main_content .table-style .views-table tr th{background-color:#6e7174 !important;}

.main_content .table-style .views-table tr td {
    border: 1px solid rgb(174,174,174);
    vertical-align: middle;
    padding: 8px 9px 4px 9px;
}
.table-style .views-field-field-short-title a {
    font-weight: bold;
}

.main_content .view-procurements .views-field-field-status.Open, .main_content .view-bids-rfps-detail-page .views-field-field-status .Open, .main_content .view-procurements .views-field-field-status.Open a, .main_content .view-bids-rfps-detail-page .views-field-field-status .Open a {
    color: #008000;
}
.view-procurements .views-field-field-status.Open span, .view-procurements .views-field-field-status.Closed div, .view-procurements .views-field-field-status.Awarded div {
    display: none;
}
.view-procurements td.views-field-field-status {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.main_content .doc_more a{padding:5px 10px;border:1px solid;background:#162a21;color:#fff;font-weight:bold;font-size:16px;display:inline-block;text-decoration:none; word-break: normal;}
.main_content .doc_more a:hover{background:#2ab5dd;color:#fff;}
.main_content .doc_more.Closed a,.main_content .doc_more.Closed a:hover,.main_content .doc_more.Awarded a,.main_content .doc_more.Awarded a:hover{background:none;border:none;padding:0;}
.main_content .doc_more a.opened{color:#00847e;}
.main_content .doc_more a.opened:hover{color:#2ab5dd;}

.main_content .doc_more.Closed .closed, .main_content .doc_more.Open .opened, .main_content .doc_more.Awarded .closed {
    display: none;
}

.view-bids-rfps-detail-page .views-label {
    display: inline;
    font-weight: bold;
}
.view-bids-rfps-detail-page .views-field-field-bid-rfp-number, .view-bids-rfps-detail-page .views-field-title, .view-bids-rfps-detail-page .views-field-field-bid-rfp-number .views-label {
    font-size: 22px;
    color: #00847e;
}
.view-bids-rfps-detail-page .field-content {
    display: inline-block;
}
.view-bids-rfps-detail-page .views-field {
    margin-bottom: 15px;
}
.view-bids-rfps-detail-page .views-field-title {
    display: none;
}
.webform-client-form-46 {
    max-width: 450px;
}
.webform-client-form label{display: block;}
 @media(max-width: 767px){
 .main_content .view-procurements{
 overflow-x: auto;
 }
 }
 
 
 
 
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.top-head .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.top-head .dropdown-menu &gt; li &gt; a {
  display: block;
      padding: 8px 20px !important;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;margin:0 !important
}
.top-head .dropdown-menu &gt; li &gt; a:hover,
.top-head .dropdown-menu &gt; li &gt; a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.top-head .dropdown-menu &gt; .active &gt; a,
.top-head .dropdown-menu &gt; .active &gt; a:hover,
.top-head .dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.top-head .dropdown-menu &gt; .disabled &gt; a,
.top-head .dropdown-menu &gt; .disabled &gt; a:hover,
.top-head .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #777;
}
.top-head .dropdown-menu &gt; .disabled &gt; a:hover,
.top-head .dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open &gt; .dropdown-menu {
  display: block;
}
.open &gt; a {
  outline: 0;
}
.top-head .dropdown-menu-right {
  right: 0;
  left: auto;
}
.top-head .dropdown-menu-left {
  right: auto;
  left: 0;
}
.top-head .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.top-head .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.top-head .dropdown-item:hover .dropdown-menu {
    display: block;
    margin: 0;
    padding: 0;
    top: 30px;
}

.top-head .dropdown-item:hover .dropdown-menu{    display: block;
    margin: 0;
    padding: 0;    top: 30px;}
	ul.dropdown-menu li {
    display: block;
    margin: 0;
}

.top-head .dropdown-menu &gt; li &gt; a{    padding: 8px 20px;    border-top: 1px solid #ddd;}
.top-head .dropdown-menu &gt; li:first-child &gt; a{border:0}

.form-item .form-text{
max-width: 100%;
padding: 10px;
}
.rfp_wrappers{display:none;}

.view-procurements .views-field-field-status.Closed, .view-bids-rfps-detail-page .views-field-field-status .Closed{ color:#FF0000;}

.front .home-tab {
    display: none !important;
}
.close {
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 0 black;
    filter: alpha(opacity=20);
    opacity: 1;
}

.footer-seperator{    background: #132920 url(../images/pattern2.png);
    width: 100%;    height: 30px;}
	
	.main_content a {
    text-decoration: underline;    font-weight: 600;
    color: #035e35;
}
.main_content a:hover{ color:#2ab5dd;}
#primary-content hr {
    margin: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

.bck_previous {
    padding: 15px 0;
}
.bck_previous a{
   color:#fff;
}

.bck_previous a:hover {
    color: #2ab5dd;
}

#myModal .modal-body a, #myModal2 .modal-body a, #myModal3 .modal-body a{ text-decoration: underline;    font-weight: 600;
    color: #035e35;}
	
	#myModal .modal-body a:hover, #myModal2 .modal-body a:hover, #myModal3 .modal-body a:hover{ color:#2ab5dd;}

.main_content .accordion-lists .panel.panel-default{
    border-radius: unset;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    background: transparent;
    padding-bottom: 0;
}
.main_content .accordion-lists .panel-default .panel-heading:hover {
    background: transparent;
}
.main_content .accordion-lists .panel-title a {
    display: block;
    color: #00847e !important;
    padding: 6px 15px;
    font-size: 20px;
	font-weight: 700;
	background: #f5f5f5;
	position: relative;
}
.main_content .accordion-lists .panel-title a:hover {
	color: #fff !important;
    background: #00847e;
}
.main_content .accordion-lists .active-panel .panel-title a {
    background: #00847e;
    color: #fff !important;
}
.main_content .accordion-lists .panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    font-size: 30px;
    transition: all 0.5s;
    position: absolute;
    right: 10px;
    top: 10px;
}
.main_content .accordion-lists .panel-heading.active-panel a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main_content .accordion-lists h4.panel-title{
	margin-bottom: 0px !important;
}
@media(max-width: 480px){
.main_content .accordion-lists .panel-title a{
	padding-right: 30px;
}
}


span.slogan {
    display: inline-block;
    text-align: left;
    color: black;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
}
span.slogan span {
    display: block;
    font-size: 30px;
    font-weight: 700;
}






.benifit{
    padding-top: 100px;
}
.benifit .col1 .title_sec{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 3px;
    margin: 0 auto;
}
.benifit .col1 .line{
    width: 1px;
    height: 80px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(179deg,#a2cf42,#008edd);
    border-image-slice: 1;
    margin: 0 auto;
    margin-bottom: 30px;
}
.benifit .col2{
    padding: 0;
}
.benifit .col2 img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top center;
}
.benifit .col3{
    position: relative;
    margin-top: -120px;
}
.benifit .col3 img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.benifit .col3 .overlay{
  top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 35px 30px;
    background: url(/sites/default/files/benifit_img2.png);
}
.benifit .col3 .overlay .col31 h2{
    color: white;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;    font-size: 28px;
} 
.benifit .col3 .overlay .col31 p{
    margin-top: 30px;
}
.benifit .col3 .overlay .col31 p a{
    color: white;
    font-weight: 600;
}
.benifit .col3 .overlay .col31 p a i{
    font-size: 13px;
}
.benifit .col3 .overlay .col32 p{
    color: white;
    line-height: 30px;
}
.icons-code img {
    max-width: 80px;
}	

.expert_suggest{
    padding-top: 100px;    padding-bottom: 50px;
}
.expert_suggest .col1{
    padding-bottom: 40px;
}
.expert_suggest .col1::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 2px;
    /*background: linear-gradient(225deg,#008edd 0,#a2cf42 100%);*/
}
.expert_suggest .col1 .col11 img{
    width: 65px;
}
.expert_suggest .col1 .col11 h2{
    margin-left: 100px;
        font-weight: 600;
        color: #004790;
}
.expert_suggest .col1 .col12{
    margin-top: 55px;
}
.expert_suggest .col1 .col12 small{
    font-weight: 600;
    letter-spacing: 2px;
}
.expert_suggest .col1 .col12 h5{
    margin-top: 15px;
    font-weight: 600;
        font-size: 20px;
        line-height: 25px;
}
.expert_suggest .col1 .col12 p{
    margin-top: 8px;
    font-size: 14px;
    margin-bottom: 20px;
}
.expert_suggest .col1 .col12 button{
    margin-top: 40px;
}



.section-for-all-btns ul{padding:0;}
.section-for-all-btns ul {
    display: flex;
    justify-content: space-between;
}

.section-for-all-btns ul li {
    width: 100%;
    text-align: center;
   
}
.section-for-all-btns ul li a {
 display: block;
    padding: 10px 20px;
    color: #fff;
    background: #004790;
    font-weight: 600;
    
    border-radius: 0px;
    white-space: nowrap;
    border-right: 0;
}
.section-for-all-btns ul li:last-child a{}
.section-for-all-btns ul li a:hover{background:#deab26;   color: #fff; }

@media(max-width:1240px) and (min-width:992px){
	.logopart img{width: 140px;}
	.leftarea span.slogan{margin-top: -20px;}
	.leftarea span.slogan span{font-size: 24px;}
}



@media(max-width:1100px){
	.section-for-all-btns ul {flex-wrap: wrap;}
	.section-for-all-btns ul li{width:20%;}
	.section-for-all-btns ul li{ padding:0}
	.section-for-all-btns {
   
}

}

@media(max-width:767px){.section-for-all-btns ul li{width: 50%;}}
@media(max-width:480px){.section-for-all-btns ul li{width: 100%;}

.bannertextarea .ft-16 br{display:none}

}

.upcoming_impo{
    padding-top: 50px;
}
.upcoming_impo .col1{
    text-align: center;
    background-color: #e6e6e6;
    padding: 30px 0px;
/*    margin-top: -80px;*/
}
.upcoming_impo .col1 h2{
    font-weight: 700;
    font-size: 24px;
    color: #004790;
}
.upcoming_impo .col1 h2 a{
    color: #004790;
}
.upcoming_impo .col1 h2 a:hover{
    color: #138400;
}
.upcoming_impo .col1 p{
    font-size: 20px;
    font-weight: 600;
}
.upcoming_impo .col1 .h2_color{
    font-size: 32px;
    color: #004790;
    margin-top: 10px;
}
.upcoming_impo .col1 hr{
    background-color: black;
    width: 60%;
}
.upcoming_impo .col1 button{
    margin-top: 50px;
}
.upcoming_impo .col1 h5{
    margin-top: 35px;
}
.upcoming_impo .col1 h5 a{
    color: #004790;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.upcoming_impo .col1 h5 i{
    color: #00477f;
    margin-left: 5px;
    vertical-align: middle;
    transition: .5s all;
}
.upcoming_impo .col1 h5 a:hover i{
    margin-left: 15px;
}
.upcoming_impo .col2 .slider{
    border: 1px solid #d2d2d2;
    padding: 20px 20px;
}
.upcoming_impo .col2 .head_carasoul .current{
    font-size: 20px;
    font-weight: 600;
    float: left;
    border-left: 8px solid #004790;
    padding-left: 10px;
}
.upcoming_impo .col2 .head_carasoul .current_item{
    margin-left: 40px;
    float: left;
    margin-top: 15px;
}
.upcoming_impo .col2 .head_carasoul .current_item a{
    border-right: 1px solid #004790;
    padding: 0px 15px;
    color: #004790;
}
.upcoming_impo .col2 .head_carasoul .current_item a:hover{
    color: #138400;
}
.upcoming_impo .col2  .head_carasoul .upcoming{
    float: right;
    color: #c30101;
}
.head_carasoul{display:inline-block; width:100%;}
.upcoming_impo .col2 .hr_line{
    clear: both;
    background-color: gray;
    width: 100%;
    height: 1px;
    margin: 20px 0px;
}
.upcoming_impo .col2  hr{
    margin-top:15px;
    border: unset;
}
.upcoming_impo .col2 {
    display: unset;
    float: unset;
}
.upcoming_impo .col2  h4{
    margin-top:10px;
}
.upcoming_impo .col2  h4 a{
    font-weight: 600;
    color: #004790;
}
.upcoming_impo .col2  h4 a:hover{
    color: #138400;
}
.upcoming_impo .col2  .body_carasoul{
    margin-top: 20px;
}
.upcoming_impo .col2  .body_carasoul h5{
    font-weight: 600;
}
.upcoming_impo .col2  .body_carasoul h6{
    margin-top: 15px;font-size: 14px;
}
.upcoming_impo .col2  .body_carasoul h6 .span_color{
    color: #004790;
}
.upcoming_impo .col2  p{
    
}
.carousel-inner{    overflow: inherit;}
/*.upcoming_impo .col2  button:hover{ background: #000;
    border: 2px solid #000;
    color: #fff}*/
.upcoming_impo .col2 .slick-arrow{
    position: absolute;
    top: 35%;
    background: none;
    border: none;
    z-index: 9;
    padding: 0;
    transform: translateY(-50%)
}
.upcoming_impo .col2 .slick-prev{
    left: -50px!important;
}
.upcoming_impo .col2 .slick-next{
    right: -30px!important;
}
.upcoming_impo .col2 .slick-prev i, .slick-next i{
    color: #a1a1a1;
    font-size: 30px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    border: 2px solid #a1a1a1;
}

.my-mfp-slide-bottom.mfp-bg.mfp-ready {
    opacity: .95;

}
.my-mfp-slide-bottom.mfp-bg.mfp-ready {
    opacity: .95;

}
.share-icons-section ul {
    padding: 0;

    margin: 0 auto;
}
.share-icons-section li {
    display: inline-block;
    padding: 4px;
}
.share-icons-section li a {
    display: block;
}
.share-icons-section li img {
    max-width: 60px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
}
.share-icons-section li a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.share-icons-section h2.post-title {
        margin-top: 20px;
    margin-bottom: 30px;
}
.share-icons-section h2.post-title span {
    color: #fff;
        font-size: 32px;
}
.body_carasoul.eventleft-content, .event-items-for-home{
    display: inline-block;
    width: 55%;
    vertical-align: middle;
}
.body_carasoul.eventleft-content, .event-items-for-home{
    width: 40%;
}


footer .footer2 ul li:last-child a{
    border-right: none;
}


/*inner page css start*/
.banner_stripe{
    background:#e1e1e1;
    /*height: 100px;*/
    background-size: cover;
}
.banner_stripe .banner_text{
        font-size: 32px;
    color: black;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
}
div#breadcrumb {
    font-size: 14px;
    margin-top: 15px;
}

.inner-content-area{
    padding: 50px 0px;    font-size: 18px;
}
.inner-content-area .paragraph{
    margin-bottom: 30px;
}
.inner-content-area a{
    color: #004790;
    font-weight: 600;text-decoration:underline
}
.inner-content-area a:hover{
    color: #138400;
}
.inner-content-area hr{
    border-top: 1px solid #cacaca;
}
.inner-content-area ul{
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
}
.inner-content-area ul li{
    line-height: 25px;
}
.inner-content-area ol{
    padding: 0;
    list-style-position: inside;
}
.inner-content-area ol li{
    line-height: 25px;
}
.inner-content-area h1{
    color: #138400!important;
}
.inner-content-area h2{
    color: #004790!important;
}
.inner-content-area h3{
    color: #3a81c5!important;
}
.inner-content-area h4{
    color: #000!important;
}
.inner-content-area h5{
    color: #004790!important;
}
.inner-content-area h6{
    color: #138400!important;
}
.inner-content-area .form-control:focus{
    border-color: #66afe9;
    box-shadow: none!important;
}
/*inner page css end*/







@media(max-width:991px){
.upcoming_impo .col1{margin-bottom:30px;}
footer .footer1 .col2 hr{width:100%;}
.front .home-tab {
    display: block !important;
}

    .benifit {
        padding-top: 70px;
    }
    .benifit .col1 .line{
        display: none;
    }
    .benifit .col1 .title_sec {
        writing-mode: unset;
        transform: unset;
        text-align: center;
    }
    .benifit .col3 .overlay .col32 p{
        line-height: 25px;
    }
    .benifit .col3 img {
        height: 530px;
    }
    .expert_suggest{
        padding-top: 70px;
    }
    .expert_suggest .col1{
        padding-bottom: 70px;
    }
    .expert_suggest .col1 .col11 img{
        width: 40px;
    }
    .expert_suggest .col1 .col11 h2{
        margin-left: 0;
    }
    .expert_suggest .col1 .col12{
        margin-top: 30px;
    }
    .benifit .col2 img{
        height: 300px;
    }
    .benifit .col3{
        margin-top: -70px;
    }
    .benifit{
        padding-top: 70px; 
    }
    .benifit .col1 .title_sec{
        margin-bottom: 30px;
    }
    .benifit .col3 .overlay .col31 p{
        margin-top: 20px;
    }
    .benifit .col3 .overlay .col32{
        margin-top: 30px;
    }
    footer .footer1{
        padding: 50px 15px 0px;
    }
    footer .footer1 .col2 hr{
        margin: 5px 0px;
    }
    footer .footer1 .col2{
        padding-top: 20px;
    }
    .logopart img{
        width: 60px!important;
        margin-top: -20px;
        margin-bottom: 0;
        position: unset;
        z-index: unset;
        padding: 5px 0px;
    }
    span.slogan{
        font-size: 14px;
    }
    span.slogan span{
        font-size: 14px;
        margin-top: -17px;
    }
    .accessibility-link img{
        margin-top: -20px;
    }
    .banner-for-overlay-img img{
        display: none;
    }
    .event-happen-timer{
        width: 50%;
    }
    .body_carasoul.eventleft-content, .event-items-for-home{
        width: 100%;
    }
    .event-happen-timer{
        width: 100%;
    }
    .upcoming_impo .col2 .slick-prev{
        left: -32px!important;
    }
    .upcoming_impo .col2 .slick-next{
        right: -15px!important;
    }
    .slick-list{
        height: 300px;
    }
    .slick-slide img.slider-img{
        height: 300px;
        object-fit: cover;
    }
    .share-icons-section h2.post-title span{
        font-size: 18px;
    }
    .share-icons-section li img{
        max-width: 35px;
    }
    #actionbar{
        padding: 50px 0px;
    }
}

.upcoming_impo .slick-initialized .slick-slide{padding: 0px 10px;}

.upcoming_impo .slick-prev:before, .upcoming_impo .slick-next:before{content: none !important}

.body-stick .leftarea .logopart img {
    display: none;
}

.view .date-nav-wrapper .date-prev{
    color: transparent!important;
}
.view .date-nav-wrapper .date-next{
    color: transparent!important;
}
#cboxTopCenter{
    height: 35px!important;
}
#cboxClose{
    right: 6px!important;
    top: 6px;
}
#cboxLoadedContent{
    padding: 0px 20px;
    border: 5px solid #2b50b4;
    padding-bottom: 15px!important;
}
#cboxLoadedContent h3{
    margin-bottom: 23px;
}
#cboxLoadedContent .event_list_item{
      margin-top: 12px!important;
}
#cboxLoadedContent .event_type {
    margin-bottom: 30px;
}
#cboxLoadedContent .event_detail {
    word-spacing: 1px;
    margin-top: 35px!important;
}

@media(max-width:767px){
footer .footer2 ul li{display:block;     margin: 10px 0;}
footer .footer2 ul li a{border:0;}
.views-exposed-widgets{
    margin-top: 0!important;
}
.banner_stripe .banner_text{
    font-size: 24px;
    }
   .upcoming_impo .col2 .head_carasoul .current_item{margin-left: 0;} 
}

.button_for_location {
    text-align: center;
}

.button_for_location input[type=button],.button_for_location input[type=submit], .button_for_location button{
      min-width: 240px;
}

.bck_previous {
     float: right;
      margin-top: 15px;
    padding: 0;
}
.bck_previous a {
   color: #000;
    font-size: 16px;
    display: block;
}
.bck_previous a:hover {
    color:  #138400;
}
div#breadcrumb a {
    text-decoration: underline;color: #000;
}
div#breadcrumb a:hover{    color: #138400;}
div#breadcrumb a.nolink {
       text-decoration: none;
    color: #000 !important;
}
.deadline-text.without-img {
    position: absolute;
    right: 18px;
    width: auto;
}
@media(min-width:991px){

.page-node-2 .field.field-name-body.field-type-text-with-summary.field-label-hidden {
        width: 50%;
    float: left;
    padding: 15px 15px;
}
.page-node-2 #webform-client-form-2{   width: 50%;
    float: left;
    padding: 0 15px;}
}

@media(max-width:991px){

.page-node-2 .field.field-name-body.field-type-text-with-summary.field-label-hidden {
    margin-bottom: 40px;
}

	.section-for-all-btns ul li{padding:10px;}
	.section-for-all-btns{padding:1em 0}
}

.member_info {
    border: 2px solid #ccc;
    min-height: 200px;
    padding: 0 10px;
    margin: 10px 0;
}

.page-node-2 #webform-client-form-2 {
	position: relative;
    padding-bottom: 50px;
}
.page-node-2 .webform-client-form-2 .webform-component--agreewebsite-terms{
	position: absolute;
	bottom: 20px;
	font-size: 12px;
}

@media (min-width: 992px){
.section-for-all-btns ul li a {
 	display: block;
    padding: 15px 20px;
    color: #fff;
    background: #004790;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0px;
    white-space: nowrap;
    border-right: 1px solid #fff;
}
.bannertextarea .ft-18{    max-width: 700px;}
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 14px !important;
}</pre></body></html>