body{
    margin: 0;
    /*font-family: 'Nunito', sans-serif !important;*/
    margin-bottom: -20px;
}
.sociallogo {
  padding: 10px;
  font-size: 30px !important;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
}
.fa:hover {
  opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-instagram {
  background:  #af4ea4 ;
  color: white;
}
.button_color1{
    width:100%;
    padding: 15px;
    border-radius: 4px;
    text-decoration: none;
    background: #D5DAE2;
    color: #ed1b24;
}
.button_color1:hover{
    cursor: pointer;
}
.button_color2{
    width:100%;
    padding: 15px;
    border:none;
    border-radius: 4px;
    text-decoration: none;
    background: #ed1b24;
    color: #FFFFFF;
    cursor: pointer;
}

.general_heading{
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);;
    font-family: 'Nunito', sans-serif;
    color: #1D97D3;
    border: none;
    background-color: #F7FAFD;
}
a {
    text-decoration: none;
}
.nav-container {
    position: fixed;
    z-index: 5;
    background-color: transparent;
    top: 0;
    left: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 80px;
    box-shadow: 0px 0px 40px -15px rgba(0,0,0,0.0);;
}
.myMenuBar {
    position: absolute;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    background: linear-gradient(180deg, rgba(0,0,0,0.7077031496192228) 0%, rgba(222,222,222,0.007423037574404767) 84%, rgba(255,255,255,0) 100%);
    z-index: 100;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;
}
.menu-items{
    margin-right: 0px !important;
}
.scroll-menu{
    z-index: 20;
    position: fixed;
    top: -80px;
    width: 100%;
    transition: .8s all ease-in-out;
}

.scroll-menu-container{
    display: flex;
    align-items: center;
justify-content: center;
    margin: auto;
    background: rgba( 157, 156, 156, 0.4 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4.5px );
    -webkit-backdrop-filter: blur( 4.5px );
    border: 1px solid rgba( 255, 255, 255, 0.7 );
    height: 60px;
}

#myMenuBar.small {
    height: 140px;
}


#menuLogo {
    height: 120px;
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;
}
#menuLogo2.small {
    height: 70px;
}

#menuLogo2 {
    height: 120px;
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;
}
#menuLogo.small {
    height: 70px;
}
#menuLogo3.small {
    height:100px;
}
#menuLogo3 {
    height: 180px;
    transition: font-size 0.5s, height 0.5s;
    -webkit-transition: font-size 0.5s, height 0.5s;
    -moz-transition: font-size 0.5s, height 0.5s;
}

.nav {
    display: flex;
    align-items: center;
}
.menu-items {
    float: right;
    border-radius: 4px;
}
.menu-item {
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    padding: 20px 40px  !important;
    margin-top: -8px;
    margin-bottom: -8px;
    letter-spacing: 1.2px;
    white-space: nowrap;
    color: white !important;

    display: inline; 
    border-left: 1px solid white; 
    padding-left: 0.3em; 
    color: white;
    text-transform: uppercase;
    font-size: 13px;

}





@media screen and (min-width: 100px) {
    .menu-item{
        padding: 5px 20px  !important;
    }
}
.menu-item:hover {
    color: #1D97D3 !important;
    cursor: pointer;
}
#drop-menu{
    background-color: #1D97D3;
    color: #FFFFFF;
    height: 80px;
    width: 90px;
    font-size: 30px;
}
.dropbtn {
    /*font-family: 'Nunito', sans-serif;*/
    background-color: transparent;
   
}
.dropdown:hover .dropbtn {
    color: #ed1b24;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    text-align: center;
    margin-left: 20px;
    min-width: 140px;
   
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    color: #ffffff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.logo {
    margin-left: 10%;
    margin-top: 5px;
}


/*image collage*/
/*===============================*/
@media screen and (min-width: 1430px){
    .fl-text span{
        font-size: 60px;
    }
}
@media screen and (max-width: 1430px){
    .fl-text span{
        font-size: 40px;
    }
}
@media screen and (max-width: 970px){
    #hero-container{
        height: 600px !important;
    }
    #grid-gallery-container{
        background-image: none !Important;
    }
}



.fl-text span b{
    font-size: 35px;
    float: right;
    padding-right: 50px;
    font-size: 36px;
    font-weight: 400;
    line-height: 6px;
    letter-spacing: -1.8px;
    color: #1D97D3;
}

.fl-view-all-properties{
    padding: 20px;
    border: 1px solid grey;
    margin: auto;
    width: 200px;

    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.fl-view-all-properties:hover{
    background-color: rgb(27, 27, 27);
    color: white;cursor: pointer;
}

.fl-view-all-properties a{
}

.streak{
 background-color: rgb(213, 213, 213);
    height: 1px;
    width: 100%;
}



/*Horizontal Line*/
/*===============================*/

.horizontal { 
    display: inline; 
    border-left: 1px solid; 
    padding-left: 0.3em; 
    color: white;
    font-size: 13px;
}

.first { 
    border-left: none; 
    padding-left: 0; 
    font-size: 13px;
}

/*Hero container*/
/*===============================*/
.hero-container {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    text-align: center;
    align-items: center;
    /*overflow: hidden;*/
}
.wrapper {
    width: 100%;
    padding-bottom: 5%;
    padding-top: 7%;
}
#title {
    color: #FFFFFF;
    /*font-family: "Oswald", Sans-serif;*/
    font-size: 50px;
    text-align: center;
    margin: 10px 0px;
}

#title img{
    height: 100px;
}
.med-image{
    background:-webkit-radial-gradient(center, 100px 100px, rgb(87, 87, 87,0.5), rgba(0,0,0,0));
}

.search-container {
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 0px 40px -10px;
    margin-top: 10%;
    width: 100%;
}
.top {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
}
.middle {
    padding-left: 40px;
    padding-right: 40px;
}
.bottom {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
}

#hero-container{
    
}


@keyframes hero-fade {
    0% {
        background-image: url('imagefour.png');
    }
    25% {
        background-image: url('imagefour.png');
    }
    26% {
        background-image: url('imagetwo.png');
    }
    50% {
        background-image: url('imagetwo.png');
    }
    51% {
        background-image: url('imagefive.png');
    }
    75% {
        background-image: url('imagefive.png');
    }
    76% {
        background-image: url('imagethree.png');
    }
    100% {
        background-image: url('imagethree.png');
    }
}


/*Slideshow container*/
/*===============================*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  /* position: absolute; */
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  /* color: white; */
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/*Image Gallery*/
/*===============================*/

.container {
  display: block;
}


.grid {
  display: grid;
  grid-template-rows: 
    repeat(14, 80px);
  grid-template-columns: 
    repeat(16, 5.5vw);
  grid-gap: 1px;
}

.item:nth-child(1) {
  grid-row: 2 / 7;
  grid-column: 1/ 5;
}
.item:nth-child(2) {
  grid-row: 2 / 6;
  grid-column: 5 / 10;
}

.item:nth-child(3) {
  grid-row: 1 / 6;
  grid-column: 10 / 16;
}

.item:nth-child(4) {
  grid-row: 7 / 10;
  grid-column: 1 / 5;
}

.item:nth-child(5) {
  grid-row: 6 / 10;
  grid-column: 5 / 11;
}

.item:nth-child(6) {
  grid-row: 6 / 10;
  grid-column: 11 / 16;
}

.item:nth-child(7) {
    grid-row: 10 / 14;
    grid-column: 1 / 6;
}

.item:nth-child(8) {
    grid-row: 10 / 14;
    grid-column: 6 / 12; 
}

.item:nth-child(9) {
    grid-row: 10 / 14;
    grid-column: 12 / 16;
}

