/* ----------------------------------------------------
  
	File Name: style.css
	Template Name: Coursat
	Created By: Trending Templates Team
	https://themeforest.net/user/trendingtemplates

	1. IMPORT
	2. SKELETON
	3. HEADERS
	4. SECTIONS
	5. PRICING
	6. PAGE POST OPTIONS
	7. SERVICES and MODULES
	8. WIDGETS
	9. TESTIMONIALS
	10. TEAM MEMBERS
	11. OTHERS
	12. COURSES
	13. SLIDESHOW
	14. RESPONSIVE
	15. COLORS

------------------------------------------------------- */

/* ----------------------------------------------------
	IMPORT
------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* ----------------------------------------------------
	SKELETON
------------------------------------------------------- */

body {
	background: #fff;
	color: #7a7c82;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0;
	font-weight: 400;
	padding: 0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0px;
	font-family: "Roboto";
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: 1.8;
	color: #4d5359;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
}

a {
	color: #696969;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none !important;
}

.lead {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.d-sm-block {
	display: block!important;
}
.d-sm-none {
	display: none!important;
}
.d-md-table-cell {
	display: table-cell!important;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.width-100 {
	width: 100px;
}
img.aligncenter {
	display: block;
	text-align: center;
	display: block;
	margin: 0 auto 20px auto;
	padding: 0px;
	border: 0px;
	background: none;
}

img.alignleft {
	float: left;
	margin: 6px 20px 6px 0;
	display: inline;
	border: 0px;
	background: none;
	padding: 0;
	display: block;
}

img.alignright {
	padding: 0;
	float: right;
	margin: 6px 0 6px 20px;
	border: 0px;
	display: block;
	background: none;
}
.low-price {
	font-size: 12px;
	padding: 0px;
	line-height: 0px;
}
::selection {
	background: #f84b4a;
	/* Safari */
	color: #fff;
}

::-moz-selection {
	background: #f84b4a;
	/* Firefox */
	color: #fff;
}

blockquote {
	font-size: 16px;
	line-height: 32px;
	font-family: 'Droid Serif', Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	position: relative;
	width: auto;
}

blockquote small {
	display: block;
	margin-top: 20px;
}

pre {
	line-height: 18px;
	margin-bottom: 18px;
}

ins {
	text-decoration: none;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

p {
	padding: 0 0 20px 0;
}

.drop-caps p:first-child::first-letter {
	color: #242424;
	display: block;
	float: left;
	font-family: Georgia;
	font-size: 75px;
	line-height: 60px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 4px;
}

.drop-caps.full p:first-child::first-letter {
	background: #242424 none repeat scroll 0 0 !important;
	color: #fff;
	margin-right: 10px;
	padding: 7px;
}

.check li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 16px;
	left: 0;
	color: #242424;
	padding-right: 5px;
	position: relative;
	top: 2px;
}
input[type="checkbox"] {
	accent-color: #62656A!important;
}
.quote-post {
	background: #fafafa none repeat scroll 0 0;
	padding: 20px;
	position: relative;
}

.quote-post blockquote {
	border-left: 0 none;
}

.quote-post::after {
	content: "";
	display: block;
	font-family: "FontAwesome";
	font-size: 41px !important;
	opacity: 0.1;
	position: absolute;
	right: 3%;
	top: 15%;
}

.check li {
	font-size: 14px;
	list-style: none;
	margin-bottom: 4px;
}

.bullet {
	padding: 0;
	list-style: none
}

.bullet i {
	padding-right: 5px;
}

.bullet li {
	margin-bottom: 5px;
}

.check {
	margin-left: 0;
	padding-left: 0
}

.img-absolute {
	position: absolute;
	right: -20%;
	z-index: -1;
	bottom: -2%;
}

/* ----------------------------------------------------
	HEADERS
------------------------------------------------------- */

.navbar-default,
.header {
	background: #FFF;
	/* elevation01 */
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
}

.header,
.onepage {
	position: relative;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

.header.affix,
.onepage.affix {
	width: 100%;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	position: fixed;
	border-bottom: 1px solid #ececec;
	z-index: 9999;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

.header.affix {
	border-bottom: 0;
}

.navbar-default {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.navbar-brand {
	padding: 20px 0;
}

.navbar {
	margin-bottom: 0;
}

.navbar-nav>li>a {
	color: #62656A !important;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-color: transparent !important;
	padding-bottom: 33px;
	text-transform: uppercase;
	padding-top: 35px;
}

.navbar-nav li {
	border-bottom: 2px solid #f7f7f7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.navbar-nav li:hover,
.navbar-nav li:focus,
.navbar-nav li.active {
	border-bottom: 4px solid #D3001E;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}

.yamm .container {
	position: relative;
}

.yamm .dropdown-menu {
	left: auto;
}

.yamm .yamm-content {
	padding: 0;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}

.yamm .box {
	padding: 0;
	min-width: 500px;
}
.box2 {
	padding: 12px;
	position: absolute;
	left: 499px;
	background: #FFF;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
	width: 356px;
	margin-top: -23px;
}
.box2 li{
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.5px;
}
.box2 a{
	border-bottom: 0.5px solid rgba(98, 101, 106, 0.50);
	color: #282E32;
}
.navbar-default .dropdown-menu {
	border: 0 solid #e8e8e8 !important;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	margin: 0;
	list-style: none;
	padding: 10px 0px;
	background: #FFF;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
}

.navbar-default .dropdown-menu li {
	border-bottom: 0 !important
}

.navbar-default .dropdown-menu li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.5px;
	padding: 0px;
	display: block;
	width: 100%;
	color: #282E32 !important;
}

.course-desc.noborder {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.course-desc.noborder h5 {
	padding-bottom: 10px !important;
	display: block !important
}

.nopadding {
	padding: 0;
}

.nopaddingbottom {
	overflow: hidden;
	padding-bottom: 40px !important
}

.nopaddingobottomfull {
	padding-bottom: 0 !important
}

.nopaddingbottom .service-style-1 {
	background-color: #ffffff;
}

.box li:last-child {
	border-bottom: 1px solid #e7e7e7 !important;
}

.normalmenu li,
.megamenu .box li {
	padding: 12px 12px 0px 12px;
	list-style: none;
	border-bottom: 0px solid #e7e7e7 !important;
}
.nopadding .box li {
	border-left: 0 !important;
	display: flex!important;
}

.yamm .normalmenu li:last-child,
.box li:focus:last-child,
.box li:hover:last-child {
	border-bottom: 0px solid #e7e7e7 !important;
}
.firstcolumn {
	padding: 0 !important;
}

.yamm-content {
	background-color: #fff;
}

.topbar {
	background-color: rgb(40, 46, 50);
	position: relative;
	display: block;
	padding: 0;
	border-bottom: 1px solid #e8e8e8;
}

.topbar .list-inline {
	margin: 0;
}

.topbar li {
	font-size: 13px;
	line-height: 20px;
	padding: 12px 13px;
	margin: 0;
	color: #fff;
}

.border-list {
	border-left: 0.5px solid rgba(98, 101, 106, 0.50);
	border-right: 0.5px solid rgba(98, 101, 106, 0.50);
}
.border-list-left {
	border-left: 0.5px solid rgba(98, 101, 106, 0.50);
}
.border-list-right {
	border-right: 0.5px solid rgba(98, 101, 106, 0.50);
}
.contactwrap i {
	font-size: 15px;
	padding-right: 5px;
}

.contactwrap a {
	color: #fff;
}

.contactwrap .dropdown-menu {
	border: 1px solid #e8e8e8;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	margin: 0;
	min-width: 240px;
	padding: 20px;
}

.contactwrap .dropdown {}

.contactwrap h4 a {
	color: #383c4b;
}

.contactwrap h4 {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: bold;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
}

.contactwrap hr {
	margin: 15px 0;
	border-color: #d7d7d7;
}

.formpassword {
	position: relative;
}

.formpassword span {
	background: #383c4b;
	border-radius: 3px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.04em;
	padding: 4px 10px 5px;
	position: absolute;
	right: 7px;
	top: 7px;
}

.form-title h4 {
	text-align: left;
}

.form-title hr {
	width: 40px;
}

.post-meta .social,
.social {
	padding: 0;
}

.post-meta .social i,
.social i {
	color: #afb0b4;
	margin: 0 !important;
	padding: 0 !important;
}

.post-meta .social li a,
.widget .social li a,
.social li a {
	font-size: 14px;
	line-height: 1;
	margin: 0;
	color: #afb0b4;
}

.post-meta .social li.facebook,
.widget .social li.facebook,
.social li.facebook:hover {
	background-color: #5d82d1;
}

.post-meta .social li.twitter,
.widget .social li.twitter,
.social li.twitter:hover {
	background-color: #40bff5;
}

.post-meta .social li.google,
.widget .social li.google,
.social li.google:hover {
	background-color: #eb5e4c;
}

.post-meta .social li.pinterest,
.widget .social li.pinterest,
.social li.pinterest:hover {
	background-color: #e13138;
}

.post-meta .social li.vimeo,
.widget .social li.vimeo,
.social li.vimeo:hover {
	background-color: #35c6ea;
}

.post-meta .social li.linkedin,
.widget .social li.linkedin,
.social li.linkedin:hover {
	background-color: #238cc8;
}

.post-meta .social li.dribbble,
.widget .social li.dribbble,
.social li.dribbble:hover {
	background-color: #f7659c;
}

.post-meta .social li.youtube,
.widget .social li.youtube,
.social li.youtube:hover {
	background-color: #ef4e41;
}

.post-meta .social li.rss,
.widget .social li.rss,
.social li.rss:hover {
	background-color: #faa33d;
}

.post-meta .social li i,
.widget .social li i,
.social li:hover i {
	color: #ffffff !important;
}

.post-meta .social li,
.widget .social li,
.social li {
	list-style: none;
	float: left;
}

.header-image-home {
	background-size: cover;
	height: 572px;
}

.header-image-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.text-header {
	background: linear-gradient(111deg, #FFF 43.1%, #FFF 64.84%, rgba(255, 255, 255, 0.00) 94.49%);
	display: flex;
	width: 670px;
	padding: 36px 24px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 72px;
	height: 264px;
}

.text-header h2 {
	color: #171716;
	font-family: "Roboto";
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	/* 107.143% */
	letter-spacing: 0.5px;
}

.text-header p {
	width: 560px;
	color: #171716;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	/* 125% */
	letter-spacing: 0.5px;
}

.text-header a {
	color: #D3001E;
}

/** SEARCH **/

.noborder {
	border: 0 !important;
	margin-left: 40px;
}

.searchicon {
	color: #237DAC;
	z-index: 90;
	float: right;
}

#dmsearch {
	position: relative;
	padding: 30px 0 0 0;
}

.dmsearch {
	z-index: 10;
}

.dm-search-container {
	position: relative;
	right: 0;
	height: 35px;
	width: 0;
	overflow: hidden;
	-webkit-transition: width 200ms;
	-moz-transition: width 200ms;
	transition: width 200ms;
}

.dmsearch.dmsearch-open .dm-search-container {
	width: 220px;
}
.fa-bars {
	padding: 9px 0px 9px 30px;
	font-size: 22px;
 }

.dmsearch .fa-search {
	position: absolute;
	left: 5px;
	top: 4px;
	color: #565966;
	cursor: pointer;
	font-size: 15px;
	padding-left: 0px;
	padding-top: 30px;
	width: 100px;
}
.searchproductlist{
	background: white;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
	padding: 0px 10px;
}
.s-name h3 {
	font-size: 16px;
	padding: 0px;
}
.order_button .btn-lg {
	border: 1px solid #d8d8d9;
}
.order_button .btn.active {
	color: #D3001E;
}
.register-page-cart .theme-form2 {
	padding: 20px;
}

#shopping2 input[type="radio"], #shopping2 input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	width: 100%;
}
.searchproductlist h4{
	font-size: 16px;
	padding: 0px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 700;
	margin: 0px!important;
}

.dmsearch-open .fa-search {
	position: absolute;
	left: 195px;
	top: 5px;
	color: #565966;
	cursor: pointer;
	font-size: 16px;
}

input[type="submit"].dmsearch-submit {
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.searchicon {
	z-index: 90;
}

.dmsearch.dmsearch-open .searchicon {
	z-index: 1;
	pointer-events: none;
}

input[type="submit"].dmsearch-submit {
	background: transparent;
	color: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
	border-radius: 0;
	outline: none;
	z-index: -1;
}

.dmsearch.dmsearch-open input[type="submit"].dmsearch-submit {
	z-index: 90;
}

input[type="text"].dmsearch-input {
	border: none;
	outline: none;
	opacity: 0;
	background: #f9f9f9;
	font-size: 12px;
	width: 220px;
	color: #babbbe;
	height: 35px;
	text-transform: uppercase;
	margin: 0;
	border: 1px solid #d8d8da;
	padding: 0 0 0 13px;
}

.dmsearch.dmsearch-open input[type="text"].dmsearch-input {
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #babbbe;
}

:-moz-placeholder {
	color: #babbbe;
}

::-moz-placeholder {
	color: #babbbe;
}

:-ms-input-placeholder {
	color: #babbbe;
}

/* ----------------------------------------------------
	SECTIONS
------------------------------------------------------- */

.fullscreen {
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: sub;
	z-index: 99;
	color: #fff;
}

.search-wrapper .section-title h4 {
	color: #ffffff !important;
	text-align: center;
	font-family: "Roboto";
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	/* 66.667% */
	letter-spacing: 0.5px;
}
#contact .section-title hr {
	border-width: 2px;
	width: 56px;
	border-color: #D3001E;
	margin: auto auto 20px;
}
.search-wrapper .section-title hr {
	border-width: 2px;
	width: 56px;
	border-color: #D3001E;
	margin: 24px auto;
}

.search-wrapper .section-title p {
	color: #d9d9db;
	text-align: center;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	/* 150% */
	letter-spacing: 0.5px;
	padding: 0px;
}

label {
	display: block;
	color: white;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
	letter-spacing: 0.5px;
	text-align: left;
	margin-bottom: 10px;
}

.line-center {
	margin-top: 90px;
	margin-bottom: 130px;
}

#parallax1 {
	background-image: url("upload/parallax_01.jpg");
}

#parallax2 {
	background-image: url("upload/parallax_02.jpg");
}

#parallax3 {
	background-image: url("upload/parallax_03.jpg");
}

#parallax4 {
	background-image: url("upload/parallax_04.jpg");
}

#blog_parallax {
	background-image: url("upload/blog_parallax.jpg");
}

#course_parallax {
	background-image: url("upload/course_parallax.jpg");
}

