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;color: #000;}
.clearfix{
	clear: both;
}
.mt40{
	margin-top: 40px;
}
.mt15{
	margin-top: 15px;
}
.mb15{
	margin-bottom: 15px;
}
/*header*/
#topnav {
    background-color: #f2f2f2;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
}
#topnav  .nav-item {
    border-right: 1px solid #dedede;
}
#topnav.navbar-light .navbar-nav li a {
	padding: 12px 10px;
	font-size: .85rem;
	color: #3a3a3a;
	line-height: 1;
}
#topnav .form-control {
	background: #fff;
	color: #000;
	border-radius: 4px 0 0 4px;
}
#topnav .btn {
	background: #ec6a2d;
	border-color: #ec6a2d;
	color: #fff;
}
#navigation .navbar-nav li a {
	color: rgb(58, 58, 58);
	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: #ec6a2d;
}
#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: #ec6a2d;
}
#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: 24px;
	font-weight: 600;
	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: 60vh;
	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);
	line-height: 24px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 16px;
	border-radius: 2px;
	margin-left: 5px;
	cursor: pointer;
}

/*testimonial*/
.testimonial{
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	background: #fff
}
.cm-corner{
	height: 100%;
}
.cm-detail{
  position: relative;
  font-weight: 600;
  padding: 20px 0 0 20px;
  color: #000;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cm-detail  p:first-child::before {
    content: '\f756';
    font-family: Material Design Icons;
    font-size: 27px;
    font-style: normal;
    color: #2d2c7c;
    height: 32px;
    width: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
}
.name {
	font-family: 'Merriweather', serif;
	font-weight: 600;
	color: #3d3377;
	display: table;
	margin-top: 25px;
	font-style: normal;
	line-height: 1.4;
	width: 100%;
	border-radius: 0;
}
/*.img-holder::before {
	position: absolute;
	content: '';
	left: -4px;
	height: 60px;
	width: 60px;
	background: transparent url(../img/imgborder.png) no-repeat;
	background-size: auto auto;
	top: 12px;
	background-size: 55px;
}*/
.img-holder img {
	height: 100%;
	object-fit: cover;
	width: 175px;
	background: #f2f2f2;
	border: 6px solid #fff;
	box-shadow: 0 0 0 5px #eee;
}
/*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 5px;
	border: 1px dotted #e4e4e4;
}
.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 i {
	font-size: 24px;
	height: 60px;
	width: 60px;
	border: 2px dotted #8f8f8f;
	display: inline-block;
	text-align: center;
	line-height: 60px;
    box-shadow: 0 0 0px 8px rgba(255, 255, 255, 0.07);
    margin-right: 25px;

}
.counter p {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 600;
    color: #e5e0ff;
}
/*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: #fff;
	position: relative;
}
.about:before, .gallery:before {
    content: '';
    position: absolute;
    background: url(../img/circle.png) repeat-x;
    height: 40px;
    width: 100%;
    z-index: 5;
    display: block;
    left: 0;
    bottom: -25px;
    background-size: 22px;
}
.title-top{
	font-weight: 700;
	font-size: 15px;
	font-style: italic;
	color: #ec6a2d;
	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: #fbfbfb;
	padding: 15px;
	border: 1px solid #e8e8e8;
}
.box {
    padding: 15px;
    border: 1px solid #e8e8e8;
}
.box-header {
	text-align: center;
	margin-bottom: 40px;
	font-family: 'Merriweather', serif;
	color: #3d3377;
	font-weight: 700;
	font-size: 18px;
}
.box-body{
	position: relative;
	padding: 20px 0 0;
	height: 240px;
    overflow-y: auto;
}
.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;
}
.more {
	position: relative;
    font-weight: 700;
    font-size: 0.933em;
    font-style: italic;
    color: #ec6a2d;
    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: #000;
	margin-bottom: 10px;
	font-size: .85rem;
	display: block;
	position: relative;
	padding-left: 15px;
}
.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: #ec6a2d;
	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;
}
.gallery-item::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.gallery-item:hover:before{
    opacity: 1;
}
.gallery-item:hover{
	filter: grayscale(1);
}
.gallery-item img{
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.gallery-item .description {
    bottom: 0;
    height: 30%;
    width: 100%;
    background: -webkit-linear-gradient(to bottom,rgba(255,0,0,0),rgba(0,0,0,0.75));
    background: -o-linear-gradient(to bottom,rgba(255,0,0,0),rgba(0,0,0,0.75));
    background: -moz-linear-gradient(to bottom,rgba(255,0,0,0),rgba(0,0,0,0.75));
    background: linear-gradient(to bottom,rgba(255,0,0,0),rgba(0,0,0,0.75));
    position: absolute;
    display: block;
    padding: 20px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 3px
}
/*footer*/
.more:hover {
    color: #3d3377;
}
.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: #ec6a2d;
}
.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: 30px;
    width: 30px;
    font-size: 14px;
    margin-right: 8px;
    text-align: center;
    line-height: 30px;
    color: #b7b7b7;
	border: 1px solid #b7b7b7;
    border-radius: 50%;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
}
.validation img{
	margin-top: 8px;
}
.update-info{
	display: inline-block;
	background: #2e2d35;
	padding: 5px 10px;
	border: 1px solid #454545;
}
.back-top {
	position: absolute;
	display: inline-block;
	top: 0;
	margin-top: -20px;
	right: 25px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	z-index: 1;
	background: #ec6a2d;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	line-height: 36px;
	font-size: 24px;
}
.back-top:hover{
	background: #fff;
	color: #ec6a2d;

}
/*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(61, 51, 119, 0.94);
	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;border-top: 2px dotted #3d3377;}
.shape {
    position: absolute;
    top: 100%;
    z-index: 5;
    left: 0;
    right: 0;
    margin-top: -20px;
}
.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.17);
	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/circle.png) repeat-x;
    height: 40px;
    width: 100%;
    z-index: 5;
    display: block;
    left: 0;
    top: 100%;
    margin-top: -5px;
    background-size: 18px;
}
.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;
}
.breadcrumb-item.active {
    color: #ec6a2d;
}
.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 #ec6a2d;
	line-height: 1.2;
}
.sidebar ul li a{
	display: block;
	padding: 10px 15px 10px 35px;
	color: #000;
	position: relative;

}
.sidebar ul li a:hover{text-decoration: underline;}
.sidebar ul li a::before {
    content: "\f0a9";
	color: #ec6a2d;
    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/bg-gray.jpg) no-repeat fixed center;
	background-size: cover;
	position: relative;
	padding: 40px 0;
}
.quicklinks:before{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.link-list li{
	width: 20%;
	position: relative;
}
.link-box {
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #333;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-top: -1px;
	margin-right: -1px;
}
.link-box i {
	font-size: 23px;
	height: 50px;
	width: 50px;
	margin: 0 auto 10px;
	display: inline-block;
	color: #fff;
	background: #5f549f;
	line-height: 50px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 7px #c1bfbf;
}
.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) repeat scroll center;
	position: relative;
	border-bottom: 2px dotted #3d3377;
}
.tablist:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background: transparent url(../img/cutlery.png) no-repeat scroll center;
	height: 80px;
	width: 100px;

}
.tablist:after{
	content: '';
	position: absolute;
	right: -30px;
	top: 0;
	background: transparent url(../img/plate.png) no-repeat scroll center;
	height: 150px;
	width: 150px;

}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link , .nav-pills .nav-link:focus{
    color: #ec6a2d;
    background-color: #fff;
    border-right: 0;
    box-shadow: -3px 0 0 0 #ec6a2d inset!important;
}
.nav-pills .nav-link.active:after{
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 4px);
	border-right: 10px solid #ec6a2d;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.nav-pills .nav-link {
    background: #fff;
    color: #3a3a3a;
    display: flex;
	flex-direction: column;
	text-align: center;
	/*text-transform: uppercase;*/
	font-size: .82rem;
	font-family: 'Merriweather', serif;
	border: 1px dashed #c2c2c2;
	padding: 10px 10px 15px;
	margin-left: -1px;
	border-radius: 0;
	position: relative;
}
.nav-pills .nav-link i {
    font-size: 22px;
    height: 40px;
    width: 40px;
    background: #f6f6f6;
    margin: 0 auto 8px;
    border-radius: 50%;
    line-height: 40px;
    display: inline-block;
}
.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;
    height: 100%;
    max-height: 100%;
    overflow: auto;
}
.tab-content h4{
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 6px;
}
.tab-content .btn-xs {
    border: 1px solid #3d3377;
    padding: 2px 10px;
    font-size: 14px;
    color: #3d3377;
    margin-left: 4px;

}
.tab-content .btn-xs:hover{background: #3d3377;color: #fff;}
.tab-content table tr td{vertical-align: middle;}
.tab-content table tr td:last-child{white-space: nowrap;}
.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:hover .dropdown-menu{
	opacity: 1;
	margin-left: 4px;
	visibility: visible;
}
.fix-dd .dropdown-menu {
    left: 100%!important;
    top: -50px;
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: 10px;
    transition: all .3s ease;
    box-shadow: 0 0 12px rgba(38, 38, 38, 0.11);
}
.fix-dd .dropdown-menu::before {
    content: '';
    position: absolute;
    top: 55px;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: 100%;
    z-index: -1;
}
.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: #3d3377;
    padding: 0 8px;
    font-weight: 600;
    text-transform: uppercase;
}
.fix-dd> a{color: #fff;}
.footer-links li:first-child a{padding-left: 0;}
.navbar-toggler{height: 40px;}
@media (min-width: 768px){
.affix{
	padding-top: 90px;
}
.affix #navigation{
	position: fixed;
	top:40px;
	width: 100%;
	z-index: 10;
}
#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 (max-width: 1280px){
	#navigation .navbar-nav li a{padding: 15px 7px; }
}
@media (max-width: 991px){
	#topnav .navbar-collapse {background: #fff;padding: 15px;border-bottom: 1px solid #ddd;}
	.tab-content table tr td{display: block;}
}
@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%;}
	.container { max-width: 100%;}
}
@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%;
	}
	.cm-corner{flex-wrap: wrap;justify-content: center;text-align: center;}
}
@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;}

}

@media (max-width: 480px){
	.titlediv h1{font-size: 20px;}
	.logo-title p {
	    display: none;
	}
}