.item:hover .item-child,
.item:focus .item-child {
    cursor: pointer;
  transform: scale(1.2);
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.item:hover .item-address, .item:focus .item-address {
   bottom: 0px;
}

.item:hover .item-price,
.item:focus .item-price {
    opacity: 0;
}

.item-child {
    width: 100%;
    height: 100%;
    background-color: black; /* fallback color */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all .5s;
}

.item-price{
    position: absolute;
    margin-top: -40px;
    margin-left: 40px;
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 0.27px;
    color: white;
    transition: all .5s;
}
 
.item{
    position: relative;
}

.item-address{
    position: absolute;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.27px;
    color: white;
    display: flex;
   align-content: center;
    width: 100%;
    transition: all .5s;
    bottom: -70px;
}

.item-item-address{
position: relative;
color: black;
background: white;
width: 60%;
padding: 5px;
text-align: initial;
padding-left: 20px;
overflow: hidden;
}

.item-item-instuction{
position: relative;
color: white;
background: rgb(27, 27, 27);
width: 40%;
padding: 5px;
}

.fl-view-button {
    padding: 20px;
    background: rgb(27, 27, 27);
    color: white;
    border: 1px solid white;
    width: 15vw;
    margin: auto;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    margin: 10px;
    transition: all .5s;
}

.fl-view-button:hover{
    width: 21vw;
    padding: 50px;
    color: black;
    border-color: black;
    background-color: white;
    cursor: pointer;
}

.grid-gallery-small{
    margin: 0px 10px;
    display: grid;
}
.item-small{
    margin: 20px 0px;
    position: relative;
    cursor: pointer;
}
.item-child-small{
    height: 40vw;
    background-size: cover;
    background-position: center;
}
.item-small .item-address{
    bottom: 0px;
}
.item-small .item-price{
    margin-top: -100px;
}
.item-small .item-item-address{
    background: rgba( 255, 254, 254, 0.35 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 6.5px );
    -webkit-backdrop-filter: blur( 6.5px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

/*social media widget*/
/*===============================*/
.our-media{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.media-article{
    width: 50%;
}

@media screen and (max-width: 970px){
    .our-media{
        display: block !important;
        padding: 0px !important;
    }
    .media-article{
        width: auto;
        margin: 20px;
    }
    .media-title{
        margin-top: 10px !important;
    }
    .media-selection{
        display: none;
    }
    .media-selection-small{
        display: block !important;
    }
}

.media-selection-small{
    padding: 0px !important;
}

.media-share-buttons{
    display: flex;
}

.media-share-buttons img{
    height: 25vw !important;
}

.media-selection{
    width: 50%;
}

.media-wrapper{
    display: flex;
    height: 300px;
    margin: 30px 0px;
    width: auto;
    max-width: 700px;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

.media-text{
    width: 50%;
    background: rgb(27, 27, 27);
    color: white;
    padding: 30px;
    z-index: 1;
}

.media-image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
}

.media-title{
    margin: auto;
    width: 500px;
    margin-top: 200px;
}

.media-para {
    width: 80%;
    color: white;
    padding: 30px;
    margin: auto;
}

.media-logo{
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    transition: all .5s;
}

.media-wrapper:hover .media-logo{
    margin-left: 50%;
}

.media-wrapper:hover {
    margin-left: 30px;
}

/*Site-container*/
/*===============================*/

.cta-container {
    display: block;
    position: relative;
}

.site-container {
    display: flex;
    width: 1411px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.site-col {
    float: left;
    width: calc(100% / 3);
    padding: 10px;

}



.clearfix {
    clear: both;
}

.site-item {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    outline: none;
    transition: all .5s;
}
.site-item img{
    filter: brightness(0) saturate(100%) invert(19%) sepia(90%) saturate(6288%) hue-rotate(360deg) brightness(96%) contrast(122%);
}

.site-item:hover {
    filter: hue-rotate(0deg);
}

.site-item-a {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    outline: none;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    transition: all .5s;
}
.site-item-a img{
    width: 100%;
}

.site-item-a:hover {
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
}
.site-item-border{
    z-index: 2;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    margin-left: -5px;
    margin-top: -5px;
    border: 5px solid white;
    transition: all .3s;
}

.site-item-a:hover .site-item-border{
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 15px;
}


.site-name {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 15px;
    /*font-family: "Barlow Semi Condensed", sans-serif;*/
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.72px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}
/*About us*/
/*===============================*/
.au-section-wrap {
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

.au-container {
    width: 1170px;

    margin-right: auto;
    margin-left: auto;
    margin-top: -150px;
}
.au-text-line {
    width: auto;
    background-color: #1D97D3;
    height: 5px;
    border: 1px solid wheat;
    animation: au-text-line-move 1s;
}
    @keyframes au-text-line-move {
        0% {
            transform: translateX(-500px);
            opacity: 0;
        }
}
.au-title {
    text-transform: uppercase;
    animation: about-us-title-move 1s;
}

@keyframes about-us-title-move {
    0% {
        transform: translateX(-500px);
        opacity: 0;
    }
}

@media screen and (max-width: 1236px) {
    .oh-container {
        width: auto !important;
    }
    .au-text span b {
        font-size: 42px !important;
    }
}
.au-text {

}

.au-text span {
    font-size: 40px;
    float: left;
}

.au-text span b {
    font-size: 60px;
    float: right;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -1,8px;
    color: #1D97D3;
}

.au-row {

}

.au-col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
 /*Our history section*/

.oh-section-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 100px;
}
 .oh-container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
 }
 .oh-section-history {
    background: #fff;
    padding:0 57px;
 }

 .oh-image {
    max-width: 100%;
    display: block;
 }



 .oh-title {
    font-size: 90px !important;
    line-height: 90px !important;
    letter-spacing: -2.25px !important;
    font-weight: 600 !important;
    display: block;
    margin: -100px;
    position: relative;
    text-transform: uppercase;
    background: rgba( 255, 255, 255, 0.6 );
    backdrop-filter: blur( 3.5px );
    animation: our-history-title-move 1s;

 }

 @keyframes our-history-title-move {
    0% {
        transform: translateX(1000px);
        opacity: 0;
    }
}

 .oh-title span {
    display: block;
    text-align: center;
    position: relative;
    padding: 50px;
 }

 .oh-title span b {
    text-align: center;
    font-weight: 400 !important;
    margin-top: -3px;
    display: block;
    /*font-family: "Source Sans Pro", sans-serif;*/
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1.8px;
    color: #1D97D3;
    position: relative;
 }

 .oh-title-line {
    position: absolute;
    height: 4px;
    background: #1D97D3;
    width: 100%;
    left: auto !important;
    bottom: auto !important;
 }

 .oh-content {
    padding-top: 100px;
    padding-bottom: 67px;
    font-size: 15px;
    line-height: 26px;
    color: #666
 }

/*gallery-3d-container*/
/*===============================*/
.gallery-3d-container{
    background-color: rgb(27, 27, 27);
    height: 800px;
}
#main-image-background{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.05;
}
.gallery-3d-wrapper{
    width: 1400px;
    transform: 
        perspective(1200px) 
        rotateY(30deg) 
        scale(0.9) 
        rotateX(0deg);
    transition: 0.6s ease all;
    position: absolute;
    z-index: 2;
    margin-left: 30px;
}
.gallery-3d-wrapper-animate{
    animation: Fade-left 2s;
}
@media screen and (max-width: 1800px) {
    .gallery-3d-wrapper{
        width: 1000px;
        transform: 
            perspective(1200px) 
            rotateY(30deg) 
            scale(0.9) 
            rotateX(0deg);
    }
}
@media screen and (max-width: 1495px) {
    .gallery-3d-wrapper{
        width: 100%;
        margin: 0px !important;
        transform: 
            perspective(1200px) 
            rotateY(0deg) 
            scale(1) 
            rotateX(0deg);
        animation: none !important;
    }
    .main-3d-wrapper{
        opacity: 0;
        z-index: 0 !important;
        animation: none !important;
    }
}
@media screen and (max-width: 767px) {
/*custom_css*/
.fl-text span b {
    margin: 71px 0;
    left: 137px;
}
.media-title {
    width: 100%;
}
.media-para {
    width: 100%;
}
.fl-text span b {
    margin: 0;
    left: 0;
    float: none;
}
.fl-text {
    height: 105px !important;
}
.media-article .fl-text {
    height: 50px !important;
    width: 100%;
}
.media-article .media-para {
    width: 100%;
}
#testimonial-performance .testimonial-content {
	margin-top: 150px !important;
}
.testimonial-performance {
	max-height: 100%!important;
}
.testimonial-title {
    width: 100%!important;
}
.testimonial-title span {
    font-size: 31px;
    line-height: 71px;
}
.grid {
    display: flow !important;
}
.links-container {
    display: block !important;
}
.search-form {
    padding: 50px 0 !important;
}
.grid-gallery {
    grid-gap: 71px 0 !important;
    max-width: 82vw !important;
    margin: auto !important;
    grid-template-rows: auto !important;
}
.contact-details {
    margin-left: -22px !important;
}
.contact-details {
    min-width: 336px !important;
}
.contact-title span {
    padding: 0 10px;
}
#main-image-background {
    position: relative !important;
}
.subscribe-title {
    text-align: left !important;
}
.ag-container {
    margin-top: -199px !important;
}
.au-container {
    width: 390px  !important;
    margin-top: -194px !important;
}
.w3-dropdown-content {
    min-width: 379px!important;
    margin: 0px!important;
    padding: 29px 0px!important;
}
.contact-info {
    padding: 80px 40px !important;
}
/*custom_css_end*/

 #grid-gallery-container .fl-view-button {
    width: 100% !important;
    margin: 10px auto !important;
 }

    .gallery-3d-wrapper{
        padding: 0px !important;
    }
    .gallery-3d-image-wrapper{
        height: 200px !important;
        padding: 0px !important;
    }
    .gallery-3d-image{
        border-radius: 0px !important;
        box-shadow: none !important;
    }
    .gallery-3d-container{
        height: 600px !important;
    }
}
.gallery-3d-image-wrapper{
    height: 250px;
    padding: 10px;
}
.gallery-3d-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: solid gray 1px;
    transition: 0.4s ease all;
    position: relative;
    z-index: 0;
    box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.7);
    filter: brightness(90%);
}
.gallery-3d-image:hover{
    transform:
      perspective(1200px)
      translateY(-10px)
      translateX(10px)
      scale(1.05);
    z-index: 1;
    cursor: pointer;
}
.gallery-reflection{
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: solid gray 1px;
    transition: 0.4s ease all;
    position: relative;
    z-index: 0;

    transform: 
        rotateX(180deg);
        background-size: cover;

}
.main-3d-wrapper{
    position: relative;
    z-index: 3;
    width: 700px;
    height: 800px;
    float: right;
    transition: 0.6s ease all;
    transform: 
        perspective(1000px) 
        rotateY(-10deg) 
        scale(0.9) 
        rotateX(2deg);
    padding: 40px;
}
.main-3d-wrapper-animate{
    animation: Fade-right 2s;
}
.wrapper-reflection{
    height: 100px !important;
    overflow: hidden;
}
.main-3d-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: solid gray 1px;
    transition: 0.6s ease all;
    position: relative;
    z-index: 0;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.7);
    filter: brightness(90%);
}