#login_parallax,
#not_foundparallax,
#team_parallax,
#testi_parallax,
#faqs_parallax,
#shortcodes,
#service_parallax,
#about_parallax,
#contact_parallax,
#about_parallax_01,
#course_parallax_2,
#course_parallax_1 {
	background-image: url("upload/course_parallax_01.jpg");
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.head-image {
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 300px;
}

.head-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	background: #282E32;
	mix-blend-mode: multiply;
	z-index: -1;
	/* Postavite z-index na -1 kako bi se overlay nalazio ispod teksta */
}

#pricing_parallax {
	background-image: url("upload/pricing.jpg");
}

#team_parallax {
	background-image: url("upload/team_parallax.jpg");
}

#login_parallax {
	background-image: url("upload/login_parallax.jpg");
}

#course_parallax_2 {
	background-image: url("upload/course_parallax_02.jpg");
}

#about_parallax {
	background-image: url("upload/about_parallax_01.jpg");
}

#about_parallax_01 {
	background-image: url("upload/about_parallax_02.jpg");
}

#service_parallax {
	background-image: url("upload/services_parallax.jpg");
}

#faqs_parallax {
	background-image: url("upload/faqs_parallax.jpg");
}

#testi_parallax {
	background-image: url("upload/testi_parallax.jpg");
}

#not_foundparallax {
	background-image: url("upload/not_foundparallax.jpg");
}

#contact_parallax {
	background-image: url("upload/contact_parallax.png");
}

#contact_parallax {
	background-image: url("upload/shortcodes.png");
}

.littlebottom {
	padding-bottom: 30px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #171c22;
	background-color: rgba(23, 28, 34, 0.5);
}

.parallax {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.section-container {
	margin-top: 50px
}

.section-container .title {
	color: #FFF;
	font-family: "Roboto";
	text-align: left;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	/* 66.667% */
	letter-spacing: 0.5px;
}

.section-container hr {
	background: #D3001E;
	width: 56px;
	height: 2px;
	border: none;
	text-align: left;
	margin: initial;
}

.padd-90 {
	padding: 90px;
}

.section-container .desc-1 {
	margin-top: 30px;
	color: #FFF;
	font-family: "Roboto";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 32.5px;
	/* 162.5% */
	letter-spacing: 0.5px;
	text-align: left;
}

.section-title {
	display: block;
	position: relative;
	overflow: hidden;
}

.section-title hr {
	border-width: 2px;
	width: 56px;
	border-color: rgba( 98, 101, 106, 0.2);
	margin: 20px 0px;
}

.section-title h4 {
	color: #D3001E !important;
	font-family: "Roboto";
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	/* 75% */
	letter-spacing: 0.5px;
}

.section-title p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	/* 150% */
	letter-spacing: 0.5px;
}

.service-style-1 h5.service-title {
	color: #62656A;
	font-family: "Roboto";
	font-size: 20px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 120% */
	letter-spacing: 0.5px;
}

.footer,
.section-white {
	background-color: #ffffff;
	padding: 90px 0;
	position: relative;
	display: block;
	z-index: 1;
}
.section-light-gray {
	background: #F5F5F5;
	padding: 90px 0;
	position: relative;
	display: block;
	z-index: 1;
}
.pb-90 {
	padding-bottom: 90px;
}

.login-btn {
	border: none;
	margin-right: 24px;
	display: inline-flex;
	padding: 4px 28px;
	justify-content: center;
	align-items: center;
	background: #D3001E;
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
	color: #FFF;
	font-family: "Roboto";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 200% */
	letter-spacing: 0.5px;
}

.singup-btn {
	display: inline-flex;
	padding: 4px 25px;
	justify-content: center;
	align-items: center;
	background: #282E32;
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
	color: #FFF;
	font-family: "Roboto";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 200% */
	letter-spacing: 0.5px;
}

.singup-btn:hover {
	color: #D3001E;
}

.login-form {
	display: flex;
	justify-content: center;
	align-items: center;
}

.login-form input {
	margin: 0px 0px 24px;
	border: none;
	display: flex;
	width: 298px;
	padding: 6px 12px;
	justify-content: center;
	align-items: center;
	gap: 204px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
}

.section-grey {
	position: relative;
	display: block;
	z-index: 1;
}

.makepadding {
	padding-top: 100px !important
}

.section-grey {
	background-color: #F5F5F5;
}

.footer {
	background-color: #282E32;
	padding: 60px 0;
}

.copyrights {
	background-color: #282E32;
	padding: 25px 0 15px;
}

.copyrights p {
	padding: 0;
}

.footer .widget {
	margin-bottom: 20px;
}

