@import url('https://fonts.googleapis.com/css2?family=Jura:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura&family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');
/* css/style */ 
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBlackCond.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBlackCond.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLight.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('../fonts/HelveticaNeueMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueHeavy.woff2') format('woff2'),
        url('../fonts/HelveticaNeueHeavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('../fonts/HelveticaNeueMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





body{ font-family: 'Manrope', sans-serif; font-size: 18px; font-weight: 400; color: #000; letter-spacing: 0.2px;}


h2{font-size: 19px; font-family: 'Syne', sans-serif; font-weight: 600;}
h1{font-size: 40px; font-family: 'Syne', serif; font-weight: 400;}
h3{font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 400;}

.title-heding{font-size: 45px; font-family: 'Syne', serif; font-weight: 400;}
a{color:#000;    text-decoration: none; }
/* a{color:#1A1040} */
a:hover{color:#A8926F;    text-decoration: none;}
/* #DAD2C9 */

ul li {
    padding-bottom: 10px;
}
.opn {
    text-align: center;
    background: #fff;
    color:#000;
    font-size: 14px;
    padding: 8px;
padding-bottom: 0;

}

/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
    display: block;
    background-color: #D6C4AF;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}
.n2-ss-slide.n2-ow {
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 77.08%);
}

/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

/**
 * Animate collapse into X.
 */

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
/*.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}*/
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg) ;
}


/**
 * Animate collapse open into hamburger menu
 */

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg) ;
}


header ul  li {display: inline-block;padding-left: 30px;}
header  ul.mnu-dsk{
    position: relative;
    left: -43px !important;
	letter-spacing: 0.5px;
	font-weight: 300;

}
a.navbar-brand img {
    width: 99%;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #a8926f;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #a8926f;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.src {
    position: relative;
    top: 0px;
    font-size: 22px;
    right: 19px;
}

.bg-mnu{background-color: #DAD2C9;}

.bg-mnu ul li {
    display: block;
    padding-left: 30px;
    padding-top: 16px;
    border-bottom: 1px solid #A8926F;
    padding-bottom: 16px;
text-transform: uppercase;
}
ul.menuu {
    padding-left: 10px;
}
ul.menuu li{
    border-bottom: 0px ;
}
.n2-bullet {
    cursor: pointer;
    transition: background-color 0.4s;
    height: 2px;
    width: 35px;
    padding: 0px;
    border: 0px;
    margin-right: 2px;
    background: #a8926f;
}
.n2-bullet.n2-style-37b83350d88fb82e7ea26e8ad7887167-dot {
    padding: 0px !important;
    border: 0px solid !important;
    background:#a8926f ;
}
.n2-bullet.n2-style-37b83350d88fb82e7ea26e8ad7887167-dot.active {
   
    background:#D6D6D6 !important;
}
div#n2-ss-1 .n2-style-37b83350d88fb82e7ea26e8ad7887167-dot {
    background: #a8926f;
}


.n2-bullet{padding: 0px !important;border: 0px !important;}
/* benner ------------------------------*/
.bnr-in {
    height: 75vh;
    position: relative;
    background-size: cover;
}
.bnr-in .bnr-hding {
    position: absolute;
    bottom: 90px;
    color: #fff;
}
.bnr-in:before {
    content: '';
    /*background: url(../images/banner-sdw.png);*/
    width: 100%;
    background-repeat-x: repeat;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.15);

}

.btnn {
    text-align: center;
    background: transparent;
    margin-right: 13px;
    color: #000;
    font-family: 'Syne', sans-serif;
    font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
    padding: 11px 26px;
    border: 1px solid #000;
    text-transform: uppercase;
	transition: 0.3s;
}
.stry {
    text-align: center;
    padding-top: 28px;
}
.cls-btn  .btnn {
    text-align: center;
    background: transparent;
    margin-right: 13px;
    color: #000;
	font-weight: 400;
	letter-spacing: 1px;
   font-family: 'Syne', sans-serif;
    font-size: 13px;
    padding: 11px 16px;
    border: 1px solid #000;
    text-transform: uppercase;
}


