/*---------Variable--------*/
html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
    scroll-behavior: smooth; 
}

:root {
    --tg-body-font-family: 'Heebo', sans-serif;
   	--tg-heading-font-family: 'Playfair Display', serif;
 	--tg-secondary-font-family: 'Karla', sans-serif;


  /*  --tg-primary-color: #f8f2ed; 
    --tg-secondary-color: #fef8f7; */


      --tg-primary-color: #d9ede1f2; 
    --tg-secondary-color: #d9ede1f2; 


    --tg-body-background-color: #FFFFFF;
 	--tg-secondary-background: #F7F7FE;
    --tg-body-font-color: #000;
    --tg-heading-font-color: #000;
    --tg-paragraph-color: #000;
    --tg-body-font-size: 1em;
    --tg-body-font-weight: 300;
    --tg-heading-font-size: 2.5em;
    --tg-heading-font-weight: 400;
    --tg-body-line-height: 2em;
    --tg-heading-line-height: 1.5;
    --tg-body-letter-spacing: 0.02em
    --tg-heading-letter-spacing: .2em;  


    --tg-link-space: letter-spacing: .5em;
    --tg-link-height: line-height: 2.4em;
    --tg-link-weight: font-weight: 400;
    --tg-link-case: text-transform: uppercase;


    --tg-white: #FFFFFF;
    --tg-black: #000000;
    --tg-gray: #E2E2E2;
  	--tg-silver: #9B9B9B;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #E53935;
    --skype: #00aff0;
    --swiper-theme-color: #f2f2f2 !important;
}




body {
  font-family: var(--tg-body-font-family);
  font-weight: var(--tg-body-font-weight);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  color: var(--tg-body-font-color);
  font-style: normal;
  background-color: var(--tg-body-background-color);
      overflow-x: hidden;
}

.bg-has-primary{
  background-color: var(--tg-primary-color);	
}
.bg-has-secondary{
  background-color: var(--tg-secondary-color);	
}
.bg-has-white{
  background-color: #FFFFFF;	
}
.bg-has-silver{
  background-color: #F7F7FE;	
}
.bg-has-black{
  background-color: #000000;	
}

a{
    color: #000;
    text-decoration: none;
    cursor: pointer;   
}
a:hover, a:active, a:focus {
    color: #828282;
}
h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
    color: #000;
    font-family: "Playfair Display",serif;
    font-weight: 400;
    text-transform: uppercase;
}
h1.page-title {
    font-size: 2rem;
    line-height: 1.5em;
    letter-spacing: .08em;
}
h3.menu-title {

    line-height: 1.5em;
    letter-spacing: .08em;
    font-weight: 500;
    text-transform: capitalize;

}
h3.menu-title a {
    background: #222;
    color: #fff;
        font-size: 1.2rem;
    padding: 15px 15px;
    animation: animate 3s linear infinite; 
    transition: .5s;
}
 h3.menu-title a:hover {
    background: #555;
    font-size: 1.2rem;
    animation: animate 3s linear infinite; 
    transition: .5s;
 }
  
 @keyframes animate{ 
   0%{ 
     opacity: .7; 
   } 
   50%{ 
     opacity: 1; 
   } 
   100%{ 
     opacity: .8; 
   } 
 } 
