html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #838383;
}

#body {
    letter-spacing: normal;
    word-spacing: normal;
	font-family: 'Poppins', sans-serif;
	font-size:15px;
    color: black;
}

.navbar-nav .nav-link {
	margin-right:30px;
	position:relative;
	top:20px;
	font-family:inherit;
	font-size:16px;
	font-weight:bold;
}

.navbar-nav .nav-link:hover {
	color:#bea422;
}

#logo {
    width: 50%;
}

.indexbg {
    /*background-color: #002045;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;*/
    background-image: linear-gradient(rgb(0 32 69), rgb(35 31 32 / 77%)), url(../images/indexbg.png);
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
    background-size: cover;
    color: white;
}

#h1head {
    font-family: inherit;
    font-size: 25px;
}

.zoom {
   /*padding: 50px;*/
    /* background-color: green; */
    transition: transform .2s;
    /* width: 200px; */
    height: auto;
    margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition:all 1s ease;
}

a#btnbtn {
    text-decoration: none;
    background-color: #eebd03;
}

#owl_brand {
    height: 180px;
    object-fit: cover;
    /*background-color: #eebd03;*/
    padding: 4px;
    border-radius: 10px;
}

#owlowl {
    position: relative;
    top: 40px;
}

/*#navarea {
    background-color: #002045;
}*/

#pad {
	padding-bottom:50px;
	padding-top:50px;
}

#headerh2 {
    font-family: inherit;
    font-weight: bolder;
    color: #002045;
	margin-bottom: 10px;
}

#servicesbg {
    background-color: #002045;
	color:white;
}

#service_title a {
	text-decoration:none;
}

#services_img {
    width: 45%;
    margin-right: 20px;
    height: 110px;
    object-fit: cover;
}

/*#serv_bgbg:hover {
    background-color: #f2f2f7c7;
    color: #002045;
    padding: 35px;
    padding-left: 10px;
    height: 140px;
    padding-top: 15px;
	transition:ease-in-out 0.8s;
}*/

#jointeam_li li {
	padding-bottom:20px;
}

.bordright {
    border-right: 2px solid #eebd03;
}

#bgg2 {
    background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(35 31 32 / 85%)), url(../images/ml-slider1.jpg);
    padding: 100px;
    background-position: top;
    background-size: cover;
    color: white;
	background-attachment: fixed;
}

#bgg2 p {
    font-size: 20px;
	font-weight: bold;
}

#smll {
    font-size: 12px;
    position: relative;
    bottom: 15px;
    font-weight: normal;
    color: #eebd03;
}

.nopad {
    padding: 0;
}

#porftolio_img {
    height: 350px;
    width: 100%;
    object-fit: fill;
}

a#blogtitle {
    color: #002045;
    text-decoration: none;
    font-weight: bold;
}

#blog_img {
    width: 100%;
    height: 240px;
    object-fit: cover;
	margin-bottom:10px;
}

#myBtn {
    position: fixed;
    bottom: 70px;
    background-color: #eebd03;
    right: 40px;
    padding: 20px;
    color: white;
    border-radius: 100%;
    box-shadow: 1px 2px 6px -2px black;
}

footer {
    background-color: #000000;
    color: white;
	font-size:14px;
}

#footer_head {
    font-family: inherit;
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 30px;
}

.faa {
    font-size: 35px;
    color: #eebd03;
    font-weight: bolder;
}

#footer_list li {
	padding-bottom:10px;
	color:#ffffff70;
}

#footer_list li a {
	text-decoration:none;
}

#footer_socials li {
	display:inline-block;
	padding-right:30px;
}

#footer_socials {
    float: right;
}

.tm p {
    font-size: 12px;
}

/*#exampleModal {
    background-color: #002045;
}*/

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}


.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* .5);
    background-color: none;
    /* border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color); */
    /* border-bottom-right-radius: var(--bs-modal-inner-border-radius); */
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
	border-top: none;
	display:none;
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
	color: white;
	text-align:center;
}

.modal-header .btn-close {
    background-color: white;
    padding: calc(var(--bs-modal-header-padding-y)* .5) calc(var(--bs-modal-header-padding-x)* .5);
    margin: calc(-.5* var(--bs-modal-header-padding-y)) calc(-.5* var(--bs-modal-header-padding-x)) calc(-.5* var(--bs-modal-header-padding-y)) auto;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: none;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

#btnbtnmdl {
    background-color: #eebd03;
    color: black;
    border: none;
}

.pagesbg {
    background-color: #002045;
    color: white;
    padding-top: 60px;
    padding-bottom: 60px;
}

#pages_title {
    font-family: inherit;
    margin-bottom: 0;
}

.pagesbg p {
	color:#eebd03;
}

#dsgn {
    position: absolute;
    width: 20%;
    top: 75px;
    right: 0;
}

#fa-plus {
    background-color: #edbd08;
    position: absolute;
    margin: 20px;
    color: white;
    border-radius: 100%;
    padding: 15px;
}

#portfolio_lis li {
	border: 1px solid #0000001a;
    padding: 15px;
    font-size: 14px;
}

#portfolio_lis {
	border-radius: 5px;
    padding: 10px;
    position: sticky;
    top: 50px;
}

#portfolio_lis li a {
	text-decoration:none;
}

#portfolio_lis li a:hover {
	color:#eebd03;
}