.bnr-hding h2 {
    font-weight: 100;
}
.btnn:hover{background-color: #A8926F;color: #fff;}

.cls-btn {
    padding-top: 51px;
}

.bnr-in .bnr-hding h1 {
    width: 550px;
}

.banner .owl-nav {
    display: none;
}

.banner .owl-dots {
    text-align: right;
    position: absolute;
    right: 32px;
    bottom: 0;
}

.banner .carousel-indicators {

    left: inherit;
}

 .carousel-indicators li {

    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.banner .carousel-control-prev, .carousel-control-next{display: none;}

/* benner end ------------------------------*/
.hading {
    position: relative;
    padding-bottom: 27px;
    padding-left: 76px;
    font-size: 14px;
   font-family: 'Manrope', sans-serif;
    font-weight: 400;
	letter-spacing: 0.14em;
    text-transform: uppercase;
}
.hading:before {
    content: '';
    background: #D6C4AF;
    width: 69px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 8px;
}

/* thing ------------------------------*/

.thing {
    padding-top: 64px;
}


.thing-innr ul li img{

transition: transform .2s;
}
.thing-innr ul li:hover img {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}

.thing-innr ul {
    padding-left: 0px;
    display: flex;
    overflow: hidden;
}
.thing-innr ul li {
    width: 25%;
    height: 461px;
    position: relative;
    overflow: hidden;
}
.bx {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 99;
    height: 100%;
    width: 100%;
}

.thing-innr ul li img {
    width: 620px;
    position: relative;
    right: 124px;
}


.thing-innr ul li:before {
    background: #0000005e;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.thng-txt {
    bottom: 0px;
    position: absolute;
    font-size: 17px;
    padding-left: 15px;
    width: 264px;
}
.thng-name {
    font-size: 22px;
    padding-top: 0px;
    padding-left: 16px;
    padding-bottom: 13px;
font-weight: 700;
}
.thng-txt span  {
    display: block;
    text-align: right;
    font-weight: 100;
     padding-right: 7px;
    font-size: 38px;
    color: #D6C4AF;
    font-family: 'FontAwesome';
}

#menu-header .dropdown-menu li .dropdown-item
    {font-weight: 100;}



.vst-inn h2 {font-family: 'Syne', sans-serif !important}

/* thing end------------------------------*/

/* Shop from -->------------------------------*/
.main-heding {
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 10px;
font-family: 'Syne', sans-serif;
    line-height: 41px;
 }

.main-heding-abt {
       font-size: 32px;
    font-weight: 600;
    font-family: 'Syne', sans-serif;
    line-height: 36px;
    padding-bottom: 0px;
}
.abut-us p {
    padding-top: 19px;
    margin-bottom: 1px;
}
.beli {
 
    padding: 94px;
    padding-bottom: 15px;
}
.shop-fom {
    background: #DAD2C9;
    padding: 35px;
}




.shop-fom p{
    padding-bottom: 28px;
    padding-top: 17px;
}

.shop-top .owl-nav{display: none;}
.shop-top .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #a8926f;
}


.shop-top .owl-theme .owl-dots .owl-dot span {

    background: #d6c4af
}
section.shop-top {
    background: url(../images/banner-4.jpg);
    padding-top: 48px;
    margin-top: 60px;
    padding-bottom: 48px;
    background-size: cover;
}

.mrk-pd {
    padding: 20px;
    background: #fff;
    height: 100%;
}

.mrk-pd .owl-dots {
    position: relative;
    padding-top: 46px;
}
.mrk-pd  .carousel-item  img {
    padding: 12%;
    width: 100%;
}
.mrk-pd .owl-carousel .owl-item {

    padding-top: 40px;
}
.mrk-pd .carousel-indicators  { bottom: -78px;
}

.mrk-pd .carousel-indicators li {background-color: #D6C4AF; bottom: -78px;
    }
    .mrk-pd .carousel-indicators .active{background-color: #a8926f;}

/* Shop from end------------------------------*/

/* service home------------------------------*/


.ser-home {
    padding-top: 76px;
    padding-bottom: 45px;
}

.ser-home p {
    margin-bottom: 0px;
}

.ser-box {
    display: flex;
}
.ser-home h3 {
    padding-bottom: 17px;
}
.ser-home a.btnn {
    margin-top: 23px;
    display: inline-block;
}
.ser-box p {
    padding-bottom: 38px;
    padding-top: 0px;
}

.ser-box h3 {
 	font-size: 17px;
	 padding-bottom: 7px;
    	border-bottom: 1px solid #a8926f;
}



ul {
    padding-left: 13px;
}
.ser-box .ser-img {
    background: #a8926f;
    width: 100px;
    height: 100px;
    line-height: 0;
    padding: 35px;
    border-radius: 100%;
    display: block;
}
.ser-img img {
    width: 34px;
}

.bx-inn {
    padding-left: 24px;
}
.prk-slde .item:before {
    /* background: #0000005e; */
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.prk-slde .thng-txt{font-size: 27px; font-family: 'Syne', serif; font-weight: 400;padding-bottom: 19px; }
.prk-slde {
    padding-top: 20px;
}


.prk-slde .owl-dots{display: block !important;padding-top: 23px;}
.prk-slde  button.owl-dot.active span {
    background: #a8926f !important;
}

.prk-slde .owl-nav {
    display: none;
}
.prk-slde .owl-theme .owl-dots .owl-dot span{    background: #D6C4AF}
/* service home end------------------------------*/


/* Event------------------------------*/

.ent-main {
    background: #000  !important;
    margin-top: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
color: white;
}

.ent-main .owl-carousel .owl-item a:first-child:after {
    content: '';
    background: #0000007a;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: -1px;
}


/*
.ent-inn {
    text-align: center;
    padding: 43px;
    background: #fff;
    box-shadow: 0px 10px 2px #8d8d8d;
    margin: 1px;
    margin-top: 0;
    position: relative;
    min-height: 239px;
}
*/

.ent-inn {
    text-align: center;
    padding: 1px;
    background: #0000 !important;
    box-shadow: 0px 10px 2px #000000;
    margin: 1px;
    margin-top: -43px;
    position: relative;
    min-height: 136px;
    width: 100%;
    margin-left: 0px;
   z-index: 99;
}
.ent-btn {
    border: 1px solid #DAD2C9;
    width: 179px;
    height: 51px;
    display: block;
    line-height: 46px;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    bottom: 15px;
    text-align: center;
    left: 27%;
	font-size: 13px;
	letter-spacing: 1px;
	transition: 0.3s;
	text-transform: uppercase;
}


.ent-btn:hover{background-color:#A8926F; color: #fff; }


.ent-main .ent-inn  p {
padding-top: 16px;
    padding-bottom: 19px;
display:none;
}


.ent-main .owl-dots{display: block !important;padding-top: 23px;}
.ent-main  button.owl-dot.active span {
    background: #a8926f !important;
}

.ent-main .owl-nav {
    display: none;
}
.ent-main .owl-theme .owl-dots .owl-dot span{    background: #fff}


/* evnt end------------------------------*/


.stor {
    padding-top: 65px;
    padding-bottom:  106px;
}

h3.nmbr {
    font-size: 45px;
    color: #A8926F;
    margin-bottom: 0;
    line-height: 83px;
    white-space: pre;
    padding: 13px;
    padding-bottom: 0;
}

.stor .stor-inn {
    padding-left: 13px;
    display: flex;

    border-bottom: 9px solid #a8926f;
    margin: 12px;
}

.stor .stor-inn .nmbr-txt-2{
    background: #fff;
    padding: 20px;
    color: #000;
    margin-bottom: 0;
    width: 100%;
}
.nmbr-txt-2.kk {
    line-height: 54px;
}

.flow {
    text-align: right;
}

.insta img {
    width: 100%;
}

.mob {
    text-align: center;
    margin: 0 auto;
    padding-top: 31px;
}
.mob{display: none;}
.flow{display: block;}

.insta {
    padding-bottom: 60px;
}

.vistr {
    text-align: center;
    background: url(../images/banner-2.jpg);
    width: 100%;
    color: #fff;
    font-weight: 700;
    position: relative;
   
}

.vistr:before {
    background: #0000005e;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
}

.vst-inn h2 {
    font-size: 69px;
    font-family: 'Open Sans', sans-serif;
    
}


.vst-inn p {
    font-size: 29px;
}
.vst-inn {
    padding-top: 7%;
    padding-bottom: 7%;
    position: relative;
    z-index: 2;
}
.ame-bx {
    text-align: center;
}

.ame-bx img {
    width: 67px;
    padding-bottom: 19px;
}
ul.ame-inn li {
    width: 25%;
    padding: 3%;
    padding-bottom: 5%;
display:block;
}
ul.ame-inn {
    display: flex;
    flex-wrap: wrap;
}

.ame {
    background: #f7f3ef;
}


.opn ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    align-items: center;
}
.opn ul li {
    display: flex;
    line-height: 27px;
    padding-left: 20px;
}
.opn ul li img {
    width: 27px;
    height: 27px;
}
.open-bx {
    padding-left: 10px;
}

.ame {
    background: #000000 !important;
    color: white !important;
    padding-top: 68px;
    padding-bottom: 46px;
    margin-bottom: 66px;
}

/* FOTTER------------------------------ */

footer#footer{
    color: #bfbfbf;
    padding-top: 80px;
    background: #000;


}
input.form-control.sub {
    border-radius: 0px;
}
button.btn.bttn {
    border-radius: 0;    background: white;
}
.bdrn:before {
    content: '';
    width: 0px;
    height: 100%;
    /*background: #A8926F;*/
    position: absolute;
    right: 8px;
}
.contect a {
    color: #bfbfbf;
    text-decoration: none;
   }
.contect h6 {
    padding-top: 40px;
    font-weight: 400;
    padding-bottom: 0px;}

.search {
    padding-bottom: 30px;
    text-align: center;
    margin-top: 50px;
}
 p.strand {
    padding-top: 30px;
}
.log p {
    margin-bottom: 0px;}
.log a {
    color: #fff;
    text-decoration: none;
}
.icon-fb {
     margin-top: 0px;
     text-align: center;
    }
 .icon-fb p {
    margin-bottom: 0px;
    color: #ffffff;
    text-align: left;
}

.input-group.mb-3 {
      margin-top: 5px;

    }
input.form-control {
    border: 1px solid;
    background: transparent;
}

.contect2 {
    padding-top: 37px;
    display: flex;
}
.contect2 .socl {
    display: flex;
    padding-right: 21px;
    font-size: 26px;
    color: #fff8f8;
}
a.socl {
    padding-right: 18px;
}
p.mal {
    padding-top: 0px;
    color: #bfbfbf;
    margin-bottom: 11px;
}

.socl img {
    width: 17px;
}
    .contect a {
        display: flex;
    }
    .svg-wrapper.btn-in #text a {
        /* padding-top: 22px; */
        line-height: 43px;
    }
    .svg-wrapper.btn-in {
        float: right;
        padding-top: 15px;
    }
    .sub{font-size: 11px;
        border: 1px solid #fff !important;height: 41px;
    }
    .bttn i {
        font-size: 22px;

        text-align: center;
        border-radius: 100%;
        padding-left: 2px;
        color: #A8926F;
    }
    .bttn {
        background-color: #000;
        border: 1px solid #fff;
    }
    .icon-fb .contect a {
        display: inline-block;
        font-size: 20px;
        margin-left: 23px;
        left: -19px;
        position: relative;
    }
    .log p {
        width: 76%;
    }
.footer .col-md-2:nth-child(2) {
    border-left: 0px solid #bfbfbf;
    border-right: 0px solid #bfbfbf !important;
}
.contect {
    padding-top: 1px;
}

.icon-fb{
    padding-top: 120px;
}


.bx-din {
    background: #fff;
    padding: 11px;
color: #000;
font-weight:500
}

.bx-din p {
    padding-left: 17px;
    width: 85%;
font-size: 14px;
}
ul.ting {
    display: flex;
    flex-wrap: wrap;
padding-left: 7px;
    align-content: center;
}
ul.ting li {
    padding-bottom: 10px;
    width: 50%;
    padding: 8px;
list-style: none;
}
ul.ting li img {
    width: 135px;
}
.doo img {
    width: 105%;
}
.bx-din .cls-btn {
    margin: 0 auto;
    text-align: center;
    padding-top: 8px;
    padding: 12px;
}
.doo {
    padding-right: 0px;
}
.dn {
    padding-left: 0px;
}


.thing .owl-dots {
    display: block !important;
    padding-top: 23px;
}
.thing .owl-nav{display:none !important;}

.aanchorstores  .owl-dots {
    display: block !important;
    padding-top: 23px;
}
.aanchorstores  .owl-nav{display:none !important;}


.brr hr {
    margin-top: 2rem;
    margin-bottom: 45px;
    display: inline-block;
background:#dddd;

}


.brr hr  {
  width: 100%;
  animation-name: reducetime;
  animation-duration: 7s;
 float:left;

}

@keyframes reducetime {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.anch {
    background-image: url(../images/z-logo.png);
    background-position: -33% 187px;
    background-repeat: no-repeat;
    background-size: 41%;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    width: 100%;
background-color:black;
    color: white;
    padding-bottom: 46px;
}

.anch:before {
    background:#000000e8;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
}
.anch ul.ting li {
    border: 0px solid #ddd;
    padding-bottom: 10px;
    width: 46%;
    padding: 8px;
    list-style: none;
    margin: 5px;
    background: #fff;
}
.rght img {
   width: 100%;
}



.n2-ss-layer.n2-ow.n-uc-UWg5kcDGx1kf .n2-ss-button-container a {
    background:#ffffff00 !important;
    color: white !important;
    margin-right: 10px;
border: solid 1px white !important;
}
.n2-ss-layer--auto .n2-ss-button-container a{
    background: white !important;
    color: black !important;
    margin-right: 10px;
border: solid 1px white !important;
}

 .n2-font-e129a8c8af82a9c52ce966752db00e29-hover {
    font-family: 'Syne', sans-serif !important;
    color: #ffffff;
    font-size: 70px !important;
}

.n2-font-0b2dbb5cbcc153b9663e67f4f7b4941d-paragraph
{font-family: 'Manrope', sans-serif !important;font-size: 22px !important;letter-spacing: 0.045em !important;

position: relative;
    top: -10px;
}
div#n2-ss-1 .n-uc-GRDPm2YpE6Kf-inner {
   
    padding: 208px 0px 0px 0px !important;
  
}

div#n2-ss-1 .n-uc-4T8K9YpmvABO {
    padding: 10px 60px 10px 60px;
    background: #00000054;
}
/*
.rght {
    position: absolute;
    right: -27px;
text-align: right;
}
*/
.spce {
    height: 36px;
}

.anch ul.ting li img {
    height: 83px;
    object-fit: cover;
}

.n2-ss-slider .n2-ss-layer-row {
   
    height: 138px;
}

div#n2-ss-1 .n-uc-1e6a8613fe74b-inner {
  
    display: flex;
    flex-direction: row;
    justify-content: flex-start !important;
padding-left: 0px !important;
}

/* FOTTER END------------------------------ */


/* About us */


section.intr-bner {
    height: 60vh;
    overflow: hidden;
}
section.intr-bner img {
    width: 100%;
}
.abut-us {
    padding-top: 60px;
    padding-bottom: 60px;
}
.abut-us p {
    padding-top: 19px;
}

.lft-logo {
    border: 0px solid #000;
    overflow: hidden;
}
.innr-logos ul {
    white-space: nowrap;
    overflow-x: scroll;
}

.innr-logos ul li {
    border: 1px solid #A8926F;
    margin: 16px;
    width: 11%;
    white-space: nowrap;
    display: inline-block;
}

.innr-logos ul li img{max-width: 100%;}
.our-value {
    background: #021139;
    color: #fff;
    padding-top: 90px;
    margin-top: 80px;
    padding-bottom: 90px;
}
.our-value h2{padding-bottom: 50px; }
.our-value .hading:before {

    background: #fffdfd;
}

section.remrk {
    background: #fff;
    padding-top: 61px;
    padding-bottom: 90px;

}
 .mrk-1{ background-image: url(../images/mark-1.jpg);}
 .mrk-2{ background-image: url(../images/mark-2.jpg);}
 .mrk-3{ background-image: url(../images/mark-3.jpg);}
 .mrk-4{ background-image: url(../images/mark-4.jpg);}
 .mrk-5{ background-image: url(../images/mark-5.jpg);}
 .mrk-6{ background-image: url(../images/mark-6.jpg);}
.ramk-bx {
       background-repeat: no-repeat;
    width: 100%;
    border: 1px solid;
    padding: 31px;
    text-align: center;
    margin: 1px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: white;
    padding-top: 44px;
position:relative;
height: 244px;
align-content: center;
}

.ramk-bx:before {
    background: #00000087;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    content: '';
    top: 0px;
}
.mrkk-txt {
    z-index: 99;
    width: 100%;
    font-size: 16px;
}
.rm-bx {
    display: flex;
    background: #fff;
    padding: 14px;
    padding-bottom: 47px;
        min-height: auto;
}
.indust {
    padding-bottom: 56px;
}
.indust p {
    font-size: 15px;
}


.mrk-icon {
    width: 71px;
    height: 71px;
    line-height: 71px;
    text-align: center;
z-index:99
}

.mrk-icon img {
    padding: 11px;
    width: 71px;
    height: 71px;

}
.mrk-txt {
    padding-left: 14px;
}
.mrk-txt span {
    font-size: 13px;
    color: #A8926F;
    font-family: 'Syne', sans-serif;
    padding-bottom: 4px;
    display: block;
}
.mark-innr ul {
padding-left: 0px;
    display: flex;
    /* flex-flow: wrap; */
    flex-wrap: wrap;
}
.mark-innr li {
    width: 32%;
    /* display: inline-grid; */
    margin: 5px;
     padding-bottom: 0px;
    list-style: none;
margin-bottom: 3px;

}
.overlay-box {
  overflow: hidden;
}

.overlay-box:hover .desc,
.overlay-box:focus .desc {
  opacity: 1;
}

.overlay-box .desc {
    opacity: 0.01;
    display:none;
    font-size: 1rem;
    height: 100%;
    padding: 30px 25px 20px;
    transition: all 0.3s ease;
    background: rgb(0 0 0 / 85%);
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0px;
     display:none;
    align-items: center;
    justify-content: center;
    align-content: stretch;
}
.overlay-box .desc a {
    color: #fff;
    border: 1px solid;
    padding: 4px 17px;
}
.brwn{background-color: #A53E05;}

.blue{background-color: #1A1040;}
.bgne{background-color: #780A4C;}
.grn{background-color: #0F827B;}
.gry{background-color: #A8926F;}
.red{background-color: #780101;}


.mrk-icon img {max-width: fit-content;}

.bdr-btn {
    border: 1px solid #D6C4AF;
    width: 179px;
    height: 51px;
    display: block;
    line-height: 46px;
    margin: 0 auto;
    color: #021139;
     bottom: 15px;
    text-align: center;


    margin-top: 56px;
}
.overlay-box:hover .mrk-icon img {
    width: 50px;
    height: 50px;
}


.overlay-box:hover .mrk-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
}


.ramk-bx.overlay-box:hover {
    padding-top: 4px;
    align-content: flex-start;
}

.srch-inn  h3 {

    padding-bottom: 14px;
}
.srch-inn {

    position: relative;
}
.srch-inn p {
    background: #a8926f;
    padding: 15px 0;
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    bottom: -9px;
    width: 100%;
}
.bdr-btn:hover {
    background: #A8926F;
    color: #fff;
}
.lft-logo img {
    width: 100%;
	height: auto;
}


/* About us */


/* contact us */
.call {
    padding-top: 33px;
}
.cont-bx {
    background: #000;
    padding: 22px 22px;
    color: #D6C4AF;
}
.cont-bx img {
    width: 35px;
    padding-right: 11px;
}

.cont-bx span{font-weight: 400;}

.call ul{display: flex;}
.call ul li {
    width: 264px;
    text-align: center;
    margin: 5px;
display: block;
}
.contect-form input.form-control {
    margin-top: 10px;
    margin-bottom: 0px;
    height: 60px;

    border: 1px solid #A8926F;
    border-radius: 0px;
}
.contect-map iframe {
    width: 100%;
    margin-bottom: -6px;
}
 input.form-control::placeholder {
    color:white;
    opacity: 1; /* Firefox */
  }
.contect-form input.form-control::placeholder {
    color:black;
    opacity: 1; /* Firefox */
  }

  .contect-form textarea::placeholder {
    color: #A8926F;
    opacity: 1; /* Firefox */
  }

.contect-form textarea#comment {
    border: 1px solid #A8926F;
    margin-top: 10px;
    color: #012755;
    border-radius: 0px;
}
.contect-form .form-group input {

    background-color: #A8926F;
    float: right;
    margin-top: 30px;
    color: #fff;
    text-decoration: none;
margin-right:0px;
}
.contect-form .form-group input:hover {
    background-color: #1A1040;
    color: #9c9c9c;
}
section.contect-map img {
    width: 100%;
    margin-top: 80px;
}
.contect-form {
    padding-top: 27px;
}
.contect-form  form {
    padding-top: 20px;}



/* contact end */

/* store search ----------*/

hr.lne {
    margin: 0px;
    border-top: 0;
}

.lne:before {
    content: '';
    background: #ccc;
    height: 1px;
    position: absolute;
    left: 0;
    z-index: 99999;
    width: 58%;
    /* margin: 0 auto; */
    left: 285px;
    overflow: hidden;
    top: 13px;
}
.srch ul  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.srch ul li img { width:100%}
.srch ul li {
    box-shadow:0px 2px 3px 1px #ccc;
    padding: 26px;
    text-align: center;
    width: 258px;
    margin: 12px;
    border: 1px solid #a8926f;
}
.srch-inn {
   /* padding-top: 39px; */
}
.flter {
    text-align: center;
    float: right;
    padding-right: 8%;
    background: #fff;
    color: #A8926F;
    padding-left: 4px;
}
.brnd {
    padding-top: 60px;
   padding-bottom: 30px;
}

.brnd .hading:after {
    content: '';
    width: 60%;
    background: #D6C4AF;
    height: 1px;
    position: absolute;
    top: 10px;
    margin-left: 7px;
    z-index: -1;
}

.lod-btn {
    margin-bottom:40px;
}
/* store search ----------*/



.stor_inter {
    padding-top: 90px;
}
.img-int img {
    border: 1px solid #D6C4AF;
    width: 100%;
}
.brand-grid img {
    width: 100%;
}
.right-internal p {
    padding-bottom: 17px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.right-internal p:first-child {
    padding-bottom: 32px;
}
.floor{font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 400; color: #000;text-transform: uppercase;}

.adrs{font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 600; color:#A8926F;padding-top: 6px;}

.stor_inter hr {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
}

.week {
    display: block;
    color: #A8926F;
    font-size: 18px;
    font-weight: 600;
    padding-top: 13px;
   font-family: 'Syne', sans-serif;
   margin-bottom: 0px;
    margin-top: 0px;
    padding-top:15px;
    padding-bottom: 0px !important;

}
.str-cal img {
    width: 31px;
    padding-right: 10px;
}

.detail ul {
    padding: 0;
}
.detail {
    padding-top: 12px;
}
.detail ul li {
    padding-bottom: 10px;
list-style: none;
}


.photo {
    background: #f6f5f3;
    padding-top: 45px;
    margin-top: 42px;
    padding-bottom: 36px;
}

.photo .owl-dots {
    display: block !important;
    padding-top: 36px;
}

.photo .owl-nav {
    display: none;
}

.photo button.owl-dot.active span {
    background: #a8926f !important;
}

.photo button.owl-dot span {
    background: #D6C4AF !important;
}
.photo .item:before {
    background: rgb(0 0 0 / 26%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

.pad {
    padding-bottom: 50px;
}

.tab-catgy ul{display: flex;
    flex-wrap: wrap;
    justify-content: center;}

    .tab-catgy ul li {
        border: 1px solid #A8926F;
        padding: 16px 39px ;
        margin: 7px;
        box-shadow: 0px 3px 2px 0px #ccc;

        text-align: center;

        width: 220px;

        display: flex;

        justify-content: center;
        align-items: center;
    }


    .cat-btn {

        padding-top: 19px;
        display: flex;
        justify-content: flex-end;
        padding-bottom: 23px;
    }
    .ylow {
        background-color: #A8926F;
    }

    .ylow:hover {
        background-color: #1A1040;
        color: #fff;
    }
.catogy {
    padding-top: 50px;
}

span.flter img {
    width: 17px;
}
.comment-author.vcard .photo {
    background: #f6f5f3;
    padding-top: initial;
    margin-top: 0px;

    padding-bottom: initial;

    border-radius: 100%;

}
.comment-body {
    padding-top: 33px;
}

.comment-meta.commentmetadata {
    padding-bottom: 13px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.comments ul li{list-style:none}

.think-to-do ul.ting li:hover {
    box-shadow: 0px 0px 10px 2px #dedede;
}

.blog-posts .brand-grid:hover {
     box-shadow: 0px 0px 6px 1px #dbdbdb;
    border: 1px solid #f3eeee;
}
.open-bx a {
    color: #000;
}
/*-----------wordpress after----------------*/




.thng-txt a {
    color: #fff;
}

.mrk-pd .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.inner-content {
    padding-top: 70px;
padding-bottom: 51px;
}

ul.mnu-dsk li a {
    color: #000;
    text-transform: uppercase;
}

.src {

    color: #fff;
}

.cont .navbar-brand {
    width: 229px;
}

.contect2 ul{display: flex;}

#copyright a {
    color: #c1c9d6;
}
.input-group.mb-3 form {display: flex;  width: 100%;}

.brand-grid{
	/* box-shadow: 0px 2px 3px 1px #ccc; */

       text-align: center;
  width: 100%;

      border: 1px solid #a8926f;
}

.pum-content li.sf-level-0 input[type="checkbox"]:checked + label  {color:#fff;background:#A8926F;}


.pum-content ul li.sf-level-0 label {
    width: 148px;
    border: 1px solid #A8926F;
    box-shadow: 0px 0px 0px 0px #ccc;
    padding: 0px 10px;
	letter-spacing: 0.1px;
    margin: 6px;
	display: flex;
        justify-content: space-around;
    align-items: center;
	text-align: center;
	height: 55px;
font-size: 12px;

}

.pum-content ul li ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pum-content ul li.cat-item {

    position: relative;
}
.pum-content ul li.sf-level-0 input[type="checkbox"] {
    width: 100%;
    position: absolute;
    left: 0;
    /* top: 29px; */
    height: 100%;
opacity: 0;
}
.searchandfilter ul li.sf-level-0 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 166px;
}

.sf-field-reset {

    display: inline-block !important;
}
.searchandfilter ul {

    text-align: center;
}
.sf-field-submit input {
    background: #000 !important;
}
.sf-field-submit {

    display: inline-block !important;

}
/*.blog-posts .col-md-3 img{width:100%} */
.blog-posts .col-md-3 {
    margin-bottom: 29px;
    display: inherit;
}


.searchandfilter h4 {

	position: relative;
    padding-bottom: 27px;
    padding-left: 76px;
    font-size: 15px;
    font-family: 'Syne', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
	letter-spacing: 0.2px;
	color: #000;
text-align: left;

}

.searchandfilter h4:before {
    content: '';
    background: #D6C4AF;
    width: 69px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 12px;
}

.searchandfilter input[type="submit"] {
    text-align: center;
    background: transparent;
    margin-right: 13px;
    color: #a8926f;
  font-family: 'Syne', sans-serif;
    font-size: 14px;
    padding: 14px 40px;
    border: 2px solid #a8926f;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 47px;
}

.searchandfilter input[type="submit"]:hover {
    background-color: #A8926F;
    color: #fff;
}

.searchandfilter li:last-child{

    display: flex;
     flex-wrap: wrap;
    justify-content: center;
}

.page-template-index-brand .brand-grid img{width:100%}

.srch {
    width: 100%;
}
span.no-more-post  {
    text-align: center;
    display: block;
    padding-bottom: 39px;
}

.no-more-post-found {
    text-align: center;
    display: block;
    padding-bottom: 39px;
}

#menu-header .dropdown-toggle{position:relative}


#menu-header .dropdown-menu{background:transparent;    border: 0px;}

#menu-header .dropdown-menu li{border-left:0;border-right:0px}
#menu-header .dropdown-menu li:last-child{border-bottom:0;}
#menu-header .dropdown-menu li a{background:transparent;}
#menu-header .dropdown-menu li a:hover{background:transparent;color: #A8926F;
}

#menu-header .dropdown-toggle::after {
    position: absolute;
    right: 0;
 top: 19px;
}


form.search-form {
    padding-top: 8px;
    padding-left: 10px;
}
.togglesearch {
    position: absolute;
    top: 82px;
    width: 348px;
    z-index: 9;
    right: 16px;
    background: #E8E8E4;
    height: 58px;
    /* line-height: 60px; */
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-top: 4px solid #a8926f;
}
.togglesearch:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #a8926f
}

.togglesearch .search-field {
    width: 200px;
    padding: 5px 10px;
    margin-left: 23px;
    border: 1px solid #a8926f;
    outline: none;
}

.togglesearch .search-submit {
    width: 80px;
    padding: 5px 0;
    background: #000;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #a8926f;
    outline: none;
    cursor: pointer;
}

#comments {

    width: 1104px;
    margin: 0 auto;

    margin-top: 10px;
    padding: 28px;
}


.category-uncategorized {

    width: 1100px;
    margin: 0 auto;
    border: 1px solid #d6c4af;
    margin-top: 10px;
    padding: 28px;
    margin-bottom: 24px;
}
.category-uncategorized .entry-summary {
    text-align: left;
}

.category-uncategorized  h2.entry-title {
    text-align: left;
}

.category-uncategorized h1.entry-title {
    font-size: 29px;

}

.category-uncategorized img {
       width: 100%;
    margin-top: 0px;
    margin-bottom: 18px;
    height: 254px;
    object-fit: cover;
}
}


.search {

    margin-top: 0px !important;

}

form#commentform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
p.comment-notes {
    width: 100%;
}
p.comment-form-comment {
    width: 100% !important;
}
p.comment-form-comment textarea {

    width: 100% !important;
}
p.comment-form-email {
    padding-left: 11px;
    padding-right: 11px;
}
section.intr-breadcrumb {
    background: #a8926f;
    padding: 20px;
    color: #fff;
}
.intr-breadcrumb a {
    color: #fff;
}
.intr-breadcrumb span {
    padding-right: 2px;
    display: inline-block;
    padding-left: 1px;
}
#submit{
    text-align: center;
    background: #000;
    color: #fff;
   font-family: 'Syne', sans-serif;
    font-size: 14px;
    padding: 15px 35px;
    border: 1px solid #fff;
    text-transform: uppercase;
}

#submit:hover {
    background-color: #A8926F;
    color: #fff;
}

p.comment-form-cookies-consent {
    white-space: nowrap;
}


footer.footer {
    background: #fff;
    display: flex;
    justify-content: space-around;
}
.nav-links {
    display: flex;
}

.nav-links div {
    padding: 23px;
    padding-top: 0px;
}
.contect2 ul li{list-style:none}
.contect ul li {list-style:none; padding-bottom: 20px;}

blockquote {

    border: 5px solid #ccc;
    padding: 12px;
font-style: italic;
font-weight:600;
}
.ser-home ul li {
    list-style: none;
}

div#copyright {
    margin-top: 17px !important;
}

.mrk-txt p {
    margin-bottom: 0px;
}

.category-uncategorized p {
    margin-bottom: 0px;
}


.pum-theme-79 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{    color: #000 !important;    background-color: transparent !important; box-shadow: 0px 0px 0px 0px !important;}


.anch ul.ting li:hover {
    box-shadow: 0px 0px 10px 2px #969696;
}
.stor-inn h3.nmbr img {
    width: 50px;
    height: 50px;
}
.stor-inn h3.nmbr {
    font-size: 33px;
    color: #A8926F;
    margin-bottom: 0;
    line-height: 83px;
    white-space: pre;
    padding: 0;
    padding-bottom: 0;
}


.think-to-do .thing {
    padding-top: 64px;
}
.think-to-do ul.ting {
    height:auto;
    justify-content: center;
}
.think-to-do ul.ting li {
    padding-bottom: 10px;
   width: 47%;
    margin: 0px 0px 8px 8px;
    list-style: none;
    height: 107px;
    border: 1px solid #000000;
    background: #fff;
}
.think-to-do ul.ting li img {
    width: 92px !important;
    margin: 0 auto;
}

.right-side .navbar-toggler{
    background: #000;
    padding: 2px 11px;
    border-radius: 10px;
}
.contect a:hover {
    color: #A8926F;
    text-decoration: none;
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.nav-link{


    transition: all 200ms linear;
}


.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.navbar-light .navbar-nav .nav-link {
    color: #000 ;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}
.pad-rgt {
    padding-right: 59px;
}

.single-post .category-uncategorized {
    width: 100%;
    border: 0px;
    padding-top: 23px;
}


.single-post .category-uncategorized  h1.entry-title {
    font-size: 29px;
    padding-left: 0px;
}

.single-post .category-uncategorized .entry-meta{ padding-left: 0px !important;    padding-bottom: 19px;}

.single-post .category-uncategorized .content {
  
    padding-bottom: 50px;
}


.single-post .category-uncategorized img {
   
    margin-bottom: 46px;
       height: 100%;
}

/* #Primary style
================================================== */



.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

.ame {
    background: #000000 !important;
    color: white !important;
}

.our-value-1 {
    background: black;
    color: white;
    padding-bottom: 60px;
    padding-top: 60px;
margin-top: 44px;
}

.val-txt {
  
    padding-top: 55px;
}
.val-txt h3{font-size: 45px;}


/*-----------wordpress after end----------------*/


@media(max-width:1225px){
header ul.mnu-dsk {
    position: relative;
    left: -37px !important;
}
    .srch ul {
        padding-left: 0;
    }
    header ul.mnu-dsk {
        /* display: none; */
        position: relative;
        left: -44px;
    }
    .thing-innr ul {
        padding-left: 0px;
        display: flex;
        overflow: hidden;
        flex-flow: wrap;
    }

    .thing-innr ul li {
        width: 50%;
    }

    .thng-txt {

        width: 96%;
    }
    .mrk-pd {

        height: auto;

}
.bdrn:before {

    right: 7px;
}

.ent-btn {
    margin-top: 37px;
    left: 21%;
}
.mrk-icon img {max-width: fit-content;}
.call ul li {
    width: 220px;
      }
      .main-heding {
        font-size: 41px;
      }

      .main-heding {
        font-size: 31px;
    }
  .ser-home {
        padding-top: 52px;
    }
 .ser-home .hading {
        position: relative;
        padding-bottom: 5px;
 }
 .ser-box .ser-img {

    width: 90px;
    height: 90px;
    line-height: 35px;
    padding: 21px;

}
.ser-img img {
    width: 51px;
}
.bnr-in {

    background-size: cover;
}
.thing {
    padding-top: 37px;
}


.thng-txt span {

    font-size: 65px;

}



.stor {
    padding-top: 42px;
    padding-bottom: 67px;
}

.ent-main {
    background: #F0EBE7;
    margin-top: 26px;
    padding-top: 39px;
    padding-bottom: 39px;
}
.insta {
    padding-bottom: 49px;
}

.abut-us {
    padding-top: 49px;
    padding-bottom: 34px;
}
.our-value {

    padding-top: 52px;
    margin-top: 50px;
    padding-bottom: 38px;
}
section.remrk {
    background: #fff;
    padding-top: 49px;
    padding-bottom: 41px;
}

.bdr-btn {

        margin-top: 33px;
}

.rm-bx {

    padding: 14p;
    padding-bottom: 14px;
    min-height: 244px;
}
.contect-form {
    padding-top: 30px;
}

section.contect-map img {
    width: 100%;
    margin-top: 50px;
}

.stor_inter {
    padding-top: 33px;
}
.pad {
    padding-bottom: 33px;
}
.brnd {
    padding-top: 44px;
}

}

@media(max-width:1199px){
.think-to-do ul.ting li img {
    width: 60px !important;
    margin: 0 auto;
}
.think-to-do ul.ting {
    height: 235px;
}
.think-to-do ul.ting li {

    height: 79px;
}
.rght img {
    width: 100%;
}

}

@media(max-width:1024px){
.src {
    position: relative;
    top: -4px;
    font-size: 22px;
    right: 49px;
}
	.right-side .navbar-toggler {

    display: none;
}

.mobmenur-container{background: #000;
    padding: 2px 0px;
    border-radius: 10px;
}

.rght {
    position: absolute;
    right: 0px;
    text-align: right;
}
.search {

    margin-top: 0px !important;
}

.mobmenur-container i {
    line-height: 30px;
    font-size: 41px !important;
    float: right;
    color: #d6c4af !important;
}
.mob-menu-header-holder {
    font-weight: bold;
    top: 43px !important;
    right: 110px !important;

}
.navbar-toggler span {
    display: block;
    background-color: #ffffff;
}
.mob-menu-header-holder {

    width: 60px;}

.mobmenu-content li {

    border-bottom: 1px solid #A8926F;
    padding-top: 11px;
    padding-bottom: 9px;
}

.mobmenu-content li a {
   font-family: 'Syne', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400;
  color: #000;
}

.mobmenu-content #mobmenuright .sub-menu {
    background-color: transparent !important;
}
.mobmenu-content #mobmenuright .sub-menu a {
    color: #000!important;
}
.mobmenu-content #mobmenuright li:hover {
    background-color: transparent !important;
}
.mobmenu-content li > .sub-menu li:last-child{border-bottom:0px  !important;
}

.mobmenu-content #mobmenuright > li > a:hover {
    background-color: transparent !important;
    color: #000 !important;
}
.blog-posts img {
    width: 100%;
}

.mobmenur-container {
    position: absolute;
    right: -71px !important;
}


.category-uncategorized {
    width: auto;
        margin-left: 10%;
    margin-right: 6%;
margin-bottom: 2%;
}


.mob-menu-header-holder {

    height: 0px !important;
}
.category-uncategorized {
    width: auto;
    margin-left: 6%;
    margin-right: 6%;
}

#comments{
    width: auto;
    margin-left: 6%;
    margin-right: 6%;
padding:5px;
}
form#commentform p {
    width: 33%;
}
p.comment-notes {
    width: 100% !important;
}
p.comment-form-email {
    padding-left: 0px;
    padding-right: 0px;
}

