@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,400italic,500,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

#ajax-modal, body {
	overflow-x: hidden
}
.btn, a {
	transition: all .2s ease-in-out
}
a:focus, a:hover, h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:hover, h5:focus, h6 a:focus, h6 a:hover {
	text-decoration: none
}

a:hover, a:focus, .text-primary, .icon-white, #messenger-toggle, .btn-primary:hover, .btn-primary:focus, .icon-primary.icon-hover:hover, .icon-primary.icon-hover:focus {
    color: rgba(255, 103, 0, 0.80);
}

ul {
	list-style: none
}
.relative, .sep-line, .v-bottom, .v-center, body {
	position: relative
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, :focus, a:focus, a:visited, input:focus, textarea:focus {
	outline:1
}
.example-box-title, .label, h6 {
	text-transform: uppercase
}

body {
    display: block;
    /*background-color:#ceb492;*/
    background-color:#984207;

    overflow-x: hidden;
    overflow-y: auto;
    color: #303030;
    font: 14px/1.7 "Raleway", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
a {
	color: inherit;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}
iframe {
	border: none
}
img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden
}
.relative {
	z-index: 2
}
.border {
	border: 1px solid rgba(0,0,0,.15)
}
.dark .border, .dark.border {
	border: 1px solid rgba(255,255,255,.2)
}
.border-bottom {
	border-bottom: 1px solid rgba(0,0,0,.15)
}
.dark .border-bottom, .dark.border-bottom {
	border-bottom: 1px solid rgba(255,255,255,.1)
}
.border-top {
	border-top: 1px solid rgba(0,0,0,.15)
}
.dark .border-top, .dark.border-top {
	border-top: 1px solid rgba(255,255,255,.2)
}
.light {
	color: #111
}
.dark, .nav-vertical>li.active>a, .nav-vertical>li>a.active {
	color: #fff
}


.border-white {
    border: 2px solid #fff !important;
    color: #fff !important;
}



.dropdown-menu{
bottom:100%;
top:auto;
width: 160px;
border-radius: 4px 4px 0 0;
background-color:#cf5300;
padding:0;
border: none;
box-shadow: none;
opacity:.3;
-webkit-transform-origin:bottom;
transform-origin:bottom;
-webkit-animation-fill-mode: forwards;  
animation-fill-mode: forwards; 
-webkit-transform: scale(1, 0); 
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;

}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: normal;
    border-top:1px solid #ddd;
}

.open>.dropdown-menu {

-webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  opacity:1;


}


.action{

   font-weight: 600;
    font-size: 14px;
    padding:10px 20px;
    letter-spacing: 0.02em;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.sep-line {
	z-index: 1;
	display: block;
	height: 1px;
	border: none;
	margin: 10px 0;
	background: rgba(0,0,0,.1)
}
.dark .sep-line {
	background: rgba(255,255,255,.2)
}
.v-center {
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.v-bottom {
	top: 100%;
	transform: translate3d(0, -100%, 0);
	-webkit-transform: translate3d(0, -100%, 0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.v-center-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: row;
	-webkit-flex-direction: row
}
.bg-image>img, .bg-video-placeholder, .mobile .hidden-mobile {
	display: none
}
.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0
}
.bg-image+* {
	position: relative
}
.bg-map, .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.bg-fixed {
	background-attachment: fixed
}
.animated {
	visibility: hidden
}
.animated.visible {
	visibility: visible
}
.animate-hover {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.shadow {
	-webkit-box-shadow: 1px 1px 20px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 20px 0 rgba(0,0,0,.2);
	box-shadow: 1px 1px 20px 0 rgba(0,0,0,.2)
}
.container-wide {
	width: 80%
}
.fullwidth {
	padding-left: 30px;
	padding-right: 30px
}
.row.no-padding {
	margin-left: 0;
	margin-right: 0
}
.row.no-padding>[class*=' col'], .row.no-padding>[class^=col] {
padding-left:0;
padding-right:0
}
.row.padding-lg {
	margin-left: -40px;
	margin-right: -40px
}
.row.padding-lg>[class*=' col'], .row.padding-lg>article[class^=col] {
padding-left:40px;
padding-right:40px
}
#header {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}
.dark .nav-vertical>li:last-child {
	border-bottom: none;
}
.nav-vertical>li>a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 15px;
    line-height: 15px;
}

.mobile-nav-wrapper .nav-vertical>li>a, .mobile-nav-wrapper .nav-vertical>li>ul>li>a,.mobile-nav-wrapper .nav-vertical>li>ul>li>ul>li>a {color:#fff}
.mobile-nav-wrapper .nav-vertical>li>a:hover, .mobile-nav-wrapper .nav-vertical>li>ul>li>a:hover,.mobile-nav-wrapper .nav-vertical>li>ul>li>ul>li>a:hover{color:rgba(255, 103, 0, 0.80)}

.nav-vertical>li{border-bottom: 1px solid rgba(255, 255, 255, 0.79);}

.nav-vertical>li>ul>li,.nav-vertical>li>ul>li>ul>li{border:none;}




.nav-vertical>li:last-child,.nav-vertical>li>ul>li:last-child,.nav-vertical>li>ul>li>ul>li:last-child {border-bottom:none;}


.nav-vertical>li>a:focus, .nav-vertical>li>a:hover {
	background: 0 0
}
.nav-vertical>li>a>span {
	position: relative;
	z-index: 1
}
.nav-vertical>li>a:before {
	position: absolute;
	top: 4px;
	left: -15px;
	bottom: 4px;
	right: -15px;
	border-radius: 20px;
	content: ' ';
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
	-webkit-transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
	visibility: hidden;
	opacity: 0
}
.nav-vertical>li.active>a:before, .nav-vertical>li>a.active:before {
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
	opacity: 1
}
.nav-vertical>li>ul {
	padding: 10px 0 20px;
	list-style: none;
	display: none
}
#main-menu .nav-vertical>li:hover>ul, #main-menu .nav-vertical>li>a:hover+ul, .nav-vertical>li.active>ul {
	display: block
}
.nav-vertical>li>ul>li>a {
	line-height: 2.5;
}
.nav-vertical>li>ul>li.active>a, .nav-vertical>li>ul>li>a:focus, .nav-vertical>li>ul>li>a:hover {
	opacity: 1
}
#main-menu .nav-vertical>li>a {
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	padding-right: 25px
}
#main-menu .nav-vertical>li>a:before {
	left: 10px;
	right: 10px
}
#main-menu .nav-vertical>li>ul {
	position: absolute;
	background: #fff;
	padding: 3px 15px;
	width: 180px;
	text-align: left;
	left: 100%;
	margin-left: 20px;
	top: 0;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
}
#main-menu .nav-vertical>li.dropdown>a:after {
	font-family: themify;
	font-size: 70%;
	margin-left: 5px;
	opacity: .6;
	content: "\e62a"
}
#main-menu .nav-vertical>li.dropdown:hover>a:after {
	opacity: 1;
	color: inherit
}
#main-menu .nav-vertical>li>ul>li>a {
	line-height: 2.8;
	opacity: 1
}
.header-vertical #header {
	position: fixed;
	top: 10px;
	left: 10px;
	bottom: 10px;
	width: 270px;
	z-index: 888;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
}
.header-vertical #header #main-menu {
	position: relative;
	background: inherit;
	z-index: 2
}
.header-vertical #header .nav-vertical {
	position: relative;
	padding: 0 10px
}
.header-vertical #header .photo {
	margin-bottom: 10px
}
.header-vertical .logo {
	text-align: right;
	padding: 20px;
	margin-bottom: 10px
}
.logo.bg-primary img{
width:60px;
        }