@keyframes Fade-left {
    0% {
        transform: 
            perspective(1200px) 
            rotateY(30deg) 
            scale(0.9) 
            rotateX(0deg)
            translateX(8000px);
        opacity: 0;
    }
    100% {
        transform: 
            perspective(1200px) 
            rotateY(30deg) 
            scale(0.9) 
            rotateX(0deg)
            translateX(0px);
        opacity: 1;
    }
}

@keyframes Fade-right {
    0% {
        transform: 
            perspective(1000px) 
            rotateY(-10deg) 
            scale(0.9) 
            rotateX(2deg)
            translateX(800px);
    }
    100% {
        transform:
            perspective(1000px) 
            rotateY(-10deg) 
            scale(0.9) 
            rotateX(2deg)
            translateX(0px);
    }
}
/*Testimonial container*/
/*===============================*/
.testimonial-performance {
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    max-height: 500px;
}

@media screen and (max-width:850px) {
    .testimonial-performance{
        background-attachment: scroll;
    }
    .subscribe-container{
        background-attachment: scroll  !important;
    }
    footer{
        background-attachment: scroll  !important;
    }
}

.testimonial-container {
    width: 1170px;
}

.testimonial-title {
    text-align: center;
    color: white;
    margin-bottom: 75px;
    width: 600px;
    margin: auto;
    align-content: center;
}

.testimonial-title span {
    font-size: 57px;
}

.testimonial-title b {
    letter-spacing: -1.8px;
    float: right;
    color: #1D97D3;
    font-weight: 400;
    font-size: 22px;
    line-height: 0px;
    position: relative;
}

.testimonial-line {
    width: 55%;
    background-color: #1D97D3;
    height: 3px;
}

.testimonial-site-section-title {
    /*font-family:'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif, sans-serif;*/
    font-size: 90px;
    font-weight: 600;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: -2.25px;
    display: block;
}

.testimonial-text-span{
    display: inline-block;
    text-align: right;
    position: relative;
}

.testimonial-text-span-b{
    display: block;
    /*font-family:Verdana, Geneva, Tahoma, sans-serif;*/
    font-size: 35px;
    padding-right: 50px;
    font-size: 36px;
    font-weight: 400;
    line-height: 6px;
    letter-spacing: -1.8px;
    color: #e51937;
    position: relative;
}

.testimonial-content {
    max-width: 900px;
    margin: auto;
    background: rgb(27,27,27);
    border: 1px solid gray;
    margin-top: 100px;
    padding: 0px !important;
    overflow: hidden;
}

.testimonial-reel{
    width: 200%;
    animation: reel 10s infinite;
    
    transform: translateX(0%);
}

.testimonial-content:hover .testimonial-reel{
    animation-play-state: paused;
}

@keyframes reel {
    10% {
        transform: translateX(-50%);
    }
    50% {
        transform: translateX(-50%);
    }
    60% {
        transform: translateX(0%);
    }
}

.testimonial-content-text {
    color: white;
    text-align: left;
    margin: auto;
    font-size: 13px;
    padding: 0px 60px;
    margin: 60px 0px;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .testimonial-content-text{
        width: 50% !important;
    }
    .testimonial-content{
        margin-top: 0px !important;
    }
    .testimonial-title span{
        font-size: 37px;
    }
    .testimonial-title b{
        float: none  !important;
    }
    .testimonial-line {
        background-color: transparent
    }
    .testimonial-title {
        text-align: center;
        color: white;
        margin-bottom: 75px;
        width: auto;
        margin: auto;
        align-content: center;
    }
}

/*breaker widget*/
/*===============================*/
.widget-breaker{
    height: 150px;
    opacity: 0.4;
}

/*subscribe widget*/
/*===============================*/
body{
    background-image: url('');
    
}