.footer .widget-title h4 {
	color: #ffffff !important;
	font-size: 16px;
	line-height: 30px;
}

.footer-menu li a {
	font-size: 12px;
	color: #6f7478 !important;
	text-transform: uppercase;
}

.post-meta .social li,
.widget .social li {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
	margin-right: 3px;
}

.footer .widget-title {
	margin-bottom: 0;
}

.tagcloud a {
	color: #a9a9ab !important;
	font-size: 12px;
	line-height: 28px;
}

.footer .tagcloud a {
	color: #a9a9ab !important;
}

.footer .tagcloud a:hover {
	color: #ffffff !important;
}

.footer p,
.copyrights p {
	color: #cbcbcd;
}

.copyrights a {
	color: #6f7478;
}

/* ----------------------------------------------------
	PRICING
------------------------------------------------------- */

.pricing {
	border: 1px solid #dadadc;
	padding: 0;
	margin-bottom: 30px;
}

.pricing:hover .pricing-header h4,
.pricing:hover .pricing-header small {
	color: #ffffff !important;
}

.pricing-header {
	background-color: #f6f6f6;
	padding: 50px 25px !important;
	font-size: 50px;
	color: #000000;
	font-weight: 400;
}

.pricing-header p {
	padding: 0 !important;
	margin: 0;
}

.pricing-header small {
	font-size: 13px;
	vertical-align: top;
	color: #afb0b4;
}

.pricing-header h4 {
	font-size: 30px;
	padding: 10px 0 0 !important;
	margin-bottom: 0 !important;
	font-weight: bold;
	font-family: Open Sans;
}

.pricing-body {
	text-align: left;
	padding: 25px;
}

.pricing-body ul {
	list-style: none;
	padding: 0;
}

.pricing-body ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}

.pricing-body li:last-child {
	border-bottom: 0;
}

.pricing-body span {
	display: inline-block;
	width: 130px !important;
}

/* ----------------------------------------------------
	PAGE POST
------------------------------------------------------- */

#boxed #wrapper {
	margin: 40px auto;
}

#boxed .container-fluid {
	max-width: 1280px
}

body#boxed {
	background: url(images/bg.jpg) repeat center left;
}

.time_circles {
	height: 100%;
	position: relative;
	width: 100%;
}

.time_circles>div {
	position: absolute;
	text-align: center;
}

.time_circles>div>h4 {
	margin: 0 0;
	padding: 0;
	font-weight: bold;
	font-family: Open Sans;
	text-align: center;
	text-transform: uppercase;
}

.time_circles>div>span {
	color: #303030;
	display: block;
	font-size: 38px !important;
	font-weight: 300;
	margin-top: 0.3em;
	text-align: center;
	width: 100%;
}

body.notfound {
	background: url(upload/notfound.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.notfound .section-white {
	background-color: transparent;
}

body.notfound h4 {
	color: #ffffff;
}

#notfoundpage h1 {
	font-size: 250px;
	line-height: 1;
}

#notfoundpage hr {
	border-width: 3px;
	border-color: #aaa;
	width: 40px;
}

.page-title-wrapper {
	padding: 60px 0 !important;
}

.page-title-wrapper .section-title h4 {
	color: #FFF !important;
	text-align: center;
	font-family: "Roboto";
	font-size: 24px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 24px;
	/* 100% */
	letter-spacing: 0.5px !important;
	padding: 0px;
}

.page-title-wrapper .section-title p {
	color: #FFF;
	text-align: center;
	font-family: "Roboto";
	font-size: 48px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	/* 116.667% */
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding: 0px;
}

.page-title-wrapper .section-title hr {
	background: #D3001E !important;
	width: 56px;
	height: 2px;
	margin: 0px auto 24px;
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	list-style: outside none none;
	margin-bottom: 0;
	color: #afb0b4;
	padding: 15px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
	letter-spacing: 0.5px;
}

.breadcrumb>li a,
.breadcrumb>li+li::before,
.breadcrumb>li {
	color: #afb0b4 !important;
}

.breadcrumb>li+li::before {
	content: "/";
	font-family: 'FontAwesome';
}

#content {
	padding: 0 30px;
}

.meta {
	margin: 20px 0 20px;
}

.meta span {
	color: #62656A;
	font-size: 12px;
	margin-right: 15px;
}

.blog-title h3 {
	font-size: 36px;
	padding: 0;
	margin: 0;
	font-weight: 400;
	line-height: 24px;
	/* 66.667% */
	letter-spacing: 0.5px;
}

.blog-entry {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.blog-desc p {
	color: #62656A;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.5px;
}

.blog-media {
	margin-bottom: 20px;
}

.blog-media img {
	width: 100%;
}

.btn-dark {
	background-color: #282E32 !important;
	border-color: #282E32 !important;
	font-size: 15px !important;
	font-weight: bold;
	color: #fff !important;
	border-radius: 5px !important;
	text-transform: none !important
}

.btn-primary {
	font-size: 13px !important;
	font-weight: 400;
	color: #fff !important;
	border-radius: 0px !important;
	text-transform: none !important
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #383c4b !important;
	border-color: #383c4b !important;
}

.pricing .btn {
	font-size: 13px !important;
	font-weight: 400;
	margin-top: 20px;
}
.mt-100{
	margin-top:100px;
}
.mt-30{
	margin-top:30px;
}
.carousel-control {
	background-color: rgba(0, 0, 0, 0.6) !important;
	background-image: none !important;
	border: 0 none;
	bottom: auto;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	margin-top: -20px;
	opacity: 1;
	text-shadow: none !important;
	top: 52%;
	width: 3%;
}

.post-meta {
	border-bottom: 1px solid #efeff0;
	padding: 10px 0 20px;
}

.comment-list li h5 a,
.post-meta i,
.post-meta a {
	color: #383c4b !important;
}

.testi-style-2.author-box h4 {
	padding-left: 90px !important;
}

.author-box p {
	display: flex;
	padding: 0 !important;
}

.comment-list {
	padding: 0;
}

.comment-list li h5 {
	font-weight: bold;
	padding: 0;
	font-size: 14px;
}

.comment-list li span {
	margin-bottom: 10px;
	display: block;
}

.comment-list li {
	margin-bottom: 20px;
	list-style: none;
}

.comment-list li.reply {
	margin-left: 50px;
}

.comment-list li h5 a {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
}

.comment-list li .testi-style-2 {
	border: 1px solid #dbdbdb;
}

/* ----------------------------------------------------
	SERVICES
------------------------------------------------------- */

#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background: #fdfdfd;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f7f7f7));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f7f7f7', GradientType=0);
	/* IE6-8 */
	position: fixed;
	display: table;
	width: 100%;
	top: 0;
	height: 100%;
	min-height: 100%;
	z-index: 9998;
}

.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align: center;
}

.loader {
	margin-left: 20px;
	margin-top: 0;
	vertical-align: top;
}

.googlemap {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 0 -10px 0;
}

.contact-widget {
	margin-bottom: 40px;
}

.contact-widget small,
.contact-widget p {
	padding-left: 50px;
}

.contact-widget i {
	width: 30px;
	height: 30px;
	margin-top: 6px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	float: left;
	font-size: 15px;
}

.contact-widget h4 {
	margin-top: 0;
}

.contact-widget small {
	display: block;
}

.contact-widget p {
	padding-bottom: 0px;
}

.mapmarker {
	width: 100%;
	height: 400px;
	border: 0;
	overflow: hidden;
}

.service-desc p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#parallax4 .service-desc a,
#parallax4 .service-desc p {
	color: #afb0b4;
}

#parallax4 .section-title p {
	color: #ffffff;
}

.rounded-icon {
	width: 95px;
	border-radius: 100%;
	height: 95px;
	line-height: 92px;
	text-align: center;
	font-size: 32px;
	color: #f5f5f5;
	margin: 0 auto 20px;
	background-color: #f5f5f5;
	border: 5px solid #f5f5f5;
}

#parallax4 .rounded-icon {
	border-color: #605f66;
	background-color: transparent !important;
}

.rounded-icon.nobordernobg {
	background-color: transparent !important;
	border: 0;
	height: 65px;
	line-height: 62px;
}

.service-item:hover .rounded-icon {
	color: #ffffff !important;
}

.with-bg .rounded-icon.nobordernobg {
	height: 46px;
	line-height: 63px;
}

.with-bg .nobordernobg i,
.with-bg .service-desc h4 {
	color: #383c4b !important;
}

.with-bg .service-item {
	background: #f9f9f9 !important;
	border: 1px solid #eeeeee;
	padding: 30px 10px;
	border-radius: 4px;
}

.with-bg .service-desc p {
	color: #afb0b4;
}

.service-item a {
	color: #383c4b;
}

.service-item .btn {
	color: #ffffff;
	border-radius: 4px;
	text-transform: none;
	margin-top: 20px;
}

.service-item hr {
	border-width: 2px;
	width: 32px;
	border-color: #e0e0e1;
	margin: 10px auto 20px;
}

.service-style-1 hr {
	border-width: 4px;
	width: 56px;
	border-color: #D3001E;
	margin: 24px 0px;
}

.service-style-1 .title-wrap p {
	color: #62656A;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 32.5px;
	/* 232.143% */
	letter-spacing: 0.5px;
}

.service-style-1 .title-wrap a {
	color: #D3001E !important;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 32.5px;
	letter-spacing: 0.5px;
}

.icon-wrap {
	font-size: 28px;
	text-align: center;
	float: left;
}

.service-style-1:hover .icon-wrap i {
	color: #ffffff !important;
}