.header-vertical .logo a:hover{color:#fff}

.header-vertical .logo .name {
    margin-bottom: 5px;
    /*font-size: 40px;*/
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.header-vertical .logo .caption {
    font-weight:600;
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}


.header-vertical #header .social-media {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1
}
.guideline {
	position: fixed;
	top: 0;
	right: 0;
	background:#131111;
	padding: 0;
	z-index: 888;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}
.guideline ul li {
	float: left;
	padding: 7px 5px;
}
.guideline ul li a i {
	margin-right: 7px;
}
.guideline ul li a {
	color: #fff;
	float: left;
	line-height: 20px;
	font-size: 13px;
	text-decoration: none;
	margin: 0 1px;
}
.guideline ul li.fontResizer a {
	padding: 0 .3em;
	background: 0;
	font-size: 14px;
	color: #fff;
}
.guideline ul li.fontBg a {
	padding: 0 .3em;
	font-size: 14px;
	color: #fff;
}
.guideline ul li a.color1 {
	background: #CF5300;
	padding: 9px;
	border: 1px solid #fff;
	;
}
.guideline ul li a.color2 {
	background: #00B3A6;
	padding: 9px;
	border: 1px solid #fff;
}
.guideline ul li a.color3 {
	background: #EF9B0F;
	padding: 9px;
	border: 1px solid #fff;
}
.guideline ul li a.color4 {
	background: #fff;
	padding: 9px 4px;
	border: 1px solid #fff;
    line-height: 0px;
    color:#000;
}

.guideline ul li a.color5 {
	background: #000;
	padding: 9px 4px;
	border: 1px solid #fff;
    line-height: 0px;
}




.guideline ul li.search-box .input {
	border: none;
	padding: 2px 5px;
}
.guideline ul li .sub {
	border: none;
	/* line-height: 25px; */
	height: 25px;
	width: 25px;
	color: #fff;
	background: #CF5300;
}
.cm {
    position: absolute;
    right: 0;
    z-index: -1;
    bottom:0px;
    max-width: 300px;
}

.cmImg{position:relative}

.cmImg span {
    position: absolute;
    bottom: 0;
    color: #FFF;
    font-size:80%;
    background-color:rgba(20, 22, 27, 0.6);
    text-align: center;

}

.minister {
    position: absolute;
    width: 10%;
    top: 43px;
    right: 0;
    background: #fff;
    padding: 5px;
}


.miniImg{position:relative}

.miniImg span {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #FFF;
    font-size: 80%;
    background-color: rgba(20, 22, 27, 0.6);
    text-align: center;
    padding: 3px;
    display: block;

}


.cm.move {bottom:125px;}


.cm2 {
	position: absolute;
	width: 25%;
	bottom: 0;
	left: 0;
}
.tools {
	position: absolute;
	z-index: 999;
	left: -31px;
	background: #cf5300;
	color: #fff !important;
	width: 40px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 20px;
	cursor: pointer;
}
.header-horizontal #searchbar {
	top: 109px;
}
#searchbar {
	display: none;
	width: 20%;
	right: 24px;
	top: 36px;
	position: fixed;
	height: 35px;
	border-top: 1px solid #d8d8d8;
	padding-left:2px;
	padding-right: 5px;
	z-index: 9999;
	background: #fff;
	-webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
	box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
}
#search {
	display: block;
	width: 85%;
	border: 0;
	outline: none;
	padding: 0;
	height: 30px;
	line-height: 60px;
	color: #676767;
}
#searchbar .fa-2x {
	font-size: 16px;
}
#searchsubmit,#submit-2 {
	display: block;
	float: right;
	margin-top: 6px;
	background: none;
	color: #717171;
	border: 0;
	outline: none;
	cursor: pointer;
}
.dropbtn {
	border: none;
	color: #fff;
	padding: 5px 38px;
	width: 160px;
}


#searchbar input {
    border: none;
    height: 33px;
    width: 88%;
}


.dropdown {
	position: relative;
	display: inline-block;
}
.department-content {
	display: none;
	position: absolute;
	bottom: 100%;
	background-color: #CF5300;
	min-width: 160px;
	height: 350px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.department-content a {
	color: #fff;
	padding: 7px 16px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #F3EBEB;
	line-height: 16px;
}
.department-content a:hover {
	background-color: #f1f1f1;
	color: #CF5300
}
.nav-horizontal>li {
	display: inline-block;
	margin: 0 10px;
	line-height: 1
}
.nav-horizontal>li>a {
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: 500;
	padding: 8px 0
}
.nav-horizontal>li>a:focus, .nav-horizontal>li>a:hover {
	background: 0 0
}
.nav-horizontal>li>a>span {
	position: relative;
	z-index: 1
}
.nav-horizontal>li>a:before {
	position: absolute;
	top: 4px;
	left: -15px;
	bottom: 4px;
	right: -15px;
	border-radius: 20px;
	content: ' ';
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
	-webkit-transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
	visibility: hidden;
	opacity: 0
}
.header-horizontal #header, .nav-horizontal>li>ul {
	left: 0;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
}
.nav-horizontal>li>a.active {
	color: #fff
}
.nav-horizontal>li>a.active:before {
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
	opacity: 1
}
.nav-horizontal>li>ul {
	position: absolute;
	background: #fff;
	padding: 3px 15px;
	width: 180px;
	text-align: left;
	top: 100%;
	list-style: none;
	display: none;
	margin-top: -1px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
}
.nav-horizontal>li.dropdown>a:after {
	font-family: themify;
	font-size: 70%;
	margin-left: 5px;
	opacity: .6;
	content: "\e62a"
}
.nav-horizontal>li.dropdown:hover>a:after {
	opacity: 1;
	color: inherit
}
.nav-horizontal>li:hover>ul {
	display: block
}
.nav-horizontal>li>ul>li>a {
	line-height: 2.8;
	opacity: 1
}
.header-horizontal #header {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 222;
}
.header-horizontal .logo {
	text-align: center;
	line-height: 1!important;
}
.header-horizontal .logo>* {
	position: relative;
}
.header-horizontal .logo-icon {
	width:100%;
	float: left;
}
.header-horizontal .logo .name {
	float: left;
	padding: 10px;
	color: #333;
}
.header-horizontal .logo .name .title {
	font-size: 12px;
	line-height: 20px;
	display: block;
}
.header-horizontal .logo .caption {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
        font-size: 16px;
	
}
.header-horizontal #header #main-menu {
	display: inline-block;
	margin-left: 20px
}
.gallery-item, .timeline-event>* {
	display: block
}
#mobile-nav-toggle {
}
.ajax-modal-opened #mobile-nav-toggle {
	margin-top: 60px
}





.hamberg {
    position: fixed;
    color: #fff;
    font-size: 22px;
    top: 12px;
    right: 20px;
    background: #444;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}


.siderbar{

    position: absolute;
    background: #333;
    top: 0;
    right:0;
    height: 100%;
    width: 80px;
    z-index: 1;
    }

#content {

    padding-right: 78px;
}




.mobile-nav-open.header-horizontal #header .hamberg {display:none}






#mobile-nav {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 260px;
	z-index: 670;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-webkit-box-shadow: -2px 2px 61px 0 rgba(0,0,0,.1);
	-moz-box-shadow: -2px 2px 61px 0 rgba(0,0,0,.1);
	box-shadow: -2px 2px 61px 0 rgba(0,0,0,.1)
}
#mobile-nav {
	background: #333;
}
#messenger.active, .post-item:hover .post-content {
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
}
#mobile-nav .mobile-nav-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 30px 10px;
	z-index: 0
}
#messenger, .gallery-item, .section {
	overflow: hidden
}

 #start .portal-text .section {
	overflow: auto;
}

.mobile-nav-open #mobile-nav {
	transform: translateX(0);
	-webkit-transform: translateX(0)
}
.mobile-nav-open.header-horizontal #header, .mobile-nav-open.header-horizontal #header.sticky {
	transform: translateX(0px);
	-webkit-transform: translateX(0px)
}
.mobile-nav-open #content {
	transform: translateX(0px);
	-webkit-transform: translateX(0px)
}
#mobile-nav .mobile-nav-close {
    position: absolute;
    top: 0px;
    right: 18px;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    font-size: 25px;
}
.section, .speciality-icon, .timeline, .timeline-event {
	position: relative
}
.banner .slide img {
	width: 100%;
	height: 100vh
}
.banner .owl-controls {
	position: absolute;
	bottom: 0;
	left: 50%;
}
.banner .slider-text {
	position: absolute;
	right:10%;
	top: 40%;
	z-index: 99;
   text-align: right;

}


.portal-text table td img{
    border: 3px solid #ccc;
    border-radius: 3px;
    max-width: 100%;

}
.banner .slider-text h1 {
	font-size: 70px;
}
.banner .slider-text p {
	font-size: 40px;

}

.department {
	height: 300px
}
#content {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s
}
.portal-text{     margin: 50px 0 50px 255px; /*overflow-x: scroll; */ }

.portal-text table{border:1px solid #ddd}
.portal-text table td, .portal-text table th {
    padding: 7px 5px;
}

.tab-bg {
	background: url("../img/tab-bg.png");
}
.about-us-box {
	margin-bottom: 50px
}
.skill {
	margin-bottom: 24px
}
.image-wrapper3 {
	min-height: 250px;
	background: #42403f;
	color: #fff;
}
.image-wrapper3 i.fa {
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}
.play-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #f2f2f2;
	margin-top: -30px;
	margin-left: -30px;
}
.button.full-color.video {
	padding: 17px 27px 18px 44px;
	font-size: 17px;
}
.button.full-color {
	background: #42403f;
	border: 1px solid #42403f;
	color: #fff;
}

.contact-box {
	margin-left: 10%;
	width: 450px;
	padding: 50px 40px
}


.gallery-item .item-title {
	text-align: center;
	padding: 25px 10px;
	background-color: #fff
}
.dark .gallery-item .item-title {
	background-color: rgba(0,0,0,.1)
}
.gallery-item .item-title .title {
	font-size: 15px;
	font-weight: 500;
	display: block;
	line-height: 1
}