.subscribe-container{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*-webkit-mask-image:-webkit-gradient(linear, right bottom, right top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
    /*-webkit-mask-image:-webkit-linear-gradient(90deg, rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0));*/
    height: auto;
    width: 100%;
    padding: 120px 0;
}

.subscribe-title{
    text-align: center;
    color: white;
    margin-bottom: 75px;
   
    margin: auto;
    align-content: center;
    background:-webkit-radial-gradient(center, 150px 50px, rgba(27, 27, 27, 0.13), rgba(0,0,0,0));
}

.subscribe-title span {
    font-size: 67px;
}

.subscribe-title b {
    letter-spacing: -1.8px;
    color: #1D97D3;
    font-weight: 400;
    font-size: 40px;
    line-height: 0px;
    position: relative;
    top: -30px;
}

.subscribe-details{
    padding: 120px;
    max-width: 800px;
    margin: auto;
}

.subscribe-details-container{
    padding: 5px;
    width: auto;
    margin: 15px;
}

.subscribe-details input{
    width: 100%;
    background-color: transparent;
    border: none;
    color: white;
    border-bottom: 1px solid white;
    
}

.subscribe-details textarea{
    width: 100%;
    background-color: transparent;
    border: none;
    color: white;
    border-bottom: 1px solid white;
}

.subscribe-details input:focus{
    outline: none;
}

.subscribe-details textarea:focus{
    outline: none;
}

.subscribe-details-top{
    padding: 0px !important;
}

.subscribe-details-top{ 

}

.ju-button{
    position: relative;
    border: 1px solid lightgray;
    max-width: 100px;
    text-align: center;
    margin: auto;
    color: lightgray;
    margin-top: 40px;
    padding: 10px;
    transition: all .2s;
    
}
.ju-button:hover {
    padding: 30px;
    margin-top: 20px;
    max-width: 140px;
    cursor: pointer;
}

/*Search criteria Gallery*/
/*===============================*/
.search-box{
    display: flex;
}

.al-title{
    margin-top: 150px;
    animation: listings-title-move 1s;
}

@keyframes listings-title-move {
    0%{
        transform: translateX(-500px);
        opacity: 0;
    }
}

.al-text{
    height: 170px;
}

.al-text span {
    font-size: 60px;
    float: right;
}

.al-text span b {
    font-size: 35px;
    float: right;
    padding-right: 50px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1.8px;
    color: #1D97D3;
}

.search-form{
    max-width: 1000px;
    /*background: rgb(27, 27, 27);*/
    /*background-image: url('pexels-photo-2539076.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    background: rgba( 27, 27, 27, 0.2 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 8.5px );
    -webkit-backdrop-filter: blur( 8.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    top: -60px;
    position: relative;
    padding: 50px;
    border: 1px solid gray;
    animation: search-box-slide 1s;
    z-index: 1;
}

@keyframes search-box-slide {
    0%{
        transform: translateY(500px);
        background-attachment: fixed;
        opacity: 0;
    }
}

.filter-wrapper select{
    background-color: transparent !important;
    color: black !important;
    border: none !important;
    border-bottom: 2px solid !important;
    border-radius: 0 !important;
}






/*All property images*/
/*===============================*/

.grid-gallery {
    display: grid;
    grid-template-rows: 
      repeat(27, 90px);
    grid-template-columns: 
      repeat(4, 22vw);
    grid-gap: 1px;
    max-width: 89vw;
    margin: auto;

  }
  
  .item-gallery:nth-child(1) {
    grid-row: 2 / 7;
    grid-column: 1/ 3;
  }
  .item-gallery:nth-child(2) {
    grid-row: 7 / 12;
    grid-column: 1 / 3;
  }
  
  .item-gallery:nth-child(3) {
    grid-column: 3 / 5;
    grid-row: 1 / 6;
  }
  
  .item-gallery:nth-child(4) {
    grid-column: 3 / 5;
    grid-row: 6 / 11;
  }
  
  .item-gallery:nth-child(5) {
    grid-column: 3 / 5;
    grid-row: 11 / 16;
  }
  
  .item-gallery:nth-child(6) {
    grid-column: 1 / 3;
    grid-row: 12 / 17;
  }
  
  .item-gallery:nth-child(7) {
      grid-column: 3 / 5;
      grid-row: 16 / 21;
  }
  
  .item-gallery:nth-child(8) {
      grid-column: 1 / 3;
      grid-row: 17 / 22;
  }
  
  .item-gallery:nth-child(9) {
      grid-column: 3 / 5;
      grid-row: 21 / 26;
  }
  
  .item-gallery:nth-child(10) {
      grid-column: 1 / 3;
      grid-row: 22 / 27;
  }

.item-gallery:hover .item-gallery-child,
.item-gallery:focus .item-gallery-child {
    cursor: pointer;
  transform: scale(1.2);
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.item-gallery:hover .item-address,
.item-gallery:focus .item-address {
    bottom: 0px;
}

.item-gallery:hover .item-price,
.item-gallery:focus .item-price {
    opacity: 0;
}

.item-gallery-child {
    width: 100%;
    height: 100%;
    background-color: black; /* fallback color */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s;
}

.item-price{
    position: absolute;
    margin-top: -40px;
    margin-left: 40px;
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 0.27px;
    color: white;
    transition: all .5s;
}
 
.item-gallery{
    position: relative;
    overflow: hidden;
}

.item-address{
    position: absolute;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.27px;
    color: white;
    display: flex;
   align-content: center;
    width: 100%;
    transition: all .5s;
    bottom: -100px;
}

.item-item-address{
    position: relative;
    color: black;
    background: white;
    width: 60%;
    padding: 5px;
    text-align: initial;
    padding-left: 20px;
}

.item-item-instuction{
    position: relative;
    color: white;
    background: rgb(27, 27, 27);
    width: 40%;
    padding: 5px;
}


/* styling code */

.grid {
  margin: auto;
  margin-top: -80px;
  animation: slide-bottom 1s;
}

.grid > .item {
  overflow: hidden;
}




/*Animations*/
/*===============================*/
@keyframes slide-bottom {
    0%{
        transform: translateY(200px);
        opacity: 0;
    }
}

@keyframes slide-right {
    0%{
        transform: translatex(200px);
        opacity: 0;
    }
}

/*gallery Container*/
/*===============================*/

.logo-header{
       position: absolute;
    top: 200px;
    z-index: 2;
    width: 100%;
    color: white;
}

.logo-header h1{
    text-align: center;
    width: 1000px;
    margin: auto;
}

.main-gallery{
    height: 495px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 767px) {
    .main-gallery{
        height: 300px !important;
    }
    .main-gallery-img{
        top: 50px;
        height: 300px !important;
    }
    /* re adjust the list of propery view */
    .grid-gallery {
        display: grid;
       /*grid-template-rows: 
        repeat(51, 12vw);*/
        grid-template-columns: 
        repeat(4, 20.7vw);
        grid-gap: 10px;
        max-width: 89vw;
        margin: auto;

    }
      .item-gallery:nth-child(1) {
        grid-column: 1/ 5;
        grid-row: 1 / 6;
      }
      .item-gallery:nth-child(2) {
        grid-column: 1/ 5;
        grid-row: 6 / 11;
      }
      
      .item-gallery:nth-child(3) {
        grid-column: 1/ 5;
        grid-row: 11 / 16;
      }
      
      .item-gallery:nth-child(4) {
        grid-column: 1/ 5;
        grid-row: 16 / 21;
      }
      
      .item-gallery:nth-child(5) {
        grid-column: 1/ 5;
        grid-row: 21 / 26;
      }
      
      .item-gallery:nth-child(6) {
        grid-column: 1/ 5;
        grid-row: 26 / 31;
      }
      
      .item-gallery:nth-child(7) {
        grid-column: 1/ 5;
          grid-row: 31 / 36;
      }
      
      .item-gallery:nth-child(8) {
        grid-column: 1/ 5;
          grid-row: 36 / 41;
      }
      
      .item-gallery:nth-child(9) {
        grid-column: 1/ 5;
          grid-row: 41 / 46;
      }
      
      .item-gallery:nth-child(10) {
        grid-column: 1/ 5;
          grid-row: 46 / 51;
      }
      /* re adjust the featured properties */

  .grid {
        display: grid;
        grid-template-rows: 
        repeat(41, 11vw);
        grid-template-columns: 
        repeat(4, 19.7vw);
        grid-gap: 10px;
        max-width: 89vw;
        margin: auto;

    }
  
    .item:nth-child(1) {
        grid-column: 1/ 5;
        grid-row: 1 / 6;
      }
      .item:nth-child(2) {
        grid-column: 1/ 5;
        grid-row: 6 / 11;
      }
      
      .item:nth-child(3) {
        grid-column: 1/ 5;
        grid-row: 11 / 16;
      }
      
      .item:nth-child(4) {
        grid-column: 1/ 5;
        grid-row: 16 / 21;
      }
      
      .item:nth-child(5) {
        grid-column: 1/ 5;
        grid-row: 21 / 26;
      }
      
      .item:nth-child(6) {
        grid-column: 1/ 5;
        grid-row: 26 / 31;
      }
      
      .item:nth-child(7) {
        grid-column: 1/ 5;
          grid-row: 31 / 36;
      }
      
      .item:nth-child(8) {
        grid-column: 1/ 5;
          grid-row: 36 / 41;
      }
      
      .item:nth-child(9) {
      }
}

.main-gallery-img{
   width: 100%;
    height: 900px;
    max-height: 900px;
    object-fit: cover;
    position: absolute;
    transition: all .3s;
    filter: brightness(35%);
}

.fade-out{
    opacity: 0;
}

.fade-in{
    opacity: 1 !important;
}

.small-gallery-container{
    position: absolute;
    margin-top: 850px;
    width: 400px;
    background: rgb(27, 27, 27);
    color: white;
    transition: all .5s;
    height: 800px;
    z-index: 2;
}

.small-gallery-container:hover {
    margin-top: 100px;
}

.small-gallery-tab{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1.8px;
    text-align: center;
    height: 50px;
    max-width: 400px;
    padding: 8px;
    border-bottom: 1px solid lightgray;
}

.small-gallery{
    margin-top: 20px;
}

.small-gallery-Image{
    object-fit: cover;
    padding: 4px;
    height: 90px;
    transition: all .5s;
}

.small-gallery-Image:hover{
    cursor: pointer;
    border: 1px solid #1D97D3;
}

.medium-gallery-container{
    width: 100%;
    background: rgb(27, 27, 27);
    color: white;
    padding-bottom: 110px;
}

.medium-gallery{
    margin-top: 20px;
}

.medium-gallery-Image{
    object-fit: cover;
    padding: 8px;
    height: 20vw;
    transition: all .5s;
}

.medium-gallery-Image:hover{
    cursor: pointer;
    border: 1px solid #e51937;
}

.share-container{
    position: absolute;
    margin-left: calc(100%);
    margin-top: 25vh;
    display: flex;
    background: rgba(27,27,27);
    width: 100px;
    height: 400px;
    color: white;
    transition: all .2s;
    z-index: 2;
}

.share-title{
    background: rgba(27,27,27);
    border-bottom: 1px solid lightgray;
    position: absolute;
    padding: 20px;
    height: 50px;
    rotate: 270deg;
    text-align: center;
    width: 400px;
    margin-left: -225px;
    margin-top: 175px;
}

.share-container:hover {
    transform: translateX(-100px);
}

.share-icon{
    height: 40px;
    width: 40px;
     margin: 10px;
    transition: all .5s;
}

.share-icon:hover{
    cursor: pointer;
    transform: translate3d(-5px, -5px, 0px);
}



/*Property article Container*/
/*===============================*/

.property-article-container{
    display: flex;
    transition: all .5s;
    max-width: 1140px;
    margin: auto;
}
@media (max-width: 1600px){
    .small-gallery-container{
        width: 300px;
    }
    .small-gallery-Image{
        height: 65px;
    }
}
@media (max-width: 992px){
    .property-article-container{
        display: block;
        margin-left: 0px;
    }
    .property-description-container{
        width: auto !important;
        margin-left: 30px;
        margin-right: 30px !important;
    }
}
@media (max-width: 767px){
    .property-description{
        columns: 1 !important;
        font-size: 20px;
    }
    .medium-gallery-Image{
        height: 30vw !important;
    }
    .property-description-container{
        padding: 10px 15px !important;
    }
}

.property-description-container{
    width: 60%;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(13.5px);
    padding: 0px 40px 60px;
    margin-top: -50px;
    animation: slide-bottom .5s;
    color: #525151;
    display: grid;
}
.property-location{
        width: auto;
    border-bottom: 1px solid rgb(213, 213, 213);
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding: 24px 0px;
}
.property-description{
    columns: 2;
    column-gap: 20px;
    font-size: 20;
}
.article-options{
       width: 40%;
    margin-top: -50px;
    z-index: 5;
    background-color: white;
    animation: slide-right .5s;
    position: relative;
}

.article-gallery-Image{
    height: 150;
    background-size: cover;
    transition: all .2s;
    padding: 8px;
}

.article-gallery-Image:hover{
    cursor: pointer;
    transform: translate3d(-5px, -5px, 0px);
    box-shadow: 5px 10px 8px #888888;
}

.properties-container{
    margin-bottom: 40px;
}
.property-container {
    align-items: center;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}
.property-title {
    margin: 0 auto;
    width: 40%;
    min-width: 300px;
}
.property-title h1 {
    font-weight: normal;
    /*font-family: 'Nunito', sans-serif;*/
    font-size: 32px;
    letter-spacing: 0.8;
    color: #1E2022;
}
.property-title h2 {
    font-weight: normal;
    /*font-family: 'Nunito', sans-serif;*/
    font-size: 17px;
    letter-spacing: 0.2;
    color: #77838F;
}
.property-list {
    overflow: hidden !important;
    width: 80%;
    margin: 0 auto  !important;
    padding-bottom: 20px;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
}
.property-item {
    border-radius: 4px;
    box-shadow: 0px 0px 40px -30px;
    height: 444px;
    width: 100%;
    margin-left: 1.6%;
    margin-right: 1.6%;
}
.arrow {
    position: absolute;
    background-color: #ed1b24;
    color: white;
    padding: 10px;
    border-radius: 20px;
    margin-top: 150px;
    z-index: 2;
}
.mArrowRight {
    border: none;
    right: 20px;
    position: absolute;
    background-color: #ed1b24;
    color: white;
    padding: 10px;
    border-radius: 20px;
    z-index: 5;
}
.mArrowLeft {
    border: none;
    left: 20px;
    position: absolute;
    background-color: #ed1b24;
    color: white;
    padding: 10px;
    border-radius: 20px;
    z-index: 5;
}
.arrow:hover {
    background-color: #77838F;
    color: white;
    cursor: pointer;
}
.right {
    right: 20px;
}
.left {
    left: 20px;
}
.property-img {
    height: 290px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-size: cover;
}
.info1 img {
    width: auto !important;
    max-width: 20px;
}
.info1 {
}
.location {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.location p {
    /*font-family: Nunito Sans;*/
    font-size: 16px;
    padding-left: 2%;
    color: #ce3046;
    margin: 10px;
}
.info1 h3 {
    /*font-family: "Nunito" Sans;*/
    font-weight: bold !important;
    font-size: 17px;
    color: #ed1b24;
    white-space: nowrap;
}
.price {
    /*font-family: "Nunito" Sans;*/
    font-weight: bold !important;
    font-size: 17px;
    color: #ed1b24;
    white-space: nowrap;
}
.info2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1E2022;
    padding: 10px 35px 10px 35px;
}
.detail {
  display: flex;
  justify-content: space-between;
  width: 40px;
  align-items: center;
}
.detail p {
    /*font-family: Nunito;*/
    font-size: 14px;
    white-space: nowrap;
    margin: 4px;
}
.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0 0;
    padding: 25px;
    height: 8%;
}
.save-container {
    display: flex;
}
.save {
    /*font-family: Nunito;*/
    background-color: #FFFFFF;
    color: #77838F;
    font-size: 14px;
    letter-spacing: 1.2px;
    border: none;
}
.save:hover {
    color: #fac6aa;
}
.details {
    /*font-family: 'Nunito' sans-serif;*/
    color: white;
    background-color: #54bb48;
    font-size: 14px;
    letter-spacing: 1.2px;
    border-radius: 4px;
    height: 50px;
    width: 100px;
    border: none;
}
.details:hover {
    background-color: lightgray;
    color: #54bb48;
    cursor: pointer;
}

/*Agents*/

.ag-text-line {
    width: auto;
    background-color: #1D97D3;
    height: 5px;
    border: 1px solid wheat;
    animation: au-text-line-move 1s;
}
    @keyframes au-text-line-move {
        0% {
            transform: translateX(-500px);
            opacity: 0;
        }
}
.ag-title {
    text-transform: uppercase;
    animation: about-us-title-move 1s;
}

@keyframes about-us-title-move {
    0% {
        transform: translateX(-500px);
        opacity: 0;
    }
}

@media screen and (max-width: 1236px) {
    .oh-container {
        width: auto !important;
    }
    .ag-text span b {
        font-size: 42px !important;
    }
}

.ag-box{
    padding: 20px 80px;
}
@media screen and (max-width: 767px) {
    .ag-box{
        padding: 20px 10px !important;
        margin-left: 10px;
    }
}
.ag-text {
    align-items: center;
}

.ag-text span {
    font-size: 40px;
    float: left;
}

.ag-text span b {
    font-size: 60px;
    float: right;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -1,8px;
    color: #1D97D3;
}

.ag-container {
    width: auto;

    margin-right: auto;
    margin-left: auto;
    margin-top: -150px;
}

.ag-section-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.ag-button-color1 {
    width:100%;
    padding: 15px;
    text-decoration: none;
    color: rgba( 27, 27, 27, 1 );
    background: lightgray;
    backdrop-filter: blur( 3.5px );
    border: 1px solid rgba( 27, 27, 27, 1 );
    transition: all .5s;

}

.ag-button-color1:hover {
    cursor: pointer;
    transform: translate3d(-5px, -5px, 0px);
    box-shadow: 5px 10px 8px rgba(27,27,27, 0.8);
    border-color: lightgray;
    color: lightgray;
    background-color: rgba( 27, 27, 27, 1 );
}

.ag-general-heading {
    /*font-family: 'Nunito', sans-serif;*/
    color: #1D97D3;
    border: none;
    /*background-color:rgba( 255, 255, 255, 0.6 );*/
    backdrop-filter: blur( 1.5px );
    font-size: 25px;
    text-transform: uppercase;
}

.main-body {
    background: rgba( 255, 255, 255, 0.6 );
    backdrop-filter: blur( 3.5px );
    transition: all .5s;
    padding: 30px 0px !important;
}

.main-body:hover {
    cursor: pointer;
    transform: translate3d(-5px, -5px, 0px);
    box-shadow: 5px 10px 8px rgba(27,27,27, 0.8);
}

.widget_agent_image{
    object-fit: cover;
    max-height: 150px;
    margin-left: -50px;
    margin-top: -50px;
    transition: all .5s;
}

.widget_agent_image:hover {
    content: url("16755519728234.jpg");
}

.main-body:hover .widget_agent_image{
    cursor: pointer;
    transform: translate3d(-5px, -5px, 0px);
    box-shadow: 5px 10px 8px rgba(27,27,27, 0.8);
}
/*Contact us Container*/
/*===============================*/
.contact-container { 
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    text-align: center;
}
.contact-wrapper{
    width: 25%;
    min-width: 300px;
    margin: 0 auto;
    margin-bottom: 8%;
    margin-top: 20%;
}
.contact-wrapper a {
    margin-top: 10px;
}
.darkbutton {
    padding: 15px;
    border-radius: 4px;
    border-style: none;
    text-decoration: none;
    background: #1D97D3;
    color: #FFFFFF;
}
.darkbutton:hover {
    cursor: pointer;
}
button:hover {
    cursor: pointer;
}
/*Subscribe us Container*/
/*===============================*/
.subscribe-wrapper {
    width: 33%;
    min-width: 300px;
    margin: 0 auto;
    margin-bottom: 10%;
    margin-top: 10%;
    background-color: rgba(128, 128, 128, 0.5);
    border-radius: 20px;
}
.subscribe-wrapper p {
    color: #FFFFFF;
}
.subscribe {
    box-shadow: 0px 1px 2px;
    border-radius: 4px;
    background-color: #FFFFFF;
    display: flex;
    width: 100%;
    min-width: 280px;
    height: 52px;
    margin: auto;
}
#emailInput {
    width: 100%;
    border: none;
    margin: 5px;
    border-radius: 4px;
}
input:hover{
    cursor: pointer;
}
#subscribe{
    background-color: #ed1b24;
    margin: 5px;
    padding: 10px;
    border-radius: 4px;
}

