/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/
body {
	overflow-x: hidden;
	font-size: 15px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color: #606060;
	letter-spacing: 0.5px !important;

/*	font-family: 'Raleway', sans-serif;*/
}

.container {
	padding-right: 0;
	padding-left: 0;
}

body,
li,
address {
	line-height: 24px
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: 15px;
	font-weight: normal;
}

p {
	margin: 0 0 20px
}

a {
	color: #d90000;
	transition: all 200ms ease-in;

}

a:hover,
a:focus {
	color: #d90000 !important;
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Ubuntu', sans-serif;
	margin-top: 0;
	color: #404040;
	margin-bottom: 10px;
	font-weight: 700;
}

h2 {
	font-size: 22px;
	line-height: 28px;
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px;
	line-height: 18px;
}

.post-title a {
	/*color: #434343;*/
}

.post-title a:hover {
	color: #d90000
}

h1.post-title,
h2.post-title {
	font-size: 20px;
	line-height: 26px;
}

.main-title {
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 30px;
	text-transform: none;
}

.main-title strong {
	font-weight: 900
}

.main-title.text-center:after {
	font-family: 'elemis';
	content: "\e600";
	display: block;
	color: #d90000;
	font-size: 14px;
	margin-top: 25px;
	font-weight: normal;
}

.main-title.no-line:after {
	display: none !important
}

.lead {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
}


ul {
	padding: 0 0 0 0px
}

ol {
	padding: 0 0 0 20px
}

ul,
ol {
	margin-bottom: 15px;
	padding-left: 30px;

}

ul.circled {
	padding: 0;
	list-assets: none;
}

ul.circled li:before {
	content: '●';
	margin-right: 10px;
	font-weight: normal;
	vertical-align: top;
	display: inline-block;
	color: #d90000;
	font-size: 11px;
}

footer a {
	color: inherit
}

footer a:hover {
	color: #d90000 !important
}

footer [class*="col-"] .widget {
	margin-top: 35px
}

footer [class*="col-"] .widget:first-child {
	margin-top: 0
}

footer ul.tag-list li a {
	color: #e3e3e3;
	background: #242426;
}

footer .widget ul li {
	list-assets: none;
}

footer ul.circled li:before {
	color: #e3e3e3
}

.sub-footer {
	background: #323c44;
	padding: 35px 0;
	border-top: 1px solid #999494;
}

.sub-footer p {
	padding: 0;
	margin: 3px 0 0 0;
}


/*-----------------------------------------------------------------------------------*/
/*	02. BUTTON
/*-----------------------------------------------------------------------------------*/
.btn,
.vanilla-form label.custom-select span {
	/*color: #fff !important;*/
	background: #d90000;
	border: 0;
	color: #fff;
	margin-bottom: 10px;
	margin-right: 4px;
	font-size: 13px;
	padding: 11px 20px 10px 20px;
	font-weight: 800;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 200ms ease-in;
	box-shadow: none;
	border-radius: 0;
	display: inline-block;
}


.btn.btn-square {
	padding: 8px 11px 7px !important
}

.post-navigation .btn.btn-square {
	padding: 11px 13px 10px !important;
	margin: 0;
}

.btn-load-more+.btn-load-more {
	display: none
}


.text-center .btn {
	margin: 0 4px
}

.btn-border {
	background: transparent !important;
	border: 2px solid #d90000;
	color: #d90000 !important;
}

.btn.btn-orange {
	background: #d90000 !important;
	border: 2px solid transparent;
}

.btn-round {
	border-radius: 25px;
}

.btn-gb:hover,
.btn-gb:focus,
.btn-gb:active,
.btn-gb.active {
	background: #d90000 !important;
	/* fallback for old browsers */
	color: #fff !important;


}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
	background: #358dbc;
	transition: all 200ms ease-in;
	box-shadow: none;
	color: #000;

}

.btn-border:hover,
.btn-border:focus,
.btn-border:active,
.btn-border.active {

	color: #fff !important;
	background: #d90000 !important;

	border: 2px solid transparent;


}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
	background: transparent !important;
	border: 2px solid #d90000;
	color: #d90000 !important;

}


/*-----------------------------------------------------------------------------------*/
/*	03. HEADER
/*-----------------------------------------------------------------------------------*/
.navbar.navbar-default {
	box-shadow: rgb(0 0 0 / 17%) 0px 0px 9px 0px;

}

nav.yamm.navbar.navbar-default.fixed {
	box-shadow: rgb(0 0 0 / 17%) 0px 0px 9px 0px;
}

