body {
	font-family: 'Titillium Web', sans-serif;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

div, a {
  transition: all 0.25s ease;
}

.header {
	position:relative;
	z-index: 9999;
}

.navbar {
	position: fixed;
	font-weight: 600;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
}

.header-top {
	margin:0;
	transition: all 0.25s;
}

.scrollnav .header-top {
     margin-top: -34px;
}

.header-shop-online-btn {
    color: #000 !important;
    background-color: #FFEE00 !important;
    float: right;
    text-decoration: none !important;
	padding: 6px 11px;
    text-transform: uppercase;
}

.header-download-catalogue-btn {
	color: #fff !important;
	background-color: #0060A9 !important;
	float: right;
	text-decoration: none !important;
	padding: 6px 11px;
	text-transform: uppercase;
}

.header-shop-online-btn i,
.header-download-catalogue-btn i {
    margin-right: 5px;
    font-size: 16px;
}

.navbar-brand {
	height: auto;
	padding: 12px 15px;
}

.navbar {
	background-color: rgba(0,0,0, .75);
	margin-bottom: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.5s;
	border-radius: 0;
}

.scrollnav .navbar {
	background-color: rgba(0,0,0, 1);
}

.navbar-toggle {
	margin-top: 16px;
}

.navbar-brand img {
	max-width:189px;
	height:auto;
}

.navbar-toggle .icon-bar {
	height: 3px;
	background-color: #fff;
}

.main-menu {
	margin-top: 25px;
}

.main-menu>li>a {
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
}

.main-menu>li.active>a,
.main-menu>li>a:hover,
.main-menu>li>a:focus {
	background-color: transparent;
	color: #FFEE00;
}

.main-menu ul {
	display:none;
	position:absolute;
	top: 27px;
    left: 20px;
    padding: 17px 0px 7px 0px;
}

.main-menu ul li {
	list-style:none;
	float:none;
	width:240px;
	background-color: rgba(0,0,0, .75);
}

.main-menu ul a {
	line-height:auto;
	padding:8px 12px;
	display:block;
	color:#fff;
}

.main-menu ul a:hover {
	text-decoration:none;
	color:#FFEE00;
}

.main-menu ul ul {
	top:0;
	left:100%
}

.main-menu li:hover > ul {
	display:block
}

.hero-area {
	/*height: 100vh;
	background: url('../img/hero-bg.jpg') no-repeat center center / cover;*/
/*	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;*/
}

.grad-overlay {
	position:absolute;
	top:0px;
	right:25%;
	bottom:0px;
	left:0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.slider-text {
	position:relative;
	z-index:99;
}

.hero-area h1 {
	color: #ffec01;
	font-size: 68px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 34px;
    line-height: 64px;
	max-width:540px;
}

.hero-area h3 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}

.hero-btn {
	color: #ffec01 !important;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    height: 40px;
    line-height: 38px;
    width: auto!important;
    text-align: center;
    font-size: 15px;
    padding: 0px 20px;
    text-transform: uppercase;
    display: inline-block !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hero-btn i {
    font-size: 22px;
    color: #fff;
    vertical-align: text-bottom;
    margin-left: 5px;
}

.hero-btn:hover,
.hero-btn:focus {
	border-color: #ffec01;	
}

.hero-btn:hover i,
.hero-btn:focus i {
	color: #ffec01;	
}


#home-slider .item .container {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}


#home-slider .carousel-indicators {
	bottom: 10px;
}

#home-slider .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;	
    margin: 0 3px !important;
    border: 0;
    background-color: #fff;
}

#home-slider .carousel-indicators li.active {
    width: inherit;
    height: inherit;
    margin: inherit;
    background-color: #0060A9;
}


.container-timeline li {
	list-style:none;
}