.mb-60 {
	margin-bottom: 60px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-20-2 {
	margin-bottom: 20px;
}
.service-style-1 {
	display: block;
	position: relative;
	cursor: pointer;
}

.title-wrap {
	padding-left: 80px;
}

h5.service-title {
	color: #FFF;
	font-family: "Roboto";
	font-size: 17px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 17.035px;
	/* 100% */
	letter-spacing: 0.355px;
	padding: 0px !important;
}

.title-wrap2 p {
	color: #FFF;
	font-family: "Roboto";
	font-size: 11.357px;
	font-style: normal;
	font-weight: 700;
	line-height: 14.196px;
	/* 125% */
	letter-spacing: 0.355px;
}

.title-wrap2 a {
	color: #FFF;
	font-family: "Roboto";
	font-size: 11.357px;
	font-style: normal;
	font-weight: 700;
	line-height: 14.196px;
	/* 125% */
	letter-spacing: 0.355px;
}

.readmore,
.service-style-1 a {
	font-weight: 400;
	color: #fff !important;
}

.service-relative-wrapper {
	padding: 60px 0 !important;
}

.service-relative {
	position: relative;
	padding: 0;
	color: #ffffff;
	display: block;
	z-index: 99;
}

.service-absolute {
	position: absolute;
	width: fit-content;
	color: #ffffff;
	display: block;
	top: -254px;
	z-index: 99;
	right: 0;
}
.d-none {
	display: none;
}
.service-absolute .col-md-4 {
	width: 284px;
	padding: 20px;
}
#wrapper .topbar .container{
	padding-right: 0px!important;
	padding-left: 0px!important;
}
#wrapper .header .container{
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.navbar-collapse {
	padding-left: 0px;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 35px 15px 35px 15px;
}
.service-relative hr,
.service-absolute hr {
	border-color: #fff;
	width: 30px;
	margin: 12px 0;
	border-width: 3px;
}

.service-relative h5.service-title,
.service-absolute h5.service-title {
	color: #ffffff;
	font-size: 18px;
}

.service-relative .icon-normal,
.service-absolute .icon-normal {
	display: block;
	border: 0 !important;
	height: auto !important;
	font-size: 32px;
	float: none;
	margin-bottom: 12px;
	background-color: transparent !important
}

.service-relative .icon-normal i,
.service-absolute .icon-normal i {
	color: #ffffff !important;
}

.service-relative .title-wrap,
.service-absolute .title-wrap {
	padding-left: 0;
}

.service-relative p,
.service-absolute p {
	padding: 0;
}

.relative {
	position: relative;
	z-index: 100;
}

/* ----------------------------------------------------
	WIDGETS
------------------------------------------------------- */

#sidebar {
	border: 1px solid #dadadc;
	border-radius: 5px;
	padding: 15px 30px;
}

#sidebar2 {
	border: 1px solid #dadadc;
	border-radius: 5px;
	padding: 0px 30px 15px;
	margin-top: 30px;
}

#sidebar .tagcloud a {
	border: 0.5px solid #FFF !important;
	background: rgba(181, 184, 186, 0.60) !important;
	color: #fff !important;
	font-size: 12px;
	padding: 0 9px;
}

#sidebar .tagcloud a:hover {
	color: #ffffff !important;
	text-decoration: none;
}

#sidebar .banner img {
	width: 100%;
}

#sidebar .latest-tweets li h4 {
	color: #7a7c82;
}

#sidebar .latest-course li h4 a {
	color: #000 !important;
}

#sidebar .widget {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dadadc;
}

#sidebar .widget.course-widget {
	padding: 0 !important;
}

#sidebar .widget:last-child {
	border-bottom: 0;
	margin-bottom: 0px;
}

.course-widget ul,
.cat-widget ul {
	padding: 0;
	list-style: none;
}

.course-widget li,
.cat-widget li {
	padding: 5px 0;
	position: relative;
	border-bottom: 1px solid #f0f1f1;
}

.course-widget li:last-child,
.cat-widget li:last-child {
	border-bottom: 0;
}

.course-widget li a strong {
	font-weight: normal !important;
	color: #000 !important;
}
.course-widget li{
	font-size: 12px;
	color: #62656A !important;
}
.course-widget li a,
.cat-widget li a {
	font-size: 12px;
	font-weight: normal !important;
	width: 100%;
	position: relative;
	color: #7a7c82 !important;
}

.cat-widget li a span {
	margin-left: 10px;
	display: inline-block;
}

.tagcloud a {
	color: #a9a9ab;
	font-size: 12px;
	background-color: #252833;
	padding: 3px 10px;
	display: inline-block;
	margin: 0 2px 6px 0;
}

.latest-news,
.contact-details,
.latest-tweets,
.latest-course {
	padding: 0;
	list-style: none;
}

.latest-news li img {
	width: 170px !important;
}

.latest-course li img {
	width: 64px;
	height: 64px;
}

.latest-news li,
.contact-details li,
.latest-tweets li,
.latest-course li {
	display: inline-table;
	padding: 0;
	margin-bottom: 5px;
	width: 100%;
}

.tab {
	display: none;
}

.tabs-name {
	display: inline-flex;
	width: 100%;
	list-style: none;
	margin-bottom: 35px;
	background: #D3001E;
}

.tabs-name li {
	width: 33.33%;
	border-right: 1px solid #ffffff63;
}

.tabs-name li:last-child {
	width: 33.33%;
	border-right: none;
}

.tabs-name a {
	color: #FFF;
	font-family: "Roboto";
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 32.5px;
	/* 162.5% */
	letter-spacing: 0.5px;
}

.active {
	display: block;
}
.theme-form{
	border: 1px solid #d8d8d9;
}
.theme-form .btn-lg{
	border: 1px solid #d8d8d9;
}
.theme-form .btn-solid{
	margin-left: 15px;
	margin-bottom: 15px;
	width: auto;
	background: #D3001E;
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
	color: #FFF;
}
.theme-form .btn.active{
	color: #D3001E;

}
.table-course {
	width: 100%;
	text-align: left;
	color: white;
}
.scrol-tab {
	overflow-x: hidden!important;
}

/* Prilagođavanje stila desne skrol trake */
.scrol-tab::-webkit-scrollbar {
	width: 4px; /* Postavite željenu širinu skrol trake */
}

.scrol-tab::-webkit-scrollbar-track {
	background-color: transparent; /* Sklonite pozadinsku boju trake */
}

.scrol-tab::-webkit-scrollbar-thumb {
	background-color: black; /* Postavite boju trake */
	border-radius: 3px; /* Dodajte radijus zaobljenja za lep izgled */
}
.tab {
	display: block;
	height: 216px;
	overflow: scroll;
}

.table-course th {
	padding: 10px 5px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}

.table-course td {
	padding: 10px 5px;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
}

.contact-details li {
	color: #FFF !important;
	font-family: "Roboto";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 166.667% */
	letter-spacing: 0.5px;
}

.latest-news span {
	color: #afb0b4;
	font-size: 12px;
	line-height: 24px;
}

.latest-news li h4 {
	font-size: 14px;
}

.latest-news li {
	margin-bottom: 20px;
}

.latest-news h4 {
	padding: 0;
	font-weight: bold;
	margin: 0 0 10px;
}

.latest-news li p {
	padding: 0;
	margin: 0 0 5px;
}

.latest-news span {}

.latest-tweets li h4 {
	color: #cbcbcd;
	font-size: 13px !important;
}

.contact-details li,
.latest-tweets li h4,
.latest-course li h4 {
	font-size: 16px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 !important;
	padding: 0 !important;
}

.contact-details li {
	color: #cbcbcd;
	font-size: 13px;
	margin-bottom: 5px !important;
	display: block !important
}

.contact-details li i {
	color: #6f7478;
	font-size: 16px;
	padding-right: 10px;
}

.latest-tweets li span,
.latest-course li span {
	display: block;
	font-size: 12px;
	margin: 1px 0;
	color: #62656A;
}

.latest-tweets li span {
	color: #6f7478;
	font-size: 11px;
}

.latest-course li h4 a {
	color: #ffffff !important;
}
#long-desc{
	display: none;
}

.widget-title {
	margin-bottom: 15px;
	position: relative;
	display: block;
	overflow: hidden;
}
.course-long-desc p{
	color: #62656A;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.5px;
	padding-bottom: 5px;
}
.widget-title h4 {
	color: #D3001E;
	font-family: "Roboto";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 100% */
	letter-spacing: 0.5px;
}
.widget-title h2 {
	color: #D3001E;
	font-family: "Roboto";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.5px;
}

.widget-title hr {
	width: 55.2px;
	height: 2px;
	opacity: 0.2;
	background: #62656A;
	margin: 10px 0;
}
.other-desc {
	margin-top: 40px;
}
.other-desc span{
	color: #D3001E;
	font-weight: 600;
}
.other-desc p{
	color: #62656A;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.5px;
}
.about-widget img {
	width: 100%;
	margin-bottom: 15px;
}

.skills p {
	padding: 0 0 3px;
}

.skills {
	display: block;
	color: #383c4b;
	font-size: 15px;
	line-height: 1;
	padding: 0;
	letter-spacing: 0.02em;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 600;
	position: relative;
}

.progress {
	border-radius: 5px;
	padding: 2px 0 5px 3px;
	height: 3px;
	margin-bottom: 25px;
	background-color: #ececed;
	box-shadow: none;
	border: 1px solid #ececed;
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	overflow: visible;
	height: 3px;
	color: #ffffff;
	text-align: center;
	background-color: #696969;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 1.1s ease;
	-o-transition: width 1.1s ease;
	transition: width 1.1s ease;
}

.progress {
	overflow: initial;
	position: relative;
}

.progress .progress-bar {
	position: absolute;
	z-index: 10;
	line-height: 20px;
}