#ajax-loader, .post .post-photo+.post-content {
	margin-top: -25px
}
.post-item .post-content {
	margin-bottom: 0
}
.example-box, .post .date, .post .meta {
	margin-bottom: 20px
}
.post-item:hover .post-content {
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
}
.post-item h1 {
	font-size: 36px
}
.post .meta {
	font-size: 11px;
	padding-bottom: 21px;
	border-bottom: 1px solid rgba(0,0,0,.1)
}
.post .meta>span:not(:last-child) {
	margin-right: 13px
}
.post .meta>span>i {
	margin-right: 5px;
	opacity: .2
}
.post .date {
	font-size: 14px;
	font-weight: 500
}
#messenger {
	position: fixed;
	right: 0;
	bottom:0px;
	width:100%;
	height: 125px;
	z-index:999;
	display: none;
	background:#cf5300;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transition: box-shadow .5s .4s;
	-webkit-transition: -webkit-box-shadow .5s .4s
}
#messenger.active {
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
}
#messenger-box {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff
}
#messenger-box .messenger-box-content {
	position: absolute;
	top: 0;
	left: 0;
	right: -30px;
	margin-right: 30px;
	padding: 10px 30px;
	display: none;
	overflow: auto
}
#messenger-box .messenger-box-content h5 {
	margin: 0;
	padding: 0
}

#messenger-box .messenger-box-content p {
	margin: 0;
	padding: 0;
    font-size: 13px;
}

#messenger-box .icon.messenger-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
}
#messenger-toggle {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	z-index: 776
}
#messenger-toggle:focus, #messenger-toggle:hover {
	color: #fff
}


.top-bar {
	width: 100%;
    float: left;
	padding:15px  0px;
    background-color:#fff;

}


.top-bar:after {
    position: absolute;
    width: 100%;
    height: 7px;
    bottom: 0;
    background: #E5E5E5;
    content: "";
    display: inline-block;
}

.top-link{
    padding: 0;
    margin:0;
}