.navbar {
	z-index: 111;
	border: 0;
	border-radius: 0;
	min-height: inherit;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	/*background: transparent;*/
	box-shadow: none;
}

.no-intro-img .navbar {
	background: #fff;
	box-shadow: none;
}

.navbar.no-opacity {
	background: #1f2124;
}

.container>.navbar-header {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.landing-page .navbar-header {
	width: 100%;
}

.navbar .navbar-brand {
	padding: 0;
	height: auto;
	transition: all 200ms ease-in;
	position: relative;
	box-shadow: none;
	float: left;
	margin: 25px 0 !important;
}

.navbar .navbar-brand a {
	transition: none
}

.navbar .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	float: right;
	box-shadow: none !important;
	border: 0 !important;
	justify-content: flex-end;
}

.navbar .navbar-nav>li {
	margin: 0 0 0 20px
}

.navbar .navbar-nav>li>a {
	/* padding: 35px 0px; */
	padding: 22px 0px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #555 !important;
}

.navbar .dropdown-menu {
	padding: 0;
	margin: 0;
	min-width: 150px;
	border: none;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #2e3033;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
	background: rgba(31, 33, 36, 1);
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.navbar.no-opacity .dropdown-menu:not(.yamm-dropdown-menu) li {
	background: #1f2124;
}

.navbar .dropdown-menu li:first-child {
	border: none
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
	background: none;
	border: none;
	color: #fff !important;
	padding: 15px 20px 13px;
	letter-spacing: 1px;
	line-height: 1;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.navbar .navbar-nav>li>a:focus,
.navbar .nav>li>a:hover,
.navbar .nav>li.current>a {
	background: none;
	color: #d90000 !important;
	border-bottom: 2px solid #d90000;
}

.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
	padding: 15px 20px 13px;
	filter: none;
	line-height: 1;
	color: #d90000 !important;
}

.navbar .nav .open>a,
.navbar .nav .open>a:hover,
.navbar .nav .open>a:focus {
	background: none;
	color: #d90000;
}

.navbar .nav>li>.dropdown-menu:after {
	display: none
}

.navbar .dropdown-menu>li>a:hover,
.navbar .dropdown-menu>li>a:focus,
.navbar .dropdown-submenu:hover>a,
.navbar .dropdown-submenu:focus>a,
.navbar .dropdown-menu>.active>a,
.navbar .dropdown-menu>.active>a:hover,
.navbar .dropdown-menu>.active>a:focus {
	background: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #d90000
}

.caret {
	border-top: 4px solid
}

.navbar.fixed .dropdown-menu:not(.yamm-dropdown-menu) li {
	background: rgba(31, 33, 36, 0.95)
}

.btn.responsive-menu {
	padding: 7px 0 0 0;
	width: 36px;
	height: 36px;
	margin: 0;
	display: none;
	text-align: center;
	font-size: 15px;
}

.btn.responsive-menu i {
	margin: 0
}

.btn.responsive-menu i:before {
	content: '\f0c9';
	font-family: 'fontello';
	display: inline-block;
	font-assets: normal;
	font-weight: normal;
	margin-right: 0;
	text-align: center;
}

.btn.responsive-menu.opn i:before {
	content: '\e819'
}

.navbar .top-bar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	color: #ececec;
	display: none;
}

.navbar .top-bar ul {
	margin: 0;
	padding: 0;
	list-assets: none;
	border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.navbar .top-bar ul li {
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, 0.07);
	padding: 10px 15px;
	margin: 0;
}

.navbar .top-bar ul.social li {
	padding: 0;
}

.navbar .top-bar ul.social li a {
	padding: 9px 15px;
}

.navbar .top-bar a {
	color: inherit;
}

.navbar .top-bar a:hover {
	color: #d90000;
}

.navbar .social {
	margin: 35px 0 0 0;
}

.navbar-header img {
	margin-top: -9px;
}