.container-timeline ol, .container-timeline li {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.cd-horizontal-timeline .events-content li {	
	margin:0;
	padding:0;
}


.container-timeline {
	overflow-x:hidden;
}

.cd-horizontal-timeline {
	margin: 0;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 165px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.timeline-background {
	background:#0060A9;
	padding-top:0px;
}

.timeline-box {
	min-height:700px;
}

.timeline-box img {
	max-width:100%;
	height:auto;
}

.timeline-box h3 {
	font-size:30px;
	margin:0px 0px 20px 0px;
}

.timeline-background a, .timeline-background a:active {
	text-decoration:none;
}

.cd-horizontal-timeline .events-content li > * {
    max-width:none;
} 

.cd-horizontal-timeline .events-wrapper::before, .cd-horizontal-timeline .events-wrapper::after {
    display:none;
}

.row.timeline-box {
    margin-right: -15px!important;
    margin-left: -15px!important;
}

.timeline-box-padding {
	margin-top:95px;
}


.img-thumb-preview img {
	max-width:100%;
	height:auto;
}

.no-gutter {
	padding-right:7px;
}

.no-gutter .col-lg-6, .no-gutter .col-md-4, .no-gutter .col-md-8 {
	padding-left:0px!important;
	padding-right:0px!important;
	position:relative;
}

.img-thumb-text-area{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
	padding:35px 35px 35px 35px;
}

.img-thumb-text {
	position: absolute;         
   	top: 50%;                  
   	transform: translate(0, -50%);
	width: 82%;
}

.img-thumb-text h3 {
	margin-bottom:20px;
	font-weight: 800;
	margin-top: 0px;
}

.no-gutter .col-lg-6 .widget-btn, .no-gutter .col-md-8 .widget-btn {
	margin-top:5px;
    color: #0262a7 !important;
    border: 0px solid #ccc;
	padding: 0;
}

.no-gutter .col-lg-6  .widget-btn i, .no-gutter .col-md-8  .widget-btn i {
    color: #0262a7;
}

.row-spacer {
	margin-bottom:10px;
}

/*------------ end home slider ---------*/


.home-widgets-area {
	padding-top: 14px;
	background-color: #e9e9e9;
}


.single-widget {
	background-color: #222222;
	height: 364px;
	margin-bottom: 14px;
	padding: 15px 15px;
	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/

	display: table;
	width: 100%;
	text-align: center;
	position: relative;
	overflow:hidden;
}


.tile-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#66000000',GradientType=1 ); /* IE6-9 */
}

.feat-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#33000000',GradientType=1 ); /* IE6-9 */
}

.single-widget-content {
	display: table-cell;
	vertical-align: middle;
	z-index:99;
	position: relative;
}

.home-widgets-area .row,
.subpage-container .row {
	margin-left: -7px;
	margin-right: -7px;
}

.home-widgets-area div[class^='col-'], 
.home-widgets-area div[class*=' col-'],	
.subpage-container div[class^='col-'], 
.subpage-container div[class*=' col-']{
    padding-left: 7px;
    padding-right: 7px;
}

.single-widget h3 {
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
    margin-bottom: 20px;
    margin-top: 25px;
	max-width: 600px;
}

.single-widget h3 span {
	color: #ffec01;
}

.wide-widget {
	padding: 25px 35px;
	text-align: left;
}

.wide-widget h3 {
	margin-top: 20px;
}

.wide-widget h5 {
	margin-top: 0;
	color: #fff;
}

.instagram-widget {
	background-color: #fff;
	text-align: center;
	position: relative;
}

.instagram-widget img {
	margin-left: auto;
	margin-right: auto;
	
}

.instagram-widget:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 60px solid #222222;
	border-left: 60px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.single-widget instagram-widget {
	padding:15px 15px 0px 15px;
}

#sb_instagram {
    margin-bottom: -4px!important;
	padding:10px;
}

.instagram-widget:after {
	content: "\f16d";
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
	position: absolute;
	right: 8px;
	top: 5px;
	font-size: 18px;
	color: #fff;
}

.instagram-widget h6 {
	color: #0262a7;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 15px;
}

.instagram-widget h3 {
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	font-weight: 600;
}


.twitter-widget {
	background-color: #fff;
	text-align: center;
	position: relative;
	font-size:14px;
	line-height:16px;
}

.twitter-widget img {
	margin-left: auto;
	margin-right: auto;
 }

.twitter-widget:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 60px solid #222222;
	border-left: 60px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}


.twitter-widget:after {
 	font-family: "Font Awesome 5 Brands";  
 	content: "\f099"; 
	position: absolute;
	right: 8px;
	top: 9px;
	font-size: 18px;
	color: #fff;
}

.twitter-widget h6 {
	color: #0262a7;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 30px;
	font-size: 15px;
}

.twitter-widget h3 {
	text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px;
	color: #000;
}

#ctf .ctf-item {
    padding: 5px 10px;
    border-top: 0px solid #ddd;
    border-top: 0px solid rgba(0,0,0,0.1);
    overflow: hidden;
}