#porftolio_img2 {
    height: 270px;
    width: 100%;
    object-fit: fill;
}

#article_img {
    width: 40%;
    margin-right: 20px;
}

.fashare2 {
    color: white;
    padding: 10px;
    width: 35px;
    box-shadow: 2px 2px 6px -1px black;
    text-align: center;
    border-radius: 100%;
}

.cntct_form {
    background-color: #ffffff;
    box-shadow: 0px 40px 100px -30px rgba(0, 0, 0, 0.22);
    padding: 20px;
	margin-bottom: 50px;
    margin-top: 50px;
}

#form_custom {
    border-left: none;
    border-right: none;
    border-top: none;
}

#contact_listt li {
	padding-bottom:15px;
}

#contact_listt {
	position: relative;
    top: 50px;
    color: #00000082;
    font-size: 15px;
}

#danger {
    position: fixed;
    bottom: 40px;
    width: 80%;
    margin: auto;
    right: 0;
    left: 0;
    z-index: 1;
}

#item_name {
    color: #e7bf26;
    font-weight: bold;
}

#item_price {
    color: #002045;
}

#item_img {
    height: 230px;
    width: 100%;
    object-fit: fill;
}

#searchresult {
    background-color: #002045;
    padding: 10px;
    color: white;
    border-radius: 3px;
    font-size: 12px;
}

.item_thumbnail li {
	display:inline-block;
	padding-right:10px;
}

#thumbnl {
    width: 100%;
    height: 73px;
}

#mainImage {
    width: 65%;
    height: 330px;
    object-fit: fill;
}

a#purchasebtn {
    background-color: #e6bb0d;
    color: white;
	text-decoration:none;
}

.bordrightcontact {
    border-right: 5px solid #002045;
}


@media screen and (max-width: 990px) {
#porftolio_img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

#blog_img {
    width: 100%;
    height: 150px;
    object-fit: fill;
}

.navbar-nav .nav-link {
	color: white !important;
    margin-right: 0;
    position: relative;
    top: 90px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: bold;
    font-size: 14px;
    background-color: #d0ac1b;
    padding: 10px;
    margin: 1px;
	z-index: 1;
}

button.navbar-toggler {
   position: absolute;
   right: 0;
   top: 30px;
   background-color: #002045;
   color: white;
   border:none;
}

#logo {
    width: 90%;
}

#dsgn {
    position: absolute;
    width: 20%;
    top: 114px;
    right: 0;
}

#porftolio_img2 {
    height: 200px;
    width: 100%;
    object-fit: fill;
}

#item_img {
    height: 150px;
    width: 100%;
    object-fit: fill;
}
}

@media screen and (max-width: 767px) {

#services_img {
    width: 100%;
    margin-right: 0;
    height: 170px;
    object-fit: cover;
    margin-bottom: 5px;
}

.col-xs-6 {
	width: 50%;
}

.bordright {
    border-right: none;
}

#porftolio_img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

#bgg2 {
    background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(35 31 32 / 85%)), url(../images/ml-slider1.jpg);
    padding: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: top;
    background-size: cover;
    color: white;
    background-attachment: scroll;
}

#bgg2 p {
    font-size: 16px;
    font-weight: bold;
}

.navbar-nav .nav-link {
	color: white !important;
    margin-right: 0;
    position: relative;
    top: 0;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: bold;
    font-size: 14px;
    background-color: #d0ac1b;
    padding: 10px;
    margin: 1px;
	z-index: 1;
}

button.navbar-toggler {
   position: absolute;
   right: 0;
   top: -50px;
   background-color: #002045;
   color: white;
   border:none;
}

#logo {
    width: 20%;
    position: relative;
    top: 5px;
}

#myBtn {
    position: fixed;
    bottom: 70px;
    background-color: #eebd03;
    right: 20px;
    padding: 15px;
    color: white;
    border-radius: 100%;
    box-shadow: 1px 2px 6px -2px black;
}

#blog_img {
    width: 100%;
    height: auto;
    object-fit: cover;
	margin-bottom: 15px;
}

#owl_brand {
    height: 150px;
    object-fit: cover;
}

.indexbg {
    background-color: #002045;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer_socials {
    float: none;
}

#h1head {
    font-family: inherit;
    font-size: 18px;
}

#owlowl {
    position: relative;
    top: 0;
}

#dsgn {
    position: absolute;
    width: 40%;
    top: 130px;
    right: 0;
}

.pagesbg p {
    color: #eebd03;
    font-size: 12px;
}

#fa-plus {
    background-color: #edbd08;
    position: absolute;
    margin: 11px;
    color: white;
    border-radius: 100%;
    padding: 10px;
}

#porftolio_img2 {
    height: 200px;
    width: 100%;
    object-fit: fill;
}

#portfolio_lis {
	border-radius: 5px;
    padding: 10px;
    position: relative;
    top: 0;
}

#article_img {
    width: 100%;
    margin-bottom: 20px;
	margin-right:0;
}

#contact_listt {
	position:relative;
	top:0;
}

.cntct_form {
    padding: 0;
}

#item_img {
    height: 150px;
    width: 100%;
    object-fit: fill;
}

#mainImage {
    width: 100%;
    height: 330px;
    object-fit: contain;
}

.bordrightcontact {
    border-right:none;
}
}