body{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	padding-top: 40px;
	background: #f9f9f9;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p,ul,ol{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
*:focus{
 box-shadow: none!important;
 outline: 0;
}
.pr{
	position: relative;
}
.pad0{
	padding: 0;
}
.spacer{
	height: 3em;
}
h1, h2, h3, h4{
	font-family: 'Merriweather', serif;
	font-weight: 700;
}
label{
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 14px;
}
a,.btn{
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover{text-decoration: none;}
.clearfix{
	clear: both;
}
.mt40{
	margin-top: 40px;
}
.mt15{
	margin-top: 15px;
}
.mb15{
	margin-bottom: 15px;
}
/*header*/
#topnav {
	background-color: #f6f6f6;
	height: 40px;
	border-bottom: 1px solid #ddd;
}
#topnav  .nav-item {
    border-right: 1px solid #e6e6e6;
}
	#topnav.navbar-light .navbar-nav li a {
		padding: 12px 8px;
		font-size: .8rem;
		color: #3a3a3a;
		line-height: 1;
	}
	#topnav a.apply-btn {
		/* padding: 8px 5px !important; */
		line-height: 1;
		display: inline-block;
		background: #d32f2f;
		color: #fff !important;
		border-radius: 6px;
		margin: 0 6px 0 0;
		padding: 12px 8px;
		font-size: .8rem;
		color: #3a3a3a;
		line-height: 1;
		font-weight: 600;
	}
#topnav .form-control {
	background: #fff;
	color: #000;
	border-radius: 4px 0 0 4px;
}
#topnav .btn {
	border-color: #ced4da;
}
.theme-btn {
    border: 1px solid #444;
    display: inline-block;
    height: 24px;
    width: 25px;
    padding: 0px !important;
    text-align: center;
    line-height: 22px !important;
    position: relative;
    top: 8px;
    font-size: 12px !important;
    margin-right: 5px;
    border-radius: 2px;

}
.theme-btn.theme-black{
	background: #ccc;
}
#navigation .navbar-nav li a {
	font-size: .83rem;
	font-weight: 600;
	padding: 15px 10px;
	display: block;
	color: #fff;
	text-transform: uppercase;
}
#navigation .navbar-nav li a:hover{
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}
#navigation {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	background: #2d2c7c;
	background: #d32f2f;
}
#navigation .navbar-nav li.active a{
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 -2px 0 #fff inset;
}
#navigation .dropdown-menu{
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
#navigation .navbar-nav .dropdown-menu li a{
	white-space: nowrap;
	color: #535353;
	font-size: .82rem;
	padding: 10px 15px;
	font-weight: 600;
	border-bottom: 1px solid #f0f0f0;
}
	#navigation .dropdown-menu li a:hover,
	#navigation .dropdown-menu li a:focus,
	.fix-dd .dropdown-menu li a:hover {
		background: #f6f6f6;
		color: #d32f2f;
	}
#topnav.navbar-light .navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ec6a2d;
}
.logo-wrapper {
	padding: 12px 0;
	background: #fff;
}
.logo-title {
    padding-left: 12px;
    margin-top: 10px;
}
	.logo-title h1 {
		font-size: 22px;
		font-weight: 600;
		color: #e53935;
		text-transform: capitalize;
	}
.logo-title p {
    font-size: 13px;
    margin-top: 2px;
}
.logo-right img{
	float: right;
	max-height: 80px;
}

/*banner*/
.home-fixed-slider {
	position: relative;
	background: #000;
}
.main-slider.slick-initialized.slick-slider.slick-dotted { margin: 0; }
.main-slider .slick-slide img {
	height: 52vh;
	width: 100%;
	object-fit: cover;
}
.main-slider .slick-arrow{
	background: #c01d2ecc !important;
	border-radius: 50%;
	margin: 0 8px;
}
.holder {
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.57);
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.49);
	padding: 8px 0;
}
.newsticker li a{
	color: #fff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ticker-controls i {
	height: 24px;
	display: inline-block;
	width: 24px;
	background: rgb(236, 106, 45);
	background: #e53935;
	line-height: 24px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 16px;
	border-radius: 2px;
	margin-left: 5px;
	cursor: pointer;
}

