/*
Theme Name: DJORDJE
Author: the ANi
Version: 1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: DJORDJE
*/
a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	background: #101010;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.justify-content-between {
	justify-content:space-between;
}
.align-items-center {
	align-items:center;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.both-padding {
	padding:0 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.p-0 {
	padding:0 !important;
}
.pt-0 {
	padding-top:0 !important;
}
.pt-2 {
	padding-top:8px !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pb-2 {
	padding-bottom:8px !important;
}
.pt-3 {
	padding-top:16px !important;
}
.pb-3 {
	padding-bottom:16px !important;
}
.m-0 {
	margin:0 !important;
}
.mt-0 {
	margin-top:0 !important;
}
.mt-2 {
	margin-top:8px !important;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-2 {
	margin-bottom:8px !important;
}
.mt-3 {
	margin-top:16px !important;
}
.mb-3 {
	margin-bottom:16px !important;
}
.text-center {
	text-align:center !important;
}
.text-left {
	text-align:left !important;
}
.text-right {
	text-align:right !important;
}
.dm-none {
	display:none !important;
}
.dm-block {
	display:block !important;
}
.dm-flex {
	display:flex !important;
}
.position-relative {
	position:relative;
}
.headingone {
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:100%;
}
.subheading {
	font-size:16px;
	line-height:120%;
	margin-top:10px;
	text-transform:capitalize;
}
.container {
	padding:0 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.section {
	padding: 30px 0;
}
.rowgap {
	margin-top:30px;
}
/**===============Start NAvigation Css========================*/
.top-outer {
	width:100%;
	position: absolute;
	top: 20px;
	z-index: 9;
}
 .collapse:not(.show) {
display:none
}
.navbar {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:end;
	padding:0;
}
.navbar-collapse {
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-align:center;
	align-items:center
}
.navbar-brand {
	display:inline-block;
	padding:18px 0 18px;
	margin:0;
	white-space:nowrap;
	width: 110px;
}

.navbar-nav {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0;
	list-style:none;
	justify-content: center;
	background: #000;
}
.navbar-nav li a {
	color: #fff; 
	display:block;
	font-size:16px;
	padding:6px 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-nav li:last-child a {
	padding-bottom:15px
}
.activenav .submenu li a {
	color: #fff;
}
.navbar-nav li:hover .submenu li a {
	color: #fff;
}
.submenu li a:hover{
	color: #2DAE00 !important;
}
.navbar-nav li:hover a {
	color:#2DAE00;
}
.navbar-nav li.active a {
	color:#2DAE00;
}
.navbar-toggler {
	padding:0;
	border:none;
	border-radius:50px;
	background:none;
	border:none;
	cursor:pointer;
	width:30px;
	outline:0
}
.navbar-toggler span {
	width:100%;
	height:3px;
	display:block;
	border-radius:50px;
	margin-top:4px;
	background:#fff
}
.navbar-toggler span:first-child {
	margin-top:0
}
.navbar-toggler span:nth-child(2) {
width:25px
}
.navbar-toggler span:nth-child(3) {
width:20px
}
.navbar-toggler:focus {
	border:none;
	outline:0
}
.navlogin {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 18px;
}
.dropdown-toggle {
	margin-left:5px;
	float:right;
	padding-top: 3px;
	position: absolute;
	top: 0px;
  right:10px;
  cursor: pointer;
}
.dropdown-toggle img{filter: invert(100%);}
.submenu {
	display: none;
}
.activenav .submenu {
	display: block;
}
.navbar-nav li {
	position: relative;
}
.navleft {
	display: flex;
	align-items: center;
	gap: 10px;
}
/**===============End NAvigation Css========================*/


.banner img{width: 100%; display: block;}
.bancontent{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bancontent h1{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 60%;
}

.bancontent p{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.droparrow {
	width: 16px;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.navbrand {
	width: 115px;
}

.title-heading{
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.featuredbrand {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
.featuredbrand .item{width: 31%; text-align: center;}
.contentboxwrapper {
	background: #161616;
	border-radius: 8px;
	padding: 20px;
	position: relative;
	overflow: hidden;
}
.conbox h2{
	color: #d6d6d6;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.conbox p{
	color: #fff;
	font-size: 13px;
	line-height: 170%;
}

.conimg img{width: 100%; display: block;}
.conbox {
	padding-top: 15px;
}

.borderline{
	height: 100px;
	width: 1px;
	background: #fff;
	margin: 0 auto;
	display: block;
}

.socialwrap ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-top: 15px;
}
.contactbanimg{
	max-width: 948px;
	margin: 0 auto;
	position: relative;
}
.contactbanimg img{width: 100%; display: block; border-radius: 10px;}

.contactcontent h2{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.contactcontent p{
	font-size: 10px;
	color: #fff;
	margin-top: 5px;
}
.contactcontent {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.contactbanimg h4{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	top: 10px;
	left: 10px;
}

.footermenu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin-top: 20px;
}
.footermenu ul li a{
	color: #d6d6d6;
	font-size: 16px;
}
.footermenu ul li a:hover{color: #fff;}
.footerlogo img{display: block;}

.footer .container{border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 25px;
	margin-top: 25px;
}
.footer {padding-bottom: 25px;}

.footerlogo {
	width: 100%;
	text-align: center;
}
.footerlogo img{margin: 0 auto;}
.footermenu{width: 100%;}

html {
	scroll-behavior: smooth;
  }


























 @media only screen and (min-width :400px) {
}
@media only screen and (min-width :480px) {
}
@media only screen and (min-width :576px) {
.container{max-width: 540px;}
}
 @media only screen and (min-width :768px) {
.text-md-center {
 text-align:center !important;
}
.text-md-left {
 text-align:left !important;
}
.text-md-right {
 text-align:right !important;
}
.dm-md-none {
display:none !important;
}
 .dm-md-block {
display:block !important;
}
 .dm-md-flex {
display:flex !important;
}
 .justify-content-md-start {
justify-content:start !important;
}
.justify-content-md-center {
justify-content:center !important;
}
.justify-content-md-end {
justify-content:end !important;
}
 .container {
max-width:750px
}
.section {
 padding:40px 0;
}
.rowgap {
 margin-top:40px;
}


/**=====start navigation====*/
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-lg .navbar-toggler {display: none;}
.navbar-toggler span {
	width: 100%;
	height: 3px;
	display: block;
	border-radius: 50px;
	margin-top: 4px;
}
.navlogin {order: 3; width: 135px;}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
	background: transparent;
}
.navbar-nav li a{padding: 20px 13px; font-size: 14px;}
.dropdown-toggle img {
	filter:brightness(100%);
}
.collapse:not(.show) {display: block !important;}
.navbar-brand img {display:block;width:100%;}
.submenu{
	display: none; 
	background:#000; 
	color: #fff; 
	position: absolute;
    padding: 10px 0px;
    width: 230px;
	top: 50px;
	z-index: 999;
	border-radius: 5px;
}
.navbar-nav .submenu li {
	padding: 0;
	margin: 0;
}
.navbar-nav .submenu li a{color: #fff !important; font-size: 14px !important; padding: 8px 10px;}
.submenu li a:hover{background:#2DAE00;}
.navbar-nav li:hover .submenu{display: block;}
.dropdown-toggle {
	top: 19px;
    right: 3px;
    margin: 0;
    padding: 0;
}
.navbar-brand{width: 135px;}
/**=====end navigation====*/

.bancontent h1{
	font-size: 100px;
}
.bancontent p{
	font-size: 40px;
}
.droparrow {
	width: 26px;
	bottom: 60px;
}
.title-heading{
	font-size: 55px;
}
.featuredbrand {
	gap: 23px;
}

.conbox{max-width: 460px; padding-top: 0;}
.conimg {
	position: absolute;
    right: -77px;
    top: 0;
    width: 295px;
    height: 100%;
}
.conimg img {
	height: 100%;
	object-fit: cover;
}
.contentboxwrapper {
	padding: 30px;
}
.conbox h2{
	font-size: 40px;
	margin-bottom: 20px;
}
.conbox p{
	font-size: 16px;
}
.botconimg {
	width: 190px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.borderline{
	height: 300px;
	width: 1px;
}
.contactbanimg h4{
	font-size: 30px;
	top: 25px;
	left: 25px;
}
.contactcontent h2{
	font-size: 36px;
}
.contactcontent p{
	font-size: 19px;
	margin-top: 10px;
}
.footerlogo {
	width: 50%;
}
.footermenu{
	width: 50%;
}
.footer .container{
	padding-top: 50px;
	margin-top: 50px;
}
.footer {padding-bottom: 50px;}
.footermenu ul{margin: 0; justify-content: end;}
.footerlogo img{margin: 0;}

}
@media only screen and (min-width :992px) {
 .container {
max-width:970px
}
.text-lg-center {
 text-align:center !important;
}
.text-lg-left {
 text-align:left !important;
}
.text-lg-right {
 text-align:right !important;
}
.dm-lg-none {
display:none !important;
}
 .dm-lg-block {
display:block !important;
}
 .dm-lg-flex {
display:flex !important;
}
.justify-content-lg-start {
justify-content:start !important;
}
.justify-content-lg-center {
justify-content:center !important;
}
.justify-content-lg-end {
justify-content:end !important;
}

.conimg{width: 525px;}
.botconwrap .conbox {
	max-width: 700px;
}
}
@media only screen and (min-width :1200px) {
 .container {
max-width:1170px
}
.text-xl-center {
 text-align:center !important;
}
.text-xl-left {
 text-align:left !important;
}
.text-xl-right {
 text-align:right !important;
}
.dm-xl-none {
display:none !important;
}
 .dm-xl-block {
display:block !important;
}
 .dm-xl-flex {
display:flex !important;
}
.justify-content-xl-start {
justify-content:start !important;
}
.justify-content-xl-center {
justify-content:center !important;
}
.justify-content-xl-end {
justify-content:end !important;
}
.section {
 padding:50px 0;
}
.rowgap {
 margin-top:50px;
}
.navbar-nav li a{padding: 20px 40px;}
.bancontent h1{
	font-size: 218px;
}
.bancontent p{
	font-size: 88px;
}
.featuredbrand {
	gap: 37px;
}
.featuredbrand .item{width: auto;}

.contentboxwrapper {
	padding: 50px;
}
.conbox{max-width: 642px;}
.botconimg{width: 400px;}

}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
.section {
 padding:70px 0;
}
.rowgap {
 margin-top:70px;
}
.bancontent p{
	font-size: 108px;
}
.conbox{max-width: 700px;}
.backouter .rowgap {
	margin-top: 45px;
}

.botconwrap .conbox {
    max-width: 800px;
}
}