.progress .progressbar-back-text {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

.progress .progressbar-front-text {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
}

.progress-bar span {
	color: #7a7c82;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	overflow: visible;
	position: absolute;
	right: 0;
	text-align: center;
	top: -27px;
	z-index: 9999;
}

.panel-heading h3 i {
	background-color: #383c4b !important;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	border-radius: 2px;
	margin-right: 10px;
	text-align: center;
	width: 21px;
	vertical-align: text-top;
}

.panel-heading h3 {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.02em;
	font-weight: 600;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #383c4b;
	margin: 0;
	padding: 0;
}

.panel-group .panel+.panel {
	margin: -2px 0;
}

.panel-title {
	line-height: 16px;
}

.panel-heading {
	background-color: #fff;
	border-radius: 0 !important;
	padding: 10px 15px;
}

.accordion-toggle-2 .panel,
.accordion-toggle-2 .panel-heading {
	background-color: #fff;
	border-color: #dadadc;
	border-bottom: 1px solid #dadadc;
}

.accordion-toggle-2 .panel:last-child {
	border-bottom: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0 none;
}

.panel p {
	padding-bottom: 0;
}

.panel {
	border-color: #f5f5f5;
	border-radius: 0 !important;
	box-shadow: none;
}

/* ----------------------------------------------------
	TESTIMONIALS
------------------------------------------------------- */

.client-image img {
	margin: auto;
}

.client-image {
	text-align: center;
}

.testi-style-2 {
	background-color: #f6f6f6;
	padding: 30px;
}

.testi-style-3 .lead,
.testi-style-2 .lead,
.testi-item .lead {
	margin: 20px auto !important;
	padding: 0 !important;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 0;
	font-weight: normal;
	color: #f8f5f5;
	text-transform: none;
}

.testi-style-3 .lead {
	background-color: #ffffff;
	padding: 20px !important;
	color: #4a454b !important;
}

.testi-style-3 p {
	position: relative;
}

.testi-style-3 p:before {
	top: 100%;
	left: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-left-color: #fff;
	border-width: 15px;
	margin-left: 0;
}

.dark-testimonials .testi-style-3 p:before {
	border-top-color: #fafafa;
	border-left-color: #fafafa;
}

.dark-testimonials .testi-style-3 .lead {
	background-color: #fafafa
}

.dark-testimonials .testi-style-3 h4,
.dark-testimonials .testi-style-3 span,
.dark-testimonials .testi-style-2 span,
.dark-testimonials .testi-item span {
	color: #000 !important;
}

.testi-style-3 i {
	color: #cbcbcd;
	font-size: 20px;
	padding-right: 10px;
}

.testi-style-2 .lead {
	color: #383c4b !important;
	font-weight: 400;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 28px;
}

.testi-style-2 img {
	margin-top: 20px;
	border: 3px solid #fff;
}

.testi-style-3 img {
	border: 1px solid #fff;
	padding: 0 !important;
	margin: 10px;
}

.testi-style-2 i {
	font-size: 20px;
	margin-bottom: 10px;
	color: #cbcbcd;
}

.testi-style-3 img,
.testi-style-2 img,
.testi-item img {
	width: 70px;
	margin-bottom: 0;
}

.testi-style-3 h4,
.testi-style-2 h4,
.testi-item h4 {
	font-size: 16px;
	margin: 20px 0 20px !important;
	padding: 0 !important;
	font-weight: bold;
	color: #fff;
}

.testi-style-3 span,
.testi-style-2 span,
.testi-item span {
	font-size: 13px;
	font-weight: 300;
	color: #ffffff;
	font-style: italic;
}

.testi-style-3 small,
.testi-style-2 small,
.testi-item small {
	font-size: 13px;
	font-style: italic;
	color: #17181e;
}

.testi-style-2 span {
	color: #676268 !important;
}

.fun-fact-2 {
	text-align: center;
}

.fun-fact-2 p {
	font-size: 13px;
	color: #d9d9db;
	padding: 0;
	margin: 0;
}

.fun-fact-2 h4 {
	font-size: 45px;
	padding: 0 0 5px;
	line-height: 1;
	margin: 0;
	color: #fff;
	font-weight: bold;
}

.fun-fact-2 i {
	color: #383c4b;
	font-size: 30px;
	border: 1px solid #f3bdba;
	border-radius: 100%;
	width: 75px;
	height: 75px;
	margin: 0 auto 20px;
	line-height: 75px;
	text-align: center;
}

.fun-fact-box:hover i,
.fun-fact-box:hover h4,
.fun-fact-box:hover h5,
.fun-fact-box:hover {
	color: #ffffff;
}

.fun-fact-box {
	border: 1px solid #e0e0e1;
	padding: 40px 10px;
}

.fun-fact-box i {
	color: #cbcbcd;
	font-size: 35px;
}

.fun-fact-box h4 {
	font-family: Lato;
	font-size: 70px;
	font-weight: 300;
	padding: 0;
	line-height: 1;
	margin: 20px 0;
	color: #262934;
}

.fun-fact-box h5 {
	color: #7a7c82;
	line-height: 1;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

/* ----------------------------------------------------
	TEAM MEMBERS
------------------------------------------------------- */

.teamnopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.team-image {
	position: relative;
}

.team-image img {
	width: 100%;
}

.team-desc {
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #383c4b;
	background-color: rgba(56, 60, 75, 0.9);
	padding: 20px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

.team-member {
	text-align: center;
}

.team-desc h5,
.team-desc p {
	padding: 0;
	margin: 0
}

.team-desc h5 {
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
}

.team-desc p {
	font-style: italic;
	font-size: 14px;
	margin: 5px 0;
	color: #afb0b4;
}

.entry:hover .team-desc {
	bottom: 0;
	z-index: 2;
	position: relative;
	display: block;
	background: #383c4b;
	background-color: rgba(56, 60, 75, 1);
}

.entry p {
	font-weight: 300;
	font-size: 12px;
	margin-top: 5px !important;
}

.gallery-item .entry:hover .visible-buttons {
	margin-bottom: -20px;
	opacity: 1;
	bottom: 35%;
	visibility: visible;
}

.gallery-item img {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	display: block;
}

.team-member-style-2 .team-desc {
	background-color: #ffffff !important;
}

.team-member-style-2 .entry:hover .team-desc {
	position: absolute;
}

.team-member-style-2 .entry .magnifier {
	z-index: 9999;
}

.team-member-style-2 .entry:hover .visible-buttons {
	bottom: 45%;
}

.team-member-style-2 .team-desc h5 {
	font-weight: bold;
	color: #4d5359 !important;
}

.team-member-style-2 .team-member {
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
}

/* ----------------------------------------------------
	OTHERS
------------------------------------------------------- */

.pagination>li>a,
.pagination>li>span {
	color: #FFF;
	font-family: "Roboto";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 200% */
	letter-spacing: 0.5px;
	position: relative;
	text-decoration: none;
	opacity: 0.3;
	background: #000;
	margin-left: 8px;
}

.pagination>li.active a {
	color: #FFF;
	font-family: "Roboto";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 200% */
	letter-spacing: 0.5px;
	position: relative;
	text-decoration: none;
	opacity: 0.8;
	background: #D3001E;
	margin-left: 8px;
	border-color: #D3001E !important;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
	color: #ffffff;
}
.border-bottom {
	border-bottom: 1px solid #dee2e6!important;
}
.delete-bottom {
	display: flex;
	align-items: center;
}
.delete-bottom svg{
	margin-right: 10px;
}
.mobyes {
	display: none!important;
}

#shopping .form-control {
	background-color: #f8f7f7;
	background-image: none;
	border: 1px solid #dadadc;
	border-radius: 0;
	box-shadow: none;
	color: #acacac;
	display: block;
	font-size: 12px;
	height: 34px;
	line-height: 1.42857;
	margin-bottom: 15px;
	padding: 6px 12px;
	text-transform: uppercase;
	width: 55px;
}
.py-1 {
	padding-top: 0.25rem!important;
	padding-bottom: 0.25rem!important;
}
.px-3 {
	padding-right: 1rem!important;
	padding-left: 1rem!important;
}
.border-0 {
	border: 0!important;
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
}
.col {
	flex: 1 0 0%;
}
.btn-outline-secondary {
	width: 40px;
	height: 40px;
}
.align-items-center {
	align-items: center!important;
	display: inline-flex;
}
.btn {
	font-size: 12px;
	border-radius: 0;
	text-transform: uppercase;
}

.form-control:focus {
	box-shadow: none;
	background-color: #ffffff;
}

.entry {
	position: relative;
	padding: 0 !important;
	margin-bottom: 0;
}

.entry img {
	width: 100%;
}

.magnifier {
	position: absolute;
	top: 0;
	background-color: rgba(223, 74, 67, 0.9);
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.entry:hover .magnifier {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.visible-buttons h4,
.visible-buttons p,
.visible-buttons span {
	color: #fff !important;
}

.visible-buttons p,
.visible-buttons h4 {
	padding: 0;
	margin: 0;
}

.visible-buttons p {
	margin-bottom: 20px;
}

.visible-buttons a {
	width: 34px !important;
	height: 34px !important;
	margin: 0 3px 0 !important;
	line-height: 34px !important;
	display: block;
	font-size: 14px !important;
	background-color: #17181e;
	color: #fff;
	border: 0 !important;
}

.visible-buttons a:hover {
	background-color: #17181e !important;
	outline: 0 !important;
	border: 0 !important;
}

.visible-buttons ul {
	padding: 0;
}

.visible-buttons li {
	list-style: none;
	display: inline-block;
	border: 0 !important;
}

.visible-buttons {
	visibility: hidden;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
}

.entry:hover .visible-buttons {
	margin-bottom: -20px;
	opacity: 1;
	bottom: 55%;
	visibility: visible;
}

/* ----------------------------------------------------
	COURSES
------------------------------------------------------- */

.courses-list .course-item {
	margin-bottom: 30px;
}
#category-list .course-item {
	display: flex;
}

.courses-list .col-md-4{
	padding: 0px;
	background: white;
}
.courses-list .col-md-8{
	padding: 24px;
	background: white;
}
.search-form .form-control,
.comment-form .form-control,
.contact_form .form-control,
.search_form .form-control {
	background-color: #ffffff;

	border: 1px solid #ffffff;
	border-radius: 3px;
	box-shadow: none;
	color: #7a7c82;
	display: block;
	font-size: 13px;
	height: 40px;
	line-height: 1.42857;
	margin-bottom: 15px;
	padding: 6px 12px;
	text-transform: none;
	width: 100%;
}

.contact_form textarea {
	min-height: 180px;
}

.search-form .form-control,
.comment-form .form-control,
.contact_form .form-control {
	margin-bottom: 25px;
	border-color: #d8d8d9;
}

.search-form .form-control {
	margin-top: 40px;
}

.widget .btn {
	margin-top: 20px;
}

.widget .btn,
.comment-form .btn,
.contact_form .btn {
	text-transform: none;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 20px;
}

.comment-form textarea {
	min-height: 168px;
}

.comment-form .btn {
	font-size: 14px;
}

.search_form .btn-default {
	border-radius: 2px;
	background: #D3001E;
	display: inline-flex;
	padding: 6px 56px 6px 38px;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 277px;
	height: 36px;
	text-align: center;
	font-family: "Roboto";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 200% */
	letter-spacing: 0.5px;
	color: white;
	border: none;
	margin-top: 70px;
	text-transform: inherit;
}

.search_form .btn-inverse {
	background-color: transparent;
	font-size: 13px;
	padding: 3px !important;
	color: #7a7c82 !important;
	text-transform: none;
}

.search_form .btn-inverse .fa-angle-down {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0 !important;
	text-align: center;
	line-height: 20px;
	color: #ffffff !important;
}

.search_form .form-control::-moz-placeholder {
	color: #7a7c82;
	opacity: 1;
}

.search_form .form-control:-ms-input-placeholder {
	color: #7a7c82;
}

.search_form .form-control::-webkit-input-placeholder {
	color: #7a7c82;
}

/* ----------------------------------------------------
	SLIDESHOW
------------------------------------------------------- */

.owl-image {
	position: relative;
	z-index: 1;
}

.owl-image img {
	width: 100%;
}

.owl-button {
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 13px;
	padding: 5px 20px !important;
	text-align: center;
}
.course-big-meta {
	margin-top: 20px;
}

#category-list .course-big-meta {
	bottom: 20px;
	position: absolute;
	width: -webkit-fill-available;
	right: 24px;
	left: 24px;
}

.owl-button {
	font-size: 14px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 3px;
}

.course-big-meta p {
	font-size: 25px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.course-desc {
	background-color: #ffffff;
	padding: 20px;
	border-left: 1px solid #d8d8d9;
	border-right: 1px solid #d8d8d9;
	border-bottom: 1px solid #d8d8d9;
}
#category-sidebar .course-desc {
	background-color: #ffffff;
	padding: 30px 15px;
	border-left: 1px solid #d8d8d9;
	border-right: 1px solid #d8d8d9;
	border-bottom: 1px solid #d8d8d9;
}
.img-fix-size{
	width:390px;
	object-fit: cover;
	height: 270px;
}
.course-desc h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Roboto";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.5px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#category-sidebar .course-desc h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Roboto";
	height: 52px;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	line-height: 1.3;
}
#category-sidebar .course-desc p {
	color: #62656A;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 24px;
}
#category-sidebar .course-desc .pull-right p {
	margin-top: 0px!important;
}
.course-desc p {
	color: #62656A;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding: 0px;
}
.course-desc .desc {
	margin-top: 24px;
	overflow: hidden;
	color: #62656A;
	text-overflow: ellipsis;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0px !important;
}