.mrk-pd .owl-dots {

    padding-top: 31px;
}
.inner-content {
    padding-top: 35px;
  padding-bottom: 13px;
}

.think-to-do ul.ting li img {
    width: 60px !important;
    margin: 0 auto;
}
.think-to-do ul.ting {
    height: 235px;
}
.think-to-do ul.ting li {

    height: 79px;
}
.rght img {
    width: 100%;
}
hr {
    margin-top: 2rem;
}
a.navbar-brand {
    float: left;
    width: 165px;
}
.src {

    right: 65px;
}
header ul li {
    display: inline-block;
    padding-left: 20px;
}
.page-template-index-brand .intr-bner {
    height: auto;
    overflow: hidden;
}
}

@media(max-width:992px){

.bnr-in {
    height: 635px;
}
a.navbar-brand {
    float: left;
    width: auto;
}

    header ul.mnu-dsk {
         display: none;

    }
    .stor .stor-inn .nmbr-txt-2 {

        width: 100%;
    }



    .footer .col-md-2 {
        width: 48%;
        flex: 18% !important;
        max-width: 29%;
        margin: 0 auto;
    }
    .bdrn:before {
        content: '';
        width: 1px;
        height: 37%;
        background: #000000;
        position: absolute;
        right: 52%;
        top: 102%;
    }
    .log {
        text-align: center;
    }
    .contect2 {
        padding-top: 158px;
        display: flex;

        justify-content: center;
    }
    p.mal {
        padding-top: 0px;
        text-align: center;
        position: relative;
        top: 0px;
    }
    .icon-fb {
        margin-top: 66px;
        text-align: left;
    }
    ent-btn {
        left: 35%;
    }
    .mrk-icon {
        width: 66px;
        height: 66px;
        line-height: 39px;
        text-align: center;
    }
    .mrk-icon img {
        padding: 11px ;
        width: 66px;
        height: 66px;
        max-width: fit-content;
    }

    .call ul li {
        width: 161px;
          }

          ul {
            padding-left: 0;
        }
         #comments input{width:100%}

	form#commentform p {
    		width: 100%;
	margin-bottom: 0px;
    	padding-bottom: 8px;
	}

