.slider-labels {
    margin-top: 10px;
}
/* new */
.sliderimg .owl-stage-outer .owl-stage .owl-item .item img {
    border-radius: 10px;
}
/* new */
input:focus, input:active{
    outline:0 !important;
    border:0 !important;
    box-shadow: none !important;
}
select:focus, select:active{
    outline:0 !important;
    border:0 !important;
    box-shadow: none !important;
}
.btn:hover, .btn:focus, .btn:active{
    outline:0 !important;
    border:0 !important;
    box-shadow: none !important;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #345DBB;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53, 93, 187, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
.advanced-serach,
.advanced-btn {
    background: #151E34;
    color: #fff;
    border: none;
    position: relative;
    text-align: center;
    width: 175px;
}
.advanced-btn:hover {
    color: #fff !important;
}
.flitter-area-box {
    background: #fff;
    padding: 20px;
    position: relative;
    top: -40px;
}
.btn-search {
    background: #EFDFBB;
    float: right;
    border-radius: 0;
    font-weight: bold;
    font-size: 20px;
    padding: 0.375rem 1.5rem;
}
.advanced-serach {
    background-image: linear-gradient(45deg, transparent 50%, #f5f7fa 60%), linear-gradient(135deg, #f5f7fa 40%, transparent 50%) !important;
    background-position: calc(100% - 10px) 10px, calc(100% - 0px) 10px, 100% 0;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.br-0 {
    border-radius: 0;
}
.text-right {
    text-align: right;
}
.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
form.shadow.p-2.searchForm {
    position: absolute;
    width: 100%;
    max-width: 85%;
    z-index: 555;
    border-radius: 5px;
    padding: 20px !important;
    background: #fff;
    margin-top: 20px;
}
.socialSec a {
    margin: 0;
    top: 0;
    display: inherit;
}

.header__menu-button-inner:after {
    transform: translateY(-11px);
}
 
.mr {
    margin-left: 20px;
}
.slick-next:before, .slick-prev:before{
    color:#24135F !important;
}
.search-btn {
    margin-top: 5px;
    width: 100%;
    max-width: 65px;
    height: 65px;
    background: #fff;
    margin-right: 20px;
    float: right;
    padding-left:6px;
}
form.search-form {
 background: #000 !important;
    margin-top: 20px;
    color:#fff !important;
}
.navbar-brand {
    margin-bottom: 30px;
    display: inline-block;
}
.icon {
    stroke: unset;
    stroke-width: 4px;
    fill: currentColor;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    color: #000;
    margin-top: 5px;
}
.line-body {
    height: 0;
}

.line {
    border-left: 2px solid #AC9F3C;
    height: 92px;
}
.accordion-item {
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, .125);
    /* border-top: 1px solid red; */
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.border-top {
    border-top: 1px solid #AC9F3C !important;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.img-services {
    position: relative;
    z-index: 1;
    width: 100%;
}
img.services-img3 {
    position: absolute;
    z-index: 7;
    width: 100%;
    max-width: 290px;
    top: 50px;
    border-radius: 10px;
    left: 300px;
    height: 300px;
    object-fit: cover;
}
img.services-img2 {
    width: 100%;
    max-width: 300px;
    z-index: 5;
    border-radius: 10px;
    position: absolute;
    top: 250px;
    left: 100px;
    height: 300px;
    object-fit: cover;
}
img.services-img1 {
    width: 100%;
    max-width: 300px;
    position: absolute;
    z-index: 2;
    border-radius: 10px;
    top: 10;
    left: 150px;
    object-fit: cover;
    height: 300px;
}
.csstransforms .rotate h1 {
    /* Abs positioning makes it not take up vert space */
    position: absolute;
    top: 0;
    left: 0;

    /* Border is the new background */
    background: none;

    /* Rotate from top left corner (not default) */
    transform-origin: 0 0;
    transform: rotate(90deg);
}
.btn-color {
    background: #AC9F3C;
    color: white;
}
.bg-dark {
    background: #24135F !important;
}


.wrapper {
    height: 100%;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media(max-width: 767px) {
    .wrapper {
        padding: 50px 10px;
    }
}

.slick-slider {
    min-width: 0;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
     height: 100% !important;
}

.sliderNew,
.sliderdev {
    position: relative;
    padding: 0 60px;
}


@media(max-width: 767px) {
    .header__menu-button {
    right: 8% !important;
}
    .sliderNew,
    .sliderdev {
        padding: 0 40px;
    }
    .description img {
        float: left;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .aboutContent .image1 {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;

    }
    .aboutContent .aboutText {
        display: none !important;
    }
    .aboutContent .image2 {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
    }
    .visionSec .visHead {
        display: none !important;
    }

    .visionSec .misHead {
        display: none !important;
    }

    .visionSec .valHead {
        display: none !important;
    }
}
.sliderNew .slick-arrow,
.sliderdev .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0 0;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
}
.sliderNew .slick-arrow.slick-prev,
.sliderdev .slick-arrow.slick-prev {
    left: 0;
    border: 0;
    background: url("https://kmgbroker.websitedemo.world/assets/img/long-arrow-left.png") 0 0/100% no-repeat;
}
.sliderNew .slick-arrow.slick-next,
.sliderdev .slick-arrow.slick-next {
    right: 0;
    border: 0;
    background: url("https://kmgbroker.websitedemo.world/assets/img/long-arrow-right.png") 0 0/100% no-repeat;
}
.sliderNew .slick-arrow.slick-disabled {
    opacity: 0.2;
}
.sliderdev .slider__item {
    padding: 0 15px;
    text-align: center;
}
.slider__item {
    padding: 0 15px;
}
.slider__item img {
    max-width: 100%;
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.sliderdev .slider__item img {
    max-width: 70%;
    height: 75px;
    width: 100%;
    object-fit: contain;
}
.header__menu-button {
    position: absolute;
    right: 13%;
    top: 90px;
    margin-top: 12px;
    border: 0;
    width: 50px;
    height: 50px;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    transition: color 0.5s;
    z-index: 2;
    color: #fff !important;
}
img {
    width: 100%;
}

.slider-interior img {
    width: 100%;
}
button {
    overflow: visible;
}
.header__menu-button-inner {
    height: 6px;
    width: 45px;
    background: #ffffff;
    position: relative;
    border: 0;
    border-radius: 6px;
    transition: background 0.5s;
}


.menu-panel {
    background: #242323;
    color: #fff;
}
.header__menu {
    transform: translateX(100%) translateZ(0);
    transition: 0.6s;
    z-index: 9;
}
.header__menu_opened {
    transform: translateX(0%) translateZ(0);
}
.menu-panel {
    position: fixed;
    background: #fff;
    color: #000;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 550px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
}
.menu-panel__inner {
    background:#24135F !important;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 44px;
    padding-left: 60px;
    padding-right: 60px;
}
.menu-panel__menu {
    transition: all 0.5s 0.6s ease;
    transform: translateY(3rem);
    opacity: 0;
}
.header__menu-button::after {
    position: absolute;
    right: 0;
    content: 'MENU';
    width: 100%;
    height: 100%;
    top: 40px;
}
.header__menu_opened .menu-panel__menu {
    transform: translate(0);
    opacity: 1;
}
.menu-panel__menu-item {
    margin-bottom: 5px;
}
.menu-panel__menu-link {
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
    line-height: 1.1;
}
.menu-panel__menu-link {
    color: #fff;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.header__menu-button-inner:before,
.header__menu-button-inner:after {
    position: absolute;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: currentColor;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.header__menu-button-inner:before,
.header__menu-button-inner:after {
    position: absolute;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: currentColor;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.header__menu-button-inner:before, .header__menu-button-inner:after {
  background: #ffffff!important;
  width: 30px;
  border-radius: 6px;
}
.header__menu-button-inner:before {
    transform: translateY(11px);
    width: 25px;
}
.header__menu-button-inner:before {
    transform: translateY(11px);
}
.header__menu-button_burger .header__menu-button-inner:before {
    animation-name: button-before-open-animation;
}
.header__menu-button_fixed {
    right: 47px;
    top: 34px;
    margin: 0;
}
.header__menu-button_cross .header__menu-button-inner {
    background: transparent;
    color:#000 !important;
    width: 30px;
}
.header__menu-button_cross .header__menu-button-inner:before {
    animation-name: button-before-close-animation;
    background: #AC9F3C!important;
    width: 30px;
}
.header__menu-button_cross .header__menu-button-inner:after {
    animation-name: button-after-close-animation;
    background: #AC9F3C!important;
    width: 30px;
}

@keyframes button-before-close-animation {
  0% {
    transform: translateY(11px);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(45deg);
  }
}

@keyframes button-before-open-animation {
  0% {
    transform: translateY(0px) rotate(45deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(11px);
  }
}
@keyframes button-after-close-animation {
  0% {
    transform: translateY(-11px);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes button-after-open-animation {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(-11px);
  }
}
.menu-panel {
    position: fixed;
    background: #fff;
    color: #000;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 550px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    z-index: 999;
}
footer {
    background-color: #fff;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 0;
    border-bottom: 0;
}
.contactInfo {
    padding: 50px;
    height: 550px;
}
.contactForm {
    padding: 0 75px 35px 0;
    width: 100%;
    max-width: 600px;
    height: auto;
    float: right;
}
.sub-footer.bg-gold {
    background: #AC9F3C;
    padding: 10px 0 0;
}
footer ul {
    padding: 0;
}
footer ul li {
    list-style-type: none;
    font-size: 16px;
    line-height: 36px;
    margin-right: 25px;
}


/* media css */
@media (max-width:767px) {
    footer ul li {
        list-style-type: none;
        font-size: 12px;
        line-height: 36px;
        margin-right: 5px;
    }
    .menu-panel {
        width: 85% !important;
    }
    .search-form .mr {
        margin: 5px 10px !important;
    }
    .bannerSec {
        position: relative;
    }
    .socialSec a {
        margin: 0 10px;
        top: 0;
    }
    .socialSec {
        position: absolute;
        top: 152px !important;
        right: -5px !important;
    }
    .header__menu-button{
        right: 12px !important;
    }
    .search-btn {
        margin-top: 5px;
        width: 100%;
        max-width: 100%;
        height: 65px;
        background: #fff !important;
        margin-right: 0;
        float: right;
        padding-left:6px;
    }
    .img-services {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 350px;
        margin-top: 35px;
    }
    img.services-img1 {
        top: 10px;
        left: 50px;
        height: 200px;
        max-width: 200px;
    }
    img.services-img2 {
        left: 5px;
        height: 200px;
        width: 200px;
        top: 185px;
    }
    img.services-img3 {
        left: 190px;
        max-width: 200px;
        height: 200px;
    }
}