.top-link li {
	padding: 0 5px;
	float: left;
}
.top-link li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.top-link li a:hover {
	text-decoration:none;
}
.top-link .font-incr-decr a {
	text-align: center;
	width: 20px;
	float: left;
}
.top-link .color-box a {
	padding: 1px 10px;
	margin: 0 2px;
    border: 1px solid #f1f1f1;
}
.top-link .color-box a.color1 {
	background:rgb(255, 103, 0);
}
.top-link .color-box a.color2 {
	background: #10847C;
}
.top-link .color-box a.color3 {
	background: #EF9B0F;
}
.fontBg a {
	float: left;
	width: 18px;
	height: 18px;
	margin: 2px 1px;
	border: 1px solid #eee;
	text-align: center;
	color: #333;
	line-height: 15px;
}
.top-link .fontBg a.blk {
	background: #000;
	color: #fff !important
}
.top-link .fontBg a.wht {
	background: #fff !important;
	color: #333 !important
}
.top-logo {
	background-color: rgba(255, 255, 255, 0.92);
	padding: 5px 0;
}
.leaderbtn {
	background: #222222;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	padding: 7px 30px;
	text-transform: uppercase;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
.searchi {
	font-size: 24px;
	line-height: 24px;
	padding: 0px 5px;
	position: relative;
	top: 4px;
}






.top-link #searchtoggl {
	float: left;
	font-size: 14px;
}
.logo-bar {
	width: 100%;
	position: relative
}
.scroll-down {
	position: absolute;
	right: 2%;
	bottom: 10px;
	z-index: 13;
	color: #ff6700;
	font-size: 40px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
}
.scroll-down a {
	font-size: 40px;
	text-decoration: none;
}
.example-box {
	border: 1px solid #E1E1E8;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}
.comment-avatar, .pace .pace-progress {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}
.example-box-content {
	padding: 20px
}
.example-box-content>:last-child {
	margin-bottom: 0
}
.example-box-title {
	padding: 10px 20px;
	font-size: 11px;
	border-bottom: 1px solid #E1E1E8;
	background-color: #F7F8F9;
	color: #9b9fa1;
	font-weight: 500
}
.example-box+pre {
	margin-top: -1px!important;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.comments {
	margin-bottom: 30px
}
.comments, .comments ul {
	list-style: none;
	padding: 0
}
.comment-content, .comments ul {
	padding-left: 95px
}
.comments ul {
	margin-top: 20px;
	padding-top: 20px
}
.comments li {
	margin-bottom: 25px
}
.comment-title, .comments li:last-child {
	margin-bottom: 0
}
.comment-avatar {
	float: left;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden
}
.comment-avatar img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.comment-title {
	padding-right: 100px
}
.comment-head {
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.15)
}
.dark .comment-head {
	border-color: rgba(255,255,255,.15)
}
.comment-text {
	font-size: 12px;
	margin-bottom: 15px
}

#page-loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}
.pace {
	position: absolute;
	z-index: 2000;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 80px;
	height: 80px;
	display: block!important
}
.pace-inactive {
	display: none
}
.pace .pace-progress {
	position: relative;
	transform: translate3d(0, 0, 0)!important;
	-webkit-transform: translate3d(0, 0, 0)!important;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center
}
@-webkit-keyframes pageLoading {
0%, 100% {
-webkit-transform:none;
transform:none
}
50% {
-webkit-transform:scale(1.9);
transform:scale(1.9)
}
}
@keyframes pageLoading {
0%, 100% {
-webkit-transform:none;
transform:none
}
50% {
-webkit-transform:scale(1.9);
transform:scale(1.9)
}
}
.pace .pace-progress:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	content: ' ';
	-webkit-animation-name: pageLoading;
	animation-name: pageLoading;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.pace .pace-progress:after {
	position: absolute;
	top: 49%;
	left: 49%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	font-size: 16px;
	font-weight: 600;
	content: attr(data-progress-text);
	display: block
}

.bg-green, .bg-success {
	background-color: #85b448
}
.bg-blue, .bg-info {
	background-color: #021A2D;
}
.bg-orange, .bg-warning {
	background-color: #d86a39
}
.bg-danger, .bg-red {
	background-color: #ca4441
}
.bg-white {
	background-color: #fff
}
.bg-black {
	background-color: #000
}
.bg-grey {
	background-color: #ececec;
}
.bg-grey-dark {
	background-color: #e8ecf2;
}
.bg-dark-black {
	background: #393939;
}
.bg-blue-dark {
	background-color: #CF5300
}
.bg-red-dark {
	background-color: #4b1615
}
.bg-red-navy {
	background-color: #723e3d
}
.bg-green-dark {
	background-color: #232d1c
}
.bg-green-navy {
	background-color: #647247
}
.bg-brown {
	background-color: #3e464a
}
.bg-blue-navy {
	background-color: #31485e
}
.bg-yellow {
	background-color: #ddc13e
}
.bg-yellow-navy {
	background-color: #8e824c
}
.bg-beige {
	background-color: #9C8951
}
.bg-purple {
	background-color: #8566b5
}
.bg-purple-navy {
	background-color: #352a47
}
.bg-dark {
	background-color: rgba(0,0,0,.7)
}

.bg-theme{background:rgb(255, 103, 0);}


.padding-v-130{padding:130px 0}
/* Heading font one */
.font-accident-one-bold {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.font-accident-one-normal {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* Heading font two */
.font-accident-two-normal {
	font-family: "Dosis", sans-serif;
	font-weight: 200;
}
.font-accident-two-bold {
	font-family: "Dosis", sans-serif;
	font-weight: 500;
}
.font-accident-two-extrabold {
	font-family: "Dosis", sans-serif;
	font-weight: 700;
}
/* Regular font */
.font-regular-light {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font-regular-normal {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font-regular-bold {
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-style: normal;
}
/* Headings */
h2 {
	font-size: 48px;
}
h3 {
	line-height: 1.5em;
	font-size: 32px;
}
h4 {
	letter-spacing: 3px;
}
h5 {
	letter-spacing: 3px;
}
h6 {
	font-size: 11px;
	letter-spacing: 3px;
}
h4 a, h5 a, h6 a {
	color: #ff6700 ;
}
p {
	letter-spacing: 1px;
}



.text-light, p.lead {
	font-weight: 300
}

.uppercase {
    text-transform: uppercase;
}

.small{font-size:12px}






p.lead {
	font-size: 18px;
	margin-bottom: 25px
}
blockquote {
	padding: 30px 20px
}
blockquote footer:before {
	display: none
}
.btn>*, .icon-box {
	display: inline-block
}
blockquote footer img {
	margin-right: 10px
}
.dark blockquote .small, .dark blockquote footer, .dark blockquote small {
	color: rgba(255,255,255,.5)
}
pre {
	padding: 20px
}
.link-default {
	text-decoration: underline
}
.text-xxl {
	font-size: 52px
}
.text-xl {
	font-size: 24px
}
.text-lg {
	font-size: 20px
}
.text-md {
	font-size: 12px
}
.text-sm {
	font-size: 11px
}
.text-xs {
	font-size: 10px
}
.text-italic {
	font-style: italic
}
.text-blue-dark, .text-primary {
	color: #1a2a41
}
.text-green, .text-success {
	color: #85b448
}
.text-blue, .text-info {
	color: #3aa8db
}
.text-orange, .text-warning {
	color: #d86a39
}
.text-danger, .text-red {
	color: #ca4441
}
.text-white {
	color: #fff
}
.text-black {
	color: #000
}
.text-grey {
	color: #f8f8f8
}
.text-red-dark {
	color: #4b1615
}
.text-red-navy {
	color: #723e3d
}
.text-green-dark {
	color: #232d1c
}
.text-green-navy {
	color: #647247
}
.text-brown {
	color: #32281d
}
.text-blue-navy {
	color: #31485e
}
.text-yellow {
	color: #ddc13e
}
.text-yellow-navy {
	color: #8e824c
}
.text-beige {
	color: #9C8951
}
.text-purple {
	color: #8566b5
}
.text-purple-navy {
	color: #352a47
}
.text-muted {
	color: #888
}
.text-muted-2x {
	color: #cf5300
}
.dark .text-muted {
	color: rgba(255,255,255,.6)
}
.dark .text-muted-2x {
	color: rgba(255,255,255,.4)
}
.text-dark {
	color: rgba(0,0,0,.6)
}
.btn {
	position: relative;
	padding: 14px 25px 14px;
	border: none;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 2px;
	color: #fff;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}
.btn>* {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out
}
.btn>:nth-child(2) {
	position: absolute;
	top: 48%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	right: 20px;
	opacity: 0;
	visibility: hidden
}
.btn:focus>:nth-child(1), .btn:hover>:nth-child(1) {
	transform: translateX(-10px)
}
.btn:focus>:nth-child(2), .btn:hover>:nth-child(2) {
	opacity: 1;
	visibility: visible
}
.btn:before {
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 29px;
	content: ' ';
	opacity: 0
}
.btn:focus:before {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-name: glow;
	animation-name: glow
}
@-webkit-keyframes glow {
0% {
opacity:.3;
-webkit-transform:scale(0)
}
100% {
opacity:0;
-webkit-transform:scale(2)
}
}
@keyframes glow {
0% {
opacity:.3;
transform:scale(0)
}
100% {
opacity:0;
transform:scale(2)
}
}
.btn>span {
	position: relative;
	z-index: 1
}
.btn-green, .btn-success {
	background-color: #85b448
}
.btn-green:focus, .btn-green:hover, .btn-success:focus, .btn-success:hover {
	color: #85b448
}
.btn-blue, .btn-info {
	background-color: #3aa8db
}
.btn-blue:focus, .btn-blue:hover, .btn-info:focus, .btn-info:hover {
	color: #3aa8db
}
.btn-orange, .btn-warning {
	background-color: #d86a39
}
.btn-orange:focus, .btn-orange:hover, .btn-warning:focus, .btn-warning:hover {
	color: #d86a39
}
.btn-danger, .btn-red {
	background-color: #ca4441
}
.btn-danger:focus, .btn-danger:hover, .btn-red:focus, .btn-red:hover {
	color: #ca4441
}
.btn-white {
	background-color: #fff
}
.btn-white:focus, .btn-white:hover {
	color: #fff
}
.btn-black {
	background-color: #282828
}
.btn-black:focus, .btn-black:hover {
	color: #282828
}
.btn-grey {
	background-color: #f8f8f8
}
.btn-grey:focus, .btn-grey:hover {
	color: #f8f8f8
}
.btn-blue-dark {
	background-color: #1a2a41
}
.btn-blue-dark:focus, .btn-blue-dark:hover {
	color: #1a2a41
}
.btn-red-dark {
	background-color: #700303
}
.btn-red-dark:focus, .btn-red-dark:hover {
	color: #fff
}
.btn-red-navy {
	background-color: #723e3d
}
.btn-red-navy:focus, .btn-red-navy:hover {
	color: #723e3d
}
.btn-green-dark {
	background-color: #232d1c
}
.btn-green-dark:focus, .btn-green-dark:hover {
	color: #232d1c
}
.btn-green-navy {
	background-color: #647247
}
.btn-green-navy:focus, .btn-green-navy:hover {
	color: #647247
}
.btn-brown {
	background-color: #32281d
}
.btn-brown:focus, .btn-brown:hover {
	color: #32281d
}
.btn-blue-navy {
	background-color: #31485e
}
.btn-blue-navy:focus, .btn-blue-navy:hover {
	color: #31485e
}
.btn-yellow {
	background-color: #CF5300
}
.btn-yellow:focus, .btn-yellow:hover {
	color: #ddc13e
}
.btn-yellow-navy {
	background-color: #8e824c
}
.btn-yellow-navy:focus, .btn-yellow-navy:hover {
	color: #8e824c
}
.btn-beige {
	background-color: #9C8951
}
.btn-beige:focus, .btn-beige:hover {
	color: #9C8951
}
.btn-purple {
	background-color: #8566b5
}
.btn-purple:focus, .btn-purple:hover {
	color: #8566b5
}
.btn-purple-navy {
	background-color: #352a47
}
.btn-purple-navy:focus, .btn-purple-navy:hover {
	color: #352a47
}
.btn-default, .btn-white {
	color: #282828
}
.btn:focus, .btn:hover {
	background: #fff
}
.btn-default {
	background-color: #f8f8f8
}
.btn-link {
	color: inherit
}
.btn-link:focus, .btn-link:hover {
	color: inherit;
	text-decoration: none;
	background: 0 0
}
.btn-lg {
	padding: 19px 36px 21px;
	border-radius: 40px;
	font-size: 14px
}
.btn-sm {
	padding: 11px 29px 13px;
	border-radius: 25px;
	font-size: 12px
}
.btn-xs {
	padding: 9px 26px 11px;
	border-radius: 20px;
	font-size: 11px
}
.label {
	font-size: 70%;
	font-weight: 500
}
.label-default {
	background-color: transparent;
	color: inherit;
	border: 1px solid rgba(0,0,0,.15)
}
.dark .label-default {
	border-color: rgba(255,255,255,.25)
}
.label-primary {
	background-color: #1a2a41
}
.label-success {
	background-color: #85b448
}
.label-info {
	background-color: #3aa8db
}
.label-warning {
	background-color: #d86a39
}
.label-danger {
	background-color: #ca4441
}
.icon-box {
	margin-bottom: 30px
}
.icon-box .icon {
	margin-bottom: 10px
}
.icon-box .title {
	display: block
}
.icon, .icon-circle>*, .social-icons>li {
	display: inline-block
}
.icon {
	font-size: 62px;
	vertical-align: middle;
	width: 84px
}
.icon-circle {
	position: relative;
	font-size: 32px;
	height: 84px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff
}
.icon-circle>* {
	position: absolute;
	top: 49%;
	left: 49%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0)
}
.icon.icon-hover {
	transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out
}
a.icon>:focus, a.icon>:hover {
	color: inherit
}
.icon-lg {
	font-size: 88px;
	width: 120px
}
.icon-lg.icon-circle {
	font-size: 54px;
	height: 120px
}
.icon-sm {
	font-size: 42px;
	width: 56px
}
.icon-sm.icon-circle {
	font-size: 16px;
	height: 56px
}
.icon-xs {
	font-size: 13px;
	width: 34px
}
.icon-xs.icon-circle {
	font-size: 11px;
	height: 34px
}
.icon-green, .icon-success {
	background-color: #85b448
}
.icon-green.icon-hover:focus, .icon-green.icon-hover:hover, .icon-success.icon-hover:focus, .icon-success.icon-hover:hover {
	color: #85b448
}
.icon-blue, .icon-info {
	background-color: #3aa8db
}
.icon-blue.icon-hover:focus, .icon-blue.icon-hover:hover, .icon-info.icon-hover:focus, .icon-info.icon-hover:hover {
	color: #3aa8db
}
.icon-orange, .icon-warning {
	background-color: #d86a39
}
.icon-orange.icon-hover:focus, .icon-orange.icon-hover:hover, .icon-warning.icon-hover:focus, .icon-warning.icon-hover:hover {
	color: #d86a39
}
.icon-danger, .icon-red {
	background-color: #ca4441
}
.icon-danger.icon-hover:focus, .icon-danger.icon-hover:hover, .icon-red.icon-hover:focus, .icon-red.icon-hover:hover {
	color: #ca4441
}
.icon-black.icon-hover:focus, .icon-black.icon-hover:hover, .icon-grey, .icon-grey.icon-hover:focus, .icon-grey.icon-hover:hover, .icon-white, .icon-white.icon-hover:focus, .icon-white.icon-hover:hover {
	color: #282828
}
.icon-white {
	background-color: #fff
}
.icon-black {
	background-color: #282828
}
.icon-grey {
	background-color: #f8f8f8
}
.icon-blue-dark {
	background-color: #1a2a41
}
.icon-blue-dark.icon-hover:focus, .icon-blue-dark.icon-hover:hover {
	color: #1a2a41
}
.icon-red-dark {
	background-color: #4b1615
}
.icon-red-dark.icon-hover:focus, .icon-red-dark.icon-hover:hover {
	color: #4b1615
}
.icon-red-navy {
	background-color: #723e3d
}
.icon-red-navy.icon-hover:focus, .icon-red-navy.icon-hover:hover {
	color: #723e3d
}
.icon-green-dark {
	background-color: #232d1c
}
.icon-green-dark.icon-hover:focus, .icon-green-dark.icon-hover:hover {
	color: #232d1c
}
.icon-green-navy {
	background-color: #647247
}
.icon-green-navy.icon-hover:focus, .icon-green-navy.icon-hover:hover {
	color: #647247
}
.icon-brown {
	background-color: #32281d
}
.icon-brown.icon-hover:focus, .icon-brown.icon-hover:hover {
	color: #32281d
}
.icon-blue-navy {
	background-color: #31485e
}
.icon-blue-navy.icon-hover:focus, .icon-blue-navy.icon-hover:hover {
	color: #31485e
}
.icon-yellow {
	background-color: #ddc13e
}
.icon-yellow.icon-hover:focus, .icon-yellow.icon-hover:hover {
	color: #ddc13e
}
.icon-yellow-navy {
	background-color: #8e824c
}
.icon-yellow-navy.icon-hover:focus, .icon-yellow-navy.icon-hover:hover {
	color: #8e824c
}
.icon-beige {
	background-color: #9C8951
}
.icon-beige.icon-hover:focus, .icon-beige.icon-hover:hover {
	color: #9C8951
}
.icon-purple {
	background-color: #8566b5
}
.icon-purple.icon-hover:focus, .icon-purple.icon-hover:hover {
	color: #8566b5
}
.icon-purple-navy {
	background-color: #352a47
}
.icon-purple-navy.icon-hover:focus, .icon-purple-navy.icon-hover:hover {
	color: #352a47
}
.icon.icon-hover:not(.icon-circle):hover {
	color: inherit
}
.icon-circle.icon-hover:focus:not(.icon-white):not(#messenger-toggle), .icon-circle.icon-hover:hover:not(.icon-white):not(#messenger-toggle), a.icon-circle:focus:not(.icon-white):not(#messenger-toggle), a.icon-circle:hover:not(.icon-white):not(#messenger-toggle) {
	background-color: #fff!important
}
.icon.icon-hover.icon-white:focus, .icon.icon-hover.icon-white:hover {
	background-color: transparent;
	color: inherit
}
.social-icons {
	list-style: none;
	margin: 0;
	padding: 0
}
.icon-facebook {
}
.icon-facebook:focus, .icon-facebook:hover {
	color: #1f4578
}
.icon-google-plus {
}
.icon-google-plus:focus, .icon-google-plus:hover {
	color: #e13d3d
}
.icon-linkedin {
}
.icon-linkedin:focus, .icon-linkedin:hover {
	color: #008fc3
}
.icon-twitter {
}
.icon-twitter:focus, .icon-twitter:hover {
	color: #50c8e6
}
.icon-youtube {
	background-color: #eb3c31
}
.icon-youtube:focus, .icon-youtube:hover {
	color: #eb3c31
}
.owl-pagination {
	text-align: center
}
.owl-pagination .owl-page {
	display: inline-block;
	margin: 0 5px 5px;
	padding: 5px 0
}
.owl-pagination .owl-page>span {
	display: block;
	border: solid 1px #fff;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	border-radius: 50%;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out
}
.light .owl-pagination .owl-page>span {
	background-color: #282828
}
.owl-pagination .owl-page.active>span {
	transform: scale(1.4);
	-webkit-transform: scale(1.4)
}
.side-sticky-navigation.affix {
	top: 60px;
	width: 100%;
	max-width: 300px
}
ol, ul {
	margin-bottom: 25px
}
ul.list-check li {
	list-style: none
}
ul.list-check li:before {
	font-family: FontAwesome;
	content: '\f00c';
	margin-right: 10px;
	opacity: .4
}
.list-unstyled-icons .inline-icon {
	float: left;
	margin-left: -35px
}
.list-unstyled-icons li {
	padding-left: 30px;
	margin-bottom: 15px
}
.list-unstyled-icons li:last-child {
	margin-bottom: 0
}
.form-control, label {
	font-size: 13px
}
.nav-panels>li>a:focus, .nav-panels>li>a:hover {
	background: #fff
}
.form-group {
	margin-bottom: 10px
}
.form-control {
	height: 42px;
	padding: 10px 12px;
	border-color: #dfdfdf;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none
}
.form-control:focus {
	border-color: #949494;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none
}
.dark .form-control, .dark .form-control:focus {
	border: none!important
}
.form-error {
	display: none
}
.alert {
	border: none
}
.alert-default {
	background-color: rgba(0,0,0,.15)
}
.alert-success {
	background-color: #85b448
}
.alert-info {
	background-color: #3aa8db
}
.alert-warning {
	background-color: #d86a39
}
.alert-danger {
	background-color: #ca4441
}
.dark-caption {
	background: rgba(0,0,0,0.6);
	padding: .2em;
	margin-bottom: 30px;
}
.event-box {
	min-height: 200px;
	padding: 0 0 2em 0px;
	background: rgba(255, 255, 255, 0.78);
}
.event-box ul {
	margin: 0;
	padding: 10px 20px
}
.news-item {
	padding: 4px 4px 4px 15px;
	margin: 0px;
	border-bottom: 1px dotted #555;
}
.news-item a {
	color: #333;
	background: url(../img/ico-news.png) no-repeat 0px 1px;
	padding-left: 20px;
	display: inline-block;
	padding-bottom: 7px;
}
.circular-more {
	color: #333;
	float: right;
	margin-top: 10px;
}

.our-leadership {
  position: absolute;
  top: 10%;
  right:50px;
}

.leadership {
	width:100%;
	margin-bottom: 30px;
}
.leadership-photo {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.leadership-txt .name {
	font-weight: 500;
	font-size: 12px;
	display: block;
	padding: 20px 0 5px 0;
	color: #fff;
	text-align: center;
}
.leadership-txt .caption {
	font-size: 14px;
	font-weight: 600;
	color: #c7b9b9;
	text-align: center;
	display: block;
}
.leadership-photo img {
	width: 100px;
	height: 100px;
	border: 2px solid #c1bdbd;
	background: #fff;
}
.sec-title span.decor {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #E6E6E6;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.sec-title span.inner {
	width: 6px;
	height: 6px;
	background: #EAEAEA;
	border-radius: 50%;
	display: block;
	margin: auto;
	margin-top: 3px;
}
.sec-title span.decor:before, .sec-title span.decor:after {
	content: '';
	position: absolute;
	top: 5px;
	width: 50px;
	height: 2px;
	background: #E6E6E6;
	z-index: -1;
}
.sec-title span.decor:before {
	left: 14px;
}
.sec-title span.decor:after {
	right: 14px;
}
.bottom-menu {
	padding: 0 10px;
	margin-bottom: 5px;
}
.bottom-menu ul {
	padding: 0;
	display: table;
	margin: 0 auto;
}
.bottom-menu li a {
	font-size: 16px;
	display: inline-block;
}
.bottom-menu li a:hover {
	text-decoration: underline;
	color: #fff;
}
.ul-style-1 li {
	margin-bottom: .618em;
}
.ul-style-1 .list-icon {
	margin-right: 10px;
	background: #ff512f;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	color: #fff;
}
.event-list-cont {
}
.event-list-cont {
}
.events-compact-list {
	list-style-type: none;
	margin: 0;
}
.event-list-item {
	border-bottom: 1px solid #E6E6E6;
}
.event-date {
	background-color: #42b8d4;
}
.event-date .date {
	font-size: 34px;
	line-height: 34px;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.event-date {
	display: block;
	margin-bottom: 5px;
	float: left;
	margin-right: 20px;
	padding: 8px;
	color: #fff;
	width: 60px;
	text-align: center;
}
.event-date .month {
	letter-spacing: 1px;
}
.event-date .month, .event-date .year {
	text-transform: uppercase;
	display: block;
	line-height: 16px;
}
.event-list-item h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 5px;
	text-transform: none;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.meta-data {
	color: #aaa;
	font-size: 12px;
	line-height: 16px;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}

#police-dep-popup .modal-dialog { width:600px; text-align: center}
#police-dep-popup .modal-header { padding: 15px 10px;  }
#police-dep-popup .modal-body{ margin:0;padding: 0; height: 400px;overflow-y: scroll;}
#police-dep-popup .modal-body .row{ margin:0; margin-bottom:40px;}
#police-dep-popup .modal-body ul{ list-style: none;margin:0;padding: 0;}
#police-dep-popup .modal-body ul li {}

#police-dep-popup .modal-body ul li a {
    color: #fff;
    margin: 7px 12px;
    width: 28%;
    float: left;
    font-weight: 600;
    padding:4px 7px;
    text-align: center;
    background: #CF5300;

}


#police-dep-popup .modal-body ul li a:hover {
    color: #333;
}
#police-dep-popup .modal-content {background-color: #fff;  }
#police-dep-popup .modal-title { color: #5d5d5d;font-size:16px;}
#police-dep-popup .modal-header .close { color: #5d5d5d;  opacity: 1; }
#police-dep-popup .modal-footer {
    padding: 5px 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
#police-dep-popup .modal-footer .btn{ border: 1px solid #ddd;
  padding: .75em 1em;
}
#police-dep-popup h2 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 10px;
    margin: 0;
}
#police-dep-popup h1 {
    margin: 5px 0;
}
#police-dep-popup h1 a {
    color: #cf5300;
    font-size: 28px;
    font-weight: 700;
}




.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
}