p.comment-form-cookies-consent  {
    white-space: inherit;

}
p.comment-form-cookies-consent input {
    width: auto !important;
}

}


@media(max-width:768px){

.srch ul li {

    width: 45%;

}
.brnd h1.hading:after {

    width: 42%;
}
.lod-btn {
    margin-bottom: 49px;
}
.stor_inter {
    padding-top: 40px;
}

.img-int {
    text-align: center;
    padding-bottom: 35px;
}

.pad {
    padding-bottom:30px ;
}

.tab-catgy ul li {


    padding: 19px 44px;

}
.brnd .hading:after {
    content: '';
    width: 38%;
}

.cat-btn {

    justify-content: center;
}
.ent-btn {

    position: initial;
}


.mob-menu-header-holder {
        top: 52px !important;
    right: 104px !important;
}
p.comment-form-cookies-consent {
    display: flex;
    flex-direction: row;
}

#wp-comment-cookies-consent {
    margin-top: 4px;
    margin-right: 5px;
}
.bx-din p {

    font-size: 13px;
}
.thng-name {
    font-size: 13px;
}
.thng-name {
    font-size: 13px;
    padding-top: 7px;
    padding-left: 16px;
    padding-bottom: 7px;
}
.doo img {
    width: 105%;
}

ul.ting li {
       padding: 3px;

}
.rght {
    position: relative;
    right: 0;
    text-align: right;
}
.think-to-do ul.ting {
    height: 165px;
}
.think-to-do ul.ting li {
    height: 56px;
}
.think-to-do ul.ting li img {
    width: 39px !important;
    margin: 0 auto;
}
.opn ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0px;
    margin-left: 0px;
}
.opn ul li {
        padding-left: 0;
}