.widget-btn {
	color: #ffec01 !important;
	background-color: transparent; 
	border: 1px solid #fff;
	border-radius: 0;
	padding: 0 12px;
	height: 40px !important;
	line-height: 38px;
	width: initial !important;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block !important;

	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.widget-btn i {
    font-size: 22px;
    color: #fff;
    vertical-align: text-bottom;
    margin-left: 5px;
}

.widget-btn:hover,
.widget-btn:focus {
	border-color: #ffec01;	
}

.widget-btn:hover i,
.widget-btn:focus i {
	color: #ffec01;	
}


.subpage-main-content .news-archive {
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #ddd;
}

.subpage-main-content .news-archive img {
	margin:0px 0px 25px 0px;;
	padding:0px;
}

.subpage-main-content .news-archive h2 {
	color: #333;
    text-align: left;
    font-size: 26px;
    padding:0;
    line-height: 1;
    margin:0px 0px 15px 0px;
}

.subpage-main-content .news-archive h6 {
	color: #666;
    text-align: left;
    font-size: 14px;
    padding:0;
    line-height: 1;
    margin:0px 0px 10px 0px;
}



/*---------- end home widgets ------*/

.contact-widget {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	display: table;
	width: 100%;
	background-color: #0262a7;
	color: #fff;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 50px;
}

.contact-content {
	text-align: center;
	padding: 10px 20px;
	display: inline-block;
}

.contact-number-heading {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}

.contact-number-heading span {
	font-size: 30px;
	color: #ffec01;
}

.contact-number {
	font-size: 30px;
	display: inline-block;
}

.contact-widget ol {
	display: inline-block;
	
}


.contact-widget ol li {
}

.contact-widget ol li span.service-number{
	border-radius: 50%;
	height: 25px;
	width: 25px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #fff;
	display: inline-block;
	margin-right: 7px;
}


.contact-widget ol li a {
	color: #fff;
	text-decoration: none !important;
	display: inline-block;
	font-size: 17px;
}

.click-to-shop-btn-area {
	display: block;
	text-align: center;
}


.click-to-shop-btn {
	color: #ffec01 !important;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none !important;
}







/*----------- end contact box area ----------*/


.footer {
	background-color: #222222;
	padding: 50px 0 60px;
}

.footer-single-widget {
	margin-bottom: 32px;
}

.footer-single-widget h4 {
	color: #ffec01;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 28px;
}

.footer-single-widget ul li {
    margin-bottom: 8px;
}

.footer-single-widget ul li,
.footer-single-widget ul li a {
	color: #fff;
}

.latest-news-widget ul {
	display: inline-block;
}

.latest-news-widget ul li {
    padding-bottom: 12px;
    margin-bottom: 13px;
    border-bottom: 1px solid #555555;
    line-height: 15px;
}

.latest-news-widget ul li:last-child {
	border-bottom: 0;
}

.latest-news-widget ul li a {
	color: #ffec01;
}

.footer-phn-number {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 18px;
}

.footer-smi {

}

.footer-smi li {
	margin-right: 6px;
}

.footer-smi li a i {
	font-size: 21px;
}

.copyright-text {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    margin-top: 37px;
    margin-bottom: 18px;
}




/*============= end homepage ===========*/

.subpage-hero-area {
	background: url('../img/subpage-hero.jpg') no-repeat center center / cover;
	min-height: 520px;
	padding-top: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}


.subpage-hero-area:before {
	content: "";
	top:0;
	right:0;
	left:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,.38);
}

.sub-hero-text {		
	position: relative;	
	z-index: 99;
	color: #fff;
}

.sub-hero-text h1 {
	text-transform: uppercase;
	color: #ffec01;
	font-size: 36px;
	font-weight: 600;
}

.sub-hero-text p {
	max-width: 675px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}

.subpage-container {
	background-color: #e9e9e9;
	padding-top: 30px;
	padding-bottom: 100px;
}

.subpage-main-content img {
	max-width:100%;
	height:auto;
}

.subpage-main-content {
	background-color: #fff;
    padding: 40px 44px;
    margin-bottom: 30px;
}

.subpage-main-content img {
    margin: 12px 0 26px;
    max-width: 100%;
}

.subpage-main-content p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.3;
}

.subpage-main-content p:last-child {
	margin-bottom: 0px;
}