.weblink,.weblink a{color:#fff}



div.linkcontainer {
    padding:0 0 5px 20px;
}
div.linkcontainer div.linkcontainer {
}

div.link {
    padding-bottom:5px;
}

div.link a { }

div.linkcontainer > .link { position:relative; } 
div.linkcontainer > .linkcontainer > .link a{ padding-left:2px;}

div.linkcontainer >.linkcontainer > .linkcontainer > .link a:before {
    font-family: FontAwesome;
    content: "\f178" ; 
    left: -16px;
    position: absolute;
    top: 2px;
 }



div.linkcontainer >.linkcontainer > .linkcontainer > .linkcontainer > .link a:before {
    font-family: FontAwesome;
    content: "\f0a4";  
    left: -16px;
    position: absolute;
    top: 2px;
 }





.Alldepartment {
	width: 90%;
	height: 100px;
}
.Alldepartment li {
	float: left;
	margin: 0 10px;
}
/*
#services{
    background:url('/content/dam/homeportal/images/33.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
} */

#gallery {
}
.latest-work-intro {
}
#gallery h3 {
	padding: 10px;
	margin: 0;
	font-size: 16px;
}
#gallery p {
	padding: 10px;
	margin: 0
}
#gallery .owl-carousel .owl-item {
	border: 1px solid #ddd
}
#gallery a.info {
	display: block
}
.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(24, 24, 24, 0.58);
	top: 0;
	bottom: 0;
}
.button {
	border: 1px solid #ddd;
	padding: 10px 20px;
	border-radius: 4px;
}
#bottom-footer {
	color: #fff
}
.address-grid i {
	color: #f1f1f1;
	font-size: 4em;
	display: inline-block;
	line-height: 2em;
}
.address1 {
}
.address1 h6 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;/* line-height: 1.4em; */
}
.address1 p {
	font-size: 1em;
	color: #fff;
}
.address1 p a {
	text-decoration: none;
	color: #fff;
}
.address1 p a:hover {
	color: #0066B2;
}
.address-more h4 {
	color: #fff;
	font-size: 2em;
	margin: 0 15px 0.7em;
}
.news_feed_wrapper .news_feed_icon a {
	padding: 0;
	font-size: 50px;
	display: block;
	color: #333;
	text-align: center;
}
.news_feed_wrapper {
	color: #fff;
}
.news_feed_wrapper h4 {
	margin: 5px 0 10px 0
}
.news_feed_wrapper h4 a {
	text-align: left;
	color: #333;
	font-size: 16px;
	text-decoration: none;
}
.news_feed_wrapper dd {
	color: red;
	font-size: 12px;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.other-logos ul {
	margin: 0;
	padding: 0;
}
.other-logos li img {
	width: 100px;
	height: 40px;
}
.other-logos li {
	background: #fff;
	cursor: pointer;
	border: 1px solid #e0eded;
	padding: 20px 15px;
}
.footermenu a {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
}
.modal {
	text-align: center
}
.modal-backdrop.in {
	opacity: .8
}
.modal-intro {
	color: #fff;
	text-align: left
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.475);
	-o-transition: -o-transform .3s cubic-bezier(.175, .885, .32, 1.475);
	transition: transform .3s cubic-bezier(.175, .885, .32, 1.475);
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal:before {
	content: " ";
	height: 100%
}
.modal-dialog {
	text-align: left
}
#ajax-loader, #ajax-modal {
	display: none;
	position: fixed
}
.modal-dialog.modal-md {
	width: 750px
}
.modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none
}
.modal-body {
	padding: 30px
}
.modal-close {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 50;
	transform: translateY(-40px) rotate(90deg);
	-webkit-transform: translateY(-40px) rotate(90deg);
	background: 0 0;
	font-size: 30px;
	border: none;
	color: #fff;
	opacity: .3;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}