@media (max-width: 991px) {

.navbar-collapse.collapse.show{ background: #d9ede2 !important;}}

.contactform-wrap button, .contactform-wrap input, .contactform-wrap optgroup, .contactform-wrap select, .contactform-wrap textarea, .contactform-wrap label {
    width: 100%;
}
.contactform-wrap button, .contactform-wrap input, .contactform-wrap optgroup, .contactform-wrap select, .contactform-wrap textarea {
    width: 100%;
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.contactform-wrap textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

.btn-main a{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Karla,sans-serif;
    font-size: 12px;
    letter-spacing: .5em;
    line-height: 2.4em;
    font-weight: 400;
    text-transform: uppercase;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 8px 20px;
    cursor: pointer;
}
.btn-line {
    height: 1px;
    width: 100%;
    background-color: #959595;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform .5s cubic-bezier(.51,.51,.21,1.1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.51,.51,.21,1.1);
    transition: -webkit-transform .5s cubic-bezier(.51,.51,.21,1.1);
    -o-transition: transform .5s cubic-bezier(.51,.51,.21,1.1);
    transition: transform .5s cubic-bezier(.51,.51,.21,1.1);
    transition: transform .5s cubic-bezier(.51,.51,.21,1.1),-webkit-transform .5s cubic-bezier(.51,.51,.21,1.1);
}
.btn-main:hover .btn-line {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.swiper-slider img{
	width: 100%;
}
/*.swiper-button-next, .swiper-button-prev{
	padding: 25px 10px;
    border: 2px solid #000;
    background: #252525f0;
    top: var(--swiper-navigation-top-offset,44%)
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 1.5em;
}*/
.goverlay {
    background: rgb(255 255 255 / 40%) !important;
}


/* Section Spacing */
.section-py-160 {
    padding-top: 140px;
    padding-bottom: 140px;
}
.section-py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}
.section-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-px-80 {
    padding-left: 80px;
    padding-right: 80px;    
}
.pe-5{
    padding-right: 5rem!important;
}
.pe-6{
    padding-right: 6rem!important;
}

/***************
 PADDING TOP
****************/
.section-pt-60 {
    padding-top: 60px;
}
.section-pt-70 {
    padding-top: 70px;
}
.section-pt-80 {
    padding-top: 80px;
}
.section-pt-100 {
    padding-top: 100px;
}
.section-pt-120 {
    padding-top: 120px;
}
.section-pt-135 {
    padding-top: 135px;
}
.section-pt-140 {
    padding-top: 140px;
}
.section-pt-150 {
    padding-top: 150px;
}
.section-pt-160 {
    padding-top: 160px;
}
.section-pt-200 {
    padding-top: 200px;
}

/***************
 PADDING BOTTOM
****************/
.section-pb-140 {
    padding-bottom: 140px;
}
.section-pb-115 {
    padding-bottom: 115px;
}
.section-pb-100 {
    padding-bottom: 100px;
}
.section-pb-80 {
    padding-bottom: 80px;
}
.section-pb-60 {
    padding-bottom: 80px;
}
/***************
 NEGATIVE SPACING 
****************/
.spacing-mint-450 {
    margin-top: -450px;
}
.spacing-mint-350 {
    margin-top: -350px;
}
.spacing-mint-250 {
    margin-top: -250px;
}
.spacing-mint-200 {
    margin-top: -200px;
}
.spacing-mint-150 {
    margin-top: -150px;
}
.spacing-mint-100 {
    margin-top: -100px;
}

/*.section-pb-100 {
    padding-bottom: 100px;
}
.section-pb-80 {
    padding-bottom: 80px;
}
*/

.section-mt-160{
    margin-top: 160px;
}

.section-mt-100{
    margin-top: 100px;
}

.section-mt-60{
    margin-top: 60px;
}



/* Spacing Responsive */
@media (max-width: 1500px) {
/*.section-py-140 {
    padding: 120px 0;
}
.section-pt-130 {
    padding-top: 110px;
}
.section-pt-135 {
    padding-top: 115px;
}
.section-pt-140 {
    padding-top: 120px;
}
.section-pb-140 {
    padding-bottom: 120px;
}
.section-pb-80 {
    padding-bottom: 115px;
}
.features-pb-80 {
    padding-bottom: 60px;
}
.blog-pb-80 {
    padding-bottom: 60px;
}
.section-pb-110 {
    padding-bottom: 90px;
}
.section-pb-100 {
    padding-bottom: 80px;
}
.project-pb-70 {
    padding-bottom: 50px;
}
.section-pb-115 {
    padding-bottom: 95px;
}
*/
}




/*---animations---*/
.hover-fx {
  font-size: 36px;
  display: inline-block;
  cursor: pointer;
  margin: 15px;
  width: 80px;
  height: 80px;
  line-height: 84px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #000;
  background-color: #eeeeed;
  transition: 300ms;
}

.hover-fx:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 1px #eeeeed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.hover-fx:hover {
  color: #eeeeed;
}
.hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}


@keyframes slidingstep1 {
  0% {
    left: -100px;
    opacity: 0;
  }
  5% {
    left: -75px;
    opacity: 0.2;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}

.glideimg {
  animation-name: slidingstep1;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.main-slider .swiper img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.center-con {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -80px;
}
.rounddwn {
    z-index: 999;	
    position: relative;
/*    border: 2px solid #000;*/
	background-color: var(--tg-primary-color);
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.rounddwn span {
    z-index: 999;
    height: 2px;
    margin:1px;
    width: 20px;
    background: #000;
    transition: 0.4s ease;
}
.rounddwn span:first-child {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 35%;
}
.rounddwn span:nth-child(2) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 35%;
}
.rounddwn span:nth-child(3) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 54%;
}
.rounddwn span:nth-child(4) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 54%;
}
.rounddwn:hover span:nth-child(1) {
    transform: rotate(-135deg);
}
.rounddwn:hover span:nth-child(2) {
    transform: rotate(135deg);
}
.rounddwn:hover span:nth-child(3) {
    transform: rotate(225deg);
}
.rounddwn:hover span:nth-child(4) {
    transform: rotate(-225deg);
}



.bottom-vertical-line:after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 1px;
    height: 39px;
    background-color: #a1a1a1;
    z-index: 999;
}


