/*-----Start-all-------*/
:root {
    /*--color-primary: #000000;
    --color-secondry: #262626;*/

    --color-primary: #d29410;
    --color-secondry: #003764;
    --color-tertiary-2: #f1f1f1;
    --color-tertiary: #f1f1f1;
    --site-text: #444;
}
*{margin: 0;padding: 0;box-sizing: border-box;}

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Nunito Sans', sans-serif;
    background: #fff;
    color: #444;
    font-size: 14px;
}

.padding-left-0 {padding-left: 0px !important;}
.padding-right-0 {padding-right: 0px !important;}
.margin-left-0 {margin-left: 0px !important;}
.margin-right-0 {margin-right: 0px !important;}
.margin-top-5 {margin-top: 5px;}
.custom-container-80 {width: 80%; margin: auto;}
.custom-container-90 {
    width: 90% !important;
    max-width: 1900px;
}

html {scroll-behavior: smooth;}
@media (min-width: 991px) {
::-webkit-scrollbar {
    width: 10px;
    height: 6px;
    padding-bottom: 15px;
}

::-webkit-scrollbar-track {
    padding-bottom: 15px;
    background: #cacaca;
    box-shadow: inset 0px 0px 2px 0px #8a8989;
}

::-webkit-scrollbar-thumb {
    background: #747474;
    padding-bottom: 15px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondry);
    padding-bottom: 15px;
}
}

/*[class*='col'] {
    position: static;
}*/
.h3, h3 {
    font-size: 18px;
}
.form-heading {
    font-size: 18px;
    border-bottom: 1px solid var(--site-bg);
    padding: 5px;
    margin-bottom: 15px;
    color: var(--site-text);
}

.modal.show .modal-dialog {
    margin-top: 130px;
}
.alertify .ajs-dialog {
    margin-top: 130px !important;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: opacity .15s linear;
    }    
    .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    }
}
/*-----Close-all-------*/

/*-----Start-header-------*/
.navbar-expand-lg .navbar-collapse {
    width: 40%;
}
.navbar-brand {
    color: var(--site-text);
    font-size: 30px;
    font-weight: 700;
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
}
.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
    color: var(--site-text);
}
.navbar-nav .nav-link {
    color: var(--color-secondry);
    font-weight: 600;
    font-size: 16px;
}
li.nav-item:hover a.nav-link {
    background: var(--color-tertiary);
    border-radius: 5px;
}

li.nav-item a.nav-link {
    padding: .25rem 1rem;
    transition: all 0.2s ease-in-out;
}
a:hover {
    color: var(--site-text);
}

.top-nav {
    background: var(--color-tertiary);
    color: var(--color-secondry);
    font-size: 14px;
    font-weight: 600;
    padding: 2px;
    position: sticky;
    min-height: 20px;
    /* z-index: 99999; */
}
.top-nav .container {
    width: 90% !important;
    max-width: 1500px !important;
}
.top-nav a {
    color: var(--color-secondry);
    text-decoration: none;
    line-height: 26px;
    padding: 0 !important;
}
.top-nav a i.fa {
    background: var(--color-tertiary);
    padding: 1px 3px;
    border-radius: 3px;
    margin-right: 2px;
}
.top-nav li.after-line {
    /* margin: 0 10px; */
    margin-right: 15px;
}
.top-nav ul li.after-line a:after {
    /* content: "|";
    padding: 0px 5px;
    color: #008b8b; */
}
.navbar-right {
    justify-content: flex-end;
}
    