.modal.in .modal-close {
	transform: translateY(0) rotate(0);
	-webkit-transform: translateY(0) rotate(0);
	opacity: .3
}
.modal.in .modal-close:hover {
	opacity: 1
}
#ajax-modal {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	z-index: 333
}
.ajax-modal-opened #header {
	pointer-events: none;
	opacity: .5
}
#ajax-modal .ajax-body {
	padding-top: 90px;
	padding-bottom: 90px
}
html.locked-scrolling, html.locked-scrolling body {
	height: 100%;
	overflow: hidden
}
#ajax-modal .ajax-close {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 50
}
#ajax-loader {
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	color: #fff;
	border-radius: 50%;
	z-index: 999
}
#ajax-loader:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	content: ' ';
	-webkit-animation-name: pageLoading;
	animation-name: pageLoading;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
#ajax-loader>i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	font-size: 19px
}
.progress {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 5px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: visible
}
.dark .progress {
	background-color: rgba(255,255,255,.2)
}
.progress-bar {
	margin-left: -1px;
	text-align: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 500;
	box-shadow: none;
	transition: width 1s ease-out;
	-moz-transition: width 1s ease-out;
	-webkit-transition: width 1s ease-out;
	-o-transition: width 1s ease-out
}
.chart, .chart-box {
	display: inline-block;
	text-align: center
}
.progress-bar>span {
	position: relative;
	top: -8px;
	display: inline-block;
	padding: 0 10px;
	font-size: 11px;
	border-radius: 15px;
	color: #fff;
	background-color: inherit
}
.progress-bar, .progress-bar-blue-dark, .progress-bar-primary {
	background-color: #1a2a41
}
.progress-bar-green, .progress-bar-success {
	background-color: #85b448
}
.progress-bar-blue, .progress-bar-info {
	background-color: #3aa8db
}
.progress-bar-orange, .progress-bar-warning {
	background-color: #d86a39
}
.progress-bar-danger, .progress-bar-red {
	background-color: #ca4441
}
.progress-bar-white {
	background-color: #fff
}
.progress-bar-black {
	background-color: #000
}
.progress-bar-grey {
	background-color: #f8f8f8
}
.progress-bar-red-dark {
	background-color: #4b1615
}
.progress-bar-red-navy {
	background-color: #723e3d
}
.progress-bar-green-dark {
	background-color: #232d1c
}
.progress-bar-green-navy {
	background-color: #647247
}
.progress-bar-brown {
	background-color: #32281d
}
.progress-bar-blue-navy {
	background-color: #31485e
}
.progress-bar-yellow {
	background-color: #ddc13e
}
.progress-bar-yellow-navy {
	background-color: #8e824c
}
.progress-bar-purple {
	background-color: #8566b5
}
.progress-bar-purple-navy {
	background-color: #352a47
}
.chart-box {
	margin: 0 20px 30px
}
.chart {
	position: relative;
	margin-bottom: 20px;
	clear: both;
	font-size: 24px
}
.chart+* {
	display: block
}
.chart .percent, .circle, .pagination>li, .roll-down {
	display: inline-block
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0
}
.chart .percent {
	font-weight: 600;
	z-index: 2
}
.chart .percent:after {
	font-size: 80%;
	content: '%'
}
.roll-down, .roll-down:after {
	content: ' '
}
.tooltip {
	font-family: Lato, Helvetica, Arial, sans-serif
}
.tooltip-inner {
	border-radius: 2px
}
.tooltips-light .tooltip-inner {
	background: #fff;
	color: #282828;
	-webkit-box-shadow: 1px 1px 15px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 15px 0 rgba(0,0,0,.1);
	box-shadow: 1px 1px 15px 0 rgba(0,0,0,.1)
}
.tooltips-light .tooltip-innter {
	background-color: #fff;
	color: #282828
}
.tooltips-light .tooltip.left .tooltip-arrow {
	border-left-color: #fff
}
.tooltips-light .tooltip.right .tooltip-arrow {
	border-right-color: #fff
}
.tooltips-light .tooltip.top .tooltip-arrow {
	border-top-color: #fff
}
.tooltips-light .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #fff
}
.pagination>li {
	margin: 0 2px
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	padding: 5px 12px 7px;
	background: 0 0;
	border: none;
	color: inherit;
	font-weight: 500;
	border-radius: 30px!important
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	border: none;
	color: #fff
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: 0 0;
	border: none;
	color: #fff
}
.circle {
	width: 108px;
	height: 108px;
	border-radius: 50%
}
.circle-xs {
	width: 36px;
	height: 36px
}
.roll-down {
	position: relative;
	height: 65px;
	margin-top: 20px;
	width: 40px;
	border: 3px solid #fff;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px
}
.roll-down:after {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scrolling;
	animation-name: scrolling
}
@-webkit-keyframes scrolling {
0%, 100% {
-webkit-transform:none;
transform:none
}
50% {
-webkit-transform:translate3d(0, 400%, 0);
transform:translate3d(0, 400%, 0)
}
}
@keyframes scrolling {
0%, 100% {
-webkit-transform:none;
transform:none
}
50% {
-webkit-transform:translate3d(0, 400%, 0);
transform:translate3d(0, 400%, 0)
}
}
@media only screen and (max-width:1480px) {
.container-wide {
	width: 90%
}
.contact-box {
	margin-left: 5%
}
.row.padding-lg {
	margin-left: -20px;
	margin-right: -20px
}
.row.no-padding>div[class*=' col'], .row.padding-lg>div[class^=col] {
	padding-left: 20px;
	padding-right: 20px
}
.header-vertical #header {
	width: 240px
}

}
@media only screen and (min-width:1200px) {
.col-lg-4 {
	width: 33.33332%
}
}
@media only screen and (max-width:1199px) {
.container-wide {
	width: 98%
}
.contact-box {
	margin-left: 1%
}
.row.padding-lg {
	margin-left: -15px;
	margin-right: -15px
}
.header-vertical #header {
	width: 220px;
	top: 15px;
	left: 15px;
	bottom: 15px
}
.fullwidth {
	padding-left: 15px;
	padding-right: 15px
}
}
@media only screen and (min-width:992px) {
.col-md-4 {
	width: 33.33332%
}
}
@media only screen and (max-width:991px) {
.v-center-items {
	display: block
}
.v-bottom, .v-center {
	top: 0;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}
.fullheight {
	height: auto
}
.header-vertical .section {
	padding-left: 0
}
.section-double .image {
	position: relative;
	height: 100vw;
	max-height: 500px;
	margin-bottom: 50px
}
.section-double .content {
	position: relative;
	top: 0;
	transform: none;
	-webkit-transform: none
}
.modal-dialog {
	padding-top: 100px
}
.modal:before {
	display: none
}
}
@media only screen and (min-width:768px) {
.col-sm-4 {
	width: 33.33332%
}
}
@media only screen and (max-width:767px) {
.col-xs-4 {
	width: 33.33332%
}
.comments ul {
	padding-left: 25px
}
.comment-content {
	padding-left: 80px
}
.fullwidth {
	padding-left: 10px;
	padding-right: 10px
}
.nav-panels>li>a {
	padding: 40px 15px
}
}
@media only screen and (max-width:468px) {
.contact-box {
	width: 100%;
	margin-left: 1%
}
#messenger {
	width: 100%
}
#messenger.active #messenger-box:before {
	width: 250%
}
#ajax-modal .ajax-close, #messenger-box .icon.messenger-close, #mobile-nav .mobile-nav-close, #mobile-nav-toggle {
	top: 20px;
	right: 20px
}
#messenger-box:before, #messenger-toggle {
	right: 20px;
	bottom: 20px
}
}
@media only screen and (max-height:500px) {
.v-center-items {
	display: block
}
.v-bottom, .v-center {
	top: 0;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}
.fullheight {
	height: auto
}
#messenger.active #messenger-box:before {
	height: 250vh
}
}