/*Footer*/
/*===============================*/
footer {
    left: 0px;
    color: black !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: -15px;
}
.links-container {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 3%;
}
.links {
    max-width: 54%;
}
.links h2{
    font-size: 15px;
    font-weight: normal;
    /*font-family: 'Nunito', sans-serif;*/
}
.links button {
    background-color: transparent;
    padding: 0;
    border: none;
}
ul {
    list-style-type: none;
    padding-left: 14px;
}
.link {
    text-decoration: none;
} 
.link:hover {
    cursor: pointer;
}
.list {
    line-height: 33px;
}
hr {
    height: 1px;
    width: 82%;
    margin-left: 9% !important;
    margin-right: 9% !important;
}
.copyright {
    text-align: center;
    padding: 12px;
    width: 90%;
    margin-left: 5% !important;
    margin-right: 5% !important;
}


/*contacy us page*/
/*===============================*/
.contact-box{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 !important;
    background-attachment: fixed;
}
.contact-logo{
    position: absolute;
    width: 900px;
    right: 0px;
    
}
.contact-glass{
    background: rgba(231, 225, 225, 0.55);
    backdrop-filter: blur( 7.5px );
    -webkit-backdrop-filter: blur( 7.5px );
}
.contact-details{
    background: rgb(37,37,37);
    width: 500px;
    margin-left: calc(18vw);
    height: 800px;
    padding: 0px 20px;
    min-width: 470px;
}
@media screen and (max-width: 620px) {
    .contact-details{
        margin-left: 0px !important;
        width: auto !important;
    }
.contact-details {
    margin-left: -22px !important;
}
.contact-details {
    min-width: 336px !important;
}
}
.contact-title{
    text-transform: uppercase;
    margin-left: -80px;
    margin-top: 100px;
    padding: 30px 60px;
    background: rgba( 255, 254, 254, 0.35 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 6.5px );
    -webkit-backdrop-filter: blur( 6.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.contact-title span{
    font-size: 47px;
}
.contact-title b{
    font-size: 37px;
    letter-spacing: -1.8;
    font-weight: 200;
    color: #1D97D3;
}
.contact-info{
    padding: 80px 60px;
    text-align: center;
    color: lightgray;
    font-size: 18px
}
.google-location{
    margin-top: 150px;
    margin-left: -30px;
}
@media screen and (max-width: 990px) {
    .google-location{
        margin-top: 0px !important;
        width: 100% !important;
        margin-left: -15px !important;
    }
    .google-location iframe{
        width: 100%;
    max-width: 100%;
    border: 0;
    display: block;
    }
}




/*Properties unique css*/
/*===============================*/
.filter-container {
    width: 100%;
    padding:20px;
    background-color: #F7FAFD;
}
.filter-wrapper {
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
.filter-wrapper p {
    /*font-family: 'Nunito', sans-serif;*/
}
.filter-wrapper select {
    border-radius: 4px;
    border: none;
    height: 53px;
    color: #77838F;
    background-color: #F2F3F4;
    border: 1px solid #D5DAE2;
}
.filter-wrapper input {
    border-radius: 4px;
    border: none;
    height: 30px;
    color: #77838F;
    background-color: #F2F3F4;
    border: 1px solid #D5DAE2;
}
#property-type {
    width: 100%;
}
#property-area {
    width: 100%;
}
#property-listed-date {
    width: 100%;
    height: 53px;
}
#property-bedrooms {
    width: 100%;
}
.filter-wrapper button {
    float: right;
    border: none;
    margin-top: 50px;
    width: 80%;
    height: 53px;
    bottom: 0px;
}
.list-heading {
    max-width: 80%;
    margin: 0 auto;
}
#list-title {
    text-align: left;
    font-weight: normal;
    /*font-family: 'Nunito', sans-serif;*/
}
.result-tools {
    margin-bottom: 30px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.result-number {
    width: 30%;
    height: 30px;
    display: flex;
    align-items: center;
}
.showing {
    margin-left: 10px;
    color: #77838F;
}
#listing-amount {
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 40px;
    color: #77838F;
    background-color: #F2F3F4;
}
#listing-time {
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 120px;
    width: 120px;
    color: #77838F;
    background-color: #F2F3F4;
}
.result-layout button {
    border-radius: 0px;
    border: none;
    height: 30px;
    width: 30px;
    background-color: #F2F3F4;
}
.result-layout button:hover {
    background-color: #ed1b24;
}
#gridmode {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: -4px;
    background-color: #ed1b24;
}
#rowmode {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;       
}
#grey-devider {
    max-width: 80%;
    margin: 0 auto;
    background-color: #EEEEEE;
    height: 2px;
}
.results-container {
    padding-top: 3%;
    padding-bottom: 50px;
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.result-container {
    align-items: center;
    text-align: center;
    width: 100%;
}
.result-list {
    background-color: #FFFFFF;
    width: 100%;
}
.result-item {
    border-radius: 4px;
    box-shadow: 0px 0px 40px -30px;
    height: auto;
    margin: 0 6% 4% 0 !important;
    display: inline-block;
    float: unset !important;
    overflow: hidden;
    position: relative;
}
.info3devider {
    margin: 0 auto;
    height: 2px;
    width: 80%;
    background-color: #EEEEEE;
}
.info3 {
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
}
.agent-small-img {  
    margin: 10px;
    width: 50px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
}
.agent-info-short {
    font-size: 15px;
}
.side-menu {
    box-shadow: 0px 0px 40px -30px;
    width: 45%;
    height: max-content;
}
.side-menu h2 {
    color: #1E2022;
    /*font-family: 'Nunito' sans-serif;*/
    font-weight: normal;
    font-size: 22px;
    padding-left: 8%;
}
.feature-list {
    color: #77838F;
    margin-top: -20px;
    display: flex;
}
.feature-list ul {
    line-height: 37px;
}
.feature-list li {
    display: flex;
    align-items: center;
}
.feature-list input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.feature-break {
    background-color: #EEEEEE;
    width: 80%;
    margin: 0 auto;
    height: 2px;
}
.pager {
    background-color:  #F7FAFD;
    height: 100px;
}
.page_numbers {
    color: #77838F;
    margin: 5px;
    border-radius: 4px;
    text-decoration: none;
    padding: 10px;
}
.page_numbers a{
    text-decoration: none;
}
.page_numbers:hover {
    background-color: #1D97D3;
    color: #FFFFFF;
}
.current {
    background-color: #1D97D3 !important;
    color: #FFFFFF !important;
}


/*Property unique css*/
/*===============================*/
#property-images {
    max-height: 750px;
}
.img-count {
    z-index: 2;
    padding: 15px 20px 15px 20px;
    position: absolute;
    background-color: gray;
    border-radius: 5px;
    opacity: 60%;
}
.galleryWrapper img{
    object-fit: cover;
    height: 23vw;
}
.property-images img {
    width: 49%;
}
#closegall {
    right: 2%;
    top: 100px;
    font-size: 30px;
    color: #FFFFFF;
    background-color: #ed1b24;
    border: none;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    z-index: 1;
}
#closegall:hover {
    background-color: #77838F;
}
.default-image{
    object-fit: cover;
}
.extra-images {
    width: 50%;
    padding: 0;
}
#extra-images img{
    object-fit: cover;
    height: 18vw;
}
.gallery {
    overflow: scroll;
    max-height: 580px;
}
.default:hover{
    cursor: pointer;
}
.gallery:hover{
    cursor: pointer;
}
.galleryWrapper img{
    padding: 10px;
}
.galleryArrow {
    margin-top: 250px;
    border: none;
    border-radius: 50px;
    color: #FFFFFF;
    background-color: #ed1b24;
    height: 100px;
    z-index: 3;
    font-size: 40px;
    width: 100px;
    position: absolute;
}
.galleryArrow:hover {
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,0.2997198879551821) 0%, rgba(0,0,0,0.19887955182072825) 28%, rgba(0,0,0,0) 100%);
}
.galleryArrow:focus {
    outline: 0;
}
.gLeft {
    left: 15% !important;
}
.gRight {
    right: 15% !important;
}
/*.gLeft:hover {
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3389355742296919) 5%, rgba(0,0,0,0) 100%);
}
.gRight:hover {
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3389355742296919) 95%, rgba(0,0,0,1) 100%);
}*/
.galleryButtons {
    top: 100px;
    margin-left: 1%;
    height: 60px;
    width: 10%;
    min-width: 260px;
    position: absolute;
    z-index: 3;
    opacity: 70%;
}
.galleryButtons:hover {
    opacity: 100%;
}
.galleryButtons button {
    background-color: #ed1b24;
    color: #FFFFFF;
    border: none;
    padding: 10px;
    border-radius: 4px;
}
.galleryButtons button:hover {
    background-color: #77838F;
    color: #FFFFFF;
    border: none;
    padding: 10px;
    border-radius: 4px;
}
.openGallery {
    width: 60%;
}
.openGallery{
    cursor: pointer;
}
.openGallery img{
    margin-right: 15px;
    max-height: 20px;
    max-width: 20px;
}