#custom_html-2 {
    height: 287px;
}
.contect2 {
    padding-top:27px;
}
.footer .col-md-2:nth-child(2) {
    border-left: 0px solid #bfbfbf;
    border-right: 0px solid #fff !important;
}

.icon-fb {
    margin-top: 2px;
    text-align: left;
}
div#copyright {
    margin-top: 19px !important;
    padding-bottom: 1px !important;
}
.icon-fb {
    padding-top: 7px;
}




}





@media(max-width:720px){
.call ul {
    flex-wrap: wrap;
justify-content: center;
    padding-left: 15px;
    padding-right: 15px;

}

}


 @media only screen and (min-width: 720px) and (max-width: 800px)  {

.mrk-pd {
    padding: 63px;
    background: #fff;
    height: 100%;
    padding-left: 12px;
    padding-right: 20px;
}
}

@media(max-width:640px){
.bnr-in {
    height: 438px;
}
.page-template-index-brand .brand-grid img {
    width: 100%;
}
.srch-inn {
    padding-left: 0%;
    padding-right: 0%;
}
    .mark-innr li {
        width: 100%;
    }

    .stor {
        padding-top: 40px;
        padding-bottom: 41px;
    }
    .insta {
        padding-bottom: 38px;}

    .mob{display: block;padding-top: 25px;}
    .flow{display: none;}
    .ent-btn {

        left: 0;
        position: initial;
    }
    .shop-fom a.btnn {
        text-align: center;
        margin: 0 auto;
        display: table;
    }
    .ent-main {
        background: #F0EBE7;
        margin-top: 19px;
        padding-bottom: 26px;
    }
    .ent-inn{min-height: auto;}

    .banner .carousel-indicators {

        left: 0;
    }
    .ser-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

.thing-innr ul li {
    width: 100%;
}

.thing-innr ul li {
    width: 100%;
    height: 256px;
}

.bx {

    height: 47%;
}
.mrk-pd {

    margin-bottom: 23px;
}


.mrk-pd .owl-dots {

    display: none;
}
.mrk-pd .owl-carousel .owl-item {
    padding-top: 0;
}

.ser-home .btnn {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-around;
    width: 236px;
}
.ser-home {
    padding-top: 55px;
}
.ser-home .bx-inn p {
    display: none;
}
.bx-inn {
    padding-left: 0px;
    padding-top: 16px;
    padding-bottom: 20px;
}

.ser-home ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
}
.ser-home ul li {
    width: 50%;
    text-align: center;
list-style: none;
}
.nmbr-txt-2.kk {
    line-height: 73px;
}