.bg-primary, .btn-primary, .progress-bar-primary, .te-primary:before, .icon-circle.icon-primary, .nav-vertical > li > a:before, .nav-horizontal > li > a:before, #messenger-box:before, #messenger-toggle:hover, #messenger-toggle:focus, .icon-white.icon-hover:hover, .icon-white.icon-hover:focus, .pace .pace-progress:before, .label-primary, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .nav-panels > li.active > a, .nav-panels > li.active > a:focus, .nav-panels > li.active > a:hover, #ajax-loader:before, .owl-pagination .owl-page.active > span {
    background-color: #b04700;
}

.bg-secondary, .btn-secondary, .icon-circle.icon-secondary, .progress-bar-secondary, .te-secondary:before {
    background-color: #131111;
}

.text {
	left: 10px;
	text-align: justify;
}
.wrapbeforemap {
	position: relative;
	z-index: 1;
	text-align: center;
}
.mapinfo {
	background-color: #fff;
	letter-spacing: 1px;
	padding: 30px 20px;
	color: #333;
	font-weight: 600;
}
.aboutDepartment {
	border: 2px solid #ddd;
	padding: 20px;
	background: #fff;
	min-height: 446px;
}

.departmentTitle{
     background: #e9e9e9;
    border-bottom: 1px solid #d9d9d9;
    }


.departmentTitle h1{
    padding-top:130px;
    font-size:30px;
    font-weight: 100;
    letter-spacing: 2px;
    font-family: 'Helvetica Neue', Roboto, Helvetica, Arial, sans-serif;


}






footer {
    color: #cdcdcd;
    position: relative;
    background: #393939;
      border-top: 4px solid #777;

}



footer .addr-text {
	padding-top: 4px;
	font-family: "Montserrat", sans-serif;
}

footer .addr-text i { margin-right:10px}




footer #footer-wrapper {
    padding: 40px 0;
}


#copyrights-wrapper {

	
}
#copyrights-wrapper .copyright {
     font-size: 13px; 
    line-height: 24px;
    color: #dad9d9;
    text-align: center;
	border-top:1px solid #ccc;
		padding:10px 0;
}





.infoblock {
	margin: 0 0 24px 0;
}
.infoblock hr {
	margin-top: 18px;
	border-top: 3px solid #4a4a4a;
}
.infoblock a {
	color: #303030;
}
.infoblock a:hover {
	text-decoration: none;
	color: #ff6700 ;
}








.about-img {
	float: left;
	width: 40%;
	margin: 0 20px 0 0px;
}
.services {
	text-align: center;
	padding: 10px 2px;

}

.services i {

    width: 55px;
    height: 55px;
    border-radius: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    margin-right: 7px;
    color: #FFF !important;
    background: rgb(255, 103, 0);

}

.services h3 {
	font-size: 22px;
	color: #21c2f8;
	margin: 10px 0;
}
.head-title {
	margin-top: 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	position: relative;
	font-size: 30px;
}
.head-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 30%;
    width: 40%;
    border-bottom: 1px solid rgba(255, 103, 0, 0.80);
}
.parallax-section {
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}



.newsMark {
	padding:0px
}
.newsMark .tab-pane {

}
.newsMark .tab-content {
	padding: 15px;
    margin-top:20px;
}



.newsMark .nav-tabs {
    border-bottom: none;
    margin: 0 auto;
    display: table;
}
.newsMark .nav>li>a:focus, .newsMark .nav>li>a:hover {
     background:#e65100;
}
.newsMark .nav-tabs>li.active>a, .newsMark .nav-tabs>li.active>a:focus, .newsMark .nav-tabs>li.active>a:hover {

    border-bottom-color: transparent;
}


.newsMark .nav-tabs>li>a {
    min-width: 180px;
    color:#444;
    text-align: center;
    font-size: 14px;
    background:#fff;
    padding:10px 23px;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 0;
    border: none !important;
}

.newsMark .nav-tabs>li.active>a:after{
    content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #fff;
    clear: both;

  }




.newsMark .nav>li>a:focus,.newsMark .nav>li>a:hover {
    text-decoration: none;
    color: #fff;

}










.news-box {
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
}
.newsTitle {
	margin-bottom: 15px;
	color: #fff;
	text-align: center;
	font-size: 25px;
	padding: 5px;
}
.newsMark p {
	position: relative;
	margin-bottom: 12px;
	padding-left: 30px;
	font-size: 14px;
	border-bottom: 1px dotted rgba(232, 226, 226, 0.34);
}
.newsMark p:before {
	font: normal normal normal 16px/1 FontAwesome;
	content:"\f0a4";
	color:#fff;
	position: absolute;
	left: 0px;
}
.newsMark p a {

    text-decoration: none;
}
.newsMark p a:hover {
text-decoration: underline
}
.newsMark p span.new {
	background: url("/content/dam/homeportal/images/new_red.gif");
	width: 33px;
	height: 16px;
	display: inline-block;
}