/*--header---*/

header{
	position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    z-index: 110;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main-menu{
	background-color: rgba(248, 242, 237, 1);
    height: 85px !important;
}
.main-menu .navbar{
	margin: 0;
	padding: 0;
}
.main-menu a.logowrap.navbar-brand {
    border-radius: 50%;
    padding: 10px;
    background: #d9ede1f2;
}

.main-menu .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
    border:0;
 }

.main-menu li.nav-item {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    background: #f7f8f8 !important;
    padding: 10px;
}

/*.main-menu li.nav-item {
    top: -60%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    position: relative;
}*/
.main-menu .navbar-nav a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    padding: 8px 12px;
    font-family: var(--tg-secondary-font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: .065em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.main-menu .navbar-nav a span {
    position: relative;
    display: block;
    padding: 5px 0;

}


.vertical-align-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar button.navbar-toggler {
    position: absolute;
    top: 20px;
    right: 0;
}

/*
.social-wrap {
    display: inline-block;
    float: left;
    height: 100%;
    vertical-align: middle;
}
.social-inner-wrap {
    display: table;
    height: 100%;
}
a.social-icon-widget {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
    text-align: center;
    color: #111111;
    font-size: 16px;
}
*/


/*Floor plans*/
.floor-plan hr {
    border: 1px dashed #ccc;
}
.pax-info h2{
        font-size: 18px;
        margin: 10px 0;
}
.pax-info ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    gap: 12px;
}
.pax-info ul.list3-plus li{
    display: flex;
    align-items: center;
/*    flex-grow: 1;*/
    width: 30%;
    list-style: none;
    border: 1px solid #eee;
    padding: 5px 10px;
}

.pax-info li {
    display: flex;
    align-items: center;
/*    flex-grow: 1;*/
    width: 48%;
    list-style: none;
    border: 1px solid #eee;
    padding: 5px 10px;
}
.pax-info .info-item .icon {
    font-size: 35px;
    margin-right: 25px;
    line-height: 0;
    color: var(--tg-secondary-color);
}
.pax-info .content {
    padding: 0 10px;
}