.custom-col.col-md-5 {width: 40%;}
.custom-col.col-md-4 { width: 32%;}
.custom-col.col-md-3 {width: 28%;}
.header {background: #ffffff;height: 75px;position: sticky;top: 0;width: 100%;box-shadow: 0px 3px 10px 0px #dddddd;z-index: 9;}
.header .logo img {width: auto;height: 55px;margin: 10px 30px;}
.header .logo span{
    font-size: 26px;
    color: #333;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}
.header .container {
    width: 90% !important;
    max-width: 1500px !important;
}

.header ul.mid-nav li a img {width: 15px;margin-bottom: 5px;}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
/*.header nav.navbar {padding-top: 12px;margin: 0px;}*/
ul.nav.navbar-nav.last-nav li {display: block !important;float: none !important;}
.navbar-right.last-nav , .navbar-right.mid-nav {float: right!important;margin-right: 0px !important; }
ul.nav.navbar-nav.last-nav li  {padding: 0px;line-height: 16px;color: #333;}
.header ul.mid-nav li a {font-size: 14px;text-decoration: none;font-weight: 600;color: #72491c;}
.navbar-right.last-nav {float: right!important;margin-right: 0px !important;padding: 32px 20px 20px;}
.header ul.mid-nav li a:hover {background-color: transparent;}
.header .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {background-color: transparent !important; border-color: none !important; }
.header ul.dropdown-menu {background: rgba(0, 0, 0, 0) linear-gradient(#444, #444) repeat scroll 0 0;border-radius: 5px;left: 15px;list-style: outside none none;margin: 0;padding: 0;position: absolute;top: 50px;z-index: 99999;}
ul.dropdown-menu li a {font: bold 12px;padding: 8px 30px;text-decoration: none;text-shadow: 0 1px 0 #000;color: #fff !important;}
.header ul.dropdown-menu li {display: block;float: none;margin: 0;padding: 0;border-bottom: 1px solid #626262;}
ul.dropdown-menu li:first-child a::after {border-bottom: 8px solid #444;border-left: 8px solid transparent;border-right: 10px solid transparent;content: "";height: 0;left: 2px;position: absolute;top: -8px;width: 0;}
ul.dropdown-menu li a:hover {background: rgba(0, 0, 0, 0) linear-gradient(#04acec, #0186ba) repeat scroll 0 0;}
.header ul.dropdown-menu li:last-child {box-shadow: none;border: none;}
.header .dropdown:hover .dropdown-menu {display: block;margin-top: 0;border-radius: 3px;}
.header ul.mid-nav li a i {
    color: #333;
    font-size: 18px;
}

.dropdown-menu {
    padding: .5rem 0;
    box-shadow: 0 0 6px 2px #ddd;
    border: none;
}
.dropdown-item {
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--color-tertiary);
}

.dropdown-item-sub{
  position: relative;
}
.submenu{
  display: none;
  position: absolute;
  left: 100%;
  top: -12px;
  box-shadow: 1px 1px 8px 0px #e9e9e9;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}
    
.dropdown-menu > .dropdown-item-sub:hover > .submenu{
  display: block;
}
/*-----Close-header-------*/


@media (max-width: 1199px) {
header .nav>li>a {padding: 10px 5px !important;}
ul#diamond-shapes li {width: 66px;}
.lab-list input[type=checkbox], ul#diamond-shapes input[type=checkbox], input[type=radio] {margin: 0px 0px 0;}
.diamond-shapes label {font-size: 12px;}
ul.list-style-none.search-reset-button.text-center li button {width: 108px;}
.custom-container-80 {width: 88%;}
.stocksearch-text {width: 74%;}
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: .7;
    background-color: #000;
    z-index: 99999999;
    text-align: center;
    display: none; 
}
#loading-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
    height: 75px;
}
.LoderImage {
    width: 100%;
    height: auto;
    animation-name: loaderAnimation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes loaderAnimation {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

.alertify .ajs-header {
    color: #000;
    font-weight: 700;
    background: #fafafa;
    border-bottom: #eee 1px solid;
    border-radius: 2px 2px 0 0;
}

.alertify .ajs-header {
    margin: -24px -24px 0;
    padding: 16px 24px;
    background-color: #fff;
}
.alertify .ajs-body {
    color: #000;
}
.alertify .ajs-body {
    min-height: 56px;
}
.alertify .ajs-footer {
    background: #fbfbfb;
    border-top: #eee 1px solid;
    border-radius: 0 0 2px 2px;
}
.alertify .ajs-footer {
    padding: 4px;
    margin-left: -24px;
    margin-right: -24px;
    min-height: 43px;
    background-color: #fff;
}

.ajs-button {
  transition: all 0.2s;
  border-radius: 5px;
    padding: 4px 8px;
}
.ajs-button.ajs-cancel {
    color: #fff;
    background-color: #ff2f2f;
    border-color: transparent;
    box-shadow: 0px 3px 10px rgb(85 85 85 / 27%);
}
.ajs-button.ajs-cancel:hover {
    color: #ff0000;
    background-color: #fff;
    border-color: #ff0000;
}
.ajs-button.ajs-ok {
    color: #fff;
    background-color: #379aef;
    border-color: transparent;
    box-shadow: 0px 3px 10px rgb(85 85 85 / 27%);
}
.ajs-button.ajs-ok:hover {
    color: #0189ff;
    background-color: #fff;
    border-color: #0189ff;
}
.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95);
  color: #000;
}
.alertify-notifier .ajs-message.ajs-error {
  background: #e33c3c;
    color: #fff;
}
.alertify-notifier .ajs-message {
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
/*    text-shadow: -1px -1px 0 rgba(0, 0, 0, 1);*/
}
/* .alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
    top: 100px !important;
} */
.alertify-notifier.ajs-top {
    top: 100px;
}
.alertify .ajs-body .ajs-content .ajs-input {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 4px;
    border-radius: 5px;
    border: 1px solid #CCC;
}

.dashboard-heading {
        /* background-color: var(--color-tertiary); */
        margin-top: 10px;
        text-align: center;
        padding: 5px;
        font-size: 20px;
}

.dashboard-heading h1 {
    font-size: 22px;
    line-height: 30px;
    margin: 0px;
    padding-top: 6px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 6px;
}

/*Button*/
.btn {
    transition: all 0.2s ease-in-out;
    border-radius: 4px;
    padding: 3px 13px;
    box-shadow: 1px 1px 6px 0px #c1c1c1;
    margin: 5px;
}
.btn-submit {
    background: var(--color-secondry);
    border: 1px solid var(--color-secondry);
    /*color: var(--color-secondry);*/
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 3px 13px;
}
.btn-submit:hover {
     opacity: 0.8;
     color: #fff;
}
.btn-cancel {
    background: #6c757d;
    border: 1px solid #6c757d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 3px 13px;
}
.btn-cancel:hover {
     opacity: 0.8; 
     color: #fff;
}

button.btn-outline {
    background: #ffffff;
    border: 1px solid var(--color-secondry);
    color: var(--color-secondry);
    font-size: 16px;
    font-weight: 600;
    padding: 3px 13px;
}
.btn-outline:hover {
     opacity: 0.8; 
     color: var(--site-text);
}

.btn-grey {
    background-color: var(--color-secondry);
    color: #fff!important;
}
.btn-grey:hover {
    opacity: 0.8;
    color: #000;
}

div#pagination {
    margin: 25px 0;
}
#pagination a.active {
    background: var(--color-primary);
}
#pagination a {
    background: #666;
    color: #fff;
    text-decoration: none;
    padding: 6px 15px;
    margin-right: 7px;
    border-radius: 5px;
}

.color-primary {
    color: var(--color-primary);
}
.color-secondry {
    color: var(--color-secondry);
}
.color-tertiary {
    color: var(--color-tertiary);
}

.modal-content {
    border: none;
}
.modal-header, .modal-footer {
    background: var(--color-secondry);
    color: #fff;
}
.modal-header button {
  color: var(--color-tertiary);
  opacity: 1;
}

/*footer*/

.footer {background-color: #222;padding-top: 20px;border-top: 4px solid #555;color: #ccc;}
ul.member-list li a img {margin: 3px;height: 35px;width: 140px;border: 2px solid;-moz-box-shadow: 0 0 2px #888;-webkit-box-shadow: 0 0 2px #888;box-shadow: 0 0 2px #888;}
ul.member-list li {list-style: none}
ul.member-list li a img.member-list-last {width: 140px; height: 60px;}
.footer h3 {color: #e2d9d9;font-size: 16px !important;text-align: left !important;margin: 0;line-height: 24px;font-weight: 600;}
.img-width-32 {width: 32px;}
.img-width-35 {width: 35px;}
ul.social-icon-list li {list-style: none;display: inline-block;}
.footer ul {margin: 0px }
.footer p {margin: 0px; font-size: 13px; line-height: 21px;}
.footer p img {width: 20px;}
.footer form p span {font-weight: 600;}
.footer a:hover {color: #666;text-decoration: underline;}
.footer a {color: #666;text-decoration: none;}

.copyright p {font-size: 13px;color: #fff;margin: 0px;}
.copyright p a {font-size: 14px;color: #fff;font-weight: 600;}
.footer .col-md-7 h3 {margin-bottom: 15px !important;margin-left: 15px !important;}

footer.new-footer {padding: 30px 0;/* border-top: 0px solid #22262a; */background: var(--color-tertiary);color: var(--color-secondry);margin-top: 40px;}

footer .container-footer {
    max-width: 1500px;
    margin: 0 auto;
}

.contact_input_area .form-group input, .contact_input_area .form-group select, .contact_input_area .form-group textarea {
    border-radius: 4px;height: 40px;margin-bottom: 20px;padding: 15px;-webkit-transition-duration: 500ms;transition-duration: 500ms;width: 100%;}
.contact_input_area .form-group textarea {height: 150px;}
.single_contact_area i {/* color: #fff; *//* background: var(--color-secondry); */padding: 6px 0px;border-radius: 6px;margin-right: 2px;color: var(--color-primary);}
ul.contact-detail li a i {width: 30px;text-align: center;}
.royal-btn {background: #034d7f none repeat scroll 0 0;border: 2px solid transparent;color: #fff;font-size: 15px;margin-top: 15px;min-width: 150px;padding: 5px 20px;-webkit-transition-duration: 500ms;transition-duration: 500ms;}
.line {width: 100%;height: 1px;background-color: #ddd;margin: 10px auto;}
.second-part .section_heading {padding: 0px 15px;}
.second-part .line {width: 95% !important;height: 1px;background-color: #ddd;margin: 25 auto;}
.section_heading p , .single_contact_area p {font-size: 15px;font-weight: 400;line-height: 26px;color: #333;}
.section_heading h2 {font-size: 20px;font-weight: 600;color: var(--color-primary);}
ul.contact-detail li a {color: var(--color-secondry);font-size: 16px;line-height: 30px;text-decoration: none;/* font-weight: 600; */}
ul.contact-detail li {list-style: none;}
button.btn.royal-btn:hover {background-color: #444;color: #fff;}
.social_links_area {padding: 5px 0;position: relative;z-index: 1;text-align: left;margin-bottom: 40px;}
.social_links_area>li>a>i {border-radius: 6px;color: #fff;display: inline-block;font-size: 14px;height: 30px;margin: 0 2px;text-align: center;width: 30px;box-shadow: 0 0 5px 2px #ddd;transition: all 0.2s ease-in-out;background: var(--color-secondry);}
.social_links_area>li>a>i {/* line-height: 28px; */font-size: 20px;}
.social_links_area>li>a>i:hover {background-color: var(--color-primary);color: #fff;}
.social_links_area>li>a>img {height: 35px;}

ul.social_links_area li {list-style: none;display: inline-block;margin-right: 7px;}
.member-list li{list-style: none;display: inline-block;}
ul.member-list li a img {width: 155px;margin: 0px 4px 0px 0px;border: 1px solid #ccc;height: auto;box-shadow: none;border-radius: 4px;padding: 3px 8px;}
ul.member-list {margin: 0px;padding: 0;text-align: center;}
.member { padding: 50px 0px;}
.member h2 {margin: 0px;padding: 0px 0px 25px;    font-size: 26px;font-weight: 600;color: #444;}
.contact_address_area .app {
    margin-top: 35px;
    margin-bottom: 20px;
}
.contact_address_area .app img {
  height: 40px;
}
div.qr {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    justify-content: flex-start;
}
div.qr a {
    width: 49%;
}
.contact_address_area .app img.qr {
  width: 49%;
  height: auto;
  border-radius: 5px;
}
.contact_address_area .app h3 {
    font-size: 16px;
    padding-bottom: 8px;
}

.autoplay img {margin: 3px;border: 2px solid;-moz-box-shadow: 0 0 2px #888;-webkit-box-shadow: 0 0 2px #888;box-shadow: 0 0 2px #888;width: 175px;}
.copyright {/* border-top: 1px solid #ccc; */background-color: var(--color-secondry);}
.copyright p{margin-bottom: 0px;}
.copyright p {margin-bottom: 0px;padding: 5px 0px;text-align: center;/* color: var(--color-primary); */font-size: 14px;}

.footer-logo {
    margin-bottom: 40px;
}
.footer-logo img{
    height: 100px;
}
@media only screen and (max-width: 600px) {
    footer.new-footer {
        padding: 10px;
        margin-top: 20px;
    }
    ul.contact-detail li a {
        font-size: 14px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-logo img{
        /* height: 45px; */
    }
    .contact_address_area {
        padding-top: 10px;
    }
    .contact_address_area .app {
        margin-top: 10px;
    }

}
/*footer*/

/*sign-in*/
.modal-width-sign-in .modal-content {
    /* box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 50%); */
    border: none;
    box-shadow: 0px 0px 16px 0px #7b8f8e;
}
.modal-width-sign-in h3 {
    font-size: 22px;
    text-align: center;
    color: var(--color-secondry);
    font-weight: 600;
}

.panel-body {padding: 4px 15px 0px;}
form div.input-group {margin: 10px 0 20px 0;box-shadow: 1px 1px 8px 0px #eee;}
.modal-width-sign-in { margin-top: 130px;width: 410px;}
.border-signup{padding: 5px 0;margin-top: 15px;float: left;border-top: 1px solid #eee;width: 100%;vertical-align: middle;}
.signin-checkbox {/* padding: 12px 0px 0px 3px; */font-size: 13px;color: #666;font-weight: 300;}
#Modal-signin a {color: var(--color-secondry);/* text-decoration: underline; */font-weight: 600;font-size: 14px;}
#Modal-signin .btn-toggle-red{font-size: 14px;width: 140px;}
.fancybox-close {cursor: pointer;height: 36px;position: absolute;right: -18px;top: -18px;width: 36px;z-index: 8040;background-image: url(../images/fancybox_sprite.png);}
#Modal-signin .panel {margin-bottom: 0px; border: none;box-shadow: none;}
#Modal-signin .form-group {/* margin-bottom: 0px ; */}
.blink_me.float-right {font-weight: bold;font-size: 14px;}
.float-right {float: right;}
.float-left {float: left;}
#Modal-signin .input-group-addon {background-color: #ccc; border: 1px solid #ccc;color: #444; }

/*.login {width: 370px;border-radius: 5px;margin: 20vh auto;box-shadow: 0px 4px 16px 2px #eee; background: #fff}*/
.login form {padding: 20px 10px;}
.login form label {font-size: 14px;}
.login form span.fpass{
    color: var(--site-bg);
    cursor: pointer;
    font-size: 14px;
}

/*sign-in*/
.modal-backdrop.show {
    opacity: 0.3;
}

/*home*/
.banner {/* min-height: 512px; */width: 100%;}
.banner img {
    width: 100%;
    height: auto;
}    

section.welcome-section {padding-top: 35px; padding-bottom: 35px;}
section.welcome-section h1 {font-size: 26px;font-weight: 600;color: #444;margin-bottom: 25px;margin-top: 0px;}
section.welcome-section h2 {font-size: 20px;color: #767676;font-weight: 600;margin: 0px;}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .3 !important;
}

section.content {
    padding: 20px 0;
}
section.content h3 {
    font-size: 22px;
    color: var(--color-secondry);
    font-weight: 600;
    font-family: serif;
    padding: 5px;
    border-left: 4px solid var(--color-secondry);
}
section.content h5 {
    color: var(--color-secondry);
    font-weight: 600;
    font-family: serif;
    padding: 5px;
    border-left: 4px solid var(--color-secondry);
}

section.content p {
    padding: 5px;
}
section.content img {
    width: 100%;
    height: auto;
    /* border: 5px solid var(--color-secondry); */
    /* padding: 10px; */
    background-color: var(--color-tertiary);
    border-radius: 6px;
}
section.content .img_div {
    padding: 10px;
    background: var(--color-tertiary);
    border-radius: 12px;
    width: fit-content;
    margin: 0 auto;
}
section.content img.h400 {
    height: 400px;
    width: auto;
}

.banner-centered {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* font-family: serif; */
    color: var(--color-secondry);
    text-align: center;
}
.banner-centered .btn-submit {
    color: #fff;
    padding: 8px 16px;
    margin-top: 20px;
}
h2.title {
    background: var(--color-primary);
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 8px;
    color: #fff;
    text-shadow: 1px 1px 3px #444444;
}
.pad-top-70 {
    padding-top: 70px !important;
}
.pad-bottom-70 {
    padding-bottom: 70px !important;
}
.pad-top-0 {
    padding-top: 0 !important;
}
.pad-bottom-0 {
    padding-bottom: 0 !important;
}

/*home*/

.member-list li{list-style: none;display: inline-block;}
ul.member-list li a img {width: 155px;margin: 2px 0px;border: 1px solid #ccc;height: auto;box-shadow: none;border-radius: 4px;padding: 3px 8px;}
ul.member-list {margin: 0px;padding: 0;text-align: center;}
.member { padding: 50px 0px;}
.member h2 {margin: 0px;padding: 0px 0px 25px;    font-size: 26px;font-weight: 600;color: #444;}

.back-to-top:hover i {
    background: var(--color-secondry);
}

.back-to-top i {
    margin-right: 10px;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-color: var(--color-primary);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 7px;
    z-index: 20;
}