.overlay {
    background: rgba(0,0,0,0.6) none repeat scroll 0 0;
    padding: 120px 0;
}

#footer {
    width:80%;
    position: fixed;
    bottom: 0;
    right:0px;
    z-index: 1111;
    padding: 0 10px;

}


#footer p{font-size:10px;color:#fff}


#hide_menu {
    position: absolute;
    right: 5%;
    z-index: 999999;
}

#hide_menu a {
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    position: absolute;
    top: -42px;
    outline: none;
    background-color:#cf5300;
    border-radius: 50px;
    cursor: pointer;
}


.menu_visible {
    background: url(/content/dam/homeportal/images/menu_hide_arrow_bottom.png) no-repeat top left;
}


.up {
    transform: rotate(180deg);
}


#nodal-officer {
    display: none;
    padding: 5px 0 0;
    background: #131111;
}

.icon {

    color: #fff;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}

.nbs-flexisel-item a:focus{outline: 3px dashed #FFC107;}


/* .nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
} */

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    top: 35px;
}

.nbs-flexisel-nav-left {
    left:0px;
    background: url(/content/dam/homeportal/images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right:0px;
    background: url(/content/dam/homeportal/images/button-next.png) no-repeat;
}




.scene3D
{
perspective:inherit;
background-color: transparent;
  width: 125px;
  height: 80px;
  border: 0;
  perspective: 1000px; margin: 5px;
}
.scene3D h2
{
    font-size: 12px;
    padding: 0px 5px;
    text-align: center;
    line-height: 16px;
}
.scene3D h3 {
    font-size: 11px;
    text-align: center;
    color: #131111;
    font-weight: 600;
    margin: 0;
    padding: 5px;
    line-height: 12px;
}
.flip
{
position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.scene3D:hover .flip
{
  transform: rotateY(180deg);	
}

.scene3D .flip div {
  position: absolute;
  width: 100%;
  height: 100%;padding: 2px;

}

.scene3D .flip div:nth-child(1) {
  background-color: #fff;
  color: black;    
}

/* Style the back side */
.scene3D .flip div:nth-child(2) {
  background-color: #fff;
  color: white;
  transform: rotateY(180deg);backface-visibility: hidden;
}
.scene3D img {
    width: auto;
    height: 36px;
}

.scene3D:hover .flip div:nth-child(2)
{
    backface-visibility: visible;
}

.cm {
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: 87px;
    max-width: 270px;
}
.footer_active .cm,.footer_active .chiranjeevi_logo,.footer_active .gandhi,.footer_active .idc-logo,.footer_active .g20{
bottom: 210px;
        }
/* css edit by Shraddha on 3rd Jan    */
.g20{
width:127px!important;
            }
@media (max-width: 767px){
#content #start .setAsBg{margin: 0 0 0 0;position: static;}
#content #start .setAsBg .contentHolderUnit  img{margin-left:0!important;height: auto!important;}
#start .gandhi{position: static;margin: 0 auto;}
#footer{text-align: center;width: 100%;position: static;}
.bg-secondary, .btn-secondary, .icon-circle.icon-secondary, .progress-bar-secondary, .te-secondary:before{background-color:inherit!important;}
.header-vertical .section{padding-left:0;} 
.header-vertical #header{position: static;width: 100%;}
#content #start .setAsBg .bannerControls{margin-top:0}
#content #start .setAsBg .contentHolderVisibleWrapper .contentHolderUnit img{width: 100%;!important}
#content #start .setAsBg .fullscreen_background.bullets{height: 280px!important;}
#content{padding-right:0;width:100%;}
#hide_menu{right: 12%;}
#content #footer .cm{position: static;max-width:160px;}
.header-vertical .logo{padding: 90px 25px 25px 25px;}
.header-vertical.pace-done .guideline .tools{left: 0;}
#footer .nbs-flexisel-container li a
{
    display:inline-block;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    margin-top: 30px;
}
.portal-text {
    margin: 50px 0 50px 0;
    overflow-x: scroll;
}
}
@media (max-width: 1024px){
#content #start .setAsBg .contentHolderVisibleWrapper .contentHolderUnit img{margin-left:0!important;height: auto!important;}
}





.ex-links {
    float: left;
    width: 100%;
    text-align: center;
}
.ex-links li {
    display: inline-block;
    margin: 0 10px;
}
.cm
{
    max-width:170px;
}
#nodal-officer
{
    z-index:10;
    position:relative;
}
.hide_txt{
display:none;
    }
@media (max-width: 767px){
 /* .guideline li.smc,.guideline .fontResizer
{
    display:none;
}*/
#hide_menu
{
    display:none;
}
#start .gandhi {
    position: absolute;
    margin: 0 auto;
    width: 90px;
    bottom: 0;
    left: 0;
}
#content #footer .cm {
    /* position: absolute; */
    /* max-width: 160px; */
    /* z-index: 99; */
    margin-top: -154px;
    position: relative;
    bottom: inherit;
    right: 0;
    float: right;
    z-index: 99;
    max-width: 120px;
}
#nodal-officer
{
    display:block!important;
}
.imp_message,.gandhi{
z-index:99!important;
    }
#content #start .setAsBg .contentHolderVisibleWrapper .contentHolderUnit img {
    margin-left: 0!important;
    height: 279px!important;
}
.header-vertical .logo {
    padding: 73px 25px 6px 25px;
    text-align: center;
}
.header-vertical .logo .name {
    margin-bottom: 5px;
    font-size: 27px;
}
#mainmenu ul li a {
    font-size: 14px;
}
#mainmenu ul li li a {
    font-size: 13px!important;
}
#mainmenu ul li li li a {
    font-size: 14px!important;
    line-height: 25px;
}
}


.srh_result {
    margin-top: 20px;
    background: #fff!important;
}
#pagination{

margin-top:30px;
    }
    .srh_result a {
    color: #964107!important;
    font-weight: 600;
}
    
    table.srh_result > thead > tr > th {
    background: #964107!important;
    color:#fff!important;
        }
table.srh_result > tbody > tr > td {
 color:#000;
}
        center form input[type="submit"]{
    background: #964107!important;
        }
         table.srh_result tr:nth-child(even) {
    background: #fff !important;
}
.imp_message {
    position: fixed;
    top: 50px;
    right:50px;
    z-index: 999;
    width: 300px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
           height: 354px;
        overflow:hidden;
}
    .imp_message span {
    width: calc(100% - 10px);
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0,0,0,.8);position: absolute;
    left:5px;;
    bottom:5px;
    text-align:center;
    font-weight:600;
    font-size:16px;
    color:#fff;line-height: 1.2;
    padding: 10px;

}
         .imp_message:hover span {

}
@media (max-width: 767px){
.imp_message {
    position: absolute;
   right:inherit;
        left:0;
        bottom:70px;
        left:0;    width: 155px;height:230px;
}
    .imp_message span {
 font-size:12px;
        }

#mainmenu{
height:auto!important;
}
.banner_div .cm{
position: static;
}
.banner_div .gandhi{
    display: block!important;
    left: inherit!important;
    right: 3px!important;
    bottom: 33px!important;
}
.banner_div{
position:relative; 
}
.banner_div .cm {
    max-width: 120px;
}
.banner_div .chiranjeevi_logo{
    bottom: 0;
    right: 0;
}
.banner_div .chiranjeevi_logo img{max-width: 212px;}
.idc-logo{
position: static!important;
    text-align: center;
    margin-top: 20px;
    }
.jobfair,.digifest-logo{
position:static!important;
        width:100%!important;
        text-align:center;    margin: 10px 0;
    }
    .jobfair img,.digifest-logo img{
max-width:110px;
            display:inline-block;
        }
}
.idc-logo{
display:none!important;
    }

.acb--banner-logo{
    position: fixed;
    bottom: 90px;
    right: 378px;
    z-index: 999;
    width: 125px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}

/* for election banner css */

@media (min-width: 769px){

/*.acb--banner-logo,.jobfair,.gandhi{
bottom: 290px!important
    }
    #footer{
bottom: 190px;
    }
    .election-strip-banner{
padding-top: 30px;
    clear: both;
    position: fixed;
    bottom: 0;
    width: 79%;
    right: 0;
        }*/
#footer .nbs-flexisel-inner{
max-height: 88px;
    }
}

@media (max-width: 767px){
.acb--banner-logo{
position: absolute;
    right: inherit;
    left: 0;
    bottom: 118px;
    }
}