.footer .col-md-2 {
    width: 49%;
    flex: 48% !important;
    max-width: 34%;
    margin: 0 auto;
}




.bdrn:before {
    content: '';
    width: 1px;
    height: 37%;
    background: #000;
    position: absolute;
    right: 51%;
    top: 102%;
}

.abut-us h3 {
    font-size: 13px;
    padding-bottom: 10px;
}
.abut-us p {
    padding-top: 0;
    padding-bottom: 0px

}

.thing {
    padding-top: 38px;
}
.shop-top .row {
    padding-left: 15px;
    padding-right: 15px;
}

.main-heding {
    font-size: 22px;
    line-height: 19px;
}

h3 {

    font-size: 13px;
}

.shop-fom p {
    padding-bottom: 6px;
    padding-top: 0;
    font-size: 12px;
    line-height: 19px;
}

.shop-fom {

    padding-bottom: 30px;
}

.ser-home .hading {
    position: relative;
    padding-bottom: 4px;
}
.ser-home h3 {
    font-size: 13px;
    padding-top: 8px;
}
.hading {

    font-size: 12px;
    padding-left: 51px;
}

.hading:before {
    content: '';
    background: #D6C4AF;
    width: 41px;
    height: 1px;
}

 p {
    padding-bottom: 28px;
    padding-top: 0;
    font-size: 12px;
	 letter-spacing: 0.2px;
    line-height: 19px;
}