.pax-info .content p {
    font-size: .95em;
    margin-bottom: 5px;
    width: 100%;
    color: #000;
    font-family: "Playfair Display",serif;
    font-weight: 400;
    text-transform: uppercase;
}
.pax-info .content p span {
    display: block;
    font-family: 'Heebo';
    font-size: .9em;
}
.tplanSwiper img, .tplanSwiper h5{
cursor: pointer;
}
    
.tplanSwiper h5{
font-size: 1.1em;
}

.floor-plan .swiper-slide.swiper-slide-visible img{
    opacity: .5;
}
.floor-plan .swiper-slide.swiper-slide-visible h5{
    opacity: .9;
}
.floor-plan .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active img{
    opacity: 1;
}
.floor-plan .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active h5{
    opacity: 1;
}


/*** Main ***/

.homeiconwrap{
    display: block;
    vertical-align: middle;
    height: 100%;
    background-position: center;
    background-size: cover;
    padding-top: 80%;
    margin: auto;
    text-align: center;
}
.circle-icon{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 120px;
    background-color: #faf5f0;
    text-align: center;
    border-radius: 50%;
    z-index: 30;
    -webkit-transition: 1.5s 1s cubic-bezier(.17,.57,.71,.46);
    -o-transition: 1.5s 1s cubic-bezier(.17,.57,.71,.46);
    transition: 1.5s 1s cubic-bezier(.17,.57,.71,.46);
}
.circle-icon svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90%;
    margin: 0 auto;
}
.circle-icon:before{
    content: '';
    position: absolute;
    right: -19px;
    top: 50%;
    width: 35px;
    height: 1px;
    background-color: #a1a1a1;
}
.reservationwrap .circle-icon:before{
    content: '';
    position: absolute;
    left: -19px;
    top: 50%;
    width: 35px;
    height: 1px;
    background-color: #a1a1a1;
}

#inlinereservations .inline-inner {
    padding: 0 !important;
}
#inlinereservations .inline-inner p {
    margin-top: 0;
    margin-bottom: 0.6rem;
}

/*#inlinereservations input::placeholder {
    color: #9c9c9c;
    opacity: 1;
}*/

#inlinereservations select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
#inlinereservations input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    color: #828282;
}

.icnwrap{ display:flex;  justify-content: center;  align-items: center; margin-top: 15px;}
.icnsvg { padding: 0 15px 0 0; }
.icntext h2 {   font-size: 1.6rem;  line-height: 1.5em; letter-spacing: .1em; }
.menutxt{ padding:15px; text-align:center;   }

section#about-area {
    margin-top: 30px;
}

.aboutwrap, .aboutwrap2  {
    padding-right: 12%;
    padding-left: 12%;
}
.aboutwrap::before{
	content: '';
    position: absolute;
    right: 50%;
    top: calc(100% - 28px);
    width: 1px;
    height: 120px;
    background-color: #5c5c5cc2;
    z-index: 999;
}
.aboutwrap h1, .aboutwrap2 h1{
    font-size: 2.5em;
    line-height: 1.3em;
}
.aboutwrap h1 span, .aboutwrap2 h1 span{
	font-size:26px;

}
.abt-img img{ width: 100%; margin-top:35%; }

.menu-space{
	padding-top: 200px;
    padding-right: 12%;
    padding-bottom: 220px;
    padding-left: 12%;
    z-index: -1;
}
.menu-space2{
    padding-top: 380px;
    padding-right: 12%;
    padding-bottom: 280px;
    padding-left: 12%;
    z-index: -1;
}

/*.galleryimg {
    padding: 25px 20px;
}*/
.galleryimg .imgwrap {
    display: inline-block;
    text-align: center;
}
.galleryimg figure {
    overflow: hidden;
}
.galleryimg .imgwrap img {
    display: block;
    width: 100%;
}
/*Zoom In*/
.galleryimg .imgwrap#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.galleryimg .imgwrap#zoomIn:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}