.course-desc .meta {
	color:  #62656A;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.5px;
}

.course-desc .price {
	color: #62656A;
	text-align: right;
	font-family: "Roboto";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 100% */
	letter-spacing: 0.5px;
}

.course-badge {
	position: absolute;
	z-index: 2;
	border: 0px solid #62656A;
	background: #D3001E;
	width: 44px;
	height: 44px;
	line-height: 45px;
	text-align: center;
	font-size: 24px;
	bottom: 12px;
	left: 12px;
	color: white;
}
#category-sidebar .cat-widget li {
	display: inline-flex;
	align-items: center;
	width: 100%;

}
#category-sidebar .cat-widget input {
	margin-top: 0px;
	margin-right: 10px;
}
#category-sidebar .cat-widget label {
	margin-bottom: 0px;
}
.slider_01,
.tp-caption.slider_01 {
	color: #fff;
	text-shadow: none;
	font-weight: bold;
	font-size: 17px;
	line-height: 45px;
	letter-spacing: 0;
	text-transform: none;
	font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0;
}

.slider_01 hr,
.tp-caption.slider_01 hr {
	width: 70px;
	border-width: 2px;
	margin: 15px auto 0 !important;
	display: block !important;
	text-align: center
}

.slider_01.text-left hr,
.tp-caption.slider_01.text-left hr {
	width: 70px;
	border-width: 2px;
	margin: 15px 0 0 !important;
	display: block !important;
	text-align: center
}

.slider_02,
.tp-caption.slider_02 {
	color: #fff;
	text-shadow: none;
	font-weight: 600;
	font-size: 45px;
	letter-spacing: 0;
	text-transform: uppercase;
	line-height: 45px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
}

.slider_03,
.tp-caption.slider_03 {
	color: #e9e8e8;
	text-shadow: none;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: none;
	line-height: 25px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
}

.tp-caption .btn {
	border: 2px solid #ffffff !important;
	border-radius: 4px;
	color: #ffffff !important;
	font-size: 17px !important;
	font-weight: bold;
	padding: 8px 27px !important;
	text-transform: none;
}

.tparrows.preview3,
.tparrows.preview3:after {
	background-color: #16171d !important;
	color: #ffffff !important;
	font-size: 16px !important;
}

.tp-rightarrow.preview3 .tp-arr-iwrapper,
.tp-leftarrow.preview3 .tp-arr-iwrapper {
	display: none !important;
}

.tp-caption .btn-primary {
	color: #ffffff !important;
}

.boxedcontainer {
	max-width: 1170px;
	margin: auto;
	padding: 0px 30px;
}

.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
	z-index: 999;
}

.tp-banner {
	width: 100%;
	position: relative;
}

.tp-banner-fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
}

.tp-bannertimer {
	display: none;
}

.slider-section {
	z-index: 1;
	display: block;
	position: relative;
}
.laptop {
	display: inherit;
}
.mob {
	display: none;
}
/* ----------------------------------------------------
	RESPONSIVE
------------------------------------------------------- */