.navbar .login {
	margin: 0px 0px 0px 40px;
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/*	05. STICKY NAVBAR
/*-----------------------------------------------------------------------------------*/
.offset {
	display: block
}

.offset {
	padding-top: 90px
}

.offset2 {
	padding-top: 145px
}

.navbar.default {
	width: 100%;
	position: absolute;
}

.navbar.fixed {
	position: fixed !important;
	padding: 0;
	margin: 0;
	width: 100%;
	background: #fff !important;
	box-shadow: none;
}

.navbar.fixed a {}

.navbar.fixed .nav {
	margin-top: 5px;
}

.navbar.fixed .navbar-nav>li>a {
	padding: 20px 0;
	color: rgba(31, 33, 36, 0.95);

}

.navbar.fixed .navbar-brand {
	padding: 0;
	margin: 8px 0 !important;
}

.navbar.fixed .top-bar {
	display: none;
}

.navbar.fixed .social {
	margin: 18px 0 0 0;
}

.navbar.fixed .login {
	margin: 10px 0px 0px 25px;
}

.fixed .navbar-header img {
	margin-top: 0px;
}


footer ul.tag-list li a {
	background: rgba(0, 0, 0, 0.25) !important
}

footer ul.tag-list li a:before {
	background: #262b2f
}

footer ul.tag-list li a:hover {
	background: #d90000 !important;
	color: #fff !important;
}


/*-----------------------------------------------------------------------------------*/
/*	33. RESPONSIVE
/*-----------------------------------------------------------------------------------*/

@media (min-width: 992px) {
	.col-md-height {
		display: table-cell;
		float: none !important;
	}

	footer .newsletter-wrapper,
	footer .newsletter-wrapper .newsletter-form input[type="email"] {
		max-width: 300px;
		margin: 0;
	}

	.caret {
		display: none
	}

	.nav.navbar-nav>li:last-of-type>ul {
		left: auto;
		right: 0;
	}

	.nav.navbar-nav>li:last-of-type>ul ul {
		left: auto;
		right: 100%;
		margin-top: -1px;
		margin-right: -1px;
		border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
	}

	.navbar .dropdown-submenu>a:after {
		display: none
	}

	.navbar .dropdown-submenu>.dropdown-menu:before {
		display: none
	}

	.navbar .dropdown-submenu>.dropdown-menu {
		margin-top: 0;
		padding-top: 0;
	}

	.dropdown-submenu {
		position: relative
	}

	.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
		margin-left: 0;
		margin-top: -1px !important;
	}

	.dropdown-submenu>.dropdown-menu li {
		border-left: 1px solid rgba(0, 0, 0, 0.15) !important
	}

	.dropdown-submenu:hover>.dropdown-menu {
		display: block
	}

	.dropdown-submenu>a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		margin-top: 5px;
		margin-right: -10px;
	}

	.dropdown-submenu:hover>a:after {}

	.dropdown-submenu.pull-left {
		float: none
	}

	.dropdown-submenu.pull-left>.dropdown-menu {
		left: -100%;
		margin-left: 10px;
	}

	.open>.dropdown-menu,
	.open>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
		animation-name: slidenavAnimation;
		animation-duration: .3s;
		animation-iteration-count: 1;
		animation-timing-function: ease;
		animation-fill-mode: forwards;
		-webkit-animation-name: slidenavAnimation;
		-webkit-animation-duration: .3s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease;
		-webkit-animation-fill-mode: forwards;
		-moz-animation-name: slidenavAnimation;
		-moz-animation-duration: .3s;
		-moz-animation-iteration-count: 1;
		-moz-animation-timing-function: ease;
		-moz-animation-fill-mode: forwards;
	}
}