/* about us */
section.intr-bner {
    height: 209px;
}
.innr-logos ul li {width: 26%;}


.rm-bx{padding-bottom: 14px;     min-height: 167px;}

.abut-us {
    padding-top: 36px;
    padding-bottom: 28px;
}
.our-value {

    margin-top: 35px;
}
section.remrk{

    padding-top: 42px;
    padding-bottom: 40px ;
}
.title-heding {
    font-size: 35px;
}

.mrk-pd .carousel-indicators {
    bottom: -78px;
    display: none;
}
section.intr-bner {
    height: 130px;
}
/* about us end */

/* contact us */

section.contect-map img {
    width: 100%;
    margin-top: 48px;
}

.call ul {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}
.call ul li {
    width: 100%;
    text-align: center;
    margin: 5px;
}
.srch ul li {

    width: 100%;
}

.thng-txt {
    bottom: 0px;
    position: relative;
}

.thng-name {
    font-size: 17px;
    padding-top: 20px;
    padding-left: 16px;
    font-weight: 600;
}

.thng-txt span {

    font-size: 69px;
    position: absolute;
    right: 0;
    font-family: 'FontAwesome';
    bottom: -58px;
}

.ent-main {

    padding-top: 37px;

}
.footer {

    padding-top: 17px;
}
section.shop-top {

    margin-top: 39px;


}

.contect a {

    font-size: 13px;
}

.bdr-btn {

    margin-top: 26px;
}

.our-value {

    padding-top: 46px;

    padding-bottom: 28px;
}
.our-value h2 {
    padding-bottom: 17px;
}

.contect-form {
    padding-top: 25px;
}

.contect-form p {
    padding-bottom: 0;
}

.ser-home p {
    padding-bottom: 6px !important;
    padding-top: 5px !important;
}


span.flter img {
    width: 15px;
}
.brnd h1.hading:after {
    content: '';
    width: 39%;
    top: 7px ;
}

.title-heding {
    font-size: 29px;
}



/*-----------------------------wordpress----------------------------------------------------------*/

.blog-posts .row {
    margin-right: 0px;
    margin-left: 0;
}

.blog-posts .col-md-3 {

    display: block;
}

.searchandfilter ul li.cat-item {

    width: 167px;
}

.searchandfilter h4 {
    font-size: 12px;
    padding-left: 51px;
}

.searchandfilter h4:before {
    content: '';
    background: #000;
    width: 41px;
    height: 2px;
}

.mrk-txt p{padding-bottom:0px}



.category-uncategorized {
    width: auto;
    margin-left: 6%;
    margin-right: 6%;
}
.thing-innr ul li img {

    right: 0px;
}

.bx-inn {

    width: 100%;
}

.blog-posts img {
    width: auto;
}

 .thing ul.ting {
    display: flex;
    flex-wrap: wrap;
    padding-left: 14px;
}
.think-to-do ul.ting {
    height: auto;
}
.think-to-do ul.ting li {
    height: auto;
}
.think-to-do ul.ting li img {
    width: 139px !important;
    margin: 0 auto;
}
hr {
    margin-top: 1rem;
}



.anch {
       padding-top: 27px;
	background-image: none;
}

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

/*-----------wordpress-------------*/

}




@media (max-width: 441px){
.mob-menu-header-holder {
    font-weight: bold;
    top: 125px !important;
}

.cls-btn {
    padding-top: 28px;
    text-align: center;
}
.opn ul li {
    display: flex;
    line-height: 27px;
    padding-left: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.opn ul {
    display: flex;
     flex-wrap: wrap;
}

    .nmbr-txt-2.kk {
        line-height:inherit;
    }



    a.navbar-brand {
        width: 188px;
    }
    a.navbar-brand img {
        width: 58%;
    }
    .bnr-in {
        background-size: 1531px;
        background-position: -46px 7px;
    background-size: cover;
    }
    .bnr-in h1 {
        font-size: 29px;
        padding-bottom: 12px;
    }
.stry .btnn {

    margin-bottom: 15px;
    display: inline-block;
    width: 238px;
    height: 52px;
     margin: 8px auto;
    line-height: 29px;
}

 .btnn {

    margin-bottom: 15px;
    display: inline-block;
    width: 165px;
    height: 52px;
    line-height: 74px;
    margin: 8px auto;
    line-height: 25px;
}
    .cls-btn {
        padding-top: 28px;
    }




    .bx {

        height: 53%;
    }
    .footer .col-md-2 {
        width: 49%;
        flex: 48% !important;
        max-width: 31%;
        margin: 0 auto;
    }
    /* about */

    .mrk-icon {

        height: 56px;
    }

    .rm-bx {

        min-height: 262px;

        flex-wrap: wrap;
        justify-content: center;
    }
    .mrk-icon img {

        width: 57px;
        height: 57px ;
    }

    .bdrn:before {

        right: 52%;
    }

    .ser-home h3 {
        font-size: 10px;
    }

    .stor .stor-inn .nmbr-txt-2 {
        width: 100%;
        font-size: 11px;
    }
    .abut-us {
        padding-top: 20px
    }
    h3.nmbr {
        font-size: 27px;
        line-height: 54px;
        padding: 4px;
    }

    .thng-txt {
        width: 92%;
        font-size: 13px;
    }
    .thng-txt span {
        font-size: 69px;
        position: absolute;
        right: -29px;
        font-family: 'FontAwesome';
        bottom: -64px;
    }
    .thng-name {
        font-size: 13px;
    }

    .brnd {
        padding-top: 30px;
    }
    .lne:before {

        width: 17%;
         left: 54%;
        overflow: hidden;
        top: 6px;
    }

    .cat-btn .btnn {  width: 142px;}

.mobmenur-container {
    top: -1px;
    right: -100px !important;
}
.bnr-in .bnr-hding h1 {
        width: 299px;
	margin: 0 auto;
    text-align: center;
    }


.bnr-in .bnr-hding {
        position: absolute;
        bottom: 34px;
	left: 0;
       right: 0;
    }

 .banner .owl-dots {
            text-align: center;
        position: absolute;
        right: 0;
        bottom: 0;
left:0
    }

 .bnr-in h2 {
        font-size: 16px;
    text-align: center;
    }
.ser-home .btnn {

    width: 161px;
    height: 45px;
    line-height: 21px;
}

.ser-home ul li {
    width: 100%;
    padding-bottom: 0px;
}


}

@media(max-width:360px){
.brnd .hading:after {
    content: '';
    width: 27%;
}

.togglesearch .search-field {

    margin-left: 0;

}

.togglesearch{
	width: 311px;
}

.togglesearch:before {

    right: 59px;

}


}

@media(max-width:320px){

    .abut-us {
        padding-top: 7px;
    }

    a.navbar-brand img {
        width: 99%;
    }

    .brnd {
        padding-top: 20px;
    }

    .hading {
        font-size: 10px;

    }

.togglesearch {

    right: 2%;

}
.mobmenur-container {
    top: 0px !important;
}
.think-to-do ul.ting li img {
    width: 99px !important;
    margin: 0 auto;
}

}






/* #dropdown
================================================== */

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(168 146 112)  !important;
}
.navbar .dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #000;
}
.open-bx {
    padding-left: 10px;
    color: #000;
}
a.navbar-brand.moob {
    display: none;
}

header#header {
    background: black;
}
.navbar-light .navbar-nav .nav-link {
    color:#fff  !important;
}
ul#menu-header {
    margin-left: 1px !important;
}

.anch ul.ting li img {
        height: 119px;
    object-fit: contain;
}


.main-heding-3 {
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 10px;
   font-family: 'Syne', sans-serif;
    line-height: 36px;
}