@media (max-width: 768px) {
	body,html{
		overflow: inherit !important;
		overflow-x: hidden !important;
		max-width: 100%;
	}
	.scroll-mob {
		overflow: scroll;
	}
	.margin-t38 {
		margin-top: 38px;
	}
	.js-quantity  .pr-1 {
		display: none;
	}
	.order_button .btn-lg {
		border: 1px solid #d8d8d9;
		width: 50%!important;
	}

	#order .border-order {
		border: 1px solid whitesmoke;
		padding: 10px;
		font-size: 13px;
		padding: 5px!important;
	}
	#order .theme-card{
		overflow-x: scroll;
	}
	.profilelist {
		list-style: none;
		font-size: 17px;
		padding-left: 0px;
	}
	.border-order{
		border: 1px solid whitesmoke;
		padding: 10px;
		font-size: 15px;
		float: left;
	}
	.header {
		padding: 20px 0;
	}
	.navbar-brand {
		padding: 0;
	}
	.text-header h2 {
		color: #171716;
		font-family: "Roboto";
		font-size: 34px;
		font-style: normal;
		font-weight: 600;
		line-height: 60px;
		letter-spacing: 0.5px;
	}
	.contactwrap {
		padding-left: 24px;
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	.right  .navbar-brand{
		margin-right: 26px;
	}
	#dmsearch2 {
		position: relative;
		padding: 0px;
		top: -10px;
		left: 26px;
		font-size: 25px;
	}

	.dmsearch .fa-search {
		position: absolute;
		left: 65px;
		top: -50px;
		color: #565966;
		cursor: pointer;
		font-size: 20px;
	}
	.navbar-header .left {
		width: 50%;
		height: 0px;
	}
	#serachhform {
		width: 290px;
		position: absolute;
	}
	.dmsearch.dmsearch-open .dm-search-container {
		width: 300px;
	}
	.dm-search-container {
		position: relative;
		right: 0;
		top: 15px;
		height: 35px;
		width: 0;
		overflow: hidden;
		-webkit-transition: width 200ms;
		-moz-transition: width 200ms;
		transition: width 200ms;
	}
	.header-image-center {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		height: 100%;
	}
	input[type="text"].dmsearch-input {
		 border: none;
		 outline: none;
		 opacity: 0;
		 background: #f9f9f9;
		 font-size: 12px;
		 width: 100%;
		 color: #babbbe;
		 height: 35px;
		 text-transform: uppercase;
		 margin: 0;
		 border: 1px solid #d8d8da;
		 padding: 0 0 0 13px;
	 }
	#slider-banner .relative {
		position: inherit;
		z-index: 100;
	}
	.makepadding {
		padding-top: 0px !important;
	}
	#slider-banner .section-container {
		margin-top: -1px;
	}
	#slider-banner .container{
		padding-right: 0px;
		padding-left: 0px;
	}
	.service-absolute .mob .service-style-1{
		padding: 20px 35px;
		height: 200px;
		background-color: #D3001E;
	}
	#slider-banner .section-container hr {
		background: #fff;
		width: 56px;
		height: 2px;
		border: none;
		text-align: left;
		margin: initial;
	}
	.service-absolute .mob .service-style-1 h5.service-title {
		color: #fff;
		font-size: 16px !important;
	}
	#slider-banner .title-wrap2 p {
		color: #FFF;
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: 14.196px;
		letter-spacing: 0.355px;
		margin-top: 10px;
	}
	.background {
		background-color: transparent!important;
	}
	.owl-custom .owl-controls {
		padding: 0;
		text-align: center !important;
		right: 0;
		left: 0;
		width: 200px;
		margin-top: 15px!important;
		margin-bottom: 15px!important;
	}
	#owl-services .owl-controls, #owl-testimonial .owl-controls {
		margin-top: 15px !important;
	}
	.owl-carousel .owl-stage-outer {
		height: 200px!important;
	}
	.navbar-toggle {
		float: left;
		border: none;
		margin-left: 26px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
	}
	.text-header p {
		width: 100%;
		color: #171716;
		font-family: "Roboto";
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: 20px;
		letter-spacing: 0.5px;
	}
	.service-absolute {
		position: inherit;
		width: auto;
		color: #ffffff;
		display: block;
		top: -254px;
		z-index: 99;
		right: 0;
		margin-bottom: 50px;
	}
	.container-padd {
		padding-left: 24px!important;
		padding-right: 24px!important;
	}
	#trainings .section-container hr {
		background: rgba( 98, 101, 106, 0.2);
		width: 56px;
		height: 2px;
		border: none;
		text-align: left;
		margin: 24px 0px;
	}
	#slider-banner.section-grey{
		background-color: #fff;
	}
	#hot-deals{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	#hot-deals .owl-carousel .owl-stage-outer {
		height: 530px!important;
	}
	#hot-deals .section-container {
		margin-top: 0px;
	}
	.title-wrap {
		padding-left: 55px;
	}
	#trainings .service-style-1 {
		display: block;
		position: relative;
		cursor: pointer;
		padding: 0px 15px;
	}
	#trainings .owl-custom .owl-controls {
		padding: 0;
		text-align: center !important;
		right: 0;
		left: 0;
		width: 200px;
		margin-top: 15px!important;
		margin-bottom: 33px!important;
	}
	.service-style-1 .title-wrap p {
		color: #62656A;
		font-family: "Roboto";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height:24px;
		letter-spacing: 0.5px;
	}
	#hot-deals .owl-custom .owl-controls, #owl-testimonial .owl-controls, #owl-courses .owl-controls {
		position: relative;
		text-align: center;
		margin: 0px auto 0;
		background: none;
		background-color: transparent;
		width: 100%;
	}
	#shortcodes .line-center {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#shortcodes .search-bc {
		width: 100%;
		height: 1340px;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
	}
	#shortcodes .section-container .title {
		color: #FFF;
		font-family: "Roboto";
		text-align: left;
		font-size: 30px;
		font-style: normal;
		font-weight: 300;
		line-height: 35px;
		letter-spacing: 0.5px;
	}
	#shortcodes .tabs-name {
		display: inline-flex;
		width: 100%;
		list-style: none;
		margin-bottom: 35px;
		background: #D3001E;
		padding-left: 0px;
	}
	#shortcodes .tabs-name a {
		color: #FFF;
		font-size: 11px;
		font-style: normal;
		font-weight: 300;
		line-height: 32.5px;
		letter-spacing: 0.5px;
	}
	#shortcodes .table-course th {
		padding: 10px 5px;
		color: #fff;
		font-weight: 400;
		font-size: 12px;
		text-transform: uppercase;
	}
	#faq.padd-90 {
		padding: 24px 0px;
	}
	#banner-footer .about-bc {
		background-position: center;
		height: 760px;
	}
	.text-header {
		display: flex;
		width: auto;
		padding: 36px 24px;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 72px;
		height: 376px;
		margin: 33px 24px;
	}
	.center-search-box {
		width: 100%;
		top: 20px!important;
	}
	.line-center img{
		width: 100%;
	}
	.title-banner {
		color: white;
		font-family: "Roboto";
		font-size: 48px;
		font-style: normal;
		font-weight: 700;
		line-height: 56x;
		letter-spacing: 0.5px;
		margin-top: 36px;
		width: 100% !important;
	}
	#banner-footer .center-box {
		width: 320px !important;
		transform: translateX(-50%) translateY(20%);
		height: 175px;
		flex-direction: inherit;
		padding: 10px 10px 0px 10px;
	}
	.banner-desc {
		color: white;
		font-family: "Roboto";
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 41.5px;
		letter-spacing: 0.5px;
		width: 100% !important;
	}
	#banner-footer .call-btn {
		width: auto;
		transform: translateX(-50%) translateY(20%);
	}
	#banner-footer .btn-banner {
		padding: 5px 19px;
	}
	.footer {
		background-color: #282E32;
		padding: 15px 0px 0px;
	}
	#page.section-white, #blog.section-white, #blogs.section-white, #contact.section-white, #product.section-white{
		padding: 40px 0;
	}
	#categories.makepadding{
		padding-top: 40px!important;
	}
	#page p {
		text-align: justify;
	}
	#page .btn-banner {
		padding: 5px 17px;
	}
	#page .btn-banner:first-child {
		margin-right: 10px;
	}
	#page .blog-entry {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	#product .section-container {
		margin-top: 20px;
	}
	#product .mt-100 {
		margin-top: 50px;
	}
	#product .other-desc {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: justify;
	}
	#category-sidebar #content{
		margin-top: 40px;
	}
	#category-list .course-item {
		display: block;
		padding: 0px 15px;
	}
	#category-list .course-big-meta {
		bottom: 20px;
		position: absolute;
		right: 24px;
		left: 24px;
	}
	#category-list .courses-list .col-md-8 {
		padding: 24px;
		background: white;
		height: 240px;
	}
	#short-desc p {
		text-align: justify;
	}
	#contact .contact-widget {
		margin-top: 40px;
	}
	#blogs .blog-title h3 {
		font-size: 27px;
		padding: 0;
		margin: 0;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.5px;
	}
	#blogs .blog-desc p {
		text-align: justify;
	}
	#blog .blog-desc p {
		text-align: justify;
	}
	#blog .blog-entry {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	#blog .blog-title h3 {
		font-size: 27px;
		padding: 0;
		margin: 0;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.5px;
	}
	.navbar-nav>li>a {
		padding: 10px 20px;
	}
	.navbar-nav li {
		border-bottom: 0.2px solid rgba(98, 101, 106, 0.50);
	}
	.padd-li-mob a{
		padding: 15px 40px!important;
	 }
	.firstcolumn,
	.nopadding {
		padding-left: 15px !important;
	}
	.normalmenu li:last-child,
	.megamenu .box li:last-child,
	.normalmenu li,
	.megamenu .box li {
		border: 0 !important;
	}
	.navbar-collapse {
		box-shadow: none;
		border: 0;
		margin-top: 20px;
	}
	.dropdown-menu li {
		background-color: #ffffff;
	}
	.mob {
		display: inherit;
	}
	.laptop {
		display: none!important;
	}
	.yamm .box {
		padding: 0;
		min-width: auto;
	}
	.navbar-nav {
		background: #FBFBFB;
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
	}
	.topbar .social li {
		float: none !important;
		text-align: center !important;
		display: inline-block;
		width: auto !important;
		padding: 10px 5px 5px;
		border: 0;
		margin: auto !important;
	}
	.topbar .pull-right,
	.topbar .pull-left {
		float: none !important;
		text-align: center !important;
		display: block;
		width: auto !important;
		margin: auto !important;
	}

	#navbar {
		display: none!important;
		height: 50px!important;
	}

	#mobnav{
		display: none;
		width: 100%;
	}
	#mobnav .master-category-list{
		position: absolute;
		right:-105%;
		-webkit-transition: right 0.5s ease-in-out;
		-moz-transition: right 0.5s ease-in-out;
		-o-transition: right 0.5s ease-in-out;
		transition: right 0.5s ease-in-out;
		height: inherit !important;
		width: 100%;
		background: white;
		z-index: 9;
		margin-top: 5px;
	}

	#mobnav.active .master-category-list {
		/* Dodajte ostale stilove za izgled "mobnav" prilagođeno vašim potrebama */
		right:0;
		-webkit-transition: right 0.5s ease-in-out;
		-moz-transition: right 0.5s ease-in-out;
		-o-transition: right 0.5s ease-in-out;
		transition: right 0.5s ease-in-out;
	}


	.sub-category-list {
		display: none;
	}
	.sub-sub-category-list {
		display: none;
	}
	.sub-category-list.active {
		display: block;
	}
	.sub-sub-category-list.active {
		display: block;
	}
	.master-category-list>li{
		padding: 10px 5px;
	}
	.navbar-header{
		display: block!important;
	}
	.master-category-list{
		background: rgba(255, 255, 255, 0.50);
		box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 10px 4px rgba(0, 0, 0, 0.15);
		list-style: none;
		padding-left: 0px;
	}
	.master-category-list .master-cat{
		border-bottom: 0.5px solid rgba(98, 101, 106, 0.50);
		color: #62656A;
		font-family: "Roboto";
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px; /* 150% */
		letter-spacing: 0.5px;
		padding: 16px 24px!important;
		text-transform: uppercase;
	}
	.sub-category-list{
		margin-top: 10px;
	}
	.sub-sub-category-list{
		padding-left: 20px!important;
		margin-top: 10px;
	}
	.sub-category-list li{
		text-transform: capitalize;
		color: #282E32;
		font-family: "Roboto";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px; /* 142.857% */
		letter-spacing: 0.5px;
	}
	.sub-sub-category-list li{
		text-transform: capitalize;
		color: #282E32;
		font-family: "Roboto";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px; /* 142.857% */
		letter-spacing: 0.5px;
		border-bottom: 0.5px solid rgba(98, 101, 106, 0.50);
	}

}
.swal2-styled.swal2-confirm{
	background-color: #D3001E!important;
}
#navbar {
	display: block;
}
.border-order{
	border: 1px solid whitesmoke;
	padding: 10px;
	font-size: 15px;
}
.profilelist{
	list-style: none;
	font-size: 17px;
}
#profile .theme-form {
	border: 1px solid #d8d8d9;
	padding: 0px 20px 20px;
}
#password-forget .theme-form {
	padding: 20px;
}
.profilelist li{
	padding: 10px 0px;
	border-bottom: 1px solid whitesmoke;
}
.profilelist li.active a{
	font-weight: bold;
}
#profile  label {
	display: block;
	color: #696969;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: left;
	margin-bottom: 10px;
}
@media (min-width: 1024px) {
	#mobnav {
		display: none!important;
	}
}
/* ----------------------------------------------------
	COLORS
------------------------------------------------------- */
.search-bc {
	width: 100%;
	height: 1240px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.search-bc::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 46, 50, 0.88);
	backdrop-filter: blur(8px);
}