.subpage-main-content p a {
	color: #0262a7 !important;
	text-decoration: none !important;
}

.sidebar-shop-widget,
.sidebar-online-store-widget {
	background-color: #222222;
	padding: 20px 20px 40px;
	margin-bottom: 14px;
}

.sidebar-shop-widget h3,
.sidebar-online-store-widget h3 {
	color: #fff;
	text-align: left;
	font-size: 26px;
	padding-left: 14px;
    line-height: 1;
    margin-bottom: 20px;
}

.sidebar-shop-widget ul, .sidebar-online-store-widget ul {
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
    padding: 0px 15px;
}

.sidebar-shop-widget ul li,
.sidebar-online-store-widget ul li {
    border-bottom: 1px solid #6b6b6b;
    padding-bottom: 6px;
    margin-bottom: 12px;
    text-align: left;
	width:45%;
	display:inline-block;
	margin-right:2.5%;
}

.sidebar-shop-widget ul li a,
.sidebar-online-store-widget ul li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none !important;
}

.sidebar-shop-widget ul li a span,
.sidebar-online-store-widget ul li a span {
	color: #ffec01;
}

.sidebar-online-store-widget {
	background-color: #0262a7;
}

.img-thumb-grid-area {
	overflow:hidden;
}


/*=============== responsive styles ==============*/

@media screen and (min-width: 1200px) {
	.container {
		width: 100%;
		max-width: 1210px;
		margin-left: auto;
		margin-right: auto;
	}

	.latest-news-widget {
		margin-left: -30px;
	}

	.latest-news-widget ul li {
	    max-width: 230px;
	}

	.footer-single-widget:first-child {
		min-width: 230px;
	}
	
	.hero-area h1 {
		color: #ffec01;
		font-size: 48px;
		text-transform: uppercase;
		font-weight: 600;
		margin-top: 7%;
		margin-bottom: 34px;
		line-height: 48px;
		max-width: 60%;
	}


}

@media screen and (min-width: 1600px) {
	.container {
		width: 100%;
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}
}


@media screen and (max-width: 1199px) {
	.contact-left-img,
	.contact-right-img {
		display: none;
	}

	.contact-widget ol li {
		margin-bottom: 10px;
	}

	.click-to-shop-btn-area {
		margin-bottom: 10px;
	}
	

}

@media screen and (max-width: 1299px) {

	
	#home-slider .item,
	#home-slider .container {
		min-height: 100vh;
	}

}




@media screen and (min-width: 768px) and (max-width: 991px) {
	.main-menu>li>a {
	    padding: 10px 6px;
	    font-size: 13px;
	}
}


@media screen and (max-width: 991px) {
.header-shop-online-btn {
    padding: 0px 11px;
    height: 58px;
}
	.sidebar-online-store-widget,
	.sidebar-shop-widget,
	.sidebar-online-store-widget h3,
	.sidebar-shop-widget h3 {
		text-align: center;
	}
	
	
	.grad-overlay {
		position: absolute;
		top: 0px;
		right: 0;
		bottom: 0px;
		left: 0px;
		background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.3) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.3) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 );
	}
	
	
	
	.img-thumb-text, .img-thumb-text-area{
		position: relative;
		top: 0%;
    	transform: none;
	}
	
	.img-thumb-preview {
		width:100%;
	}
	
	.pull-right {
		float: none!important;
	}


}


@media screen and (max-width: 767px) {
	.navbar {
		position: fixed;
		z-index: 99999;
	}

	.contact-widget ol li {
		margin-bottom: 10px;
		display: block;
		text-align: left;
	}

	.slider-text {
		width: 100%;
		text-align: center;
	}

	.wide-widget {
		text-align: center;
	}

	.sub-hero-text {
		text-align: center;
	}
	.form-col {width:100%!important;margin-right:0!important;}

}





@media screen and (max-width: 650px) {

	.header-top {
		display: none;
		
	}

	.hero-area h1 {
		font-size: 50px;
		line-height: 1.1;
	}

	.hero-area h3 {
		font-size: 26px;
	}

	.footer div[class^='col-xs-'], 
	.footer div[class*=' col-xs-']{
		width: 100%;
	}

	.subpage-main-content {
		padding: 15px;
	}

}



.hero-area h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 32px;
    width: 80%;
}


@media screen and (max-width: 650px) {

.hero-area h3 {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
}
	
}