/*testimonial*/
.testimonial {
    background: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.msg{
	font-style: italic;
	position: relative;
	padding-top: 8px;
	text-align: center;
	font-weight: 600;
}

.test-box img {
    display: inline-block;
    background: #e9e9e9;
    height: 160px;
    width: 160px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 12px;
    padding-top: 5px;
}
.msg p:before {
	content: '\f756';
	font-family: Material Design Icons;
	font-size: 27px;
	font-style: normal;
	color: #ec6a2d;
	color: #e53935;
	height: 32px;
	width: 32px;
	line-height: 32px;
	display: inline-block;
	text-align: center;
}

.bright{border-right: 1px solid #ddd;}
/*partners*/
.partners{
	background: #fff;
	border-top: 1px solid #dfdfdf;
}
.img-box {
	height: 80px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	padding: 8px 0;
	margin: 10px;
	border: 2px dotted rgb(230, 230, 230);
}
.img-box img {
    max-width: 100%;
    max-height: 100%;
    /*filter: grayscale(1);*/
}
.img-box:hover img{
	/*filter: grayscale(0);*/
}
.logo-slider .slick-arrow {
    background: transparent;
    color: #24232f;
    border: 1px solid #808080;
    height: 35px;
    width: 35px;
}
.logo-slider .slick-arrow:hover{
	border: 1px solid #c01d2e;
}
.logo-slider .slick-prev{
    left: -55px;
}
.logo-slider .slick-next{
    right: -55px;
}
.logo-slider .slick-prev::before, .logo-slider .slick-next::before{
	color: #000;
}
/*counter*/
.counter {
	text-align: center;
	color: #ec6a2d;
	color: #f44336;
}
.counter i {

    font-size: 24px;
    height: 70px;
    width: 70px;
    border: 3px dotted #fff;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
    line-height: 65px;
    box-shadow: 0 0 0px 8px rgba(255, 255, 255, 0.07);
    color: #fff;

}
.counter p {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 600;
    color: #fff;
}
/*about*/
.link-box:hover i, .counter:hover i,
.nav-pills .nav-link:hover i, .f-social li a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.link-box i, .counter i,.nav-pills .nav-link i,.f-social li a {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
.about{
	background: #f9f9f9;
}
.title-top {
	font-weight: 700;
	font-size: 15px;
	font-style: italic;
	color: #ec6a2d;
	color: #f44336;
	font-family: 'Merriweather', serif;
	margin-bottom: 10px;
	text-align: center;
}
.section-title{
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 25px;
	text-transform: capitalize;
}
.section-title:before{
	content: '';
	background: transparent url(../img/separator.png) no-repeat;
	width: 187px;
	height: 15px;
	display: block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	top: 100%;
}
.sec-pad{
	padding: 40px 0;
}
.profile{
	border-radius: 2px;
	text-align: center;
	height: 100%;
}
.shadow-box{
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.shadow-box:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.box {
    padding: 15px;
    border: 1px solid #ececec;
}
.box-header {
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 18px;
}
.box-body{
	position: relative;
	padding: 20px 0 0;
	height: 240px;
	overflow-x:hidden;
}
.box-body2 {
	 
	height: 423px;
	 
}
/* width */
	.box-body::-webkit-scrollbar {
		width: 5px;
	}

/* Track */
	.box-body::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

/* Handle */
	.box-body::-webkit-scrollbar-thumb {
		background: #888;
	}

	/* Handle on hover */
		.box-body::-webkit-scrollbar-thumb:hover {
			background: #555;
		}


.box-body::after {
    content: '';
    background: transparent url(../img/s2.png) no-repeat center;
    width: 300px;
    height: 25px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom:100%;
}
.profile img{
	height: 135px;
}
.name {
	font-family: 'Merriweather', serif;
	font-weight: 600;
	display: block;
	margin: 20px 0 5px;
	color: #ec6a2d;
	color: #e53935;
}
.more {
	position: relative;
	font-weight: 700;
	font-size: 0.933em;
	font-style: italic;
	color: #f44336;
	font-family: 'Merriweather', serif;
	display: inline-block;
}
.more::after {
    content: '\f105 ';
    font-family: 'Fontawesome';
    position: absolute;
    left: 100%;
    font-weight: 400;
    margin-left: 6px;
}
.more:hover {
    padding-right: 5px;
}
/*list*/
.bg-light {
    background-color: #efefef !important;
}
.listing{
	height: 100%;
}
.listing h4{
	font-size: 18px;
	margin-top: 15px;
	color: #3a3a3a;
	margin-bottom: 25px;
	display: flex;
}
.listing h4 img{margin-right: 10px;align-self: flex-start;}
.listing ul li a{
	color: #333;
	display: block;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: .85rem;
}
.listing ul li a::before {
    content: '\f105 ';
    font-family: 'Fontawesome';
    position: absolute;
    left: 0;
}
.listing ul li a:hover{
	/*text-decoration: underline;*/
}
/*gallery*/

.btn-main {
	background: #e53935;
	color: #fff;
	padding: 0.5em 1.5em 0.5em 1.5em;
	font-weight: 700;
	border-radius: 21px;
	font-family: 'Merriweather';
	font-size: 15px;
	text-transform: capitalize;
	border: 2px solid #fff;
	box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.16);
}
.btn-main:hover{
	color: #fff;
	background: #d45e29;
}
.gallery .d-flex{margin-top: 40px;}
.gallery-item {
	display: inline-block;
    /*width: calc(16.6667% - 15px);*/
    position: relative;
    color: #fff!important;
    overflow: hidden;
    margin: 0 5px;
}
.gallery-item:hover{
	filter: grayscale(1);
}
.gallery-item:hover > img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.gallery-item img{
	width: 100%;
	height: 170px;
	object-fit: cover;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

/*footer*/
.more:hover {
    color: #7627a5;
}
.footer{
	background: #302f37 url(../img/dots.png) scroll center;
	padding: 20px 0 0;
	position: relative;
	color: #b7b7b7;
}
.footer-links li a{
	padding: 0 12px;
	color: #b7b7b7;
	font-size: 14px;
	position: relative;
}
	.footer-links li a:hover, .listing ul li a:hover {
		color: #f44336;
	}
.footer-links li:not(:last-child) a:after {
	content: '|';
	left: 12px;
	position: relative;
	line-height: 0;
	color: #767676;
}
.footer-bottom {
    padding: 10px 0;
    margin-top: 15px;
    background: #25242b;
}
.f-social li a {
    display: inline-block;
    height: 32px;
    width: 32px;
    font-size: 15px;
    margin-right: 8px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
    color: #fff;
}
.validation img{
	margin-top: 8px;
}
.update-info{
	/*display: inline-block;
	background: #2e2d35;
	padding: 10px;
	border: 1px solid #454545;*/
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998; }

.btn-twitter {
  color: #fff;
  background-color: #55acee; }

.btn-youtube {
  color: #fff;
  background-color: #bb0000; }
.back-top {
	position: absolute;
	display: inline-block;
	top: 0;
	margin-top: -19px;
	right: 25px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	z-index: 1;
	background: #d32f2f;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	line-height: 32px;
	font-size: 20px;
}
	.back-top:hover {
		background: #fff;
		color: #d32f2f;
	}
/*block*/
.content-block-4{
	background: transparent url(../img/bg-gray.jpg) no-repeat fixed center;
	background-size: cover;
	position: relative;
	color: #fff;
}
.content-block-4:before{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(24, 23, 32, 0.89);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.texture{
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
	text-align: right;
	flex-direction: column;
	position: relative;
}
.texture img{
	margin-bottom: 20px;
	opacity: .6;
}
.texture:first-child:after, .texture:nth-child(3):after{
	content: '';
	position: absolute;
	left: 100%;
	border-left: 12px solid #104382;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.texture:nth-child(6):after, .texture:nth-child(8):after{
	content: '';
	position: absolute;
	right: 100%;
	border-right: 12px solid #c01d2e;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.texture.news {
    background: url('../img/texture.png') #104382;
    color: #fff;
    position: relative;
}
.texture.imp-links{
    background: url('../img/texture3.png') #104382;
    color: #fff;
    position: relative;
}
.texture.events {
    background: url('../img/texture3.png') #c01d2e;
    color: #fff;
    position: relative;
}
.texture.circulars {
    background: url('../img/texture.png') #c01d2e;
    color: #fff;
    position: relative;
}
#myCarousel p{
	color: #fff;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #848484;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*inner*/
.gallery {background-color: #fff;position: relative;}
.title {
	font-size: 20px;
	margin-bottom: 40px;
	position: relative;
	line-height: 1.5;
}
.title::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #c01d2e;
    top: 100%;
    left: 0;
    margin-top: 15px;
    display: block;
}
.inner-bg {
    background: transparent url(../img/bg2.jpg) no-repeat scroll center;
    background-size: cover;
    position: relative;
    border-bottom: 2px dotted #fff;
    height: 150px;
}
.inner-title{
	font-size: 26px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.3);
	display: inline-block;
	padding: 10px 20px;
	font-style: italic;
}
.nav-wrapper {
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
}
.nav-wrapper::before {
    content: '';
    position: absolute;
    background: url(../img/border.png) repeat-x;
    height: 15px;
    width: 100%;
    z-index: 5;
    display: block;
    left: 0;
    top: 100%;
    margin-top: -5px;
}
.righbar {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
    content: "\f101";
	font-weight: 400;
    font-family: fontawesome;
}
.breadcrumb a{
	color: #000;
}

.righbar {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}
.sidebar .card-header {
    background: #2d2c7c;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.right-header {
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #262870;
	padding-left: 15px;
	border-left: 4px solid #d32f2f;
	line-height: 1.2;
}
.sidebar ul li a{
	display: block;
	padding: 10px 15px 10px 30px;
	color: #000;
	position: relative;

}
.sidebar ul li a:hover{text-decoration: underline;}
.sidebar ul li a::before {
    content:"\f0da";
    font-family: 'Fontawesome';
    position: absolute;
    left: 15px;
}
.sidebar ul li:nth-child(odd){
	background: #f2f2f2;
}
.form-control {
    border-radius: 0;
    font-size: .933em;
}
/*subscribe*/
.subscribe {
	background-color: rgba(255, 255, 255, 0.9);
	height: 205px;
	position: fixed;
	right: -300px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transition: right .3s linear;
	-o-transition: right .3s linear;
	-webkit-transition: right .3s linear;
	transition: right .3s linear;
	width: 300px;
	z-index: 50;
	border: 1px solid #ddd;
}
#subsToggle {
	background: #2d2c7c;
	display: block;
	position: relative;
	height: 50px;
	line-height: 50px;
	right: 129px;
	top: 77px;
	width: 205px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	text-align: center;
	border-radius: 12px 12px 0 0;
	cursor: pointer;
	border: 1px solid #2d2c7c;
	color: #fff;
}
#subsToggle::before {
	content: '';
	position: absolute;
	top: -1px;
	border-top: 10px solid #ec6a2d;
	z-index: 10;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
#subsToggle span {
	font-size: 15px;
	padding-left: 10px;
	color: #fff;
	letter-spacing: 1px;
}
.subs-box{position: relative;top:-45px;padding: 10px;}
.subs-box label {
    font-weight: 400;
    color: #6a6a6a;
    font-size: 13px;
    margin: 7px 0;
}
.open { right: 0; }
.subscribe p {
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1.4;
	font-weight: 600;
}
#subsToggle i{
	font-size: 18px;
	vertical-align: middle;
}
.subs-form { margin: 0 auto; width: 270px;}
.subscribe .form-control {
	background: #e7e7e7;
	border: 3px solid #fff;
	padding-right: 56px;
	padding-left: 15px;
	box-shadow: none;
}
.subscribe .btn {
	padding: 5px 12px;
	background: #ec6a2d;
	text-transform: uppercase;
	font-weight: 600;
	float: right;
	border: 0;
}


/*quick link*/

.quicklinks{
	background: transparent url(../img/bg1.jpg) no-repeat fixed center;
	background-size: cover;
	position: relative;
	padding: 30px 0;
}
	.quicklinks:before {
		position: absolute;
		content: '';
		height: 100%;
		width: 100%;
		background: rgb(0 0 0 / 69%);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
.link-list li{
	width: 20%;
	position: relative;
}
.link-box {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #fff;
	padding: 15px;
	border: 1px solid #675ca5;
	margin-right: -1px;
	margin-top: -1px;
}
.link-box:hover{color: #fff;}
.link-box i {
    font-size: 30px;
}
.link-box span {
	font-size: .83rem;
	font-weight: 600;
	text-transform: uppercase;
}
/*tabs*/
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.tablist{
	background: transparent url(../img/pattern.png) no-repeat scroll center;
	background-size: cover;
	position: relative;
	box-shadow: 0 20px 28px 0px rgba(221, 221, 221, 0.6) inset;
}
.tablist::before {
    content: '';
    position: absolute;
    background: url(../img/border.png) repeat-x;
    background-size: auto auto;
    height: 15px;
    width: 100%;
    z-index: 5;
    display: block;
    left: 0;
    top: -1px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link:focus {
	color: #3a3a3a;
	background-color: transparent;
	border-bottom: 0;
	box-shadow: 0 -3px 0 0 #D32F2F inset !important;
}
	.nav-pills .nav-link.active:after {
		content: '';
		position: absolute;
		top: 100%;
		left: calc(50% - 4px);
		border-top: 6px solid #D32F2F;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
	}
.nav-pills .nav-link {
    /*background: #fff;*/
    color: #3a3a3a;
    display: flex;
	flex-direction: column;
	min-width: 165px;
	text-align: center;
	text-transform: uppercase;
	font-size: .84rem;
	font-weight: 600;
	border-top: 1px dashed #c2c2c2;
	border-bottom: 1px dashed #c2c2c2;
	padding: 10px 10px 15px;
	margin-left: -1px;
	border-radius: 0;
	position: relative;
}
	.nav-pills .nav-link i {
		font-size: 18px;
		height: 45px;
		width: 45px;
		background: #ec6a2d;
		background: #D32F2F;
		margin: 0 auto 8px;
		border-radius: 50%;
		line-height: 40px;
		display: inline-block;
		color: #fff;
		border: 2px solid #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
	}
.tab-content {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.tab-content table tr td:last-child {
    white-space: nowrap;
}
.tab-content h4{
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 6px;
}
.tab-content .btn-xs {
    border: 1px solid #2d2c7c;
    padding: 2px 10px;
    font-size: 14px;
    color: #2d2c7c;
    margin-left: 4px;

}
.tab-content .btn-xs:hover{background: #2d2c7c;color: #fff;}
.tab-content table tr td{vertical-align: middle;}
.date{
	display: inline-block;
	padding: 4px 10px;
	background: #ec6a2d;
	color: #fff;
	border-left: 4px solid #c54f17;
}
.fix-dd {
    position: fixed;
    left: 0;
    top: calc(50% - 45px);
    height: 40px;
    width: 40px;
    background: #ec6a2d;
    z-index: 10;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 0 4px 4px 0;

}
.fix-dd .dropdown-menu::before {
    content: '';
    position: absolute;
    top: 55px;
    border-right: 10px solid rgb(255, 255, 255);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: 100%;
    z-index: -1;
}
.fix-dd:hover .dropdown-menu{
	opacity: 1;
	margin-left: 3px;
	visibility: visible;
}
.fix-dd .dropdown-menu {
    left: 100%!important;
    top: -50px;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-left: 6px;
    transition: all .3s ease;
    box-shadow: 0 0 12px rgba(38, 38, 38, 0.11);
}
.fix-dd  .dropdown-menu li {
    font-size: .84rem;
}
.fix-dd  .dropdown-menu li a{
	padding: 8px;
	color: #000;
	display: block;
	line-height: 1.4;
	border-top: 1px solid #eee;
}
.dd-header {
    color: #2d2c7c;
    padding: 0 8px;
    font-weight: 600;
    text-transform: uppercase;
}
.fix-dd> a{color: #fff;}
.navbar-toggler{height: 40px;}
@media (min-width: 768px){
.affix{
	padding-top: 90px;
}
.affix #navigation{
	position: fixed;
	top:40px;
	width: 100%;
	z-index: 11;
}
#navigation .dropdown > .dropdown-menu{
	top: 100%;
	margin-top: -1px;
}
#navigation .dropdown-menu {
	display: block;
	visibility: hidden;
	padding: 0;
	opacity: 0;
	border: 0;
	border-radius: 2px;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
#navigation .dropdown:hover > .dropdown-menu,
#navigation .dropdown-submenu:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	z-index: 10;
	transition-delay: 0s, 0s, 0.3s;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
}
/*responsive*/
@media (min-width: 768px) and (max-width: 991px){
	#navigation .navbar-nav li a{font-size: 12px;padding: 15px 5px;}
	.box-body:after{background-size: 60%;}
}
@media (max-width: 991px){
	#topnav .navbar-collapse {background: #fff;padding: 15px;border-bottom: 1px solid #ddd;}
}
@media (max-width: 767px){
	.container{max-width: 100%;}
	#navigation .navbar-toggler{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	#navigation .navbar-collapse {
	    position: fixed;
	    width: 100%;
	    top: 40px;
	    background: #fff;
	    z-index: 999;
	}
	#navigation .navbar-nav li a{padding: 6px 10px;color: #000!important;}
	.gallery-item { width: calc(33.33% - 7.5px); margin-bottom: 15px; }
	.link-list li {
	    width: 50%;
	}
	.nav-pills .nav-link{min-width: 135px;}
}
@media (max-width: 576px){
	.sec-pad {
	    padding: 30px 0;
	}
	.holder{display: none;}
	.profile, .listing{margin-bottom: 20px;height: auto;}
	.main-slider .slick-slide img{height: 250px; }
	.titlediv h1{font-size: 28px;}
	.section-title{font-size: 20px;}
	.logo-title {margin-top: 0;}
	.logo-title h1 {font-size: 15px;}
	.logo-title p {font-size: 12px;}
	.logo img{max-width: 70px;}
    .logo-wrapper img { max-width: 40px;}
	.logo-slider .slick-next{right: 0;}
	.logo-slider .slick-prev{left: 0;}
	.validation img {max-width: 75px;}
	.gallery-item { width: calc(50% - 7.5px); margin-bottom: 15px; }
	.gallery .d-flex{margin-top: 20px; padding: 15px;}
	.subscribe{display: none;}
	.tab-content table tr td {
	    display: block;
	}
}

@media (max-width: 480px){
	.titlediv h1{font-size: 20px;}
	.logo-title p {
	    display: none;
	}
}

.slick-dots li.slick-active button:before {
	background: #D32F2F;
	color: black;
}

.pum-container {
	position: fixed;
	width: 300px;
	border-radius: 3px 3px 3px 3px;
	overflow: hidden;
	border-width: 3px;
	border: 1px solid #d32f2f;
	bottom: 7px;
	z-index: 9;
	min-height: 350px;
	background: #fff;
	left: 3px;
	padding: 0;
}
.pum-body {
	padding: 10px;
}
.header-pum {
	padding: 6px 9px 6px;
	background: #f9f9f9;
	font-size: 16px;
}

button.pum-close.popmake-close {
	position: absolute;
	right: 0;
	top: 0;
	background:none;
	border: none;
	box-shadow: none;
	font-size: 21px;
	font-weight: 900;
	box-shadow: none !important;
	border: none !important;
	outline: none;
	cursor: pointer;
}
.pum-body .error {
	position: absolute;
}
a.text-code {
	color: #000;
}
@media(max-width:1440px) and (min-width:992px) {
	.fixed-top .input-group .form-control {
		 
		 
		width: 80px;
	 
	}
	.fixed-top .social-icons .fa {
		padding: 10px 8px;
	}
	#topnav a {
		font-size: 11px !important;
	}
	#topnav.navbar-light .navbar-nav li a {
		padding: 12px 6px;
	}
}