.about-bc {
	width: 100%;
	height: 624px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 53px;
}

.about-bc::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(99deg, #101320 45.84%, rgba(11, 21, 49, 0.46) 64.51%, rgba(255, 255, 255, 0.00) 76%);
	mix-blend-mode: multiply;
}

.about-home-title {
	color: #fff;
	font-family: "Roboto";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.5px;
}

.title-banner {
	color: white;
	font-family: "Roboto";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 62.5px;
	/* 130.208% */
	letter-spacing: 0.5px;
	margin-top: 36px;
	width: 840px;
}

.poss-relative {
	position: relative;
}

.center-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	padding: 0px 30px 0px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	border-left: 9px solid var(--SR-Technics---Red, #D3001E);
	background: white;
	width: 488px;
}

.center-box .row {
	width: 100%;
}

.contact-us {
	color: #282E32;
	font-family: "Roboto";
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	line-height: 36px;
	/* 150% */
	letter-spacing: 0.5px;
	padding: 0px;
}

.contact-line {
	width: 56px;
	height: 2px !important;
	background: var(--SR-Technics---Dark-Gray, #282E32) !important;
	margin-bottom: 0px !important;
}

.tel {
	color: #282E32;
	font-family: "Roboto";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 47.5px;
	/* 131.944% */
	letter-spacing: 0.5px;
	padding: 0px;
}

.tel a {
	color: #282E32 !important;
}

.date-input-container,
.name-input-container {
	position: relative;
}

.date-input,
.name-input {
	padding-right: 30px;
}

.date-input {
	background-size: 20px 20px;
	background-position: calc(100% - 12px) center;
	background-repeat: no-repeat;
	padding-right: 25px;
	background-image: url('/template/srt/assets/img/calendar.svg');
}
.date-input::-webkit-calendar-picker-indicator {
	color: transparent;
	background: transparent;
}
.btn-minus {
	color: transparent;
	background-size: 20px 20px;
	background-position: calc(100% - 12px) center;
	background-repeat: no-repeat;
	padding-right: 25px;
	background-image: url('/template/srt/assets/img/minus.svg');
	height: 40px;
	background-color: white;
}
.btn-minus:hover, .btn-plus:hover, .btn-minus:focus, .btn-plus:focus {
	color: transparent;
}

.btn-plus {
	color: transparent;
	background-size: 20px 20px;
	background-position: calc(100% - 12px) center;
	background-repeat: no-repeat;
	padding-right: 25px;
	background-image: url('/template/srt/assets/img/plus.svg');
	height: 40px;
	background-color: white;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	opacity: 0; /* Postavite opacity na 0 kako biste sakrili plus i minus znakove */
	appearance: none; /* Sakrijte stilizaciju pregledača */
}

.name-input{
	background-size: 20px 20px;
	background-position: calc(100% - 12px) center;
	background-repeat: no-repeat;
	padding-right: 25px;
	background-image: url('/template/srt/assets/img/name.svg');
}
.selectpicker{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 20px 20px;
	background-position: calc(100% - 12px) center;
	background-repeat: no-repeat;
	padding-right: 25px;
	background-image: url('/template/srt/assets/img/arrow-down.svg');
}

.call-btn {
	display: flex;
	padding: 6px 20px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border-radius: 2px;
	background: #D3001E;
	color: #FFF;
	text-align: center;
	font-family: "Roboto";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 200% */
	letter-spacing: 0.5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(75%);
	width: 100%;
}

.call-btn a {
	color: #FFF !important;
}

.section-container2 hr {
	background: #fff;
	width: 56px;
	height: 4px;
	border: none;
	text-align: left;
	margin: initial;
	margin-bottom: 36px;
}

.banner-desc {
	color: white;
	font-family: "Roboto";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 41.5px;
	/* 207.5% */
	letter-spacing: 0.5px;
	width: 620px;
}

.btn-banner {
	border-radius: 2px;
	background: #D3001E;
	color: #FFF;
	text-align: center;
	font-family: "Roboto";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	/* 200% */
	letter-spacing: 0.5px;
	padding: 5px 38px;
	width: fit-content;
}

.btn-banner:first-child {
	margin-right: 60px;
}

.btn-banner a {
	color: #FFF;
}

.d-flex {
	display: flex;
}

.about-home-title span {
	color: #D3001E;
}

.center-search-box {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(-50%, 0%);
	text-align: center;
}

.magnifier,
.overlay {
	background-color: #D3001E;
	background-color: #D3001E;
}

.testi-style-2 img,
.fun-fact-box:hover,
.service-item:hover hr,
.pagination>li>a:hover,
.pagination>li>span:hover,
.owl-button,
.service-style-1:hover .icon-wrap,
.slider_01 hr,
.tp-caption.slider_01 hr,
.btn-primary,
.navbar-nav li:hover,
.navbar-nav li:focus,
.navbar-nav li.active {
	border-color: #D3001E;
}

.fun-fact-box:hover,
.service-item:hover .rounded-icon,
.pagination>li>a:hover,
.pagination>li>span:hover,
.search_form .btn-inverse .fa-angle-down,
.tagcloud a:hover,
.progress-bar,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.service-style-1:hover .icon-wrap,
.btn-primary,
.background {
	background-color: #D3001E;
}

#parallax4 .service-desc h4,
.with-bg .service-item:hover .service-desc h4,
.service-item:hover .rounded-icon.nobordernobg i,
.dark-wrapper .section-title h4,
.testi-style-2 h4,
.rounded-icon,
.latest-news span a,
.latest-news li h4 a,
.copyrights a,
.panel-heading:hover h3,
.panel-heading.active h3,
.widget-title h4,
.course-desc h5 a,
.owl-button,
.course-desc h5,
.icon-wrap i,
.section-title h4,
.slider_01,
.tp-caption.slider_01,
.normalmenu li:hover a,
.dropdown-menu .box li:hover a,
.navbar-nav li.active a,
.pricing-header h4,
.meta span a,
.comment-list h5,
.blog-title h3 a,
.bullet i,
#notfoundpage h1,
.contact-widget small,
.color {
	color: #282E32!important;
}
.footer a, .copyrights p a{
color: #fff!important;
}
.topbar .contactwrap i{
 color: #D3001E!important;
}
.latest-course li span a{
	color: #D3001E!important;
}
.latest-tweets li h4 a{
color: #D3001E!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #D3001E;
}
.breadcrumb>.active{
	color: #D3001E!important;
}
.contact-widget i,
.drop-caps.full p:first-child::first-letter,
#parallax4 .service-item:hover .rounded-icon,
.pricing:hover .pricing-header,
.team-member-style-2 .entry .magnifier,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background: #D3001E !important;
}

.pricing:hover .btn,
#sidebar .tagcloud a:hover,
.tp-caption .btn-primary,
.dark-wrapper .search_form .btn-default {
	background: #D3001E !important;
	border-color: #D3001E !important;
}

.normalmenu li a,
.dropdown-menu .box li a {
	color: #282E32 !important;
	border-bottom: 1px solid #e7e7e7 !important;
	padding-bottom: 12px;
}
.normalmenu li a:hover,
.dropdown-menu .box li a:hover {
	color: #282E32 !important;
	text-decoration: none;
}
#owl-testimonial .owl-dots .owl-dot.active span,
#owl-testimonial.owl-dots .owl-dot:hover span {
	background: #17181e !important;
}

.navbar-default .navbar-brand {
	color: #777;
	float: right;
}


.input-group-btn {
	position: relative;
	vertical-align: top;
}

.master-category-list ul {
	list-style-type: none;
	padding: 0;
	display: none;
}

.master-category-list li {
	padding: 5px;
}

/* Stilovi za otvaranje menija */
.master-category-list .open > ul {
	display: block;
}

/* Dodatni stilovi po potrebi */
.sub-sub-category-list {
	display: none;
}

.sub-sub-category-list.active {
	display: block;
}
.navbar-header{
	display: none;
}