@media (max-width: 991px) {
	.navbar-brand {
		position: relative;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}

	.btn.responsive-menu {
		display: block
	}

	.navbar .nav,
	.navbar .dropup,
	.navbar .dropdown,
	.navbar .collapse {
		position: relative
	}

	.navbar .dropdown-menu {
		position: relative;
		left: inherit;
		top: inherit;
		float: none;
		width: auto;
		background: none;
		padding: 0;
	}

	.yamm .yamm-content {
		padding: 12px 0;
		font-size: 13px;
	}

	.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
		border: none !important
	}

	.navbar-nav>li>a,
	.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
		border-top: 1px solid rgba(255, 255, 255, 0.07)
	}

	.navbar-nav>li:first-child>a {
		border-top: none
	}

	.navbar .nav .open>a,
	.navbar .nav .open>a:hover,
	.navbar .nav .open>a:focus {
		background: none;
		border-color: rgba(255, 255, 255, 0.07);
	}

	.navbar-nav>li>a,
	.navbar .dropdown-menu li a,
	.navbar .dropdown-menu li a:hover,
	.navbar .dropdown-menu li a.active {
		padding: 12px 0 !important
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 1
	}

	.navbar .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #d90000 !important
	}

	.navbar .dropdown-menu {
		padding-left: 20px
	}

	.navbar-nav>li {
		border: none;
		margin: 0 !important;
	}

	.navbar .btn.responsive-menu {
		margin: 32px 0;
		float: right;
	}

	.navbar.fixed .btn.responsive-menu {
		margin: 25px 0 16px
	}

	.navbar-header {
		float: left;
		width: 100%;
	}

	.navbar-header:after {
		content: '';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.navbar .container {
		width: 100%;
		padding: 0;
	}

	.navbar .navbar-collapse {
		width: 100%;
		float: none !important;
		margin: 0;
		border: 0 !important;
		max-height: none;
		text-align: left;
		overflow: hidden;
		background: rgb(243 243 243);
	}

	.navbar .navbar-nav {
		width: 720px;
		margin: 20px auto 0;
		padding: 0;
	}

	.navbar .basic-wrapper {
		width: 720px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	[class*="col-sm-"].tm30 {
		margin-top: 30px
	}
}

@media (max-width: 969px) {
	.yamm .dropdown.yamm-fullwidth .dropdown-menu {
		width: 100%
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.navbar .login {
		float: none !important;
		margin: 10px 10px 10px 130px
	}

}


@media (max-width: 768px) {

	.navbar .login {
		float: none !important;
		margin: 10px 10px;

	}

}

@media (max-width: 767px) {

	body:not(.onepage) .navbar.default,
	body:not(.onepage) .navbar.fixed {
		position: relative
	}

	body:not(.onepage) .navbar {
		background: #1f2124 !important
	}

	body:not(.onepage) .offset {
		display: none
	}

	.container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.navbar .container {
		padding-right: 0px;
		padding-left: 0px;
	}

	.navbar .navbar-nav {
		width: 100%;
		margin: 20px auto 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.navbar .basic-wrapper {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		margin: 0 auto;
		display: block;
	}

	.navbar .navbar-nav>li {
		margin-left: 0
	}

	[class*="col-"] {
		margin-bottom: 30px
	}

	footer .newsletter-wrapper,
	footer .newsletter-wrapper .newsletter-form input[type="email"] {
		max-width: 250px;
		margin: 0;
	}

	.newsletter-wrapper,
	.newsletter-form input.email,
	.newsletter-wrapper .newsletter-form input[type="email"] {
		width: 100% !important;
		max-width: 100%;
	}

	.sub-footer .pull-left,
	.sub-footer .pull-right {
		float: none !important
	}

	.sub-footer p.pull-left {
		margin: 0
	}

	footer .social.pull-right {
		margin-top: 10px
	}

	footer .social.pull-right li {
		margin: 0 5px 0 0
	}


}


/*css for banner starts*/

.for-bg {
	background-size: contain;
	background-color: #f3f3f3;
}

.page-header {
	padding: 140px 0px 100px !important;
}

.page-header {
	padding: 233px 0 170px;
	position: relative;
	overflow: hidden;
}

.page-header {
	/*padding-bottom: 9px;*/
	margin: 0px !important;
	border-bottom: 1px solid #eee;
}

.bottom-shape {
	bottom: -2px;
}

.top-shape,
.bottom-shape {
	position: absolute;
	z-index: 1;
	width: 102%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.top-shape img,
.bottom-shape img {
	width: 100%;
}

.page-header-content {
	text-align: center;
	position: relative;
	z-index: 1;
}

.page-header-content .title {
	font-size: 55px;
	line-height: 70px;
	margin: 0;
}

.drk-gray {
	color: #606062 !important;
}

.page-header-content .breadcrumb {
	justify-content: center;
	background: transparent;
	padding: 0;
}
#overlay {
    position: relative;
    /* display: none; */
    width: 100%;
     height: 120px; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    /* z-index: 2; */
    cursor: pointer;
}

/*css for banner ends*/

/*tab css starts*/

.feature-tab-menu {
	justify-content: center;
	padding: 7px 75px;
	background-size: cover;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 50px;
	background-color: #455A65;
}

.feature-tab-menu li a.active {
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 3.936px 4.528px 6px 0px rgb(0 0 0 / 0%);
}

.feature-tab-menu li a {
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #ffffff;
	padding: 10px;
}

.feature-tab-menu li {
	width: calc(100% / 3);
	/* padding: 10px 15px; */
}

.feature-tab-menu.nav-tabs>li>a:hover {
	border-color: transparent;
	color: #fff !important;
}

.feature-tab-menu.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent;
}

/*tab css ends*/

.col-white {
	color: #fff;
}

.pt-50 {
	padding-top: 50px;
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}
.sticky-nav {
	background-color: #fff; /* Change this to the desired color */
	box-shadow: rgb(0 0 0 / 17%) 0px 0px 9px 0px;
  }
  .p-r
  {
	position:relative;
  }
  .menu-ad
  {
	position: absolute;
    top: 6px;
    right: 0;
	background:#d90000;
  }
  .ml-15
  {
	margin-left:15px;
  }