.slider-window {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider-reel {
    height: 100%;
    overflow-y: hidden;
}
.slider-item {
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    display: flex;
}
.slide-image {
    margin: 0 auto !important;
    max-height:600px;
    max-width: 100%;
}

.slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.holder {
    height: 100%;
    overflow-y: hidden;
}
.slide {
    height: 100%;
    position: relative;
}
.slide-image {
    z-index: 0;
}
.zoomedView .slider-window1 {
    overflow: hidden !important;
}

.animate { transition: transform 0.3s ease-out; }
.ms-touch.slider {
    overflow-x: scroll;
    overflow-y: hidden;

    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}
.video img {
    height: 20px;
}
.video {
    width: 20%;
    right: 0;
}
.property-details {
    padding-top: 30px !important;
    width: 84%;
    margin: 0 auto;
}
.property-info {
    width: 100%;
}
.property-details h1 {
    font-weight: normal;
    /*font-family: 'Nunito', sans-serif;*/
    margin: 0;
}
.property-details .info1 {
    padding: 0px;
}
.property-details .info2 {
    padding-left: 0px;
    margin-top: -20px;
    width: 100%;
    max-width: 330px;
}
.spacer {
    height: 1px;
    margin-top: 30px;
    width: 100%;
    background-color: #77838F;
}
.property-description {
    color:   #484848;
}
.description {
    line-height: 33px;
}
.side-bar {
    width: 35%;
}
.features {
    box-shadow: 0px 0px 40px -30px;
    margin-top: -18px;
}
.features h3 {
    font-weight: normal;
    /*font-family: 'Nunito', sans-serif;*/
    padding-top: 10px;
    margin-bottom: 0px;
    margin-left: 4%;
}
.feature-wrapper {
    display: flex;
    padding: 0 0 0 20px;
}
.feature-wrapper li {
    margin: 0 5px 20px 0;
}
.features1 {
    width: 90%;
}
.features1 ul {
    list-style-image: url('/images/forwebsite/632876a4-edfc-4a53-986e-604481e8fb54.png')
}
.features2 {
    width: 50%;
}
.features2 ul {
    list-style-image: url('/images/forwebsite/60dac47d-6698-4495-9e2f-2f0781e8fb54.png')
}
.agent-details {
    box-shadow: 0px 0px 40px -30px;
    display: flex;
    align-items: center;
}
.agent-details h3 {
    padding: 10px;
    font-weight: normal;
    /*font-family: 'Nunito', sans-serif;*/
}
.agent-details img {
    width: 124px;
    height: 155px;
    margin: 5px;
    margin-right: 5px;
    box-shadow: 0px 0px 40px -20px;
}
.agent-details p {
    font-size: 12px;
    padding-right: 10%;
    width: 70%;
}
.agent-details .info3 {
    padding: 0;
    width: 100%;  
    display: flex;
    padding: 10px;
}
.agent-details button {
    border: none;
    margin: 15px;
    margin-left: 50%;
    width: 40%;
}
 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
} 