/* Main Gallery */
.gallery-grid-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-grid-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    transform: translate3d(0, 0, 0);
  animation: zoomin 1s ease;
}

.gallery-grid-wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.gallery-grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}
.gallery-grid-wrapper .wide {
    grid-column: span 2;
}
.gallery-grid-wrapper .tall {
    grid-row: span 2;
}
.gallery-grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}



.masonry-with-columns {
  columns: 6 280px;
  column-gap: 1rem;
  margin-top: 20px;
}
.masonry-with-columns div {
  width: 150px;
  margin: 0 1rem 1rem 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
}




.masonry-with-columns.bristo-gallery {
    columns: 6 160px;
    column-gap: 0.8rem;
    margin-top: 10px;
}



.masonry-with-columns.bristo-gallery div {
  width: 150px;
  margin: 0 .5rem .5rem 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
}





















/*#testimonial:before {
content: '';
    position: absolute;
    right: 50%;
    top: calc(100% - 28px);
    width: 1px;
    height: 120px;
    background-color: #5c5c5cc2;
    z-index: 999;
}*/

#testimonial:after {
    content: '';
    position: absolute;
    right: 50%;
    width: 1px;
    margin-top: -15px;
    height: 80px;
    background-color: #afafafc2;
    z-index: 999;
}

.swiper.testimonialSwiper {

    background: rgba(248, 242, 237, 1);
    margin-bottom: 15px;
}

.testimonial-content {
    padding: 70px 60px;
}

.ts-testimonial-item{
	text-align: center;
	color: #333;
	margin: 0 auto;
}
.ts-testimonial-item p{
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 35px;
}

.ts-testimonial-item .infor-client {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.ts-testimonial-item  .client-name{
	padding: 8px 5px 2px;
	font-size: 12.8px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	line-height: normal;
	white-space: nowrap;
}
.ts-testimonial-item  .client-position{
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	padding-left: 38px;
	display: block;
	text-align: left;
}

.ts-testimonial-item  .client-position a:hover{
	color: #5ed9e7;
}





.inline-inner {
    padding: 40px;
}

.inline-close-btn {
    background: #FFC107;
    width: 200px;
    display: block;
    margin: auto;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
    border: 2px solid #eee;
}

.inline-close-btn:hover {
    border-color: #000;
}





/* Footer */






.footer h4 {
    font-size: 38px;
    line-height: 1.5em;
    letter-spacing: .2em;
}

.footer-logo{
margin: 0 auto;
text-align: center;

}
.blog-sidebar {
    margin-left: 80px;
}

/*
@media screen and (max-width: 1200px) {
.main-menu li.nav-item {
    top: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    background: #f7f8f8;
    padding: 10px;
}
}
*/
@media (min-width: 992px){
.main-menu li.nav-item {
    top: -60%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    position: relative;
    background: none !important;
    padding: initial;
}

}

/*-- Media Queries ---*/
@media screen and (max-width: 992px) {
    .aboutwrap h1, .aboutwrap2 h1{
    font-size: 1.8em;
    line-height: 1.2em;
    }
    .center-con {
    display: none;
    }
    .social-wrap {
    display: none;
    }
    h3.menu-title a {
    font-size: 1rem;
    padding: 15px 5px;}
    .menu-order1{ order:1 }
    .menu-order2{ order:2 }
    .menu-order3{ order:3 }
    .homeiconwrap {
    padding-top: 10px !important;
    margin: auto;
    text-align: center;
    }
    .blog-sidebar {
        margin-left: 0px;
        margin-top:60px;
    }
}

@media (min-width: 1200px){
.navbar-expand-xl .navbar-toggler {
    display: none;
}
.main-menu li.nav-item {
    top: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    background: transparent;
    padding: 0;
}
}

.quote-ico {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    margin-bottom: -40px;
    width: 100px;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 50%;
    z-index: 99999 !important;
}
.quote-ico svg {

}

.blog-widget .post-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}