.bor3{
    color: #fff !important;
    border: 1px solid  #fff !important;
}
.opn {
   display: block;
}

.mbl li {

display:none;
}

/*
.overlay-box:hover {
    padding-top: 3px;
align-content: flex-start;
}

.overlay-box:hover  img{
    padding: 11px;
    width: 44px;
    height: 44px;
}
.overlay-box:hover  .mrk-icon {
 
    height: 59px;
}
*/





@media(max-width:1206px){



a.src.square-search img {
    width: 20px;
}
.open-bx a {
    color: #fff !important;
}
.open-bx {
    padding-left: 10px;
    color: #fff;
}
.opn {
    display: none;
}
a.navbar-brand.moob {
    display: block;
}
.navbar-expand-md .navbar-toggler {
    background-image: url(../images/hamburger-white.png);
    background-repeat: no-repeat;
    /* z-index: 999999; */
    position: relative;
    background-size:25px;
    background-position-y: 11px;
 
}
.src {
    position: relative;
    top: -19px;
}
span.navbar-toggler-icon:before{height:0px !important}
span.navbar-toggler-icon:after{height:0px !important}
span.navbar-toggler-icon {
    background: none;
}
.collapse:not(.show) {
    display: none !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff  !important;
}
.navbar-expand-md .navbar-toggler {
    display: block;
}
.navbar-expand-md .navbar-collapse {
    display: -ms-flexbox!important;
    /*display: flex!important;*/
    -ms-flex-preferred-size: auto;
    flex-basis: 100%;
    flex-direction: column;
background:#000;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.collapse:not(.show) {
    display: block;
}

.navbar-nav {
    display: -ms-flexbox !important;
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-top: 34px !important;
width: 100%;
}
.pl-md-0, .px-md-0 {
    padding-left: 1.5rem !important;
}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}

	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
#menu-header .dropdown-menu {
    background: transparent !important;
    border: 0px;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: static;
    display: grid;
}

.navbar-expand-md {

    -ms-flex-pack: start;
    justify-content: space-between !important;
}
.dropdown-item {
    padding: 3px 15px;
    color: #ffffff;
}
.mob-menu-header-holder {

    display: none !important;

}
.right-side {
    position: absolute;
    right: 0;
    top: 30px;
}
span.navbar-toggler-icon:before {
    content: '';
    /* border: 1px solid #000; */
    width: 22px;
    height: 1px;
    position: absolute;
    background: #000;
    left: 0;
}
span.navbar-toggler-icon:after {
    content: '';
    /* border: 1px solid #000; */
    width: 22px;
    height: 1px;
    position: absolute;
    background: #000;
    left: 0;
    top: 8px;
}
.mbl li {
    display: flex;
    align-items: center;
}

}



.category-uncategorized {
    width: 30%;
    margin: 0 auto;
    border: 1px solid #d6c4af;
    margin-top: 10px;
    padding: 0px;
    display: inline-block;
    margin-bottom: 24px;
    flex-wrap: wrap;
    flex-direction: column;
}

.blog main#content .container {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
}
#menu-header .dropdown-menu {
    background: #fff;
    border: 0px;
}

.single-post .category-uncategorized {
    width: 100%;
}

.search-results .srch-inn p {

    position: relative;
}
.opn .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.our-value {
   
    display: none;
}

a.blck {
    border: 1px solid black;
    padding: 4px 15px;
    margin: 1px auto;
}
a.blck:hover {
    background-color: #A8926F;
    color: #fff;
}

header .blck {
    margin: 1px auto;
    display: flex;
    justify-content: space-around;
    width: 117px;
    margin-top: 21px;
    margin-bottom: 27px;
}
header h2, .entry-meta {
    padding-left: 15px;
}
h2.entry-title {
    text-transform: uppercase;
}


.post .entry-summary span p {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.blog main#content .container {
    padding-top: 51px;
    padding-bottom: 55px;
}
.category-uncategorized h1.entry-title {
    font-size: 29px;
    padding-left: 15px;
}

.service-area h3 {
    /* position: absolute; */
    position: relative;
    top: -47px;
    left: 21px;
    color: white;
}
.service-area.toop {
    position: relative;
    margin-top: -11px;
}


.prk-slde {
    padding-top: 20px;
    display: none;
}
.dask-top{display:block}
.mob-phn{display:none}

.service-evnt-main .owl-dots.disabled {
    display: block !important;
}

.dask-top .col-md-6:last-child {
    padding-left: 1px;
}
.service-evnt-main .owl-nav {
    display: none;
}
.our-value-1 .owl-dots.disabled {
    display: block !important;
}
 .our-value-1 .owl-nav {
    display: none  !important;
}
.n2-ss-layer-col.n2-ss-layer-with-background.n2-ss-layer-content.n-uc-18929e0b78eb8-inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start !important;
    padding-left: 0px !important;
}

.n2-ss-layer.n2-ow.n-uc-12979b7be4068.n2-ss-layer--auto a {
    background: #ffffff00 !important;
    color: white !important;
    margin-right: 10px;
    border: solid 1px white !important;
}

.n2-ss-layer-col.n2-ss-layer-with-background.n2-ss-layer-content.n-uc-1aa61b1f5a7a3-inner{

  display: flex;
    flex-direction: row;
    justify-content: flex-start !important;
    padding-left: 0px !important;
}

.n2-ss-layer.n2-ow.n-uc-1f25afc754b66.n2-ss-layer--auto a {
    background: #ffffff00 !important;
    color: white !important;
    margin-right: 10px;
    border: solid 1px white !important;
}

.thng-name{ font-family: 'Syne', sans-serif;}
.nextend-bullet-bar.n2-bar-justify-content-center {
  
    right: 182%;
    position: relative;
    bottom: 73px;
}

.ramk-bx.overlay-box:hover .mrkk-txt {
    font-size: 14px;
}

@media(min-width:1311px){
div#n2-ss-1 .n-uc-GRDPm2YpE6Kf-inner {
    padding:416px 0px 0px 0px !important;
    justify-content: center;
}


div#n2-ss-1 .n-uc-IbNOabpfT5aE-inner {
   padding: 273px 0px 0px 0px !important;
}

div#n2-ss-1 .n-uc-9d3hunvcJ0A8-inner {
   padding: 273px 0px 0px 0px !important;
}


}
@media(max-width:1211px){
.nextend-bullet-bar.n2-bar-justify-content-center {
    right: 47%;
    position: relative;
    bottom: 71px;
    bottom: 1;
}

}
@media (min-width: 1111px) and (max-width: 1180px){

.right-side {
    position: absolute;
    right: 44px;
    top: 42px;
}
}
@media(min-width: 811px) and (max-width: 980px){

.right-side {
    position: absolute;
    right: 7px;
    top: 42px;
}
}
@media(max-width:768px){
.dask-top{display:block}
.mob-phn{display:none}
.category-uncategorized {
    width: 46%;
}
.main-heding-3 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 10px;
   font-family: 'Syne', sans-serif;
    line-height: 32px;
}
a.navbar-brand img {
   width: 80%;
}
.think-to-do ul.ting li {
  
    width: 45%;
}
}
@media(max-width:640px){
div#n2-ss-1 .n2-font-e129a8c8af82a9c52ce966752db00e29-hover {
   
    font-size: 39px !important;
}
.val-txt {
    padding-top: 1px;
}
.category-uncategorized {
    width: 100%;
}

.opn {

display:none;
}

.mbl li {
    display: flex !important;
    padding-left: 13px;
    text-align: center;
    display: block;
}
.our-value-1 {
 
    padding-bottom: 18px;
}

div#n2-ss-1item9 {
    line-height: 1 !important;
    padding-bottom: 11px;
}
}
@media(max-width:668px){
.dask-top .col-md-6:last-child{padding-left:17px;}

.nextend-bullet-bar.n2-bar-justify-content-center {
    right: 181%;
    position: relative;
    bottom: 19px;
    bottom: 1;
}
.blog-posts .col-md-3 {
    display: block;
    width: 50%;
}

ul.ame-inn li {
    width: 49%;
}

}
@media(max-width:611px){
.dask-top .col-md-6:last-child{padding-left:17px;}

.nextend-bullet-bar.n2-bar-justify-content-center {
    right: 99%;
    position: relative;
    bottom: 19px;
    bottom: 1;
}

}

/*
 #dropdown
================================================== */