.loading-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.8s linear infinite;
  margin-right: 6px;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

.input-wrap-w3 {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.input-prefix {
    min-width: 38px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-right: 0;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1;
}

  .input-wrap-w3 input {
    border-left: 0 !important;
    flex: 1;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Other styles as needed */
}

.zoomed-gallery .swiper-slide {
    display: flex;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.swiper-button-prev.swiper_buttons {
    left: 40px;
}

.swiper-button-next.swiper_buttons {
    right: 40px;
}




.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1000;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    background: #fff;
    /* Background color of the navigation buttons */
    color: #000;
    /* Color of the navigation buttons */
    padding: 5px 10px;
    /* Adjust padding as needed */
    border-radius: 50%;
    /* Make the buttons circular */
    cursor: pointer;
}

.owl-carousel .owl-nav .owl-prev {
    margin-left: -40px;
    /* Adjust margin to position the previous button */
}

.owl-carousel .owl-nav .owl-next {
    margin-right: -40px;
    /* Adjust margin to position the next button */
}


.owl-nav button.owl-prev {
    top: 50%;
    position: absolute;
    left: 0px;
    z-index: 9;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 40px;
}

.owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 40px;
}

img#swipehint-mobile {
    display: none;
}



@media screen and (min-width:768px) {

    #main-mobile-gallery.mobile_overview,
    .owl-counter.mobile_overview {
        display: none;
    }

    .w3-containter.overview-details.mobile_overiew {
        display: none;
    }

    .property-description.mobile_overiew {
        display: none;
    }

    .owl-nav-custom.mobile_overview {
        display: none;
    }

    #slider-reel-mobile {
        display: none;
    }

    ul.w3-container.mobile_overiew {
        display: none;
    }

}
  
.title-short-desc {
    display: flex;
    max-width: 600px;
    justify-content: space-evenly;
    margin: auto;
}
.enquire {
    width: 100%;
    margin: auto;
    justify-content: center;
    display: flex;
}
.article-share span h3 {
    color: #DA0037;
    text-transform: uppercase;
    font-size: 18px;
   
}

.zoomed-gallery {
    position: fixed;
    top: 5%;
    bottom: 5%;
    left: 0;
    width: 100vw;
    z-index: 10;
    background-color: rgba(27, 27, 27, 0.95);
}

.exit-gallery {
    font-size: 40px;
    padding: 15px 30px;
    color: white;
    width: 85px;
    float: right;
    z-index: 9;
}
@media screen and (min-width: 540px) {
    .exit-gallery {
        position: absolute;
        right: 0;
    }
}

.mobile_overview_relative{
    position: relative;
}

.mobile_overview .owl-counter {
    position: absolute;
    z-index: 9;
    color: white;
    margin-left: 10px;
    padding: 10px;
    background: #00000085;
    bottom: 10px;
}

.mobile_overview .property-description.mobile_overiew {
    padding: 10px;
}
.mobile_overview .w3-col.l4.m4.s12.house {
    padding: 10px;
}
.w3-containter.overview-details.mobile_overiew {
    padding: 10px;
}
.property-description.mobile_overiew {
    padding: 10px;
}
.mobile_overview .title-short-desc {
    color: #000;
}
.mobile_overview #title {
    color: #484848;
    font-size: 18px;
    text-align: left;
}
.mobile_overview .logo-header {
    color: #000;
    text-align: center;
}

.property-description-container.w3-hide-large.w3-hide-medium {
    display: none;
}
.logo_header
{
top:0px !important;
}

.mobile_overview .logo-header {
    top: 0px;
}
.mobile_overview .main-gallery {
    height: 425px;
}

.article-share {
    margin: 5%;
}
@media screen and (max-width: 767px) {
    .logo-header p {
        text-align: left;
        font-size: 23px;
        color: #0d63c9;
        font-weight: 400;
    }
    .mobile_overview #title {
        color: #484848;
        font-size: 18px;
        text-align: left;
    }

    .w3-containter.overview-details.mobile_overiew {
        padding: 10px;
    }

    .w3-containter.overview-details {
        display: flex;
    }

    .property-location {
        display: flex !important;
        justify-content: center !important;
    }

    .mobile_overiew .w3-half {
        width: 50% !important;
    }

    .article-share {
        text-align: center;
    }
    div#article-gallery {
        display: none;
    } 
    img#main-gallery-Image-1 {
        display: none;
    }
    .main-gallery {
        height: 137px !important;
        margin: 10px 10px 0 10px;
    }
    div#main-gallery {
        display: none;
    } 
}

@media (max-width: 600px) {
    .property-description {
        columns: 1 !important;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .article-options {
        width: 100% !important;
        margin-top: 10px !important;
    }
}

/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{/*font-family:Verdana,sans-serif;*/font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
.w3-serif{font-family:serif}.w3-sans-serif{font-family:sans-serif}.w3-cursive{font-family:cursive}.w3-monospace{font-family:monospace}
h1,h2,h3,h4,h5,h6{/*font-family:"Segoe UI",Arial,sans-serif*/;font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.w3-auto{max-width:95%}}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{/*font-family:Consolas,"courier new"*/;font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-padding-top-64{padding-top:64px!important}.w3-padding-top-48{padding-top:48px!important}
.w3-padding-top-32{padding-top:32px!important}.w3-padding-top-24{padding-top:24px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}